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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bc9b689b7632c4798e3e7bda5bbb55458db51181 | 31,044,023,661,428 | 2d21b53096bef751375bee5f532841df723bc59d | /tuan2/bai4/src/bai4/PhanSo.java | 3b6b0cc56f80aac54fc80d9bef402431e3f0b9d3 | [] | no_license | shichiki/BT2 | https://github.com/shichiki/BT2 | bd516dd8567c11a6e117ca5c24db77342858219d | 745fa11eec2afe5ba6b524330b7539e40163951a | refs/heads/master | 2021-01-10T04:18:29.227000 | 2016-04-06T17:56:29 | 2016-04-06T17:56:29 | 55,628,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bai4;
public class PhanSo {
private int Tu_so;
private int Mau_So;
public PhanSo(int tu, int mau)
{//khoi tao Point co toa do xy
this.Tu_so = tu;
this.Mau_So= mau;
}
public PhanSo()
{//khoi tao voi toa so 0;0
this.Tu_so = 0;
this.Mau_So= 1;
}
... | UTF-8 | Java | 1,545 | java | PhanSo.java | Java | [] | null | [] | package bai4;
public class PhanSo {
private int Tu_so;
private int Mau_So;
public PhanSo(int tu, int mau)
{//khoi tao Point co toa do xy
this.Tu_so = tu;
this.Mau_So= mau;
}
public PhanSo()
{//khoi tao voi toa so 0;0
this.Tu_so = 0;
this.Mau_So= 1;
}
... | 1,545 | 0.50356 | 0.500324 | 75 | 19.6 | 14.521708 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573333 | false | false | 15 |
f65b840a6265a6e7a3ab0e18bea19bccb8841865 | 31,344,671,354,976 | 6d3f7e1b367beb66573d646cbdf1c3dfc6dd8540 | /mall-common/src/main/java/com/mall/common/utils/CodeMsg.java | 6ac65b537be3073390d657957986bdaf3745c0d0 | [] | no_license | luolili/mall-demo | https://github.com/luolili/mall-demo | 8e33caf77d711ee89ae6aedaf2039c4ba8db9dae | 3497123df4bda2b790d1b51065167049a03fd186 | refs/heads/master | 2022-12-24T13:00:06.317000 | 2020-03-23T04:52:13 | 2020-03-23T04:52:13 | 202,844,647 | 0 | 0 | null | false | 2022-12-15T23:29:02 | 2019-08-17T06:28:35 | 2020-03-23T04:59:07 | 2022-12-15T23:28:59 | 202 | 0 | 0 | 11 | Java | false | false | package com.mall.common.utils;
import lombok.Data;
@Data
public class CodeMsg {
private int code;
private String msg;
private CodeMsg() {
}
private CodeMsg(int code, String msg) {
this.code = code;
this.msg = msg;
}
public CodeMsg fillArgs(Object... args) {
int... | UTF-8 | Java | 2,031 | java | CodeMsg.java | Java | [] | null | [] | package com.mall.common.utils;
import lombok.Data;
@Data
public class CodeMsg {
private int code;
private String msg;
private CodeMsg() {
}
private CodeMsg(int code, String msg) {
this.code = code;
this.msg = msg;
}
public CodeMsg fillArgs(Object... args) {
int... | 2,031 | 0.693716 | 0.642256 | 51 | 38.627453 | 34.186317 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.980392 | false | false | 15 |
de403abc3bad067dcf1c8615265581dd17bb590b | 31,344,671,354,532 | 8f9728f5cbcc13b6d759edb3f662ea2fb976a5fe | /src/controlador/OperacionesEmpleado.java | 3ea38454014be5f2cca258e6215534a00d68a99a | [] | no_license | lguille1991/ProyectoSTIS | https://github.com/lguille1991/ProyectoSTIS | 9c004882766a10f828a3ec8e1db4ab18c4f53dbe | 63a3079a87456115763285a0b52d356e3f30872e | refs/heads/master | 2021-01-23T11:03:55.167000 | 2017-06-05T11:12:31 | 2017-06-05T11:12:31 | 93,119,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlador;
import java.util.List;
/**
*
* @author Luis Martinez
*/
public interface OperacionesEmpleado {
public String agregarEmpleado(Object obj);
public String modificarEmpleado(Object obj);
public String eliminarEmpleado(Object obj);
public List llenarComboBox();
publ... | UTF-8 | Java | 351 | java | OperacionesEmpleado.java | Java | [
{
"context": ";\r\n\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author Luis Martinez\r\n */\r\npublic interface OperacionesEmpleado {\r\n ",
"end": 83,
"score": 0.9996989369392395,
"start": 70,
"tag": "NAME",
"value": "Luis Martinez"
}
] | null | [] | package controlador;
import java.util.List;
/**
*
* @author <NAME>
*/
public interface OperacionesEmpleado {
public String agregarEmpleado(Object obj);
public String modificarEmpleado(Object obj);
public String eliminarEmpleado(Object obj);
public List llenarComboBox();
public List... | 344 | 0.706553 | 0.706553 | 15 | 21.4 | 18.132109 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 15 |
7e06682305ae7acd832c85fe7eb1f9b5614d499e | 26,448,408,677,236 | e9fd48a4bcbd356e6da42263959ea2f72c08f554 | /LibGdx-Core/src/main/java/libgdx/gui/dungeon/panels/dc/topleft/atb/AtbViewManager.java | ef649345d3b5660f316d21d1a760ac4f7d664cbb | [] | no_license | IDemiurge/Eidolons | https://github.com/IDemiurge/Eidolons | 453e74ab31cfdd12749cffddab0f7c2ff8e1b0d5 | 95398e80e18fbf566a5172c8e6343f38524fc7ec | refs/heads/dev | 2023-09-01T03:15:22.424000 | 2023-08-27T21:13:12 | 2023-08-27T21:13:12 | 71,926,671 | 6 | 0 | null | false | 2023-08-25T16:11:05 | 2016-10-25T18:25:50 | 2021-10-27T17:14:14 | 2023-08-25T16:11:05 | 66,676 | 9 | 0 | 17 | Java | false | false | package libgdx.gui.dungeon.panels.dc.topleft.atb;
import libgdx.anims.actions.ActionMasterGdx;
import libgdx.bf.generic.ImageContainer;
import libgdx.bf.grid.cell.QueueView;
import main.content.enums.GenericEnums;
import main.data.filesys.PathFinder;
import main.system.GuiEventManager;
import main.system.GuiEventType;... | UTF-8 | Java | 6,284 | java | AtbViewManager.java | Java | [] | null | [] | package libgdx.gui.dungeon.panels.dc.topleft.atb;
import libgdx.anims.actions.ActionMasterGdx;
import libgdx.bf.generic.ImageContainer;
import libgdx.bf.grid.cell.QueueView;
import main.content.enums.GenericEnums;
import main.data.filesys.PathFinder;
import main.system.GuiEventManager;
import main.system.GuiEventType;... | 6,284 | 0.52021 | 0.51464 | 180 | 33.91111 | 27.868797 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544444 | false | false | 15 |
b313f78c1d39d4f2fc5f0b8b0a206e887b2f5e1d | 1,331,439,921,549 | 3e8014f34629518f9339c0e0285b81d867a1edbf | /src/main/java/com/net4w/proxy/dynamic/jdk/ITeacherDao.java | 7717cd2d379e5712ad65bb311631fbff0fb244e5 | [] | no_license | WangPingChun/design-pattern | https://github.com/WangPingChun/design-pattern | d250b0d06f0935b52d58c8104614a187271a4bb4 | cce3fd19ed86375e0139e92d6cd6c499882ec080 | refs/heads/master | 2023-08-14T18:59:31.400000 | 2020-05-23T15:32:03 | 2020-05-23T15:32:03 | 261,672,023 | 0 | 0 | null | false | 2023-07-23T15:15:50 | 2020-05-06T06:31:50 | 2020-05-23T16:00:18 | 2023-07-23T15:15:50 | 119 | 0 | 0 | 2 | Java | false | false | package com.net4w.proxy.dynamic.jdk;
/**
* @author WangPingChun
*/
public interface ITeacherDao {
void teach();
}
| UTF-8 | Java | 121 | java | ITeacherDao.java | Java | [
{
"context": "ckage com.net4w.proxy.dynamic.jdk;\n\n/**\n * @author WangPingChun\n */\npublic interface ITeacherDao {\n void teach",
"end": 65,
"score": 0.9996819496154785,
"start": 53,
"tag": "NAME",
"value": "WangPingChun"
}
] | null | [] | package com.net4w.proxy.dynamic.jdk;
/**
* @author WangPingChun
*/
public interface ITeacherDao {
void teach();
}
| 121 | 0.68595 | 0.677686 | 8 | 14.125 | 13.401842 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
6a5e8a0f2a8b2bd0f546de8d6f0b00e8981df417 | 15,753,940,062,578 | 3879d8b2734179ddca0b5484c54ac0fb12ed73e6 | /src/main/java/com/jithin/ecommerce/services/CategoryService.java | 0ee2baca9ba1121550ce49885d8a947c6f48515c | [] | no_license | jithin0000/springecommmysql | https://github.com/jithin0000/springecommmysql | a5cfc3c6c7489ab33c9cad2fce0e0896d0cfcdaa | e93e34c3ea3754b986d3e6eb0f5721c01debc1d0 | refs/heads/master | 2020-12-18T20:49:58.363000 | 2020-01-29T06:35:42 | 2020-01-29T06:35:42 | 235,516,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jithin.ecommerce.services;
import com.jithin.ecommerce.exception.CategoryNotFoundException;
import com.jithin.ecommerce.model.Category;
import com.jithin.ecommerce.repository.CategoryRepository;
import com.sun.xml.bind.v2.model.core.ID;
import org.springframework.data.domain.Page;
import org.springframewor... | UTF-8 | Java | 1,482 | java | CategoryService.java | Java | [] | null | [] | package com.jithin.ecommerce.services;
import com.jithin.ecommerce.exception.CategoryNotFoundException;
import com.jithin.ecommerce.model.Category;
import com.jithin.ecommerce.repository.CategoryRepository;
import com.sun.xml.bind.v2.model.core.ID;
import org.springframework.data.domain.Page;
import org.springframewor... | 1,482 | 0.720648 | 0.719973 | 47 | 30.531916 | 30.617649 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 15 |
5999455a2e98edd9a2a11082f19c26b72b425c2b | 8,083,128,472,044 | e5b596bede1896d4b73b05422233921fce2985b3 | /2xg Server/src/server/model/players/packets/ItemClick3.java | 8decf7971d9a27b30a1ff97414cc854230c4f62b | [] | no_license | Monsterray/2xG-Server | https://github.com/Monsterray/2xG-Server | 2d8857507bc2f1b4d42639f96d1fd9b24045197e | 9b82c8340bdc99848dece3c64064379289e98866 | refs/heads/master | 2021-01-20T08:07:35.985000 | 2017-05-03T02:57:20 | 2017-05-03T02:57:20 | 90,101,451 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.model.players.packets;
import server.Config;
import server.model.players.Client;
import server.model.players.PacketType;
import server.model.players.skills.RuneCraft;
import server.util.Misc;
/**
* Item Click 3 Or Alternative Item Option 1
*
* @author
*
* Proper Streams
*/
publ... | UTF-8 | Java | 8,754 | java | ItemClick3.java | Java | [] | null | [] | package server.model.players.packets;
import server.Config;
import server.model.players.Client;
import server.model.players.PacketType;
import server.model.players.skills.RuneCraft;
import server.util.Misc;
/**
* Item Click 3 Or Alternative Item Option 1
*
* @author
*
* Proper Streams
*/
publ... | 8,754 | 0.552547 | 0.425977 | 473 | 16.507401 | 17.789124 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.38055 | false | false | 15 |
6ebf63b082c5a8bedc6d5cb0023aadcc17219a1e | 2,740,189,151,293 | 90c490b98938c65293e14bd062883efc32db3dac | /src/com/genericLib/ExcelLib.java | 24430dd93a1ca9101162bf1b7aae4511fa7ff88e | [] | no_license | pratikpadhi/Page_Object_Model | https://github.com/pratikpadhi/Page_Object_Model | c88d21ab4524edb88492fa35511970c4770e8e39 | f69226104bf929786b3e935d3d9f12fc67284671 | refs/heads/master | 2022-11-23T02:57:30.627000 | 2020-07-24T07:00:46 | 2020-07-24T07:00:46 | 282,062,162 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.genericLib;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.EncryptedDocumentException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
imp... | UTF-8 | Java | 2,699 | java | ExcelLib.java | Java | [] | null | [] | package com.genericLib;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.EncryptedDocumentException;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
imp... | 2,699 | 0.789552 | 0.788811 | 72 | 36.486111 | 37.352299 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.375 | false | false | 15 |
b47a39ea559900ade9e65a783d32fe520d0e74e1 | 35,321,811,044,413 | f3d5cb18439cdf4ed117f3bbc80766e7ac9cd04c | /src/dao/StudentDao.java | 321cace87df66ae311d973cf3c7b5991e940c521 | [] | no_license | painye/webtest | https://github.com/painye/webtest | 55c433f752779ab86f52bbb274c3cc2bedfb0189 | 376f7308e871464f97579dda1c7a13c3fe20decd | refs/heads/master | 2023-02-22T20:49:22.189000 | 2021-01-24T07:30:47 | 2021-01-24T07:30:47 | 332,344,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import entity.Student;
import util.JdbcUtil;
/**
* 该类实现了对jdbc底层的调用,数据库和数据之间的交换修改
*/
public class StudentDao {
/**
*该方法实现了往数据库中的student表中插入新的数据
* @param
* @return
*/
public static void main (String[] args ){
boolean flag = false;
Student stu=new Student();
stu.se... | UTF-8 | Java | 1,694 | java | StudentDao.java | Java | [
{
"context": ");\n stu.setSno(\"201215161\");\n stu.setSname(\"何肖钢\");\n stu.setSsex(\"女\");\n stu.setSdept(\"SD\");\n",
"end": 360,
"score": 0.9998232126235962,
"start": 357,
"tag": "NAME",
"value": "何肖钢"
}
] | null | [] | package dao;
import entity.Student;
import util.JdbcUtil;
/**
* 该类实现了对jdbc底层的调用,数据库和数据之间的交换修改
*/
public class StudentDao {
/**
*该方法实现了往数据库中的student表中插入新的数据
* @param
* @return
*/
public static void main (String[] args ){
boolean flag = false;
Student stu=new Student();
stu.se... | 1,694 | 0.507519 | 0.50188 | 65 | 23.553846 | 17.120417 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
dcbbb01fbd7bfc2c7825bb7213f05b7e591b8285 | 35,278,861,372,899 | 8e3510add39cd77b8637df27ae977bc3b8182694 | /product-service/src/main/java/com/wetorek/cloud/productservice/repository/wrapper/CatalogClientWrapper.java | 234aa4edd8794ccf51cf439aff2fe611ae7c49c4 | [] | no_license | wetorek/microservices-inventory-application | https://github.com/wetorek/microservices-inventory-application | 07f1c0d7ff450e4f235bc4784818e80bc30f46cd | b79a6498f75cf4b13a386ee862bf16c11261634d | refs/heads/master | 2023-06-23T22:29:42.248000 | 2021-07-24T13:14:37 | 2021-07-24T13:14:37 | 389,103,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wetorek.cloud.productservice.repository.wrapper;
import com.wetorek.cloud.productservice.domain.Product;
import com.wetorek.cloud.productservice.repository.CatalogFeignClient;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.Op... | UTF-8 | Java | 752 | java | CatalogClientWrapper.java | Java | [] | null | [] | package com.wetorek.cloud.productservice.repository.wrapper;
import com.wetorek.cloud.productservice.domain.Product;
import com.wetorek.cloud.productservice.repository.CatalogFeignClient;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.Op... | 752 | 0.784574 | 0.784574 | 24 | 30.333334 | 25.175495 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 15 |
f065171ee42c94f7923ed0cd36f0284a1d3b7005 | 10,196,252,423,140 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/convertSwitchToIf/beforeConcatInLabel.java | 8adb55febd3afd274a31798f5deac5d2547fe38b | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | // "Replace 'switch' with 'if'" "true-preview"
class Test {
void test(String str) {
<caret>switch (str) {
case "foo" + "bar":
}
}
} | UTF-8 | Java | 149 | java | beforeConcatInLabel.java | Java | [] | null | [] | // "Replace 'switch' with 'if'" "true-preview"
class Test {
void test(String str) {
<caret>switch (str) {
case "foo" + "bar":
}
}
} | 149 | 0.536913 | 0.536913 | 8 | 17.75 | 14.35923 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 15 |
ae796d22c2dbe19fcd1a3bfc2c3c95d39400a6d9 | 18,889,266,226,979 | 3d6d1b916a7398eba3605210dab56e72f1bf4dd4 | /Step02_DataType/src/test/main/MainClass02.java | 64fffee00cb019f33da9958862b95e3620619acd | [] | no_license | guswl09/hello2 | https://github.com/guswl09/hello2 | 9be5078160683dfd483db085b67471f77291d8c3 | 891aea93aec04b324db168c7b2d3e9d325e1474f | refs/heads/master | 2022-09-07T18:16:24.197000 | 2020-05-28T00:54:39 | 2020-05-28T00:54:39 | 267,468,582 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.main;
public class MainClass02 {
public static void main(String[] args) {
//국어점수
int kor=95;
//영어점수
int eng=100;
//국어점수와 영어점수의 평균을 구해서 변수에 담고 그 결과를 콘솔창에 출력해 보세요.
//int type과 double type을 연산하면 결과는 double type이다.
double avg=(kor+eng)/2.0d;
System.out.println("평균:"+avg);
}
}
| UTF-8 | Java | 420 | java | MainClass02.java | Java | [] | null | [] | package test.main;
public class MainClass02 {
public static void main(String[] args) {
//국어점수
int kor=95;
//영어점수
int eng=100;
//국어점수와 영어점수의 평균을 구해서 변수에 담고 그 결과를 콘솔창에 출력해 보세요.
//int type과 double type을 연산하면 결과는 double type이다.
double avg=(kor+eng)/2.0d;
System.out.println("평균:"+avg);
}
}
| 420 | 0.662338 | 0.633117 | 15 | 19.533333 | 16.867588 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 15 |
ed95f5e2407221c6b7fc6e106c012046104325f4 | 28,810,640,683,159 | ca1279ef15657c681201e5e7d59fdd99b4a9dbbe | /Chapter 3/Invoice/src/invoice/InvoiceTest.java | 345eca0666ae9a5e0a6abd3900f149f73614e62b | [] | no_license | jwiley0320/Java-How-to-Program-10th-Edition | https://github.com/jwiley0320/Java-How-to-Program-10th-Edition | 893e30d0915fdd2b74c4ddf3e98dad8e82543514 | d0cbba7a6dd3e4bb29d87df43ab86d2172fa4212 | refs/heads/master | 2020-11-26T17:34:28.688000 | 2020-01-13T02:45:46 | 2020-01-13T02:45:46 | 229,157,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package invoice;
/*
* Jason Matthew Wiley
* 12/14/2019
* Invoice Application
*
* Create a class called Invoice that a hardware store might use to represent an invoice
* for an item sold at the store. An Invoice should include four pieces of information as
* instance variables—a part number (type Str... | WINDOWS-1252 | Java | 1,763 | java | InvoiceTest.java | Java | [
{
"context": "package invoice;\r\n\r\n/*\r\n * Jason Matthew Wiley\r\n * 12/14/2019\r\n * Invoice Application\r\n * \r\n * C",
"end": 46,
"score": 0.999237060546875,
"start": 27,
"tag": "NAME",
"value": "Jason Matthew Wiley"
}
] | null | [] | package invoice;
/*
* <NAME>
* 12/14/2019
* Invoice Application
*
* Create a class called Invoice that a hardware store might use to represent an invoice
* for an item sold at the store. An Invoice should include four pieces of information as
* instance variables—a part number (type String), a part ... | 1,750 | 0.718022 | 0.704946 | 38 | 44.342106 | 34.615387 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.289474 | false | false | 15 |
d4e797c0c48ea2c07e4ebbb6b06f6000a4ee3e95 | 34,720,515,632,351 | aaec7c460dc9117913b3911e2dd10783c431cf57 | /src/main/java/com/dogus/Students.java | e37173a73a4861f053d33c984aca24c895774987 | [] | no_license | dogusakbulut/hello-world | https://github.com/dogusakbulut/hello-world | 367eef3f6a89d2d02c729ab05835c981bfe50710 | 760189f9f83340584ef9aed244f0924861235dc6 | refs/heads/master | 2016-08-11T10:26:02.493000 | 2016-03-06T11:12:17 | 2016-03-06T11:12:17 | 53,225,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dogus;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
@ManagedBean(name = "students")
@ViewScoped
public class Students {
private List<S... | UTF-8 | Java | 1,606 | java | Students.java | Java | [
{
"context": "\n\tvoid init() {\r\n\r\n\t\tstudentList.add(new Student(\"Ali\", \"100\", \"1A\"));\r\n\t\tstudentList.add(new Student(\"",
"end": 434,
"score": 0.9998254179954529,
"start": 431,
"tag": "NAME",
"value": "Ali"
},
{
"context": "\", \"100\", \"1A\"));\r\n\t\tstudentList.a... | null | [] | package com.dogus;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
@ManagedBean(name = "students")
@ViewScoped
public class Students {
private List<S... | 1,606 | 0.658567 | 0.633645 | 57 | 26.157894 | 21.143444 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.017544 | false | false | 15 |
38ad1ea0aa8824376872742e997324fe9d36dd7a | 19,859,928,793,849 | 504a249a66d8e306f69e4ef029f48c1c6e16a64d | /src/main/java/com/creditease/crawler/models/FileAttachment.java | 55d98af2bbb50053928aeffc672ea4c4d3d2b74c | [] | no_license | iwbrhwfy/crawler | https://github.com/iwbrhwfy/crawler | 507afbc3733c7639bca6c644ce0d6cc1de1f8f51 | 0fad2248b1245e15bc9c5630c5f25427eddcc92b | refs/heads/master | 2020-02-25T02:26:57.447000 | 2017-06-12T09:53:54 | 2017-06-12T09:53:54 | 100,353,017 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.creditease.crawler.models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import lombok.Data;
/**
* Created by kenshin on 2017/6/1.
*/
@Data
@Entity
@Table(name = "file_attachment")
public class FileAttachment extends BasicModel {
@Column(name = ... | UTF-8 | Java | 463 | java | FileAttachment.java | Java | [
{
"context": "nce.Table;\n\nimport lombok.Data;\n\n/**\n * Created by kenshin on 2017/6/1.\n */\n\n@Data\n@Entity\n@Table(name = \"fi",
"end": 185,
"score": 0.9997109174728394,
"start": 178,
"tag": "USERNAME",
"value": "kenshin"
}
] | null | [] | package com.creditease.crawler.models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import lombok.Data;
/**
* Created by kenshin on 2017/6/1.
*/
@Data
@Entity
@Table(name = "file_attachment")
public class FileAttachment extends BasicModel {
@Column(name = ... | 463 | 0.732181 | 0.719222 | 23 | 19.130434 | 18.538572 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 15 |
731498ec437d267ab0871821beccc35ab74b0013 | 16,612,933,529,742 | 61c1e22a047e000b8ce35d67b8593f0d672fb801 | /3-collections/src/main/java/com/cooksys/ftd/assignments/collections/hierarchy/DoubleGen.java | 2b7fba2480179fc1834373d7a8a158f99005ef4d | [] | no_license | DanielVorn/combined-assignments | https://github.com/DanielVorn/combined-assignments | cdc5281c4153f013d9dba66ca82c198bbc0c1b8f | 58d9bff01eb951bfdd6b9f103be7bdaf81c600ae | refs/heads/master | 2019-04-28T10:24:13.319000 | 2017-02-27T21:36:51 | 2017-02-27T21:36:51 | 82,582,634 | 0 | 0 | null | true | 2017-02-20T17:12:00 | 2017-02-20T17:11:59 | 2016-10-06T22:04:35 | 2016-10-28T14:45:56 | 73 | 0 | 0 | 0 | null | null | null | package com.cooksys.ftd.assignments.collections.hierarchy;
import java.util.HashMap;
import java.util.HashSet;
public class DoubleGen {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 235 | java | DoubleGen.java | Java | [] | null | [] | package com.cooksys.ftd.assignments.collections.hierarchy;
import java.util.HashMap;
import java.util.HashSet;
public class DoubleGen {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| 235 | 0.723404 | 0.723404 | 17 | 12.823529 | 17.800316 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 15 |
0563da3de444b8a1abb57073603e084ff2aee109 | 31,722,628,475,415 | 327c773734638dc62779b7a36e61d94b458ef2a4 | /JAVA AVANZADO/05. Manejo de cadenas en Java/01. Convertir a cadena en Java/src/ensayo2/Ensayo2.java | 9ca57793d0d7299f453b2ee868267cce777848b7 | [] | no_license | LuissMontoya/JavaCourse | https://github.com/LuissMontoya/JavaCourse | dfe852677185714257d3a550134857df2c643685 | c1becfeb0cc50aa31f05171406ebfbc2fd399e98 | refs/heads/master | 2021-01-18T18:34:30.455000 | 2017-02-27T22:07:30 | 2017-02-27T22:07:30 | 86,863,588 | 3 | 0 | null | true | 2017-03-31T22:01:08 | 2017-03-31T22:01:08 | 2017-02-27T22:08:39 | 2017-02-27T22:08:35 | 16,513 | 0 | 0 | 0 | null | null | null | package ensayo2;
public class Ensayo2 {
public static void main(String[] args) {
int numero=10;
String cadena= String.valueOf(numero);//se obtiene el valor de un numero en una cadena
float flotante=10.50f;
String cadenaf=String.valueOf(flotante);
double dob... | UTF-8 | Java | 756 | java | Ensayo2.java | Java | [] | null | [] | package ensayo2;
public class Ensayo2 {
public static void main(String[] args) {
int numero=10;
String cadena= String.valueOf(numero);//se obtiene el valor de un numero en una cadena
float flotante=10.50f;
String cadenaf=String.valueOf(flotante);
double dob... | 756 | 0.600529 | 0.575397 | 26 | 28.076923 | 20.08429 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 15 |
1df75097b7a744787bf3fb530715b94997b81145 | 31,722,628,475,885 | 99ce47ac986abe53937f21a98d2c0063a94d66c1 | /e-Junit/src/main/java/org/ehais/model/iwshop/ProductsInfoEntity.java | dac42af467d9bdeb3117dccb29825a1f548d4f79 | [] | no_license | lgj628/ehais | https://github.com/lgj628/ehais | e8bd5a5bd97577d37dc7b2535829dce6a2171827 | 4a080c96734bde907e1f74c729780490b948a9eb | refs/heads/master | 2018-09-09T23:58:44.999000 | 2018-09-08T03:39:04 | 2018-09-08T03:39:04 | 42,165,960 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ehais.model.iwshop;
import java.util.List;
public class ProductsInfoEntity {
private ProductsInfoWithBLOBs productInfo;
private List<ProductImages> listProductImages;
public ProductsInfoWithBLOBs getProductInfo() {
return productInfo;
}
public void setProductInfo(ProductsInfoWithBL... | UTF-8 | Java | 608 | java | ProductsInfoEntity.java | Java | [] | null | [] | package org.ehais.model.iwshop;
import java.util.List;
public class ProductsInfoEntity {
private ProductsInfoWithBLOBs productInfo;
private List<ProductImages> listProductImages;
public ProductsInfoWithBLOBs getProductInfo() {
return productInfo;
}
public void setProductInfo(ProductsInfoWithBL... | 608 | 0.758224 | 0.758224 | 28 | 19.714285 | 22.829895 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.035714 | false | false | 15 |
784a13bd8b60101f11263192b3491614c6ad9a59 | 10,101,763,102,879 | ebba21325a75775d28bd46f0474150bd31e17523 | /src/main/java/club/vann/moods/base/BaseDao.java | e750732196e66ef14ef6bc6ae07443037c714c7b | [] | no_license | He1senber9/moods | https://github.com/He1senber9/moods | 7fbcbd867165ae6c19c65832c8304d77d0bd3613 | 13c82a8616781c4a5a895e6ed94e6f2f98148067 | refs/heads/master | 2021-08-27T22:11:23.838000 | 2017-12-10T13:50:15 | 2017-12-10T13:50:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C), 2015-2017
* FileName: BaseDao
* Author: fanyun
* Date: 2017/12/7 20:16
* Description:
*/
package club.vann.moods.base;
import club.vann.springframework.db.DruidDataPool;
import java.sql.Connection;
import java.sql.SQLException;
/**
*
*
* @author fanyun
* @create 2017/12/7
* @sin... | UTF-8 | Java | 471 | java | BaseDao.java | Java | [
{
"context": "t (C), 2015-2017\n * FileName: BaseDao\n * Author: fanyun\n * Date: 2017/12/7 20:16\n * Description:\n */\n",
"end": 72,
"score": 0.9989188313484192,
"start": 66,
"tag": "USERNAME",
"value": "fanyun"
},
{
"context": "mport java.sql.SQLException;\n\n/**\n *\n *\n *... | null | [] | /**
* Copyright (C), 2015-2017
* FileName: BaseDao
* Author: fanyun
* Date: 2017/12/7 20:16
* Description:
*/
package club.vann.moods.base;
import club.vann.springframework.db.DruidDataPool;
import java.sql.Connection;
import java.sql.SQLException;
/**
*
*
* @author fanyun
* @create 2017/12/7
* @sin... | 471 | 0.673036 | 0.611465 | 27 | 16.444445 | 16.196327 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 15 |
a43be66aa6e1a49705165d749ffd6a33c78cd726 | 10,608,569,225,753 | a9b48b059e7ae01947d6e5deffc50edc38182335 | /FestFinder/src/com/de/client/view/MenuView.java | 290fb972357f25d42870472741ab3ffe902bde9f | [] | no_license | JohannaSchmidt/FestivalFinder | https://github.com/JohannaSchmidt/FestivalFinder | cc933c638089468e4f20b290809141c2c27bae40 | a6e338dc1ab65e7bf7132c50e6f5d76e29edd958 | refs/heads/master | 2020-06-03T07:54:40.802000 | 2014-07-06T18:16:17 | 2014-07-06T18:16:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.de.client.view;
import com.de.client.presenter.MenuPresenter;
import com.de.shared.User;
import com.google.gwt.dom.client.Style.Cursor;
import com.google.gwt.event.dom.client.HasClickHandlers;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.go... | UTF-8 | Java | 4,457 | java | MenuView.java | Java | [] | null | [] | package com.de.client.view;
import com.de.client.presenter.MenuPresenter;
import com.de.shared.User;
import com.google.gwt.dom.client.Style.Cursor;
import com.google.gwt.event.dom.client.HasClickHandlers;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.go... | 4,457 | 0.710792 | 0.710792 | 159 | 26.044025 | 21.012829 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.119497 | false | false | 15 |
cf30ed604b67a9cf92cd8822d8cf273e2439c870 | 4,209,067,972,930 | 6022a8314660efd8838975aa8c6413b08cecf829 | /FeiPhoneInfo/src/com/njnu/kai/feiphoneinfo/DetailTaskActivity.java | 7f831d40445ecf7928d83641b9171a3ced0e984c | [] | no_license | qianhk/FeiAndroid | https://github.com/qianhk/FeiAndroid | 504c9fa457d9ca48171313ca9a330b96d514817a | 82d4806114b1d8cea74ce136371938270f1d495e | refs/heads/master | 2023-08-03T04:33:57.848000 | 2023-07-21T15:21:18 | 2023-07-21T15:21:18 | 3,962,814 | 3 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njnu.kai.feiphoneinfo;
import java.lang.reflect.Method;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
impor... | UTF-8 | Java | 2,953 | java | DetailTaskActivity.java | Java | [] | null | [] | package com.njnu.kai.feiphoneinfo;
import java.lang.reflect.Method;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
impor... | 2,953 | 0.742265 | 0.741925 | 90 | 31.677778 | 25.676546 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.466667 | false | false | 15 |
bff378d884e80abb919613fc0c9c15c1995a4e3d | 4,209,067,972,668 | 1278fc14e3f254f9e102ff6811a9d3fb7a70dc85 | /src/main/java/org/normal/framework/controller/UserRoleController.java | 9a2c51fe85869ec85c338d2f603d5204df2b5cf3 | [
"MIT"
] | permissive | jianjustin/normal-initialize-project | https://github.com/jianjustin/normal-initialize-project | 5a4c913afb601cbea4f8cf3be8689176e4076be5 | e276c9b223bc01b83cfba67381c727f5d702600f | refs/heads/master | 2020-03-07T03:39:33.666000 | 2019-11-07T09:23:58 | 2019-11-07T09:23:58 | 127,242,805 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.normal.framework.controller;
import org.normal.framework.domain.UserRole;
import org.normal.framework.service.UserRoleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
i... | UTF-8 | Java | 1,332 | java | UserRoleController.java | Java | [] | null | [] | package org.normal.framework.controller;
import org.normal.framework.domain.UserRole;
import org.normal.framework.service.UserRoleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
i... | 1,332 | 0.737237 | 0.737237 | 41 | 31.487804 | 22.999599 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 15 |
8aec2fa75b8b191586776638f2a24288f9ada380 | 14,164,802,163,685 | ade44836a4d06eeb4529217c3d8a99a829e66bb2 | /src/main/java/edu/neu/cs5200/dao/PersonDao.java | 9c972399e0192476fb351048920b36d4abcf9f49 | [] | no_license | DanielZhangLing/cs5200-summer2018-zhang | https://github.com/DanielZhangLing/cs5200-summer2018-zhang | 226f54cf7013d2738f679dcc0b8049f05abcf0d9 | 8d2df367a570ed42ed85bb784987b2b19652ede9 | refs/heads/master | 2020-03-18T00:45:45.877000 | 2018-08-07T18:57:17 | 2018-08-07T18:57:17 | 134,111,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.neu.cs5200.dao;
import java.sql.Date;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import edu.neu.cs5200.models.Person;
public class PersonDao extends BaseDao {
private static PersonDao instance = null;
private PersonDao() {
}
pu... | UTF-8 | Java | 6,489 | java | PersonDao.java | Java | [
{
"context": " = rs.getString(\"lastName\");\n\t\t\t\tString password = rs.getString(\"password\");\n\t\t\t\tString username = rs.getString(\"",
"end": 2558,
"score": 0.992011547088623,
"start": 2546,
"tag": "PASSWORD",
"value": "rs.getString"
},
{
"context": "(\"lastName\");\n\t\t\t... | null | [] | package edu.neu.cs5200.dao;
import java.sql.Date;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import edu.neu.cs5200.models.Person;
public class PersonDao extends BaseDao {
private static PersonDao instance = null;
private PersonDao() {
}
pu... | 6,489 | 0.667283 | 0.657112 | 206 | 30.5 | 26.05162 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.300971 | false | false | 15 |
0c3a9a9aa4537d1877fdb465c6d18d394ba107fa | 21,337,397,545,706 | b19dcd301f4b266ebff0854dc142fc16653d4e6f | /java/Thmod/Cards/ItemCards/AbstractItemCards.java | e47562c52d9a20a5ea0cc6c9f763009c647c3252 | [] | no_license | HOYKJ/KomeijiMod | https://github.com/HOYKJ/KomeijiMod | fea7021ef13c4532001f4378635f67b3e84c8afc | 760e0c51b918e406ba659a9c8b173a7354c687f6 | refs/heads/master | 2021-10-29T01:33:45.187000 | 2021-10-21T13:34:21 | 2021-10-21T13:34:21 | 140,571,160 | 11 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Thmod.Cards.ItemCards;
import com.badlogic.gdx.graphics.Color;
import com.megacrit.cardcrawl.actions.common.ExhaustSpecificCardAction;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit... | UTF-8 | Java | 1,788 | java | AbstractItemCards.java | Java | [] | null | [] | package Thmod.Cards.ItemCards;
import com.badlogic.gdx.graphics.Color;
import com.megacrit.cardcrawl.actions.common.ExhaustSpecificCardAction;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit... | 1,788 | 0.733898 | 0.733333 | 46 | 37.47826 | 40.259884 | 218 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 15 |
2de0cf06be7ad3fb1e649ff14dde43bd0a375757 | 9,354,438,795,046 | 4878e22322c27d022324ce1ae6ee77defd8bff7b | /app/src/main/java/id/t12ue/kalimutu/helpers/Cons.java | c663795a8574941ab30c617b1eaac57df67f9312 | [] | no_license | Barcode36/KalimutuOutdoor | https://github.com/Barcode36/KalimutuOutdoor | 2d61b5585f842010523ee15689c75e1f81105bf8 | 1b2a34c4aaf1ac988f6d3ed77eae28e24594adf4 | refs/heads/master | 2023-07-04T21:23:14.596000 | 2021-08-25T19:22:19 | 2021-08-25T19:22:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.t12ue.kalimutu.helpers;
import java.text.NumberFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Random;
import java.util.TimeZone;
public class Cons {
public static String KEY_USER="... | UTF-8 | Java | 7,615 | java | Cons.java | Java | [
{
"context": "er:datePickerTimeline:0.0.4\", \"https://github.com/101Loop/DatePickerTimeline\"));\n list.add(new Credi",
"end": 3491,
"score": 0.9985472559928894,
"start": 3484,
"tag": "USERNAME",
"value": "101Loop"
},
{
"context": "tivex.rxjava2:rxjava:2.2.12\", \"https://git... | null | [] | package id.t12ue.kalimutu.helpers;
import java.text.NumberFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Random;
import java.util.TimeZone;
public class Cons {
public static String KEY_USER="... | 7,615 | 0.656336 | 0.64373 | 136 | 54.992645 | 47.05949 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.426471 | false | false | 15 |
08901dda2795c004a44ede8936aeb632407ba1eb | 17,798,344,484,289 | 308a854b343dc7243a89264df64600c63ce181ea | /src/main/java/com/nk/sp/MainClass.java | f752f3e87b95cdb773b56be0a65e1ebbc2599d40 | [] | no_license | nkarthikpsg/Spotify-Playlist | https://github.com/nkarthikpsg/Spotify-Playlist | e06ef8bc8b4133c01d53ba591a86aab1fa22291f | ab8a6f2f8ba7b1ab84b550777f548b0060e13467 | refs/heads/master | 2020-07-20T08:43:04.316000 | 2019-09-05T18:05:23 | 2019-09-05T18:05:23 | 206,610,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nk.sp;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import com.nk.sp.dto.TrackInfo;
import com.nk.sp.dto.Tracks;
import com.nk.sp.helper.SpotifyMatchStats;
import com.nk.sp.helper.Spo... | UTF-8 | Java | 3,372 | java | MainClass.java | Java | [
{
"context": "nDistance().getDistance(\"Thaana Serndha Kottam\", \"Thaana Serndha Koottam\"));\n // OutputStream outputStream =",
"end": 1977,
"score": 0.7010667324066162,
"start": 1955,
"tag": "NAME",
"value": "Thaana Serndha Koottam"
}
] | null | [] | package com.nk.sp;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import com.nk.sp.dto.TrackInfo;
import com.nk.sp.dto.Tracks;
import com.nk.sp.helper.SpotifyMatchStats;
import com.nk.sp.helper.Spo... | 3,356 | 0.534698 | 0.524614 | 93 | 35.258064 | 31.979799 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 13 |
4a48b0ffe69767f11227eabb5ee51b742feab171 | 14,654,428,424,910 | bd3205b3fb2305bb5143bf8da0705772f32a1cae | /src/main/java/edu/ilstu/reversecomplementapplication/controllers/ReverseComplementController.java | 937a60174f8b1a1ac4023c36a78d962495a94ffe | [] | no_license | CodingBash/ReverseComplementWebApplication | https://github.com/CodingBash/ReverseComplementWebApplication | 3f9473b0c1ae5eaba8dcc9f47aaa8d54e198b651 | 7393d5423e3474e04046c1c897f45a3c456f84f1 | refs/heads/master | 2021-01-10T18:21:01.780000 | 2016-03-27T03:05:50 | 2016-03-27T03:05:50 | 52,610,542 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ilstu.reversecomplementapplication.controllers;
import java.util.LinkedList;
import javax.servlet.http.HttpSession;
import org.biojava.nbio.core.exceptions.CompoundNotFoundException;
import org.biojava.nbio.core.sequence.DNASequence;
import org.biojava.nbio.core.sequence.RNASequence;
import org.... | UTF-8 | Java | 13,328 | java | ReverseComplementController.java | Java | [
{
"context": "erver logic in the index.jsp page\r\n * \r\n * @author Bash\r\n *\r\n */\r\n@Controller\r\npublic class ReverseComple",
"end": 1230,
"score": 0.980787992477417,
"start": 1226,
"tag": "NAME",
"value": "Bash"
}
] | null | [] | package edu.ilstu.reversecomplementapplication.controllers;
import java.util.LinkedList;
import javax.servlet.http.HttpSession;
import org.biojava.nbio.core.exceptions.CompoundNotFoundException;
import org.biojava.nbio.core.sequence.DNASequence;
import org.biojava.nbio.core.sequence.RNASequence;
import org.... | 13,328 | 0.720738 | 0.719988 | 420 | 29.733334 | 28.333227 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.935714 | false | false | 13 |
95dbcff0e058201adab13a6c95d5427c1c1c3766 | 29,102,698,409,781 | 1eda89849e760fbf54d7dc2facb85f74ee7d5bb8 | /src/codingQuestions/Insert5.java | 507f56c1df0b15f3fe18591c032571ec5ae25420 | [] | no_license | rrohitmaheshwari/JavaPractice | https://github.com/rrohitmaheshwari/JavaPractice | 8848007944c013585b5633e3ed55dd5dba740da0 | febfd40d966987f7505e24fc56cf5582cc9b5636 | refs/heads/master | 2022-06-16T15:50:08.303000 | 2022-05-31T03:46:32 | 2022-05-31T03:46:32 | 211,639,994 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codingQuestions;
public class Insert5 {
public static void main(String[] args) {
System.out.println(solution(268) + " " + solution2(268));
System.out.println(solution(670)+ " " + solution2(670));
System.out.println(solution(0)+ " " + solution2(0));
System.out.println(soluti... | UTF-8 | Java | 2,550 | java | Insert5.java | Java | [] | null | [] | package codingQuestions;
public class Insert5 {
public static void main(String[] args) {
System.out.println(solution(268) + " " + solution2(268));
System.out.println(solution(670)+ " " + solution2(670));
System.out.println(solution(0)+ " " + solution2(0));
System.out.println(soluti... | 2,550 | 0.44902 | 0.411373 | 98 | 25.020409 | 23.533728 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459184 | false | false | 13 |
000e762daec4af45cbf2e8248c2e644b238fe31e | 37,606,733,669,682 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /domioz-source/src/com/dominos/android/sdk/core/user/UserProfileManager$CreditCardErrorType.java | d0c67c8b9cd6399ab4cfcb165f254ff5e845b403 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.dominos.android.sdk.core.user;
public final class extends Enum
{
private static final GENERAL_CREDIT_CARD_ERROR $VALUES[];
... | UTF-8 | Java | 1,396 | java | UserProfileManager$CreditCardErrorType.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9995900392532349,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.dominos.android.sdk.core.user;
public final class extends Enum
{
private static final GENERAL_CREDIT_CARD_ERROR $VALUES[];
public s... | 1,386 | 0.666189 | 0.658309 | 42 | 32.238094 | 32.776886 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
09d1ed39efadbb09ca3539e25abce45c97a0a3d4 | 4,844,723,162,236 | ab04355250c5427a6b7cbe6cb72468b4c82ebd3e | /app/src/main/java/com/example/agileproject/ControlView/Contact.java | 5e0eb4ce959c44d2eb9e2cd48aaf333ece5b4871 | [] | no_license | eliajo/COBOL | https://github.com/eliajo/COBOL | 9ec5be195ad99ebc351c18e7c3331857be1162cd | 72b89b95b3784fbf5d4842a1f314f7943162bf54 | refs/heads/master | 2023-05-07T19:18:45.149000 | 2021-06-04T13:30:41 | 2021-06-04T13:30:41 | 351,075,258 | 0 | 0 | null | false | 2021-03-25T09:25:09 | 2021-03-24T12:41:10 | 2021-03-25T09:23:08 | 2021-03-25T09:25:08 | 0 | 0 | 0 | 0 | null | false | false | package com.example.agileproject.ControlView;
import com.example.agileproject.Model.Storable;
/**
* Class for defining how to construct contacts in other classes.
*
* @author Elin Berthag, Alva Leufstedt, Klara Jakobsson
*/
public class Contact {
//A contact consist of a name and one or two ways of contact... | UTF-8 | Java | 1,151 | java | Contact.java | Java | [
{
"context": "onstruct contacts in other classes.\n *\n * @author Elin Berthag, Alva Leufstedt, Klara Jakobsson\n */\npublic class",
"end": 194,
"score": 0.999886155128479,
"start": 182,
"tag": "NAME",
"value": "Elin Berthag"
},
{
"context": "cts in other classes.\n *\n * @author E... | null | [] | package com.example.agileproject.ControlView;
import com.example.agileproject.Model.Storable;
/**
* Class for defining how to construct contacts in other classes.
*
* @author <NAME>, <NAME>, <NAME>
*/
public class Contact {
//A contact consist of a name and one or two ways of contact (phone number and/or e... | 1,128 | 0.636838 | 0.636838 | 37 | 30.108109 | 27.699921 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 13 |
a4cf2795fa77fe42ed7ab746f3834e51ccb59265 | 33,801,392,678,264 | 06aee53cc04adc5bd6bcda1e1e717957b24e4437 | /api/src/main/java/org/accula/api/handlers/GithubWebhookHandler.java | e687d3800e1ea9c2545f583c9f295e30e5250cd8 | [] | no_license | lapter57/accula | https://github.com/lapter57/accula | 9fb4cc62e21b4d3a7e73141a745b57ae40be8d9d | 5456ed9a8b5162933e7c8a121ea4d163f89385a7 | refs/heads/master | 2022-12-16T16:24:27.702000 | 2020-06-13T12:00:07 | 2020-06-13T12:00:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.accula.api.handlers;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.accula.api.code.CodeLoader;
import org.accula.api.code.FileFilter;
import org.accula.api.db.model.Clone;
import org.accula.api.db.model.Pull;
import org.accula.api.db.repo.CloneRepo;
import org.accula.a... | UTF-8 | Java | 3,916 | java | GithubWebhookHandler.java | Java | [
{
"context": "port reactor.util.function.Tuple2;\n\n/**\n * @author Anton Lamtev\n * @author Vadim Dyachkov\n */\n@Component\n@Slf4j\n@",
"end": 959,
"score": 0.999847412109375,
"start": 947,
"tag": "NAME",
"value": "Anton Lamtev"
},
{
"context": "on.Tuple2;\n\n/**\n * @author Anton ... | null | [] | package org.accula.api.handlers;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.accula.api.code.CodeLoader;
import org.accula.api.code.FileFilter;
import org.accula.api.db.model.Clone;
import org.accula.api.db.model.Pull;
import org.accula.api.db.repo.CloneRepo;
import org.accula.a... | 3,902 | 0.667007 | 0.66522 | 100 | 38.16 | 23.726238 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 13 |
f4fd4304775db8865aea2499ac8caad3a030071f | 11,381,663,403,590 | 28e58422f508f1932f175843926216c825d8e754 | /src/main/java/com/ace/springjdbcdemo/vo/PhoneResponse.java | 60ff4c9c6cf4527c31f9fcf3da56e02181f5c00f | [] | no_license | nilesh44/springjdbcdemo | https://github.com/nilesh44/springjdbcdemo | 0f351982efe7fbbedf9ac3232d4a89f90475df64 | 11cea69cef1051dbb5aae6bee06ba0b4ee6f930e | refs/heads/master | 2023-08-26T07:23:01.536000 | 2021-11-04T09:53:52 | 2021-11-04T09:53:52 | 418,478,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ace.springjdbcdemo.vo;
import java.sql.Timestamp;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Builder
@Data
@NoArgsConstructor
@AllArgsConstructor
public class PhoneResponse {
private String phoneId;
private String phoneNumber;
private... | UTF-8 | Java | 413 | java | PhoneResponse.java | Java | [] | null | [] | package com.ace.springjdbcdemo.vo;
import java.sql.Timestamp;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Builder
@Data
@NoArgsConstructor
@AllArgsConstructor
public class PhoneResponse {
private String phoneId;
private String phoneNumber;
private... | 413 | 0.830508 | 0.830508 | 20 | 19.65 | 12.475075 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 13 |
31f92b130b92805bf8971118a993ed5ddc8dc83d | 11,381,663,399,989 | 71a9ccce629c957bb22ef4504fe1413b102f678a | /src/main/java/me/minei/leetcode/problem/Q169.java | 41bdf54d9fe858bc7422d82879bb6b8c85643d7a | [] | no_license | lostars/leetcode-solution | https://github.com/lostars/leetcode-solution | 1f100666cba16926265879e112b9f6a1227eea43 | ca21e552fefcd1f949c8cf28a7697a291c013606 | refs/heads/master | 2023-03-27T03:58:50.200000 | 2021-03-23T07:10:01 | 2021-03-23T07:10:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.minei.leetcode.problem;
import java.util.Arrays;
/**
* https://leetcode.com/problems/majority-element/description/
*/
public class Q169 {
public static void main(String[] args) {
System.out.println(new Q169().majorityElement2(new int[]{6,5,5,5,6,6,6}));
}
public int majorityElement2(... | UTF-8 | Java | 1,047 | java | Q169.java | Java | [] | null | [] | package me.minei.leetcode.problem;
import java.util.Arrays;
/**
* https://leetcode.com/problems/majority-element/description/
*/
public class Q169 {
public static void main(String[] args) {
System.out.println(new Q169().majorityElement2(new int[]{6,5,5,5,6,6,6}));
}
public int majorityElement2(... | 1,047 | 0.44868 | 0.426197 | 41 | 23.95122 | 18.195351 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 13 |
f4f983af03fb19744394fa81d3830e4f20009a8e | 970,662,670,962 | 4e81eaa4aebd17f743ff6d1c216070dfafbf1341 | /Dart/src/com/jetbrains/lang/dart/ide/generation/DartGenerateAccessorHandler.java | 97c195321b854ffee8d70ff2f34dd2039ff34ef4 | [
"Apache-2.0"
] | permissive | tivenwang/intellij-plugins | https://github.com/tivenwang/intellij-plugins | 18a64d36c34401712d5f3e7c7a731e929ea8038f | 58c6e77ec112c0cd8973531c2d02961e9d765461 | refs/heads/master | 2020-12-03T03:32:00.240000 | 2016-01-12T11:09:10 | 2016-01-12T11:11:20 | 49,498,940 | 2 | 0 | null | true | 2016-01-12T12:32:54 | 2016-01-12T12:32:53 | 2016-01-11T23:54:52 | 2016-01-12T12:00:42 | 286,247 | 0 | 0 | 0 | null | null | null | package com.jetbrains.lang.dart.ide.generation;
import com.intellij.openapi.util.Pair;
import com.jetbrains.lang.dart.DartComponentType;
import com.jetbrains.lang.dart.psi.DartClass;
import com.jetbrains.lang.dart.psi.DartComponent;
import com.jetbrains.lang.dart.util.DartResolveUtil;
import java.util.List;
import ja... | UTF-8 | Java | 1,692 | java | DartGenerateAccessorHandler.java | Java | [
{
"context": ".util.List;\nimport java.util.Map;\n\n/**\n * @author: Fedor.Korotkov\n */\npublic abstract class DartGenerateAccessorHan",
"end": 364,
"score": 0.9998172521591187,
"start": 350,
"tag": "NAME",
"value": "Fedor.Korotkov"
}
] | null | [] | package com.jetbrains.lang.dart.ide.generation;
import com.intellij.openapi.util.Pair;
import com.jetbrains.lang.dart.DartComponentType;
import com.jetbrains.lang.dart.psi.DartClass;
import com.jetbrains.lang.dart.psi.DartComponent;
import com.jetbrains.lang.dart.util.DartResolveUtil;
import java.util.List;
import ja... | 1,692 | 0.736407 | 0.736407 | 49 | 33.530613 | 34.037254 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
eea6d61dde4749fa7bb31720dd735c69300ce540 | 39,462,159,546,395 | 98c83d8da341764f4b343598f58705d198b047e7 | /src/main/java/infrastructure/maptoRevxProject/RevXProjectService.java | b79bf91ef7d039b9a41c5fb98f7d3a89b072c551 | [] | no_license | lorenzoMacca/Revx | https://github.com/lorenzoMacca/Revx | 74dee9fecfb603a67bb6ecb882a007c15bb81be6 | 1e6010ae82a4e28c2dccfca6b599fc10b4430531 | refs/heads/main | 2023-08-22T10:10:02.512000 | 2020-12-18T13:52:58 | 2020-12-18T13:52:58 | 322,607,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package infrastructure.maptoRevxProject;
import application.IRevXProjectService;
import domain.ProjectRoot;
import domain.RevXPackage;
import domain.RevXProject;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.stream.Stream;
public class RevXProjectService implemen... | UTF-8 | Java | 1,341 | java | RevXProjectService.java | Java | [] | null | [] | package infrastructure.maptoRevxProject;
import application.IRevXProjectService;
import domain.ProjectRoot;
import domain.RevXPackage;
import domain.RevXProject;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.stream.Stream;
public class RevXProjectService implemen... | 1,341 | 0.704698 | 0.704698 | 50 | 25.82 | 30.67161 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
ecc59ef0f80814eee23856860733222a6888c3c7 | 21,998,822,554,176 | e692465c4e59d0eae59ba10d828720d7c4d56ce7 | /src/main/java/com/jobori/kpmg/callenge/two/Huffman.java | f37fd0fd26159d661e7d65755391c4c6686f139a | [] | no_license | borijani/Challenge | https://github.com/borijani/Challenge | 951c1b9d8cc347040e94f49c3abd252c4e8975cb | 487864fe1eedfcf0624736a6a935274f08740f3f | refs/heads/master | 2021-01-10T14:19:28.028000 | 2016-02-24T12:26:09 | 2016-02-24T12:26:09 | 52,363,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jobori.kpmg.callenge.two;
import com.sun.javaws.exceptions.InvalidArgumentException;
import java.util.*;
import java.util.stream.Collectors;
/**
* Created by Janos on 24/02/2016.
*/
public class Huffman {
final static class Node {
private char character;
private int frequency;
... | UTF-8 | Java | 2,507 | java | Huffman.java | Java | [
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by Janos on 24/02/2016.\n */\npublic class Huffman {\n\n fi",
"end": 179,
"score": 0.9469033479690552,
"start": 174,
"tag": "NAME",
"value": "Janos"
}
] | null | [] | package com.jobori.kpmg.callenge.two;
import com.sun.javaws.exceptions.InvalidArgumentException;
import java.util.*;
import java.util.stream.Collectors;
/**
* Created by Janos on 24/02/2016.
*/
public class Huffman {
final static class Node {
private char character;
private int frequency;
... | 2,507 | 0.598325 | 0.588751 | 73 | 33.342464 | 36.737579 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767123 | false | false | 13 |
851e7558b55349956d86b407ae267a8889b76608 | 36,026,185,719,899 | 1c927849b4e25ec726bf29458b1c2483e9b42622 | /src/main/java/com/whosly/infra/exportx/metadata/api/IDataModel.java | db2829e2d296659a4b58369e125b92330f4893bd | [
"Apache-2.0"
] | permissive | yueny/exportx | https://github.com/yueny/exportx | 7419f1c176d47f7c1e13b4cece46b462d5c392f1 | d1fa53b5b792435ce9f3a37f4c9fd902f8155828 | refs/heads/main | 2023-01-27T16:04:51.518000 | 2020-12-10T15:23:37 | 2020-12-10T15:23:37 | 320,285,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whosly.infra.exportx.metadata.api;
/**
* 改类中的所有 field, 均会输出
*/
public interface IDataModel {
//.
}
| UTF-8 | Java | 138 | java | IDataModel.java | Java | [] | null | [] | package com.whosly.infra.exportx.metadata.api;
/**
* 改类中的所有 field, 均会输出
*/
public interface IDataModel {
//.
}
| 138 | 0.669492 | 0.669492 | 8 | 13.75 | 15.6265 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
8a35dc5b8072113b2262938f381742f24c9b8ea3 | 35,029,753,320,378 | 9a4980a3122937d498f68e6b3e7bcc8e03be8f38 | /OhmsLaw.java | 4f25bcc93155ecbe7f415d7ba3bdf7dfb3be2532 | [] | no_license | SebastianHoer/Units-Java | https://github.com/SebastianHoer/Units-Java | 9d466259ffa01bee24be96977a4f489d10d39e0b | 6952a6cde53f91f9cdac1992df413f55dfb293b5 | refs/heads/master | 2020-01-23T21:57:09.944000 | 2016-11-25T04:37:32 | 2016-11-25T04:37:32 | 74,725,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sebastianjhoer.ohmslawcal;
import android.util.Log;
import java.text.DecimalFormat;
/**
* Created by Sebastian on 4/4/2016.
*/
public class OhmsLaw {
//enum for units used mainly for working with user inputs and display not intended for calculation
public enum Units{
//Terra(1.0E12,'T'... | UTF-8 | Java | 8,959 | java | OhmsLaw.java | Java | [
{
"context": "package com.sebastianjhoer.ohmslawcal;\n\nimport android.util.Log;\n",
"end": 15,
"score": 0.5671133995056152,
"start": 14,
"tag": "USERNAME",
"value": "b"
},
{
"context": "import java.text.DecimalFormat;\n\n/**\n * Created by Sebastian on 4/4/2016.\n */\npublic class O... | null | [] | package com.sebastianjhoer.ohmslawcal;
import android.util.Log;
import java.text.DecimalFormat;
/**
* Created by Sebastian on 4/4/2016.
*/
public class OhmsLaw {
//enum for units used mainly for working with user inputs and display not intended for calculation
public enum Units{
//Terra(1.0E12,'T'... | 8,959 | 0.561781 | 0.546043 | 227 | 38.462555 | 35.329937 | 203 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.845815 | false | false | 13 |
74678eb91e688bbfd6bc007434bcb4acd8860dd8 | 35,012,573,451,572 | c874e3e876959960f9318f7adcde99c3ab951969 | /dynamitegc-service/src/main/java/com/dynamitegc/membership/business/GymnastDocumentRepository.java | 51787c935fac8bcbeb5b39ff60b8caefd01e1e61 | [] | no_license | AmericanConsultants/gsa-aeec-pool2-prototype | https://github.com/AmericanConsultants/gsa-aeec-pool2-prototype | 7eb86ba1776a2fa328f8a755a0d44447f1f456a4 | 5830565db59dafb8b4933ae0398344474bfceaf7 | refs/heads/master | 2021-01-22T04:41:51.184000 | 2015-07-07T16:49:22 | 2015-07-07T16:49:22 | 38,697,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dynamitegc.membership.business;
import java.util.List;
import org.springframework.data.solr.repository.Query;
import org.springframework.data.solr.repository.SolrCrudRepository;
/**
* Extend the SolrCrudRepository for our Gymnast.
* @author bsneade
*/
public interface GymnastDocumentRepository extends ... | UTF-8 | Java | 870 | java | GymnastDocumentRepository.java | Java | [
{
"context": "the SolrCrudRepository for our Gymnast.\n * @author bsneade\n */\npublic interface GymnastDocumentRepository ex",
"end": 264,
"score": 0.9995582699775696,
"start": 257,
"tag": "USERNAME",
"value": "bsneade"
}
] | null | [] | package com.dynamitegc.membership.business;
import java.util.List;
import org.springframework.data.solr.repository.Query;
import org.springframework.data.solr.repository.SolrCrudRepository;
/**
* Extend the SolrCrudRepository for our Gymnast.
* @author bsneade
*/
public interface GymnastDocumentRepository extends ... | 870 | 0.709195 | 0.7 | 24 | 35.25 | 43.651318 | 202 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
a3a6a48f846d268bca530d46fe848f9c8b93b9c6 | 38,946,763,481,677 | fd533c9d0fd4beb88630036075b1a7b85110a7e3 | /service/src/main/java/com/github/ankurpathak/api/security/service/CustomOidcUserService.java | 012b5d794ab1f194b507c137058af27bd693e511 | [] | no_license | yassinemoumenn/spring-session-test | https://github.com/yassinemoumenn/spring-session-test | 82a58a0810d743eb789855bb11001a4723520583 | fddb263a840916bbb9a92338c12d231fbd747e43 | refs/heads/master | 2023-04-14T19:02:38.934000 | 2019-10-31T19:31:48 | 2019-10-31T19:31:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.ankurpathak.api.security.service;
import com.github.ankurpathak.api.rest.controller.dto.ApiCode;
import com.github.ankurpathak.api.security.dto.CustomUserDetails;
import org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest;
import org.springframework.security.oauth2.client.oidc.... | UTF-8 | Java | 1,331 | java | CustomOidcUserService.java | Java | [
{
"context": "package com.github.ankurpathak.api.security.service;\n\n\nimport com.github.ankurpa",
"end": 30,
"score": 0.9988097548484802,
"start": 19,
"tag": "USERNAME",
"value": "ankurpathak"
},
{
"context": "rpathak.api.security.service;\n\n\nimport com.github.ankurpathak.api.res... | null | [] | package com.github.ankurpathak.api.security.service;
import com.github.ankurpathak.api.rest.controller.dto.ApiCode;
import com.github.ankurpathak.api.security.dto.CustomUserDetails;
import org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest;
import org.springframework.security.oauth2.client.oidc.... | 1,331 | 0.801653 | 0.788881 | 29 | 44.896553 | 38.869671 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 13 |
10397f9a90ec08356fbd5f94104d6fa437c6d537 | 14,207,751,839,355 | 43dc93a37ee2282ed736d1447ff1fe0841a1b3cb | /src/Action.java | 8ac86fac14b592fc0d6b60143fdaca2bea20d5ec | [] | no_license | clementserrano/SMANegociant | https://github.com/clementserrano/SMANegociant | 0f3b5e0f429a6f6e77b8ab20274fc3aebd594575 | 795592a6af9def14f3482d6bed63cfd088032e16 | refs/heads/master | 2020-04-16T14:26:12.832000 | 2019-02-05T16:05:20 | 2019-02-05T16:05:20 | 165,666,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public enum Action {
OFFRE,
VALIDER,
ACCEPT,
REFUSE,
CONTRE_OFFRE
}
| UTF-8 | Java | 88 | java | Action.java | Java | [] | null | [] | public enum Action {
OFFRE,
VALIDER,
ACCEPT,
REFUSE,
CONTRE_OFFRE
}
| 88 | 0.579545 | 0.579545 | 7 | 11.571428 | 5.421047 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
8b36bb07b995a5590d5f03fb01323493819b28a5 | 33,732,673,182,306 | 28ca521064deedc7d25ca7aa571d2b6cf3b86fa6 | /f3Ftimer/src/main/java/com/marktreble/f3ftimer/data/race/RaceDatabase.java | 5f4c38763085caf14ce13433533ab8480d1a3d00 | [
"MIT"
] | permissive | stephanherrig/f3f-timer | https://github.com/stephanherrig/f3f-timer | a3b3c2c9de59ec30f066dc170cc5e454ea72451b | faee1b2977e27f1178245a7291fd5c6ec850ed11 | refs/heads/master | 2020-05-23T02:09:56.655000 | 2019-09-19T17:32:13 | 2019-09-19T17:32:13 | 84,740,986 | 0 | 0 | null | true | 2017-03-12T16:43:05 | 2017-03-12T16:43:05 | 2016-09-26T11:35:57 | 2016-09-04T18:50:43 | 15,533 | 0 | 0 | 0 | null | null | null | package com.marktreble.f3ftimer.data.race;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class RaceDatabase extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "races.db";
... | UTF-8 | Java | 4,563 | java | RaceDatabase.java | Java | [
{
"context": "package com.marktreble.f3ftimer.data.race;\r\n\r\nimport android.content.Con",
"end": 22,
"score": 0.7307447195053101,
"start": 16,
"tag": "USERNAME",
"value": "treble"
}
] | null | [] | package com.marktreble.f3ftimer.data.race;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class RaceDatabase extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "races.db";
... | 4,563 | 0.602016 | 0.595222 | 149 | 28.624161 | 21.896484 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.436242 | false | false | 13 |
df418c8a2fff0e6ea498781e9be5188c37f955bc | 10,728,828,338,208 | e21471186568c67bb4aba1c6c3e7431b67f46df4 | /jhash/src/jhash/WorkIpv6.java | 68d30393237bffb3c78f01d225fb0dda2e504c89 | [] | no_license | MVIStank/jhash | https://github.com/MVIStank/jhash | 52383a3ec8dfa749b448205ebdc037648baa4250 | e454227565f43b9df9defeb09ddc9965f48a8942 | refs/heads/master | 2022-07-09T19:43:33.601000 | 2022-05-17T05:47:01 | 2022-05-17T05:47:01 | 132,978,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jhash;
import java.util.ArrayList;
import java.util.Iterator;
public class WorkIpv6 {
/*
ArrayList<String> ipv6 = new ArrayList<>();
ipv6.add("fe80");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("00... | UTF-8 | Java | 9,225 | java | WorkIpv6.java | Java | [] | null | [] | package jhash;
import java.util.ArrayList;
import java.util.Iterator;
public class WorkIpv6 {
/*
ArrayList<String> ipv6 = new ArrayList<>();
ipv6.add("fe80");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("0000");
ipv6.add("00... | 9,225 | 0.387642 | 0.368238 | 241 | 37.273857 | 19.299337 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659751 | false | false | 13 |
f5dba81a8c34ec0100fed81261c1d5ebe6dfe8f0 | 21,655,225,163,316 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_7da9dab0c99b831b8f5f597aa0cd0b0ac894712c/TimelineRenderer/4_7da9dab0c99b831b8f5f597aa0cd0b0ac894712c_TimelineRenderer_t.java | 2706ba7e467cd530206b0202c1ed1a1307042f8d | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*
* Copyright 2011-2013 PrimeFaces Extensions.
*
* 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 applic... | UTF-8 | Java | 8,118 | java | 4_7da9dab0c99b831b8f5f597aa0cd0b0ac894712c_TimelineRenderer_t.java | Java | [
{
"context": "erer;\n \n /**\n * TimelineRenderer\n *\n * @author Oleg Varaksin / last modified by $Author: $\n * @version $Revis",
"end": 1355,
"score": 0.9997566342353821,
"start": 1342,
"tag": "NAME",
"value": "Oleg Varaksin"
}
] | null | [] | /*
* Copyright 2011-2013 PrimeFaces Extensions.
*
* 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 applic... | 8,111 | 0.680217 | 0.67763 | 240 | 32.820835 | 27.926638 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.195833 | false | false | 13 |
2a2f83a6447d662d3b4313e58e34f40000179a45 | 12,618,613,954,105 | 69799c48f01c10cef4cf9abef4a8c4c4fc7c7d29 | /shaopenglai20181210/src/main/java/com/bawei/shaopenglai/presenter/IPresenterImpl.java | 6e0143e47e227fec4aaed54899ad104fa85e619b | [] | no_license | ShaoPengLai1/WeekWork | https://github.com/ShaoPengLai1/WeekWork | 421321f2eda0b834a80f10ae893e0427f8940381 | 06157f33642e8020ec665744f0be79f48e073f67 | refs/heads/master | 2020-04-10T20:29:14.336000 | 2018-12-11T03:04:14 | 2018-12-11T03:04:14 | 161,269,205 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bawei.shaopenglai.presenter;
import com.bawei.shaopenglai.bean.SignBean;
import com.bawei.shaopenglai.model.IModelImpl;
import com.bawei.shaopenglai.callback.MyCallBack;
import com.bawei.shaopenglai.view.IView;
import java.util.Map;
public class IPresenterImpl implements IPresenter{
private IView mI... | UTF-8 | Java | 1,252 | java | IPresenterImpl.java | Java | [] | null | [] | package com.bawei.shaopenglai.presenter;
import com.bawei.shaopenglai.bean.SignBean;
import com.bawei.shaopenglai.model.IModelImpl;
import com.bawei.shaopenglai.callback.MyCallBack;
import com.bawei.shaopenglai.view.IView;
import java.util.Map;
public class IPresenterImpl implements IPresenter{
private IView mI... | 1,252 | 0.604968 | 0.604968 | 47 | 25.553192 | 20.958733 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574468 | false | false | 13 |
8aca80ca47a4851c7e057e99cf58ff10ed54ee36 | 18,056,042,514,996 | 2263b6542c116f3e959d56ad15f2f3737eac63d4 | /src/main/java/com/dapidi/scheduler/converters/ResultSetToJobRun.java | 0e0008f25372cb61126de553ced98a9536343c0b | [] | no_license | leonj1/dapidi_scheduler | https://github.com/leonj1/dapidi_scheduler | f44f0ae14af033a99a97ff7241172ca917a55639 | 2ce767da3801707d69e4f8e8b1b0986034b300ea | refs/heads/master | 2021-01-21T11:39:33.246000 | 2017-10-25T11:05:19 | 2017-10-25T11:05:19 | 91,750,654 | 0 | 0 | null | false | 2017-05-27T21:35:07 | 2017-05-19T00:55:36 | 2017-05-19T00:55:51 | 2017-05-27T21:35:07 | 204 | 0 | 0 | 3 | Java | null | null | package com.dapidi.scheduler.converters;
import com.dapidi.scheduler.enums.JobInstanceState;
import com.dapidi.scheduler.enums.RunState;
import com.dapidi.scheduler.mappers.MyConverter;
import com.dapidi.scheduler.models.JobRun;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.ParseException;... | UTF-8 | Java | 1,362 | java | ResultSetToJobRun.java | Java | [
{
"context": " Created for K and M Consulting LLC.\n * Created by Jose M Leon 2017\n **/\npublic class ResultSetToJobRun implemen",
"end": 448,
"score": 0.9998839497566223,
"start": 437,
"tag": "NAME",
"value": "Jose M Leon"
}
] | null | [] | package com.dapidi.scheduler.converters;
import com.dapidi.scheduler.enums.JobInstanceState;
import com.dapidi.scheduler.enums.RunState;
import com.dapidi.scheduler.mappers.MyConverter;
import com.dapidi.scheduler.models.JobRun;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.ParseException;... | 1,357 | 0.666667 | 0.66373 | 44 | 29.954546 | 23.239811 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 13 |
6b0dbf37ed2585f7dbffc46b38527f51b2804e0d | 37,769,942,434,396 | 259d3473a47d109e5edbfdcc3b80b9087067de10 | /app/src/main/java/com/shanmukhagroup/shanmukha/DataAdapter.java | 9a5983205788e4585de7a6d6fd44477376a7aa86 | [] | no_license | mobile-android/Shanmukha | https://github.com/mobile-android/Shanmukha | be8b11d40d3f1d521ffeb9ad47940e39d2ff2dec | 2cec53efe1517125932ac32b9a88400eb9c2db3f | refs/heads/master | 2016-09-14T13:13:35.553000 | 2016-05-14T05:49:49 | 2016-05-14T05:49:49 | 58,791,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shanmukhagroup.shanmukha;
import android.content.ContentValues;
import android.content.Context;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
*/
public class DataAdapter {
Database database;
... | UTF-8 | Java | 3,970 | java | DataAdapter.java | Java | [] | null | [] | package com.shanmukhagroup.shanmukha;
import android.content.ContentValues;
import android.content.Context;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
*/
public class DataAdapter {
Database database;
... | 3,970 | 0.594962 | 0.592191 | 108 | 34.759258 | 26.075344 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87037 | false | false | 13 |
5eede19006557da8eb6e1dffebff1e75ff0fd5b8 | 39,049,842,658,245 | 70b9f3986062136b5926d0d68983b29292fd2f1a | /src/main/java/clasesDAOHibernateJPA/TareaDAOHibernateJPA.java | 8adc5b5776be7413df27807ec962277d6af8e9c4 | [] | no_license | cristian1706/Trillow | https://github.com/cristian1706/Trillow | 4bf8baad98982fb32e1d5ae68be316edb4989cfd | e09a9a253f80954bd4f5745f90863b83ea245985 | refs/heads/master | 2021-08-29T21:27:50.222000 | 2017-12-15T02:42:04 | 2017-12-15T02:42:04 | 109,896,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clasesDAOHibernateJPA;
import org.springframework.stereotype.Repository;
import clasesDAO.TareaDAO;
import model.Tarea;
@Repository
public class TareaDAOHibernateJPA extends GenericDAOHibernateJPA<Tarea> implements TareaDAO{
public TareaDAOHibernateJPA() {
super(Tarea.class);
// TODO Auto-generated con... | UTF-8 | Java | 340 | java | TareaDAOHibernateJPA.java | Java | [] | null | [] | package clasesDAOHibernateJPA;
import org.springframework.stereotype.Repository;
import clasesDAO.TareaDAO;
import model.Tarea;
@Repository
public class TareaDAOHibernateJPA extends GenericDAOHibernateJPA<Tarea> implements TareaDAO{
public TareaDAOHibernateJPA() {
super(Tarea.class);
// TODO Auto-generated con... | 340 | 0.814706 | 0.814706 | 16 | 20.25 | 24.383652 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 13 |
8f3801e203e5396bbf38b601290b2e0358581bda | 22,411,139,405,867 | b7038650a191894a345a5d8704a67d8b8478b265 | /poker/src/main/java/com/slt/poker/web/UserController.java | c97d5d76a9c3ad12fb6c33b9c994d3f74f5e0621 | [] | no_license | MfkOTT/texas-poker | https://github.com/MfkOTT/texas-poker | f774f4172e8d8140babcde0f8dbdc839b05deb09 | 0fde771d998221b55f5a321da60c8b0948c3fa27 | refs/heads/master | 2021-05-20T18:01:22.199000 | 2017-03-13T02:51:39 | 2017-03-13T04:23:36 | 84,775,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.slt.poker.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.... | UTF-8 | Java | 5,228 | java | UserController.java | Java | [] | null | [] | package com.slt.poker.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.... | 5,228 | 0.745215 | 0.741627 | 125 | 39.127998 | 34.548744 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52 | false | false | 13 |
f93683ab5987c5c0a225f8a7220ea2ba18719422 | 38,826,504,403,293 | c646d7a38ac6b3b50cf47eca3da41f18d7b3517b | /Redes/src/FileServer.java | 571fdd34211d573b6c318a5ab54e3493061ddbdb | [] | no_license | TheHaker117/Redes | https://github.com/TheHaker117/Redes | 160e08b3681dcf0823393b9f3e81de34d4fd3f79 | 3055a1e54bbdefba5f6e120e47deb851342daba3 | refs/heads/master | 2021-09-07T07:00:56.718000 | 2018-02-19T08:41:17 | 2018-02-19T08:41:17 | 122,035,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.file.Files;
import java.nio.file.Paths;
public class FileServer {
private ServerSoc... | UTF-8 | Java | 4,113 | java | FileServer.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.InputStreamReader;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.file.Files;
import java.nio.file.Paths;
public class FileServer {
private ServerSoc... | 4,113 | 0.630683 | 0.628252 | 176 | 21.369318 | 20.525898 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142045 | false | false | 13 |
f2513afa6b87fa92dac942a26262deaa78495b53 | 38,826,504,403,163 | 3c973dc62d05ab2cfe026b2167a42c5c343f06fe | /keineAhnungDu-master/rpg-model/java/com/sandbox/character/RpgCharacter.java | e0474a6b76b266341dc3ee3ac6d1904b8c78923b | [] | no_license | kuroServamp/KeineAhnungDu | https://github.com/kuroServamp/KeineAhnungDu | e71a0959f40a31031fdd9c0ea5ec7087c67069e1 | 77fff61e5072c31733947d145249a14db8abeee9 | refs/heads/master | 2020-02-21T00:39:00.934000 | 2018-04-14T15:12:17 | 2018-04-14T15:12:17 | 126,470,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sandbox.character;
import com.sandbox.character.description.Gender;
import com.sandbox.character.description.Job;
import com.sandbox.character.description.Race;
import com.sandbox.character.inventory.Inventory;
/**
* Grundlegende Klasse für einen Character in diesem RPG
*
* @author Kuro... | UTF-8 | Java | 1,449 | java | RpgCharacter.java | Java | [
{
"context": "l;r einen Character in diesem RPG\r\n * \r\n * @author KuroS\r\n *\r\n */\r\npublic class RpgCharacter {\r\n\r\n\tprivate",
"end": 321,
"score": 0.9708275198936462,
"start": 316,
"tag": "USERNAME",
"value": "KuroS"
}
] | null | [] | package com.sandbox.character;
import com.sandbox.character.description.Gender;
import com.sandbox.character.description.Job;
import com.sandbox.character.description.Race;
import com.sandbox.character.inventory.Inventory;
/**
* Grundlegende Klasse für einen Character in diesem RPG
*
* @author Kuro... | 1,449 | 0.660455 | 0.660455 | 85 | 15.047059 | 15.622687 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117647 | false | false | 13 |
47eee3c79fd68f3ae56515097b9d11d0837eabfd | 34,179,349,786,611 | ef2e21e1a97ed57e8cb9268f038db21e92356932 | /src/main/java/kr/go/gg/gpms/attachfile/service/model/AttachFileVO.java | 349063a374773509123a371c37f58d8153ab2749 | [] | no_license | ggict/gpms | https://github.com/ggict/gpms | 1881434eee9258b2bc27a4cc5fb1325daf9ae1d8 | 6e4e7d6a9435b175ca7dba32d61a80b0162d2057 | refs/heads/develop | 2022-12-15T21:19:21.900000 | 2021-01-06T06:52:22 | 2021-01-06T06:52:22 | 203,309,136 | 0 | 0 | null | false | 2022-12-06T00:33:00 | 2019-08-20T05:56:55 | 2021-01-06T06:52:30 | 2022-12-06T00:33:00 | 79,104 | 0 | 0 | 13 | JavaScript | false | false |
package kr.go.gg.gpms.attachfile.service.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import kr.go.gg.gpms.base.model.BaseVO;
/**
* 공통첨부파일
*
* @Class Nam... | UTF-8 | Java | 7,436 | java | AttachFileVO.java | Java | [
{
"context": "O class\n * @Modification Information\n *\n * @author leehb1592@gmail.com\n * @since 2017-03-29\n * @version 1.0\n * @see\n *\n ",
"end": 442,
"score": 0.9999029040336609,
"start": 423,
"tag": "EMAIL",
"value": "leehb1592@gmail.com"
}
] | null | [] |
package kr.go.gg.gpms.attachfile.service.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import kr.go.gg.gpms.base.model.BaseVO;
/**
* 공통첨부파일
*
* @Class Nam... | 7,424 | 0.65124 | 0.649123 | 378 | 16.489418 | 14.832794 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.113757 | false | false | 13 |
8321a3bfcb199d14df7de33df97e16631e487e2f | 30,897,994,781,475 | 79f1fa570fb984675f90a7e20fc4fe4e03d1c5ca | /baselibrary/src/main/java/com/endless/study/baselibrary/common/download/DownloadObserver.java | 55dd8b05ebaae1ac1653dadbfd60b1a391757d61 | [] | no_license | hsy1992/Android-Component-MVVM | https://github.com/hsy1992/Android-Component-MVVM | d2af1191b11ce0dd0dfc7a208e82af6eadba580d | 52fc6417d5a88b150efecc7010a67bf2945c44b8 | refs/heads/master | 2020-04-18T07:43:19.126000 | 2019-06-27T00:24:19 | 2019-06-27T00:24:19 | 167,370,097 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.endless.study.baselibrary.common.download;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
/**
* 下载观察者
* @author haosiyuan
* @date 2019/4/5 2:00 PM
*/
public class DownloadObserver implements Observer {
@Override
public void onSubscribe(Disposable dispos... | UTF-8 | Java | 542 | java | DownloadObserver.java | Java | [
{
"context": "sposables.Disposable;\r\n\r\n/**\r\n * 下载观察者\r\n * @author haosiyuan\r\n * @date 2019/4/5 2:00 PM\r\n */\r\npublic class Dow",
"end": 171,
"score": 0.9996384382247925,
"start": 162,
"tag": "USERNAME",
"value": "haosiyuan"
}
] | null | [] | package com.endless.study.baselibrary.common.download;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
/**
* 下载观察者
* @author haosiyuan
* @date 2019/4/5 2:00 PM
*/
public class DownloadObserver implements Observer {
@Override
public void onSubscribe(Disposable dispos... | 542 | 0.635338 | 0.618421 | 32 | 14.625 | 17.513834 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.09375 | false | false | 13 |
03a9cfcf13f67a072113274f05fe84084285961b | 37,864,431,696,208 | 89ddbd9628c312cb790b28695dce36e61a4ae8e5 | /fileManager/src/sql/SqlConnect.java | d53d0c6ddcacc2f65c961f76202edf6c0f85785b | [] | no_license | ixufeng/fileManager | https://github.com/ixufeng/fileManager | 544576387735bbaadd079d1cdc54c8e5d9e2af62 | 2e122e7e69c5efcdba7db0bbb577c8884e35f805 | refs/heads/master | 2021-01-10T10:27:39.199000 | 2016-04-07T09:40:49 | 2016-04-07T09:40:49 | 54,682,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sql;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Connection;
import file.PathConfig;
public class SqlConnect {
private static Connection conn = null;
public static Connection getConnection(){
String urlString = PathConfig.SQLURL;
try {
Class.forName("com.mysql.... | UTF-8 | Java | 785 | java | SqlConnect.java | Java | [] | null | [] | package sql;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Connection;
import file.PathConfig;
public class SqlConnect {
private static Connection conn = null;
public static Connection getConnection(){
String urlString = PathConfig.SQLURL;
try {
Class.forName("com.mysql.... | 785 | 0.677707 | 0.677707 | 45 | 16.444445 | 15.824813 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.888889 | false | false | 13 |
94a4a0409a6f05bbcccbd5e6ddd12d56276c9277 | 37,864,431,698,890 | 252727d3edbcea6a2de7b8b2af69cc562ce9522c | /GoogleMapTest/app/src/main/java/com/hvngoc/googlemaptest/activity/Global.java | 9a30237c06747d5384ca0e34654d1fc6b41fa32f | [] | no_license | hvngoc/thesis | https://github.com/hvngoc/thesis | b4bf74ac9645311f5dc6c9853c67f3e0c48b5f79 | 24c9855f4e747078f75cebf46f246043bc95cda0 | refs/heads/master | 2021-01-21T04:47:46.850000 | 2016-07-18T14:36:28 | 2016-07-18T14:36:28 | 50,222,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hvngoc.googlemaptest.activity;
import android.content.Context;
import com.hvngoc.googlemaptest.R;
import com.hvngoc.googlemaptest.helper.StartedUserHelper;
import com.hvngoc.googlemaptest.model.Profile;
import com.hvngoc.googlemaptest.model.User;
import java.util.ArrayList;
import java.util.Arrays;
impor... | UTF-8 | Java | 4,339 | java | Global.java | Java | [
{
"context": "ays;\nimport java.util.HashMap;\n\n/**\n * Created by 12125_000 on 1/9/2016.\n */\npublic class GLOBAL {\n\n ",
"end": 361,
"score": 0.6076481938362122,
"start": 360,
"tag": "USERNAME",
"value": "1"
},
{
"context": "ys;\nimport java.util.HashMap;\n\n/**\n * Created by 1... | null | [] | package com.hvngoc.googlemaptest.activity;
import android.content.Context;
import com.hvngoc.googlemaptest.R;
import com.hvngoc.googlemaptest.helper.StartedUserHelper;
import com.hvngoc.googlemaptest.model.Profile;
import com.hvngoc.googlemaptest.model.User;
import java.util.ArrayList;
import java.util.Arrays;
impor... | 4,339 | 0.724821 | 0.715142 | 69 | 61.884056 | 62.202927 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 13 |
407ab157e59eb2aa51e9dc37e9e3d36ad540fff8 | 4,758,823,832,477 | 971db87e18bf9c4ba8ee347e41573a9145cb1d6c | /src/com/doublesunflower/core/ui/search/WebSearchActivity.java | 13580c65db782d4a2eb492d487a067cd02e4af94 | [] | no_license | andrewzeus/twask2 | https://github.com/andrewzeus/twask2 | df753a6a5f41d32fb042a346acfa2bb41f7fdb0e | a7250e67f0d91b69698296235047c819086c1620 | refs/heads/master | 2021-01-18T14:02:42.371000 | 2010-04-03T04:12:27 | 2010-04-03T04:12:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.doublesunflower.core.ui.search;
import android.app.Activity;
import android.app.SearchManager;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.webkit.WebView;
import android.widget... | UTF-8 | Java | 2,852 | java | WebSearchActivity.java | Java | [] | null | [] | package com.doublesunflower.core.ui.search;
import android.app.Activity;
import android.app.SearchManager;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.webkit.WebView;
import android.widget... | 2,852 | 0.667602 | 0.667602 | 103 | 25.68932 | 21.063026 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.320388 | false | false | 13 |
7d8d7b72a93e233263dcb6f26d574122960aa63c | 5,763,846,113,541 | 0763eca361a4bf96f5847807b781a989e1736ee4 | /src/main/java/bill/lau/datagrid/controller/BookController.java | d3090b804dba9249967bd03824f0fb20f3a06e14 | [] | no_license | JavaProgrammerLB/bill-datagrid | https://github.com/JavaProgrammerLB/bill-datagrid | 104b7e39af7971fa445bbff9546fd66cd3700a86 | 5456060d228c89b516c7b45dd119bc10dc66ecdc | refs/heads/main | 2023-02-19T00:21:42.881000 | 2021-01-09T09:18:55 | 2021-01-09T09:18:55 | 322,545,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bill.lau.datagrid.controller;
import bill.lau.datagrid.dao.BookMapper;
import bill.lau.datagrid.entity.BaseResponse;
import bill.lau.datagrid.entity.Book;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
pu... | UTF-8 | Java | 2,658 | java | BookController.java | Java | [] | null | [] | package bill.lau.datagrid.controller;
import bill.lau.datagrid.dao.BookMapper;
import bill.lau.datagrid.entity.BaseResponse;
import bill.lau.datagrid.entity.Book;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
pu... | 2,658 | 0.64936 | 0.64936 | 84 | 30.642857 | 19.426689 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
66a7157091c05e804daa0129d7cbd9ae3a7b4665 | 4,612,794,939,306 | 23a9dee2dcc869ecb7eb7fed81174a59cbd2dedc | /src/main/java/com/todolist/todolist/repositories/ItemGroupRepository.java | 205cb90b392cbc378e3258c920ca514c4fa80314 | [] | no_license | SantinelX/ToDoList | https://github.com/SantinelX/ToDoList | 0869cd758ce7e1dbd2f105dc904027068f036bd3 | 92257ce77ec55638c121d2cbebfd6c062238fd25 | refs/heads/master | 2023-04-08T04:34:08.720000 | 2021-04-17T10:35:31 | 2021-04-17T10:35:31 | 351,327,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.todolist.todolist.repositories;
import com.todolist.todolist.model.ItemGroup;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ItemGroupRepository extends JpaRepository <ItemGroup, Long> {
}
| UTF-8 | Java | 236 | java | ItemGroupRepository.java | Java | [] | null | [] | package com.todolist.todolist.repositories;
import com.todolist.todolist.model.ItemGroup;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ItemGroupRepository extends JpaRepository <ItemGroup, Long> {
}
| 236 | 0.838983 | 0.838983 | 8 | 28.5 | 29.962477 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
0eb3a72ebdbe10a1cc634d91ca65d49e7ec1ec89 | 4,612,794,937,662 | 698fd2e7a2b7ab75c8bdf81146e5e65871ffce27 | /src/main/java/de/heiden/c64dt/net/drive/NetDrive.java | df8522aa5a4a28eec1f08f8bb156ba05080e304e | [] | no_license | mgrossmann/c64dt | https://github.com/mgrossmann/c64dt | bb6af640b7342d5f461d5c7b6c127e510928ddd0 | aba63fe28d23e38ebd5b5313f4271135f3e7fe79 | refs/heads/master | 2017-09-02T11:42:27.074000 | 2014-10-30T23:02:25 | 2014-10-30T23:02:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.heiden.c64dt.net.drive;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.Assert;
import java.io.File;
import java.io.IOException;
import java.net.SocketException;
/**
* Net drive server.
* Contains glue logic to connect drive connection with a device.
*/
public c... | UTF-8 | Java | 5,735 | java | NetDrive.java | Java | [] | null | [] | package de.heiden.c64dt.net.drive;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.Assert;
import java.io.File;
import java.io.IOException;
import java.net.SocketException;
/**
* Net drive server.
* Contains glue logic to connect drive connection with a device.
*/
public c... | 5,735 | 0.535309 | 0.532694 | 184 | 30.168478 | 27.370424 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532609 | false | false | 13 |
fb1481fcc1dd34a3d94469f1759ed0ff2fff0ce9 | 23,046,794,576,052 | e85693860f1ff450a36a2c0594e340c77f067dba | /src/main/java/nl/tudelft/ewi/f1manager/view/savelist/NamePrompt.java | b91f655ee0331cabe1473b3641b0f0e6f7e0ea4b | [
"MIT"
] | permissive | gerarts/f1manager | https://github.com/gerarts/f1manager | 24ed26295dbcd35a4294c2fbddfb126fecc3908c | 1642805e6a23398e0ca8450f4bd2e987643fcd69 | refs/heads/master | 2018-04-14T10:37:19.426000 | 2017-05-04T22:45:03 | 2017-05-04T22:45:03 | 74,018,913 | 0 | 0 | null | false | 2017-05-04T22:38:32 | 2016-11-17T11:05:05 | 2017-05-04T22:31:19 | 2017-05-04T22:38:32 | 37,799 | 2 | 0 | 0 | Java | null | null | package nl.tudelft.ewi.f1manager.view.savelist;
import javafx.scene.Group;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.shape.Rectangle;
import javafx.scene.text.Font;
import javafx.scene.text.FontWeight;
import javafx.scene.text.Text;
import nl.tudelft.ewi.f1manager.c... | UTF-8 | Java | 4,535 | java | NamePrompt.java | Java | [
{
"context": "er.view.menuscreens.MenuScreen;\n\n/**\n * Created by Stijn on 30/01/2017.\n */\npublic class NamePrompt extend",
"end": 529,
"score": 0.9983975887298584,
"start": 524,
"tag": "NAME",
"value": "Stijn"
}
] | null | [] | package nl.tudelft.ewi.f1manager.view.savelist;
import javafx.scene.Group;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.shape.Rectangle;
import javafx.scene.text.Font;
import javafx.scene.text.FontWeight;
import javafx.scene.text.Text;
import nl.tudelft.ewi.f1manager.c... | 4,535 | 0.654906 | 0.635281 | 122 | 36.172131 | 24.367975 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663934 | false | false | 13 |
c39545a0b0d811231790a5fc345c0a2e5bd3e6b0 | 20,426,864,463,347 | 15a51a3ee841ec8ca5621d143c15936d15d9906f | /src/Invetory/Pool.java | 9d09556b8637c9a1d7fa199b00f83f119a6f0c26 | [] | no_license | bmoenga38/molle | https://github.com/bmoenga38/molle | 3d4c3d1839ee7b3a07685157ae6be152efdba28c | 3543fb23dd6395fb47018054ea17b5320f15983f | refs/heads/master | 2023-07-15T17:36:50.856000 | 2021-08-25T14:09:05 | 2021-08-25T14:09:05 | 399,839,395 | 0 | 0 | null | false | 2021-08-25T14:45:29 | 2021-08-25T14:00:06 | 2021-08-25T14:31:50 | 2021-08-25T14:45:28 | 0 | 0 | 0 | 0 | Java | false | false | package Invetory;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Pool {
Connection con;
String db_username;
String db_password;
String schema;
public Pool(String user, String pass){
this.db_username = user;
this.db_password = pas... | UTF-8 | Java | 1,176 | java | Pool.java | Java | [
{
"context": "tring user, String pass){\n this.db_username = user;\n this.db_password = pass;\n }\n\n public",
"end": 290,
"score": 0.970798671245575,
"start": 286,
"tag": "USERNAME",
"value": "user"
},
{
"context": " this.db_username = user;\n this.db_password =... | null | [] | package Invetory;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Pool {
Connection con;
String db_username;
String db_password;
String schema;
public Pool(String user, String pass){
this.db_username = user;
this.db_password = <PA... | 1,188 | 0.60034 | 0.583333 | 46 | 24.543478 | 19.949617 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 13 |
d605705bb137fc63ad44e04ca09e416302773e83 | 20,633,022,898,745 | dfdb9cdb984db03d84f1aab081297e73e03dd19c | /raceahead_/src/com/raceahead_/profile.java | 9e4d7bf6c0b69da4811c33a499ba1180ffcea1e5 | [] | no_license | prashanth-artal/Race_Ahead_Eclipse | https://github.com/prashanth-artal/Race_Ahead_Eclipse | a7d9f1bb74a5ef368dca8c7bc720fb8215c82112 | 05c0ef77600e7d4c68cc13e5da77683c2cf6a9ff | refs/heads/master | 2021-01-01T05:45:30.152000 | 2016-05-26T23:23:05 | 2016-05-26T23:23:05 | 59,789,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raceahead_;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ImageView;
public class profile extends Activity implements OnClickListener{
... | UTF-8 | Java | 1,237 | java | profile.java | Java | [] | null | [] | package com.raceahead_;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ImageView;
public class profile extends Activity implements OnClickListener{
... | 1,237 | 0.660469 | 0.658852 | 52 | 21.788462 | 21.642494 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.711538 | false | false | 13 |
3d8c6c5172a9f907ce3fa0c88749be9c866cb3d2 | 26,723,286,568,732 | 6e5c4b8a66260cfe8db66aa7138e78cb7a7ba14a | /src/DataStructures/Tree/Node.java | 16d3e16c1904ffb509c02470ca0d00fecdcb956d | [] | no_license | filmonghirmai/HackerRank-Solutions | https://github.com/filmonghirmai/HackerRank-Solutions | 1c8f5de4e0c0139013d1b41e027cc6ef81d4597f | dd1f46ecbcb73049c87c4f600a2b3c1c712609f7 | refs/heads/master | 2021-01-23T19:17:36.559000 | 2017-11-19T07:16:56 | 2017-11-19T07:16:56 | 102,818,013 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataStructures.Tree;
/**
* Author : Filmon Ghirmai
Github : github.com/filmonghirmai
HackerRank : hackerrank.com/skynet21
*
*/
import java.util.Scanner;
public class Node{
Node left,right;
int data;
Node(int data){
this.data=data;
left=right=null;
}
}
class Solution{
... | UTF-8 | Java | 1,536 | java | Node.java | Java | [
{
"context": "package DataStructures.Tree;\n/**\n * Author : Filmon Ghirmai\n Github : github.com/filmonghirmai\n HackerRan",
"end": 61,
"score": 0.999894380569458,
"start": 47,
"tag": "NAME",
"value": "Filmon Ghirmai"
},
{
"context": " Author : Filmon Ghirmai\n Github : gi... | null | [] | package DataStructures.Tree;
/**
* Author : <NAME>
Github : github.com/filmonghirmai
HackerRank : hackerrank.com/skynet21
*
*/
import java.util.Scanner;
public class Node{
Node left,right;
int data;
Node(int data){
this.data=data;
left=right=null;
}
}
class Solution{
pub... | 1,528 | 0.502604 | 0.498047 | 64 | 23.015625 | 16.214859 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 13 |
c2d6f92901e7f4eb82eecaeb52a6f8d4d83c8fca | 17,935,783,432,963 | 1415496f94592ba4412407b71dc18722598163dd | /doc/libjitisi/sources/javax/media/bean/playerbean/MediaPlayerVolumePropertyEditor.java | b43a64d5aad0318fab69505310f1706578de903f | [
"Apache-2.0"
] | permissive | lhzheng880828/VOIPCall | https://github.com/lhzheng880828/VOIPCall | ad534535869c47b5fc17405b154bdc651b52651b | a7ba25debd4bd2086bae2a48306d28c614ce0d4a | refs/heads/master | 2021-07-04T17:25:21.953000 | 2020-09-29T07:29:42 | 2020-09-29T07:29:42 | 183,576,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javax.media.bean.playerbean;
import java.beans.PropertyEditorSupport;
public class MediaPlayerVolumePropertyEditor extends PropertyEditorSupport {
public MediaPlayerVolumePropertyEditor() {
throw new UnsupportedOperationException();
}
public String getJavaInitializationString() {
... | UTF-8 | Java | 461 | java | MediaPlayerVolumePropertyEditor.java | Java | [] | null | [] | package javax.media.bean.playerbean;
import java.beans.PropertyEditorSupport;
public class MediaPlayerVolumePropertyEditor extends PropertyEditorSupport {
public MediaPlayerVolumePropertyEditor() {
throw new UnsupportedOperationException();
}
public String getJavaInitializationString() {
... | 461 | 0.744035 | 0.744035 | 17 | 26.117647 | 24.410418 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 13 |
44cdd7f60ccf4faa05340f8f4f1523aa0a59494d | 28,484,223,174,630 | 7d0523596e53c2d2975b56e1dc973d686ab3aa3e | /p5_package/SimpleStackClass.java | f3ca8d1f095648423153c03beb44868d4d69cae6 | [] | no_license | AdamSchilperoort/CS249 | https://github.com/AdamSchilperoort/CS249 | 3c1928997a338226c44317edcac37b45f8b61640 | 07638725a7e784e9e8e3f17cd4e02b43129f3250 | refs/heads/master | 2022-12-11T19:45:06.903000 | 2020-09-10T22:56:05 | 2020-09-10T22:56:05 | 157,765,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p5_package;
/**
*
* @author adamschilperoort
*/
public class SimpleStackClass
{
/**
* Provides constant for default capacity
*/
private final int DEFAULT_CAPACITY = 10;
/**
* Provides constant -999999 for access failure messaging
*/
public static final int FA... | UTF-8 | Java | 3,865 | java | SimpleStackClass.java | Java | [
{
"context": "package p5_package;\n\n/**\n *\n * @author adamschilperoort\n */\npublic class SimpleStackClass\n {\n \n /",
"end": 55,
"score": 0.7955172061920166,
"start": 39,
"tag": "USERNAME",
"value": "adamschilperoort"
}
] | null | [] | package p5_package;
/**
*
* @author adamschilperoort
*/
public class SimpleStackClass
{
/**
* Provides constant for default capacity
*/
private final int DEFAULT_CAPACITY = 10;
/**
* Provides constant -999999 for access failure messaging
*/
public static final int FA... | 3,865 | 0.519276 | 0.512807 | 169 | 21.87574 | 18.473776 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.278107 | false | false | 13 |
fcb83943de646dfce3efdba0f3962ae88e37ca1f | 884,763,268,108 | e80dbcc31c92e91e011311a5bc4a00fdf09f8838 | /app/src/main/java/ca/louisechan/tokyo2020/Models/Attraction.java | cf7f97359e466b3afc3118a5eb59936410943307 | [] | no_license | lbchanjr/Tokyo-2020-Android | https://github.com/lbchanjr/Tokyo-2020-Android | 5c951bf8f4fffd9b350ac9807254da1f52e48a63 | c65e496e58baf83d3cff20552551f39d5e3265bb | refs/heads/master | 2022-12-04T11:19:30.415000 | 2020-08-23T03:25:05 | 2020-08-23T03:25:05 | 243,050,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.louisechan.tokyo2020.Models;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "attractions")
public class Attraction {
@PrimaryKey
private @NonNull String name;
private String address;
@Col... | UTF-8 | Java | 2,183 | java | Attraction.java | Java | [] | null | [] | package ca.louisechan.tokyo2020.Models;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "attractions")
public class Attraction {
@PrimaryKey
private @NonNull String name;
private String address;
@Col... | 2,183 | 0.622538 | 0.619789 | 99 | 21.050505 | 15.932543 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373737 | false | false | 13 |
68b628f022d910c63516c60c8f09f4d3d653b764 | 21,569,325,824,498 | 1e747c845c6c7943db82149ab90f7670f98733b2 | /AndroidMobileApplications/04.Android Layouts/Tasks/src/Horoscope.java | def091617046043bd243bca8deed2d2341f4a0b6 | [] | no_license | Shoilev/Telerik-Academy | https://github.com/Shoilev/Telerik-Academy | 5d5db2d43ab60b70a3600dc19326f110799ba3e5 | c95ab2ae0584c562470dd3de4cf479c45eca67fe | refs/heads/master | 2020-05-31T14:29:03.667000 | 2014-12-06T22:20:14 | 2014-12-06T22:20:14 | 20,799,764 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;
public class Horoscope {
private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
Map<Strin... | UTF-8 | Java | 1,496 | java | Horoscope.java | Java | [] | null | [] | import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;
public class Horoscope {
private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
Map<Strin... | 1,496 | 0.741979 | 0.741979 | 44 | 33 | 32.29903 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.613636 | false | false | 13 |
014c099dec766ee6cdf18aec9c37cca767092b08 | 11,450,382,865,776 | a0423109d0dd871a0e5ae7be64c57afd062c3375 | /Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/java/com/foreign/Fuse/Drawing/GraphicsSurface.java | 99438c8f2ae55e6a15bd47c0d66814b90898cd9b | [
"Apache-2.0"
] | permissive | marferfer/SpinOff-LoL | https://github.com/marferfer/SpinOff-LoL | 1c8a823302dac86133aa579d26ff90698bfc1ad6 | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | refs/heads/master | 2020-03-29T20:09:20.322000 | 2018-10-09T10:19:33 | 2018-10-09T10:19:33 | 150,298,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foreign.Fuse.Drawing;
// fuse defined imports
import com.uno.UnoObject;
import com.uno.BoolArray;
import com.uno.ByteArray;
import com.uno.CharArray;
import com.uno.DoubleArray;
import com.uno.FloatArray;
import com.uno.IntArray;
import com.uno.LongArray;
import com.uno.ObjectArray;
import com.uno.ShortArr... | UTF-8 | Java | 3,425 | java | GraphicsSurface.java | Java | [] | null | [] | package com.foreign.Fuse.Drawing;
// fuse defined imports
import com.uno.UnoObject;
import com.uno.BoolArray;
import com.uno.ByteArray;
import com.uno.CharArray;
import com.uno.DoubleArray;
import com.uno.FloatArray;
import com.uno.IntArray;
import com.uno.LongArray;
import com.uno.ObjectArray;
import com.uno.ShortArr... | 3,425 | 0.71708 | 0.70219 | 103 | 32.252426 | 25.352167 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.864078 | false | false | 13 |
9e23282390cb8dfa8c60a0d62125d26317bc4794 | 21,878,563,464,114 | 0c9e770519bbbf5d5f0d55955ae5163e33b6a39d | /app/src/main/java/com/zgld/mall/beans/AbstractYServiceChat.java | e68558002e3372536b3762206a30f43621c2f522 | [] | no_license | longliuping/ZgldStore | https://github.com/longliuping/ZgldStore | 6c4b3ee05b0b8db9739fb66154be2b1001219c88 | 8ba94ff4c5cb1a9f6436f7008f0bca0bb4868ac6 | refs/heads/master | 2021-01-21T13:48:06.839000 | 2016-05-12T09:41:38 | 2016-05-12T09:41:38 | 55,341,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zgld.mall.beans;
import java.sql.Date;
/**
* AbstractYServiceChat entity provides the base persistence definition of the
* YServiceChat entity. @author MyEclipse Persistence Tools
*/
public abstract class AbstractYServiceChat implements java.io.Serializable {
// Fields
private Integer chatId;
pri... | UTF-8 | Java | 1,806 | java | AbstractYServiceChat.java | Java | [] | null | [] | package com.zgld.mall.beans;
import java.sql.Date;
/**
* AbstractYServiceChat entity provides the base persistence definition of the
* YServiceChat entity. @author MyEclipse Persistence Tools
*/
public abstract class AbstractYServiceChat implements java.io.Serializable {
// Fields
private Integer chatId;
pri... | 1,806 | 0.741971 | 0.741971 | 91 | 18.857143 | 21.012592 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.186813 | false | false | 13 |
06f54602bacb20aed505dcc6f17fccbcf80f62c3 | 21,878,563,461,356 | b7fcdcd99cec7d4a79345b99bb16f1a34d7bb950 | /src/main/java/com/paradigm/demo/service/ContentService.java | 1898371e6133c88f4085adbf365f4a8c018722b5 | [] | no_license | leopardv10/Insight-Engine-Demo | https://github.com/leopardv10/Insight-Engine-Demo | f9cc0ab2ba196854d8a37297f429282db1acb7a6 | 7f707fc0623f4e16c7ca40f31905b2875906cd67 | refs/heads/main | 2023-03-10T08:16:38.358000 | 2021-02-24T06:13:50 | 2021-02-24T06:13:50 | 341,803,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paradigm.demo.service;
import com.paradigm.demo.dao.ContentDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ContentService {
@Autowired
private ContentDao contentDao;
public void insert(int task_id, String file_n... | UTF-8 | Java | 755 | java | ContentService.java | Java | [] | null | [] | package com.paradigm.demo.service;
import com.paradigm.demo.dao.ContentDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ContentService {
@Autowired
private ContentDao contentDao;
public void insert(int task_id, String file_n... | 755 | 0.762914 | 0.762914 | 27 | 26.962963 | 32.23695 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 13 |
2daeb97cb2b0a6536d410fb58ad252fe23b7ed98 | 798,863,949,938 | a73906f406ae1d384c7b904fc86c1ff46da1bb53 | /src/Chapter1/Ex_1_3/ResizingArrayQueueOfStrings.java | b4d6dc6be346e543e040f1773ebcbd3d8bfa5d36 | [] | no_license | RagdollNoone/Algorithms4 | https://github.com/RagdollNoone/Algorithms4 | ccfdf83a5e2dd065300636c389fc0bc11a0038c8 | 23914dc0201f4dba31fdb7e2a167272eaafe7789 | refs/heads/master | 2020-03-18T16:39:08.992000 | 2019-09-02T09:03:14 | 2019-09-02T09:03:14 | 134,978,416 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chapter1.Ex_1_3;
public class ResizingArrayQueueOfStrings<T> {
private T[] array;
private int N;
public ResizingArrayQueueOfStrings(int n) {
array = (T[])(new Object[n]);
N = 0;
}
public boolean isEmpty() {
return N == 0;
}
public int size() {
retu... | UTF-8 | Java | 880 | java | ResizingArrayQueueOfStrings.java | Java | [] | null | [] | package Chapter1.Ex_1_3;
public class ResizingArrayQueueOfStrings<T> {
private T[] array;
private int N;
public ResizingArrayQueueOfStrings(int n) {
array = (T[])(new Object[n]);
N = 0;
}
public boolean isEmpty() {
return N == 0;
}
public int size() {
retu... | 880 | 0.463636 | 0.451136 | 50 | 16.6 | 15.111585 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 13 |
4c2a65cee043924c2f0747ebe2b4aaec574d30d8 | 10,565,619,592,228 | 42a2312bceb92a963f9df6f3221025910b911cf1 | /familyServer/src/test/java/services/FillServiceTest.java | a3b950513827bc2aaef747398c8f296cf95ed33f | [] | no_license | franmah/familyMapServer | https://github.com/franmah/familyMapServer | 270f14f2abcfe2d1802873b3058552f73f28d50f | 9ad7a0e9d74b0cf269ba68fc93582b5b1653170c | refs/heads/master | 2023-07-20T06:22:38.634000 | 2023-07-08T16:56:39 | 2023-07-08T16:56:39 | 187,510,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package services;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import models.*;
import dao.OperationDAO;
import response.ErrorResponse;
import response.Response;
import response.SuccessResponse;
import static org.junit.Assert.*;
public class FillServiceTest {
@Before
public void ... | UTF-8 | Java | 3,416 | java | FillServiceTest.java | Java | [
{
"context": "deleteUsers();\n\n User user = new User(\"test_user\", \"password\", \"email\", \"first\", \"last\", \"f\", \"tes",
"end": 1265,
"score": 0.978287398815155,
"start": 1256,
"tag": "USERNAME",
"value": "test_user"
},
{
"context": "deleteUsers();\n\n ... | null | [] | package services;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import models.*;
import dao.OperationDAO;
import response.ErrorResponse;
import response.Response;
import response.SuccessResponse;
import static org.junit.Assert.*;
public class FillServiceTest {
@Before
public void ... | 3,416 | 0.570843 | 0.567916 | 112 | 29.5 | 23.994047 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.758929 | false | false | 13 |
dcdd7999c9fc66d146c12bfef8126d7b89c620d6 | 5,652,176,982,787 | 1e3a3d88cde3f88874f59da5dc90017bbbe68779 | /ProblemSolving/src/com/jilani/trees/summation/FindSumOfMaxDepthNodes.java | c2a99d9a3049207bed8c0e46f96a9d0d248a24f2 | [] | no_license | shaikji/algorithms | https://github.com/shaikji/algorithms | 84c950a86b509e1ebf5cf137f51fc76e175f023b | f09e42e143baba55ef8392f55ad95e9d61e43eff | refs/heads/master | 2020-11-24T12:39:47.894000 | 2020-07-29T02:15:34 | 2020-07-29T02:15:34 | 228,145,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jilani.trees.summation;
public class FindSumOfMaxDepthNodes {
public static void main(String[] args) {
root = new Node(1);
root.left = new Node(2);
root.right = new Node(3);
root.left.left = new Node(4);
root.left.right = new Node(5);
root.right.left = new Node(6);
root.right.right = new ... | UTF-8 | Java | 1,476 | java | FindSumOfMaxDepthNodes.java | Java | [] | null | [] | package com.jilani.trees.summation;
public class FindSumOfMaxDepthNodes {
public static void main(String[] args) {
root = new Node(1);
root.left = new Node(2);
root.right = new Node(3);
root.left.left = new Node(4);
root.left.right = new Node(5);
root.right.left = new Node(6);
root.right.right = new ... | 1,476 | 0.605691 | 0.593496 | 85 | 16.364706 | 15.539587 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152941 | false | false | 13 |
c4874c8a3eda4764f1d6a547b6f0910f8da6ab46 | 31,619,549,260,377 | ac9afc4cf3efb2a8b42a67bfad88fbae220a535b | /src/main/java/uk/gov/dwp/jsa/officesearch/service/controllers/OfficeSearchController.java | efd41c74b62f80b125fdb4680987ff462c04dd3b | [
"ISC",
"LicenseRef-scancode-proprietary-license"
] | permissive | dwp/nsjsa-office-search-service | https://github.com/dwp/nsjsa-office-search-service | f744eacae0fab0024915464f227be087cd6a65ae | efc38399b5fc40047a032bb86d0a196db0e22805 | refs/heads/master | 2023-02-27T11:27:34.722000 | 2022-02-25T19:37:29 | 2022-02-25T19:37:29 | 238,942,636 | 0 | 1 | ISC | false | 2023-02-20T18:22:26 | 2020-02-07T14:23:36 | 2022-01-13T09:59:40 | 2023-02-20T18:22:25 | 67 | 0 | 2 | 7 | Java | false | false | package uk.gov.dwp.jsa.officesearch.service.controllers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Get... | UTF-8 | Java | 4,304 | java | OfficeSearchController.java | Java | [] | null | [] | package uk.gov.dwp.jsa.officesearch.service.controllers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Get... | 4,304 | 0.677974 | 0.677509 | 116 | 36.103447 | 27.990263 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 13 |
78264447a0f0a1dbc3c7d7ff1d3ad1dcca042380 | 8,022,998,977,807 | 750bb6c6fa115fde1bfe646bb3359f886373d24e | /src/test/java/enw/ENW042.java | f97e91ff518a3c830277cde042723ea4c5b1827e | [] | no_license | Basha692/BashaSelenium | https://github.com/Basha692/BashaSelenium | d21e2c7abd5f9a5d7c3be43578863186f2f7322f | 37fb79f85e6c973610b14b53d3e14b6183219a41 | refs/heads/master | 2022-07-13T11:05:59.156000 | 2019-12-06T06:08:37 | 2019-12-06T06:08:37 | 226,252,795 | 0 | 0 | null | false | 2022-06-29T17:49:37 | 2019-12-06T05:30:40 | 2019-12-06T06:09:16 | 2022-06-29T17:49:36 | 9,007 | 0 | 0 | 6 | Java | false | false | package enw;
import java.io.PrintWriter;
import java.io.StringWriter;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.SkipException;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import com.relevantcodes.extentreports... | UTF-8 | Java | 6,372 | java | ENW042.java | Java | [] | null | [] | package enw;
import java.io.PrintWriter;
import java.io.StringWriter;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.SkipException;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import com.relevantcodes.extentreports... | 6,372 | 0.736817 | 0.731325 | 144 | 43.25 | 36.187302 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.888889 | false | false | 13 |
51c7a804fff0b87009e7333dea109986cde739ea | 16,930,761,098,650 | 3124f829a4118ed567acde94fb991e551648ac95 | /src/main/java/de/devsurf/common/lang/search/TypedFinder.java | a91ba1e4931ede36d6b6410c949cac78d6c3c974 | [
"Apache-2.0"
] | permissive | manzke/common-lang | https://github.com/manzke/common-lang | 172b0065c6d3056791f9b3e0abd1f7a017e507af | 379ac5c6bd537b4399e15947bdebe1462b7d1e07 | refs/heads/master | 2016-09-06T21:35:45.063000 | 2013-10-17T15:08:47 | 2013-10-17T15:08:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright 2013 Daniel Manzke (devsurf)
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 | 1,025 | java | TypedFinder.java | Java | [
{
"context": "/*\r\nCopyright 2013 Daniel Manzke (devsurf)\r\n\r\nLicensed under the Apache License, V",
"end": 32,
"score": 0.9998193383216858,
"start": 19,
"tag": "NAME",
"value": "Daniel Manzke"
}
] | null | [] | /*
Copyright 2013 <NAME> (devsurf)
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... | 1,018 | 0.734634 | 0.726829 | 32 | 30.03125 | 26.344454 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 13 |
332ce973e004f2105bfaa58743de76849a32554c | 27,908,697,549,046 | 6a3ca49d1f0f67de76c3fee2fe0ad712e03c1094 | /HW1-RobotAttack/src/RobotAttackApp.java | 3b4ff52582a4e498b1076c2d65ee5da01c4bea67 | [] | no_license | renbergmack/ArtificialIntelligence | https://github.com/renbergmack/ArtificialIntelligence | 2f7d79fb0f8913719db7889d4caad9c58563113e | a10f7e2b886d7d9d2c271cebc7750ff5c03e644e | refs/heads/master | 2021-05-07T04:48:36.665000 | 2017-11-21T02:05:10 | 2017-11-21T02:05:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.Scanner;
public class RobotAttackApp {
public static void main(String[] args){
//Objects - Robot and player
Robot player = new Robot();
Robot computer = new Robot();
//Variables
String L;
String R;
String P;
String userData;
userData = userInput.nextLin... | UTF-8 | Java | 1,523 | java | RobotAttackApp.java | Java | [] | null | [] | import java.io.*;
import java.util.Scanner;
public class RobotAttackApp {
public static void main(String[] args){
//Objects - Robot and player
Robot player = new Robot();
Robot computer = new Robot();
//Variables
String L;
String R;
String P;
String userData;
userData = userInput.nextLin... | 1,523 | 0.630991 | 0.630991 | 61 | 23.950819 | 22.892784 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.213115 | false | false | 13 |
e3b498a3e4ab1cb5546f55886de9ead31ef2ea62 | 3,238,405,402,346 | 4a2fb92eb9b815b34e5ba0a3fe34b5982e232dd8 | /crawlers/CrawlerTelegramBot/src/main/java/br/com/idwall/desafio/cli/subreddit/thread/IdwallFindSubredditThread.java | f65272486da5d5dee9a73aeb9318b21be9ad9bd7 | [] | no_license | YuriCordeiro/desafios | https://github.com/YuriCordeiro/desafios | c14ec0d45bbcdb5553ce13a7a04ce8fbc5a2b890 | d4a34566a7530dc1fb9829580423adaa2b0c27f3 | refs/heads/master | 2021-01-24T22:44:07.920000 | 2018-03-05T20:22:19 | 2018-03-05T20:22:19 | 123,281,895 | 0 | 0 | null | true | 2018-02-28T12:27:46 | 2018-02-28T12:27:46 | 2018-02-28T06:22:10 | 2018-02-06T16:12:26 | 19 | 0 | 0 | 0 | null | false | null | package br.com.idwall.desafio.cli.subreddit.thread;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import br.com.idwall.desafio.model.SubredditThread;
import br.com.idwall.desafio.utils.Propertie... | UTF-8 | Java | 4,774 | java | IdwallFindSubredditThread.java | Java | [
{
"context": "w.reddit.com\">Reddit's Web-site</a>\n * \n * @author Yuri Cordeiro\n *\n */\npublic class IdwallFindSubredditThread ext",
"end": 500,
"score": 0.9998895525932312,
"start": 487,
"tag": "NAME",
"value": "Yuri Cordeiro"
}
] | null | [] | package br.com.idwall.desafio.cli.subreddit.thread;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import br.com.idwall.desafio.model.SubredditThread;
import br.com.idwall.desafio.utils.Propertie... | 4,767 | 0.691663 | 0.691035 | 138 | 33.594204 | 31.847153 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.398551 | false | false | 13 |
3082e995010aef48cdf3e08a0af572cb8241b0bf | 23,613,730,198,679 | 1fa82ce3a5645019ee33883bcb954468615a3ab0 | /src/main/java/com/vehiclecontacting/utils/RedisUtils.java | 704b62afe1759feaae1b4767ae57972ec6e449d9 | [] | no_license | ez-leetcode/VehicleContacting | https://github.com/ez-leetcode/VehicleContacting | 3a69451bda25e03d413a0742a2d7cb5903ca0767 | 5838c627962da9759f571e442f43f5b50a1b947b | refs/heads/master | 2023-05-19T15:53:01.432000 | 2021-06-11T15:13:20 | 2021-06-11T15:13:20 | 367,365,238 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vehiclecontacting.utils;
import com.google.common.base.Charsets;
import com.google.common.base.Preconditions;
import com.google.common.hash.Funnel;
import com.vehiclecontacting.config.BloomFilterConfig;
import com.vehiclecontacting.mapper.UserMapper;
import com.vehiclecontacting.pojo.User;
import io.jsonwe... | UTF-8 | Java | 9,050 | java | RedisUtils.java | Java | [
{
"context": "\n log.info(\"身份认证成功,用户:\" + username + \"是普通用户\");\n return new UsernamePasswordAuthent",
"end": 3986,
"score": 0.954754114151001,
"start": 3982,
"tag": "USERNAME",
"value": "普通用户"
}
] | null | [] | package com.vehiclecontacting.utils;
import com.google.common.base.Charsets;
import com.google.common.base.Preconditions;
import com.google.common.hash.Funnel;
import com.vehiclecontacting.config.BloomFilterConfig;
import com.vehiclecontacting.mapper.UserMapper;
import com.vehiclecontacting.pojo.User;
import io.jsonwe... | 9,050 | 0.600143 | 0.593228 | 251 | 32.418327 | 29.467861 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61753 | false | false | 13 |
958c9c725ee04eca0ac9c858fc9fdb83bc3dd4b3 | 2,534,030,763,720 | 5f95cdb31d3b73b73abcf5d7a7fccc68c556234c | /CursJavaPractic/Fitness/src/main/java/business/service/AccountService.java | 1f27924fdabfedab2ef067bae51858bf2e380170 | [] | no_license | CristianP88/CursJavaSDA | https://github.com/CristianP88/CursJavaSDA | 3e117b068450c51413c229e84c849d9ba714d9c1 | 14ee96fc116b1b5247d6b966c3c7a1ee9ccd7d89 | refs/heads/master | 2023-02-14T18:11:42.330000 | 2021-01-08T11:10:32 | 2021-01-08T11:10:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package business.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import persistence.dao.AccountDAO;
@Service
public class AccountService {
@Autowired
AccountDAO accountDAO;
public int deleteAccount(String userName) {
int r... | UTF-8 | Java | 1,492 | java | AccountService.java | Java | [] | null | [] | package business.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import persistence.dao.AccountDAO;
@Service
public class AccountService {
@Autowired
AccountDAO accountDAO;
public int deleteAccount(String userName) {
int r... | 1,492 | 0.671582 | 0.670912 | 56 | 25.642857 | 25.002449 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
38d2029d0b286e1b35c54deded0658acb4e868ce | 2,534,030,762,007 | e0449a1669b3b4e6a794829a945c2ad52767f2a2 | /src/main/java/shiro/Test.java | 0e2748dd6995c76dd0e7bc8b68e7800ad689c4a4 | [] | no_license | wusiyue/testjava2 | https://github.com/wusiyue/testjava2 | ac8977b61db31e9c239aa7334a35c58eeb11ff58 | 50b6ee6fc30ad5c66d92dd355eb070ed139dbea5 | refs/heads/master | 2018-09-19T01:27:45.081000 | 2018-09-07T09:55:16 | 2018-09-07T09:55:16 | 127,684,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shiro;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.config.IniSecurityManagerFactory;
import org.apache.shiro.util.Factory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.shiro.mgt.SecurityManager;
import java.io.IOException;
/**
* 我是干什么的
*
* @author wusiyue
... | UTF-8 | Java | 1,943 | java | Test.java | Java | [
{
"context": "java.io.IOException;\n\n\n/**\n * 我是干什么的\n *\n * @author wusiyue\n * @create 2018-03-30 11:38\n **/\n\npublic class Te",
"end": 319,
"score": 0.9995817542076111,
"start": 312,
"tag": "USERNAME",
"value": "wusiyue"
}
] | null | [] | package shiro;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.config.IniSecurityManagerFactory;
import org.apache.shiro.util.Factory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.shiro.mgt.SecurityManager;
import java.io.IOException;
/**
* 我是干什么的
*
* @author wusiyue
... | 1,943 | 0.530748 | 0.516343 | 65 | 26.76923 | 23.91766 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476923 | false | false | 13 |
bd7bc4209e0ca738f82918c0f2ddc1ce61566f2b | 11,166,915,009,003 | ca9c3d3c69626d184cd64af8d4533a22590dad2c | /test/com/rtg/reader/FormatCliTest.java | 9f1d7945050c1557db5ea5e0635e2cc03181a4bc | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | thoughtsynapse/rtg-tools | https://github.com/thoughtsynapse/rtg-tools | 0c0e1360cd02c88bdd63ef5f669eb01b134cba4b | 32d4c2d2d340cb0288f68ddd008d29564bcfef13 | refs/heads/master | 2023-04-28T18:58:41.630000 | 2021-05-18T01:54:10 | 2021-05-20T01:20:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2014. Real Time Genomics Limited.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* notice... | UTF-8 | Java | 34,382 | java | FormatCliTest.java | Java | [] | null | [] | /*
* Copyright (c) 2014. Real Time Genomics Limited.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the above copyright
* notice... | 34,382 | 0.660753 | 0.655954 | 679 | 49.63623 | 37.93404 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.391753 | false | false | 13 |
63e0697efb2953d24f0121bee8bcf26e5aea01f3 | 24,970,939,923,768 | 1352d02f029b593a1a338de778099f751aa43351 | /src/main/java/net/dqsy/manager/pojo/Organization.java | 1a9c6eddf96fd05173c5932f19560594e6e798e3 | [] | no_license | cieron7/SUManager | https://github.com/cieron7/SUManager | 90d5148b89605c2aada3e0fea0f833983c8652b4 | 2ebc61a7e92350a79520e35b6011915179232e0a | refs/heads/dev | 2021-01-17T08:47:07.532000 | 2017-05-01T08:13:50 | 2017-05-01T08:13:50 | 84,837,895 | 5 | 3 | null | false | 2017-03-21T17:41:41 | 2017-03-13T14:45:16 | 2017-03-21T09:34:07 | 2017-03-21T17:39:18 | 446 | 2 | 1 | 1 | HTML | null | null | package net.dqsy.manager.pojo;
import java.util.Date;
/**
* 机构(院系)
* Created by Nathan on 2017/3/14.
*/
public class Organization {
private long id; //id
private long accountId; //用户id
private String logo; //logo地址
private String name; //机构(院系)名称
private Date createTim... | UTF-8 | Java | 1,068 | java | Organization.java | Java | [
{
"context": "mport java.util.Date;\n\n/**\n * 机构(院系)\n * Created by Nathan on 2017/3/14.\n */\npublic class Organization {\n\n ",
"end": 90,
"score": 0.999437689781189,
"start": 84,
"tag": "NAME",
"value": "Nathan"
}
] | null | [] | package net.dqsy.manager.pojo;
import java.util.Date;
/**
* 机构(院系)
* Created by Nathan on 2017/3/14.
*/
public class Organization {
private long id; //id
private long accountId; //用户id
private String logo; //logo地址
private String name; //机构(院系)名称
private Date createTim... | 1,068 | 0.567829 | 0.561047 | 61 | 15.918033 | 15.671103 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.278689 | false | false | 13 |
fa9f52e447f33a3d18f0fc98edc931d4cf57bae0 | 9,371,618,641,967 | 6431b668292313c7f94c618452219e5460cab35c | /leetcode/L_751.java | dc4d18625ad9f72b569a77451d11af540ccd7b15 | [] | no_license | Nideesh1/Algo | https://github.com/Nideesh1/Algo | 9fe0720b0abdce7caa7049cc8d3107cc9f185c3e | 4777b89bba7da9077c0296d30639102109cbda1d | refs/heads/master | 2023-04-04T07:03:26.837000 | 2023-03-28T01:12:51 | 2023-03-28T01:12:51 | 168,574,552 | 77 | 46 | null | false | 2020-10-03T17:06:36 | 2019-01-31T18:27:40 | 2020-10-01T09:24:07 | 2020-10-03T17:06:36 | 1,331 | 43 | 27 | 0 | Java | false | false | class Solution {
public List<String> ipToCIDR(String ip, int n) {
List<String> res = new ArrayList<>();
String[] ar = ip.split("\\.");
long x = 0;
for(int i = 0; i < ar.length; i++){
x = Integer.parseInt(ar[i]) + x * 256;
}
while(n != 0){
... | UTF-8 | Java | 995 | java | L_751.java | Java | [] | null | [] | class Solution {
public List<String> ipToCIDR(String ip, int n) {
List<String> res = new ArrayList<>();
String[] ar = ip.split("\\.");
long x = 0;
for(int i = 0; i < ar.length; i++){
x = Integer.parseInt(ar[i]) + x * 256;
}
while(n != 0){
... | 995 | 0.372864 | 0.336683 | 36 | 26.638889 | 17.250044 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 13 |
6fcdba972951c1df7207f83e6c2371c7386072b0 | 13,408,887,961,322 | b33d0508a0c0e99635e4fd1f603d189256f13fb4 | /trunk/src/de/berlios/diffr/inputData/SmallInputDataView.java | dac8ae16468831102cd1b47f5add2e62bcd43a35 | [] | no_license | BackupTheBerlios/diffr-svn | https://github.com/BackupTheBerlios/diffr-svn | 30ff5f52d07aab2d2b8235b08b7df7cbe91b50f4 | 414e835beb0dfd033df20db45c1674dd7221fd51 | refs/heads/master | 2021-01-23T12:11:51.944000 | 2010-03-24T20:28:14 | 2010-03-24T20:28:14 | 40,724,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.berlios.diffr.inputData;
import java.awt.*;
import de.berlios.diffr.*;
import de.berlios.diffr.inputData.InputDataPartView;
import de.berlios.diffr.inputData.surface.SurfaceView;
public class SmallInputDataView extends View {
private static final long serialVersionUID = 1L;
private InputDataPa... | UTF-8 | Java | 1,563 | java | SmallInputDataView.java | Java | [] | null | [] | package de.berlios.diffr.inputData;
import java.awt.*;
import de.berlios.diffr.*;
import de.berlios.diffr.inputData.InputDataPartView;
import de.berlios.diffr.inputData.surface.SurfaceView;
public class SmallInputDataView extends View {
private static final long serialVersionUID = 1L;
private InputDataPa... | 1,563 | 0.731286 | 0.712092 | 41 | 36.121952 | 27.572693 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.560976 | false | false | 13 |
b57547f3cc6733901fe163637d63d4073675f53e | 4,191,888,125,042 | cb859612ec37f3e1c7ae2d2890c3436c5aeaab38 | /TablePlus/src/com/unito/tableplus/server/services/MessagingServiceImpl.java | 4eb60dada0998fcba12c2bc28dcf1a5b728fa2b0 | [] | no_license | giopetrone/personalcloudsyncfr | https://github.com/giopetrone/personalcloudsyncfr | 8a02931d72f4bd3d5a476dd2212c3ae7167da6f9 | 4f61fa4a702222b7b7ea47b1cdf66562abdae558 | refs/heads/master | 2021-01-25T05:34:16.984000 | 2013-10-27T16:29:01 | 2013-10-27T16:29:01 | 32,387,156 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unito.tableplus.server.services;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import org.json.JSONException;
import org.json.JSONObject;
import com.google.appengine.api.channel.ChannelFail... | UTF-8 | Java | 6,503 | java | MessagingServiceImpl.java | Java | [] | null | [] | package com.unito.tableplus.server.services;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import org.json.JSONException;
import org.json.JSONObject;
import com.google.appengine.api.channel.ChannelFail... | 6,503 | 0.696602 | 0.69368 | 193 | 31.6943 | 23.546774 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.735751 | false | false | 13 |
fa3526620054862967a27dcf5ec2816a4b048563 | 21,698,174,847,329 | 922048f824775fc751cd52f8e7bf624e6494cd2a | /Cao - CS/Ch12_Question15/src/Coin.java | 43f0c8948fbd275e459569942dad66663f5d025f | [] | no_license | ctkhanhly/Java | https://github.com/ctkhanhly/Java | 5163c9912a918cdca536640aecc4d0dae09d66a8 | 4f10b81dd4b8a702fb16e24b29b0dd31aff1e285 | refs/heads/master | 2020-03-31T19:37:23.157000 | 2019-04-04T20:31:08 | 2019-04-04T20:31:08 | 152,504,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Coin implements Money{
double value;
public Coin(double value){
this.value = value;
}
public double getAmount(){
return value;
}
}
| UTF-8 | Java | 156 | java | Coin.java | Java | [] | null | [] |
public class Coin implements Money{
double value;
public Coin(double value){
this.value = value;
}
public double getAmount(){
return value;
}
}
| 156 | 0.692308 | 0.692308 | 10 | 14.5 | 12.05197 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 13 |
b6f5e17274f43c8d03626f79f5498b596685f3c1 | 32,865,089,813,345 | d815e7f114927f3c89557a7c1926de90d3986fce | /src/stage/wstp/controllers/users/Disconnect.java | ab0e2a088849aaf04f2ae1b75da2d5521e9811e4 | [] | no_license | emmanuelJd/WSTP | https://github.com/emmanuelJd/WSTP | 097a950a46924970aed9fb0276111859227c7927 | 0bbec661df5d07780b0672cbd18a48f89658996f | refs/heads/master | 2020-04-06T07:12:47.992000 | 2015-03-26T07:26:20 | 2015-03-26T07:26:20 | 32,393,468 | 0 | 1 | null | false | 2015-03-25T13:12:55 | 2015-03-17T13:00:54 | 2015-03-25T08:08:32 | 2015-03-25T13:12:54 | 1,194 | 0 | 1 | 0 | Java | null | null | package stage.wstp.controllers.users;
import java.io.IOException;
import java.util.List;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRe... | ISO-8859-1 | Java | 1,835 | java | Disconnect.java | Java | [] | null | [] | package stage.wstp.controllers.users;
import java.io.IOException;
import java.util.List;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRe... | 1,835 | 0.745763 | 0.741389 | 60 | 29.466667 | 27.354748 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.116667 | false | false | 13 |
13c9d19c5ab2dea36115ad2b16a8bf3d05901e29 | 16,776,142,284,344 | 3ae8c28ec099f5eb09b2bd6dd77445f4dfc4aa46 | /Activity2_String/String(Activity1).java | a06943be4175d20e74129bd5cbfa02c97c0e08a1 | [] | no_license | shreyansh1406/JavaActivities | https://github.com/shreyansh1406/JavaActivities | f2ff5ff69a1efa4e3e99fd3fb4f956f3ce651cbd | 48443a3bb7cfb5d8f8669fe999cbd14ddd424fa5 | refs/heads/main | 2023-04-04T19:34:18.888000 | 2021-03-05T06:47:14 | 2021-03-05T06:47:14 | 341,852,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Main
{
public static void main (String[]args)
{
String s1, s2;
Scanner sc = new Scanner (System.in);
System.out.println ("enter first string");
s1 = sc.nextLine ();
System.out.println ("enter second string");
s2 = sc.nextLine ();
String a = s1.substring (... | UTF-8 | Java | 571 | java | String(Activity1).java | Java | [] | null | [] | import java.util.*;
public class Main
{
public static void main (String[]args)
{
String s1, s2;
Scanner sc = new Scanner (System.in);
System.out.println ("enter first string");
s1 = sc.nextLine ();
System.out.println ("enter second string");
s2 = sc.nextLine ();
String a = s1.substring (... | 571 | 0.593695 | 0.570928 | 23 | 23.826086 | 16.377748 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 13 |
fc33665e810ef68163e83be6341ff4f419723759 | 12,017,318,522,745 | 70b78ae2676836794fa6a3a8cf9c15a7b67f33f7 | /src/cn/edu/henu/subject2/Solution2.java | 7971f4e5010277822a250caf56ad568347fd162d | [] | no_license | StephenChen9527/SwordForOffer | https://github.com/StephenChen9527/SwordForOffer | 69b5ea6e7dfcf7c98758ff5c9dafa2366ee00e2a | dad7f32f72b335d4fc23bbc506b07cad14a85dcb | refs/heads/master | 2021-08-17T00:52:42.800000 | 2017-11-20T15:53:03 | 2017-11-20T15:53:03 | 111,210,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.henu.subject2;
/**
* 请实现一个函数,将一个字符串中的空格替换成“%20”。
* 例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。
* ps:普通做法
* @author StephenChen9527
*
*/
public class Solution2 {
public String replaceSpace(StringBuffer str) {
char[] chars=str.toString().toCharArray();
StringBuilder sb... | UTF-8 | Java | 586 | java | Solution2.java | Java | [
{
"context": "替换之后的字符串为We%20Are%20Happy。\r\n * ps:普通做法\r\n * @author StephenChen9527\r\n *\r\n */\r\npublic class Solution2 {\r\n public St",
"end": 161,
"score": 0.9866064190864563,
"start": 146,
"tag": "USERNAME",
"value": "StephenChen9527"
}
] | null | [] | package cn.edu.henu.subject2;
/**
* 请实现一个函数,将一个字符串中的空格替换成“%20”。
* 例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。
* ps:普通做法
* @author StephenChen9527
*
*/
public class Solution2 {
public String replaceSpace(StringBuffer str) {
char[] chars=str.toString().toCharArray();
StringBuilder sb... | 586 | 0.598361 | 0.569672 | 22 | 20.272728 | 16.262568 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.318182 | false | false | 13 |
1e909986939214e8da3c564b6e03c25366d9e4e0 | 22,024,592,351,652 | d561f8576629d4620493384aa3832df15bae878c | /src/day26inheritanceoverriding/Bird.java | 642943725929d5fc213e6f1e4b2071886f4109ee | [] | no_license | MrsCenik/learningCoreJava | https://github.com/MrsCenik/learningCoreJava | ccba642caa59f580d027817c84d19166518c2c0e | 52009f046a71b0335de90a325442a1aa9a822ea4 | refs/heads/main | 2023-08-17T16:44:13.017000 | 2021-09-27T05:04:51 | 2021-09-27T05:04:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day26inheritanceoverriding;
/*
super()
1) super() is used to call a specific constructor from parent class
2) Typing "super()" or not typing "super()" have same meaning
3) super() must be used in the first line inside the constructor
4) super can be used just once inside the constructor
*/
public c... | UTF-8 | Java | 810 | java | Bird.java | Java | [
{
"context": "/\npublic class Bird extends Mammal{\n\tString name=\"Bird\";\n\tint height=11;\n\tbyte ageOfBird=1;\n\n\tpublic Bir",
"end": 364,
"score": 0.9981603622436523,
"start": 360,
"tag": "NAME",
"value": "Bird"
}
] | null | [] | package day26inheritanceoverriding;
/*
super()
1) super() is used to call a specific constructor from parent class
2) Typing "super()" or not typing "super()" have same meaning
3) super() must be used in the first line inside the constructor
4) super can be used just once inside the constructor
*/
public c... | 810 | 0.687654 | 0.675309 | 33 | 23.545454 | 20.729267 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 13 |
29fb1b70febb2ea434abd5724f2352bf0713a540 | 2,302,102,528,506 | 8a96ef96d0ce94cef125db544f871fd6f2672591 | /library/src/main/java/com/itude/mobile/mobbl/core/view/builders/MBContentViewWrapper.java | f4db84b7970e028cd3bad30485a1e26304923c94 | [
"Apache-2.0"
] | permissive | sven-m/itude-mobile-android-mobbl | https://github.com/sven-m/itude-mobile-android-mobbl | 25a8ea4ce58834651efc3f69fb22c98794bd5d04 | 448734cfd3c8ff8c448c00472992fe8d82d95f0f | refs/heads/master | 2021-01-18T02:54:30.738000 | 2015-04-28T09:39:03 | 2015-04-28T09:39:03 | 20,856,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itude.mobile.mobbl.core.view.builders;
import android.view.View;
import com.itude.mobile.mobbl.core.controller.MBViewManager;
public interface MBContentViewWrapper {
public View buildContentView(MBViewManager viewManager, View mainContainer);
}
| UTF-8 | Java | 264 | java | MBContentViewWrapper.java | Java | [] | null | [] | package com.itude.mobile.mobbl.core.view.builders;
import android.view.View;
import com.itude.mobile.mobbl.core.controller.MBViewManager;
public interface MBContentViewWrapper {
public View buildContentView(MBViewManager viewManager, View mainContainer);
}
| 264 | 0.82197 | 0.82197 | 9 | 28.333334 | 28.71701 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
cb4946b26e1bbe040c553845e7a493ec3dc10fcd | 2,302,102,531,427 | 30785a635e4bbbdc0d29d55b547cf938b63625d0 | /iam-login-service/src/test/java/it/infn/mw/iam/test/oauth/UserInfoEndpointTests.java | c8b9abc4657179d24011e48929b5613f6565704a | [
"Apache-2.0"
] | permissive | praveenmunagapati/iam-1 | https://github.com/praveenmunagapati/iam-1 | 0ebdbf73a7fd3d48f75d0716a337e3c6c5e2a9cb | b06d4d2c7acf206ece7cb0bc9059f56c03d65fc0 | refs/heads/master | 2021-08-31T07:44:20.646000 | 2017-09-29T16:39:58 | 2017-09-29T16:39:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.infn.mw.iam.test.oauth;
import static org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.springSecurity;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
i... | UTF-8 | Java | 2,209 | java | UserInfoEndpointTests.java | Java | [] | null | [] | package it.infn.mw.iam.test.oauth;
import static org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.springSecurity;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
i... | 2,209 | 0.784518 | 0.781802 | 63 | 34.063492 | 29.691467 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460317 | false | false | 13 |
defe9ced0bfbb3e28d36fe3316594eceb92db195 | 22,101,901,761,414 | aae9b73c389f9344f8e2803753d94c46d37d0e9e | /src/day10forloops/ForLoop01.java | 0fe7c55b4f984f4a8d08bf000df26a42914a9419 | [] | no_license | cemalsenel/coreJavaNotes | https://github.com/cemalsenel/coreJavaNotes | 840319569725efbc88ea20bd7d0d5d5ea0764397 | 697b142db356cc593ba24110534e2e421e39a6e2 | refs/heads/main | 2023-06-24T15:19:36.202000 | 2021-07-19T18:35:30 | 2021-07-19T18:35:30 | 387,560,482 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day10forloops;
import java.util.Scanner;
public class ForLoop01 {
public static void main(String[] args) {
// printEvenInt1();
// printEventInt2();
//printDivByFive();
printInRevOrder();
}
/*
* Print all even integers from 100 to 23 on the console in the same line wit a
* space among them
*... | UTF-8 | Java | 1,234 | java | ForLoop01.java | Java | [] | null | [] | package day10forloops;
import java.util.Scanner;
public class ForLoop01 {
public static void main(String[] args) {
// printEvenInt1();
// printEventInt2();
//printDivByFive();
printInRevOrder();
}
/*
* Print all even integers from 100 to 23 on the console in the same line wit a
* space among them
*... | 1,234 | 0.595624 | 0.560778 | 63 | 18.587301 | 20.944853 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.809524 | false | false | 13 |
657d168449bd49b7eea255a416aecbffb99456dd | 738,734,433,191 | 8bbf8b55e074bdaa0398ceee8cf5ad8337d046ba | /src/view/tools/SalvarComo.java | cfcfc0739c66119214e9efd81464125a9792007c | [] | no_license | RPGMBR/RPGmanager-src | https://github.com/RPGMBR/RPGmanager-src | af3fcffc4d5f847f04d63265794a1c67bcab7f99 | f974067b25c540be34625d5460340e2b317abf4a | refs/heads/master | 2018-04-13T11:51:19.293000 | 2012-12-01T19:57:57 | 2012-12-01T19:57:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package view.tools;
import entity.dt3e.Personagem3dt;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileNameExtensionFilter;
/**
*
* @author RodrigoAL
*/
public class SalvarComo extends javax.swing.... | UTF-8 | Java | 2,892 | java | SalvarComo.java | Java | [
{
"context": "hooser.FileNameExtensionFilter;\n\n/**\n *\n * @author RodrigoAL\n */\npublic class SalvarComo extends javax.swing.J",
"end": 271,
"score": 0.990946888923645,
"start": 262,
"tag": "NAME",
"value": "RodrigoAL"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package view.tools;
import entity.dt3e.Personagem3dt;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileNameExtensionFilter;
/**
*
* @author RodrigoAL
*/
public class SalvarComo extends javax.swing.... | 2,892 | 0.687068 | 0.682918 | 76 | 37.052631 | 32.664925 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 13 |
1573aaad0713409890f78cc64709bf45fed4359d | 309,237,707,181 | ee373460453fadfde3012dd79dda008774029ac5 | /app/src/main/java/cn/paulpaulzhang/dormitorymanagement/model/Building.java | 0d1f643aec8632ffd91d0bd542c7a9eec9dd5754 | [] | no_license | paulpaulzhang/DormitoryManagement | https://github.com/paulpaulzhang/DormitoryManagement | a1be0c302843e6ea6669c9e3da7f5c75fe686058 | 73db09b633e3c7b1b0da8c3442e5c72f6d35b5a9 | refs/heads/master | 2020-07-10T06:05:48.856000 | 2019-09-29T07:13:20 | 2019-09-29T07:13:20 | 204,186,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.paulpaulzhang.dormitorymanagement.model;
import io.objectbox.annotation.Entity;
import io.objectbox.annotation.Id;
/**
* 包名: cn.paulpaulzhang.dormitorymanagement.database.model
* 创建时间: 8/3/2019
* 创建人: zlm31
* 描述:
*/
@Entity
public class Building {
@Id
private long id;
private String name;... | UTF-8 | Java | 932 | java | Building.java | Java | [
{
"context": "anagement.database.model\n * 创建时间: 8/3/2019\n * 创建人: zlm31\n * 描述:\n */\n@Entity\npublic class Building {\n @I",
"end": 222,
"score": 0.999565839767456,
"start": 217,
"tag": "USERNAME",
"value": "zlm31"
}
] | null | [] | package cn.paulpaulzhang.dormitorymanagement.model;
import io.objectbox.annotation.Entity;
import io.objectbox.annotation.Id;
/**
* 包名: cn.paulpaulzhang.dormitorymanagement.database.model
* 创建时间: 8/3/2019
* 创建人: zlm31
* 描述:
*/
@Entity
public class Building {
@Id
private long id;
private String name;... | 932 | 0.634066 | 0.625275 | 49 | 17.571428 | 17.235464 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306122 | false | false | 13 |
3a7c178b48480b694f4c5d0b86d3e3db72c617d0 | 25,400,436,636,910 | c07b7bed9e7e7204a14c77e878388b7a165be64c | /app/src/main/java/com/ndanh/mytranslator/screen/help/HelpActivity.java | 84c22cea9cc930f0068c80ac494c84a2246f826f | [] | no_license | pnlinh-it/MyTranslator | https://github.com/pnlinh-it/MyTranslator | 04b0f4b788bc69199bed9761d88f69067f8caf15 | 8a7de4221684c86f412d75c39c7a167bc0f11428 | refs/heads/master | 2020-03-21T19:57:26.436000 | 2017-11-23T03:34:05 | 2017-11-23T03:34:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ndanh.mytranslator.screen.help;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import com.ndanh.mytranslator.R;
import com.ndanh.mytranslator.base.BaseActivit... | UTF-8 | Java | 1,066 | java | HelpActivity.java | Java | [] | null | [] | package com.ndanh.mytranslator.screen.help;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebView;
import com.ndanh.mytranslator.R;
import com.ndanh.mytranslator.base.BaseActivit... | 1,066 | 0.692308 | 0.69137 | 40 | 25.65 | 18.986244 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 13 |
b47884e71804afd54e38bd949b3e544d2460b637 | 15,607,911,159,410 | 9704405db138845f84cd71ed928cc428189482ae | /app/src/main/java/com/heyheyda/tradeagent/data/EmptyRealTimeStockInfo.java | 4473b751b255f81ca5af0b8b067d5f1fc5984a87 | [
"Apache-2.0"
] | permissive | heytsai/tradeAgent | https://github.com/heytsai/tradeAgent | 0d6013c82c04d600f45d1cacc70d0fbc8055b38f | 45fd77835375924b4728d7eb7b03317854c8be8d | refs/heads/master | 2020-04-10T09:57:25.160000 | 2019-04-20T22:57:32 | 2019-04-20T22:57:32 | 160,951,837 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heyheyda.tradeagent.data;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.util.Date;
import java.util.TimeZone;
public class EmptyRealTimeStockInfo implements RealTimeStockInfo {
private String symbol;
public EmptyRealTimeStockInfo(@NonNull Str... | UTF-8 | Java | 1,215 | java | EmptyRealTimeStockInfo.java | Java | [] | null | [] | package com.heyheyda.tradeagent.data;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.util.Date;
import java.util.TimeZone;
public class EmptyRealTimeStockInfo implements RealTimeStockInfo {
private String symbol;
public EmptyRealTimeStockInfo(@NonNull Str... | 1,215 | 0.595062 | 0.5893 | 75 | 15.2 | 14.101537 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 13 |
b5cc8bfde5da483db4ce57f72cb956950a5fbb19 | 10,539,849,809,132 | 683fd810dd78021a70dbe824c54247f83fed9d38 | /src/fr/mreddy/fruity/sprite/MonstreViolet.java | 191ff99f915048fe51f1aeecaa1dd9191f3bd205 | [] | no_license | Eddy226/FruityFrank | https://github.com/Eddy226/FruityFrank | 00878e6fa5f016d3529bbcc5695b13e4b7598cb6 | e24d02390d5c6b7902831e2134d2ea91a97cca61 | refs/heads/master | 2020-09-07T09:38:05.925000 | 2017-06-20T08:53:04 | 2017-06-20T08:53:04 | 94,424,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.mreddy.fruity.sprite;
import fr.mreddy.fruity.*;
public class MonstreViolet extends Sprite
{
public MonstreViolet()
{
super(ManagerMonstres.imgMonstreViolet, null);
}
} | UTF-8 | Java | 189 | java | MonstreViolet.java | Java | [] | null | [] | package fr.mreddy.fruity.sprite;
import fr.mreddy.fruity.*;
public class MonstreViolet extends Sprite
{
public MonstreViolet()
{
super(ManagerMonstres.imgMonstreViolet, null);
}
} | 189 | 0.756614 | 0.756614 | 12 | 14.833333 | 17.396519 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 13 |
279433bc3729afb9f68f45861bf6623a204a047a | 21,646,635,229,255 | 4edf1fc85343d683b161600c8e1214f4babb7cc9 | /Bookstore/src/java/domain/Bruker.java | 12cac61fd0156a42e51a8444a0cf5eadd51819d8 | [] | no_license | debonatis/SystemeringGruppe11 | https://github.com/debonatis/SystemeringGruppe11 | 14e2817bd18df8fe427925aa9a51b0bbb8d110ef | a0d156ed57f0b6f59a4a08d2e84e94f2e6ba3273 | refs/heads/master | 2021-01-10T11:56:01.757000 | 2013-03-13T16:38:35 | 2013-03-13T16:38:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package domain;
import extra.UsrPswWaplj;
import javax.persistence.Id;
/**
*
* @author deb
*/
public class Bruker {
private @Id
@UsrPswWaplj(passordsjekk = 0, message = "This username is alre... | UTF-8 | Java | 5,536 | java | Bruker.java | Java | [
{
"context": "mport javax.persistence.Id;\r\n\r\n/**\r\n *\r\n * @author deb\r\n */\r\npublic class Bruker {\r\n private @Id\r\n ",
"end": 205,
"score": 0.9975492358207703,
"start": 202,
"tag": "USERNAME",
"value": "deb"
},
{
"context": "s.brukernavn = brukernavn;\r\n thi... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package domain;
import extra.UsrPswWaplj;
import javax.persistence.Id;
/**
*
* @author deb
*/
public class Bruker {
private @Id
@UsrPswWaplj(passordsjekk = 0, message = "This username is alre... | 5,542 | 0.54823 | 0.546243 | 217 | 23.51152 | 21.091442 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410138 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.