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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2c6c5f65459a90f36b5ce0739cb62ee3dc17ea7c | 18,468,359,396,588 | 29a0fa49b422185d69233cf2ca73f87279477e82 | /src/main/java/Test_Fibonacci_print.java | 79b3c500648a3acc396d656f0664092378171ceb | [] | no_license | vinnie5/gitDemo | https://github.com/vinnie5/gitDemo | 0902345268ad9781cd889809c0ebe5dc21a87c0c | 541b76bd9255c3660142f8e48267c9647e0e0cc6 | refs/heads/master | 2021-12-11T02:39:31.998000 | 2019-11-16T05:00:09 | 2019-11-16T05:00:09 | 221,854,792 | 0 | 0 | null | false | 2021-12-14T21:36:01 | 2019-11-15T06:00:32 | 2019-11-16T05:00:12 | 2021-12-14T21:35:59 | 93 | 0 | 0 | 3 | HTML | false | false | import org.testng.annotations.Test;
import junit.framework.TestCase;
public class Test_Fibonacci_print extends TestCase {
@Test
public void test(){
fibo f = new fibo() ;
int number = f.Fibonacci_print(2) ;
assertEquals(1,number) ;
}
}
| UTF-8 | Java | 266 | java | Test_Fibonacci_print.java | Java | [] | null | [] | import org.testng.annotations.Test;
import junit.framework.TestCase;
public class Test_Fibonacci_print extends TestCase {
@Test
public void test(){
fibo f = new fibo() ;
int number = f.Fibonacci_print(2) ;
assertEquals(1,number) ;
}
}
| 266 | 0.661654 | 0.654135 | 19 | 13 | 16.261028 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.263158 | false | false | 10 |
be18a6c7700a9d5400aa883573639e51e12f2de9 | 33,294,586,492,884 | 957e88c3486be4e494caeb872fef742624a419c6 | /src/main/java/swb/bookstore/app/BookStoreController.java | f319dea7060d7ccc021620f63f2f14ac2c642834 | [] | no_license | sanmaru/Se-Book | https://github.com/sanmaru/Se-Book | 50c31040ba3223c1b6c2a2930fab3cc914db4212 | 3cb21d6eb4f76374e7b3a1dcff4a10baf2e3aca6 | refs/heads/master | 2020-04-03T02:04:29.722000 | 2018-10-27T09:18:41 | 2018-10-27T09:18:41 | 154,946,221 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package swb.bookstore.app;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | UTF-8 | Java | 1,182 | java | BookStoreController.java | Java | [] | null | [] | package swb.bookstore.app;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | 1,182 | 0.719966 | 0.719966 | 38 | 30.105263 | 23.302122 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 10 |
93639599b5afdf3911b2e7a776148498aecfe73d | 18,614,388,277,687 | 8bb4ca7c8457932257d13df08bb0b51774b357d0 | /wms-entity/src/main/java/com/wms/entity/GspProductRegisterSpecs.java | 59d0fceb7f541121ce3b9d80af5ad559e1738397 | [] | no_license | suanyuan/WAREWMS_JAVA | https://github.com/suanyuan/WAREWMS_JAVA | 96633be23f6512df72317ee65ded0c4e986d928e | 772cd0ab12e0334d423574b32d3c0c7b3f3213b4 | refs/heads/dev | 2023-01-25T00:02:03.946000 | 2020-03-10T07:34:05 | 2020-03-10T07:34:05 | 246,244,026 | 0 | 1 | null | false | 2023-01-02T21:58:56 | 2020-03-10T08:16:48 | 2020-03-10T08:21:01 | 2023-01-02T21:58:53 | 17,322 | 0 | 1 | 27 | Java | false | false | package com.wms.entity;
import javax.persistence.Entity;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
import java.io.Serializable;
import java.util.Date;
@Entity
public class GspProductRegisterSpecs implements Serializable {
private static final lon... | UTF-8 | Java | 10,839 | java | GspProductRegisterSpecs.java | Java | [] | null | [] | package com.wms.entity;
import javax.persistence.Entity;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
import java.io.Serializable;
import java.util.Date;
@Entity
public class GspProductRegisterSpecs implements Serializable {
private static final lon... | 10,839 | 0.721586 | 0.718235 | 559 | 18.218246 | 18.821133 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.298748 | false | false | 10 |
5732d7fed1a17487bccf63447b00ad0d1d020408 | 6,880,537,661,898 | d709ceb8eb3f8b1019e9799be853e132ccf22abc | /2.JavaCore/src/com/javarush/task/task19/task1916/Solution.java | 553d5e90bde852a153776e263452316127c3d836 | [] | no_license | ohoinets1994/JavaRushTasks | https://github.com/ohoinets1994/JavaRushTasks | b0660e19da9de23981070b23d5f8efa0949ba7e0 | 889514174f82f7bae372e083fc07155388e37ee3 | refs/heads/master | 2021-01-23T05:45:05.503000 | 2017-06-12T13:34:28 | 2017-06-12T13:34:28 | 91,817,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.task.task19.task1916;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/*
Отслеживаем изменения
*/
public class Solution {
public static List<LineItem> lines = new ArrayList<LineItem>();
public static void main(String[] args) throws IOException {
BufferedRea... | UTF-8 | Java | 2,424 | java | Solution.java | Java | [] | null | [] | package com.javarush.task.task19.task1916;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/*
Отслеживаем изменения
*/
public class Solution {
public static List<LineItem> lines = new ArrayList<LineItem>();
public static void main(String[] args) throws IOException {
BufferedRea... | 2,424 | 0.515897 | 0.498516 | 78 | 29.243589 | 23.901608 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512821 | false | false | 10 |
6531d202484a02e9aa96bc9112ecad37ea6c14b7 | 18,030,272,761,929 | 38c3ee1c871e7726e058e4292317b54f13910909 | /webapppractice/src/com/practice/core/java/oops/TestingFinal.java | d82a8d08a469975bcaca6e160e13586fb01c64bb | [] | no_license | gaurovojha/javademos | https://github.com/gaurovojha/javademos | 567b3f894f282715f453a06ae0995458f960113f | e7df184e836be4685df4b907c13fc46727bddd72 | refs/heads/master | 2018-01-09T07:10:58.784000 | 2015-10-14T16:48:47 | 2015-10-14T16:48:47 | 44,000,272 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practice.core.java.oops;
/**
* Created by gojha on 7/29/2015.
*/
public class TestingFinal
{
public static void main(String[] args)
{
Data d = new Data();
d.setInfo("This is a Data class");
d.setId(1234);
FinalAllabout test = new FinalAllabout(d);
Data d1 =... | UTF-8 | Java | 459 | java | TestingFinal.java | Java | [
{
"context": "ge com.practice.core.java.oops;\n\n/**\n * Created by gojha on 7/29/2015.\n */\npublic class TestingFinal\n{\n ",
"end": 61,
"score": 0.99969482421875,
"start": 56,
"tag": "USERNAME",
"value": "gojha"
}
] | null | [] | package com.practice.core.java.oops;
/**
* Created by gojha on 7/29/2015.
*/
public class TestingFinal
{
public static void main(String[] args)
{
Data d = new Data();
d.setInfo("This is a Data class");
d.setId(1234);
FinalAllabout test = new FinalAllabout(d);
Data d1 =... | 459 | 0.581699 | 0.546841 | 20 | 21.950001 | 17.755211 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 10 |
5cba794a8e8519879bbc643251077b0a6fc3a35b | 3,539,053,053,398 | 313a9a775c0506f4bbe86f5622b381560d935c80 | /part5/Type.java | 8ad706a6bd0529ab8808c432ce56475b1b5f902b | [] | no_license | codcodcod/lft | https://github.com/codcodcod/lft | 74422abb1c07084481176ec480a58dcd5ba588b3 | fe33f479e53520d6a62baa5bfb0f77077bbd3aa5 | refs/heads/master | 2021-01-10T13:05:10.794000 | 2015-12-12T17:14:30 | 2015-12-12T17:14:30 | 47,885,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package part5;
public enum Type { INTEGER, BOOLEAN }
| UTF-8 | Java | 55 | java | Type.java | Java | [] | null | [] | package part5;
public enum Type { INTEGER, BOOLEAN }
| 55 | 0.727273 | 0.709091 | 3 | 17 | 15.253415 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
ca25e8ec50569c27eb57bab354899c9a5c9dc26a | 33,578,054,329,725 | 1131b4ebed931c9dc123bbb183e5e5973513e11d | /app/src/main/java/com/volynski/familytrack/data/FamilyTrackRepository.java | 580691927638bf1f9254a3e6853bd47f5b59b1b3 | [] | no_license | DmitryVolynski/FamilyTrack | https://github.com/DmitryVolynski/FamilyTrack | 62e7c93ba64141ec80656b757e90eb31392a12ee | e59bc6afb4e49d425ddd955843c46f41ae2852f9 | refs/heads/master | 2021-03-24T13:59:54.478000 | 2017-11-30T09:44:34 | 2017-11-30T09:44:34 | 100,989,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.volynski.familytrack.data;
import android.content.Context;
import android.database.Cursor;
import android.provider.ContactsContract;
import android.support.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.a... | UTF-8 | Java | 44,199 | java | FamilyTrackRepository.java | Java | [
{
"context": "tch;\n\nimport timber.log.Timber;\n\n/**\n * Created by DmitryVolynski on 17.08.2017.\n */\n\npublic class FamilyTrackRepos",
"end": 1562,
"score": 0.9937216639518738,
"start": 1548,
"tag": "NAME",
"value": "DmitryVolynski"
},
{
"context": "romGroupCallback callback) {\... | null | [] | package com.volynski.familytrack.data;
import android.content.Context;
import android.database.Cursor;
import android.provider.ContactsContract;
import android.support.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.a... | 44,199 | 0.572108 | 0.571 | 925 | 45.806488 | 34.196606 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472432 | false | false | 10 |
49286c3009eb00d1eb852e18a4e767f5b2f9ca51 | 19,877,108,712,409 | fc25f30ba7c0ffa5537a396a3b80573c6ba5874d | /backend/src/main/java/com/ecommerce/application/IDealService.java | 0d9ed00decad3c64173cbc83d81d5b5a7ecd4a70 | [] | no_license | psS2mj/Web_PJT_GuaranTicket | https://github.com/psS2mj/Web_PJT_GuaranTicket | 2c05fbf2219eb2836465e91feb79cbb86ca71ac6 | ed0c022bc88ef5247fafdd80ae8d80ed5b89e62b | refs/heads/master | 2023-01-21T12:14:28.845000 | 2020-10-12T08:38:45 | 2020-10-12T08:38:45 | 316,261,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecommerce.application;
import com.ecommerce.domain.Deal;
import com.ecommerce.domain.DealDetail;
import com.ecommerce.domain.DealList;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
public interface IDealService {
List<DealList> list();
DealDetail get(long did);... | UTF-8 | Java | 453 | java | IDealService.java | Java | [] | null | [] | package com.ecommerce.application;
import com.ecommerce.domain.Deal;
import com.ecommerce.domain.DealDetail;
import com.ecommerce.domain.DealList;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
public interface IDealService {
List<DealList> list();
DealDetail get(long did);... | 453 | 0.80574 | 0.80574 | 17 | 25.705883 | 17.380735 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 10 |
8877837fa4565640d33455d39cdae0972952c793 | 2,113,123,955,383 | 38f464461c50db8238b8a73994ce9ca8b0d189f3 | /t-monitor/ms-device/src/main/java/com/viettel/msdevicemanage/service/mapper/DeviceCatMapper.java | fdaa130d36de30f1dcd34f6d0d767fcf940b4c54 | [] | no_license | ngtoan194/ThingHub | https://github.com/ngtoan194/ThingHub | f00f6175b81d529c070b2519aa71d882553ab3d4 | 314b225d9f20e8446601580dfd1780685a7c8a02 | refs/heads/master | 2020-09-29T15:42:51.978000 | 2019-12-10T10:19:43 | 2019-12-10T10:19:43 | 227,064,813 | 0 | 0 | null | false | 2020-10-13T18:07:16 | 2019-12-10T08:19:19 | 2019-12-10T10:20:13 | 2020-10-13T18:07:14 | 35,425 | 0 | 0 | 8 | Java | false | false | package com.viettel.msdevicemanage.service.mapper;
import com.viettel.msdevicemanage.domain.DeviceCat;
import com.viettel.msdevicemanage.service.dto.DeviceCatDTO;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
/**
* Mapper for the entity {@link DeviceCat} and its DTO {@link DeviceCatDTO}.
*/
@Mapper(com... | UTF-8 | Java | 769 | java | DeviceCatMapper.java | Java | [] | null | [] | package com.viettel.msdevicemanage.service.mapper;
import com.viettel.msdevicemanage.domain.DeviceCat;
import com.viettel.msdevicemanage.service.dto.DeviceCatDTO;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
/**
* Mapper for the entity {@link DeviceCat} and its DTO {@link DeviceCatDTO}.
*/
@Mapper(com... | 769 | 0.706112 | 0.706112 | 26 | 28.576923 | 25.158228 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
8eddfa006b842dbf2fadd4761f7685c5fc391a0d | 14,388,140,468,397 | 7f3503a7916377ba5d5912ccfdb489dea571f9c1 | /src/main/java/com/softserve/edu/servicecenter/application/OrderController.java | 95dca21e7cba615e6c6fa27eacbbad6bb5829b0e | [] | no_license | khdimon/ServiceCenter | https://github.com/khdimon/ServiceCenter | dbdbcf1a1e1b7176fd4cee097918e2f3bc7a04af | 3598dc5ef098fc7213d9c9790180254f9928ee52 | refs/heads/master | 2020-09-06T14:21:53.980000 | 2017-07-04T17:32:05 | 2017-07-04T17:32:05 | 94,419,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softserve.edu.servicecenter.application;
import com.softserve.edu.servicecenter.entity.Client;
import com.softserve.edu.servicecenter.entity.Order;
import com.softserve.edu.servicecenter.entity.Service;
import com.softserve.edu.servicecenter.service.OrderServiceImpl;
import com.softserve.edu.servicecenter.... | UTF-8 | Java | 1,270 | java | OrderController.java | Java | [] | null | [] | package com.softserve.edu.servicecenter.application;
import com.softserve.edu.servicecenter.entity.Client;
import com.softserve.edu.servicecenter.entity.Order;
import com.softserve.edu.servicecenter.entity.Service;
import com.softserve.edu.servicecenter.service.OrderServiceImpl;
import com.softserve.edu.servicecenter.... | 1,270 | 0.699045 | 0.699045 | 34 | 35.941177 | 23.799334 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 10 |
6a7df97a58083e9de2116a91c40d77a5938a33d2 | 21,560,735,852,458 | 029a264756059f8aa756b9a1e92d7d552deca05f | /ABoardGame/ABoardGame.java | 4e7ec9695566b3b8ceafe27459e91fcb61529cac | [] | no_license | nickcorin/topcoder | https://github.com/nickcorin/topcoder | 1db1db6dd8d656bbbdc21ef21a77f829d7f0fd6b | 8f57e93923246357e226212171af3e00f4c81b88 | refs/heads/master | 2018-01-10T09:43:46.085000 | 2016-01-29T12:21:42 | 2016-01-29T12:21:42 | 50,441,453 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ABoardGame{
public String whoWins(String[] board){
int currentLevel = 1; // Setting the current level.
int N = board.length; // Calculating the length of the board.
int levels = N/2; // Calculating the amount of levels.
// Iterates for the amount of levels on the ... | UTF-8 | Java | 1,818 | java | ABoardGame.java | Java | [
{
"context": "\t\n\t\t\tif(aCount > bCount){\n return \"Alice\";\n\t\t\t} else if(bCount > aCount){\n ",
"end": 1575,
"score": 0.9991729259490967,
"start": 1570,
"tag": "NAME",
"value": "Alice"
},
{
"context": "else if(bCount > aCount){\n ... | null | [] | public class ABoardGame{
public String whoWins(String[] board){
int currentLevel = 1; // Setting the current level.
int N = board.length; // Calculating the length of the board.
int levels = N/2; // Calculating the amount of levels.
// Iterates for the amount of levels on the ... | 1,818 | 0.552805 | 0.544004 | 49 | 36.122448 | 32.676292 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.673469 | false | false | 10 |
48aaaee93b64b8e72fb290402a150f2086675461 | 1,846,835,987,490 | e531733d3d6013ed0d5e503c5c1a165331bef432 | /entrance/Java代码/3.Object类与String类/Object/src/cn/itcast/stringbuffer/Demo1.java | e649ee1ef607fa370b0462195ce40d0923b785b4 | [] | no_license | FuckingError/Introduction-To-Java | https://github.com/FuckingError/Introduction-To-Java | ee895a5795c86c48d8a58085ff069c5d7cb6b545 | 670feb88dd8aadcd617fcc1cf62e6da6524efa66 | refs/heads/master | 2020-04-03T21:03:45.470000 | 2018-10-31T13:40:49 | 2018-10-31T13:40:49 | 155,561,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itcast.stringbuffer;
/*
StringBuffer() 字符缓冲区 存储字符的容器
实质为字符数组,长度默认为16,如果长度不够用,则变为原数组的一倍
String 长度不可改变
增加
append(boolean b) 可以添加任意类型的数据到容器中
insert(int offset,boolean b) 在指定位置插入字符串
删除
delete(int start,int end) 根据指定索引值删除对应的内容
deleteCharAt(int index) 删除一个字符
查看
indexOf... | GB18030 | Java | 2,032 | java | Demo1.java | Java | [
{
"context": "f);\n\t\t*/\n\t\t\n\t\t/*插入的方法\n\t\t * \n\t\t */\n\t\tsb.insert(2, \"周杰伦\");\n\t\t\n\t\t/*删除的方法\n\t\tsb.delete(2, 5);//包头不包尾\n\t\t*/\n\t\t",
"end": 843,
"score": 0.9998306035995483,
"start": 840,
"tag": "NAME",
"value": "周杰伦"
},
{
"context": ");\n */\n \n\... | null | [] | package cn.itcast.stringbuffer;
/*
StringBuffer() 字符缓冲区 存储字符的容器
实质为字符数组,长度默认为16,如果长度不够用,则变为原数组的一倍
String 长度不可改变
增加
append(boolean b) 可以添加任意类型的数据到容器中
insert(int offset,boolean b) 在指定位置插入字符串
删除
delete(int start,int end) 根据指定索引值删除对应的内容
deleteCharAt(int index) 删除一个字符
查看
indexOf... | 2,032 | 0.608254 | 0.583221 | 93 | 14.892473 | 15.223399 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.548387 | false | false | 10 |
17b2f6583103e149ab0f46d1d797280c85bd75a1 | 25,469,156,098,780 | 84fbc1625824ba75a02d1777116fe300456842e5 | /Engagement_Challenges/Engagement_4/powerbroker_2/source/org/digitalapex/powerbroker/stage/PeriodOverseerBuilder.java | c23c17fd30b2c56c90eb94d45b70f98df7452ee6 | [] | no_license | unshorn-forks/STAC | https://github.com/unshorn-forks/STAC | bd41dee06c3ab124177476dcb14a7652c3ddd7b3 | 6919d7cc84dbe050cef29ccced15676f24bb96de | refs/heads/master | 2023-03-18T06:37:11.922000 | 2018-04-18T17:01:03 | 2018-04-18T17:01:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.digitalapex.powerbroker.stage;
import org.digitalapex.powerbroker.CommodityGoBetween;
import org.digitalapex.talkers.TalkersIdentity;
public class PeriodOverseerBuilder {
private CommodityGoBetween commodityGoBetween;
private TalkersIdentity identity;
public PeriodOverseerBuilder setCommodity... | UTF-8 | Java | 716 | java | PeriodOverseerBuilder.java | Java | [] | null | [] | package org.digitalapex.powerbroker.stage;
import org.digitalapex.powerbroker.CommodityGoBetween;
import org.digitalapex.talkers.TalkersIdentity;
public class PeriodOverseerBuilder {
private CommodityGoBetween commodityGoBetween;
private TalkersIdentity identity;
public PeriodOverseerBuilder setCommodity... | 716 | 0.77095 | 0.77095 | 23 | 30.173914 | 27.455343 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 10 |
b48b4efdc1b9758a5773d31b93e9b3868273071e | 953,482,777,325 | ba53601e5014c9c8d4a20ae4e4078a3b60dac268 | /speeddating/speeddating-ui/src/main/java/de/swprojekt/speeddating/ui/event/AudioPlayer.java | e6808506442cc4985529967cf2ef37e936725e91 | [] | no_license | nliedmey/hs_os_softwareprojekt | https://github.com/nliedmey/hs_os_softwareprojekt | 2f453476444e4420346d9cc8fdec8ba58429bc4b | 62487effaf344da16cb22370378c76801aff8de3 | refs/heads/master | 2023-01-13T22:51:45.595000 | 2020-01-16T11:59:12 | 2020-01-16T11:59:12 | 312,782,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.swprojekt.speeddating.ui.event;
import com.vaadin.flow.component.Component;
import com.vaadin.flow.component.Tag;
/*
* Zusaetzliche selbst erstellte Vaadin-Komponente zur Audioausgabe des Signaltons
*/
@Tag("audio") //Klasse Audio wird genutzt
public class AudioPlayer extends Component {
pu... | UTF-8 | Java | 652 | java | AudioPlayer.java | Java | [] | null | [] | package de.swprojekt.speeddating.ui.event;
import com.vaadin.flow.component.Component;
import com.vaadin.flow.component.Tag;
/*
* Zusaetzliche selbst erstellte Vaadin-Komponente zur Audioausgabe des Signaltons
*/
@Tag("audio") //Klasse Audio wird genutzt
public class AudioPlayer extends Component {
pu... | 652 | 0.685583 | 0.685583 | 23 | 26.434782 | 23.658487 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 10 |
bfe99e6102493b3d8ca3a11d45802de495c7a822 | 9,887,014,752,285 | 9ade262217cbce864429ca85251b1d0009d1ac48 | /LicenseKeyFormatting.java | e63972662a9b086a80b783d23539f4d71737aa1e | [] | no_license | Neo-Leo/Strings | https://github.com/Neo-Leo/Strings | a58af1393c34fa9a2517e4ee0f9e21cbfee4603b | 57950c39d1cd527e2092bae92757e7f16673bc62 | refs/heads/master | 2021-01-11T02:30:38.368000 | 2018-01-04T04:55:49 | 2018-01-04T04:55:49 | 70,956,777 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Nilanshu Sharma
* https://leetcode.com/problems/license-key-formatting/
*/
public class Solution {
public String licenseKeyFormatting(String S, int K) {
if(S == null || S.length() == 0 || K == 0) return S;
int i = S.length()-1, tempK=K;
StringBuilder sb = new StringBuilde... | UTF-8 | Java | 938 | java | LicenseKeyFormatting.java | Java | [
{
"context": "/*\r\n * Nilanshu Sharma\r\n * https://leetcode.com/problems/license-key-for",
"end": 22,
"score": 0.9998799562454224,
"start": 7,
"tag": "NAME",
"value": "Nilanshu Sharma"
}
] | null | [] | /*
* <NAME>
* https://leetcode.com/problems/license-key-formatting/
*/
public class Solution {
public String licenseKeyFormatting(String S, int K) {
if(S == null || S.length() == 0 || K == 0) return S;
int i = S.length()-1, tempK=K;
StringBuilder sb = new StringBuilder();
... | 929 | 0.425373 | 0.416844 | 31 | 28.32258 | 19.704899 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 10 |
f0ccd9c0c911f431870fe7d965cbebcbdc0c1a03 | 21,199,958,606,171 | 1b9706a3b1ddd17e9a062e050312747137011b0c | /src/nl/peterbjornx/intelme/model/parts/code/CPDHeader.java | eeee6198e83f38ca286eb576f4a0ae15fbe75175 | [
"MIT"
] | permissive | peterbjornx/meimagetool | https://github.com/peterbjornx/meimagetool | cc253d4a18e0904fc12fdcf8a92c2900cab63798 | ddece2a2a699f8527102da079a184502a02c8d87 | refs/heads/master | 2020-04-26T11:15:38.075000 | 2019-03-03T00:31:37 | 2019-03-03T00:31:37 | 173,510,548 | 36 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.peterbjornx.intelme.model.parts.code;
import nl.peterbjornx.intelme.io.ByteBufTools;
import java.nio.ByteBuffer;
public class CPDHeader {
private String marker;
private int entries;
private int HeaderVersion;
private int EntryVersion;
private int HeaderLength;
private int HeaderChe... | UTF-8 | Java | 1,204 | java | CPDHeader.java | Java | [] | null | [] | package nl.peterbjornx.intelme.model.parts.code;
import nl.peterbjornx.intelme.io.ByteBufTools;
import java.nio.ByteBuffer;
public class CPDHeader {
private String marker;
private int entries;
private int HeaderVersion;
private int EntryVersion;
private int HeaderLength;
private int HeaderChe... | 1,204 | 0.640365 | 0.635382 | 53 | 21.716982 | 16.621624 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490566 | false | false | 10 |
10cc3285c6df3a337d965b9f130fc9ab91aa8c68 | 27,006,754,386,733 | 8e55003607bb79923e4ad1e3a1f667831d46ac4e | /src/main/java/robot/subsystems/drivetrain/commands/VelocityDrive.java | 76df5f2848620cf4d97ca8bea9f647a701bfee07 | [] | no_license | orel-david/trajectory_follower | https://github.com/orel-david/trajectory_follower | 28b03f18422c5dd4465354c684003589642526c5 | 6c3635444caef0c2dc968314918107e9a6090b54 | refs/heads/master | 2020-08-29T00:51:36.657000 | 2019-11-22T18:15:48 | 2019-11-22T18:15:48 | 217,871,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package robot.subsystems.drivetrain.commands;
import com.stormbots.MiniPID;
import edu.wpi.first.wpilibj.command.Command;
import robot.Constants;
import robot.Robot;
import edu.wpi.first.networktables.NetworkTableEntry;
public class VelocityDrive extends Command {
private double angularVelocity;
private dou... | UTF-8 | Java | 1,618 | java | VelocityDrive.java | Java | [] | null | [] | package robot.subsystems.drivetrain.commands;
import com.stormbots.MiniPID;
import edu.wpi.first.wpilibj.command.Command;
import robot.Constants;
import robot.Robot;
import edu.wpi.first.networktables.NetworkTableEntry;
public class VelocityDrive extends Command {
private double angularVelocity;
private dou... | 1,618 | 0.74042 | 0.737948 | 53 | 29.528301 | 34.763134 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471698 | false | false | 10 |
666879286979809e213c4e9485d14932eb7614a8 | 27,006,754,388,271 | c6520185cf09c50642b4a288e4c6b44747bef186 | /page/src/main/java/org/cs/mgr/rmw/ctl/RmwUserInfoCtl.java | 1f9b1d9743c43a5c335b86b19efecb4da9d91a6b | [] | no_license | Gsk2019/rmw | https://github.com/Gsk2019/rmw | ee3fddeed3a044513baedfee14c5ad9ad75033d9 | b5680a6f8574537d4ab0e9d674c24b82656b847e | refs/heads/master | 2022-12-02T05:14:10.195000 | 2019-09-19T07:59:08 | 2019-09-19T07:59:08 | 194,377,900 | 0 | 0 | null | false | 2022-11-24T05:57:13 | 2019-06-29T07:32:15 | 2019-09-19T07:59:10 | 2022-11-24T05:57:10 | 15,604 | 0 | 0 | 10 | JavaScript | false | false | package org.cs.mgr.rmw.ctl;
import org.apache.log4j.Logger;
import org.cs.core.ctl.BaseCtl;
import org.cs.rmw.model.RmwUserInfo;
import org.cs.rmw.service.IRmwUserInfoService;
import org.cs.util.DateUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
i... | UTF-8 | Java | 2,253 | java | RmwUserInfoCtl.java | Java | [] | null | [] | package org.cs.mgr.rmw.ctl;
import org.apache.log4j.Logger;
import org.cs.core.ctl.BaseCtl;
import org.cs.rmw.model.RmwUserInfo;
import org.cs.rmw.service.IRmwUserInfoService;
import org.cs.util.DateUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
i... | 2,253 | 0.765646 | 0.76387 | 80 | 27.15 | 23.860062 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6125 | false | false | 10 |
24ff3a753b1e06d4ee826bde52cbc4ca1384bbc5 | 22,548,578,356,292 | 6238696ed551c995ad0735554d96f5a99f88f238 | /src/main/java/demo/designpattern/createrpattern/PersonDirector.java | fa48fd77e83bcdf7b7b62f51d868c894ab545898 | [] | no_license | ostrichevil/test | https://github.com/ostrichevil/test | 70c018858bd14a1fb170b9cfaed71a3b69b8a3e1 | f59fcf3595a36b0402ba08fd2029523cb2ddc79d | refs/heads/master | 2021-04-27T00:03:11.766000 | 2018-05-10T07:16:23 | 2018-05-10T07:16:23 | 123,659,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.designpattern.createrpattern;
public class PersonDirector {
public Person director(PersonBuilder personBuilder) {
personBuilder.buildHead();
personBuilder.buildBody();
personBuilder.buildFoot();
return personBuilder.buildPerson();
}
}
| UTF-8 | Java | 290 | java | PersonDirector.java | Java | [] | null | [] | package demo.designpattern.createrpattern;
public class PersonDirector {
public Person director(PersonBuilder personBuilder) {
personBuilder.buildHead();
personBuilder.buildBody();
personBuilder.buildFoot();
return personBuilder.buildPerson();
}
}
| 290 | 0.706897 | 0.706897 | 11 | 25.363636 | 19.354458 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
d82758c23a27dfc5e9de7e555f6a56bfa48424bf | 20,736,102,137,514 | f3114a4e43dec88b5d5722b79d32a7da6d02e6e7 | /ht-services/src/main/java/pl/touk/humantask/dao/BasicDao.java | f3c42037c5b2e45ed09609f1b357918e9811f0a0 | [] | no_license | TouK/wsht | https://github.com/TouK/wsht | a592110a69188cc9d399030afd080143c305aaed | 4d9ba5b8c5bf94576426b9d471f9a21ed684c889 | refs/heads/master | 2021-01-23T17:32:08.991000 | 2009-10-07T14:08:53 | 2009-10-07T14:08:53 | 330,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2009 TouK sp. z o.o. s.k.a.
* All rights reserved
*/
package pl.touk.humantask.dao;
import java.io.Serializable;
import pl.touk.humantask.model.Base;
/**
* Basic DAO operations for domain objects extending {@link Base}.
* @author Witek Wołejszo
*/
public interface BasicDao<T extends Base, I... | UTF-8 | Java | 816 | java | BasicDao.java | Java | [
{
"context": " domain objects extending {@link Base}.\n * @author Witek Wołejszo\n */\npublic interface BasicDao<T extends Base, ID ",
"end": 272,
"score": 0.9998824000358582,
"start": 258,
"tag": "NAME",
"value": "Witek Wołejszo"
}
] | null | [] | /*
* Copyright (C) 2009 TouK sp. z o.o. s.k.a.
* All rights reserved
*/
package pl.touk.humantask.dao;
import java.io.Serializable;
import pl.touk.humantask.model.Base;
/**
* Basic DAO operations for domain objects extending {@link Base}.
* @author <NAME>
*/
public interface BasicDao<T extends Base, ID extend... | 807 | 0.655215 | 0.650307 | 37 | 21.027027 | 21.28124 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.189189 | false | false | 10 |
31e1a6d4a6fb014501e31a76c449dc2bb3ada5bf | 29,308,856,862,270 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/AVF.java | 2a86b7cbe8d60dc6ede685ba6f1c217c6356a74c | [] | no_license | stanvanrooy/decompiled-instagram | https://github.com/stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155000 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p000X;
import java.util.HashMap;
import java.util.Map;
/* renamed from: X.AVF */
public final class AVF {
public String A00;
public final Map A01;
public AVF(String str, Map map) {
boolean z;
this.A00 = str;
HashMap hashMap = new HashMap();
if (map != null) {
... | UTF-8 | Java | 823 | java | AVF.java | Java | [] | null | [] | package p000X;
import java.util.HashMap;
import java.util.Map;
/* renamed from: X.AVF */
public final class AVF {
public String A00;
public final Map A01;
public AVF(String str, Map map) {
boolean z;
this.A00 = str;
HashMap hashMap = new HashMap();
if (map != null) {
... | 823 | 0.470231 | 0.45079 | 30 | 26.433332 | 18.73443 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 10 |
c926640efa89b4a1157ab83bd0a23047588de234 | 13,477,607,420,353 | a38a36ed87f15a4d8f9502cb63ec6c08df832e84 | /src/main/java/normal/cat1/cat10/cat108/p1089/v1/Solution.java | cfc11b6a65da0b336ac50702b993e6609791b369 | [
"LicenseRef-scancode-unknown-license-reference",
"ICU"
] | permissive | kun368/LeetCodeKt | https://github.com/kun368/LeetCodeKt | 1c3e88f448c5bfa4dd266b63d0d3f804df1bc6f3 | 50496e9eed7eb728c513078f117a4eb1553895b4 | refs/heads/master | 2023-08-31T04:41:18.408000 | 2023-08-26T09:39:20 | 2023-08-26T09:39:20 | 176,044,829 | 4 | 1 | NOASSERTION | false | 2022-11-05T12:32:56 | 2019-03-17T01:55:40 | 2022-10-01T14:34:36 | 2022-11-05T12:32:55 | 498 | 1 | 0 | 0 | Java | false | false | package normal.cat1.cat10.cat108.p1089.v1;
import java.util.Arrays;
class Solution {
public void duplicateZeros(int[] arr) {
for (int i = 0; i < arr.length - 1; ++i) {
if (arr[i] != 0) continue;
for (int j = arr.length - 1; j > i; --j) {
arr[j] = arr[j - 1];
... | UTF-8 | Java | 691 | java | Solution.java | Java | [] | null | [] | package normal.cat1.cat10.cat108.p1089.v1;
import java.util.Arrays;
class Solution {
public void duplicateZeros(int[] arr) {
for (int i = 0; i < arr.length - 1; ++i) {
if (arr[i] != 0) continue;
for (int j = arr.length - 1; j > i; --j) {
arr[j] = arr[j - 1];
... | 691 | 0.503618 | 0.463097 | 25 | 26.68 | 19.5422 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 10 |
59f6392043828c4ffd0c50a710179e804217c974 | 14,826,227,140,808 | 3fe0743818467cc44f7b1d473f10608737e25d13 | /JCudnnJava/src/main/java/jcuda/jcudnn/cudnnBackendDescriptorType.java | b0a705196cdd49f62476126b9ea7928a43744eb5 | [
"MIT"
] | permissive | jcuda/jcudnn | https://github.com/jcuda/jcudnn | 5c06bff914d57d75ff3702b7f168e2237fc36f72 | 913bb617522526017c0bab7d610a758bb7bd7264 | refs/heads/master | 2023-07-27T07:09:22.816000 | 2023-06-23T17:25:53 | 2023-06-23T17:25:53 | 43,024,293 | 28 | 10 | MIT | false | 2022-07-09T13:17:26 | 2015-09-23T20:13:32 | 2022-06-24T10:28:26 | 2022-07-09T13:03:47 | 296 | 27 | 7 | 0 | C++ | false | false | /*
* JCudnn - Java bindings for cuDNN, the NVIDIA CUDA
* Deep Neural Network library, to be used with JCuda
*
* Copyright (c) 2015-2018 Marco Hutter - http://www.jcuda.org
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (th... | UTF-8 | Java | 8,194 | java | cudnnBackendDescriptorType.java | Java | [
{
"context": "o be used with JCuda\n *\n * Copyright (c) 2015-2018 Marco Hutter - http://www.jcuda.org\n *\n * Permission is hereby",
"end": 152,
"score": 0.9998656511306763,
"start": 140,
"tag": "NAME",
"value": "Marco Hutter"
}
] | null | [] | /*
* JCudnn - Java bindings for cuDNN, the NVIDIA CUDA
* Deep Neural Network library, to be used with JCuda
*
* Copyright (c) 2015-2018 <NAME> - http://www.jcuda.org
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Sof... | 8,188 | 0.748841 | 0.740786 | 121 | 66.710747 | 38.542763 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.77686 | false | false | 10 |
2f6f43550f59b3144646f378a8b41aac8d7c5165 | 12,232,066,906,047 | 3d3f92f8286c34fabdc986bbbd4282836f7c4ef5 | /array_utils/src/main/java/com/hoverdroids/array_utils/DisplayNameEnum.java | 55bfa721bdc221a0aaf406f4ccf70a6d4f3cf18f | [] | no_license | hoverdroids/HoverDroids_Android_Utils | https://github.com/hoverdroids/HoverDroids_Android_Utils | c6a1d7e36cfe05027cdddc8e358fae25237ffe2c | 180976e6ff9a075eb94b8cdca4be5d7897b03543 | refs/heads/master | 2020-04-04T19:11:25.362000 | 2019-06-23T15:59:01 | 2019-06-23T16:00:01 | 156,195,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hoverdroids.array_utils;
public interface DisplayNameEnum
{
String displayName();
}
| UTF-8 | Java | 101 | java | DisplayNameEnum.java | Java | [] | null | [] | package com.hoverdroids.array_utils;
public interface DisplayNameEnum
{
String displayName();
}
| 101 | 0.772277 | 0.772277 | 6 | 15.833333 | 15.507167 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
261bc5393d80204cc66ea3c17f9c6fda3ada1ef3 | 22,488,448,815,806 | 4fe35510459d61553c3e82765475d999e3f3d5bb | /itask/src/main/java/com/panwy/itask/entity/task/MyTask.java | a4af7c72670ebad853c90d9bb719781fb36f42fa | [] | no_license | pwypwy/ITask | https://github.com/pwypwy/ITask | e16a26dfd1caf0a0695971c59777674c156d2e93 | 2e7f790d71eeeb73d1d2358b48d356d520598b63 | refs/heads/master | 2022-09-18T04:48:52.640000 | 2020-06-05T13:48:49 | 2020-06-05T13:48:49 | 267,744,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.panwy.itask.entity.task;
import java.util.List;
import java.util.Map;
import lombok.Data;
@Data
public class MyTask {
/**
* 执行任务列表
*/
private List<SimpleTask> executingTasks;
/**
* 未启动任务列表
*/
private List<SimpleTask> initTasks;
/**
* 暂停任务列表
*/
priva... | UTF-8 | Java | 965 | java | MyTask.java | Java | [] | null | [] | package com.panwy.itask.entity.task;
import java.util.List;
import java.util.Map;
import lombok.Data;
@Data
public class MyTask {
/**
* 执行任务列表
*/
private List<SimpleTask> executingTasks;
/**
* 未启动任务列表
*/
private List<SimpleTask> initTasks;
/**
* 暂停任务列表
*/
priva... | 965 | 0.59954 | 0.59954 | 44 | 18.772728 | 17.808149 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386364 | false | false | 10 |
566f90b93c107fcf7246c81f045188b5655bac24 | 23,210,003,311,303 | b43d74e67675edcbfa9e549da8b9de450e80e687 | /spring-annotation/src/main/java/com/cn/lg/annotation/TransactionalTest.java | 2403eb6c1835ce10d569019ff1dc9c57e5363423 | [] | no_license | SirLiuGang/Spring | https://github.com/SirLiuGang/Spring | 60e54019c2e9bc6d3ca48710e6143ec024cc191d | 31e38344d1e2c4025bdac99a748c8dd18629401a | refs/heads/master | 2022-06-26T03:19:50.797000 | 2019-12-15T06:54:08 | 2019-12-15T06:54:08 | 170,708,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.lg.annotation;
import org.springframework.transaction.annotation.Transactional;
/**
* @author: 刘钢
* @Date: 2019/3/2 20:55
* @Description:
*/
@Transactional
public class TransactionalTest {
/**
* 方法上的注解会覆盖类上的注解
*/
@Transactional(rollbackFor = Exception.class)
public void save()... | UTF-8 | Java | 364 | java | TransactionalTest.java | Java | [
{
"context": "saction.annotation.Transactional;\n/**\n * @author: 刘钢\n * @Date: 2019/3/2 20:55\n * @Description:\n */\n@Tr",
"end": 114,
"score": 0.9997087717056274,
"start": 112,
"tag": "NAME",
"value": "刘钢"
}
] | null | [] | package com.cn.lg.annotation;
import org.springframework.transaction.annotation.Transactional;
/**
* @author: 刘钢
* @Date: 2019/3/2 20:55
* @Description:
*/
@Transactional
public class TransactionalTest {
/**
* 方法上的注解会覆盖类上的注解
*/
@Transactional(rollbackFor = Exception.class)
public void save()... | 364 | 0.668675 | 0.638554 | 19 | 16.473684 | 17.150629 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.105263 | false | false | 10 |
d5b6c1ecdc08d0bfff2bb23beecebb4584610e55 | 22,832,046,198,856 | 58d7ff7c645c26771faae523e4ccb1e8f932b3e8 | /MUD/model/items/shield/HeavyShield.java | d6f5fd5c74645ebb082136933a17d7ef83a4810e | [] | no_license | djeisenberg/Academic | https://github.com/djeisenberg/Academic | c0ac2de7462498db0edbce91a0265e6460506637 | c5d0c0c9b57b74d11472b79986f7c16e06e60771 | refs/heads/master | 2021-01-18T18:31:58.782000 | 2015-04-23T18:59:03 | 2015-04-23T18:59:03 | 24,281,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.items.shield;
import model.items.Armor;
public class HeavyShield extends Armor{
/**
*
*/
private static final long serialVersionUID = 1L;
public HeavyShield()
{
this.name = "Heavy Shield";
this.description = "";
this.iID = 800;
this.ilevel = 2;
this.cost = 0;
this.idef = 6;
... | UTF-8 | Java | 387 | java | HeavyShield.java | Java | [] | null | [] | package model.items.shield;
import model.items.Armor;
public class HeavyShield extends Armor{
/**
*
*/
private static final long serialVersionUID = 1L;
public HeavyShield()
{
this.name = "Heavy Shield";
this.description = "";
this.iID = 800;
this.ilevel = 2;
this.cost = 0;
this.idef = 6;
... | 387 | 0.633075 | 0.609819 | 28 | 12.857142 | 14.123724 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.392857 | false | false | 10 |
9d84b0d3749df8d6445c1d28cffaad74360c92e5 | 4,526,895,566,658 | c2f58b1c30cea1be18ed6fa29ff75856340a444e | /src/main/java/frc/robot/constants/fields/HomeField.java | 98efa44556d51c440f7dc850394bf43d70e3e852 | [] | no_license | Programming-TRIGON/RobotTemplate2020 | https://github.com/Programming-TRIGON/RobotTemplate2020 | c193a9d16ebf1d0ef91ec9759d259b41f27e7656 | 14365344ca5bc3cd389eed20bfd4a2414fb97923 | refs/heads/master | 2020-11-30T04:19:09.182000 | 2020-01-15T10:06:29 | 2020-01-15T10:06:29 | 230,300,319 | 0 | 4 | null | false | 2020-01-15T10:06:31 | 2019-12-26T17:12:27 | 2020-01-15T09:14:54 | 2020-01-15T10:06:30 | 176 | 0 | 2 | 0 | Java | false | false | package frc.robot.constants.fields;
import frc.robot.constants.FieldConstants;
/**
* Home field dimensions and distances.
*/
public class HomeField extends FieldConstants {
public HomeField() {
feederConstants.ROCKET_TO_FEEDER = 250;
feederConstants.SIDE_WALL_TO_MIDDLE_FEEDER = 50;
}
}
| UTF-8 | Java | 315 | java | HomeField.java | Java | [] | null | [] | package frc.robot.constants.fields;
import frc.robot.constants.FieldConstants;
/**
* Home field dimensions and distances.
*/
public class HomeField extends FieldConstants {
public HomeField() {
feederConstants.ROCKET_TO_FEEDER = 250;
feederConstants.SIDE_WALL_TO_MIDDLE_FEEDER = 50;
}
}
| 315 | 0.714286 | 0.698413 | 13 | 23.23077 | 20.88118 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 10 |
28ad86c9be432b7e7ac825c0f3a5eb78f3cd791b | 22,754,736,767,541 | 0c717ed55c8ffb1891cbeb2225e9362a8bf0e6e0 | /VineyardAndroidClient/src/com/formichelli/vineyard/entities/Worker.java | b0ec1f2a0571a00c1eb440b6b50b0051689f063c | [] | no_license | danyf90/MultipathDetectionAlgorithm | https://github.com/danyf90/MultipathDetectionAlgorithm | aa6d563cd433435a6af73fb9d2206a25cfe07846 | 6ad0a0cd543f55e3d15de70e1dc42e55febee935 | refs/heads/master | 2016-09-06T17:27:18.579000 | 2014-06-08T13:39:39 | 2014-06-08T13:39:39 | 39,912,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.formichelli.vineyard.entities;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
public class Worker {
public final static String ID = "id";
public final static String US... | UTF-8 | Java | 2,898 | java | Worker.java | Java | [
{
"context": "D = \"id\";\n\tpublic final static String USERNAME = \"username\";\n\tpublic final static String PASSWORD = \"passwor",
"end": 338,
"score": 0.9988581538200378,
"start": 330,
"tag": "USERNAME",
"value": "username"
},
{
"context": "sername\";\n\tpublic final static Strin... | null | [] | package com.formichelli.vineyard.entities;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
public class Worker {
public final static String ID = "id";
public final static String US... | 2,900 | 0.689096 | 0.687716 | 144 | 19.131945 | 17.627411 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.611111 | false | false | 10 |
8eacf6e7ea60309219de6f02510bd16e89db1e18 | 5,772,436,088,194 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/25/org/jfree/chart/needle/MeterNeedle_readObject_411.java | 047c004c6645f8535d29a2c0a897a8799bd6ec1a | [] | no_license | hvdthong/NetML | https://github.com/hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618000 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | true | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | 2018-03-01T05:04:19 | 2018-01-15T07:59:20 | 172,367 | 0 | 0 | 0 | null | false | null |
org jfree chart needl
base repres needl
link org jfree chart plot compass plot compassplot
meter needl meterneedl serializ
... | UTF-8 | Java | 1,118 | java | MeterNeedle_readObject_411.java | Java | [] | null | [] |
org jfree chart needl
base repres needl
link org jfree chart plot compass plot compassplot
meter needl meterneedl serializ
... | 1,118 | 0.555456 | 0.555456 | 367 | 1.901907 | 10.364536 | 81 | false | false | 0 | 0 | 0 | 0 | 343 | 0.306798 | 0 | false | false | 10 |
5a526f6acd9f7133c1ac9b3c2d6113042174c6b9 | 13,666,585,973,895 | fbb9fe43f41a083afb783ed5f17d4911949d7f12 | /OOP/Assignments/1-Introduction.java | 0870c5fe4f6cda68d8b4d0c11a051686367cd04e | [] | no_license | shadowprince10/Bootcamp-Semester-3---4 | https://github.com/shadowprince10/Bootcamp-Semester-3---4 | dd28ca4b5d655f459737727ce9493e1ffbe0f3ae | c669eda4a96a0bb2e68e63a01badc12cc1ddafe0 | refs/heads/main | 2023-04-29T20:13:28.760000 | 2021-05-17T11:40:11 | 2021-05-17T11:40:11 | 367,536,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class main {
private static Scanner scan;
private static String firstNumberString;
private static String secondNumberString;
private static Character firstNumberChar;
private static Character secondNumberChar;
private static Float resultFloat;
private static Integer firstSecond... | UTF-8 | Java | 8,136 | java | 1-Introduction.java | Java | [] | null | [] | import java.util.Scanner;
public class main {
private static Scanner scan;
private static String firstNumberString;
private static String secondNumberString;
private static Character firstNumberChar;
private static Character secondNumberChar;
private static Float resultFloat;
private static Integer firstSecond... | 8,136 | 0.484882 | 0.468166 | 186 | 42.741936 | 47.716999 | 213 | false | false | 0 | 0 | 0 | 0 | 98 | 0.120452 | 3.688172 | false | false | 10 |
d94e3a10818dc73bbced24dbbb52c27761d87096 | 12,764,642,850,123 | 8625eaa50cd2ed4e9b50c48e2568f44a6db4bc65 | /src/main/java/com/simplesarkar/web/AadharCardStatusCall.java | bd2cab585988be64e2b64f23450d380772022af9 | [] | no_license | rajesh-yapstone/sooper | https://github.com/rajesh-yapstone/sooper | 07257487270c25b4d9be76c721a1d6f869ffd401 | 985a4f7915e24b0eb46c5552ccda41b176f28a96 | refs/heads/master | 2021-01-11T22:43:24.144000 | 2018-07-06T00:20:06 | 2018-07-06T00:20:06 | 79,020,916 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simplesarkar.web;
import java.awt.image.BufferedImage;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLConnection;
import java.util.List;
... | UTF-8 | Java | 3,005 | java | AadharCardStatusCall.java | Java | [] | null | [] | package com.simplesarkar.web;
import java.awt.image.BufferedImage;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLConnection;
import java.util.List;
... | 3,005 | 0.68619 | 0.675541 | 115 | 25.130434 | 27.671213 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.478261 | false | false | 10 |
e37c617c23a51d3cd62bca538b848351899ed9c0 | 4,552,665,389,169 | 823b5a98bd30101aa23a4b68a1f866d4868c8a09 | /taskexecuter/src/main/java/org/myeducation/taskexecuter/core/processor/circuit/validator/users/ExistValidator.java | 1c89668143fc5496d53b2859ed7a16a472887a7e | [] | no_license | avfrolov/myeducation | https://github.com/avfrolov/myeducation | 722ea73f7a7bf5a203b7e06fca73c097071477d2 | db9b0fdb689dfb166686ee62bca5c5b7c061ebec | refs/heads/master | 2021-01-16T19:51:19.490000 | 2013-06-11T22:23:21 | 2013-06-11T22:23:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.myeducation.taskexecuter.core.processor.circuit.validator.users;
import org.apache.commons.lang.StringUtils;
import org.myeducation.taskexecuter.core.processor.circuit.jaxb.rules.Data;
import org.myeducation.taskexecuter.core.processor.circuit.jaxb.rules.Rule;
import org.myeducation.taskexecuter.core.proce... | UTF-8 | Java | 6,833 | java | ExistValidator.java | Java | [
{
"context": "List;\n\n/**\n * Created with IntelliJ IDEA.\n * User: andrey\n * Date: 11.05.13\n * Time: 22:23\n * To change thi",
"end": 507,
"score": 0.9588267803192139,
"start": 501,
"tag": "USERNAME",
"value": "andrey"
}
] | null | [] | package org.myeducation.taskexecuter.core.processor.circuit.validator.users;
import org.apache.commons.lang.StringUtils;
import org.myeducation.taskexecuter.core.processor.circuit.jaxb.rules.Data;
import org.myeducation.taskexecuter.core.processor.circuit.jaxb.rules.Rule;
import org.myeducation.taskexecuter.core.proce... | 6,833 | 0.480316 | 0.47856 | 182 | 36.543957 | 28.653591 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467033 | false | false | 10 |
d871daeea1675ad78968d941b5cc5ffb6cee4079 | 21,973,052,756,879 | 431a2e0e9188ba493c6073a2b7a0e40c0031af20 | /service-v1/src/main/java/com/mwz/v1/controller/UserController.java | d42f5a26ca9e13fb4aeef1f6275bed5d33d906fb | [] | no_license | mwzgithub/spring-cloud | https://github.com/mwzgithub/spring-cloud | 5cda119d99615e4ca5ff178120aa05fc702d184a | 9e30a4ce8177581aa4a0cc1876cc7483fe0d3984 | refs/heads/master | 2021-01-14T07:23:08.170000 | 2020-11-01T06:08:38 | 2020-11-01T06:08:38 | 242,638,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mwz.v1.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.mwz.v1.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframewor... | UTF-8 | Java | 877 | java | UserController.java | Java | [
{
"context": "Valid;\n\n/**\n * <p>\n * 前端控制器\n * </p>\n *\n * @author mwz\n * @since 2020-02-24\n */\n@RestController\n@Request",
"end": 560,
"score": 0.9996523857116699,
"start": 557,
"tag": "USERNAME",
"value": "mwz"
}
] | null | [] | package com.mwz.v1.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.mwz.v1.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframewor... | 877 | 0.762399 | 0.749712 | 37 | 22.432432 | 23.121933 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 10 |
bf8605627d3d563636ba6cca497de4378a8a7282 | 15,427,522,535,511 | 5f209db3d0e4ded90aff6c2ca55a53aa698cdef5 | /src/com/yurwar/view/View.java | e0043930cda843db1ecdc849f65caa1b2c148cfb | [] | no_license | Yurwar/hello-world-mvc | https://github.com/Yurwar/hello-world-mvc | c9639817d9464f0fa9236896753533b922d2be19 | 96cfe74e1e6531b5b16efec3dc9ff5c1485715c3 | refs/heads/master | 2020-05-29T18:40:00.544000 | 2019-05-29T06:47:52 | 2019-05-29T06:50:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yurwar.view;
public class View {
public static final String INCORRECT_INPUT = "Incorrect input, please repeat.";
public static final String USER_INPUT_WORD = "Your word is: ";
public static final String ENTER_WORD = "Enter the word ";
public static final String USAGE = "Usage: Enter given w... | UTF-8 | Java | 447 | java | View.java | Java | [] | null | [] | package com.yurwar.view;
public class View {
public static final String INCORRECT_INPUT = "Incorrect input, please repeat.";
public static final String USER_INPUT_WORD = "Your word is: ";
public static final String ENTER_WORD = "Enter the word ";
public static final String USAGE = "Usage: Enter given w... | 447 | 0.709172 | 0.709172 | 12 | 36.25 | 32.073158 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 10 |
58297512469c3a583b3e52ad341a9e04191c7311 | 21,517,786,159,348 | 7b8869b3c8dc94f662ecfc06a1d4f628b4f7b391 | /GeoQuiz/app/src/main/java/com/daveshah/geoquiz/QuestionBank.java | d05df355a500b9d4b770f16719e20a426f324123 | [] | no_license | Cleveland-Android-Group/android-101-workshops | https://github.com/Cleveland-Android-Group/android-101-workshops | de1ad6be182537a16fa001e0529766bdeb4b7409 | dba4ea79dd1d6a8243177321f412a56e2820ddac | refs/heads/master | 2021-01-10T20:49:40.970000 | 2015-05-21T01:35:27 | 2015-05-21T01:35:27 | 32,902,370 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daveshah.geoquiz;
import android.content.Context;
import java.util.Arrays;
import java.util.List;
public class QuestionBank {
private final Context context;
private final List<TrueFalse> questions;
public QuestionBank(Context context) {
this.context = context;
this.questions... | UTF-8 | Java | 1,113 | java | QuestionBank.java | Java | [] | null | [] | package com.daveshah.geoquiz;
import android.content.Context;
import java.util.Arrays;
import java.util.List;
public class QuestionBank {
private final Context context;
private final List<TrueFalse> questions;
public QuestionBank(Context context) {
this.context = context;
this.questions... | 1,113 | 0.636119 | 0.636119 | 37 | 29.081081 | 27.444666 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 10 |
9b9973d4aee6a87c6040fa3b49b28e50294ba220 | 28,278,064,684,449 | ead5a617b23c541865a6b57cf8cffcc1137352f2 | /decompiled/sources/com/fasterxml/jackson/core/p116io/JsonStringEncoder.java | b701b8954b90eec78237f995965f85e29df5ed4b | [] | no_license | erred/uva-ssn | https://github.com/erred/uva-ssn | 73a6392a096b38c092482113e322fdbf9c3c4c0e | 4fb8ea447766a735289b96e2510f5a8d93345a8c | refs/heads/master | 2022-02-26T20:52:50.515000 | 2019-10-14T12:30:33 | 2019-10-14T12:30:33 | 210,376,140 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fasterxml.jackson.core.p116io;
import com.fasterxml.jackson.core.util.BufferRecycler;
import com.fasterxml.jackson.core.util.ByteArrayBuilder;
import com.fasterxml.jackson.core.util.TextBuffer;
import java.lang.ref.SoftReference;
/* renamed from: com.fasterxml.jackson.core.io.JsonStringEncoder */
public f... | UTF-8 | Java | 23,632 | java | JsonStringEncoder.java | Java | [] | null | [] | package com.fasterxml.jackson.core.p116io;
import com.fasterxml.jackson.core.util.BufferRecycler;
import com.fasterxml.jackson.core.util.ByteArrayBuilder;
import com.fasterxml.jackson.core.util.TextBuffer;
import java.lang.ref.SoftReference;
/* renamed from: com.fasterxml.jackson.core.io.JsonStringEncoder */
public f... | 23,632 | 0.501058 | 0.413422 | 660 | 34.806061 | 24.299994 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 10 |
3c87af637ef4e6c17c8849608a6a2dd229d37f4d | 29,600,914,610,000 | d76e3ca25140436561209a2c07e1c771f6e08273 | /pcenter/src/main/java/com/pcenter/entity/User.java | 93c3f26d40b1d8d7e4f1437952575e5e89790b00 | [] | no_license | xngithub/pcenter | https://github.com/xngithub/pcenter | 8424c3cc395566b4afb85ee4c0279e2295cbb23d | 506f2cb4b3bb3baf50180aac485349c0a41291bb | refs/heads/master | 2016-03-23T19:37:14.504000 | 2014-09-14T08:56:56 | 2014-09-14T08:56:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pcenter.entity;
import org.apache.commons.lang.builder.ToStringBuilder;
public class User {
private Integer id;
private String loginname;
private String password;
private String realname;
private Role role;
private Integer state;
private String remark;
public Integer getId() {
ret... | UTF-8 | Java | 1,270 | java | User.java | Java | [] | null | [] | package com.pcenter.entity;
import org.apache.commons.lang.builder.ToStringBuilder;
public class User {
private Integer id;
private String loginname;
private String password;
private String realname;
private Role role;
private Integer state;
private String remark;
public Integer getId() {
ret... | 1,270 | 0.669291 | 0.669291 | 74 | 15.162162 | 14.820573 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.243243 | false | false | 10 |
e7303af6a4a98cf2df3b89d90b1f2b4e97f56314 | 7,473,243,129,610 | 2d2ec3f64e0150d03785b4bcb8437137dfe7e4c6 | /src/main/java/DynamicSample.java | 57d478d62902a1a650af96cf96d434ba10542944 | [] | no_license | hangshisitu/modao | https://github.com/hangshisitu/modao | 1e62edef9ecb68f897e8bc5b02555d68e71a0ec8 | 285abfccb0c1436c9671a6091e8b59268cbc0aff | refs/heads/main | 2023-03-06T20:03:32.352000 | 2021-02-23T08:36:37 | 2021-02-23T08:36:37 | 323,586,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
//爬楼梯
public class DynamicSample {
public int doMain(int start, int end)
{
int[] stepCnt = new int[end];
for(int i=end-1;i>=start;--i)
{
int cnt = 0;
if(end-i==1)
{
stepCnt[i] =1;
}else if(end-i... | UTF-8 | Java | 528 | java | DynamicSample.java | Java | [] | null | [] | import java.util.ArrayList;
//爬楼梯
public class DynamicSample {
public int doMain(int start, int end)
{
int[] stepCnt = new int[end];
for(int i=end-1;i>=start;--i)
{
int cnt = 0;
if(end-i==1)
{
stepCnt[i] =1;
}else if(end-i... | 528 | 0.396552 | 0.381226 | 25 | 19.879999 | 14.342441 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
11291aa9d3bac8d0f2319b05fb6ab2f168920b92 | 33,603,824,171,777 | 6dc773c1f7f38bb97bdb829ea81c2c3c10b1af77 | /s3_paseadores-back/src/main/java/co/edu/uniandes/csw/paseadores/persistence/ClientePersistence.java | 11a314d55dc48ac6122fa3af29b64a7cf596b2e9 | [
"MIT"
] | permissive | Uniandes-ISIS2603-backup/s3_Paseadores_201920 | https://github.com/Uniandes-ISIS2603-backup/s3_Paseadores_201920 | a69a02822e9062fa2a6a0e2b37cf6f78a21de432 | 7a3f26893ed2a36ccf39967ee9b4b9ed1d1224dc | refs/heads/master | 2020-07-02T09:42:03.912000 | 2019-12-05T12:52:46 | 2019-12-05T12:52:46 | 201,489,644 | 0 | 1 | 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 co.edu.uniandes.csw.paseadores.persistence;
import co.edu.uniandes.csw.paseadores.entities.ClienteEntity;
import java.util.Lis... | UTF-8 | Java | 2,353 | java | ClientePersistence.java | Java | [
{
"context": "ja la persistencia para el cliente.\n * \n * @author Santiago Bolaños \n */\n@Stateless\npublic class ClientePersistence \n",
"end": 561,
"score": 0.9998745322227478,
"start": 545,
"tag": "NAME",
"value": "Santiago Bolaños"
}
] | 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 co.edu.uniandes.csw.paseadores.persistence;
import co.edu.uniandes.csw.paseadores.entities.ClienteEntity;
import java.util.Lis... | 2,342 | 0.655172 | 0.655172 | 83 | 27.313253 | 25.02429 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277108 | false | false | 10 |
acb97038282c35f5662900b722c9c648b1dc6554 | 18,880,676,262,980 | 463e26b61b94dea9561f128ddef4baf9d93da464 | /java/IHM/TP3/chrono/src/tst/ChronoMain.java | 96105de7ec8207054c9c317e63295c8189df8dcd | [] | no_license | lambdhack/DUT_Info | https://github.com/lambdhack/DUT_Info | 077034c7d998baa1d1accf21605474bcc7a48ed7 | 573d2ebd21c47a3c99c92ead181d458bc5cf7f78 | refs/heads/master | 2020-03-11T02:28:40.535000 | 2018-06-09T20:24:35 | 2018-06-09T20:24:35 | 129,720,154 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ChronoMain {
public static void main(String[] args) {
new ChronoGUItmp();
}
}
| UTF-8 | Java | 108 | java | ChronoMain.java | Java | [] | null | [] | public class ChronoMain {
public static void main(String[] args) {
new ChronoGUItmp();
}
}
| 108 | 0.611111 | 0.611111 | 6 | 17 | 16.237816 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 10 |
2e8b4c8e3999eaa700b9480041d0fa787b3b2f3e | 20,942,260,577,684 | f43b9c6fb46bfa36d4fd3dd61742c9a4a6534c04 | /src/main/java/com/example/mysqldemo/controller/BehaviorCotroller.java | a62c3a8484d2ff3f047beadf0cdfb84ddff2f8bb | [] | no_license | luoxianming/luoxm | https://github.com/luoxianming/luoxm | 96dc5448a42f0e07ea94882ccf6aa361089f4160 | 5ce294db6ad7d21c9812d62edccec8d1d67e3773 | refs/heads/master | 2021-12-01T08:09:49.211000 | 2021-11-14T14:53:23 | 2021-11-14T14:53:23 | 110,954,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mysqldemo.controller;
import com.example.mysqldemo.dao.BehaviorDao;
import com.example.mysqldemo.service.BehaviorService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestCont... | UTF-8 | Java | 663 | java | BehaviorCotroller.java | Java | [
{
"context": "import javax.annotation.Resource;\n\n/**\n * @Author: luoxianming\n * @Date: 2020/8/27 21:16\n */\n@RequestMapping(\"/b",
"end": 391,
"score": 0.9996174573898315,
"start": 380,
"tag": "USERNAME",
"value": "luoxianming"
}
] | null | [] | package com.example.mysqldemo.controller;
import com.example.mysqldemo.dao.BehaviorDao;
import com.example.mysqldemo.service.BehaviorService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestCont... | 663 | 0.770739 | 0.754148 | 26 | 24.5 | 20.744322 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 10 |
1044d63a60689ebcb36258a4736da60c641f43e7 | 2,113,123,934,355 | a4f443e9bc0479034c4b3e60c49bf8ce66ab5b1b | /src/main/java/com/accessstop/station/StationRepositoryImpl.java | 103c36716b227f587a85c2443b4c7264c491d64d | [] | no_license | andersontaraujo/access-stop-api | https://github.com/andersontaraujo/access-stop-api | 483d20f79177a20fc099cc4e790eb3fb872c8eb7 | 2f5d2e6f7428b203c469a29525b92de0cb221a6c | refs/heads/master | 2020-04-17T16:13:17.750000 | 2019-01-22T00:26:57 | 2019-01-22T00:26:57 | 166,731,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accessstop.station;
import java.util.LinkedList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
import o... | UTF-8 | Java | 1,405 | java | StationRepositoryImpl.java | Java | [] | null | [] | package com.accessstop.station;
import java.util.LinkedList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
import o... | 1,405 | 0.720285 | 0.720285 | 39 | 35.025642 | 32.998436 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 10 |
9bea95e8bdb3bc1bddaff756744f877aad42d0d7 | 31,997,506,409,078 | 38cbe3507929f1f9f70bd7d3bf6464f3ca020103 | /src/business/custom/CustomerBO.java | a6a23fc62194696b9e47b9d36787f15d34ca190b | [
"MIT"
] | permissive | TharinduMadhu/POS-With-Layered-Architecture | https://github.com/TharinduMadhu/POS-With-Layered-Architecture | d97827506654f5b9343b13254eb9fe82a238e221 | 4c592bec87a27c6832a9f913db19e2daa4d334b2 | refs/heads/master | 2022-11-29T11:05:19.567000 | 2020-08-09T11:43:14 | 2020-08-09T11:43:14 | 284,195,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package business.custom;
import business.SuperBO;
import dao.SuperDAO;
import util.CustomerTM;
import java.util.List;
public interface CustomerBO extends SuperBO {
public String generateNewCustomerId() throws Exception;
public List<CustomerTM> getAllCustomers() throws Exception;
public boolean saveCust... | UTF-8 | Java | 551 | java | CustomerBO.java | Java | [] | null | [] | package business.custom;
import business.SuperBO;
import dao.SuperDAO;
import util.CustomerTM;
import java.util.List;
public interface CustomerBO extends SuperBO {
public String generateNewCustomerId() throws Exception;
public List<CustomerTM> getAllCustomers() throws Exception;
public boolean saveCust... | 551 | 0.791289 | 0.791289 | 18 | 29.611111 | 31.32826 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 10 |
ef77cee6455fd707c78f4e4ad4e5baa8aecdcb7d | 4,861,903,039,874 | e6853bb1092461ce0a11429fe303461a355f7a27 | /random-stuff/src/main/java/org/russell/annotations/AnnotationReader.java | b0979d149c8b41e3c3dbc4beee5e1b17d19601a9 | [] | no_license | RussellRC/RussellTests | https://github.com/RussellRC/RussellTests | 4885ba2260c4c54ab3694e3e3fd30b50d4a8c8dc | 6c56f3ced3527ae879f4188f2a5391b791bdb4fe | refs/heads/master | 2022-07-01T22:49:12.714000 | 2022-06-08T17:20:08 | 2022-06-08T17:20:08 | 52,841,551 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.russell.annotations;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.russell.annotations.TextAsset.MarketingContext;
import org.russell.annotations.annotation.AnnotationMap;
import ... | UTF-8 | Java | 3,698 | java | AnnotationReader.java | Java | [] | null | [] | package org.russell.annotations;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.russell.annotations.TextAsset.MarketingContext;
import org.russell.annotations.annotation.AnnotationMap;
import ... | 3,698 | 0.573824 | 0.566522 | 98 | 36.734695 | 25.190519 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704082 | false | false | 10 |
6cf669b0435775d17cc83caa2e3c473e65832789 | 22,299,470,258,621 | d5ccb592bc01315bd3d367bd71b3a754321da775 | /src/me/fluglow/DeletePasscodeCmd.java | d34e6dd610de347a8e5ed7fa1ea275d3d3740e29 | [
"MIT"
] | permissive | Fluglow/DoorPasscodes | https://github.com/Fluglow/DoorPasscodes | a8feeb681507eb9e2ac153298acc66bfed76eb73 | 446d0abbd74eecfa36b0d5d465e3b668773bdd61 | refs/heads/master | 2020-03-15T16:17:02.106000 | 2018-05-05T09:11:27 | 2018-05-05T09:11:27 | 132,231,546 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.fluglow;
import org.bukkit.ChatColor;
import org.bukkit.block.Block;
import org.bukkit.block.BlockState;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.material.Door;
public class Dele... | UTF-8 | Java | 1,319 | java | DeletePasscodeCmd.java | Java | [] | null | [] | package me.fluglow;
import org.bukkit.ChatColor;
import org.bukkit.block.Block;
import org.bukkit.block.BlockState;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.material.Door;
public class Dele... | 1,319 | 0.752085 | 0.751327 | 47 | 27.063829 | 27.113947 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787234 | false | false | 10 |
3537fa85e4a0188bdbd366c301843e634b823a3f | 20,504,173,899,150 | 353a0c6c9bc439cea5c5cd2154164cbeff62a55f | /src/lk/ijse/payrollSystem/controller/SalaryController.java | 6bc5141442f59aa429fa3109c1aa40aecf44c295 | [] | no_license | DanudiDevindi/payroll-system | https://github.com/DanudiDevindi/payroll-system | a06e5650b73627e7a938605e6f5bcd11892c0cf6 | 26e28ed41930ad8977470b5181f7365eee01cee2 | refs/heads/master | 2020-05-31T06:15:33.394000 | 2019-06-04T05:58:31 | 2019-06-04T05:58:31 | 190,138,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package lk.ijse.payrollSystem.controller;
import java.util.ArrayList;
import lk.ijse.payrollSystem.business.BoFactory;
import lk.ijse.... | UTF-8 | Java | 2,584 | java | SalaryController.java | Java | [
{
"context": "se.payrollSystem.dto.SalaryDTO;\n\n/**\n *\n * @author acer\n */\npublic class SalaryController {\n private S",
"end": 627,
"score": 0.9341430068016052,
"start": 623,
"tag": "USERNAME",
"value": "acer"
}
] | 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 lk.ijse.payrollSystem.controller;
import java.util.ArrayList;
import lk.ijse.payrollSystem.business.BoFactory;
import lk.ijse.... | 2,584 | 0.727941 | 0.720975 | 82 | 30.512196 | 28.494007 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 10 |
121269690a92180219d36e30d3892949f3ddfaf1 | 20,504,173,898,511 | 758a5f93be75c5642931d17f53f414e10ba5b4e1 | /leetco/src/binarySearch/M_419BattleshipsInaBoard.java | b6f56ff3521f69e44db69c829874ba1ad247dca7 | [] | no_license | yguozhen/leetco | https://github.com/yguozhen/leetco | efa16dfd0aa251a573b852fa766216929914e745 | fac2dfa279d820d04afdc09325e8710a8e15a3a1 | refs/heads/master | 2022-12-01T20:12:35.895000 | 2020-08-15T15:28:29 | 2020-08-15T15:28:29 | 274,302,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package binarySearch;
public class M_419BattleshipsInaBoard {
//solution1 change "X" to "." in board
public int countBattleships(char[][] board) {
int count = 0;
for(int i = 0; i < board.length; i ++){
for(int j = 0; j < board[0].length; j++){
if(board[i][j] == '.')... | UTF-8 | Java | 2,016 | java | M_419BattleshipsInaBoard.java | Java | [] | null | [] | package binarySearch;
public class M_419BattleshipsInaBoard {
//solution1 change "X" to "." in board
public int countBattleships(char[][] board) {
int count = 0;
for(int i = 0; i < board.length; i ++){
for(int j = 0; j < board[0].length; j++){
if(board[i][j] == '.')... | 2,016 | 0.300595 | 0.284722 | 64 | 30.5 | 18.757498 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
122161a2661f7d2896ec1a2eaf440817e9ff9ac6 | 11,570,641,924,166 | 3099a023b6bbac55d14971a9c1a358ad82df2505 | /Poppy_v1.0/src/main/java/com/ipsos/poppy/admin/UserManagementRepository.java | 0ab559b9b28984637304c51ef4ee7cb19ea9fe2a | [] | no_license | arvindprem/Poppy | https://github.com/arvindprem/Poppy | 7f1022ee5f23c825611f27cc055cd37d0da7b531 | d6358eca9b70a41db729b5f77864a42aaa345396 | refs/heads/master | 2020-03-28T12:24:51.750000 | 2018-11-13T09:59:27 | 2018-11-13T09:59:27 | 148,295,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ipsos.poppy.admin;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.query.Query;
import org.springframework.be... | UTF-8 | Java | 5,061 | java | UserManagementRepository.java | Java | [
{
"context": "o) {\n\t\tString hql = \"FROM Login WHERE UserName = :USERNAME\";\n\t\tif (userInfo.getId() != 0) {\n\t\t\thql += \" AND ",
"end": 2445,
"score": 0.8948395252227783,
"start": 2437,
"tag": "USERNAME",
"value": "USERNAME"
}
] | null | [] | package com.ipsos.poppy.admin;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.query.Query;
import org.springframework.be... | 5,061 | 0.712112 | 0.710927 | 179 | 27.273743 | 21.185215 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.424581 | false | false | 10 |
8e20419b18002074ee58a2689125d0783ceab12f | 11,398,843,244,036 | b9c5db63e7453664bd659c1921a0aa412c27fd88 | /app/src/main/java/com/kay/accessappexercise/data/model/UserResponse.java | 8180bf25e593b91348502538d38dbf0cb4ec311a | [] | no_license | Kay326/AccessAppExercise | https://github.com/Kay326/AccessAppExercise | 0e29468f27fef0c6375c6515affaa1536164e912 | 49d0c56ba0e473d59ba212e668be5f28b8a2a345 | refs/heads/master | 2022-09-27T02:32:30.441000 | 2020-06-07T17:25:02 | 2020-06-07T17:25:02 | 269,168,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kay.accessappexercise.data.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public final class UserResponse {
@Expose
@SerializedName("login")
private String login;
@Expose
@SerializedName("id")
private String id;
@Expose
... | UTF-8 | Java | 713 | java | UserResponse.java | Java | [] | null | [] | package com.kay.accessappexercise.data.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public final class UserResponse {
@Expose
@SerializedName("login")
private String login;
@Expose
@SerializedName("id")
private String id;
@Expose
... | 713 | 0.650771 | 0.650771 | 39 | 17.282051 | 14.942537 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 10 |
45a09d184e167a4a356ef0573fb2e102a0b21596 | 23,149,873,746,806 | b70a707ac0e946f74ee2aae6cf5505aab07e5938 | /src/main/java/com/pessoal/compras/token/RefreshTokenPostProcessor.java | 69dcb90a9411f21ddb2d65b6fbd5fbc4955612a8 | [] | no_license | antonio-pedro/compras-api | https://github.com/antonio-pedro/compras-api | ceeb9ca5b5cdda5aa5b150e444b6d315331f569b | dcdec83a82aa1f137188785cd8745d2d1698f8ae | refs/heads/master | 2021-04-11T11:06:33.304000 | 2020-04-08T01:43:22 | 2020-04-08T01:43:22 | 249,014,141 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pessoal.compras.token;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.MethodParameter;
import org.springframework.http.MediaType;
i... | UTF-8 | Java | 3,498 | java | RefreshTokenPostProcessor.java | Java | [] | null | [] | package com.pessoal.compras.token;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.MethodParameter;
import org.springframework.http.MediaType;
i... | 3,498 | 0.821583 | 0.816115 | 64 | 53.296875 | 44.696083 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.609375 | false | false | 10 |
8a31efc9a40bc1e3098e13a9e0b99e6679deabe5 | 18,717,467,506,605 | 2444919c01029a62cea781fa0db5b54f30fbc26f | /core/src/com/ludux/twitchgame/battle/BattleScreen.java | b651a6b4d5dc6c40604aaaa2f3a83eb388cbf368 | [] | no_license | kleitus448/TwitchGame | https://github.com/kleitus448/TwitchGame | 0f76aca4eb0a7ce3777074b0116fcc8e95a637a8 | 271fc2837e3046b8d9d926e4dfee9ab158f5d9a8 | refs/heads/master | 2020-04-07T06:24:58.732000 | 2018-03-07T06:11:40 | 2018-03-07T06:11:40 | 113,656,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ludux.twitchgame.battle;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.ScreenAdapter;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Matrix4;
import com.badlogic.gdx.scenes.scene2d.Group;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.util... | UTF-8 | Java | 2,350 | java | BattleScreen.java | Java | [] | null | [] | package com.ludux.twitchgame.battle;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.ScreenAdapter;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Matrix4;
import com.badlogic.gdx.scenes.scene2d.Group;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.util... | 2,350 | 0.719337 | 0.714972 | 55 | 40.618183 | 29.259026 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.872727 | false | false | 10 |
e24f734557a4b4169be9001aa70c69cb07a935a6 | 25,744,034,001,211 | 5dfc341a547e5637d84748b18de667af31fd8bdf | /src/com/soledede/connector/udp/UDPReactor.java | 6cea6a47853d45e59f74e60d4a15d83083708481 | [] | no_license | wbj0110/TChat | https://github.com/wbj0110/TChat | fca685e8545b1c7e61b8cc17ee86d302ca3cfb85 | 5621c7a5df2f69cc00d400a89509c215f88d8695 | refs/heads/master | 2016-09-06T09:32:13.007000 | 2014-11-13T07:56:49 | 2014-11-13T07:56:49 | 26,576,537 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soledede.connector.udp;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.nio.channels.DatagramChannel;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.util.Iterator;
import java.util.Set;
/**
* UDP数据包接受
*
* 与T... | UTF-8 | Java | 2,294 | java | UDPReactor.java | Java | [] | null | [] | package com.soledede.connector.udp;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.nio.channels.DatagramChannel;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.util.Iterator;
import java.util.Set;
/**
* UDP数据包接受
*
* 与T... | 2,294 | 0.704678 | 0.704678 | 79 | 24.987341 | 22.809332 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392405 | false | false | 10 |
5166027179ac65093d4d08a35b3aa4dd7b9bc7c4 | 39,333,310,532,894 | 81e4329f1b6133e019c1ad518b205b66f569778f | /Server/Server/Common/SerializableLock.java | 104e31cbbebae3600e0573ab260f779ee5c03dc7 | [] | no_license | yiqiaowang/comp512 | https://github.com/yiqiaowang/comp512 | 6cb6bb2b18b053601f9471bcabc6b438170ae837 | 36a61dc083b17c8b12eb13381ae2de1422e437c1 | refs/heads/master | 2020-03-28T23:00:42.985000 | 2018-11-30T16:15:26 | 2018-11-30T16:15:26 | 149,270,890 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Server.Common;
import java.io.Serializable;
public final class SerializableLock implements Serializable {
}
| UTF-8 | Java | 118 | java | SerializableLock.java | Java | [] | null | [] | package Server.Common;
import java.io.Serializable;
public final class SerializableLock implements Serializable {
}
| 118 | 0.822034 | 0.822034 | 6 | 18.666666 | 21.982317 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
a600220771d2c0f18d91336d3293c7ad2c08f6a3 | 36,730,560,359,842 | 3c484a02e05a82619eb160b9dd8c431f479161f2 | /src/power_plant/PowerProfile.java | 6fcba3839d13901192e962d2e3c1fad057992b19 | [] | no_license | schmidie/powerplant-controller | https://github.com/schmidie/powerplant-controller | ce34ecf74069bc12da1a2cc7c115d7229ecd0e65 | 1254f5123aa1cfd9b8c71d0626eaeaea3e2c1f76 | refs/heads/master | 2021-01-10T04:06:34.188000 | 2015-12-27T16:00:08 | 2015-12-27T16:00:08 | 48,646,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package power_plant;
import java.time.Instant;
import java.time.ZonedDateTime;
import java.util.LinkedList;
/*
* PowerProfile representing a Profile with:
* start, end and a series of <time|power> tuples
* A valid PowerProfile needs to satisfy the following constrains:
* * valid time-interval (start... | UTF-8 | Java | 3,233 | java | PowerProfile.java | Java | [] | null | [] | package power_plant;
import java.time.Instant;
import java.time.ZonedDateTime;
import java.util.LinkedList;
/*
* PowerProfile representing a Profile with:
* start, end and a series of <time|power> tuples
* A valid PowerProfile needs to satisfy the following constrains:
* * valid time-interval (start... | 3,233 | 0.662233 | 0.651098 | 119 | 25.168068 | 25.211149 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.957983 | false | false | 10 |
5e6a7da3e537163c1c86db528e652ad76bc22748 | 38,689,065,430,277 | d20dd1bcb88ad4880174c11e9c071ab65225620f | /src/main/java/de/tum/in/www1/artemis/domain/notification/NotificationTargetFactory.java | dd8fccb1195a2510f96cc317d628a6e00edce99e | [
"MIT"
] | permissive | ls1intum/Artemis | https://github.com/ls1intum/Artemis | 17152300df61ba0f544f266850cbd5e12e8b68a7 | 16fa6a5dd9e46106255100477c7f542c96ece4af | refs/heads/develop | 2023-09-03T20:06:17.874000 | 2023-09-03T07:33:38 | 2023-09-03T07:33:38 | 69,562,331 | 343 | 432 | MIT | false | 2023-09-14T13:25:51 | 2016-09-29T11:46:05 | 2023-09-14T08:47:41 | 2023-09-14T13:25:50 | 302,097 | 361 | 252 | 480 | Java | false | false | package de.tum.in.www1.artemis.domain.notification;
import de.tum.in.www1.artemis.domain.*;
import de.tum.in.www1.artemis.domain.metis.AnswerPost;
import de.tum.in.www1.artemis.domain.metis.Post;
import de.tum.in.www1.artemis.domain.metis.conversation.Conversation;
import de.tum.in.www1.artemis.domain.tutorialgroups.T... | UTF-8 | Java | 15,569 | java | NotificationTargetFactory.java | Java | [] | null | [] | package de.tum.in.www1.artemis.domain.notification;
import de.tum.in.www1.artemis.domain.*;
import de.tum.in.www1.artemis.domain.metis.AnswerPost;
import de.tum.in.www1.artemis.domain.metis.Post;
import de.tum.in.www1.artemis.domain.metis.conversation.Conversation;
import de.tum.in.www1.artemis.domain.tutorialgroups.T... | 15,569 | 0.713598 | 0.711992 | 366 | 41.53825 | 38.828156 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418033 | false | false | 10 |
695c5d82fb72525f947834dfc7d35217e3aa996b | 38,689,065,430,478 | d87d2da7bdadeaba291a1345fa7eb3706ffd2c0b | /model/src/test/java/test/ureeka/model/testmodel/SimpleClass.java | 89be10b9ae3d78c9182930bcb50d7190c393cb8e | [] | no_license | sunbayc/ureeka | https://github.com/sunbayc/ureeka | 1cabc3cbd22384b74d8b13be458f4af3de38f721 | 04c635fe438f4e36c1513ad5ff96e33da77cc9e6 | refs/heads/master | 2020-12-24T15:49:32.821000 | 2011-06-24T04:59:53 | 2011-06-24T04:59:53 | 1,910,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.ureeka.model.testmodel;
import ureeka.model.AbstractPropertiesOwner;
import ureeka.model.DefaultProperty;
import ureeka.model.Property;
import ureeka.model.Range;
public class SimpleClass extends AbstractPropertiesOwner {
private static final long serialVersionUID = 6472591246820054224L;
public fina... | UTF-8 | Java | 1,105 | java | SimpleClass.java | Java | [] | null | [] | package test.ureeka.model.testmodel;
import ureeka.model.AbstractPropertiesOwner;
import ureeka.model.DefaultProperty;
import ureeka.model.Property;
import ureeka.model.Range;
public class SimpleClass extends AbstractPropertiesOwner {
private static final long serialVersionUID = 6472591246820054224L;
public fina... | 1,105 | 0.742986 | 0.686878 | 48 | 22.041666 | 25.433702 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 10 |
a5f817aa39f77e53b25ba7400b5bfc2f54a996ab | 39,161,511,842,294 | 1be50c1c36592b4956a0d3d81b99a0fa3acdb63b | /src/edu/psu/compbio/seqcode/gse/datasets/alignments/BLATAlignmentHitRegion.java | d1528fbcfe8cc4b2bbcb1be49f8561269dd4e1b0 | [
"MIT"
] | permissive | shaunmahony/multigps-archive | https://github.com/shaunmahony/multigps-archive | 63aee145cc764b516d4d018c1bb7533a64269b17 | 08a3b0324025c629c8de5c2a5a2c0d56d5bf4574 | refs/heads/master | 2021-06-07T23:22:25.209000 | 2016-11-25T02:33:04 | 2016-11-25T02:33:04 | 16,091,126 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.psu.compbio.seqcode.gse.datasets.alignments;
import edu.psu.compbio.seqcode.gse.datasets.general.NamedStrandedRegion;
import edu.psu.compbio.seqcode.gse.datasets.general.Region;
import edu.psu.compbio.seqcode.gse.datasets.species.Genome;
public abstract class BLATAlignmentHitRegion extends NamedSt... | UTF-8 | Java | 4,388 | java | BLATAlignmentHitRegion.java | Java | [] | null | [] | package edu.psu.compbio.seqcode.gse.datasets.alignments;
import edu.psu.compbio.seqcode.gse.datasets.general.NamedStrandedRegion;
import edu.psu.compbio.seqcode.gse.datasets.general.Region;
import edu.psu.compbio.seqcode.gse.datasets.species.Genome;
public abstract class BLATAlignmentHitRegion extends NamedSt... | 4,388 | 0.647903 | 0.646992 | 161 | 25.254658 | 24.129381 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.099379 | false | false | 10 |
473580ae10c38004d773ef0caed6ff6083bf3681 | 39,161,511,840,582 | 527089a285e5b8b5d7a6688821fb849c1214aefc | /src/main/java/com/abcbank/banking/config/datasource/DataSourceConfig.java | 982310c7795446e0615e64807cc953d289d9f018 | [] | no_license | shyam-anand/ABCBanking | https://github.com/shyam-anand/ABCBanking | c640dba9502af1756a76acbfff05a0dfd679526b | cce3669aaa9a757e525d1c6e2672492a1349996e | refs/heads/master | 2021-01-20T13:11:50.092000 | 2017-08-29T09:06:50 | 2017-08-29T09:06:50 | 101,737,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abcbank.banking.config.datasource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datas... | UTF-8 | Java | 1,521 | java | DataSourceConfig.java | Java | [
{
"context": "rce;\n\nimport javax.sql.DataSource;\n\n/**\n * @author Shyam Anand (shyamwdr@gmail.com)\n * 26/08/17\n */\n@Con",
"end": 408,
"score": 0.9998863339424133,
"start": 397,
"tag": "NAME",
"value": "Shyam Anand"
},
{
"context": "avax.sql.DataSource;\n\n/**\n * @auth... | null | [] | package com.abcbank.banking.config.datasource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datas... | 1,499 | 0.702827 | 0.698882 | 44 | 33.56818 | 26.475029 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
434486f54b8298627ce1e5fe08cc7598a75fd4e0 | 39,230,231,312,104 | fc34d2a7c42a0396c4efe8efa4943a862fe46b88 | /src/main/java/org/biojava/nbio/structure/align/symm/ecodcensus/EcodCensus.java | 935edf8aeab4a60029a2f7d12d4fea37b5c0de39 | [] | no_license | josemduarte/symmetry | https://github.com/josemduarte/symmetry | bd5192b83699aef1fdeb0d1b88d5ac9dbc43d215 | 4767b2e83f811a2e40aea74044dd42130e8934bf | refs/heads/master | 2020-12-06T19:08:31.509000 | 2015-05-20T10:49:13 | 2015-05-20T10:49:13 | 28,813,022 | 0 | 0 | null | true | 2015-01-05T13:12:02 | 2015-01-05T13:12:02 | 2014-11-21T01:10:35 | 2014-10-24T21:19:32 | 4,216 | 0 | 0 | 0 | null | null | null | package org.biojava.nbio.structure.align.symm.ecodcensus;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintStream;
import java.util.Iterator;
import java.util.List;
import org.biojava.nbio.structure.Atom;
import o... | UTF-8 | Java | 5,315 | java | EcodCensus.java | Java | [] | null | [] | package org.biojava.nbio.structure.align.symm.ecodcensus;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintStream;
import java.util.Iterator;
import java.util.List;
import org.biojava.nbio.structure.Atom;
import o... | 5,315 | 0.74826 | 0.74412 | 148 | 34.912163 | 26.168613 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.939189 | false | false | 10 |
b5dc2afbb003f8af76574fb1822754e4de114f77 | 38,302,518,376,650 | baab092a50a4a9982328a6a4c529a9217f5de31e | /src/main/java/in/ankushs/linode4j/model/enums/EventAction.java | 15353681ef7b0ad46a02838ddb6394e0da9b9ca2 | [
"MIT"
] | permissive | Adsizzlerlabs/linode4j | https://github.com/Adsizzlerlabs/linode4j | 530ecf2fa4bb8779b649db072199500c47f82089 | f3ac56d74fc9b85901382d37eaffc74b432619ca | refs/heads/master | 2021-09-01T18:36:09.563000 | 2017-12-28T08:27:37 | 2017-12-28T08:27:37 | 113,029,323 | 1 | 0 | null | true | 2017-12-04T10:33:58 | 2017-12-04T10:33:58 | 2017-12-04T10:33:50 | 2017-12-03T20:09:13 | 144 | 0 | 0 | 0 | null | false | null | package in.ankushs.linode4j.model.enums;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import in.ankushs.linode4j.jackson.EventActionDeserializer;
import in.ankushs.linode4j.util.Strings;
import lombok.Getter;
/**
* Created by ankushsharma on 29/11/17.
*/
@Getter
@JsonDeserialize(using = EventAc... | UTF-8 | Java | 3,126 | java | EventAction.java | Java | [
{
"context": ".Strings;\nimport lombok.Getter;\n\n/**\n * Created by ankushsharma on 29/11/17.\n */\n@Getter\n@JsonDeserialize(using =",
"end": 262,
"score": 0.9995909929275513,
"start": 250,
"tag": "USERNAME",
"value": "ankushsharma"
}
] | null | [] | package in.ankushs.linode4j.model.enums;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import in.ankushs.linode4j.jackson.EventActionDeserializer;
import in.ankushs.linode4j.util.Strings;
import lombok.Getter;
/**
* Created by ankushsharma on 29/11/17.
*/
@Getter
@JsonDeserialize(using = EventAc... | 3,126 | 0.603967 | 0.601088 | 82 | 37.121952 | 26.483953 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.097561 | false | false | 10 |
e201e566ae9f56f3aa4699b7f9c292d1fb5e30dd | 38,302,518,377,450 | 97a3c3438218214f7909eacbedcb5889f8f174b7 | /src/main/java/ru/job4j/map/PutContainsKey.java | 48ff0129d9bf08a732ac29ddcb50c4b5ab60e5f6 | [
"MIT"
] | permissive | peterarsentev/course_test | https://github.com/peterarsentev/course_test | 9090537a229489634bbda6adbda0a29950e5ba75 | e57d69381f617d0dad160fe0bb35d8ee15b316c4 | refs/heads/master | 2022-09-12T09:25:11.405000 | 2022-07-23T12:23:52 | 2022-07-23T12:24:07 | 63,581,968 | 25 | 205 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.map;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
public class PutContainsKey {
public static Map<Integer, User> addNewElementWithoutCheck(List<User> list) {
Map<Integer, User> result = new HashMap<>();
for (User user : list) {
... | UTF-8 | Java | 697 | java | PutContainsKey.java | Java | [] | null | [] | package ru.job4j.map;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
public class PutContainsKey {
public static Map<Integer, User> addNewElementWithoutCheck(List<User> list) {
Map<Integer, User> result = new HashMap<>();
for (User user : list) {
... | 697 | 0.609756 | 0.608321 | 28 | 23.892857 | 22.113892 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 10 |
a6208637b26f4c093e9b75b8802ed4ffa20be75f | 37,142,877,214,476 | 05dca9da9ebb261c586c50eecd040e6b114cbbca | /app/src/main/java/com/example/chipmunk/sprout/Login_Register/Register_SetUsrName.java | 93816d183bdebd4988ba465504b417a65dc9c451 | [] | no_license | Chipmunkkk/Sprout | https://github.com/Chipmunkkk/Sprout | a33c7746e7bde0e79b6e8fae8952b2b94d402412 | 637a41079a552f1cdbf841bed4cedbd1f5964648 | refs/heads/master | 2020-12-25T18:42:59.547000 | 2017-06-16T01:20:02 | 2017-06-16T01:20:02 | 93,980,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chipmunk.sprout.Login_Register;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.chipmunk.sprout.Utils.ActivityCollector;
import com.example.chipmunk.sprout.R;
import... | UTF-8 | Java | 1,119 | java | Register_SetUsrName.java | Java | [] | null | [] | package com.example.chipmunk.sprout.Login_Register;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.chipmunk.sprout.Utils.ActivityCollector;
import com.example.chipmunk.sprout.R;
import... | 1,119 | 0.700626 | 0.699732 | 34 | 31.911764 | 23.591333 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 10 |
0992a47be9c6c5133a3f3390ff5103bdfb198a1b | 38,972,533,288,529 | 602235d74af426eb47a41029c3b30a296fecdb27 | /onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/impl/DeferredValueSetter.java | cc938e86bd8f24ef8903a995f49426f9173fdc1c | [
"Apache-2.0"
] | permissive | ergosarapu/onebusaway-gtfs-modules | https://github.com/ergosarapu/onebusaway-gtfs-modules | f57ef68cb0400c12c6527df411941f672da80dee | 12f92cdea8b522d18fe525fe2837681a0f122378 | refs/heads/master | 2021-01-19T07:02:39.085000 | 2013-12-06T14:50:36 | 2013-12-06T14:50:36 | 14,492,809 | 0 | 1 | NOASSERTION | true | 2020-02-19T09:51:33 | 2013-11-18T13:17:03 | 2013-12-06T14:50:48 | 2020-02-19T09:47:31 | 1,593 | 0 | 1 | 0 | Java | false | false | /**
* Copyright (C) 2012 Google, Inc.
*
* 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 ... | UTF-8 | Java | 5,461 | java | DeferredValueSetter.java | Java | [] | null | [] | /**
* Copyright (C) 2012 Google, Inc.
*
* 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 ... | 5,461 | 0.69273 | 0.691265 | 144 | 36.923611 | 28.153616 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659722 | false | false | 10 |
5865838dbe535bfec3257deef42e5f6f38b60d2a | 37,400,575,247,807 | ac34bf13d332bdb4ab40adeac1a16ea8dbd3a9b1 | /Bolt.java | c67f26baf1fee47c701241b11109cf9f3dd0a5e1 | [
"MIT"
] | permissive | Slabrosse/FastenerHierarchy | https://github.com/Slabrosse/FastenerHierarchy | 803da5b5356778b7116893bfb4a5e70d8f7358b2 | 3112736927c9fc098b287b0a610ba7dc0138422b | refs/heads/master | 2021-02-04T03:49:22.593000 | 2020-02-27T20:50:16 | 2020-02-27T20:50:16 | 243,614,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
// child class of Fastenener
public abstract class Bolt extends Fastener implements Serializable {
private static final long serialVersionUID = -7601595982017834757L;
private Threads threadSize;
private double length;
// 6 parameter constructor
public Bolt(double len,... | UTF-8 | Java | 1,339 | java | Bolt.java | Java | [] | null | [] | import java.io.Serializable;
// child class of Fastenener
public abstract class Bolt extends Fastener implements Serializable {
private static final long serialVersionUID = -7601595982017834757L;
private Threads threadSize;
private double length;
// 6 parameter constructor
public Bolt(double len,... | 1,339 | 0.614638 | 0.582524 | 30 | 43.666668 | 35.123909 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033333 | false | false | 10 |
40e30e26ffb4fa8b05d396271b1812a310dc0810 | 7,834,020,391,552 | 6c0e37fb19ce7aa32bc54c70056cc55586729a1c | /merchant/app/src/main/java/com/hybunion/member/adapter/GroupAdapter.java | 27da4b4db33d5970deaff5deb9f77bee87a99276 | [] | no_license | ming95957/Test | https://github.com/ming95957/Test | bf4ed3e46e2bd0973cbb4ff2b21f2857d984af46 | 52c4b33c7527cf8e13eebb4f2c278fa751c87bb3 | refs/heads/master | 2017-12-01T06:11:36.056000 | 2016-07-04T01:22:29 | 2016-07-04T01:22:29 | 62,524,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hybunion.member.adapter;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.hybunion.R;
import com.hybunion.member.model.Gr... | UTF-8 | Java | 2,366 | java | GroupAdapter.java | Java | [] | null | [] | package com.hybunion.member.adapter;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.hybunion.R;
import com.hybunion.member.model.Gr... | 2,366 | 0.745562 | 0.743449 | 85 | 26.835295 | 22.286291 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.635294 | false | false | 10 |
862c55115f9fd3e6e6a020d6b039b34958b18149 | 33,011,118,681,912 | c898410b85a07a59cbf19061ab4084e317e28bd5 | /hw13_exceptions/src/exceptions/LogArgumentException.java | 66b302aa96585ada0ac52533caa5fa5fcb044c87 | [] | no_license | lejabque/java-intro | https://github.com/lejabque/java-intro | d113c451b28fe93d586e36953f6d7788684e9fdd | 259c020a07dee2f9c0ae632dcfb374c6670c86d5 | refs/heads/master | 2020-07-25T16:37:15.776000 | 2020-03-24T00:28:43 | 2020-03-24T00:28:43 | 208,357,194 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exceptions;
public class LogArgumentException extends EvaluatingException {
public LogArgumentException(int x, int y) {
super("Invalid argument of logarithm: x: " + Integer.toString(x) + " y: " + Integer.toString(y));
}
}
| UTF-8 | Java | 247 | java | LogArgumentException.java | Java | [] | null | [] | package exceptions;
public class LogArgumentException extends EvaluatingException {
public LogArgumentException(int x, int y) {
super("Invalid argument of logarithm: x: " + Integer.toString(x) + " y: " + Integer.toString(y));
}
}
| 247 | 0.700405 | 0.700405 | 7 | 34.285713 | 36.569756 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
3253bad1aaf2b57828b802c991aabd5e16f4d72e | 33,011,118,680,408 | 1067224e87046fe0d0138ec24ad210c4d0338cb8 | /InterviewQuestions/HashMap/src/hashmap/Item.java | 3a87760f34a70bcaf40597b874057ff32c3a599d | [] | no_license | lovelylavs/InterviewQuestions | https://github.com/lovelylavs/InterviewQuestions | f021339dd0338bbad3cb82bb90e34877f6086dee | aa932f85d82e387707f8d3d22892ba5efa52124c | refs/heads/master | 2021-01-10T07:38:04.005000 | 2020-05-15T06:50:28 | 2020-05-15T06:50:28 | 45,262,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hashmap;
/**
*
* @author Lavanya
*/
public class Item
{
private String key;//hash key
private Object element;//el... | UTF-8 | Java | 928 | java | Item.java | Java | [
{
"context": "e editor.\n */\n\npackage hashmap;\n\n/**\n *\n * @author Lavanya\n */\npublic class Item \n{\n private String key;/",
"end": 229,
"score": 0.9734017252922058,
"start": 222,
"tag": "NAME",
"value": "Lavanya"
}
] | 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 hashmap;
/**
*
* @author Lavanya
*/
public class Item
{
private String key;//hash key
private Object element;//el... | 928 | 0.581897 | 0.581897 | 47 | 18.74468 | 18.930408 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 10 |
a37a1088d8bf0ba9f4f3815e46697b981097d60c | 12,687,333,433,296 | d0e74ff6e8d37984cea892dfe8508e2b44de5446 | /logistics-wms-city-1.1.3.44.5/logistics-wms-city-manager/src/main/java/com/yougou/logistics/city/manager/BillChPlanManager.java | 9fddc661c0cdf6d70c15e1fba46f3e9858a7abd2 | [] | no_license | heaven6059/wms | https://github.com/heaven6059/wms | fb39f31968045ba7e0635a4416a405a226448b5a | 5885711e188e8e5c136956956b794f2a2d2e2e81 | refs/heads/master | 2021-01-14T11:20:10.574000 | 2015-04-11T08:11:59 | 2015-04-11T08:11:59 | 29,462,213 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yougou.logistics.city.manager;
import com.yougou.logistics.base.common.exception.ManagerException;
import com.yougou.logistics.base.common.model.AuthorityParams;
import com.yougou.logistics.base.manager.BaseCrudManager;
import com.yougou.logistics.city.common.model.BillChPlan;
import com.yougou.logistics.c... | UTF-8 | Java | 1,319 | java | BillChPlanManager.java | Java | [
{
"context": "ommon.model.SystemUser;\n\n/*\n * 请写出类的用途 \n * @author qin.dy\n * @date Mon Nov 04 14:14:53 CST 2013\n * @versio",
"end": 382,
"score": 0.9743167757987976,
"start": 376,
"tag": "NAME",
"value": "qin.dy"
}
] | null | [] | package com.yougou.logistics.city.manager;
import com.yougou.logistics.base.common.exception.ManagerException;
import com.yougou.logistics.base.common.model.AuthorityParams;
import com.yougou.logistics.base.manager.BaseCrudManager;
import com.yougou.logistics.city.common.model.BillChPlan;
import com.yougou.logistics.c... | 1,319 | 0.807663 | 0.793103 | 29 | 44.034481 | 34.288315 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.931035 | false | false | 10 |
c305e819bae2c1202b2882afc8329e9a2dc5559a | 19,834,159,009,758 | dbc8f3bb3f94dac032494767dbb6d68ea016e324 | /app/src/main/java/com/example/williams/asd/Rest.java | 41cead78489793643bc2ad65eec3bc6326039091 | [] | no_license | adamhongmy/asd | https://github.com/adamhongmy/asd | 2fe73ddc4868b0bab5ec5be8f4e7dde759d47146 | 5ef0234d0b4db1192264fd4c09136f9e9af6cc50 | refs/heads/master | 2020-12-24T14:18:14.666000 | 2015-06-18T09:08:03 | 2015-06-18T09:08:03 | 37,516,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.williams.asd;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.CountDownTimer;
import android.provider.MediaStore;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import an... | UTF-8 | Java | 3,911 | java | Rest.java | Java | [] | null | [] | package com.example.williams.asd;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.CountDownTimer;
import android.provider.MediaStore;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import an... | 3,911 | 0.632319 | 0.627717 | 121 | 30.322313 | 26.249979 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578512 | false | false | 10 |
46b633f1ae8818b1db5703eece679cef1448a99a | 28,398,323,786,479 | 933831b0ef0a7aac315e9c4ececc7d44e4946deb | /PracticeSession/src/org/training/Practice3.java | 63f10a6f0c79037d1d8ab0623f07009c78f45354 | [] | no_license | vikramvino1995/MyProjects | https://github.com/vikramvino1995/MyProjects | 7d9fdb86f2e0a309e4db4a2dcb74ea52a29391ba | bc41e86c13fd065dbfcff0ffc48ef3c7225e1fe3 | refs/heads/main | 2023-08-14T14:37:36.643000 | 2021-08-30T14:50:22 | 2021-08-30T14:50:22 | 401,375,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.training;
public abstract class Practice3 {
public void method() {
System.out.println("Old Method");
}
/*public static void main(String[] args) {
//initialisation outside loop
int i =0;
for(;i<100;i++) {
System.out.println(i);
}*/
}
| UTF-8 | Java | 308 | java | Practice3.java | Java | [] | null | [] | package org.training;
public abstract class Practice3 {
public void method() {
System.out.println("Old Method");
}
/*public static void main(String[] args) {
//initialisation outside loop
int i =0;
for(;i<100;i++) {
System.out.println(i);
}*/
}
| 308 | 0.558442 | 0.542208 | 31 | 8.935484 | 12.367845 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.612903 | false | false | 10 |
174849b9691f076c498ab76f02bb81cbf6dd550a | 24,833,500,934,188 | cbdffc49a84de21cdc86d46a0d41da7ef1249a05 | /class_02/src/day18/Test02.java | 86fabda73e96ae2ca111677597375f1e73dc5415 | [] | no_license | gogorailgun/gogorailgun | https://github.com/gogorailgun/gogorailgun | 7ea26a50bd72d8a504b12d7bac733370e5df4e93 | 6bf88cdf493c392ebf9fdfd759ecba7b69ecf935 | refs/heads/master | 2022-12-24T10:22:30.978000 | 2020-10-07T11:22:15 | 2020-10-07T11:22:15 | 283,906,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day18;
public class Test02 {
public Test02() {
Test02_01 t1 = new Test02_01();
try {
t1.createExcpt(); // 이 함수는 예외를 전이하는 함수이므로 함수를 호출한 곳에서 예외처리를 한다
} catch(Exception e) {
e.printStackTrace();
}
try {
abc();
} catch(Exception e) {
e.printStackTrace();
}
Test02_02 t2 = new ... | UTF-8 | Java | 1,106 | java | Test02.java | Java | [] | null | [] | package day18;
public class Test02 {
public Test02() {
Test02_01 t1 = new Test02_01();
try {
t1.createExcpt(); // 이 함수는 예외를 전이하는 함수이므로 함수를 호출한 곳에서 예외처리를 한다
} catch(Exception e) {
e.printStackTrace();
}
try {
abc();
} catch(Exception e) {
e.printStackTrace();
}
Test02_02 t2 = new ... | 1,106 | 0.652318 | 0.590508 | 51 | 16.784313 | 19.479816 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 10 |
1771105d514b268cac37f27cca1240838902e2f1 | 25,623,774,935,767 | b20984a1d64d3ecf51b931a00580475e8a8ae5d4 | /MadBobServer/src/net/session/AbstractClient.java | 8da19e26117f37d647f20185cfe7eccbf1d8b322 | [] | no_license | zonalizengcun/ymwl | https://github.com/zonalizengcun/ymwl | 4a58217f4906c01db7dc585a6ccf4de8997e428b | 79ae6937b11ad50b403886fad6b4d303966a479f | refs/heads/master | 2021-01-19T00:01:10.675000 | 2016-12-09T22:58:41 | 2016-12-09T22:58:41 | 72,840,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.session;
import java.util.concurrent.ArrayBlockingQueue;
import world.World;
public abstract class AbstractClient {
private volatile boolean isProcessing;
private String token;
private ArrayBlockingQueue<Packet> queue = new ArrayBlockingQueue<Packet>(512);
public AbstractClient(String token){
... | UTF-8 | Java | 1,108 | java | AbstractClient.java | Java | [] | null | [] | package net.session;
import java.util.concurrent.ArrayBlockingQueue;
import world.World;
public abstract class AbstractClient {
private volatile boolean isProcessing;
private String token;
private ArrayBlockingQueue<Packet> queue = new ArrayBlockingQueue<Packet>(512);
public AbstractClient(String token){
... | 1,108 | 0.691336 | 0.687726 | 60 | 17.466667 | 17.648859 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.783333 | false | false | 10 |
dc35e0add3a376911d65dc79b9dc1b5a749eb678 | 19,774,029,436,304 | 13fcb685c3c4b072e2ccf9d2ff8930bef1557dd2 | /MedCareFinal1/src/com/prediction/heart/HomeServlet.java | 8d13b2a6eba1c7177e453d7adfd3c3d460e8577f | [] | no_license | primeuser/bayesian_sclassification | https://github.com/primeuser/bayesian_sclassification | 880ef20e303f1fff45b4d2cd7448ed9b5415c506 | 53ac0d93728cdd05c9edd8090cfa1911fddeafc5 | refs/heads/master | 2020-03-28T12:44:25.909000 | 2018-09-11T14:17:30 | 2018-09-11T14:17:30 | 148,329,357 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.prediction.heart;
import weka.gui.GenericPropertiesCreator;
import java.io.IOException;
import java.util.HashMap;
import ja... | UTF-8 | Java | 6,219 | java | HomeServlet.java | Java | [
{
"context": ".heart.nb.NaiveBayesClassifier;\n\n/**\n *\n * @author Puri\n */\npublic class HomeServlet extends HttpServlet ",
"end": 621,
"score": 0.9997332096099854,
"start": 617,
"tag": "NAME",
"value": "Puri"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.prediction.heart;
import weka.gui.GenericPropertiesCreator;
import java.io.IOException;
import java.util.HashMap;
import ja... | 6,219 | 0.666023 | 0.662808 | 133 | 45.759399 | 37.070175 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.87218 | false | false | 10 |
b928af9e8c04a31d01c66da2d42e4e49bce59cb9 | 7,275,674,631,057 | d8d36b6804d8b1443d0c7e6ed8d120315b735472 | /src/main/java/com/xd/wyq/food/medicine/repository/MonitorFolderRepository.java | 689294e19105f1b8111986c10aa4127d7cad6a06 | [] | no_license | pw971959756/wyq_food_medicine | https://github.com/pw971959756/wyq_food_medicine | 41bab3558427a2286286e4938a05285f3662f044 | 344fa4bd3c7f3418ad93f79cbb98602494d30a3e | refs/heads/master | 2021-01-25T11:33:52.714000 | 2018-03-01T09:23:47 | 2018-03-01T09:23:47 | 123,408,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xd.wyq.food.medicine.repository;
import com.xd.wyq.food.medicine.entity.MonitorFolder;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Created by pengwei
* 2018/3/1.
*/
public interface MonitorFolderRepository extends JpaRepository<MonitorFolder,Integer> {
}
| UTF-8 | Java | 299 | java | MonitorFolderRepository.java | Java | [
{
"context": "a.jpa.repository.JpaRepository;\n\n/**\n * Created by pengwei\n * 2018/3/1.\n */\npublic interface MonitorFolderRe",
"end": 188,
"score": 0.9993743300437927,
"start": 181,
"tag": "USERNAME",
"value": "pengwei"
}
] | null | [] | package com.xd.wyq.food.medicine.repository;
import com.xd.wyq.food.medicine.entity.MonitorFolder;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Created by pengwei
* 2018/3/1.
*/
public interface MonitorFolderRepository extends JpaRepository<MonitorFolder,Integer> {
}
| 299 | 0.789298 | 0.769231 | 14 | 20.357143 | 27.822414 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
0b23e68f7f69617c64dddfabed78bd029fdbbab6 | 7,275,674,627,880 | b68766fa97199aca1610b867755cb767fcbe8ac6 | /app/src/main/java/com/dev/muslim/pantaumeter/InputMeteran.java | 57ba6ce81e3f4043f3838d0624a6e6affe7397c9 | [] | no_license | nanda20/PantauMeter | https://github.com/nanda20/PantauMeter | d40113bc08b51e9be405f72bb9b11091152b97aa | 658d84bef37c2a2325309f8eb1715bda4a8b9631 | refs/heads/master | 2021-01-01T20:09:18.541000 | 2018-01-24T14:01:53 | 2018-01-24T14:01:53 | 98,779,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dev.muslim.pantaumeter;
import android.Manifest;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Bit... | UTF-8 | Java | 18,931 | java | InputMeteran.java | Java | [
{
"context": "private static final String SERVER_PATH = \"http://192.168.1.116:8080/manajemen_pelanggan/api/upload/\";\n privat",
"end": 2472,
"score": 0.999660849571228,
"start": 2459,
"tag": "IP_ADDRESS",
"value": "192.168.1.116"
}
] | null | [] | package com.dev.muslim.pantaumeter;
import android.Manifest;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Bit... | 18,931 | 0.608684 | 0.605462 | 480 | 38.439583 | 30.92997 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720833 | false | false | 10 |
5cba609ae762a40f01e3ca1bb2bb9273dce126c7 | 16,793,322,166,637 | 2e7d26e66471f57213441a5c09366b01c825a701 | /DyClock.java | 8c6e116718f4c167e3f738b3e17f68c392ec8fa3 | [] | no_license | Neptune-KK/- | https://github.com/Neptune-KK/- | 6adf8110fb8f6ce795af147f4bc73a3518cacdfb | 0f40779f7ac39f0a34a63e38485255ed0582be8b | refs/heads/master | 2022-10-30T09:29:50.088000 | 2020-06-15T14:44:16 | 2020-06-15T14:44:16 | 272,463,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package dyclock;
import java.awt.event.*;
import javax.swing.*;
public class DyClock extends StillClock{
public DyClock()
{
Timer time=new Timer(1000,new TimerListener());
time.start();
}
class TimerListener implements ActionListener{
@Override
public void actionPerformed(ActionEvent e)
... | UTF-8 | Java | 665 | java | DyClock.java | Java | [] | null | [] |
package dyclock;
import java.awt.event.*;
import javax.swing.*;
public class DyClock extends StillClock{
public DyClock()
{
Timer time=new Timer(1000,new TimerListener());
time.start();
}
class TimerListener implements ActionListener{
@Override
public void actionPerformed(ActionEvent e)
... | 665 | 0.641026 | 0.625943 | 29 | 21.862068 | 16.353264 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62069 | false | false | 10 |
dc393327f114a632b17f9f883790b4ac691a131a | 28,157,805,654,889 | c663d9443ce7b296c29bb2dc2d8c5fd15bcf8d9e | /src_java_hidmc/src/dbg/hid2pwm/Launcher.java | 2be1f887ad8c0098ec739273e77745daec51ab09 | [] | no_license | dbg4f/dbg-misc-electronics | https://github.com/dbg4f/dbg-misc-electronics | db18f753be35b26ad5571e8d4f2141f7c19ba937 | 48e84b72f2c6eac8374f34eeffe79c1247a8b2ae | refs/heads/master | 2021-01-01T17:56:55.559000 | 2014-11-22T19:00:07 | 2014-11-22T19:00:07 | 33,182,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dbg.hid2pwm;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
import org.springframework.beans.factory.xml.XmlBeanFactory;
import org.springframework.core.io.ClassPathResource;
public class Launcher {
private static final Logger log = L... | UTF-8 | Java | 814 | java | Launcher.java | Java | [] | null | [] | package dbg.hid2pwm;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
import org.springframework.beans.factory.xml.XmlBeanFactory;
import org.springframework.core.io.ClassPathResource;
public class Launcher {
private static final Logger log = L... | 814 | 0.750614 | 0.748157 | 25 | 30.559999 | 31.367601 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 10 |
215fee1e9b503723102b4288c772fb109a9b8267 | 29,497,835,422,402 | b2a4d78747f8eb11e36e0900304257547158decf | /hw06/Root.java | 0cf28d9f63091d94be4100cda16c6c506c17af8b | [] | no_license | mek217/CSE2 | https://github.com/mek217/CSE2 | 007fa008331e2942cd339f9b97fae56b2fdfb199 | 323b868144dfa984a8ebc6e7ac0de8fd9181acf5 | refs/heads/master | 2020-06-06T16:49:54.288000 | 2014-12-08T03:51:54 | 2014-12-08T03:51:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ////////////////////////////////////////////////////////////////////////////
//Matthew Koh
//10/14/14
//Hw06
//Program Root
import java.util.Scanner;
public class Root{
public static void main(String[] args){
Scanner myScan;
myScan = new Scanner(System.in);
... | UTF-8 | Java | 2,562 | java | Root.java | Java | [
{
"context": "///////////////////////////////////////////////\n//Matthew Koh\n//10/14/14\n//Hw06\n//Program Root\n\nimport java.uti",
"end": 90,
"score": 0.9998849630355835,
"start": 79,
"tag": "NAME",
"value": "Matthew Koh"
}
] | null | [] | ////////////////////////////////////////////////////////////////////////////
//<NAME>
//10/14/14
//Hw06
//Program Root
import java.util.Scanner;
public class Root{
public static void main(String[] args){
Scanner myScan;
myScan = new Scanner(System.in);
Strin... | 2,557 | 0.382123 | 0.369243 | 76 | 32.723682 | 26.380116 | 126 | false | false | 0 | 0 | 0 | 0 | 86 | 0.033568 | 0.328947 | false | false | 10 |
c4d2522b6167042fd8b57095994e7bf9cc5c9be2 | 29,497,835,425,527 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_4015e48cca211628f660c292c3a46a58caf2f8fc/ContentName/2_4015e48cca211628f660c292c3a46a58caf2f8fc_ContentName_t.java | 1c8145a388cdb3e2b59ab866eed8c6b152e7332d | [] | 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 com.parc.ccn.data;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.net.URLEncoder;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.Charset;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CoderResult;
imp... | UTF-8 | Java | 35,439 | java | 2_4015e48cca211628f660c292c3a46a58caf2f8fc_ContentName_t.java | Java | [] | null | [] | package com.parc.ccn.data;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.net.URLEncoder;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.Charset;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CoderResult;
imp... | 35,439 | 0.629081 | 0.622055 | 980 | 34.161224 | 26.92428 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.743878 | false | false | 10 |
f738300224a8b0f976c965f8bc729f444baf45a7 | 31,052,613,563,870 | bf8f5396889d4a0adec72c4b342dd4022d1a6a8d | /src/main/java/com/test/utils/DuplicateUtil.java | 840e4f6dc38cc99f4e124e14a0e33e3f4ab8d760 | [] | no_license | 95hx/spring-and-libgdx | https://github.com/95hx/spring-and-libgdx | 76ba81e7aafae290f86964fa07cb4d14bb00b710 | 86562b595ac2414ed164e9c6ec72de06a59bd870 | refs/heads/master | 2020-06-20T15:29:26.328000 | 2019-07-17T01:51:59 | 2019-07-17T01:51:59 | 197,163,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.utils;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
/**
* @Author: hx
* @Date: 2019/7/15 19:06
* @Description: 字符串去重,用于ttf字体加载
*/
public class DuplicateUtil {
public static String listString(List<String> strList) {
HashSet<String> strSet = new HashSet<>();... | UTF-8 | Java | 1,268 | java | DuplicateUtil.java | Java | [
{
"context": "l.HashSet;\nimport java.util.List;\n\n/**\n * @Author: hx\n * @Date: 2019/7/15 19:06\n * @Description: 字符串去重,",
"end": 118,
"score": 0.9985817074775696,
"start": 116,
"tag": "USERNAME",
"value": "hx"
}
] | null | [] | package com.test.utils;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
/**
* @Author: hx
* @Date: 2019/7/15 19:06
* @Description: 字符串去重,用于ttf字体加载
*/
public class DuplicateUtil {
public static String listString(List<String> strList) {
HashSet<String> strSet = new HashSet<>();... | 1,268 | 0.642857 | 0.634029 | 38 | 31.789474 | 21.381445 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 10 |
f0dfe37beacba92fae05d7593e7b42499580f806 | 28,132,035,842,694 | 29d688ba7892a6df213e37e059779fbb8591c14a | /src/com/isometricgame/engine/main/InputHandler.java | e7f1ee984aa468d124a5c6ff863e9c615adb6a60 | [] | no_license | neil-galloway/ProjectTwo | https://github.com/neil-galloway/ProjectTwo | 77715700f410c57e06054f540dd0f6f28ab2bed7 | 3112ec9f8b4b90b9307290af76a7a5dc1a507097 | refs/heads/master | 2016-09-06T10:41:20.874000 | 2014-08-20T20:55:52 | 2014-08-20T20:55:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.isometricgame.engine.main;
import com.isometricgame.data.livingthings.PlayerChar;
public class InputHandler {
public enum GameContext{
Inventory,
Menu,
InGame
}
private GameContext context;
private MouseControl mouseController;
private KeyboardActionState keyboardController;
private Player... | UTF-8 | Java | 1,607 | java | InputHandler.java | Java | [] | null | [] | package com.isometricgame.engine.main;
import com.isometricgame.data.livingthings.PlayerChar;
public class InputHandler {
public enum GameContext{
Inventory,
Menu,
InGame
}
private GameContext context;
private MouseControl mouseController;
private KeyboardActionState keyboardController;
private Player... | 1,607 | 0.692595 | 0.688861 | 61 | 25.344263 | 33.050823 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.639344 | false | false | 10 |
ed70c89c2b10ea0d8773ac0273a8903bd7772eff | 5,059,471,535,786 | 3e6038fa8316756dd9cfb0d46a6409316aa6d28e | /src/Projectile.java | 1d2523a84da9b0517c332958ee22f834c3740f19 | [] | no_license | erickjcalder/T08G01 | https://github.com/erickjcalder/T08G01 | 25058fe80a3b7fb6bf0b998b8b69ead9c354bad0 | 9f7ee445d3a7805e384dadf74b6026f32770a7ec | refs/heads/master | 2020-04-21T13:31:03.549000 | 2019-04-14T04:59:26 | 2019-04-14T04:59:26 | 169,601,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Graphics;
import java.awt.Image;
import java.awt.Toolkit;
/**
* Projectiles are any object that is shot by an Enemy or Player
*
* @author Vlad
* @version Demo 2
*/
public class Projectile extends Entity {
Image projectile = Toolkit.getDefaultToolkit().getImage("resources/Projectile... | UTF-8 | Java | 1,887 | java | Projectile.java | Java | [
{
"context": "that is shot by an Enemy or Player\r\n *\r\n * @author Vlad\r\n * @version Demo 2\r\n */\r\n\r\npublic class Projecti",
"end": 169,
"score": 0.9991933703422546,
"start": 165,
"tag": "NAME",
"value": "Vlad"
}
] | null | [] | import java.awt.Graphics;
import java.awt.Image;
import java.awt.Toolkit;
/**
* Projectiles are any object that is shot by an Enemy or Player
*
* @author Vlad
* @version Demo 2
*/
public class Projectile extends Entity {
Image projectile = Toolkit.getDefaultToolkit().getImage("resources/Projectile... | 1,887 | 0.615262 | 0.608373 | 97 | 17.474226 | 20.493948 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.42268 | false | false | 10 |
8932e40c3b01e9c961b51fb52dd3bdd2bfff8817 | 6,408,091,269,521 | ac9352c855160232be7c2f5c672fa91fbfeceaba | /src/productledger/Product.java | 65ef242a8d50b4be0d9754694bcf4dbdc28fbfde | [] | no_license | Nirzak/Product-Ledger | https://github.com/Nirzak/Product-Ledger | 538593c912f2923b541ccdf2a26154e25e05c202 | a27fbf2d404f90f704048e2c1a2cbdb46c07dfca | refs/heads/main | 2023-06-12T04:54:24.299000 | 2021-06-28T16:56:01 | 2021-06-28T16:56:01 | 381,032,870 | 1 | 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 productledger;
/**
*
* @author NirZak
*/
public class Product {
private String name;
private int buyPrice;
priv... | UTF-8 | Java | 1,500 | java | Product.java | Java | [
{
"context": "tor.\n */\npackage productledger;\n\n/**\n *\n * @author NirZak\n */\npublic class Product {\n private Strin",
"end": 228,
"score": 0.7761895656585693,
"start": 227,
"tag": "NAME",
"value": "N"
},
{
"context": "r.\n */\npackage productledger;\n\n/**\n *\n * @author N... | 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 productledger;
/**
*
* @author NirZak
*/
public class Product {
private String name;
private int buyPrice;
priv... | 1,500 | 0.627333 | 0.627333 | 67 | 21.38806 | 19.841879 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41791 | false | false | 10 |
84ce420ad8ed66267e14b473d9fc1877094fd033 | 6,408,091,269,446 | b8781f70931403b3fd726e0b9393c1cc9d95b1f2 | /FettlePath/src/main/java/com/application/fettlepath/repository/search/UserSearchRepository.java | 742a31c742f4fb339675e73cb9380464c5303a0c | [] | no_license | swachil/fettlepath | https://github.com/swachil/fettlepath | 8d8e9b1f0a2ac575011da58ce090e2ef45a201c0 | 8b0294964b97b1d5be3c48fd6d51cb88f1e46bd3 | refs/heads/master | 2021-07-05T19:43:57.841000 | 2019-03-15T02:11:06 | 2019-03-15T02:11:06 | 175,605,424 | 1 | 1 | null | false | 2020-09-18T11:43:00 | 2019-03-14T11:06:34 | 2019-03-15T02:11:44 | 2019-03-19T16:10:19 | 761 | 0 | 1 | 1 | Java | false | false | package com.application.fettlepath.repository.search;
import com.application.fettlepath.domain.User;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data Elasticsearch repository for the User entity.
*/
public interface UserSearchRepository extends ElasticsearchReposit... | UTF-8 | Java | 340 | java | UserSearchRepository.java | Java | [] | null | [] | package com.application.fettlepath.repository.search;
import com.application.fettlepath.domain.User;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data Elasticsearch repository for the User entity.
*/
public interface UserSearchRepository extends ElasticsearchReposit... | 340 | 0.832353 | 0.832353 | 10 | 33 | 33.322666 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
6a71d489cc3df7e7f60133be0dc75accd70df24b | 5,025,111,776,688 | 6c7de008fa43102f37e3815a6fca8edba29c3d83 | /venus-service/src/main/java/com/babel/venus/config/CustomerConfig.java | 0a4e65eaf68267c6a4ab93cb05bd36931b92a01d | [] | no_license | joey12492/Venus | https://github.com/joey12492/Venus | ecb6d2a92ce56e24bd6e8472fd86c878dadd9b6c | c81a0b2259a9c4df08eeba26d52ee278781ac574 | refs/heads/master | 2021-05-05T03:55:46.196000 | 2018-01-23T02:04:41 | 2018-01-23T02:04:41 | 118,542,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.babel.venus.config;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Com... | UTF-8 | Java | 4,004 | java | CustomerConfig.java | Java | [] | null | [] | package com.babel.venus.config;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Com... | 4,004 | 0.732635 | 0.731614 | 160 | 23.475 | 22.678169 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.49375 | false | false | 10 |
a2e0aa8e9e9485f81a299302ba817815f33ab1c1 | 26,250,840,158,514 | 1ebda59d376d1ede5efaec8f08e79a275104afaa | /src/babelnet/Synset.java | 2da04a651d2bafcd773e93db747b50bc141700dd | [] | no_license | jackee777/babelnet_offline | https://github.com/jackee777/babelnet_offline | 6a171cc10119f5100ec8263a5abd8c69f8330b77 | ae9a1a46397eda00e6833fc63fc4f130b853eab3 | refs/heads/master | 2020-06-04T10:15:38.066000 | 2020-04-02T12:21:30 | 2020-04-02T12:21:30 | 191,981,369 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package babelnet;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import com.google.common.collect.Multimap;
import it.uniroma1.lcl.babelnet.BabelSense;
import it.uniroma1.lcl.babelnet.BabelSynsetType;
import it.uniroma1.lcl.babelnet.WordNetSynsetID;
import it.uniroma1.lcl.babelnet.data.BabelC... | UTF-8 | Java | 982 | java | Synset.java | Java | [] | null | [] | package babelnet;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import com.google.common.collect.Multimap;
import it.uniroma1.lcl.babelnet.BabelSense;
import it.uniroma1.lcl.babelnet.BabelSynsetType;
import it.uniroma1.lcl.babelnet.WordNetSynsetID;
import it.uniroma1.lcl.babelnet.data.BabelC... | 982 | 0.792261 | 0.784114 | 31 | 30.67742 | 16.353725 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.258065 | false | false | 10 |
ce29e55ede3702476c2b3d112c042c34418dfe2b | 9,268,539,468,464 | c986e92aeff1c55073c5c1d3e647956a8c658070 | /t1/t1-web/src/main/java/com/azunitech/t1/web/link/Article.java | 92bd1937361db913719f1ddf274973164eee262a | [] | no_license | billgql/jpa | https://github.com/billgql/jpa | a5dffe35c92b7a14e1250e4fac0a0d0b121041f8 | f7150d39f86eab94703cb0eb0ca4605a96a3d210 | refs/heads/master | 2016-09-08T18:38:35 | 2015-05-12T07:14:22 | 2015-05-12T07:14:22 | 32,373,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.azunitech.t1.web.link;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlRootElem... | UTF-8 | Java | 769 | java | Article.java | Java | [] | null | [] | package com.azunitech.t1.web.link;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlRootElem... | 769 | 0.739922 | 0.738622 | 26 | 27.5 | 16.39477 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653846 | false | false | 10 |
58cdc0dd0e5964a94fdbbf752ec4b1f302341d4c | 13,477,607,437,184 | d2f527ea4eba624b63c35d118789d92adb90e465 | /community/mahout-mr/mr/src/test/java/org/apache/mahout/vectorizer/collocations/llr/GramTest.java | f04d5c607c019d0d10e7c62c7d2d84cbd2d83b5f | [
"Apache-2.0",
"CPL-1.0",
"GPL-2.0-or-later",
"MIT",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-public-domain",
"Classpath-exception-2.0"
] | permissive | apache/mahout | https://github.com/apache/mahout | 070c039ad1c5dcedabb847bb1097494a5b2a46ef | 09f8a2461166311bb94f7e697a634e3475eeb2fd | refs/heads/trunk | 2023-08-16T15:08:13.076000 | 2023-07-27T18:16:20 | 2023-07-27T18:16:20 | 20,089,859 | 2,197 | 1,135 | Apache-2.0 | false | 2023-03-17T21:21:32 | 2014-05-23T07:00:07 | 2023-03-17T08:10:52 | 2023-03-17T21:21:31 | 68,448 | 2,042 | 953 | 6 | 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 may ... | UTF-8 | Java | 6,089 | java | GramTest.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 may ... | 6,089 | 0.605354 | 0.5955 | 215 | 27.32093 | 20.648876 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.004651 | false | false | 10 |
b1f7f45d8881794318cd11b21614bf4ec5f86534 | 24,807,731,160,836 | b75affdef107cebd688b58d0c823a4d9fe79f34b | /app/src/main/java/com/dengpan/pan/pantalker/fragments/panel/PanelFragment.java | ffa32b57eab91d441b587480d6271e3722c74949 | [] | no_license | dengpan20/PanTalker_Client | https://github.com/dengpan20/PanTalker_Client | 4d035382aaf1765c0d680f27954339bd217919e1 | 5ab2ef58c2753e54b9b5e1589badbd682eac9162 | refs/heads/master | 2020-03-19T05:18:24.293000 | 2018-06-29T10:30:08 | 2018-06-29T10:30:08 | 135,918,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dengpan.pan.pantalker.fragments.panel;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.widget.GridLayoutMan... | UTF-8 | Java | 8,852 | java | PanelFragment.java | Java | [] | null | [] | package com.dengpan.pan.pantalker.fragments.panel;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.widget.GridLayoutMan... | 8,852 | 0.605631 | 0.603113 | 254 | 33.401573 | 28.225403 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531496 | false | false | 10 |
b3420648b2124a9da889b74847fb2702deec42c9 | 14,602,888,862,472 | 2c57a8d6549b0299998622f0ddd3317835bd1076 | /src/com/giszo/zeppelin/ui/library/AlbumAdapter.java | 8f4e30a5d0b19fb76c96d12c58e11e95ff6f5df1 | [] | no_license | giszo/zeppelin-android | https://github.com/giszo/zeppelin-android | 5168c8e15af1f1ec5e986b90c26987594079e282 | 7166832f754ce2189e9eb68c65efbcd2557e2bc8 | refs/heads/master | 2021-01-20T05:58:34.496000 | 2014-02-02T21:22:48 | 2014-02-02T21:22:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.giszo.zeppelin.ui.library;
import java.util.ArrayList;
import java.util.List;
import com.giszo.zeppelin.R;
import com.giszo.zeppelin.utils.TimeFormatter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Arra... | UTF-8 | Java | 2,298 | java | AlbumAdapter.java | Java | [] | null | [] | package com.giszo.zeppelin.ui.library;
import java.util.ArrayList;
import java.util.List;
import com.giszo.zeppelin.R;
import com.giszo.zeppelin.utils.TimeFormatter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Arra... | 2,298 | 0.71758 | 0.717145 | 88 | 25.113636 | 24.824581 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.227273 | false | false | 10 |
da382ad1dd84b422f487850db6c04abb73d3596c | 16,466,904,618,177 | 0b84f7f3a2ecc41b8a99bebc89b6c30cb7095431 | /Source/LifeCheckerAS/app/src/main/java/dei/isep/lifechecker/lifeCheckerMain.java | c4f38deec639884cdde2bece9eae2d95accdd47f | [] | no_license | askpt/SIMOV | https://github.com/askpt/SIMOV | fe0e6f60d4ed4e1666e5730f6cf892d1f05b6afc | 5a17dba5facdb7e8ae72b3939d0ac2ccec667d80 | refs/heads/master | 2020-02-26T14:52:27.721000 | 2015-01-16T10:39:00 | 2015-01-16T10:39:00 | 27,091,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dei.isep.lifechecker;
import dei.isep.lifechecker.database.alertaBDD;
import dei.isep.lifechecker.database.estadoMarcacaoBDD;
import dei.isep.lifechecker.databaseonline.alertaHttp;
import dei.isep.lifechecker.databaseonline.estadoMarcacaoHttp;
import dei.isep.lifechecker.json.alertaJson;
import dei.isep.lifec... | UTF-8 | Java | 6,490 | java | lifeCheckerMain.java | Java | [] | null | [] | package dei.isep.lifechecker;
import dei.isep.lifechecker.database.alertaBDD;
import dei.isep.lifechecker.database.estadoMarcacaoBDD;
import dei.isep.lifechecker.databaseonline.alertaHttp;
import dei.isep.lifechecker.databaseonline.estadoMarcacaoHttp;
import dei.isep.lifechecker.json.alertaJson;
import dei.isep.lifec... | 6,490 | 0.604073 | 0.599753 | 191 | 32.931938 | 28.764444 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602094 | false | false | 10 |
da9e782fcd828eca01652cfc8626bca03c78f86a | 15,152,644,620,824 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a013/A013690.java | 6dfd2c44147a577ff5944104a7e4c1235716fcb6 | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a013;
import irvine.oeis.ContinuedFractionSequence;
/**
* A013690 Continued fraction for <code>zeta(14)</code>.
* @author Sean A. Irvine
*/
public class A013690 extends ContinuedFractionSequence {
/** Construct the sequence. */
public A013690() {
super(new A013672());
}
}
| UTF-8 | Java | 309 | java | A013690.java | Java | [
{
"context": "ued fraction for <code>zeta(14)</code>.\n * @author Sean A. Irvine\n */\npublic class A013690 extends ContinuedFractio",
"end": 160,
"score": 0.9998931288719177,
"start": 146,
"tag": "NAME",
"value": "Sean A. Irvine"
}
] | null | [] | package irvine.oeis.a013;
import irvine.oeis.ContinuedFractionSequence;
/**
* A013690 Continued fraction for <code>zeta(14)</code>.
* @author <NAME>
*/
public class A013690 extends ContinuedFractionSequence {
/** Construct the sequence. */
public A013690() {
super(new A013672());
}
}
| 301 | 0.705502 | 0.61165 | 15 | 19.6 | 19.767988 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 10 |
3ad9889ebdf508bb04697a1305188c4ada717b0a | 2,611,340,179,440 | c4623aa95fb8cdd0ee1bc68962711c33af44604e | /src/com/yelp/android/ai/e.java | 4be387bdcc3933c70e7e5416b2f2c692724b64b2 | [] | no_license | reverseengineeringer/com.yelp.android | https://github.com/reverseengineeringer/com.yelp.android | 48f7f2c830a3a1714112649a6a0a3110f7bdc2b1 | b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8 | refs/heads/master | 2021-01-19T02:07:25.997000 | 2016-07-19T16:37:24 | 2016-07-19T16:37:24 | 38,555,675 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yelp.android.ai;
import com.bumptech.glide.load.engine.i;
public class e<Z>
implements c<Z, Z>
{
private static final e<?> a = new e();
public static <Z> c<Z, Z> b()
{
return a;
}
public i<Z> a(i<Z> parami)
{
return parami;
}
public String a()
{
return "";
}
}
/... | UTF-8 | Java | 441 | java | e.java | Java | [] | null | [] | package com.yelp.android.ai;
import com.bumptech.glide.load.engine.i;
public class e<Z>
implements c<Z, Z>
{
private static final e<?> a = new e();
public static <Z> c<Z, Z> b()
{
return a;
}
public i<Z> a(i<Z> parami)
{
return parami;
}
public String a()
{
return "";
}
}
/... | 441 | 0.571429 | 0.555556 | 30 | 13.733334 | 13.798389 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 10 |
71d3cb99af4f9f97d9880335df49bd87d7ed492f | 1,460,288,907,550 | 01f0c6eda2208ebf6b7bbffa42d2b611e9d9685b | /PT15314_WEB_MOB1014/src/Slide5/Student.java | 83f82434bf9a009cf91ab851d50b9b4fdea10e40 | [] | no_license | dungna29/PT15314-WEB | https://github.com/dungna29/PT15314-WEB | f6c6018deb3c5bb31d92a10bfbedddfedc209dc3 | a910b70a6e14d1828f04885457fb0bc5d9898afc | refs/heads/master | 2020-12-05T20:56:54.853000 | 2020-03-16T06:52:12 | 2020-03-16T06:52:12 | 232,245,330 | 1 | 3 | null | false | 2020-01-07T08:56:46 | 2020-01-07T04:55:00 | 2020-01-07T08:34:42 | 2020-01-07T08:34:40 | 17 | 0 | 1 | 1 | Java | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Slide5;
/**
*
* @author Nguyen Anh Dung
*/
public class Student implements Comparable<Student>{
private Str... | UTF-8 | Java | 1,459 | java | Student.java | Java | [
{
"context": "itor.\r\n */\r\npackage Slide5;\r\n\r\n/**\r\n *\r\n * @author Nguyen Anh Dung\r\n */\r\npublic class Student implements Comparable<",
"end": 244,
"score": 0.9998540282249451,
"start": 229,
"tag": "NAME",
"value": "Nguyen Anh Dung"
}
] | 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 Slide5;
/**
*
* @author <NAME>
*/
public class Student implements Comparable<Student>{
private String tenSV... | 1,450 | 0.562151 | 0.559358 | 62 | 21.096775 | 20.72221 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.370968 | false | false | 10 |
0f1576323499016bff056046ef2d42e66b8889cc | 27,839,978,079,120 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes10.dex_source_from_JADX/com/facebook/ads/internal/thirdparty/http/C1970m.java | 39e904eeb111ac98ed7c7b5469da4f991a3f5b20 | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ads.internal.thirdparty.http;
public class C1970m extends Exception {
public C1971n f14293a;
public C1970m(Exception exception, C1971n c1971n) {
super(exception);
this.f14293a = c1971n;
}
public final C1971n m14434a() {
return this.f14293a;
}
}
| UTF-8 | Java | 313 | java | C1970m.java | Java | [] | null | [] | package com.facebook.ads.internal.thirdparty.http;
public class C1970m extends Exception {
public C1971n f14293a;
public C1970m(Exception exception, C1971n c1971n) {
super(exception);
this.f14293a = c1971n;
}
public final C1971n m14434a() {
return this.f14293a;
}
}
| 313 | 0.667732 | 0.514377 | 14 | 21.357143 | 18.748741 | 55 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
f372d8c1742ab2ff1de65246d43e822b6407db80 | 21,182,778,754,998 | d01ec13bbc934182423043bf020d762eb76d3956 | /array/TargetArrayintheGivenOrder.java | 782f12ad82f1cd812dbeb59373fb936884903741 | [] | no_license | cindyycheungg/LeetCode | https://github.com/cindyycheungg/LeetCode | 227b1d25d3ef8149a9f7d59dd66ad5fee3e5798b | df7b075d2d952445f240d7de7ae1fd7ed79583bf | refs/heads/master | 2021-05-25T22:28:46.777000 | 2020-09-24T02:29:50 | 2020-09-24T02:29:50 | 253,947,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int[] createTargetArray(int[] nums, int[] index) {
LinkedList<Integer> target = new LinkedList<>();
int[] targ = new int[nums.length];
// added the elements in nums in the correct order
for(int i = 0; i < index.length; i++) target.add(index[i], nums[i]); //... | UTF-8 | Java | 489 | java | TargetArrayintheGivenOrder.java | Java | [] | null | [] | class Solution {
public int[] createTargetArray(int[] nums, int[] index) {
LinkedList<Integer> target = new LinkedList<>();
int[] targ = new int[nums.length];
// added the elements in nums in the correct order
for(int i = 0; i < index.length; i++) target.add(index[i], nums[i]); //... | 489 | 0.584867 | 0.580777 | 11 | 43.545456 | 28.892792 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 10 |
d17e6a589f036598da0cb277e665dfee2654bc57 | 13,108,240,247,428 | 49c668f9f95fe6e4601c3fe161e45932ebcbb6f6 | /__backup/jdk8-boot2-beetlsql-hikaricp-layui-plus-xiandafu-2018-admin/admin-console/src/main/java/com/ibeetl/admin/console/service/FunctionConsoleService.java | 3a5eda804d47b9b8d940a0e7d298ed5d6d83793f | [
"BSD-3-Clause"
] | permissive | service-java/summer-cli-beetlsql | https://github.com/service-java/summer-cli-beetlsql | 9f4ad4e2fe79654faec38a28edb41ea6c7984a01 | b6e25e644a2af79d374537f1a11d80a406167da2 | refs/heads/master | 2020-05-31T16:33:15.825000 | 2020-05-22T04:30:08 | 2020-05-22T04:30:08 | 190,384,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibeetl.admin.console.service;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.beetl.sql.core.engine.PageQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotatio... | UTF-8 | Java | 8,307 | java | FunctionConsoleService.java | Java | [
{
"context": "admin.core.util.PlatformException;\n\n/**\n * @author lijiazhi\n */\n@Service\n@Transactional\npublic class Function",
"end": 1062,
"score": 0.9994202256202698,
"start": 1054,
"tag": "USERNAME",
"value": "lijiazhi"
}
] | null | [] | package com.ibeetl.admin.console.service;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.beetl.sql.core.engine.PageQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotatio... | 8,307 | 0.635841 | 0.635458 | 256 | 29.582031 | 24.10364 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433594 | false | false | 10 |
a820223712ba7ae16f90f064eea73dd6119f917d | 29,094,108,506,093 | aba9d958c486e53d4ea80cf2bd876161c4473676 | /Java/Esercizi/ContoBancario/v1.0/src/com/company/Account.java | 736e88eda2d4c91268a7ed3da2778aba44f98055 | [] | no_license | zaninifrancesco/Exercise | https://github.com/zaninifrancesco/Exercise | fd3128798ae3e9f0ccc197689c46fef5ed237d23 | b5ac21a26de76f74ce78ab2595ecbc6efd3bacf3 | refs/heads/main | 2023-05-15T15:48:46.693000 | 2021-05-23T20:25:01 | 2021-05-23T20:25:01 | 305,166,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Account {
private String name;
private int numAccount;
private int amount;
public Account(String n, int numAccount, int amount){
this.amount = amount;
this.numAccount = numAccount;
this.name = n;
}
public int getAmount() {
retu... | UTF-8 | Java | 778 | java | Account.java | Java | [] | null | [] | package com.company;
public class Account {
private String name;
private int numAccount;
private int amount;
public Account(String n, int numAccount, int amount){
this.amount = amount;
this.numAccount = numAccount;
this.name = n;
}
public int getAmount() {
retu... | 778 | 0.625964 | 0.625964 | 35 | 21.228571 | 25.756092 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
4ad86d3563ff4ea2565dc8d33c57a9602685f584 | 11,725,260,765,196 | 8d0db4a2a852cf3df50036930638194b3440f387 | /src/com/simple1c/ui/DataSourcesToolWindow.java | f3a6e5bab8aee3fd2a3125e1bc2eed47d5ee5d15 | [] | no_license | khorevaa/intellij-1c | https://github.com/khorevaa/intellij-1c | f99ca04abf97792d5991e69740275a0b4f8f60dc | aa412fd471932b35675d43974300c688d3c1b31f | refs/heads/master | 2021-06-10T07:50:22.594000 | 2017-01-27T00:04:20 | 2017-01-27T00:04:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simple1c.ui;
import com.intellij.openapi.actionSystem.*;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.SimpleToolWindowPanel;
import com.intellij.openapi.wm.ToolWindow;
import com.intellij.ui.PopupHandler;
import com.intellij.ui.components.JBList;
import com.intellij.ui.conten... | UTF-8 | Java | 3,707 | java | DataSourcesToolWindow.java | Java | [] | null | [] | package com.simple1c.ui;
import com.intellij.openapi.actionSystem.*;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.SimpleToolWindowPanel;
import com.intellij.openapi.wm.ToolWindow;
import com.intellij.ui.PopupHandler;
import com.intellij.ui.components.JBList;
import com.intellij.ui.conten... | 3,707 | 0.722147 | 0.721068 | 92 | 39.29348 | 28.572386 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.706522 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.