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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e8b02107076bd456937c60c3b12251978292fe3e | 6,279,242,204,641 | 7c3e769ad1e036004fcd47540d018524d8cf69c4 | /bogoLive/src/main/java/com/bogokj/dynamic/modle/DynamicInfoModel.java | e9ae7adf3b0667b6786cca5b3fa8586515a2eadc | [] | no_license | zkbqhuang/bogo_live_android | https://github.com/zkbqhuang/bogo_live_android | b813ed99f7237f4dd2e77014c311bc8da74ecbf9 | a51799fa7038f089b10209e7ec446a0000a68d8a | refs/heads/master | 2022-07-06T15:29:08.344000 | 2020-05-11T03:11:12 | 2020-05-11T03:11:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bogokj.dynamic.modle;
import com.bogokj.hybrid.model.BaseActModel;
public class DynamicInfoModel extends BaseActModel {
private DynamicModel data;
public DynamicModel getData() {
return data;
}
public void setData(DynamicModel data) {
this.data = data;
}
}
| UTF-8 | Java | 309 | java | DynamicInfoModel.java | Java | [] | null | [] | package com.bogokj.dynamic.modle;
import com.bogokj.hybrid.model.BaseActModel;
public class DynamicInfoModel extends BaseActModel {
private DynamicModel data;
public DynamicModel getData() {
return data;
}
public void setData(DynamicModel data) {
this.data = data;
}
}
| 309 | 0.695793 | 0.695793 | 15 | 19.6 | 18.445595 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
292258cd176388a90c75f3ac8ca2f5482919aaff | 23,897,198,045,411 | 60eaea35ae1523318cbccddc86565ba1713fb1d8 | /jfaster-admin/src/main/java/com/abocode/jfaster/admin/system/service/UserService.java | 8710c5832611b238c93b0d9d8edd53808c6348fc | [
"Apache-2.0"
] | permissive | abocode/jfaster | https://github.com/abocode/jfaster | 61c278721bf3e7704bd3e505e2270d82a89e9b26 | 7cb5ebb309fad4acf5f74b7556e142e368b5a55e | refs/heads/development3.0 | 2022-11-30T18:43:10.056000 | 2020-09-23T12:35:59 | 2020-09-23T12:35:59 | 117,775,785 | 2 | 1 | Apache-2.0 | false | 2022-11-24T09:35:43 | 2018-01-17T03:03:18 | 2020-09-23T12:37:16 | 2022-11-24T09:35:40 | 46,884 | 2 | 1 | 7 | JavaScript | false | false | package com.abocode.jfaster.admin.system.service;
import com.abocode.jfaster.admin.system.dto.ExlUserDto;
import com.abocode.jfaster.api.system.UserDto;
import com.abocode.jfaster.core.common.model.json.ComboBox;
import com.abocode.jfaster.core.persistence.hibernate.qbc.CriteriaQuery;
import com.abocode.jfaster.core.r... | UTF-8 | Java | 1,292 | java | UserService.java | Java | [] | null | [] | package com.abocode.jfaster.admin.system.service;
import com.abocode.jfaster.admin.system.dto.ExlUserDto;
import com.abocode.jfaster.api.system.UserDto;
import com.abocode.jfaster.core.common.model.json.ComboBox;
import com.abocode.jfaster.core.persistence.hibernate.qbc.CriteriaQuery;
import com.abocode.jfaster.core.r... | 1,292 | 0.786378 | 0.786378 | 40 | 31.299999 | 30.605719 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 3 |
62b67d2f1a4b9ada63d0d22ed6da096a4dd47716 | 5,102,421,205,064 | e4a1010e91212e3538ae9af11fefe20ebb22b5c7 | /src/test/java/klobid/steps/definition/HubungiKamiDefs.java | 3d606b136c11fa1d443da682a1026545bb0afa6d | [] | no_license | YudhiPrasetyo/klobautomationproject | https://github.com/YudhiPrasetyo/klobautomationproject | 675664d8a3547aee024742709c9647072ef6477c | c5e2b8150dad907542daa4063e6e0b6f57a8fc43 | refs/heads/master | 2020-05-09T20:51:02.276000 | 2019-04-16T05:31:34 | 2019-04-16T05:31:34 | 181,422,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package klobid.steps.definition;
import cucumber.api.PendingException;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import klobid.steps.enduserstep.HubungiKamiStep;
import net.thucydides.core.annotations.Steps;
public class HubungiKamiDefs {
@Steps
Hubu... | UTF-8 | Java | 3,873 | java | HubungiKamiDefs.java | Java | [] | null | [] | package klobid.steps.definition;
import cucumber.api.PendingException;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import klobid.steps.enduserstep.HubungiKamiStep;
import net.thucydides.core.annotations.Steps;
public class HubungiKamiDefs {
@Steps
Hubu... | 3,873 | 0.683966 | 0.683966 | 134 | 27.902985 | 22.888721 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.231343 | false | false | 3 |
3d9d6853728f8a3c5b8d5f17402983e23a07748d | 15,659,450,822,871 | 8e4627e93c942be284546ede14e1a8e6c5e3ac4e | /POO_MauroTalamantes/src/poo/Camara.java | 6936efb49d9e13923e61cefbb9a114d54066aa72 | [] | no_license | MauroTalamantes/POO_MauroTalamantes | https://github.com/MauroTalamantes/POO_MauroTalamantes | 94dc1c50d43dda85c538a1cfba16643a2222bc3b | d038f7c1b2de9bb7958fc640dbdec6a5f82696fb | refs/heads/master | 2020-07-04T10:47:04.823000 | 2019-12-02T17:14:25 | 2019-12-02T17:14:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**/
package poo;
/**
* Crear objetos
* @author Mauro Talamantes Villagrana
*/
public class Camara {
private String marca;
private double precio;
private String software;
private double peso;
private double calidad;
public Camara(){
marca = "Desconoc... | UTF-8 | Java | 1,659 | java | Camara.java | Java | [
{
"context": "\npackage poo;\r\n\r\n/**\r\n * Crear objetos\r\n * @author Mauro Talamantes Villagrana\r\n */\r\npublic class Camara {\r\n \r\n private St",
"end": 91,
"score": 0.9998573064804077,
"start": 64,
"tag": "NAME",
"value": "Mauro Talamantes Villagrana"
}
] | null | [] |
/**/
package poo;
/**
* Crear objetos
* @author <NAME>
*/
public class Camara {
private String marca;
private double precio;
private String software;
private double peso;
private double calidad;
public Camara(){
marca = "Desconocido";
precio... | 1,638 | 0.514165 | 0.508137 | 73 | 20.561644 | 13.834626 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561644 | false | false | 3 |
43a0419af2f0282bd49177f0fa8c887e46f700df | 12,927,851,629,256 | 80fc0b633a3498d9dce830008a11ab70b1dfb245 | /src/test/java/hope/back/server/web/property/register/PropertyRegistrationTest.java | d126a8bb65b59fbd43296234fff263d38dc863e5 | [] | no_license | apstergGitHub/kerberos | https://github.com/apstergGitHub/kerberos | 2bcdb019b8ef2c473fbd58eb666b8642dc220307 | 4cfc4e719d15ab58142e1d7cbd63f9b412b25193 | refs/heads/master | 2021-07-04T08:21:56.490000 | 2019-03-20T17:31:08 | 2019-03-20T17:31:08 | 133,170,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hope.back.server.web.property.register;
import hope.back.AbstractTestCase;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.unit.Async;
import io.vertx.ext.unit.TestContext;
import io.vertx.ext.unit.junit.RunTestOnContext;
import io.vertx.ext.unit.junit.VertxUnitRunner;
import io.vertx.rxjava.core.Ver... | UTF-8 | Java | 3,806 | java | PropertyRegistrationTest.java | Java | [
{
"context": "Object().put(\"userId\", \"215155\").put(\"username\", \"testUsername\"))\n .subscribe(resp -> {\n ",
"end": 1759,
"score": 0.9994415640830994,
"start": 1747,
"tag": "USERNAME",
"value": "testUsername"
},
{
"context": "Object().put(\"userId\", \"2... | null | [] | package hope.back.server.web.property.register;
import hope.back.AbstractTestCase;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.unit.Async;
import io.vertx.ext.unit.TestContext;
import io.vertx.ext.unit.junit.RunTestOnContext;
import io.vertx.ext.unit.junit.VertxUnitRunner;
import io.vertx.rxjava.core.Ver... | 3,806 | 0.633473 | 0.620074 | 94 | 39.5 | 30.85441 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734043 | false | false | 3 |
3beb7010124ac9483959b066eb10c5fb4558650b | 14,903,536,533,093 | f22f449dac170fb7c30ad10622ec5653488a7782 | /src/DimaAndConyLine.java | aa4709aeb47b4f06f272f565f8c14abe0ab06abb | [] | no_license | Abkreno/CodeForces | https://github.com/Abkreno/CodeForces | ba64361afac810cc7b5bd8be6e7b7c5da950bc90 | 124417ebc3009a66d8c5268911c7837b16fb124b | refs/heads/master | 2021-01-15T23:07:54.144000 | 2016-01-15T12:41:39 | 2016-01-15T12:41:39 | 35,565,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedList;
public class DimaAndConyLine {
public static void main(String[] args) throws Exception {
BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));
int n ... | UTF-8 | Java | 1,538 | java | DimaAndConyLine.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedList;
public class DimaAndConyLine {
public static void main(String[] args) throws Exception {
BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));
int n ... | 1,538 | 0.587776 | 0.583225 | 57 | 25.982456 | 16.68647 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.508772 | false | false | 3 |
859463dfb28c66a76749f94e4f09a2a27ec3583b | 25,082,609,060,648 | 0ec9494d780bb818014f2d3c18933d4417040128 | /coral-base/coral-common/src/main/java/com/coral/base/common/convert/SimpleJsonTree.java | ff8d5527102150d1e9bf32d5f385779724851d98 | [] | no_license | coralloc8/springboot-example | https://github.com/coralloc8/springboot-example | c7e14c3ab0ecac1920365267dc7abb086fcde880 | 80b80afe4e666c6285f3dd492d436c6f6c03216d | refs/heads/master | 2023-02-19T23:54:44.445000 | 2023-02-13T09:03:40 | 2023-02-13T09:03:40 | 274,320,100 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coral.base.common.convert;
import java.util.List;
import java.util.Map;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author huss
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class SimpleJsonTree {
private String label;
private Object v... | UTF-8 | Java | 567 | java | SimpleJsonTree.java | Java | [
{
"context": ";\nimport lombok.NoArgsConstructor;\n\n/**\n * @author huss\n */\n@Data\n@AllArgsConstructor\n@NoArgsConstructor\n",
"end": 193,
"score": 0.9995684623718262,
"start": 189,
"tag": "USERNAME",
"value": "huss"
}
] | null | [] | package com.coral.base.common.convert;
import java.util.List;
import java.util.Map;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @author huss
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class SimpleJsonTree {
private String label;
private Object v... | 567 | 0.695886 | 0.695886 | 31 | 17.032259 | 14.418814 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 3 |
a78b63ddcb236ee4b26cfe2f263a33b4c2d03c26 | 18,159,121,760,339 | 237896cb41adf485d01fdffaa20ad12b9e452913 | /src/main/java/com/suraj/employee/rest/service/impl/EmployeeServiceImpl.java | b98860b60eeb96c4641e134f5f0915b213f527f8 | [] | no_license | surajtech003/EmployeeCrudRestAppWithDBMySql | https://github.com/surajtech003/EmployeeCrudRestAppWithDBMySql | 0e39720f14d8d114307a891bee0faedf2d454cc7 | 85f26734d3d0fe3966d4a648a04da097b5403fee | refs/heads/master | 2020-06-05T21:32:34.232000 | 2019-06-18T14:04:23 | 2019-06-18T14:04:23 | 192,551,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suraj.employee.rest.service.impl;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
import com.suraj.employee.rest.dao.Empl... | UTF-8 | Java | 2,021 | java | EmployeeServiceImpl.java | Java | [] | null | [] | package com.suraj.employee.rest.service.impl;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
import com.suraj.employee.rest.dao.Empl... | 2,021 | 0.800099 | 0.800099 | 78 | 24.910257 | 25.835369 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217949 | false | false | 3 |
2cddf5cace5d54397509f956c411069304e337ca | 18,159,121,758,042 | 943fc926eeb42dd30031e4306860db4a23cc1091 | /src/pe/Ventas/package-info.java | 67e624466eabb41d015e31a770a546da2e33a1f8 | [] | no_license | Francocg/soapventas | https://github.com/Francocg/soapventas | 09f2a12fb160535697f34dca13493b996ca3569f | 30d4fa29e39e01db2551f939032249f58fa8422e | refs/heads/master | 2023-05-01T20:24:45.135000 | 2021-05-18T02:52:05 | 2021-05-18T02:52:05 | 368,381,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @javax.xml.bind.annotation.XmlSchema(namespace = "http://Ventas.pe/")
package pe.Ventas;
| UTF-8 | Java | 89 | java | package-info.java | Java | [] | null | [] | @javax.xml.bind.annotation.XmlSchema(namespace = "http://Ventas.pe/")
package pe.Ventas;
| 89 | 0.752809 | 0.752809 | 2 | 43.5 | 25.5 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
deea7c7b0c7bc8ab6a1b70515a29f3121c1c0a87 | 9,311,489,150,629 | 2145c58b47ec1bf9fb2c2c50536222f68a9bafaa | /app/src/main/java/com/maxiee/heartbeat/ui/GalleryActivity.java | ed2ddc9f16e1b6976e43c6f2be263c10d344b856 | [
"Apache-2.0"
] | permissive | XXpanda/HeartBeat | https://github.com/XXpanda/HeartBeat | 98ba1ae6372e35d5eebdc16efd7837fa861eca34 | b26d7f5753435f42b57f3750fdcafaf3191064cc | refs/heads/master | 2021-01-15T09:23:15.492000 | 2015-10-24T05:10:27 | 2015-10-24T05:10:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maxiee.heartbeat.ui;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.maxiee.heartbeat.R;
import com.maxiee.heartbeat.database.api.GetImageByEventKey... | UTF-8 | Java | 1,789 | java | GalleryActivity.java | Java | [
{
"context": "artbeat.ui.common.BaseActivity;\n\n/**\n * Created by maxiee on 15-8-26.\n */\npublic class GalleryActivity exte",
"end": 402,
"score": 0.999678373336792,
"start": 396,
"tag": "USERNAME",
"value": "maxiee"
}
] | null | [] | package com.maxiee.heartbeat.ui;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.maxiee.heartbeat.R;
import com.maxiee.heartbeat.database.api.GetImageByEventKey... | 1,789 | 0.659027 | 0.653997 | 58 | 29.844828 | 22.018646 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 3 |
ffe46069944133ceb79bbfbf42886fe71d8d623d | 31,353,261,298,197 | 5636ed4aac1b8f4a15f34feb94ea929f7ecf05b3 | /picasa-to-blog/src/main/java/com/axisdesktop/picasatoblog/picasarss/ItemNode.java | c3353705e4319fe4d4c7ac81009251b7aff5bfa8 | [] | no_license | fopcoder/com.axisdesktop.picasatoblog | https://github.com/fopcoder/com.axisdesktop.picasatoblog | ce3b0819bf4579859eb37606405aea2985e78671 | 50d6ff6fec90bf4b9e894a90385ec7e2c7da1f2c | refs/heads/master | 2021-01-21T14:04:16.420000 | 2016-01-29T19:57:20 | 2016-01-29T19:57:20 | 40,922,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.axisdesktop.picasatoblog.picasarss;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement( name = "item" )
@XmlAccessorType( XmlAccessType.FIELD )
public class ItemNode {
private String link;
pri... | UTF-8 | Java | 572 | java | ItemNode.java | Java | [] | null | [] | package com.axisdesktop.picasatoblog.picasarss;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement( name = "item" )
@XmlAccessorType( XmlAccessType.FIELD )
public class ItemNode {
private String link;
pri... | 572 | 0.748252 | 0.748252 | 28 | 19.428572 | 17.569105 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
545612d6c3eff3ef0703e78d365e8183594a1533 | 17,910,013,659,409 | 1ff65599329bc3958cdb1f356a31fbf14a16ae56 | /src/com/demo/FlashTesting.java | cb8610b92ca6a9c923c42ffa44c15bda735e586f | [] | no_license | shilpareddy92/DemoProject | https://github.com/shilpareddy92/DemoProject | 6eb3dc7e34ef585b378cd25933ce6c120baf2866 | 9f63ddf949737dcae7a5c0ae5ddd2e3a67a1db22 | refs/heads/master | 2020-06-12T13:12:24.759000 | 2019-10-04T10:26:49 | 2019-10-04T10:26:49 | 194,309,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.sikuli.script.FindFailed;
import org.sikuli.script.Pattern;
import org.sikuli.script.Screen;
public class ... | UTF-8 | Java | 1,238 | java | FlashTesting.java | Java | [
{
"context": " Screen();\r\n\t\tPattern p = new Pattern(\"C:\\\\Users\\\\SDagadapally\\\\Desktop\\\\pause.png\");\r\n\t\ts.wait(p, 2000);\r\n\t\ts.c",
"end": 1150,
"score": 0.9126631617546082,
"start": 1138,
"tag": "USERNAME",
"value": "SDagadapally"
}
] | null | [] | package com.demo;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.sikuli.script.FindFailed;
import org.sikuli.script.Pattern;
import org.sikuli.script.Screen;
public class ... | 1,238 | 0.705977 | 0.701131 | 43 | 26.790697 | 26.870541 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.744186 | false | false | 3 |
3c14bb49daf4753b2528742499a4775f629ce9ce | 27,109,833,633,782 | a5e74b8b711090e611e4b6c3a8472206496e73dd | /src/main/java/com/buit/commons/enums/SslbEnum.java | 8302435421732611390a7a2188056e790917f2c1 | [] | no_license | gfz1103/op | https://github.com/gfz1103/op | 0fd5545961b0a0b381f209ef6bdc3881848fb410 | a6857bf4eff8e85310b0c2dc39827474237a167f | refs/heads/master | 2023-06-17T19:10:38.141000 | 2021-07-19T01:39:18 | 2021-07-19T01:39:18 | 387,306,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buit.commons.enums;
/**
* @author All
*/
public enum SslbEnum {
//所属类别 | SSLB 1 个人 2 科室 3 全院 4 B类模板
code_1(1),
code_2(2),
code_3(3),
code_4(4);
private Integer code;
SslbEnum(Integer code) {
this.code = code;
}
public Integer getCode() {
return cod... | UTF-8 | Java | 430 | java | SslbEnum.java | Java | [
{
"context": "package com.buit.commons.enums;\n\n\n/**\n * @author All\n */\npublic enum SslbEnum {\n //所属类别 | SSLB 1 个",
"end": 52,
"score": 0.777710497379303,
"start": 49,
"tag": "NAME",
"value": "All"
}
] | null | [] | package com.buit.commons.enums;
/**
* @author All
*/
public enum SslbEnum {
//所属类别 | SSLB 1 个人 2 科室 3 全院 4 B类模板
code_1(1),
code_2(2),
code_3(3),
code_4(4);
private Integer code;
SslbEnum(Integer code) {
this.code = code;
}
public Integer getCode() {
return cod... | 430 | 0.539604 | 0.509901 | 27 | 13.962963 | 12.670998 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 3 |
481c1c1edd8fc2d538fc096d8818afc29209afa0 | 22,308,060,184,067 | 2436dd7962667f75d3d349460dd7fff02aaa7b02 | /src/main/java/com/mohsinkerai/adminlte/report/ReportingController.java | a5a2604a7edff6ccb1485e1917d5d80e5f3a53c1 | [] | no_license | mohsinkerai/volunteer-data-collection | https://github.com/mohsinkerai/volunteer-data-collection | 4fdbe49287f2316f276f1655b428ddd6560be51f | 20023a997ad07a6dbae5d9fc37669f5b2541a80d | refs/heads/master | 2022-06-28T17:02:47.669000 | 2020-05-23T16:39:05 | 2020-05-23T16:39:05 | 247,723,880 | 0 | 0 | null | false | 2022-06-21T02:59:59 | 2020-03-16T14:29:57 | 2020-05-23T16:39:31 | 2022-06-21T02:59:59 | 7,490 | 0 | 0 | 3 | JavaScript | false | false | package com.mohsinkerai.adminlte.report;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.mohsinkerai.adminlte.jamatkhana.Jamatkhana;
import com.mohsinkerai.adminlte.person.Person;
import com.mohsinkerai.adminlte.person.PersonServi... | UTF-8 | Java | 5,295 | java | ReportingController.java | Java | [] | null | [] | package com.mohsinkerai.adminlte.report;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.mohsinkerai.adminlte.jamatkhana.Jamatkhana;
import com.mohsinkerai.adminlte.person.Person;
import com.mohsinkerai.adminlte.person.PersonServi... | 5,295 | 0.779603 | 0.779037 | 126 | 41.023811 | 33.33654 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825397 | false | false | 3 |
c3eda8f0fd52a5125aa5c7022fc9adc19f5e08fd | 18,580,028,567,554 | f2aefd62332f70f313bb6ae3c0d7d9683c50ac3a | /Tic/src/jtbisign/engine/Screen.java | 9b9ef0204b786c7d31f6bd4bc273049ef7678e6a | [] | no_license | JustinBis/CS1971 | https://github.com/JustinBis/CS1971 | 4fe198eeedf9a2425a2a31ff1b2c4a6d7f01cd50 | 4dc31162ecf4b68d4c1fc32dbb017492b92435a7 | refs/heads/master | 2015-09-26T10:41:25.542000 | 2015-09-23T03:41:56 | 2015-09-23T03:41:56 | 42,846,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jtbisign.engine;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseWheelEvent;
import cs1971.Vec2i;
public abstract class Screen {
private Application parentApplication;
/**
* If this screen should have a ba... | UTF-8 | Java | 6,357 | java | Screen.java | Java | [] | null | [] | package jtbisign.engine;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseWheelEvent;
import cs1971.Vec2i;
public abstract class Screen {
private Application parentApplication;
/**
* If this screen should have a ba... | 6,357 | 0.732421 | 0.729432 | 225 | 27.253334 | 28.781519 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.342222 | false | false | 3 |
e16717146af8087cb4533a0df62cfff5b0f9008b | 28,870,770,172,787 | 3791c09b0d3ac3bd30871adb46a3f99e2f085fca | /src/bsearch/Sqrt.java | efa5f666d49902c34516258934b18e592b38d9a5 | [] | no_license | haleyhao/LeetCode | https://github.com/haleyhao/LeetCode | 0279aed67dcec1ebb7c3965fdcb6fe6b51ee8e26 | 232b5873592817ffd3db164c0fc04ad3e56c7414 | refs/heads/master | 2020-03-31T20:17:12.571000 | 2019-11-12T05:59:00 | 2019-11-12T05:59:00 | 152,533,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bsearch;
public class Sqrt {
// LeetCode 69
// b search
public int mySqrt(int x) {
if (x < 1) return 0;
int low = 1;
int high = x;
while (low <= high) {
int mid = (high - low) / 2 + low;
if (x / mid == mid) return mid;
if (x / mid ... | UTF-8 | Java | 428 | java | Sqrt.java | Java | [] | null | [] | package bsearch;
public class Sqrt {
// LeetCode 69
// b search
public int mySqrt(int x) {
if (x < 1) return 0;
int low = 1;
int high = x;
while (low <= high) {
int mid = (high - low) / 2 + low;
if (x / mid == mid) return mid;
if (x / mid ... | 428 | 0.422897 | 0.404206 | 18 | 22.777779 | 14.366456 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
2c577639648ba9620ea0ad06b6bc25a594557afb | 8,220,567,471,245 | 5072a81358b2f39837ba62f183a3cea9ba6e00fc | /src/net/kihar/anticheat/check/ICheck.java | 9fc7459175b5372e11f6e5be7b479c7ec565944b | [] | no_license | Grac3T/Kihar-Anticheat-Source-Code | https://github.com/Grac3T/Kihar-Anticheat-Source-Code | 153b88a7fb45c596b1712b4f71078c3c8c1d515a | 05ac1b5232c08d2ada8a07d1f8eb743f5f3d9f88 | refs/heads/master | 2023-08-11T00:28:25.865000 | 2021-10-09T00:36:30 | 2021-10-09T00:36:30 | 415,162,388 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.kihar.anticheat.check;
public interface ICheck<T> {
Class<T> getType();
void handle(T type);
}
| UTF-8 | Java | 113 | java | ICheck.java | Java | [] | null | [] | package net.kihar.anticheat.check;
public interface ICheck<T> {
Class<T> getType();
void handle(T type);
}
| 113 | 0.699115 | 0.699115 | 9 | 11.555555 | 13.250669 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
4a13f820feeaf52a67be15b1d51d640df855ff0b | 27,238,682,604,626 | e0ce2962dc0a9ad8f4f5c8cce385b17721db4731 | /test/com/catalyser/util/PositionReaderUtilTest.java | 7f1703da53210e506ad861bc82f32224aa2f0ee8 | [] | no_license | Techno1234/MarsRover | https://github.com/Techno1234/MarsRover | 067dd268349f11a843d72dc5321c36e06ab54a5c | ce749e5713aa8e1843a76b554c3195e0519c6358 | refs/heads/master | 2021-08-15T20:49:21.889000 | 2017-11-18T08:50:35 | 2017-11-18T08:50:35 | 111,189,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.catalyser.util;
import static org.junit.Assert.assertEquals;
import java.awt.Point;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Scanner;
import org.junit.Aft... | UTF-8 | Java | 11,983 | java | PositionReaderUtilTest.java | Java | [] | null | [] | package com.catalyser.util;
import static org.junit.Assert.assertEquals;
import java.awt.Point;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Scanner;
import org.junit.Aft... | 11,983 | 0.776767 | 0.770842 | 303 | 38.551155 | 36.431271 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.085809 | false | false | 3 |
cc8dec432d074d737e7f4a0dcfa89a9c5b94c115 | 8,718,783,662,045 | 793da0470d60c64c39c798a41194d87632160895 | / nobrainerproject/NoBrainer/src/fr/uhp/nobrain/plateform/playerinvite/PlayerInviteView.java | fbd230bc707c19f36a0d81ed4afe3a0e2fd72ffc | [] | no_license | ThomasHuraux/nobrainerproject | https://github.com/ThomasHuraux/nobrainerproject | 0f3d192bea79855f14a0f139304e4a782f2faf50 | aa2f73223b49ec015bb064a8be4e91780e258d43 | refs/heads/master | 2021-01-10T15:15:26.778000 | 2015-06-05T06:37:52 | 2015-06-05T06:37:52 | 36,915,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.uhp.nobrain.plateform.playerinvite;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.util.ArrayList;
import java.util.Observable;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScro... | UTF-8 | Java | 2,775 | java | PlayerInviteView.java | Java | [] | null | [] | package fr.uhp.nobrain.plateform.playerinvite;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.util.ArrayList;
import java.util.Observable;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScro... | 2,775 | 0.705946 | 0.699099 | 116 | 22.922413 | 19.070717 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.362069 | false | false | 3 |
178e97fe54d74cb03c4dd2620b837b3f4784ecdb | 15,487,652,071,483 | a721d9ffd9e6add1ea4625ec4d4cdcea9a1b53a8 | /Pro_170906_SaveMyWallet/src/es/savemywallet/web/controllers/WalletController.java | 5b705550ef87dc77fb221f2fb24cdab0cac27ea6 | [] | no_license | hugo1988/SaveMyWallet | https://github.com/hugo1988/SaveMyWallet | 588735950bfc1e8863bbf0a1e6987e786ef3220e | 77410f17c678da0d621e615b7ad229bcfaa4f4af | refs/heads/master | 2021-06-24T17:47:21.849000 | 2017-09-12T07:03:50 | 2017-09-12T07:03:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.savemywallet.web.controllers;
import java.io.IOException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotat... | ISO-8859-1 | Java | 8,324 | java | WalletController.java | Java | [] | null | [] | package es.savemywallet.web.controllers;
import java.io.IOException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotat... | 8,324 | 0.638308 | 0.636866 | 286 | 28.097902 | 25.354084 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.146853 | false | false | 3 |
72e421cae34e9841165afc0257acd26fd64d3d8b | 26,190,710,627,422 | bcaa577ee0abd6c8d02734fdaafe1de71783a2fa | /app/src/main/java/lu/maycrosoft/transporteit/lu/NextStationsURLHandler.java | cdc0ea05e08ca13a36f1e33d8e6a7549729458d7 | [] | no_license | Mayni91/Transporteit.lu | https://github.com/Mayni91/Transporteit.lu | df433e98af918bd9b74d1a6db7f1215bf4ce5dcd | 4d029aabf07ab67c1f357e7a71486e039d5f7296 | refs/heads/master | 2020-06-28T08:31:29.071000 | 2017-01-17T14:31:54 | 2017-01-17T14:31:54 | 74,464,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lu.maycrosoft.transporteit.lu;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.i... | UTF-8 | Java | 5,843 | java | NextStationsURLHandler.java | Java | [] | null | [] | package lu.maycrosoft.transporteit.lu;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.i... | 5,843 | 0.576416 | 0.574876 | 161 | 35.291927 | 31.371674 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602484 | false | false | 3 |
f0747648281b052a6dff586147635411d23fda49 | 27,814,208,229,421 | 691599a1fcfacd488aa04d78e804c2e0c0d69459 | /JavaPractice/src/com/practice/oops/interfacekeyword/PracticeBattery.java | 7d91c82218aadb03761f483119e8f27559d07e28 | [] | no_license | SudhaReddy2016/java-practice | https://github.com/SudhaReddy2016/java-practice | 73f18d7dc9031669d60da5a561997f54db5d577e | d786fcc12d83ee4899c9fd7c7d90d9c236451073 | refs/heads/master | 2022-06-05T18:54:22.851000 | 2020-05-02T04:33:17 | 2020-05-02T04:33:17 | 260,610,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practice.oops.interfacekeyword;
public interface PracticeBattery {
public String battery();
public void battery1();
} | UTF-8 | Java | 143 | java | PracticeBattery.java | Java | [] | null | [] | package com.practice.oops.interfacekeyword;
public interface PracticeBattery {
public String battery();
public void battery1();
} | 143 | 0.734266 | 0.727273 | 8 | 16.125 | 16.571342 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
6b30a53cb7e90fbf1957a597d7ed31dfe2cc167b | 20,177,756,406,595 | bfc9cde4a227705699cf0643d47c56fd63eb6994 | /lib-common-core/src/main/java/com/gcml/common/app/lifecycle/AppDelegate.java | 0ee202d4e5e6425027d0fab9b3fa06938e21105a | [] | no_license | dcy000/MLxiao | https://github.com/dcy000/MLxiao | debcf371230832bef283507dedbbff8cd6271fb7 | 02df66d1d22c3a0658ef1a86acb28885c2dbb691 | refs/heads/master | 2021-01-20T10:14:11.370000 | 2018-10-19T10:23:02 | 2018-10-19T10:23:02 | 101,597,000 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gcml.common.app.lifecycle;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.Fra... | UTF-8 | Java | 11,228 | java | AppDelegate.java | Java | [
{
"context": "ist;\n\nimport timber.log.Timber;\n\n/**\n * Created by afirez on 2018/6/15.\n */\n\npublic enum AppDelegate implem",
"end": 510,
"score": 0.9997007250785828,
"start": 504,
"tag": "USERNAME",
"value": "afirez"
}
] | null | [] | package com.gcml.common.app.lifecycle;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.Fra... | 11,228 | 0.638582 | 0.637691 | 253 | 43.379448 | 36.069519 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 3 |
957db1b8edb1001abf27c389e5850770a6f3d85e | 16,681,652,999,002 | b1af7c61dcea66cb9e94806359818a464879dbe7 | /bssv/J564200/com/beone/fedex/beshipments/NaftaNetCostMethodCode.java | 3fcdd80cc9a4db35b201bbff623bdfeb571bb830 | [] | no_license | PPatel0212/Java-Web-Services-JDE | https://github.com/PPatel0212/Java-Web-Services-JDE | aa8c17bac68a73db153de903129246bf2d1f06ae | c296873106455f69aa541e45ae73a15756e9a413 | refs/heads/master | 2022-12-29T18:17:41.801000 | 2020-10-07T21:09:57 | 2020-10-07T21:09:57 | 264,015,732 | 0 | 0 | null | false | 2020-06-22T01:14:32 | 2020-05-14T20:15:26 | 2020-06-21T21:17:57 | 2020-06-22T01:14:31 | 803 | 0 | 0 | 0 | Java | false | false | /**
* Generated from schema type t=NaftaNetCostMethodCode@http://www.beone.com/fedex/beshipments
*/
package be.e1.bssv.J564200.com.beone.fedex.beshipments;
import java.util.HashMap;
import java.util.Map;
import com.bea.xbean.util.XsTypeConverter;
public class NaftaNetCostMethodCode implements java.io.Serializable {... | UTF-8 | Java | 1,690 | java | NaftaNetCostMethodCode.java | Java | [] | null | [] | /**
* Generated from schema type t=NaftaNetCostMethodCode@http://www.beone.com/fedex/beshipments
*/
package be.e1.bssv.J564200.com.beone.fedex.beshipments;
import java.util.HashMap;
import java.util.Map;
import com.bea.xbean.util.XsTypeConverter;
public class NaftaNetCostMethodCode implements java.io.Serializable {... | 1,690 | 0.721302 | 0.71716 | 66 | 24.60606 | 26.735449 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 3 |
2517dafe3cb83df6c75979d43e5554b304420c8c | 31,851,477,531,107 | bd3e12efc24453f0fb5ce38d1b064432a925e69d | /main/java/thexnator/furnituremod/util/utilobjects/MatrixStack.java | c79a4ebc843354c5a72cbeb208703e48a0a7182b | [] | no_license | TheXnator/FurnitureMod | https://github.com/TheXnator/FurnitureMod | 62e91aff9a9e46d72ab819bbf30f019aea3cbd20 | b3699f71e75d467886d5429de40b127fb94b194d | refs/heads/master | 2021-01-18T21:34:22.987000 | 2016-06-05T10:41:47 | 2016-06-05T10:41:47 | 50,041,844 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thexnator.furnituremod.util.utilobjects;
import java.util.Stack;
import org.lwjgl.util.vector.Matrix4f;
import org.lwjgl.util.vector.Vector3f;
import thexnator.furnituremod.util.utilobjects.vectors.Vec3M;
public class MatrixStack{
private Stack<Matrix4f> stack=new Stack<>();
public Matrix4f get(){
if(st... | UTF-8 | Java | 1,984 | java | MatrixStack.java | Java | [] | null | [] | package thexnator.furnituremod.util.utilobjects;
import java.util.Stack;
import org.lwjgl.util.vector.Matrix4f;
import org.lwjgl.util.vector.Vector3f;
import thexnator.furnituremod.util.utilobjects.vectors.Vec3M;
public class MatrixStack{
private Stack<Matrix4f> stack=new Stack<>();
public Matrix4f get(){
if(st... | 1,984 | 0.699093 | 0.679435 | 63 | 30.492064 | 25.84746 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.349206 | false | false | 3 |
13927d49ea6cc9edb94a646cd91b2e36ac382b95 | 31,851,477,530,811 | 5557bbeb98dc88f6b7da7641d67e89004c33259d | /src/main/java/com/sap/oss/phosphor/fosstars/util/Deserialization.java | adf1ea7d5a1ce783bbd1b7dd7239e9c0f90fa0ae | [
"Apache-2.0"
] | permissive | SAP/fosstars-rating-core | https://github.com/SAP/fosstars-rating-core | 5a4e0afd49915ca52c178765257b8864da6ecebc | 7b129aeb89b5f493f34d0874c9bbb39bd1d6d80e | refs/heads/master | 2023-08-31T22:44:34.267000 | 2023-08-18T08:21:24 | 2023-08-18T08:21:24 | 236,462,734 | 50 | 30 | Apache-2.0 | false | 2023-09-05T06:06:15 | 2020-01-27T10:08:24 | 2023-07-25T14:32:24 | 2023-09-05T06:06:11 | 33,795 | 50 | 24 | 76 | Java | false | false | package com.sap.oss.phosphor.fosstars.util;
import static java.util.Collections.emptyList;
import static java.util.Collections.singletonList;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.j... | UTF-8 | Java | 15,685 | java | Deserialization.java | Java | [] | null | [] | package com.sap.oss.phosphor.fosstars.util;
import static java.util.Collections.emptyList;
import static java.util.Collections.singletonList;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.j... | 15,685 | 0.780937 | 0.78081 | 348 | 44.071838 | 27.446981 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744253 | false | false | 3 |
8d02a6ad44996a0d9000cd16e0f7698e8372e91c | 26,199,300,535,249 | 041a29f963e4b88de50d8114c1b9fe6bdb0ca0ee | /wuyuan-web2/src/main/java/com/wuyuan/webapps/controller/MyConstants.java | d5f4fdd5a05f238c581ca1b61f5e1fb65c8519b5 | [] | no_license | my-queqiao/queqiao | https://github.com/my-queqiao/queqiao | aa695d60e83d6e0c3e79dca57b261d9bb2b383d1 | 3098a5d2659e7d2ae625fd5637d4c73a0e5db2dd | refs/heads/master | 2022-12-20T04:35:11.215000 | 2020-05-22T09:30:56 | 2020-05-22T09:30:56 | 148,271,648 | 0 | 0 | null | false | 2022-12-16T02:54:30 | 2018-09-11T06:35:29 | 2020-05-22T09:32:49 | 2022-12-16T02:54:27 | 81,644 | 0 | 0 | 16 | JavaScript | false | false | package com.wuyuan.webapps.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.wuyuan.webapps.pojo.Message;
/**
* 常量
* @author admin
*
*/
public interface MyConstants {
/* session中属性的记录,可以写到这儿
* sessi... | UTF-8 | Java | 1,060 | java | MyConstants.java | Java | [
{
"context": "an.webapps.pojo.Message;\r\n\r\n/**\r\n * 常量\r\n * @author admin\r\n *\r\n */\r\npublic interface MyConstants {\r\n /* ses",
"end": 242,
"score": 0.9989696741104126,
"start": 237,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.wuyuan.webapps.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.wuyuan.webapps.pojo.Message;
/**
* 常量
* @author admin
*
*/
public interface MyConstants {
/* session中属性的记录,可以写到这儿
* sessi... | 1,060 | 0.716484 | 0.716484 | 29 | 29.379311 | 31.459238 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.482759 | false | false | 3 |
b49bec3d33df84cab502466653a3727278ac98d2 | 20,830,591,450,460 | 6ee51a4da78d8f7932e3f3553005036fc4a4dd6e | /src/sf/browser/model/items/DownloadItem.java | 3dba9835a5f0b5f64761cd33e6c6fe16fffdaa40 | [
"MIT"
] | permissive | sunnyfarmer/SFBrowser | https://github.com/sunnyfarmer/SFBrowser | 206ce6f8541e06ba44394dfd0ed9721b24583591 | 1f27685ddfce82c09e4794245426ad82c032df57 | refs/heads/master | 2016-09-06T10:43:20.216000 | 2014-01-20T15:39:37 | 2014-01-20T15:39:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sf.browser.model.items;
import java.io.File;
import java.util.Random;
import sf.browser.R;
import sf.browser.events.EventConstants;
import sf.browser.events.EventController;
import sf.browser.ui.activities.DownloadsListActivity;
import sf.browser.ui.runnables.DownloadRunnable;
import sf.browser.utils.IOUtils;... | UTF-8 | Java | 5,305 | java | DownloadItem.java | Java | [] | null | [] | package sf.browser.model.items;
import java.io.File;
import java.util.Random;
import sf.browser.R;
import sf.browser.events.EventConstants;
import sf.browser.events.EventController;
import sf.browser.ui.activities.DownloadsListActivity;
import sf.browser.ui.runnables.DownloadRunnable;
import sf.browser.utils.IOUtils;... | 5,305 | 0.748162 | 0.746089 | 210 | 24.261906 | 30.302019 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652381 | false | false | 3 |
a783825e564d43a569ebacbf954162766ada7402 | 33,749,853,039,282 | 048530710461c7961f0625b10fd684eab754f119 | /mylibrary/src/main/java/com/lyt/asyncmanager/library/type/TaskType.java | 9319c1c4a99a40514d7708635ffed966f8e6d95f | [] | no_license | liyunte/AsyncManager | https://github.com/liyunte/AsyncManager | 3037c827ea56f1993b078113abb7f2e0ce032c65 | 600cdae710b1668981a48ef8e3ae3635ceaaaa8c | refs/heads/master | 2020-05-13T22:30:06.309000 | 2019-04-16T10:32:31 | 2019-04-16T10:32:31 | 181,668,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lyt.asyncmanager.library.type;
public enum TaskType {
AUTO,//全部
WORK,//任务
FINISH,//完成
}
| UTF-8 | Java | 126 | java | TaskType.java | Java | [] | null | [] | package com.lyt.asyncmanager.library.type;
public enum TaskType {
AUTO,//全部
WORK,//任务
FINISH,//完成
}
| 126 | 0.649123 | 0.649123 | 8 | 13.25 | 13.264143 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
75d957e5162780494fe4f768f3f6a141a8932e8d | 37,701,222,934,860 | 1dc3e710675e26da63d7a4a5654142b955c976f8 | /src/test/java/com/rahulshettyacademy/dataLoads/DataReader.java | 5ee2f65f15bd5a17d0a7c72c60cb14673d6a44ba | [] | no_license | ramizkazak/DesignPatterns | https://github.com/ramizkazak/DesignPatterns | 97389d28e5648c63e4e40d838d985a02f17f016c | 0f57c2fb11d0c726f763f54d8f6e110a30f3b4b9 | refs/heads/master | 2023-07-07T17:36:06.343000 | 2021-08-20T19:54:09 | 2021-08-20T19:54:09 | 392,101,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rahulshettyacademy.dataLoads;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.u... | UTF-8 | Java | 959 | java | DataReader.java | Java | [] | null | [] | package com.rahulshettyacademy.dataLoads;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.u... | 959 | 0.68926 | 0.688217 | 33 | 28.060606 | 31.862335 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 3 |
89def3f6a63914e93f0ff08e6e0d6353ca6eac32 | 34,668,976,049,381 | e15612b3bdd2ee28127e1152669d86fa9323a9ce | /com.synet.tool.rsc/src/com/synet/tool/rsc/service/PoutEntityService.java | a772560c53c1511f20ced5732eb385dfe68dec28 | [] | no_license | ChalmersA/RSC50 | https://github.com/ChalmersA/RSC50 | 6fb4283832768c365fafd0370ce32b2a90b9baf1 | b119479e06a51521384d3dcd5b509302970b9064 | refs/heads/master | 2018-11-02T06:37:03.864000 | 2018-11-01T14:26:07 | 2018-11-01T14:26:07 | 143,941,858 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.synet.tool.rsc.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.synet.tool.rsc.RSCConstants;
import com.synet.tool.rsc.model.Tb1046IedEntity;
import com.synet.tool.rsc.model.Tb1056SvcbEntity;
import com.synet.tool.rsc.model.Tb1061PoutEn... | UTF-8 | Java | 3,036 | java | PoutEntityService.java | Java | [] | null | [] | package com.synet.tool.rsc.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.synet.tool.rsc.RSCConstants;
import com.synet.tool.rsc.model.Tb1046IedEntity;
import com.synet.tool.rsc.model.Tb1056SvcbEntity;
import com.synet.tool.rsc.model.Tb1061PoutEn... | 3,036 | 0.744139 | 0.674481 | 87 | 33.321838 | 31.137255 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.068965 | false | false | 3 |
2e290171c7dfa3430b7334445d18d1a48ec75ffa | 37,048,387,903,334 | 2922bbb50881de2816dbfa6f6e1983cce2a0d59f | /src/main/java/ru/doublebyte/amznsm/services/SessionStorage.java | 707eeacf02ed724f6554eb50b5bd11b4e2174fd5 | [
"BSD-3-Clause"
] | permissive | n-at/amzn-stock-monitoring | https://github.com/n-at/amzn-stock-monitoring | e801e2d9b93613142a5a7264340b2620c2dfd678 | f1ddcfa846a969c8260eb4adff9cc22c3e9b9a18 | refs/heads/master | 2022-09-02T22:45:39.955000 | 2021-11-28T15:53:15 | 2021-11-28T15:53:15 | 97,122,881 | 0 | 0 | BSD-3-Clause | false | 2022-09-01T22:19:39 | 2017-07-13T12:59:31 | 2021-11-28T15:53:20 | 2022-09-01T22:19:38 | 70 | 0 | 0 | 1 | Java | false | false | package ru.doublebyte.amznsm.services;
public class SessionStorage {
private boolean authorized = false;
public boolean isAuthorized() {
return authorized;
}
public void setAuthorized(boolean authorized) {
this.authorized = authorized;
}
}
| UTF-8 | Java | 281 | java | SessionStorage.java | Java | [] | null | [] | package ru.doublebyte.amznsm.services;
public class SessionStorage {
private boolean authorized = false;
public boolean isAuthorized() {
return authorized;
}
public void setAuthorized(boolean authorized) {
this.authorized = authorized;
}
}
| 281 | 0.683274 | 0.683274 | 15 | 17.733334 | 18.277369 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 3 |
24bc27351c46c72511194fb537f9849cb269f9ce | 19,353,122,652,956 | 9ab4eeec786f456df53342c77c6c9b0395efca27 | /yun-common/src/main/java/com/wdq/yun/common/enums/RespCode.java | a3744ba450f90d28841eb0f10bc8af9d918250a5 | [] | no_license | dreamlikey/yun | https://github.com/dreamlikey/yun | c5e62858218f2c540a2eca84666bc1089ddf8b57 | 038734014e7cb0a3c583a879e734b813c15d4493 | refs/heads/develope | 2022-12-31T03:06:25.377000 | 2019-09-25T03:02:41 | 2019-09-25T03:02:41 | 162,272,665 | 0 | 0 | null | false | 2022-12-16T15:53:48 | 2018-12-18T10:43:14 | 2019-09-25T03:03:20 | 2022-12-16T15:53:45 | 622 | 0 | 0 | 10 | Java | false | false | package com.wdq.yun.common.enums;
/**
* @author wudq
* @date 2019/8/21
* @Description:
*/
public enum RespCode {
PASS_OK(0,"操作成功");
private int code;
private String desc;
RespCode(int code, String desc) {
this.code = code;
this.desc = desc;
}
public int getCode() {
... | UTF-8 | Java | 549 | java | RespCode.java | Java | [
{
"context": "package com.wdq.yun.common.enums;\n\n/**\n * @author wudq\n * @date 2019/8/21\n * @Description:\n */\npublic en",
"end": 54,
"score": 0.9996490478515625,
"start": 50,
"tag": "USERNAME",
"value": "wudq"
}
] | null | [] | package com.wdq.yun.common.enums;
/**
* @author wudq
* @date 2019/8/21
* @Description:
*/
public enum RespCode {
PASS_OK(0,"操作成功");
private int code;
private String desc;
RespCode(int code, String desc) {
this.code = code;
this.desc = desc;
}
public int getCode() {
... | 549 | 0.550832 | 0.536044 | 33 | 15.393939 | 12.380188 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
4f6b416a4d18284f66e09c2056e04f7046228241 | 11,493,332,551,518 | 84a034932c8b3ca5826adc72a8833b1658a06eab | /app/src/androidTest/java/be/kdg/teame/kandoe/util/AssertionHelper.java | a282f367ab34dd3fa6236e958c0fe4c54e836fb9 | [] | no_license | matdestr/AndroidClient | https://github.com/matdestr/AndroidClient | e36c59916f074b8c3a6aaa9ee4e8f5cb1ba119cc | 1df806c55489141446419679554f5353fbff0995 | refs/heads/master | 2020-04-15T14:26:04.550000 | 2016-03-20T22:57:13 | 2016-03-20T22:57:13 | 51,150,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.kdg.teame.kandoe.util;
import android.app.Activity;
import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry;
import android.support.test.runner.lifecycle.Stage;
import java.util.Collection;
import static android.support.test.InstrumentationRegistry.getInstrumentation;
import static a... | UTF-8 | Java | 1,320 | java | AssertionHelper.java | Java | [] | null | [] | package be.kdg.teame.kandoe.util;
import android.app.Activity;
import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry;
import android.support.test.runner.lifecycle.Stage;
import java.util.Collection;
import static android.support.test.InstrumentationRegistry.getInstrumentation;
import static a... | 1,320 | 0.725758 | 0.725758 | 35 | 36.714287 | 32.739292 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 3 |
f838bc8715f2babf40799d6948026888d6331e3e | 5,652,177,026,360 | 6435815e410bde09b701e69dbfdd0443b2344ba8 | /src/projet/java/ProjetJAVA.java | d57dfb386b153c6b6e7976065b65d5010496ddea | [] | no_license | rey49/projetjava | https://github.com/rey49/projetjava | 41c4331b19ad5e60caec998cdaffbe658c190f3b | cd23aa7a8272ca40b75c6865a82da82d68a3d069 | refs/heads/master | 2021-01-13T02:37:40.149000 | 2015-05-11T00:26:55 | 2015-05-11T00:26:55 | 33,928,070 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package projet.java;
import Vue.*;
import static java.lang.Integer.parseInt;
/**
*
* @author Panda
*/
public class P... | UTF-8 | Java | 512 | java | ProjetJAVA.java | Java | [
{
"context": "java.lang.Integer.parseInt;\r\n\r\n/**\r\n *\r\n * @author Panda\r\n */\r\npublic class ProjetJAVA {\r\n\r\n /**\r\n ",
"end": 299,
"score": 0.9076624512672424,
"start": 294,
"tag": "NAME",
"value": "Panda"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package projet.java;
import Vue.*;
import static java.lang.Integer.parseInt;
/**
*
* @author Panda
*/
public class P... | 512 | 0.617188 | 0.617188 | 26 | 17.692308 | 21.292414 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 3 |
6b2e7b59338ca43faab7094021ca394c7817b60d | 8,306,466,820,221 | 125f0dc29a5922112d38d22f3480e6e4919d8f66 | /src/ua/dp/ort/OOP_16/StudentsHandler.java | f476ae0eaa2f142c1760815da064477b70b3b9a1 | [] | no_license | Unholyjava/ort-javabase-kaluzhny | https://github.com/Unholyjava/ort-javabase-kaluzhny | 7aa2298093428d33a99d1da0b9aea1df2734787b | 092cc851ee57d5938975a4263046bb31ca8f6fba | refs/heads/master | 2021-01-11T07:09:35.002000 | 2017-03-26T10:15:38 | 2017-03-26T10:15:38 | 72,472,753 | 0 | 0 | null | false | 2017-03-26T10:15:39 | 2016-10-31T19:55:52 | 2016-11-05T20:50:24 | 2017-03-26T10:15:39 | 17,197 | 0 | 0 | 3 | Java | null | null | package ua.dp.ort.OOP_16;
import java.util.ArrayList;
import java.util.List;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
/**
* This class has user's settings for XML SAXparser.
* Class StudentsHandler extends class DefaultHandler
* and ov... | UTF-8 | Java | 4,574 | java | StudentsHandler.java | Java | [
{
"context": "students) save in field _studentArray.\r\n * @author Kaluzhniy\r\n *\r\n */\r\npublic class StudentsHandler extends De",
"end": 525,
"score": 0.9179617166519165,
"start": 516,
"tag": "USERNAME",
"value": "Kaluzhniy"
}
] | null | [] | package ua.dp.ort.OOP_16;
import java.util.ArrayList;
import java.util.List;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
/**
* This class has user's settings for XML SAXparser.
* Class StudentsHandler extends class DefaultHandler
* and ov... | 4,574 | 0.68955 | 0.686926 | 165 | 25.709091 | 23.914753 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.757576 | false | false | 3 |
aada8118ae37d5a2db3a4b1e4cb143e6ceb53c20 | 5,385,889,036,371 | b0bd8fb1d507a219563c25635cca2138d81e03a7 | /src/day31/MethodCallAnotherMethod.java | bb4b37dd86b20f372a59696bda93b1dcc0b2605a | [] | no_license | sharifamiri/JavaCodeExercises | https://github.com/sharifamiri/JavaCodeExercises | 8c490e65de79748950dc75caf28875e46f87cc4f | b2160e213d4a8bfb583e1878f916110860b7d5ce | refs/heads/master | 2022-12-30T10:08:29.663000 | 2020-10-14T06:57:59 | 2020-10-14T06:57:59 | 222,198,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day31;
public class MethodCallAnotherMethod {
public static void main(String[] args) {
// prepare();
// addIngredients();
// testAndBringToTable();
AskSpouseToDoAll();
}
public static void AskSpouseToDoAll() {
prepare();
addIngredients();
testAndBringToTable();
}
public static void pr... | UTF-8 | Java | 589 | java | MethodCallAnotherMethod.java | Java | [] | null | [] | package day31;
public class MethodCallAnotherMethod {
public static void main(String[] args) {
// prepare();
// addIngredients();
// testAndBringToTable();
AskSpouseToDoAll();
}
public static void AskSpouseToDoAll() {
prepare();
addIngredients();
testAndBringToTable();
}
public static void pr... | 589 | 0.685908 | 0.675722 | 32 | 17.40625 | 16.469402 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.53125 | false | false | 3 |
bc4f4d2d53f542c3bec876c3052e478419ea16d7 | 36,593,121,379,118 | 17a2eca990f86b225e8f08a2346df892a35c486c | /pinyougouinterface/src/main/java/com/tianzhen/service/UserService.java | f8d03ea57f1bb87736a03f66b7710130ce5fe527 | [] | no_license | tianzhen45/pingyougou | https://github.com/tianzhen45/pingyougou | 280c6242062f56bb3cd0295069767f64115d7590 | 244e554d49e3812e982b61a4ee2dacb933c5ff7c | refs/heads/master | 2022-12-26T12:36:13.379000 | 2019-09-19T12:03:32 | 2019-09-19T12:03:32 | 221,680,011 | 0 | 0 | null | false | 2022-12-15T23:42:03 | 2019-11-14T11:19:15 | 2019-11-14T11:21:55 | 2022-12-15T23:42:00 | 13,495 | 0 | 0 | 15 | JavaScript | false | false | package com.tianzhen.service;
import com.github.pagehelper.PageInfo;
import com.tianzhen.pojo.User;
import java.util.List;
import java.util.Map;
public interface UserService {
List<User> findAll();
void save(User user);
void update(User user);
PageInfo<User> findByPage(int pageNum, int pageSize);
... | UTF-8 | Java | 574 | java | UserService.java | Java | [] | null | [] | package com.tianzhen.service;
import com.github.pagehelper.PageInfo;
import com.tianzhen.pojo.User;
import java.util.List;
import java.util.Map;
public interface UserService {
List<User> findAll();
void save(User user);
void update(User user);
PageInfo<User> findByPage(int pageNum, int pageSize);
... | 574 | 0.721254 | 0.721254 | 30 | 18.133333 | 18.6989 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
bb10191938d1cff549faa7ded307ceb16e859d2d | 33,947,421,549,062 | dc75a48a99505bbadf7c7c49e231b82a3468f9b8 | /03-bill_splitter/debugging.java | 2e5affa2bd87e74f1728fe903afa5c61d5eb5881 | [] | no_license | fdrHighSchool/fall-2020-work-LippieVIII | https://github.com/fdrHighSchool/fall-2020-work-LippieVIII | a9d86d0484708f81db056ea78cd76c77a6d26dd1 | 81dd4792c5a17d194fbde2e838c778ad7022ff15 | refs/heads/main | 2023-02-24T21:59:42.801000 | 2021-01-16T04:09:46 | 2021-01-16T04:09:46 | 305,387,937 | 0 | 1 | null | false | 2020-10-19T13:10:39 | 2020-10-19T13:10:30 | 2020-10-19T13:10:38 | 2020-10-19T13:10:38 | 0 | 0 | 0 | 1 | null | false | false | import java.util.*;
public class debugging {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Welcome to the Bill-Splitter");
System.out.print("Enter the total, pre-tax: ");
double total = input.nextInt();
System.out.print("How many people? ");
int nu... | UTF-8 | Java | 496 | java | debugging.java | Java | [] | null | [] | import java.util.*;
public class debugging {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Welcome to the Bill-Splitter");
System.out.print("Enter the total, pre-tax: ");
double total = input.nextInt();
System.out.print("How many people? ");
int nu... | 496 | 0.685484 | 0.685484 | 18 | 26.555555 | 21.294815 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.611111 | false | false | 3 |
8fcb60055ef422a2fd28c6b21d726e0df8a0ea32 | 37,993,280,714,052 | 4a793718587da2d5cc2abc2608893acc9e2596bb | /WS5_180125529/src/ict/test/TestEdit.java | 406925d6f68267bf0c803a7ad9646511df7b6128 | [] | no_license | billjjjj/ITP4511_ESD | https://github.com/billjjjj/ITP4511_ESD | 7a12ced857f8c632112d8ab8feffcf890dc83082 | 7ae4486b999bc85d0750504be0d89893bc31d284 | refs/heads/master | 2020-07-20T22:34:51.100000 | 2019-12-22T01:29:10 | 2019-12-22T01:29:10 | 206,720,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ict.test;
import ict.bean.CustomerBean;
import ict.db.CustomerDB;
import static ict.test.ConnectionValue.*;
public class TestEdit {
public static void main(String[] args) {
CustomerDB customerDB = new CustomerDB(url, username, password);
CustomerBean cb = new CustomerBean();
cb.se... | UTF-8 | Java | 458 | java | TestEdit.java | Java | [
{
"context": ");\n cb.setCustId(\"1\");\n cb.setName(\"Andy\");\n cb.setTel(\"222222\");\n cb.setAge",
"end": 358,
"score": 0.9993896484375,
"start": 354,
"tag": "NAME",
"value": "Andy"
}
] | null | [] | package ict.test;
import ict.bean.CustomerBean;
import ict.db.CustomerDB;
import static ict.test.ConnectionValue.*;
public class TestEdit {
public static void main(String[] args) {
CustomerDB customerDB = new CustomerDB(url, username, password);
CustomerBean cb = new CustomerBean();
cb.se... | 458 | 0.644105 | 0.624454 | 19 | 23.105263 | 18.948391 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 3 |
9f29191622eb95367463b36ebcbd3f4851d5d32b | 35,631,048,711,524 | 9265289eea789fe7bc567084b74e1b6bfc60068c | /de/alex/lobbysystem/utils/utils.java | cc6a0641740d93a670c78b14f1ce7737b19b28a4 | [] | no_license | GoldenGamerLP/LobbySystem | https://github.com/GoldenGamerLP/LobbySystem | e64086105a309110b13b9df517bc376a9f767893 | 44432aab3306bf394fde732f7701ab26ef8416db | refs/heads/main | 2023-02-25T19:33:00.837000 | 2021-01-20T18:17:20 | 2021-01-20T18:17:20 | 325,292,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.alex.lobbysystem.utils;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.boss.BarFlag;
import org.bukkit.boss.BarStyle;
import org.bukkit.boss.BossBar;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemS... | UTF-8 | Java | 2,373 | java | utils.java | Java | [] | null | [] | package de.alex.lobbysystem.utils;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.boss.BarFlag;
import org.bukkit.boss.BarStyle;
import org.bukkit.boss.BossBar;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemS... | 2,373 | 0.624051 | 0.620253 | 71 | 31.380281 | 30.601191 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788732 | false | false | 3 |
b313c4ee80e18df1db464bf10054fa5e35cbeba6 | 36,971,078,501,624 | e3c9f3aa32379b803670498fe0fa02f9f493b80c | /src/test/java/com/mikaelson/login/TestBuild.java | 2a17ea4fd2939eb0312bb570cd12aefc2dbb79b0 | [] | no_license | niklausmikaelson1002/sourcecode | https://github.com/niklausmikaelson1002/sourcecode | 1767d4290f6e7bceb2bccf2da2c2624e76d10554 | 4523c3cc217646af5e412252f6b007cddf965694 | refs/heads/master | 2022-12-06T23:18:31.812000 | 2016-06-12T16:32:58 | 2016-06-12T16:32:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
* @File name : TestBuild.java
*
* @Author : Hasee
*
* @Date : 2015年12月2日
*
* @Copyright Notice:
* Copyright (c) 2020 Mikaelson Niklaus, Inc. All Rights Reserved.
* This software is published ... | UTF-8 | Java | 1,748 | java | TestBuild.java | Java | [
{
"context": " : TestBuild.java\r\n *\r\n * @Author : Hasee\r\n *\r\n * @Date : 2015年12月2日\r\n *\r\n * @C",
"end": 152,
"score": 0.9998361468315125,
"start": 147,
"tag": "NAME",
"value": "Hasee"
},
{
"context": "\n *\r\n * @Copyright Notice: \r\n * Copyrigh... | null | [] | /******************************************************************************
* @File name : TestBuild.java
*
* @Author : Hasee
*
* @Date : 2015年12月2日
*
* @Copyright Notice:
* Copyright (c) 2020 <NAME>, Inc. All Rights Reserved.
* This software is published under the t... | 1,737 | 0.58545 | 0.567552 | 55 | 29.49091 | 28.390697 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745455 | false | false | 3 |
5c8981f1fcbbe30d7d05437e2d639103b04119ef | 30,794,915,544,482 | ea6374a0e18371bdd034c6790c149563deafe413 | /project2/tss/src/coreservlets/q2.java | 9270d836820d9935e5deb6c16dccd77d69b7fa2c | [] | no_license | kinsumliu/CSE-532-Database | https://github.com/kinsumliu/CSE-532-Database | 007421a0c05afa5c70fafe1c1ae75bd67476e460 | 3f36401fb918584e402a7fcfa328b121faebb2f4 | refs/heads/master | 2021-01-01T16:44:41.002000 | 2014-12-01T16:25:49 | 2014-12-01T16:25:49 | 24,272,008 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /****************************************************************************
* CSE532 -- Project 2
* File name: q2.java
* Author(s): Kin Sum Liu (109247869), Hao-Tsung Yang (109892492)
* Brief description: Servlet to execute Query 2 and create the html to display the result
******************... | UTF-8 | Java | 2,406 | java | q2.java | Java | [
{
"context": "-- Project 2\r\n * File name: q2.java\r\n * Author(s): Kin Sum Liu (109247869), Hao-Tsung Yang (109892492)\r\n * Brief",
"end": 167,
"score": 0.9996376633644104,
"start": 156,
"tag": "NAME",
"value": "Kin Sum Liu"
},
{
"context": "e: q2.java\r\n * Author(s): Kin Sum Liu... | null | [] | /****************************************************************************
* CSE532 -- Project 2
* File name: q2.java
* Author(s): <NAME> (109247869), <NAME> (109892492)
* Brief description: Servlet to execute Query 2 and create the html to display the result
*******************************... | 2,393 | 0.585204 | 0.556941 | 73 | 30.958904 | 25.277332 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.780822 | false | false | 3 |
716bab91f6c10e94a723ef56b3f2cdd9e0187025 | 18,013,092,871,418 | 07fa65b44a285b8a9bb433f7157c5146434cf2ec | /src/main/java/com/assertsolutions/dto/Response.java | 11acae67e2dd0ca340b41e01e93508993380a300 | [] | no_license | neckstrauss/rest-kafka | https://github.com/neckstrauss/rest-kafka | 380c7ebe978f837e262ca151fb8e7870ce7cd52e | c451a8594bbe281842ace191cd417a577e091e1c | refs/heads/master | 2020-06-22T02:58:11.895000 | 2019-07-23T19:33:36 | 2019-07-23T19:33:36 | 197,616,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.assertsolutions.dto;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author Assert Solutions S.A.S
*
*/
public class Response {
private Data data;
public Response(String response, String message, Date fecha) {
super();
String pattern = "yyy... | UTF-8 | Java | 1,276 | java | Response.java | Java | [] | null | [] | package com.assertsolutions.dto;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author Assert Solutions S.A.S
*
*/
public class Response {
private Data data;
public Response(String response, String message, Date fecha) {
super();
String pattern = "yyy... | 1,276 | 0.611285 | 0.611285 | 73 | 15.479452 | 17.690729 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.506849 | false | false | 3 |
4679c81f34c4088c38ccb8f3115cd30eba632aaf | 19,250,043,422,029 | 624abcd9562f276f6d492282cc8e20251bb9d935 | /hejiameng/src/main/java/com/sangame/hjm/cases/PreferenceRecommendTest.java | ec2ac188f118d76ec277d57045db32ec3626ef98 | [] | no_license | shangguanxiaoguan/AutoTest | https://github.com/shangguanxiaoguan/AutoTest | 45864c986ef4564b3d1b210f3c63e8cf8e9d6e4b | afd41d39b318b0191ae795ef36e262a6c196e679 | refs/heads/master | 2022-07-12T07:42:14.136000 | 2019-08-15T06:08:01 | 2019-08-15T06:08:01 | 188,189,539 | 0 | 0 | null | false | 2022-06-29T17:34:22 | 2019-05-23T08:05:32 | 2019-08-15T06:08:24 | 2022-06-29T17:34:22 | 5,970 | 0 | 0 | 19 | Java | false | false | package com.sangame.hjm.cases;
import com.google.gson.Gson;
import com.sangame.hjm.config.TestConfig;
import com.sangame.hjm.model.InterfaceName;
import com.sangame.hjm.model.JmProject;
import com.sangame.hjm.model.SearchHomeJoinHeadlineResult;
import com.sangame.hjm.utils.ConfigFile;
import com.sangame.hjm.utils.Date... | UTF-8 | Java | 7,158 | java | PreferenceRecommendTest.java | Java | [] | null | [] | package com.sangame.hjm.cases;
import com.google.gson.Gson;
import com.sangame.hjm.config.TestConfig;
import com.sangame.hjm.model.InterfaceName;
import com.sangame.hjm.model.JmProject;
import com.sangame.hjm.model.SearchHomeJoinHeadlineResult;
import com.sangame.hjm.utils.ConfigFile;
import com.sangame.hjm.utils.Date... | 7,158 | 0.682078 | 0.681506 | 109 | 63.091743 | 43.678883 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06422 | false | false | 3 |
1f2a64de3755796f20093ee1ed1f6f39b2d71a3c | 2,740,189,178,111 | 0f77c5ec508d6e8b558f726980067d1058e350d7 | /1_39_120042/com/ankamagames/wakfu/common/game/dungeon/AbstractDungeonLadder.java | 4d4051a9fe344590f1245ce13f90cfb68d804855 | [] | no_license | nightwolf93/Wakxy-Core-Decompiled | https://github.com/nightwolf93/Wakxy-Core-Decompiled | aa589ebb92197bf48e6576026648956f93b8bf7f | 2967f8f8fba89018f63b36e3978fc62908aa4d4d | refs/heads/master | 2016-09-05T11:07:45.145000 | 2014-12-30T16:21:30 | 2014-12-30T16:21:30 | 29,250,176 | 5 | 5 | null | true | 2015-01-14T15:17:02 | 2015-01-14T15:17:02 | 2015-01-14T15:16:54 | 2014-12-30T16:28:28 | 9,832 | 0 | 0 | 0 | null | null | null | package com.ankamagames.wakfu.common.game.dungeon;
import org.apache.log4j.*;
import com.ankamagames.framework.kernel.core.common.collections.*;
import java.util.*;
import java.nio.*;
public abstract class AbstractDungeonLadder
{
protected static Logger m_logger;
protected final DungeonLadderDefinition m_defi... | UTF-8 | Java | 4,355 | java | AbstractDungeonLadder.java | Java | [] | null | [] | package com.ankamagames.wakfu.common.game.dungeon;
import org.apache.log4j.*;
import com.ankamagames.framework.kernel.core.common.collections.*;
import java.util.*;
import java.nio.*;
public abstract class AbstractDungeonLadder
{
protected static Logger m_logger;
protected final DungeonLadderDefinition m_defi... | 4,355 | 0.632836 | 0.63054 | 126 | 33.563492 | 31.648741 | 229 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531746 | false | false | 3 |
834aa34c686462aeb29af65f9be9087d748732e3 | 38,276,748,544,780 | d789ee47f30de3ff71c89cceded6ed125bdfb583 | /map/test_practice/src/sample/TComparator.java | b359bc593394abe069e77d4fcfdb3e45b00b8b8f | [] | no_license | qtov/an2sem1-cs.ubb | https://github.com/qtov/an2sem1-cs.ubb | 6fbe13d5a2f59a2b350a94bbe90c878e87f8f180 | da4c78d41ddcadad2b85c592bd51ae3d717a9bfc | refs/heads/master | 2021-09-07T19:54:29.973000 | 2018-02-28T06:19:56 | 2018-02-28T06:19:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import java.util.Comparator;
public class TComparator implements Comparator<Task> {
@Override
public int compare(Task a, Task b) {
int c;
c = a.getUser().compareTo(b.getUser());
if (c == 0) {
c = a.getStatus().compareTo(b.getStatus());
}
r... | UTF-8 | Java | 338 | java | TComparator.java | Java | [] | null | [] | package sample;
import java.util.Comparator;
public class TComparator implements Comparator<Task> {
@Override
public int compare(Task a, Task b) {
int c;
c = a.getUser().compareTo(b.getUser());
if (c == 0) {
c = a.getStatus().compareTo(b.getStatus());
}
r... | 338 | 0.556213 | 0.553254 | 18 | 17.777779 | 18.718842 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
626c088fb0cd4e663ace439bb2ca9ae80c7a7e58 | 18,622,978,239,764 | 91dcc329132c9da596c0ca87173e4d2097fca694 | /src/test/java/de/dfki/mlt/rudimant/compiler/tree/FragmentTest.java | 12d94224fb2270b6d46d4244d7648dd5c8fd5b77 | [] | no_license | bkiefer/vonda | https://github.com/bkiefer/vonda | 5cccdf92cd81ce2e2366f370d116d2c53b5db8fb | 6ea4d0105f9c1f158ac4897a0acc4049f4ff6a07 | refs/heads/master | 2023-09-01T11:31:09.013000 | 2023-08-28T16:57:21 | 2023-08-29T15:57:08 | 114,249,263 | 12 | 4 | null | false | 2023-07-19T08:44:45 | 2017-12-14T12:42:03 | 2023-04-28T00:12:04 | 2023-07-19T08:36:24 | 44,120 | 7 | 3 | 1 | Java | false | false | /*
* The Creative Commons CC-BY-NC 4.0 License
*
* http://creativecommons.org/licenses/by-nc/4.0/legalcode
*
* Creative Commons (CC) by DFKI GmbH
* - Bernd Kiefer <kiefer@dfki.de>
* - Anna Welker <anna.welker@dfki.de>
* - Christophe Biwer <christophe.biwer@dfki.de>
*
* THE SOFTWARE IS PROVIDED "AS IS", WIT... | UTF-8 | Java | 2,988 | java | FragmentTest.java | Java | [
{
"context": "ode\n *\n * Creative Commons (CC) by DFKI GmbH\n * - Bernd Kiefer <kiefer@dfki.de>\n * - Anna Welker <anna.welker@d",
"end": 169,
"score": 0.9998884201049805,
"start": 157,
"tag": "NAME",
"value": "Bernd Kiefer"
},
{
"context": "ive Commons (CC) by DFKI GmbH\n * - Be... | null | [] | /*
* The Creative Commons CC-BY-NC 4.0 License
*
* http://creativecommons.org/licenses/by-nc/4.0/legalcode
*
* Creative Commons (CC) by DFKI GmbH
* - <NAME> <<EMAIL>>
* - <NAME> <<EMAIL>>
* - <NAME> <<EMAIL>>
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDI... | 2,931 | 0.703146 | 0.699799 | 92 | 31.47826 | 25.638149 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728261 | false | false | 0 |
994adb67431c6424c28a2ae272aa214566c763b9 | 5,514,738,024,289 | 1806c8a1d9c9f12cb7801725867e5fb5a03ce212 | /seata-order-service2001/src/main/java/com/atzy/springcloud/service/AccountService.java | 98b20f5c0dbcd6a395b264e41fc690b4de86074b | [] | no_license | 1243303478/springcloud2020 | https://github.com/1243303478/springcloud2020 | a19649e29a7d2dfc45ea5e7fd527b2dec35f713d | 7fc065996c64ea46cc74ed0cf8f1c70f3400dcc7 | refs/heads/master | 2023-03-29T05:42:57.767000 | 2021-03-30T16:47:13 | 2021-03-30T16:47:13 | 334,857,122 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atzy.springcloud.service;
import com.atzy.springcloud.domain.CommonResult;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
impor... | UTF-8 | Java | 702 | java | AccountService.java | Java | [] | null | [] | package com.atzy.springcloud.service;
import com.atzy.springcloud.domain.CommonResult;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
impor... | 702 | 0.769912 | 0.769912 | 20 | 32.900002 | 29.652824 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 0 |
2d919bb95b5ce37dcfbc58ddf6bea6b093815211 | 5,514,738,022,307 | b56a4a115b24c95877d7b11a84f4292df0bfc10b | /CodeRacing/local-runner/decompile/org/slf4j/impl/Log4jLoggerFactory.java | 64974d6c589e51b15c9762b7143f0774a866ffd6 | [
"Apache-2.0"
] | permissive | tyamgin/AiCup | https://github.com/tyamgin/AiCup | fd020f8b74b37b97c3a91b67ba1781585e0dcb56 | 5a7a7ec15d99da52b1c7a7de77f6a7ca22356903 | refs/heads/master | 2020-03-30T06:00:59.997000 | 2020-01-16T09:10:57 | 2020-01-16T09:10:57 | 15,261,033 | 16 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.slf4j.impl;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import org.apache.log4j.LogManager;
import org.slf4j.ILoggerFactory;
public class Log4jLoggerFactory
implements ILoggerFactory
{
ConcurrentMap loggerMap = new ConcurrentHashMap();
public org.slf4... | UTF-8 | Java | 1,210 | java | Log4jLoggerFactory.java | Java | [] | null | [] | package org.slf4j.impl;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import org.apache.log4j.LogManager;
import org.slf4j.ILoggerFactory;
public class Log4jLoggerFactory
implements ILoggerFactory
{
ConcurrentMap loggerMap = new ConcurrentHashMap();
public org.slf4... | 1,210 | 0.744628 | 0.719835 | 35 | 33.599998 | 32.6078 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
26da1bef3b463b8aedba30800b03c637760b9328 | 17,729,625,045,548 | 447520f40e82a060368a0802a391697bc00be96f | /apks/test_apks/insecurebank/source/com/google/android/gms/common/internal/DowngradeableSafeParcel.java | 5b4799a4bb9d382ebc0393c5008486bc12bbf830 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | https://github.com/iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689000 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | false | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | 2019-09-30T19:01:44 | 2023-07-16T07:41:38 | 1,616,319 | 0 | 0 | 1 | null | false | false | package com.google.android.gms.common.internal;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import java.lang.reflect.Field;
public abstract class DowngradeableSafeParcel
implements SafeParcelable
{
private static final Object zzZZ = new Object();
private static ClassLoader zzaaa = n... | UTF-8 | Java | 1,474 | java | DowngradeableSafeParcel.java | Java | [] | null | [] | package com.google.android.gms.common.internal;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import java.lang.reflect.Field;
public abstract class DowngradeableSafeParcel
implements SafeParcelable
{
private static final Object zzZZ = new Object();
private static ClassLoader zzaaa = n... | 1,474 | 0.668928 | 0.668928 | 68 | 20.67647 | 20.671408 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.308824 | false | false | 0 |
f89825a916c96646105ae5abcc068be9c36fe8b2 | 20,272,245,697,597 | fd0143ee2cd39bdc0ea4615c7e5fd4e7055312eb | /src/com/github/serivesmejia/eocvsim/gui/util/GuiUtil.java | 59862455e43b4503da027681d354ffe5f48e35bc | [
"MIT"
] | permissive | BenCaunt/EOCV-Sim | https://github.com/BenCaunt/EOCV-Sim | 3cc34e58ffe5e83db09d60ae188dd84942ea63e3 | b7595267295bbeed8fa765219b8d7df056015165 | refs/heads/master | 2023-01-06T21:41:47.739000 | 2020-10-29T08:14:05 | 2020-10-29T08:14:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.serivesmejia.eocvsim.gui.util;
import javax.imageio.ImageIO;
import javax.swing.*;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.AbstractDocument;
import javax.swing.text.AttributeSet;
import javax.swing.text.BadLocationException;
import j... | UTF-8 | Java | 2,197 | java | GuiUtil.java | Java | [
{
"context": "package com.github.serivesmejia.eocvsim.gui.util;\n\nimport javax.imageio.ImageIO;\n",
"end": 31,
"score": 0.9994227290153503,
"start": 19,
"tag": "USERNAME",
"value": "serivesmejia"
}
] | null | [] | package com.github.serivesmejia.eocvsim.gui.util;
import javax.imageio.ImageIO;
import javax.swing.*;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.AbstractDocument;
import javax.swing.text.AttributeSet;
import javax.swing.text.BadLocationException;
import j... | 2,197 | 0.593081 | 0.592626 | 71 | 29.943663 | 29.61865 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591549 | false | false | 0 |
c6b86bab16bb3fbf6a4b7017a2d1335dc537feee | 19,344,532,705,345 | 7f857b5c11b069f899b08cb6a960c45bf299d6b4 | /alumni_server-master/src/main/java/cn/edu/seu/alumni_server/controller/dto/FavoriteDTO.java | b2084fa92ee40ab7eb64b16f631a9fecf24c7339 | [
"Apache-2.0"
] | permissive | Jamesbing-wu/ly_schoolhelper | https://github.com/Jamesbing-wu/ly_schoolhelper | ee47477a090ae5b66d258f47a7277785a1400caf | 0605ceabfb545520c2a84371298d5710947a44ec | refs/heads/master | 2022-11-30T19:38:01.592000 | 2020-05-07T12:58:23 | 2020-05-07T12:58:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.seu.alumni_server.controller.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
@Data
@AllArgsConstructor
@NoArgsConstructor... | UTF-8 | Java | 872 | java | FavoriteDTO.java | Java | [] | null | [] | package cn.edu.seu.alumni_server.controller.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
@Data
@AllArgsConstructor
@NoArgsConstructor... | 872 | 0.760321 | 0.760321 | 33 | 25.424242 | 18.864799 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 0 |
6ed1f924b4992b59f750500b9e016c324d261334 | 25,786,983,711,434 | a3a60ca4a8ba9e4d661d18f696ebe48bd1018a6d | /app/src/main/java/com/sudipasarkar/kisanseva/manageotp.java | 020593198f3ca8572f1a24996978539a01790b04 | [] | no_license | Sudipa-Sarkar/Farmers_desk | https://github.com/Sudipa-Sarkar/Farmers_desk | b499a3fd1bcdeac15a3e1865c575ce56291f78d9 | 69ce0999940981c335f349f5e39d97b925ea3046 | refs/heads/master | 2023-06-23T18:51:19.667000 | 2021-07-23T09:17:35 | 2021-07-23T09:17:35 | 388,743,709 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sudipasarkar.kisanseva;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.google.andro... | UTF-8 | Java | 3,002 | java | manageotp.java | Java | [] | null | [] | package com.sudipasarkar.kisanseva;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.google.andro... | 3,002 | 0.637575 | 0.636909 | 82 | 35.621952 | 27.756626 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597561 | false | false | 0 |
36291901e71bf83dc6c5caaf6651415cdba71d68 | 13,211,319,450,910 | 69d34af382ca52f7fbca523a3e3a79e4f02d43b8 | /app/src/main/java/com/felipe/palma/desafioitbam/adapter/ProductAdapter.java | 480cde0c39e1cc3312d6b6e6f8fa62d603645376 | [] | no_license | felipepalma14/desafio-itbam | https://github.com/felipepalma14/desafio-itbam | 69857734850ae667f1c08294a426dbe8de1f82d8 | fe14e518ef8a815e2485776f9f28d630ec4a26ef | refs/heads/master | 2020-06-14T20:42:47.928000 | 2019-07-08T14:56:29 | 2019-07-08T14:56:29 | 195,120,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.felipe.palma.desafioitbam.adapter;
import android.content.Context;
import android.graphics.Paint;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.Image... | UTF-8 | Java | 6,041 | java | ProductAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Felipe Palma on 03/07/2019.\n */\npublic class ProductAdapter e",
"end": 842,
"score": 0.9998884201049805,
"start": 830,
"tag": "NAME",
"value": "Felipe Palma"
}
] | null | [] | package com.felipe.palma.desafioitbam.adapter;
import android.content.Context;
import android.graphics.Paint;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.Image... | 6,035 | 0.631187 | 0.626883 | 170 | 34.529411 | 30.418875 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482353 | false | false | 0 |
e8133e0eff0977cbf3086e17ac0a81879d7b4b86 | 31,018,253,858,074 | 0d9eed2aebe102c15a744e072b687e039241345b | /bhozidarest/src/main/java/com/bhozida/service/CostService.java | 12ca861bcf09e5ead71c15813929545318dc6aae | [] | no_license | dkambarami/bhozida-spring-rest | https://github.com/dkambarami/bhozida-spring-rest | 03329640444e4309ca014153ac3b65bd6858b721 | 6137cf68ab7c6d03f069a319073249c72ccf383b | refs/heads/master | 2023-01-18T23:06:45.622000 | 2020-11-10T00:11:06 | 2020-11-10T00:11:06 | 262,121,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bhozida.service;
import com.bhozida.model.Cost;
public interface CostService extends JpaCrudService<Cost, Long> {
} | UTF-8 | Java | 129 | java | CostService.java | Java | [] | null | [] | package com.bhozida.service;
import com.bhozida.model.Cost;
public interface CostService extends JpaCrudService<Cost, Long> {
} | 129 | 0.806202 | 0.806202 | 6 | 20.666666 | 23.619671 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
1bbcf94c34b60389c1cf4868b8e65372794ccc5a | 3,401,614,140,844 | 81888ddea5f5ef5aa9e06d123ef71b869550bf74 | /src/main/java/com/tiandy/controller/HelloController.java | f6bd480e0b187fbae60031fa450da720c89f8005 | [] | no_license | duanyuming1995/helloworld | https://github.com/duanyuming1995/helloworld | de979aa2f86ec122fe5051aad0455dc1b21cbcea | 9e998c1f466babe871d2535e58a4b0a09e24d6b7 | refs/heads/master | 2020-04-28T17:13:48.310000 | 2019-03-13T14:34:22 | 2019-03-13T14:34:22 | 175,438,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiandy.controller;
import com.tiandy.pojo.Product;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import static javafx.scene.input.KeyCode.S;
@Controller
@RequestMapping(value = "/duan")
public class HelloController {
@RequestMapping(value = "/he... | UTF-8 | Java | 1,366 | java | HelloController.java | Java | [
{
"context": "lue = \"username\",required = false,defaultValue = \"段玉铭\") String name){\n Product product = new Pro",
"end": 547,
"score": 0.9429569244384766,
"start": 544,
"tag": "NAME",
"value": "段玉铭"
}
] | null | [] | package com.tiandy.controller;
import com.tiandy.pojo.Product;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import static javafx.scene.input.KeyCode.S;
@Controller
@RequestMapping(value = "/duan")
public class HelloController {
@RequestMapping(value = "/he... | 1,366 | 0.655624 | 0.633282 | 47 | 26.617022 | 24.857512 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 0 |
36d2a8efe3e444f598ce057ea4aaf6c5eb775122 | 515,396,093,374 | 38a353947152ac1ac3fb0071abe46851cf18b50a | /src/java/Server.java | 421a88257d72e090641e21ef7cdd069a9030b92e | [] | no_license | NguyenVanTung11041998/QuanLyBanHang | https://github.com/NguyenVanTung11041998/QuanLyBanHang | 63d6283b87fe119eddcc6cb3e2899ede75ee43ac | 205243a5cb344920a08078c09747825733e1692a | refs/heads/master | 2020-09-13T23:17:03.614000 | 2019-12-15T15:48:09 | 2019-12-15T15:48:09 | 222,934,655 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import Corba_DAO.*;
import DAO.*;
import DTO.*;
import org.omg.CORBA.ORB;
import org.omg.CosNaming.NameComponent;
import org.omg.CosNaming.NamingContextExt;
import org.omg.CosNaming.NamingContextExtHelper;
import org.omg.PortableServer.POA;
import org.omg.PortableServer.POAHelper;
public class Server {
public stat... | UTF-8 | Java | 6,875 | java | Server.java | Java | [
{
"context": "textExtHelper.narrow(objRef);\n name = \"ISanPham\";\n path = ncRef.to_name(name);\n ",
"end": 2629,
"score": 0.6938348412513733,
"start": 2621,
"tag": "NAME",
"value": "ISanPham"
},
{
"context": "textExtHelper.narrow(objRef);\n na... | null | [] | import Corba_DAO.*;
import DAO.*;
import DTO.*;
import org.omg.CORBA.ORB;
import org.omg.CosNaming.NameComponent;
import org.omg.CosNaming.NamingContextExt;
import org.omg.CosNaming.NamingContextExtHelper;
import org.omg.PortableServer.POA;
import org.omg.PortableServer.POAHelper;
public class Server {
public stat... | 6,875 | 0.597673 | 0.593891 | 153 | 43.934639 | 20.510693 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.901961 | false | false | 0 |
2a2cbcad5d50db242fa3433e8a2d09a9a430bea7 | 21,182,778,722,982 | 8466474c6203a560b31fb996eff683e98f08f720 | /rpc-spring-boot-consumer/src/main/java/com/foresee/gpz/boot/consumer/BootConsumerController.java | 0c2b8eae2c750ca54508477104576ce36c992918 | [] | no_license | guhao0907/test_20180609 | https://github.com/guhao0907/test_20180609 | 5e023f0bed0359a3153a419f1a8b8e4bd2925e13 | 6a3d9168f13988c2627b4b9db87767ebbbf7d89b | refs/heads/master | 2020-03-19T16:14:57.549000 | 2018-06-20T16:03:38 | 2018-06-20T16:03:38 | 136,707,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foresee.gpz.boot.consumer;
import com.alibaba.dubbo.config.annotation.Reference;
import com.foresee.gpz.api.IHelloWorld;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
/**... | UTF-8 | Java | 635 | java | BootConsumerController.java | Java | [
{
"context": "b.bind.annotation.RestController;\n\n/**\n * @Auther: guhao\n * @Date: 2018/6/10 15:21\n * @Description:\n */\n@R",
"end": 338,
"score": 0.9995155930519104,
"start": 333,
"tag": "USERNAME",
"value": "guhao"
}
] | null | [] | package com.foresee.gpz.boot.consumer;
import com.alibaba.dubbo.config.annotation.Reference;
import com.foresee.gpz.api.IHelloWorld;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
/**... | 635 | 0.742496 | 0.720379 | 24 | 25.375 | 20.920111 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
83eaa6cbdda0e27cf86597b6bae7f91ef7424f9e | 33,079,838,184,428 | ce58efd2ca6349901e4b0738084cdf935e098dfd | /carservice-common/src/main/java/com/szyciov/util/ExcelImp.java | f5d9e9896b45983b892e8cf2da7f9366fbd9a2dc | [] | no_license | li551933/ruyue-taxi | https://github.com/li551933/ruyue-taxi | 8d97e1e38e5cb25470992e0f0bc7624d3d32c3ad | c548a8aad2c29e4e4bea7749c4f44f93758b9c55 | refs/heads/master | 2019-06-28T16:44:16.302000 | 2017-07-05T09:35:26 | 2017-07-05T09:35:26 | 101,281,398 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szyciov.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
/**
*
* 解析excel调用的方法
*
*/
public class ExcelImp {... | UTF-8 | Java | 3,074 | java | ExcelImp.java | Java | [] | null | [] | package com.szyciov.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.web.multipart.MultipartFile;
/**
*
* 解析excel调用的方法
*
*/
public class ExcelImp {... | 3,074 | 0.672542 | 0.669153 | 116 | 24.431034 | 22.371559 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.655172 | false | false | 0 |
f15679cb8783a6363dd8d46d6ef2cc0244a9204f | 10,642,929,010,616 | 85358c397ceb170f6f3095fd1c71cfb567548b2f | /core/src/main/java/org/tpl/business/model/validator/FantasyRoundValidator.java | 770d15b34277f93c6248c3a05092be47a9df9d58 | [] | no_license | jordyrk/tpliga | https://github.com/jordyrk/tpliga | 2b9f8583bb2aac0d161322cce8df50993bf19237 | 7067a47f95544b65ef20671642ccce29f673f8b8 | refs/heads/master | 2021-12-31T01:48:32.560000 | 2020-07-19T18:55:22 | 2020-07-19T18:55:22 | 59,592,092 | 0 | 0 | null | false | 2021-12-09T19:47:33 | 2016-05-24T16:59:05 | 2020-07-19T18:55:34 | 2021-12-09T19:47:31 | 206,740 | 0 | 0 | 2 | Java | false | false | package org.tpl.business.model.validator;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import org.tpl.business.model.fantasy.FantasyRound;
import org.tpl.business.model.fantasy.FantasySeason;
public class Fantasy... | UTF-8 | Java | 514 | java | FantasyRoundValidator.java | Java | [] | null | [] | package org.tpl.business.model.validator;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import org.tpl.business.model.fantasy.FantasyRound;
import org.tpl.business.model.fantasy.FantasySeason;
public class Fantasy... | 514 | 0.791829 | 0.791829 | 18 | 27.611111 | 23.788744 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
28cbbf5c409eaeb9d31f14193b9ea20a205e5072 | 20,693,152,484,947 | 76d5a597ec5055c6230a4f2cbc8613d57232468d | /MusicPlayer/dreammusicplayer/src/main/java/com/example/dreammusicplayer/DownloadActivity.java | c7d54f7812c80e6c5fa04b9c9edf9e8b815c60a8 | [] | no_license | AngryBird-ChangeWorld/BodyTestClient | https://github.com/AngryBird-ChangeWorld/BodyTestClient | e18ddcb9114e797830486d34ca954ed84318dc1d | 5705b837725332609ce21c2d4e62fdb818f0094a | refs/heads/master | 2020-04-12T07:56:06.175000 | 2018-11-28T13:48:14 | 2018-11-28T13:48:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dreammusicplayer;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.Me... | UTF-8 | Java | 4,752 | java | DownloadActivity.java | Java | [] | null | [] | package com.example.dreammusicplayer;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.Me... | 4,752 | 0.731998 | 0.729016 | 162 | 27.975309 | 21.926632 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.37037 | false | false | 0 |
666185179992efbfbcf0f621e1fc79db74956c32 | 12,635,793,852,503 | 97da474923e072ecbd29a99aff1a3665d680381c | /FluentInterfacesDSL/src/main/java/game/nested/dsl/PlayerBuilder.java | 0a04944e60b29124eb1bf0d488e9ea65e4b95ae7 | [] | no_license | terentyevkirill/othr-ajp-labs | https://github.com/terentyevkirill/othr-ajp-labs | 9d72391ebabd6682f0f8600eb4666a5f5024888e | f90c0f54b69dc67c689c6ecb61d8adb20f91a8b6 | refs/heads/master | 2023-03-27T22:01:03.991000 | 2020-06-09T14:11:18 | 2020-06-09T14:11:18 | 251,613,758 | 0 | 0 | null | false | 2021-03-31T22:05:31 | 2020-03-31T13:40:08 | 2020-06-09T14:12:07 | 2021-03-31T22:05:30 | 379 | 0 | 0 | 1 | Java | false | false | package game.nested.dsl;
public interface PlayerBuilder extends LocationBuilder {
LocationBuilder asMaster();
}
| UTF-8 | Java | 117 | java | PlayerBuilder.java | Java | [] | null | [] | package game.nested.dsl;
public interface PlayerBuilder extends LocationBuilder {
LocationBuilder asMaster();
}
| 117 | 0.794872 | 0.794872 | 5 | 22.4 | 20.809612 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
35ca47af7201b9a1a02f7c8c7a44f9ae5413b4e3 | 26,096,221,356,929 | 75367b86f0b4198eb4652743eb2af2dedc37fa51 | /src/main/java/test/DBCPTest.java | 9bc1385dbf66baa96b5e81c4ab8cb18f0dd3624a | [] | no_license | zhang0415/databasesPond | https://github.com/zhang0415/databasesPond | 5b7fa1880a63e535d06e1ab815b5409a6b23eab2 | f09104da27158a4b1a31a523670770f667fc4318 | refs/heads/master | 2023-03-05T14:05:39.576000 | 2021-02-18T18:19:36 | 2021-02-18T18:19:36 | 340,139,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import org.apache.commons.dbcp.BasicDataSourceFactory;
import javax.sql.DataSource;
import java.sql.*;
import java.util.Properties;
public class DBCPTest {
public static DataSource dataSource;
static String sql = "select * from guest";
static {
Properties properties = new Propertie... | UTF-8 | Java | 2,149 | java | DBCPTest.java | Java | [] | null | [] | package test;
import org.apache.commons.dbcp.BasicDataSourceFactory;
import javax.sql.DataSource;
import java.sql.*;
import java.util.Properties;
public class DBCPTest {
public static DataSource dataSource;
static String sql = "select * from guest";
static {
Properties properties = new Propertie... | 2,149 | 0.564846 | 0.56342 | 67 | 30.41791 | 23.887266 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477612 | false | false | 0 |
87b8bd3a505fd558381e77d30bf5a01679d36a55 | 10,144,712,816,495 | 9c1e0581ab6a887dc95839f476baab962a3a2df2 | /BetaJobBoard/src/main/java/com/model/interfaces/VerificationTokenDao.java | 3b42df0e297fdde375afe798f588dea24aca5728 | [
"MIT"
] | permissive | veryintelligentperson/Beta-Job-Board | https://github.com/veryintelligentperson/Beta-Job-Board | cf3e361d48f9ba24b69853b02d49eea99c08c275 | 7b0c06640b296d32f2421df1c45725a27efe88d0 | refs/heads/master | 2021-01-10T20:13:11.236000 | 2015-07-22T17:26:01 | 2015-07-22T17:26:01 | 39,518,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model.interfaces;
import com.model.beans.VerificationToken;
/**
* Created by michal on 04.07.15.
*/
public interface VerificationTokenDao {
void createOrUpdateToken(VerificationToken token);
void deleteToken(int id);
VerificationToken getTokenById(int id);
VerificationToken getVerific... | UTF-8 | Java | 355 | java | VerificationTokenDao.java | Java | [
{
"context": ".model.beans.VerificationToken;\n\n/**\n * Created by michal on 04.07.15.\n */\npublic interface VerificationTok",
"end": 98,
"score": 0.9884657859802246,
"start": 92,
"tag": "USERNAME",
"value": "michal"
}
] | null | [] | package com.model.interfaces;
import com.model.beans.VerificationToken;
/**
* Created by michal on 04.07.15.
*/
public interface VerificationTokenDao {
void createOrUpdateToken(VerificationToken token);
void deleteToken(int id);
VerificationToken getTokenById(int id);
VerificationToken getVerific... | 355 | 0.769014 | 0.752113 | 16 | 21.1875 | 21.895258 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
dca0d9f9f9e49c5a833667d3379ce8849179fac0 | 5,119,601,020,951 | e4f3397db1a1614e9d9c2a20a48a3790309efb3d | /org/alphamodder/alpharpg/util/DeathData.java | 3c00d5a2ab574ab5f1ea586dc8270b9afb64d6b0 | [] | no_license | AlphaModder/AlphaRPG | https://github.com/AlphaModder/AlphaRPG | 7506e97b6255bc9fa9f31f00deb592502e2754f5 | 5f7077d1d1d7a10fbbd7d21d669f18e16d5a05a2 | refs/heads/master | 2016-09-16T00:20:59.435000 | 2013-11-08T17:15:56 | 2013-11-08T17:15:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.alphamodder.alpharpg.util;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityDamageEvent.DamageCause;
import org.bukkit.event.entity.EntityDeathEvent;
public class Dea... | UTF-8 | Java | 7,040 | java | DeathData.java | Java | [] | null | [] | package org.alphamodder.alpharpg.util;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityDamageEvent.DamageCause;
import org.bukkit.event.entity.EntityDeathEvent;
public class Dea... | 7,040 | 0.731818 | 0.72983 | 194 | 35.288658 | 27.525606 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.974227 | false | false | 0 |
ae41d5c55e0c3936794fd42ef1d96acc29936f9d | 5,119,601,020,053 | 0aba3ca0c2da8626bed808155a854858f93b80e0 | /services/swr/src/main/java/com/huaweicloud/sdk/swr/v2/SwrAsyncClient.java | 122ed66357b7892c1e7b2910d02474c0dd864fcc | [
"Apache-2.0"
] | permissive | LanYus/huaweicloud-sdk-java-v3 | https://github.com/LanYus/huaweicloud-sdk-java-v3 | 5b51e0953f5b1a8a5d38bccbaa7389222a8c0ea7 | 761a9c43c0ea287a927707891c529389e43e8280 | refs/heads/master | 2023-05-31T15:46:06.772000 | 2021-06-10T12:06:03 | 2021-06-10T12:06:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huaweicloud.sdk.swr.v2;
import com.huaweicloud.sdk.core.HcClient;
import com.huaweicloud.sdk.core.ClientBuilder;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
import com.huaweicloud.sdk.core.invoker.AsyncInvoker;
import com.huaweicloud.sdk.swr.v2.model.*;
public class ... | UTF-8 | Java | 40,258 | java | SwrAsyncClient.java | Java | [] | null | [] | package com.huaweicloud.sdk.swr.v2;
import com.huaweicloud.sdk.core.HcClient;
import com.huaweicloud.sdk.core.ClientBuilder;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
import com.huaweicloud.sdk.core.invoker.AsyncInvoker;
import com.huaweicloud.sdk.swr.v2.model.*;
public class ... | 40,258 | 0.742515 | 0.74246 | 990 | 35.908081 | 43.245865 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365657 | false | false | 0 |
2193f7ab0ac9c4268f266c31c3499188696db290 | 23,304,492,600,210 | c927aca1fe4dc9159890f6fbb6f4fbc488b83c43 | /src/java/com/cardpay/pccredit/bank/model/CustomerOverdue.java | 546a82781bb30ff24b0eebef739787f66cf43950 | [
"Apache-2.0"
] | permissive | wangxu2013/StatisticsCredit | https://github.com/wangxu2013/StatisticsCredit | 2c7911cb8afc9fae677323515ad3798f082e52cf | c8ba870913f70c36b757d4e0fcdb89e875dcbf25 | refs/heads/master | 2021-01-21T07:34:51.508000 | 2015-06-24T07:26:03 | 2015-06-24T07:26:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.cardpay.pccredit.bank.model;
import java.util.Date;
/**
* @author shaoming
*
* 2014年11月28日 上午10:53:16
*/
public class CustomerOverdue extends BaseModel{
private String id;
private String customerId;
private String productId;
private String numberDaysOverdue;
private... | UTF-8 | Java | 2,211 | java | CustomerOverdue.java | Java | [
{
"context": "odel;\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n * @author shaoming\r\n *\r\n * 2014年11月28日 上午10:53:16\r\n */\r\npublic cla",
"end": 109,
"score": 0.9992828369140625,
"start": 101,
"tag": "USERNAME",
"value": "shaoming"
}
] | null | [] | /**
*
*/
package com.cardpay.pccredit.bank.model;
import java.util.Date;
/**
* @author shaoming
*
* 2014年11月28日 上午10:53:16
*/
public class CustomerOverdue extends BaseModel{
private String id;
private String customerId;
private String productId;
private String numberDaysOverdue;
private... | 2,211 | 0.725125 | 0.718764 | 92 | 21.923914 | 17.118027 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.467391 | false | false | 0 |
25b41ba209fe7160508f683c8b7d90615bc9aac9 | 7,490,423,021,344 | 40ce0bb9783e8e2eba0c0ff6ba2653505e997e2e | /AToS/src/hu/ak_akademia/atos/db/entity/City.java | 9442d129cb019376f5770634d7ac781be988719a | [] | no_license | markosa84/atos | https://github.com/markosa84/atos | 97f94233cdebfc5b54241e3251b2c4646a64865a | 265cb53bd3b8f1ab9b0000aaf954c0fd44ea1989 | refs/heads/master | 2022-11-09T22:34:06.657000 | 2020-06-20T16:54:46 | 2020-06-20T16:54:46 | 254,889,513 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.ak_akademia.atos.db.entity;
public class City {
private final Long cityId;
private final Long countryId;
private final String name;
private City(Builder builder) {
this.cityId = builder.cityId;
this.countryId = builder.countryId;
this.name = builder.name;
}
public Long getCityId... | UTF-8 | Java | 1,363 | java | City.java | Java | [] | null | [] | package hu.ak_akademia.atos.db.entity;
public class City {
private final Long cityId;
private final Long countryId;
private final String name;
private City(Builder builder) {
this.cityId = builder.cityId;
this.countryId = builder.countryId;
this.name = builder.name;
}
public Long getCityId... | 1,363 | 0.652238 | 0.645635 | 72 | 16.958334 | 14.303688 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.791667 | false | false | 0 |
b5aadee45677e525fbcd64305ed6fab955b56b7d | 26,723,286,566,262 | 882e77219bce59ae57cbad7e9606507b34eebfcf | /mi2s_securitycenter_miui12/src/main/java/miuix/recyclerview/widget/c.java | c676ab969885a74014bc1b2acf042a30b4a9a0cf | [] | no_license | CrackerCat/XiaomiFramework | https://github.com/CrackerCat/XiaomiFramework | 17a12c1752296fa1a52f61b83ecf165f328f4523 | 0b7952df317dac02ebd1feea7507afb789cef2e3 | refs/heads/master | 2022-06-12T03:30:33.285000 | 2020-05-06T11:30:54 | 2020-05-06T11:30:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package miuix.recyclerview.widget;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.O;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public abstract c... | UTF-8 | Java | 14,832 | java | c.java | Java | [] | null | [] | package miuix.recyclerview.widget;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.O;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public abstract c... | 14,832 | 0.496292 | 0.467435 | 466 | 30.828325 | 25.65696 | 243 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744635 | false | false | 0 |
08a9e93b79a57d6842e06d97f55fedd066fc0c7b | 26,723,286,563,110 | 73d707771bf802b93dc8ca51b2ab6a5ed77f804c | /Java Coding/ArrayList2D.java | 4ebbf8536c66dabc47bb688dc13676389747e9c0 | [] | no_license | gautam0209/Coding-Practice | https://github.com/gautam0209/Coding-Practice | bef7140bf7f1e33f30630ff2fb0776a8071650cb | 4e148a132084428eb358cfa67f5162eb43c6a90d | refs/heads/master | 2021-09-18T10:42:22.672000 | 2018-07-13T06:31:44 | 2018-07-13T06:31:44 | 100,292,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackerrank;
import java.util.ArrayList;
import java.util.Scanner;
/**
* Created by Gautam Vashisht on 7/3/2017.
*/
public class ArrayList2D {
public static void main(String ar[])
{
ArrayList<ArrayList<Integer>> al = new ArrayList<ArrayList<Integer>>();
Scanner s = new... | UTF-8 | Java | 1,078 | java | ArrayList2D.java | Java | [
{
"context": ";\r\nimport java.util.Scanner;\r\n\r\n/**\r\n * Created by Gautam Vashisht on 7/3/2017.\r\n */\r\npublic class ArrayList2D {\r\n\r\n",
"end": 115,
"score": 0.9998534321784973,
"start": 100,
"tag": "NAME",
"value": "Gautam Vashisht"
}
] | null | [] | package hackerrank;
import java.util.ArrayList;
import java.util.Scanner;
/**
* Created by <NAME> on 7/3/2017.
*/
public class ArrayList2D {
public static void main(String ar[])
{
ArrayList<ArrayList<Integer>> al = new ArrayList<ArrayList<Integer>>();
Scanner s = new Scanner(... | 1,069 | 0.444341 | 0.431354 | 47 | 20.936171 | 18.021742 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 0 |
b88a718a6a2d5635df2574db06aa9a2db8e84e07 | 32,530,082,355,216 | fea1504c974cee16205cd2ee2f54d142f503d291 | /src/main/java/com/lming/chcservice/service/HospitalService.java | 8a52a434f4023f08c0ecbf3bf3709cce63517107 | [] | no_license | shinyzo/chcservice | https://github.com/shinyzo/chcservice | df9f2b0aa44287d4e4f0da69337ff69b065e9ff5 | fd169e524d952480db45d6a7069ced965c6936d8 | refs/heads/master | 2021-05-07T13:39:13.694000 | 2017-11-29T10:19:14 | 2017-11-29T10:19:14 | 109,595,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lming.chcservice.service;
import com.lming.chcservice.entity.Hospital;
import java.util.List;
public interface HospitalService {
public List<Hospital> findAll();
}
| UTF-8 | Java | 184 | java | HospitalService.java | Java | [] | null | [] | package com.lming.chcservice.service;
import com.lming.chcservice.entity.Hospital;
import java.util.List;
public interface HospitalService {
public List<Hospital> findAll();
}
| 184 | 0.777174 | 0.777174 | 10 | 17.4 | 17.928747 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
7c9639274f399f08e29ae13dae23e99e35f11ccb | 3,375,844,339,748 | 1a41a5b6a5a916fe2c695548fb6763efdb1d1e32 | /workspace/P0/src/P0.java | 686acdab61d4ec01bd499b2fac98ce320f210652 | [] | no_license | IanTheGuitarGuy/Vurt | https://github.com/IanTheGuitarGuy/Vurt | 15d52868833b476aa6535e968b1586629ab3447b | 8ae9c3ddf091e0779964c93efb5b5903457429e4 | refs/heads/master | 2021-05-28T12:33:18.093000 | 2014-10-01T22:13:44 | 2014-10-01T22:13:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // P0 Assignment
// Author: Ian Arcuri
// Date: Aug 26, 2014
// Class: CS160
// Email: arcuri.ian@gmail.com
public class P0 {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
| UTF-8 | Java | 222 | java | P0.java | Java | [
{
"context": "// P0 Assignment\n// Author: Ian Arcuri\n// Date: Aug 26, 2014\n// Class: CS160\n// Email: a",
"end": 38,
"score": 0.9998798370361328,
"start": 28,
"tag": "NAME",
"value": "Ian Arcuri"
},
{
"context": "ri\n// Date: Aug 26, 2014\n// Class: CS160\n// Email: arcuri.ian@gma... | null | [] | // P0 Assignment
// Author: <NAME>
// Date: Aug 26, 2014
// Class: CS160
// Email: <EMAIL>
public class P0 {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
| 205 | 0.635135 | 0.585586 | 15 | 13.8 | 13.929345 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
1ccd1c717c549230f053074b0b67ff1610238025 | 23,072,564,372,132 | b82c9ee10977e9b9e6e4996aac573f7cc2900e9a | /app/src/main/java/com/loslink/myview/widget/CleanNewView.java | 5c0af2daf8e88467cf6235d7dc85900244caf470 | [] | no_license | loslink/MyViewDemo | https://github.com/loslink/MyViewDemo | 1ef17ee2b85085366b14f9076293bf32696ace1d | 6cdabfc4e05c1df77e635ba4ee622c79ea1da283 | refs/heads/master | 2021-06-10T21:18:48.267000 | 2021-03-17T12:12:33 | 2021-03-17T12:12:33 | 139,956,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.loslink.myview.widget;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ComposeS... | UTF-8 | Java | 20,231 | java | CleanNewView.java | Java | [] | null | [] | package com.loslink.myview.widget;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ComposeS... | 20,231 | 0.590943 | 0.580663 | 546 | 35.520145 | 26.963762 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763736 | false | false | 0 |
aba6ce2dae6d0a7ccb229f735c4022bdc712b8a8 | 31,756,988,224,209 | caf82947f79acfebc89959bf2a0d19bdefbe020b | /src/Home/Week2/Array/While/Week2Home3_9.java | 3083912f4ebac9e5d4a3e06c3770d1e72b52099d | [] | no_license | AnastasiyaSeva/ABC17 | https://github.com/AnastasiyaSeva/ABC17 | 10c21fa5a62f43eb2b10d7d03049f4fc47c6b7cd | d8a5e0164e32b5d490599989fe0b044440f6681e | refs/heads/master | 2021-01-20T19:27:25.037000 | 2016-07-09T15:34:51 | 2016-07-09T15:34:51 | 62,956,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Home.Week2.Array.While;
import ua.artcode.Utils.ArrayUtils;
import java.util.Scanner;
/**
* Задать два массива случайными числами от 25 до 75. Определить у какого из массивов больше парных елементов.
*/
public class Week2Home3_9 {
public static void main(String[] args) {
Scanner sc = new Scanne... | UTF-8 | Java | 1,601 | java | Week2Home3_9.java | Java | [] | null | [] | package Home.Week2.Array.While;
import ua.artcode.Utils.ArrayUtils;
import java.util.Scanner;
/**
* Задать два массива случайными числами от 25 до 75. Определить у какого из массивов больше парных елементов.
*/
public class Week2Home3_9 {
public static void main(String[] args) {
Scanner sc = new Scanne... | 1,601 | 0.540897 | 0.521108 | 54 | 27.074074 | 27.447493 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574074 | false | false | 0 |
9c9414c2979d4d227a8e082fcb43185ea2ecfb1d | 35,768,487,646,730 | f5a7fff33a7687a8b300a563c29c316f8d4c35c3 | /src/entity/Aleatorio.java | c22b6ff1bf10e91b6febb41bb14839d874e50ccd | [] | no_license | rodrigoRolim/software-testing | https://github.com/rodrigoRolim/software-testing | 087eea5b5dce0015f97ad8453dfc620b6e05260e | 8cbbb057db20238f3c9fede23ff2fca93f11f7e7 | refs/heads/master | 2020-03-27T00:14:58.831000 | 2018-08-21T19:34:06 | 2018-08-21T19:34:06 | 145,607,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
/**
*
* @author rod_v
*/
import java.util.Random;
public class Aleatorio {
public int gerarNumer... | UTF-8 | Java | 644 | java | Aleatorio.java | Java | [
{
"context": "itor.\r\n */\r\npackage entity;\r\n\r\n/**\r\n *\r\n * @author rod_v\r\n */\r\nimport java.util.Random;\r\npublic class Alea",
"end": 234,
"score": 0.9996253252029419,
"start": 229,
"tag": "USERNAME",
"value": "rod_v"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
/**
*
* @author rod_v
*/
import java.util.Random;
public class Aleatorio {
public int gerarNumer... | 644 | 0.559006 | 0.551242 | 27 | 21.925926 | 20.368687 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 0 |
977810f80f6fe469414f5e9335ade56cf20e6ff3 | 154,618,858,527 | 74ffa29b647aa0eba5288b9b67733e3185472b9f | /UI/text/User_Interface_Text.java | c01a1b31cc62f758b34aa0030afae3043c1e8c8a | [] | no_license | I3ryI3e/jubilant-umbrella | https://github.com/I3ryI3e/jubilant-umbrella | c78721839003d0661993e459ed62917697ab5bad | 4b56875f6e225344c9b97388a36f54b469748777 | refs/heads/master | 2020-03-09T19:22:01.169000 | 2018-06-17T12:03:47 | 2018-06-17T12:03:47 | 128,956,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UI.text;
import Model.*;
import State_Machine.*;
import java.io.*;
import java.util.Observable;
import java.util.Observer;
import java.util.Scanner;
public class User_Interface_Text implements Constants, Observer{
private ObservableGame game;
private boolean quit = false;
private int opt;
... | UTF-8 | Java | 12,904 | java | User_Interface_Text.java | Java | [] | null | [] | package UI.text;
import Model.*;
import State_Machine.*;
import java.io.*;
import java.util.Observable;
import java.util.Observer;
import java.util.Scanner;
public class User_Interface_Text implements Constants, Observer{
private ObservableGame game;
private boolean quit = false;
private int opt;
... | 12,904 | 0.50155 | 0.493258 | 388 | 32.260311 | 23.417255 | 200 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572165 | false | false | 0 |
eac895a1125ab8965d4358f6bbce33228174f22f | 24,326,694,784,031 | f7f080ac6ba59fc062b7b9f17271b3cf139c0ac9 | /src/com/company/attempt/Netease.java | 287e7e8571bfc5e52fba074ed3e33d86aab3b9dd | [] | no_license | chen2013/sth | https://github.com/chen2013/sth | be6ec3e2441ad672262b2cd0fccd085fc2922f94 | 10a703bf176bf756dcb48885c0af65e5a9d78af2 | refs/heads/master | 2016-09-19T21:22:12.985000 | 2016-08-28T14:40:04 | 2016-08-28T14:40:13 | 65,899,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.attempt;
import java.util.*;
/**
* Created by chen on 2016/8/19.
*/
public class Netease {
/**
* 构造最长回文,即求string和string_reverse的最大公共子串
*
* @param str1
* @return
*/
public static int LCS(String str1) {
String str2 = new StringBuffer(str1).reverse().toStr... | UTF-8 | Java | 5,381 | java | Netease.java | Java | [
{
"context": "y.attempt;\n\nimport java.util.*;\n\n/**\n * Created by chen on 2016/8/19.\n */\npublic class Netease {\n\n\n /*",
"end": 73,
"score": 0.9936996102333069,
"start": 69,
"tag": "USERNAME",
"value": "chen"
}
] | null | [] | package com.company.attempt;
import java.util.*;
/**
* Created by chen on 2016/8/19.
*/
public class Netease {
/**
* 构造最长回文,即求string和string_reverse的最大公共子串
*
* @param str1
* @return
*/
public static int LCS(String str1) {
String str2 = new StringBuffer(str1).reverse().toStr... | 5,381 | 0.382619 | 0.355261 | 179 | 26.77095 | 19.098335 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726257 | false | false | 0 |
583e1f484f602b6640e252ba909c25686d5aac7d | 22,376,779,617,343 | 514b3d25c692d63f132508c51a72ec7614bfe531 | /app/models/User.java | 78ba902f1fa25377af1be4fd9b7a71b5920730d3 | [] | no_license | essamahmedhafez/twitterPlay | https://github.com/essamahmedhafez/twitterPlay | 245ace06ea797dd28d0b0d47a007b641d119a921 | 8e76e69b0f2e687a6917909dd2ca53fe389d5d87 | refs/heads/master | 2020-06-01T11:32:27.760000 | 2014-05-16T21:45:19 | 2014-05-16T21:45:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import javax.persistence.*;
import play.db.ebean.*;
import com.avaje.ebean.*;
@Entity
public class User extends Model{
@Id
public int user_id;
public String user_name;
public String email;
public String password;
public String url;
public String description;
public i... | UTF-8 | Java | 1,074 | java | User.java | Java | [
{
"context": "{\n this.email = email;\n this.user_name = user_name;\n this.password = password;\n this.url =",
"end": 531,
"score": 0.9887544512748718,
"start": 522,
"tag": "USERNAME",
"value": "user_name"
},
{
"context": " this.user_name = user_name;\n this.... | null | [] | package models;
import javax.persistence.*;
import play.db.ebean.*;
import com.avaje.ebean.*;
@Entity
public class User extends Model{
@Id
public int user_id;
public String user_name;
public String email;
public String password;
public String url;
public String description;
public i... | 1,076 | 0.647114 | 0.640596 | 46 | 22.369566 | 19.827909 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 0 |
45288802bc18136d5f9ec4612ec17492e1549d3a | 11,519,102,297,243 | 44655c4ed9ce738d4b0023472b271ba8ff85ded7 | /src/main/java/rover/Start.java | 9a50e52c5d145984849d8a56d347965d3084c0d8 | [] | no_license | syinmm/https-github.com-syinm-projekt-3-object-calisthenics-syinmm-master | https://github.com/syinmm/https-github.com-syinm-projekt-3-object-calisthenics-syinmm-master | f7fef7f91709605cf0e6c8e7cc10d32da3decfb3 | b3c53686b58274fc884cced3e5c90c0f9a8f8d62 | refs/heads/master | 2020-05-31T12:30:56.740000 | 2019-06-04T21:34:31 | 2019-06-04T21:34:31 | 190,282,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rover;
import java.io.PrintStream;
public class Start {
public static void main(String[] args) {
Mars mars = new Mars();
Rover rover = new Rover();
mars.createField(rover);
PrintStream out = System.out;
// Initial Mars
mars.print(out, mars);
/* ... | UTF-8 | Java | 1,259 | java | Start.java | Java | [] | null | [] | package rover;
import java.io.PrintStream;
public class Start {
public static void main(String[] args) {
Mars mars = new Mars();
Rover rover = new Rover();
mars.createField(rover);
PrintStream out = System.out;
// Initial Mars
mars.print(out, mars);
/* ... | 1,259 | 0.568705 | 0.568705 | 47 | 25.80851 | 13.475965 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787234 | false | false | 0 |
c8ca173de56d4b44efafa6a6076752b5abc285d5 | 19,095,424,610,847 | 3e611373d2ff48dbffc25ca367c0f0e3e51e2f90 | /AE_MQL_WS/MQLSetup/src/util/MMGenerators/QMMGenerator/QMMMetaModelBuilder/QMMMetaModelBuilder_Operators.java | 9c6fa3a21bfc34635c98c081c8b234cfa2372f55 | [] | no_license | Racheast/AE_MQL | https://github.com/Racheast/AE_MQL | 999fbd74a15261006fe8f3a0e2fdc1323b05c0a5 | 3f94f6d41986ae3786ae4291736b11f0750e6091 | refs/heads/master | 2020-04-26T08:53:49.746000 | 2019-06-01T10:13:26 | 2019-06-01T10:13:26 | 173,438,094 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util.MMGenerators.QMMGenerator.QMMMetaModelBuilder;
import java.util.ArrayList;
import java.util.Arrays;
import org.eclipse.emf.ecore.EAnnotation;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EClassifier;
import org.eclipse.emf.ecore.EOperation;
import org.eclipse.emf.ecore.EReference;
im... | UTF-8 | Java | 18,849 | java | QMMMetaModelBuilder_Operators.java | Java | [] | null | [] | package util.MMGenerators.QMMGenerator.QMMMetaModelBuilder;
import java.util.ArrayList;
import java.util.Arrays;
import org.eclipse.emf.ecore.EAnnotation;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EClassifier;
import org.eclipse.emf.ecore.EOperation;
import org.eclipse.emf.ecore.EReference;
im... | 18,849 | 0.815693 | 0.813836 | 326 | 56.819019 | 45.023319 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.972393 | false | false | 0 |
b1c3f6bbb3cc1c530cde665b0565b47006bbde9f | 16,501,264,388,405 | 981c81928b1ed59aa51e2495bfc13d6d2804de02 | /Strategos/src/com/visiongc/app/strategos/web/struts/planes/actions/ReportePlanesAction.java | bc3cfd45d87d1a217e56eecb4e5e15bda6625f07 | [] | no_license | acaucali/Strategos | https://github.com/acaucali/Strategos | 7f9b1e7ed329a4bb84379cc1db0bf95dfe7e6814 | 1aa41b9e0daa2f777b70160fdb6a41f50f07f628 | refs/heads/master | 2021-12-19T12:46:58.309000 | 2021-12-09T14:15:18 | 2021-12-09T14:15:18 | 146,344,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.visiongc.app.strategos.web.struts.planes.actions;
import com.lowagie.text.Document;
import com.lowagie.text.Font;
import com.lowagie.text.Paragraph;
import com.visiongc.app.strategos.impl.StrategosServiceFactory;
import com.visiongc.app.strategos.planes.StrategosPlanesService;
import com.visiongc.app.strat... | UTF-8 | Java | 3,759 | java | ReportePlanesAction.java | Java | [] | null | [] | package com.visiongc.app.strategos.web.struts.planes.actions;
import com.lowagie.text.Document;
import com.lowagie.text.Font;
import com.lowagie.text.Paragraph;
import com.visiongc.app.strategos.impl.StrategosServiceFactory;
import com.visiongc.app.strategos.planes.StrategosPlanesService;
import com.visiongc.app.strat... | 3,759 | 0.743283 | 0.73743 | 102 | 35.862743 | 30.59445 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 0 |
434330e931e0e5b643a66c1d9cb63097bcfe04b1 | 4,226,247,853,948 | 70a600b6bc8551c2482fa923a266c445e290d839 | /src/main/java/com/wondersgroup/framework/menu/dao/impl/MenuResourceExtdDAOImpl.java | db2841718adf1365974ed908e5d59d8ed1524c32 | [] | no_license | littleqh0128/Pcf | https://github.com/littleqh0128/Pcf | aa2a5a479287dd7eafa09f94f1f2c9f3928911cb | 0490c753590b375c9743e102c683c05c1f9d03e5 | refs/heads/master | 2021-01-13T09:11:49.359000 | 2016-09-30T05:55:18 | 2016-09-30T05:55:18 | 69,220,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wondersgroup.framework.menu.dao.impl;
import com.wondersgroup.framework.core.bo.Page;
import com.wondersgroup.framework.core.bo.hibernate.HqlParameter;
import com.wondersgroup.framework.core.dao.impl.AbstractHibernateExtdDAOImpl;
import com.wondersgroup.framework.menu.bo.MenuResource;
import com.wondersgro... | UTF-8 | Java | 9,102 | java | MenuResourceExtdDAOImpl.java | Java | [] | null | [] | package com.wondersgroup.framework.menu.dao.impl;
import com.wondersgroup.framework.core.bo.Page;
import com.wondersgroup.framework.core.bo.hibernate.HqlParameter;
import com.wondersgroup.framework.core.dao.impl.AbstractHibernateExtdDAOImpl;
import com.wondersgroup.framework.menu.bo.MenuResource;
import com.wondersgro... | 9,102 | 0.762909 | 0.754999 | 145 | 61.772415 | 133.182159 | 883 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868966 | false | false | 0 |
b3a9709662c1909aa3dc15ef0e9ed117d6f075fb | 20,315,195,328,058 | ed1165ee53d485e013f6340467f6d971af8ccb09 | /src/main/scala/com/company/spark/recon/challenges/A.java | 52d11f68f50bd778a1d6f5bbacd862c6810d243f | [] | no_license | naanimp/spark-recon | https://github.com/naanimp/spark-recon | a28483d19a203244a6c0e217fa6fe59ea27c3d61 | 9f0adf72000c42ac4d8d59e82256a9fa3bdd0db0 | refs/heads/master | 2023-01-11T17:11:34.893000 | 2020-11-12T12:52:19 | 2020-11-12T12:52:19 | 303,994,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.spark.recon.challenges;
import java.util.HashMap;
public class A {
public int solution(String[] T, String[] R){
int n = T.length;
HashMap<String, Boolean> wrong = new HashMap<>();
HashMap<String, Boolean> all = new HashMap<>();
for(int i = 0; i < n; i++){
... | UTF-8 | Java | 707 | java | A.java | Java | [] | null | [] | package com.company.spark.recon.challenges;
import java.util.HashMap;
public class A {
public int solution(String[] T, String[] R){
int n = T.length;
HashMap<String, Boolean> wrong = new HashMap<>();
HashMap<String, Boolean> all = new HashMap<>();
for(int i = 0; i < n; i++){
... | 707 | 0.472419 | 0.461103 | 24 | 28.458334 | 19.981197 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 0 |
999ba9b964701530571c8221ed0be129ea88c877 | 10,677,288,749,153 | bc4a5b2674e089a35ec7c6505690764a1cacc09e | /src/hyperledger/HyperledgerTest.java | 98a94bef43bfb27836651fcc6ae6103ead3dac9a | [] | no_license | GrafW/tpm-testing | https://github.com/GrafW/tpm-testing | ae617e245d675c42664a75edbd08edc34f2259d5 | e56682af4b34d02fc61180144c43ac85c376c0f9 | refs/heads/master | 2020-03-29T04:12:24.796000 | 2018-09-22T13:44:44 | 2018-09-22T13:44:44 | 149,520,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hyperledger;
public class HyperledgerTest {
}
| UTF-8 | Java | 56 | java | HyperledgerTest.java | Java | [] | null | [] | package hyperledger;
public class HyperledgerTest {
}
| 56 | 0.785714 | 0.785714 | 5 | 10.2 | 12.4964 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
f970dddaf405f6e845ef27a5e1e58dc40a255e39 | 12,103,217,867,939 | 80a4aa9c42eb996ebe9d915e7c8bc228c3777f9c | /dxycraw/src/java/framework/org/jute/util/Strings.java | f63b4a026efdb68439670dbd08216d865d5a53a2 | [] | no_license | shenbin6830/NumberOne1 | https://github.com/shenbin6830/NumberOne1 | 410e0db176531ac416348bc475568fdeca1cc139 | 6937199b289c31d0048cf27f41ad00af1479dcd8 | refs/heads/master | 2018-02-06T22:01:15.063000 | 2017-06-28T13:12:47 | 2017-06-28T13:12:47 | 95,670,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ----------------------------------------------------------------------------------------------------------
* $Id: Strings.java,v 1.1.1.1 2005/07/24 04:18:37 hugo Exp $
* $Source: H:/cvsroot/./dxycms/webapps/WEB-INF/src/java/org/jute/util/Strings.java,v $
* --------------------------------------------------... | UTF-8 | Java | 31,424 | java | Strings.java | Java | [
{
"context": "提供了从字符串到各种数据结构的转换\n * \n * @author <a href=\"mailto:rainmanzhu@yahoo.com\">Rainman Zhu</a>\n * @version $Id: Strings.java,v ",
"end": 682,
"score": 0.9999261498451233,
"start": 662,
"tag": "EMAIL",
"value": "rainmanzhu@yahoo.com"
},
{
"context": "\n * @author <a href=\... | null | [] | /*
* ----------------------------------------------------------------------------------------------------------
* $Id: Strings.java,v 1.1.1.1 2005/07/24 04:18:37 hugo Exp $
* $Source: H:/cvsroot/./dxycms/webapps/WEB-INF/src/java/org/jute/util/Strings.java,v $
* --------------------------------------------------... | 31,406 | 0.517112 | 0.514272 | 906 | 29.312363 | 22.198299 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483444 | false | false | 0 |
5424f01d0a566f9ac201ef104544ee521cc1dc5b | 1,511,828,557,281 | b80420aa4182782883cd4c5185281d952b4b270c | /CSCI201L_FinalProject_MessagesServer/src/server/ServerThread.java | 872066e732a5f762f82947d0ed4144e9280f89d8 | [] | no_license | Luner/CSCI-201-FP | https://github.com/Luner/CSCI-201-FP | c8ede3775eef179edd92763552e9554eb722b1cb | 8831374d29c6c5d9fdf726d8f192cd5b058d9dd3 | refs/heads/master | 2021-08-26T05:31:27.332000 | 2017-11-21T18:28:38 | 2017-11-21T18:28:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server;
import database.Database;
import objects.ClientConversation;
import objects.User;
import objects.message.*;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.util.ArrayList;
import java.util.ConcurrentModificationExcept... | UTF-8 | Java | 7,255 | java | ServerThread.java | Java | [
{
"context": "println(\"username: \" + username + \" password: \" + password + \" nextId: \"\n\t\t\t\t\t\t\t+ cs.getData().getNextID())",
"end": 2864,
"score": 0.9922196865081787,
"start": 2856,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package server;
import database.Database;
import objects.ClientConversation;
import objects.User;
import objects.message.*;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.util.ArrayList;
import java.util.ConcurrentModificationExcept... | 7,257 | 0.663542 | 0.663129 | 258 | 27.120155 | 21.92281 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.554264 | false | false | 0 |
2e23fee47ea211441fbca399f863d61da16a90a5 | 23,922,967,854,079 | f6376e01b318290ba3244661002653add53af444 | /src/main/java/com/mce/core/resource/Filter.java | 86022675d9ff6f5d173e76f1b1e0be35ec534df4 | [] | no_license | caimingqin/fruitProject | https://github.com/caimingqin/fruitProject | c0bd5d045f7923ed8f689a391ebe6bc7d15e4044 | 57ce9fa7b5d895a67beda0ab411e2f8b6f87999d | refs/heads/master | 2020-05-19T10:42:17.561000 | 2014-06-16T07:48:17 | 2014-06-16T07:48:17 | 20,473,688 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mce.core.resource;
public abstract interface Filter
{
public abstract boolean accepts(String paramString);
}
| UTF-8 | Java | 132 | java | Filter.java | Java | [] | null | [] | package com.mce.core.resource;
public abstract interface Filter
{
public abstract boolean accepts(String paramString);
}
| 132 | 0.75 | 0.75 | 6 | 19.666666 | 20.499323 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
bb4dd5209dc11c8a96823c89f56da1d3311b0b81 | 36,799,279,835,034 | 022384329140fc92d13c3fb23a4bf1e8296194bf | /basic-service/src/main/java/com/intest/basicservice/user/vo/LoginVO.java | 3fd637779bc7959f035489bc465d22abbd43e6ac | [] | no_license | YtstIntest/fota-zt | https://github.com/YtstIntest/fota-zt | c10d881fcc2fc22d3f35105350d69c5aeb17cefc | a7c71c693f936c5ba4628d3779a8c8bd8110a69a | refs/heads/master | 2023-01-22T20:38:45.127000 | 2020-11-10T09:12:39 | 2020-11-10T09:12:39 | 311,638,101 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.intest.basicservice.user.vo;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import java.util.ArrayList;
import java.util.List;
/**
* @author zhanghui
* @create 2020-08-21 9:30
*/
@JsonPropertyOrder({"isCanLogin", "token", "freeNum", "me... | UTF-8 | Java | 1,395 | java | LoginVO.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author zhanghui\n * @create 2020-08-21 9:30\n */\n@JsonPropertyOrder",
"end": 231,
"score": 0.9993873834609985,
"start": 223,
"tag": "USERNAME",
"value": "zhanghui"
}
] | null | [] | package com.intest.basicservice.user.vo;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import java.util.ArrayList;
import java.util.List;
/**
* @author zhanghui
* @create 2020-08-21 9:30
*/
@JsonPropertyOrder({"isCanLogin", "token", "freeNum", "me... | 1,395 | 0.605904 | 0.595572 | 69 | 18.637682 | 16.354736 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 0 |
be4f665b50bdce60411003721d0dd0db64162f89 | 38,405,597,592,849 | 6c6f48632a6c2283ee50c78834e0773cec5aa5cb | /SFJava/spenefett/tmp/eqk.java | 287565b43d6ea2e9474ad8f07f06aa684abcaf42 | [] | no_license | kinghussien/darkfall_emu | https://github.com/kinghussien/darkfall_emu | 263a9525b8c9cb62e5751163e419a3127acad7a1 | 3e3b76b2a892fb27c4b68fb5483664de4559bf98 | refs/heads/master | 2016-09-02T04:32:02.404000 | 2015-01-07T05:21:13 | 2015-01-07T05:21:13 | 27,749,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package spenefett.tmp;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import spenefett.worldbuilder.itw;
class eqk
implements ActionListener
{
eqk(itw paramitw) {}
public void actionPerformed(ActionEvent paramActionEvent)
{
itw.a(this.fvs, paramActionEvent);
}
... | UTF-8 | Java | 324 | java | eqk.java | Java | [] | null | [] | package spenefett.tmp;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import spenefett.worldbuilder.itw;
class eqk
implements ActionListener
{
eqk(itw paramitw) {}
public void actionPerformed(ActionEvent paramActionEvent)
{
itw.a(this.fvs, paramActionEvent);
}
... | 324 | 0.725309 | 0.725309 | 16 | 18.25 | 17.816776 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
735dbd62ade00ac22b4a44c0420a8e24dee88b19 | 34,797,825,087,273 | dab1c76776de05c3d05da64706e87fabf7bbeef8 | /Bridge/Q2/Main.java | 7a171b3fd868c6858e35864d2c7fa241dda16be0 | [] | no_license | seak0503/design_pattern | https://github.com/seak0503/design_pattern | b7ebf40879e26788c6fa4890024975a2503186cd | 0fc5a3951bee3f4d60c43201faf64b71a385f7ac | refs/heads/master | 2021-01-10T04:06:21.676000 | 2016-02-17T22:35:03 | 2016-02-17T22:35:03 | 45,320,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
CountDisplay d = new CountDisplay(new FileDisplayImpl("start.txt"));
d.multiDisplay(3);
}
} | UTF-8 | Java | 176 | java | Main.java | Java | [] | null | [] | public class Main {
public static void main(String[] args) {
CountDisplay d = new CountDisplay(new FileDisplayImpl("start.txt"));
d.multiDisplay(3);
}
} | 176 | 0.642045 | 0.636364 | 6 | 28.5 | 25.5 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
05d8a3fd5b0a04c332a3b4fb87f4f2a94b2d1c45 | 32,856,499,814,774 | 42fbb00a557bc41599efe6b96c35c23ab23e6179 | /examSystem/src/com/wondersgroup/falcon/model/rc/base/BaseRrResource.java | efeebb9b3513cfc2e3f4892b9a8454eb165a3b27 | [] | no_license | kevingekun/examSystem | https://github.com/kevingekun/examSystem | ed25d55441b927e62eba91f729bbe660a70a72d6 | 90594b286ca83dd3be5659bd96b7940e86190187 | refs/heads/master | 2020-04-06T03:55:02.674000 | 2017-03-30T08:48:17 | 2017-03-30T08:48:17 | 83,101,872 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wondersgroup.falcon.model.rc.base;
import java.lang.Comparable;
import java.io.Serializable;
import com.wondersgroup.falcon.model.citizeninfo.CompanyInfo;
import com.wondersgroup.falcon.model.citizeninfo.PersonInfo;
/**
* This is an object that contains data related to the rr_resource table.
... | UTF-8 | Java | 4,686 | java | BaseRrResource.java | Java | [] | null | [] | package com.wondersgroup.falcon.model.rc.base;
import java.lang.Comparable;
import java.io.Serializable;
import com.wondersgroup.falcon.model.citizeninfo.CompanyInfo;
import com.wondersgroup.falcon.model.citizeninfo.PersonInfo;
/**
* This is an object that contains data related to the rr_resource table.
... | 4,686 | 0.667093 | 0.666453 | 205 | 20.868292 | 23.881153 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.156098 | false | false | 0 |
af31dbf37b63785732e3eb4e1100f4fedeb77d5a | 16,698,832,867,715 | 4d05861f28ca84eb1eb9e4abde237c9f773b46d4 | /src/main/java/io/libsoft/view/Arena.java | f62a20f856ad9cb8e5d17d111ced92c801e80d0b | [] | no_license | sixspeedchips/snake-server | https://github.com/sixspeedchips/snake-server | ca8ba83bbafd0ccd60d318a5d0e890dbbde1c468 | a7e483fcd66b7e7238a4f5608514d014abab7660 | refs/heads/master | 2022-12-09T14:37:58.138000 | 2020-09-12T15:41:59 | 2020-09-12T15:41:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.libsoft.view;
import io.libsoft.model.Drawable;
import io.libsoft.model.Model;
import io.libsoft.util.Props;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Color;
public class Arena extends Canvas {
private final GraphicsContext gc = getGraphics... | UTF-8 | Java | 651 | java | Arena.java | Java | [] | null | [] | package io.libsoft.view;
import io.libsoft.model.Drawable;
import io.libsoft.model.Model;
import io.libsoft.util.Props;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Color;
public class Arena extends Canvas {
private final GraphicsContext gc = getGraphics... | 651 | 0.706605 | 0.701997 | 29 | 21.448277 | 20.541945 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 0 |
9ec8c14e006f6e2c317d5ec2aaddb802e7e84202 | 16,561,393,901,171 | 0146acfd85c104cfc3d3c1206913894ef8d8d577 | /src/main/java/com/oocl/cultivation/Ticket.java | e8c9b110f102db0dfe71daaa397b875e54cf3f36 | [] | no_license | olivia-wang-code/tdd-parking-lot-cli-2020-7-15-3-23-38-755-2020-7-24-4-12-26-568 | https://github.com/olivia-wang-code/tdd-parking-lot-cli-2020-7-15-3-23-38-755-2020-7-24-4-12-26-568 | 0fde79881a16d372f7fc3d47796eab2077daf94f | f07b94392ed10ad223290ae40f06f8f84abb1ea4 | refs/heads/master | 2022-11-25T01:11:19.343000 | 2020-07-26T12:19:14 | 2020-07-26T12:19:14 | 282,151,650 | 0 | 1 | null | true | 2020-07-24T07:22:25 | 2020-07-24T07:22:24 | 2020-07-24T04:12:51 | 2020-07-24T04:12:49 | 58 | 0 | 0 | 0 | null | false | false | package com.oocl.cultivation;
import java.util.Random;
public class Ticket {
private int id;
private Car car;
public Ticket(int id) {
this.id = id;
}
public Ticket(Car car){
this.id=car.getId();
}
public Ticket() {
}
public void setId(int id) {
this.id = ... | UTF-8 | Java | 480 | java | Ticket.java | Java | [] | null | [] | package com.oocl.cultivation;
import java.util.Random;
public class Ticket {
private int id;
private Car car;
public Ticket(int id) {
this.id = id;
}
public Ticket(Car car){
this.id=car.getId();
}
public Ticket() {
}
public void setId(int id) {
this.id = ... | 480 | 0.554167 | 0.547917 | 30 | 15 | 13.515423 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
79a9a7cf0b4f2682f318332d797311d90ed8ac61 | 24,601,572,691,826 | a37d03fac9513e1f3976168a05d3a5d9ace82475 | /firstapp/src/main/java/ru/geekbrains/domain/Order.java | 797523db757a57e8caba024faa8035c7ab52eecf | [] | no_license | artur-java-dev/javaee-homeworks | https://github.com/artur-java-dev/javaee-homeworks | 07c668836fa81e8141179e42fd732b699f19824d | 88ff40c0411949e272fcae4e4b1f3e3c242a62ec | refs/heads/master | 2022-12-07T16:47:32.488000 | 2020-04-30T11:32:59 | 2020-04-30T11:32:59 | 247,463,369 | 0 | 0 | null | false | 2022-11-24T10:18:19 | 2020-03-15T12:37:26 | 2020-04-30T11:33:03 | 2022-11-24T10:18:16 | 780 | 0 | 0 | 3 | Java | false | false | package ru.geekbrains.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.List;
import static javax.persistence.CascadeType.ALL;
import static javax.persistence.GenerationType.IDENTITY;
@Entity
@Data
@NoArgsConstructor
@Table(name =... | UTF-8 | Java | 1,400 | java | Order.java | Java | [] | null | [] | package ru.geekbrains.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.List;
import static javax.persistence.CascadeType.ALL;
import static javax.persistence.GenerationType.IDENTITY;
@Entity
@Data
@NoArgsConstructor
@Table(name =... | 1,400 | 0.740714 | 0.740714 | 59 | 22.745762 | 21.298201 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 0 |
af9b07d741b117d8845e7261874a30044d2faf51 | 6,975,026,906,217 | d3f6a23d7c96051b053f9c91d9444171402b1c53 | /SistemaMatricula/src/main/java/dev/com/matricula/dto/RolUsuarioDTO.java | 263547da019751cd98d940468a0f7ad38132fc45 | [] | no_license | WillianYCR/SistemaMatricula | https://github.com/WillianYCR/SistemaMatricula | bfd7f116dd17242a7570ef727e029f596891b0cd | d6010e254df8ce16c00c7fb287e8196bc3a6d994 | refs/heads/master | 2021-04-09T16:51:09.308000 | 2014-12-29T05:15:07 | 2014-12-29T05:15:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.com.matricula.dto;
import dev.com.matricula.model.RolUsuario;
import dev.com.matricula.util.Consola;
public class RolUsuarioDTO {
private Integer id;
private UsuarioDTO usuario;
private RolDTO rol;
private Character estado;
public RolUsuarioDTO() {
}
public RolUsuarioDTO(RolUsuario rolUsuario) {... | UTF-8 | Java | 1,063 | java | RolUsuarioDTO.java | Java | [] | null | [] | package dev.com.matricula.dto;
import dev.com.matricula.model.RolUsuario;
import dev.com.matricula.util.Consola;
public class RolUsuarioDTO {
private Integer id;
private UsuarioDTO usuario;
private RolDTO rol;
private Character estado;
public RolUsuarioDTO() {
}
public RolUsuarioDTO(RolUsuario rolUsuario) {... | 1,063 | 0.703669 | 0.703669 | 59 | 17.016949 | 16.8538 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.372881 | false | false | 0 |
c37ef91c0eef21de09615963349e810fece806c2 | 28,707,561,415,043 | 00d28dcf71e79570f679fd7862576b68252017c5 | /softwareOperacional/softwareOperacional-web/src/main/java/co/edu/eam/ingesoft/softOper/web/servicios/Consulta4.java | c3ca2804d8e1c3d3d6c8298b17974a42d08b6476 | [] | no_license | Gaviria9601/Software-Operacional | https://github.com/Gaviria9601/Software-Operacional | 81734691cbcaa286a7dc49ebdcd6300770dd9ebc | bcb6c8c39a7c902b7f386feec9bf128e00fdfbf4 | refs/heads/master | 2022-06-21T09:11:31.548000 | 2022-06-07T16:59:54 | 2022-06-07T16:59:54 | 105,630,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.edu.eam.ingesoft.softOper.web.servicios;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Consulta4 {
private double venta;
private Date fecha;
public Consulta4() {
// TODO Auto-generated constructor ... | UTF-8 | Java | 1,051 | java | Consulta4.java | Java | [] | null | [] | package co.edu.eam.ingesoft.softOper.web.servicios;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Consulta4 {
private double venta;
private Date fecha;
public Consulta4() {
// TODO Auto-generated constructor ... | 1,051 | 0.632731 | 0.629876 | 61 | 15.229508 | 16.391115 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.131148 | false | false | 0 |
dbf88c503f9039cb632b4f5953856ab053d354b6 | 5,901,285,087,836 | 54882634ee5ab879731501003ba86fc191d0bdfb | /Quattrocchi/src/test/it/unisa/quattrocchi/model/AcquirenteModelTest.java | 00ca08681af98e05b2f1405816bdd9f5419d567f | [] | no_license | DrRek/Quattrocchi.it | https://github.com/DrRek/Quattrocchi.it | 15e3192297a936e0f6a7794f5b1d805f079b72c8 | d4e95af6184db4b39c0b51338268a233d36c761d | refs/heads/master | 2021-03-22T04:57:21.993000 | 2018-01-31T09:35:15 | 2018-01-31T09:35:15 | 105,260,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.it.unisa.quattrocchi.model;
import static org.junit.jupiter.api.Assertions.*;
import java.sql.SQLException;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import it.unisa.quattrocchi.entity.Acquirente;
import it.unisa.quattrocchi.enti... | UTF-8 | Java | 3,193 | java | AcquirenteModelTest.java | Java | [
{
"context": ";\n\t\tassertNotNull(a);\n\t\tassertEquals(a.getNome(),\"Antonio\");\n\t\tassertEquals(a.getCognome(),\"Spera\");\n\t\tasse",
"end": 1116,
"score": 0.994735062122345,
"start": 1109,
"tag": "NAME",
"value": "Antonio"
},
{
"context": "Nome(),\"Antonio\");\n\t\tassertEqual... | null | [] | package test.it.unisa.quattrocchi.model;
import static org.junit.jupiter.api.Assertions.*;
import java.sql.SQLException;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import it.unisa.quattrocchi.entity.Acquirente;
import it.unisa.quattrocchi.enti... | 3,165 | 0.762293 | 0.758221 | 107 | 28.841122 | 21.795202 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.943925 | false | false | 0 |
59311a08e777fd348cd9ae29cb35254e7c1dff03 | 1,408,749,289,855 | ceee21165d0a211c360ecab5b77baadb21b442e5 | /core/common/src/test/java/alluxio/wire/CommandLineJobInfoTest.java | 13ca875b356ab1e881b4b81c1a726fa3936c2f74 | [
"LicenseRef-scancode-free-unknown",
"Unlicense",
"Apache-2.0",
"EPL-1.0",
"MIT",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"BSD-3-Clause",
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | WraithL/alluxio | https://github.com/WraithL/alluxio | d41085faf4db0215ee5bded8ab98cfff3b2e5724 | baeb20b9c8f6881864722d40bb8f494525804f1a | refs/heads/master | 2020-03-11T08:09:55.761000 | 2018-04-17T02:15:06 | 2018-04-17T02:15:06 | 129,876,394 | 2 | 0 | Apache-2.0 | true | 2018-04-17T09:01:42 | 2018-04-17T09:01:42 | 2018-04-17T02:45:14 | 2018-04-17T08:19:28 | 87,423 | 0 | 0 | 0 | null | false | null | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | UTF-8 | Java | 1,844 | java | CommandLineJobInfoTest.java | Java | [] | null | [] | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | 1,844 | 0.746204 | 0.74295 | 59 | 30.254238 | 29.852514 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59322 | false | false | 0 |
22b8306f3c6371815c433868310db5196f566f1c | 5,832,565,631,404 | 39f2a6e832b1542021b6659e6180e4275a0f7b6b | /app/src/main/java/com/justimaginethat/gogodriver/APIModels/DriverWorkspace/APIMarkOrderCompletedResponseModel.java | 27ca1557890752169c94eebb1792e3f638d18dc7 | [] | no_license | NikitaGvozdilko/PayBit | https://github.com/NikitaGvozdilko/PayBit | 1eb9d1a68cb1b28566ee1d3af51753d76207ce9a | 1f861f5812df8bd19d1b9c8c33a9a887fd883296 | refs/heads/master | 2021-07-21T22:45:12.204000 | 2017-10-31T19:19:42 | 2017-10-31T19:19:42 | 109,135,557 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.justimaginethat.gogodriver.APIModels.DriverWorkspace;
import com.justimaginethat.gogodriver.BaseModel.BaseAPIErrorModel;
import java.io.Serializable;
/**
* Created by Lion-1 on 3/29/2017.
*/
public class APIMarkOrderCompletedResponseModel extends BaseAPIErrorModel implements Serializable {
public... | UTF-8 | Java | 396 | java | APIMarkOrderCompletedResponseModel.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by Lion-1 on 3/29/2017.\n */\n\npublic class APIMarkOrderCompl",
"end": 189,
"score": 0.9996048212051392,
"start": 183,
"tag": "USERNAME",
"value": "Lion-1"
}
] | null | [] | package com.justimaginethat.gogodriver.APIModels.DriverWorkspace;
import com.justimaginethat.gogodriver.BaseModel.BaseAPIErrorModel;
import java.io.Serializable;
/**
* Created by Lion-1 on 3/29/2017.
*/
public class APIMarkOrderCompletedResponseModel extends BaseAPIErrorModel implements Serializable {
public... | 396 | 0.79798 | 0.777778 | 17 | 22.294117 | 29.698019 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.