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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9a6115b24438344c312e7602d99cf98df22d6fcb | 31,078,383,418,459 | e39fdd450493d627e4958113e198a43e1983355a | /gengardemo/src/main/java/de/cadarn/gengardemo/service/impl/TeamServiceImpl.java | a05705cbdda59f9b5ed2908e8d6179a5c9efbe96 | [] | no_license | jkgenga/gengardemo | https://github.com/jkgenga/gengardemo | 36c7ea74accdad5ae23efd6b28401ca4bbeafaa9 | b2b0ec4a7e10c65c6737d9c1c47adf4b2a7d9c0e | refs/heads/master | 2015-08-04T17:19:52.291000 | 2012-11-25T22:18:54 | 2012-11-25T22:18:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.cadarn.gengardemo.service.impl;
import java.util.Collection;
import javax.ejb.Stateless;
import javax.inject.Inject;
import de.cadarn.gengardemo.dao.TeamDao;
import de.cadarn.gengardemo.model.Team;
import de.cadarn.gengardemo.service.TeamService;
/**
* Session Bean implementation class Spielplan
*/
@St... | UTF-8 | Java | 845 | java | TeamServiceImpl.java | Java | [] | null | [] | package de.cadarn.gengardemo.service.impl;
import java.util.Collection;
import javax.ejb.Stateless;
import javax.inject.Inject;
import de.cadarn.gengardemo.dao.TeamDao;
import de.cadarn.gengardemo.model.Team;
import de.cadarn.gengardemo.service.TeamService;
/**
* Session Bean implementation class Spielplan
*/
@St... | 845 | 0.744379 | 0.744379 | 48 | 16.604166 | 16.793774 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.854167 | false | false | 15 |
8006fda2c88dfc4fea39655bbc55e8fac3363e9c | 18,210,661,342,121 | c0e8735cde56e67f2ba4a7c6cbc48c10322354e0 | /test/test/data_structures/TestNode.java | d6551400e66525149049982b6c3cd21fc05deae7 | [] | no_license | maparrat/Proyecto_2_201920_maparrat_jdgonzalezg1 | https://github.com/maparrat/Proyecto_2_201920_maparrat_jdgonzalezg1 | 96c4e0c3d6e001a72b99c61217cc4961d0fb1903 | f894117eec38bfb1c1b42891494f206fe05f9e10 | refs/heads/master | 2020-08-02T11:11:04.141000 | 2019-10-26T04:18:12 | 2019-10-26T04:18:12 | 211,330,699 | 0 | 0 | null | false | 2019-10-23T16:18:23 | 2019-09-27T13:54:20 | 2019-10-12T00:45:43 | 2019-10-23T16:17:35 | 1,199 | 0 | 0 | 0 | Java | false | false | package test.data_structures;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import model.data_structures.Node;
public class TestNode
{
private Node node;
public void setUp1()
{
node = new Node();
node.asignarDato("Hola");
}
public void se... | ISO-8859-2 | Java | 887 | java | TestNode.java | Java | [
{
"context": "1() \n\t{\n\t\tnode = new Node();\n\t\tnode.asignarDato(\"Hola\");\n\t}\n\t\n\tpublic void setUp2() \n\t{\n\t\tint x = 1;\n\t\t",
"end": 296,
"score": 0.5285439491271973,
"start": 293,
"tag": "NAME",
"value": "ola"
}
] | null | [] | package test.data_structures;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import model.data_structures.Node;
public class TestNode
{
private Node node;
public void setUp1()
{
node = new Node();
node.asignarDato("Hola");
}
public void se... | 887 | 0.675706 | 0.664407 | 50 | 16.719999 | 16.129526 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.66 | false | false | 15 |
7de75843943907c18ed1596a7e2e4d21b11e11a2 | 28,922,309,784,560 | bc9df71b974661d5f84ff0cb1d36663163959f34 | /src/main/java/org/starrier/imperator/order/exception/ParamsInvalidException.java | 197045e68051de284db138f324812c3ee527c96d | [] | permissive | Starrier/imperator-order | https://github.com/Starrier/imperator-order | 1b964bc97d34ea0e45f7cbfd052f4ff52fe7f921 | 87dd530efb54353fb995ccca1a2477c5abaa0007 | refs/heads/master | 2023-02-28T03:03:13.429000 | 2021-02-09T02:11:42 | 2021-02-09T02:11:42 | 328,095,502 | 0 | 2 | MIT | false | 2021-01-14T04:38:59 | 2021-01-09T06:59:40 | 2021-01-14T04:35:45 | 2021-01-14T04:38:58 | 5 | 0 | 2 | 0 | Java | false | false | package org.starrier.imperator.order.exception;
import static com.google.common.collect.ImmutableMap.of;
import static org.starrier.imperator.order.entity.model.ParamsErrorCode.PARAMS_NON_BLANK;
/**
* @author starrier
* @date 2021/1/18
*/
public class ParamsInvalidException extends AppException {
public Param... | UTF-8 | Java | 419 | java | ParamsInvalidException.java | Java | [
{
"context": ".ParamsErrorCode.PARAMS_NON_BLANK;\n\n/**\n * @author starrier\n * @date 2021/1/18\n */\npublic class ParamsInvalid",
"end": 220,
"score": 0.9996581077575684,
"start": 212,
"tag": "USERNAME",
"value": "starrier"
}
] | null | [] | package org.starrier.imperator.order.exception;
import static com.google.common.collect.ImmutableMap.of;
import static org.starrier.imperator.order.entity.model.ParamsErrorCode.PARAMS_NON_BLANK;
/**
* @author starrier
* @date 2021/1/18
*/
public class ParamsInvalidException extends AppException {
public Param... | 419 | 0.754177 | 0.73747 | 16 | 25.1875 | 28.08963 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
ce026e19459d4209d2a6a3c4cfd24076a611cd94 | 6,648,609,392,460 | c771b1fd0c99b43dad7db9ba282d6de687d09a61 | /spring-web-view/src/main/java/com/github/zhuyizhuo/micro/services/mvc/MvcViewApplication.java | d1b6f79722199d83c94beb3021e0d3ad46c8b498 | [] | no_license | zhuyizhuo/microservices-springboot | https://github.com/zhuyizhuo/microservices-springboot | 78d58498725c83fb923b87c1878fbc994bf2db60 | 26dd3e56fae810f933a5e934c39a5cd6c7125484 | refs/heads/master | 2018-11-04T01:46:17.839000 | 2018-08-26T12:46:56 | 2018-08-26T12:46:56 | 145,297,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.zhuyizhuo.micro.services.mvc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author yizhuo
* @version 1.0
* @date 2018/8/20 21:32
*/
@SpringBootApplication
public class MvcViewApplication {
public static void m... | UTF-8 | Java | 471 | java | MvcViewApplication.java | Java | [
{
"context": "package com.github.zhuyizhuo.micro.services.mvc;\n\nimport org.springframework.b",
"end": 28,
"score": 0.7147079110145569,
"start": 19,
"tag": "USERNAME",
"value": "zhuyizhuo"
},
{
"context": "toconfigure.SpringBootApplication;\n\n/**\n * @author yizhuo\n * @version 1.0... | null | [] | package com.github.zhuyizhuo.micro.services.mvc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author yizhuo
* @version 1.0
* @date 2018/8/20 21:32
*/
@SpringBootApplication
public class MvcViewApplication {
public static void m... | 471 | 0.749469 | 0.721868 | 20 | 22.549999 | 25.04491 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
9868e395f8c87145722f8988bbbb7ccb93d96776 | 17,867,063,963,604 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/bytedance/sdk/p350b/p355e/UrlBuilder.java | 0f56e90463f37119cca719924b71694bd47c9fc4 | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytedance.sdk.p350b.p355e;
import com.zhihu.android.app.util.UtmUtils;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import p002a.p006b.p021h.C0068... | UTF-8 | Java | 3,710 | java | UrlBuilder.java | Java | [] | null | [] | package com.bytedance.sdk.p350b.p355e;
import com.zhihu.android.app.util.UtmUtils;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import p002a.p006b.p021h.C0068... | 3,710 | 0.514016 | 0.462803 | 129 | 27.759689 | 17.318169 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 15 |
6ed05d12f64bd61d34d63156f567f09d0f7a28b5 | 17,867,063,962,852 | ede7cd37fe33b6847aa555d7a0e5169eb996a7d6 | /flowable.interface/src/main/java/com/mine/product/czmtr/ram/flowable/dto/WorkFlowDto.java | 1814bb544119eb3ac7b1b1afdb36ae8816131d5f | [] | no_license | yeahoLee/ram | https://github.com/yeahoLee/ram | 20e90266f561d4e7470281a68e25eea389fe4258 | 1a71a607a9e80a7f4c4daf3f16a59e4e9b504dd2 | refs/heads/master | 2022-12-12T04:03:05.100000 | 2020-09-04T07:12:11 | 2020-09-04T07:12:11 | 292,213,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mine.product.czmtr.ram.flowable.dto;
import lombok.Data;
import java.util.Date;
/**
* @author : yeaho_lee
* @Description : 流程基础信息
* @createTime : 2020年07月08日 15:48
*/
@Data
public class WorkFlowDto {
private String id;
/**
* 流程名称
*/
private String flowKey;
/**
* 流程名称
... | UTF-8 | Java | 695 | java | WorkFlowDto.java | Java | [
{
"context": "ok.Data;\n\nimport java.util.Date;\n\n/**\n * @author : yeaho_lee\n * @Description : 流程基础信息\n * @createTime : 2020年07",
"end": 121,
"score": 0.9997144937515259,
"start": 112,
"tag": "USERNAME",
"value": "yeaho_lee"
}
] | null | [] | package com.mine.product.czmtr.ram.flowable.dto;
import lombok.Data;
import java.util.Date;
/**
* @author : yeaho_lee
* @Description : 流程基础信息
* @createTime : 2020年07月08日 15:48
*/
@Data
public class WorkFlowDto {
private String id;
/**
* 流程名称
*/
private String flowKey;
/**
* 流程名称
... | 695 | 0.624025 | 0.605304 | 43 | 13.906977 | 13.901337 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27907 | false | false | 15 |
76f03f839c2e3db6969e57fd39996a86fc239360 | 10,299,331,577,920 | 9cbbaab42e48199c4128ff42e31a1ea955a49595 | /src/main/java/com/mwz/demo/sharebooks/service/UploadFileService.java | f62b4c161bc23c606fae247c9dc06d4aa98d333f | [] | no_license | MaWeizheng-4396/sharebooks | https://github.com/MaWeizheng-4396/sharebooks | e2f012aeb0cf1f528f61150f73171249b98f746b | ce40c718228bb093997549ed83e4020b8115d31e | refs/heads/master | 2020-04-13T15:13:06.543000 | 2018-12-27T11:10:45 | 2018-12-27T11:10:45 | 163,284,705 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mwz.demo.sharebooks.service;
import java.util.HashMap;
import java.util.List;
public interface UploadFileService {
public Integer uploadFile(String itemsname, String spenumber, String username,String itemsintroduction, String imageurl);
public List<HashMap> selectImgid(String imgname);
}
| UTF-8 | Java | 314 | java | UploadFileService.java | Java | [] | null | [] | package com.mwz.demo.sharebooks.service;
import java.util.HashMap;
import java.util.List;
public interface UploadFileService {
public Integer uploadFile(String itemsname, String spenumber, String username,String itemsintroduction, String imageurl);
public List<HashMap> selectImgid(String imgname);
}
| 314 | 0.796178 | 0.796178 | 11 | 27.545454 | 36.111855 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 15 |
31b89356cc72107d2f8452c709eb350fe42d0b4c | 30,133,490,564,721 | 0448aff8f5cd488ceaf02d2bee0676a8046e88af | /src/main/java/com/company/life_simulator/dweller/EatingDweller.java | 3116082083fc971ba810b865c6a0f164165b3343 | [] | no_license | the20login/java-life-sumulator | https://github.com/the20login/java-life-sumulator | 8219f20fcb79e59dd4c89fd2485fb8e3608e5fbd | c2ee553756cfaad10e537fbb3a35726be1554ad1 | refs/heads/master | 2021-05-31T15:43:08.951000 | 2016-03-23T12:34:32 | 2016-03-23T12:34:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.life_simulator.dweller;
import com.company.life_simulator.world.World;
import com.company.life_simulator.world.quadtree.Point;
public abstract class EatingDweller extends Dweller {
private final double foodConsumption;
private final double foodSaturation;
private double storedFood;
... | UTF-8 | Java | 1,630 | java | EatingDweller.java | Java | [] | null | [] | package com.company.life_simulator.dweller;
import com.company.life_simulator.world.World;
import com.company.life_simulator.world.quadtree.Point;
public abstract class EatingDweller extends Dweller {
private final double foodConsumption;
private final double foodSaturation;
private double storedFood;
... | 1,630 | 0.639264 | 0.63681 | 61 | 25.721312 | 22.344641 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.639344 | false | false | 15 |
390b0e781cd791dc6127aa8d958cb0634799bf72 | 5,497,558,157,918 | f3ac231180f50b12c4fff953fc2f45f0aea5c572 | /appSrv/src/main/java/com/tian/sakura/cdd/srv/web/user/UserCouponController.java | cbe4d51a6343280ee39b8ce7e12a7505911aa05a | [] | no_license | bellmit/chai-ht | https://github.com/bellmit/chai-ht | b168ffda14185c8758579d24367f98b60b1f67aa | b3f7c03d4c8be8f3a756dcd20e5f860b4aa17983 | refs/heads/master | 2022-12-20T08:01:44.903000 | 2020-10-10T07:28:08 | 2020-10-10T07:28:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tian.sakura.cdd.srv.web.user;
import com.tian.sakura.cdd.common.annotation.CustomerApiAuth;
import com.tian.sakura.cdd.common.dict.EUserType;
import com.tian.sakura.cdd.srv.filter.LoginUserThreadLocal;
import com.tian.sakura.cdd.srv.service.user.UserCouponApiService;
import com.tian.sakura.cdd.srv.web.user... | UTF-8 | Java | 1,504 | java | UserCouponController.java | Java | [
{
"context": "t java.util.List;\n\n/**\n * 用户优惠券模块api\n *\n * @author lvzonggang\n */\n@Api(\"用户优惠券API\")\n@RestController\n@RequestMapp",
"end": 894,
"score": 0.999606728553772,
"start": 884,
"tag": "USERNAME",
"value": "lvzonggang"
},
{
"context": "tLoginUser().getId();\n //... | null | [] | package com.tian.sakura.cdd.srv.web.user;
import com.tian.sakura.cdd.common.annotation.CustomerApiAuth;
import com.tian.sakura.cdd.common.dict.EUserType;
import com.tian.sakura.cdd.srv.filter.LoginUserThreadLocal;
import com.tian.sakura.cdd.srv.service.user.UserCouponApiService;
import com.tian.sakura.cdd.srv.web.user... | 1,504 | 0.794118 | 0.778386 | 43 | 33 | 25.919374 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488372 | false | false | 15 |
89ea220c8c193dc4a1d673617ce3bb2b8b598e99 | 30,940,944,417,537 | ccb7b86879cbc700d689f894770caafb43bc54b9 | /app/src/main/java/com/chatwing/whitelabel/managers/CWNotificationManager.java | 9fbc096c6135d6d3f6a2a86695879ef67ab1f43b | [] | no_license | cuongthai/CTFayeClient | https://github.com/cuongthai/CTFayeClient | 0cadf6189403b7cc94d56dfef9f6ffd1ffd3f30d | e216bdb7be4b91c2e7acf1719575e6835b8b6bf6 | refs/heads/master | 2016-08-11T14:43:23.698000 | 2015-12-17T08:43:33 | 2015-12-17T08:43:33 | 47,818,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chatwing.whitelabel.managers;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import android.media.SoundPool;
import android.net.Uri;
import android.support.v4.app.NotificationComp... | UTF-8 | Java | 6,344 | java | CWNotificationManager.java | Java | [
{
"context": "t;\n\nimport javax.inject.Inject;\n\n/**\n * Created by cuongthai on 10/30/15.\n */\npublic class CWNotificationManag",
"end": 765,
"score": 0.9996844530105591,
"start": 756,
"tag": "USERNAME",
"value": "cuongthai"
}
] | null | [] | package com.chatwing.whitelabel.managers;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import android.media.SoundPool;
import android.net.Uri;
import android.support.v4.app.NotificationComp... | 6,344 | 0.651482 | 0.647699 | 151 | 41.013245 | 28.170246 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821192 | false | false | 15 |
f9b27703d7f5a2168c15c3a26f195a8822934509 | 10,033,043,604,050 | 8d472709d08bb6c000986debd2256569f026b13d | /dao/src/main/java/com/adriencadet/wanderer/dao/PictureDTO.java | 2e2b7dd9dbb5af89b725ddda3f44e90d2af58fcc | [
"MIT"
] | permissive | acadet/wanderer-android | https://github.com/acadet/wanderer-android | a65b531370bf498a977dc54b1e133067658089f0 | 35946656372bd6ee7ce0f9f0b4e99cf533885a3c | refs/heads/master | 2021-01-18T21:23:38.118000 | 2016-05-23T22:19:42 | 2016-05-23T22:19:42 | 55,020,228 | 1 | 0 | null | false | 2016-04-14T22:27:54 | 2016-03-30T00:35:53 | 2016-04-10T18:46:52 | 2016-04-14T22:27:54 | 5,456 | 0 | 0 | 0 | Java | null | null | package com.adriencadet.wanderer.dao;
import java.util.Date;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* PictureDTO
* <p>
*/
public class PictureDTO extends RealmObject implements ICachingDTO {
@PrimaryKey
private int id;
private String url;
private int placeID... | UTF-8 | Java | 888 | java | PictureDTO.java | Java | [] | null | [] | package com.adriencadet.wanderer.dao;
import java.util.Date;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* PictureDTO
* <p>
*/
public class PictureDTO extends RealmObject implements ICachingDTO {
@PrimaryKey
private int id;
private String url;
private int placeID... | 888 | 0.608108 | 0.608108 | 50 | 16.76 | 15.64808 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 15 |
e62fb7cfc5ff99d2eb561b7c516260133e11ddee | 11,201,274,717,225 | 61941ae9e41c8305e2401f29a245854629406fe6 | /ZeitmanagementJava/src/logger/MyLogger.java | eba89a6ff0bddefeaaad1a36277240e9d64bf8ca | [] | no_license | HTL5AHIFS/Zeitmanagement | https://github.com/HTL5AHIFS/Zeitmanagement | 3aaff9f7511b5931b57c18e12ec8d4a93ecb95a1 | e5fe854c55796667232accacea8ac466a8a18e7c | refs/heads/master | 2017-06-02T13:35:54.206000 | 2017-03-27T22:26:37 | 2017-03-27T22:26:37 | 68,683,527 | 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 logger;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author nff
*/
public class MyLogger {
private sta... | UTF-8 | Java | 580 | java | MyLogger.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n *\n * @author nff\n */\npublic class MyLogger {\n\n private static f",
"end": 275,
"score": 0.9995795488357544,
"start": 272,
"tag": "USERNAME",
"value": "nff"
}
] | 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 logger;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author nff
*/
public class MyLogger {
private sta... | 580 | 0.641379 | 0.641379 | 29 | 19 | 21.41221 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 15 |
5982224563f0497e811cba4dbe58158e0c15ac29 | 1,769,526,569,614 | 5849d0f28b7d4b5a0b18227eaa28a49451a4bbbf | /phoneme_feature_mr2/jsr82/src/jsr-kvem-share/classes/com/sun/kvem/jsr082/bluetooth/SDPServer.java | 75408e1f61e8580d4b9bd8f6d29abb4c565abe3b | [] | no_license | sfsy1989/j2me | https://github.com/sfsy1989/j2me | c517cdfe8b5a701ad36b920fe850759206482e02 | 055bd638d82bac9790259d4a27c753527f53376b | refs/heads/master | 2021-01-10T04:16:33.325000 | 2015-11-30T09:42:19 | 2015-11-30T09:42:19 | 47,108,317 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free Sof... | UTF-8 | Java | 20,116 | java | SDPServer.java | Java | [] | null | [] | /*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free Sof... | 20,116 | 0.589431 | 0.583118 | 579 | 33.742661 | 25.12039 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423143 | false | false | 15 |
8e300f674f085468702852531f683a78694361ca | 38,680,475,481,486 | 7ea3caff1bfab51a652dae6d474854056f04efb0 | /src/main/java/com/example/demo/dto/LoginRequest.java | e32b5bd25e7ed56b03864f66d6199a264accb3db | [] | no_license | ZoroAramyan1993/banking_project | https://github.com/ZoroAramyan1993/banking_project | d0e9f0f8cbb76954a8a8d025e680fc5a1e274db7 | 857980988b03221d719be247f0d6469723e6c097 | refs/heads/master | 2023-01-16T05:39:37.442000 | 2020-11-28T09:05:19 | 2020-11-28T09:05:19 | 316,695,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.dto;
import com.sun.istack.NotNull;
import lombok.*;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@EqualsAndHashCode
@Data
public class LoginRequest {
@NotNull
private String email;
@NotNull
private String password;
}
| UTF-8 | Java | 276 | java | LoginRequest.java | Java | [] | null | [] | package com.example.demo.dto;
import com.sun.istack.NotNull;
import lombok.*;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@EqualsAndHashCode
@Data
public class LoginRequest {
@NotNull
private String email;
@NotNull
private String password;
}
| 276 | 0.742754 | 0.742754 | 22 | 11.545455 | 10.920071 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 15 |
fbdf8dfd9c75cc852997b3412c4c4de15a811d87 | 154,618,888,675 | f84b67f1d9eb43a5cd72b741f494ae730d763f36 | /firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexFreeQueryEngine.java | 5091667aefaaa048b7638c20ac023aa89cbf4d7f | [
"Apache-2.0"
] | permissive | noobyang/firebase-android-sdk | https://github.com/noobyang/firebase-android-sdk | 7e9c65d876d0b96bcaee6fd4885a42e47c5737e8 | bfa72de09f4feae19cb7e65c4286962fe438b5d7 | refs/heads/master | 2020-07-23T04:46:08.574000 | 2019-09-09T17:07:10 | 2019-09-09T17:07:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | UTF-8 | Java | 8,276 | java | IndexFreeQueryEngine.java | Java | [] | null | [] | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 8,276 | 0.744321 | 0.743233 | 180 | 44.977779 | 35.352188 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461111 | false | false | 15 |
ba287028c7e6c614f449a1c84866b640539056fe | 16,192,026,748,244 | d7b71c3e488924094c293b6423d6b261c376fe1d | /Watchers/src/main/java/com/watchers/common/exception/WatchersException.java | 4700314ce4550315b8fb7d51b994c50d5fd091c8 | [] | no_license | JeongjuSong/Ownproject_code | https://github.com/JeongjuSong/Ownproject_code | 2683fb2af9713bdc63828204d28d6185ddcb25ef | 612c64d73db14ec3cf51ef637767c4a1f165f5f2 | refs/heads/master | 2021-06-10T21:13:12.408000 | 2021-03-30T07:07:48 | 2021-03-30T07:07:48 | 164,631,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.watchers.common.exception;
public class WatchersException extends RuntimeException {
private static final long serialVersionUID = -708209192854797270L;
private String errorCode;
private String bizErrorMsg;
private String errorDetail;
public WatchersException() {
}
public Watcher... | UTF-8 | Java | 1,284 | java | WatchersException.java | Java | [] | null | [] | package com.watchers.common.exception;
public class WatchersException extends RuntimeException {
private static final long serialVersionUID = -708209192854797270L;
private String errorCode;
private String bizErrorMsg;
private String errorDetail;
public WatchersException() {
}
public Watcher... | 1,284 | 0.684579 | 0.670561 | 52 | 23.692308 | 22.337049 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 15 |
ccdd1c04a6b14141218f5bf32b4ae78d997ddbe1 | 16,192,026,748,596 | b0008b9fc8cab7b5baade241bd66bbd5840be5cb | /src/main/java/pl/wkr/fluentrule/api/CheckExpectedException.java | 2c0df18552e02d80e89270a40972be2d7ca5d299 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hazendaz/fluent-exception-rule | https://github.com/hazendaz/fluent-exception-rule | 4039d08935e447ab4edc189eba15a2525374b4a7 | c66b54d151a9700fb2650c2932dc5ef3ac6cf7e5 | refs/heads/master | 2022-06-26T02:07:25.585000 | 2022-05-21T21:38:08 | 2022-05-21T21:38:08 | 30,137,038 | 0 | 0 | null | true | 2015-02-01T05:13:58 | 2015-02-01T05:13:57 | 2015-02-01T05:13:58 | 2014-11-23T19:54:09 | 611 | 0 | 0 | 0 | Java | null | null | package pl.wkr.fluentrule.api;
import pl.wkr.fluentrule.api.check.Check;
/**
* Implements junit's {@code TestRule} and allows to assert thrown exception in callback.
*
* <p/>
* Usage in tests:
* <p/>
*
* <pre><code>
* @Rule
* public CheckExpectedException thrown = CheckExpectedException.none();
*
* &... | UTF-8 | Java | 1,521 | java | CheckExpectedException.java | Java | [
{
"context": "</pre>\n *\n * @see\n * <a href=\"https://github.com/wjtk/fluent-exception-rule#readme\" target=\"_blank\">Pro",
"end": 756,
"score": 0.9871640205383301,
"start": 752,
"tag": "USERNAME",
"value": "wjtk"
},
{
"context": "nk\">Project site - more examples</a>\n *\n * @au... | null | [] | package pl.wkr.fluentrule.api;
import pl.wkr.fluentrule.api.check.Check;
/**
* Implements junit's {@code TestRule} and allows to assert thrown exception in callback.
*
* <p/>
* Usage in tests:
* <p/>
*
* <pre><code>
* @Rule
* public CheckExpectedException thrown = CheckExpectedException.none();
*
* &... | 1,514 | 0.6476 | 0.642341 | 59 | 24.779661 | 28.639233 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.20339 | false | false | 15 |
16a0b462e3abcbbdea54445acd53f673bfbb9ab2 | 35,433,480,221,300 | 79349997bcf77b7d28055598f6f2a62a5393b689 | /auth/src/auth/AddAction.java | 32fb7a7250c77c12f511eb9aa54ba388d9d1b52e | [] | no_license | FfffatAss/fuckgit | https://github.com/FfffatAss/fuckgit | 2b9a9d6a26215b608cbb7b4d165c85e7e6a91f13 | ffd2ce410ae935842e4089aad9d387680c40d2a8 | refs/heads/master | 2021-01-11T02:29:35.514000 | 2016-10-23T14:33:46 | 2016-10-23T14:33:46 | 70,959,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package auth;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class AddAction extends HttpServlet{
public void doGet(HttpServletRe... | UTF-8 | Java | 1,281 | java | AddAction.java | Java | [
{
"context": "iter();\n\t\tString username = request.getParameter(\"username\");\n\t\tString password = request.getParameter(\"pass",
"end": 493,
"score": 0.9970563054084778,
"start": 485,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\t\t\t\tUser user = new User();\n\t\t\t... | null | [] | package auth;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class AddAction extends HttpServlet{
public void doGet(HttpServletRe... | 1,283 | 0.749415 | 0.749415 | 41 | 30.243902 | 21.811588 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.804878 | false | false | 15 |
077eb8596e8abca7eb27066f1517289830d908c8 | 29,738,353,568,682 | 3297c1f148fe86559b9f752590f4defc3153c2a5 | /src/net/preture/db/GroupDBHelper.java | adf26352c34d011d69515eb130425884fd2907f9 | [] | no_license | liulnn/FloveAD | https://github.com/liulnn/FloveAD | 8f8d6056c1aebb6b2471a8fa0d807aa533957e5b | 7b4c8a30db49756c0fb1c56fd61e4a49099e2e77 | refs/heads/master | 2019-05-27T00:53:36.142000 | 2015-01-06T12:16:30 | 2015-01-06T12:16:30 | 28,861,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.preture.db;
import java.util.List;
import net.preture.entity.Group;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
public class GroupDBHelper {
public Context context;
public DBHelper helper;
public SQLiteDatabase db;
public GroupDBHelper(Context contex... | UTF-8 | Java | 500 | java | GroupDBHelper.java | Java | [] | null | [] | package net.preture.db;
import java.util.List;
import net.preture.entity.Group;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
public class GroupDBHelper {
public Context context;
public DBHelper helper;
public SQLiteDatabase db;
public GroupDBHelper(Context contex... | 500 | 0.724 | 0.724 | 24 | 18.833334 | 15.622277 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 15 |
2176917aa9d43b62637ddd28775f87e7b8c6fad3 | 27,273,042,334,806 | 7971c056e739b737d1a72d917836a771cde12798 | /src/main/java/com/baven/dao/SystemMapperImpl.java | 100b752ae73204cba7123c60742da349bd4cba04 | [] | no_license | PINKMIAO/providentFund-mini | https://github.com/PINKMIAO/providentFund-mini | 6d0c213c9639f2f4c9cb6176ad2e8d76b442ea30 | 8ba3ed200d7d089cd8983c2aed21c7218dacb945 | refs/heads/master | 2023-01-01T01:39:26.206000 | 2020-10-27T10:42:49 | 2020-10-27T10:42:49 | 307,578,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baven.dao;
import com.baven.pojo.FundSystem;
import org.mybatis.spring.support.SqlSessionDaoSupport;
import java.util.List;
public class SystemMapperImpl extends SqlSessionDaoSupport implements SystemMapper{
@Override
public List<FundSystem> getAllMsg() {
return getSqlSession().getMapper(... | UTF-8 | Java | 990 | java | SystemMapperImpl.java | Java | [] | null | [] | package com.baven.dao;
import com.baven.pojo.FundSystem;
import org.mybatis.spring.support.SqlSessionDaoSupport;
import java.util.List;
public class SystemMapperImpl extends SqlSessionDaoSupport implements SystemMapper{
@Override
public List<FundSystem> getAllMsg() {
return getSqlSession().getMapper(... | 990 | 0.736364 | 0.736364 | 33 | 29 | 30.467072 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
93467a9990a17130cfcc9ad4ecf7ed4cd3defe96 | 3,994,319,593,827 | 7663901a5e715536a068823e104482b1d44fa158 | /Insight/src/com/example/insight/core/CrossProduct.java | 018626ddef888f65a29caf7fd16321a3e16daa0d | [] | no_license | abbinayaa92/insight | https://github.com/abbinayaa92/insight | f5f0164ea0d3ef87205305f334c41842cd868e9d | e213ad347d99bc8ac4423b77c9a5ffc66d8d6578 | refs/heads/master | 2021-01-17T21:57:43.824000 | 2012-11-11T18:21:30 | 2012-11-11T18:21:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.insight.core;
public class CrossProduct implements Cloneable{
public String BSSID_A="";
public String BSSID_B="";
public double value=0.0;
public CrossProduct(String BSSID_A,String BSSID_B)
{
this.BSSID_B=BSSID_B;
this.BSSID_A=BSSID_A;
}
//public String getBSSID_A() {
// retur... | UTF-8 | Java | 1,027 | java | CrossProduct.java | Java | [] | null | [] | package com.example.insight.core;
public class CrossProduct implements Cloneable{
public String BSSID_A="";
public String BSSID_B="";
public double value=0.0;
public CrossProduct(String BSSID_A,String BSSID_B)
{
this.BSSID_B=BSSID_B;
this.BSSID_A=BSSID_A;
}
//public String getBSSID_A() {
// retur... | 1,027 | 0.640701 | 0.638754 | 58 | 15.706897 | 17.647905 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741379 | false | false | 15 |
dce1512622520a1db36a02950a05b32fa87192c7 | 23,132,693,911,651 | 0bcf1fdbf1117ce016394a9f37877f9a43117ca0 | /src/dao/imp/ListDaoImp.java | d7d455df24a1d3514891108a57a54584d78d3fdd | [] | no_license | tanxiaoqiao/fruit-shop | https://github.com/tanxiaoqiao/fruit-shop | 1c1426f318c1330c9f86e0947e575b91d1430f6b | c4e5274059babc754bdf96b055936fb2e17f1443 | refs/heads/master | 2021-01-18T04:50:12.146000 | 2017-03-08T03:52:43 | 2017-03-08T03:52:43 | 84,275,265 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao.imp;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import bean.Lists;
import dao.ListDao;
public class ListDaoImp implements ListDao {
public Lists list;
@Override
// 生成list
public boolean insert(int orderid, int goodsid, i... | GB18030 | Java | 1,453 | java | ListDaoImp.java | Java | [] | null | [] | package dao.imp;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import bean.Lists;
import dao.ListDao;
public class ListDaoImp implements ListDao {
public Lists list;
@Override
// 生成list
public boolean insert(int orderid, int goodsid, i... | 1,453 | 0.70918 | 0.704275 | 56 | 24.482143 | 21.648977 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.017857 | false | false | 15 |
9de01b865d27ba11c82a4b4e9302003fbef04072 | 29,901,562,374,816 | 8a895c3f23ec9c9a0a4335cd2222b0f413a4b2f6 | /SpringBoot/firstSpringBootApp/src/main/java/com/example/firstSpringBootApp/data/Tag.java | 56e0ea1c6a54715b26af320033aab7a5edd077d9 | [] | no_license | zaxcon/SKILLBOX | https://github.com/zaxcon/SKILLBOX | e51bc9d430b8c08963b34bea1f1521f0b55a9bc5 | 25764c2ec88d0f9ecd53ec058b80e97cab9f6676 | refs/heads/main | 2023-05-08T13:47:26.045000 | 2021-06-02T15:31:13 | 2021-06-02T15:31:13 | 362,492,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.firstSpringBootApp.data;
import io.swagger.annotations.ApiModel;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table(name = "tags")
@ApiModel(description = "entity representing a tags")
public class Tag {
@Id
@GeneratedValue(strategy = GenerationTy... | UTF-8 | Java | 1,337 | java | Tag.java | Java | [] | null | [] | package com.example.firstSpringBootApp.data;
import io.swagger.annotations.ApiModel;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table(name = "tags")
@ApiModel(description = "entity representing a tags")
public class Tag {
@Id
@GeneratedValue(strategy = GenerationTy... | 1,337 | 0.59985 | 0.599102 | 59 | 21.661016 | 18.64986 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305085 | false | false | 15 |
623a832a3dd2da29c8a90e8a324b52e6c2be07aa | 4,999,341,981,285 | b1d964c80f75ee216dd726818644976348695059 | /EPS/Test/com/pdxinc/eps/wf/server/WorkflowServerBSMock.java | 23c14044838b58d135b258ff455cbe21839df1ca | [] | no_license | ajithkattil/pdx | https://github.com/ajithkattil/pdx | 35b22a408116e1a948fda932c98c7e7f43fe0f9c | ee5bbbeaeb00c800400908b834a1152653849aab | refs/heads/master | 2018-10-05T08:01:50.484000 | 2018-06-08T21:17:47 | 2018-06-08T21:17:47 | 136,537,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright (c) 2009-2015 PDX Inc. All Rights Reserved
// This software contains trade secrets and proprietary information of National Health Systems, Inc.,
// and its subsidiaries and affiliates, and use of this software is governed by the terms and conditions
// of the respective licenses, service agreements, and... | UTF-8 | Java | 20,775 | java | WorkflowServerBSMock.java | Java | [] | null | [] | // Copyright (c) 2009-2015 PDX Inc. All Rights Reserved
// This software contains trade secrets and proprietary information of National Health Systems, Inc.,
// and its subsidiaries and affiliates, and use of this software is governed by the terms and conditions
// of the respective licenses, service agreements, and... | 20,775 | 0.790903 | 0.787341 | 661 | 30.429651 | 32.462757 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.715582 | false | false | 15 |
95bd6b903fa576d4993e8dc1a77ff745e14348d1 | 13,589,276,559,294 | 65e941d6f1ba11b0f867992ae1d241918c059c80 | /classnames/classnames-web/src/main/java/jtechlog/classnames/ClassNamesServlet.java | 5a872cfe64959b3f48e192e51b29a2af448359a4 | [] | no_license | vicziani/maven-training | https://github.com/vicziani/maven-training | e6d16e1cade98655506c86bf8d846c0c4c78334b | f8cc6feba462faa8467c5c4d87b2876aada2432b | refs/heads/master | 2018-01-11T19:45:26.115000 | 2017-11-15T17:12:51 | 2017-11-15T17:12:51 | 54,068,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jtechlog.classnames;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Collections;
import java.util.... | UTF-8 | Java | 1,099 | java | ClassNamesServlet.java | Java | [] | null | [] | package jtechlog.classnames;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Collections;
import java.util.... | 1,099 | 0.767061 | 0.761601 | 27 | 39.703705 | 34.357395 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814815 | false | false | 15 |
3680e716eab3fcb68452a491d8fe17f4ba824a75 | 13,589,276,557,569 | a9b209556133d19c621685d70a12f9798e64b520 | /wechat/src/main/java/com/alex/erp/wechat/config/Swagger2.java | 87d47cbc7ca3f991b5b9366cd0d69b07d11c3e96 | [] | no_license | zongyuanL/erp-app | https://github.com/zongyuanL/erp-app | d6a6688f35686d2eb0ab10c72e70197317fdd151 | a874acfc6f7b145f7cd1b553b0f67e2f0f8bdb15 | refs/heads/master | 2021-06-16T18:29:09.319000 | 2020-01-02T08:26:57 | 2020-01-02T08:26:57 | 193,544,652 | 0 | 0 | null | false | 2021-04-26T19:18:34 | 2019-06-24T16:53:19 | 2020-01-02T08:27:13 | 2021-04-26T19:18:32 | 8,219 | 0 | 0 | 1 | JavaScript | false | false | package com.alex.erp.wechat.config;
import com.alex.erp.basic.baseconfig.swagger.BasicSwagger2Config;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@Configuration //必须存在
@EnableSwagger2 //必须存在
public class Swagger2 extends Basi... | UTF-8 | Java | 360 | java | Swagger2.java | Java | [] | null | [] | package com.alex.erp.wechat.config;
import com.alex.erp.basic.baseconfig.swagger.BasicSwagger2Config;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@Configuration //必须存在
@EnableSwagger2 //必须存在
public class Swagger2 extends Basi... | 360 | 0.81686 | 0.799419 | 11 | 29.272728 | 26.354544 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 15 |
2ecb4bb9be36164e905381200fbd0407113e215d | 188,978,599,890 | b970c28b1bf545efa3927d0833603a6539cc60b5 | /tiny-framework/src/main/java/com/tiny/framework/ui/bottomlayout/BaseBottomLayout.java | 53a371d4c67be3d4f5d996ce1be0c301d3c3308a | [] | no_license | jackyzonewen/AndroidFrame | https://github.com/jackyzonewen/AndroidFrame | 6a781c8a209c0a049ff64572c731636cad55ca37 | f17d7df0d48332799443e60d487fc5a9375855e9 | refs/heads/master | 2021-01-15T14:29:52.964000 | 2015-07-17T08:20:20 | 2015-07-17T08:20:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiny.framework.ui.bottomlayout;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.FrameLayout;
/**
* Created by tiny on 2015/4/1.
*/
public abstract class BaseBottomLayout extends FrameLayout implements IBottomLayout {
State mState;
public enum State {
... | UTF-8 | Java | 998 | java | BaseBottomLayout.java | Java | [
{
"context": "ort android.widget.FrameLayout;\n\n/**\n * Created by tiny on 2015/4/1.\n */\npublic abstract class BaseBottom",
"end": 169,
"score": 0.9989017248153687,
"start": 165,
"tag": "USERNAME",
"value": "tiny"
}
] | null | [] | package com.tiny.framework.ui.bottomlayout;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.FrameLayout;
/**
* Created by tiny on 2015/4/1.
*/
public abstract class BaseBottomLayout extends FrameLayout implements IBottomLayout {
State mState;
public enum State {
... | 998 | 0.589178 | 0.583166 | 48 | 19.791666 | 19.224504 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 15 |
b3f61ad9a76a18ae6a9f161c0ed12ba2456869b3 | 36,395,552,901,472 | 34958c3c262fde4eec03312e7b7e1f314e0f47e8 | /com.mtcflow.model.edit/src-gen/com/mtcflow/model/mtc/parts/impl/ChoisePropertiesEditionPartImpl.java | adf25b9ea0374a781204927054ab9b9e5d53c557 | [] | no_license | cadorca/mtcflow | https://github.com/cadorca/mtcflow | 3d7f73e3fc0a8eb675ff0bd66e0ff0c0339908f0 | 9250198b886d35765772e4716fa4d6ca455e96d3 | refs/heads/master | 2021-01-10T12:56:09.824000 | 2020-03-08T23:09:38 | 2020-03-08T23:09:38 | 36,027,362 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Generated with Acceleo
*/
package com.mtcflow.model.mtc.parts.impl;
// Start of user code for imports
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider;
import org.eclipse.emf.eef.runtime.api.component.IPropertiesEditionComponent;
import org.eclipse.emf.e... | UTF-8 | Java | 16,293 | java | ChoisePropertiesEditionPartImpl.java | Java | [] | null | [] | /**
* Generated with Acceleo
*/
package com.mtcflow.model.mtc.parts.impl;
// Start of user code for imports
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider;
import org.eclipse.emf.eef.runtime.api.component.IPropertiesEditionComponent;
import org.eclipse.emf.e... | 16,293 | 0.773584 | 0.77297 | 471 | 33.592358 | 40.937469 | 254 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.864119 | false | false | 15 |
a92eeaf786e159303f06fe446a9c0e3c4eaecb48 | 13,657,996,004,499 | 7f6e430d6aae27fbe43de5d405ef0d25420805d0 | /core-java/src/test/java/com/xiangzhurui/core/java/SystemClassTest.java | 820d2324b903829c4953ac667947c46d986116b8 | [] | no_license | xiangzhurui/PracticeJava | https://github.com/xiangzhurui/PracticeJava | af3f2eb62530574be955421802d005543b9c45cb | d7c5292d756b11bbd5da48a29c9a94acfed34ba4 | refs/heads/master | 2022-12-18T03:20:59.651000 | 2020-12-22T03:20:28 | 2020-12-22T03:20:28 | 23,171,591 | 4 | 0 | null | false | 2022-12-06T00:44:17 | 2014-08-21T02:37:18 | 2020-12-22T03:20:52 | 2022-12-06T00:44:16 | 29,176 | 1 | 0 | 29 | Java | false | false | package com.xiangzhurui.core.java;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import static org.junit.Assert.assertEquals;
/**
* @author xiangzhurui
* @version 2017/11/13
*/
@Slf4j
public class SystemClassTest {
@Test
... | UTF-8 | Java | 983 | java | SystemClassTest.java | Java | [
{
"context": "tic org.junit.Assert.assertEquals;\n\n/**\n * @author xiangzhurui\n * @version 2017/11/13\n */\n@Slf4j\npublic class Sy",
"end": 240,
"score": 0.999435305595398,
"start": 229,
"tag": "USERNAME",
"value": "xiangzhurui"
}
] | null | [] | package com.xiangzhurui.core.java;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import static org.junit.Assert.assertEquals;
/**
* @author xiangzhurui
* @version 2017/11/13
*/
@Slf4j
public class SystemClassTest {
@Test
... | 983 | 0.635319 | 0.623824 | 38 | 24.18421 | 22.82641 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 15 |
574c7ecd8d8c0c8d4d8194a4e6e6cdd32960b37f | 36,026,185,709,532 | c591b1b3468b7d7c5dbf4778a83527a3dd3855db | /Cravings/app/src/main/java/com/cravingscravings/cravings/adapters/ProfileListItemAdapter.java | ad782be610d27d6164574919b01c32787a482fde | [] | no_license | wilbertthelam/FooMoo | https://github.com/wilbertthelam/FooMoo | 1a13c7fdae2c025332d79c75a60c8b191c40a60e | 8a974c4c186342f56546584b3e2fcce34e6aa3e4 | refs/heads/master | 2020-04-15T01:27:38.425000 | 2015-09-22T23:51:45 | 2015-09-22T23:51:45 | 41,326,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cravingscravings.cravings.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.cravingscravings.cravings.R;
import com.cravingscravings.cravings.... | UTF-8 | Java | 2,801 | java | ProfileListItemAdapter.java | Java | [
{
"context": "reView;\n\nimport java.util.List;\n\n/**\n * Created by linsen peepee wu on 8/17/2015.\n * Adapter to display list of profi",
"end": 448,
"score": 0.9998268485069275,
"start": 432,
"tag": "NAME",
"value": "linsen peepee wu"
}
] | null | [] | package com.cravingscravings.cravings.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.cravingscravings.cravings.R;
import com.cravingscravings.cravings.... | 2,791 | 0.672974 | 0.667976 | 77 | 35.376625 | 27.970318 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662338 | false | false | 15 |
a79a95f4106804005f6c4021cb9fdfacbc8be764 | 17,918,603,618,412 | 0205f6f18713c096799e9ea657a59b2f4d239a96 | /app/src/main/java/com/hackzh19/customer/Filter.java | 72ea9201d4194a30826e10e3b4ca6043593b0e53 | [] | no_license | HouseoLogy/hack-zurich-2019 | https://github.com/HouseoLogy/hack-zurich-2019 | 80a2d7503aa2210ef5f2049845629e8c01962d41 | c92fc1eff000229cd5d58f314e26b8f1656fb890 | refs/heads/master | 2020-08-04T20:33:16.634000 | 2019-10-05T17:01:31 | 2019-10-05T17:01:31 | 212,270,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hackzh19.customer;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.FileInputStream;
import java.util.ArrayList;
import java.util.List;
@XmlRootElement
public class Filter {
private List<FilterAttribute> attributes;
private String sorting;
private String top;
public Filter(... | UTF-8 | Java | 565 | java | Filter.java | Java | [] | null | [] | package com.hackzh19.customer;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.FileInputStream;
import java.util.ArrayList;
import java.util.List;
@XmlRootElement
public class Filter {
private List<FilterAttribute> attributes;
private String sorting;
private String top;
public Filter(... | 565 | 0.713274 | 0.707965 | 20 | 27.25 | 20.765055 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
1e98123fa6bdfc73b443c0ae5f28705117ce507b | 36,532,991,852,050 | 784f28bde18f5b2d8eb491bf8bd37658174f6e19 | /src/main/java/com/mxixm/fastboot/weixin/module/message/WxMessageTemplate.java | d8ef799f1354b3eb7cd07123f50a081bc46a3fc3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FastBootWeixin/FastBootWeixin | https://github.com/FastBootWeixin/FastBootWeixin | 808729496e0238bc9b5ccb34c9eea5cf7735f07c | 3d46715e5f706926076afa7e173f48563b36b8fd | refs/heads/master | 2023-07-16T17:07:38.039000 | 2022-08-24T08:58:35 | 2022-08-24T08:58:35 | 101,381,106 | 723 | 227 | Apache-2.0 | false | 2022-08-24T08:58:36 | 2017-08-25T08:04:19 | 2022-08-19T00:50:13 | 2022-08-24T08:58:36 | 53,343 | 642 | 203 | 2 | Java | false | false | /*
* Copyright (c) 2016-2017, Guangshan (guangshan1992@qq.com) and the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | UTF-8 | Java | 7,623 | java | WxMessageTemplate.java | Java | [
{
"context": "/*\n * Copyright (c) 2016-2017, Guangshan (guangshan1992@qq.com) and the original author or",
"end": 40,
"score": 0.9998410940170288,
"start": 31,
"tag": "NAME",
"value": "Guangshan"
},
{
"context": "/*\n * Copyright (c) 2016-2017, Guangshan (guangshan1992@qq.com) and t... | null | [] | /*
* Copyright (c) 2016-2017, Guangshan (<EMAIL>) and the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | 7,610 | 0.712982 | 0.708759 | 186 | 38.467743 | 32.079227 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564516 | false | false | 15 |
3de34bd0b2f4488fe118554b79d817682d49f438 | 16,260,746,250,953 | f5fb161a2ccc2b19ee447e79d941a92ea8fb5a3a | /gsm-serial/src/main/java/com/masternoy/gsm/server/GSMConnectionManager.java | 009d5f4ab0159ee2ae4b76293f82e1f353254244 | [] | no_license | igormasternoy/rpi | https://github.com/igormasternoy/rpi | 58c4eaf6e9289a98ff6f3a64590a3f3474c50ddd | 6d9659fd741d4c453c6b9819a454fefae5e7b41d | refs/heads/master | 2020-12-03T00:33:11.914000 | 2017-07-02T21:52:18 | 2017-07-02T21:52:18 | 96,042,685 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.masternoy.gsm.server;
import com.google.inject.Singleton;
import io.netty.channel.rxtx.RxtxChannel;
@Singleton
public class GSMConnectionManager {
RxtxChannel gsmCtx;
public RxtxChannel getGsmCtx() {
return gsmCtx;
}
public void setGsmCtx(RxtxChannel ctx) {
this.gsmCtx = ctx;
}
}
| UTF-8 | Java | 308 | java | GSMConnectionManager.java | Java | [] | null | [] | package com.masternoy.gsm.server;
import com.google.inject.Singleton;
import io.netty.channel.rxtx.RxtxChannel;
@Singleton
public class GSMConnectionManager {
RxtxChannel gsmCtx;
public RxtxChannel getGsmCtx() {
return gsmCtx;
}
public void setGsmCtx(RxtxChannel ctx) {
this.gsmCtx = ctx;
}
}
| 308 | 0.75974 | 0.75974 | 18 | 16.111111 | 15.782863 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 15 |
0796769c7bf3be2bd2432da4bfb0815619353a18 | 16,295,105,985,319 | c2a00100348ac6ccd4c24a00a7a4312cfecaa7f4 | /src/Test/PetriNetworkCreateIntegrationTest.java | 3fc91eb7f371ed7a72bc8f9a051b64b5a51b0567 | [] | no_license | Novmbrain/Reseau-de-Petri | https://github.com/Novmbrain/Reseau-de-Petri | d9c715513d888afaf7d6728d24ffe5eb80047a68 | aa7919c34c72003145d9a79335300ff03ce29d63 | refs/heads/master | 2023-08-16T03:39:57.746000 | 2021-10-18T19:14:21 | 2021-10-18T19:14:21 | 408,832,577 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import Arc.ArcEnteredNormal;
import Arc.ArcLeft;
import Arc.ArcZero;
import Exception4PetriNetwork.DoubleArcException;
import PetriNetwork.PetriNetworkImpl;
import PetriNetwork.Place;
import PetriNetwor... | UTF-8 | Java | 2,339 | java | PetriNetworkCreateIntegrationTest.java | Java | [] | null | [] | package Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import Arc.ArcEnteredNormal;
import Arc.ArcLeft;
import Arc.ArcZero;
import Exception4PetriNetwork.DoubleArcException;
import PetriNetwork.PetriNetworkImpl;
import PetriNetwork.Place;
import PetriNetwor... | 2,339 | 0.740487 | 0.706285 | 94 | 23.882978 | 21.687754 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.148936 | false | false | 15 |
2f5835b05428a90170eff2b7c70e093180eeccc5 | 16,295,105,986,086 | 71fb11c07558a2b6633b7fd390f6a821cce8935b | /SourceCode/Generation/DaoExampleGenerator/GuitarDao/com/guitar/instructor/daos/Artist.java | 5e2008943260f35c19c4003cbec659942886c765 | [] | no_license | trunghieuphan/vchord | https://github.com/trunghieuphan/vchord | 5787a98777aff9c676c254c759c62c5dba58eefd | eb0c75ce2b58944b95511204e46238705fd63419 | refs/heads/master | 2020-04-17T08:59:56.195000 | 2019-01-18T17:40:44 | 2019-01-18T17:40:44 | 166,438,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guitar.instructor.daos;
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
/**
* Entity mapped to table ARTIST.
*/
public class Artist {
private String id;
private String name;
private String unsigned_name;
private String description;
pri... | UTF-8 | Java | 2,242 | java | Artist.java | Java | [] | null | [] | package com.guitar.instructor.daos;
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
/**
* Entity mapped to table ARTIST.
*/
public class Artist {
private String id;
private String name;
private String unsigned_name;
private String description;
pri... | 2,242 | 0.6124 | 0.6124 | 100 | 21.42 | 23.084705 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 15 |
7068784165e9ad18686cc81d746d428544f7c1e6 | 35,424,890,297,690 | 1e5c9e2f0bae2664352017a33af7cc35004f460e | /src/main/java/com/gospell/chitong/rdcenter/broadcast/broadcastMange/service/MediaResouceServiceImpl.java | 0c170cb13c80dba6661ba1e295796f6453011a85 | [] | no_license | PayYouDont/yjgb_sb | https://github.com/PayYouDont/yjgb_sb | 73f90e044c463fa79d8307ce801abeff1bfd4bf2 | d8c9d11873a34fa91d9e7c6942a15e929552bff3 | refs/heads/master | 2022-11-02T22:55:44.081000 | 2020-05-29T02:05:25 | 2020-05-29T02:05:25 | 134,550,909 | 0 | 0 | null | false | 2022-10-12T20:15:00 | 2018-05-23T10:07:35 | 2020-05-29T02:05:52 | 2022-10-12T20:14:59 | 6,254 | 0 | 0 | 7 | JavaScript | false | false |
package com.gospell.chitong.rdcenter.broadcast.broadcastMange.service;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.dao.MediaResouceMapper;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.entity.MediaResouce;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.vo.MediaResouceVO;
... | UTF-8 | Java | 6,431 | java | MediaResouceServiceImpl.java | Java | [
{
"context": "uceService \n* @Description: TODO( ) \n* @author peiyongdong\n* @date 2018年9月25日 下午4:49:06 \n* \n*/\n@Service\n@Ge",
"end": 1090,
"score": 0.9995239973068237,
"start": 1079,
"tag": "USERNAME",
"value": "peiyongdong"
},
{
"context": "rvice#(java.lang.Integer)\n\t * ... | null | [] |
package com.gospell.chitong.rdcenter.broadcast.broadcastMange.service;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.dao.MediaResouceMapper;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.entity.MediaResouce;
import com.gospell.chitong.rdcenter.broadcast.broadcastMange.vo.MediaResouceVO;
... | 6,431 | 0.707641 | 0.691821 | 202 | 30.287128 | 25.909719 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.495049 | false | false | 15 |
0a725752a2cee3175a64ff812f919f9a249dbd0f | 35,536,559,445,542 | 878810328ffe457f0bb39b2be088e4ad1366f1a7 | /src/ScoreSearch.java | 97beaa008eeb611ff71e0a3609347a3fae8f720b | [] | no_license | jiaoqiqi/java-demo | https://github.com/jiaoqiqi/java-demo | 0b924e3249744c1a3bf3eab522256a2e2cf795fc | 71c8ff643502a5ce7b9feeb9f805ac6d2edb2ff8 | refs/heads/master | 2020-07-04T05:12:23.369000 | 2017-01-05T10:51:46 | 2017-01-05T10:51:46 | 66,954,997 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //import java.util.HashMap;
//import java.util.Map;
//import java.util.Scanner;
//
//public class ScoreSearch{
// public static void main(String []args){
// Scanner input = new Scanner(System.in);
// Map<String,String> hashMap = new HashMap<String,String>();
//
// String name ;
// String ... | UTF-8 | Java | 1,545 | java | ScoreSearch.java | Java | [] | null | [] | //import java.util.HashMap;
//import java.util.Map;
//import java.util.Scanner;
//
//public class ScoreSearch{
// public static void main(String []args){
// Scanner input = new Scanner(System.in);
// Map<String,String> hashMap = new HashMap<String,String>();
//
// String name ;
// String ... | 1,545 | 0.521036 | 0.519094 | 63 | 23.492064 | 18.429508 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
e0ea9104d0e1bd5ce91d665f1062a87796340a5b | 10,015,863,791,859 | a472a23b7a0e480dd16af22dc0db53d4d21143c7 | /app/src/main/java/com/estasvegano/android/estasvegano/view/dialog/ChooseCategoryDialogFragment.java | b24a9f249f26d31714d04c13f74e55d6be7f15a8 | [] | no_license | estas-vegano/evegano-android | https://github.com/estas-vegano/evegano-android | 8d17feb276643504257dd72faa8dcfcf102752ef | f41ea70b498776b37137861171e445db38023361 | refs/heads/master | 2021-01-21T14:02:09.089000 | 2016-06-05T13:24:01 | 2016-06-05T13:32:02 | 47,886,356 | 0 | 0 | null | false | 2016-03-20T23:12:25 | 2015-12-12T16:55:53 | 2016-01-13T21:45:45 | 2016-03-20T23:12:24 | 663 | 0 | 0 | 0 | Java | null | null | package com.estasvegano.android.estasvegano.view.dialog;
import android.app.AlertDialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.widget.ArrayAdapter;
import ... | UTF-8 | Java | 2,064 | java | ChooseCategoryDialogFragment.java | Java | [] | null | [] | package com.estasvegano.android.estasvegano.view.dialog;
import android.app.AlertDialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.widget.ArrayAdapter;
import ... | 2,064 | 0.670058 | 0.668605 | 63 | 31.761906 | 25.648239 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492063 | false | false | 15 |
263244369a431ca2b92b8a69ddd0c215bc4d069a | 38,774,964,790,008 | fc27243c870f11acb225caddf9504d329f2873e1 | /src/working_wit_abstraction/exercises/greedy_times/Vault.java | 504b64198870f35f8c981f05439af38880a5c349 | [] | no_license | CordonaCodeCraft/softuni-java-oop | https://github.com/CordonaCodeCraft/softuni-java-oop | 8daf0390fb325977da5f1587253e0e736d6f0368 | 11d5583c4b33fc99d136753143593ce9ea05c2c5 | refs/heads/master | 2023-03-27T22:49:15.703000 | 2021-04-01T14:20:35 | 2021-04-01T14:20:35 | 353,724,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package working_wit_abstraction.exercises.greedy_times;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
public class Vault {
private final Map<String, Map<String, Long>> items;
public Vault() {
this.items = new LinkedHashMap<>();
this.items.put("<Gold>", new Ha... | UTF-8 | Java | 971 | java | Vault.java | Java | [] | null | [] | package working_wit_abstraction.exercises.greedy_times;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
public class Vault {
private final Map<String, Map<String, Long>> items;
public Vault() {
this.items = new LinkedHashMap<>();
this.items.put("<Gold>", new Ha... | 971 | 0.569516 | 0.568486 | 46 | 20.108696 | 19.109783 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 15 |
6f193f073458ed405addf208ece9e922de39960f | 34,591,666,646,099 | bce31e3c7517825fdfa3151322e5d60d6ee59538 | /navisu-tools/src/main/java/bzh/terrevirtuelle/navisu/tools/impl/controller/ToolsComponentController.java | a9403b13e16b556be09b99bb1a667ce0aa634ccd | [] | no_license | terre-virtuelle/navisu | https://github.com/terre-virtuelle/navisu | b0355461b9c77035834f79646036a9dc002f203d | 97bc2baaed37f83c9b773f1973a2a65683dc9e79 | refs/heads/master | 2021-08-04T03:41:09.226000 | 2021-06-17T11:27:22 | 2021-06-17T11:27:22 | 14,243,882 | 31 | 16 | 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 bzh.terrevirtuelle.navisu.tools.impl.controller;
import bzh.terrevirtuelle.navisu.api.progress.Job;
import bzh.terrevirtuelle.... | UTF-8 | Java | 60,254 | java | ToolsComponentController.java | Java | [
{
"context": "j.model.citygml.core.CityModel;\n\n/**\n *\n * @author serge\n * @date May 21, 2016\n *\n */\npublic class ToolsCo",
"end": 3751,
"score": 0.9994398355484009,
"start": 3746,
"tag": "USERNAME",
"value": "serge"
},
{
"context": "tgresql.Driver\";\n private final String... | 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 bzh.terrevirtuelle.navisu.tools.impl.controller;
import bzh.terrevirtuelle.navisu.api.progress.Job;
import bzh.terrevirtuelle.... | 60,259 | 0.561541 | 0.551932 | 1,313 | 44.888805 | 30.139328 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771516 | false | false | 15 |
37cac440950bb77c3ad0258718ada4c3913eb613 | 37,074,157,724,551 | 009b728c23ef82ada3ee507dd65355019e474420 | /systems/Benchmarks/code/Benchmarks/src/edu/uiowa/csense/benchmarks/mfccpipe/MFCCPipelineDeploy.java | d3e97bff3bdf3c58e4e502cc9e14d83163d31abd | [] | no_license | ochipara/csense | https://github.com/ochipara/csense | aeb12f78bd417cb128c6a5fa2031fea1d6e35e2c | 05643db38d29a0c167ccc9bd28d91a9e119b085f | refs/heads/master | 2021-01-25T04:01:41.535000 | 2013-09-10T19:59:44 | 2013-09-10T19:59:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uiowa.csense.benchmarks.mfccpipe;
import java.io.File;
import components.storage.FromDiskComponentC;
import components.storage.ToDiskComponentC;
import edu.uiowa.csense.compiler.CSenseComponentC.ThreadingOption;
import edu.uiowa.csense.compiler.CompilerException;
import edu.uiowa.csense.compiler.matlab.Mat... | UTF-8 | Java | 1,852 | java | MFCCPipelineDeploy.java | Java | [] | null | [] | package edu.uiowa.csense.benchmarks.mfccpipe;
import java.io.File;
import components.storage.FromDiskComponentC;
import components.storage.ToDiskComponentC;
import edu.uiowa.csense.compiler.CSenseComponentC.ThreadingOption;
import edu.uiowa.csense.compiler.CompilerException;
import edu.uiowa.csense.compiler.matlab.Mat... | 1,852 | 0.802376 | 0.801296 | 42 | 43.095238 | 35.859386 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.47619 | false | false | 15 |
e107ea4c107e79699769ee1032769d263f98c9b4 | 21,019,569,987,889 | 4741c82e4556d3d5fe369d4728f58f49bb34995e | /src/main/java/com/tuyy/test/dao/UserDao.java | 82d41a5387baa86d230e6812648450715d4154de | [] | no_license | taeunju/test_yabi | https://github.com/taeunju/test_yabi | 1e83a3d2160a27e45d2304b55717be479e21263b | c553a0fda22ecd8f0b85a6eb55ca9580fa187a3b | refs/heads/master | 2018-01-11T13:08:23.078000 | 2016-01-02T08:21:44 | 2016-01-02T08:21:44 | 48,854,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tuyy.test.dao;
import com.tuyy.test.dto.User;
public interface UserDao {
public void createUser(User newUser);
public User readUser(String id);
}
| UTF-8 | Java | 163 | java | UserDao.java | Java | [] | null | [] | package com.tuyy.test.dao;
import com.tuyy.test.dto.User;
public interface UserDao {
public void createUser(User newUser);
public User readUser(String id);
}
| 163 | 0.760736 | 0.760736 | 9 | 17.111111 | 15.459226 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
635a62108e4eb1a74eb2c23e2e912564db94bdaf | 5,634,997,124,791 | 132dcf1419edb73cec9546ab5c8f6dad4033f403 | /fmg-web/src/main/java/com/pinganfu/finmng/web/support/NIOtest.java | 42d8ef2e837b6f6d94f09c5934bf72e5e0f3cea1 | [] | no_license | shmp2005/fncp-fmg-restruct | https://github.com/shmp2005/fncp-fmg-restruct | 8ea183b32f04607410ddecf4abd7c6ee3c92cc6c | 72d7d388ef17d187ec1df59cf4e09b5b6056b933 | refs/heads/master | 2017-12-02T16:29:23.847000 | 2016-09-06T03:27:19 | 2016-09-06T03:27:19 | 67,470,049 | 0 | 0 | null | true | 2016-09-06T03:26:58 | 2016-09-06T03:26:58 | 2015-01-13T08:43:27 | 2015-01-13T08:42:35 | 241,496 | 0 | 0 | 0 | null | null | null | package com.pinganfu.finmng.web.support;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.channels.FileChannel;
/**
* Created by anygao on 14-8-19.
*/
public class NIOtest {
public static voi... | UTF-8 | Java | 605 | java | NIOtest.java | Java | [
{
"context": " java.nio.channels.FileChannel;\n\n/**\n * Created by anygao on 14-8-19.\n */\npublic class NIOtest {\n public",
"end": 259,
"score": 0.9996291995048523,
"start": 253,
"tag": "USERNAME",
"value": "anygao"
}
] | null | [] | package com.pinganfu.finmng.web.support;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.channels.FileChannel;
/**
* Created by anygao on 14-8-19.
*/
public class NIOtest {
public static voi... | 605 | 0.709091 | 0.694215 | 21 | 27.809525 | 20.493017 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
c5e24fa10a650949545251e0e20632da85bc69f6 | 22,943,715,304,665 | 220483267a19f0403848fb4a6815a4bafd140ae9 | /src/main/java/com/neusoft/course/schedule/biz/UserBiz.java | 3c80ed580a055af11e80a833eb8d7ba6195671e0 | [] | no_license | zyn1120/course-schedule | https://github.com/zyn1120/course-schedule | 8c2357f0e5a2b57064c5b417f469c31cd28a35f9 | 3a35a188c339e7a2faf61eecc6efe3dba5a40e59 | refs/heads/master | 2023-02-19T11:21:06.667000 | 2020-03-02T12:16:44 | 2020-03-02T12:16:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neusoft.course.schedule.biz;
import com.alibaba.fastjson.JSON;
import com.neusoft.course.schedule.constants.ServiceConstants;
import com.neusoft.course.schedule.entity.Faculty;
import com.neusoft.course.schedule.entity.User;
import com.neusoft.course.schedule.enums.ResultCode;
import com.neusoft.course.sch... | UTF-8 | Java | 2,637 | java | UserBiz.java | Java | [
{
"context": "elAndView;\n\nimport java.util.List;\n\n/**\n * @author 洪家豪\n * Created by 洪家豪 on 2020/2/3.\n */\n@Controller\n@R",
"end": 871,
"score": 0.9998874664306641,
"start": 868,
"tag": "NAME",
"value": "洪家豪"
},
{
"context": " java.util.List;\n\n/**\n * @author 洪家豪\n * Created ... | null | [] | package com.neusoft.course.schedule.biz;
import com.alibaba.fastjson.JSON;
import com.neusoft.course.schedule.constants.ServiceConstants;
import com.neusoft.course.schedule.entity.Faculty;
import com.neusoft.course.schedule.entity.User;
import com.neusoft.course.schedule.enums.ResultCode;
import com.neusoft.course.sch... | 2,637 | 0.737905 | 0.735238 | 74 | 34.472973 | 26.058781 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 15 |
d1c63bf9dc3b3db3ec9c917cd58ffd9cf950c067 | 16,638,703,322,751 | 9a6cb7d6c922dd7029caba21d2c1a0aa6e3950ff | /linkedlists/src/test/java/MergeSortedListsTest.java | b8dc1b05e97599da1f0ae4b4aae6329b171d1fc3 | [
"MIT"
] | permissive | amanyadv/elements-of-programming-interviews | https://github.com/amanyadv/elements-of-programming-interviews | 991dee4e0807e4d490218fdf613ce01d2faea172 | c6ec2c54bc5d8aa5625d45c0be120fd73f295c40 | refs/heads/master | 2021-06-17T00:41:18.530000 | 2021-01-23T14:15:15 | 2021-01-23T14:15:15 | 131,750,827 | 1 | 0 | MIT | true | 2021-01-23T14:15:16 | 2018-05-01T18:52:33 | 2021-01-23T14:12:08 | 2021-01-23T14:15:15 | 367 | 1 | 0 | 0 | Java | false | false | import org.junit.Test;
public class MergeSortedListsTest {
private ListNode<Integer> expected;
private ListNode<Integer> list1;
private ListNode<Integer> list2;
@Test
public void mergeLists1() {
expected = LinkedListUtil.createLinkedList(1, 2);
list1 = new ListNode<>(1);
l... | UTF-8 | Java | 1,072 | java | MergeSortedListsTest.java | Java | [] | null | [] | import org.junit.Test;
public class MergeSortedListsTest {
private ListNode<Integer> expected;
private ListNode<Integer> list1;
private ListNode<Integer> list2;
@Test
public void mergeLists1() {
expected = LinkedListUtil.createLinkedList(1, 2);
list1 = new ListNode<>(1);
l... | 1,072 | 0.636194 | 0.600746 | 40 | 25.825001 | 25.044847 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 15 |
d72bd2e28e2068dee22f4b9069afd8b5a8080a1c | 7,275,674,655,261 | fd01e25eb234406d742bc6ebd1b13f2ccdf5f3d9 | /src/main/java/com/example/demo/cache/config/LocalCacheConfig.java | 1c667a7cc790591fb06de81e17d7bc01fef7f4e6 | [
"Apache-2.0"
] | permissive | whol/redisClusterDemo | https://github.com/whol/redisClusterDemo | a7be1da3c91174177b7387d7a5d3ae2e7d4b031a | 711d11a42df35b9b8dfde74a1f0169f382a5d19c | refs/heads/master | 2020-04-19T13:04:19.485000 | 2019-01-31T06:39:22 | 2019-01-31T06:39:22 | 168,208,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.cache.config;
import com.example.demo.cache.guava.LocalCacheFactory;
import com.google.common.cache.Cache;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.TimeUnit;
/**
* Created by Lenovo on 2017/8/15.
*/
public cl... | UTF-8 | Java | 1,959 | java | LocalCacheConfig.java | Java | [
{
"context": " java.util.concurrent.TimeUnit;\n\n/**\n * Created by Lenovo on 2017/8/15.\n */\npublic class LocalCacheConfig {",
"end": 292,
"score": 0.9978702068328857,
"start": 286,
"tag": "USERNAME",
"value": "Lenovo"
}
] | null | [] | package com.example.demo.cache.config;
import com.example.demo.cache.guava.LocalCacheFactory;
import com.google.common.cache.Cache;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.TimeUnit;
/**
* Created by Lenovo on 2017/8/15.
*/
public cl... | 1,959 | 0.679939 | 0.675345 | 52 | 36.673077 | 32.086254 | 109 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
ffb98b152ef4cf16eb9b662b23045504bd206214 | 7,275,674,656,020 | 2c638b2ef690c8d01c5e13354eab440901ec97fc | /src/main/java/trade/Order_Type.java | 6824be51877398f1e2812d931efa92609867e49f | [] | no_license | Artuwok/orderbook | https://github.com/Artuwok/orderbook | 0eecfdaae8d6a341b45f32da7b74805497121432 | 3ffb8265a049e705bce1eaf43a369d1bf034ef05 | refs/heads/master | 2020-07-03T09:51:55.397000 | 2019-08-12T06:32:16 | 2019-08-12T06:32:16 | 201,871,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trade;
public enum Order_Type {
LIMIT,
MARKET
}
| UTF-8 | Java | 65 | java | Order_Type.java | Java | [] | null | [] | package trade;
public enum Order_Type {
LIMIT,
MARKET
}
| 65 | 0.646154 | 0.646154 | 6 | 9.833333 | 8.091491 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
1be0f626db312bcc7365bd1aa8cd9bfc8689dd8c | 15,968,688,459,198 | e863dbdba043709a76d79a4c9871cb8030c2b2b1 | /Assignments/Assignment 3_ Treaps/Program3-test-cases/test_cases/auto06.java | 48965cef2972634a0246f262d2a112d9310090e0 | [] | no_license | ShowLove/Coputer_Science2 | https://github.com/ShowLove/Coputer_Science2 | 93b7a3cac11bbbad906c7fd7c0df52025c101e5a | 4e13a3e9d5bd6a01f4e235429dc8e5134463c0e9 | refs/heads/master | 2016-09-05T11:12:06.325000 | 2014-09-28T00:57:39 | 2014-09-28T00:57:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Sean Szumlanski
// COP 3503, Fall 2013
// Assignment #3, Test Case #6
public class auto06
{
public static void main(String [] args)
{
Treap<String> t = new Treap<String>();
String [] data = {"Sean", "Jon", "Robb", "Sansa", "Arya", "Bran", "Rickon"};
for (int i = 0; i < data.length; i++)
t.add(data[i], ... | UTF-8 | Java | 539 | java | auto06.java | Java | [
{
"context": "// Sean Szumlanski\n// COP 3503, Fall 2013\n// Assignment #3, Test Cas",
"end": 18,
"score": 0.9997986555099487,
"start": 3,
"tag": "NAME",
"value": "Sean Szumlanski"
},
{
"context": "g> t = new Treap<String>();\n\n\t\tString [] data = {\"Sean\", \"Jon\", \"Robb\", \"Sa... | null | [] | // <NAME>
// COP 3503, Fall 2013
// Assignment #3, Test Case #6
public class auto06
{
public static void main(String [] args)
{
Treap<String> t = new Treap<String>();
String [] data = {"Sean", "Jon", "Robb", "Sansa", "Arya", "Bran", "Rickon"};
for (int i = 0; i < data.length; i++)
t.add(data[i], i + 1);
... | 530 | 0.612245 | 0.586271 | 24 | 21.458334 | 20.281311 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 15 |
2caa806f87398b37d4a16d32d199d087ee34e589 | 23,613,730,208,047 | b5df9bbf7ed793c3a30531bf79a715e523d1ff0f | /couchpotato/src/debug/java/com/f2prateek/couchpotato/data/DebugDataModule.java | 239b56c8cb1d4d1ff5467bdfe2eaea2049312d6c | [
"Apache-2.0"
] | permissive | remelpugh/android-couchpotato | https://github.com/remelpugh/android-couchpotato | 3affe7591c9490c53af6a6e12527421011c4b4d5 | 8f85995f24b05f9a7216c37a3289039b759d49d6 | refs/heads/master | 2021-01-20T21:41:45.918000 | 2014-06-08T00:01:37 | 2014-06-08T00:01:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2014 Prateek Srivastava
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | UTF-8 | Java | 4,315 | java | DebugDataModule.java | Java | [
{
"context": "/*\n * Copyright 2014 Prateek Srivastava\n *\n * Licensed under the Apache License, Version ",
"end": 39,
"score": 0.9998613595962524,
"start": 21,
"tag": "NAME",
"value": "Prateek Srivastava"
},
{
"context": "ference(preferences, \"couch_potato_host\", \"http://10.14.1... | null | [] | /*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 4,303 | 0.77613 | 0.769177 | 97 | 43.484535 | 35.152428 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57732 | false | false | 15 |
a18ae2ec780fade715d7efa0d6d7276ea28d76bf | 14,104,672,668,604 | ddafcd48493148a62b9f6623c6d04ed2ab39fb7b | /src/main/java/sq/client/render/RenderBeetle.java | 731b403289f094d8c0fa9180b3a004ab31f240bc | [
"LicenseRef-scancode-public-domain"
] | permissive | Modding-Legacy/spider-queen | https://github.com/Modding-Legacy/spider-queen | 26f03d682c194730523a4604965b6c0ad6c64d99 | 7b003795b4e234044e23ac337aaf6265df5377f4 | refs/heads/master | 2020-08-31T04:04:42.712000 | 2015-12-14T18:36:00 | 2015-12-14T18:36:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sq.client.render;
import net.minecraft.client.renderer.entity.RenderLiving;
import net.minecraft.entity.Entity;
import net.minecraft.util.ResourceLocation;
import sq.client.model.ModelBeetle;
import sq.entity.creature.EntityBeetle;
/**
* Sets the texture on the beetle model pre-render.
*/
public class Rende... | UTF-8 | Java | 957 | java | RenderBeetle.java | Java | [] | null | [] | package sq.client.render;
import net.minecraft.client.renderer.entity.RenderLiving;
import net.minecraft.entity.Entity;
import net.minecraft.util.ResourceLocation;
import sq.client.model.ModelBeetle;
import sq.entity.creature.EntityBeetle;
/**
* Sets the texture on the beetle model pre-render.
*/
public class Rende... | 957 | 0.721003 | 0.713689 | 39 | 23.538462 | 25.084316 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 15 |
a4de52eeb5d784ad3ccecbfc5dd3021d99820424 | 27,513,560,533,609 | cbb3904e964e32614fa8763f0cffbdbef0ff914c | /app/src/main/java/com/notrealbutter/leaguefitness/leagueoffitness/LeagueCntl/Match.java | 5ad13512a09b1fee208227946b88b9e96718c626 | [] | no_license | NotRealButter/LeagueOfFitness | https://github.com/NotRealButter/LeagueOfFitness | c7f86f93fbd566cbb8ff0393b7953df5574829f0 | ad3d33fbd50522712a448bf6877ef3740637cfcd | refs/heads/master | 2020-12-24T16:41:20.259000 | 2015-10-25T21:02:54 | 2015-10-25T21:02:54 | 43,283,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.notrealbutter.leaguefitness.leagueoffitness.LeagueCntl;
/**
* Created by hites on 10/6/2015.
*/
public class Match {
public int matchID;
}
| UTF-8 | Java | 159 | java | Match.java | Java | [
{
"context": "ess.leagueoffitness.LeagueCntl;\n\n/**\n * Created by hites on 10/6/2015.\n */\npublic class Match {\n public",
"end": 92,
"score": 0.9982724189758301,
"start": 87,
"tag": "USERNAME",
"value": "hites"
}
] | null | [] | package com.notrealbutter.leaguefitness.leagueoffitness.LeagueCntl;
/**
* Created by hites on 10/6/2015.
*/
public class Match {
public int matchID;
}
| 159 | 0.72956 | 0.685535 | 9 | 16.666666 | 21.150255 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 15 |
611855958ad0b0fc2b9d01c7e451e00202f66102 | 18,090,402,314,818 | 84e95ff531225b31d6bfe75f0f043c594ef9b200 | /src/main/java/pe/fico/service/ITipoDeTarjetaService.java | 0b7453caa0bea5bc64188e21f87452df94dafa7f | [] | no_license | joanmach/FICO | https://github.com/joanmach/FICO | 7c2adccdd66a6fe3af476765e4d182dde97361ea | 31c494db9baf838c85b9f6403c5eed2336ac8a6d | refs/heads/main | 2023-05-07T03:07:27.860000 | 2021-05-05T03:37:44 | 2021-05-05T03:37:44 | 359,473,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.fico.service;
import java.util.List;
import pe.fico.entity.TipoDeTarjeta;
public interface ITipoDeTarjetaService {
public void insertar(TipoDeTarjeta tipo);
public List<TipoDeTarjeta> listar();
public void eliminar(int CTipo);
}
| UTF-8 | Java | 246 | java | ITipoDeTarjetaService.java | Java | [] | null | [] | package pe.fico.service;
import java.util.List;
import pe.fico.entity.TipoDeTarjeta;
public interface ITipoDeTarjetaService {
public void insertar(TipoDeTarjeta tipo);
public List<TipoDeTarjeta> listar();
public void eliminar(int CTipo);
}
| 246 | 0.792683 | 0.792683 | 11 | 21.363636 | 16.945221 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 15 |
c7c88b3c0998449c5ce34f9f5a16981604139874 | 30,502,857,743,903 | 9c000cd7431ef152cdee7b87a794074e4b6081e9 | /proj2d/bearmaps/test/TestgetLocationsByPrefix.java | 1deb9ef28991f2164c4e0abe9b821613293ef43f | [] | no_license | svsarah01/projects | https://github.com/svsarah01/projects | ef6e156cdf1f1e5c12d4959a6f97f7836fc29ab7 | 69c170fa3d99c571087354619e01c0967a372733 | refs/heads/master | 2023-02-18T19:51:28.529000 | 2021-01-20T02:34:20 | 2021-01-20T02:34:20 | 331,166,177 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bearmaps.test;
import org.junit.Before;
import org.junit.Test;
import bearmaps.proj2d.Router;
import bearmaps.proj2d.AugmentedStreetMapGraph;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class TestgetLocatio... | UTF-8 | Java | 1,075 | java | TestgetLocationsByPrefix.java | Java | [] | null | [] | package bearmaps.test;
import org.junit.Before;
import org.junit.Test;
import bearmaps.proj2d.Router;
import bearmaps.proj2d.AugmentedStreetMapGraph;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class TestgetLocatio... | 1,075 | 0.703256 | 0.694884 | 36 | 28.861111 | 23.785095 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 15 |
9f3249d3bf190d67f70b08d4d806c96b2d9ba4d5 | 4,595,615,011,471 | a776200c17135378c6345c77f0b37f9e58e9b379 | /app/src/main/java/com/accordhk/SnapNEat/fragments/PostSnapFragment.java | 9a30bb9074540059e250d89d4bccd0b33f3104e8 | [] | no_license | kelvinlocc/snapNeat | https://github.com/kelvinlocc/snapNeat | 3e7885a340b1bc8dd7a8e2fc6d5dd73e1fd32d98 | ddf36df6bc1d02cebb80bf7a75d34bec1f7315ce | refs/heads/master | 2020-04-02T07:31:40.420000 | 2016-09-22T19:58:17 | 2016-09-22T19:58:17 | 64,388,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accordhk.SnapNEat.fragments;
import android.Manifest;
import android.app.Activity;
import android.content.ClipData;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android... | UTF-8 | Java | 37,702 | java | PostSnapFragment.java | Java | [] | null | [] | package com.accordhk.SnapNEat.fragments;
import android.Manifest;
import android.app.Activity;
import android.content.ClipData;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android... | 37,702 | 0.540926 | 0.537054 | 815 | 45.260124 | 37.01104 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62454 | false | false | 15 |
976d7712ce7e0f03d374b944d16f338474c06348 | 7,447,473,312,799 | 8da64e8498e4992fef2714b34b44441360ab006e | /src/com/thread_communication/wait_notify/notify_one/NotifyTread.java | f0e4e379f0508f596422d802b04b06106a86cf16 | [] | no_license | q879175707/multi-thread | https://github.com/q879175707/multi-thread | 0447ecd47f4275aa58014c34b3ba3e7cb66a6ee7 | 50fa3512d7db30585f635084ea04cea35e2abaf8 | refs/heads/master | 2021-06-23T14:28:30.029000 | 2019-06-27T03:20:24 | 2019-06-27T03:20:24 | 144,668,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thread_communication.wait_notify.notify_one;
public class NotifyTread extends Thread{
private Object lock;
public NotifyTread(Object lock) {
this.lock = lock;
}
@Override
public void run() {
super.run();
synchronized (lock) {
lock.notifyAll();
}
}
}
| UTF-8 | Java | 301 | java | NotifyTread.java | Java | [] | null | [] | package com.thread_communication.wait_notify.notify_one;
public class NotifyTread extends Thread{
private Object lock;
public NotifyTread(Object lock) {
this.lock = lock;
}
@Override
public void run() {
super.run();
synchronized (lock) {
lock.notifyAll();
}
}
}
| 301 | 0.654485 | 0.654485 | 17 | 15.705882 | 15.615847 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.411765 | false | false | 15 |
47238b9c146710100c9eacaf7d6fe8ac263a6c44 | 19,885,698,594,907 | 3488c13a5a7b0099237a9f2c733a1f485abd4a83 | /src/demos/bits/strings/lists/BitStringListDisjointerDemo.java | 1ce7ff077ce3486f66ad6e1c89b0e63032670128 | [] | no_license | kmsoileau/Saffron | https://github.com/kmsoileau/Saffron | 6a087143356b290c4b27149f360c15ed445f1e48 | 557c6ddae2ac572e7254eeac61d4dea90ab940ec | refs/heads/master | 2021-06-09T14:09:49.578000 | 2020-12-12T12:25:13 | 2020-12-12T12:25:13 | 80,858,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demos.bits.strings.lists;
import bits.BooleanLiteral;
import bits.Conjunction;
import bits.IProblem;
import bits.IProblemMessage;
import bits.Problem;
import bits.strings.lists.BitStringList;
import bits.strings.lists.BitStringListDisjointer;
import bits.strings.lists.BitStringListFixer;
import bits.... | UTF-8 | Java | 1,555 | java | BitStringListDisjointerDemo.java | Java | [
{
"context": "any: Positronic Software\r\n * </p>\r\n * \r\n * @author Kerry Michael Soileau\r\n * @version 1.0\r\n */\r\n\r\npublic class BitStringLi",
"end": 579,
"score": 0.999530017375946,
"start": 558,
"tag": "NAME",
"value": "Kerry Michael Soileau"
}
] | null | [] | package demos.bits.strings.lists;
import bits.BooleanLiteral;
import bits.Conjunction;
import bits.IProblem;
import bits.IProblemMessage;
import bits.Problem;
import bits.strings.lists.BitStringList;
import bits.strings.lists.BitStringListDisjointer;
import bits.strings.lists.BitStringListFixer;
import bits.... | 1,540 | 0.661093 | 0.657235 | 61 | 23.52459 | 21.768232 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.754098 | false | false | 15 |
ae06ca7858b954226d5eb970a0550e6c8ef5b9c1 | 32,212,254,722,808 | 003711b187800b098b864c866904ceb007e26b89 | /Source Code/src/main/time_check.java | e93c55e0c95ece690862980e1900ad8e70145038 | [] | no_license | KinMod-ui/Flight-Management | https://github.com/KinMod-ui/Flight-Management | 65bd2d60d30b7c4ccfa1956672c81e35781f51e0 | ef0d32edf03355498ff95b6ff204547a7a92b102 | refs/heads/main | 2023-01-20T05:38:41.898000 | 2020-11-21T08:44:24 | 2020-11-21T08:44:24 | 315,966,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
public class time_check {
public Boolean time_check(String time) {
System.out.println(time);
if (time.charAt(2) != ':' || time.charAt(5) != ':')return false;
int hours = Integer.parseInt(time.substring(0 , 2));
int mins = Integer.parseInt(time.substring(3 , 5));
int secs = Integer.parseInt(... | UTF-8 | Java | 528 | java | time_check.java | Java | [] | null | [] | package main;
public class time_check {
public Boolean time_check(String time) {
System.out.println(time);
if (time.charAt(2) != ':' || time.charAt(5) != ':')return false;
int hours = Integer.parseInt(time.substring(0 , 2));
int mins = Integer.parseInt(time.substring(3 , 5));
int secs = Integer.parseInt(... | 528 | 0.623106 | 0.590909 | 16 | 32 | 26.518862 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3125 | false | false | 15 |
99c28ba09a788900f8f4d8d25a9533b32effe03d | 27,943,057,295,052 | 45dd6e52b59d5aecf439f7acc83c8633c763a50e | /MyProject/src/cg/JavaStringMethods/StringReplaceAll.java | 5e40ec7b9b93dff6b5e01015dc0f45267d147145 | [] | no_license | amyalbert007/cgremoterepo1 | https://github.com/amyalbert007/cgremoterepo1 | 7ea6c38b811c86e64aa86efa9ab391c205d6c6c9 | 5a0872b67ea6ed3f67ea7007f53f2f97c6635af7 | refs/heads/master | 2023-05-30T06:41:08.545000 | 2021-05-14T18:37:40 | 2021-05-14T18:37:40 | 367,272,546 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cg.JavaStringMethods;
public class StringReplaceAll {
public static void main(String args[]){
String s1="javatpoint is a very good website";
String replaceString=s1.replaceAll("a","e");//replaces all occurrences of "a" to "e"
System.out.println(replaceString);
String ss1=... | UTF-8 | Java | 723 | java | StringReplaceAll.java | Java | [
{
"context": "ceString); \r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\tString ss1=\"My name is Khan. My name is Bob. My name is Sonoo.\"; \r\n\t\tString ",
"end": 336,
"score": 0.9997665882110596,
"start": 332,
"tag": "NAME",
"value": "Khan"
},
{
"context": "\n\t\t\r\n\t\t\r\n\t\tString ss1=\"My... | null | [] | package cg.JavaStringMethods;
public class StringReplaceAll {
public static void main(String args[]){
String s1="javatpoint is a very good website";
String replaceString=s1.replaceAll("a","e");//replaces all occurrences of "a" to "e"
System.out.println(replaceString);
String ss1=... | 723 | 0.639004 | 0.625173 | 29 | 22.931034 | 28.732933 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.034483 | false | false | 15 |
820141b355662885eb13e8eaaf9a8c098d045bf6 | 10,960,756,600,462 | 2938db2f1892feb55b40fbc481df7777a1df6b95 | /src/org/jmc/models/Fire.java | 6c6aa0488b20fe86533afaa05824d2efc1355da4 | [] | no_license | jmc2obj/j-mc-2-obj | https://github.com/jmc2obj/j-mc-2-obj | 13cf2f2ce06d44920fa964a7943ae496a2238745 | ae7cc4f627b34164786a6e9093e7f66601b11619 | refs/heads/master | 2023-08-21T18:01:26.216000 | 2023-07-31T00:09:54 | 2023-07-31T00:09:54 | 35,886,124 | 320 | 67 | null | false | 2023-07-30T21:49:46 | 2015-05-19T14:09:19 | 2023-07-18T00:39:05 | 2023-07-30T21:49:44 | 2,378 | 287 | 54 | 11 | Java | false | false | package org.jmc.models;
import org.jmc.BlockData;
import org.jmc.geom.Transform;
import org.jmc.geom.Vertex;
import org.jmc.registry.NamespaceID;
import org.jmc.threading.ChunkProcessor;
import org.jmc.threading.ThreadChunkDeligate;
/**
* Model for fire
*/
public class Fire extends BlockModel
{
@Override
public... | UTF-8 | Java | 4,929 | java | Fire.java | Java | [] | null | [] | package org.jmc.models;
import org.jmc.BlockData;
import org.jmc.geom.Transform;
import org.jmc.geom.Vertex;
import org.jmc.registry.NamespaceID;
import org.jmc.threading.ChunkProcessor;
import org.jmc.threading.ThreadChunkDeligate;
/**
* Model for fire
*/
public class Fire extends BlockModel
{
@Override
public... | 4,929 | 0.634814 | 0.548184 | 141 | 33.957447 | 23.282377 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.297872 | false | false | 15 |
308277f48bd8b60d3a8e7e35b6053ae18ad66599 | 1,700,807,049,808 | e1a0d59a11d40d3932fe9ecf9849e4bd8a3aacfb | /src/pay/AbstractVauchParser.java | b70a90aea88aa6938decea2ff526d406632f22a5 | [] | no_license | olga600312/MainApp | https://github.com/olga600312/MainApp | 58ba2aa1feeacf51dfeae0751957a33f85870fb4 | a0fbd9e49eb57df4ee4cf1958b4b99756925594f | refs/heads/master | 2018-02-07T20:50:44.677000 | 2017-07-03T14:56:30 | 2017-07-03T14:56:30 | 96,104,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pay;
import java.text.*;
import java.util.*;
import util.Vauch;
public abstract class AbstractVauchParser implements IVauchParser {
protected ArrayList<VauchParserModel> models = new ArrayList();
protected int type = Vauch.NOT_PARSABLE;
public AbstractVauchParser(int type) {
this.type = ... | UTF-8 | Java | 1,129 | java | AbstractVauchParser.java | Java | [] | null | [] | package pay;
import java.text.*;
import java.util.*;
import util.Vauch;
public abstract class AbstractVauchParser implements IVauchParser {
protected ArrayList<VauchParserModel> models = new ArrayList();
protected int type = Vauch.NOT_PARSABLE;
public AbstractVauchParser(int type) {
this.type = ... | 1,129 | 0.602303 | 0.602303 | 44 | 24.65909 | 23.983843 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
ee00e1a829730be198f2dd921cf74d879bc7ee10 | 10,599,979,315,484 | 4fc392c886c44c133a00d5135b84b672a36c4aa6 | /Core/src/main/java/com/bitants/common/launcher/view/icon/ui/LauncherIconView.java | b5ca3199946564347f41d2302f0e914df1bacc8e | [] | no_license | conseweb/Launcher | https://github.com/conseweb/Launcher | 215c902a13428c7f73876c9687c48ce396db003f | 09e2beb69f01bfbd6d0d28abbd8ac9884bba9d3e | refs/heads/master | 2021-03-22T00:46:27.819000 | 2015-07-08T10:55:42 | 2015-07-08T10:55:42 | 33,999,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bitants.common.launcher.view.icon.ui;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
import android.util.Spar... | UTF-8 | Java | 9,172 | java | LauncherIconView.java | Java | [] | null | [] | package com.bitants.common.launcher.view.icon.ui;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
import android.util.Spar... | 9,172 | 0.709106 | 0.70768 | 325 | 24.883078 | 26.936937 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.753846 | false | false | 15 |
c9273cb95260c44f38c9189f61b7521a4f02552d | 7,576,322,377,014 | ffd5d98f42ccb9a610dd367cf6487cf1c0fd7468 | /jasperserver/jasperserver-export-tool/src/main/java/com/jaspersoft/jasperserver/export/modules/common/ImportReportLoadingService.java | 74cd6d96560e555b998b91d84b03665f45618255 | [] | no_license | TIBCOSoftware/jasperreports-server-ce | https://github.com/TIBCOSoftware/jasperreports-server-ce | c17a67374f864aa6c03bbbed960ae27af12e6d06 | 7a0d24aa7c80e41066d2599c82ac7c3c4528b67e | refs/heads/master | 2023-07-08T13:21:20.099000 | 2023-05-02T10:20:44 | 2023-05-02T10:20:44 | 132,811,956 | 46 | 43 | null | false | 2023-07-16T12:09:57 | 2018-05-09T20:56:08 | 2023-04-23T22:47:02 | 2023-06-29T12:52:27 | 352,511 | 40 | 40 | 96 | Java | false | false | package com.jaspersoft.jasperserver.export.modules.common;
import com.jaspersoft.jasperserver.api.common.domain.ExecutionContext;
import com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.ReportLoadingService;
import com.jaspersoft.jasperserver.api.metadata.common.domain.InputControl;
import com.jaspers... | UTF-8 | Java | 666 | java | ImportReportLoadingService.java | Java | [] | null | [] | package com.jaspersoft.jasperserver.export.modules.common;
import com.jaspersoft.jasperserver.api.common.domain.ExecutionContext;
import com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.ReportLoadingService;
import com.jaspersoft.jasperserver.api.metadata.common.domain.InputControl;
import com.jaspers... | 666 | 0.840841 | 0.840841 | 14 | 46.57143 | 39.056213 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 15 |
dc9c2710b3fcff76c384675ce6b150db43ee621b | 23,759,759,147,255 | eeb449025ac075de8a847b4b703d79c7e7c51478 | /SoftwareGuild/Java/summativeProjects/summative_01_rock_paper_scissors/src/main/java/com/tsguild/oop/rockpaperscissorsclassversion/Player.java | 134ec5c32b7270248092692dff76aacb2556fca3 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | theuwtseth/theuwtseth.github.io | https://github.com/theuwtseth/theuwtseth.github.io | bd4c0adac1c3308250262ef1b21a89d111f87b2e | bf163ffea12879a49b2b703c0dee08aa8af68286 | refs/heads/master | 2020-01-30T21:09:56.503000 | 2019-06-05T01:30:53 | 2019-06-05T01:30:53 | 25,140,682 | 0 | 1 | null | false | 2020-09-09T19:23:25 | 2014-10-13T02:59:45 | 2020-07-10T17:59:06 | 2020-09-09T19:23:22 | 76,752 | 0 | 0 | 12 | HTML | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.tsguild.oop.rockpaperscissorsclassversion;
import java.util.Scanner;
/**
*
* @author umnseth4
*/
public class Player {... | UTF-8 | Java | 1,239 | java | Player.java | Java | [
{
"context": "on;\n\nimport java.util.Scanner;\n\n/**\n *\n * @author umnseth4\n */\npublic class Player {\n private String name",
"end": 294,
"score": 0.9994465112686157,
"start": 286,
"tag": "USERNAME",
"value": "umnseth4"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.tsguild.oop.rockpaperscissorsclassversion;
import java.util.Scanner;
/**
*
* @author umnseth4
*/
public class Player {... | 1,239 | 0.598063 | 0.592413 | 57 | 20.736841 | 18.145151 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 15 |
61cc64b5d33f8128ce24297f7802ad281585b184 | 33,646,773,862,865 | 21ac0a1b91c043ce3c36ebb1f9a1dad15f929d7a | /Quick Select/QuickSelect.java | cd3874389dae79160ae85c135c623c576fefe88a | [] | no_license | janFrancoo/Algorithms | https://github.com/janFrancoo/Algorithms | fb632aa3b9daff257f93ad66edf5c49a92453a61 | 50919a32302caf301daa4caeb1a3deae113bd818 | refs/heads/master | 2020-09-05T18:23:29.640000 | 2019-11-12T16:40:45 | 2019-11-12T16:40:45 | 220,180,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class QuickSelect {
private static int[] swap(int[] arr, int i1, int i2) {
int temp = arr[i1];
arr[i1] = arr[i2];
arr[i2] = temp;
return arr;
}
private static int LomutoPartition(int[] arr, int l, int r) {
int p = arr[l], s = l;
for(int i=l+1; i<=r; i++) {
if(arr[i] < p) {
s++;
arr... | UTF-8 | Java | 817 | java | QuickSelect.java | Java | [] | null | [] | public class QuickSelect {
private static int[] swap(int[] arr, int i1, int i2) {
int temp = arr[i1];
arr[i1] = arr[i2];
arr[i2] = temp;
return arr;
}
private static int LomutoPartition(int[] arr, int l, int r) {
int p = arr[l], s = l;
for(int i=l+1; i<=r; i++) {
if(arr[i] < p) {
s++;
arr... | 817 | 0.542228 | 0.517748 | 40 | 19.424999 | 19.309179 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.95 | false | false | 15 |
c2213e28f05520f1edfb42273ca96b525dd508e7 | 13,211,319,467,622 | bc80ad210ff5d157fffb006cc61e54d3dfbe31a3 | /src/main/java/com/mvc/demo/Service/NoteService.java | fd48e47a7748e01d646c47cb717dad03511f1151 | [] | no_license | kanclad/demo | https://github.com/kanclad/demo | 31c16c6333adfb22e8fa40191edb385333801ac2 | 364185d5d4ef0dcd079bad55461a9d889e47536a | refs/heads/master | 2018-12-25T21:10:21.931000 | 2018-12-21T01:40:06 | 2018-12-21T01:40:06 | 114,474,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mvc.demo.Service;
import com.mvc.demo.Entity.Note;
/**
* @Author: KanClad
* @Date: Created in 2018/11/5 17:04
*/
public abstract class NoteService<T extends Note> extends BaseService<T> {
} | UTF-8 | Java | 206 | java | NoteService.java | Java | [
{
"context": "\nimport com.mvc.demo.Entity.Note;\n\n/**\n * @Author: KanClad\n * @Date: Created in 2018/11/5 17:04\n */\npublic a",
"end": 88,
"score": 0.9967377185821533,
"start": 81,
"tag": "NAME",
"value": "KanClad"
}
] | null | [] | package com.mvc.demo.Service;
import com.mvc.demo.Entity.Note;
/**
* @Author: KanClad
* @Date: Created in 2018/11/5 17:04
*/
public abstract class NoteService<T extends Note> extends BaseService<T> {
} | 206 | 0.718447 | 0.665049 | 10 | 19.700001 | 22.662966 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
e8607030a6519d15199becf9048767cbe80b8378 | 21,277,268,045,266 | 95bd02e7c0a3068bb5a6f3411ab4dd175bfd737e | /Inked/app/src/main/java/nullworks/com/inkfolio/models/custom/InkUser.java | cced87b4c1b579c30159c0cb9a533f134305807e | [] | no_license | jord-goldberg/inked | https://github.com/jord-goldberg/inked | 6b2f7d5e8c558b52ed85d75ca9018ac5d876712c | 736a21627dc6080ad95fce865f2cb7ae3281e9c5 | refs/heads/master | 2020-12-07T22:16:43.096000 | 2016-09-14T16:43:48 | 2016-09-14T16:43:48 | 67,172,928 | 0 | 0 | null | false | 2016-09-14T12:30:18 | 2016-09-01T23:15:09 | 2016-09-01T23:22:03 | 2016-09-14T12:30:17 | 311 | 0 | 0 | 0 | Java | null | null | package nullworks.com.inkfolio.models.custom;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import nullworks.com.inkfolio.models.User;
/**
* Created by joshuagoldberg on 9/7/16.
*/
public class InkUser {
@SerializedName("user")
@... | UTF-8 | Java | 1,764 | java | InkUser.java | Java | [
{
"context": "works.com.inkfolio.models.User;\n\n/**\n * Created by joshuagoldberg on 9/7/16.\n */\npublic class InkUser {\n\n @Seria",
"end": 247,
"score": 0.9996258616447449,
"start": 233,
"tag": "USERNAME",
"value": "joshuagoldberg"
}
] | null | [] | package nullworks.com.inkfolio.models.custom;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import nullworks.com.inkfolio.models.User;
/**
* Created by joshuagoldberg on 9/7/16.
*/
public class InkUser {
@SerializedName("user")
@... | 1,764 | 0.644558 | 0.64229 | 81 | 20.777779 | 20.231987 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358025 | false | false | 15 |
35d807e850959539c0abfa41323150e650549c6d | 25,348,896,982,366 | 9f14e850cb1f4b488447fd06abc4c321ee1aa524 | /Android/app/src/main/java/me/minitrabajo/controller/ResponsePay.java | a2efcab988a3e122a81ae8e9fd6e7b9b9a4cc817 | [] | no_license | moleisking/SAM | https://github.com/moleisking/SAM | ae7984f2300c9fc8bd36384f1d8a644cc23f222f | 29b8232add38eb32867b534d9f5e614e2c68b2f8 | refs/heads/master | 2020-04-12T05:31:10.004000 | 2016-11-22T20:09:44 | 2016-11-22T20:09:44 | 62,566,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.minitrabajo.controller;
/**
* Created by Scott on 14/10/2016.
*/
public interface ResponsePay
{
void paymentSuccess(Double value);
void paymentFail();
}
| UTF-8 | Java | 175 | java | ResponsePay.java | Java | [
{
"context": "kage me.minitrabajo.controller;\n\n/**\n * Created by Scott on 14/10/2016.\n */\npublic interface ResponsePay\n{",
"end": 59,
"score": 0.624867856502533,
"start": 54,
"tag": "NAME",
"value": "Scott"
}
] | null | [] | package me.minitrabajo.controller;
/**
* Created by Scott on 14/10/2016.
*/
public interface ResponsePay
{
void paymentSuccess(Double value);
void paymentFail();
}
| 175 | 0.708571 | 0.662857 | 10 | 16.5 | 15.383432 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 15 |
365b21dd625e947e5b170068ea693daf441d3386 | 31,207,232,430,303 | 93bdd7485f990cc8f6e89a4a72f15cf74e246129 | /Dice Game GUI/src/mvc/view/AddPlayerWindow.java | 5e49b5cbd62a86d00b24975b5c67ef58f121ef9b | [] | no_license | JoshyMorgan/Dice-Game | https://github.com/JoshyMorgan/Dice-Game | f6e81e6d8bd3eb53b58e8812417523e465522c6b | 752eb6b578e0c4826796e5ca8ba6c443b88e195e | refs/heads/master | 2023-03-16T22:26:12.834000 | 2021-03-15T03:25:30 | 2021-03-15T03:25:30 | 258,192,026 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mvc.view;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import model.interfaces.GameEngine;
import mvc.controller.AddPlayerButtonListener;
import mvc.model.BasicFrameFactory;
public class AddPlayerWindow extends JFr... | UTF-8 | Java | 1,794 | java | AddPlayerWindow.java | Java | [] | null | [] | package mvc.view;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import model.interfaces.GameEngine;
import mvc.controller.AddPlayerButtonListener;
import mvc.model.BasicFrameFactory;
public class AddPlayerWindow extends JFr... | 1,794 | 0.713489 | 0.670011 | 76 | 22.605263 | 17.959076 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.263158 | false | false | 15 |
e9f12a6cc2c1876493078d43b1ddc10e59a7d462 | 20,323,785,282,099 | 621398fb11f397566c9c8f034a3caf6533fd4767 | /src/main/java/StreamOptions/StreamProcessing.java | bc7398f6d986ae21ea9aec4326e46e0333bb9a7e | [] | no_license | badrinathr/Concordance | https://github.com/badrinathr/Concordance | 352becd59f3bd5fba53654a5c861b8913dc51408 | 67e73d16d0f08cc0e1498121ddcffdeaced155d3 | refs/heads/master | 2016-08-12T00:37:22.812000 | 2015-11-13T05:08:03 | 2015-11-13T05:08:03 | 45,805,321 | 1 | 0 | null | false | 2015-11-13T04:40:36 | 2015-11-09T00:10:13 | 2015-11-12T22:22:02 | 2015-11-13T04:40:36 | 0 | 0 | 0 | 0 | Java | null | null | package StreamOptions;
import java.io.FileReader;
import java.io.LineNumberReader;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import static java.util.stream.Collectors.*;
public class StreamProcessing {
public stat... | UTF-8 | Java | 2,452 | java | StreamProcessing.java | Java | [] | null | [] | package StreamOptions;
import java.io.FileReader;
import java.io.LineNumberReader;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import static java.util.stream.Collectors.*;
public class StreamProcessing {
public stat... | 2,452 | 0.526101 | 0.52447 | 82 | 28.878048 | 29.540543 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 15 |
7bf543e3795abf3d80f9b522bfa37a155023a5a6 | 15,135,464,791,128 | ba7562340083328f7d9adc2e237a13885c292472 | /wordpress-api/src/main/java/com/ihowq/wordpress/api/model/pojo/term/Term.java | 506cd2fa8f989283a613274cab830753a5026ff1 | [] | no_license | howq/framework | https://github.com/howq/framework | 41667ff92bdcb6646ce08ecec17c28bcf9f1f972 | fe04b9546b5c2635ae0ccfb4fd07b3c04e98cf63 | refs/heads/master | 2021-08-31T03:46:58.092000 | 2017-12-03T17:11:40 | 2017-12-03T17:11:40 | 109,503,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ihowq.wordpress.api.model.pojo.term;
import java.io.Serializable;
/**
* The type Term.
*
* @author
*/
public class Term implements Serializable {
private static final long serialVersionUID = -2018230385861801163L;
/**
* 分类ID
*/
private Long termId;
/**
* 分类名
*/
... | UTF-8 | Java | 3,387 | java | Term.java | Java | [] | null | [] | package com.ihowq.wordpress.api.model.pojo.term;
import java.io.Serializable;
/**
* The type Term.
*
* @author
*/
public class Term implements Serializable {
private static final long serialVersionUID = -2018230385861801163L;
/**
* 分类ID
*/
private Long termId;
/**
* 分类名
*/
... | 3,387 | 0.514422 | 0.50669 | 147 | 21.884354 | 24.368351 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292517 | false | false | 15 |
18f4070f1dc212de15b4a49d9d17a3181cadeeb3 | 12,472,585,032,753 | 670bfbbc9727715cb679eed4134dd45534c629d7 | /src/tesis1/datos/VectorMaestros.java | c86a0f3c1993251901803f88d56c2c0bb6d3df74 | [] | no_license | Alfr3do-Perez/Generador-de-horarios | https://github.com/Alfr3do-Perez/Generador-de-horarios | ad5d73dba0fde02329a76ca7bf2257121b926a23 | 4b8c8a600e5ab95dfb0c384432321396818e1fd3 | refs/heads/main | 2023-06-03T04:33:18.893000 | 2021-06-22T06:19:52 | 2021-06-22T06:19:52 | 379,162,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tesis1.datos;
import java.io.*;
import java.util.ArrayList;
/**
* Title: Asignaci�n de horarios
* Description:
* Copyright: Copyright (c) 2002
* Company: ITSON
* @author Adolfo Espinoza
* @version 1.0
*/
public class VectorMaestros extends ArrayList<Maestro> implements Cloneable{
pub... | UTF-8 | Java | 2,523 | java | VectorMaestros.java | Java | [
{
"context": "pyright (c) 2002\n * Company: ITSON\n * @author Adolfo Espinoza\n * @version 1.0\n */\n\npublic class VectorMaestros ",
"end": 215,
"score": 0.9998975396156311,
"start": 200,
"tag": "NAME",
"value": "Adolfo Espinoza"
}
] | null | [] | package tesis1.datos;
import java.io.*;
import java.util.ArrayList;
/**
* Title: Asignaci�n de horarios
* Description:
* Copyright: Copyright (c) 2002
* Company: ITSON
* @author <NAME>
* @version 1.0
*/
public class VectorMaestros extends ArrayList<Maestro> implements Cloneable{
public Vecto... | 2,514 | 0.628923 | 0.621772 | 104 | 23.201923 | 22.370302 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509615 | false | false | 14 |
edb96445ec8ca8277517d580d3a571bc257842b5 | 22,265,110,471,570 | 9d5cd9fc8a1033fc4261852ed55c5325efe5529d | /scholar/src/scholar/Empleado.java | f54d1929ee52912ac20f1f97ee3ecb0c987fc8a3 | [] | no_license | FernandoOliverosOcampo/Scholar | https://github.com/FernandoOliverosOcampo/Scholar | 9560d691d7f49c9220f7bc55363caf84fbb2c5fa | da2b0fd4cbd8175cdab1713d3bb7d72913d95c70 | refs/heads/master | 2023-03-30T19:52:53.930000 | 2019-09-23T18:39:13 | 2019-09-23T18:39:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scholar;
public class Empleado extends Persona{
//Fernando Oliveros Ocampo.
public String profesión;
}
| UTF-8 | Java | 133 | java | Empleado.java | Java | [
{
"context": "r;\n\npublic class Empleado extends Persona{\n\n //Fernando Oliveros Ocampo.\n \n public String profesión;\n \n\n}\n",
"end": 88,
"score": 0.9998570680618286,
"start": 64,
"tag": "NAME",
"value": "Fernando Oliveros Ocampo"
}
] | null | [] | package scholar;
public class Empleado extends Persona{
//<NAME>.
public String profesión;
}
| 115 | 0.681818 | 0.681818 | 10 | 12.2 | 14.105318 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
ad460c9c8ced126581c2bc57103b54a52c7db918 | 22,265,110,470,358 | c303887e605d3e753f9bb41a523bee28e453b0fa | /src/main/java/com/smartcloud/crowdfunding/portal/model/yeepay/BankCardCheckResponse.java | 90d1f93421c9e7bdd98e12fffec50359703b3488 | [] | no_license | wangxianzhe015/jsp | https://github.com/wangxianzhe015/jsp | c26dd9a140d749df9bddde6a7976d431b4d3da6c | 803dfad141b95ea47b5673806c266013e57108b7 | refs/heads/master | 2021-01-09T20:26:13.774000 | 2016-07-28T09:44:37 | 2016-07-28T09:44:37 | 64,100,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartcloud.crowdfunding.portal.model.yeepay;
public class BankCardCheckResponse {
private String merchantaccount;
private String cardno;
//1:储蓄卡
//2:信用卡
//-1 未知银行卡
private String cardtype;
private String bankname;
//0:无效卡号
//1:有效的银行卡
private int isvalid;
private String errorcode;
pr... | UTF-8 | Java | 1,336 | java | BankCardCheckResponse.java | Java | [] | null | [] | package com.smartcloud.crowdfunding.portal.model.yeepay;
public class BankCardCheckResponse {
private String merchantaccount;
private String cardno;
//1:储蓄卡
//2:信用卡
//-1 未知银行卡
private String cardtype;
private String bankname;
//0:无效卡号
//1:有效的银行卡
private int isvalid;
private String errorcode;
pr... | 1,336 | 0.718507 | 0.714619 | 83 | 14.493976 | 15.791849 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.180723 | false | false | 14 |
39aaea6ac6f693f6b07b5cad8f6c9198ee7eb3ed | 5,334,349,392,175 | b5639b98531c2da943876074883148cc2087e1b5 | /LibraryBusinessAndSpring/src/main/java/business/service/SectionService.java | 8572dd50f44d444768711b21d2b31570b5b336f0 | [] | no_license | Codrut19/ExercitiiJavaFundamentals-1 | https://github.com/Codrut19/ExercitiiJavaFundamentals-1 | 3ad460690808558f0ea6132052ea4cb0d22c9210 | a1fddace0da10b3b591aa4ab8f44c4e1b8b73ad2 | refs/heads/master | 2023-02-25T23:10:46.747000 | 2021-01-25T05:38:23 | 2021-01-25T05:38:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package business.service;
import business.dto.AuthorDTO;
import business.dto.BookDTO;
import business.dto.SectionDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import persistence.dao.SectionDAO;
import persistence.entities.Author;
import persistence.e... | UTF-8 | Java | 1,805 | java | SectionService.java | Java | [] | null | [] | package business.service;
import business.dto.AuthorDTO;
import business.dto.BookDTO;
import business.dto.SectionDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import persistence.dao.SectionDAO;
import persistence.entities.Author;
import persistence.e... | 1,805 | 0.685873 | 0.685873 | 55 | 31.818182 | 18.549286 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654545 | false | false | 14 |
1a7d70eb91164f8e8d627f2c70860fdf341d23cf | 8,650,064,143,981 | d84c94ebcc20976dda7d1653a8a9ab9909ba1d15 | /src/main/java/com/easybusiness/modelmanagement/user/UserAcademicsRepository.java | 597d21866f4febe8722620412e66dd4697dd8016 | [] | no_license | singhmanishkumar3007/UserManagementPersistenceApplication | https://github.com/singhmanishkumar3007/UserManagementPersistenceApplication | 39300e643db7ec3a20bf588809ef4e4edaac099a | 759685832f4ebf4a92d8fe0c48663b3ca4f4b480 | refs/heads/master | 2021-07-10T01:18:22.884000 | 2017-10-10T16:14:48 | 2017-10-10T16:14:48 | 104,585,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easybusiness.modelmanagement.user;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import com.easybusiness.modelmanagement.entity.User;
import com.easybusiness.modelmanagement.entity.UserAcademics;
public interface UserAcademicsRepository extends CrudRepository<UserAcad... | UTF-8 | Java | 460 | java | UserAcademicsRepository.java | Java | [] | null | [] | package com.easybusiness.modelmanagement.user;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import com.easybusiness.modelmanagement.entity.User;
import com.easybusiness.modelmanagement.entity.UserAcademics;
public interface UserAcademicsRepository extends CrudRepository<UserAcad... | 460 | 0.830435 | 0.830435 | 16 | 27.75 | 33.123821 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 14 |
519864c31bf4617993d889c3767e1502b2073309 | 33,285,996,550,346 | 562f1f60a6990722e489638021a8d4766ee649e3 | /main/java/com/illposed/osc/MatlabOSCListener.java | 07c14ce2ad5625ad33db43bcd54892219684652e | [
"BSD-3-Clause"
] | permissive | michaelgtodd/JavaOSCMatlab | https://github.com/michaelgtodd/JavaOSCMatlab | 93fbe27356f08e631d297d7430e4e492fd6ed667 | 5c114bea6f824b373f13d99b8a17404124e84e09 | refs/heads/master | 2020-03-26T02:00:47.638000 | 2018-09-04T04:24:52 | 2018-09-04T04:24:52 | 144,392,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.illposed.osc;
import java.util.Date;
public class MatlabOSCListener implements OSCListener {
MatlabOSCEvent oscEvent = new MatlabOSCEvent();
@Override
public void acceptMessage(Date arg0, OSCMessage arg1) {
oscEvent.sendOscEvent(arg1);
}
} | UTF-8 | Java | 279 | java | MatlabOSCListener.java | Java | [] | null | [] | package com.illposed.osc;
import java.util.Date;
public class MatlabOSCListener implements OSCListener {
MatlabOSCEvent oscEvent = new MatlabOSCEvent();
@Override
public void acceptMessage(Date arg0, OSCMessage arg1) {
oscEvent.sendOscEvent(arg1);
}
} | 279 | 0.731183 | 0.72043 | 13 | 20.538462 | 21.879444 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
1538118e096ae5efa3ead35b83ff3a2435fccb64 | 19,310,172,977,469 | 85c9e26c421fc99677e2b6c7c94213202ce0a750 | /QuestionAppTests/src/ca/ualberta/cs/cmput301f14t14/questionapp/test/SearchTest.java | 94e0bdb148136e7be0172ff8a29af43a025ea4d4 | [
"Apache-2.0"
] | permissive | linster/Project | https://github.com/linster/Project | 083fc5e6a0ab17c0751083cfaedc5b302ae98fbc | 02b8741f57437be0b8a05900114fdad916e76d04 | refs/heads/master | 2020-07-21T21:58:46.191000 | 2014-12-01T16:25:05 | 2014-12-01T16:25:05 | 25,378,204 | 1 | 0 | null | true | 2014-11-06T23:20:49 | 2014-10-17T21:38:14 | 2014-10-21T15:03:45 | 2014-11-04T23:30:53 | 1,163 | 0 | 0 | 0 | Java | null | null | package ca.ualberta.cs.cmput301f14t14.questionapp.test;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import android.test.ActivityInstrumentationTestCase2;
import ca.ualberta.cs.cmput301f14t14.questionapp.MainActivity;
import ca.ualberta.cs.cmput301f14t14.questionapp.data.DataManager;
imp... | UTF-8 | Java | 2,273 | java | SearchTest.java | Java | [
{
"context": "ch() {\n\t\tList<UUID> results = remoteSearch.query(\"jeans\");\n\t\tList<Answer> resultAnswers = new ArrayList<A",
"end": 1877,
"score": 0.5687795877456665,
"start": 1872,
"tag": "NAME",
"value": "jeans"
}
] | null | [] | package ca.ualberta.cs.cmput301f14t14.questionapp.test;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import android.test.ActivityInstrumentationTestCase2;
import ca.ualberta.cs.cmput301f14t14.questionapp.MainActivity;
import ca.ualberta.cs.cmput301f14t14.questionapp.data.DataManager;
imp... | 2,273 | 0.74615 | 0.715794 | 80 | 27.424999 | 27.155928 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 14 |
5d31e18410be1456f73b55ad6f493d033897a79c | 773,094,129,168 | 7cd5d70aaf54396addb2db8f9e26946274a0158b | /src/main/java/br/ucsal/neutron/student/Student.java | 1c4776506d3ca9a41eada92cec6b845df5a663f5 | [
"MIT"
] | permissive | ucsal/neutron | https://github.com/ucsal/neutron | aff516cc7edf58e2e4fe3b8ff8a1317ab24b5e43 | db2baa482166775294ac4540c1ab617c8f80c9e6 | refs/heads/main | 2023-01-07T20:05:03.055000 | 2020-10-28T14:04:21 | 2020-10-28T14:04:21 | 299,886,012 | 1 | 12 | MIT | false | 2020-10-28T14:04:23 | 2020-09-30T10:36:34 | 2020-10-23T11:18:20 | 2020-10-28T14:04:22 | 122 | 1 | 5 | 3 | Java | false | false | package br.ucsal.neutron.student;
public class Student {
private Long id;
private String name;
private String course;
private String email;
private String enrollment;
public Student(String name, String course, String email, String enrollment) {
super();
this.name = name;
... | UTF-8 | Java | 1,106 | java | Student.java | Java | [] | null | [] | package br.ucsal.neutron.student;
public class Student {
private Long id;
private String name;
private String course;
private String email;
private String enrollment;
public Student(String name, String course, String email, String enrollment) {
super();
this.name = name;
... | 1,106 | 0.584991 | 0.584991 | 58 | 18.086206 | 16.425678 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 14 |
c32f943b549c405c6650aeb6e9cf44a3e8878a53 | 25,228,637,909,678 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /alibaba/uq$b.java | 07db852a50d211a2f8f527e43167d60159a73d7d | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
public static interface lang.String
{
public abstract void a(String s, String s1, String s2, String s3, String s4, String s5, int i,
... | UTF-8 | Java | 373 | java | uq$b.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996909499168396,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
public static interface lang.String
{
public abstract void a(String s, String s1, String s2, String s3, String s4, String s5, int i,
int... | 363 | 0.707775 | 0.670241 | 11 | 32.909092 | 32.941971 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
05cc6e1537b95f3a0df49960adde3001d8e8d861 | 566,935,697,460 | cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b | /apps_final/names.of.allah/apk/com/inmobi/commons/thirdparty/Base62.java | 54231415f32dbdb72db17ef525390708d8a54648 | [] | no_license | linux86/AndoirdSecurity | https://github.com/linux86/AndoirdSecurity | 3165de73b37f53070cd6b435e180a2cb58d6f672 | 1e72a3c1f7a72ea9cd12048d9874a8651e0aede7 | refs/heads/master | 2021-01-11T01:20:58.986000 | 2016-04-05T17:14:26 | 2016-04-05T17:14:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inmobi.commons.thirdparty;
import com.inmobi.commons.internal.Log;
public class Base62
{
public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static final int BASE = 62;
private static int a(int paramInt1, int paramInt2)
{
return (in... | UTF-8 | Java | 1,664 | java | Base62.java | Java | [] | null | [] | package com.inmobi.commons.thirdparty;
import com.inmobi.commons.internal.Log;
public class Base62
{
public static final String ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static final int BASE = 62;
private static int a(int paramInt1, int paramInt2)
{
return (in... | 1,664 | 0.683293 | 0.646635 | 61 | 26.295082 | 30.623758 | 128 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42623 | false | false | 14 |
22403d12964347210b30b64e01f93d30eb6acbcf | 20,839,181,334,992 | ac05405e2ea31d21c12bdfa527429646e11529bd | /src/main/java/com/juyou/wx/util/email/EmailUtil.java | a652b5a6c2e6fb8636f781465fac75e918dffe69 | [] | no_license | kuyu310/juyou-wx | https://github.com/kuyu310/juyou-wx | 480378c3a4d8c3deabf778a16e905c407473d781 | 9f7d424166808320ac68fd5b37f9ddba07e235e8 | refs/heads/master | 2020-05-14T13:54:28.105000 | 2019-03-19T01:52:18 | 2019-03-19T01:52:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juyou.wx.util.email;
import com.juyou.wx.util.logger.LogUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.stereotype.Component;
import java.util.Date;
... | UTF-8 | Java | 1,279 | java | EmailUtil.java | Java | [
{
"context": "\nimport java.util.Date;\n\n/**\n * 邮件工具\n *\n * @author zeopean\n * @since 2018-07-21\n */\n@Component\npublic class ",
"end": 353,
"score": 0.9996092319488525,
"start": 346,
"tag": "USERNAME",
"value": "zeopean"
}
] | null | [] | package com.juyou.wx.util.email;
import com.juyou.wx.util.logger.LogUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.stereotype.Component;
import java.util.Date;
... | 1,279 | 0.621078 | 0.613837 | 48 | 24.895834 | 22.654322 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 14 |
e8ce500910409b1631a318102655152be9ce6ee7 | 7,911,329,777,912 | bf9a5cbedf12fa83e16f278d58903c3860a1d99c | /src/flightmanagerment/Model/Seat_Flight.java | 89698d85050f4838ebd60475372f2718c329c02d | [] | no_license | NguyenQuocHuy1996/FlightMangager | https://github.com/NguyenQuocHuy1996/FlightMangager | f54e7c1c0b18d1f017d8d07ae37524e53e233dcc | 2fd330e10d025a210ab52007407c84535dbcccad | refs/heads/master | 2021-04-26T22:15:26.086000 | 2018-04-18T03:29:17 | 2018-04-18T03:29:17 | 124,053,729 | 0 | 0 | null | false | 2018-04-18T03:29:18 | 2018-03-06T09:24:24 | 2018-04-15T14:35:48 | 2018-04-18T03:29:18 | 7,325 | 0 | 0 | 0 | Java | false | 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 flightmanagerment.Model;
/**
*
* @author Admin
*/
public class Seat_Flight {
public Double getPrice() {
return... | UTF-8 | Java | 2,618 | java | Seat_Flight.java | Java | [
{
"context": "ackage flightmanagerment.Model;\n\n/**\n *\n * @author Admin\n */\npublic class Seat_Flight {\n\n public Double",
"end": 242,
"score": 0.5601610541343689,
"start": 237,
"tag": "NAME",
"value": "Admin"
},
{
"context": "(int idFlight, String ic_card, String code, Strin... | 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 flightmanagerment.Model;
/**
*
* @author Admin
*/
public class Seat_Flight {
public Double getPrice() {
return... | 2,618 | 0.613827 | 0.613827 | 119 | 21 | 21.999235 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478992 | false | false | 14 |
97f725853bef459a5079fa349e2d8b7bcf5ed445 | 2,748,779,086,257 | f42319eff80c6fb83968f541b1bd55ee6fef9655 | /app/src/main/java/com/example/meetplan/browse/events/models/Event.java | 4d51826af987613b84b70b6f50453ac0e4fe8514 | [] | no_license | sgoel09/MeetPlan | https://github.com/sgoel09/MeetPlan | 0acbcba9621d1ae748f53c871709974fc92082cc | 6995d21b3e7e54df67cc1064cff4fd9e9fc61fd9 | refs/heads/master | 2022-12-04T01:20:49.847000 | 2020-08-14T19:04:47 | 2020-08-14T19:04:47 | 278,417,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.meetplan.browse.events.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
import java.util.List;
/**
* Model data class for an event.
* Parses and stores information for an event from a JSONObject... | UTF-8 | Java | 4,126 | java | Event.java | Java | [] | null | [] | package com.example.meetplan.browse.events.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
import java.util.List;
/**
* Model data class for an event.
* Parses and stores information for an event from a JSONObject... | 4,126 | 0.652448 | 0.651963 | 128 | 31.234375 | 28.588264 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351563 | false | false | 14 |
ff1ce1202be7d53e1fb45ed65eb4a6b795896af9 | 20,564,303,431,992 | 275e36939f432af09b4321e1f84b1a23c9a8b009 | /UTS/Operator.java | d4940dd4ff7e8ce9a14ac651fdf22dbf88612b56 | [] | no_license | cincling/Kuliah-Pemrograman-4 | https://github.com/cincling/Kuliah-Pemrograman-4 | 707ccb39ff2a8b74ad20014e3d0519a2e799732a | 4cfffef6e0b9e798c977b302ade44cb39d6bcd05 | refs/heads/master | 2021-01-15T17:29:23.768000 | 2011-12-20T13:51:12 | 2011-12-20T13:51:12 | 2,378,173 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Operator {
public static void main(String[] args) {
boolean num1;
num1 = (10 == 10);
System.out.println(num1);
num1 = (10 > 10);
System.out.println(num1);
}
} | UTF-8 | Java | 186 | java | Operator.java | Java | [] | null | [] | public class Operator {
public static void main(String[] args) {
boolean num1;
num1 = (10 == 10);
System.out.println(num1);
num1 = (10 > 10);
System.out.println(num1);
}
} | 186 | 0.623656 | 0.553763 | 10 | 17.700001 | 12.369721 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.9 | false | false | 14 |
1c4afd65b807c1572ded59cea805528955b67e53 | 27,900,107,569,660 | ca1c3375e36cacffca74387391f2044f336fa460 | /COMP2011/Assignment3/Q2_Heap.java | e22ce9286f349dbe53465329e7ab449d1f80b838 | [] | no_license | raphaellaxz/PolyUCourseworks | https://github.com/raphaellaxz/PolyUCourseworks | 5d035d29b02eb7027c4c3a2a52ac9f9646df600d | e2f1bfe7c887c0cc7c6d6a783c7510d9000cd11a | refs/heads/master | 2021-06-14T16:10:19.069000 | 2017-02-27T12:26:07 | 2017-02-27T12:26:07 | 111,913,269 | 0 | 2 | null | true | 2017-11-24T11:56:15 | 2017-11-24T11:56:15 | 2016-12-17T14:41:25 | 2017-02-27T12:26:08 | 409,326 | 0 | 0 | 0 | null | false | null | import java.security.SecureRandom;
import java.util.Scanner;
public class Q2_Heap {
//as it is in-place sorting, the operation is put in original array directly
public static void heapSort(int[] arr){
int size = arr.length;
int temp, i, j, k;
//following for-loop make the array into binary heap
//howev... | UTF-8 | Java | 2,546 | java | Q2_Heap.java | Java | [] | null | [] | import java.security.SecureRandom;
import java.util.Scanner;
public class Q2_Heap {
//as it is in-place sorting, the operation is put in original array directly
public static void heapSort(int[] arr){
int size = arr.length;
int temp, i, j, k;
//following for-loop make the array into binary heap
//howev... | 2,546 | 0.543991 | 0.523959 | 86 | 28.60465 | 26.191725 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.604651 | false | false | 14 |
de5a7fe2b0bbd9996c612a33d37e1fc47e9e6495 | 3,350,074,513,642 | 60c356d8a201c396e56b957db3ee344e20fa883c | /APP/proyectoIoTG1/app/src/main/java/com/GTI/Grupo1/IoT/Usuario.java | f885e715fcd9fccdfb9f6539b46bfc19ee8e771e | [] | no_license | santipt/InternetOfThings | https://github.com/santipt/InternetOfThings | 50b183a41a48ff713df4bd3a943b70449637f5f3 | 127564756595286b38340ca15992ba14e1658218 | refs/heads/master | 2020-04-18T07:20:33.252000 | 2019-09-18T09:42:19 | 2019-09-18T09:42:19 | 167,357,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.GTI.Grupo1.IoT;
public class Usuario
{
private String correoElectronico;
private String fechaNacimiento;
private long nivelEjercicio;
private String nombre;
private String sexo;
private String telefono;
public Usuario(String correoElectronico, String fechaNacimiento, long nive... | UTF-8 | Java | 2,360 | java | Usuario.java | Java | [] | null | [] | package com.GTI.Grupo1.IoT;
public class Usuario
{
private String correoElectronico;
private String fechaNacimiento;
private long nivelEjercicio;
private String nombre;
private String sexo;
private String telefono;
public Usuario(String correoElectronico, String fechaNacimiento, long nive... | 2,360 | 0.601102 | 0.600254 | 92 | 24.652174 | 22.594456 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 14 |
fa7b477f35c7bd50fb627cc4f250822a05d6f69b | 20,804,821,586,364 | 4e15934395874382afbdeef278f04c26f5e6e946 | /service-web/src/main/java/gabriel/yuppiewall/gwt/client/YuppieWallShell.java | 9ad95d9c9a3f00f04686b1282482e66d47938d4a | [] | no_license | KC-MLC/Yuppiewall | https://github.com/KC-MLC/Yuppiewall | 4d9625c331ed4d1df3f54e9377f80429cadc186d | 4c5b2cb31b273c4dc90907fc66eb3414975b1775 | refs/heads/master | 2020-05-17T07:17:01.742000 | 2013-03-11T03:01:08 | 2013-03-11T03:01:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gabriel.yuppiewall.gwt.client;
import gabriel.yuppiewall.gwt.client.scan.view.ScanEditorViewImpl;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.i18n.client.LocaleInfo;
import com.google.gwt.u... | UTF-8 | Java | 3,564 | java | YuppieWallShell.java | Java | [] | null | [] | package gabriel.yuppiewall.gwt.client;
import gabriel.yuppiewall.gwt.client.scan.view.ScanEditorViewImpl;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.i18n.client.LocaleInfo;
import com.google.gwt.u... | 3,564 | 0.761784 | 0.757295 | 110 | 31.4 | 21.090368 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145455 | false | false | 14 |
5295e2250e306325c7c38a3e28408d5bd4756c20 | 2,843,268,370,189 | ed4019acdd616697f12b8e6dac0562b485fa4629 | /application_android/app/src/main/java/com/example/tennisbet/activities/ListeParis.java | 9b0855fbf28e78faf23085ccfdcec3e5c5c3094d | [] | no_license | ColinTr/IFT604_Suivi_en_direct_matchs_tennis | https://github.com/ColinTr/IFT604_Suivi_en_direct_matchs_tennis | 6f83d85bfc575c463193cf44dd6b89b8d56f50de | 9500b8455a18e936a9879d469906c763998d681f | refs/heads/master | 2023-01-30T10:59:41.538000 | 2020-12-05T20:08:30 | 2020-12-05T20:08:30 | 322,633,898 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tennisbet.activities;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ListView;
import com.example.tennisbet.MyApplication;
import com.example.tennisbet.PariListAdapter;
import com.example.tennisbet.R;
import com.example.te... | UTF-8 | Java | 1,347 | java | ListeParis.java | Java | [] | null | [] | package com.example.tennisbet.activities;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ListView;
import com.example.tennisbet.MyApplication;
import com.example.tennisbet.PariListAdapter;
import com.example.tennisbet.R;
import com.example.te... | 1,347 | 0.730512 | 0.730512 | 39 | 33.564102 | 30.868452 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 14 |
0be2fa3df61abccae29af10866275ee3b9d31870 | 2,843,268,368,876 | 20427b6b6cec4158b61a9631b4bd036a32e7afd9 | /BussinessX/src/main/java/dijalmasilva/bussinessx/main/Loader.java | a600e581c747eca93df3680fc09b59e4b789d17e | [] | no_license | dijalmasilva/SistemaX | https://github.com/dijalmasilva/SistemaX | 10abc68fefbf79d84c4518c38a9c19f0dff3924d | 75688fc4003caa369ac3168de6eb391f22ffe8a4 | refs/heads/master | 2021-01-10T12:05:19.253000 | 2016-04-25T13:38:19 | 2016-04-25T13:38:19 | 54,418,336 | 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 dijalmasilva.bussinessx.main;
import dijalmasilva.bussinessx.entidades.Bloco;
import dijalmasilva.bussinessx.entidades.Evento;... | UTF-8 | Java | 3,940 | java | Loader.java | Java | [
{
"context": "pl;\nimport java.time.LocalDate;\n\n/**\n *\n * @author Dijalma Silva <dijalmacz@gmail.com>\n */\npublic class Loader {\n\n",
"end": 993,
"score": 0.999893844127655,
"start": 980,
"tag": "NAME",
"value": "Dijalma Silva"
},
{
"context": "time.LocalDate;\n\n/**\n *\n * @a... | 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 dijalmasilva.bussinessx.main;
import dijalmasilva.bussinessx.entidades.Bloco;
import dijalmasilva.bussinessx.entidades.Evento;... | 3,891 | 0.623697 | 0.604627 | 94 | 40.840427 | 27.572458 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117021 | false | false | 14 |
06ae84a43b65eb63dfb79701a15eb3e25e81c5b4 | 13,529,147,001,461 | 2282f074f5a3ac10916456a9c63f87936af37cfc | /src/test/java/minesweeper/JdbcTemplateRepositoryTestCase.java | ef4c5fd8ca635f5ada8c8f18afa58bc530953016 | [
"MIT"
] | permissive | matero/minesweeper-API | https://github.com/matero/minesweeper-API | ca938f9eac5e0090f94a17cdf225d930bb496c25 | b6c7cc9f2def77510e9e0ea9e863fcba31d26b04 | refs/heads/main | 2023-01-20T06:35:52.532000 | 2020-11-27T04:41:43 | 2020-11-27T04:41:43 | 312,800,676 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
The MIT License (MIT)
Copyright (c) 2020 Juan José GIL - matero@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to ... | UTF-8 | Java | 2,267 | java | JdbcTemplateRepositoryTestCase.java | Java | [
{
"context": "/*\n The MIT License (MIT)\n\n Copyright (c) 2020 Juan José GIL - matero@gmail.com\n\n Permission is hereby granted",
"end": 60,
"score": 0.9996823072433472,
"start": 47,
"tag": "NAME",
"value": "Juan José GIL"
},
{
"context": "License (MIT)\n\n Copyright (c) 2020 Juan ... | null | [] | /*
The MIT License (MIT)
Copyright (c) 2020 <NAME> - <EMAIL>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modif... | 2,250 | 0.80053 | 0.797882 | 49 | 45.2449 | 35.925961 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
285cae9c4e81ad967e1a079d9c81c7edc1e83c31 | 13,529,147,002,102 | 2d520645a9ed78450e06228ac7b3384955deb7cd | /Ejercicio_Clases/src/FiguraGeometrica.java | e1942f87019a8be745db4c88ff49dcba907dbd78 | [] | no_license | Mirelly226/Programaci-n | https://github.com/Mirelly226/Programaci-n | cbbccd0d1410ee26f64ccf3c8255a72c81fe5fc0 | 04bbda808d56ad3ef2838172bc2e3e63130fdb6f | refs/heads/master | 2022-01-16T16:02:23.128000 | 2019-05-30T03:54:15 | 2019-05-30T03:54:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class FiguraGeometrica {
double altura;
double ancho;
double area;
int NumeroDeLados;
public FiguraGeometrica(double altura, double ancho, double area, int numeroDeLados) {
this.altura = altura;
this.ancho = ancho;
this.area = area;
NumeroDeLados = numeroDeLados;
}
public double getAltura() {... | UTF-8 | Java | 948 | java | FiguraGeometrica.java | Java | [] | null | [] | public class FiguraGeometrica {
double altura;
double ancho;
double area;
int NumeroDeLados;
public FiguraGeometrica(double altura, double ancho, double area, int numeroDeLados) {
this.altura = altura;
this.ancho = ancho;
this.area = area;
NumeroDeLados = numeroDeLados;
}
public double getAltura() {... | 948 | 0.690928 | 0.690928 | 45 | 20.066668 | 21.023161 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 14 |
066e7f2edd84e388929950caa1b6af062e404e42 | 14,499,809,610,308 | 8d7c7d45f535f15936d1b22b48e1f64a5bfd1779 | /Lesson 26 jdbc/src/b/model/PersonDaoImpl.java | b14b370e38e57d7321174233349e21b59b40e939 | [] | no_license | roncohen15/822-126 | https://github.com/roncohen15/822-126 | 4b1a44416ea61a90979d26712851b4979541bc18 | 05aa777ed5bcb4754614a7e934b0ef68fe0bfc0b | refs/heads/master | 2023-04-02T23:24:08.278000 | 2021-04-05T10:26:10 | 2021-04-05T10:26:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package b.model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class PersonDaoImpl implements PersonDAO {
private String url = "jdbc:derby://localhost:1527/822_126_db1";
@Over... | UTF-8 | Java | 2,890 | java | PersonDaoImpl.java | Java | [] | null | [] | package b.model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class PersonDaoImpl implements PersonDAO {
private String url = "jdbc:derby://localhost:1527/822_126_db1";
@Over... | 2,890 | 0.689965 | 0.683737 | 100 | 27.9 | 22.007954 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.51 | false | false | 14 |
c27d7232b8743cf49beda266d6b1d7d62f34da39 | 31,568,009,666,685 | e7f67c2d1e1c8ed74d7d01adb29e981c2787ebcb | /odcleanstore/webfrontend/src/main/java/cz/cuni/mff/odcleanstore/webfrontend/dao/cr/package-info.java | 64706a2267ea3f82502ef0c28db6b990faca7700 | [
"Apache-2.0"
] | permissive | ODCleanStore/ODCleanStore | https://github.com/ODCleanStore/ODCleanStore | 686d5b345b43c5d9a304b6e998b26c7ae8e70d30 | 3a68c345c5b67349447add8d61d97ae59edd8d7d | refs/heads/master | 2016-09-15T18:45:05.982000 | 2015-10-07T10:57:35 | 2015-10-07T10:57:35 | 8,683,537 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Conflict Resolution related DAO classes.
*/
package cz.cuni.mff.odcleanstore.webfrontend.dao.cr; | UTF-8 | Java | 104 | java | package-info.java | Java | [] | null | [] | /**
* Conflict Resolution related DAO classes.
*/
package cz.cuni.mff.odcleanstore.webfrontend.dao.cr; | 104 | 0.759615 | 0.759615 | 4 | 25.25 | 22.476376 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
931f2a167a27617c93e1cdc262a391c3642448bb | 16,904,991,298,672 | 2fd998f604724d6ecf3fe85d0bb4e7b7d14610e9 | /design-mode/src/com/xinqushi/designrule/command/DepositCommand.java | 229aada97ebd6f202ac8ad81b3fa0e989825d6da | [] | no_license | yangli1168/sustain-project | https://github.com/yangli1168/sustain-project | ad0d2d50a9253f4382450bb5a3e501188fd48aa2 | a18415a90290c83af9b245e734174ddd86a48c8a | refs/heads/master | 2021-01-19T15:30:21.238000 | 2018-04-03T22:53:02 | 2018-04-03T22:53:02 | 88,217,925 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinqushi.designrule.command;
/**
*
* @author yangli
* @date 2017年5月30日 - 下午10:09:11
* @Description: 模拟atm存钱操作
*/
public class DepositCommand implements Command{
private int amount;
public DepositCommand(int amount) {
this.amount = amount;
}
@Override
public void execute() {
System.out.p... | UTF-8 | Java | 405 | java | DepositCommand.java | Java | [
{
"context": "om.xinqushi.designrule.command;\n/**\n * \n * @author yangli\n * @date 2017年5月30日 - 下午10:09:11\n * @Description:",
"end": 66,
"score": 0.9800588488578796,
"start": 60,
"tag": "USERNAME",
"value": "yangli"
}
] | null | [] | package com.xinqushi.designrule.command;
/**
*
* @author yangli
* @date 2017年5月30日 - 下午10:09:11
* @Description: 模拟atm存钱操作
*/
public class DepositCommand implements Command{
private int amount;
public DepositCommand(int amount) {
this.amount = amount;
}
@Override
public void execute() {
System.out.p... | 405 | 0.683196 | 0.647383 | 21 | 16.285715 | 16.286551 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
5cf502b75312d720360b7421fc3ec0647b0cad99 | 20,968,030,359,628 | 13ad35bd50e0536fee4ba6b631952a7a6c898f08 | /kodilla-stream/src/main/java/com/kodilla/stream/StreamMain.java | e7358ed3b7d04d6bdea98cf983685b76e2291fa3 | [] | no_license | baalperez/kodilla-good-patterns | https://github.com/baalperez/kodilla-good-patterns | 5f0dc461ddf845ec22c1a32cfc8d7bfefd5fa37a | 0c019990112ae52aa0a7ac52cd3dedaca748da8b | refs/heads/master | 2023-09-02T04:04:45.959000 | 2021-10-22T13:24:12 | 2021-10-22T13:24:12 | 406,036,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.stream;
import com.kodilla.stream.book.Book;
import com.kodilla.stream.book.BookDirectory;
import com.kodilla.stream.forumuser.Forum;
import com.kodilla.stream.forumuser.ForumUser;
import com.kodilla.stream.person.People;
import java.util.List;
import java.util.Map;
import java.util.stream.Collect... | UTF-8 | Java | 3,474 | java | StreamMain.java | Java | [] | null | [] | package com.kodilla.stream;
import com.kodilla.stream.book.Book;
import com.kodilla.stream.book.BookDirectory;
import com.kodilla.stream.forumuser.Forum;
import com.kodilla.stream.forumuser.ForumUser;
import com.kodilla.stream.person.People;
import java.util.List;
import java.util.Map;
import java.util.stream.Collect... | 3,474 | 0.586744 | 0.578386 | 84 | 40.297619 | 25.397215 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547619 | false | false | 14 |
5757c749521dc4d03dc43752a81b04f526e9f606 | 7,103,875,932,819 | d3bae253371763fb2bb9fd2c7ddb59804e82bcba | /src/main/java/com/example/demo/repository/NhanVienRepository.java | 03933257dc098d26bec82e60b9bbde35641c8381 | [] | no_license | hoquangphuc/quanlysucoykhoa | https://github.com/hoquangphuc/quanlysucoykhoa | 96d599724b4294e9a5c74bd2307ad2f201711f94 | e95c3c68add4dd410ed3dd3a76ae5cd03723ea79 | refs/heads/master | 2020-05-22T19:31:53.690000 | 2019-05-13T20:47:26 | 2019-05-13T20:47:26 | 186,485,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.repository;
import com.example.demo.model.Nhanvien;
import org.springframework.data.jpa.repository.JpaRepository;
public interface NhanVienRepository extends JpaRepository<Nhanvien, Long> {
}
| UTF-8 | Java | 219 | java | NhanVienRepository.java | Java | [] | null | [] | package com.example.demo.repository;
import com.example.demo.model.Nhanvien;
import org.springframework.data.jpa.repository.JpaRepository;
public interface NhanVienRepository extends JpaRepository<Nhanvien, Long> {
}
| 219 | 0.835616 | 0.835616 | 7 | 30.285715 | 28.644194 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 14 |
22514eade06b5a2049abc9eea7682287d4f67c4d | 1,683,627,228,403 | a16c2445de6fbac5e87a15fc040701a89e9947bb | /bmt_base/src/util/com/bmtech/utils/io/diskMerge/MReduceSelect.java | 364c0499666953f646359ef79bac52b1ebab20fb | [] | no_license | mdxys/commentparse | https://github.com/mdxys/commentparse | 3ec6c7a77fd5750f0b76e62e9dfd505eeccc724f | 7aa5b42273ce977513027b3d16f4e8ec7ca0e958 | refs/heads/master | 2016-08-05T01:46:47.229000 | 2015-04-03T14:02:14 | 2015-04-03T14:02:14 | 16,017,966 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bmtech.utils.io.diskMerge;
public interface MReduceSelect {
/**
* check if me1 equals with me2
* @param me1
* @param me2
* @return
*/
public boolean equals (MRecord me1, MRecord me2);
/**
* get the prefered object if me1 equals with me2
* @param me1
* @param me2
* @return
*/
publi... | UTF-8 | Java | 366 | java | MReduceSelect.java | Java | [] | null | [] | package com.bmtech.utils.io.diskMerge;
public interface MReduceSelect {
/**
* check if me1 equals with me2
* @param me1
* @param me2
* @return
*/
public boolean equals (MRecord me1, MRecord me2);
/**
* get the prefered object if me1 equals with me2
* @param me1
* @param me2
* @return
*/
publi... | 366 | 0.663934 | 0.631148 | 19 | 18.263159 | 17.240839 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052632 | false | false | 14 |
aa2371ba16c0c902f8ca241d62c03f550779603f | 32,023,276,181,015 | 2c7bbc8139c4695180852ed29b229bb5a0f038d7 | /com/netflix/mediaclient/service/webclient/volley/FalkorVolleyWebClient.java | c7890951d6c043445b3f12675bcd51cdb192e87a | [] | no_license | suliyu/evolucionNetflix | https://github.com/suliyu/evolucionNetflix | 6126cae17d1f7ea0bc769ee4669e64f3792cdd2f | ac767b81e72ca5ad636ec0d471595bca7331384a | refs/heads/master | 2020-04-27T05:55:47.314000 | 2017-05-08T17:08:22 | 2017-05-08T17:08:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.30
//
package com.netflix.mediaclient.service.webclient.volley;
import com.netflix.mediaclient.service.webclient.ApiEndpointRegistry$ResponsePathFormat;
import com.netflix.mediaclient.service.logging.presentation.volley.PresentationEventRequest;
import com.netflix.mediaclient.servic... | UTF-8 | Java | 4,638 | java | FalkorVolleyWebClient.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.30
//
package com.netflix.mediaclient.service.webclient.volley;
import com.netflix.mediaclient.service.webclient.ApiEndpointRegistry$ResponsePathFormat;
import com.netflix.mediaclient.service.logging.presentation.volley.PresentationEventRequest;
import com.netflix.mediaclient.servic... | 4,638 | 0.812204 | 0.811341 | 77 | 59.233765 | 47.010609 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623377 | false | false | 14 |
268435fc2bb28f79c8190860599f29cc472ef3fa | 17,265,768,558,823 | d96c17e549f6bc93d0227d50407f2b13d88c5d96 | /app/src/main/java/com/kinotor/tiar/kinotor/items/Statics.java | 78d60e37e3c11b9fe68858d990328c523d7d7133 | [] | no_license | vaginessa/KinoTor | https://github.com/vaginessa/KinoTor | 8db9650d1d022c9e89233be189c9b3c661b2e87f | 210894f5c613fa37f156003530dde5f0770036a4 | refs/heads/master | 2020-04-19T00:54:35.903000 | 2018-07-31T23:08:49 | 2018-07-31T23:08:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kinotor.tiar.kinotor.items;
import java.util.ArrayList;
/**
* Created by Tiar on 04.2018.
*/
public class Statics {
public static int CATALOG_W = 175;
public static int CATALOG_H = 295;
public static boolean firsStart = true;
public static String CATALOG = "amcet";
public static St... | UTF-8 | Java | 1,032 | java | Statics.java | Java | [
{
"context": "s;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Tiar on 04.2018.\n */\npublic class Statics {\n public",
"end": 92,
"score": 0.9977788925170898,
"start": 88,
"tag": "NAME",
"value": "Tiar"
}
] | null | [] | package com.kinotor.tiar.kinotor.items;
import java.util.ArrayList;
/**
* Created by Tiar on 04.2018.
*/
public class Statics {
public static int CATALOG_W = 175;
public static int CATALOG_H = 295;
public static boolean firsStart = true;
public static String CATALOG = "amcet";
public static St... | 1,032 | 0.695736 | 0.681202 | 29 | 34.586208 | 27.903179 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 14 |
ad259adc2cbf3e825955df48111411331d4e7ca1 | 25,194,278,180,186 | 6de99d9779147d81411197425eaa417e858158a3 | /week8/Lecture08Code/Lecture08/src/textfields/BasicTextField.java | ea2defa91d7d0246c92a6faede4168c49145d6c3 | [] | no_license | Ann0426/cs_9053_java | https://github.com/Ann0426/cs_9053_java | fe6bb7fd7f6fad448dbbae5ed981424b118cd4c7 | 81599c6565741672a59485d5c91d4e30dfc98438 | refs/heads/main | 2023-02-04T23:32:00.188000 | 2020-12-17T05:15:03 | 2020-12-17T05:15:03 | 317,602,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package textfields;
import java.awt.FlowLayout;
import javax.swing.JFrame;
import javax.swing.JTextField;
import javax.swing.event.CaretEvent;
import javax.swing.event.CaretListener;
public class BasicTextField extends JFrame {
JTextField textField;
public BasicTextField() {
setDefaultCloseOperation(JFrame.... | UTF-8 | Java | 910 | java | BasicTextField.java | Java | [] | null | [] | package textfields;
import java.awt.FlowLayout;
import javax.swing.JFrame;
import javax.swing.JTextField;
import javax.swing.event.CaretEvent;
import javax.swing.event.CaretListener;
public class BasicTextField extends JFrame {
JTextField textField;
public BasicTextField() {
setDefaultCloseOperation(JFrame.... | 910 | 0.737363 | 0.72967 | 39 | 22.333334 | 23.177502 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.564103 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.