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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
50cafbee090a034e766627d68c5fc347221600ba | 32,238,024,528,934 | 7861c0c72e15f0974450a70289a3ab294afc344c | /src/Modelo/Libro.java | e5d6b67a8ff7c64afd1f35a2f003a4c35d2b6117 | [] | no_license | pepepacheco/Books-Project | https://github.com/pepepacheco/Books-Project | 7843b3e4bc60b36c33c51d57c43859dff56a0f41 | 352ab599f00e8a84aba44fa571c924aae5bc4ade | refs/heads/master | 2021-01-23T17:57:54.150000 | 2016-06-15T19:49:00 | 2016-06-15T19:49:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Modelo;
/**
* @author JorgeManuel
*
*/
public class Libro {
private String isbn;
private String bookTitle;
private String bookAuthor;
private int bookYear;
private String publisher;
//private String imageurl;
/**
* @param isbn
* @param bookTitle
* @param bookAuthor
* @param b... | ISO-8859-10 | Java | 1,835 | java | Libro.java | Java | [
{
"context": "package Modelo;\r\n\r\n/**\r\n * @author JorgeManuel\r\n *\r\n */\r\npublic class Libro {\r\n\tprivate String i",
"end": 46,
"score": 0.9998668432235718,
"start": 35,
"tag": "NAME",
"value": "JorgeManuel"
}
] | null | [] | package Modelo;
/**
* @author JorgeManuel
*
*/
public class Libro {
private String isbn;
private String bookTitle;
private String bookAuthor;
private int bookYear;
private String publisher;
//private String imageurl;
/**
* @param isbn
* @param bookTitle
* @param bookAuthor
* @param b... | 1,835 | 0.652126 | 0.651581 | 91 | 18.153847 | 17.635456 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.582418 | false | false | 6 |
718d889d37625e39a0dde93bfada0a3d244a5327 | 2,018,634,670,226 | e7b044cf5df8f05be278ea540149a991db93f348 | /microservice-instant-messaging-context/src/main/java/com/match/oim/context/domain/message/FriendsApplyMessage.java | bdd66b13a54c6e3169eb41967eb1098bc560a613 | [
"Apache-2.0"
] | permissive | match-proj/microservice-instant-messaging | https://github.com/match-proj/microservice-instant-messaging | 6cf456cd2f8344e2d8d85c5909dd737551364122 | 7d494afb69aec197a4eeb0c489314954082bbfd0 | refs/heads/master | 2020-06-27T00:25:21.255000 | 2019-11-05T06:00:55 | 2019-11-05T06:00:55 | 199,798,047 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.match.oim.context.domain.message;
import com.match.oim.client.bean.MessageType;
import lombok.extern.slf4j.Slf4j;
/**
* 好友申请消息
*
* @Author zhangchao
* @Date 2019/5/28 17:16
* @Version v1.0
*/
@Slf4j
@Messager(MessageType.FRIENDS_APPLY)
public class FriendsApplyMessage {
private String applyMess... | UTF-8 | Java | 1,391 | java | FriendsApplyMessage.java | Java | [
{
"context": "k.extern.slf4j.Slf4j;\n\n/**\n * 好友申请消息\n *\n * @Author zhangchao\n * @Date 2019/5/28 17:16\n * @Version v1.0\n */\n@Sl",
"end": 165,
"score": 0.9980811476707458,
"start": 156,
"tag": "USERNAME",
"value": "zhangchao"
}
] | null | [] | package com.match.oim.context.domain.message;
import com.match.oim.client.bean.MessageType;
import lombok.extern.slf4j.Slf4j;
/**
* 好友申请消息
*
* @Author zhangchao
* @Date 2019/5/28 17:16
* @Version v1.0
*/
@Slf4j
@Messager(MessageType.FRIENDS_APPLY)
public class FriendsApplyMessage {
private String applyMess... | 1,391 | 0.68818 | 0.676577 | 62 | 21.241936 | 19.919746 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 6 |
30c782c404a6e02844538a23efbe6416ba3e1c96 | 2,018,634,669,029 | 9f44bc52dfab54d500b0e4a7ca579934bcb67e5e | /exercises_6/Binary2Decimal.java | 1a2256fe8ee412fb03d7a16d9479f7c20342ad83 | [] | no_license | Patrick5455/Java_Data_Structures_Algorithms-Deitel- | https://github.com/Patrick5455/Java_Data_Structures_Algorithms-Deitel- | e3ebf024c7abe7e59a09670f8e35e109641677bd | 5a438a33baa7e104b6df18a55cbde313e41ed68e | refs/heads/master | 2020-09-23T23:25:04.927000 | 2020-06-26T20:06:42 | 2020-06-26T20:06:42 | 225,613,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercises_6;
import java.util.Scanner;
public class Binary2Decimal {
static int a;
static int total=1;
static int counter=0;
static int b=10;
static Scanner input = new Scanner(System.in);
public static void main(String... args){
System.out.println("Enter Value to convert... | UTF-8 | Java | 961 | java | Binary2Decimal.java | Java | [] | null | [] | package exercises_6;
import java.util.Scanner;
public class Binary2Decimal {
static int a;
static int total=1;
static int counter=0;
static int b=10;
static Scanner input = new Scanner(System.in);
public static void main(String... args){
System.out.println("Enter Value to convert... | 961 | 0.541103 | 0.529657 | 47 | 19.446808 | 18.383398 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531915 | false | false | 6 |
d42f84f70961dfa847193f39498bfaf39c80b892 | 15,968,688,410,805 | 9c42a43ea444711dcd6c6e2ba47228052218d221 | /src/se/kth/iv1305/vehicleinspection/util/LogHandler.java | db3e6dca93be8b2868b9f257c67bc97b24509c7d | [] | no_license | Taoudi/IV1350-Object-Oriented-Design | https://github.com/Taoudi/IV1350-Object-Oriented-Design | e089ef70163cb8c460c44541308d35b7d7ee89be | 05e80ddeb80fbaaccb4dec9f4c95c1f0b9c204ac | refs/heads/master | 2021-09-05T23:58:10.325000 | 2018-01-31T20:41:24 | 2018-01-31T20:41:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package se.kth.iv1305.vehicleinspection.util;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWrit... | UTF-8 | Java | 1,039 | java | LogHandler.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.
*/
package se.kth.iv1305.vehicleinspection.util;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWrit... | 1,039 | 0.6564 | 0.652551 | 38 | 25.342106 | 24.58099 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 6 |
9797943f5e1e9f3f670cee94c2350a27a4fead4d | 15,539,191,688,311 | b6cc34266114a6ec4ecdbd24c60e86688ae1314d | /src/main/java/com/app/learning/handler/PEFileHandler.java | 485e1f99be1e69c992ab9f644c00832c95f63d27 | [] | no_license | arun1607/binary_file_analyser | https://github.com/arun1607/binary_file_analyser | e10e5a02d17c2a4084b4e5275f8bd7c493fa400c | 78c816702e62e441abb71c5ebcda0b539a0070f9 | refs/heads/master | 2020-04-08T06:24:27.906000 | 2018-11-25T15:47:41 | 2018-11-25T15:47:41 | 159,095,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.learning.handler;
import com.app.learning.core.FileType;
public class PEFileHandler implements FileHandler {
private final String file;
private final FileType fileType;
public PEFileHandler(final String file, final FileType fileType) {
this.file = file;
this.fileType = f... | UTF-8 | Java | 477 | java | PEFileHandler.java | Java | [] | null | [] | package com.app.learning.handler;
import com.app.learning.core.FileType;
public class PEFileHandler implements FileHandler {
private final String file;
private final FileType fileType;
public PEFileHandler(final String file, final FileType fileType) {
this.file = file;
this.fileType = f... | 477 | 0.675052 | 0.675052 | 25 | 18.08 | 19.195665 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 6 |
2550b54cfece93aa4e18c3173cbba36fa8a38444 | 29,308,856,828,913 | c906b8ea23051682c5aa3915d76ba153613cf12e | /src/main/java/com/local/redisbilibili/filter/RedisBloomFilter.java | c09ebc81af4982c45053b79793da961c0c83eb13 | [] | no_license | Xnai/redis-bilibili | https://github.com/Xnai/redis-bilibili | b7be2a9ba660c794c14e821039c31c430e7b82b4 | 12a87a3fe7ae10d22dcd1b0c2d7bf2637acc37c8 | refs/heads/master | 2023-01-24T10:34:59.944000 | 2020-12-06T14:12:20 | 2020-12-06T14:12:20 | 316,154,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.local.redisbilibili.filter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.dao.DataAccessException;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframe... | UTF-8 | Java | 4,481 | java | RedisBloomFilter.java | Java | [] | null | [] | package com.local.redisbilibili.filter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.dao.DataAccessException;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframe... | 4,481 | 0.629123 | 0.625214 | 134 | 29.544777 | 26.068113 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41791 | false | false | 6 |
b3342292e6ddeac3f0c6344959b619042386090a | 32,298,154,073,837 | a172d40f554c7203d515ca8c2e17eb7752156910 | /src/com/app/pojos/User.java | e6b7e4525b310b78af49bb2023dbf6afb0d90d04 | [] | no_license | ankita2308/pharmacaresystem | https://github.com/ankita2308/pharmacaresystem | 441169f1f01971d765d6145b7d8823a60f9bb60d | bfc85487e01f7a01623d042972f303ef089b7358 | refs/heads/master | 2023-02-25T23:14:13.498000 | 2021-02-02T15:17:46 | 2021-02-02T15:17:46 | 334,701,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.pojos;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.pers... | UTF-8 | Java | 4,111 | java | User.java | Java | [] | null | [] | package com.app.pojos;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.pers... | 4,111 | 0.696181 | 0.694965 | 185 | 21.221622 | 23.750267 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.594595 | false | false | 6 |
e26e7ce4c2a066297d766051ece45caaafbc014b | 28,776,280,883,725 | a73b50e6c8ed2f1dea2c7b04ad6e9a9ea52205f7 | /Date-Time/src/ui/DateTimeApp.java | a5a00ac5f15381f54bb7cd2d0899405c8986417a | [] | no_license | Mchilders14/java-projects | https://github.com/Mchilders14/java-projects | 792e40214217612e95d655d34af9f8f7980eb1c9 | 69e969182022d7b30a34e8911c6b8f7dac50eb96 | refs/heads/main | 2023-06-27T01:16:24.359000 | 2021-07-19T02:59:24 | 2021-07-19T02:59:24 | 373,536,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.Month;
public class DateTimeApp {
public static void main(String[] args) {
System.out.println("Date Time App!");
LocalDateTime currentTimestamp = LocalDateTime.now();
LocalDate currentDate = LocalDate.now();
Syste... | UTF-8 | Java | 1,911 | java | DateTimeApp.java | Java | [] | null | [] | package ui;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.Month;
public class DateTimeApp {
public static void main(String[] args) {
System.out.println("Date Time App!");
LocalDateTime currentTimestamp = LocalDateTime.now();
LocalDate currentDate = LocalDate.now();
Syste... | 1,911 | 0.714809 | 0.695447 | 56 | 33.125 | 27.233162 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 6 |
9f00e824dfc1b752bdfe1602b0245f3de0bcf881 | 11,647,951,314,369 | b825e98e9f4fb519253d44752dabc3bfeb146f5b | /libgdx-proto/core/src/com/chucke/libgdx/game/gameplay/CollisionUtils.java | 31329bdd976cab23f563ce54c822335e1ab48938 | [] | no_license | artsiom-tsaryonau/MISC | https://github.com/artsiom-tsaryonau/MISC | 8409f8360c076e23124e513902ee2a77074a8988 | 752c2d927e1c9d523c8aa9b82472e264fe223fe2 | refs/heads/master | 2017-12-01T06:11:28.778000 | 2016-08-19T14:58:29 | 2016-08-19T14:58:29 | 61,374,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chucke.libgdx.game.gameplay;
import java.util.List;
import com.badlogic.gdx.math.Circle;
import com.badlogic.gdx.math.Intersector;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.math.Shape2D;
public class CollisionUtils {
public static boolean isColliding(Circle circle, Rectangle re... | UTF-8 | Java | 1,094 | java | CollisionUtils.java | Java | [] | null | [] | package com.chucke.libgdx.game.gameplay;
import java.util.List;
import com.badlogic.gdx.math.Circle;
import com.badlogic.gdx.math.Intersector;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.math.Shape2D;
public class CollisionUtils {
public static boolean isColliding(Circle circle, Rectangle re... | 1,094 | 0.611517 | 0.606947 | 37 | 28.567568 | 23.928431 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 6 |
f283866d9d15dae397eb6da769d26bf58dc35d4d | 24,970,939,893,416 | e3e5f753347193d8d01e2788f22ab996d23e5c79 | /src16/Rectangle.java | 56b6c75ef363a170f92b5df925835bcf1a43b4df | [] | no_license | Nirakar80/Java-Programming-I | https://github.com/Nirakar80/Java-Programming-I | 44dc4466512d5f6b67b9d5815fb962b9451e2b33 | adeed99c29652bd1039c60fcf03860828a5c7715 | refs/heads/master | 2020-08-23T13:45:47.576000 | 2019-10-21T18:08:11 | 2019-10-21T18:08:11 | 216,629,460 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Rectangle {
private double length;
private double width;
public void setLength(double newLength)
{
length = newLength;
}
public void setWidth(double newWidth)
{
width = newWidth;
}
public double getLength()
{
return length;
}
public double getWidth()
{
... | UTF-8 | Java | 405 | java | Rectangle.java | Java | [] | null | [] |
public class Rectangle {
private double length;
private double width;
public void setLength(double newLength)
{
length = newLength;
}
public void setWidth(double newWidth)
{
width = newWidth;
}
public double getLength()
{
return length;
}
public double getWidth()
{
... | 405 | 0.619753 | 0.619753 | 30 | 11.433333 | 12.175613 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 6 |
8523e486fe2cf4792419aaa67369ce077f9c0a21 | 24,970,939,891,359 | ad1342100c2baa5ea27e66ec8fe4f897b5ad7c1d | /app/src/main/java/com/example/qlnhasach/Sach.java | fe49924cdd054e63b2754fe0dee00bc606f7918d | [] | no_license | d2grubby/QuanLyBanSach | https://github.com/d2grubby/QuanLyBanSach | da46fdeadd870062d9d0146bb683339d3858715d | 1145f7d9d76cc4673af3843c1b78d477405438f6 | refs/heads/master | 2020-05-29T22:15:15.097000 | 2019-06-21T13:52:03 | 2019-06-21T13:52:03 | 189,404,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.qlnhasach;
public class Sach {
public int idSach;
public int idTG;
public int idTheLoai;
public int idNXB;
public String tenSach;
public String moTa;
public byte[] anhBia;
public int giaTien;
public int soLuongCon;
public Sach(int idSach, int idTG, int idThe... | UTF-8 | Java | 697 | java | Sach.java | Java | [] | null | [] | package com.example.qlnhasach;
public class Sach {
public int idSach;
public int idTG;
public int idTheLoai;
public int idNXB;
public String tenSach;
public String moTa;
public byte[] anhBia;
public int giaTien;
public int soLuongCon;
public Sach(int idSach, int idTG, int idThe... | 697 | 0.632712 | 0.632712 | 25 | 26.879999 | 24.620836 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.08 | false | false | 6 |
def17fc9eb70eb301c74b4f0db70d903a26281e4 | 12,799,002,563,344 | 22c0b8fe810d790796d9362cda5ac3f05e53a4ed | /src/main/java/dev/mvc/goods/Goods_ReviewVO.java | 5f125ac56d42ed1213530489630afabcf397f336 | [] | no_license | SeoyunBaek/test1 | https://github.com/SeoyunBaek/test1 | 1b42a4be8293738c9abb8dcf96a083555a5a2d8c | ef8b211af15c2179c2eff16575c6dd27c441586f | refs/heads/master | 2022-12-23T19:35:22.250000 | 2019-08-05T06:04:54 | 2019-08-05T06:04:54 | 200,558,175 | 0 | 0 | null | false | 2022-03-31T21:31:07 | 2019-08-05T00:56:02 | 2019-08-05T06:05:10 | 2022-03-31T21:31:07 | 19,420 | 0 | 0 | 9 | JavaScript | false | false | package dev.mvc.goods;
public class Goods_ReviewVO {
// goods table
private int goodsno;
private String title;
// review table
private int reviewno;
private String writing;
private String grade;
public int getGoodsno() {
return goodsno;
}
public void setGoodsno(int goodsno)... | UTF-8 | Java | 887 | java | Goods_ReviewVO.java | Java | [] | null | [] | package dev.mvc.goods;
public class Goods_ReviewVO {
// goods table
private int goodsno;
private String title;
// review table
private int reviewno;
private String writing;
private String grade;
public int getGoodsno() {
return goodsno;
}
public void setGoodsno(int goodsno)... | 887 | 0.624577 | 0.624577 | 44 | 18.15909 | 12.670551 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 6 |
620e0f995076b71bc4e324b74a074a2602ea4805 | 16,793,322,138,548 | eb099e8b573f041402ba72c25df064fe2b7a3cb9 | /src/main/java/com/crudconsole/app/repository/WriterRepository.java | cdb90995416789f9005f6da89cd1c6f8f62e08d4 | [] | no_license | Blungehroot/crudconsole | https://github.com/Blungehroot/crudconsole | 9d36f7ac12110ca7c21a14ea655c86e023343a97 | 1b7372415bbdc9c3b52fd18fe23124380c5248af | refs/heads/main | 2023-07-15T13:23:38.075000 | 2021-09-03T15:02:45 | 2021-09-03T15:02:45 | 400,156,626 | 0 | 0 | null | false | 2021-09-02T14:10:35 | 2021-08-26T12:14:08 | 2021-09-01T20:44:50 | 2021-09-02T14:10:35 | 27 | 0 | 0 | 0 | Java | false | false | package com.crudconsole.app.repository;
import com.crudconsole.app.model.Writer;
public interface WriterRepository extends GenericRepository<Writer, Long> {
}
| UTF-8 | Java | 161 | java | WriterRepository.java | Java | [] | null | [] | package com.crudconsole.app.repository;
import com.crudconsole.app.model.Writer;
public interface WriterRepository extends GenericRepository<Writer, Long> {
}
| 161 | 0.826087 | 0.826087 | 6 | 25.833334 | 28.115337 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
29a35c0de0fa3041dd9d680e49a553050d7a6690 | 13,632,226,217,547 | 1fc54944b55cc0bf43bcf3547fc50ad0fdd4f7c5 | /src/main/java/com/base/parsergen/rules/training/SourceFilesI.java | 1f2c466d33557c91279bf46158573813f5e192b1 | [
"Apache-2.0"
] | permissive | JuliusDegesys/BASE | https://github.com/JuliusDegesys/BASE | 95049e0c13dbce859455494ce4c65c2aad1d8214 | 8ea5932ece67a2926803ff6e9df30e4cd6d36063 | refs/heads/master | 2020-07-02T01:51:50.629000 | 2019-08-09T02:54:19 | 2019-08-09T02:54:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base.parsergen.rules.training;
import com.google.gson.annotations.SerializedName;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Collection;
public interface SourceFilesI {
public static interface SourceFileI {
public InputStream getSo... | UTF-8 | Java | 450 | java | SourceFilesI.java | Java | [] | null | [] | package com.base.parsergen.rules.training;
import com.google.gson.annotations.SerializedName;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Collection;
public interface SourceFilesI {
public static interface SourceFileI {
public InputStream getSo... | 450 | 0.768889 | 0.768889 | 18 | 24 | 21.304668 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
608c7d08575f05858e3db9b89fa148faa598d179 | 8,916,352,112,204 | e4cce16586e35bd690aa29b9ecb541ff78ced7d5 | /cassandra/src/main/java/com/kit/springboot/dao/POITrafficDataRepository.java | 49beaa93ae51a3830e2d699b2284b5492990db71 | [] | no_license | guohan/bigdata | https://github.com/guohan/bigdata | bd48c9d40f707ad3201b3cf83e17ac9b50b7db24 | d89069a116662878025dff009bbf291387944bf4 | refs/heads/master | 2020-09-20T05:46:46.727000 | 2017-12-19T00:55:11 | 2017-12-19T00:55:11 | 94,501,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kit.springboot.dao;
import com.kit.springboot.dao.entity.POITrafficData;
import org.springframework.data.cassandra.repository.CassandraRepository;
import org.springframework.stereotype.Repository;
/**
* DAO class for poi_traffic
*
* @author gh
*
*/
@Repository
public interface POITrafficDataReposi... | UTF-8 | Java | 375 | java | POITrafficDataRepository.java | Java | [
{
"context": "\n\n/**\n * DAO class for poi_traffic \n * \n * @author gh\n *\n */\n@Repository\npublic interface POITrafficDat",
"end": 263,
"score": 0.9983797073364258,
"start": 261,
"tag": "USERNAME",
"value": "gh"
}
] | null | [] | package com.kit.springboot.dao;
import com.kit.springboot.dao.entity.POITrafficData;
import org.springframework.data.cassandra.repository.CassandraRepository;
import org.springframework.stereotype.Repository;
/**
* DAO class for poi_traffic
*
* @author gh
*
*/
@Repository
public interface POITrafficDataReposi... | 375 | 0.797333 | 0.797333 | 17 | 21.058823 | 27.028244 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 6 |
ec293d8cfd44a73dadab6ac1bacfbb9c352b58fc | 31,344,671,340,828 | cb36cb6c60ff1adb1ce4f87f8b325190b290712e | /com.legooframework.wechatcircle/src/main/java/com/legooframework/model/wechatcircle/service/ProtocolCodingFactory.java | 1e3b47744cbd89ac5af2a9279ec0a9f3d0ea062b | [] | no_license | haozm/legooframework | https://github.com/haozm/legooframework | db27d1c96669e8b46cb5fd1e983a95888bef3795 | ad0f99c0344de78a37c38d4cfe4bdbbd253a6731 | refs/heads/master | 2020-03-19T07:09:00.643000 | 2019-12-07T13:47:17 | 2019-12-07T13:47:17 | 136,090,435 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.legooframework.model.wechatcircle.service;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.Json... | UTF-8 | Java | 14,781 | java | ProtocolCodingFactory.java | Java | [] | null | [] | package com.legooframework.model.wechatcircle.service;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.Json... | 14,781 | 0.62769 | 0.626933 | 242 | 58.111568 | 39.314476 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.301653 | false | false | 6 |
325981396e1484696cd08a6d50cc68bf1f255880 | 28,192,165,357,167 | db13ef0b1f0948f0b95888cae6a07e7d54a2bd8c | /src/main/java/pl/satim/minesar/application/MineSARTest.java | ad4641c3072df0784a0e482e10edeebdf4a00178 | [] | no_license | skluz/minesar | https://github.com/skluz/minesar | d4da91954a08fd506fbad63edb1f0992fbb1a9e0 | 5e9f1d98cff195f3c33374bddca617639a51643d | refs/heads/master | 2018-01-04T11:00:26.288000 | 2017-07-23T10:54:04 | 2017-07-23T10:54:04 | 42,070,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.satim.minesar.application;
import org.gdal.gdal.gdal;
import org.gdal.ogr.*;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import pl.satim.minesar.utils.NativeUtils;
import java.io.IOException;
import java.util.Date;
public class MineSA... | UTF-8 | Java | 1,415 | java | MineSARTest.java | Java | [] | null | [] | package pl.satim.minesar.application;
import org.gdal.gdal.gdal;
import org.gdal.ogr.*;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import pl.satim.minesar.utils.NativeUtils;
import java.io.IOException;
import java.util.Date;
public class MineSA... | 1,415 | 0.678445 | 0.662191 | 46 | 29.76087 | 32.971783 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 6 |
795cab836a361eb1234bcac339d92762ba16f8ee | 23,665,269,826,868 | c2c31f0c51ac4e41c5a0c0858a4c59613312e88e | /src/PersonalNumber.java | d322af36357dab3dccdccfb8998d215bf782e65b | [] | no_license | chesiak/smallTDDProject | https://github.com/chesiak/smallTDDProject | e6e00003efedab1104eb169eb4c9b8d5a58d6fc4 | d9305e226b98c3a81e83173c1720e7d21a9b1975 | refs/heads/master | 2020-09-13T08:59:11.207000 | 2019-11-19T15:03:27 | 2019-11-19T15:03:27 | 222,717,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PersonalNumber {
}
| UTF-8 | Java | 32 | java | PersonalNumber.java | Java | [] | null | [] | public class PersonalNumber {
}
| 32 | 0.78125 | 0.78125 | 2 | 15 | 14 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 6 |
592f5f5ecf90d255fb0bc65a7b4bd3d6124ac4e7 | 18,940,805,818,784 | 215422cca68c44323fb921041495bc6f9a103f58 | /Iniciante/URI 2168.java | c503da6ceca23da2273de30d4f0e8258c6d27235 | [] | no_license | eduardo-mior/URI-Online-Judge-Solutions | https://github.com/eduardo-mior/URI-Online-Judge-Solutions | bb3b2029f1e80852175a63222915b20b56c5a320 | 0b282662c3caf74bbb7844d1639be305452d6a44 | refs/heads/master | 2023-08-09T21:57:18.273000 | 2023-08-05T12:24:45 | 2023-08-05T12:24:45 | 139,095,069 | 335 | 146 | null | false | 2023-08-05T12:24:47 | 2018-06-29T03:12:51 | 2023-08-04T20:48:38 | 2023-08-05T12:24:45 | 792 | 291 | 95 | 0 | Java | false | false | package Iniciante;
/*
QUESTÃO
No crepúsculo, a cidade de Portland fica cheia de vampiros e lobisomens.
Entretanto, nenhum deles quer ser visto enquanto passeiam pelo centro.
Vão ser instaladas câmeras de vigilância em cada esquina do centro de
Portland. A cada mês, um mapa atualizado com as câmeras já em
f... | ISO-8859-1 | Java | 2,219 | java | URI 2168.java | Java | [] | null | [] | package Iniciante;
/*
QUESTÃO
No crepúsculo, a cidade de Portland fica cheia de vampiros e lobisomens.
Entretanto, nenhum deles quer ser visto enquanto passeiam pelo centro.
Vão ser instaladas câmeras de vigilância em cada esquina do centro de
Portland. A cada mês, um mapa atualizado com as câmeras já em
f... | 2,219 | 0.642269 | 0.629918 | 71 | 29.802816 | 26.543411 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.197183 | false | false | 6 |
f39a3ac72159184407842385ebf0b5ad9fdb437c | 5,162,550,727,200 | 68a351277a0a013f8cffb308c6a0e35f6e0a4875 | /src/OopsConceptPart1/MethodOverloading.java | 85d77dfbb7eae42c5e82f9ac65aff863909b543b | [] | no_license | chethan1203/JavaProgramsInterViewQuestions | https://github.com/chethan1203/JavaProgramsInterViewQuestions | d5f712c113ec2eec45edbb0d529584aa1bc807ce | 8cc6ef6d1d2616c485c377d13cb0d5ab179502bc | refs/heads/master | 2022-11-29T04:09:00.221000 | 2020-08-16T15:02:51 | 2020-08-16T15:02:51 | 282,885,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package OopsConceptPart1;
public class MethodOverloading {
public static void main(String[] args){
MethodOverloading mtd = new MethodOverloading();
mtd.sum();
mtd.sum(10);
mtd.sum("Chethan");
mtd.sum(10, 20);
mtd.sum(20, 1000);
mtd.sum(50, "selenium");
main(20);
}
//main method overloading
publi... | UTF-8 | Java | 1,161 | java | MethodOverloading.java | Java | [
{
"context": "loading();\n\t\tmtd.sum();\n\t\tmtd.sum(10);\n\t\tmtd.sum(\"Chethan\");\n\t\tmtd.sum(10, 20);\n\t\tmtd.sum(20, 1000);\n\t\tmtd.",
"end": 199,
"score": 0.9997251033782959,
"start": 192,
"tag": "NAME",
"value": "Chethan"
}
] | null | [] | package OopsConceptPart1;
public class MethodOverloading {
public static void main(String[] args){
MethodOverloading mtd = new MethodOverloading();
mtd.sum();
mtd.sum(10);
mtd.sum("Chethan");
mtd.sum(10, 20);
mtd.sum(20, 1000);
mtd.sum(50, "selenium");
main(20);
}
//main method overloading
publi... | 1,161 | 0.694229 | 0.679587 | 48 | 23.1875 | 26.596252 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 6 |
42472f5f169232b98aa7709380d87012fbe294f1 | 5,162,550,724,036 | 83fd1ffa643ade1e352d667f80c1922888a0daa7 | /pfl-tf/src/main/java/org/glassfish/pfl/tf/spi/MethodMonitorFactoryDefaults.java | 35da238569152393447f6005902bd221910cbae1 | [
"Classpath-exception-2.0",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-generic-export-compliance",
"BSD-3-Clause",
"EPL-2.0"
] | permissive | eclipse-ee4j/orb-gmbal-pfl | https://github.com/eclipse-ee4j/orb-gmbal-pfl | 33262720a79318130506bb6cb8385adaba37e7b2 | e7abc1da6b7f7c3f125de6b6fc3e13d322f7aa6f | refs/heads/master | 2023-08-15T09:03:27.806000 | 2022-12-19T14:06:49 | 2022-12-19T14:06:49 | 147,513,231 | 3 | 15 | BSD-3-Clause | false | 2022-12-19T14:08:32 | 2018-09-05T12:20:18 | 2021-12-15T15:31:33 | 2022-12-19T14:08:29 | 898 | 4 | 15 | 2 | Java | false | false | /*
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... | UTF-8 | Java | 13,978 | java | MethodMonitorFactoryDefaults.java | Java | [
{
"context": "l.basic.logex.OperationTracer ;\n\n/**\n *\n * @author ken\n */\npublic class MethodMonitorFactoryDefaults {\n ",
"end": 974,
"score": 0.9985295534133911,
"start": 971,
"tag": "USERNAME",
"value": "ken"
}
] | null | [] | /*
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... | 13,978 | 0.454858 | 0.453498 | 407 | 33.343979 | 24.762451 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 6 |
65a10c9129549a587c96b4750a47b4ff378e3186 | 32,401,233,335,483 | 5633e58337ecbe05d695b9fccd7d8b8b925b9a8b | /src/Inheritance/ExtendMultipleClassTest.java | 2674ddc932a3ce66e2824d3c05ec20e2f6d3557f | [] | no_license | shivamverma039/TestNGDemo | https://github.com/shivamverma039/TestNGDemo | 6fd2b1d5397724934c67d2754b916dcf050b7f11 | 85cf3ce5d0feb0162e1149db535de2e87d8e1341 | refs/heads/master | 2020-06-09T06:20:18.879000 | 2019-06-23T19:57:17 | 2019-06-23T19:57:17 | 190,441,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Inheritance;
import org.testng.annotations.Test;
public class ExtendMultipleClassTest extends ConfigMethod
{
@Test(dataProviderClass=ConfigData.class, dataProvider="data")
public void datatest(String firstname, String secondname)
{
System.out.println(firstname+" , "+secondname);
}
}
| UTF-8 | Java | 313 | java | ExtendMultipleClassTest.java | Java | [] | null | [] | package Inheritance;
import org.testng.annotations.Test;
public class ExtendMultipleClassTest extends ConfigMethod
{
@Test(dataProviderClass=ConfigData.class, dataProvider="data")
public void datatest(String firstname, String secondname)
{
System.out.println(firstname+" , "+secondname);
}
}
| 313 | 0.757188 | 0.757188 | 12 | 24.083334 | 25.270069 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 6 |
c64b6fd61a62452d6ac6e2247930dcf519fac847 | 6,167,573,064,521 | f457099099463953676036df29b82d109d69ebfb | /src/calculator.java | 6a677c11a338db7c500395d24c77119022d670ff | [] | no_license | ABlueStudent/calculator | https://github.com/ABlueStudent/calculator | e58370a2d874c6502dd7d189a3378ef7ea39afe2 | 9142a7f2b449303ecfc170c182da90dd837df955 | refs/heads/master | 2020-05-27T13:25:01.114000 | 2019-05-26T04:13:19 | 2019-05-26T04:13:19 | 188,638,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class calculator {
public static void main(String[] args) throws IOException {
BufferedReader buf = new BufferedReader(
new InputStreamReader(System.in)
);
String[] inputstrin... | UTF-8 | Java | 664 | java | calculator.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class calculator {
public static void main(String[] args) throws IOException {
BufferedReader buf = new BufferedReader(
new InputStreamReader(System.in)
);
String[] inputstrin... | 664 | 0.694277 | 0.685241 | 15 | 43.266666 | 34.369495 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 6 |
89c3a39e9d60a00072adb770a229972e3fc138b9 | 7,198,365,219,348 | 76f5da49a889e97393c7d535c58f28794957eab5 | /TMMMI/src/main/java/com/tmmmi/web/QNARestController.java | 4b7b5e9cee2d57fc87781d43571132c8b716fd5f | [] | no_license | javacjavac55/tmmmi | https://github.com/javacjavac55/tmmmi | 183a1e5f295f998031842f960dd477f59ed813ef | afcd6bb2ff5a80a057d551b9b96ddba2e6dbe2f1 | refs/heads/master | 2020-04-15T17:00:08.035000 | 2019-02-21T02:12:18 | 2019-02-21T02:12:18 | 164,857,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tmmmi.web;
import java.util.Map;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.ann... | UTF-8 | Java | 3,610 | java | QNARestController.java | Java | [] | null | [] | package com.tmmmi.web;
import java.util.Map;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.ann... | 3,610 | 0.706371 | 0.704155 | 121 | 27.834711 | 24.65509 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.247934 | false | false | 6 |
6dc9b1b5376c159066bbbadf1e2704fbc079e30d | 17,377,437,686,871 | e4c1712f8c867bbde5c51b07d3fd338610a16984 | /app/src/main/java/com/testapp/utls/project/Price.java | b52f1e076b4093a65df5c21251063763de191703 | [] | no_license | Emirinay/TestApp | https://github.com/Emirinay/TestApp | 2de1dd343a76ef36fad6c35fc838f08da1963c15 | e40f9dce5bc76476a7c6d7f0c8e70cfcb0bc318c | refs/heads/master | 2021-01-11T20:01:49.207000 | 2017-01-19T12:50:14 | 2017-01-19T12:50:14 | 79,450,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testapp.utls.project;
/**
* Created on 17.01.2017.
*/
public class Price {
private int ruble;
private int kopeck;
public Price(int ruble, int kopeck) {
this.kopeck = kopeck;
this.ruble = ruble;
}
public Price(String price) {
String[] pieces... | UTF-8 | Java | 752 | java | Price.java | Java | [] | null | [] | package com.testapp.utls.project;
/**
* Created on 17.01.2017.
*/
public class Price {
private int ruble;
private int kopeck;
public Price(int ruble, int kopeck) {
this.kopeck = kopeck;
this.ruble = ruble;
}
public Price(String price) {
String[] pieces... | 752 | 0.489362 | 0.476064 | 38 | 17.789474 | 15.070288 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 6 |
6444ea843f7b7acafb311e974bf91134d332ead9 | 8,100,308,369,925 | 54064c5ff9aec33b0e28fd10e4767784eb9c7ec1 | /core/api/src/main/java/sh/isaac/api/ticker/Ticker.java | c66db70dcc5d21f059cc7ae14f4d31ea91486221 | [
"Apache-2.0"
] | permissive | aks8m/ISAAC | https://github.com/aks8m/ISAAC | 37d1abd412ce8e0c1ec5780c3c27131dc3675566 | ad2c6ae6f349e85c907d5d1f7ed10b93bbca34c4 | HEAD | 2017-04-28T18:43:07.618000 | 2017-04-02T20:44:49 | 2017-04-02T20:44:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed under the Apache License, Version 2.0 (the "License");
*
* You may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* d... | UTF-8 | Java | 2,625 | java | Ticker.java | Java | [
{
"context": "-------------------------------\n\n/**\n * Created by kec on 4/9/15.\n */\npublic class Ticker {\n /** The t",
"end": 1830,
"score": 0.9996704459190369,
"start": 1827,
"tag": "USERNAME",
"value": "kec"
}
] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
*
* You may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* d... | 2,625 | 0.623476 | 0.612424 | 87 | 29.149426 | 28.744026 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.229885 | false | false | 6 |
ef4bc1e88ce8891da783e80b8a138adc419ded05 | 20,263,655,725,209 | 3df7bcbbb3ba800f9d426754836b69a2814d224f | /JAVA/src/chapter01-05/control/Lotto3.java | 1f4c7018d6d2193f5dc1c89ebd21f101b5520016 | [] | no_license | amiruna91/StudyProject | https://github.com/amiruna91/StudyProject | c09c57d577d272ad5609f63c7a74d315fe9fafce | 71daf17445b433a33c7dd885aa5e5c1d9aea0dfb | refs/heads/master | 2022-12-23T07:55:02.538000 | 2020-08-08T08:26:23 | 2020-08-08T08:26:23 | 246,320,111 | 1 | 0 | null | false | 2022-12-16T10:06:02 | 2020-03-10T14:16:59 | 2020-08-08T08:26:40 | 2022-12-16T10:05:58 | 155,155 | 0 | 0 | 8 | Java | false | false | package control;
public class Lotto3 {
public static void main(String[] args) {
// 난수 -> 있는지 확인 -> 있다. -> i--
// -> 없다. -> i = 1 일때는 n1에 저장
// -> i = 2 일때는 n2에 저장
int n1 = 0; //첫번째 로또번호
int n2 = 0; //두번째 로또번호
int n3 = 0; //세번째 로또번호
int n4 = 0; //네번째 로또번호
int n5 = 0; //다섯번째 로또 번호
int n... | UTF-8 | Java | 1,062 | java | Lotto3.java | Java | [] | null | [] | package control;
public class Lotto3 {
public static void main(String[] args) {
// 난수 -> 있는지 확인 -> 있다. -> i--
// -> 없다. -> i = 1 일때는 n1에 저장
// -> i = 2 일때는 n2에 저장
int n1 = 0; //첫번째 로또번호
int n2 = 0; //두번째 로또번호
int n3 = 0; //세번째 로또번호
int n4 = 0; //네번째 로또번호
int n5 = 0; //다섯번째 로또 번호
int n... | 1,062 | 0.423423 | 0.368243 | 40 | 21.200001 | 18.61075 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.525 | false | false | 6 |
1a9c71e21550199af2bec95480cf0e8da55d49d4 | 25,589,415,178,568 | d54623e7bf1063a727658a1c961059e475d2acbd | /src/main/java/com/shuwa/treefrog/service/IAdminService.java | 2ce8e7ee18e5cdb47250a55914a14af2290738e5 | [] | no_license | Jalyn315/treefrog | https://github.com/Jalyn315/treefrog | d89c9e084536dcc4efa3404e337bf9afb73b1368 | 2a27145bd3f86e41f49b493e3dabd5f7f6a4d487 | refs/heads/master | 2021-07-13T12:47:33.917000 | 2020-06-10T14:11:12 | 2020-06-10T14:11:12 | 240,862,950 | 3 | 2 | null | false | 2021-04-22T18:56:50 | 2020-02-16T09:19:06 | 2020-06-10T14:11:43 | 2021-04-22T18:56:50 | 38,421 | 1 | 1 | 1 | JavaScript | false | false | package com.shuwa.treefrog.service;
import com.github.pagehelper.PageInfo;
import com.shuwa.treefrog.entity.Admin;
import com.shuwa.treefrog.entity.User;
import com.shuwa.treefrog.exception.LoginException;
import com.shuwa.treefrog.exception.RegisterException;
/**
* 管理员接口
*/
public interface IAdminService {
/*... | UTF-8 | Java | 1,085 | java | IAdminService.java | Java | [
{
"context": "ervice {\n /**\n * 管理员登录\n *\n * @param userName\n * @param password\n * @return\n */\n ",
"end": 364,
"score": 0.8194342255592346,
"start": 356,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "eption;\n\n /**\n * 管理员注册\n ... | null | [] | package com.shuwa.treefrog.service;
import com.github.pagehelper.PageInfo;
import com.shuwa.treefrog.entity.Admin;
import com.shuwa.treefrog.entity.User;
import com.shuwa.treefrog.exception.LoginException;
import com.shuwa.treefrog.exception.RegisterException;
/**
* 管理员接口
*/
public interface IAdminService {
/*... | 1,085 | 0.63774 | 0.63774 | 49 | 19.224489 | 20.419344 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 6 |
e2ddaf00e36deaddb3a3450edc242cef9d603089 | 26,182,120,661,581 | 4a2525b7ba0490de7bbadcab01dbc7b100916671 | /src/test/java/jalf/util/CollectionUtilsTest.java | fc72f9d9e0f04701d67d37d8feefbddb734e3ef4 | [
"Apache-2.0"
] | permissive | aimablehirwa/jalf | https://github.com/aimablehirwa/jalf | 7c46ba53497f8c9cb4f5d0a2c9593ea273df1c61 | 75b8606c6f5cc63217a7e2612f2fb906dc8360de | refs/heads/master | 2021-01-12T22:38:12.595000 | 2016-05-11T13:30:34 | 2016-05-11T14:00:38 | 44,627,214 | 0 | 0 | null | true | 2016-05-11T14:01:27 | 2015-10-20T18:39:25 | 2016-01-29T06:04:46 | 2016-05-11T14:01:26 | 430 | 0 | 0 | 3 | Java | null | null | package jalf.util;
import static org.junit.Assert.*;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class CollectionUtilsTest {
@Test
public void testMapOfOnKeysAndValues() {
String[] keys = new String[]{};
Integer[] values = new Integer[]{};
assertEqu... | UTF-8 | Java | 958 | java | CollectionUtilsTest.java | Java | [] | null | [] | package jalf.util;
import static org.junit.Assert.*;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class CollectionUtilsTest {
@Test
public void testMapOfOnKeysAndValues() {
String[] keys = new String[]{};
Integer[] values = new Integer[]{};
assertEqu... | 958 | 0.612735 | 0.605428 | 34 | 27.17647 | 22.30335 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 6 |
d7bd2bab4bf7092306c595ccab254c5f5fac4b1a | 22,522,808,506,393 | 4d4dd3cdd4c8c22ad33e7eda8b53133befa6a27c | /src/main/java/com/example/s3/upload/config/S3Config.java | 2ae3458d8d6257ed545fb94b44d2a3fb4ed1f5d1 | [] | no_license | welsoncarvalho/s3-upload-flux | https://github.com/welsoncarvalho/s3-upload-flux | 6f39f4b4a0ff07f2b90189776248e3db2e2a997a | 409a0b2dd4b279c69be0da8dde26c8f0f2af4bbe | refs/heads/master | 2022-12-26T03:16:08.207000 | 2020-09-28T17:02:09 | 2020-09-28T17:02:09 | 299,376,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.s3.upload.config;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.am... | UTF-8 | Java | 1,874 | java | S3Config.java | Java | [] | null | [] | package com.example.s3.upload.config;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
import software.am... | 1,874 | 0.731057 | 0.718783 | 49 | 37.2449 | 28.998613 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 6 |
42c9cf27af82111ca4408c6b210ccfade0fb4ffe | 2,826,088,492,289 | 177ed7bbaef1e62e181e1e68b36309a6fbc09429 | /src/main/java/com/wowwee/serial/Commands.java | 5ba5cecc0122738f5df6ca76f399b90eeeacc910 | [] | no_license | bens-unit01/wasabi-embedded | https://github.com/bens-unit01/wasabi-embedded | 64b3d2d3e6a5817a88e304134ca133509e79fa72 | 969fd06c3795c61d47631a06bb2fcf8104f49bdd | refs/heads/master | 2022-07-19T14:00:11.675000 | 2020-02-20T19:16:48 | 2020-02-20T19:16:48 | 241,967,394 | 0 | 0 | null | false | 2022-07-07T22:12:18 | 2020-02-20T19:08:43 | 2020-02-20T19:16:51 | 2022-07-07T22:12:16 | 6,927 | 0 | 0 | 6 | Java | false | false | package com.wowwee.serial;
public class Commands {
public static final int START_BYTE = (byte)0xFA;
public static final int DRIVE = (byte)0x81;
public static final int WAKE_WORD_DETECTED = (byte)0x42;
public static final int RGB_CTRL_COMMAND... | UTF-8 | Java | 1,263 | java | Commands.java | Java | [] | null | [] | package com.wowwee.serial;
public class Commands {
public static final int START_BYTE = (byte)0xFA;
public static final int DRIVE = (byte)0x81;
public static final int WAKE_WORD_DETECTED = (byte)0x42;
public static final int RGB_CTRL_COMMAND... | 1,263 | 0.583531 | 0.549485 | 33 | 37.272728 | 28.995583 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69697 | false | false | 6 |
63dd0192f4fb6d8f534a42c1c4b96f2e1401a863 | 25,709,674,264,010 | 9cb3160c6df034c49e59bf9fd7d0299df5ed16d2 | /crm-core/src/main/java/com/wzbuaa/crm/bean/SystemID.java | cc8f6600d00ee4968d8be07c3e276d3b47226db1 | [] | no_license | wenzihl2/crm | https://github.com/wenzihl2/crm | bb722bc90494ddf62b06216f3de72ccc3d9da907 | 4fb75c1ec1c28c775c48f87570b009ddc4afb40c | refs/heads/master | 2021-01-10T01:39:00.102000 | 2015-11-20T03:09:22 | 2015-11-20T03:10:49 | 46,534,947 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wzbuaa.crm.bean;
public enum SystemID {
GROUP, SHOP, CRM, WAP;
}
| UTF-8 | Java | 79 | java | SystemID.java | Java | [] | null | [] | package com.wzbuaa.crm.bean;
public enum SystemID {
GROUP, SHOP, CRM, WAP;
}
| 79 | 0.708861 | 0.708861 | 5 | 14.8 | 11.855801 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 6 |
6854295b871cb851b35f10ee073fe7f92c1e1c93 | 27,771,258,555,519 | 1af693355c496fad807dcdc5285187b83c94e4ca | /app/src/main/java/yaroslavromanyuta/com/ua/weathertest/fragments/DetailsFragment.java | 62b2b29e44cf53293149c62749d94a6ea41bd824 | [] | no_license | yaroslavromanyuta/WeatherTest | https://github.com/yaroslavromanyuta/WeatherTest | 23dcd101c0e35315abb4219f24866f4c51154790 | a23a7de003ebcb5af8f04a759aecff73b52e23f5 | refs/heads/master | 2020-12-24T06:05:14.117000 | 2016-10-18T12:45:35 | 2016-10-18T12:45:35 | 65,299,991 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yaroslavromanyuta.com.ua.weathertest.fragments;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
import org.androidannotations.annotations.AfterViews;
import org.androidannotations.annotations.EFragment;
import org.androidannotati... | UTF-8 | Java | 2,512 | java | DetailsFragment.java | Java | [] | null | [] | package yaroslavromanyuta.com.ua.weathertest.fragments;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.Picasso;
import org.androidannotations.annotations.AfterViews;
import org.androidannotations.annotations.EFragment;
import org.androidannotati... | 2,512 | 0.734475 | 0.734475 | 66 | 37.060608 | 26.152744 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 6 |
9440581094296603cbcb96aed5c6cdb1e34012a7 | 16,097,537,460,764 | 870b9239c81bdcefccb53062f995f55752add21f | /src/main/java/com/wave/payroll/exception/ReportGeneratorException.java | 5504249b1299566af288e75b2337809e8bea56f8 | [] | no_license | balajisrinivasan/se-challenge-payroll | https://github.com/balajisrinivasan/se-challenge-payroll | e5066673981c0a12a6412596f1ca142716c58842 | 3d981e11819f8e847b5fb3ed8f33915111655335 | refs/heads/master | 2021-08-31T01:49:38.310000 | 2017-12-20T04:49:47 | 2017-12-20T04:49:47 | 114,838,314 | 0 | 0 | null | true | 2017-12-20T03:24:26 | 2017-12-20T03:24:25 | 2017-09-08T15:52:42 | 2017-05-02T15:23:06 | 8 | 0 | 0 | 0 | null | false | null | package com.wave.payroll.exception;
public class ReportGeneratorException extends Exception{
private static final long serialVersionUID = -3914775127781167435L;
public ReportGeneratorException(String message)
{
super(message);
}
}
| UTF-8 | Java | 253 | java | ReportGeneratorException.java | Java | [] | null | [] | package com.wave.payroll.exception;
public class ReportGeneratorException extends Exception{
private static final long serialVersionUID = -3914775127781167435L;
public ReportGeneratorException(String message)
{
super(message);
}
}
| 253 | 0.766798 | 0.6917 | 12 | 20.083334 | 24.126259 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
bc810bfeae6a0b5e8e2d796e598206970f2e40de | 32,916,629,370,493 | 428497ab9a41478f44463f6122aea989398748ae | /lingbao-portal/src/main/java/com/sundy/lingbao/portal/service/InstanceService.java | d600410db97f71f5a7484f6a64417cf91fdb9699 | [] | no_license | bellmit/lingbao | https://github.com/bellmit/lingbao | 8c26a89dacbff4137b8662cd18b0e74d11ea51d7 | a07fe410132eba9164fc2e027a7f90431063393b | refs/heads/master | 2022-12-01T14:55:15.946000 | 2020-08-18T01:02:59 | 2020-08-18T01:02:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sundy.lingbao.portal.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sundy.lingbao.common.dto.InstanceConfigDto;
import com.sundy.lingbao.common.dto.InstanceDto;
import com.sundy.lingbao.portal.api.Ad... | UTF-8 | Java | 859 | java | InstanceService.java | Java | [] | null | [] | package com.sundy.lingbao.portal.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sundy.lingbao.common.dto.InstanceConfigDto;
import com.sundy.lingbao.common.dto.InstanceDto;
import com.sundy.lingbao.portal.api.Ad... | 859 | 0.817229 | 0.817229 | 29 | 28.620689 | 31.428534 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.137931 | false | false | 6 |
8f04dac0a26e80c619d4a0a85850c2034eaef212 | 1,262,720,424,667 | 4d6f6e1a157d0a9cefe9047239db0d5b331951ff | /GES/src/main/java/ir/sweetsoft/ges/Model/Cow.java | e28035cf0368fec2513371ca9a7408bbd89b0f8c | [] | no_license | hdnvd/Sweet-Android-Framework | https://github.com/hdnvd/Sweet-Android-Framework | 1e9ad1e5a35f4881f5bf675d791edd6ac7a7cf99 | f630e1bbd281763ba6c99758c6e9c662ec8dd160 | refs/heads/master | 2021-06-12T13:13:34.870000 | 2020-05-12T20:29:00 | 2020-05-12T20:29:00 | 128,638,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.sweetsoft.ges.Model;
import android.util.Log;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
import common.NumberContainerString;
@Table(name = "cow")
public class Cow extends Model {
@Column(name = "herdfile_fid", index = true,o... | UTF-8 | Java | 3,428 | java | Cow.java | Java | [] | null | [] | package ir.sweetsoft.ges.Model;
import android.util.Log;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
import common.NumberContainerString;
@Table(name = "cow")
public class Cow extends Model {
@Column(name = "herdfile_fid", index = true,o... | 3,428 | 0.509918 | 0.492999 | 142 | 23.140844 | 11.844409 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598592 | false | false | 6 |
9d8817a50b6974bb00ba0238245d66bd406aae7b | 10,754,598,140,930 | ebae4b4762514a202202ae29aa5c644a61e2e770 | /src/Entidades/Usuario.java | cc6a88b43a792c813eda387c0ddb942f91bfe218 | [
"MIT"
] | permissive | ingepestana/CPU-Galenia | https://github.com/ingepestana/CPU-Galenia | 78ebc507b3bae6db4b4180ccb59e21b681bfd6bf | 3f0a95ad0d36b7870c22b3599fac1f3c73ef284c | refs/heads/master | 2016-08-10T21:28:04.224000 | 2016-04-12T17:35:32 | 2016-04-12T17:35:32 | 54,320,365 | 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 Entidades;
import java.io.Serializable;
import javax.persistence.*;
/**
*
* @author ernesto
*/
@Entity
@Table(name="usuar... | UTF-8 | Java | 1,443 | java | Usuario.java | Java | [
{
"context": "e;\nimport javax.persistence.*;\n\n/**\n *\n * @author ernesto\n */\n\n@Entity\n@Table(name=\"usuarios\")\npublic class",
"end": 288,
"score": 0.9623443484306335,
"start": 281,
"tag": "USERNAME",
"value": "ernesto"
},
{
"context": " this.usuario = usuario;\n th... | 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 Entidades;
import java.io.Serializable;
import javax.persistence.*;
/**
*
* @author ernesto
*/
@Entity
@Table(name="usuar... | 1,447 | 0.643105 | 0.643105 | 70 | 19.628571 | 19.285948 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 6 |
5bc938d2b64deeb41955e006fff64c225c477ab1 | 25,709,674,268,622 | f6bf40a8719b35b9223b49436e4f633f9e96755a | /src/main/java/bot/AubotV2/src/AubotV2.java | a0fbcbfa730e8802223ab659d8a18157f2be1a58 | [] | no_license | LucasAubron/PS5-18-19-DiceForge-EquipeC | https://github.com/LucasAubron/PS5-18-19-DiceForge-EquipeC | bc7a8bc61a3601654db2b07791f6bf46ab87ea34 | 9682b2a2273f7fa6144e35f6d046b6f4510ba16f | refs/heads/master | 2020-03-31T17:36:04.337000 | 2018-12-14T07:00:27 | 2018-12-14T07:00:27 | 152,427,690 | 0 | 1 | null | false | 2018-11-11T23:59:47 | 2018-10-10T13:25:00 | 2018-11-10T22:23:52 | 2018-11-11T23:59:47 | 400 | 0 | 0 | 1 | Java | false | null | package bot.AubotV2.src;
import diceForge.Cartes.Carte;
import diceForge.Cartes.Marteau;
import diceForge.ElementPlateau.Bassin;
import diceForge.ElementPlateau.Plateau;
import diceForge.Faces.Face;
import diceForge.Faces.FaceBouclier;
import diceForge.OutilJoueur.ChoixJoueurForge;
import diceForge.OutilJoueur.De;
imp... | UTF-8 | Java | 38,439 | java | AubotV2.java | Java | [] | null | [] | package bot.AubotV2.src;
import diceForge.Cartes.Carte;
import diceForge.Cartes.Marteau;
import diceForge.ElementPlateau.Bassin;
import diceForge.ElementPlateau.Plateau;
import diceForge.Faces.Face;
import diceForge.Faces.FaceBouclier;
import diceForge.OutilJoueur.ChoixJoueurForge;
import diceForge.OutilJoueur.De;
imp... | 38,439 | 0.526845 | 0.512124 | 814 | 46.068794 | 32.69632 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584767 | false | false | 6 |
a9f2a5e6e480b0acdaf925ac1fc592552ddcec4b | 30,073,361,045,224 | ecbebc3f00f39280d4c5e61f4b2a255114e347ba | /src/main/java/utn/dds/pruebaDrools/Persona.java | f850f2787467a9be50bbbfe519130053f0164621 | [] | no_license | alejandroleoz/pruebaDrools | https://github.com/alejandroleoz/pruebaDrools | 3b7938db740ac28b6b377b902b3a7f0411c24e5f | 62485dff7adc1a8e54521e4ead70b6dfbb1c77f0 | refs/heads/master | 2020-12-02T10:09:54.176000 | 2017-07-09T16:20:11 | 2017-07-09T16:23:11 | 96,696,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utn.dds.pruebaDrools;
public class Persona {
private int edad;
private String nombre;
private boolean isMayor = false;
private Auto auto;
public Persona() {
}
public Persona(String nombre, int edad) {
this.edad = edad;
this.nombre = nombre;
}
public Perso... | UTF-8 | Java | 952 | java | Persona.java | Java | [] | null | [] | package utn.dds.pruebaDrools;
public class Persona {
private int edad;
private String nombre;
private boolean isMayor = false;
private Auto auto;
public Persona() {
}
public Persona(String nombre, int edad) {
this.edad = edad;
this.nombre = nombre;
}
public Perso... | 952 | 0.564076 | 0.564076 | 55 | 16.309092 | 14.799107 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381818 | false | false | 6 |
ddfb38209464907be783375d2b956d50d7157f3b | 29,892,972,402,802 | f637692400996a18a60897ceb3ce1bc614c1f0d3 | /app/src/main/java/nh/glazelog/database/DbHelper.java | 801384ee1daeef72197ae8403098772b4da994d0 | [] | no_license | AFluffyWizard/Glaze-Log | https://github.com/AFluffyWizard/Glaze-Log | 51b74f85de890b0dd6850633608145a0965be971 | 0a62e0da369598547056813a55a4f976e12670ee | refs/heads/master | 2021-09-04T13:15:34.536000 | 2018-01-19T02:48:06 | 2018-01-19T02:48:06 | 110,771,226 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nh.glazelog.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.provider.BaseColumns;
import java.util.ArrayList;
import java.util.IllegalF... | UTF-8 | Java | 12,866 | java | DbHelper.java | Java | [
{
"context": "t nh.glazelog.glaze.Ingredient;\n\n/**\n * Created by Nick Hansen on 9/27/2017.\n */\n\npublic class DbHelper extends ",
"end": 520,
"score": 0.9998300075531006,
"start": 509,
"tag": "NAME",
"value": "Nick Hansen"
}
] | null | [] | package nh.glazelog.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.provider.BaseColumns;
import java.util.ArrayList;
import java.util.IllegalF... | 12,861 | 0.641147 | 0.640059 | 298 | 42.174496 | 32.539955 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728188 | false | false | 6 |
3c62089c3d72645818f40f1f6a99ebccdaa4e52b | 25,039,659,374,211 | 3a06923e4761505d9ebaa6a8f6600028fa830f87 | /JavaStudentProject/src/main/java/com/adam/javastudentproject/Student_result.java | 3434f1611f48e3576514e21e4b497a24ba5dd9b0 | [] | no_license | adamb97/SchoolAdministrationApplication | https://github.com/adamb97/SchoolAdministrationApplication | 85bbb3e9f82e345d2d8949ebc4b0189d21cbca34 | 44139462f1e032e84ddddceadffb443026e94ed6 | refs/heads/main | 2023-03-25T06:52:45.135000 | 2021-03-12T19:01:16 | 2021-03-12T19:01:16 | 347,169,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.adam.javastudentproject;
import java.awt.Component;
import java.awt.event.KeyEvent;
import javax.swing.JFrame;
import java... | UTF-8 | Java | 35,312 | java | Student_result.java | Java | [
{
"context": ".swing.table.DefaultTableModel;\n\n/**\n *\n * @author Adam\n */\npublic class Student_result extends javax.swi",
"end": 567,
"score": 0.9991272687911987,
"start": 563,
"tag": "NAME",
"value": "Adam"
},
{
"context": "oma\", 1, 24)); // NOI18N\n jLabel3.setText(\"... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.adam.javastudentproject;
import java.awt.Component;
import java.awt.event.KeyEvent;
import javax.swing.JFrame;
import java... | 35,312 | 0.650997 | 0.630805 | 664 | 52.180721 | 39.304848 | 250 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868976 | false | false | 5 |
30b2c81e3b2281b1453b30903a6104bb99276020 | 30,571,577,247,550 | 1b45ae5be5b866b1879597b68d4b23c3d5da30c1 | /java/src/main/java/Main.java | 21391d34fd0a0bf9211abbbf87a165f71fef1c8e | [] | no_license | hacksrc/hacksrc | https://github.com/hacksrc/hacksrc | da8ff6f2b64c83b0b3ed3177cd69c974f0a14b6a | 73ec83f0f425686a03bacc5b74068032875c73ab | refs/heads/master | 2020-05-05T09:20:47.859000 | 2019-04-07T11:11:59 | 2019-04-07T11:11:59 | 179,900,444 | 1 | 0 | null | false | 2019-04-07T03:10:40 | 2019-04-07T00:14:05 | 2019-04-07T02:28:43 | 2019-04-07T03:10:39 | 449 | 1 | 0 | 0 | Java | false | false | import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.UIManager.LookAndFeelInfo;
import javax.swing.UnsupportedLookAndFeelException;
import net.miginfocom.swing.MigLayout;
import gui.MainPanel;
public c... | UTF-8 | Java | 1,840 | java | Main.java | Java | [] | null | [] | import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.UIManager.LookAndFeelInfo;
import javax.swing.UnsupportedLookAndFeelException;
import net.miginfocom.swing.MigLayout;
import gui.MainPanel;
public c... | 1,840 | 0.651087 | 0.646196 | 60 | 29.666666 | 26.683744 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 5 |
f190d5fa08d97aeb7ef674512542664ac062033a | 26,792,006,018,526 | d6e812b4d29578d5012d219db5f0e946276758d3 | /app/src/main/java/com/example/vov4ik/musicplayer/screens/main/fragments/RecyclerViewAdapter.java | d822b35af1e2e034f0f0609d3b7401248ad48826 | [] | no_license | oleshkevych/MusicPlayer | https://github.com/oleshkevych/MusicPlayer | 79c84b48e927fb35614a3aeee0fc857ccd7d0d80 | 4b539ba9d0ec176d33e31eb923a142e886c6f6d9 | refs/heads/master | 2020-05-22T04:20:45.378000 | 2017-03-17T16:42:20 | 2017-03-17T16:42:21 | 64,907,344 | 0 | 1 | null | false | 2016-11-27T08:17:00 | 2016-08-04T06:09:49 | 2016-11-19T13:27:25 | 2016-11-27T08:17:00 | 7,177 | 0 | 1 | 0 | Java | null | null | package com.example.vov4ik.musicplayer.screens.main.fragments;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.CompoundButton;
imp... | UTF-8 | Java | 17,450 | java | RecyclerViewAdapter.java | Java | [
{
"context": "eMap;\nimport java.util.TreeSet;\n\n/**\n * Created by vov4ik on 9/11/2016.\n */\n\npublic class RecyclerViewAdapt",
"end": 783,
"score": 0.9997026920318604,
"start": 777,
"tag": "USERNAME",
"value": "vov4ik"
},
{
"context": "lse);\n String key = ... | null | [] | package com.example.vov4ik.musicplayer.screens.main.fragments;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.CompoundButton;
imp... | 17,450 | 0.546075 | 0.543037 | 448 | 37.953125 | 28.810186 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546875 | false | false | 5 |
091e0441938ebc4881cc7d6f33737e1797396415 | 14,998,025,821,226 | 1d13a2cf2348c29d1134b8561f15ebfeca4d26a7 | /src/test/java/TestPage/FlightTicketsSearchPage.java | 9486935ddfe090b19a90b65c04594346d4baea80 | [] | no_license | Dheerajps77/CrossBrowserParallelAndHeadlessTestDemo | https://github.com/Dheerajps77/CrossBrowserParallelAndHeadlessTestDemo | e17d318cd4ef7953ecdfa64ca2902cf69a53c39c | 644535c831dd450bb7386d06885d7000ae2d3acd | refs/heads/master | 2022-07-14T12:28:34.426000 | 2019-12-31T13:29:20 | 2019-12-31T13:29:20 | 190,703,253 | 0 | 0 | null | false | 2021-04-26T19:13:53 | 2019-06-07T07:16:41 | 2019-12-31T13:29:38 | 2021-04-26T19:13:52 | 28,511 | 0 | 0 | 1 | HTML | false | false | package TestPage;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import org.openqa.selenium.... | UTF-8 | Java | 5,966 | java | FlightTicketsSearchPage.java | Java | [] | null | [] | package TestPage;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import org.openqa.selenium.... | 5,966 | 0.687563 | 0.682367 | 162 | 34.82716 | 31.957066 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.845679 | false | false | 5 |
511597d9adae1c957a15ff07284bc5a9ca69e338 | 27,496,380,668,022 | fe94a5f08d7474bdf18665255d89b282d5c86714 | /src/dmytro/BinaryTree.java | 5f1f86fe219ae7ed7bad83aa6b21ca33f3ffca48 | [
"MIT"
] | permissive | plekhotkindmytro/BinaryTree | https://github.com/plekhotkindmytro/BinaryTree | 9269ab152b93a5b0760144780b3409a12a050a60 | 5f738c6b5e03a7f03c997e930be9472a1ae599c2 | refs/heads/master | 2021-01-17T14:57:14.235000 | 2016-07-15T20:39:47 | 2016-07-15T20:39:47 | 54,638,262 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dmytro;
public class BinaryTree<T extends Comparable<T>> {
public T root;
public BinaryTree<T> left;
public BinaryTree<T> right;
public BinaryTree(T root) {
if (root == null) {
throw new NullPointerException("Root cannot be null.");
}
this.root = root;
}
public void add(T element) {
if (roo... | UTF-8 | Java | 1,095 | java | BinaryTree.java | Java | [] | null | [] | package dmytro;
public class BinaryTree<T extends Comparable<T>> {
public T root;
public BinaryTree<T> left;
public BinaryTree<T> right;
public BinaryTree(T root) {
if (root == null) {
throw new NullPointerException("Root cannot be null.");
}
this.root = root;
}
public void add(T element) {
if (roo... | 1,095 | 0.593607 | 0.591781 | 56 | 18.553572 | 15.427155 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.357143 | false | false | 5 |
2ef59f30687e8895eeb24843e069cf3a65525c77 | 7,000,796,726,363 | bbd6c2706623a1de28ff49ef8c1cb144458d4918 | /ruoyi-admin/src/main/java/com/ruoyi/fucktryee/utils/RandomLonLatUtils.java | 0c5b928c68a552e0ff314996074c02ab6236f4dd | [
"MIT"
] | permissive | kevinMintnick/pwnhub_autodaily | https://github.com/kevinMintnick/pwnhub_autodaily | 2cdc13bb93b8fa3214f3d88df22f0e4e30154704 | bda3a135dd8627752c9cf6116c8a645f77091c9e | refs/heads/master | 2023-03-15T08:40:15.880000 | 2021-03-16T03:54:29 | 2021-03-16T03:54:29 | 342,083,723 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruoyi.fucktryee.utils;
import java.math.BigDecimal;
import java.util.Random;
public class RandomLonLatUtils {
/**
* @Title: randomLonLat
* @Description: 在矩形内随机生成经纬度
* @param MinLon:最新经度 MaxLon: 最大经度 MinLat:最新纬度 MaxLat:最大纬度 type:设置返回经度还是纬度
* @return
* @throws
*/
... | UTF-8 | Java | 961 | java | RandomLonLatUtils.java | Java | [] | null | [] | package com.ruoyi.fucktryee.utils;
import java.math.BigDecimal;
import java.util.Random;
public class RandomLonLatUtils {
/**
* @Title: randomLonLat
* @Description: 在矩形内随机生成经纬度
* @param MinLon:最新经度 MaxLon: 最大经度 MinLat:最新纬度 MaxLat:最大纬度 type:设置返回经度还是纬度
* @return
* @throws
*/
... | 961 | 0.649022 | 0.643268 | 25 | 33.759998 | 32.238213 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 5 |
29ca1ac28acaabc8c201f46253b321bc94dc59bd | 3,753,801,455,299 | b863479f00471986561c57291edb483fc5f4532c | /src/main/java/nom/bdezonia/zorbage/type/integer/int3/SignedInt3Member.java | e5f0d6fa19bcf1db2693b422b129f57a9224cac6 | [] | permissive | bdezonia/zorbage | https://github.com/bdezonia/zorbage | 6da6cbdc8f9fcb6cde89d39aca9687e2eee08c9b | 651625e60b7d6ca9273ffc1a282b6a8af5c2d925 | refs/heads/master | 2023-09-01T08:32:59.157000 | 2023-08-08T00:57:18 | 2023-08-08T00:57:18 | 74,696,586 | 11 | 0 | BSD-2-Clause | false | 2020-11-09T03:01:42 | 2016-11-24T18:24:55 | 2020-11-01T03:44:27 | 2020-11-01T01:16:41 | 11,961 | 7 | 0 | 20 | Java | false | false | /*
* Zorbage: an algebraic data hierarchy for use in numeric processing.
*
* Copyright (c) 2016-2022 Barry DeZonia All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of so... | UTF-8 | Java | 22,286 | java | SignedInt3Member.java | Java | [
{
"context": " numeric processing.\n *\n * Copyright (c) 2016-2022 Barry DeZonia All rights reserved.\n * \n * Redistribution and us",
"end": 117,
"score": 0.9998761415481567,
"start": 104,
"tag": "NAME",
"value": "Barry DeZonia"
},
{
"context": "ersal.UniversalRepresentation;\n\n/**... | null | [] | /*
* Zorbage: an algebraic data hierarchy for use in numeric processing.
*
* Copyright (c) 2016-2022 <NAME> All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source co... | 22,272 | 0.673697 | 0.662299 | 1,015 | 20.95665 | 22.002241 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.162562 | false | false | 5 |
87d92ca0260c1a15e7566fc20fc7c13989ac5446 | 3,753,801,457,026 | f951990d8cebd5552fdcc4e8d672b6562002f8f4 | /src/test/java/inf112/skeleton/app/BoardTest.java | 7e82f444906cc16da82165bef2ca60b231c0b633 | [] | no_license | inf112-v20/teen_titans | https://github.com/inf112-v20/teen_titans | eed0bd7d343e70c50b8a9f65aa16522bd7932ab6 | 0d198a38c869055c1124dd34861e78f0519c807b | refs/heads/master | 2020-12-23T01:15:05.867000 | 2020-05-08T11:59:40 | 2020-05-08T11:59:40 | 236,986,180 | 3 | 0 | null | false | 2020-10-13T19:09:04 | 2020-01-29T13:17:33 | 2020-05-08T11:59:43 | 2020-10-13T19:09:03 | 27,886 | 2 | 0 | 2 | Java | false | false | package inf112.skeleton.app;
import static org.junit.Assert.*;
import static org.mockito.Mockito.mock;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.backends.headless.HeadlessApplication;
import com.badlogic.gdx.backends.headless.HeadlessApplicationConfiguration;
import com.badlogic.gdx.graphics.GL20;
import i... | UTF-8 | Java | 1,674 | java | BoardTest.java | Java | [] | null | [] | package inf112.skeleton.app;
import static org.junit.Assert.*;
import static org.mockito.Mockito.mock;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.backends.headless.HeadlessApplication;
import com.badlogic.gdx.backends.headless.HeadlessApplicationConfiguration;
import com.badlogic.gdx.graphics.GL20;
import i... | 1,674 | 0.688769 | 0.673835 | 53 | 30.584906 | 26.040922 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735849 | false | false | 5 |
1e58da4d844eb1fa1a59a71512f469dd8127b83e | 29,944,512,030,520 | 8b98d695f04023e8e49345a29822f16b1ad4b284 | /Plusnet-ejb/src/java/com/plusnet/facade/StudentFacade.java | a94d6f15fc4d1aa82c874169bfd6c6debb053bab | [] | no_license | yonetmen/plusnet | https://github.com/yonetmen/plusnet | 36b2e6de0afa99ec5e363fcc519d592762824e25 | 02055a9e80e9d86b3aeae5da4acb3872c968b902 | refs/heads/master | 2016-08-08T19:27:43.458000 | 2016-02-12T16:09:05 | 2016-02-12T16:09:05 | 45,064,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.plusnet.facade;
import com.plusnet.entity.Course;
import com.plusnet.entity.Student;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
@Stateless
public class S... | UTF-8 | Java | 3,635 | java | StudentFacade.java | Java | [] | null | [] | package com.plusnet.facade;
import com.plusnet.entity.Course;
import com.plusnet.entity.Student;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
@Stateless
public class S... | 3,635 | 0.628611 | 0.628061 | 101 | 34.990101 | 26.09939 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.524752 | false | false | 5 |
42b9f086833bdaa83fe03826bcfda4280b4638bd | 15,487,652,095,925 | d42cda8fba9add5bf1b60b2c76a31b997e32fecd | /ERS-P1/src/main/java/com/revature/services/UserService.java | c4954b3aa8b68b7324e05dd29b7e5fb8a6fd697a | [] | no_license | JustinWilber99/ERS-P1 | https://github.com/JustinWilber99/ERS-P1 | f4095766c977ca7d731b465e21358d7b6f014f16 | b10e7f2ae50c8b72c512806f6e40534226013cd1 | refs/heads/main | 2023-08-23T13:55:46.384000 | 2021-11-01T04:54:06 | 2021-11-01T04:54:06 | 423,341,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.services;
import java.util.List;
import com.revature.dao.UserDao;
import com.revature.models.User;
public class UserService {
private UserDao uDao;
public UserService(UserDao dao) {
this.uDao = dao;
}
public User signIn(String username, String password) {
User u = uD... | UTF-8 | Java | 742 | java | UserService.java | Java | [] | null | [] | package com.revature.services;
import java.util.List;
import com.revature.dao.UserDao;
import com.revature.models.User;
public class UserService {
private UserDao uDao;
public UserService(UserDao dao) {
this.uDao = dao;
}
public User signIn(String username, String password) {
User u = uD... | 742 | 0.668464 | 0.668464 | 39 | 17.02564 | 16.446474 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51282 | false | false | 5 |
d3082723d0e896e1ae51f956bd5fb4e28b73fff4 | 17,222,818,860,364 | daba5ce863ad43d7b73b71be2dc507e6eb7c8f9c | /common/src/main/java/com/microsoft/identity/common/WarningType.java | 99abccd95d82c95308e863e9ff04fb4a3cd2db81 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | michaelkuroda-promworld/microsoft-authentication-library-common-for-android | https://github.com/michaelkuroda-promworld/microsoft-authentication-library-common-for-android | b5bba1505c027e2059a0caa2c01c5245faa32dce | a368960a01ce1a65779c9b300dbeaf148208e3f8 | refs/heads/master | 2023-04-26T05:41:13.573000 | 2021-05-05T17:49:01 | 2021-05-05T17:49:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.microsoft.identity.common;
/*
Class to hold names of compile time warning types
*/
public class WarningType {
public static final String rawtype_warning = "rawtypes";
public static final String unchecked_warning = "unchecked";
public static final String deprecation_warning = "deprecation";
}
| UTF-8 | Java | 318 | java | WarningType.java | Java | [] | null | [] | package com.microsoft.identity.common;
/*
Class to hold names of compile time warning types
*/
public class WarningType {
public static final String rawtype_warning = "rawtypes";
public static final String unchecked_warning = "unchecked";
public static final String deprecation_warning = "deprecation";
}
| 318 | 0.757862 | 0.757862 | 9 | 34.333332 | 25.785439 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
dc647bf8cfca971c2991d636a53d0bcf86e948b7 | 26,371,099,211,119 | 3fbf0159d38f6928869b68ea8954162cc08423aa | /app/src/main/java/com/codefactory/facedetectestownia/facevision/LandmarkUtils.java | 05a91be964e48a5cbf41cd3375abac4a630df74d | [] | no_license | kudlatyIE/FaceTestownia | https://github.com/kudlatyIE/FaceTestownia | 318bc6791bf74cd86fcdf77982b46442b902e070 | 8741e58ef52e90d6a6a2257b8af195fa1c4cdf52 | refs/heads/master | 2017-12-02T01:39:00.127000 | 2016-11-04T17:23:01 | 2016-11-04T17:23:01 | 64,315,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codefactory.facedetectestownia.facevision;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.PointF;
import android.util.Log;
import com.codefactory.facedetectestownia.storage.PictureSingleton;
import com.codefactory.facedetectestownia.utils.BitmapOptimizer;
import com.g... | UTF-8 | Java | 10,624 | java | LandmarkUtils.java | Java | [
{
"context": "HashMap;\nimport java.util.List;\n\n/**\n * Created by kudlaty on 26/07/2016.\n */\npublic class LandmarkUtils {\n\n",
"end": 464,
"score": 0.9996784925460815,
"start": 457,
"tag": "USERNAME",
"value": "kudlaty"
}
] | null | [] | package com.codefactory.facedetectestownia.facevision;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.PointF;
import android.util.Log;
import com.codefactory.facedetectestownia.storage.PictureSingleton;
import com.codefactory.facedetectestownia.utils.BitmapOptimizer;
import com.g... | 10,624 | 0.610505 | 0.604575 | 308 | 33.490261 | 27.746473 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672078 | false | false | 5 |
e303fc15e3cfd3e76c6928ebe3f193df51e87960 | 2,585,570,358,273 | a735936d2e513b1f736f15b19916bc6d462ee32c | /2015-2017/Tema Final - Juntandolo Todo/Autentificador/src/poo/InterfazUsuario.java | 94e197d115db341127d5b38a1e32d366dc88ab0d | [] | no_license | mariomac/moo | https://github.com/mariomac/moo | 4a08e610ff5bbf4453a9e08a9f0b4d0db8dc93f7 | 9cec239366a7e8a1b8b17bb3064f64bc793181b9 | refs/heads/master | 2021-01-17T08:16:10.100000 | 2019-05-29T19:59:19 | 2019-05-29T19:59:19 | 31,893,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poo;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class InterfazUsuario {
public static void main(String[] args) {
ControlAcceso control = new ControlAccesoFichero();
Aplicacion app = new Aplicacion(control);
BufferedReader teclado = new BufferedReader(n... | UTF-8 | Java | 2,340 | java | InterfazUsuario.java | Java | [
{
"context": "stem.out.println(\"(Si no sabes qué poner, usa 'manolo' como usuario y 'contraseña1' como contraseña)\");",
"end": 598,
"score": 0.7233603596687317,
"start": 595,
"tag": "USERNAME",
"value": "olo"
}
] | null | [] | package poo;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class InterfazUsuario {
public static void main(String[] args) {
ControlAcceso control = new ControlAccesoFichero();
Aplicacion app = new Aplicacion(control);
BufferedReader teclado = new BufferedReader(n... | 2,340 | 0.55503 | 0.55374 | 54 | 42.074074 | 25.500074 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703704 | false | false | 5 |
d786370686c083f078b8f39582b1ceab62684823 | 14,267,881,394,554 | 7624ca356f09e73b80d4581a9106f0305c72a556 | /app/src/main/java/com/foodeze/rider/ActivitiesAndFragments/Fragments/ROrderDetailWithItems.java | 308462227804f0475b151e839dc1ebc2c5adce01 | [] | no_license | chandan123-pradhan/Foodeze-Rider | https://github.com/chandan123-pradhan/Foodeze-Rider | bbd80d816cf89da14e37dafa97d32997633be49b | 79c28ab189eb15a0cbb986205e9f5907abd6f338 | refs/heads/master | 2022-06-26T14:13:58.080000 | 2020-05-06T09:57:23 | 2020-05-06T09:57:23 | 261,716,177 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foodeze.rider.ActivitiesAndFragments.Fragments;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.vi... | UTF-8 | Java | 8,665 | java | ROrderDetailWithItems.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Dinosoftlabs on 10/18/2019.\n */\npublic class ROrderDetailWithI",
"end": 1331,
"score": 0.99969083070755,
"start": 1319,
"tag": "USERNAME",
"value": "Dinosoftlabs"
}
] | null | [] | package com.foodeze.rider.ActivitiesAndFragments.Fragments;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.vi... | 8,665 | 0.605309 | 0.601962 | 220 | 38.386364 | 34.410103 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
b148665f8029aa42c80865fc7a890fea7a730014 | 14,267,881,393,856 | 958c3dcded4b4c5828d507aa430c92a1d91be35c | /parser/src/main/java/priceobserver/ParsingUtilsImpl.java | ff6781e15aef27f18a140e8dc279f495b65ab5a8 | [] | no_license | abakumova/price-observer | https://github.com/abakumova/price-observer | 7f4f5d04d76d4ce751b714e5b4b67346c62c149d | 90ef04c6fa106139d33246b44def06a46b54fb9e | refs/heads/master | 2023-02-20T01:22:19.204000 | 2021-01-26T11:19:23 | 2021-01-26T11:19:23 | 236,554,592 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package priceobserver;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.springframework.stereotype.Component;
import java.io.IOException;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@Component
public class ParsingUtilsImpl implements ParsingUtils {
@Override
public Doc... | UTF-8 | Java | 1,020 | java | ParsingUtilsImpl.java | Java | [] | null | [] | package priceobserver;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.springframework.stereotype.Component;
import java.io.IOException;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@Component
public class ParsingUtilsImpl implements ParsingUtils {
@Override
public Doc... | 1,020 | 0.651961 | 0.651961 | 34 | 29 | 27.587296 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 5 |
e67df6fdb5547070a10a3086904a9b79b12ba82e | 33,148,557,636,642 | 379f9b599ee84d7afe5b338a4457335a62ce8340 | /scxj/src/com/scxj/map/TowerLineLayer.java | 44f729a210a197b94c7bc987f39beb2ad6e46868 | [] | no_license | AlertMan/scxj | https://github.com/AlertMan/scxj | 5969c701daf781c504dc03ae68e3d2b24eb28198 | ccc089cf4a401d12d75dabed73688cc78d3f69ae | refs/heads/master | 2016-09-06T09:58:42.005000 | 2014-09-25T07:09:28 | 2014-09-25T07:09:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scxj.map;
import java.util.List;
import com.baidu.mapapi.map.Geometry;
import com.baidu.mapapi.map.Graphic;
import com.baidu.mapapi.map.GraphicsOverlay;
import com.baidu.mapapi.map.MapView;
import com.baidu.mapapi.map.Symbol;
import com.baidu.platform.comapi.basestruct.GeoPoint;
import com.scxj.model.TB_T... | UTF-8 | Java | 1,515 | java | TowerLineLayer.java | Java | [] | null | [] | package com.scxj.map;
import java.util.List;
import com.baidu.mapapi.map.Geometry;
import com.baidu.mapapi.map.Graphic;
import com.baidu.mapapi.map.GraphicsOverlay;
import com.baidu.mapapi.map.MapView;
import com.baidu.mapapi.map.Symbol;
import com.baidu.platform.comapi.basestruct.GeoPoint;
import com.scxj.model.TB_T... | 1,515 | 0.708075 | 0.698413 | 61 | 22.754099 | 18.217857 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.836066 | false | false | 5 |
550bae4835b123f8ef6e5420b2089c27950a726e | 20,375,324,883,141 | e2d69d8f6958b4670c28930841003ad65b431a34 | /ABVendorModel/src/gov/cms/cciio/common/util/ScriptUtil.java | 9a31493f2ec1f403e2e08ddf83e6b6d72ad181bf | [] | no_license | ahossain71/ie-dev | https://github.com/ahossain71/ie-dev | edfc2a24d5b59db31c46fed466921bf9f64f295d | 72abb4b5ccdc70e020ad8e6f1e478ba1aa1b2656 | refs/heads/master | 2020-04-05T00:53:49.315000 | 2018-11-09T04:35:23 | 2018-11-09T04:35:23 | 156,414,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.cms.cciio.common.util;
//TODO - TO BE UPDATED FOR SABA 7, This is still used?
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.loggi... | UTF-8 | Java | 17,658 | java | ScriptUtil.java | Java | [
{
"context": "m.saba.security.SabaPrincipal;\n\n/*\n * 2010-07-21 Feilung Wong Copied from 5.3 code: mil.army.dls.util.Script",
"end": 735,
"score": 0.9998083114624023,
"start": 723,
"tag": "NAME",
"value": "Feilung Wong"
},
{
"context": " mil.army.dls.util.ScriptUtil.java\n * 2... | null | [] | package gov.cms.cciio.common.util;
//TODO - TO BE UPDATED FOR SABA 7, This is still used?
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.loggi... | 17,637 | 0.68292 | 0.676351 | 579 | 29.499136 | 25.987268 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.17962 | false | false | 5 |
ca93e7477d3c3549b0ea6a0dad55c21830daf6b2 | 29,042,568,905,863 | fc97069a0b4701fd7ee5d489e94abbfdba273066 | /src/main/java/androidx/navigation/NavHost.java | b8a0a27fa095138e80f30d7b40caaa98ee61b8f9 | [] | no_license | bellmit/zycami-ded | https://github.com/bellmit/zycami-ded | 8604f1eb24fb767e4cf499e019d6e4568451bb4b | 27686ca846de6d164692c81bac2ae7f85710361f | refs/heads/main | 2023-06-17T20:36:29.589000 | 2021-07-19T18:58:18 | 2021-07-19T18:58:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0.151.
*/
package androidx.navigation;
import androidx.navigation.NavController;
public interface NavHost {
public NavController getNavController();
}
| UTF-8 | Java | 185 | java | NavHost.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.151.
*/
package androidx.navigation;
import androidx.navigation.NavController;
public interface NavHost {
public NavController getNavController();
}
| 185 | 0.756757 | 0.735135 | 10 | 17.4 | 17.042301 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 5 |
e436e7e5cd826c758f6eb9251cd56c92555c9efd | 17,489,106,889,942 | bb5d56ebb36a98f19604d5f3554880701af43a80 | /workflow-activiti/src/main/java/com/workflow/listener/MasterListener.java | 1aa81f7b2cf10be4a68c25fe3d1a03ac94327bd7 | [] | no_license | boyalearn/workflow-engine | https://github.com/boyalearn/workflow-engine | e33c3e29d65783c069506300f34e9972200d217d | 501192f242129b85c212e7c070927d75eb2a53d9 | refs/heads/master | 2023-07-11T06:07:57.651000 | 2021-08-17T14:12:56 | 2021-08-17T14:12:56 | 379,503,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.workflow.listener;
/**
* 1.监听器从使用范围上可以分为:执行监听器和任务监听器。
* 2.从功能上又分为用户自定义监听器以及系统内置记录监听器(主要操作历史表)。
* 3.任务监听器支持的事件类型有如下四钟:
* 节点分配处理人(“assignment”)、
* 创建节点(“create”)、
* 任务完成(“complete”)、
* 任务删除(“delete”)
* 4.执行监听器支持的是事件类型有如下三种
* 开始(“start”)
* 结束(“end”)
* 途径连线(... | UTF-8 | Java | 921 | java | MasterListener.java | Java | [] | null | [] | package com.workflow.listener;
/**
* 1.监听器从使用范围上可以分为:执行监听器和任务监听器。
* 2.从功能上又分为用户自定义监听器以及系统内置记录监听器(主要操作历史表)。
* 3.任务监听器支持的事件类型有如下四钟:
* 节点分配处理人(“assignment”)、
* 创建节点(“create”)、
* 任务完成(“complete”)、
* 任务删除(“delete”)
* 4.执行监听器支持的是事件类型有如下三种
* 开始(“start”)
* 结束(“end”)
* 途径连线(... | 921 | 0.626283 | 0.616016 | 22 | 21.136364 | 12.983541 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.045455 | false | false | 5 |
4b3bb9c90fbe224cb5ceafdc4199f34a814335d8 | 3,023,656,988,158 | 21322047c08a0a4afafbf76e4a46847c21b09840 | /collage/src/main/java/com/jcmore2/collage/CardView.java | 24d933d2b84866cd61def4e662a60dd61151ed0a | [
"Apache-2.0"
] | permissive | vinhdn/PuzzleView | https://github.com/vinhdn/PuzzleView | 910ebbca0da8cbbde5d5efb37b858cc0e69fea8b | 17511fb4e503472ba447603e484a6d5b13850ba9 | refs/heads/master | 2020-04-01T17:44:07.989000 | 2019-03-13T16:45:41 | 2019-03-13T16:45:41 | 153,447,306 | 0 | 0 | null | true | 2018-10-17T11:43:54 | 2018-10-17T11:43:54 | 2018-10-10T02:53:19 | 2017-12-19T09:11:26 | 22,815 | 0 | 0 | 0 | null | false | null | package com.jcmore2.collage;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.util.AttributeSet;
/**
* Card View is a Collage item
*
* @author Juan Carlos Moreno (jcmore2@gmail.com)
*/
public class CardView extend... | UTF-8 | Java | 1,369 | java | CardView.java | Java | [
{
"context": "\n\n/**\n * Card View is a Collage item\n *\n * @author Juan Carlos Moreno (jcmore2@gmail.com)\n */\npublic class CardView ext",
"end": 267,
"score": 0.9998876452445984,
"start": 249,
"tag": "NAME",
"value": "Juan Carlos Moreno"
},
{
"context": " a Collage item\n *\n * ... | null | [] | package com.jcmore2.collage;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.util.AttributeSet;
/**
* Card View is a Collage item
*
* @author <NAME> (<EMAIL>)
*/
public class CardView extends CircleImageView {
... | 1,347 | 0.65011 | 0.644996 | 59 | 22.220339 | 18.458445 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 5 |
fedecd059b7d3f24c2b924c561b4a0623771c012 | 10,471,130,296,797 | f0bc0a1bde30b882bb4f218a395472f3db489b92 | /Iterator.java | 6dda9aa1305a3226f18119c494266894ef526eeb | [] | no_license | bibby-wang/SENG2200A2 | https://github.com/bibby-wang/SENG2200A2 | 3ed33c0d3a068eda2e463351538c3d4f490f4dc8 | 76c587e5f0fbec26ab6dfd483fe02154f4aec0e4 | refs/heads/master | 2020-03-14T05:08:44.800000 | 2018-05-06T11:21:39 | 2018-05-06T11:21:39 | 131,458,093 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // The University of Newcastle
// School of Electrical Engineering and Computer Science
// SENG2200 Programming Languages & Paradigms
// Semester 1, 2018
// Programming Assignment 2
// Due Sunday, 06 May 2018
// Author: Binbin Wang
// Modified by: Binbin Wang
// Student No: 3214157
public interface Iterator<E>{
publ... | UTF-8 | Java | 385 | java | Iterator.java | Java | [
{
"context": "Assignment 2\n// Due Sunday, 06 May 2018\n// Author: Binbin Wang\n// Modified by: Binbin Wang\n// Student No: 321415",
"end": 231,
"score": 0.9998533129692078,
"start": 220,
"tag": "NAME",
"value": "Binbin Wang"
},
{
"context": "06 May 2018\n// Author: Binbin Wang\n// M... | null | [] | // The University of Newcastle
// School of Electrical Engineering and Computer Science
// SENG2200 Programming Languages & Paradigms
// Semester 1, 2018
// Programming Assignment 2
// Due Sunday, 06 May 2018
// Author: <NAME>
// Modified by: <NAME>
// Student No: 3214157
public interface Iterator<E>{
public boolean... | 375 | 0.737662 | 0.677922 | 16 | 23.125 | 14.273555 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 5 |
7f6fea00ee34b5ac4b725e83d6dfbd5c9917a5b7 | 23,819,888,679,660 | 60f8c70d135763ef4ceab106f63af2244b2807f2 | /YiLian/src/main/java/com/yilian/mall/utils/AMapLocationUtil.java | 57fdfaa2931046c6835ab2d2b9d781f889a3705e | [
"MIT"
] | permissive | LJW123/YiLianMall | https://github.com/LJW123/YiLianMall | f7f7af4d8d8517001455922e2a55e7064cdf9723 | ea335a66cb4fd6417aa264a959847b094c90fb04 | refs/heads/master | 2022-07-16T08:54:43.231000 | 2020-05-21T09:22:05 | 2020-05-21T09:22:05 | 265,793,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yilian.mall.utils;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.amap.api.location.AMapLocation;
import com.amap.api.location.AMapLocationClient;
import com.amap.api.location.AMapLocationClientOption;
import com.amap.api.location.AMapLocationListener;
i... | UTF-8 | Java | 10,916 | java | AMapLocationUtil.java | Java | [] | null | [] | package com.yilian.mall.utils;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.amap.api.location.AMapLocation;
import com.amap.api.location.AMapLocationClient;
import com.amap.api.location.AMapLocationClientOption;
import com.amap.api.location.AMapLocationListener;
i... | 10,916 | 0.617319 | 0.613005 | 200 | 46.52 | 36.384468 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.77 | false | false | 5 |
1e54a6de176532677f96f1089291d2f4c9fe9704 | 7,541,962,621,963 | 59700e0244e29245b694171384791f9887821bd6 | /jyMS/src/jyms/tools/FileUtil.java | b55796dfe80a88ac9f0f995678d55989021155cd | [] | no_license | JKMSQD/QDJKMS | https://github.com/JKMSQD/QDJKMS | ac2637867c4d5dd1b1dad90c76c8e81f45b13605 | 5a46e553d6f6634e2119e1eb000c1765df27435b | refs/heads/master | 2018-02-10T13:42:30.224000 | 2016-10-24T10:18:15 | 2016-10-24T10:18:15 | 60,142,115 | 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.
*/
package jyms.tools;
import java.awt.Component;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
i... | UTF-8 | Java | 1,415 | java | FileUtil.java | Java | [
{
"context": "hooser.FileNameExtensionFilter;\n\n/**\n *\n * @author John\n */\npublic class FileUtil {\n public static voi",
"end": 398,
"score": 0.9880532026290894,
"start": 394,
"tag": "NAME",
"value": "John"
}
] | 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 jyms.tools;
import java.awt.Component;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
i... | 1,415 | 0.646792 | 0.643019 | 37 | 34.81081 | 32.063988 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 5 |
88b22c1b287cf49f2fe0a8d604d5aa68962b2fa0 | 335,007,471,809 | 89cb5e2b5c64261bb5da16e826bf56e62581c93d | /app/src/main/java/net/zgyejy/yudong/util/CommonUtil.java | f9a4f6ea7611eb4227e7746ce952ff427170cc9c | [] | no_license | FlyKnight2016/YuDong | https://github.com/FlyKnight2016/YuDong | c605cab0a7ea264ff321588a2635c96699ac9432 | f4c8c237f07e9c31f45c55ea8a1a674890a166dd | refs/heads/master | 2021-01-11T00:04:33.725000 | 2016-11-10T01:14:16 | 2016-11-10T01:14:16 | 70,759,342 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.zgyejy.yudong.util;
import android.app.Activity;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
import java.text.DecimalFormat... | UTF-8 | Java | 4,855 | java | CommonUtil.java | Java | [] | null | [] | package net.zgyejy.yudong.util;
import android.app.Activity;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
import java.text.DecimalFormat... | 4,855 | 0.560525 | 0.531714 | 145 | 31.082758 | 25.350645 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 5 |
4c5c980d5747f58c1479722ad62528122f1a7c14 | 1,116,691,519,749 | c8dac0f2fcc21d115a0996acde155e16ea57c56f | /src/main/java/com/quikrTask/repository/ESRepository.java | 75e9686e3631610440bbb0ff52304b03bd487947 | [] | no_license | jagrati11/quikrTask | https://github.com/jagrati11/quikrTask | 3faa19845a53192ae0a2c22d8e8901006b56ae2a | 99ec6b900634efe3900e7a513ef879e879a08899 | refs/heads/master | 2022-10-10T18:36:47.198000 | 2019-08-08T21:08:05 | 2019-08-08T21:08:05 | 201,336,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quikrTask.repository;
import com.quikrTask.model.ESUserCommentModel;
import com.quikrTask.utils.JsonUtils;
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.action.index.IndexResponse;
import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.Se... | UTF-8 | Java | 3,241 | java | ESRepository.java | Java | [] | null | [] | package com.quikrTask.repository;
import com.quikrTask.model.ESUserCommentModel;
import com.quikrTask.utils.JsonUtils;
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.action.index.IndexResponse;
import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.Se... | 3,241 | 0.73465 | 0.732181 | 69 | 45.971016 | 35.415943 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811594 | false | false | 5 |
6368480b5f319df4a80d1b33bef7864d7943078f | 1,116,691,520,166 | dc048347c6230d950154f6155b20560b957335bd | /JavaServer/Server/src/com/nullspace/socket/NSSocketByteSplitDecoder.java | c9bed79736a88bc2dd8f30109e1271ba884b7877 | [] | no_license | ByteKay/Nullspace | https://github.com/ByteKay/Nullspace | 9fd1a2749827e9c16f2a850d00127fd84d2297f6 | f5d45461394897fa703daf1e21f21dfd096f8bfc | refs/heads/master | 2022-12-04T02:59:34.281000 | 2020-08-25T05:17:08 | 2020-08-25T05:17:08 | 271,804,406 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nullspace.socket;
import java.util.List;
import com.nullspace.packet.NSMessage;
import com.nullspace.packet.NSMessageHead;
import com.nullspace.utils.NSByteBufHelper;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
public... | UTF-8 | Java | 1,538 | java | NSSocketByteSplitDecoder.java | Java | [] | null | [] | package com.nullspace.socket;
import java.util.List;
import com.nullspace.packet.NSMessage;
import com.nullspace.packet.NSMessageHead;
import com.nullspace.utils.NSByteBufHelper;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
public... | 1,538 | 0.718466 | 0.717815 | 55 | 26.963636 | 28.126961 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.818182 | false | false | 5 |
c404069a0363dcd567f6a0660fcd55e7a38ea3c3 | 16,286,516,054,098 | be50a8232e1cea1f22ff44ad16fdcefd0a5a18bc | /service-chat/src/main/java/com/yh/line/chat/controller/PageController.java | 98c6ad37f51439969bb59e78d24f4bd93ab5e95e | [] | no_license | applepig123/my-line | https://github.com/applepig123/my-line | 609c762f7f32c5ba92e530f47581c501c7b6057e | 86542c7268f106cf587391782820532977cb886f | refs/heads/master | 2020-04-28T05:22:42.460000 | 2019-03-29T14:18:00 | 2019-03-29T14:18:00 | 175,017,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yh.line.chat.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
/**
* Created by yanghua on 2019/3/14.
*/
@Controll... | UTF-8 | Java | 592 | java | PageController.java | Java | [
{
"context": "ework.web.servlet.ModelAndView;\n\n/**\n * Created by yanghua on 2019/3/14.\n */\n@Controller\npublic class PageCo",
"end": 292,
"score": 0.999504804611206,
"start": 285,
"tag": "USERNAME",
"value": "yanghua"
}
] | null | [] | package com.yh.line.chat.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
/**
* Created by yanghua on 2019/3/14.
*/
@Controll... | 592 | 0.751689 | 0.739865 | 20 | 28.6 | 23.495531 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 5 |
90d7ccbaba1fa8db6ee78c8842bf96f111565ebd | 31,585,189,548,636 | ccffac9b244cd45b59db963114bf81adb9cdab53 | /src/main/java/com/school/schoolship/SchoolShipApplication.java | 4cb66239a1e2cffbf5edd807c065df44c0e243a8 | [] | no_license | bixby-cell/schoolship | https://github.com/bixby-cell/schoolship | 7a8f78405a1b29796a4c52c9bc911aadead5b482 | fbb9e55e83a01f686bdee0458790a62798150c99 | refs/heads/master | 2023-06-04T04:32:51.695000 | 2021-06-21T18:59:12 | 2021-06-21T18:59:12 | 379,023,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.school.schoolship;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import springfox.documentation.swagger2.annotations.EnableSw... | UTF-8 | Java | 632 | java | SchoolShipApplication.java | Java | [
{
"context": "agger2.annotations.EnableSwagger2;\n\n/**\n * @author zouzhiyin\n */\n@SpringBootApplication\n@MapperScan(basePackag",
"end": 353,
"score": 0.9991918802261353,
"start": 344,
"tag": "USERNAME",
"value": "zouzhiyin"
}
] | null | [] | package com.school.schoolship;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import springfox.documentation.swagger2.annotations.EnableSw... | 632 | 0.810127 | 0.80538 | 22 | 27.727272 | 25.040298 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
e75bf470f5b1a699dc6ce1386eb9d3f6851f856f | 6,691,559,071,068 | 74eb661bc97e79061dcc31c7286306b0e634bcdb | /src/main/java/essentinal/tendaysofsun/sprites/RayRenderer.java | cb2e23f598abcc1edfe34d98af2bb54c912bd1c5 | [
"Apache-2.0"
] | permissive | essentinal/tendaysofsun | https://github.com/essentinal/tendaysofsun | 1da579e171e296db33894ba0e5886d7caf36cd07 | cd7c59cb08d5c9494c56f1c761956ed7ddf5ee30 | refs/heads/master | 2021-01-13T17:01:42.826000 | 2016-12-17T08:36:34 | 2016-12-17T08:36:34 | 76,707,691 | 0 | 0 | null | false | 2016-12-17T08:36:34 | 2016-12-17T06:19:06 | 2016-12-17T06:39:03 | 2016-12-17T08:36:34 | 208 | 0 | 0 | 0 | Java | null | null | package essentinal.tendaysofsun.sprites;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.LinearGradientPaint;
import java.awt.Paint;
import java.awt.Point;
import java.awt.Stroke;
import essentinal.tendaysofsun.interfaces.IRenderer;
public class RayRenderer... | UTF-8 | Java | 1,699 | java | RayRenderer.java | Java | [] | null | [] | package essentinal.tendaysofsun.sprites;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.LinearGradientPaint;
import java.awt.Paint;
import java.awt.Point;
import java.awt.Stroke;
import essentinal.tendaysofsun.interfaces.IRenderer;
public class RayRenderer... | 1,699 | 0.640965 | 0.623308 | 56 | 28.339285 | 21.433681 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.053571 | false | false | 5 |
6f6d4d0270a0dff167842846230b2513af571b42 | 15,917,148,808,412 | 49d0b485e603b2020b0b66b92b22dd9ce7d93c33 | /src/main/java/ua/art/demo/model/Book.java | 9e8ee7547a2ccdfa546772a4b568c57eb79e7ee8 | [] | no_license | GolovchenkoA/SpringBootJPA | https://github.com/GolovchenkoA/SpringBootJPA | 830c51dff71bfa4a9d50e599d67dc19026277b40 | 8e1bb0e6ae99eeefb5382af031888b2ea7c0c82f | refs/heads/master | 2020-08-22T08:17:09.504000 | 2019-10-20T12:01:38 | 2019-10-20T12:01:38 | 216,355,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.art.demo.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Set;
@Entity
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Table(name="books")
public class Book {
@Id
@GeneratedValue(strategy = GenerationTyp... | UTF-8 | Java | 508 | java | Book.java | Java | [] | null | [] | package ua.art.demo.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Set;
@Entity
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Table(name="books")
public class Book {
@Id
@GeneratedValue(strategy = GenerationTyp... | 508 | 0.734252 | 0.734252 | 28 | 17.142857 | 16.214443 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 5 |
eaa005cbc708fafef72ee00d437471b5ca55ed99 | 17,875,653,918,104 | bebee8bf7f144e788c4d830689469bbd29f19f89 | /CG/CG_N4_EditorTerreno/src/EditorTerreno/Geometria.java | 0e70b84dee7d6016b8ad13564a5bf0b32d905c37 | [] | no_license | sergio3454/furb | https://github.com/sergio3454/furb | b379bcef51bebd24bf905f47057175e9af92fca5 | 4bd802e0279569067eb5ffb78828f794b2c69d05 | refs/heads/master | 2020-04-15T14:32:55.955000 | 2016-12-06T23:04:17 | 2016-12-06T23:04:17 | 53,789,511 | 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 EditorTerreno;
import javax.media.opengl.GL;
/**
*
* @author Avell
*/
public class Geometria {
public static double ro... | UTF-8 | Java | 3,631 | java | Geometria.java | Java | [
{
"context": "\n\nimport javax.media.opengl.GL;\n\n/**\n *\n * @author Avell\n */\npublic class Geometria {\n public static do",
"end": 263,
"score": 0.9996999502182007,
"start": 258,
"tag": "NAME",
"value": "Avell"
}
] | 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 EditorTerreno;
import javax.media.opengl.GL;
/**
*
* @author Avell
*/
public class Geometria {
public static double ro... | 3,631 | 0.589645 | 0.479482 | 84 | 42.226189 | 29.580137 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.666667 | false | false | 5 |
ee6d2e2a308f29a7f659f4644bb7f952a282bc2b | 20,109,036,945,926 | ba1512f6fe865d49f2c1267faeaa4c07f2dae2e6 | /src/java/com/google/enterprise/connector/util/diffing/DiffingConnectorDocumentList.java | 11822ba7657563dac21ccc7fd61831882f283da1 | [] | no_license | lizunmvn/google-connector-manager | https://github.com/lizunmvn/google-connector-manager | 971af9be14ab7613fe25e85f3143ae74883a2f9b | b6adcd4aee552459d27ee847a6003d55622aa3db | refs/heads/master | 2017-04-24T20:40:15.144000 | 2013-02-01T16:21:51 | 2013-02-01T16:21:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright 2009 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | UTF-8 | Java | 2,319 | java | DiffingConnectorDocumentList.java | Java | [] | null | [] | // Copyright 2009 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 2,319 | 0.750755 | 0.746442 | 66 | 34.136364 | 27.902908 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348485 | false | false | 5 |
99d3d089aaec4a1bfe05e373ad44337ce466eb58 | 28,535,762,737,568 | 920226f0be7b369c26617512077fd1f5da4387bc | /src/main/java/pl/putnet/fitmanager/controller/ClazzController.java | 532f0f2ae760aeb20e6b800b16cf7a6cf48112d6 | [] | no_license | pgleska/FitManager | https://github.com/pgleska/FitManager | 2fba51f817e844f11c74b3cd87a7cb7c2408389c | 7da074f1cc5357a81f8d3b7fba405f6e57be6ffc | refs/heads/main | 2023-01-29T18:24:40.626000 | 2020-12-10T13:07:07 | 2020-12-10T13:07:07 | 320,266,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.putnet.fitmanager.controller;
import java.security.Principal;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManager;
impor... | UTF-8 | Java | 5,200 | java | ClazzController.java | Java | [] | null | [] | package pl.putnet.fitmanager.controller;
import java.security.Principal;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManager;
impor... | 5,200 | 0.760192 | 0.760192 | 128 | 39.625 | 28.131666 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.359375 | false | false | 5 |
6011b9bcceb2082477776d877ba847951b3363ae | 9,732,395,913,473 | f4bda3b7344e2769b0f91bb6813151472c7fe351 | /src/vertex/WirelessRouter.java | 13aaacc45b5670ecafa8e3b67941cd0191ab157a | [] | no_license | Mark-Fenng/Software-Lab5 | https://github.com/Mark-Fenng/Software-Lab5 | f1866a6aafd6293f90cc0d67efd3965022e0f94a | 5cdf1f1d52dc07eb0641b05f6f50682fae397d67 | refs/heads/master | 2020-03-18T03:09:52.594000 | 2018-06-03T12:51:56 | 2018-06-03T12:51:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vertex;
import Exception.Vertex.VertexAttributeException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* RI ip的每一个部分的值都在[0,255]的范围内
*/
public class WirelessRouter extends Vertex {
// private int[] ip = new int[4];
private String ip... | UTF-8 | Java | 2,197 | java | WirelessRouter.java | Java | [] | null | [] | package vertex;
import Exception.Vertex.VertexAttributeException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* RI ip的每一个部分的值都在[0,255]的范围内
*/
public class WirelessRouter extends Vertex {
// private int[] ip = new int[4];
private String ip... | 2,197 | 0.55302 | 0.542083 | 79 | 25.620253 | 27.133194 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405063 | false | false | 5 |
3f434abd9c78999b34f1ca8fcaa93bda5c6d66f4 | 9,972,914,094,934 | 6e676d2b49efb45b33c73592e65f61077a925ba8 | /src/main/java/com/hello/parse/RequestParamsUtil.java | d9344c6d49eef68ada9c426357d02a537edddd27 | [] | no_license | blueSkyInUs/mockHttpResponse | https://github.com/blueSkyInUs/mockHttpResponse | 3dd0a8d3cdeae25c9b6c0dea5ab586e025bb8c43 | f607a947dbc90ca85dcfd0515e8fa50f2f714217 | refs/heads/master | 2021-05-14T10:25:23.896000 | 2018-11-22T01:28:48 | 2018-11-22T01:28:48 | 116,353,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hello.parse;
import io.netty.handler.codec.http.HttpRequest;
import io.netty.handler.codec.http.QueryStringDecoder;
import io.netty.handler.codec.http.multipart.Attribute;
import io.netty.handler.codec.http.multipart.DefaultHttpDataFactory;
import io.netty.handler.codec.http.multipart.HttpPostRequestDecode... | UTF-8 | Java | 1,685 | java | RequestParamsUtil.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author lesson\n * @date 2018/1/12 12:24\n */\n@Component\npublic cl",
"end": 558,
"score": 0.9994181394577026,
"start": 552,
"tag": "USERNAME",
"value": "lesson"
}
] | null | [] | package com.hello.parse;
import io.netty.handler.codec.http.HttpRequest;
import io.netty.handler.codec.http.QueryStringDecoder;
import io.netty.handler.codec.http.multipart.Attribute;
import io.netty.handler.codec.http.multipart.DefaultHttpDataFactory;
import io.netty.handler.codec.http.multipart.HttpPostRequestDecode... | 1,685 | 0.70152 | 0.694833 | 48 | 33.270832 | 27.780943 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 5 |
18855ed117da3b5328767971c6cd77a5b2d62e59 | 5,282,809,808,865 | db2fc3dba464be3428b5cd525c6db641cd2db52c | /src/main/java/it/polimi/ingsw/server/model/Action.java | aa99ae741d53cf38d297d479e6ea3fe36e165167 | [] | no_license | GDaglio/ing-sw-2019-colombo-daglio-diceglie | https://github.com/GDaglio/ing-sw-2019-colombo-daglio-diceglie | 795cccc1f7f1710ce334527180e646973c98941c | e8d64e03772b2eaaeef4c5ec7e1c8f24edb23e14 | refs/heads/master | 2020-09-27T14:04:14.602000 | 2019-07-15T18:16:57 | 2019-07-15T18:16:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.server.model;
import java.util.ArrayList;
import java.util.List;
/**
* Represents a complete action that a player can perform in his turn.
* It can be composed of different elementary tasks, the MicroActions.
* It also contains some supports variable to keep track of user's choices while co... | UTF-8 | Java | 8,537 | java | Action.java | Java | [
{
"context": "/\n private PowerUp currPowerUp;\n\n //added by Giuseppe Diceglie\n /**\n * it's the square chosen by the play",
"end": 2143,
"score": 0.9998795390129089,
"start": 2126,
"tag": "NAME",
"value": "Giuseppe Diceglie"
},
{
"context": "s.currEffects = currEffect... | null | [] | package it.polimi.ingsw.server.model;
import java.util.ArrayList;
import java.util.List;
/**
* Represents a complete action that a player can perform in his turn.
* It can be composed of different elementary tasks, the MicroActions.
* It also contains some supports variable to keep track of user's choices while co... | 8,515 | 0.637812 | 0.637695 | 299 | 27.55184 | 25.444408 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.247492 | false | false | 5 |
71ccfdf69670da473f52a839005d9105845580be | 4,501,125,760,543 | 1de6e3789acea8a3f27fa32156878ac07af777c8 | /kata/src/main/GameOfLife.java | d69346d2b3a9b38ec4a4ff494d8725fd2dc9e12b | [] | no_license | steve-pires/20160414_ArollaMeetup | https://github.com/steve-pires/20160414_ArollaMeetup | de21d78b37aa871eb4b3e9e0753e27084552fcb9 | 43f128e9e8536bc1bfc89430a56dc647775d0f99 | refs/heads/master | 2021-01-01T03:31:31.977000 | 2016-04-14T20:11:36 | 2016-04-14T20:11:36 | 56,261,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
/**
* Created by atlantis on 14/04/16.
* https://github.com/arolla/Craft_Your_Skills/tree/master/GameOfLife
*
*/
public class GameOfLife {
public static final String DEAD_CELL = ".";
public static final String LIVE_CELL = "*";
private String lifeMap;
public GameOfLife(String inputMa... | UTF-8 | Java | 899 | java | GameOfLife.java | Java | [
{
"context": "package main;\n\n/**\n * Created by atlantis on 14/04/16.\n * https://github.com/arolla/Craft_Y",
"end": 41,
"score": 0.8140032887458801,
"start": 33,
"tag": "USERNAME",
"value": "atlantis"
},
{
"context": "ed by atlantis on 14/04/16.\n * https://github.com/arolla/Craft... | null | [] | package main;
/**
* Created by atlantis on 14/04/16.
* https://github.com/arolla/Craft_Your_Skills/tree/master/GameOfLife
*
*/
public class GameOfLife {
public static final String DEAD_CELL = ".";
public static final String LIVE_CELL = "*";
private String lifeMap;
public GameOfLife(String inputMa... | 899 | 0.59733 | 0.588432 | 43 | 19.906977 | 20.615883 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27907 | false | false | 5 |
7ee6eaf2dd00f9ae2ff7a0857942a0286c51d62e | 18,580,028,561,536 | 64f0a73f1f35078d94b1bc229c1ce6e6de565a5f | /dataset/Top APKs Java Files/com.sinyee.babybus.vegetable-com-babybus-bbmodule-system-jni-plugin-manager-SystemBo.java | 03c2c30216f3b0b8ab5f0c01e0b9b737b4162349 | [
"MIT"
] | permissive | S2-group/mobilesoft-2020-iam-replication-package | https://github.com/S2-group/mobilesoft-2020-iam-replication-package | 40d466184b995d7d0a9ae6e238f35ecfb249ccf0 | 600d790aaea7f1ca663d9c187df3c8760c63eacd | refs/heads/master | 2021-02-15T21:04:20.350000 | 2020-10-05T12:48:52 | 2020-10-05T12:48:52 | 244,930,541 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.babybus.bbmodule.system.jni.plugin.manager;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningTaskInfo;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import ... | UTF-8 | Java | 41,296 | java | com.sinyee.babybus.vegetable-com-babybus-bbmodule-system-jni-plugin-manager-SystemBo.java | Java | [] | null | [] | package com.babybus.bbmodule.system.jni.plugin.manager;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningTaskInfo;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import ... | 41,296 | 0.635304 | 0.603908 | 1,148 | 34.930313 | 39.082001 | 445 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763937 | false | false | 5 |
fca79ad75cfd2aa665944bc57cc1e72e10d11d31 | 12,592,844,154,742 | 567a9d4ce3c0db4ad1b31c272b19847130fb00ac | /app/src/main/java/com/app/ngila/data/DriverStatus.java | f774251363c0934658f4fa30a648de2816594fe6 | [] | no_license | dnsking/ngila | https://github.com/dnsking/ngila | 14859ef83139a52769ec3edcefa1767d09475682 | d8da59e94a6b88d055f13e71805d9e7950a63811 | refs/heads/master | 2022-12-03T11:25:59.696000 | 2020-08-24T14:30:25 | 2020-08-24T14:30:25 | 289,307,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.ngila.data;
public class DriverStatus {
private String phoneNumber;
private Boolean available;
public String getPhoneNumber() {
return phoneNumber;
}
public void setPhoneNumber(String phoneNumber) {
this.phoneNumber = phoneNumber;
}
public Boolean getAvail... | UTF-8 | Java | 456 | java | DriverStatus.java | Java | [] | null | [] | package com.app.ngila.data;
public class DriverStatus {
private String phoneNumber;
private Boolean available;
public String getPhoneNumber() {
return phoneNumber;
}
public void setPhoneNumber(String phoneNumber) {
this.phoneNumber = phoneNumber;
}
public Boolean getAvail... | 456 | 0.662281 | 0.662281 | 22 | 19.727272 | 17.299978 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 5 |
dee70777f66ce509f7e9449d168f337bf3174716 | 1,958,505,145,378 | 333da8892ed94ad85dbc709cb89e95facfd47148 | /app/src/main/java/com/kssoft/lake/view/value/ArcgisMapViewBindConvert.java | 833cf421ddf9bc43af645a489d60b31d45238f19 | [] | no_license | kiun2007/LakePatrol | https://github.com/kiun2007/LakePatrol | 312bbd4256b2c8a307f5ea05492d6956dd53d876 | 35a4a3dc8448d9a405ae21e8cd8ed9768266997b | refs/heads/master | 2023-08-24T02:19:04.582000 | 2021-09-14T09:13:01 | 2021-09-14T09:13:01 | 384,023,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kssoft.lake.view.value;
import android.app.Activity;
import androidx.core.content.ContextCompat;
import com.esri.arcgisruntime.geometry.Point;
import com.esri.arcgisruntime.geometry.PointCollection;
import com.esri.arcgisruntime.geometry.Polyline;
import com.esri.arcgisruntime.geometry.SpatialReferences... | UTF-8 | Java | 4,904 | java | ArcgisMapViewBindConvert.java | Java | [
{
"context": "s/jssl_vector_with_water_2019/MapServer\";//http://36.153.143.166\n private static final String localMapAnnoServe",
"end": 1241,
"score": 0.9981999397277832,
"start": 1227,
"tag": "IP_ADDRESS",
"value": "36.153.143.166"
},
{
"context": " public static final String ... | null | [] | package com.kssoft.lake.view.value;
import android.app.Activity;
import androidx.core.content.ContextCompat;
import com.esri.arcgisruntime.geometry.Point;
import com.esri.arcgisruntime.geometry.PointCollection;
import com.esri.arcgisruntime.geometry.Polyline;
import com.esri.arcgisruntime.geometry.SpatialReferences... | 4,905 | 0.661475 | 0.652254 | 130 | 36.53846 | 40.912884 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 5 |
0e1ebc145981024d8fef7624e45c044ab191f950 | 14,035,953,143,516 | 1881a0eb44001eaa82277e501901ed98a89601ed | /src/test/java/com/ft/content/bodyprocessing/xml/eventhandlers/InteractiveGraphicDataTest.java | 76bf095dd1bfc2b040f63364362df71cd2397a03 | [] | no_license | Financial-Times/content-body-processing | https://github.com/Financial-Times/content-body-processing | cd28eb0b225f8ca55b015182081c77af157cef1d | a1b82ca82d8098cb60d26631f2325b2a0ba90afb | refs/heads/master | 2023-08-28T20:38:16.336000 | 2021-02-04T11:47:41 | 2021-02-04T11:47:41 | 73,388,430 | 0 | 1 | null | false | 2022-01-06T18:43:00 | 2016-11-10T14:14:38 | 2021-02-04T11:47:46 | 2022-01-06T18:43:00 | 349 | 0 | 1 | 6 | Java | false | false | package com.ft.content.bodyprocessing.xml.eventhandlers;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import com.ft.content.bodyprocessing.BodyPro... | UTF-8 | Java | 2,876 | java | InteractiveGraphicDataTest.java | Java | [] | null | [] | package com.ft.content.bodyprocessing.xml.eventhandlers;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import com.ft.content.bodyprocessing.BodyPro... | 2,876 | 0.703755 | 0.702712 | 78 | 34.871796 | 28.563181 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 5 |
3fa3fa128ab0eee381111f69e487a319b4262e11 | 26,173,530,759,793 | 5f8f7c7c3bce0d75058a5751933400c3acc06cd6 | /STRACK/Matlab.java | dc128afd50dd26b748a98d9ca894878f2c3983a4 | [] | no_license | sast5859/qlearning | https://github.com/sast5859/qlearning | 6888e1cb1e41aac515d3cedbd31edfdb3463dcd4 | 621610d423da547eb877bcc53caff6cd86826594 | refs/heads/main | 2023-08-20T15:55:52.369000 | 2021-10-17T18:25:27 | 2021-10-17T18:25:27 | 373,755,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rpc;
public interface Matlab {
public Result calcul(int in) throws Exception;
} | UTF-8 | Java | 95 | java | Matlab.java | Java | [] | null | [] | package rpc;
public interface Matlab {
public Result calcul(int in) throws Exception;
} | 95 | 0.726316 | 0.726316 | 5 | 17.4 | 17.951044 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
2a9162e50e7796cf2fd7db5329d9980f40b084e3 | 27,642,409,579,245 | 7b6a8f51a724c979de4da6aabb41a95aeb1a9222 | /src/main/java/com/jtarun/practice/leetcode/BestTimeToBuySellStockIII.java | 3a50b02cf1762725205f165ca91095f9b1c55eeb | [] | no_license | jtarun/Practice | https://github.com/jtarun/Practice | fb5165d893718d392d4d03c743fbc244265911e7 | 26ed8533ffd38e838823317255d70f3b2b8ae5d1 | refs/heads/master | 2020-05-15T03:15:40.300000 | 2019-04-18T10:15:02 | 2019-04-18T10:15:02 | 182,064,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jtarun.practice.leetcode;
import java.util.*;
/** 123
* Say you have an array for which the ith element is the price of a given stock on day i.
*
* Design an algorithm to find the maximum profit. You may complete at most two transactions.
*
* Note: You may not engage in multiple transactions at the s... | UTF-8 | Java | 5,294 | java | BestTimeToBuySellStockIII.java | Java | [] | null | [] | package com.jtarun.practice.leetcode;
import java.util.*;
/** 123
* Say you have an array for which the ith element is the price of a given stock on day i.
*
* Design an algorithm to find the maximum profit. You may complete at most two transactions.
*
* Note: You may not engage in multiple transactions at the s... | 5,294 | 0.405553 | 0.38912 | 175 | 29.251429 | 24.706846 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771429 | false | false | 5 |
f28c5d6c2051be05392ed2089ddcf479fb215de4 | 17,016,660,437,493 | dcca007a21b3569aa4dc15e2bc078e124040ad85 | /src/main/java/es/ubiqua/compareme/actions/UpdateExchangeRatesAction.java | 9b290cbe85d00bd1a079d1cb5e800d26a47af5cd | [] | no_license | hefesto84/123compareme-v2 | https://github.com/hefesto84/123compareme-v2 | 4d1211279b1039c071732ef4dacbfedd622235fb | 4a59fce9f9a3d287bdb0532f86a3069747bc93b0 | refs/heads/master | 2021-01-10T10:39:21.207000 | 2019-03-05T09:07:04 | 2019-03-05T09:07:04 | 43,359,828 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.ubiqua.compareme.actions;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.apache.log4j.Logger;
import com.frozenbullets.api.currencyconverter.CurrencyConverter;
import com.google.gson.Gson;
import com.opensymphony.xwork2.ActionSupport;
import com.tunyk.currencyconv... | UTF-8 | Java | 1,627 | java | UpdateExchangeRatesAction.java | Java | [] | null | [] | package es.ubiqua.compareme.actions;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.apache.log4j.Logger;
import com.frozenbullets.api.currencyconverter.CurrencyConverter;
import com.google.gson.Gson;
import com.opensymphony.xwork2.ActionSupport;
import com.tunyk.currencyconv... | 1,627 | 0.790412 | 0.777505 | 59 | 26.576271 | 21.973175 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033898 | false | false | 5 |
ec2fd8503f581737290af332141f879f95b47fc2 | 2,473,901,171,143 | 795368702132b9f73cda5603198b64cca76c8847 | /src/com/digepo/sego/getNombre.java | ae6d3948d686c2f1e336603e99904fdcf64bbf12 | [] | no_license | ethush/Localidades | https://github.com/ethush/Localidades | f901b658310292f4834c8afde06b472ec1ba0584 | 95641053b77d92dda58b5d33f28712f5aec00604 | refs/heads/master | 2016-09-05T17:05:13.498000 | 2015-02-22T05:10:38 | 2015-02-22T05:10:38 | 19,470,286 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.digepo.sego;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import android.os.AsyncTask;
/**
* Clase para peticion de datos que hereda propiedades AsyncTAsk para peticion de... | ISO-8859-3 | Java | 3,698 | java | getNombre.java | Java | [] | null | [] | package com.digepo.sego;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import android.os.AsyncTask;
/**
* Clase para peticion de datos que hereda propiedades AsyncTAsk para peticion de... | 3,698 | 0.675705 | 0.675163 | 117 | 30.521368 | 29.7642 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25641 | false | false | 7 |
8f8526368a32dfb1bdf09d87efee7518cbd55970 | 7,791,070,678,582 | b499b1c76a1427d84c8590879008fc0a1f18a859 | /CheckOff/app/src/main/java/com/basdeo/checkoff/Broadcast/ApplicationSetProgressBarMaxReceiver.java | 83c4e99e59d8d60a59fd4b468215f965a666876c | [] | no_license | Checkoff/TASKER | https://github.com/Checkoff/TASKER | acb71501ecd7388db1b4ac4b889c171d4280f0fc | 9000afb3608ce5b50e981880241aca45669e8b89 | refs/heads/master | 2016-09-14T04:45:23.466000 | 2016-06-02T23:26:57 | 2016-06-02T23:26:57 | 59,610,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.basdeo.checkoff.Broadcast;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.ProgressBar;
import com.basdeo.providercorelib.Globals.ProviderGlobals;
import com.basdeo.providercorelib.Log.LogLevel;
import com.basdeo.providercorelib... | UTF-8 | Java | 2,201 | java | ApplicationSetProgressBarMaxReceiver.java | Java | [
{
"context": "orelib.commonuse.IsNullOrEmpty;\n\n/**\n * Created by Eugene on 6/2/16\n */\n\npublic class ApplicationSetProgres",
"end": 417,
"score": 0.99570631980896,
"start": 411,
"tag": "USERNAME",
"value": "Eugene"
}
] | null | [] | package com.basdeo.checkoff.Broadcast;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.ProgressBar;
import com.basdeo.providercorelib.Globals.ProviderGlobals;
import com.basdeo.providercorelib.Log.LogLevel;
import com.basdeo.providercorelib... | 2,201 | 0.553839 | 0.552022 | 58 | 36.948277 | 38.324127 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 7 |
96c9987c25fb3bde1f0ecd8e009fff00f93b529a | 10,917,806,898,584 | 51ac31d28d3fe5eb864ddb284267fc0a0da4c665 | /Project/CatchTime/app/src/main/java/com/example/catchtime/NewPlacePopup.java | fae90718b2243616f80d6fa0e20a84bc6661639f | [] | no_license | mszsxq/ProjectTraining | https://github.com/mszsxq/ProjectTraining | 19eee050a9787cb108ef2568ea865625aba1644a | aff6c3ce9204ca54b9ec3e3f47cc5d410723bb7a | refs/heads/master | 2020-08-30T15:14:39.268000 | 2019-12-18T16:09:27 | 2019-12-18T16:09:27 | 218,417,928 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.catchtime;
import android.os.Bundle;
import com.baidu.mapapi.SDKInitializer;
import com.baidu.mapapi.map.MapView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
public class NewPlacePopup extends AppCompatActivity {
private MapView mapView;
@Overrid... | UTF-8 | Java | 955 | java | NewPlacePopup.java | Java | [] | null | [] | package com.example.catchtime;
import android.os.Bundle;
import com.baidu.mapapi.SDKInitializer;
import com.baidu.mapapi.map.MapView;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
public class NewPlacePopup extends AppCompatActivity {
private MapView mapView;
@Overrid... | 955 | 0.656545 | 0.656545 | 38 | 24.131578 | 18.467854 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 7 |
87ec200d52d9d579041411c22ae12c5791c16df7 | 27,968,827,072,279 | 40406c7806012bda4efbed5273a26acb0e8272c6 | /src/main/java/pl/kni/forms/TeacherCreateForm.java | 48ffb49dd6b8ec054b6a2c865ca35e1a8a9f7cf0 | [] | no_license | mgrzeszczak/kni-project | https://github.com/mgrzeszczak/kni-project | 398c4ba79a91927d1fe49997d1c6fb8b1d974895 | c533bc05d71e7f17ef4ac31cd8d00d0af9e1bec3 | refs/heads/master | 2021-01-22T06:11:06.535000 | 2016-02-10T22:42:08 | 2016-02-10T22:42:08 | 44,071,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.kni.forms;
import javax.validation.constraints.Pattern;
/**
* Created by Maciej on 16.10.2015.
*/
public class TeacherCreateForm {
@Pattern(regexp = "([A-Za-z\\u0104\\u0105\\u0106\\u0107\\u0118\\u0119\\u0141\\u0142\\u0143\\u0144\\u00D3\\u00F3\\u015A\\u015B\\u0179\\u017A\\u017B\\u017C]+)")
privat... | UTF-8 | Java | 1,053 | java | TeacherCreateForm.java | Java | [
{
"context": "validation.constraints.Pattern;\n\n/**\n * Created by Maciej on 16.10.2015.\n */\npublic class TeacherCreateForm",
"end": 93,
"score": 0.9828493595123291,
"start": 87,
"tag": "NAME",
"value": "Maciej"
}
] | null | [] | package pl.kni.forms;
import javax.validation.constraints.Pattern;
/**
* Created by Maciej on 16.10.2015.
*/
public class TeacherCreateForm {
@Pattern(regexp = "([A-Za-z\\u0104\\u0105\\u0106\\u0107\\u0118\\u0119\\u0141\\u0142\\u0143\\u0144\\u00D3\\u00F3\\u015A\\u015B\\u0179\\u017A\\u017B\\u017C]+)")
privat... | 1,053 | 0.655271 | 0.524217 | 39 | 26 | 35.89872 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 7 |
8d9451ab6331ef4eb8b5aee3878d44b94b198d18 | 17,351,667,910,613 | f6b44ff5a44b6f7d27a54028915942cfc1ab3635 | /com/esoterik/client/features/modules/client/Managers.java | 9c67877979bbe0434534a74cfdf27ac64ddffe45 | [] | no_license | KazUpTV/gondal.club-1.0.5-SRC | https://github.com/KazUpTV/gondal.club-1.0.5-SRC | fdd5e67c5aa8f6108cd72b83a4c089dce5606cfe | 79bb484edd7618c1850fe6a994eacd823d9a574c | refs/heads/main | 2023-04-16T22:55:06.813000 | 2021-05-02T10:56:51 | 2021-05-02T10:56:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.36
//
package com.esoterik.client.features.modules.client;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import com.esoterik.client.event.events.ClientEvent;
import com.esoterik.client.esohack;
import com.esoterik.client.util.TextUtil;
import com.esoterik.client.... | UTF-8 | Java | 4,995 | java | Managers.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.36
//
package com.esoterik.client.features.modules.client;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import com.esoterik.client.event.events.ClientEvent;
import com.esoterik.client.esohack;
import com.esoterik.client.util.TextUtil;
import com.esoterik.client.... | 4,995 | 0.674675 | 0.657057 | 115 | 42.434784 | 37.143932 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
f210870616f3768caf1206b1206388a425d588d8 | 14,611,478,756,449 | a6a70a3c7d1f193f33c29382b704dfe5f5533d17 | /algs-interfaces/src/main/java/com.gmail.rgizmalkov.algs/interfaces/AlgorithmExecutor.java | 921c4f9fa61b14655f65668ea358359262b8f520 | [] | no_license | rgizmalkov/algs-full | https://github.com/rgizmalkov/algs-full | e137e029733e2bde4db1d671241819b4b97d9169 | 840f2d99725b06305c174d6b48c64a1bd1af60d4 | refs/heads/master | 2020-04-06T04:14:04.637000 | 2017-03-05T11:10:27 | 2017-03-05T11:10:27 | 83,025,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gmail.rgizmalkov.algs.interfaces;
/**
* Created by romanizmalkov on 20.02.17.
*/
public interface AlgorithmExecutor {
Object run();
}
| UTF-8 | Java | 153 | java | AlgorithmExecutor.java | Java | [
{
"context": "ail.rgizmalkov.algs.interfaces;\n\n/**\n * Created by romanizmalkov on 20.02.17.\n */\npublic interface AlgorithmExecut",
"end": 78,
"score": 0.9982576370239258,
"start": 65,
"tag": "USERNAME",
"value": "romanizmalkov"
}
] | null | [] | package com.gmail.rgizmalkov.algs.interfaces;
/**
* Created by romanizmalkov on 20.02.17.
*/
public interface AlgorithmExecutor {
Object run();
}
| 153 | 0.718954 | 0.679739 | 8 | 18.125 | 18.03079 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
30343edc730e96b6c35fe1c957242f61926be671 | 31,585,189,504,440 | 219156d1b9a9d965c8de95ca830fbcd874eda098 | /src/test/java/org/mqttbee/mqtt/codec/decoder/mqtt5/Mqtt5PingRespDecoderTest.java | 5d1186970ba2a6f5c095bde0364978109cecf9e7 | [] | no_license | layzbot/mqtt-bee | https://github.com/layzbot/mqtt-bee | 9e82df34cd0d94e4c2df0cc06441dcc84b2558b6 | fe469de834c676514fefae00d553035d4e815f12 | refs/heads/master | 2020-03-18T04:07:13.450000 | 2018-04-16T16:01:45 | 2018-04-16T16:19:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mqttbee.mqtt.codec.decoder.mqtt5;
import io.netty.buffer.ByteBuf;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.mqttbee.api.mqtt.mqtt5.message.Mqtt5MessageType;
import org.mqttbee.api.mqtt.mqtt5.message... | UTF-8 | Java | 3,325 | java | Mqtt5PingRespDecoderTest.java | Java | [
{
"context": "rg.junit.jupiter.api.Assertions.*;\n\n/**\n * @author Silvio Giebl\n */\nclass Mqtt5PingRespDecoderTest extends Abstrac",
"end": 620,
"score": 0.9947986602783203,
"start": 608,
"tag": "NAME",
"value": "Silvio Giebl"
}
] | null | [] | package org.mqttbee.mqtt.codec.decoder.mqtt5;
import io.netty.buffer.ByteBuf;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.mqttbee.api.mqtt.mqtt5.message.Mqtt5MessageType;
import org.mqttbee.api.mqtt.mqtt5.message... | 3,319 | 0.677594 | 0.658647 | 106 | 30.377359 | 25.755913 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556604 | false | false | 7 |
3eb48f034dc06e636e8c500d3fa8fe3db6e7b92e | 26,422,638,838,823 | 80025bb7e842e34c52d72e6d0a49fa096472baa6 | /ssm/src/main/java/com/spring/dao1/YSidcreatortabMapper.java | 74405843548d15719f3f89e1a2530d88cf4eddd2 | [] | no_license | CarolineMagic/ssm | https://github.com/CarolineMagic/ssm | aad3630351297ebcd2116757e46f60b2ebdc9b46 | 697a351d8e322ae8efb0955f64834f2afdb1dc5d | refs/heads/master | 2020-04-14T19:18:27.628000 | 2019-02-26T06:09:08 | 2019-02-26T06:09:08 | 164,052,919 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.dao1;
import com.spring.model1.YSidcreatortab;
import com.spring.model1.YSidcreatortabExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface YSidcreatortabMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to ... | UTF-8 | Java | 3,232 | java | YSidcreatortabMapper.java | Java | [] | null | [] | package com.spring.dao1;
import com.spring.model1.YSidcreatortab;
import com.spring.model1.YSidcreatortabExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface YSidcreatortabMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to ... | 3,232 | 0.693069 | 0.651299 | 96 | 32.677082 | 29.840372 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 7 |
755f1e0dad51aa284320513a12145bd2a87a50d3 | 9,792,525,475,267 | 3584db64a615073f0237aa7d46ae8114ce191436 | /src/main/java/com/zou/concurrency1/mq/kafka/KafkaSender.java | 2b7a44ff7f928eedde594886db34315fcbccd066 | [] | no_license | linkinparkzlz/concurrency1 | https://github.com/linkinparkzlz/concurrency1 | 9114fac7024f2025345fd9060358fba4b916a0d5 | a3f460325b7131a0c37bb2ea66310329d0db2420 | refs/heads/master | 2020-03-19T10:54:13.689000 | 2018-06-10T03:06:51 | 2018-06-10T03:06:51 | 136,410,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zou.concurrency1.mq.kafka;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Date;
@Component
public class KafkaSender {
@Resource
... | UTF-8 | Java | 784 | java | KafkaSender.java | Java | [] | null | [] | package com.zou.concurrency1.mq.kafka;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Date;
@Component
public class KafkaSender {
@Resource
... | 784 | 0.696429 | 0.695153 | 32 | 22.84375 | 21.760212 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 7 |
503308af14040e3485a0bc9cce37b5a660ac3c27 | 26,018,911,906,038 | ba867a668e96a9c4bb2e258f3bd2bcdb84afdfe5 | /RobotMan.java | 7aeb4eef8d7facb7d5ba0cc93f29abcca495825a | [] | no_license | Arsenalgun11/AP-Computer-Science | https://github.com/Arsenalgun11/AP-Computer-Science | c45f3ce072cbe4d5ed7951f20f7407a4be75bb23 | 338752c1e03178fc296771981cd9e255c41d57bd | refs/heads/master | 2020-04-11T09:58:47.811000 | 2018-12-13T21:58:28 | 2018-12-13T21:58:28 | 161,698,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Driver File: RobotMan.java
// Note: Lines that begin with // are ignored by the computer
// when you run the program. They serve as documentation ... a way
// to explain the purpose of a line or segment of code.
// The // symbol indicates what we call inline comments.
/*
* A large paragraph of documentation may... | UTF-8 | Java | 3,374 | java | RobotMan.java | Java | [
{
"context": " );\r\t\tSystem.out.println(\" Adam Melhuish MMMMMMMMMMMM \t\");\r\t\tSystem.out.prin",
"end": 1460,
"score": 0.9995783567428589,
"start": 1447,
"tag": "NAME",
"value": "Adam Melhuish"
}
] | null | [] | // Driver File: RobotMan.java
// Note: Lines that begin with // are ignored by the computer
// when you run the program. They serve as documentation ... a way
// to explain the purpose of a line or segment of code.
// The // symbol indicates what we call inline comments.
/*
* A large paragraph of documentation may... | 3,367 | 0.462063 | 0.459395 | 61 | 54.19672 | 28.269093 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.409836 | false | false | 7 |
a3ef7e3a12281f0f2c491eb1e4327881c899c101 | 5,600,637,382,792 | b103cf5a7ae24c84448785bbdbdfdc9bad3f8c25 | /Lab 4/Lab4Task7.java | cf26afe3cb3b763969c36f861c07b16c62e7716a | [] | no_license | AbdulJabbar64/Abdul_Jabbar18SW64 | https://github.com/AbdulJabbar64/Abdul_Jabbar18SW64 | faed77257e2c62a6d950aada006570e5208501c8 | d90a1d844fd6bfdabf5f58b401d1f164a4eeb930 | refs/heads/master | 2020-05-09T18:47:05.201000 | 2019-07-23T17:37:49 | 2019-07-23T17:37:49 | 181,355,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Lab4Task7
{
public static void main(String[] args)
{
int []arr={12,5,-1,-4,3,6,9,1,3,0,2,4};
int temp=0;
for (int i=0;i<arr.length;i++)
{
for (int j=0;j<arr.length-1;j++)
{
if (arr[j]>arr[j+1])
{
temp=arr[j];
arr[j]=arr[j+1];
arr[j+1]=temp;
}
}
... | UTF-8 | Java | 408 | java | Lab4Task7.java | Java | [] | null | [] | class Lab4Task7
{
public static void main(String[] args)
{
int []arr={12,5,-1,-4,3,6,9,1,3,0,2,4};
int temp=0;
for (int i=0;i<arr.length;i++)
{
for (int j=0;j<arr.length-1;j++)
{
if (arr[j]>arr[j+1])
{
temp=arr[j];
arr[j]=arr[j+1];
arr[j+1]=temp;
}
}
... | 408 | 0.45098 | 0.394608 | 24 | 15.083333 | 13.87719 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.375 | false | false | 7 |
3fcb231ca38067d2ceaea7b116dfeb230dace213 | 23,613,730,241,020 | 0091dc73c7efb79082d98e5ddaa60e06411e5c1c | /Chess-Game/src/ListTypeIterator.java | 243d1e9647c7877891d2d7e06fd242f6acf7b15f | [] | no_license | JonathanDeLeon/wwu-cs | https://github.com/JonathanDeLeon/wwu-cs | a5de56d6d724c8f10645609b93eba715c44d0dc0 | 536b070efc607c1a8459048a76e1909e068531fa | refs/heads/master | 2020-04-08T10:38:05.438000 | 2018-11-27T06:32:35 | 2018-11-27T06:32:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
*
* @author Jonathan De Leon
* @category CS 241
* @version 1.00
* @content:
* Iterator class for the ListType class
*/
public class ListTypeIterator<E> implements Iterator<E> {
private GeneralList<E> list; //list to ite... | UTF-8 | Java | 1,594 | java | ListTypeIterator.java | Java | [
{
"context": "il.NoSuchElementException;\r\n\r\n/**\r\n * \r\n * @author Jonathan De Leon\r\n * @category CS 241\r\n * @version 1.00\r\n * @conte",
"end": 109,
"score": 0.999871551990509,
"start": 93,
"tag": "NAME",
"value": "Jonathan De Leon"
}
] | null | [] | import java.util.Iterator;
import java.util.NoSuchElementException;
/**
*
* @author <NAME>
* @category CS 241
* @version 1.00
* @content:
* Iterator class for the ListType class
*/
public class ListTypeIterator<E> implements Iterator<E> {
private GeneralList<E> list; //list to iterate over
... | 1,584 | 0.651192 | 0.646173 | 71 | 20.450705 | 17.880503 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.605634 | false | false | 7 |
b2a5e7fea6703e3bca0447b2238d955f4b252578 | 17,875,653,926,547 | 961d54e841a497fe527992df7df53dd58197d2e4 | /mymall-auth-server/src/main/java/com/github/service/impl/SysUserServiceImpl.java | 4c9010180ec11fa1eb0a933773c16a689c3049fb | [] | no_license | ITCodd/my-mall | https://github.com/ITCodd/my-mall | 7b93f5d7f8f5328ce3e052edabab6eedfc185d2e | 1852e1bd2d5f6f80a73d32dea7ec7154b3c76d37 | refs/heads/master | 2022-07-03T22:21:45.529000 | 2021-02-10T03:15:39 | 2021-02-10T03:15:39 | 249,738,564 | 0 | 1 | null | false | 2022-06-21T03:03:41 | 2020-03-24T15:01:41 | 2021-02-10T03:16:07 | 2022-06-21T03:03:34 | 192 | 0 | 1 | 5 | Java | false | false | package com.github.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.mapper.SysUserMapper;
import com.github.model.SysRole;
import com.github.model.SysUser;
import com.github.service.RoleService;
impor... | UTF-8 | Java | 1,637 | java | SysUserServiceImpl.java | Java | [] | null | [] | package com.github.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.mapper.SysUserMapper;
import com.github.model.SysRole;
import com.github.model.SysUser;
import com.github.service.RoleService;
impor... | 1,637 | 0.762981 | 0.762981 | 44 | 36.204544 | 27.121428 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681818 | false | false | 7 |
e62a7207b137d55abf628bd1c548b147298da60c | 17,875,653,927,521 | 7e6a220e2b5c71ba71c9bf34838271b32ce4872e | /Lote1/src/programacaoLinear/Ex29.java | a26901753c29d15b5f8b4142fb38a617c0b3c6ee | [] | no_license | LeonardoMoura77/Lote1_Exercicios | https://github.com/LeonardoMoura77/Lote1_Exercicios | 986f518eca862f8445bd2c2fd2871cfb110cda11 | d6234517e81d9836f3a6ceb171c54dbfffca9030 | refs/heads/master | 2017-05-08T12:27:46.189000 | 2017-02-16T23:29:25 | 2017-02-16T23:29:25 | 82,234,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package programacaoLinear;
/**
* Objetivo: Calcule e mostre o valor corrigido em 30 dias
* Autor: LEONARDO PEREIRA DE MOURA
* Data de Compilação: 13/08/2016
*/
import javax.swing.JOptionPane;
public class Ex29 {
public static void main(String args[]) {
int opc;
double poupanc... | UTF-8 | Java | 1,419 | java | Ex29.java | Java | [
{
"context": " e mostre o valor corrigido em 30 dias \r\n * Autor: LEONARDO PEREIRA DE MOURA \r\n * Data de Compilação: 13/08/2016\r\n */\r\n\r\nimpor",
"end": 131,
"score": 0.9998779892921448,
"start": 106,
"tag": "NAME",
"value": "LEONARDO PEREIRA DE MOURA"
}
] | null | [] | package programacaoLinear;
/**
* Objetivo: Calcule e mostre o valor corrigido em 30 dias
* Autor: <NAME>
* Data de Compilação: 13/08/2016
*/
import javax.swing.JOptionPane;
public class Ex29 {
public static void main(String args[]) {
int opc;
double poupanca, rendaFixa, inves... | 1,400 | 0.583215 | 0.566856 | 41 | 32.292683 | 36.338009 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 7 |
58a48d124d8938739ed41f387646e3741515953a | 26,860,725,478,500 | 550d7e06709dd334bd7a7591b93422856a48f8c0 | /src/com/brohoof/countryloginmessage/CountryLoginMessagePlugin.java | 8be39c06122f116ebcfe2d758bcffdfa63221b8d | [] | no_license | PonyvilleSquare/CountryLoginMessage | https://github.com/PonyvilleSquare/CountryLoginMessage | 8ecb58a756e2b3afde47e7b1dc838e772683b3a9 | 7c973e0007570df5c5424dac30b997602ecfb2a1 | refs/heads/master | 2020-09-27T17:16:30.768000 | 2016-11-11T00:48:06 | 2016-11-11T00:48:06 | 66,734,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brohoof.countryloginmessage;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.java.JavaPlugin;
import uk.org.whoami.geoip.GeoIPLookup;
public class CountryLoginMessagePlugin extends JavaPlugin
{
private GeoIPLookup geoiplookup;
private Settings setti... | UTF-8 | Java | 902 | java | CountryLoginMessagePlugin.java | Java | [] | null | [] | package com.brohoof.countryloginmessage;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.java.JavaPlugin;
import uk.org.whoami.geoip.GeoIPLookup;
public class CountryLoginMessagePlugin extends JavaPlugin
{
private GeoIPLookup geoiplookup;
private Settings setti... | 902 | 0.788248 | 0.788248 | 31 | 28.096775 | 27.450077 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516129 | false | false | 7 |
e7a7a6d1cac561d04eb965db0c6943b637c752a9 | 31,293,131,751,617 | c4fd515da9ac9fc6b3b8fc55c6b5e5b3a5a03b2c | /src/ArrayLeaders.java | 29177386b08664652ffadfcbc5ff8ee7060fa6aa | [] | no_license | binoyskumar92/DataStructure2 | https://github.com/binoyskumar92/DataStructure2 | 88dc5410d1fee1350ee3e41123e09ca088d420cf | 190a20d57af09b8d7471acc6b0e9b9260bbda566 | refs/heads/master | 2021-04-30T11:01:19.179000 | 2018-09-14T06:50:48 | 2018-09-14T06:50:48 | 121,345,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class ArrayLeaders {
public static void main(String[] args) {
int a[]={16,17,4,3,5,2};
int size=a.length;
int currentLeader=a[size-1];
System.out.println(currentLeader);
for(int i=size-2;i>=0;i--){
if(currentLeader<a[i]){
... | UTF-8 | Java | 434 | java | ArrayLeaders.java | Java | [] | null | [] | import java.util.Arrays;
public class ArrayLeaders {
public static void main(String[] args) {
int a[]={16,17,4,3,5,2};
int size=a.length;
int currentLeader=a[size-1];
System.out.println(currentLeader);
for(int i=size-2;i>=0;i--){
if(currentLeader<a[i]){
... | 434 | 0.520737 | 0.495392 | 20 | 20.700001 | 17.149635 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.