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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a01bb634b610e070cb39f8b5c26d9f191995ba7d | 32,530,082,326,509 | 5946a26b4e8abd018fedd018920e970590f09ee3 | /src/main/java/de/bloodworkxgaming/groovysandboxedlauncher/events/IGSLEvent.java | 4733b0f492e5860f90f4749e6578f46221087c05 | [] | no_license | BloodWorkXGaming/GroovySandboxedLauncher | https://github.com/BloodWorkXGaming/GroovySandboxedLauncher | 499663c5e115c0e8a5b83a8278c305b92fee1a11 | 487d4080a5ab58bf4f79d2a17f40297bb8491df5 | refs/heads/master | 2021-09-08T18:06:10.804000 | 2018-03-11T17:47:00 | 2018-03-11T17:47:00 | 103,070,175 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.bloodworkxgaming.groovysandboxedlauncher.events;
public interface IGSLEvent<R> {
void handleEvent(R eventObject);
}
| UTF-8 | Java | 132 | java | IGSLEvent.java | Java | [] | null | [] | package de.bloodworkxgaming.groovysandboxedlauncher.events;
public interface IGSLEvent<R> {
void handleEvent(R eventObject);
}
| 132 | 0.80303 | 0.80303 | 5 | 25.4 | 22.419634 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
37da06716c06fe5aeb456865921b9943baeabda5 | 11,450,382,852,565 | e8f3487665df42ea9fc5ab6bac4dcb57b98f514b | /src/main/java/com/palehorsestudios/alone/gui/IntroController.java | 338613ac6844c71cce38ecbd68f17620f5708906 | [] | no_license | Pale-Horse-Studios/alone | https://github.com/Pale-Horse-Studios/alone | a7f0042ac09068706463f95d4173ee2d686e79f7 | 103595f2a13df86c37188f9389f0b32c1cb4382b | refs/heads/master | 2022-12-21T19:33:20.510000 | 2020-09-10T16:28:20 | 2020-09-10T16:28:20 | 290,299,393 | 0 | 3 | null | false | 2020-09-18T17:03:25 | 2020-08-25T19:00:59 | 2020-09-10T16:28:24 | 2020-09-18T17:02:47 | 12,096 | 0 | 3 | 0 | Java | false | false | package com.palehorsestudios.alone.gui;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
public class IntroController {
@FXML private Button startGame;
@FXML private TextArea intro;
public IntroController() {}
public Button getStartGame() {
return start... | UTF-8 | Java | 386 | java | IntroController.java | Java | [] | null | [] | package com.palehorsestudios.alone.gui;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
public class IntroController {
@FXML private Button startGame;
@FXML private TextArea intro;
public IntroController() {}
public Button getStartGame() {
return start... | 386 | 0.738342 | 0.738342 | 21 | 17.380953 | 15.135818 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 14 |
bf1ec365933cb7b3461d7d0236cd8f954b8fc74e | 13,924,283,983,293 | 5477f6e9a023da9ddc2b7e90d7073dfddaf27f59 | /src/main/java/com/siwoo/designpattern/proxy/remote/RemoteMain.java | 43b25b9aa01e757fd32ee4070e7cdc2c0e9a8cc4 | [] | no_license | Siwoo-Kim/design-pattern | https://github.com/Siwoo-Kim/design-pattern | c58f8f0626191ae4e5c99772b485f4913331badd | 43dd2710d03ab2273141d6f2daf32b1ca5c6d5a6 | refs/heads/master | 2020-04-22T11:51:32.297000 | 2019-04-19T18:29:08 | 2019-04-19T18:29:08 | 170,355,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siwoo.designpattern.proxy.remote;
import com.siwoo.designpattern.state.GumballMachine;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
import java.rmi.server.UnicastRemoteObject;
/**
* Created by sm123tt@gmail.com on 2019-04-13
* Project : design-pattern
* Github : http://g... | UTF-8 | Java | 896 | java | RemoteMain.java | Java | [
{
"context": "rmi.server.UnicastRemoteObject;\n\n/**\n * Created by sm123tt@gmail.com on 2019-04-13\n * Project : design-pattern\n * Gith",
"end": 257,
"score": 0.9999029636383057,
"start": 240,
"tag": "EMAIL",
"value": "sm123tt@gmail.com"
},
{
"context": "ct : design-pattern\n * Git... | null | [] | package com.siwoo.designpattern.proxy.remote;
import com.siwoo.designpattern.state.GumballMachine;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
import java.rmi.server.UnicastRemoteObject;
/**
* Created by <EMAIL> on 2019-04-13
* Project : design-pattern
* Github : http://github.com/... | 886 | 0.690848 | 0.668527 | 33 | 26.151516 | 23.201517 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 14 |
bb85740329097d9763107f0e62dd72fae91e6bf8 | 8,048,768,770,603 | 2cb1d57d4a694e42c20b1919487b2505afec91ea | /base/src/main/java/com/xiaochen/emvp/base/ui/BaseFragment.java | 4e63db158042fcfc3980955d2ffd7d97551f7e67 | [] | no_license | hujian222/easy_mvp | https://github.com/hujian222/easy_mvp | e96a7c79f35c300eb633b2461553589401d1b2e0 | dc6aa67934f05ac7df032ad54f6b2cc4875256db | refs/heads/master | 2022-04-09T17:05:26.631000 | 2020-03-28T04:59:27 | 2020-03-28T04:59:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaochen.emvp.base.ui;
import android.content.Context;
import android.view.View;
import androidx.fragment.app.Fragment;
import com.xiaochen.emvp.base.utils.LogUtil;
//子类应该直接继承抽象父类fragment
public class BaseFragment extends Fragment implements View.OnClickListener {
protected Context mContext;
pr... | UTF-8 | Java | 943 | java | BaseFragment.java | Java | [] | null | [] | package com.xiaochen.emvp.base.ui;
import android.content.Context;
import android.view.View;
import androidx.fragment.app.Fragment;
import com.xiaochen.emvp.base.utils.LogUtil;
//子类应该直接继承抽象父类fragment
public class BaseFragment extends Fragment implements View.OnClickListener {
protected Context mContext;
pr... | 943 | 0.623172 | 0.623172 | 50 | 16.780001 | 17.687611 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 14 |
9bff2e5f70590f4a24c027ead470c076c3fa919d | 32,083,405,704,722 | b5acfc936f0a8c5fc929d645c3f3de4694f044ae | /praxis.live.pxr/src/net/neilcsmith/praxis/live/pxr/PXRBuilder.java | 69798b57ec06cc40427514aa3ead77eea047c92d | [] | no_license | luislasonbra/praxis-live | https://github.com/luislasonbra/praxis-live | 7d6352cba51953c7e346d30810a0cbe8ad975877 | 289e32898fddb814e5a929f59c528fdad2cfb348 | refs/heads/master | 2021-08-31T14:53:12.249000 | 2017-12-21T17:51:17 | 2017-12-21T17:51:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2014 Neil C Smith.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 only, as
* published by the Free Software Foundation.
*
* This code is distribute... | UTF-8 | Java | 14,875 | java | PXRBuilder.java | Java | [
{
"context": "RIGHT NOTICES OR THIS HEADER.\n *\n * Copyright 2014 Neil C Smith.\n *\n * This code is free software; you can redist",
"end": 96,
"score": 0.99986732006073,
"start": 84,
"tag": "NAME",
"value": "Neil C Smith"
},
{
"context": "rt org.openide.util.Exceptions;\n\n/**\n *\... | null | [] | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2014 <NAME>.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 only, as
* published by the Free Software Foundation.
*
* This code is distributed in t... | 14,863 | 0.529546 | 0.527193 | 390 | 37.141026 | 25.543388 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55641 | false | false | 14 |
813770f31026a8efd50676cef44d23d2d84acc93 | 12,051,678,261,053 | 28d0eba18d185aeae17c9af9b96715864ce4f01b | /OnlineExam/src/main/java/com/i2i/model/Question.java | 6db65c5d3eada8f134492a5180b8485eba92381a | [] | no_license | suriyacs/OnlineExamUsingAppfuse | https://github.com/suriyacs/OnlineExamUsingAppfuse | 65c744b0884a3a1e041ab3950451085b17babb3f | 3cfc685d287c6151292ee3199cd4ed7c348c80c6 | refs/heads/master | 2021-01-13T09:07:45.478000 | 2016-12-22T05:31:25 | 2016-12-22T05:31:25 | 68,922,329 | 0 | 0 | null | false | 2016-12-22T09:19:38 | 2016-09-22T13:09:17 | 2016-12-22T05:14:21 | 2016-12-22T09:18:09 | 12,056 | 0 | 0 | 1 | Java | null | null | package com.i2i.model;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Set;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import java... | UTF-8 | Java | 2,733 | java | Question.java | Java | [
{
"context": "es along with set of exams.\n * </p>\n * \n * @author TechAssess\n * @created 2016-08-27\n */\n@Entity\n@Table(name = ",
"end": 870,
"score": 0.9996762275695801,
"start": 860,
"tag": "USERNAME",
"value": "TechAssess"
}
] | null | [] | package com.i2i.model;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Set;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import java... | 2,733 | 0.697402 | 0.693011 | 115 | 22.765217 | 18.492928 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.33913 | false | false | 14 |
ac624b3a61e7dbcfd790435e9d60939343c84c32 | 15,977,278,405,335 | 7d1df492699a1d2e5e1ab0fdb91e92ef1c3b41b8 | /distr_manage/src/com/xwtech/uomp/base/service/memcache/impl/CacheTypeManageServiceImpl.java | 14ae7b655344a5ee4ec159e31697ea420e4fb977 | [] | no_license | 5391667/xwtec | https://github.com/5391667/xwtec | ab492d6eeb4c00a2fac74ba0adc965932a4e4c5f | ca6c4f0011d5b1dbbfaa19468e5b5989c308496d | refs/heads/master | 2020-05-31T16:06:18.102000 | 2014-04-30T08:39:05 | 2014-04-30T08:39:05 | 190,374,043 | 0 | 0 | null | true | 2019-06-05T10:21:40 | 2019-06-05T10:21:40 | 2019-06-05T04:58:14 | 2014-04-30T09:16:06 | 106,364 | 0 | 0 | 0 | null | false | false | package com.xwtech.uomp.base.service.memcache.impl;
import com.xwtech.uomp.base.dao.automated.CacheTypeManageMapper;
import com.xwtech.uomp.base.pojo.memcache.CacheServiceManageBean;
import com.xwtech.uomp.base.pojo.memcache.CacheTypeManageBean;
import com.xwtech.uomp.base.service.memcache.ICacheTypeManageService;
imp... | UTF-8 | Java | 3,432 | java | CacheTypeManageServiceImpl.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author huangfeilong\n * @ClassName: CacheTypeManageServiceImpl\n * @Des",
"end": 533,
"score": 0.99956876039505,
"start": 521,
"tag": "USERNAME",
"value": "huangfeilong"
}
] | null | [] | package com.xwtech.uomp.base.service.memcache.impl;
import com.xwtech.uomp.base.dao.automated.CacheTypeManageMapper;
import com.xwtech.uomp.base.pojo.memcache.CacheServiceManageBean;
import com.xwtech.uomp.base.pojo.memcache.CacheTypeManageBean;
import com.xwtech.uomp.base.service.memcache.ICacheTypeManageService;
imp... | 3,432 | 0.739697 | 0.736364 | 89 | 36.078651 | 34.742462 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.224719 | false | false | 14 |
85f07fe5d33803ea9ca12e26f421017ef503f5a8 | 18,451,179,514,422 | 8bf71590ae10fc31802492bc2e2d010fbe8efdf2 | /app/src/main/java/com/francescocervone/foursquare/model/Photo.java | e48d15c6ed729625f4798b44d1b80881d53d12ed | [] | no_license | francescocervone/Foursquare | https://github.com/francescocervone/Foursquare | 3612e7922409289fffc087348c90efa89aa2b29b | 78f717750ae9106e5d3a7d9b396f7603734f9670 | refs/heads/master | 2017-02-22T01:17:52.580000 | 2016-05-14T15:26:35 | 2016-05-14T15:26:35 | 58,613,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.francescocervone.foursquare.model;
import com.google.gson.annotations.SerializedName;
import org.parceler.Parcel;
@Parcel(Parcel.Serialization.BEAN)
public class Photo {
@SerializedName("prefix")
private String mPrefix;
@SerializedName("suffix")
private String mSuffix;
@SerializedName... | UTF-8 | Java | 979 | java | Photo.java | Java | [
{
"context": "package com.francescocervone.foursquare.model;\n\nimport com.google.gson.annotat",
"end": 28,
"score": 0.9591703414916992,
"start": 12,
"tag": "USERNAME",
"value": "francescocervone"
}
] | null | [] | package com.francescocervone.foursquare.model;
import com.google.gson.annotations.SerializedName;
import org.parceler.Parcel;
@Parcel(Parcel.Serialization.BEAN)
public class Photo {
@SerializedName("prefix")
private String mPrefix;
@SerializedName("suffix")
private String mSuffix;
@SerializedName... | 979 | 0.623085 | 0.623085 | 54 | 17.129629 | 14.832455 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 14 |
60c8132df1a61130870059375a97a7b8aa3028ea | 29,222,957,504,520 | 62e63ac98c7b6f31c9e277dff9acbff0d7dafc2e | /src/main/java/com/atanava/parser/Application.java | 2f51ca5af78e4c05f869572c7059509d92a41ea6 | [] | no_license | atanava/ali-parser | https://github.com/atanava/ali-parser | 4b2457edf664dedfc3bf76ba4d295dcb74ef30b6 | 405c66b5efeeca69cb6f25437972248af90c8810 | refs/heads/master | 2023-04-18T02:44:58.856000 | 2021-04-22T05:50:31 | 2021-04-22T05:52:53 | 360,408,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atanava.parser;
import com.fasterxml.jackson.databind.node.ArrayNode;
import java.io.*;
import java.util.Date;
import java.util.Properties;
public class Application {
public static void main(String[] args) {
try (InputStream input = new FileInputStream("src/main/resources/app.properties")) ... | UTF-8 | Java | 1,065 | java | Application.java | Java | [] | null | [] | package com.atanava.parser;
import com.fasterxml.jackson.databind.node.ArrayNode;
import java.io.*;
import java.util.Date;
import java.util.Properties;
public class Application {
public static void main(String[] args) {
try (InputStream input = new FileInputStream("src/main/resources/app.properties")) ... | 1,065 | 0.606573 | 0.606573 | 37 | 27.783783 | 29.414223 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 14 |
55915854b7c295c4dd8228b7125fdeb3cf847b6c | 15,891,379,032,909 | 0f3026a96d45cdd58a84070e943c3994c1173dfa | /jybase-web/src/main/java/com/jingyou/jybase/web/controller/sys/RoleController.java | 35aea69208909097e5bf9ca246acdfcb1673b38f | [] | no_license | ztoone/jbase | https://github.com/ztoone/jbase | cf3c1afd9625ba2915efa012028feaa3d41dddbe | 60c5a94e28b02d4e32ad8a4bda0df4ab9d651d8f | refs/heads/master | 2020-03-30T01:05:51.383000 | 2018-09-27T12:49:37 | 2018-09-27T12:49:38 | 150,559,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jingyou.jybase.web.controller.sys;
import com.jingyou.jybase.framework.annotation.AuditLog;
import com.jingyou.jybase.framework.annotation.LogType;
import com.jingyou.jybase.framework.core.bean.sys.RoleBean;
import com.jingyou.jybase.framework.core.bean.sys.RoleResBean;
import com.jingyou.jybase.framework.... | UTF-8 | Java | 4,921 | java | RoleController.java | Java | [] | null | [] | package com.jingyou.jybase.web.controller.sys;
import com.jingyou.jybase.framework.annotation.AuditLog;
import com.jingyou.jybase.framework.annotation.LogType;
import com.jingyou.jybase.framework.core.bean.sys.RoleBean;
import com.jingyou.jybase.framework.core.bean.sys.RoleResBean;
import com.jingyou.jybase.framework.... | 4,921 | 0.683302 | 0.681639 | 139 | 33.597122 | 22.890015 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647482 | false | false | 14 |
67615e1b77bae245d08258165adda3f00c211a40 | 31,860,067,413,024 | cab4e5746951b32f354e2227150846f0960ba0aa | /ruoyi-media-dev/ruoyi-media-dev/ruoyi-system/src/main/java/com/ruoyi/media/domain/Actor.java | b21381f33d427c87ea0755455ce143fffbfc4b81 | [
"MIT"
] | permissive | bellmit/shiping | https://github.com/bellmit/shiping | 150d8dbe91c0e84e9cfd156348893ee5705ff333 | 3159cb828362d8565896b30a7caa41624e201d10 | refs/heads/master | 2023-07-19T11:21:18.358000 | 2021-09-08T16:50:47 | 2021-09-08T16:50:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruoyi.media.domain;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle... | UTF-8 | Java | 1,008 | java | Actor.java | Java | [
{
"context": "in.BaseEntity;\n\n/**\n * 演员对象 wm_actor\n *\n * @author thh\n * @date 2021-05-16\n */\n@Data\n@TableName(\"wm_acto",
"end": 451,
"score": 0.9996324777603149,
"start": 448,
"tag": "USERNAME",
"value": "thh"
}
] | null | [] | package com.ruoyi.media.domain;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle... | 1,008 | 0.666318 | 0.655858 | 47 | 19.340425 | 16.761501 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 14 |
3be365854629b09596320424ac98070bdbb4def3 | 32,057,635,907,782 | 62351ccc14f206e016fc75674b66c81f5658151a | /ILife/src/lin/kreb/ilife/AppApplication.java | 4bedd898cc35b36860802436afcbbd295b1a7226 | [] | no_license | LindenKrebs/ILife | https://github.com/LindenKrebs/ILife | 26a6dae1920271ce96bf4fc6c44c632ca63c3a1c | a6110e3d798071ae4daa8e972eaf617b327ff4b7 | refs/heads/master | 2016-09-15T17:49:47.557000 | 2013-11-18T09:02:06 | 2013-11-18T09:02:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lin.kreb.ilife;
import java.util.List;
import lin.kreb.modle.CitiesModle;
import lin.kreb.modle.ConditionItem;
import android.app.Application;
public class AppApplication extends Application{
List<CitiesModle> citiesModle = null;
ConditionItem conditionItem = null;
public List<CitiesModle... | UTF-8 | Java | 653 | java | AppApplication.java | Java | [] | null | [] | package lin.kreb.ilife;
import java.util.List;
import lin.kreb.modle.CitiesModle;
import lin.kreb.modle.ConditionItem;
import android.app.Application;
public class AppApplication extends Application{
List<CitiesModle> citiesModle = null;
ConditionItem conditionItem = null;
public List<CitiesModle... | 653 | 0.754977 | 0.751914 | 26 | 23.115385 | 19.791853 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 14 |
1399bd8e25f3c4e63eee1dbe129f4f1f71a1fe36 | 33,526,514,722,373 | ca019cd787714c2999689d45ef8e1bb8ab271277 | /src/main/java/com/trinhquycong/service/UserService.java | f9090b307af7e1abe6b75213b91bd7c90b891fee | [] | no_license | Congtrinhh/shoes-store-spring-boot | https://github.com/Congtrinhh/shoes-store-spring-boot | 6a0981e9ba65fa33fe0c9f533c27c1809a841199 | 3b6aea9f1465c939d720ae670fda490c7d2d19fa | refs/heads/master | 2023-08-28T03:29:06.351000 | 2021-11-01T12:52:48 | 2021-11-01T12:52:48 | 422,140,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trinhquycong.service;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.PersistenceException;
import javax.servlet.http.HttpServletRequest;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Auto... | UTF-8 | Java | 6,994 | java | UserService.java | Java | [
{
"context": "yptPasswordEncoder(10);\n\t\t\tString hashedPassword = userFromDB.getPassword();\n\t\t\t// password nhập từ bàn phím có giống trong",
"end": 2858,
"score": 0.98542720079422,
"start": 2836,
"tag": "PASSWORD",
"value": "userFromDB.getPassword"
},
{
"context": "t.encode(ne... | null | [] | package com.trinhquycong.service;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.PersistenceException;
import javax.servlet.http.HttpServletRequest;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Auto... | 6,967 | 0.703425 | 0.700968 | 251 | 26.565737 | 26.816156 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.286853 | false | false | 14 |
79aa7f4b749c9d91811e59707f94a78c7257acc7 | 20,289,425,522,659 | 9049eabb2562cd3e854781dea6bd0a5e395812d3 | /sources/com/google/android/gms/ads/cache/policy/C0223f.java | c173f66f2a2d71c893c156fbc2dd025264922550 | [] | no_license | Romern/gms_decompiled | https://github.com/Romern/gms_decompiled | 4c75449feab97321da23ecbaac054c2303150076 | a9c245404f65b8af456b7b3440f48d49313600ba | refs/heads/master | 2022-07-17T23:22:00.441000 | 2020-05-17T18:26:16 | 2020-05-17T18:26:16 | 264,227,100 | 2 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.ads.cache.policy;
import com.google.android.gms.ads.cache.C0201g;
import com.google.android.gms.ads.cache.C0217p;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
/* renamed from: com.google.android.gms.ads.cache.policy.f */
/* compiled from:... | UTF-8 | Java | 909 | java | C0223f.java | Java | [] | null | [] | package com.google.android.gms.ads.cache.policy;
import com.google.android.gms.ads.cache.C0201g;
import com.google.android.gms.ads.cache.C0217p;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
/* renamed from: com.google.android.gms.ads.cache.policy.f */
/* compiled from:... | 909 | 0.611661 | 0.521452 | 33 | 26.545454 | 20.108932 | 82 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 14 |
44deebd86a84a81c1b7216c9f9fc4a435dbbcf4a | 13,726,715,498,201 | 8e8ecc3abf0a832ddace24404f08aa212bdec1c2 | /core/core/src/main/java/org/visallo/core/util/LoggingThread.java | cc914a71337e043d17ce6218714757ae8f14f40a | [
"Apache-2.0"
] | permissive | YANG-DB/visallo-2 | https://github.com/YANG-DB/visallo-2 | 0008b689294aadb2bd6b1886a41f52b9cfc9e9c2 | 3b1831d0889d8ce82474d862b26a98f67e8f5b06 | refs/heads/master | 2021-05-26T04:17:22.789000 | 2020-05-21T21:04:23 | 2020-05-21T21:04:23 | 254,049,378 | 1 | 0 | Apache-2.0 | true | 2020-04-08T09:55:27 | 2020-04-08T09:55:26 | 2018-04-01T23:58:46 | 2018-03-08T02:26:32 | 13,002 | 0 | 0 | 0 | null | false | false | package org.visallo.core.util;
import java.io.*;
import static org.vertexium.util.CloseableUtils.closeQuietly;
/**
* This class is designed to log {@link Process} output on a thread.
*/
public class LoggingThread extends Thread {
private InputStream inputStream;
private OutputStream outputStream... | UTF-8 | Java | 3,285 | java | LoggingThread.java | Java | [] | null | [] | package org.visallo.core.util;
import java.io.*;
import static org.vertexium.util.CloseableUtils.closeQuietly;
/**
* This class is designed to log {@link Process} output on a thread.
*/
public class LoggingThread extends Thread {
private InputStream inputStream;
private OutputStream outputStream... | 3,285 | 0.571385 | 0.571385 | 102 | 30.205883 | 23.273455 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45098 | false | false | 14 |
dbb082bf7294a228949220052322c2dabfd427cc | 32,392,643,369,303 | 9ab7d77fa84381497a0a4b9caa4b6570ce0f5b14 | /engage-cs/oogt/src/edu/lhup/ai/tictactoe/EmptyPiece.java | f0ddb50e25eee090083210ce71aafe7ed0b21ae2 | [] | no_license | tringuyenvn94/engage-cs | https://github.com/tringuyenvn94/engage-cs | cf7fa59c63b2f27dbe9d6c8db897ebaaadf445dd | d41c64f766347118024bc0e3c52070c83076af7d | refs/heads/master | 2016-08-05T19:21:29.164000 | 2010-11-10T16:39:42 | 2010-11-10T16:39:42 | 34,009,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.lhup.ai.tictactoe;
import edu.lhup.ai.*;
/**
* Represents a location on the {@link Board tic-tac-toe} board that contains
* no piece at all.
*
* <p>
* This software is for educational purposes only.
* @author Mark Cohen
*/
class EmptyPiece implements IPiece
{
EmptyPiece()... | UTF-8 | Java | 384 | java | EmptyPiece.java | Java | [
{
"context": "ware is for educational purposes only.\r\n * @author Mark Cohen \r\n */\r\nclass EmptyPiece implements IPiece\r\n{\r\n\tEm",
"end": 260,
"score": 0.9997820854187012,
"start": 250,
"tag": "NAME",
"value": "Mark Cohen"
}
] | null | [] | package edu.lhup.ai.tictactoe;
import edu.lhup.ai.*;
/**
* Represents a location on the {@link Board tic-tac-toe} board that contains
* no piece at all.
*
* <p>
* This software is for educational purposes only.
* @author <NAME>
*/
class EmptyPiece implements IPiece
{
EmptyPiece() {}
... | 380 | 0.609375 | 0.609375 | 21 | 16.285715 | 19.056665 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
873c021374619f07920432064aa6adc9df11e0e0 | 1,288,490,210,256 | 351c8ca0700eb024b109883072015716738dbffe | /src/atnf/atoms/util/Angle.java | 330d30ca335e2cba24a3be721004adb8452506fe | [] | no_license | davidbrodrick/open-monica | https://github.com/davidbrodrick/open-monica | f222dbea82827fe7e0cc8650e0785577a746745d | cd738bf16013b5daee6f2088c4ef8fcef1ff5a66 | refs/heads/master | 2021-07-02T23:35:46.343000 | 2021-05-21T07:06:51 | 2021-05-21T07:06:51 | 34,646,195 | 6 | 9 | null | false | 2016-07-26T02:12:28 | 2015-04-27T04:36:48 | 2016-07-08T11:07:21 | 2016-07-26T02:12:28 | 21,638 | 1 | 3 | 7 | Java | null | null | // Copyright (C)1997 CSIRO Australia Telescope National Facility
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later... | UTF-8 | Java | 43,571 | java | Angle.java | Java | [
{
"context": "iginal object\n * is not changed.</p>\n *\n * @author David G Loone\n *\n * @version $Id: Angle.java,v 1.39 2005/07/08 ",
"end": 1429,
"score": 0.9996181726455688,
"start": 1416,
"tag": "NAME",
"value": "David G Loone"
}
] | null | [] | // Copyright (C)1997 CSIRO Australia Telescope National Facility
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later... | 43,564 | 0.567006 | 0.554979 | 1,879 | 22.188398 | 20.415995 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.184141 | false | false | 14 |
a31ec963cb4304730b39f5b4082195975272a392 | 18,356,690,240,305 | f116fa2ce4c0d9aad21efcb9c01c7cb61648d679 | /src/main/java/com/rentCloud/cloud/app/repositories/scoreRepository.java | f718462f3f7dd503fc73e61bd95753a95b908c24 | [] | no_license | NataliaTuiran2806/cloud-backend | https://github.com/NataliaTuiran2806/cloud-backend | 97ffbd1dc53b99d6240e333f7bb37b5c839a5e63 | 477b25175e28c0e6f00b72bfe32ec93d60a41891 | refs/heads/master | 2023-08-29T14:27:11.910000 | 2021-10-27T12:52:35 | 2021-10-27T12:52:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.rentCloud.cloud.app.repositories;
import com.rentCloud.cloud.app.entities.Score;
import com.rentCloud.cloud.app.repositori... | UTF-8 | Java | 1,434 | java | scoreRepository.java | Java | [
{
"context": "ramework.stereotype.Repository;\n\n/**\n *\n * @author Naty\n */\n@Repository\npublic class scoreRepository {\n\n ",
"end": 535,
"score": 0.9591711759567261,
"start": 531,
"tag": "USERNAME",
"value": "Naty"
}
] | 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.rentCloud.cloud.app.repositories;
import com.rentCloud.cloud.app.entities.Score;
import com.rentCloud.cloud.app.repositori... | 1,434 | 0.654114 | 0.654114 | 62 | 22.129032 | 21.008818 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241935 | false | false | 14 |
b0b7f154ea42de5fb83b64107e4e474a19c9f80f | 32,160,715,129,896 | 4e1bcb32a8fce4e6dadfec43756b8a7eb0edb5bf | /URI/1051.java | f326c66b15b5cc680cc6cb8141681388964360c8 | [
"MIT"
] | permissive | gustavoccintrao/BabySteps | https://github.com/gustavoccintrao/BabySteps | ba4be36da480eccfa5d2533f261ee9a7b41f2205 | 29657a9a7e161252b4e47cd289a68f2fccb6de0b | refs/heads/master | 2023-08-29T00:02:30.967000 | 2021-10-31T18:23:23 | 2021-10-31T18:23:23 | 423,227,431 | 1 | 0 | MIT | true | 2021-10-31T18:23:24 | 2021-10-31T18:20:52 | 2021-10-31T18:20:53 | 2021-10-31T18:23:24 | 394 | 0 | 0 | 0 | null | false | false | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
double imposto = 0.00;
double salario = input.nextDouble();
if(2000.00 < salario && salario <= 3000.00) {
imposto += calculaImposto(salario - 2000.00, 8);
}
else if(300... | UTF-8 | Java | 881 | java | 1051.java | Java | [] | null | [] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
double imposto = 0.00;
double salario = input.nextDouble();
if(2000.00 < salario && salario <= 3000.00) {
imposto += calculaImposto(salario - 2000.00, 8);
}
else if(300... | 881 | 0.627696 | 0.531215 | 40 | 21.025 | 20.09787 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.325 | false | false | 14 |
f2d194d9f0f1fee9e7caf8c80a75576742c7ebb0 | 19,679,540,173,706 | 150d051e4ea00772b9f4a0bfe23276bef311e6d7 | /app/src/main/java/com/example/te_lord/Adapters/ComplaintAdapter.java | 77da97e1e3d9c3e366e043d31105ac794ef9bbcb | [] | no_license | Syiera97/Te-Lord-Landlord | https://github.com/Syiera97/Te-Lord-Landlord | 2fd119d20a175b70942fb68e4193085f87d646cf | 73bbc55574162ce5620c1e76fc0be84bd4d258de | refs/heads/master | 2020-06-23T11:08:44.340000 | 2019-07-24T09:42:39 | 2019-07-24T09:42:39 | 198,605,209 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.te_lord.Adapters;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
im... | UTF-8 | Java | 3,178 | java | ComplaintAdapter.java | Java | [] | null | [] | package com.example.te_lord.Adapters;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
im... | 3,178 | 0.688169 | 0.687854 | 83 | 37.277107 | 35.421154 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662651 | false | false | 14 |
176f04f27ee8d576e3bd964c02151686d848b51a | 2,989,297,278,920 | 8db3eafd0914b0a38adcf3cb7431f4755b12b3ea | /gui/adapter/PersonnelTableMouseAdapter.java | 516f89da1dfa19bd817b2380c5ccaf979d706149 | [] | no_license | genveir/MekHQ | https://github.com/genveir/MekHQ | e708c1eeb9ea633b9c429390425dc85b9d00066e | 1a3a01e51ae4111da76300b71715fec8964b8e60 | refs/heads/master | 2021-01-01T06:00:26.716000 | 2015-05-06T16:36:00 | 2015-05-06T16:36:00 | 35,021,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mekhq.gui.adapter;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.StringTokenizer;
import java.util.TreeSet;
import java.util.UUID;
import javax.swing.JCheckBoxMenuItem;
impor... | UTF-8 | Java | 87,875 | java | PersonnelTableMouseAdapter.java | Java | [
{
"context": " spouse.addLogEntry(gui.getCampaign().getDate(), \"Marries \"\n + selectedPerson.getFullNam",
"end": 15693,
"score": 0.9996395111083984,
"start": 15686,
"tag": "NAME",
"value": "Marries"
},
{
"context": "dPerson.addLogEntry(gui.getCampaign().getDate()... | null | [] | package mekhq.gui.adapter;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.StringTokenizer;
import java.util.TreeSet;
import java.util.UUID;
import javax.swing.JCheckBoxMenuItem;
impor... | 87,875 | 0.461394 | 0.459289 | 1,875 | 45.867199 | 18.250288 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698133 | false | false | 14 |
1bd3a5718f1acca221433d1dcc968ae03841b559 | 7,258,494,780,721 | d953eb0973066a633d11b8db7fdc9c2846a9c48a | /ch4.5exe/src/lydia/porter/ch4_5/Example.java | c69ff2d982f1583c2be9a8a11227b4f01ca24e9a | [] | no_license | LydiaPorter/Java_2020_6_7projects | https://github.com/LydiaPorter/Java_2020_6_7projects | 70888af7207d0b04348907d7bdd4aef1afd592c9 | 88bed44f1f7ac005e78fa4cb03ba5abbade30c48 | refs/heads/master | 2023-04-29T01:50:43.833000 | 2021-04-30T15:47:11 | 2021-04-30T15:47:11 | 293,859,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lydia.porter.ch4_5;
import java.util.*;
public class Example {
public Example() {
Scanner input = new Scanner(System.in);
System.out.println("type something in");
String word1 = input.nextLine(); //grabs next line of text that comes in
String word2 = input.nextLine();
String word3 = input.nextLine(... | UTF-8 | Java | 1,639 | java | Example.java | Java | [] | null | [] | package lydia.porter.ch4_5;
import java.util.*;
public class Example {
public Example() {
Scanner input = new Scanner(System.in);
System.out.println("type something in");
String word1 = input.nextLine(); //grabs next line of text that comes in
String word2 = input.nextLine();
String word3 = input.nextLine(... | 1,639 | 0.635754 | 0.61989 | 58 | 27.258621 | 21.596264 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.793103 | false | false | 14 |
27a2a718084b018780abb904d63a78861223b14e | 34,479,997,454,437 | fffe714578b23739acd445d4a212ebde99c1cfeb | /Team-5-TCSS-450/app/src/main/java/edu/uw/tcss450/team_5_tcss_450/ui/chat/CreateGroupChatFragment.java | 7f6a9088082c353e1f295a44d2830fe6cf017d64 | [] | no_license | IJones52/Anabatos-Clone | https://github.com/IJones52/Anabatos-Clone | 61250807fa56613ecbed207aa693fd09e920fa40 | 267facb36448c862ed93b75750211e7d14126c8b | refs/heads/main | 2023-06-02T03:15:24.965000 | 2021-06-20T21:51:39 | 2021-06-20T21:51:39 | 378,744,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uw.tcss450.team_5_tcss_450.ui.chat;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.DialogFragment;
import a... | UTF-8 | Java | 5,097 | java | CreateGroupChatFragment.java | Java | [
{
"context": "ns they want to create a group chat.\n *\n * @author Khue Nguyen\n * @version 6/5/2021\n */\npublic class CreateGroup",
"end": 953,
"score": 0.9998076558113098,
"start": 942,
"tag": "NAME",
"value": "Khue Nguyen"
}
] | null | [] | package edu.uw.tcss450.team_5_tcss_450.ui.chat;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.DialogFragment;
import a... | 5,092 | 0.643123 | 0.633117 | 133 | 37.323307 | 31.302441 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548872 | false | false | 14 |
2867cdbcf16b99d95a3fe18de8b7ad0e26292153 | 12,214,887,051,613 | 10e60a2a3a6ead8d7bd4090966f61d1dc1fd88b9 | /COP/src/service/chuanhoa.java | 6661a8c61034b6075db264d9d20683a587c34237 | [] | no_license | hongsonflute/chuanhoaxau | https://github.com/hongsonflute/chuanhoaxau | e97cf1f93011903754e170679414634b0a270b01 | 36119a9892f2af4ce28e5a3b0dab66d5ddf6ec1e | refs/heads/master | 2020-04-05T10:40:54.139000 | 2018-11-11T03:43:41 | 2018-11-11T03:43:41 | 156,806,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class chuanhoa {
/* public static void main(String[] args) {
String s = new Scanner(System.in).nextLine();
System.out.println("Xau truoc khi chuan hoa: \n"+s);
System.out.println("Xau sau khi chuan hoa: \n"+... | UTF-8 | Java | 1,986 | java | chuanhoa.java | Java | [] | null | [] | package service;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class chuanhoa {
/* public static void main(String[] args) {
String s = new Scanner(System.in).nextLine();
System.out.println("Xau truoc khi chuan hoa: \n"+s);
System.out.println("Xau sau khi chuan hoa: \n"+... | 1,986 | 0.425982 | 0.414904 | 53 | 36.471699 | 28.253304 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.056604 | false | false | 14 |
ca6bcf89226392b7ad9d0ff89f702ec69dfc6605 | 25,091,198,982,040 | 742eb76fc44476bf3ffc42d827e17018a3e0f4f9 | /code/labori/src/java/mb/CadastroMB.java | ea2e46a3aa9d30dac2a180621d64ead81d4cccf0 | [] | no_license | asimiscuka/labori | https://github.com/asimiscuka/labori | b2a87dc7c08a99683327492f6441667b75500790 | ebdb308dd76c8cc307b5462f5f20ed879b78e29d | refs/heads/master | 2020-12-24T10:41:43.359000 | 2012-08-30T20:09:23 | 2012-08-30T20:09:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mb;
import dao.IDAO;
import dao.impl.UsuarioDAOImpl;
import entity.Usuario;
import java.io.Serializable;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
@ManagedBean
@ViewScoped
public c... | UTF-8 | Java | 1,080 | java | CadastroMB.java | Java | [] | null | [] | package mb;
import dao.IDAO;
import dao.impl.UsuarioDAOImpl;
import entity.Usuario;
import java.io.Serializable;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
@ManagedBean
@ViewScoped
public c... | 1,080 | 0.71177 | 0.710843 | 46 | 21.456522 | 21.15749 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.478261 | false | false | 14 |
0cbf847c90941ebb0b5b42981382aa7c3621abca | 25,091,198,978,475 | e9b80e12103fa1dc99644e4f58781e173ae9a61e | /Gra/src/WyslanieWyniku.java | fa6f0668936111dc8419e202ca77c0af35cd2af3 | [] | no_license | StJakub/Sciezka | https://github.com/StJakub/Sciezka | 81fa5a2dd1b8eb07536c5a66d9e63c144bd1d70e | b5d2046bb2d3e2841bbcdd2d035a9fa7fe01e183 | refs/heads/master | 2020-05-09T17:14:54.827000 | 2019-04-14T12:06:59 | 2019-04-14T12:06:59 | 181,302,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
/**
* Klasa odpowiedzialna za wysłanie wyniku do serwera
* @author Jakub Stanisław
*
*/
public class WyslanieWyniku implements Runnable
{
private String login;
private int punkty;
private int port;
pri... | WINDOWS-1250 | Java | 1,117 | java | WyslanieWyniku.java | Java | [
{
"context": "iedzialna za wysłanie wyniku do serwera\n * @author Jakub Stanisław\n *\n */\npublic class WyslanieWyniku implements Run",
"end": 195,
"score": 0.9998364448547363,
"start": 180,
"tag": "NAME",
"value": "Jakub Stanisław"
}
] | null | [] | import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
/**
* Klasa odpowiedzialna za wysłanie wyniku do serwera
* @author <NAME>
*
*/
public class WyslanieWyniku implements Runnable
{
private String login;
private int punkty;
private int port;
private Inet... | 1,107 | 0.690647 | 0.690647 | 53 | 19.943396 | 19.638636 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.735849 | false | false | 14 |
6cf5c01975eb7287fb6d07aeaeaae377210df73c | 20,925,080,731,504 | fdd8aad32bd6f8813cf1f53ab00a3a8cf6f5b5a5 | /src/console/ConsoleReader.java | 2a3021d55c13ec05c6f24eb04e51e227799d8189 | [] | no_license | PetrEconomist/partsTreeProject | https://github.com/PetrEconomist/partsTreeProject | e363af100e7196875bf81e2cf27c2681eb724773 | f281e8a137845f471e3a630ca5d8e2fa9b47d547 | refs/heads/main | 2023-05-08T10:20:48.578000 | 2021-05-24T18:45:48 | 2021-05-24T18:45:48 | 316,280,381 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package console;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class ConsoleReader {
public static String getStringFromConsole(String message) {
System.out.printf("%s\n", message);
//Enter data using BufferReader
BufferedReader reader = new Buff... | UTF-8 | Java | 589 | java | ConsoleReader.java | Java | [] | null | [] | package console;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class ConsoleReader {
public static String getStringFromConsole(String message) {
System.out.printf("%s\n", message);
//Enter data using BufferReader
BufferedReader reader = new Buff... | 589 | 0.696095 | 0.696095 | 27 | 20.814816 | 20.695387 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 14 |
2454c52d6d6c401caf45e8505ec70296cf3080e4 | 32,255,204,421,775 | 89050d714d31b72232cdaeed588dc70ebe20f098 | /SPSEJBService/ejbModule/estimate/model/Spstdesthmt.java | c1ea78374a966d2061fffa2c91528dd154e7e833 | [] | no_license | se3mis/SPS_VERSION | https://github.com/se3mis/SPS_VERSION | 8c185823b2e7ded17a8bd1a84a4bd5eaf7874b8d | 50f25979a095e94125c57ca2604d41969f873de9 | refs/heads/master | 2016-09-14T01:55:23.537000 | 2016-05-06T05:56:38 | 2016-05-06T05:56:38 | 58,184,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package estimate.model;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.Date;
/**
* The persistent class for the PCESTHTT database table.
*
*/
@Entity
public class Spstdesthmt implements Serializable {
private static final long serialVersionUID = 1L;
@Em... | UTF-8 | Java | 10,654 | java | Spstdesthmt.java | Java | [] | null | [] | package estimate.model;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.Date;
/**
* The persistent class for the PCESTHTT database table.
*
*/
@Entity
public class Spstdesthmt implements Serializable {
private static final long serialVersionUID = 1L;
@Em... | 10,654 | 0.697297 | 0.694199 | 715 | 13.902098 | 16.68227 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064336 | false | false | 14 |
ea27dfcfdd755a6ae6bd09dc928177f1071cc51b | 31,164,282,713,911 | 9b35fd279e128f42cb744b0bdb7086f946d796d7 | /src/main/java/com/bookstore/model/Language.java | 0020e1da97e2961294493adb472ea7c1b4294d47 | [] | no_license | jpscs/bookstore | https://github.com/jpscs/bookstore | 5a44953463aa30883914fa4be41f7af5d6201ded | 7960c85bd73e5b7853bd6ed5526e85a5e633aaf5 | refs/heads/master | 2021-01-01T20:15:17.177000 | 2017-07-31T00:39:48 | 2017-07-31T00:39:48 | 98,802,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bookstore.model;
//List of availlable languages
public enum Language {
ENGLISH, FRENCH, SPANISH,PORTUGUESE
}
| UTF-8 | Java | 129 | java | Language.java | Java | [] | null | [] | package com.bookstore.model;
//List of availlable languages
public enum Language {
ENGLISH, FRENCH, SPANISH,PORTUGUESE
}
| 129 | 0.751938 | 0.751938 | 6 | 19.5 | 14.044572 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 14 |
3621c61203bb286b852be19cbac7b603a604bcd8 | 1,245,540,565,107 | 582c09c977ecdbb5a1d4c79a3770b395237a9700 | /netbeans-color-codes-preview-spi/src/main/java/com/junichi11/netbeans/modules/color/codes/preview/spi/ColorCodesProvider.java | dfd608c878bfa2b5bfbcaecfafe5701909566c36 | [
"Apache-2.0"
] | permissive | arsi-apli/NBANDROID-V2 | https://github.com/arsi-apli/NBANDROID-V2 | 8d3a963075cddb03620249d7f2dd07aa70aa8b35 | 18f462486d12fcb86735e471f83759124ed594ab | refs/heads/master | 2021-05-15T10:19:27.509000 | 2019-06-28T21:34:26 | 2019-06-28T21:34:26 | 108,177,264 | 1 | 0 | null | true | 2017-10-24T20:03:26 | 2017-10-24T20:03:25 | 2017-10-24T20:03:08 | 2017-10-24T20:03:05 | 0 | 0 | 0 | 0 | null | false | null | /*
* Copyright 2019 junichi11.
*
* 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 ... | UTF-8 | Java | 3,391 | java | ColorCodesProvider.java | Java | [
{
"context": "/*\n * Copyright 2019 junichi11.\n *\n * Licensed under the Apache License, Version",
"end": 30,
"score": 0.9996845126152039,
"start": 21,
"tag": "USERNAME",
"value": "junichi11"
},
{
"context": "// implementations...\n * }\n * </pre>\n *\n * @author junichi11, arsi\n *... | null | [] | /*
* Copyright 2019 junichi11.
*
* 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 ... | 3,391 | 0.666765 | 0.65261 | 118 | 27.737288 | 26.466618 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.245763 | false | false | 14 |
aea86348cfbaef1f5c83741046176363744bccda | 33,217,277,131,280 | cf1ad7421ab331ed37a15b107891cb16942a7b9b | /src/main/java/com/jeeplus/modules/questions/dao/questions_as/YsQuestionsDao.java | 1f20fed0d07b98915547a04187bdc96fc0bc7875 | [] | no_license | shuba159/RawWater | https://github.com/shuba159/RawWater | b4b6a95ca2666ac46418ab5e3a2078646214fef8 | c1a76844f05aa14d797b1779d9242bbeac854ed1 | refs/heads/master | 2020-03-19T17:40:25.831000 | 2018-06-10T05:21:25 | 2018-06-10T05:21:25 | 136,771,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.jeeplus.modules.questions.dao.questions_as;
import org.apache.ibatis.annotations.Param;
import com.jeeplus.common.persistence.CrudDao;
import com.jeeplus.common.persistence.annotation.MyBatisDao;
impor... | UTF-8 | Java | 622 | java | YsQuestionsDao.java | Java | [
{
"context": "s.entity.YsQuestions;\n\n/**\n * 题库管理DAO接口\n * @author hjm\n * @version 2018-05-22\n */\n@MyBatisDao\npublic int",
"end": 394,
"score": 0.9996788501739502,
"start": 391,
"tag": "USERNAME",
"value": "hjm"
}
] | null | [] | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.jeeplus.modules.questions.dao.questions_as;
import org.apache.ibatis.annotations.Param;
import com.jeeplus.common.persistence.CrudDao;
import com.jeeplus.common.persistence.annotation.MyBatisDao;
impor... | 622 | 0.760656 | 0.734426 | 23 | 25.565218 | 28.624748 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 14 |
12fa9afb8259ef08b12bf8385238a71b3b028f01 | 4,733,053,979,461 | 1df4aba8deb4ba0dccc587a2ac61017b3980f0b1 | /test/com/iflytek/fin/dao/TestFinanceDao.java | 1d1d4e8f7cac20ce907d3eafa8aa528b8a666857 | [] | no_license | yhywangzx/PersonalFinance | https://github.com/yhywangzx/PersonalFinance | 8a26490c8ca5a3e3c9fb2250ae3ac9c1614028e8 | a95146394798553e7406ef4191b0a5b6bc49829c | refs/heads/master | 2021-01-21T11:56:55.181000 | 2017-05-19T05:14:35 | 2017-05-19T05:14:35 | 91,768,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iflytek.fin.dao;
import static org.junit.Assert.*;
import java.util.Date;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.BeforeClass;
import... | UTF-8 | Java | 1,147 | java | TestFinanceDao.java | Java | [] | null | [] | package com.iflytek.fin.dao;
import static org.junit.Assert.*;
import java.util.Date;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.BeforeClass;
import... | 1,147 | 0.742277 | 0.731686 | 47 | 23.106382 | 23.414156 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.510638 | false | false | 14 |
98a0283f6d4972bb2d8a1ba4c14e707086f0c3c9 | 21,371,757,286,576 | 1bc6ea9ff2d428094447f5730d693b821268786a | /com/ibm/rchland/mfgapps/client/utils/IGSCalendar.java | 58da0fdc9d03b97d242d77ea242e514fc03028dd | [] | no_license | lmrodrig/client_utils | https://github.com/lmrodrig/client_utils | 7d5020bc04fef18199a47556f62945615c7268dd | b17dc604a187ffd54cfdc42bb5af0d80e693b687 | refs/heads/master | 2020-04-18T00:50:39.569000 | 2016-09-08T21:01:37 | 2016-09-08T21:01:37 | 67,716,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Dates should follow the ISO 8601 standard YYYY-MM-DD
* The @ symbol has a predefined meaning in Java.
* Thus, Flags should not start with the @ symbol. Please use ~ instead.
*
* Date Flag IPSR/PTR Name Details
* ---------- ---- -------- ---------------- ----------------------------------
* 2... | UTF-8 | Java | 8,969 | java | IGSCalendar.java | Java | [
{
"context": "----------------------\n * 2006-04-20 31214TB R Prechel -Initial version\n * 2006-08-31 35394P",
"end": 353,
"score": 0.9961751699447632,
"start": 344,
"tag": "NAME",
"value": "R Prechel"
},
{
"context": " -Initial version\n * 2006-08-31 3539... | null | [] | /* Dates should follow the ISO 8601 standard YYYY-MM-DD
* The @ symbol has a predefined meaning in Java.
* Thus, Flags should not start with the @ symbol. Please use ~ instead.
*
* Date Flag IPSR/PTR Name Details
* ---------- ---- -------- ---------------- ----------------------------------
* 2... | 8,957 | 0.691493 | 0.681904 | 280 | 31.032143 | 28.673576 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.825 | false | false | 14 |
66218472539adb624092edac268977dbf7bd4076 | 20,564,303,433,872 | f2e46347b398c08f0939a4424d54c2f9411c8474 | /src/pages/CatalogPage.java | b80602cb1dcb8e59581761b9ee67991c5914c398 | [] | no_license | AKN053/TestAutomation | https://github.com/AKN053/TestAutomation | fac176e638f2b2fb85092c24758d1bd54c661cab | 7316a26142bfdb27359779f6ddecff8f8d9a86ae | refs/heads/master | 2020-03-26T01:21:20.938000 | 2018-09-15T08:34:20 | 2018-09-15T08:34:20 | 144,363,631 | 0 | 2 | null | false | 2018-09-15T08:34:22 | 2018-08-11T07:07:24 | 2018-09-08T12:11:49 | 2018-09-15T08:34:21 | 6,210 | 0 | 2 | 0 | Java | false | null | package pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebElement;
import pages.BasePage.MDS_Table;
import common.Config;
import common.Enumerations.ColumnName;
import framework.helpers.Elements;
public class CatalogPage extends BasePage{
... | UTF-8 | Java | 10,327 | java | CatalogPage.java | Java | [] | null | [] | package pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebElement;
import pages.BasePage.MDS_Table;
import common.Config;
import common.Enumerations.ColumnName;
import framework.helpers.Elements;
public class CatalogPage extends BasePage{
... | 10,327 | 0.738259 | 0.733127 | 253 | 39.81818 | 54.944012 | 507 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.754941 | false | false | 14 |
c9c0956c00aae5c06b3d88e4b610439cdb7d0362 | 18,562,848,675,988 | e5724329a0bcfe9ed84ecbf3801d399625c12970 | /src/oOPSconcept/Child2.java | 9c69d42ef8fe916768190305c2dee8280ab10968 | [] | no_license | rabin2004/NovemberBatchClassFiles | https://github.com/rabin2004/NovemberBatchClassFiles | 24fdd6e313982b2f8622c81877a68e60dbce6855 | d827af061e747e2afaa5826694b3721e51e140d1 | refs/heads/master | 2023-04-25T01:48:03.852000 | 2021-05-15T14:12:31 | 2021-05-15T14:12:31 | 367,648,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oOPSconcept;
public class Child2 extends Parent{
public static void main(String[] args) {
System.out.println(b);
parentMethod2();
Child2 ch2 = new Child2();
System.out.println(ch2.a);
ch2.parentMethod1();
System.out.println(boo);
grandParent2();
System.out.println(... | UTF-8 | Java | 363 | java | Child2.java | Java | [] | null | [] | package oOPSconcept;
public class Child2 extends Parent{
public static void main(String[] args) {
System.out.println(b);
parentMethod2();
Child2 ch2 = new Child2();
System.out.println(ch2.a);
ch2.parentMethod1();
System.out.println(boo);
grandParent2();
System.out.println(... | 363 | 0.628099 | 0.595041 | 22 | 14.5 | 13.217585 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 14 |
cadc967c6486eb1f8660299525414671ea2733ca | 21,371,757,292,298 | bd02936120bcfdd81d0fbbbc752e89bf49b1cf03 | /javassist/bytecode/ExceptionTable1.java | d9f0548bd4a2a053babf8133a7a99b1c529f4d6a | [] | no_license | Tuzakci/ICEHack-0.5-Source | https://github.com/Tuzakci/ICEHack-0.5-Source | f336f2b4e8f0b5ea3462f3f37da14fba7c0a554a | fc347479ce8dddb606d14b4c19dac2e7d446ca20 | refs/heads/main | 2023-01-09T08:33:56.273000 | 2020-11-13T21:37:18 | 2020-11-13T21:37:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javassist.bytecode;
class ExceptionTable1 {
int startPc;
int endPc;
int handlerPc;
int catchType;
ExceptionTable1(int paramInt1, int paramInt2, int paramInt3, int paramInt4) {
this.startPc = paramInt1;
this.endPc = paramInt2;
this.handlerPc = paramInt3;
this.catchType = pa... | UTF-8 | Java | 335 | java | ExceptionTable1.java | Java | [] | null | [] | package javassist.bytecode;
class ExceptionTable1 {
int startPc;
int endPc;
int handlerPc;
int catchType;
ExceptionTable1(int paramInt1, int paramInt2, int paramInt3, int paramInt4) {
this.startPc = paramInt1;
this.endPc = paramInt2;
this.handlerPc = paramInt3;
this.catchType = pa... | 335 | 0.689552 | 0.659701 | 18 | 17.611111 | 18.687901 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
42f59014231350825269d8e499a5f9a31366e733 | 3,624,952,422,647 | 0f150156132890f8cf6dbe59b00ec2ef9dd29dab | /PROGRAMMING_BASIC_MULTIMODULE/CarManagmentApp2/serviceCarApp2/src/main/java/CarService.java | c9593e517860a32a1e25fe4e266b566b34f75edc | [] | no_license | marcinLupa/PROGRAMMING-BASIC | https://github.com/marcinLupa/PROGRAMMING-BASIC | ff1bdaa651246a9296d6d12b0c52b7e6178b72eb | 57724710446db566385b4d099d77a0e3507c0424 | refs/heads/master | 2021-07-23T14:53:30.204000 | 2019-11-19T21:08:58 | 2019-11-19T21:08:58 | 222,784,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.google.gson.JsonParseException;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
class CarService {
private List<Car> cars;
CarService(List<String> filenameList) {
this.cars = filenameL... | UTF-8 | Java | 10,496 | java | CarService.java | Java | [] | null | [] | import com.google.gson.JsonParseException;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
class CarService {
private List<Car> cars;
CarService(List<String> filenameList) {
this.cars = filenameL... | 10,496 | 0.437976 | 0.436643 | 247 | 41.48988 | 30.699255 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 14 |
07d7e10a9746a7f71bd457451a2af745df6fe393 | 9,251,359,583,865 | 44395a83811518861318fcdcf9ec4337ae2d0692 | /app/src/main/java/com/example/nfnt/firebasefcm/DisplayNotification.java | 1e2b64106656d972446476556bce095cd05979a6 | [] | no_license | nafiantaBp1996/FirebaseFcm | https://github.com/nafiantaBp1996/FirebaseFcm | 698d54d43cb597a93e0416265155c169c21b8437 | 9edba4bd20fa50ec6bb843a8c6db631faa02dd44 | refs/heads/master | 2020-04-01T14:31:08.625000 | 2018-10-16T14:13:43 | 2018-10-16T14:13:43 | 153,297,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.nfnt.firebasefcm;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import android.net.Uri;
import android.support.v7.app.NotificationCompat;
/**
* Created by NFNT on 10/16... | UTF-8 | Java | 1,827 | java | DisplayNotification.java | Java | [
{
"context": "port.v7.app.NotificationCompat;\n\n/**\n * Created by NFNT on 10/16/2018.\n */\n\npublic class DisplayNotificat",
"end": 311,
"score": 0.9976586699485779,
"start": 307,
"tag": "USERNAME",
"value": "NFNT"
}
] | null | [] | package com.example.nfnt.firebasefcm;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import android.net.Uri;
import android.support.v7.app.NotificationCompat;
/**
* Created by NFNT on 10/16... | 1,827 | 0.679256 | 0.673235 | 65 | 27.107693 | 29.48435 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.430769 | false | false | 14 |
f66f2cb9d1bd8258be89e219abc174934f1b4e41 | 14,525,579,427,778 | 375c19661cc7352422ee239966e76ec2dc37d0f8 | /src/example/java/proxy/identifiers/MethodCallInstructionIdentifier.java | aa02d58f8c5f9de6cf94ee47d6e65cf2c6c7efaf | [
"MIT"
] | permissive | TheCyberBrick/pr0x79 | https://github.com/TheCyberBrick/pr0x79 | 50e9d1a3ba4395476ca3a19bc5b5c55fdd1224fa | 334b8d0d5c0b9223e997b6dfaeb73b596cd0682d | refs/heads/master | 2020-12-02T19:32:12.363000 | 2019-08-27T19:46:34 | 2019-08-27T19:46:34 | 96,355,606 | 5 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy.identifiers;
import java.util.Iterator;
import java.util.List;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.MethodInsnNode;
import org.objectweb.asm.tree.MethodNode;
import pr0x79.instrumentation.identification.IInstructionIdentifier;
import pr0x79.instrumentation.ident... | UTF-8 | Java | 1,766 | java | MethodCallInstructionIdentifier.java | Java | [] | null | [] | package proxy.identifiers;
import java.util.Iterator;
import java.util.List;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.MethodInsnNode;
import org.objectweb.asm.tree.MethodNode;
import pr0x79.instrumentation.identification.IInstructionIdentifier;
import pr0x79.instrumentation.ident... | 1,766 | 0.753114 | 0.746319 | 51 | 33.627453 | 33.927814 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.254902 | false | false | 14 |
986b0bcd5793c3c606a93ae4f6b898acd464e7fa | 6,468,220,783,946 | 795434741bac632b5e98dd34bc27a4851695479d | /tree/BSTIterator.java | 5eb81699f7864c16e0bf6790ae5f6f134c171b65 | [] | no_license | exmy/Algorithms | https://github.com/exmy/Algorithms | 23e34e5051200789a43c914da67f160860b0a421 | 39123230cadac11d5a819ace6ad9581c6d876c02 | refs/heads/master | 2020-04-06T14:18:46.950000 | 2019-04-03T13:35:46 | 2019-04-03T13:35:46 | 157,536,191 | 1 | 1 | null | false | 2018-12-21T04:51:21 | 2018-11-14T11:05:49 | 2018-12-20T13:23:57 | 2018-12-20T13:23:55 | 47 | 0 | 0 | 0 | Java | false | null | public class BSTIterator {
private LinkedList<TreeNode> stack;
public BSTIterator(TreeNode root) {
stack = new LinkedList<>();
add(root);
}
/** @return whether we have a next smallest number */
public boolean hasNext() {
return !stack.isEmpty();
}
/** @return the n... | UTF-8 | Java | 609 | java | BSTIterator.java | Java | [] | null | [] | public class BSTIterator {
private LinkedList<TreeNode> stack;
public BSTIterator(TreeNode root) {
stack = new LinkedList<>();
add(root);
}
/** @return whether we have a next smallest number */
public boolean hasNext() {
return !stack.isEmpty();
}
/** @return the n... | 609 | 0.543514 | 0.543514 | 27 | 21.555555 | 15.729975 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
fa3a0ab4529080e51c64904a0cd58b68eba93373 | 1,219,770,744,576 | a60c908235a07dc46b737ec3e2ee49dcdbcc8268 | /Java/src/org/magnos/steer/target/TargetRelative.java | 356f637894e793f2b2921ddf17ae5f616e7b0b7a | [] | no_license | kyleburkhardt/steerio | https://github.com/kyleburkhardt/steerio | e5553eed0e58a17c22dbc59da72268203c0a0d67 | 4b8f8a90dc86a78dfc2c2152c6f7ef6f011e0fbe | refs/heads/master | 2021-01-18T06:28:59.118000 | 2014-08-16T03:32:05 | 2014-08-16T03:32:05 | 12,492,225 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.magnos.steer.target;
import org.magnos.steer.SteerSubject;
import org.magnos.steer.Target;
import org.magnos.steer.vec.Vec;
// when your target is not relative to you, it's relative to another steer subject.
public class TargetRelative<V extends Vec<V>> implements Target<V>
{
public SteerSubject<V> r... | UTF-8 | Java | 650 | java | TargetRelative.java | Java | [] | null | [] | package org.magnos.steer.target;
import org.magnos.steer.SteerSubject;
import org.magnos.steer.Target;
import org.magnos.steer.vec.Vec;
// when your target is not relative to you, it's relative to another steer subject.
public class TargetRelative<V extends Vec<V>> implements Target<V>
{
public SteerSubject<V> r... | 650 | 0.689231 | 0.689231 | 26 | 24 | 24.205849 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 14 |
d98b2565072f349db8daa71593d29634c1950c6e | 1,039,382,122,884 | a0aabbaa605fde80b9bf480b37a2ad688492fbbb | /src/Easy/Factorial.java | d2949445acd4c5772b5743ffaf92fbb2257c16bc | [] | no_license | jejobueno/opdracthen | https://github.com/jejobueno/opdracthen | 7a02c41b3da17801feddbcd83b26b4481fcad398 | df4c8eee770f4616ae664b035f05ef779d07c37a | refs/heads/master | 2022-11-28T05:22:57.895000 | 2020-08-07T13:36:31 | 2020-08-07T13:36:31 | 285,836,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Easy;
import java.util.Scanner;
public class Factorial {
public static void main(String[] args) {
Scanner kbd = new Scanner(System.in);
System.out.println("Introduce a number");
int number = kbd.nextInt();
System.out.println("Factorial: ");
System.out.println(facto... | UTF-8 | Java | 524 | java | Factorial.java | Java | [] | null | [] | package Easy;
import java.util.Scanner;
public class Factorial {
public static void main(String[] args) {
Scanner kbd = new Scanner(System.in);
System.out.println("Introduce a number");
int number = kbd.nextInt();
System.out.println("Factorial: ");
System.out.println(facto... | 524 | 0.566794 | 0.562977 | 23 | 21.782608 | 18.127462 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 14 |
dd14819ff9b16281b7642cba89ff0aa4fc63bba1 | 30,451,318,156,192 | c81dd37adb032fb057d194b5383af7aa99f79c6a | /java/com/facebook/ads/redexgen/X/C0390Fg.java | 6aac0bbc8f83b5c742a55467b27ee8390a97d531 | [] | no_license | hongnam207/pi-network-source | https://github.com/hongnam207/pi-network-source | 1415a955e37fe58ca42098967f0b3307ab0dc785 | 17dc583f08f461d4dfbbc74beb98331bf7f9e5e3 | refs/heads/main | 2023-03-30T07:49:35.920000 | 2021-03-28T06:56:24 | 2021-03-28T06:56:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ads.redexgen.X;
/* renamed from: com.facebook.ads.redexgen.X.Fg reason: case insensitive filesystem */
public final class C0390Fg extends C0681Qv {
public C0390Fg(String str, Throwable th) {
super(str, th);
}
}
| UTF-8 | Java | 250 | java | C0390Fg.java | Java | [] | null | [] | package com.facebook.ads.redexgen.X;
/* renamed from: com.facebook.ads.redexgen.X.Fg reason: case insensitive filesystem */
public final class C0390Fg extends C0681Qv {
public C0390Fg(String str, Throwable th) {
super(str, th);
}
}
| 250 | 0.708 | 0.66 | 8 | 30.25 | 27.729723 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
4e875047ff7c8c1599f660bc6c2f57020f72546e | 12,610,024,005,710 | ef7ea390ecefa3262ccd04eb4d0d69b5c67aaff3 | /src/main/java/com/rbkmoney/fraudbusters/listener/events/clickhouse/ChargebackEventListener.java | 97c9e1a9f01e71e924881e979c9dad6f595ababb | [
"Apache-2.0"
] | permissive | rbkmoney/fraudbusters | https://github.com/rbkmoney/fraudbusters | e83484e01be74ef05a70baf3478ecb81e44c0c51 | 8afd73d4b237012a071f6ba7d15ee3922afbce27 | refs/heads/master | 2023-06-30T11:49:09.023000 | 2021-12-06T13:41:08 | 2021-12-06T13:41:08 | 159,638,539 | 40 | 13 | Apache-2.0 | false | 2023-06-14T22:36:43 | 2018-11-29T09:12:21 | 2023-01-29T03:19:07 | 2023-06-14T22:36:43 | 2,489 | 39 | 11 | 1 | Java | false | false | package com.rbkmoney.fraudbusters.listener.events.clickhouse;
import com.rbkmoney.damsel.fraudbusters.Chargeback;
import com.rbkmoney.fraudbusters.config.service.ListenersConfigurationService;
import com.rbkmoney.fraudbusters.repository.Repository;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4... | UTF-8 | Java | 1,584 | java | ChargebackEventListener.java | Java | [] | null | [] | package com.rbkmoney.fraudbusters.listener.events.clickhouse;
import com.rbkmoney.damsel.fraudbusters.Chargeback;
import com.rbkmoney.fraudbusters.config.service.ListenersConfigurationService;
import com.rbkmoney.fraudbusters.repository.Repository;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4... | 1,584 | 0.708965 | 0.707071 | 41 | 37.634148 | 28.729824 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 14 |
afc0139abd2554b0dbcbd1f4462f76249cb6dfbf | 32,091,995,667,077 | 5288a521d25dbaa93165069a9524041f93221907 | /src/test/java/test/OwnerTest.java | 44249e9cf86bb5528f2ab76e2c8ebb2478fe8f6f | [] | no_license | dstumpe264/Lemonade | https://github.com/dstumpe264/Lemonade | e73af0896fb639f17550d28b4e9733874347b512 | 589f47a79fbc2bb2cda291c3ff4c66ac360d0d83 | refs/heads/main | 2023-06-18T10:32:09.864000 | 2021-07-25T08:40:01 | 2021-07-25T08:40:01 | 385,455,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import org.junit.Assert;
import static org.junit.Assert.assertEquals;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.PersistenceContext;
import org.junit.Before;
import org.junit.After;
import org.ju... | UTF-8 | Java | 1,178 | java | OwnerTest.java | Java | [
{
"context": " owner = em.find(Owner.class, 1);\n\t\tassertEquals(\"david\", owner.getFirstName());\n\t\tassertEquals(\"stumpe\",",
"end": 1051,
"score": 0.8890732526779175,
"start": 1046,
"tag": "NAME",
"value": "david"
},
{
"context": "s(\"david\", owner.getFirstName());\n\t\tasser... | null | [] | package test;
import org.junit.Assert;
import static org.junit.Assert.assertEquals;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.PersistenceContext;
import org.junit.Before;
import org.junit.After;
import org.ju... | 1,178 | 0.760611 | 0.758065 | 49 | 23.040817 | 18.493196 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.44898 | false | false | 14 |
e3c5c9d92839cb9cb0026a8e4f542a5966d5be2f | 26,405,458,968,039 | 184d369800382b896a8cf2e890b069cc8e4e5118 | /services/messaging/src/main/java/com/github/punchat/messaging/domain/role/RoleFinderImpl.java | 9f6c5f703943d1a4e072bf6131ab596c1ee705f5 | [
"Apache-2.0"
] | permissive | punchat/punchat | https://github.com/punchat/punchat | 839864dfe02c0b1a2ba892791eb288f9649311f2 | 969f64e12a0ac9357ec693de075c9a928e8a783a | refs/heads/dev | 2020-03-07T14:45:21.661000 | 2018-06-10T05:29:54 | 2018-06-10T05:29:54 | 127,534,735 | 1 | 0 | Apache-2.0 | false | 2018-06-10T05:29:55 | 2018-03-31T13:32:09 | 2018-06-09T21:04:45 | 2018-06-10T05:29:54 | 517 | 0 | 0 | 9 | Java | false | null | package com.github.punchat.messaging.domain.role;
import com.github.punchat.messaging.domain.ResourceNotFoundException;
import com.github.punchat.messaging.domain.channel.BroadcastChannel;
import org.springframework.stereotype.Service;
import java.util.Set;
@Service
public class RoleFinderImpl implements RoleFinder ... | UTF-8 | Java | 1,219 | java | RoleFinderImpl.java | Java | [] | null | [] | package com.github.punchat.messaging.domain.role;
import com.github.punchat.messaging.domain.ResourceNotFoundException;
import com.github.punchat.messaging.domain.channel.BroadcastChannel;
import org.springframework.stereotype.Service;
import java.util.Set;
@Service
public class RoleFinderImpl implements RoleFinder ... | 1,219 | 0.723544 | 0.723544 | 38 | 31.078947 | 30.38904 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 14 |
422ea14734feeea825f2be58bc8bfa2ebbe37a24 | 26,405,458,965,076 | 12adc9013be2e2274f837c330471e3c49edbb830 | /src/main/java/ca/joyfactory/coims/controller/RestExceptionController.java | 55f047c25a8ebc4d11c2a955bfa03b8e33d66469 | [] | no_license | johndpope/coims | https://github.com/johndpope/coims | 77501b71e58183e09f4c2f3044e814b5f39e4ef0 | 41218665b211c97d293ecec646212fc475ae00f6 | refs/heads/master | 2023-06-19T17:45:54.933000 | 2021-07-19T17:04:01 | 2021-07-19T17:04:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.joyfactory.coims.controller;
import ca.joyfactory.coims.exception.*;
import ca.joyfactory.coims.service.ExceptionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.... | UTF-8 | Java | 1,964 | java | RestExceptionController.java | Java | [
{
"context": "web.context.request.WebRequest;\n\n/**\n * Created by Joinsu on 2018-07-24.\n */\n@ControllerAdvice\npublic class",
"end": 503,
"score": 0.9985479116439819,
"start": 497,
"tag": "USERNAME",
"value": "Joinsu"
}
] | null | [] | package ca.joyfactory.coims.controller;
import ca.joyfactory.coims.exception.*;
import ca.joyfactory.coims.service.ExceptionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.... | 1,964 | 0.798371 | 0.794297 | 45 | 42.622223 | 38.113449 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
031b04a92642c24a73ef903b4ec0ae5956e42df2 | 30,803,505,475,289 | c0163d6924d50810d341fe03649acd647a463839 | /junit-rule/src/test/java/com/advenoh/rules/SpringContextRule.java | dfce12de4d2be459771c67d8164467a49a13b84e | [] | no_license | legend59/tutorials-java | https://github.com/legend59/tutorials-java | 2156d165041d042e23c7106c7ce46ad17e378bc8 | 783bdf228142fe1a0dc7c06b0d0d20d3101dead5 | refs/heads/master | 2023-06-26T18:28:46.801000 | 2021-07-25T01:47:38 | 2021-07-25T01:47:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.advenoh.rules;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class SpringContextRule implem... | UTF-8 | Java | 1,035 | java | SpringContextRule.java | Java | [] | null | [] | package com.advenoh.rules;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class SpringContextRule implem... | 1,035 | 0.738164 | 0.738164 | 42 | 23.666666 | 23.415163 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.071429 | false | false | 14 |
964bcc337b09ecb150c3ce1f60244406b0896987 | 8,804,682,959,595 | c7af8140f796046eb48d0885bf6451ba50a52686 | /itemcenter/item-core/src/main/java/com/mockuai/itemcenter/core/dao/ItemExtraInfoDAO.java | 104c75ecad9bdb107e1d08e4984917986a38b897 | [] | no_license | dijkstr/hzmklearn | https://github.com/dijkstr/hzmklearn | 2ad4c3a4a475e92a81a74e7068ea52d660183dea | 944cd0ddcc6d1bbcbe8500fdf8722697ec54ea41 | refs/heads/master | 2018-01-07T09:58:33.373000 | 2015-08-11T09:29:42 | 2015-08-11T09:29:42 | 40,533,315 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mockuai.itemcenter.core.dao;
import java.util.List;
import org.springframework.stereotype.Service;
import com.mockuai.itemcenter.common.domain.qto.ItemExtraInfoQTO;
import com.mockuai.itemcenter.core.domain.ItemExtraInfoDO;
@Service
public interface ItemExtraInfoDAO {
/**
* 增加商品扩展信息
... | UTF-8 | Java | 1,085 | java | ItemExtraInfoDAO.java | Java | [] | null | [] | package com.mockuai.itemcenter.core.dao;
import java.util.List;
import org.springframework.stereotype.Service;
import com.mockuai.itemcenter.common.domain.qto.ItemExtraInfoQTO;
import com.mockuai.itemcenter.core.domain.ItemExtraInfoDO;
@Service
public interface ItemExtraInfoDAO {
/**
* 增加商品扩展信息
... | 1,085 | 0.676441 | 0.676441 | 54 | 16.351852 | 19.903618 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 14 |
73773bd9ad06e2c92a7f599ea02c3a1c211b1430 | 8,804,682,958,984 | a55be06e591283070028badd4f85d8252c53571e | /dubbo-serviceinvoke/src/main/java/com/kl/dubbotest/serviceinvoke/provider/DemoServiceImpl.java | 4cfcc766a71707cb191106bfdd966ee95556fd94 | [] | no_license | number-0/dubbo-test | https://github.com/number-0/dubbo-test | 4a386067eda2ed57749d4cd252fbe22f811406cd | b96392c82e041f9c004ce07d9a3a866a90f757b6 | refs/heads/master | 2022-12-22T07:52:28.739000 | 2019-07-31T13:49:29 | 2019-07-31T13:49:29 | 196,119,313 | 1 | 0 | null | false | 2022-12-16T06:26:43 | 2019-07-10T02:51:59 | 2019-07-31T13:49:39 | 2022-12-16T06:26:40 | 39 | 1 | 0 | 9 | Java | false | false | package com.kl.dubbotest.serviceinvoke.provider;
import com.alibaba.dubbo.rpc.RpcContext;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
/**
* @author songhengliang
* @date 2019/7/29
*/
public class DemoServiceImpl implements DemoService {
@Override
public String sayHel... | UTF-8 | Java | 883 | java | DemoServiceImpl.java | Java | [
{
"context": "til.Date;\nimport java.util.Random;\n\n/**\n * @author songhengliang\n * @date 2019/7/29\n */\npublic class DemoServiceIm",
"end": 203,
"score": 0.9612371325492859,
"start": 190,
"tag": "USERNAME",
"value": "songhengliang"
}
] | null | [] | package com.kl.dubbotest.serviceinvoke.provider;
import com.alibaba.dubbo.rpc.RpcContext;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
/**
* @author songhengliang
* @date 2019/7/29
*/
public class DemoServiceImpl implements DemoService {
@Override
public String sayHel... | 883 | 0.613817 | 0.600227 | 28 | 30.535715 | 27.252106 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 14 |
9dc4308d533e25a053ff89b20e64837940225390 | 13,211,319,424,561 | b5b9ecfedf8fdffc05bd0ceff4609e644e8af977 | /Ambulatorio/src/com/digital/business/EmpresaBusiness.java | 0fd3a233c2276b62f2c0c5f7365ab1bc8172a7c7 | [] | no_license | worlock257/Digital | https://github.com/worlock257/Digital | be73999fe2965d27cd47002d6ba7910ec1a67696 | c14c051a76511a466ecc8b6522584e84177b8859 | refs/heads/master | 2021-03-12T22:51:23.209000 | 2013-07-10T00:48:16 | 2013-07-10T00:48:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.digital.business;
import java.util.List;
import com.digital.bean.EmpresaBean;
import com.digital.dao.EmpresaDAO;
public class EmpresaBusiness {
public Boolean salvarAtualizarEmpresa(EmpresaBean bean) {
EmpresaDAO dao = new EmpresaDAO();
if(bean.getIdEmpresa() == 0){
if(dao.salvar... | UTF-8 | Java | 599 | java | EmpresaBusiness.java | Java | [] | null | [] | package com.digital.business;
import java.util.List;
import com.digital.bean.EmpresaBean;
import com.digital.dao.EmpresaDAO;
public class EmpresaBusiness {
public Boolean salvarAtualizarEmpresa(EmpresaBean bean) {
EmpresaDAO dao = new EmpresaDAO();
if(bean.getIdEmpresa() == 0){
if(dao.salvar... | 599 | 0.632721 | 0.631052 | 37 | 14.189189 | 16.378691 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675676 | false | false | 14 |
cc40ee3496f2bbc0835917206a5cfa300ae06d94 | 10,531,259,824,518 | bd2102f37843be1a3e9fb9ee4265618c725e7017 | /toeic-core-utils/src/main/java/vn/toeiconline/core/utils/CommentBeanUtil.java | 75198f49b956ef93bedf498631c998d6c50d5701 | [] | no_license | traan88/example-toeic-online | https://github.com/traan88/example-toeic-online | 266f9b804b3c0b60863e0ffdd8c504d567d441a7 | b3cc73856f7bc6f382a7ef71627126ef20fb12bb | refs/heads/master | 2020-04-04T04:54:18.035000 | 2018-12-04T09:56:50 | 2018-12-04T09:56:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.toeiconline.core.utils;
import vn.toeiconline.core.dto.CommentDTO;
import vn.toeiconline.core.persistence.entity.CommentEntity;
public class CommentBeanUtil {
public static CommentDTO entity2Dto(CommentEntity entity) {
CommentDTO dto = new CommentDTO();
dto.setCommentId(entity.getCommen... | UTF-8 | Java | 1,113 | java | CommentBeanUtil.java | Java | [] | null | [] | package vn.toeiconline.core.utils;
import vn.toeiconline.core.dto.CommentDTO;
import vn.toeiconline.core.persistence.entity.CommentEntity;
public class CommentBeanUtil {
public static CommentDTO entity2Dto(CommentEntity entity) {
CommentDTO dto = new CommentDTO();
dto.setCommentId(entity.getCommen... | 1,113 | 0.72327 | 0.71788 | 25 | 43.52 | 29.528454 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 14 |
9f6932815ab03bf79e57b46fea1e4af985483dd7 | 11,003,706,224,390 | eaa1fbb7ac58caab6978e95cddce98ca23cab9b4 | /components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/importexport/utils/APIProductExportUtil.java | e4a82888fdc04d08ce73497d2ee45a367114fd2b | [
"Apache-2.0"
] | permissive | dushaniw/carbon-apimgt | https://github.com/dushaniw/carbon-apimgt | e5034e18f685759137f54e2b975d61761580518b | f0e313c5e82e76068cf9f03d36f077bff44ef7df | refs/heads/api-history-2 | 2023-08-04T15:11:54.824000 | 2021-01-18T08:10:11 | 2021-01-18T08:10:11 | 132,562,145 | 1 | 0 | Apache-2.0 | true | 2021-06-29T23:15:31 | 2018-05-08T06:08:07 | 2021-01-19T06:41:20 | 2021-06-29T23:15:28 | 510,117 | 0 | 0 | 16 | Java | false | false | /*
* Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.apach... | UTF-8 | Java | 16,415 | java | APIProductExportUtil.java | Java | [
{
"context": "h the resources should be considered\n * @param userName User name of the requester\n ",
"end": 6462,
"score": 0.44055917859077454,
"start": 6454,
"tag": "NAME",
"value": "userName"
},
{
"context": "considered\n * @param userName ... | null | [] | /*
* Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.apach... | 16,395 | 0.696132 | 0.694121 | 299 | 53.899666 | 39.46172 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635451 | false | false | 14 |
91395b3110d8e47e0db3845bcab4d20563f8e8e4 | 33,646,773,821,326 | acbaab43b3821300a4a721cf68e828b3df551788 | /src/test/java/practice/StudentServiceTest.java | f2a2499a59569f53d391c9cf6dbd79cc9020e4f5 | [] | no_license | crawford123/lessonthree-SpringBoot | https://github.com/crawford123/lessonthree-SpringBoot | 2dfd32d668a794f88aa72f88ebe47817bbdda7dc | 9db07aad64bfeb92cc66ea7493bd267dbb4565a7 | refs/heads/master | 2021-05-05T02:53:03.291000 | 2018-02-01T02:32:15 | 2018-02-01T02:32:15 | 119,771,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
import com.paul.entity.Student;
import com.paul.service.StudentService;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import java.util.*;
/**
* created with IntelliJ IDEA
* User: FengZhi
* Date: 1/20/2018
* Time: 4:47 PM
* Email:204553... | UTF-8 | Java | 1,519 | java | StudentServiceTest.java | Java | [
{
"context": "util.*;\n/**\n * created with IntelliJ IDEA\n * User: FengZhi\n * Date: 1/20/2018\n * Time: 4:47 PM\n * Email:2",
"end": 265,
"score": 0.7573370933532715,
"start": 261,
"tag": "NAME",
"value": "Feng"
},
{
"context": "*;\n/**\n * created with IntelliJ IDEA\n * User: Feng... | null | [] | package practice;
import com.paul.entity.Student;
import com.paul.service.StudentService;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import java.util.*;
/**
* created with IntelliJ IDEA
* User: FengZhi
* Date: 1/20/2018
* Time: 4:47 PM
* Email:<EMAIL... | 1,509 | 0.649111 | 0.634628 | 64 | 22.734375 | 17.914068 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390625 | false | false | 14 |
5115f7e6b7a0858159ac14fcfecf52a9153a6cc2 | 31,327,491,457,397 | 0aefc430e759fa316ebf4d0c624a79077a60ac4e | /Wanpu_Demo_dex2jar_cfr/cn/waps/cj.java | 41d80195ef8296c5ba610bf696feed95381ec9c0 | [] | no_license | RyanTech/Wanpu | https://github.com/RyanTech/Wanpu | f27864b817a8e0cd3a6503cc57721857a49b9c8c | 5d65afd0ed362da70628aa51588ba354869d5678 | refs/heads/master | 2018-01-15T13:10:11.800000 | 2014-12-18T08:42:22 | 2014-12-18T08:42:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_79.
*/
package cn.waps;
import cn.waps.AdInfo;
import cn.waps.bu;
import cn.waps.ck;
class cj
implements Runnable {
AdInfo a;
final /* synthetic */ bu b;
cj(bu bu, AdInfo adInfo) {
this.b = bu;
this.a = adInfo;
}
public void run() {
new ck(thi... | UTF-8 | Java | 341 | java | cj.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_79.
*/
package cn.waps;
import cn.waps.AdInfo;
import cn.waps.bu;
import cn.waps.ck;
class cj
implements Runnable {
AdInfo a;
final /* synthetic */ bu b;
cj(bu bu, AdInfo adInfo) {
this.b = bu;
this.a = adInfo;
}
public void run() {
new ck(thi... | 341 | 0.560117 | 0.55132 | 23 | 13.782609 | 10.930438 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 14 |
55c70157d8dcd75bc39dad6c47ac90c5c3e432ef | 31,327,491,457,483 | ade8f911e9ac2a22566b7fbcb31bae0913716d1b | /Robot.java | fe041a24ca4a7c52e0c20e84ba8b7a0567f4d76b | [] | no_license | prezydium/iSA-second-weekend-exercises | https://github.com/prezydium/iSA-second-weekend-exercises | 68ae43ea56dbb4013c491cf0eb64fb4ca89cadeb | 8a8b4dde71bb7d2673e90dba12074e539d0e0a22 | refs/heads/master | 2021-05-08T14:27:51.042000 | 2018-02-05T06:47:16 | 2018-02-05T06:47:16 | 120,086,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Robot {
private List<String> wordList = new ArrayList<String>(Arrays.asList("thank", "you", "for", "teaching", "me", "i", "already", "know", "the", "word", "do",... | UTF-8 | Java | 1,098 | java | Robot.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Robot {
private List<String> wordList = new ArrayList<String>(Arrays.asList("thank", "you", "for", "teaching", "me", "i", "already", "know", "the", "word", "do",... | 1,098 | 0.587432 | 0.586521 | 33 | 32.272728 | 33.444908 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 14 |
1d2f7cd441ce310a09efc8e77b79382fb65d80a8 | 3,109,556,346,308 | 705994c37940413616a4866ea2fa0608e6d014b1 | /src/main/java/com/app/main/dao/WinnerDAO.java | c4dbf13849d316cadbb506c960d867f9b36c5234 | [] | no_license | gr1sha/teller-machine | https://github.com/gr1sha/teller-machine | f17c8d00667abeda25069d42615170340885cda3 | 83be737a3ac803d79e3d0a6dd8ea4e6fe56444be | refs/heads/master | 2016-09-16T13:25:21.177000 | 2014-10-22T18:55:28 | 2014-10-22T18:55:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.main.dao;
import com.app.main.iWinnerDAO;
public class WinnerDAO implements iWinnerDAO {
private Integer winner = 1;
public Integer getWinner() {
return winner;
}
public void setWinner(Integer winner) {
this.winner = winner;
}
}
| UTF-8 | Java | 258 | java | WinnerDAO.java | Java | [] | null | [] | package com.app.main.dao;
import com.app.main.iWinnerDAO;
public class WinnerDAO implements iWinnerDAO {
private Integer winner = 1;
public Integer getWinner() {
return winner;
}
public void setWinner(Integer winner) {
this.winner = winner;
}
}
| 258 | 0.732558 | 0.728682 | 13 | 18.846153 | 15.60496 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 14 |
b4f25be4f6756bc191dab506a2d78c91cd306f40 | 18,580,028,548,303 | cf8fd42e927a0f016b99e3daf8b1ce4bc122ead1 | /Algorithms/src/miscellaneous/BinarySearch.java | ec65315770bf92a21c9d77bea0dbb8efdef7a143 | [] | no_license | amitsaroj001/Algorithm_DS_Exercise | https://github.com/amitsaroj001/Algorithm_DS_Exercise | e934a40d059c51d938532fe4a125b6adba56fb45 | d1574e00f7a6908e1d4801b2368aa870e40f1f1a | refs/heads/master | 2021-01-24T09:39:34.052000 | 2016-10-11T13:40:23 | 2016-10-11T13:40:23 | 69,525,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package miscellaneous;
import java.util.Scanner;
/**
* Name : Amit Saroj
* Topic : miscellaneous
* Subtopic : BinarySearch.java
* Complexity : Log n
*/
public class BinarySearch {
public static void main(String[] args) {
Scanner n = new Scanner(System.in);
System.out.println("Enter the size of Array");
... | UTF-8 | Java | 1,106 | java | BinarySearch.java | Java | [
{
"context": "neous;\n\nimport java.util.Scanner;\n\n/**\n * Name \t: Amit Saroj\n * Topic \t: miscellaneous\n * Subtopic : BinarySea",
"end": 77,
"score": 0.9997992515563965,
"start": 67,
"tag": "NAME",
"value": "Amit Saroj"
}
] | null | [] | package miscellaneous;
import java.util.Scanner;
/**
* Name : <NAME>
* Topic : miscellaneous
* Subtopic : BinarySearch.java
* Complexity : Log n
*/
public class BinarySearch {
public static void main(String[] args) {
Scanner n = new Scanner(System.in);
System.out.println("Enter the size of Array");
in... | 1,102 | 0.597649 | 0.589512 | 56 | 18.75 | 16.448242 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.517857 | false | false | 14 |
6dfd84fd26bcdefe78fde51457fea1ac9967dc2a | 24,713,241,847,367 | 91cd26d5795a3da886a6fd8a924aae1ea32ef52e | /src/main/java/BotFeaturesCodes/testRunBotFeatures.java | a94e0955c907b933324aa34f4ef820781fd89d43 | [] | no_license | AryanGitHub/Tercord | https://github.com/AryanGitHub/Tercord | 34d7a08324550c67ff95cc63d203a273b245a042 | 409c8459a20d1635c8dc4a5cda0ccf83a7ad0a20 | refs/heads/main | 2023-08-28T05:54:27.264000 | 2021-10-30T03:38:15 | 2021-10-30T03:38:15 | 418,938,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BotFeaturesCodes;
public class testRunBotFeatures {
public static void main(String[] args) {
String code = "```c\r\n"
+ "#include <stdio.h>\r\n"
+ "\r\n"
+ "int main (){\r\n"
+ "\r\n"
+ "printf(\"%d\",-6/7);\r\n"
+ "}\r\n"
+ "```";
System.out.println(CProgramRunn... | UTF-8 | Java | 365 | java | testRunBotFeatures.java | Java | [] | null | [] | package BotFeaturesCodes;
public class testRunBotFeatures {
public static void main(String[] args) {
String code = "```c\r\n"
+ "#include <stdio.h>\r\n"
+ "\r\n"
+ "int main (){\r\n"
+ "\r\n"
+ "printf(\"%d\",-6/7);\r\n"
+ "}\r\n"
+ "```";
System.out.println(CProgramRunn... | 365 | 0.523288 | 0.517808 | 18 | 18.277779 | 17.387114 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 14 |
dd1b098c97f1027b998aa75cd6afcc233e4143b5 | 2,765,958,979,109 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/com/fasterxml/jackson/databind/ser/impl/IndexedListSerializer.java | 366f8bf0386b07c75c429d5fd7258f6105d2f4b4 | [] | no_license | stanvanrooy/decompiled-instagram | https://github.com/stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155000 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fasterxml.jackson.databind.ser.impl;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.annotation.JacksonStdImpl;
import com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase;
import java.util.List;
import p000X.C0L;
import p000X.C27148BzD;
import p000X.C272... | UTF-8 | Java | 814 | java | IndexedListSerializer.java | Java | [] | null | [] | package com.fasterxml.jackson.databind.ser.impl;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.annotation.JacksonStdImpl;
import com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase;
import java.util.List;
import p000X.C0L;
import p000X.C27148BzD;
import p000X.C272... | 814 | 0.80344 | 0.742015 | 20 | 39.700001 | 38.727379 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 14 |
0d16490d3ed2c2ec2e3a8b82e9559ddeaad352d9 | 26,079,041,449,740 | 6fe337c746a075fe28b958537039f9870daa14ab | /src/checkers/classes/FieldViewControl.java | f2221ed8f142c09cb0abca0ba00ee67c2e3443f1 | [] | no_license | Shhatter/Checkers_CS_CLI | https://github.com/Shhatter/Checkers_CS_CLI | fae20d6151b07e2913ce595491272dbc47849863 | f11e96020abeec0252903697691de0ec923b1148 | refs/heads/master | 2021-01-24T06:56:05.110000 | 2017-07-09T20:56:46 | 2017-07-09T20:56:46 | 93,327,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package checkers.classes;
import checkers.enums.PawnColor;
import javafx.scene.image.ImageView;
import javafx.scene.layout.StackPane;
public class FieldViewControl
{
StackPane gridField;
int n;
int m;
ImageView viewedImage;
PawnColor pawnColor;
public FieldViewControl(StackPane gridField, ... | UTF-8 | Java | 1,295 | java | FieldViewControl.java | Java | [] | null | [] | package checkers.classes;
import checkers.enums.PawnColor;
import javafx.scene.image.ImageView;
import javafx.scene.layout.StackPane;
public class FieldViewControl
{
StackPane gridField;
int n;
int m;
ImageView viewedImage;
PawnColor pawnColor;
public FieldViewControl(StackPane gridField, ... | 1,295 | 0.594595 | 0.594595 | 79 | 15.392406 | 16.83984 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341772 | false | false | 14 |
7c014953e909fae69a2611ccc7978486c41eaa02 | 3,204,045,644,045 | 5fb73e173381dd13498622763662472327e2b55c | /myapp/WeichatApp/app/src/main/java/org/weishe/weichat/util/SpUtil.java | bc08c5bd6230e2823bd3f7a36bd3dc797e5e6020 | [] | no_license | chimuca/myapp | https://github.com/chimuca/myapp | 26ba10b07f7eeb3776737f3007fff3f10852ba55 | 0708180429ee23b2b416560bcac9e0ddd6f934d7 | refs/heads/master | 2021-01-10T13:40:10.459000 | 2016-01-03T12:49:49 | 2016-01-03T12:49:49 | 48,651,039 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.weishe.weichat.util;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
public class SpUtil {
private static final String NAME = "QQ";
private static SpUtil instance;
static {
instance = new SpUtil();
}
public static SpUtil ge... | UTF-8 | Java | 1,027 | java | SpUtil.java | Java | [] | null | [] | package org.weishe.weichat.util;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
public class SpUtil {
private static final String NAME = "QQ";
private static SpUtil instance;
static {
instance = new SpUtil();
}
public static SpUtil ge... | 1,027 | 0.743914 | 0.743914 | 42 | 23.452381 | 21.157238 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 14 |
b551153e632de462beadca7b67c1b2b7f4b6f843 | 7,249,904,859,024 | cfe27887755ce881e7c92e4ffcda258b580e1056 | /AngluinImp/src/Main.java | 8b4214ca97a9570e016d50f197224d22e785be2d | [] | no_license | ShakeAnApple/active-learning | https://github.com/ShakeAnApple/active-learning | d9c6b51f895f8db03501b3828ca5854ddfce4921 | 5213be65d954df3d447bf4e19fbdc1c56fb383b3 | refs/heads/master | 2020-03-15T05:07:43.866000 | 2019-02-26T13:56:56 | 2019-02-26T13:56:56 | 131,982,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import automaton.Automaton;
import config.*;
import connection.matlab.MatlabConnector;
import connection.nxt.NxtStudioConnector;
import impl.LearningService;
import simulation.SimulationService;
import utils.AlphabetConstructor;
import utils.NusmvConverter;
import utils.SerializationUtils;
import values.Symbol;
import... | UTF-8 | Java | 8,605 | java | Main.java | Java | [
{
"context": "\\\\cylinder_simulink\";\n// String sysName = \"Cylinder_simple\";\n ///////////////////////////////////////",
"end": 2389,
"score": 0.9337550401687622,
"start": 2374,
"tag": "USERNAME",
"value": "Cylinder_simple"
}
] | null | [] | import automaton.Automaton;
import config.*;
import connection.matlab.MatlabConnector;
import connection.nxt.NxtStudioConnector;
import impl.LearningService;
import simulation.SimulationService;
import utils.AlphabetConstructor;
import utils.NusmvConverter;
import utils.SerializationUtils;
import values.Symbol;
import... | 8,605 | 0.68588 | 0.67147 | 152 | 55.611843 | 52.011013 | 216 | false | false | 0 | 0 | 0 | 0 | 65 | 0.007554 | 1.302632 | false | false | 14 |
af63a19b433da3965410724f49702751c1b26925 | 24,610,162,661,028 | 29a31d7cf03c87976636499cc80f3a939c8b18cb | /core/src/com/mygdx/game/systems/CameraSystem.java | 537bd7ba1f23ec87d5c935d55fafbbb881f1ca06 | [] | no_license | zolixes/Ashley-LibGdx-Tests-2D | https://github.com/zolixes/Ashley-LibGdx-Tests-2D | c28f8bd7a6e00ef1657726e6eab89993b34e1d16 | a947baf70eb3d61fabb0072b712a979ee650bfb9 | HEAD | 2017-12-07T06:48:13.291000 | 2017-01-21T14:17:48 | 2017-01-21T14:17:48 | 79,649,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mygdx.game.systems;
import com.badlogic.ashley.core.Entity;
import com.badlogic.ashley.core.EntitySystem;
import com.badlogic.ashley.core.Family;
import com.badlogic.ashley.systems.IteratingSystem;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.math.Vector3;
import com.mygdx.g... | UTF-8 | Java | 1,278 | java | CameraSystem.java | Java | [
{
"context": "me.helpers.Mappers.positionMapper;\n\n/** Created by Giuseppe on 1/14/2017. */\npublic class CameraSystem extend",
"end": 549,
"score": 0.9249706268310547,
"start": 541,
"tag": "USERNAME",
"value": "Giuseppe"
}
] | null | [] | package com.mygdx.game.systems;
import com.badlogic.ashley.core.Entity;
import com.badlogic.ashley.core.EntitySystem;
import com.badlogic.ashley.core.Family;
import com.badlogic.ashley.systems.IteratingSystem;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.math.Vector3;
import com.mygdx.g... | 1,278 | 0.715962 | 0.708138 | 41 | 30.170732 | 24.891867 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 14 |
5e231c1a8253cca6c47dce7926560de834286bdb | 22,436,909,181,358 | 538414f61a305cf84e00cbd0f2c154e4fa99ccb7 | /modules/org.zsoft.ecommerce/src/org/zsoft/ecommerce/order/client/attends/response/Sv97fehler.java | b5b2067b9db0dc2b9c7fc3fbf4dd5363ae672d79 | [] | no_license | q3neeko/openz | https://github.com/q3neeko/openz | 4024d007ef2f1094faad8a8c17db8147e689d0f3 | 050ae0ba7b54ba9276a2fa85ecf5b2ec33954859 | refs/heads/master | 2020-03-29T21:44:56.783000 | 2018-09-26T14:34:00 | 2018-09-26T14:34:00 | 150,385,120 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zsoft.ecommerce.order.client.attends.response;
public class Sv97fehler {
private Fehler fehler;
public Fehler getFehler ()
{
return fehler;
}
public void setFehler (Fehler fehler)
{
this.fehler = fehler;
}
}
| UTF-8 | Java | 249 | java | Sv97fehler.java | Java | [] | null | [] | package org.zsoft.ecommerce.order.client.attends.response;
public class Sv97fehler {
private Fehler fehler;
public Fehler getFehler ()
{
return fehler;
}
public void setFehler (Fehler fehler)
{
this.fehler = fehler;
}
}
| 249 | 0.682731 | 0.674699 | 15 | 15.6 | 17.098928 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 14 |
9ea673b2bd7969c560d29cacfbed43a3c689f775 | 22,436,909,182,596 | 2fefbd9b0c1abbfa390f8de8801e8a872837b49c | /src/main/java/in/co/examsadda/service/SectionService.java | f70bdac4c4aa69e96d2e2eea943699d6857b9c48 | [] | no_license | SAPDHARMASATYAM/EAS | https://github.com/SAPDHARMASATYAM/EAS | 7dfa190023ff086da65511f8b23f947472d88942 | 6715f982a9521db9ec9640ac90fd0563622c534a | refs/heads/master | 2021-04-03T07:02:55.255000 | 2018-05-06T05:25:36 | 2018-05-06T05:25:36 | 123,572,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.co.examsadda.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import in.co.examsadda.entity.Exam;
import in.co.examsadda.entity.Section;
import in.co.examsadda.repository.SectionCrudRepository;
@Servic... | UTF-8 | Java | 433 | java | SectionService.java | Java | [] | null | [] | package in.co.examsadda.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import in.co.examsadda.entity.Exam;
import in.co.examsadda.entity.Section;
import in.co.examsadda.repository.SectionCrudRepository;
@Servic... | 433 | 0.787529 | 0.787529 | 18 | 22.055555 | 21.742105 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 14 |
52ec7bc9da49529fc9809b1494c28d8a4cf68f9b | 22,634,477,684,477 | 206a650ffcac7214048546200456f7d71c1ba557 | /src/com/itbank/model/repository/JdbcAdminDAO.java | dbf6130a0ba2d2829e427108ddd7026d76a7549d | [] | no_license | myungjae18/RestProject | https://github.com/myungjae18/RestProject | 0182750679c95d6f8e550345992e3df43587b3d9 | 3f96ce8598b6bcac8a48c730e2977432172a8168 | refs/heads/master | 2020-05-07T12:12:00.329000 | 2019-04-29T00:21:54 | 2019-04-29T00:21:54 | 180,492,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itbank.model.repository;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.cor... | UTF-8 | Java | 1,526 | java | JdbcAdminDAO.java | Java | [] | null | [] | package com.itbank.model.repository;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.cor... | 1,526 | 0.71363 | 0.711664 | 76 | 19.092106 | 19.453167 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.671053 | false | false | 14 |
1731a7ab2ae338e0ea3c25f8de4ff1dd87f44f3c | 7,155,415,554,937 | 474c27f3f42aa5deffece3a4a8895e785f2adc93 | /lang/java/reef-io/src/main/java/org/apache/reef/io/data/loading/impl/DistributedDataSetPartition.java | a9de6f3f963c3d9edbcd5cc88b86fbc8b1709378 | [
"Apache-2.0"
] | permissive | apache/reef | https://github.com/apache/reef | 7a886e62b065bddc7271ea967ddec3984dc7f48e | b621659dbffc4e7826d618f0f0359c0a6e597b97 | refs/heads/master | 2023-08-26T04:58:03.787000 | 2021-05-26T15:06:07 | 2021-05-26T15:06:07 | 25,623,941 | 87 | 104 | Apache-2.0 | false | 2022-07-06T19:58:15 | 2014-10-23T07:00:10 | 2022-06-28T02:13:38 | 2022-07-06T19:58:15 | 40,243 | 95 | 104 | 8 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 4,822 | java | DistributedDataSetPartition.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 4,822 | 0.678971 | 0.676898 | 173 | 26.872833 | 27.744833 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283237 | false | false | 14 |
b54ca7aa903f0e8e168751fd6476e9d85138aa90 | 31,911,607,073,261 | 9b50de7215344cc3bbf988168180ee11a4669f52 | /src/main/java/com/lanu/user_front_online_banking/UserFrontOnlineBankingApplication.java | 8c4b9fb370e85e54feb6c5f762e80a30c37cc70c | [] | no_license | mrlanu/user-front-online-banking | https://github.com/mrlanu/user-front-online-banking | d82099624e491b5dd0705480fd7b644406488e29 | 51cec4ce5e6b05f823ae131b3829b8a4428eebfb | refs/heads/master | 2021-05-02T08:55:41.536000 | 2018-02-17T23:56:36 | 2018-02-17T23:56:36 | 120,816,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lanu.user_front_online_banking;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class UserFrontOnlineBankingApplication {
public static void main(String[] args) {
SpringApplication.run(UserFrontOnline... | UTF-8 | Java | 358 | java | UserFrontOnlineBankingApplication.java | Java | [] | null | [] | package com.lanu.user_front_online_banking;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class UserFrontOnlineBankingApplication {
public static void main(String[] args) {
SpringApplication.run(UserFrontOnline... | 358 | 0.837989 | 0.837989 | 12 | 28.833334 | 26.632792 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
7284900aa6438ee2f4d595fb8d8ac87998be6cbb | 7,086,696,067,348 | c156463cf82d43fff75cd484b0884a6b99404aa2 | /ZeroToHero1/src/WrapperClasses/TESTING_MY_KNOWLADGE.java | 3973739932be6559f9d3303d204484588d3d5e54 | [] | no_license | bamboo1991/ZeroToHero1 | https://github.com/bamboo1991/ZeroToHero1 | 39d71380d5e8f96beb4c4301cb3571b759d48a55 | 84402e09e63e176d5129f0460fd6087d218dabd8 | refs/heads/master | 2022-07-10T19:30:33.958000 | 2020-04-04T04:33:01 | 2020-04-04T04:33:01 | 241,712,319 | 0 | 1 | null | false | 2020-10-13T20:23:23 | 2020-02-19T19:56:37 | 2020-04-04T04:33:56 | 2020-10-13T20:23:22 | 2,828 | 0 | 0 | 2 | Java | false | false | package WrapperClasses;
import java.util.Arrays;
import java.util.List;
public class TESTING_MY_KNOWLADGE {
public static void main(String[] args) {
List<String> drinks = Arrays.asList("Coffee $2.20","Tea $2.75", "cappuccino $4.5", "latte $2.75");
for (int i =0; i<drinks.size(); i++){
... | UTF-8 | Java | 721 | java | TESTING_MY_KNOWLADGE.java | Java | [] | null | [] | package WrapperClasses;
import java.util.Arrays;
import java.util.List;
public class TESTING_MY_KNOWLADGE {
public static void main(String[] args) {
List<String> drinks = Arrays.asList("Coffee $2.20","Tea $2.75", "cappuccino $4.5", "latte $2.75");
for (int i =0; i<drinks.size(); i++){
... | 721 | 0.596394 | 0.572816 | 21 | 33.333332 | 29.187952 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
c7fdbefddc4fc164ac16653a3b416638041911b9 | 28,930,899,768,172 | 6a61e393dfad6a6cefdf4f06798917c3a7aee971 | /tests/43_method_access_mode/m_access_02_override_2.java/A.java | 022df90bc0cda472fba2f5dc710bf2c8136e2a01 | [] | no_license | kframework/java-semantics | https://github.com/kframework/java-semantics | 388bead15b594f3b2478441a5d95c02d7a0ccbf6 | f27067ee7a38d236499992eed1b48064e70680fa | refs/heads/master | 2021-09-22T20:42:43.662000 | 2021-09-15T19:53:33 | 2021-09-15T19:53:33 | 11,711,471 | 14 | 7 | null | false | 2016-03-16T22:03:02 | 2013-07-27T21:42:38 | 2016-03-15T08:31:11 | 2016-03-16T22:03:02 | 46,173 | 4 | 5 | 3 | Java | null | null | /*
- a.A:
- private f11()
- private f12()
- private f13()
- package g21()
- package g22()
- package g23()
- protected h33()
- public call() - calls all the methods.
*/
package a;
public class A {
private void f11() {
System.out.println("A.f11()");
}
private void f12() {
... | UTF-8 | Java | 849 | java | A.java | Java | [] | null | [] | /*
- a.A:
- private f11()
- private f12()
- private f13()
- package g21()
- package g22()
- package g23()
- protected h33()
- public call() - calls all the methods.
*/
package a;
public class A {
private void f11() {
System.out.println("A.f11()");
}
private void f12() {
... | 849 | 0.51119 | 0.44523 | 57 | 13.894737 | 13.588803 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.298246 | false | false | 14 |
2150a2fec788eeb894c35847bdb3e5a48e7fd0d3 | 3,624,952,426,723 | ccb4bca48c49be19fa00f63369286bef89c106bf | /ShoesManagement/src/main/java/com/example/shoesmanagement/model/Brand.java | fc9536f32bba4465b8d076939ad558c108340f02 | [] | no_license | hoangld17/ShoesBack-end | https://github.com/hoangld17/ShoesBack-end | 7b11a385af30f69f6312bfcfa6cb765c06ae396a | b80bc47f9bee5274f29384566fb9c8498d326dfc | refs/heads/master | 2023-07-04T20:30:02.138000 | 2021-07-24T04:17:16 | 2021-07-24T04:17:16 | 388,996,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shoesmanagement.model;
import com.example.shoesmanagement.model.enums.AppStatus;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicInsert;
import... | UTF-8 | Java | 792 | java | Brand.java | Java | [] | null | [] | package com.example.shoesmanagement.model;
import com.example.shoesmanagement.model.enums.AppStatus;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicInsert;
import... | 792 | 0.815657 | 0.815657 | 30 | 25.4 | 18.584223 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
fa4700966788577d2e901da750738b6197ed75e6 | 11,768,210,419,442 | b254eff7ad2d528e2395615e2245c6fbe41941a2 | /src/main/java/pages/HomePage.java | d9e837209a831bf80ca4d047650fe7f2fab49327 | [] | no_license | TheStalkerStatic/samuilau-autotest | https://github.com/TheStalkerStatic/samuilau-autotest | d886e5f29b3a40f561e6d4cce93898514c767a6c | 151dc9988e26f19afc82c197ffbbd2fc2d88d4d6 | refs/heads/master | 2023-06-08T17:00:13.418000 | 2021-07-01T11:03:44 | 2021-07-01T11:03:44 | 375,938,882 | 0 | 0 | null | false | 2021-07-01T11:12:55 | 2021-06-11T07:19:42 | 2021-07-01T11:03:49 | 2021-07-01T11:11:10 | 150 | 0 | 0 | 1 | Java | false | false | package pages;
import io.qameta.allure.Step;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.testng.Assert;
public class HomePage extends BasePage {
@FindBy(id = "login")
public WebElement log... | UTF-8 | Java | 2,667 | java | HomePage.java | Java | [] | null | [] | package pages;
import io.qameta.allure.Step;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.testng.Assert;
public class HomePage extends BasePage {
@FindBy(id = "login")
public WebElement log... | 2,667 | 0.644544 | 0.643045 | 106 | 24.160378 | 19.481068 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349057 | false | false | 14 |
af568569872a6284edfefb7c50faf98c94d2c5bd | 5,798,205,881,232 | dba24495e0f799093ea088a462fb737cdd026235 | /src/sort/MergeSort.java | 11d3e8e1a20f56695d45f165144a2af9afa24152 | [] | no_license | fivemoons/DataStructure | https://github.com/fivemoons/DataStructure | b6794b3a5bac3c539b922fdfdbe1b29df3f607aa | 1c999c5239ab22c0a737809d2e7a035debe4225e | refs/heads/master | 2020-04-15T23:51:19.723000 | 2016-12-04T10:30:32 | 2016-12-04T10:30:32 | 40,639,877 | 0 | 1 | null | false | 2016-04-28T01:45:12 | 2015-08-13T05:03:51 | 2016-01-29T03:10:28 | 2016-04-28T01:45:12 | 141 | 0 | 0 | 0 | Java | null | null | package sort;
public class MergeSort {
private static void merge(int[] a, int[] tmp, int l, int m, int r){
int ll = l;
int rr = m + 1;
int cc = l;
while((ll <= m) && (rr <= r)){
if(a[ll] < a[rr]){
tmp[cc++] = a[ll++];
}else{
tmp[cc++] = a[rr++];
}
}
while(ll<=m) tmp[cc++] =... | UTF-8 | Java | 979 | java | MergeSort.java | Java | [] | null | [] | package sort;
public class MergeSort {
private static void merge(int[] a, int[] tmp, int l, int m, int r){
int ll = l;
int rr = m + 1;
int cc = l;
while((ll <= m) && (rr <= r)){
if(a[ll] < a[rr]){
tmp[cc++] = a[ll++];
}else{
tmp[cc++] = a[rr++];
}
}
while(ll<=m) tmp[cc++] =... | 979 | 0.480789 | 0.466251 | 44 | 19.886364 | 16.200752 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.954545 | false | false | 14 |
af4a3801fc0c53ada234cad39bce031243e16e17 | 26,955,214,790,265 | 7e554235d8f3d21a7ec70c2ad8070222c24ba6c2 | /src/main/java/com/github/bcap/trafficmonitor/business/RoadWayExtractor.java | c50c6e43ad6480d01d15b7dff7690abe75e46f5c | [] | no_license | bcap/TrafficMonitor | https://github.com/bcap/TrafficMonitor | 8a3a53607169c3a7e9f528658d0481f352a54b0d | 4396be98cf843f91c2e99a41b1c701106ba4415d | refs/heads/master | 2020-05-29T16:43:20.046000 | 2010-09-15T21:11:19 | 2010-09-15T21:11:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.bcap.trafficmonitor.business;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.xp... | UTF-8 | Java | 5,079 | java | RoadWayExtractor.java | Java | [] | null | [] | package com.github.bcap.trafficmonitor.business;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.xp... | 5,079 | 0.750935 | 0.748376 | 131 | 37.778625 | 36.29739 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.328244 | false | false | 14 |
ca1574669f132ce38ec632bbb6f0d58d5a27b2b5 | 27,427,661,188,981 | 8460f104842057e869062d53e0e0878b05868e5a | /DocteurWho/src/test/java/com/wildcodeschool/DocteurWho/DocteurWhoApplicationTests.java | 650c53c91c187da36e9eaf43e1d60bc3d68c5503 | [] | no_license | mixheaven/java-Aware | https://github.com/mixheaven/java-Aware | edf185f545e169ffeea1a94dd031c2d4604c0596 | 39a1517b102e893adc140d62971fcfddb591a928 | refs/heads/master | 2020-08-22T14:51:35.950000 | 2019-11-03T13:42:50 | 2019-11-03T13:42:50 | 216,420,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wildcodeschool.DocteurWho;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DocteurWhoApplicationTests {
@Test
void contextLoads() {
}
}
| UTF-8 | Java | 225 | java | DocteurWhoApplicationTests.java | Java | [] | null | [] | package com.wildcodeschool.DocteurWho;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DocteurWhoApplicationTests {
@Test
void contextLoads() {
}
}
| 225 | 0.8 | 0.8 | 13 | 16.307692 | 18.910252 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 14 |
1d8c3412d6e5da76f2ec71d6352eb59d2dfbe5e9 | 26,869,315,432,613 | 430c5db069af711590a25c2084592783b2735ef2 | /app/src/main/java/com/android/erp/CategoriesActivity.java | 3f7dd5e6b771692fb96a13e25fc010da5554914f | [] | no_license | mirzemehdi/smmerp | https://github.com/mirzemehdi/smmerp | ebe57c0175eb42978d0f71eaa1d9cdcf8c103870 | 4dfc6779c86a5c9fa55517da19d89ebf5dc26d33 | refs/heads/master | 2020-07-09T15:05:25.917000 | 2019-08-23T13:34:36 | 2019-08-23T13:34:36 | 204,004,804 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.erp;
import android.animation.ArgbEvaluator;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewPa... | UTF-8 | Java | 24,816 | java | CategoriesActivity.java | Java | [] | null | [] | package com.android.erp;
import android.animation.ArgbEvaluator;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewPa... | 24,816 | 0.547792 | 0.539773 | 573 | 42.308899 | 28.820995 | 186 | false | false | 0 | 0 | 0 | 0 | 74 | 0.008946 | 0.73822 | false | false | 14 |
948d6d0f37cbebb274c09bcf32165915335cdde7 | 15,049,565,435,867 | 3a517f7cf8e9183cde34f345459a6828c15c3317 | /src/test/java/ch/alpine/tensor/mat/ev/TestHelper.java | e1beef54dbf213eb19725d24bd21f72eafdc6405 | [] | no_license | datahaki/tensor | https://github.com/datahaki/tensor | 766b3f8ad6bc0756edfd2e0f10ecbc27fa7cefa2 | 8b29f8c43ed8305accf0a6a5378213f38adb0a61 | refs/heads/master | 2023-09-03T05:51:04.681000 | 2023-08-24T11:04:53 | 2023-08-24T11:04:53 | 294,003,258 | 23 | 1 | null | false | 2022-09-15T00:43:39 | 2020-09-09T04:34:22 | 2022-06-24T17:11:43 | 2022-09-15T00:19:39 | 43,744 | 10 | 1 | 1 | Java | false | false | // code by jph
package ch.alpine.tensor.mat.ev;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertTrue;
import ch.alpine.tensor.Tensor;
import ch.alpine.tensor.alg.Dot;
import ch.alpine.tensor.alg.Transpose;
import ch.alpine.tensor.ext.Serializatio... | UTF-8 | Java | 992 | java | TestHelper.java | Java | [
{
"context": "// code by jph\npackage ch.alpine.tensor.mat.ev;\n\nimport static o",
"end": 14,
"score": 0.9965199828147888,
"start": 11,
"tag": "USERNAME",
"value": "jph"
}
] | null | [] | // code by jph
package ch.alpine.tensor.mat.ev;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertTrue;
import ch.alpine.tensor.Tensor;
import ch.alpine.tensor.alg.Dot;
import ch.alpine.tensor.alg.Transpose;
import ch.alpine.tensor.ext.Serializatio... | 992 | 0.748992 | 0.748992 | 29 | 33.206898 | 24.867065 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.896552 | false | false | 14 |
85ba08d6e23dbe3074ceecf3162abed6125052f1 | 9,002,251,487,947 | ecd6c337a624772ef37ed72868cd6b7c28851a46 | /util/src/test/java/edu/ucdenver/ccp/nlp/util/SpacedProperties_Test.java | 7b43522dcd60fb807c778a779642ef39aad83e81 | [] | no_license | croeder/ccp_nlp | https://github.com/croeder/ccp_nlp | 78f71d445011a92c9ec0fcc56e79d538eaeb4e52 | b93dc23c7700b35ee7d87a9c5631d173edecefbd | refs/heads/master | 2016-09-06T14:58:25.449000 | 2014-08-20T20:24:45 | 2014-08-20T20:24:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright (c) 2013, Regents of the University of Colorado
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list o... | UTF-8 | Java | 2,534 | java | SpacedProperties_Test.java | Java | [
{
"context": "AG\", sProps.get(\"vendor\"));\n\n\t\t//conn.ag.username, roederc\n\t\tassertEquals(\"roederc\", sProps.get(\"username\"))",
"end": 2239,
"score": 0.9996922612190247,
"start": 2232,
"tag": "USERNAME",
"value": "roederc"
},
{
"context": ");\n\n\t\t//conn.ag.username, roe... | null | [] | /*
Copyright (c) 2013, Regents of the University of Colorado
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list o... | 2,534 | 0.762826 | 0.745856 | 74 | 33.243244 | 29.666985 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.148649 | false | false | 14 |
54b4d76b1ce071b2a9caf96ccaad1196868edb53 | 33,285,996,573,911 | 182e840b9f00a9313ea1b445a01b152e5f832c24 | /src/com/company/NumberConverter.java | 24373059610bd5169214fa6d86a0ef1803b65db2 | [] | no_license | artemiy86/calc | https://github.com/artemiy86/calc | ce3e96655087dce1b343ed312ee42b3d982358ac | 88542f9cd10db83aca2da37d10a6302453b94f02 | refs/heads/master | 2023-03-04T16:26:01.374000 | 2021-02-20T15:36:23 | 2021-02-20T15:36:23 | 340,688,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.TreeMap;
public class NumberConverter {
private static String[] romanNumber = {"","I","II","III","IV","V","VI","VII","VIII","IX","X"};
private final static TreeMap<Integer, String> map = new TreeMap<Integer, String>();
static {
map.put(100, "C");
map... | UTF-8 | Java | 991 | java | NumberConverter.java | Java | [] | null | [] | package com.company;
import java.util.TreeMap;
public class NumberConverter {
private static String[] romanNumber = {"","I","II","III","IV","V","VI","VII","VIII","IX","X"};
private final static TreeMap<Integer, String> map = new TreeMap<Integer, String>();
static {
map.put(100, "C");
map... | 991 | 0.512614 | 0.495459 | 39 | 24.435898 | 22.33061 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 14 |
801dedeb8803d90636bd3624debd3258e0014f75 | 35,854,387,022,486 | 2288829dc114466d783d872dabb2c0a5ec99f12c | /src/test/java/pt/arquivo/tests/api/pagesearch/params/FromAndToTest.java | 081498af646a26eec9549d716bca5da4a83162a1 | [
"Apache-2.0"
] | permissive | arquivo/functional-tests | https://github.com/arquivo/functional-tests | e490866a56fac16bb54e3fcb953f25f42e78dabb | c248ceaaa39d74d1c6ba705d7645511821238309 | refs/heads/master | 2023-04-27T05:59:03.237000 | 2023-03-24T13:57:41 | 2023-03-24T13:57:41 | 59,486,942 | 0 | 4 | Apache-2.0 | false | 2023-04-14T17:46:52 | 2016-05-23T13:54:14 | 2021-11-29T11:31:50 | 2023-04-14T17:46:52 | 145,234 | 0 | 4 | 3 | Java | false | false | package pt.arquivo.tests.api.pagesearch.params;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.HttpURLConnection;
import org.apache.commons.io.IOUtils;
import org.json.JSONObject;
import ... | UTF-8 | Java | 2,596 | java | FromAndToTest.java | Java | [
{
"context": "tils.AppendableErrorsBaseTest;\n\n/**\n * \n * @author pedro.gomes.fccn@gmail.com\n *\n */\n\npublic class FromAndToTest extends Append",
"end": 549,
"score": 0.9887621402740479,
"start": 523,
"tag": "EMAIL",
"value": "pedro.gomes.fccn@gmail.com"
}
] | null | [] | package pt.arquivo.tests.api.pagesearch.params;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.HttpURLConnection;
import org.apache.commons.io.IOUtils;
import org.json.JSONObject;
import ... | 2,577 | 0.706472 | 0.68567 | 101 | 24.702971 | 27.372583 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.049505 | false | false | 14 |
6b3b43307dd20df3e27a681d0f62f4cdf5a62d52 | 39,092,792,337,364 | faef60cb385c067d0d8f59a4bf8de1e04ae9e372 | /test/testUser.java | 4627aec7ecae3f2fa2eb580d58e7f23ec3637d63 | [
"CC0-1.0"
] | permissive | vasichkin/java-store | https://github.com/vasichkin/java-store | 2c7d7ea20ed71637662358ceb9599e8c9a9b944c | 54eea46854a989d4796443aaf2ee51dc76202528 | refs/heads/master | 2020-04-18T08:38:40.927000 | 2019-01-24T18:02:39 | 2019-01-24T18:02:39 | 167,403,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import play.libs.Json;
import play.libs.Time;
import play.mvc.Http;
import play.mvc.Result;
import play.test.WithApplication;
import static org.... | UTF-8 | Java | 3,911 | java | testUser.java | Java | [
{
"context": "ta = Json.newObject();\n data.put(\"email\", \"test@email.com\");\n data.put(\"password\", \"test\");\n ",
"end": 708,
"score": 0.9999235272407532,
"start": 694,
"tag": "EMAIL",
"value": "test@email.com"
},
{
"context": " \"test@email.com\");\n ... | null | [] | import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import play.libs.Json;
import play.libs.Time;
import play.mvc.Http;
import play.mvc.Result;
import play.test.WithApplication;
import static org.... | 3,852 | 0.61356 | 0.607631 | 127 | 29.543306 | 24.347469 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614173 | false | false | 14 |
c416418a2cf1f0f548868f9eb3d989957da5a6b3 | 35,210,141,936,703 | d59659decc96ff98f3ac12eade4c211d743e7265 | /AppLibrary/src/main/java/com/example/applibrary/entity/FootPrint.java | cfc76ea1a797804f39752c6665beacaac5e63eb5 | [] | no_license | chentt521520/Hss_FuLi_full | https://github.com/chentt521520/Hss_FuLi_full | 7a76b2fa78bc3f6776a2e81730a0276fdc5dcf95 | cf926c4bbe5065409b722348ae4285b72b4994bb | refs/heads/master | 2020-07-03T03:31:51 | 2019-09-20T08:46:17 | 2019-09-20T08:46:17 | 201,770,085 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.applibrary.entity;
public class FootPrint {
/**
* id : 317
* uid : 37
* product_id : 3098
* add_time : 2019-07-28 11:01:58
* is_del : 0
* store_name : 广西巴马沙地番薯 农家自种植红心小香薯地瓜新鲜巴马红薯8斤
* image : http://py.haoshusi.com/py0709/80ebbb3e69d77a095bc757dbe2990639.jpg
... | UTF-8 | Java | 2,063 | java | FootPrint.java | Java | [] | null | [] | package com.example.applibrary.entity;
public class FootPrint {
/**
* id : 317
* uid : 37
* product_id : 3098
* add_time : 2019-07-28 11:01:58
* is_del : 0
* store_name : 广西巴马沙地番薯 农家自种植红心小香薯地瓜新鲜巴马红薯8斤
* image : http://py.haoshusi.com/py0709/80ebbb3e69d77a095bc757dbe2990639.jpg
... | 2,063 | 0.563464 | 0.536585 | 107 | 17.775702 | 15.612306 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28972 | false | false | 14 |
241d09b3683b8a2ddcc3fdd949fab272ac614781 | 35,845,797,091,600 | 55dca62e858f1a44c2186774339823a301b48dc7 | /code/my-app/functions/3/unspecificMigrantSlot_Europe.java | b650cdebf20205a948e7e24fea6d3b49c4c6b667 | [] | no_license | jwiszowata/code_reaper | https://github.com/jwiszowata/code_reaper | 4fff256250299225879d1412eb1f70b136d7a174 | 17dde61138cec117047a6ebb412ee1972886f143 | refs/heads/master | 2022-12-15T14:46:30.640000 | 2022-02-10T14:02:45 | 2022-02-10T14:02:45 | 84,747,455 | 0 | 0 | null | false | 2022-12-07T23:48:18 | 2017-03-12T18:26:11 | 2022-02-10T14:00:02 | 2022-12-07T23:48:18 | 16,770 | 0 | 0 | 24 | Java | false | false | public static boolean unspecificMigrantSlot(int x) {
return CHOOSE_MIGRANT_SLOT == x;
} | UTF-8 | Java | 91 | java | unspecificMigrantSlot_Europe.java | Java | [] | null | [] | public static boolean unspecificMigrantSlot(int x) {
return CHOOSE_MIGRANT_SLOT == x;
} | 91 | 0.747253 | 0.747253 | 3 | 29.666666 | 21.296844 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
06d486da97615619e3a0cc0d1d3850703339803a | 34,359,738,424,948 | d23ecc01fa86b70e6fb4405d86b1e52a16fda976 | /src/Exam/NetherRealms.java | 751b15ae13f49743699a846fc4edae0ea231aab0 | [
"MIT"
] | permissive | VladimirMetodiev/JavaFundamentals | https://github.com/VladimirMetodiev/JavaFundamentals | 09df800430ab06e59b8823b845359f64a26d44ec | 5061bd45d42c0465421a2ae5faf382f012d5e627 | refs/heads/main | 2023-03-05T22:24:11.820000 | 2021-02-19T09:25:08 | 2021-02-19T09:25:08 | 340,016,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exam;
import java.util.Scanner;
import java.util.TreeMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class NetherRealms {
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String[] data = input.nextLine().split(",\\s*");
Tr... | UTF-8 | Java | 2,030 | java | NetherRealms.java | Java | [] | null | [] | package Exam;
import java.util.Scanner;
import java.util.TreeMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class NetherRealms {
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String[] data = input.nextLine().split(",\\s*");
Tr... | 2,030 | 0.495567 | 0.485222 | 75 | 26.066668 | 25.460209 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573333 | false | false | 14 |
7ed2ec3ad4a536b055f67f0ca120be12cd09fbb6 | 34,342,558,558,542 | 37d83b3c2a06f0ac4ac3bb6731dbd45702ddbf6f | /Spring040_Layering/src/main/java/com/cg/java/services/EmpService.java | e9db847e7fb6fd94a979cdab01724513b5adcc94 | [] | no_license | shivamsingh361/spring | https://github.com/shivamsingh361/spring | cd0a8a9cd65e9e9fb8910b23b6cd8574b07dd761 | e13ccf7f7f82d78eb3c7ffac1589cb7e8ceaeda5 | refs/heads/master | 2021-03-14T21:36:36.768000 | 2020-03-12T09:44:24 | 2020-03-12T09:44:24 | 246,796,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.java.services;
import java.util.List;
import com.cg.java.dto.Emp;
import com.cg.java.exceptions.EmpException;
public interface EmpService {
public List<Emp> getEmpList() throws EmpException;
}
| UTF-8 | Java | 225 | java | EmpService.java | Java | [] | null | [] | package com.cg.java.services;
import java.util.List;
import com.cg.java.dto.Emp;
import com.cg.java.exceptions.EmpException;
public interface EmpService {
public List<Emp> getEmpList() throws EmpException;
}
| 225 | 0.737778 | 0.737778 | 11 | 18.454546 | 18.346977 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
763cc6facd07fe251ee5c422375b53f6f2664690 | 4,818,953,327,949 | 90ace79b8b6f56777d759a036aaf02dda9e970c7 | /src/Servlets/AdminAppointDeleteHandler.java | 1ec5d52f8d4c8598587e1278c73c113cdccf3b02 | [] | no_license | Thavananthan/Hospitality-Management-----Web-Based-Application | https://github.com/Thavananthan/Hospitality-Management-----Web-Based-Application | a26cee5f05af87c34d7318dba5f3e464a46a1709 | 160c6d63efeff6fbae7d29966527005787e61a39 | refs/heads/master | 2020-07-06T03:43:15.355000 | 2019-08-17T12:21:18 | 2019-08-17T12:21:18 | 202,877,383 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Servlets;
import java.io.IOException;
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 ServiceFiles.AdminAppointDeleteService;
/**
* Ser... | UTF-8 | Java | 1,163 | java | AdminAppointDeleteHandler.java | Java | [] | null | [] | package Servlets;
import java.io.IOException;
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 ServiceFiles.AdminAppointDeleteService;
/**
* Ser... | 1,163 | 0.772141 | 0.771281 | 39 | 28.820513 | 27.042105 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 14 |
316869d8a17b3c077c8533ec259ab87c2247eb4b | 4,818,953,331,443 | 32561370150282fcd6e084f5d5cc598920e03c2d | /sistema/src/datos/EtniaD.java | d775ae93d344005f0ff698b5e4b54e5be6929f71 | [] | no_license | efra1/prueba_2 | https://github.com/efra1/prueba_2 | ee173960df254d2eebd9e420a1905de5154670d4 | 655b3cbf7e00fc7e685b9fc06feff3e735ae65f7 | refs/heads/master | 2020-03-29T02:42:35.811000 | 2018-09-19T13:44:07 | 2018-09-19T13:44:07 | 149,449,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package datos;
import java.util.List;
import java.util.Map;
import modelos.Tipo;
import modelos.etnia;
import org.springframework.stereotype.Service;
@Service
public class EtniaD extends Conexion{
public List<Map<String,Object>> listarEtnias(){
return db.queryForList("select *,(select count(*) from persona where etn... | UTF-8 | Java | 826 | java | EtniaD.java | Java | [] | null | [] | package datos;
import java.util.List;
import java.util.Map;
import modelos.Tipo;
import modelos.etnia;
import org.springframework.stereotype.Service;
@Service
public class EtniaD extends Conexion{
public List<Map<String,Object>> listarEtnias(){
return db.queryForList("select *,(select count(*) from persona where etn... | 826 | 0.738499 | 0.738499 | 29 | 27.482759 | 30.382187 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.827586 | false | false | 14 |
7617b43a426a3a22aac37689fdb77792376bc4a3 | 26,757,646,314,561 | 924455e2616d1af74c6cd7be5a09572edc88b76c | /src/test/java/com/schrismillar/connect4/game/player/determiners/PlayerTypeDeterminerTest.java | 15e5ea363d0bf647a0ec7927b35722c53f85ad45 | [] | no_license | chris-millar/connect-four | https://github.com/chris-millar/connect-four | 64f5715af9bfed71be499abc1e8780875630c43f | a0deb4642c51bd1f2349668da207110dca28e30d | refs/heads/master | 2021-04-26T22:38:32.969000 | 2020-03-10T04:22:16 | 2020-03-10T04:22:16 | 124,125,105 | 0 | 0 | null | false | 2020-10-12T22:50:21 | 2018-03-06T19:02:48 | 2020-03-10T04:22:25 | 2020-10-12T22:50:20 | 146 | 0 | 0 | 1 | Java | false | false | package com.schrismillar.connect4.game.player.determiners;
import static com.schrismillar.connect4.model.PlayerId.PLAYER_ONE;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.*;
import static org.mockito.MockitoAnnotations.initMocks;
import org.junit.Before;
import org.junit.Test;
import... | UTF-8 | Java | 4,361 | java | PlayerTypeDeterminerTest.java | Java | [] | null | [] | package com.schrismillar.connect4.game.player.determiners;
import static com.schrismillar.connect4.model.PlayerId.PLAYER_ONE;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.*;
import static org.mockito.MockitoAnnotations.initMocks;
import org.junit.Before;
import org.junit.Test;
import... | 4,361 | 0.74914 | 0.747306 | 95 | 44.915791 | 39.153049 | 131 | false | false | 0 | 0 | 0 | 0 | 78 | 0.070626 | 0.778947 | false | false | 14 |
1f3335c7cb531ada81dfde1f725f3bdd825d888f | 30,399,778,544,651 | f1775c042b3e73808639f94919427f482d462e01 | /src/test/java/com/capgemini/chess/components/match/services/impl/ValidationMatchServiceImplTest.java | e867b52851be066b8e9243d79e8b1c5e924d415a | [] | no_license | bartas93/Spring-ChessStatistics | https://github.com/bartas93/Spring-ChessStatistics | 133b3840cc97a03bc5f93a1e43256b8e639b8be8 | eef0702dc01aa1a1e8ef6cba484f9c6e801e1439 | refs/heads/master | 2019-06-17T12:54:17.360000 | 2017-09-24T11:52:36 | 2017-09-24T11:52:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capgemini.chess.components.match.services.impl;
import static org.mockito.Mockito.when;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitR... | UTF-8 | Java | 2,029 | java | ValidationMatchServiceImplTest.java | Java | [] | null | [] | package com.capgemini.chess.components.match.services.impl;
import static org.mockito.Mockito.when;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitR... | 2,029 | 0.814194 | 0.80828 | 62 | 31.741936 | 29.729389 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.419355 | false | false | 14 |
476bfa2b73fbfc93a27c1510c4a34180d59406f1 | 31,215,822,336,979 | 4d713125a5b5ffee4614145e06fae0b0f5d6edb1 | /ApplicationManagementService/src/main/java/com/cg/uas/applicationmanagement/controller/ApplicantController.java | 591adbd0559f65f8bc04c63ae9db3c7f8fb031bb | [] | no_license | Krishan24/UAS-MicroServices-PLP-Evaluation | https://github.com/Krishan24/UAS-MicroServices-PLP-Evaluation | 402a8fb0b297fa72b99ec1bd4773ee1d283cde89 | 26de20189f58b452c47db9e194aaea75dfc188e8 | refs/heads/master | 2022-11-01T00:38:12.130000 | 2020-06-15T12:22:07 | 2020-06-15T12:22:07 | 272,197,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /****************************************************************************************************************************
- File Name : ApplicantController
- Author : Charul Gupta
- Creation Date : 12-06-2020
- Description : This is an end point controller to consume Application Man... | UTF-8 | Java | 5,348 | java | ApplicantController.java | Java | [
{
"context": " : ApplicantController\r\n - Author : Charul Gupta\r\n - Creation Date : 12-06-2020\r\n - Description",
"end": 204,
"score": 0.9998765587806702,
"start": 192,
"tag": "NAME",
"value": "Charul Gupta"
},
{
"context": " : List<ApplicantEntity> \r\n\t - Au... | null | [] | /****************************************************************************************************************************
- File Name : ApplicantController
- Author : <NAME>
- Creation Date : 12-06-2020
- Description : This is an end point controller to consume Application Managemen... | 5,318 | 0.566006 | 0.555535 | 115 | 44.504349 | 41.671673 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
20e000852361a32db67a7a42cb00d94e01cb4858 | 29,755,533,483,112 | 63c5aadd029fda4fd8ee4e8cba5cf7eede6a9d5d | /CS160 HW/Pattern Recognition/src/Brute.java | 451ce7e46f61b2dbc68927d7a582e569d76c68ea | [] | no_license | TrishDaoLe/Algorithm | https://github.com/TrishDaoLe/Algorithm | 41184fe4e2a2b84a97df3e7d9b36ddb6ac9b2a88 | bc3560ff5cf70aa9d71b99e99731b0a232fb5738 | refs/heads/master | 2021-04-18T20:20:59.266000 | 2017-06-17T00:13:15 | 2017-06-17T00:13:15 | 94,589,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class Brute{
public Brute(Point stack[], int N) {
//Sort to Natural Order - Makes it easier to draw a line to the 4-tuples endpoints
Arrays.sort(stack);
double slopeIJ;
double slopeJK;
double slopeKL;
for (int i = 0; i<N; i++){
for (int j = i+1; j<N; j++){
slopeIJ... | UTF-8 | Java | 1,743 | java | Brute.java | Java | [] | null | [] | import java.util.Arrays;
public class Brute{
public Brute(Point stack[], int N) {
//Sort to Natural Order - Makes it easier to draw a line to the 4-tuples endpoints
Arrays.sort(stack);
double slopeIJ;
double slopeJK;
double slopeKL;
for (int i = 0; i<N; i++){
for (int j = i+1; j<N; j++){
slopeIJ... | 1,743 | 0.537005 | 0.524383 | 67 | 25.02985 | 23.293053 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.641791 | false | false | 14 |
592d6b4cf32a719dc65950fd6cbee6b5b13d9ad0 | 31,903,017,137,463 | 00bc0f5405404aaaa02755503f028bcd52a504f7 | /src/main/java/com/toxind/benchmark/thrid/proto1/Main.java | 3f625abb71788aabc6d46e1fbcbeea73424d40b9 | [] | no_license | ethonchen/benchmark | https://github.com/ethonchen/benchmark | cf86162d606060e304ca115343aa4349e1aa208b | 48637ba7b2e41112a1bf34f2a814d7e00f95ae82 | refs/heads/master | 2021-01-19T21:28:52.416000 | 2013-05-09T03:44:59 | 2013-05-09T03:44:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.toxind.benchmark.thrid.proto1;
//package com.taobao.ethon.thrid.proto1;
//
//import java.io.File;
//import java.io.FileNotFoundException;
//import java.io.FileOutputStream;
//import java.io.IOException;
//
//import org.junit.Test;
//
//import com.proto.Person.Tom;
//
//public class Main {
//
// @Test
// pub... | UTF-8 | Java | 842 | java | Main.java | Java | [] | null | [] | package com.toxind.benchmark.thrid.proto1;
//package com.taobao.ethon.thrid.proto1;
//
//import java.io.File;
//import java.io.FileNotFoundException;
//import java.io.FileOutputStream;
//import java.io.IOException;
//
//import org.junit.Test;
//
//import com.proto.Person.Tom;
//
//public class Main {
//
// @Test
// pub... | 842 | 0.647268 | 0.642518 | 27 | 30.185184 | 29.780725 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 14 |
8f003d616d5dc66f3659b4f4cd03cc60b69cdc24 | 6,614,249,667,873 | c8349b442ad1cf6eb7700499df2b271cd290b5b3 | /lib_plugin/src/main/java/com/csdk/plugin/activity/IPluginActivity.java | bcec32877a3dd947a3afba9e0a51399ffd6e05b4 | [] | no_license | jingyuanGit/ChannelSdkProjects | https://github.com/jingyuanGit/ChannelSdkProjects | f565437f8339878abc7a76e25791448a5a807868 | a070699962c1c09e4389093a25b394907941731c | refs/heads/master | 2020-07-12T21:57:16.121000 | 2019-08-28T16:52:09 | 2019-08-28T16:52:09 | 204,916,277 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csdk.plugin.activity;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.MotionEvent;
i... | UTF-8 | Java | 1,528 | java | IPluginActivity.java | Java | [] | null | [] | package com.csdk.plugin.activity;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.MotionEvent;
i... | 1,528 | 0.769634 | 0.768325 | 64 | 22.875 | 23.469063 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 14 |
f6edb0319ebeb05095dd8c3055e723a02e2cf598 | 22,935,125,426,745 | 39b6f83641d1a80a48937c42beb6a73311aebc55 | /integration-tests/main/src/main/java/io/quarkus/it/context/ContextPropagationResource.java | 9d1e733ec03e4b549dbfd08b2814f34fdb612798 | [
"Apache-2.0"
] | permissive | quarkusio/quarkus | https://github.com/quarkusio/quarkus | 112ecda7236bc061920978ac49289da6259360f4 | 68af440f3081de7a26bbee655f74bb8b2c57c2d5 | refs/heads/main | 2023-09-04T06:39:33.043000 | 2023-09-04T05:44:43 | 2023-09-04T05:44:43 | 139,914,932 | 13,109 | 2,940 | Apache-2.0 | false | 2023-09-14T21:31:23 | 2018-07-06T00:44:20 | 2023-09-14T21:29:58 | 2023-09-14T21:31:22 | 264,839 | 12,241 | 2,328 | 2,315 | Java | false | false | package io.quarkus.it.context;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import jakarta.inject.Inject;
import jakarta.transaction.Status;
import jakarta.transaction.SystemException;
import jakarta.transaction.Transaction;
import jakarta.transaction.TransactionManager;... | UTF-8 | Java | 3,602 | java | ContextPropagationResource.java | Java | [] | null | [] | package io.quarkus.it.context;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import jakarta.inject.Inject;
import jakarta.transaction.Status;
import jakarta.transaction.SystemException;
import jakarta.transaction.Transaction;
import jakarta.transaction.TransactionManager;... | 3,602 | 0.694059 | 0.690172 | 98 | 35.7551 | 29.882103 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540816 | false | false | 14 |
d2fc80f488a9a09f936ea884a8651d906de68644 | 23,948,737,674,852 | 6251ec8dd7f02c15174e897910f72aa37e9e3c51 | /MultiThreading/src/main/java/multithread/MultiThread13.java | 2b3171f1faab85ae6cf870abc08c245c6845eec4 | [] | no_license | Wincher/JavaWorkout | https://github.com/Wincher/JavaWorkout | ff55ecdf6d2867ed56ec2e1f95e7cf7d41aee068 | 81e80bfb4aec823ffe625cc98330d123ffd1e3d6 | refs/heads/master | 2023-06-28T07:07:38.727000 | 2023-03-18T06:57:55 | 2023-03-18T07:14:32 | 99,265,446 | 0 | 0 | null | false | 2023-06-14T22:46:52 | 2017-08-03T18:56:37 | 2023-04-03T18:32:40 | 2023-06-14T22:46:52 | 392 | 0 | 0 | 1 | Java | false | false | package multithread;
import java.util.Map;
import java.util.concurrent.*;
/**
* @author wincher
* @date 26/08/2017
* 同步类容器使用
*/
public class MultiThread13 {
public static void main(String[] args) {
useConcurrentMap();
useCopyOnWrite();
useQueue();
//带有时间延迟的队列
useDelayQueue();
}
private static void ... | UTF-8 | Java | 5,894 | java | MultiThread13.java | Java | [
{
"context": "ap;\nimport java.util.concurrent.*;\n\n/**\n * @author wincher\n * @date 26/08/2017\n * 同步类容器使用\n */\npublic class M",
"end": 98,
"score": 0.9995911717414856,
"start": 91,
"tag": "USERNAME",
"value": "wincher"
}
] | null | [] | package multithread;
import java.util.Map;
import java.util.concurrent.*;
/**
* @author wincher
* @date 26/08/2017
* 同步类容器使用
*/
public class MultiThread13 {
public static void main(String[] args) {
useConcurrentMap();
useCopyOnWrite();
useQueue();
//带有时间延迟的队列
useDelayQueue();
}
private static void ... | 5,894 | 0.615999 | 0.602873 | 280 | 19.139286 | 19.187382 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.175 | false | false | 14 |
6f09a1df655a6afc298e833bdbefa29078720641 | 17,128,329,611,166 | aa6b41a011eb0bbd7a82246a054ebbda84bf81da | /src/src/tictactoe/CommunicatingServerInterface.java | b4b488d32383bd0c2cf73826332edccd9f3e7676 | [] | no_license | donpereira147/TicTacToe | https://github.com/donpereira147/TicTacToe | 095b16c11344ece1240809340ab3fc0fac2d235e | 2f00e2e1a8685f28d6a3f5180841cbd2970ac105 | refs/heads/master | 2022-09-16T01:24:08.428000 | 2020-05-27T22:39:56 | 2020-05-27T22:39:56 | 267,440,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tictactoe;
import java.rmi.*;
public interface CommunicatingServerInterface extends Remote
{
void sendInvite(String ipSender, String otherIP, String msgType) throws RemoteException;
String receiveInvite(String ipSender, String ipReceiver, String msgType) throws RemoteException;
String makeMove(Str... | UTF-8 | Java | 393 | java | CommunicatingServerInterface.java | Java | [] | null | [] | package tictactoe;
import java.rmi.*;
public interface CommunicatingServerInterface extends Remote
{
void sendInvite(String ipSender, String otherIP, String msgType) throws RemoteException;
String receiveInvite(String ipSender, String ipReceiver, String msgType) throws RemoteException;
String makeMove(Str... | 393 | 0.811705 | 0.811705 | 10 | 38.299999 | 40.858414 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 14 |
35f243318fe6266f275bed4ff7c1020e6824ea9f | 9,929,964,388,408 | 634129b50390c5572bf7534823bb60d1c4283279 | /src/main/java/com/xunyanhui/service/PerformanceService.java | 6bd7e7fd2efd42bfa66db5418f3cd7fd4060309b | [] | no_license | HoYuanhao/bangban | https://github.com/HoYuanhao/bangban | bf16fc607ecf6c8087c3ef4f4a8dd19d12cde686 | 14ca4628c2ae9e74babb0ec5731b5f9739d6ebfa | refs/heads/master | 2021-07-07T09:39:39.335000 | 2017-10-02T07:54:25 | 2017-10-02T07:54:25 | 105,505,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xunyanhui.service;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.xunyanhui.bean.PerfBean;
import com.xunyanhui.bean.PerforBean;
import com.xunyanhui.bean.Performance;
import com.xunyanhui.model.EntryRecordN;
import com.xunyanhui.model.Us... | UTF-8 | Java | 1,921 | java | PerformanceService.java | Java | [] | null | [] | package com.xunyanhui.service;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.xunyanhui.bean.PerfBean;
import com.xunyanhui.bean.PerforBean;
import com.xunyanhui.bean.Performance;
import com.xunyanhui.model.EntryRecordN;
import com.xunyanhui.model.Us... | 1,921 | 0.718447 | 0.713307 | 59 | 27.677965 | 29.626169 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.372881 | false | false | 14 |
c1531f16038b72d3bb9f439c5ac4d0d2ddfae96e | 12,386,685,744,068 | 8e17c72f50d78c52a9ba5837cbf28e0a05470424 | /src/main/java/com/laotek/churchguru/web/client/activity/user/GetUserDetailsResult.java | aca5cbf3d90d0e87ca1df15f07e3c368c1a4f514 | [] | no_license | larryoke/churchguru-web | https://github.com/larryoke/churchguru-web | 7cbaf6ccfabc96727b9ce13b519c59ec9c449a0f | 2d33a30a59a82d56a8e827e2a59286abf84e70a1 | refs/heads/master | 2021-01-11T14:58:31.286000 | 2018-12-05T17:18:46 | 2018-12-05T17:18:46 | 80,263,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laotek.churchguru.web.client.activity.user;
import java.util.ArrayList;
import java.util.List;
import net.customware.gwt.dispatch.shared.Result;
import com.laotek.churchguru.web.shared.UserDto;
public class GetUserDetailsResult implements Result{
private List<UserDto> dtos = new ArrayList<UserDto>();
... | UTF-8 | Java | 443 | java | GetUserDetailsResult.java | Java | [] | null | [] | package com.laotek.churchguru.web.client.activity.user;
import java.util.ArrayList;
import java.util.List;
import net.customware.gwt.dispatch.shared.Result;
import com.laotek.churchguru.web.shared.UserDto;
public class GetUserDetailsResult implements Result{
private List<UserDto> dtos = new ArrayList<UserDto>();
... | 443 | 0.760722 | 0.760722 | 21 | 20.095238 | 21.394047 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 14 |
060c35d8c6c0441a2b743b8f1c5b0ad2b85e04d9 | 15,144,054,690,706 | 3a03af0431787193ad946f251364c266263b7d14 | /src/Maintenance/TicketCategoriesTests.java | 72a8bc48b1df5e8c15d6099fcb3c723a3beb8043 | [] | no_license | resmiar/CashControlTests | https://github.com/resmiar/CashControlTests | a70ed75dc231e8cfb12d8ba0fb297d6899abf949 | 6335b0af1c35690f56d7d11c11c836769f5f2a9e | refs/heads/master | 2021-01-24T18:57:41.830000 | 2018-10-03T12:07:21 | 2018-10-03T12:07:21 | 123,238,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Maintenance;
import org.testng.Assert;
import org.testng.annotations.Test;
import Pages.Maintenance.SalesRepsPage;
import Pages.Maintenance.TicketCategoriesPage;
public class TicketCategoriesTests extends BaseTest{
@Test
//To verify that the edit attendance string functionality is working properly... | UTF-8 | Java | 1,221 | java | TicketCategoriesTests.java | Java | [] | null | [] | package Maintenance;
import org.testng.Assert;
import org.testng.annotations.Test;
import Pages.Maintenance.SalesRepsPage;
import Pages.Maintenance.TicketCategoriesPage;
public class TicketCategoriesTests extends BaseTest{
@Test
//To verify that the edit attendance string functionality is working properly... | 1,221 | 0.765766 | 0.765766 | 38 | 30.078947 | 26.58688 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.605263 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.