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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f511624f5bddce38487fe201328f138f727227fd | 15,479,062,136,762 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/29/29_b2e73e4055ac7cfae1e30a93dc9d64fd31cbd29f/SWTRealBuilder/29_b2e73e4055ac7cfae1e30a93dc9d64fd31cbd29f_SWTRealBuilder_t.java | c01cf391b0450eb1d523acc7a8a40a4b7c701b23 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package jfg.gui.swt;
import static jfg.gui.swt.TypeUtils.*;
import java.text.DecimalFormatSymbols;
import java.text.NumberFormat;
import jfg.Attribute;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Event;
import org.eclipse.swt.widgets.Listener;
import org.eclipse.swt.widgets.T... | UTF-8 | Java | 2,643 | java | 29_b2e73e4055ac7cfae1e30a93dc9d64fd31cbd29f_SWTRealBuilder_t.java | Java | [] | null | [] | package jfg.gui.swt;
import static jfg.gui.swt.TypeUtils.*;
import java.text.DecimalFormatSymbols;
import java.text.NumberFormat;
import jfg.Attribute;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Event;
import org.eclipse.swt.widgets.Listener;
import org.eclipse.swt.widgets.T... | 2,643 | 0.579644 | 0.576617 | 124 | 19.306452 | 18.899641 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.685484 | false | false | 13 |
927dc77b8e945ec838275c7c83d234ff08e4aed6 | 19,731,079,790,376 | 74fc9552d8c5c3151902a7ea441c15c231799f50 | /medicationTracker/app/src/test/java/com/example/medicationtracker/TestDataMatch.java | f7be8902110a477d86034bff68819cbc73245590 | [] | no_license | alimay17/Group_Project | https://github.com/alimay17/Group_Project | d91c086b2b1a137feb0f95ccc0fe85dddb90133b | dfcff641f98a499b0528c929ad438cce71c6123c | refs/heads/master | 2020-05-20T17:33:43.510000 | 2019-07-24T04:37:06 | 2019-07-24T04:37:06 | 185,690,208 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.medicationtracker;
import org.junit.Test;
public class TestDataMatch extends junit.framework.TestCase {
@Test
public void testGetData() {
Medication fakeMed = new Medication("test", dose);
RetrieveMed medDB = new RetrieveMed();
Medication testMed = medDB.getMedFromDb();
asse... | UTF-8 | Java | 352 | java | TestDataMatch.java | Java | [] | null | [] | package com.example.medicationtracker;
import org.junit.Test;
public class TestDataMatch extends junit.framework.TestCase {
@Test
public void testGetData() {
Medication fakeMed = new Medication("test", dose);
RetrieveMed medDB = new RetrieveMed();
Medication testMed = medDB.getMedFromDb();
asse... | 352 | 0.727273 | 0.727273 | 16 | 21 | 21.473822 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
6931bc9e4d01f0d67add276a8a0788b92a4f09de | 1,271,310,321,266 | cde87da5556251de9d2f23d312e9bfd82ec85558 | /Advanced Java/04. Sets-Maps/src/exercise/P3_PeriodicTable.java | ba47990dde5ed70d8ace7052670bc4951f23e3fd | [] | no_license | NedelchoPenev/Java_Fundamentals | https://github.com/NedelchoPenev/Java_Fundamentals | 5d663129a52a214e01a08bec483f5334a082f068 | 76a4d218ecdaee4f0cc1c515348630d5884ff32b | refs/heads/master | 2021-01-09T06:15:41.349000 | 2017-04-21T16:01:47 | 2017-04-21T16:01:47 | 80,945,333 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercise;
import java.util.Scanner;
import java.util.TreeSet;
public class P3_PeriodicTable {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
int lines = Integer.parseInt(console.nextLine());
TreeSet<String> set = new TreeSet<>();
for ... | UTF-8 | Java | 623 | java | P3_PeriodicTable.java | Java | [] | null | [] | package exercise;
import java.util.Scanner;
import java.util.TreeSet;
public class P3_PeriodicTable {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
int lines = Integer.parseInt(console.nextLine());
TreeSet<String> set = new TreeSet<>();
for ... | 623 | 0.518459 | 0.513644 | 25 | 23.92 | 21.124243 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 13 |
379ffb913745d8d38f868ea4a582743f94999a68 | 32,272,384,306,975 | 5a27b5b60efa90ef0979f345adfad51300969726 | /VavLibraryP1/src/main/java/com/vav/cn/util/NotificationHelper.java | ef4e1acd18473190cb5da7992332ffc4268d0e03 | [] | no_license | imalpasha/v_androidsdk | https://github.com/imalpasha/v_androidsdk | 306f3a4a50b966d9f9c6a72b4875cad3bcb6d456 | 9a8fd44f1199a06bd5c784d23d6eabdc644366d3 | refs/heads/master | 2021-05-11T01:44:38.742000 | 2018-01-21T13:50:24 | 2018-01-21T13:50:24 | 118,338,714 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vav.cn.util;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.RingtoneManager;
impor... | UTF-8 | Java | 3,962 | java | NotificationHelper.java | Java | [
{
"context": "g;\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n * Created by Handrata Samsul on 2/9/2016.\r\n */\r\npublic class NotificationHelpe",
"end": 550,
"score": 0.9998784065246582,
"start": 535,
"tag": "NAME",
"value": "Handrata Samsul"
}
] | null | [] | package com.vav.cn.util;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.RingtoneManager;
impor... | 3,953 | 0.670116 | 0.666835 | 101 | 37.227722 | 31.31946 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594059 | false | false | 13 |
339ad7041005c300e7e3b2c1e39c306cfdbe4746 | 8,787,503,089,832 | 4e35b3ccb26eae4acb6229af670f9fb4479dee78 | /app/src/main/java/teams/xianlin/com/teamshit/Interface/SelectSexCallBack.java | 0050e4f66e9c26afa87ea5f39ab5db15c9480b79 | [] | no_license | androidYun/TeamsHit | https://github.com/androidYun/TeamsHit | cb18dce27041d4e77e1c8bffb5913b51cb450d82 | 308b3cc82906f7fbd66a6ee21278a65225f8deed | refs/heads/master | 2020-04-10T23:41:41.307000 | 2018-11-07T10:20:01 | 2018-11-07T10:20:01 | 68,006,861 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package teams.xianlin.com.teamshit.Interface;
/**
* Created by Administrator on 2016/7/13.
*/
public interface SelectSexCallBack {
void onSelelctSexSuccess(int result);
}
| UTF-8 | Java | 178 | java | SelectSexCallBack.java | Java | [] | null | [] | package teams.xianlin.com.teamshit.Interface;
/**
* Created by Administrator on 2016/7/13.
*/
public interface SelectSexCallBack {
void onSelelctSexSuccess(int result);
}
| 178 | 0.752809 | 0.713483 | 8 | 21.25 | 19.651653 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
143220f1ac907cd7e897b20508e2b0c3e763f331 | 24,739,011,680,953 | 2e772ada3087864721dea743df246b826377f0c3 | /src/main/java/kr/co/softbridge/sobroplatform/quiz/mapper/QuizMapper.java | 61090369ad06ae5a4d1c43fc832dc5bc6965ebc3 | [] | no_license | jykang21/javaAPI | https://github.com/jykang21/javaAPI | 0577a77f5c5711109020a8b75789cf6981f59315 | c920b2cac561baa2150ac185b448bf88020df856 | refs/heads/master | 2023-08-19T03:39:07.940000 | 2021-09-29T01:48:37 | 2021-09-29T01:48:37 | 411,493,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.softbridge.sobroplatform.quiz.mapper;
import java.util.HashMap;
import java.util.List;
import kr.co.softbridge.sobroplatform.commons.annotation.PrimaryMapper;
import kr.co.softbridge.sobroplatform.quiz.dto.QuizDtlDto;
import kr.co.softbridge.sobroplatform.quiz.dto.QuizInfoQueryDto;
import kr.co.softbrid... | UTF-8 | Java | 2,149 | java | QuizMapper.java | Java | [] | null | [] | package kr.co.softbridge.sobroplatform.quiz.mapper;
import java.util.HashMap;
import java.util.List;
import kr.co.softbridge.sobroplatform.commons.annotation.PrimaryMapper;
import kr.co.softbridge.sobroplatform.quiz.dto.QuizDtlDto;
import kr.co.softbridge.sobroplatform.quiz.dto.QuizInfoQueryDto;
import kr.co.softbrid... | 2,149 | 0.769083 | 0.769083 | 67 | 30.089552 | 30.061991 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.19403 | false | false | 13 |
4777894ce72ca39e85874e8d4579c6820c1aa2b0 | 18,949,395,720,450 | ab0f79892c8bdb34cf9b192295248dd65342a4e1 | /com/shamchat/utils/VoiceRecordingManager.java | 3716c67c205124e89cd7489171ce794cb861ba94 | [] | no_license | jozn/Salam | https://github.com/jozn/Salam | 0dac7ce3fd8f8473a7124b5a0a23dd7c13b5798a | 322282e55bff78094745f787d1463b1ec5f6248c | refs/heads/master | 2021-01-20T03:22:24.212000 | 2016-02-04T11:23:27 | 2016-02-04T11:23:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shamchat.utils;
import android.content.Context;
import android.media.MediaRecorder;
import android.media.MediaRecorder.OnErrorListener;
import android.media.MediaRecorder.OnInfoListener;
import com.shamchat.activity.ShamVoiceRecording;
import com.shamchat.androidclient.SHAMChatApplication;
public final cl... | UTF-8 | Java | 1,721 | java | VoiceRecordingManager.java | Java | [] | null | [] | package com.shamchat.utils;
import android.content.Context;
import android.media.MediaRecorder;
import android.media.MediaRecorder.OnErrorListener;
import android.media.MediaRecorder.OnInfoListener;
import com.shamchat.activity.ShamVoiceRecording;
import com.shamchat.androidclient.SHAMChatApplication;
public final cl... | 1,721 | 0.690296 | 0.667635 | 57 | 29.192982 | 22.270615 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596491 | false | false | 13 |
da7ff438f42d9a009409403548fb6800c5b22a18 | 18,949,395,723,167 | daaf83c4b3d26493fd35fff8c9b49b6ff9c9c955 | /auditcar-domain/src/main/java/com/jumeng/auditcar/domain/MerchantRole.java | f087fd2db216e9153f9ee672bede127af875673e | [] | no_license | CrazyCBoy/jumeng-auditcar | https://github.com/CrazyCBoy/jumeng-auditcar | 5ab472ee0d003147c74c9747bd5e469b4e04b0f6 | 7f86b98d06e238c60fca1df7e420bd0cf25bf095 | refs/heads/master | 2022-06-30T06:05:21.034000 | 2019-10-15T10:28:51 | 2019-10-15T10:28:51 | 214,137,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jumeng.auditcar.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.jumeng.auditcar.common.JsonUtil;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Transient;
import java.util.Ar... | UTF-8 | Java | 1,931 | java | MerchantRole.java | Java | [] | null | [] | package com.jumeng.auditcar.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.jumeng.auditcar.common.JsonUtil;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Transient;
import java.util.Ar... | 1,931 | 0.749591 | 0.742499 | 63 | 28.111111 | 23.651646 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619048 | false | false | 13 |
e85ebddb02ab7a1b6b29f6399e428744e9cee8a5 | 25,142,738,563,878 | 729f526048c372b67c34cc836e1d7e691bbb2b0e | /src/test/java/com/dcai/sample/jpa/demo/repository/CriteriaQueryTest.java | 32673a6be87ff55ab73bd5c067823b6ad5213ae6 | [] | no_license | sandiegodavid/jpa-demo | https://github.com/sandiegodavid/jpa-demo | f381e9136fbb092de63fe8c3e05dbac5e04f1866 | 79ae912a70501aff0a4438a3d067f58a5ef8e5d6 | refs/heads/master | 2020-04-03T08:49:41.673000 | 2018-10-29T03:23:53 | 2018-10-29T03:23:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dcai.sample.jpa.demo.repository;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Join;
import javax.persistence.criteria... | UTF-8 | Java | 4,853 | java | CriteriaQueryTest.java | Java | [] | null | [] | package com.dcai.sample.jpa.demo.repository;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Join;
import javax.persistence.criteria... | 4,853 | 0.749639 | 0.742015 | 147 | 32.013607 | 26.3573 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.442177 | false | false | 13 |
cd71877c263033d2584d426662c5215f0904997f | 35,699,768,187,680 | 202cd7ad06c1ea19a6bae1d60d968427bdc3dd86 | /projects/vaadin-spring-boot-starter/src/main/java/vaadin/spring/boot/starter/db/SampleRepoSystemProperty.java | bb435d6680de5979ede15b28da317bd645389d4c | [] | no_license | aplikadote/vaadin-spring-boot-starter | https://github.com/aplikadote/vaadin-spring-boot-starter | b9986e8f1a991ee4a6e2bd818a6ac129db5bb7d0 | 5af16c1b01abe6144bf3c8a37214129c50cfc9a7 | refs/heads/master | 2023-04-01T19:15:28.988000 | 2021-04-04T05:21:02 | 2021-04-04T05:21:02 | 354,455,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vaadin.spring.boot.starter.db;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Optional;
public interface SampleRepoSystemProperty extends JpaRepository<SampleEntitySystemProperty, Integer> {
public Optional<SampleEntitySystemProperty> findByProperty(String property);
}
| UTF-8 | Java | 318 | java | SampleRepoSystemProperty.java | Java | [] | null | [] | package vaadin.spring.boot.starter.db;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Optional;
public interface SampleRepoSystemProperty extends JpaRepository<SampleEntitySystemProperty, Integer> {
public Optional<SampleEntitySystemProperty> findByProperty(String property);
}
| 318 | 0.842767 | 0.842767 | 10 | 30.799999 | 36.276161 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
5a2dcb3f29da239bb3b3626f0011c0c444dd1d5d | 35,699,768,185,574 | 4c39fb566dda9f8ea5d5c9a56bdb0e689288b783 | /src/main/java/com/hujiang/project/zhgd/hjProjectWorkers/domain/AliOcrBankCard.java | 491c678eb3216d34012924b49124ae9522e7d780 | [
"MIT"
] | permissive | xieyagit/zhgd | https://github.com/xieyagit/zhgd | 5ed86dfb5a34705ba39cac774226d8c438f2dfb5 | 45ac870a62c7323a1bb40b99fb8f0c93e38aed0d | refs/heads/master | 2021-04-23T19:40:18.508000 | 2020-05-21T09:20:44 | 2020-05-21T09:20:44 | 249,984,958 | 0 | 0 | MIT | true | 2020-03-25T13:24:35 | 2020-03-25T13:24:35 | 2020-03-24T10:09:48 | 2020-03-25T12:41:02 | 61,741 | 0 | 0 | 0 | null | false | false | package com.hujiang.project.zhgd.hjProjectWorkers.domain;
import org.springframework.web.multipart.MultipartFile;
public class AliOcrBankCard {
private String configStr;
private String url;
public String getConfigStr() {
return configStr;
}
public void setConfigStr(String... | UTF-8 | Java | 514 | java | AliOcrBankCard.java | Java | [] | null | [] | package com.hujiang.project.zhgd.hjProjectWorkers.domain;
import org.springframework.web.multipart.MultipartFile;
public class AliOcrBankCard {
private String configStr;
private String url;
public String getConfigStr() {
return configStr;
}
public void setConfigStr(String... | 514 | 0.626459 | 0.626459 | 26 | 17.76923 | 18.246828 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 13 |
9c18735daff3b89eca61869bc01d8ec11bed9d54 | 16,415,365,042,402 | 6f27bb1c782bf0476a535326394cbe273be6183c | /WanderLust/src/com/mmt/model/dao/HotelBookingDaoImplMMT.java | 4434b33f3156ad3c251a4ac97c725aa6c56489d6 | [] | no_license | 15priyanka01/WanderLust | https://github.com/15priyanka01/WanderLust | e3c420a8d725754f49f6afaa207894b30e929120 | 97f2f15bd33d9d775e2fb2e423b90a9bb925e7ad | refs/heads/master | 2020-04-06T04:14:41.436000 | 2017-03-07T11:02:28 | 2017-03-07T11:02:28 | 83,027,792 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mmt.model.dao;
import java.io.IOException;
import java.sql.Connection;
import java.util.Date;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import com.mmt.model.b... | UTF-8 | Java | 3,574 | java | HotelBookingDaoImplMMT.java | Java | [] | null | [] | package com.mmt.model.dao;
import java.io.IOException;
import java.sql.Connection;
import java.util.Date;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import com.mmt.model.b... | 3,574 | 0.714326 | 0.709289 | 109 | 30.78899 | 26.179014 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.431193 | false | false | 13 |
4c5497be0f39b10c4895790c653e527eff676c08 | 13,649,406,119,876 | 3f532f07b8c8121dac9200d174b366a9f9b7ed83 | /Main/src/com/bluemoon/Pathfinder/domain/HitDice.java | 12586f4e39e8546e26a1217deacedcedde94379b | [] | no_license | lankwell/pathfinder-dm | https://github.com/lankwell/pathfinder-dm | e4c576f09aa5a09d8496de9883790f9c1719df34 | 58b6697fcfee6943ece8cb11260f33a8f1dc1775 | refs/heads/master | 2016-09-10T10:18:40.140000 | 2013-05-05T13:08:19 | 2013-05-05T13:08:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bluemoon.pathfinder.domain;
/**
* Created with IntelliJ IDEA.
* User: Andrew
* Date: 3/05/13
* Time: 5:47 PM
* To change this template use File | Settings | File Templates.
*/
public class HitDice {
private int diceCount; // e.g. 7
private int diceSize; // e.g. 8 (d8)
private int modifi... | UTF-8 | Java | 338 | java | HitDice.java | Java | [
{
"context": "main;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Andrew\n * Date: 3/05/13\n * Time: 5:47 PM\n * To change th",
"end": 91,
"score": 0.9924095869064331,
"start": 85,
"tag": "NAME",
"value": "Andrew"
}
] | null | [] | package com.bluemoon.pathfinder.domain;
/**
* Created with IntelliJ IDEA.
* User: Andrew
* Date: 3/05/13
* Time: 5:47 PM
* To change this template use File | Settings | File Templates.
*/
public class HitDice {
private int diceCount; // e.g. 7
private int diceSize; // e.g. 8 (d8)
private int modifi... | 338 | 0.64497 | 0.606509 | 15 | 21.533333 | 18.525179 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
d57038994bf3e1758d75ad2a2df9930f204c5659 | 37,331,855,743,151 | 4af38e829ae3641cfd9fa2e04b254613d80028bf | /app/src/main/java/com/forestmuseum/HelpFragment.java | f9b74050ac1afd011ff45eeaf61bdc141e62ee1b | [] | no_license | zhishoumuguinian/forestMuseum3 | https://github.com/zhishoumuguinian/forestMuseum3 | e48c3e2a45856089d9beeab3922639b630b2f906 | c5800f4fed9b32cc7fa107f428caf9ab08d2c7df | refs/heads/master | 2020-05-12T15:44:00.546000 | 2019-05-07T23:52:56 | 2019-05-07T23:52:56 | 181,533,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.forestmuseum;
import android.app.Fragment;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
imp... | UTF-8 | Java | 2,681 | java | HelpFragment.java | Java | [] | null | [] | package com.forestmuseum;
import android.app.Fragment;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
imp... | 2,681 | 0.534489 | 0.531474 | 83 | 30.963856 | 23.037134 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518072 | false | false | 13 |
5820eac6e4473abdf8b7b87102b46b5dbcdcb801 | 7,026,566,538,511 | 36ab7d6c0878c5b0e42e22cd4d4dc3bafbf4c7f7 | /src/kr/or/ddit/member/controller/SidoSelect.java | 2f0d79473fcdc9a31442e2ff1085820865e7abe0 | [] | no_license | kimdohoon1217/jqpro | https://github.com/kimdohoon1217/jqpro | f0b804712f0038d3c14ebeca0f22014fba918874 | 5552150e1e1ceeb290018481c3a5fff0c1773f87 | refs/heads/master | 2020-07-11T04:39:09.907000 | 2019-08-26T10:00:11 | 2019-08-26T10:00:11 | 204,387,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.or.ddit.member.controller;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | UTF-8 | Java | 1,100 | java | SidoSelect.java | Java | [] | null | [] | package kr.or.ddit.member.controller;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | 1,100 | 0.762727 | 0.761818 | 39 | 26.205128 | 28.116224 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.051282 | false | false | 13 |
c7d9c97983366683e37928b6b8ada0bf7bff4c4d | 37,675,453,126,279 | 6a9b1713a0b3eba3684d95e290514f843937096d | /src/main/java/br/com/lucasmancan/repositories/ArticleRepository.java | bea8a97944a55c471b65d56f2616c5653a5cfcff | [] | no_license | lucasmancan/tcc-spring-api | https://github.com/lucasmancan/tcc-spring-api | 3fae8d26ca9ff11c6f96b96a32ba18d95625db19 | a7acd8e066a46e3fff5158d48d137db47367fb2a | refs/heads/master | 2021-06-23T05:24:45.443000 | 2019-12-21T20:36:32 | 2019-12-21T20:36:32 | 183,921,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.lucasmancan.repositories;
import br.com.lucasmancan.models.Article;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ArticleRepository extends JpaRepository<Article, Long> {
}
| UTF-8 | Java | 286 | java | ArticleRepository.java | Java | [] | null | [] | package br.com.lucasmancan.repositories;
import br.com.lucasmancan.models.Article;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ArticleRepository extends JpaRepository<Article, Long> {
}
| 286 | 0.842657 | 0.842657 | 10 | 27.6 | 26.900558 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
a25ac432065ff82d4e8a01fcd3f254bd0a0265ab | 36,584,531,438,114 | b2ae1563324b23a32e5ecac2e2eb23c2fd3064cc | /java-spi/src/main/java/org/wangep/spi/serializer/JavaSerializer.java | a4ff7347f853ae1a75a757c66c1e26b5f69d1f8b | [] | no_license | wggy/m2020 | https://github.com/wggy/m2020 | 6501ec24eaa2f6d09c4f7b5f8f7e9c5994f2ad23 | b004fc949cafc3aa2a37bb1e41202880e8192011 | refs/heads/master | 2022-12-21T07:43:32.532000 | 2020-09-22T09:07:42 | 2020-09-22T09:07:42 | 297,588,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wangep.spi.serializer;
import org.wangep.spi.exception.ObjectSerializerException;
import java.io.*;
/***
* created by wange on 2020/4/16 10:42
*/
public class JavaSerializer implements ObjectSerializer {
public JavaSerializer() {
System.out.println(1111111);
}
@Override
public... | UTF-8 | Java | 1,484 | java | JavaSerializer.java | Java | [
{
"context": "rException;\n\nimport java.io.*;\n\n/***\n * created by wange on 2020/4/16 10:42\n */\npublic class JavaSerialize",
"end": 139,
"score": 0.9991943836212158,
"start": 134,
"tag": "USERNAME",
"value": "wange"
}
] | null | [] | package org.wangep.spi.serializer;
import org.wangep.spi.exception.ObjectSerializerException;
import java.io.*;
/***
* created by wange on 2020/4/16 10:42
*/
public class JavaSerializer implements ObjectSerializer {
public JavaSerializer() {
System.out.println(1111111);
}
@Override
public... | 1,484 | 0.663747 | 0.651617 | 46 | 31.26087 | 29.034039 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 13 |
d0a3ba74c5632e2868308c60db86dd51cc92c391 | 29,661,044,187,393 | 5ba04a280dd82eeffc9298bf7178dc77bde4bcb4 | /model/src/main/java/com/salon/model/response/StoreInfoResponseBO.java | 204b2b9f408cd11dd214f7459a64aceb8d379744 | [] | no_license | terry2870/salon | https://github.com/terry2870/salon | 96eb5dd40829297e964b64ab193bb6612c154e49 | c9ec1c7b6061cb6d454a4034d925031a47c2825a | refs/heads/master | 2018-03-21T04:46:07.008000 | 2016-12-10T16:27:06 | 2016-12-10T16:27:06 | 66,196,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.salon.model.response;
/**
* @author huangping
* 2016年9月6日 上午12:36:46
*/
public class StoreInfoResponseBO extends BaseResponseBO {
private static final long serialVersionUID = -2166330116261284317L;
private Integer id;
private String storeName;
private String storeAddr;
private St... | UTF-8 | Java | 1,010 | java | StoreInfoResponseBO.java | Java | [
{
"context": "\npackage com.salon.model.response;\n\n/**\n * @author huangping\n * 2016年9月6日 上午12:36:46\n */\npublic class StoreInf",
"end": 71,
"score": 0.9982938170433044,
"start": 62,
"tag": "USERNAME",
"value": "huangping"
}
] | null | [] | /**
*
*/
package com.salon.model.response;
/**
* @author huangping
* 2016年9月6日 上午12:36:46
*/
public class StoreInfoResponseBO extends BaseResponseBO {
private static final long serialVersionUID = -2166330116261284317L;
private Integer id;
private String storeName;
private String storeAddr;
private St... | 1,010 | 0.716 | 0.685 | 64 | 14.625 | 16.642847 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.015625 | false | false | 13 |
92fcfcee0fa019fab2a541803440cc9789709617 | 29,180,007,839,425 | c6526db9a01bca5b2387bef6955bb53461568111 | /zdfs-namenode/src/main/java/com/challvy/zdfs/zdfsnamenode/ZdfsNamenodeController.java | 024f2d8702678e4b56f401f1bbeee310d1f55c88 | [] | no_license | challvy/mini-DFS | https://github.com/challvy/mini-DFS | 25f37c9c1a73d6d477d7a1d0a00f74c1bb2e3650 | 9ea559a7ad26be486d232f655ed1e89c03b9b9de | refs/heads/master | 2020-03-21T21:03:36.083000 | 2018-09-26T11:31:14 | 2018-09-26T11:31:14 | 139,044,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.challvy.zdfs.zdfsnamenode;
import com.netflix.appinfo.InstanceInfo;
import org.springframework.cloud.netflix.eureka.server.event.*;
import org.springframework.context.event.EventListener;
import org.springframework.core.io.*;
import org.springframework.http.HttpHeaders;
import org.springframework.http.Resp... | UTF-8 | Java | 8,580 | java | ZdfsNamenodeController.java | Java | [] | null | [] | package com.challvy.zdfs.zdfsnamenode;
import com.netflix.appinfo.InstanceInfo;
import org.springframework.cloud.netflix.eureka.server.event.*;
import org.springframework.context.event.EventListener;
import org.springframework.core.io.*;
import org.springframework.http.HttpHeaders;
import org.springframework.http.Resp... | 8,580 | 0.634438 | 0.632512 | 194 | 39.144329 | 25.881367 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64433 | false | false | 13 |
4eee593a6a80703b9ae11399a35139f13a924498 | 10,703,058,567,348 | 839f080f4bc1e75e64b35affccb50331fac25783 | /src/main/java/kpidata/kpidata/ShopOrderDetails.java | fc1bec533edae99d26a488c22c365b0b6d306c3d | [
"Apache-2.0"
] | permissive | SomGitHub2020/KPIRepo | https://github.com/SomGitHub2020/KPIRepo | 3f1ef9e60be5ec57262330ff20748f2b88f1ca51 | 95e42ee283938d1535caab9a57808c89c9b33c6f | refs/heads/master | 2022-04-28T18:41:37.848000 | 2020-04-27T12:26:35 | 2020-04-27T12:26:35 | 255,813,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kpidata.kpidata;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
imp... | UTF-8 | Java | 6,907 | java | ShopOrderDetails.java | Java | [
{
"context": "IOException{\r\n String stringURL = \"http://9.220.9.130:50200/XMII/Illuminator?IsTesting=T&QueryTemplate=",
"end": 665,
"score": 0.9353121519088745,
"start": 656,
"tag": "IP_ADDRESS",
"value": "220.9.130"
},
{
"context": "pe=text/xml&IllumLoginName=som&IllumLogi... | null | [] | package kpidata.kpidata;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
imp... | 6,907 | 0.616331 | 0.607065 | 153 | 43.156864 | 36.872704 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.934641 | false | false | 13 |
7c7517cd1a667930913a2bd4e03979e409126b81 | 32,487,132,684,749 | 8c173b59f773e50783a93e6ff09994bae6171ee9 | /05-04-BreakfastCereals/src/main/java/uk/ac/belfastmet/breakfastcereals/controller/AddController.java | 3e6a19c439e50d458371614112d5887984a125ec | [] | no_license | MichaelCoey/neueda-springboot-2018 | https://github.com/MichaelCoey/neueda-springboot-2018 | c802ece0e06737008eb9f10445de99b7e0f5d3af | 1fa1d3c7babdc0ef710b3e8863701e18931931e4 | refs/heads/master | 2020-04-07T09:01:56.577000 | 2018-12-13T15:31:46 | 2018-12-13T15:31:46 | 158,237,407 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.belfastmet.breakfastcereals.controller;
import javax.validation.Valid;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... | UTF-8 | Java | 1,281 | java | AddController.java | Java | [] | null | [] | package uk.ac.belfastmet.breakfastcereals.controller;
import javax.validation.Valid;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... | 1,281 | 0.758002 | 0.758002 | 56 | 21.875 | 24.118799 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607143 | false | false | 13 |
66bb43c2cf78f6f270d64057821d4c5d0962a546 | 28,681,791,630,745 | 9cb1d097aa8ee0df7c5b1b4f94674b6d3c53eb20 | /playsafeendpoints/src/main/java/com/playsafe/controller/TemparatureDistanceController.java | 630ff8419fcbb791777bb15f61a4f726ac0d359c | [] | no_license | pnonyusa/playsafePart1 | https://github.com/pnonyusa/playsafePart1 | ac59886fc02356a106bded394921067e5e63c27d | 3d242cce3ddf028974c108bd0941077c6d37f8d9 | refs/heads/main | 2023-01-14T02:01:29.902000 | 2020-11-17T09:16:57 | 2020-11-17T09:16:57 | 313,288,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playsafe.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMappin... | UTF-8 | Java | 1,616 | java | TemparatureDistanceController.java | Java | [] | null | [] | package com.playsafe.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMappin... | 1,616 | 0.779084 | 0.779084 | 44 | 35.727272 | 32.285912 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 13 |
7c16980723e2179a3d2a72092fa0d880c4f2edaa | 5,815,385,749,951 | 5e4fa284b8620ff2c03419a0f162a1bf441bbc7e | /src/main/java/com/shi/gjsysfu/webservice/WebServiceTest.java | eec681458c8bf14751ffa6faf2ac7de25a945215 | [] | no_license | QXzero/GJSYSTEM-FU | https://github.com/QXzero/GJSYSTEM-FU | 346c3626ece0a33499a4767e2bbbbfc73970b9f4 | 8a51e9484638b3307f74df37e859a166a8aa84b5 | refs/heads/master | 2022-06-25T16:45:10.246000 | 2019-06-12T07:43:58 | 2019-06-12T07:43:58 | 191,522,330 | 0 | 0 | null | false | 2022-06-17T02:14:00 | 2019-06-12T07:40:30 | 2019-06-12T07:45:14 | 2022-06-17T02:13:57 | 58 | 0 | 0 | 4 | Java | false | false | package com.shi.gjsysfu.webservice;
import org.apache.cxf.endpoint.Client;
import org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory;
import java.util.Date;
/**
* webservice客户端
*
*
* @author:WangYuanJun
* @date:2017年12月19日 下午9:39:49
*/
public class WebServiceTest {
public static void main(Str... | UTF-8 | Java | 1,341 | java | WebServiceTest.java | Java | [
{
"context": "til.Date;\n/**\n * webservice客户端\n * \n * \n * @author:WangYuanJun\n * @date:2017年12月19日 下午9:39:49\n */\npublic class W",
"end": 222,
"score": 0.9998723268508911,
"start": 211,
"tag": "NAME",
"value": "WangYuanJun"
}
] | null | [] | package com.shi.gjsysfu.webservice;
import org.apache.cxf.endpoint.Client;
import org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory;
import java.util.Date;
/**
* webservice客户端
*
*
* @author:WangYuanJun
* @date:2017年12月19日 下午9:39:49
*/
public class WebServiceTest {
public static void main(Str... | 1,341 | 0.56128 | 0.527713 | 40 | 31.025 | 24.495396 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
02e12984a25928deeda7c3ddf098d94cc264f568 | 22,024,592,317,995 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/6044fc7b3f751e15286fb163e69d585783cf2400/before/ExtractClassHandler.java | 6774b87a99a314d24b7838f20a36b8667959b779 | [] | no_license | fracz/refactor-extractor | https://github.com/fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211000 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.intellij.refactoring.extractclass;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.editor.CaretModel;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.editor.ScrollType;
import com.intellij.openapi.editor.ScrollingModel;
import com.intellij.openapi.pr... | UTF-8 | Java | 6,156 | java | ExtractClassHandler.java | Java | [] | null | [] | package com.intellij.refactoring.extractclass;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.editor.CaretModel;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.editor.ScrollType;
import com.intellij.openapi.editor.ScrollingModel;
import com.intellij.openapi.pr... | 6,156 | 0.667154 | 0.666342 | 138 | 43.615944 | 32.117161 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753623 | false | false | 13 |
b914427130b7d8fa0a6b86be8df5aa143105d055 | 12,515,534,768,242 | 13befaef6571f32557e09855634afcb9f8b5430c | /zdcqClient_10/src/com/zdcq/s2sh/domain/SecondTopic.java | b804b910f8f8c3b743ab44ca37f4130c18e6388a | [] | no_license | xueshancaizi/zdcq | https://github.com/xueshancaizi/zdcq | d75b6fc9491dcb5a0a9eeeacb1f3987d63f49bb2 | 87f10a870bc5bd7493b6ee56b1f6cc4c3c6b59a1 | refs/heads/master | 2021-01-20T18:45:16.597000 | 2016-07-21T08:51:04 | 2016-07-21T08:51:04 | 63,852,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zdcq.s2sh.domain;
import java.io.Serializable;
import org.springframework.stereotype.Repository;
/**
* JavaBean 二级菜单栏
* @author panww
*
*/
@SuppressWarnings("serial")
@Repository("secondTopic")
public class SecondTopic implements Serializable{
private String sid;
private String name;... | UTF-8 | Java | 745 | java | SecondTopic.java | Java | [
{
"context": ".Repository;\r\n\r\n/**\r\n * JavaBean 二级菜单栏\r\n * @author panww\r\n *\r\n */\r\n@SuppressWarnings(\"serial\")\r\n@Repositor",
"end": 158,
"score": 0.9996677041053772,
"start": 153,
"tag": "USERNAME",
"value": "panww"
}
] | null | [] | package com.zdcq.s2sh.domain;
import java.io.Serializable;
import org.springframework.stereotype.Repository;
/**
* JavaBean 二级菜单栏
* @author panww
*
*/
@SuppressWarnings("serial")
@Repository("secondTopic")
public class SecondTopic implements Serializable{
private String sid;
private String name;... | 745 | 0.687075 | 0.685714 | 39 | 16.846153 | 15.338135 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025641 | false | false | 13 |
c581080a27a752ae051a4b9365374e33c2cda59f | 12,515,534,768,460 | 53c2cb31bc8e072f7283b73048e91613d0ea31be | /src/java/strategies/search/CandidateAllJobsSearch.java | 320eb9068370142d3caf36c870b245860733a685 | [] | no_license | ArmaanSinghKlair/level-ground-recruitment | https://github.com/ArmaanSinghKlair/level-ground-recruitment | 4d0d9f1ee30a8d5232a3d94d04dea5d9d5c6b34c | 6f3e0a12883f351021a06e513cfabc04b27416b7 | refs/heads/master | 2023-08-14T08:03:18.764000 | 2021-10-04T02:28:50 | 2021-10-04T02:28:50 | 334,255,831 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package strategies.search;
import com.google.gson.Gson;
import java.util.List;
import javax.persistence.EntityManager;
import javax.pe... | UTF-8 | Java | 6,540 | java | CandidateAllJobsSearch.java | Java | [
{
"context": "nd adheres to the Strategy Pattern.\n *\n * @author 839645\n * @version 1.0\n */\npublic class CandidateAllJobs",
"end": 548,
"score": 0.9983492493629456,
"start": 542,
"tag": "USERNAME",
"value": "839645"
}
] | 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 strategies.search;
import com.google.gson.Gson;
import java.util.List;
import javax.persistence.EntityManager;
import javax.pe... | 6,540 | 0.578746 | 0.573394 | 176 | 36.159092 | 31.686098 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607955 | false | false | 13 |
ffe9b2d81b16feb02a0a4298cbeb5ec121011c45 | 10,797,547,844,665 | 832278736b21a5bbb1945b7b95e0f15f6b9f4b1e | /Entrega 1/NumericMethodsJava/Aitken.java | fc48ee1856e87edeac74630f57f3071ebf011888 | [] | no_license | IsabelGraciano/Analisis-Numerico | https://github.com/IsabelGraciano/Analisis-Numerico | 7b75a454326b1ad1fc9a88ed21171d3c68a99105 | c87a07977d22430b4c93d5ee044515f4a0eb4375 | refs/heads/master | 2023-01-08T09:26:41.534000 | 2020-11-12T03:25:08 | 2020-11-12T03:25:08 | 286,058,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NumericMethods;
import java.util.Scanner;
public class Aitken {
double function, x1, x2, x3, x4, y;
int n = 5;
double ESP = 0.0000001;
public Aitken(Scanner s){
readX1(s);
run();
}
public double evaluateFunction(double x) {
function = 1 - 0.5*x*... | UTF-8 | Java | 1,041 | java | Aitken.java | Java | [] | null | [] | package NumericMethods;
import java.util.Scanner;
public class Aitken {
double function, x1, x2, x3, x4, y;
int n = 5;
double ESP = 0.0000001;
public Aitken(Scanner s){
readX1(s);
run();
}
public double evaluateFunction(double x) {
function = 1 - 0.5*x*... | 1,041 | 0.458213 | 0.419789 | 44 | 21.65909 | 16.267569 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568182 | false | false | 13 |
2bb083e42dd362cf498b51c661a850a97677db9b | 13,417,477,877,285 | 19ac472e9fa418f18dda73019bfd144b09c8ce0d | /src/main/java/cn/codingstar/algs/sort/Main.java | 4d4f759dd54a1b85eb2deffae8ff34988ca77b19 | [] | no_license | iCodingStar/algs4-practice | https://github.com/iCodingStar/algs4-practice | 66516dc60ea65327633d0fcd14342d150362a896 | fec183050827b5c75717dbdf87762619dd087a3c | refs/heads/master | 2021-07-06T10:58:33.175000 | 2017-09-30T02:20:02 | 2017-09-30T02:20:02 | 104,050,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.codingstar.algs.sort;
import cn.codingstar.algs.util.SortTestUtil;
public class Main {
public static void main(String[] args) {
}
}
| UTF-8 | Java | 157 | java | Main.java | Java | [] | null | [] | package cn.codingstar.algs.sort;
import cn.codingstar.algs.util.SortTestUtil;
public class Main {
public static void main(String[] args) {
}
}
| 157 | 0.700637 | 0.700637 | 12 | 12.083333 | 17.153515 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 13 |
23ecdc6eba95bb6f7f8e308c07bed3210ff3bc1f | 15,547,781,667,307 | d88abb8d030aae339cb9c17d4bf33ee37255e3d4 | /BlockModel/source/ThermalPatch.java | a463489461e13aad020d18921d7d9abd8f881ff4 | [] | no_license | Osbelislas/BlockModel | https://github.com/Osbelislas/BlockModel | 3e2055e597088cfd6c2dada52289f73c694cb5c2 | 7b5dcdc3fc79307fc4c7ab7b1c333d7e45fa2458 | refs/heads/master | 2021-05-16T08:32:06.716000 | 2013-10-01T15:47:53 | 2013-10-01T15:47:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | interface ThermalPatch
{
public float getTemp(int x, int y);
}
| UTF-8 | Java | 67 | java | ThermalPatch.java | Java | [] | null | [] | interface ThermalPatch
{
public float getTemp(int x, int y);
}
| 67 | 0.701493 | 0.701493 | 4 | 15.75 | 15.92757 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
00bd8e77ea81bfc0e0bf08d52a234027f3d27846 | 15,547,781,666,664 | 30b3b23c8a96fc455aeae62e24b46a8797e1fa08 | /tzq-elasticsearch-demo/src/main/java/com/cn/lp/domain/Airticle.java | 98330215840a33e638bc637af21cb5bfb8a71b3d | [] | no_license | aaron-xiapazi/elasticsearch-demo | https://github.com/aaron-xiapazi/elasticsearch-demo | 87404157c7f76b9f181abadc05f3d90840f8166e | 4d0e40be40e5d07117fe415f360e077e607f0607 | refs/heads/master | 2022-04-07T23:13:50.253000 | 2020-02-09T06:10:55 | 2020-02-09T06:10:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.lp.domain;
import org.springframework.data.annotation.Id;
import org.springframework.data.elasticsearch.annotations.Document;
import org.springframework.data.elasticsearch.annotations.Field;
import org.springframework.data.elasticsearch.annotations.FieldType;
/**
* 〈一句话功能简述〉
*
* @author tongziqi
* ... | UTF-8 | Java | 2,094 | java | Airticle.java | Java | [
{
"context": "tations.FieldType;\n\n/**\n * 〈一句话功能简述〉\n *\n * @author tongziqi\n * @DATE 2020/2/8\n * @see\n * @since AgileCenter v",
"end": 316,
"score": 0.9985297918319702,
"start": 308,
"tag": "USERNAME",
"value": "tongziqi"
}
] | null | [] | package com.cn.lp.domain;
import org.springframework.data.annotation.Id;
import org.springframework.data.elasticsearch.annotations.Document;
import org.springframework.data.elasticsearch.annotations.Field;
import org.springframework.data.elasticsearch.annotations.FieldType;
/**
* 〈一句话功能简述〉
*
* @author tongziqi
* ... | 2,094 | 0.600583 | 0.595724 | 97 | 20.216496 | 19.731302 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.412371 | false | false | 13 |
8bf0ea5d15306496851f2b71fa23bdeb1532899a | 16,836,271,830,972 | 8696187b9ea6f8673b85a8c8d421f4c48892fbc0 | /java/lesson_exceptions/src/main/java/se/ecutb/loffe/App.java | 97fa7d5d9ea08436816f646b1fc9f292d4e467ed | [] | no_license | Loffis/exercism_codes | https://github.com/Loffis/exercism_codes | 747a1814db1967b874897290a0dd34a1277caeaf | 86ccad168187ffe85fbb519efb59ec5f934a3e86 | refs/heads/master | 2020-11-29T15:57:20.203000 | 2019-12-25T22:06:41 | 2019-12-25T22:06:41 | 230,158,721 | 0 | 0 | null | false | 2020-10-13T18:27:33 | 2019-12-25T22:09:03 | 2019-12-25T22:09:39 | 2020-10-13T18:27:32 | 186 | 0 | 0 | 2 | Java | false | false | package se.ecutb.loffe;
/*
checked - occurs at compile time
unchecked - ignored at the time of compilation. Occurs during runtime.
errors -
*/
import java.io.IOException;
public class App
{
public static void main( String[] args ) {
try{
throw new RuntimeException("Threw a runtime exception ... | UTF-8 | Java | 839 | java | App.java | Java | [] | null | [] | package se.ecutb.loffe;
/*
checked - occurs at compile time
unchecked - ignored at the time of compilation. Occurs during runtime.
errors -
*/
import java.io.IOException;
public class App
{
public static void main( String[] args ) {
try{
throw new RuntimeException("Threw a runtime exception ... | 839 | 0.615018 | 0.613826 | 38 | 21.078947 | 23.578962 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 13 |
a9ecb0e818cd607feae22c47d829a7f85ed9c4bb | 16,836,271,831,524 | db001b5a9f542c83b4c0256f57d120e9898cf408 | /src/fbj.java | 9fbb424a3be95b5d23b7f0f2163bdb140108fd14 | [] | no_license | FabianTerhorst/Hangouts | https://github.com/FabianTerhorst/Hangouts | fe62773e6d2b57afb110c0587a6865c8416c54dc | 67caeb44e72bf4b4119cadf7c8a7f2b75e9843fa | refs/heads/master | 2018-01-08T01:11:24.723000 | 2015-11-16T21:12:59 | 2015-11-16T21:12:59 | 46,301,944 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
final class fbj
{
static final erv a[] = {
new fbk(erv.a("0\202\003\2710\202\002\241\240\003\002\001\002\002\t\000\241\232\334Ln\02... | UTF-8 | Java | 442 | java | fbj.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.999700665473938,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
final class fbj
{
static final erv a[] = {
new fbk(erv.a("0\202\003\2710\202\002\241\240\003\002\001\002\002\t\000\241\232\334Ln\023\f\2730")... | 432 | 0.678733 | 0.404977 | 13 | 33 | 55.147354 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 13 |
a2e5152ed0218273b1264ed73a5136f0255af080 | 3,951,369,973,067 | 81bba389721ffeb86975d1a6d408c7b11dd21b20 | /EatYourBeetSVG/src/main/java/eatyourbeets/characters/AnimatorCustomLoadout.java | f31c512ba05fde8e4136f300449628c776fd33be | [
"Apache-2.0"
] | permissive | ZenKami/STS-AnimatorMod | https://github.com/ZenKami/STS-AnimatorMod | 377cc8c7ae66ed128f883d7245f087e1fbfa69f2 | 356e5009b1e5a9c887ca4c64c0d7b03090947b66 | refs/heads/master | 2020-04-30T18:06:24.147000 | 2019-03-09T21:36:06 | 2019-03-09T21:36:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eatyourbeets.characters;
import com.megacrit.cardcrawl.screens.CharSelectInfo;
import com.megacrit.cardcrawl.screens.charSelect.CharacterOption;
import com.megacrit.cardcrawl.screens.charSelect.CharacterSelectScreen;
import com.megacrit.cardcrawl.unlock.UnlockTracker;
import eatyourbeets.AnimatorResources;
imp... | UTF-8 | Java | 3,733 | java | AnimatorCustomLoadout.java | Java | [] | null | [] | package eatyourbeets.characters;
import com.megacrit.cardcrawl.screens.CharSelectInfo;
import com.megacrit.cardcrawl.screens.charSelect.CharacterOption;
import com.megacrit.cardcrawl.screens.charSelect.CharacterSelectScreen;
import com.megacrit.cardcrawl.unlock.UnlockTracker;
import eatyourbeets.AnimatorResources;
imp... | 3,733 | 0.633003 | 0.630592 | 125 | 28.864 | 26.665436 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616 | false | false | 13 |
9c83638ac908bad939bc3c16f4e83d1ef7eac5e6 | 30,313,879,192,529 | 00f0abaacf2da5891235a7a8366060c4fb9081d9 | /src/다이나믹 프로그래밍/2579. 계단 오르기/2579.java | ab31e41eab557742ccdd27f2c91e4b2e00fa0c73 | [] | no_license | maetdori/BOJ | https://github.com/maetdori/BOJ | bf6121dc918151bb16ff75f70af1a7c1ced6f284 | 42641c18d94904333bc1f58ce0e9aa3767c9462c | refs/heads/main | 2023-06-21T09:11:05.997000 | 2023-03-12T12:14:51 | 2023-03-12T12:14:51 | 323,227,808 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.io.IOException;
public class Main {
static int N;
static int[] stair;
static long[][] cost;
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
N = In... | UTF-8 | Java | 855 | java | 2579.java | Java | [] | null | [] | import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.io.IOException;
public class Main {
static int N;
static int[] stair;
static long[][] cost;
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
N = In... | 855 | 0.605848 | 0.57076 | 34 | 24.17647 | 19.462589 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.382353 | false | false | 13 |
1e42b44e1e083e17cf6ad7beee613cbc353481f8 | 30,313,879,190,185 | 495bd7ced35de9046f29b8edf6601124c9f3ceb2 | /DataStructures/src/test/java/DataStructures/stacksandqueues/NodeTest.java | 99da5ccedc0d48abb83598ff03fee020ab7d5dbf | [
"MIT"
] | permissive | KrystianFH/data-structures-and-algorithms | https://github.com/KrystianFH/data-structures-and-algorithms | 7227aa92e27936b6bb686d3dd8e2ee143941c1c3 | e56e4b46b269ca105f532166656023476a2da17d | refs/heads/master | 2023-02-21T22:41:47.284000 | 2021-01-29T22:43:10 | 2021-01-29T22:43:10 | 286,577,593 | 0 | 0 | MIT | false | 2021-01-29T22:43:11 | 2020-08-10T20:58:51 | 2021-01-29T22:00:18 | 2021-01-29T22:43:10 | 3,082 | 0 | 0 | 0 | JavaScript | false | false | package DataStructures.stacksandqueues;
public class NodeTest {
}
| UTF-8 | Java | 67 | java | NodeTest.java | Java | [] | null | [] | package DataStructures.stacksandqueues;
public class NodeTest {
}
| 67 | 0.820895 | 0.820895 | 4 | 15.75 | 16.26922 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
0ad408b72863e707c7eb8bd353b8f0748bbb80ba | 5,987,184,469,040 | bea35b63807ca8b6ae874ce018abb6a71437a3aa | /Lab1/test/lab5_5.java | d282b14b05f59a7fb5d8b867662c817e2d87b26e | [] | no_license | OksanaPushchyk/Testing2017-18 | https://github.com/OksanaPushchyk/Testing2017-18 | d0ead03b5209ff448f5b6c6825533e55ae31df27 | b9fbf7840d271f75b96f51f7c6c74135ae1bb0b1 | refs/heads/master | 2021-09-01T07:58:38.355000 | 2017-12-25T21:47:37 | 2017-12-25T21:47:37 | 111,116,127 | 0 | 0 | null | true | 2017-11-17T15:02:19 | 2017-11-17T15:02:19 | 2017-11-16T09:32:44 | 2017-11-17T08:34:05 | 264 | 0 | 0 | 0 | null | false | null | /*завдання 5
Написати консольну програму, яка б сортувала текст поданий їй з файлу на стандартний вхід за алфавітом.
Програма повинна ігнорувати регістр при сортуванні. Перевірити роботу для англійської, української та російської мов
*/
package test;
import java.io.BufferedReader;
import java.io.FileReader;
... | WINDOWS-1251 | Java | 1,535 | java | lab5_5.java | Java | [] | null | [] | /*завдання 5
Написати консольну програму, яка б сортувала текст поданий їй з файлу на стандартний вхід за алфавітом.
Програма повинна ігнорувати регістр при сортуванні. Перевірити роботу для англійської, української та російської мов
*/
package test;
import java.io.BufferedReader;
import java.io.FileReader;
... | 1,535 | 0.662687 | 0.657463 | 48 | 25.604166 | 26.050224 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 13 |
052d996725b1cd25e3ab6a9205b130968d872e72 | 10,505,490,035,564 | 443f8bdeb1789c2257a7e076badb608b068471ee | /src/main/java/com/jwd/console/DictionaryConsoleApplication.java | 95031d0c98d610c9a1ba16ed65b01767684f4686 | [] | no_license | ArinaArtiukevich/JWD_dictionary | https://github.com/ArinaArtiukevich/JWD_dictionary | 791a940427a0a9470df15e3fb913bfb0791c4305 | ef494d6bdcb4ac95fe7d46e72a1ad285282a31da | refs/heads/master | 2023-07-16T11:28:33.773000 | 2021-08-18T11:11:58 | 2021-08-18T11:11:58 | 397,571,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jwd.console;
import com.jwd.entity.Pair;
import com.jwd.exception.DictionaryConsoleApplicationException;
import com.jwd.exception.ValidatorException;
import com.jwd.service.Dictionary;
import com.jwd.service.impl.DictionaryImpl;
public class DictionaryConsoleApplication{
public static final String WE... | UTF-8 | Java | 4,197 | java | DictionaryConsoleApplication.java | Java | [] | null | [] | package com.jwd.console;
import com.jwd.entity.Pair;
import com.jwd.exception.DictionaryConsoleApplicationException;
import com.jwd.exception.ValidatorException;
import com.jwd.service.Dictionary;
import com.jwd.service.impl.DictionaryImpl;
public class DictionaryConsoleApplication{
public static final String WE... | 4,197 | 0.57422 | 0.570884 | 124 | 32.846775 | 26.142303 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508065 | false | false | 13 |
07fa4d55858d64d659255c951f8b008da43d6080 | 34,720,515,642,780 | 9069d69de79959317e0c97cda42687c9ecd3adf3 | /src/main/java/com/mysiteforme/admin/controller/system/OnlineEvaluationController.java | 3a5271015389ee322277ba90c4cefa65b95e2892 | [] | no_license | yixiu0518/EvaluationSystem | https://github.com/yixiu0518/EvaluationSystem | c7415876714721ea4f9418ebe6e3e3db40f95120 | 31bcf3f24e70a801b13ccff851166d43255e4e8c | refs/heads/master | 2023-08-11T22:35:18.901000 | 2019-10-17T12:40:59 | 2019-10-17T12:40:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mysiteforme.admin.controller.system;
import com.mysiteforme.admin.annotation.SysLog;
import com.mysiteforme.admin.base.BaseController;
import com.mysiteforme.admin.base.MySysUser;
import com.mysiteforme.admin.entity.Etask;
import com.mysiteforme.admin.entity.ScoreSum;
import com.mysiteforme.admin.service.O... | UTF-8 | Java | 6,884 | java | OnlineEvaluationController.java | Java | [] | null | [] | package com.mysiteforme.admin.controller.system;
import com.mysiteforme.admin.annotation.SysLog;
import com.mysiteforme.admin.base.BaseController;
import com.mysiteforme.admin.base.MySysUser;
import com.mysiteforme.admin.entity.Etask;
import com.mysiteforme.admin.entity.ScoreSum;
import com.mysiteforme.admin.service.O... | 6,884 | 0.677405 | 0.674781 | 177 | 37.757061 | 26.663477 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.870057 | false | false | 13 |
06476972a62f58f3989ba1bdf588fd63a7be1bf0 | 10,136,122,884,875 | c75cda91b01c2fa5e408d55316fb69473e49aa71 | /source/src/main/java/quantumcomputer/core/exceptions/InvalidFieldException.java | a4031230752a76fb36a052adc36c30d1bc78663e | [] | no_license | axm/QuantumJava | https://github.com/axm/QuantumJava | c5c16992dad8d1a9498ddd402928978622e7ad3b | 02bf5a8ce5b2e1c2d1f4a85d02987ad9123b1a24 | refs/heads/master | 2020-05-09T21:10:03.138000 | 2013-10-26T23:35:47 | 2013-10-26T23:35:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package quantumcomputer.core.exceptions;
/**
* Created with IntelliJ IDEA.
* User: alex
* Date: 3/13/13
* Time: 12:52 PM
* To change this template use File | Settings | File Templates.
*/
public class InvalidFieldException extends Exception {
public InvalidFieldException(String description) {
super(... | UTF-8 | Java | 342 | java | InvalidFieldException.java | Java | [
{
"context": "ions;\n\n/**\n * Created with IntelliJ IDEA.\n * User: alex\n * Date: 3/13/13\n * Time: 12:52 PM\n * To change t",
"end": 90,
"score": 0.9989991188049316,
"start": 86,
"tag": "USERNAME",
"value": "alex"
}
] | null | [] | package quantumcomputer.core.exceptions;
/**
* Created with IntelliJ IDEA.
* User: alex
* Date: 3/13/13
* Time: 12:52 PM
* To change this template use File | Settings | File Templates.
*/
public class InvalidFieldException extends Exception {
public InvalidFieldException(String description) {
super(... | 342 | 0.707602 | 0.681287 | 15 | 21.799999 | 21.270323 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 13 |
73cc15eb0b48fad8926fc36f62d501999c922a6f | 35,794,257,461,098 | 601a0f6d6442a9c9b6f1fc21cf6733ffb05ef7c9 | /src/main/java/net/dv8tion/jda/internal/handle/InviteCreateHandler.java | 7f7ca6f089743cf7c058996d7c434f11fee3cc2d | [
"Apache-2.0"
] | permissive | jagrosh/JDA | https://github.com/jagrosh/JDA | 0184876deb7a1eb0c07e3ad792c11cf29505b30f | 374c0616c984139840a13c939fc30287fe13e774 | refs/heads/master | 2023-04-29T22:45:19.072000 | 2022-01-29T18:25:23 | 2022-01-29T18:25:23 | 453,788,791 | 2 | 0 | Apache-2.0 | true | 2023-04-24T02:14:24 | 2022-01-30T20:06:56 | 2023-01-18T14:12:18 | 2023-04-24T02:14:23 | 29,809 | 2 | 0 | 1 | null | false | false | /*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* 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... | UTF-8 | Java | 4,765 | java | InviteCreateHandler.java | Java | [
{
"context": "/*\n * Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contr",
"end": 34,
"score": 0.9998422861099243,
"start": 21,
"tag": "NAME",
"value": "Austin Keener"
},
{
"context": "/*\n * Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and ... | null | [] | /*
* Copyright 2015 <NAME>, <NAME>, <NAME>, and the JDA contributors
*
* 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 requ... | 4,742 | 0.664148 | 0.65932 | 110 | 42.30909 | 35.608665 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 13 |
595e9094e7d7ebf78bd2f54aa1148f9b8d1a71a7 | 4,861,903,046,742 | 5cf93fd9b97a20a2786e5248019c445900c7e8d8 | /day06/src/파일/파일저장3.java | 0f1a95c48ae6947831a3f608dc16de25d6f00d9d | [] | no_license | chosunghwan00001/mega_java | https://github.com/chosunghwan00001/mega_java | 170025b7a9c3037e859ede6186806c6737a9333d | 8ecd2854b41109239b49a59c560cf0fbae5d5379 | refs/heads/master | 2020-06-19T10:53:45.515000 | 2019-08-10T03:54:17 | 2019-08-10T03:54:17 | 196,683,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 파일;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
import javax.swing.JOptionPane;
public class 파일저장3 {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
System.out.print("이름입력 : ");
String name = sc.next();
... | UTF-8 | Java | 689 | java | 파일저장3.java | Java | [] | null | [] | package 파일;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
import javax.swing.JOptionPane;
public class 파일저장3 {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
System.out.print("이름입력 : ");
String name = sc.next();
... | 689 | 0.621622 | 0.620032 | 29 | 19.689655 | 16.197283 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.482759 | false | false | 13 |
c22442fc574afe1b1110acf4884cf4c2c86eb6ad | 29,368,986,440,819 | 1a809475ddf9d6c17bc144bc0fd79cf299033441 | /src/main/java/com/asteroid/duck/pubquiz/ui/WebController.java | 3ad037d2085d0c911e918070a93c257f5343bdae | [
"MIT"
] | permissive | duckAsteroid/pub-quiz | https://github.com/duckAsteroid/pub-quiz | 7be3ec8f9200ad8d744b0029cb24f151bcf2354f | ed9998a36578856bf31fd4585cc7bf982781202c | refs/heads/master | 2021-04-19T04:15:39.089000 | 2020-05-11T08:08:52 | 2020-05-11T08:08:52 | 249,579,307 | 0 | 0 | NOASSERTION | false | 2020-05-11T08:08:53 | 2020-03-24T00:59:59 | 2020-03-24T01:01:01 | 2020-05-11T08:08:53 | 233 | 0 | 0 | 0 | Java | false | false | package com.asteroid.duck.pubquiz.ui;
import com.asteroid.duck.pubquiz.repo.QuizRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springf... | UTF-8 | Java | 697 | java | WebController.java | Java | [] | null | [] | package com.asteroid.duck.pubquiz.ui;
import com.asteroid.duck.pubquiz.repo.QuizRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springf... | 697 | 0.764706 | 0.764706 | 30 | 22.233334 | 22.412323 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
9c225cef3692e4e06625fda05cbb3e42e98cf7d1 | 29,368,986,440,094 | 5fdd93ed58ca221b3c9db29fa8bd2a40ba460f2b | /workspaceJava/sistemaalunos/src/main/java/br/org/generation/sistemaalunos/services/ICursoService.java | 28c55d52be1174cfe0ee03a6609fdd7404432fd9 | [] | no_license | wpaulow/Java-Generation | https://github.com/wpaulow/Java-Generation | f5c83351d46034a7c2b3ed91bf6690382df3d60e | 9241fab9053418841c0f255bf50a96cc6fe41756 | refs/heads/master | 2021-08-14T22:36:01.790000 | 2020-02-03T15:49:03 | 2020-02-03T15:49:03 | 232,172,176 | 0 | 0 | null | false | 2021-08-11T22:17:36 | 2020-01-06T19:41:07 | 2020-02-03T15:49:32 | 2021-08-11T22:17:36 | 15,820 | 0 | 0 | 13 | JavaScript | false | false | package br.org.generation.sistemaalunos.services;
import java.util.List;
import br.org.generation.sistemaalunos.model.Curso;
public interface ICursoService {
public void adicionarNovoCurso(Curso curso);
public Curso recuperarDetalhes(int codigoCurso);
public List<Curso> recuperarTodos();
}
| UTF-8 | Java | 303 | java | ICursoService.java | Java | [] | null | [] | package br.org.generation.sistemaalunos.services;
import java.util.List;
import br.org.generation.sistemaalunos.model.Curso;
public interface ICursoService {
public void adicionarNovoCurso(Curso curso);
public Curso recuperarDetalhes(int codigoCurso);
public List<Curso> recuperarTodos();
}
| 303 | 0.79868 | 0.79868 | 14 | 20.642857 | 21.285833 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 13 |
99d426f54e462dee1747c715bd910d3e8e56a8ff | 13,168,369,789,195 | 5e0a8bf3b79c71d470173ea7cf209f21a6aadda4 | /src/dao/ViewDao.java | 1fdb776d9a5d34fcb4ff6c6bc222853ba8201b8b | [] | no_license | CSerxzm/StudentManagement | https://github.com/CSerxzm/StudentManagement | fb39d8a13ef12bc9fe3a7567adb150cdb0dab545 | fd8afa1ec8a3f29a47b495bbd2f11a9faa30a129 | refs/heads/master | 2022-03-30T15:32:22.308000 | 2019-12-27T12:20:44 | 2019-12-27T12:20:44 | 223,557,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.PreparedStatement;
import model.Course;
import model.SC;
import model.Student;
import model.StudentInform;
import utils.DBUtils;
public class ViewDao {
public Stu... | UTF-8 | Java | 4,622 | java | ViewDao.java | Java | [] | null | [] | package dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.PreparedStatement;
import model.Course;
import model.SC;
import model.Student;
import model.StudentInform;
import utils.DBUtils;
public class ViewDao {
public Stu... | 4,622 | 0.673263 | 0.672164 | 152 | 28.921053 | 19.375624 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.355263 | false | false | 13 |
f892f0b242d2837800fe91e7db295de68f46d905 | 10,892,037,104,476 | a08bed42f4655b3b7c15364b1de313317ec79035 | /src/main/java/pt/asits/util/assertion/assertions/NotEmptyStringAssertion.java | 4c025e6481d771e6eb32485ff7eea72ce61e4db9 | [] | no_license | awesome-stuff-in-the-sky/general-utils | https://github.com/awesome-stuff-in-the-sky/general-utils | 7572e8ff69e1d51b32bf31b81017030c275bac4a | 5de5a962ce1d1821c74daed69d2a15dd725a2e26 | refs/heads/master | 2021-01-17T08:06:28.655000 | 2016-07-01T16:07:57 | 2016-07-01T16:07:57 | 62,400,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.asits.util.assertion.assertions;
import pt.asits.util.assertion.Assertion;
/**
*
* @author Pedro Caleia
*
*/
public enum NotEmptyStringAssertion implements Assertion<String> {
INSTANCE;
@Override
public boolean assertion( String string ) {
if( string == null || string.trim().isEmpty() ) {
... | UTF-8 | Java | 374 | java | NotEmptyStringAssertion.java | Java | [
{
"context": "its.util.assertion.Assertion;\n\n\n/**\n * \n * @author Pedro Caleia\n *\n */\npublic enum NotEmptyStringAssertion implem",
"end": 121,
"score": 0.9998639822006226,
"start": 109,
"tag": "NAME",
"value": "Pedro Caleia"
}
] | null | [] | package pt.asits.util.assertion.assertions;
import pt.asits.util.assertion.Assertion;
/**
*
* @author <NAME>
*
*/
public enum NotEmptyStringAssertion implements Assertion<String> {
INSTANCE;
@Override
public boolean assertion( String string ) {
if( string == null || string.trim().isEmpty() ) {
retur... | 368 | 0.671123 | 0.671123 | 27 | 12.851851 | 18.550638 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 13 |
26e892a43ad715e34b26773aa29a6099f56a8b5a | 9,311,489,100,480 | 6e4978da76071211117a8ecbde208553c26a1087 | /B2BCommerce/src/Java/atg/b2bcommerce/order/processor/ValidateCostCenterPipelineArgs.java | f29ef7c514a00c3885e147550e539d651f3d0430 | [] | no_license | vkscorpio3/ATG_TASK | https://github.com/vkscorpio3/ATG_TASK | 3b41df29898447bb4409bf46bc735045ce7d8cc6 | 8751d555c35a968d4d73c9e22d7f56a6c82192e7 | refs/heads/master | 2020-03-08T16:56:40.463000 | 2014-12-12T10:55:01 | 2014-12-12T10:55:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*<ATGCOPYRIGHT>
* Copyright (C) 2001-2011 Art Technology Group, Inc.
* All Rights Reserved. No use, copying or distribution of this
* work may be made except in accordance with a valid license
* agreement from Art Technology Group. This notice must be
* included on all copies, modifications and derivatives of t... | UTF-8 | Java | 2,337 | java | ValidateCostCenterPipelineArgs.java | Java | [
{
"context": "own names\n * within that dictionary.\n *\n * @author Matt Landau\n * @version $Id: //product/B2BCommerce/version/10",
"end": 1346,
"score": 0.9996601939201355,
"start": 1335,
"tag": "NAME",
"value": "Matt Landau"
},
{
"context": " @updated $DateTime: 2011/06/07 13:55:4... | null | [] | /*<ATGCOPYRIGHT>
* Copyright (C) 2001-2011 Art Technology Group, Inc.
* All Rights Reserved. No use, copying or distribution of this
* work may be made except in accordance with a valid license
* agreement from Art Technology Group. This notice must be
* included on all copies, modifications and derivatives of t... | 2,332 | 0.714163 | 0.691057 | 59 | 38.610168 | 36.063511 | 177 | false | false | 0 | 0 | 0 | 0 | 69 | 0.05905 | 0.338983 | false | false | 13 |
aa8e30651ba1a0665904067afe82735f49d5fd9e | 7,078,106,168,799 | c2e61ddb06f63563a1caaf1b1d6924a082fa439b | /src/main/java/com/edu/vo/ResourceStudentSupportVO.java | b13add27c6b34ea900a560a45bba3c944b63d017 | [] | no_license | Dudo-m/poorstudent | https://github.com/Dudo-m/poorstudent | f12bdec779832340d77def31c69fd95a00202794 | 4c323856d5aed94cfef24c3e2792b99bcd1f1972 | refs/heads/master | 2023-03-31T14:17:21.587000 | 2021-04-07T06:52:16 | 2021-04-07T06:52:16 | 340,807,809 | 7 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
/**
* 申请表左连接资源信息和学生信息vo
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class ResourceStudentSupportVO {
private String su... | UTF-8 | Java | 1,479 | java | ResourceStudentSupportVO.java | Java | [] | null | [] | package com.edu.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
/**
* 申请表左连接资源信息和学生信息vo
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
public class ResourceStudentSupportVO {
private String su... | 1,479 | 0.724482 | 0.724482 | 45 | 27.955555 | 16.011045 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
6b4bb0c8862778acd3d58c679090ab957f2fc568 | 7,078,106,167,569 | cf34e63a1ee1426097a68a5bc94efee8a14dcb93 | /route/src/main/java/com/casstime/route/CTRouter.java | e1e3ef165129187a840504bb956557e7cee0961a | [
"Apache-2.0"
] | permissive | Casstime/casstime-route-android | https://github.com/Casstime/casstime-route-android | 6fb9a4f489aa41030a126d89f97be952e9f03254 | 5776bec1a0a87b14e7e14cdd55769e832742e704 | refs/heads/master | 2020-06-11T18:31:56.124000 | 2019-07-19T01:47:12 | 2019-07-19T01:47:12 | 194,048,484 | 1 | 1 | Apache-2.0 | false | 2019-06-27T09:27:20 | 2019-06-27T07:50:04 | 2019-06-27T08:01:11 | 2019-06-27T09:27:20 | 145 | 0 | 1 | 0 | Java | false | false | package com.casstime.route;
import android.content.Context;
import android.net.Uri;
import com.casstime.route.arouter.CTARouterWrapper;
import com.casstime.route.face.CTNavigationCallback;
import com.casstime.route.face.ICTPostcard;
import com.casstime.route.face.ICTRouter;
/**
* Created by maiwenchang at 2019-05-2... | UTF-8 | Java | 2,063 | java | CTRouter.java | Java | [
{
"context": ".casstime.route.face.ICTRouter;\n\n/**\n * Created by maiwenchang at 2019-05-24 16:21\n * Description :开思组件间路由器\n */\n",
"end": 307,
"score": 0.9997081756591797,
"start": 296,
"tag": "USERNAME",
"value": "maiwenchang"
}
] | null | [] | package com.casstime.route;
import android.content.Context;
import android.net.Uri;
import com.casstime.route.arouter.CTARouterWrapper;
import com.casstime.route.face.CTNavigationCallback;
import com.casstime.route.face.ICTPostcard;
import com.casstime.route.face.ICTRouter;
/**
* Created by maiwenchang at 2019-05-2... | 2,063 | 0.604651 | 0.598714 | 86 | 22.5 | 20.887156 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290698 | false | false | 13 |
98aed0e81cc98648cb671ad8f1901ac3a82fcd7b | 6,579,889,952,641 | b8723a2862a0bc34e02a44628a2f9434693ea7d1 | /kattis/unionfind.java | 8303aeda6aa38824b9620f7c984a3b76b92f9d34 | [] | no_license | mario7lorenzo/cp | https://github.com/mario7lorenzo/cp | ea6d20bbde7ec7217b7bab45f635dda40d2e078b | 253c16599a06cb676a3c94b4892279905486cf5d | refs/heads/master | 2022-05-03T22:27:07.710000 | 2022-04-10T08:37:53 | 2022-04-10T08:37:53 | 158,787,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class Main {
public static void main(String[] args) {
Kattio io = new Kattio(System.in);
int n = io.getInt();
int q = io.getInt();
UFDS ufds = new UFDS(n);
while (q-- > 0) {
String command = io.getWord();
if (command.charAt(0) == '?') {
io.println(ufds.isSameSet(io.getInt(),... | UTF-8 | Java | 436 | java | unionfind.java | Java | [] | null | [] | import java.util.*;
class Main {
public static void main(String[] args) {
Kattio io = new Kattio(System.in);
int n = io.getInt();
int q = io.getInt();
UFDS ufds = new UFDS(n);
while (q-- > 0) {
String command = io.getWord();
if (command.charAt(0) == '?') {
io.println(ufds.isSameSet(io.getInt(),... | 436 | 0.561927 | 0.557339 | 23 | 18 | 18.320812 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043478 | false | false | 13 |
0da295657e6cb995132ccb04c9745b1d28b0e1a3 | 16,664,473,168,903 | 0bc1c4aec7af5c80d4d221870a67a506469f73ec | /src/main/java/com/hadala/concurrency/dao/SimpleClientService.java | 35bf73e510b8f59dd94bad50d73ea3b2bfb307ce | [
"MIT"
] | permissive | shimaomao/java-concurrency-lecture | https://github.com/shimaomao/java-concurrency-lecture | 5e25544b36c36d954519d618b611696f0d3ebb28 | a876111950ad8c7a651f8c4d31d27b1c483fbc7d | refs/heads/master | 2020-03-28T22:44:34.439000 | 2018-01-11T00:22:13 | 2018-01-11T00:22:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hadala.concurrency.dao;
import org.springframework.stereotype.Service;
import static com.hadala.concurrency.dao.Sleep.sleep;
@Service
public class SimpleClientService implements ClientService {
@Override
public boolean hasPermissionToCryptoCurrency(int clientId) {
sleep(1000);
switch (c... | UTF-8 | Java | 748 | java | SimpleClientService.java | Java | [] | null | [] | package com.hadala.concurrency.dao;
import org.springframework.stereotype.Service;
import static com.hadala.concurrency.dao.Sleep.sleep;
@Service
public class SimpleClientService implements ClientService {
@Override
public boolean hasPermissionToCryptoCurrency(int clientId) {
sleep(1000);
switch (c... | 748 | 0.624332 | 0.592246 | 35 | 20.371429 | 17.404573 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 13 |
1a4992da56c5cf9669cacc70ce13c0f27e79e8b0 | 6,176,162,978,397 | fddce58005c3e12819941ced26ef2eecfa6e93ce | /open-metadata-implementation/access-services/asset-manager/asset-manager-client/src/main/java/org/odpi/openmetadata/accessservices/assetmanager/client/rest/AssetManagerRESTClient.java | 0719018c3b7d43af95d4cb6c44612dbdbd969b5f | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | odpi/egeria | https://github.com/odpi/egeria | 6daec14555118b8fefd7fbe96b26cd564fea89a8 | 32b17f688a0e4e5246ed3325b0669e57db9827d6 | refs/heads/main | 2023-09-03T18:14:22.746000 | 2023-09-01T17:16:47 | 2023-09-01T17:16:47 | 135,579,677 | 720 | 335 | Apache-2.0 | false | 2023-09-11T08:36:55 | 2018-05-31T12:18:34 | 2023-09-09T03:36:49 | 2023-09-11T08:36:54 | 447,834 | 711 | 255 | 89 | Java | false | false | /* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.assetmanager.client.rest;
import org.odpi.openmetadata.accessservices.assetmanager.rest.*;
import org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient;
import org.od... | UTF-8 | Java | 111,034 | java | AssetManagerRESTClient.java | Java | [
{
"context": "ser id for the HTTP request\n * @param password password for the HTTP request\n * @param auditLog desti",
"end": 2382,
"score": 0.7120364308357239,
"start": 2374,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "ser id for the HTTP request\n * @param ... | null | [] | /* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.assetmanager.client.rest;
import org.odpi.openmetadata.accessservices.assetmanager.rest.*;
import org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient;
import org.od... | 111,017 | 0.56906 | 0.569042 | 1,944 | 56.116257 | 46.223267 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44393 | false | false | 13 |
c8688bc35b6aa3e6b85f79ca608e96da85814f65 | 30,107,720,789,756 | 62fe9aa3472553392bc42a891a97eeacb2719527 | /Les Horaires/src/main/java/com/amine/horaires/updateshop/UpdateAdapter.java | 8f14fd8b97f0bd48737f3bc1eaeb1d4cde0dc0ae | [
"MIT"
] | permissive | aminecmi/LesHoraires | https://github.com/aminecmi/LesHoraires | 998541f6ed83d86a9adecc8c95d7c9cd83eabd02 | 413957f173815e000a04a04038a2a1d19152b3ec | refs/heads/master | 2021-05-04T10:56:39.927000 | 2015-06-26T12:16:32 | 2015-06-26T12:16:32 | 36,992,436 | 0 | 1 | null | false | 2015-06-26T12:16:33 | 2015-06-06T19:28:10 | 2015-06-06T19:36:08 | 2015-06-26T12:16:32 | 370 | 0 | 1 | 0 | Java | null | null | package com.amine.horaires.updateshop;
import android.app.FragmentManager;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import com.amine.horaires.R;
import com.amine.horaires.models.Horaires;
import com.wdullaer.ma... | UTF-8 | Java | 4,357 | java | UpdateAdapter.java | Java | [] | null | [] | package com.amine.horaires.updateshop;
import android.app.FragmentManager;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import com.amine.horaires.R;
import com.amine.horaires.models.Horaires;
import com.wdullaer.ma... | 4,357 | 0.583658 | 0.578609 | 99 | 43.010101 | 35.067467 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.929293 | false | false | 13 |
996554816093350fcaff7c66e9b842f403499906 | 5,909,875,011,867 | fc97069a0b4701fd7ee5d489e94abbfdba273066 | /src/main/java/com/zhiyun/editorsdk/fundation/UseCases.java | 2b2274bd6b7c67535b1020ac9a1f2f2dfa6148ac | [] | no_license | bellmit/zycami-ded | https://github.com/bellmit/zycami-ded | 8604f1eb24fb767e4cf499e019d6e4568451bb4b | 27686ca846de6d164692c81bac2ae7f85710361f | refs/heads/main | 2023-06-17T20:36:29.589000 | 2021-07-19T18:58:18 | 2021-07-19T18:58:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0.151.
*/
package com.zhiyun.editorsdk.fundation;
import com.zhiyun.editorsdk.fundation.IUseCase;
import d.v.j.b;
import d.v.v.q.h;
import m.a.a;
public class UseCases {
public static boolean a(String objectArray) {
int n10;
int n11 = b.b((String)objectArray);
bo... | UTF-8 | Java | 1,389 | java | UseCases.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.151.
*/
package com.zhiyun.editorsdk.fundation;
import com.zhiyun.editorsdk.fundation.IUseCase;
import d.v.j.b;
import d.v.v.q.h;
import m.a.a;
public class UseCases {
public static boolean a(String objectArray) {
int n10;
int n11 = b.b((String)objectArray);
bo... | 1,389 | 0.4982 | 0.458603 | 49 | 27.32653 | 20.069662 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612245 | false | false | 13 |
f65dd1a637152edde503cf9c4439274c04ff7ed2 | 22,153,441,328,576 | 098a80fca2dbdcdd6a27e635012587ef1bb6d018 | /src/test/java/com/vimemacs/springidol/InstrumentalistTest.java | e9718a2fdc71de748c45f0dc199a7a3de559aeac | [] | no_license | VimIcewind/SpringInAction | https://github.com/VimIcewind/SpringInAction | 0de87e6ae7cd9450947d6d6120a82a0ccd03ef0e | 38d2d93d1e8dbeab3f0f94357d23e082224a487a | refs/heads/master | 2020-04-06T04:15:01.339000 | 2019-02-20T02:17:07 | 2019-02-20T02:17:07 | 58,533,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vimemacs.springidol;
import com.vimemacs.exception.PerformanceException;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created by HWD on 2017/5/24.
*/
public class InstrumentalistTest {
@... | UTF-8 | Java | 1,946 | java | InstrumentalistTest.java | Java | [
{
"context": "ClassPathXmlApplicationContext;\n\n/**\n * Created by HWD on 2017/5/24.\n */\npublic class InstrumentalistTes",
"end": 261,
"score": 0.9975450038909912,
"start": 258,
"tag": "USERNAME",
"value": "HWD"
}
] | null | [] | package com.vimemacs.springidol;
import com.vimemacs.exception.PerformanceException;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created by HWD on 2017/5/24.
*/
public class InstrumentalistTest {
@... | 1,946 | 0.715313 | 0.711716 | 53 | 35.71698 | 32.495213 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433962 | false | false | 13 |
fd3006ad0959d08d94669ccafa08e9d8b6d12952 | 22,153,441,328,698 | 393c68cb9a798734f9aea7cb93be7451cbbdad3b | /achilles-core/src/main/java/info/archinnov/achilles/internals/statements/NativeStatementWrapper.java | 58893676e6116d53d5c7880a211b6733eaa074b3 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | doanduyhai/Achilles | https://github.com/doanduyhai/Achilles | 61d955fa1d44a73466d68d259f8a34d2a1ba0eb0 | 8ba9b95213addb12f2db4fa1c38191f92b9d97e4 | refs/heads/master | 2023-08-11T05:43:02.527000 | 2022-01-15T19:24:39 | 2022-01-15T19:24:39 | 6,733,624 | 218 | 84 | Apache-2.0 | false | 2023-07-28T16:38:18 | 2012-11-17T09:26:30 | 2023-06-15T01:24:53 | 2023-07-28T16:38:17 | 104,794 | 241 | 93 | 29 | Java | false | false | /*
* Copyright (C) 2012-2021 DuyHai DOAN
*
* 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 agree... | UTF-8 | Java | 3,271 | java | NativeStatementWrapper.java | Java | [
{
"context": "/*\n * Copyright (C) 2012-2021 DuyHai DOAN\n *\n * Licensed under the Apache License, Version ",
"end": 41,
"score": 0.9996945261955261,
"start": 30,
"tag": "NAME",
"value": "DuyHai DOAN"
}
] | null | [] | /*
* Copyright (C) 2012-2021 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 3,266 | 0.715683 | 0.711709 | 96 | 33.072918 | 30.978233 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572917 | false | false | 13 |
3ff5face852d1220105912fa6718ac19aeda63e5 | 1,486,058,742,407 | f983d40fe14ccf3b6b6839c2b952368e876c504d | /testengine/src/main/java/com/brainmentors/testengine/utils/Query.java | 782179e8bdac8deca04b5524784a70dedd7ad9eb | [] | no_license | brainmentorspvtltd/ncu-spring | https://github.com/brainmentorspvtltd/ncu-spring | 4c678d6c87d28e8e534241d6e53faed5b82f65fd | 74ca206a7ac7f5404fb24a7eba47b4cb4cc72a5e | refs/heads/master | 2022-12-24T02:37:36.072000 | 2021-02-23T06:25:26 | 2021-02-23T06:25:26 | 232,265,767 | 4 | 1 | null | false | 2022-12-16T15:28:59 | 2020-01-07T07:15:23 | 2021-02-23T06:25:27 | 2022-12-16T15:28:58 | 18,342 | 1 | 0 | 23 | Java | false | false | package com.brainmentors.testengine.utils;
public interface Query {
String LOGIN_SQL = "select userid, user.name as uname, phone ,email, role.name as rolename, rights.name as rightname,"
+ " rights.url from user_mst user, role_mst role, user_role_mapping urmap, "
+ "right_mst rights,role_right_mapping rrmap wh... | UTF-8 | Java | 778 | java | Query.java | Java | [] | null | [] | package com.brainmentors.testengine.utils;
public interface Query {
String LOGIN_SQL = "select userid, user.name as uname, phone ,email, role.name as rolename, rights.name as rightname,"
+ " rights.url from user_mst user, role_mst role, user_role_mapping urmap, "
+ "right_mst rights,role_right_mapping rrmap wh... | 778 | 0.718509 | 0.718509 | 13 | 58.846153 | 43.16132 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.538461 | false | false | 13 |
28a7cebf5644952b986f6c8ad2a63bcd3c3fac0c | 584,115,586,891 | cd1b2acfe86c860ea2b2d00bc081962cbaccf985 | /app/src/main/java/com/thcreate/vegsurveyassistant/db/entity/SpeciesEntity.java | 19e2cd52386f6ef2533cbdbb79765481ec2298d3 | [] | no_license | xiaosaidanr/VegSurveyAssistant | https://github.com/xiaosaidanr/VegSurveyAssistant | e585930d9f085ef261d8a1b9f1a4c2844b555549 | 88e897e87cf73b781ffd91cf3df58ae79e523e76 | refs/heads/master | 2020-04-04T09:56:38.455000 | 2019-04-03T03:32:40 | 2019-04-03T03:32:40 | 150,365,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thcreate.vegsurveyassistant.db.entity;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.ForeignKey;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.Index;
import android.arch.persistence.room... | UTF-8 | Java | 2,072 | java | SpeciesEntity.java | Java | [] | null | [] | package com.thcreate.vegsurveyassistant.db.entity;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.ForeignKey;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.Index;
import android.arch.persistence.room... | 2,072 | 0.646943 | 0.646943 | 73 | 26.780823 | 20.078098 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547945 | false | false | 13 |
fd39e80afb61f90a54df90dd4ea6f5f0fc2da40f | 19,215,683,706,083 | e7c57b9b515a4b891f6e8b416d9aa7d94a6339ef | /ICAROChattersConInfrastrV0_3/src/icaro/infraestructura/entidadesBasicas/procesadorCognitivo/Evidencia.java | 29403fbfb29efeea2e8a91005f6c2673134ac3c1 | [] | no_license | iosusam/DASI | https://github.com/iosusam/DASI | 83ebba4e4db06be0139d48fb31ce57fef5e021b2 | 6c97c74b86c825620f164a21398c4da65ff7beb1 | refs/heads/master | 2021-01-19T22:14:03.794000 | 2017-04-24T16:16:21 | 2017-04-24T16:16:21 | 88,772,224 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package icaro.infraestructura.entidadesBasicas.procesadorCognitivo;
import java.util.ArrayList;
public class Evidencia {
// El contenido es una colección de entidades que se obtiene a partir de mensajes o de eventos
// Se puede crear la evidencia a partir de una collección de objetos o con una colección vacía a la qu... | UTF-8 | Java | 1,372 | java | Evidencia.java | Java | [] | null | [] | package icaro.infraestructura.entidadesBasicas.procesadorCognitivo;
import java.util.ArrayList;
public class Evidencia {
// El contenido es una colección de entidades que se obtiene a partir de mensajes o de eventos
// Se puede crear la evidencia a partir de una collección de objetos o con una colección vacía a la qu... | 1,372 | 0.712509 | 0.712509 | 49 | 26.897959 | 23.972982 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.265306 | false | false | 13 |
410a8269761da972ba2e0f3df669cdbf523f7274 | 13,950,053,816,723 | 1a8dfcdfa74b29705b29c7eb3dc653cff3ac2ab2 | /app_pms/src/xdt/dao/ViewSettleDao.java | 566e37e7a531b99a8c80b7bbad22c91a54a0ecf3 | [] | no_license | xinhemaijie/app_pms | https://github.com/xinhemaijie/app_pms | 7367b7372be377c467f915f55e61ef899d638218 | 2642216a1dbff1d24ae4f25a2bb27dcd0e9d1b44 | refs/heads/master | 2018-09-09T16:10:46.015000 | 2018-07-10T03:36:45 | 2018-07-10T03:36:45 | 132,728,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package xdt.dao;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import xdt.entity.ViewSettle;
import xdt.util.PageView;
/**
* ********************************************************
* @ClassName: ViewSett... | UTF-8 | Java | 559 | java | ViewSettleDao.java | Java | [] | null | [] |
package xdt.dao;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import xdt.entity.ViewSettle;
import xdt.util.PageView;
/**
* ********************************************************
* @ClassName: ViewSett... | 559 | 0.615955 | 0.589981 | 22 | 23.40909 | 20.788239 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 13 |
3fa0790bbcdf3477c888b4f527379b23f08c31e9 | 22,342,419,904,603 | 34166403b4ccaee6cb72a5185891e0dd001ce223 | /src/main/java/com/pojo/Successor.java | c516b07f8c06498977bddb3e993fdbed08c87a48 | [] | no_license | bibroy/HRMS | https://github.com/bibroy/HRMS | 761a99105ea19dceb0d77bcd6c048fdb2f9cb48d | 230c5947a3ab03593603693f76a050324ca91e84 | refs/heads/master | 2021-01-23T07:09:17.053000 | 2014-08-13T11:50:38 | 2014-08-13T11:50:38 | 22,913,847 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pojo;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author pradipto
*
*
*/
public class Successor implements Serializable {
private Integer id;
private String positionID;
pr... | UTF-8 | Java | 1,145 | java | Successor.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n *\n * @author pradipto\n *\n *\n */\npublic class Successor implements Seria",
"end": 198,
"score": 0.9905346632003784,
"start": 190,
"tag": "USERNAME",
"value": "pradipto"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pojo;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author pradipto
*
*
*/
public class Successor implements Serializable {
private Integer id;
private String positionID;
pr... | 1,145 | 0.618341 | 0.618341 | 66 | 16.348484 | 16.220537 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 13 |
07627f8b7fd94ac2efe9caf51d21ed96d100e7b6 | 8,366,596,345,512 | 7117de90cc458fe36769151ad3ec543194d8c008 | /sdjh/src/cn/trymore/sdjh/dao/OrderDao.java | 3f145198c25377fdc163a32c7f8a62ace335411b | [] | no_license | dalinhuang/shuangdaplan | https://github.com/dalinhuang/shuangdaplan | 7a868d255b4b7926ed4997d3fbb0041b743a9b4c | 044064309e3529c209f8661b569b42f4c9df4e98 | refs/heads/master | 2018-01-08T21:17:35.077000 | 2012-10-11T14:37:29 | 2012-10-11T14:37:29 | 46,608,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.trymore.sdjh.dao;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import cn.trymore.sdjh.bean.Material;
import cn.trymore.sdjh.bean.Material4Order;
import cn.trymore.sdjh.bean.Order;
import c... | UTF-8 | Java | 19,289 | java | OrderDao.java | Java | [
{
"context": "t.SqlMapClient;\r\n\r\n/**提供对 生产单进行操作的 Dao\r\n * @author William\r\n * */\r\npublic class OrderDao {\r\n\r\n\tprivate SqlMa",
"end": 528,
"score": 0.9962891340255737,
"start": 521,
"tag": "NAME",
"value": "William"
},
{
"context": "apClient sqlMapClient;\r\n\r\n\t/**添加新... | null | [] | package cn.trymore.sdjh.dao;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import cn.trymore.sdjh.bean.Material;
import cn.trymore.sdjh.bean.Material4Order;
import cn.trymore.sdjh.bean.Order;
import c... | 19,289 | 0.664938 | 0.65239 | 652 | 25.501534 | 21.196821 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.047546 | false | false | 13 |
e58383f57eed951e2245792fdf64b919d2947b22 | 26,396,869,024,430 | 2c400d13bc15a40538e83b8f2076cd2e1a1c2016 | /src/main/java/entities/Project.java | 580692e29a22f501e2fc51f5ee80e80df240f7da | [] | no_license | ismetmuratovic/resource-planner-api | https://github.com/ismetmuratovic/resource-planner-api | 8d948d7448ce91b9aeae006bce5daad885ac444a | fc9f17a2ccc9baef76c1c56e902811d9261bde87 | refs/heads/master | 2022-09-21T23:35:15.312000 | 2019-08-11T22:36:49 | 2019-08-11T22:36:49 | 200,734,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlTransient;
import java.util.List;
/**
* The persistent class for the project database table.
*
*/
@Entity
@NamedQuery(name="Project.findAll", query="SELECT p FROM Project p")
public class Project imple... | UTF-8 | Java | 1,131 | java | Project.java | Java | [] | null | [] | package entities;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlTransient;
import java.util.List;
/**
* The persistent class for the project database table.
*
*/
@Entity
@NamedQuery(name="Project.findAll", query="SELECT p FROM Project p")
public class Project imple... | 1,131 | 0.701149 | 0.700265 | 69 | 15.405797 | 16.47336 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 13 |
2b61165d4b70c65bcf434ae73892879bdeec6e59 | 6,983,616,861,303 | 57570dd72460ff76856f6200b8fba94bd299c751 | /email_client/src/main/java/rs/projekatOSA2019_maven/service/FolderServiceInterface.java | b5075f0a975e2d35fbcf7b3a905e40473a296980 | [] | no_license | davidblagojevic/email-client | https://github.com/davidblagojevic/email-client | d22acb1ec768bb0d28a677cfff628d8641926442 | 557b42ed3cc3528de797e9bf641835e5048191a6 | refs/heads/master | 2022-12-25T18:09:39.632000 | 2020-04-27T00:49:37 | 2020-04-27T00:49:37 | 226,401,080 | 0 | 0 | null | false | 2022-12-12T21:41:18 | 2019-12-06T20:05:13 | 2020-04-27T00:49:56 | 2022-12-12T21:41:17 | 201 | 0 | 0 | 3 | Java | false | false | package rs.projekatOSA2019_maven.service;
import java.util.List;
import java.util.Optional;
import rs.projekatOSA2019_maven.entity.Account;
import rs.projekatOSA2019_maven.entity.Folder;
public interface FolderServiceInterface {
List<Folder> findByParent(Folder parent);
Optional<Folder> findOne(Integer folderId... | UTF-8 | Java | 508 | java | FolderServiceInterface.java | Java | [] | null | [] | package rs.projekatOSA2019_maven.service;
import java.util.List;
import java.util.Optional;
import rs.projekatOSA2019_maven.entity.Account;
import rs.projekatOSA2019_maven.entity.Folder;
public interface FolderServiceInterface {
List<Folder> findByParent(Folder parent);
Optional<Folder> findOne(Integer folderId... | 508 | 0.783465 | 0.759843 | 24 | 20.166666 | 19.667374 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 13 |
3610f37339a60c8361970f3dc16962b0eafc6922 | 3,126,736,197,264 | 3744d1dd85b644c32f31a8934ef01dbf6a84c229 | /app/src/main/java/layout/Fragment_enderecos_interface.java | dfaf303508144cd591b63310645c345c67519ded | [] | no_license | dionimf/PDM_Avalizacao | https://github.com/dionimf/PDM_Avalizacao | ca31d46f1bdc5eef3e00a2b91968eafc50e965bc | 936b43e2f0f4c327b33309dea4ef5e85f81e2027 | refs/heads/master | 2021-01-15T11:03:26.430000 | 2019-05-27T17:50:58 | 2019-05-27T17:50:58 | 68,781,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package layout;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by dioni on 20/09/2016.
*/
public interface Fragment_enderecos_interface {
void onCreate(Bundl... | UTF-8 | Java | 1,273 | java | Fragment_enderecos_interface.java | Java | [
{
"context": "port android.view.ViewGroup;\r\n\r\n/**\r\n * Created by dioni on 20/09/2016.\r\n */\r\npublic interface Fragment_en",
"end": 226,
"score": 0.9990326166152954,
"start": 221,
"tag": "USERNAME",
"value": "dioni"
}
] | null | [] | package layout;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by dioni on 20/09/2016.
*/
public interface Fragment_enderecos_interface {
void onCreate(Bundl... | 1,273 | 0.690495 | 0.684211 | 40 | 29.825001 | 25.587973 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
1906dcf26edb8eb0407f16ffb9c14de65f89aef8 | 3,152,506,000,510 | 1833228a6095bc7930c223b06ef95ef3d54732fd | /Rectangle Graphic/RectangleComponent.java | 144774fc16ec54c5538ff3c92354c701821fafb6 | [] | no_license | waltheralvarez4421/Java-Basics-Project-11 | https://github.com/waltheralvarez4421/Java-Basics-Project-11 | ed811f1682cd4114504317103709404f30f9f747 | cab6785eac74e06097531a3cc2a497284a7f19c2 | refs/heads/master | 2020-05-09T11:54:33.785000 | 2019-04-12T23:28:45 | 2019-04-12T23:28:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Graphics;
import java.awt.Color;
import javax.swing.JComponent;
/**
Walther Alvarez
CISC 500
Assignment #11
This component displays two rectangles that can move in opposite directions.
*/
public class RectangleComponent extends JComponent
{
private static final int RECTANGLE_WID... | UTF-8 | Java | 1,234 | java | RectangleComponent.java | Java | [
{
"context": "t.Color;\r\nimport javax.swing.JComponent;\r\n\r\n/**\r\n Walther Alvarez\r\n CISC 500\r\n Assignment #11\r\n This component d",
"end": 107,
"score": 0.9998276829719543,
"start": 92,
"tag": "NAME",
"value": "Walther Alvarez"
}
] | null | [] | import java.awt.Graphics;
import java.awt.Color;
import javax.swing.JComponent;
/**
<NAME>
CISC 500
Assignment #11
This component displays two rectangles that can move in opposite directions.
*/
public class RectangleComponent extends JComponent
{
private static final int RECTANGLE_WIDTH = 20;
... | 1,225 | 0.625608 | 0.594003 | 51 | 22.235294 | 20.054424 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568627 | false | false | 13 |
9cafee824cbe8c17685be20b1cca78cbf996d670 | 10,024,453,676,529 | e171178159c374b6c0984494b7b6a54445ed54c9 | /archive/glasperlen/mire/src/com/pluseq/mire/core/Location.java | 215bd2f4f0972d40bb68bf73ae1bae3ce7b817dc | [] | no_license | disjunction/ludus | https://github.com/disjunction/ludus | c11d7a20ca931ad8489869b59b9ffa95501f010d | 96b125b6b831113db5943ec614292d9fc5014273 | refs/heads/master | 2021-01-02T09:27:10.365000 | 2012-09-21T20:27:33 | 2012-09-21T20:27:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pluseq.mire.core;
/**
* Separate part of the world
* Locations can be added/removed/suspended, while the world survives
* @author or
*
*/
public class Location {
public int id;
public String title;
}
| UTF-8 | Java | 221 | java | Location.java | Java | [
{
"context": "ed/suspended, while the world survives \n * @author or\n *\n */\npublic class Location {\n\tpublic int id;\n\tp",
"end": 149,
"score": 0.9869746565818787,
"start": 147,
"tag": "USERNAME",
"value": "or"
}
] | null | [] | package com.pluseq.mire.core;
/**
* Separate part of the world
* Locations can be added/removed/suspended, while the world survives
* @author or
*
*/
public class Location {
public int id;
public String title;
}
| 221 | 0.710407 | 0.710407 | 12 | 17.416666 | 18.993237 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
5ac43208611fd6a226329e50bfeb26296be8c42d | 17,368,847,751,513 | 005e52fa661850a85ff43e8648f737883b5efb1f | /src/main/java/pl/infoshare/acedemy/workshop14/VacancyRequirements.java | dfb6408d774dafdf456e75faa1bf52f5abfe4fab | [] | no_license | sszepiet/jjdzw2-refaktoring | https://github.com/sszepiet/jjdzw2-refaktoring | 3868972c90138affeadee7ea102db38115ba51c6 | be5c0bc46d57506e0631acc13058eef68eb50a3a | refs/heads/master | 2020-05-30T14:54:46.492000 | 2019-06-02T09:02:12 | 2019-06-02T09:02:12 | 189,804,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.infoshare.acedemy.workshop14;
public class VacancyRequirements {
private final String title;
private final ExperienceLevel experienceLevel;
public VacancyRequirements(String title, ExperienceLevel experienceLevel) {
this.title = title;
this.experienceLevel = experienceLevel;
... | UTF-8 | Java | 1,077 | java | VacancyRequirements.java | Java | [] | null | [] | package pl.infoshare.acedemy.workshop14;
public class VacancyRequirements {
private final String title;
private final ExperienceLevel experienceLevel;
public VacancyRequirements(String title, ExperienceLevel experienceLevel) {
this.title = title;
this.experienceLevel = experienceLevel;
... | 1,077 | 0.677809 | 0.675952 | 39 | 26.615385 | 25.492699 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 13 |
47728866c83812cf8c945b1cd6c005f048da2d00 | 33,423,435,503,407 | 647eef4da03aaaac9872c8b210e4fc24485e49dc | /TestMemory/admobsdk/src/main/java/com/google/android/gms/internal/zzfj.java | 7f8f3846a3ffddd94cb2dc8d581bf9aff02628eb | [] | no_license | AlbertSnow/git_workspace | https://github.com/AlbertSnow/git_workspace | f2d3c68a7b6e62f41c1edcd7744f110e2bf7f021 | a0b2cd83cfa6576182f440a44d957a9b9a6bda2e | refs/heads/master | 2021-01-22T17:57:16.169000 | 2016-12-05T15:59:46 | 2016-12-05T15:59:46 | 28,154,580 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.app.Activity;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.ads.mediation.MediationAdapter;
import com.google.ads.mediation.MediationBannerAdapter;
import com.google.ads.mediation.MediationInterstitialAdapter;
import com.google.ad... | UTF-8 | Java | 7,851 | java | zzfj.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.app.Activity;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.ads.mediation.MediationAdapter;
import com.google.ads.mediation.MediationBannerAdapter;
import com.google.ads.mediation.MediationInterstitialAdapter;
import com.google.ad... | 7,851 | 0.725131 | 0.720545 | 249 | 30.534136 | 38.656345 | 232 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574297 | false | false | 13 |
3ac86cd8788192b5f70f327caa2fc3a44f9414fc | 7,361,573,955,963 | 39ce9b6ab17e719d9eba955b8fe63af5ac8f950a | /src/backtracking/WordPatternII.java | c73fd93edb8262b32a22e9f0e413c9b7291c7c9b | [] | no_license | JiamingXing/Leetcode-solution | https://github.com/JiamingXing/Leetcode-solution | 252374f2faab398da02bd82dd8d7a08df4cd353a | ec9e838768a0df2e7becd636989c291f684a68f3 | refs/heads/main | 2023-04-04T09:52:24.738000 | 2021-04-12T02:18:11 | 2021-04-12T02:18:11 | 356,948,722 | 0 | 0 | null | false | 2021-04-11T22:32:25 | 2021-04-11T18:34:06 | 2021-04-11T20:30:13 | 2021-04-11T22:32:25 | 725 | 0 | 0 | 0 | Java | false | false | package backtracking;
/*
LeetCode 291. Word Pattern II
*/
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
public class WordPatternII {
public boolean wordPatternMatch(String pattern, String str) {
Map<Character, String> map = new HashMap<>();
S... | UTF-8 | Java | 3,253 | java | WordPatternII.java | Java | [] | null | [] | package backtracking;
/*
LeetCode 291. Word Pattern II
*/
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
public class WordPatternII {
public boolean wordPatternMatch(String pattern, String str) {
Map<Character, String> map = new HashMap<>();
S... | 3,253 | 0.47631 | 0.471917 | 101 | 30.564356 | 25.074312 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.069307 | false | false | 13 |
4e025778a41bf7348be2e9434d979a308ff62efe | 5,832,565,637,045 | 692a7b9325014682d72bd41ad0af2921a86cf12e | /iZhejiang/src/u/aly/dj.java | e8b872cb1cec8efa6b6a44216ee73e2b7c0722c2 | [] | no_license | syanle/WiFi | https://github.com/syanle/WiFi | f76fbd9086236f8a005762c1c65001951affefb6 | d58fb3d9ae4143cbe92f6f893248e7ad788d3856 | refs/heads/master | 2021-01-20T18:39:13.181000 | 2015-10-29T12:38:57 | 2015-10-29T12:38:57 | 45,156,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package u.aly;
// Referenced classes of package u.aly:
// cn, dg, db, dd,
// dk, dc, di
public class dj
{
private ... | UTF-8 | Java | 2,917 | java | dj.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996623396873474,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package u.aly;
// Referenced classes of package u.aly:
// cn, dg, db, dd,
// dk, dc, di
public class dj
{
private static int... | 2,907 | 0.342132 | 0.29688 | 148 | 18.709459 | 14.153719 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533784 | false | false | 4 |
10622b1aac2c15977dd7ee31256e0c580063a0ac | 33,363,305,979,955 | ea02589a78d3daba95d7801bb53a2d57df76ce6e | /src/controle/Controladora.java | ffaee9e3a4e71f11111e923974ef557fe94de57b | [] | no_license | gabrielfeliphe/MaterialDeConstru-o | https://github.com/gabrielfeliphe/MaterialDeConstru-o | c01134cb753687702e71df3f798186c46d7d6b86 | 4390bca8713ed8e810da07661f054873ff197720 | refs/heads/master | 2023-01-11T19:28:24.102000 | 2020-11-20T22:38:26 | 2020-11-20T22:38:26 | 314,681,954 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controle;
import javax.swing.JOptionPane;
import modelo.Estoque;
import modelo.Validacoes;
import visualizacao.EntradaSaida;
public class Controladora {
public void iniciaMenu() { // Menu básico da controladora
int escolhaUsuario; // "Cadastrar novo Produto", "Nova Venda", "Ver
// Estoque", "Ver ... | ISO-8859-1 | Java | 1,866 | java | Controladora.java | Java | [] | null | [] | package controle;
import javax.swing.JOptionPane;
import modelo.Estoque;
import modelo.Validacoes;
import visualizacao.EntradaSaida;
public class Controladora {
public void iniciaMenu() { // Menu básico da controladora
int escolhaUsuario; // "Cadastrar novo Produto", "Nova Venda", "Ver
// Estoque", "Ver ... | 1,866 | 0.696026 | 0.691192 | 81 | 21.987654 | 25.620928 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.641975 | false | false | 4 |
24965250c1844d2078097ccf5dd2a214df204960 | 25,744,033,988,284 | 3f16e590ffadf0d99dba5da97747fcb5f345eaf9 | /app/src/main/java/com/example/department/MainActivity.java | 1556b4c00774273b65237834874e03e5c1ab02c1 | [] | no_license | VENKATESHSUBRAMANIAN/Department | https://github.com/VENKATESHSUBRAMANIAN/Department | 7e6624bfeb535d947e5b406f041d8ae2fb29500a | 7586e9d4a12e7896c2b37a8c428dddd405c194a9 | refs/heads/master | 2021-05-23T08:52:58.175000 | 2020-04-05T10:24:29 | 2020-04-05T10:24:29 | 253,207,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.department;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class MainActivity extends AppCompatActivit... | UTF-8 | Java | 1,341 | java | MainActivity.java | Java | [] | null | [] | package com.example.department;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class MainActivity extends AppCompatActivit... | 1,341 | 0.690529 | 0.688292 | 40 | 32.525002 | 30.955603 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825 | false | false | 4 |
a84ecbd97814d04729682ef7a9917020d0831cdd | 31,636,729,128,165 | b3350e92df89111bbac7d063776e160e7a235a5f | /Client(AndroidStrudio Project)/Woori2/.svn/pristine/ce/ce806e284a80e0f25750f4c6fe9313c48d28e99d.svn-base | 6756ea8e755ddca933b9e4a5caf18d290084bf14 | [
"MIT"
] | permissive | voidFunctionReturn0/TeamHome | https://github.com/voidFunctionReturn0/TeamHome | 2ddc19bdbc595321896b0f7995d15f99d6f5f215 | 50d1a7628cedcc0420dac0dd073e418960dd6b19 | refs/heads/master | 2020-06-10T19:57:49.122000 | 2016-12-08T01:36:49 | 2016-12-08T01:36:49 | 75,890,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication.actionbar.calendar;
import android.content.Context;
import android.content.res.Resources;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import an... | UTF-8 | Java | 3,456 | ce806e284a80e0f25750f4c6fe9313c48d28e99d.svn-base | Java | [
{
"context": "alendar;\nimport java.util.List;\n\n/**\n * Created by ms on 2016-07-12.\n */\npublic class SchedulesListView",
"end": 499,
"score": 0.9968383312225342,
"start": 497,
"tag": "USERNAME",
"value": "ms"
}
] | null | [] | package com.example.myapplication.actionbar.calendar;
import android.content.Context;
import android.content.res.Resources;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import an... | 3,456 | 0.642426 | 0.638503 | 100 | 32.139999 | 28.839911 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 4 | |
e480c7778e855ba9d4f98591eaafdf56fa232fcb | 14,242,111,615,956 | 8b6d44d865f4f482a925662f50998fd8cf66fb7c | /Generics/GenericsPractice.java | a38f2c903bda648afeb42880a0f0c894e2e480da | [] | no_license | cmcoon/CMSC_256 | https://github.com/cmcoon/CMSC_256 | 0a9ed3cee126c81aa3751147f706e13a87dfaca4 | 009eeff87de49f8d08a82fca9f2532374cec45b5 | refs/heads/master | 2020-07-19T03:26:42.079000 | 2019-09-18T20:31:10 | 2019-09-18T20:31:10 | 206,366,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.ListIterator;
import java.util.Scanner;
/**
* Practice using java Generics.
*
* @author ccoon
*
*/
public class Generics {
... | UTF-8 | Java | 3,954 | java | GenericsPractice.java | Java | [
{
"context": "**\n * Practice using java Generics.\n * \n * @author ccoon\n *\n */\n\npublic class Generics {\n\n\tpublic static v",
"end": 287,
"score": 0.9995720386505127,
"start": 282,
"tag": "USERNAME",
"value": "ccoon"
}
] | null | [] | import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.ListIterator;
import java.util.Scanner;
/**
* Practice using java Generics.
*
* @author ccoon
*
*/
public class Generics {
... | 3,954 | 0.700303 | 0.67653 | 141 | 27.042553 | 25.653687 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.29078 | false | false | 4 |
3b954fcdd3bc475de090aaa9170b9648392b1601 | 13,718,125,545,531 | b4a154a4f76d8e01ff550273d51e30d9b5da33c0 | /tc-discord-webhooks-server/src/main/java/com/github/playerforcehd/tcdiscordwebhooks/discord/embeds/DiscordEmbed.java | 8bac277d758da5f5df625b13d9e2291c8c92d4c0 | [
"Apache-2.0"
] | permissive | pascal-zarrad/tc-discord-webhooks | https://github.com/pascal-zarrad/tc-discord-webhooks | 277f39685e24753a7235ba19926c0953ee0066c8 | 5d9421b009fd0fb292990ea7a2d9a19be27a1a7c | refs/heads/develop | 2022-12-24T18:42:57.658000 | 2022-01-23T18:36:10 | 2022-01-23T18:36:10 | 190,776,641 | 13 | 21 | Apache-2.0 | false | 2023-09-08T12:20:48 | 2019-06-07T16:34:14 | 2023-08-18T04:00:04 | 2023-09-08T12:20:48 | 166 | 13 | 18 | 4 | Java | false | false | /*
* Copyright 2021 Pascal Zarrad
*
* 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 | 4,521 | java | DiscordEmbed.java | Java | [
{
"context": "/*\n * Copyright 2021 Pascal Zarrad\n *\n * Licensed under the Apache License, Version ",
"end": 34,
"score": 0.9998716115951538,
"start": 21,
"tag": "NAME",
"value": "Pascal Zarrad"
},
{
"context": "om/developers/docs/resources/webhook\n *\n * @author Pascal Zarrad\n *... | null | [] | /*
* Copyright 2021 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 4,507 | 0.648529 | 0.64676 | 172 | 25.284883 | 28.194408 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.412791 | false | false | 4 |
7bc61b3c97200f207238aef40dd9e0df7501f614 | 12,738,873,068,207 | fec26ad5313e57bf6345c3b1cac83c571b3af766 | /src/java/pnp/ws/mpfn/gob/pe/ConsultaRenadesppleProxy.java | 3dd38d4e79189a341ef8ea3aa364ba33703d7b1a | [] | no_license | Farid88/HibperV3 | https://github.com/Farid88/HibperV3 | ea21821abc2a2a37185196097cb3f009d412b4ef | 5aaca5b756c0d65297836feb7f1b3358f2eb9f59 | refs/heads/master | 2016-08-12T23:27:08.354000 | 2015-10-03T21:08:14 | 2015-10-03T21:08:14 | 43,597,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pnp.ws.mpfn.gob.pe;
public class ConsultaRenadesppleProxy implements pnp.ws.mpfn.gob.pe.ConsultaRenadespple_PortType {
private String _endpoint = null;
private pnp.ws.mpfn.gob.pe.ConsultaRenadespple_PortType consultaRenadespple_PortType = null;
public ConsultaRenadesppleProxy() {
_initConsu... | UTF-8 | Java | 2,422 | java | ConsultaRenadesppleProxy.java | Java | [] | null | [] | package pnp.ws.mpfn.gob.pe;
public class ConsultaRenadesppleProxy implements pnp.ws.mpfn.gob.pe.ConsultaRenadespple_PortType {
private String _endpoint = null;
private pnp.ws.mpfn.gob.pe.ConsultaRenadespple_PortType consultaRenadespple_PortType = null;
public ConsultaRenadesppleProxy() {
_initConsu... | 2,422 | 0.719653 | 0.719653 | 60 | 38.400002 | 44.268574 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
5d84283472be3e28b6653421695de03aa7d490e2 | 23,158,463,709,694 | 68c749f360ea32139534cbcdabfcbde435e9bd13 | /src/lesson1/inter/Kenguru.java | 01dbfdddccfa8aac6712e96cac15bfe4c49ab78b | [] | no_license | Di-Mar/Java1 | https://github.com/Di-Mar/Java1 | 28e82e9ba5cc0b8192c40742db229d4dddafaa0a | 5777211eeef79adeb330c168865e0515e039e462 | refs/heads/master | 2022-12-06T06:59:12.771000 | 2020-08-12T13:18:34 | 2020-08-12T13:18:34 | 287,018,163 | 0 | 0 | null | false | 2020-08-12T13:27:44 | 2020-08-12T13:15:34 | 2020-08-12T13:19:08 | 2020-08-12T13:19:06 | 0 | 0 | 0 | 1 | Java | false | false | package lesson1.inter;
public class Kenguru implements Jumpable {
@Override
public void jump() {
System.out.println("Kenguru jump!");
}
}
| UTF-8 | Java | 159 | java | Kenguru.java | Java | [] | null | [] | package lesson1.inter;
public class Kenguru implements Jumpable {
@Override
public void jump() {
System.out.println("Kenguru jump!");
}
}
| 159 | 0.654088 | 0.647799 | 8 | 18.875 | 16.220646 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
ba145e1b66391a7ab242aef7fe3b77a52c14ae5c | 231,928,243,980 | 0b632a15e68baf7f5becf7945d4324c2af7af21d | /4.DiamondDash/DiamondDashLogoGrabber.java | af1f2c362ca01bc156f326328a49c385f75cd447 | [] | no_license | cindyaddoil/playingGamesInJava | https://github.com/cindyaddoil/playingGamesInJava | 3c09bc6bd62307e4830232aaa955524e4e6d2c54 | a71090192304b457c83b79ad23f167e3b9402f5d | refs/heads/master | 2020-04-05T23:14:50.353000 | 2016-06-07T19:12:29 | 2016-06-07T19:12:29 | 60,639,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Robot;
import java.awt.AWTException;
import java.io.File;
import javax.imageio.ImageIO;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.IOException;
class DiamondDashLogoGrabber {
private final Robot robot;
public DiamondDashLogoGrabber() throws AWTExc... | UTF-8 | Java | 773 | java | DiamondDashLogoGrabber.java | Java | [] | null | [] | import java.awt.Robot;
import java.awt.AWTException;
import java.io.File;
import javax.imageio.ImageIO;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.IOException;
class DiamondDashLogoGrabber {
private final Robot robot;
public DiamondDashLogoGrabber() throws AWTExc... | 773 | 0.689521 | 0.676585 | 25 | 28.92 | 24.204 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72 | false | false | 4 |
9dfc53323b9acfccdc2ac31059881cadbd12a3fe | 33,157,147,574,956 | ed7583317c49f46b1deecd08d7e634fc8726d99f | /exec/backend/checksource/src/main/java/com/ssafy/checksource/model/dto/LicenseUpdateDTO.java | 86bf4f8fc29e94d7ed20ddfce895c69cf5884ecc | [] | no_license | go95305/CheckSource | https://github.com/go95305/CheckSource | c68c9e32ed58f2fe94c76b666a2afbd396e75bb7 | af49006c1d1512d1fe413dfab1feab906fc876bc | refs/heads/master | 2023-07-18T00:22:20.477000 | 2021-09-04T06:41:24 | 2021-09-04T06:41:24 | 370,224,567 | 0 | 0 | null | false | 2021-05-24T04:22:09 | 2021-05-24T04:15:13 | 2021-05-24T04:16:58 | 2021-05-24T04:22:09 | 0 | 0 | 0 | 1 | Java | false | false | package com.ssafy.checksource.model.dto;
import lombok.Data;
@Data
public class LicenseUpdateDTO {
private long licenseId;
//이름
private String name;
//줄임말
private String identifier;
//전문
private String contents;
//url
private String url;
//osi승인여부
private Boolean is_osi;
//복제, 배포, 수정의 권한 허용
private Boo... | UTF-8 | Java | 914 | java | LicenseUpdateDTO.java | Java | [] | null | [] | package com.ssafy.checksource.model.dto;
import lombok.Data;
@Data
public class LicenseUpdateDTO {
private long licenseId;
//이름
private String name;
//줄임말
private String identifier;
//전문
private String contents;
//url
private String url;
//osi승인여부
private Boolean is_osi;
//복제, 배포, 수정의 권한 허용
private Boo... | 914 | 0.736769 | 0.736769 | 36 | 18.944445 | 12.310665 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277778 | false | false | 4 |
160c5183c124efac4e21f55edf764e52af92d0f7 | 936,302,890,936 | ce62107117bb8b89424c4d128c32d4e5d80e3345 | /consumer/src/main/java/cn/test/consumer/controller/ConsumerController.java | ac160e91091b51c3ef42dd0049ff4dddc7827619 | [] | no_license | beavailable/spring-cloud-demo | https://github.com/beavailable/spring-cloud-demo | 2a75eaa3bcd19e8129bff77908a636b8058f8980 | 69e48618b3fc124edc6c7278b483ad0f19b651c6 | refs/heads/main | 2023-07-13T01:11:20.068000 | 2021-08-26T07:51:54 | 2021-08-26T07:51:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.test.consumer.controller;
import cn.test.consumer.client.UserClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestContr... | UTF-8 | Java | 674 | java | ConsumerController.java | Java | [] | null | [] | package cn.test.consumer.controller;
import cn.test.consumer.client.UserClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestContr... | 674 | 0.764095 | 0.764095 | 21 | 31.095238 | 24.647814 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
f4704f462cc2e7b1f8641822f58150bb63680a1a | 32,959,579,098,088 | 2f2c408c00c545961767a0937a7d43d8d7be4ae9 | /adapters/UsersAdapter/src/main/java/com/demo/adapter/UsersAdapterResource.java | d4ded23fb3c3f8c0e1b48079556667c4be7f8a9d | [] | no_license | gchepil/MFPIonic2App | https://github.com/gchepil/MFPIonic2App | abf591763d61a0827811bce148818c3e2ebc099f | 7a40a9a84f817750d4128be643767478896617d9 | refs/heads/master | 2021-01-19T23:33:03.095000 | 2018-10-24T16:01:54 | 2018-10-24T16:01:54 | 88,992,897 | 0 | 2 | null | false | 2018-10-24T16:01:55 | 2017-04-21T14:34:55 | 2018-10-24T09:21:15 | 2018-10-24T16:01:54 | 73,070 | 0 | 2 | 0 | JavaScript | false | null | package com.demo.adapter;
import com.google.gson.Gson;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
import java.util.List;
import java.util.ArrayList;
impor... | UTF-8 | Java | 9,379 | java | UsersAdapterResource.java | Java | [
{
"context": "nfo = new UserInfo();\n\t\t\t// userInfo.firstName = \"John\";\n\t\t\t// userInfo.lastName = \"Deer\";\n\t\t\t// userInf",
"end": 3486,
"score": 0.9998473525047302,
"start": 3482,
"tag": "NAME",
"value": "John"
},
{
"context": "fo.firstName = \"John\";\n\t\t\t// userInf... | null | [] | package com.demo.adapter;
import com.google.gson.Gson;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
import java.util.List;
import java.util.ArrayList;
impor... | 9,342 | 0.684934 | 0.679923 | 303 | 29.953794 | 23.468351 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.435644 | false | false | 4 |
114727fb91d98163c64ff90589ff7fbdf680c5d9 | 3,959,959,891,277 | e4424c348ec70a1b2e6ff9c738c37d6dcd042b9e | /src/main/java/repo/impl/SongRepositoryImpl.java | 3c3bc0fe0e2dc4b272018bbb9b3affaabef1951b | [] | no_license | MoonDev-v03/WebMusicAppJDBC | https://github.com/MoonDev-v03/WebMusicAppJDBC | dcf5c42f76600cd31d36ccef366b677d11513c28 | 9fefc6adce0e06d6501e27f81272a843f1770fa0 | refs/heads/main | 2023-04-15T12:39:28.317000 | 2021-04-26T22:08:25 | 2021-04-26T22:08:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repo.impl;
import entity.Song;
import repo.SongRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import static utility.DataCredentials.*;
/**
* Created by Moon on 23/04/2021
*/
public class SongRepositoryImpl implements SongRepository {
@Override
public int save(... | UTF-8 | Java | 11,817 | java | SongRepositoryImpl.java | Java | [
{
"context": "atic utility.DataCredentials.*;\n\n/**\n * Created by Moon on 23/04/2021\n */\npublic class SongRepositoryImpl",
"end": 206,
"score": 0.8301389813423157,
"start": 202,
"tag": "NAME",
"value": "Moon"
}
] | null | [] | package repo.impl;
import entity.Song;
import repo.SongRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import static utility.DataCredentials.*;
/**
* Created by Moon on 23/04/2021
*/
public class SongRepositoryImpl implements SongRepository {
@Override
public int save(... | 11,817 | 0.53093 | 0.527207 | 326 | 35.248466 | 25.624882 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677914 | false | false | 4 |
d8cba88e0262c1aad0cc77f9f1f0ed0ee626bbdd | 33,809,982,575,429 | 1c117434406572d0d0f0c221a60e849eac3e127a | /src/main/java/com/epam/dao/INotificationDao.java | 820e7e46ac1d78ac1acbfb3062e777fd649eadbd | [] | no_license | dimitrkovalsky/recoedmunds | https://github.com/dimitrkovalsky/recoedmunds | 71593f567d3746889014cdbd6b180b5cfd950cfc | f7bec40344739ba1bef5452e85b5a24ba4b96df7 | refs/heads/master | 2021-01-10T12:04:21.430000 | 2015-09-30T12:33:45 | 2015-09-30T12:33:45 | 43,351,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.dao;
import com.epam.errors.DaoException;
import com.epam.models.Notification;
import org.bson.types.ObjectId;
import java.util.List;
/**
* User: Dimitr
* Date: 29.09.2015
* Time: 11:43
*/
public interface INotificationDao {
void insert(Notification entity) throws DaoException;
List<Not... | UTF-8 | Java | 562 | java | INotificationDao.java | Java | [
{
"context": "es.ObjectId;\n\nimport java.util.List;\n\n/**\n * User: Dimitr\n * Date: 29.09.2015\n * Time: 11:43\n */\npublic int",
"end": 173,
"score": 0.7737908959388733,
"start": 167,
"tag": "USERNAME",
"value": "Dimitr"
}
] | null | [] | package com.epam.dao;
import com.epam.errors.DaoException;
import com.epam.models.Notification;
import org.bson.types.ObjectId;
import java.util.List;
/**
* User: Dimitr
* Date: 29.09.2015
* Time: 11:43
*/
public interface INotificationDao {
void insert(Notification entity) throws DaoException;
List<Not... | 562 | 0.761566 | 0.740214 | 24 | 22.416666 | 23.280745 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 4 |
25a79f82e40746ad2d6316f8e1117b62f604dba9 | 18,107,582,149,100 | 40edc8b3208342541e67ca52c6c4dd701085517f | /app/src/main/java/ttit/com/shuvo/elaahitakeway/homepage/mainfood/riceDishMainMenu/RiceDishMainMenu.java | 06f38ebd4fd3e9928cf706418e62329fb53bfb26 | [] | no_license | shuvo934/ELAAHI_TAKEWAY | https://github.com/shuvo934/ELAAHI_TAKEWAY | 4d2ce4bda737d23708bcda727c1909a77071436d | 37bb9b7a35c4302c5232faeb3a86e3dc236d7455 | refs/heads/master | 2023-03-13T02:26:37.210000 | 2021-03-04T12:14:25 | 2021-03-04T12:14:25 | 339,374,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ttit.com.shuvo.elaahitakeway.homepage.mainfood.riceDishMainMenu;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bund... | UTF-8 | Java | 3,871 | java | RiceDishMainMenu.java | Java | [] | null | [] | package ttit.com.shuvo.elaahitakeway.homepage.mainfood.riceDishMainMenu;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bund... | 3,871 | 0.669601 | 0.660021 | 111 | 33.801804 | 28.508833 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.828829 | false | false | 4 |
21cd2937b69b4610576b60acebf4120e9d9b376e | 35,811,437,316,608 | b09e8afe25c2fc36d9fee4bdcb1a0d9429da7069 | /src/main/java/com/dewarim/cinnamon/application/servlet/LinkServlet.java | 26c55f078246fc9e4ccdc0bd00bebe3b2a27f4dc | [
"Apache-2.0"
] | permissive | dewarim/cinnamon4 | https://github.com/dewarim/cinnamon4 | 81474cb021af9e009b1e58fd9cb64d257765d1ca | ed2d9a0da61b2a1202383fe756c70807cf390f66 | refs/heads/master | 2023-08-17T07:37:41.055000 | 2023-08-13T12:35:28 | 2023-08-13T12:35:28 | 92,409,033 | 2 | 0 | Apache-2.0 | false | 2023-05-07T13:13:41 | 2017-05-25T14:01:17 | 2023-01-27T10:52:43 | 2023-05-07T13:13:40 | 1,750 | 1 | 0 | 41 | Java | false | false | package com.dewarim.cinnamon.application.servlet;
import com.dewarim.cinnamon.DefaultPermission;
import com.dewarim.cinnamon.ErrorCode;
import com.dewarim.cinnamon.api.UrlMapping;
import com.dewarim.cinnamon.application.CinnamonResponse;
import com.dewarim.cinnamon.application.ErrorResponseGenerator;
import com.dewari... | UTF-8 | Java | 16,635 | java | LinkServlet.java | Java | [] | null | [] | package com.dewarim.cinnamon.application.servlet;
import com.dewarim.cinnamon.DefaultPermission;
import com.dewarim.cinnamon.ErrorCode;
import com.dewarim.cinnamon.api.UrlMapping;
import com.dewarim.cinnamon.application.CinnamonResponse;
import com.dewarim.cinnamon.application.ErrorResponseGenerator;
import com.dewari... | 16,635 | 0.696303 | 0.695822 | 317 | 51.476341 | 38.724339 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958991 | false | false | 4 |
692248e637a8cc1a30b80caca5834ef6c1c6c88f | 27,376,121,574,856 | a38e3b9344ca299bc598e062704df5b9784bcb67 | /fender-sb-bdd/branches/three valued logic branch/fender-sb-bdd/src/fsb/semantics/naivepso/NaiveAbsState.java | ca5b85c7187f2c129d1b9cae8836363321ac8163 | [
"MIT"
] | permissive | hetmeter/awmm | https://github.com/hetmeter/awmm | 274c22d9cd64adbbe85ac43636e0caf3e022c8ff | 8d65b1246898b27db1ac5a6542465f71e27b1603 | refs/heads/master | 2020-04-19T09:38:35.990000 | 2015-08-16T16:01:32 | 2015-08-16T16:01:32 | 30,911,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fsb.semantics.naivepso;
import java.util.Set;
import ags.constraints.Formula;
import fsb.ast.MProgram;
import fsb.ast.tvl.ArithValue;
import fsb.ast.tvl.DeterArithValue;
import fsb.explore.Action;
import fsb.explore.SBState;
import fsb.explore.Validator;
import fsb.semantics.SharedResMap;
public class Naive... | UTF-8 | Java | 2,517 | java | NaiveAbsState.java | Java | [] | null | [] | package fsb.semantics.naivepso;
import java.util.Set;
import ags.constraints.Formula;
import fsb.ast.MProgram;
import fsb.ast.tvl.ArithValue;
import fsb.ast.tvl.DeterArithValue;
import fsb.explore.Action;
import fsb.explore.SBState;
import fsb.explore.Validator;
import fsb.semantics.SharedResMap;
public class Naive... | 2,517 | 0.666269 | 0.663091 | 122 | 19.622952 | 18.338943 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.106557 | false | false | 4 |
81932a71079067a22d82a0d1383c4cb9a648e780 | 2,396,591,787,534 | b07e140a61aedceaa87001f2cc53edeac7566f38 | /converter/Main.java | 56de3667bf60473db7d8f86318420c2b9f16178d | [] | no_license | MrShtein/Numeral-System-Converter | https://github.com/MrShtein/Numeral-System-Converter | 478e82ea499708558ab146de4ff068159fbbfd37 | 2506d5ef33926159bc95cc2d509e701d74a2064a | refs/heads/master | 2023-03-22T09:34:01.202000 | 2021-03-06T09:10:04 | 2021-03-06T09:10:04 | 343,488,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package converter;
public class Main {
public static void main(String[] args) {
DataGrabber dataGrabber = new DataGrabber();
try {
Converter converter = new Converter(dataGrabber.grabDigitAndBase());
System.out.println(converter.convertData());
} catch (Exception e... | UTF-8 | Java | 391 | java | Main.java | Java | [] | null | [] | package converter;
public class Main {
public static void main(String[] args) {
DataGrabber dataGrabber = new DataGrabber();
try {
Converter converter = new Converter(dataGrabber.grabDigitAndBase());
System.out.println(converter.convertData());
} catch (Exception e... | 391 | 0.601023 | 0.601023 | 16 | 23.4375 | 24.38998 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
651f83ba10860a584afbda0bd857881913d3d7c1 | 17,360,257,872,023 | deb2134df79ce428843c92711772f7d0e6166a25 | /source/rmas/src/java/main/com/dl/core/jxls/parse/model/MergedCell.java | cbcb987b85e5429dec232b5709b3855c4af23584 | [] | no_license | zhiqsyr/rmas | https://github.com/zhiqsyr/rmas | 773a87509b9cb03f3df2d8a9891ea0387f5e4ba3 | fe33f29e09aaf73f8ae19027be5c6dd491b2cea4 | refs/heads/master | 2020-12-25T17:01:39.316000 | 2017-07-04T05:50:23 | 2017-07-04T05:50:23 | 58,859,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dl.core.jxls.parse.model;
import jxl.Cell;
/**
* 合并的单元格
* @author dylan
* @date 2013-5-6 上午9:16:46
*/
public class MergedCell {
private int startRow;//开始行号,以0作为起始
private int endRow;//结束行号,以0作为起始
private int startCol;//开始列号,以0作为起始
private int endCol;//结束列号,以0作为起始
private Cell cell;//单元格,即topLeft单元... | UTF-8 | Java | 1,654 | java | MergedCell.java | Java | [
{
"context": ".model;\n\nimport jxl.Cell;\n/**\n * 合并的单元格\n * @author dylan\n * @date 2013-5-6 上午9:16:46\n */\npublic class Merg",
"end": 86,
"score": 0.9965355396270752,
"start": 81,
"tag": "USERNAME",
"value": "dylan"
}
] | null | [] | package com.dl.core.jxls.parse.model;
import jxl.Cell;
/**
* 合并的单元格
* @author dylan
* @date 2013-5-6 上午9:16:46
*/
public class MergedCell {
private int startRow;//开始行号,以0作为起始
private int endRow;//结束行号,以0作为起始
private int startCol;//开始列号,以0作为起始
private int endCol;//结束列号,以0作为起始
private Cell cell;//单元格,即topLeft单元... | 1,654 | 0.661688 | 0.650649 | 95 | 15.210526 | 15.160124 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.431579 | false | false | 4 |
8277ddf0918173262ca636fe66818efdf25dd7b5 | 12,438,225,337,404 | e02a52a673a206b5ac1ca9d612f98f5505cc820a | /Chapter20/Lab/doublelinkedlist/SafeeDoubleLinkedList.java | f04b3a7593b65349ed960ee6ca361ba28406a519 | [] | no_license | SSaifuddin707/Java | https://github.com/SSaifuddin707/Java | 6e417f57befe7c73208ff87d3cb6024bb9fad0cf | f20632aba82d6c8d8cb78f63902c38c73d459b79 | refs/heads/master | 2021-04-29T12:12:31.378000 | 2018-12-30T03:34:56 | 2018-12-30T03:34:56 | 121,724,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chapter20.Lab.doublelinkedlist;
/**
* Created by Safeeullah Saifuddin
* Custom implemented double linked list
*/
public class SafeeDoubleLinkedList {
Node head;
static int counter;
class Node {
Node next;
Node prev;
Gamer gamerObject;
public Node(... | UTF-8 | Java | 5,500 | java | SafeeDoubleLinkedList.java | Java | [
{
"context": "pter20.Lab.doublelinkedlist;\r\n\r\n/**\r\n * Created by Safeeullah Saifuddin\r\n * Custom implemented double linked list\r\n */\r\np",
"end": 82,
"score": 0.9998414516448975,
"start": 62,
"tag": "NAME",
"value": "Safeeullah Saifuddin"
},
{
"context": "eLinkedList();\r\... | null | [] | package Chapter20.Lab.doublelinkedlist;
/**
* Created by <NAME>
* Custom implemented double linked list
*/
public class SafeeDoubleLinkedList {
Node head;
static int counter;
class Node {
Node next;
Node prev;
Gamer gamerObject;
public Node(Gamer gamer) {... | 5,486 | 0.513636 | 0.507636 | 188 | 27.25532 | 21.315231 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462766 | false | false | 4 |
31a02d9161f0f2cb5632d2f3897f9eb1c5fbe2aa | 25,967,372,312,538 | 4584eaf0cf1fa9807c61a1d7059f2af5186db0c1 | /src/main/java/flyweight/ChessFlyWeightFactory.java | 27b763b6fc0f6805ce2309916db71019a6a038c1 | [] | no_license | haowuhoss/hossdemo | https://github.com/haowuhoss/hossdemo | 06e02fa3ab3a6dd5446a733620661004603930b1 | c39305b74deb69b86a153d0d5cc039e41107430f | refs/heads/master | 2021-01-10T11:35:29.224000 | 2015-12-02T02:38:52 | 2015-12-02T02:38:52 | 46,548,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package flyweight;
import java.util.HashMap;
public class ChessFlyWeightFactory {
private static HashMap<String,ChessFlyWeight> map=new HashMap<String,ChessFlyWeight>();
public static ChessFlyWeight getchess(String color){
if(map.get(color)!=null){
return map.get(color);
}
else{
ChessFlyWeight cfw=new C... | UTF-8 | Java | 389 | java | ChessFlyWeightFactory.java | Java | [] | null | [] | package flyweight;
import java.util.HashMap;
public class ChessFlyWeightFactory {
private static HashMap<String,ChessFlyWeight> map=new HashMap<String,ChessFlyWeight>();
public static ChessFlyWeight getchess(String color){
if(map.get(color)!=null){
return map.get(color);
}
else{
ChessFlyWeight cfw=new C... | 389 | 0.735219 | 0.735219 | 17 | 21.882353 | 23.031647 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.941176 | false | false | 4 |
ded227df97d10b4f477c05c277522e6e854c89e5 | 25,967,372,315,795 | e556d51e621f833cba70af3bc9e27778c2693e82 | /core/src/test/java/eu/fasten/core/data/PartialPythonCallGraphTest.java | daf686bcb368c34d46895d5d6da2773a1aff6b0c | [
"Apache-2.0"
] | permissive | fasten-project/fasten | https://github.com/fasten-project/fasten | 75a3c009f3760c32a59198610a5706a99b3168aa | 4a5985f31c536fef3a15ff0106cc6676c5a1152a | refs/heads/develop | 2023-05-27T17:32:56.520000 | 2023-03-10T10:02:11 | 2023-03-10T10:02:11 | 169,553,402 | 91 | 35 | Apache-2.0 | false | 2023-09-08T01:47:50 | 2019-02-07T10:20:34 | 2023-06-23T11:47:44 | 2023-09-08T01:47:49 | 141,122 | 84 | 27 | 21 | 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 | 5,437 | java | PartialPythonCallGraphTest.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 ... | 5,437 | 0.693949 | 0.691926 | 145 | 36.496552 | 33.272568 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
1a8e18bb678d673f8c0d1727ad0329cfbde6d687 | 25,967,372,312,128 | 637ff3f79016b73d63232433ab0c64e4724ecca5 | /src/main/java/com/sixgiants/cpp/mapper/OrderListMapper.java | fc8008ecc8d7bff0519fe304065bc9a450a51bd0 | [] | no_license | 16GCC-SE/CPP | https://github.com/16GCC-SE/CPP | 35bc5bee89945c8127f7916fa99463b7cbc6fa92 | 6931d0c0e37146659f4b572d2690184e68c36e1d | refs/heads/master | 2020-04-04T02:00:08.828000 | 2018-12-26T19:07:28 | 2018-12-26T19:07:28 | 155,685,185 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sixgiants.cpp.mapper;
import com.sixgiants.cpp.entity.Order;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface OrderListMapper {
@Select("select * from orders")
List<Order> findOrders();
}
| UTF-8 | Java | 247 | java | OrderListMapper.java | Java | [] | null | [] | package com.sixgiants.cpp.mapper;
import com.sixgiants.cpp.entity.Order;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface OrderListMapper {
@Select("select * from orders")
List<Order> findOrders();
}
| 247 | 0.757085 | 0.757085 | 11 | 21.454546 | 16.821867 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
c17c8185e2d5599fb58f409fb509797c931d0780 | 35,321,811,063,682 | 1e15015fa900579cecc2acaad6e65a6b57d3ec98 | /app/src/main/java/com/example/factoryapplication/Constant.java | 5b5b2ac685d4ae28c1db6fd03dc6adf466bc4273 | [] | no_license | ppypyb/btoapp | https://github.com/ppypyb/btoapp | 12bcbc6acd1cbfb1074ca792844c399f9e261887 | dcee71c013b3db54a957de8835331de0740de953 | refs/heads/master | 2023-08-31T22:38:08.669000 | 2021-10-26T06:27:17 | 2021-10-26T06:27:17 | 412,005,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.factoryapplication;
import com.example.factoryapplication.common.utils.SPUtils;
/**
* Created by dyc on 2016/11/8.
*/
public class Constant {
public static UserEntity user ;
// public static String IP = "" ;
public static String IP = "39.103.224.109:8080" ;
//public static String ... | UTF-8 | Java | 4,229 | java | Constant.java | Java | [
{
"context": "plication.common.utils.SPUtils;\n\n/**\n * Created by dyc on 2016/11/8.\n */\npublic class Constant {\n\n pu",
"end": 124,
"score": 0.999596893787384,
"start": 121,
"tag": "USERNAME",
"value": "dyc"
},
{
"context": " String IP = \"\" ;\n\n public static String IP ... | null | [] | package com.example.factoryapplication;
import com.example.factoryapplication.common.utils.SPUtils;
/**
* Created by dyc on 2016/11/8.
*/
public class Constant {
public static UserEntity user ;
// public static String IP = "" ;
public static String IP = "172.16.17.32:8080" ;
//public static String IP... | 4,224 | 0.661123 | 0.638708 | 111 | 36.37838 | 36.417019 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 4 |
bc5c1a0a9ca42438751afffa5d8c9f1a3647e64d | 38,242,388,807,985 | bbf9d23d8ac5b4e68b8b45e8673755b01aed4727 | /WorkspaceJava/CursosDeportivos/src/controlador/ControladorModificarDeportes.java | f37d0fbf26e6668d3e3cfdf33677a3d12df68af0 | [] | no_license | msiguenza/Cursos-Deportivos | https://github.com/msiguenza/Cursos-Deportivos | b76faaf40015c505473cfab62632a37d2c0c9205 | dfc655dcf749bea4ff82f57051de8d07127a308e | refs/heads/master | 2020-05-30T07:14:45.592000 | 2016-10-02T12:36:07 | 2016-10-02T12:36:07 | 69,796,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlador;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JButton;
import javax.swing.JOptionPane;
import javax.swing.SwingConstants;
import javax.swing.table.DefaultTableCellRen... | ISO-8859-1 | Java | 2,399 | java | ControladorModificarDeportes.java | Java | [] | null | [] | package controlador;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JButton;
import javax.swing.JOptionPane;
import javax.swing.SwingConstants;
import javax.swing.table.DefaultTableCellRen... | 2,399 | 0.748853 | 0.748436 | 92 | 25.043478 | 26.343431 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 4 |
fd3f7f202bb913131aca60c5c2a7fa5b7c83ff9f | 38,242,388,809,202 | a292d6533c8b4c569f2ddace0e3c9dd66608d7b7 | /src/br/com/yaw/spgae/model/Produto.java | 990ddf35afec887fb91de89cdac60ad3d158195e | [] | no_license | diegodss/bypass | https://github.com/diegodss/bypass | f058dc7e7401ea97b82016425ee4c114899cfb72 | 9cf3ab6fe79f2eeed8c73943463656f4b605699f | refs/heads/master | 2020-06-01T12:33:11.673000 | 2015-02-22T01:43:19 | 2015-02-22T01:43:19 | 31,114,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.yaw.spgae.model;
import java.io.Serializable;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import com.googlecode.objectify.annotation.Entity;
import com.googlecode.objectify.annotation.Id;
@Entity
public class Produto ... | UTF-8 | Java | 2,107 | java | Produto.java | Java | [] | null | [] | package br.com.yaw.spgae.model;
import java.io.Serializable;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import com.googlecode.objectify.annotation.Entity;
import com.googlecode.objectify.annotation.Id;
@Entity
public class Produto ... | 2,107 | 0.665876 | 0.658757 | 119 | 16.705883 | 17.874142 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.563025 | false | false | 4 |
9df0d6f0f7caa5aaa99506989ffddf6c61d04fe2 | 33,878,702,066,565 | 6d4338f0a306f0c5f0d1766bc3dc43091f9976ed | /app/src/main/java/sg/edu/rp/c346/id19022187/demosimplemovielist/MainActivity.java | dff2ba8c41505e614121e4e298ce77a240407064 | [] | no_license | 19022187/Demo_Simple_Movie_List | https://github.com/19022187/Demo_Simple_Movie_List | f51fe66b3080a64de68550835184283eac62313d | 0e2357b2ed8b283af446fcbc603dda8414797976 | refs/heads/master | 2022-11-22T23:39:46.028000 | 2020-07-16T04:39:56 | 2020-07-16T04:39:56 | 280,054,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sg.edu.rp.c346.id19022187.demosimplemovielist;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivit... | UTF-8 | Java | 932 | java | MainActivity.java | Java | [] | null | [] | package sg.edu.rp.c346.id19022187.demosimplemovielist;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivit... | 932 | 0.688841 | 0.674893 | 32 | 28.15625 | 23.358763 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
37ce19044befbc9ce182de3fda99ea0609d2ab81 | 10,007,273,853,623 | 5fb1d06955810131a329e9b23e14a69717eb3388 | /src/main/java/com/tcf/annotation/Transfuse.java | b33ac898d1f95c9e460aac937bc3b0b6f252d1e9 | [] | no_license | yunwei1237/StudentManager | https://github.com/yunwei1237/StudentManager | d17f08c2b54b16c3646089871ebc558cbcb4dd01 | 833bfbd8e92231e0cd5f470cf9dd6e5acd2ef216 | refs/heads/master | 2021-05-06T15:09:58.293000 | 2017-12-08T06:20:12 | 2017-12-08T06:20:12 | 113,529,619 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcf.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 用于将search方法map参数中的数据注入到service中的属性中
* 填充的动作会在ServiceAspect中进行
* @author Administrator
*
*/
@Retention(R... | UTF-8 | Java | 463 | java | Transfuse.java | Java | [
{
"context": "rvice中的属性中\r\n * 填充的动作会在ServiceAspect中进行\r\n * @author Administrator\r\n *\r\n */\r\n@Retention(RetentionPolicy.RUNTIME)\r\n@T",
"end": 297,
"score": 0.7574785351753235,
"start": 284,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.tcf.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 用于将search方法map参数中的数据注入到service中的属性中
* 填充的动作会在ServiceAspect中进行
* @author Administrator
*
*/
@Retention(R... | 463 | 0.775309 | 0.775309 | 17 | 21.82353 | 16.008215 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 4 |
f428de4778c87125bf273086850855e57d1367d3 | 26,714,696,618,909 | 4d283d78b0cdbaaeef3d85929efeb4a84626da92 | /test6/src/homework/exercise2/Exercise1.java | 0977ecffec0e9c9f4f32c8b1678f25f9e0c4d24f | [] | no_license | qiuyunduo/javatest | https://github.com/qiuyunduo/javatest | cf83163fd620adca59577ada1a4be3887d6de7c6 | 66b481563956960762cf923dffb57c0897e3daa7 | refs/heads/master | 2021-07-17T07:08:07.909000 | 2020-05-17T10:44:16 | 2020-05-17T10:44:16 | 148,750,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework.exercise2;
import java.util.*;
/**
* @Author: qiuyunduo
* @Description: null
* @Date: Created in 下午5:35 18-6-12
* @Modified: null
*/
public class Exercise1 implements Runnable {
@Override
public void run() {
synchronized (this) {
try {
Thread.sleep(5000);
... | UTF-8 | Java | 1,044 | java | Exercise1.java | Java | [
{
"context": "k.exercise2;\n\nimport java.util.*;\n\n/**\n * @Author: qiuyunduo\n * @Description: null\n * @Date: Created in 下午5:35",
"end": 75,
"score": 0.954629123210907,
"start": 66,
"tag": "USERNAME",
"value": "qiuyunduo"
},
{
"context": "e1 = new Exercise1();\n\n String[]... | null | [] | package homework.exercise2;
import java.util.*;
/**
* @Author: qiuyunduo
* @Description: null
* @Date: Created in 下午5:35 18-6-12
* @Modified: null
*/
public class Exercise1 implements Runnable {
@Override
public void run() {
synchronized (this) {
try {
Thread.sleep(5000);
... | 1,044 | 0.527944 | 0.49501 | 44 | 21.772728 | 20.980362 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 4 |
8a0f6e20b6ee0cb35f6cceaba180ebb051bb6425 | 7,773,890,824,832 | 0e0343f1ceacde0b67d7cbf6b0b81d08473265ab | /uncertain_ide/aurora/ide/editor/textpage/scanners/XMLTextScanner.java | fd626c285d5e0371ca7af9199b36e069cdf6206b | [] | no_license | Chajunghun/aurora-project | https://github.com/Chajunghun/aurora-project | 33d5f89e9f21c49d01d3d09d32102d3c496df851 | d4d39861446ea941929780505987dbaf9e3b7a8d | refs/heads/master | 2021-01-01T05:39:36.339000 | 2015-03-24T07:41:45 | 2015-03-24T07:41:45 | 33,435,911 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aurora.ide.editor.textpage.scanners;
import org.eclipse.jface.text.TextAttribute;
import org.eclipse.jface.text.rules.IRule;
import org.eclipse.jface.text.rules.IToken;
import org.eclipse.jface.text.rules.RuleBasedScanner;
import org.eclipse.jface.text.rules.Token;
import aurora.ide.editor.textpage.ColorManag... | UTF-8 | Java | 1,605 | java | XMLTextScanner.java | Java | [] | null | [] | package aurora.ide.editor.textpage.scanners;
import org.eclipse.jface.text.TextAttribute;
import org.eclipse.jface.text.rules.IRule;
import org.eclipse.jface.text.rules.IToken;
import org.eclipse.jface.text.rules.RuleBasedScanner;
import org.eclipse.jface.text.rules.Token;
import aurora.ide.editor.textpage.ColorManag... | 1,605 | 0.761371 | 0.759502 | 55 | 28.200001 | 27.71242 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490909 | false | false | 4 |
f2454df33f6f2922f0928ca5c77afef1a794fb97 | 33,337,536,222,407 | 60080b78eec8319856e12aea8da30fd7651eb232 | /wk-app/wk-web/src/main/java/cn/wizzer/app/web/modules/controllers/open/api/mobile/MobileMaterielController.java | 38ab3fc8de21f0221fb904db4d530841f85025de | [
"Apache-2.0"
] | permissive | feng369/noPower | https://github.com/feng369/noPower | 60f46ae37da1c592863060f636768a1f3b10b1a4 | 22961435010e649e48bf0d2b9ecab67ef2f9e98e | refs/heads/master | 2020-04-04T01:12:04.109000 | 2018-11-01T07:12:50 | 2018-11-01T07:12:50 | 155,672,139 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.wizzer.app.web.modules.controllers.open.api.mobile;
import cn.wizzer.app.base.modules.models.base_person;
import cn.wizzer.app.base.modules.services.BaseCnctobjService;
import cn.wizzer.app.base.modules.services.BasePersonService;
import cn.wizzer.app.eq.modules.models.eq_materiel;
import cn.wizzer.app.eq.m... | UTF-8 | Java | 19,379 | java | MobileMaterielController.java | Java | [
{
"context": "状态,0 关;1 开\"),\n @ReturnKey(key=\"data[i].bizstatus\",description=\"设备业务状态:0 正常使用中; 1 报修中;",
"end": 7309,
"score": 0.5285995006561279,
"start": 7305,
"tag": "KEY",
"value": "data"
},
{
"context": " = \"(提示信息)\"),\n @ReturnKey(key=\"... | null | [] | package cn.wizzer.app.web.modules.controllers.open.api.mobile;
import cn.wizzer.app.base.modules.models.base_person;
import cn.wizzer.app.base.modules.services.BaseCnctobjService;
import cn.wizzer.app.base.modules.services.BasePersonService;
import cn.wizzer.app.eq.modules.models.eq_materiel;
import cn.wizzer.app.eq.m... | 19,375 | 0.530966 | 0.527216 | 338 | 52.64793 | 30.516127 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.204142 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.