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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2c36946c8414a8415902b2863d002f0c467b0d60 | 21,311,627,792,069 | 943bb0d93e6936c1574e49fe5b8e014935ddb42b | /src/main/java/com/dengdd/learnspringapp/proxy/BookfacadeCGLibProxy.java | 143636f482d4a45d274467c6b7a64d901dff2c73 | [] | no_license | larntin/learnspringapp | https://github.com/larntin/learnspringapp | aaf47c26e56b28650f8eaf216e70f3d1a95f6a54 | b2acdf548d54a42d11289e0f513d4e398134a995 | refs/heads/master | 2021-01-20T14:54:01.118000 | 2017-05-09T00:58:46 | 2017-05-09T00:58:46 | 90,686,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dengdd.learnspringapp.proxy;
import java.lang.reflect.Method;
import org.springframework.cglib.proxy.MethodInterceptor;
import org.springframework.cglib.proxy.MethodProxy;
import net.sf.cglib.proxy.Enhancer;
// 使用cglib动态代理
//JDK的动态代理机制只能代理实现了接口的类,而不能实现接口的类就不能实现JDK的动态代理,cglib是针对类来实现代理的,
//他的原理是对指定的目标类生成... | UTF-8 | Java | 1,165 | java | BookfacadeCGLibProxy.java | Java | [] | null | [] | package com.dengdd.learnspringapp.proxy;
import java.lang.reflect.Method;
import org.springframework.cglib.proxy.MethodInterceptor;
import org.springframework.cglib.proxy.MethodProxy;
import net.sf.cglib.proxy.Enhancer;
// 使用cglib动态代理
//JDK的动态代理机制只能代理实现了接口的类,而不能实现接口的类就不能实现JDK的动态代理,cglib是针对类来实现代理的,
//他的原理是对指定的目标类生成... | 1,165 | 0.767138 | 0.759521 | 34 | 26.029411 | 24.735643 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.323529 | false | false | 14 |
0d64fde5b4adda17f007152b1d8cea2d6cc4b243 | 1,236,950,582,046 | 08ced4ff1dc7d97012655fe7cf3144510356095c | /MavLinkHUB/src/com/paku/mavlinkhub/interfaces/IDataUpdateByteLog.java | 2703a9f7d52178b0efd01ce5c4c34e256cb27d76 | [] | no_license | ricsp/MavLinkHUB | https://github.com/ricsp/MavLinkHUB | 4d3a33fcba816b1755a9110eb49f431849fb447c | b9f8a5fe67cc649592b7d5cc0014aff51ee89037 | refs/heads/master | 2017-06-09T05:17:07.657000 | 2016-03-25T10:18:21 | 2016-03-25T10:18:21 | 54,711,979 | 0 | 0 | null | true | 2016-03-25T10:25:01 | 2016-03-25T10:25:01 | 2015-11-12T14:53:12 | 2016-03-18T09:42:50 | 6,200 | 0 | 0 | 0 | null | null | null | package com.paku.mavlinkhub.interfaces;
public interface IDataUpdateByteLog {
void onDataUpdateByteLog();
}
| UTF-8 | Java | 119 | java | IDataUpdateByteLog.java | Java | [] | null | [] | package com.paku.mavlinkhub.interfaces;
public interface IDataUpdateByteLog {
void onDataUpdateByteLog();
}
| 119 | 0.756303 | 0.756303 | 7 | 15 | 17.320509 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 14 |
4c869e50dfd25dfc352f12311d8b4edad5476915 | 16,853,451,714,685 | a7811523476556ead1af699ae0c8bc5ed51bbab3 | /excutors/src/main/java/com/csu/MyTask.java | e9974b15570e526c322a4ecf53cbba13d252357d | [] | no_license | Farewell0225/SpringAop | https://github.com/Farewell0225/SpringAop | f6cf4b24a938752f7ad5b8d7effc4c5ec3fe712b | 59f8f270da9003912560fe02db06eeaa4af9154d | refs/heads/master | 2022-12-23T16:52:55.427000 | 2020-06-30T11:34:21 | 2020-06-30T11:34:21 | 184,202,649 | 1 | 0 | null | false | 2022-12-16T14:49:54 | 2019-04-30T06:13:31 | 2022-12-16T08:10:44 | 2022-12-16T14:49:51 | 32,872 | 1 | 0 | 32 | Java | false | false | /**
* Copyright (C), 2018-2019, XXX有限公司
* FileName: MyTask
* Author: yuanlin_csu
* Date: 2019/5/6 13:48
* Description: 测试任务线程
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.csu;
/**
* 〈打印当前线程id 然后当前线程沉睡1秒后退出,使用... | GB18030 | Java | 928 | java | MyTask.java | Java | [
{
"context": "018-2019, XXX有限公司\n * FileName: MyTask\n * Author: yuanlin_csu\n * Date: 2019/5/6 13:48\n * Description: 测试任务线",
"end": 85,
"score": 0.9996650815010071,
"start": 74,
"tag": "USERNAME",
"value": "yuanlin_csu"
},
{
"context": "继续执行,其沉睡期间并不出让cpu资源〉<br>\n * 〈测试任务线程〉\n... | null | [] | /**
* Copyright (C), 2018-2019, XXX有限公司
* FileName: MyTask
* Author: yuanlin_csu
* Date: 2019/5/6 13:48
* Description: 测试任务线程
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.csu;
/**
* 〈打印当前线程id 然后当前线程沉睡1秒后退出,使用... | 928 | 0.556283 | 0.509162 | 36 | 20.222221 | 23.882944 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 14 |
2d6caf3bd40e629dfc823e15491d6a51a1199a29 | 29,111,288,399,839 | 7759bcc5124baebc3b3679655fb6e398878602ad | /app/src/main/java/com/example/onlinetherapist/noteadvice/patient/IViewATodolistView.java | 3fcbe2493648f2f445396d7986ac8a44203eb34e | [] | no_license | jojuo123/OnlineTherapist | https://github.com/jojuo123/OnlineTherapist | a86c39f346bcff36276565ca84fc4e877ce429c6 | c4f92f7d5adc6b5469fc01fd01c4d6f77b43cb87 | refs/heads/master | 2023-04-29T08:43:56.895000 | 2021-05-23T11:40:52 | 2021-05-23T11:40:52 | 366,046,995 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.onlinetherapist.noteadvice.patient;
import com.example.onlinetherapist.noteadvice.TodolistItemModel;
import java.util.List;
public interface IViewATodolistView {
void updateTodolistItems (List<TodolistItemModel> newDataset);
}
| UTF-8 | Java | 254 | java | IViewATodolistView.java | Java | [] | null | [] | package com.example.onlinetherapist.noteadvice.patient;
import com.example.onlinetherapist.noteadvice.TodolistItemModel;
import java.util.List;
public interface IViewATodolistView {
void updateTodolistItems (List<TodolistItemModel> newDataset);
}
| 254 | 0.834646 | 0.834646 | 9 | 27.222221 | 27.206118 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
67f2d4440d5c43d487e7669f571a966f09d9a343 | 25,555,055,465,720 | f96300c2eb1261989e55d1f506cbb28d92521457 | /src/main/java/com/lp/techDemo/disruptor/producer/LogProducer.java | 490bf30d935ac290ca99e0b97135c3a271f2f38a | [
"Apache-2.0"
] | permissive | Roronoa-Zoro/TechDemos | https://github.com/Roronoa-Zoro/TechDemos | e4ab4f9e0cbe66c3687e17277cbc74b70f617faf | 9b8cfb6532a27ef6d6d45253bff72d3f84b7889e | refs/heads/master | 2021-01-10T15:27:46.279000 | 2016-09-27T02:39:04 | 2016-09-27T02:39:04 | 43,357,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lp.techDemo.disruptor.producer;
import java.io.BufferedReader;
import java.io.FileReader;
import com.lmax.disruptor.RingBuffer;
import com.lp.techDemo.disruptor.entity.LogEvent;
public class LogProducer {
private final RingBuffer<LogEvent> ringBuffer;
public LogProducer(RingBuffer<LogEvent> ringBuffe... | UTF-8 | Java | 766 | java | LogProducer.java | Java | [] | null | [] | package com.lp.techDemo.disruptor.producer;
import java.io.BufferedReader;
import java.io.FileReader;
import com.lmax.disruptor.RingBuffer;
import com.lp.techDemo.disruptor.entity.LogEvent;
public class LogProducer {
private final RingBuffer<LogEvent> ringBuffer;
public LogProducer(RingBuffer<LogEvent> ringBuffe... | 766 | 0.725849 | 0.725849 | 33 | 22.212122 | 19.420012 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.909091 | false | false | 14 |
6bbe0ad554eebcafdefe6eb6502f83632c032e0c | 13,606,456,448,826 | a958549d63a7fbd6e29a28b33b0d08cc1a55569c | /mathservice-master/src/main/java/com/db/mathservice/utility/SubstitutionResult.java | da7637529a3c8df2306b7f1b2cf9a8770565a970 | [] | no_license | maxtestrepo13/testmaxrepo | https://github.com/maxtestrepo13/testmaxrepo | f3921595a844a3d60e96c2c86d64bf8501c1efe9 | 22b22e3b828d1fefcfe9094e13e90aea1ce6d7ff | refs/heads/master | 2021-06-25T09:40:07.375000 | 2017-09-11T11:26:07 | 2017-09-11T11:26:07 | 103,125,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.db.mathservice.utility;
import lombok.AllArgsConstructor;
import lombok.Data;
import org.mariuszgromada.math.mxparser.Expression;
/**
* Created by Valentin on 07.09.2017.
*/
@Data
@AllArgsConstructor
public class SubstitutionResult {
private Expression expression;
private String substitutedValue... | UTF-8 | Java | 324 | java | SubstitutionResult.java | Java | [
{
"context": "omada.math.mxparser.Expression;\n\n/**\n * Created by Valentin on 07.09.2017.\n */\n@Data\n@AllArgsConstructor\npubl",
"end": 170,
"score": 0.9994160532951355,
"start": 162,
"tag": "NAME",
"value": "Valentin"
}
] | null | [] | package com.db.mathservice.utility;
import lombok.AllArgsConstructor;
import lombok.Data;
import org.mariuszgromada.math.mxparser.Expression;
/**
* Created by Valentin on 07.09.2017.
*/
@Data
@AllArgsConstructor
public class SubstitutionResult {
private Expression expression;
private String substitutedValue... | 324 | 0.787037 | 0.762346 | 15 | 20.6 | 16.784119 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
46f57d281e9b568f790301533ad1e8bfea39b3d3 | 13,606,456,448,122 | 7411bd92bad1121431ec82e3fe39224af3f53a40 | /app/src/main/java/lazy/hackthon/com/lazy/map/MapRepository.java | 73c8721d56466d144f27d3ddc6721b0070590d3a | [] | no_license | celine/Lazy | https://github.com/celine/Lazy | 4f31b1de5009d5881c8de933558b83a91609ede0 | b9af12ca8f5eb09f32a32a4ce0526a9522093a04 | refs/heads/master | 2020-05-21T13:25:59.787000 | 2017-03-23T17:39:42 | 2017-07-24T06:59:59 | 84,622,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lazy.hackthon.com.lazy.map;
import android.text.TextUtils;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
import lazy.hackthon.com.module.APIClient;
import lazy.hackthon.com.module.data.Constants;
import lazy.hackthon.com.module.data.HotelInfo;
import lazy.hackthon.com.module.dat... | UTF-8 | Java | 3,928 | java | MapRepository.java | Java | [
{
"context": "unc1;\nimport timber.log.Timber;\n\n/**\n * Created by wenchihhsieh on 2017/3/12.\n */\n\npublic class MapRepository {\n ",
"end": 546,
"score": 0.9995369911193848,
"start": 534,
"tag": "USERNAME",
"value": "wenchihhsieh"
}
] | null | [] | package lazy.hackthon.com.lazy.map;
import android.text.TextUtils;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
import lazy.hackthon.com.module.APIClient;
import lazy.hackthon.com.module.data.Constants;
import lazy.hackthon.com.module.data.HotelInfo;
import lazy.hackthon.com.module.dat... | 3,928 | 0.575611 | 0.572047 | 87 | 44.149426 | 36.994728 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701149 | false | false | 14 |
ef4e162e8fb90302ec4784f9ec672a7d5fed9901 | 19,696,720,034,895 | 48e34286c9eba466d8d58d22bd586454f9d46ae3 | /GarageVendorApp/app/src/main/java/com/developer/mechanicroomvendor/AccountInfo/BusinessActivity.java | 22783df38021f14a7e5f24d86820bc20f433e7b6 | [] | no_license | KesarkarMadhuri30/MechanicRoom | https://github.com/KesarkarMadhuri30/MechanicRoom | 721dfb8f37b66d2288e28a1ef03715f521def1bd | d9c14b5f4c541f87a2c0116b89ae07b525e197f2 | refs/heads/master | 2023-02-22T16:54:14.459000 | 2021-01-31T11:09:51 | 2021-01-31T11:09:51 | 334,632,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.developer.mechanicroomvendor.AccountInfo;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.AppCompatEditText;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import ok... | UTF-8 | Java | 31,605 | java | BusinessActivity.java | Java | [] | null | [] | package com.developer.mechanicroomvendor.AccountInfo;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.AppCompatEditText;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import ok... | 31,605 | 0.580003 | 0.577598 | 733 | 42.11869 | 32.426193 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731241 | false | false | 14 |
4b6d6a241b05494932278d0dfc345505338ad8e9 | 8,813,272,950,268 | b1ac97a39c7ad22987e1e66f748b55cfa5c2b64c | /src/main/java/br/com/bmsti/school/model/Student.java | a9686c5fa04979312f22a446874fe4cea5c3d592 | [] | no_license | angelobms/school-spring-angular | https://github.com/angelobms/school-spring-angular | d5909f0b508c7e0f0751e224788047be610b5900 | 02d7a6dbaf2548d401a835369e447198a3ba808c | refs/heads/master | 2020-04-05T22:57:52.659000 | 2016-09-29T03:24:52 | 2016-09-29T03:24:52 | 68,076,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | UTF-8 | Java | 2,480 | java | Student.java | Java | [
{
"context": " record in the\r\n * table student.\r\n * \r\n * @author Angelo Brandao - (angelobms@gmail.com)\r\n * @version 1.0\r\n */\r\n@D",
"end": 1114,
"score": 0.9998829960823059,
"start": 1100,
"tag": "NAME",
"value": "Angelo Brandao"
},
{
"context": "table student.\r\n * \r\n... | null | [] | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | 2,460 | 0.687903 | 0.683871 | 99 | 23.050505 | 20.959496 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.424242 | false | false | 14 |
265effaf5ef449a6912e2f0a14b1374052f981b2 | 4,011,499,513,298 | 1483010b3494622ca41954a4464337bd7b92b06c | /springboot/src/main/java/com/demo/mood/springboot/async/config/AsyncConfig.java | b30ebca77b073a4f4cf8d1402fc5757badc25c23 | [] | no_license | mood321/springboot-demo | https://github.com/mood321/springboot-demo | 8e1a65b17c2e19b5ac14a589d97faeb04ea33174 | 8766f7805408ecdf8ac1a1487ee9e4bfe6b4b8fb | refs/heads/master | 2022-06-26T08:27:43.595000 | 2019-08-22T16:26:56 | 2019-08-22T16:26:56 | 199,315,490 | 0 | 0 | null | false | 2022-06-21T01:36:20 | 2019-07-28T17:10:02 | 2019-08-22T16:28:53 | 2022-06-21T01:36:15 | 277 | 0 | 0 | 9 | Java | false | false | package com.demo.mood.springboot.async.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import java.util.concur... | UTF-8 | Java | 846 | java | AsyncConfig.java | Java | [
{
"context": " TODO\n * @Date 2019/7/29 0029 23:01\n * @Created by mood321\n */\n@EnableAsync\n@Configuration\npublic class Asyn",
"end": 413,
"score": 0.9995730519294739,
"start": 406,
"tag": "USERNAME",
"value": "mood321"
}
] | null | [] | package com.demo.mood.springboot.async.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import java.util.concur... | 846 | 0.748227 | 0.719858 | 30 | 27.200001 | 22.271656 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 14 |
10450f4eef7d23a1755d05213c0e6de616a2560c | 31,937,376,860,450 | 7cad0c6c95a2388a386b3bfc86eab95dec8e762a | /src/test/java/com/seigneurin/MuPuzzleTests.java | beccac9be2f5273805736eb9ade3159f08e784b1 | [] | no_license | aseigneurin/IpponRecrute3 | https://github.com/aseigneurin/IpponRecrute3 | ac5f4b0d392bb73fdd236aff848b66eb327599aa | 8eb20f02696eb34996ee19d085c2a315c0a16786 | refs/heads/master | 2021-01-15T21:20:21.757000 | 2013-05-20T23:15:52 | 2013-05-20T23:15:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seigneurin;
import static org.fest.assertions.Assertions.assertThat;
import org.junit.Test;
public class MuPuzzleTests {
private MuPuzzle muPuzzle = new MuPuzzle();
@Test
public void testStep1() {
String res = muPuzzle.applyRule("MI", 1);
assertThat(res).isEqualTo("MIU");
... | UTF-8 | Java | 926 | java | MuPuzzleTests.java | Java | [] | null | [] | package com.seigneurin;
import static org.fest.assertions.Assertions.assertThat;
import org.junit.Test;
public class MuPuzzleTests {
private MuPuzzle muPuzzle = new MuPuzzle();
@Test
public void testStep1() {
String res = muPuzzle.applyRule("MI", 1);
assertThat(res).isEqualTo("MIU");
... | 926 | 0.606911 | 0.596112 | 38 | 23.368422 | 19.626005 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 14 |
b10e9e096446b09ae5f5085ece909d3bdb1db7d2 | 20,306,605,384,250 | 553bc36a6f1c12607eece00de26391f2e3d34178 | /io/lily-console/src/main/java/com/twsz/creative/lily/handler/MinaClientHandler.java | 3b9a185c000bc1db8f15420835de028c0e8408d4 | [] | no_license | joeyliu616/refactoring | https://github.com/joeyliu616/refactoring | 1736231be8ba68581103cc2cd98d9296869ad6ca | dd7b2a369adab1a59b40901b3637bd02f5efa23e | refs/heads/master | 2016-03-28T09:55:35.884000 | 2015-08-08T13:36:23 | 2015-08-08T13:36:23 | 40,403,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twsz.creative.lily.handler;
import java.util.Map;
import org.apache.mina.core.buffer.IoBuffer;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IoSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.twsz.creative.common.util.JsonU... | UTF-8 | Java | 2,368 | java | MinaClientHandler.java | Java | [
{
"context": "w.LoginPage;\r\n\r\n/**\r\n * 客户端业务处理逻辑\r\n * \r\n * @author zhouyuan\r\n *\r\n */\r\npublic class MinaClientHandler extends ",
"end": 552,
"score": 0.9966511726379395,
"start": 544,
"tag": "USERNAME",
"value": "zhouyuan"
}
] | null | [] | package com.twsz.creative.lily.handler;
import java.util.Map;
import org.apache.mina.core.buffer.IoBuffer;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IoSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.twsz.creative.common.util.JsonU... | 2,368 | 0.697345 | 0.695575 | 83 | 25.253012 | 22.622541 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.710843 | false | false | 14 |
779f0f6d851578c8a0afb1e57dc6401862760e55 | 20,306,605,383,219 | f29935c3c070444c494dbe2c81a9855c688f7d90 | /app/src/main/java/com/sukinsan/cloudftp/activity/SplashActivity.java | db9d4362b06b9732558b8085451371f3f2e73d4d | [] | no_license | wrestrtdr/ftpCloudClient | https://github.com/wrestrtdr/ftpCloudClient | 76350a190f1fc19778505c954d58d82bb70f6c8b | 3c540664e4ffe50841d62447cc45f33de230c1ae | refs/heads/master | 2020-04-09T15:32:42.785000 | 2018-01-28T11:59:39 | 2018-01-28T11:59:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sukinsan.cloudftp.activity;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import com.sukinsan.cloudftp.R;
import com.sukinsan.cloudftp.util.SystemUtils;
import com.sukinsan.clou... | UTF-8 | Java | 1,758 | java | SplashActivity.java | Java | [] | null | [] | package com.sukinsan.cloudftp.activity;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import com.sukinsan.cloudftp.R;
import com.sukinsan.cloudftp.util.SystemUtils;
import com.sukinsan.clou... | 1,758 | 0.67463 | 0.672924 | 56 | 30.392857 | 25.812288 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553571 | false | false | 14 |
7656cc482d82031c693ef3196965e9353e878f0a | 14,894,946,618,692 | 78ce21f7545a2c7e91c59dd785ae5609d2dd6be8 | /bb/src/main/java/com/richardmcdougall/bb/BoardVisualization.java | 6bccbb5ea1f056083db034dd0d4ee790c5d4a449 | [] | no_license | jib/BB | https://github.com/jib/BB | 4b60e3b7a45d895d17ccb59866467b336086e2c4 | c3c51413186be9c10004184c57a54b6df7b98b53 | refs/heads/master | 2020-03-22T02:44:42.403000 | 2018-08-19T22:44:38 | 2018-08-19T22:44:38 | 139,390,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.richardmcdougall.bb;
import com.richardmcdougall.bb.visualization.Fire;
import com.richardmcdougall.bb.visualization.Matrix;
import com.richardmcdougall.bb.visualization.Mickey;
;
import com.richardmcdougall.bb.visualization.JosPack;
import com.richardmcdougall.bb.visualization.*;
import com.richardmcdouga... | UTF-8 | Java | 16,340 | java | BoardVisualization.java | Java | [
{
"context": "ject;\n\nimport java.util.Random;\n\n/**\n * Created by rmc on 3/8/17.\n */\n\n\n/*\n\n Back\n width,heigh",
"end": 725,
"score": 0.9995595812797546,
"start": 722,
"tag": "USERNAME",
"value": "rmc"
}
] | null | [] | package com.richardmcdougall.bb;
import com.richardmcdougall.bb.visualization.Fire;
import com.richardmcdougall.bb.visualization.Matrix;
import com.richardmcdougall.bb.visualization.Mickey;
;
import com.richardmcdougall.bb.visualization.JosPack;
import com.richardmcdougall.bb.visualization.*;
import com.richardmcdouga... | 16,340 | 0.556793 | 0.54896 | 536 | 29.485075 | 23.054764 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630597 | false | false | 14 |
b66e4ac82df4187e4d7c758a338b0b632c33b949 | 30,245,159,706,440 | 9f221de0dc491f02daebe4e90558950d193e9946 | /android_client/app/src/main/java/no/mesan/mesanquiz/event/AbstractSimpleFeedback.java | 3d1905924d32ce496afaa748ec520355ac7e4a17 | [] | no_license | netcompanyno/mesan-quiz | https://github.com/netcompanyno/mesan-quiz | 88282efb64751cfa9be06630f81e79d76d327f24 | 260a9993b387c49e9f15639a123cd0055c5e2f03 | refs/heads/master | 2021-05-29T11:36:12.240000 | 2015-08-27T17:30:53 | 2015-08-27T17:33:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.mesan.mesanquiz.event;
public class AbstractSimpleFeedback {
private String messageToUser;
public String getMessageToUser() {
return messageToUser;
}
public AbstractSimpleFeedback(String messageToUser) {
this.messageToUser = messageToUser;
}
}
| UTF-8 | Java | 296 | java | AbstractSimpleFeedback.java | Java | [] | null | [] | package no.mesan.mesanquiz.event;
public class AbstractSimpleFeedback {
private String messageToUser;
public String getMessageToUser() {
return messageToUser;
}
public AbstractSimpleFeedback(String messageToUser) {
this.messageToUser = messageToUser;
}
}
| 296 | 0.712838 | 0.712838 | 15 | 18.733334 | 19.522522 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 14 |
d17715b347f4ecac6e07155790f9018749f0020e | 31,748,398,254,892 | af7345ca23f77ab44018d888fc2ebe554ff3e5b0 | /Labs/Lab 3/AreaPerimeter.java | 7baf25e75c390cc52fa62a9ea81f33429c81b26d | [] | no_license | cbussen7/CPS150 | https://github.com/cbussen7/CPS150 | 10b9842869f4701f3fada611d8934fc05c2db372 | 00ddb70d9af3d2e0f787050623ba11d6479a18a2 | refs/heads/main | 2023-08-17T03:34:17.326000 | 2021-06-23T14:04:38 | 2021-06-23T14:04:38 | 379,623,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Christopher Bussen
Lab 3
CPS 150 - The Java Class
*/
//Step 2: Import scanner
import java.util.Scanner;
public class AreaPerimeter{
public static void main(String [] args){
Scanner input = new Scanner(System.in);
//Steps 3/4: declare variable length and prompt user input
System.out.print... | UTF-8 | Java | 1,003 | java | AreaPerimeter.java | Java | [
{
"context": "/*\nChristopher Bussen\nLab 3\nCPS 150 - The Java Class\n */\n//Step 2: Impo",
"end": 21,
"score": 0.9998683929443359,
"start": 3,
"tag": "NAME",
"value": "Christopher Bussen"
}
] | null | [] | /*
<NAME>
Lab 3
CPS 150 - The Java Class
*/
//Step 2: Import scanner
import java.util.Scanner;
public class AreaPerimeter{
public static void main(String [] args){
Scanner input = new Scanner(System.in);
//Steps 3/4: declare variable length and prompt user input
System.out.print("Enter the ... | 991 | 0.647059 | 0.625125 | 24 | 40.833332 | 28.418987 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
6632898791a91d610f14553be663bebc030f7fde | 10,187,662,475,101 | dc70585b840d1b2de16e83791e15b4efa6576d77 | /src/main/java/com/paulhroth/selenium/parser/Browser.java | 1028e9ae5867da7d66882be0ab8b242515985283 | [] | no_license | paulhroth/concurrent-remote-integration-project | https://github.com/paulhroth/concurrent-remote-integration-project | 2e95070c65bf1977713ec265a84ed5757340529c | 7df65d1d9cc8c7d31521b6100a1101e724703148 | refs/heads/master | 2021-01-19T05:47:04.594000 | 2013-07-15T21:35:00 | 2013-07-15T21:37:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paulhroth.selenium.parser;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Browser {
private String name;
private List<String> versions = new ArrayList<String>();
public String getName() {
return name;
}
public void setName(String name... | UTF-8 | Java | 666 | java | Browser.java | Java | [
{
"context": "package com.paulhroth.selenium.parser;\n\nimport java.util.ArrayList;\nimp",
"end": 21,
"score": 0.7276598811149597,
"start": 16,
"tag": "USERNAME",
"value": "hroth"
}
] | null | [] | package com.paulhroth.selenium.parser;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Browser {
private String name;
private List<String> versions = new ArrayList<String>();
public String getName() {
return name;
}
public void setName(String name... | 666 | 0.621622 | 0.621622 | 31 | 20.483871 | 19.547909 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 14 |
ad74837503b241e765dbbfbbbc97a2b4f92c2fca | 24,867,860,705,048 | 5f1950f4f7c4d350b8ad68a1d6e2138707dc3bc1 | /app/src/main/java/sk/upjs/ics/android/jimmy/teacherassessment/database/TerminDao.java | cd44f68919bdadc08bd84904fb98e10153fdb1e6 | [] | no_license | jimmy19810220/TeacherAssessment | https://github.com/jimmy19810220/TeacherAssessment | ab2f1d29abec0e1d25fdabae74b3e0e21109c616 | 50db5d0edfe0b5d1835b2f6461b29edfe0b2dcb2 | refs/heads/master | 2020-03-21T06:44:26.251000 | 2018-06-22T01:20:34 | 2018-06-22T01:20:34 | 138,239,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sk.upjs.ics.android.jimmy.teacherassessment.database;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.Query;
import android.arch.persistence.room.Update;
import java.util.List;
@Dao
public... | UTF-8 | Java | 1,055 | java | TerminDao.java | Java | [] | null | [] | package sk.upjs.ics.android.jimmy.teacherassessment.database;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.Query;
import android.arch.persistence.room.Update;
import java.util.List;
@Dao
public... | 1,055 | 0.719431 | 0.719431 | 39 | 26.051283 | 25.29006 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
37ce89b53b1f8c114c2d1d6a3faed695225647a9 | 12,146,167,534,520 | ee181bd5f2bfbeae5a8d638af5300dd14638429a | /src/main/java/fr/pumpmybchat/command/prefix/ColorPrefixSubCommand.java | 1ab7ae03dd6fc972d61cf2264d5314f35a37e958 | [] | no_license | PumpMyKins/PumpMyBChat | https://github.com/PumpMyKins/PumpMyBChat | 29a43094e7e43e74c314355e66c1834187a254c3 | 0d25d072e87b85cf120fa5b92d105b714563cadc | refs/heads/master | 2020-04-24T03:04:29.106000 | 2019-07-29T01:03:34 | 2019-07-29T01:03:34 | 171,659,046 | 0 | 0 | null | false | 2019-07-29T01:03:35 | 2019-02-20T11:17:25 | 2019-07-19T15:08:35 | 2019-07-29T01:03:35 | 301 | 0 | 0 | 0 | Java | false | false | package fr.pumpmybchat.command.prefix;
import java.util.List;
import fr.pumpmybchat.Main;
import fr.pumpmybchat.command.utils.ISubCommand;
import net.md_5.bungee.api.ChatColor;
import net.md_5.bungee.api.CommandSender;
import net.md_5.bungee.api.chat.TextComponent;
import net.md_5.bungee.api.plugin.Command;
public c... | UTF-8 | Java | 3,929 | java | ColorPrefixSubCommand.java | Java | [] | null | [] | package fr.pumpmybchat.command.prefix;
import java.util.List;
import fr.pumpmybchat.Main;
import fr.pumpmybchat.command.utils.ISubCommand;
import net.md_5.bungee.api.ChatColor;
import net.md_5.bungee.api.CommandSender;
import net.md_5.bungee.api.chat.TextComponent;
import net.md_5.bungee.api.plugin.Command;
public c... | 3,929 | 0.756247 | 0.752677 | 100 | 38.220001 | 21.892729 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.51 | false | false | 14 |
3e005768086bec60d39569b1d5841b495225364c | 27,298,812,191,931 | 3821207ec1acab131f2afca1a4b3ccfad53f73ea | /src/org/tizen/tct/tool/mgr/view/ProgressInformable.java | 162c97448b15448bc44130cfbf41749c273bb0cf | [
"Apache-2.0"
] | permissive | busfool/tct-mgr-github | https://github.com/busfool/tct-mgr-github | 7f5f48e7e0d2ec494117ecace31b006e0d96a3e1 | 49dde79c87567c277a8fe0892300f0cb7abfc967 | refs/heads/master | 2015-08-12T14:26:50.572000 | 2014-08-01T02:14:18 | 2014-08-01T02:14:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.tizen.tct.tool.mgr.view;
/**
* @author shaofeng
*
*/
public interface ProgressInformable {
void messageChanged(String message);
void setProgress(int value);
void closeDialog();
void failProcess();
}
| UTF-8 | Java | 239 | java | ProgressInformable.java | Java | [
{
"context": "ckage org.tizen.tct.tool.mgr.view;\n\n/**\n * @author shaofeng\n * \n */\npublic interface ProgressInformable {\n\n\tv",
"end": 73,
"score": 0.9982641339302063,
"start": 65,
"tag": "USERNAME",
"value": "shaofeng"
}
] | null | [] | /**
*
*/
package org.tizen.tct.tool.mgr.view;
/**
* @author shaofeng
*
*/
public interface ProgressInformable {
void messageChanged(String message);
void setProgress(int value);
void closeDialog();
void failProcess();
}
| 239 | 0.669456 | 0.669456 | 20 | 10.95 | 13.592185 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 14 |
45e85854e499210c3045c07c9d45c37b8b7eba88 | 31,190,052,505,642 | 946d931fbc5c467604a975bca886f032b0814124 | /app/src/main/java/com/taracamp/financeplanner/Login/RegisterActivity.java | 689609147f0fcb0859b3441fdb1542e9c67241a9 | [
"Apache-2.0"
] | permissive | TaraCamp/FinancePlanner | https://github.com/TaraCamp/FinancePlanner | 2df45b908bb626576f96ddc38d38bf20ed68ab65 | ab093cda5a3893a6b40d15adf81cb4b23f127267 | refs/heads/master | 2020-04-23T01:54:46.450000 | 2019-04-04T08:04:07 | 2019-04-04T08:04:07 | 170,828,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**#################################################################################################
* Author: Wladimir Tarasov
* Date: 27.03.2019
*################################################################################################*/
package com.taracamp.financeplanner.Login;
import android.content.Int... | UTF-8 | Java | 8,297 | java | RegisterActivity.java | Java | [
{
"context": "#######################################\n * Author: Wladimir Tarasov\n * Date: 27.03.2019\n *###########################",
"end": 128,
"score": 0.9998598098754883,
"start": 112,
"tag": "NAME",
"value": "Wladimir Tarasov"
},
{
"context": "w Account();\n startAccou... | null | [] | /**#################################################################################################
* Author: <NAME>
* Date: 27.03.2019
*################################################################################################*/
package com.taracamp.financeplanner.Login;
import android.content.Intent;
impor... | 8,286 | 0.570086 | 0.563698 | 194 | 41.76804 | 30.785805 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510309 | false | false | 14 |
7d329ba94cd9febeb887a336990497e0f21b567f | 32,521,492,388,374 | ddef16d7eb0257463cc952b54da0dde450a451f9 | /ass/381a6/381-A6 4/src/sample/RubberRectangle.java | 885f8f119d5bd1bfe1593072c513c85729460be0 | [] | no_license | taz992/cmpt381 | https://github.com/taz992/cmpt381 | 4c1ae86fc2a3c34c4dcc7af668b88e676cf536c2 | e0d8aed3defd96e40ae3d18a0c42edd1047fe845 | refs/heads/master | 2022-11-30T13:56:09.219000 | 2020-08-07T13:46:36 | 2020-08-07T13:46:36 | 285,835,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package sample;
public class RubberRectangle {
double left, top;
double width, height;
public RubberRectangle(double x1, double y1) {
left = x1;
top = y1;
width = 0;
height = 0;
}
public void updateCoords(double x2, double y2) {
left = M... | UTF-8 | Java | 471 | java | RubberRectangle.java | Java | [] | null | [] |
package sample;
public class RubberRectangle {
double left, top;
double width, height;
public RubberRectangle(double x1, double y1) {
left = x1;
top = y1;
width = 0;
height = 0;
}
public void updateCoords(double x2, double y2) {
left = M... | 471 | 0.515924 | 0.490446 | 22 | 19.318182 | 16.731533 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 14 |
05c07cf8313cfc5628c36ec546e95658cc196c1a | 32,856,499,875,765 | 6053a5878ed1c89bad34142588febd87bf436f10 | /Implementacion/src/main/java/es/upm/fis2019/IEnlace.java | afb39edc4e7af12236285466f6299bc9533dabcb | [] | no_license | DiegoLgr/Practica-Fis | https://github.com/DiegoLgr/Practica-Fis | d25705d7cc5bcc9a7e22687ecc3ad8db0f945070 | d0aeaf902a9b9a6b3058b33b2ed8020f231ce1d4 | refs/heads/master | 2020-05-22T08:23:28.865000 | 2019-05-28T20:21:09 | 2019-05-28T20:21:09 | 186,276,424 | 3 | 0 | null | false | 2019-05-28T20:33:04 | 2019-05-12T16:11:28 | 2019-05-15T11:10:47 | 2019-05-28T20:33:00 | 7,208 | 1 | 0 | 11 | Java | false | false | package es.upm.fis2019;
public interface IEnlace {
public String getEnlace();
public String getTitulo();
public String getImagen();
public String GenerarResumen();
}
| UTF-8 | Java | 170 | java | IEnlace.java | Java | [] | null | [] | package es.upm.fis2019;
public interface IEnlace {
public String getEnlace();
public String getTitulo();
public String getImagen();
public String GenerarResumen();
}
| 170 | 0.764706 | 0.741176 | 7 | 23.285715 | 9.422075 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 14 |
b093b5896cd4791e5ba673c9b1eb6c95fed9c952 | 6,081,673,727,904 | e4ecd7a2852eaac2fe0b17b770bd7f73f8f55029 | /kaska-task/consumer/src/main/java/app/Main.java | 3d50bda42c1c7b1df1cae9a545449e467b649ef0 | [] | no_license | IvanNoyvik/kafka-task | https://github.com/IvanNoyvik/kafka-task | 8e7bded8b1d9dc5617d51356ffb3571136da933e | c9e1d06f5e1e631dab9f0a73b02afe931e1725a1 | refs/heads/main | 2023-04-26T09:58:38.325000 | 2021-05-23T22:19:17 | 2021-05-23T22:19:17 | 370,165,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import IoC.context.Context;
import IoC.context.impl.AnnotationContext;
import app.service.UserCacheService;
public class Main {
public static void main(String[] args) {
Context context = new AnnotationContext("app.service");
UserCacheService userCacheService = (UserCacheSer... | UTF-8 | Java | 460 | java | Main.java | Java | [] | null | [] | package app;
import IoC.context.Context;
import IoC.context.impl.AnnotationContext;
import app.service.UserCacheService;
public class Main {
public static void main(String[] args) {
Context context = new AnnotationContext("app.service");
UserCacheService userCacheService = (UserCacheSer... | 460 | 0.71087 | 0.71087 | 15 | 28.666666 | 27.165337 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
997a205d09a051d4b9b04f07f53cb1b44b4fc34e | 9,861,244,921,899 | 19736e09df08172a75527762ea29851afda4de69 | /ScannerExample.java | 33963867efea5f40b83881a7b013d62de03a67c4 | [] | no_license | saurabhRathoreKumar/Programming_Questions | https://github.com/saurabhRathoreKumar/Programming_Questions | 5ad0b6e48835c3fa8badcfab37002d5a6664bbae | bc51765c16f4bf03743e15d255001c82e48b4053 | refs/heads/master | 2022-07-29T19:37:40.684000 | 2020-05-16T02:51:13 | 2020-05-16T02:51:13 | 264,345,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accolite.p1;
import java.math.BigInteger;
import java.util.Scanner;
public class ScannerExample {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
do {
BigInteger N1 = s.nextBigInteger();
BigInteger N2 = s.nextBigInteger();
System.out.println(N1.add(N... | UTF-8 | Java | 360 | java | ScannerExample.java | Java | [] | null | [] | package com.accolite.p1;
import java.math.BigInteger;
import java.util.Scanner;
public class ScannerExample {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
do {
BigInteger N1 = s.nextBigInteger();
BigInteger N2 = s.nextBigInteger();
System.out.println(N1.add(N... | 360 | 0.661111 | 0.647222 | 17 | 19.17647 | 15.789927 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.470588 | false | false | 5 |
dc68d860b58bfc939f8f9e08a18267d4246969f6 | 33,208,687,197,846 | f66adab11f5ddd7b8a10afe5f7c5bfbdc77b677a | /PowerUp/src/org/usfirst/frc/team548/robot/Utils.java | 39eee10394a84cc77beeb93c8a48876d0fd6a4b1 | [] | no_license | Robostangs/power-up | https://github.com/Robostangs/power-up | 64ed9add80989cec36ce67f533ccd5845339707d | f13b47d536524ed8206f65e5420270e02c8ef484 | refs/heads/master | 2021-07-14T22:57:02.376000 | 2018-04-26T11:26:32 | 2018-04-26T11:26:32 | 118,842,340 | 1 | 0 | null | false | 2019-01-05T21:10:02 | 2018-01-25T00:58:55 | 2018-12-06T20:06:01 | 2019-01-05T21:09:51 | 2,320 | 3 | 0 | 1 | Java | false | null | package org.usfirst.frc.team548.robot;
public class Utils {
public static double ensureRange(double v, double min, double max) {
return Math.min(Math.max(v, min), max);
}
public static double negPowTwo(double v) {
return (v != 0) ? Math.pow(v, 2)*(Math.abs(v)/v) : 0;
}
public static double kee... | UTF-8 | Java | 419 | java | Utils.java | Java | [] | null | [] | package org.usfirst.frc.team548.robot;
public class Utils {
public static double ensureRange(double v, double min, double max) {
return Math.min(Math.max(v, min), max);
}
public static double negPowTwo(double v) {
return (v != 0) ? Math.pow(v, 2)*(Math.abs(v)/v) : 0;
}
public static double kee... | 419 | 0.591885 | 0.568019 | 21 | 18.047619 | 20.596987 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.952381 | false | false | 5 |
c5055125230c453ce89685db6cb5a9aeb4007f9b | 18,820,546,751,808 | 0bb94c14af0e21c9ba1c78191fbb506e63489869 | /apps/pe/PortalEngine/src/main/java/org/smyld/gui/portal/engine/gui/builders/swing/SMYLDSwingMenuBuilder.java | 163d714af57132aa873a4fb87afa8fdf3c1a4972 | [
"Apache-2.0"
] | permissive | MFJamil/smyld-java | https://github.com/MFJamil/smyld-java | 0aa900700199d0d57f6dbf73a9c421df24d35bb0 | 66bcf92b8b95edd47263976f9088098487fa89ce | refs/heads/master | 2022-06-07T12:43:20.678000 | 2021-09-14T16:22:49 | 2021-09-14T16:22:49 | 210,024,325 | 2 | 0 | Apache-2.0 | false | 2022-05-16T19:37:18 | 2019-09-21T17:12:15 | 2021-09-14T16:22:55 | 2022-05-16T19:37:17 | 10,146 | 2 | 0 | 2 | Java | false | false | package org.smyld.gui.portal.engine.gui.builders.swing;
import org.smyld.app.AppMenuFactory;
import org.smyld.app.pe.model.gui.GUIComponent;
import org.smyld.app.pe.model.gui.MenuItem;
import org.smyld.app.pe.model.gui.MenuType;
import org.smyld.gui.portal.engine.ApplicationGenerator;
import org.smyld.lang.script.java... | UTF-8 | Java | 20,059 | java | SMYLDSwingMenuBuilder.java | Java | [] | null | [] | package org.smyld.gui.portal.engine.gui.builders.swing;
import org.smyld.app.AppMenuFactory;
import org.smyld.app.pe.model.gui.GUIComponent;
import org.smyld.app.pe.model.gui.MenuItem;
import org.smyld.app.pe.model.gui.MenuType;
import org.smyld.gui.portal.engine.ApplicationGenerator;
import org.smyld.lang.script.java... | 20,059 | 0.681141 | 0.680891 | 528 | 36.990532 | 30.217487 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.751894 | false | false | 5 |
0b7902976f47d035fe0b980e7d45d99448a50ebb | 8,718,783,620,634 | 41c4195c14c5d1fc3a745acc42a563f69819492f | /src/main/java/ip/src/main/java/Ui.java | 42c42f6033bcc97f746bb55f966b19669b82a54d | [] | no_license | chanellNg/ip | https://github.com/chanellNg/ip | c091d8cbc5b249dbf1f0e12e91aa36e510aa1088 | d1837f3ccc1e3df5f7aeaf9bb0887559fc79bd89 | refs/heads/master | 2023-03-05T16:44:12.069000 | 2021-06-11T01:41:36 | 2021-06-11T01:41:36 | 331,506,164 | 0 | 0 | null | true | 2021-02-13T11:41:45 | 2021-01-21T03:44:07 | 2021-02-13T10:33:39 | 2021-02-13T11:41:44 | 1,466 | 0 | 0 | 1 | Java | false | false | package ip.src.main.java;
import java.io.IOException;
/**
* Ui class deals with user interactions.
*
*/
public class Ui {
protected Duke bot;
public Ui(Duke bot) {
this.bot = bot;
}
/**
* Deals with the done command by the user by telling the bot to mark a specified task as done.
... | UTF-8 | Java | 5,369 | java | Ui.java | Java | [] | null | [] | package ip.src.main.java;
import java.io.IOException;
/**
* Ui class deals with user interactions.
*
*/
public class Ui {
protected Duke bot;
public Ui(Duke bot) {
this.bot = bot;
}
/**
* Deals with the done command by the user by telling the bot to mark a specified task as done.
... | 5,369 | 0.534364 | 0.533619 | 170 | 30.576471 | 26.832542 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 5 |
6f49138b8faf8d9f7147a75f0b0508a501a75351 | 25,933,012,558,959 | 78176abe2d554e2d09909c472c9fed9725e5abc8 | /common_util/src/main/java/com/itheima/pinyougou/cache/aspect/RedisCacheAspect.java | d5227f7cbd93462931c1ba616eb512a26a1e38f9 | [] | no_license | silingwang/itheima_pinyougou | https://github.com/silingwang/itheima_pinyougou | b0cc0dfbb4b31ff787922b9ef0f08a106597f019 | 9c151a4b23958b4625ba77ab9226f7ebd2db0949 | refs/heads/master | 2020-03-28T18:15:10.974000 | 2018-05-03T13:54:13 | 2018-05-03T13:54:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.pinyougou.cache.aspect;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.itheima.pinyougou.cache.annotation.UseCache;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.reflect.MethodSignature;
imp... | UTF-8 | Java | 2,969 | java | RedisCacheAspect.java | Java | [] | null | [] | package com.itheima.pinyougou.cache.aspect;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.itheima.pinyougou.cache.annotation.UseCache;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.reflect.MethodSignature;
imp... | 2,969 | 0.67395 | 0.672584 | 79 | 36.075951 | 32.609997 | 151 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582278 | false | false | 5 |
57228a204cdd012b2f0e6ef166a41ab380924ef6 | 10,685,878,657,687 | 19fe9568e2488412bd13e0b31cc20c02494e6299 | /SpMVC_CRUD_06_BBS5_AjaxFileUp2/src/main/java/com/biz/bbs/model/MemberVO.java | a78373a315d8a26407eb69e4016371f877956371 | [] | no_license | whdtjr3973/spwork | https://github.com/whdtjr3973/spwork | ea74d29bcdbe7044027e674e1c14deb9ee6adeaf | 2fd277bfb3f24deecee082e6b1c7a8a8aeffdbb3 | refs/heads/master | 2022-12-26T02:34:02.242000 | 2019-08-08T08:09:17 | 2019-08-08T08:09:17 | 195,761,095 | 0 | 0 | null | false | 2022-12-16T00:37:07 | 2019-07-08T07:41:37 | 2019-08-08T08:09:25 | 2022-12-16T00:37:03 | 41,355 | 0 | 0 | 87 | Java | false | false | package com.biz.bbs.model;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.ScriptAssert;
import lombo... | UTF-8 | Java | 1,379 | java | MemberVO.java | Java | [
{
"context": "d;\n\t\n\tprivate String m_password;\n\tprivate String m_re_password;\n\t\n\tprivate String m_name;\n\t@Email(mes",
"end": 957,
"score": 0.6134074330329895,
"start": 957,
"tag": "PASSWORD",
"value": ""
},
{
"context": "\t\n\tprivate String m_password;\n\tprivate String ... | null | [] | package com.biz.bbs.model;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.ScriptAssert;
import lombo... | 1,379 | 0.755274 | 0.745148 | 43 | 26.581396 | 18.274691 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232558 | false | false | 5 |
a837d8b785ada50048f92b6a5f8ce5d7b49c1ff9 | 7,653,631,752,795 | 393a2e788bedf9ae24100a33ff8c6df5134226bc | /app/src/main/java/com/bbtree/cardreader/model/TempClass.java | 0c7016594541863b463d59921f7616743f368ae0 | [] | no_license | TheDefy/Kotlin-PunchCard | https://github.com/TheDefy/Kotlin-PunchCard | cc49403accb1d659a148d466497a9a2a828bffd7 | 737c2dce9b0eec4400432bbbb470c3744d1316bd | refs/heads/master | 2020-03-26T23:10:48.118000 | 2018-10-18T15:23:06 | 2018-10-18T15:23:06 | 145,518,092 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bbtree.cardreader.model;
import com.bbtree.baselib.net.ResultObject;
import com.bbtree.cardreader.entity.dao.CardRecord;
/**
* Created by 包典 on 2017/8/10.
*/
public class TempClass {
public ResultObject resultObject;
public CardRecord cardRecord;
}
| UTF-8 | Java | 280 | java | TempClass.java | Java | [
{
"context": "dreader.entity.dao.CardRecord;\n\n/**\n * Created by 包典 on 2017/8/10.\n */\n\npublic class TempClass {\n\n ",
"end": 155,
"score": 0.9984409809112549,
"start": 153,
"tag": "USERNAME",
"value": "包典"
}
] | null | [] | package com.bbtree.cardreader.model;
import com.bbtree.baselib.net.ResultObject;
import com.bbtree.cardreader.entity.dao.CardRecord;
/**
* Created by 包典 on 2017/8/10.
*/
public class TempClass {
public ResultObject resultObject;
public CardRecord cardRecord;
}
| 280 | 0.753623 | 0.728261 | 15 | 17.4 | 18.542923 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
8c603393d3312f8f37c215933d5b76bb2bf204a4 | 15,075,335,235,316 | 08cccbacbf5bc17111eff457e9a476c9b429bb6d | /CalculatorStateMachine/Calculator.java | 568ae30b05e1c675a79c33344bee8473d41256a5 | [
"MIT"
] | permissive | NatashaNaima/Calculator | https://github.com/NatashaNaima/Calculator | 3912deae4cf1ecb1150fde29f4932bc4755f0080 | 0cbc0cbecb737a7f5f15e9bed486f951b8f68b27 | refs/heads/master | 2022-11-26T19:36:13.889000 | 2020-07-31T03:57:32 | 2020-07-31T03:57:32 | 283,591,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.30.0.5074.a43557235 modeling language!*/
// line 2 "model.ump"
// line 22 "model.ump"
public class Calculator
{
//------------------------
// MEMBER VARIABLES
//------------------------
//Calculator State Machines
public enum Sm... | UTF-8 | Java | 1,922 | java | Calculator.java | Java | [] | null | [] | /*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.30.0.5074.a43557235 modeling language!*/
// line 2 "model.ump"
// line 22 "model.ump"
public class Calculator
{
//------------------------
// MEMBER VARIABLES
//------------------------
//Calculator State Machines
public enum Sm... | 1,922 | 0.524974 | 0.515088 | 113 | 16.017698 | 14.511504 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283186 | false | false | 5 |
918530480cdef86b4b7cd91732a5b8f10b4b51b6 | 31,834,297,619,600 | 2cf40b2fdb7d760434908fd9b39d3193efe2914f | /medescope/src/main/java/br/com/bemobi/medescope/repository/PreferencesUtils.java | d4f28d119675ecf2158ce415e5099888b9236d8e | [
"Apache-2.0"
] | permissive | bemobi/medescope | https://github.com/bemobi/medescope | 39fc58fe8d8912c899e03411064da14028a61f2a | 107f20cfe20e980a81ecd2c1bc615d12665f3730 | refs/heads/master | 2020-04-10T16:53:08.454000 | 2018-01-26T20:26:13 | 2018-01-26T20:26:13 | 42,247,740 | 71 | 19 | null | false | 2018-01-26T20:26:14 | 2015-09-10T13:56:49 | 2018-01-20T12:34:29 | 2018-01-26T20:26:14 | 195 | 56 | 14 | 8 | Java | false | null | package br.com.bemobi.medescope.repository;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
/**
* Created by brunocosta on 9/10/15.
*/
public class PreferencesUtils {
// private static Map<Context, SharedPreferences> preferences = new Ha... | UTF-8 | Java | 5,538 | java | PreferencesUtils.java | Java | [
{
"context": "ntent.SharedPreferences.Editor;\n\n/**\n * Created by brunocosta on 9/10/15.\n */\npublic class PreferencesUtils {\n ",
"end": 197,
"score": 0.9990824460983276,
"start": 187,
"tag": "USERNAME",
"value": "brunocosta"
}
] | null | [] | package br.com.bemobi.medescope.repository;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
/**
* Created by brunocosta on 9/10/15.
*/
public class PreferencesUtils {
// private static Map<Context, SharedPreferences> preferences = new Ha... | 5,538 | 0.717407 | 0.716504 | 132 | 40.954544 | 36.500698 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.871212 | false | false | 5 |
6da0bd7042c8afa48485af88fa19adc296a4d882 | 2,525,440,795,630 | 345409195b8f2e48840df397a38d28b51eadaa21 | /src/main/java/hackstyle/gui/ScriptCheckBox.java | 5a41658daadbc100bb379c0eb9a875d4e456f584 | [] | no_license | neko123312/HackStyle | https://github.com/neko123312/HackStyle | 44f97912bd53acc20c54c0841f87136417c88090 | 8fea50f6130be68527681cd8a7782c43b6a80d26 | refs/heads/master | 2023-08-13T09:42:41.954000 | 2021-10-01T14:00:59 | 2021-10-01T14:00:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackstyle.gui;
import hackstyle.scripts.ActiveScripts;
import hackstyle.scripts.HackStyleScript;
import javafx.scene.control.CheckBox;
public class ScriptCheckBox extends CheckBox {
public ScriptCheckBox(ActiveScripts activeScripts, HackStyleScript script) {
super(script.name());
setMinSi... | UTF-8 | Java | 581 | java | ScriptCheckBox.java | Java | [] | null | [] | package hackstyle.gui;
import hackstyle.scripts.ActiveScripts;
import hackstyle.scripts.HackStyleScript;
import javafx.scene.control.CheckBox;
public class ScriptCheckBox extends CheckBox {
public ScriptCheckBox(ActiveScripts activeScripts, HackStyleScript script) {
super(script.name());
setMinSi... | 581 | 0.671256 | 0.659208 | 20 | 28.049999 | 22.444321 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 5 |
e78c4d99c7ed41b36b6edd93419db6140893668b | 3,178,275,836,244 | 195cd7676b274b9cd2f1d05223324fbf3de0d8c2 | /BonPlan/src/edu/bonplan/gui/AfficherReservationController.java | 200236acd2cbc0d05afc7b8d26266c9c304bb65b | [] | no_license | HamrouniMedKhaled/Java-FX | https://github.com/HamrouniMedKhaled/Java-FX | 68c54e1b82c69a4ae1d6b22c88cfd378d59c70b6 | b342b9c08b16410ed607a0eb4eb97112abe8c708 | refs/heads/master | 2020-05-03T06:35:56.964000 | 2019-03-30T00:23:56 | 2019-03-30T00:23:56 | 178,476,921 | 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 edu.bonplan.gui;
import edu.bonplan.entities.Reservation;
import edu.bonplan.services.ReservationEnseigneService;
import edu.b... | UTF-8 | Java | 9,184 | java | AfficherReservationController.java | Java | [
{
"context": "Stage;\n\n/**\n * FXML Controller class\n *\n * @author Hamrouni\n */\npublic class AfficherReservationController im",
"end": 1080,
"score": 0.9996193647384644,
"start": 1072,
"tag": "NAME",
"value": "Hamrouni"
}
] | 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 edu.bonplan.gui;
import edu.bonplan.entities.Reservation;
import edu.bonplan.services.ReservationEnseigneService;
import edu.b... | 9,184 | 0.575022 | 0.567073 | 294 | 30.238094 | 24.460669 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615646 | false | false | 5 |
01d78584332f0fc98c8f1df8a1658c53e361c0cf | 21,002,390,105,651 | 58e0a616163a2cb376427f0b1d7bd8a514f5ea3e | /app/src/main/java/com/project/myapplication/fragment/SearchingFragment.java | c65ecaf88a60206fb4c88debd0f196df8b7a5906 | [] | no_license | form-c/Bupyeong | https://github.com/form-c/Bupyeong | e837f5fe2cdd6f0a476b4f095fc5e383eb5822e2 | 9bc3a4853a3968d98c683d86e01088502e782cfa | refs/heads/master | 2023-03-15T19:27:31.696000 | 2015-04-06T12:30:02 | 2015-04-06T12:30:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.myapplication.fragment;
import android.app.AlertDialog;
import android.app.Fragment;
import android.content.DialogInterface;
import android.database.Cursor;
import android.os.Bundle;
import android.support.v7.widget.SearchView;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 3,167 | java | SearchingFragment.java | Java | [
{
"context": "yapplication.dao.UserInputData;\n\n/**\n * Created by 최형식 on 2015-02-26.\n */\npublic class SearchingFragment",
"end": 670,
"score": 0.8444570899009705,
"start": 667,
"tag": "USERNAME",
"value": "최형식"
}
] | null | [] | package com.project.myapplication.fragment;
import android.app.AlertDialog;
import android.app.Fragment;
import android.content.DialogInterface;
import android.database.Cursor;
import android.os.Bundle;
import android.support.v7.widget.SearchView;
import android.view.LayoutInflater;
import android.view.View;
import an... | 3,167 | 0.77084 | 0.767943 | 90 | 33.522221 | 26.137766 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.322222 | false | false | 5 |
ff13debfe54962e92edd536c6fd25d10668ed055 | 9,328,668,995,113 | a035589a36687d004f176c398d5306d6adeb1f59 | /app/src/main/java/com/geektech/astudy/data/beer/remote/BeerRemoteDataSource.java | 4ae1fd5fb8160b10761867e30006b7ab95f9284d | [] | no_license | Tameki/geektech_lvl3 | https://github.com/Tameki/geektech_lvl3 | ef39578594f0c5f41babd44c2f3f67104228b714 | 94452fd82dde42d26760b19b3db73e539562b998 | refs/heads/master | 2020-04-04T11:35:35.200000 | 2018-11-19T15:19:17 | 2018-11-19T15:19:17 | 155,896,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.geektech.astudy.data.beer.remote;
import com.geektech.astudy.data.beer.BeerDataSource;
import com.geektech.astudy.data.beer.model.Beer;
import com.geektech.core.retrofit.RetrofitBaseDataSource;
import java.util.ArrayList;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
// Cr... | UTF-8 | Java | 2,522 | java | BeerRemoteDataSource.java | Java | [
{
"context": "allback;\nimport retrofit2.Response;\n\n// Created by askar on 11/13/18.\npublic class BeerRemoteDataSource ex",
"end": 334,
"score": 0.9994075298309326,
"start": 329,
"tag": "USERNAME",
"value": "askar"
}
] | null | [] | package com.geektech.astudy.data.beer.remote;
import com.geektech.astudy.data.beer.BeerDataSource;
import com.geektech.astudy.data.beer.model.Beer;
import com.geektech.core.retrofit.RetrofitBaseDataSource;
import java.util.ArrayList;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
// Cr... | 2,522 | 0.578509 | 0.573751 | 88 | 27.65909 | 24.448408 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 5 |
d4c3fcb51d862e8fa3e5b2f174d0d7fbd46fe4ae | 16,870,631,575,419 | aa6c5ea7b1e185746b0941104263258147ff9b9a | /jjblog/src.main.java/com/bit2015/jjblog/controller/BlogController.java | 2f9e44084fef8d1aaabc2b6e2e60d151b25d8133 | [] | no_license | chrisjhkim/jjblog | https://github.com/chrisjhkim/jjblog | 2acf3e0ebe1d1e8a911cc1694f0728aa62329087 | 19e10ef3d98ad6c45da74d4e2d1bce3f48e3f940 | refs/heads/master | 2021-01-10T13:43:45.665000 | 2015-11-10T12:19:16 | 2015-11-10T12:22:10 | 45,909,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bit2015.jjblog.controller;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttri... | UTF-8 | Java | 4,165 | java | BlogController.java | Java | [] | null | [] | package com.bit2015.jjblog.controller;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttri... | 4,165 | 0.717681 | 0.707737 | 141 | 27.241135 | 22.049557 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.042553 | false | false | 5 |
d9212ea05360c0aacd5bb3ac22354bb1caf61c5b | 18,562,848,685,688 | 5606553308f2427b700a4ab37589bae13dbf89e1 | /src/CapaAplicacio/ControladorJocDaus.java | 81e5428ca96f5ccbd6f84c66c3eda01100126ae2 | [] | no_license | vcolomina/Joc-de-daus | https://github.com/vcolomina/Joc-de-daus | d3cd3272337220ad5684141cfffa03dbb5628bff | c7abbec2fc33da18a284583de1d03d86a1aba421 | refs/heads/master | 2021-01-20T00:27:22.949000 | 2017-05-13T07:37:44 | 2017-05-13T07:37:44 | 89,128,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CapaAplicacio;
import java.util.ArrayList;
import java.util.List;
import CapaAplicacio.DTO.JugadorDTO;
import CapaAplicacio.DTO.PartidaDTO;
import CapaDomini.Dau;
import CapaDomini.Jugador;
import CapaDomini.Partida;
public class ControladorJocDaus {
private Dau dau1, dau2;
private fin... | IBM852 | Java | 1,798 | java | ControladorJocDaus.java | Java | [
{
"context": "om) throws Exception {\r\n //Si el nom Ús \"Anonim\" no cal fer res\r\n if (!nom.equalsIgnoreC",
"end": 1323,
"score": 0.6104879975318909,
"start": 1321,
"tag": "NAME",
"value": "on"
}
] | null | [] | package CapaAplicacio;
import java.util.ArrayList;
import java.util.List;
import CapaAplicacio.DTO.JugadorDTO;
import CapaAplicacio.DTO.PartidaDTO;
import CapaDomini.Dau;
import CapaDomini.Jugador;
import CapaDomini.Partida;
public class ControladorJocDaus {
private Dau dau1, dau2;
private fin... | 1,798 | 0.582081 | 0.57429 | 70 | 23.671429 | 19.389778 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471429 | false | false | 5 |
990d88b0d824c241d17ccdcbddc812e074a322d0 | 34,291,018,948,268 | db3bfe61f5423b4d8216247207ea3d4d64a8ca9f | /kekosync-server/src/main/java/com/kellerkompanie/kekosync/server/helper/FileindexGenerator.java | 8e5a83e3ffa7ec975fe623eca248517ad3d59010 | [] | no_license | kellerkompanie/kellerkompanie-sync | https://github.com/kellerkompanie/kellerkompanie-sync | ba79d354b5022f4a7c58c6756543062f7f50130a | e5493969aeb7ff194dca9ff4904d2e161cffacce | refs/heads/master | 2022-02-08T15:37:25.852000 | 2022-01-28T20:01:44 | 2022-01-28T20:01:44 | 127,616,059 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kellerkompanie.kekosync.server.helper;
import com.kellerkompanie.kekosync.core.helper.FileindexEntry;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.... | UTF-8 | Java | 5,666 | java | FileindexGenerator.java | Java | [] | null | [] | package com.kellerkompanie.kekosync.server.helper;
import com.kellerkompanie.kekosync.core.helper.FileindexEntry;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.... | 5,666 | 0.622661 | 0.619838 | 131 | 42.251907 | 30.980501 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633588 | false | false | 5 |
95eb92671c28ff6e181d4038aae49d08ec9c3864 | 17,308,718,257,757 | 0caa7f756755bc5bf4fa36fd43d531ba1b049a9f | /src/main/java/net/leloubil/pronotelib/data/ClassData.java | 3ffba4411afabddf1d4850cf5d7e91fab2f4cbc5 | [
"MIT"
] | permissive | SillyNotations/PronoteLib | https://github.com/SillyNotations/PronoteLib | 89122fa39c2a64608c86b9635972f1353d6c67fb | 9557951d4125a9a8e9830b6a0cf5ac32fb38309f | refs/heads/master | 2020-07-30T19:49:58.191000 | 2019-09-19T19:50:43 | 2019-09-19T19:50:43 | 210,339,172 | 0 | 0 | null | true | 2019-09-23T11:34:47 | 2019-09-23T11:34:46 | 2019-09-19T19:51:27 | 2019-09-19T19:51:25 | 104 | 0 | 0 | 0 | null | false | false | package net.leloubil.pronotelib.data;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIncl... | UTF-8 | Java | 1,529 | java | ClassData.java | Java | [] | null | [] | package net.leloubil.pronotelib.data;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIncl... | 1,529 | 0.711576 | 0.709614 | 52 | 28.403847 | 29.784651 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 5 |
50195cdf986fa5134f7d2be1d3fc2d342c80cbd1 | 24,129,126,316,341 | 6296b0ecf4087f927b7d65bd94014fd9c217f38f | /AllocationNavigation/src/main/java/com/uic/cs581/model/CommonInterface.java | b009521da9b5a30e07df1c25659b45f7d4f9e56c | [] | no_license | mohitj23/ResourceSearch | https://github.com/mohitj23/ResourceSearch | 517fb3f32e65cdf03657e62feb319826eab514d3 | 19a10b49c690fa4f216b397f159e6ce36b05b1dd | refs/heads/master | 2022-10-30T18:06:56.898000 | 2019-06-04T21:38:52 | 2019-06-04T21:38:52 | 178,996,349 | 0 | 1 | null | false | 2022-10-05T19:53:19 | 2019-04-02T04:04:09 | 2019-06-04T21:40:30 | 2022-10-05T19:53:17 | 11,573 | 0 | 1 | 3 | Java | false | false | package com.uic.cs581.model;
//Marker interface useful for Json write
public interface CommonInterface {
}
| UTF-8 | Java | 108 | java | CommonInterface.java | Java | [] | null | [] | package com.uic.cs581.model;
//Marker interface useful for Json write
public interface CommonInterface {
}
| 108 | 0.796296 | 0.768519 | 5 | 20.6 | 16.847551 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
123626af6152da7e31a713de33917c99c9a793d0 | 7,980,049,302,466 | 02d53416c87631ee38ffecd411b8fbb2449f1446 | /app/src/main/java/com/bezatnew/bezat/adapter/CouponAdapter.java | 73cd16745026516373fe3109ec933380a871a90d | [] | no_license | navjotrana28/BezatNew | https://github.com/navjotrana28/BezatNew | f8aa59ca3e6619da83b9c9780dbd599b4cd72bff | 8bf99d31422bd6f6aa8a1159baf0ab8c3b6a0847 | refs/heads/master | 2021-08-15T22:52:56.106000 | 2020-09-22T10:42:22 | 2020-09-22T10:42:22 | 223,155,006 | 0 | 0 | null | false | 2020-09-22T10:42:24 | 2019-11-21T11:06:12 | 2020-06-24T19:02:57 | 2020-09-22T10:42:23 | 78,623 | 0 | 0 | 0 | Java | false | false | package com.bezatnew.bezat.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import ... | UTF-8 | Java | 3,089 | java | CouponAdapter.java | Java | [] | null | [] | package com.bezatnew.bezat.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import ... | 3,089 | 0.690515 | 0.689867 | 83 | 36.228916 | 31.345846 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626506 | false | false | 5 |
4cf70fc7ecb04a9c5e73cfd09cd9904719f5736f | 25,666,724,599,467 | a950e2edb49dde5e1d4019d35f18cb16893d1756 | /src/com/example/youyutest/MainActivity.java | f47b8f2484294a76c685f43b5aacb7ae3a9cada3 | [] | no_license | xiaomomo/androidtest | https://github.com/xiaomomo/androidtest | 6915b70b714172a07efc33aff3d8508c45da966c | 00c7207e82df57b927207649b13e0f9ac24ae048 | refs/heads/master | 2021-01-02T09:13:39.816000 | 2013-04-17T12:09:10 | 2013-04-17T12:09:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.youyutest;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang.math.NumberUtils;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import andro... | UTF-8 | Java | 3,849 | java | MainActivity.java | Java | [] | null | [] | package com.example.youyutest;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang.math.NumberUtils;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import andro... | 3,849 | 0.738001 | 0.735879 | 131 | 27.786259 | 24.73555 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.427481 | false | false | 5 |
b237fac2b3abf6d6eaa6f0822419aa336afaaf5a | 16,277,926,113,887 | 4e8a6f9ee707604c47a5c025c9029bb64cbd836b | /src/mseg/erp/dao/tipoadministracion/ITipoAdministracionDAO.java | 3e04b54215d880507331e9f686d49919a0909b32 | [] | no_license | fabricioscianda/gdp | https://github.com/fabricioscianda/gdp | df2197568448f86b149299c88f6978563fa1e5c7 | 0eec29a0200434bf4e260ca2d16836254b4db22e | refs/heads/master | 2021-01-23T13:58:08.630000 | 2015-04-28T03:32:53 | 2015-04-28T03:32:53 | 27,416,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mseg.erp.dao.tipoadministracion;
import mseg.erp.model.TipoAdministracion;
import mseg.erp.dao.generic.IGenericDAO;
import mseg.erp.vomodel.VOTipoAdministracion;
public interface ITipoAdministracionDAO extends IGenericDAO<VOTipoAdministracion, TipoAdministracion> {
}
| UTF-8 | Java | 288 | java | ITipoAdministracionDAO.java | Java | [] | null | [] | package mseg.erp.dao.tipoadministracion;
import mseg.erp.model.TipoAdministracion;
import mseg.erp.dao.generic.IGenericDAO;
import mseg.erp.vomodel.VOTipoAdministracion;
public interface ITipoAdministracionDAO extends IGenericDAO<VOTipoAdministracion, TipoAdministracion> {
}
| 288 | 0.826389 | 0.826389 | 9 | 30 | 32.34536 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
3ec2a2ed68a3e6a6b7e2920063b6131ac277f08d | 12,421,045,487,391 | bceba483c2d1831f0262931b7fc72d5c75954e18 | /src/qubed/corelogic/LEGALENTITYDETAIL.java | 33f92d1631040241f690686d04a835b4283774cd | [] | no_license | Nigel-Qubed/credit-services | https://github.com/Nigel-Qubed/credit-services | 6e2acfdb936ab831a986fabeb6cefa74f03c672c | 21402c6d4328c93387fd8baf0efd8972442d2174 | refs/heads/master | 2022-12-01T02:36:57.495000 | 2020-08-10T17:26:07 | 2020-08-10T17:26:07 | 285,552,565 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.08.05 at 04:46... | UTF-8 | Java | 15,980 | java | LEGALENTITYDETAIL.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.08.05 at 04:46... | 15,980 | 0.660013 | 0.651189 | 436 | 35.651375 | 37.972496 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.298165 | false | false | 5 |
219b5fdfaf9eccff367c3ec0bb5b910c7a7ba544 | 2,654,289,835,810 | 94c4c0009a32b3cebae9a7ff65d353d1dbf5b0fe | /app/src/main/java/com/webteklabs/spinner/MainActivity.java | 8411fa3404196d0d8df2555bbfa8afef638d0d81 | [] | no_license | rahulbhalsodia/Spinner | https://github.com/rahulbhalsodia/Spinner | 5296c7faa260587a21ba925c8cfa5e3da4b86f03 | 47eb56bc3f148bf02f054716b12af21141f23ec9 | refs/heads/master | 2021-07-08T10:50:12.115000 | 2017-10-05T17:55:31 | 2017-10-05T17:55:31 | 105,921,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.webteklabs.spinner;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
public class MainActiv... | UTF-8 | Java | 1,203 | java | MainActivity.java | Java | [] | null | [] | package com.webteklabs.spinner;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
public class MainActiv... | 1,203 | 0.729842 | 0.729011 | 37 | 31.513514 | 29.273752 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 5 |
0aef1dece39b6d02aa3be26dee355f31df6016fc | 19,018,115,200,603 | f15765388524132352fec48fb7446eb658ca23bb | /erp-common/src/main/java/com/xxx/erp/common/global/servletcontext/IServletContextProvider.java | 37760ba7e5764ca3df6bb9049239a837a82cb1cd | [] | no_license | xworkingshare/erp-parent | https://github.com/xworkingshare/erp-parent | 4a23a7ff029c5d46451e3e187bd4a776093aca4b | b6dd34cc9963219e0f012d8d975eb697cdc18ab4 | refs/heads/master | 2020-04-09T05:12:21.943000 | 2018-12-18T08:47:36 | 2018-12-18T08:47:36 | 160,055,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xxx.erp.common.global.servletcontext;
import javax.servlet.ServletContext;
/**
* @ClassName: IServletContextProvider
* @Description: 封装 项目全局上下文 容器
*
* @Author: 谢万清
* @CreateTime: 2018/12/4 17:37
* @Version: 1.0
**/
public interface IServletConte... | UTF-8 | Java | 1,499 | java | IServletContextProvider.java | Java | [
{
"context": " \n* @Author: 谢万清\n* @CreateTime: 2018/12/4 17:37\n* @Version: ",
"end": 223,
"score": 0.9849422574043274,
"start": 220,
"tag": "NAME",
"value": "谢万清"
},
{
"context": "nt:\n *@Return:java.lang.String\n *@Author :谢万清\n ... | null | [] | package com.xxx.erp.common.global.servletcontext;
import javax.servlet.ServletContext;
/**
* @ClassName: IServletContextProvider
* @Description: 封装 项目全局上下文 容器
*
* @Author: 谢万清
* @CreateTime: 2018/12/4 17:37
* @Version: 1.0
**/
public interface IServletConte... | 1,499 | 0.619409 | 0.579985 | 51 | 24.862745 | 19.557877 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.254902 | false | false | 5 |
133c6b2606ac8c6b36cde37c9f6cf599b5325fd6 | 29,188,597,764,283 | 56999e0685577582d3a88fa1c8d5167c35b3562e | /semana 8 99G/numeroMayor/test/numeroMayorTest.java | e2efdbfcd7252174a90749995960d73746337d8e | [] | no_license | hugo-vv/algoritmoscertus | https://github.com/hugo-vv/algoritmoscertus | e0302f394755be692ed00363c86a5f9ec4200f83 | 3dea19b8acb3b594e458afdf2bdaa8d4eb14e2f9 | refs/heads/main | 2023-08-31T19:09:17.467000 | 2021-10-30T11:45:37 | 2021-10-30T11:45:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
imp... | UTF-8 | Java | 4,289 | java | numeroMayorTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author DIA\n */\npublic class numeroMayorTest {\n \n publi",
"end": 373,
"score": 0.884486734867096,
"start": 370,
"tag": "USERNAME",
"value": "DIA"
}
] | 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.
*/
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
imp... | 4,289 | 0.603557 | 0.597004 | 141 | 29.304964 | 25.177933 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439716 | false | false | 5 |
ee6bef5e296369006a91507ebf547a1a59a1495a | 31,756,988,225,388 | a2b9bfae31d116533a07183ef0787d2140b23d5e | /src/UniqueNumberOfNumbers.java | 4477f755692682d5f8fbf0e391f1448e6fceb68d | [] | no_license | nathan-415/AlgorithamicSolutions | https://github.com/nathan-415/AlgorithamicSolutions | 5b23aec38f4a3ba43eb0627f00066128c2b89018 | 03c3dbfef91eeee107380f19ec59b754dd40a532 | refs/heads/main | 2023-02-12T20:37:13.180000 | 2021-01-18T17:19:23 | 2021-01-18T17:19:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
public class UniqueNumberOfNumbers {
public static void main(String[] args) {
UniqueNumberOfNumbers h = new UniqueNumberOfNumbers();
h.uniqueOccurrences(new int[]{1,2,2,1,1,3});
}
public boole... | UTF-8 | Java | 1,637 | java | UniqueNumberOfNumbers.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
public class UniqueNumberOfNumbers {
public static void main(String[] args) {
UniqueNumberOfNumbers h = new UniqueNumberOfNumbers();
h.uniqueOccurrences(new int[]{1,2,2,1,1,3});
}
public boole... | 1,637 | 0.417227 | 0.409896 | 57 | 27.719297 | 14.730032 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596491 | false | false | 5 |
e754af4ca08759b08cd279088dce0d16ba266e08 | 31,756,988,225,269 | e3b7295042e34d3f8127c97699ac854f03bc3f53 | /student-manager-v3/src/com/cw/service/UserServiceImpl.java | a580df3ce890c617db4ddec2bb3e4de7d0cd0e9b | [] | no_license | chenjunjie876/chen | https://github.com/chenjunjie876/chen | a3c24a6abab95f24acc77e9a2a704d1f3fa604f1 | 9425e1128d585c9ef65a15a2be5db215191110eb | refs/heads/master | 2020-12-01T05:36:17.508000 | 2020-10-11T15:57:34 | 2020-10-11T15:57:34 | 230,567,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cw.service;
import com.cw.mapper.UserMapper;
import com.cw.pojo.User;
import com.cw.utils.MybatisUtil;
import org.apache.ibatis.session.SqlSession;
import java.util.List;
/**
* @author chenwei
* @date 2020/10/11 23:13
*/
public class UserServiceImpl implements UserService{
@Override
public Lis... | UTF-8 | Java | 548 | java | UserServiceImpl.java | Java | [
{
"context": "qlSession;\n\nimport java.util.List;\n\n/**\n * @author chenwei\n * @date 2020/10/11 23:13\n */\npublic class UserSe",
"end": 208,
"score": 0.9996083378791809,
"start": 201,
"tag": "USERNAME",
"value": "chenwei"
}
] | null | [] | package com.cw.service;
import com.cw.mapper.UserMapper;
import com.cw.pojo.User;
import com.cw.utils.MybatisUtil;
import org.apache.ibatis.session.SqlSession;
import java.util.List;
/**
* @author chenwei
* @date 2020/10/11 23:13
*/
public class UserServiceImpl implements UserService{
@Override
public Lis... | 548 | 0.708029 | 0.686131 | 22 | 23.90909 | 19.958841 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
1b16412caac206e65e1b58a45e9da1fc38170799 | 10,531,259,877,689 | f35014292cbca66bf0a3ee0024fc31c98576f6b4 | /src/test/java/net/anschau/cnab/caixa/cnab240/SegmentoQTest.java | 8112337a3ec90c0b107c65fb70e00ffa3464c384 | [
"Apache-2.0"
] | permissive | edenir-anschau/cnab-caixa | https://github.com/edenir-anschau/cnab-caixa | 8c3cb841adbb4af8b5ec7620c4c1fbf844efa14e | 0cb59d0d52a4a3895077f4e4c804b749ce4cc953 | refs/heads/master | 2021-06-03T07:29:26.005000 | 2021-03-16T03:20:15 | 2021-03-16T03:20:15 | 116,478,750 | 13 | 1 | Apache-2.0 | false | 2021-03-19T03:20:45 | 2018-01-06T11:50:21 | 2021-03-16T03:20:18 | 2021-03-19T03:20:39 | 31 | 3 | 1 | 2 | Java | false | false | package net.anschau.cnab.caixa.cnab240;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.junit.Test;
/**
* @author Edenir Norberto Anschau (edenir.ans@gmail.com)
*/
public class SegmentoQTest {
@Test
public void segmentoQ() throws IOException {
String esperado = Arquivos.... | UTF-8 | Java | 676 | java | SegmentoQTest.java | Java | [
{
"context": "OException;\nimport org.junit.Test;\n\n/**\n * @author Edenir Norberto Anschau (edenir.ans@gmail.com)\n */\npublic class SegmentoQ",
"end": 176,
"score": 0.9998924732208252,
"start": 153,
"tag": "NAME",
"value": "Edenir Norberto Anschau"
},
{
"context": "it.Test;\n\n/**... | null | [] | package net.anschau.cnab.caixa.cnab240;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.junit.Test;
/**
* @author <NAME> (<EMAIL>)
*/
public class SegmentoQTest {
@Test
public void segmentoQ() throws IOException {
String esperado = Arquivos.SEGMENTO_Q;
Pagador pagad... | 646 | 0.656296 | 0.613333 | 28 | 23.142857 | 23.214396 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 5 |
9f35ac97704c2d8be24fb93b6147484eb713d020 | 18,992,345,413,132 | 7cf996117c15bc3a2131ff23a5a6c34a757ba161 | /HotelRivieraCampina/src/restaurante/TestaRefeicao.java | 77362d11e8e6d65b46be2b93741fe11f014c0441 | [] | no_license | caioalmeida1996/Projeto | https://github.com/caioalmeida1996/Projeto | 5e3b2686778336fba47c80cccd30540c895a221a | 0cbacdf862b0973e8cb6f6853b322fcd710f6ffb | refs/heads/master | 2020-04-05T23:44:34.422000 | 2015-03-13T02:40:23 | 2015-03-13T02:40:23 | 31,715,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package restaurante;
import static org.junit.Assert.*;
import java.util.Calendar;
import org.junit.Test;
public class TestaRefeicao {
@Test
public void testaCustos() {
Refeicao refeicao = new Refeicao(Calendar.getInstance(), Calendar.getInstance(), 30, null);
assertTrue(30 == refeicao.getCusto());
Refei... | UTF-8 | Java | 2,094 | java | TestaRefeicao.java | Java | [] | null | [] | package restaurante;
import static org.junit.Assert.*;
import java.util.Calendar;
import org.junit.Test;
public class TestaRefeicao {
@Test
public void testaCustos() {
Refeicao refeicao = new Refeicao(Calendar.getInstance(), Calendar.getInstance(), 30, null);
assertTrue(30 == refeicao.getCusto());
Refei... | 2,094 | 0.716332 | 0.680038 | 70 | 28.928572 | 25.827074 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.428571 | false | false | 5 |
01c7aedf80443e93aefd549056ae27b9aa950953 | 28,870,770,201,305 | 3d6c20dc57a8eb1a015c5d2353a515f29525a1d6 | /Asdvanced java swing shamim/HortonBookSolution/404140 Code from the book/ch06/DuplicateObjects/Dog.java | 721c7f18c8060a45b037c5cf5df38f1cd996fd0f | [] | no_license | nparvez71/NetbeanSoftware | https://github.com/nparvez71/NetbeanSoftware | b9e5c93addc2583790c69f53c650c29665e16721 | 1e18ff07914c4c4530bcfd93693d838bea8f9641 | refs/heads/master | 2020-03-13T19:14:53.285000 | 2018-04-29T04:34:07 | 2018-04-29T04:34:07 | 131,249,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Dog extends Animal {
public Dog(String aName) {
super("Dog"); // Call the base constructor
name = aName; // Supplied name
breed = "Unknown"; ... | UTF-8 | Java | 1,531 | java | Dog.java | Java | [] | null | [] | public class Dog extends Animal {
public Dog(String aName) {
super("Dog"); // Call the base constructor
name = aName; // Supplied name
breed = "Unknown"; ... | 1,531 | 0.437622 | 0.437622 | 48 | 30.895834 | 32.518738 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354167 | false | false | 5 |
6b78f9bd1e34afcd6ec1b51c3b4be7be54347f72 | 12,249,246,742,677 | 42ac9a3773756743d70205a1ed7b0e3e38458cc7 | /Training Practice Topics/src/DI_Examples/TestApp.java | b4dbdd1ace55fccb7b8c103ab285337247c9e54b | [] | no_license | Amitojha74/TrainingPractice | https://github.com/Amitojha74/TrainingPractice | a64ae79acf1a3a252778c23edc79b2f742d7f1f7 | c5f5545175af9dbfa8c363b4cc6a4720a5113c6d | refs/heads/main | 2023-07-07T01:57:56.030000 | 2021-08-11T07:52:00 | 2021-08-11T07:52:00 | 394,907,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DI_Examples;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestApp {
public static void main(String[] args){
ApplicationContext c=new ClassPathXmlApplicationContext("ApplicationContext.xml");
... | UTF-8 | Java | 506 | java | TestApp.java | Java | [] | null | [] | package DI_Examples;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestApp {
public static void main(String[] args){
ApplicationContext c=new ClassPathXmlApplicationContext("ApplicationContext.xml");
... | 506 | 0.697628 | 0.689723 | 17 | 27.764706 | 28.761759 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 5 |
698d1d51df740149da47162880b030bbf851f6ee | 12,214,887,048,080 | 6aa17065ff2994d519febaca213bd8a6b7b56b91 | /src/RisingCity.java | 52d4df175eacdf137123f1ab0a69a14745de3e56 | [] | no_license | NidhiS31/Construction-Management | https://github.com/NidhiS31/Construction-Management | 3b17e814dd733526ce6d05450142f92100a658a5 | f7b88e91a7964256912c96818872a4403701e044 | refs/heads/master | 2021-01-01T08:26:06.232000 | 2020-02-08T20:15:34 | 2020-02-08T20:15:34 | 239,196,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class RisingCity {
private static int globalCounter = 0;
private static int dayListIndex = 0;
private static Building buildingInConstruction;
//Main function of Rising City
public s... | UTF-8 | Java | 6,542 | java | RisingCity.java | Java | [] | null | [] | import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class RisingCity {
private static int globalCounter = 0;
private static int dayListIndex = 0;
private static Building buildingInConstruction;
//Main function of Rising City
public s... | 6,542 | 0.546775 | 0.54173 | 151 | 42.324505 | 34.19162 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701987 | false | false | 5 |
cfc98976f92ffe037aafdd9b0a8c2cddad0a86d1 | 6,631,429,542,566 | ada6bd300e8f13101a99d79671ee780c21e23184 | /src/main/java/com/campustagram/core/controller/SystemEmailController.java | 8029fee684317b6ae5a6f6f86f4fe991568f022a | [] | no_license | Campustagram/Campustagram | https://github.com/Campustagram/Campustagram | 210add1bedca59fca3cafb54b67d0e3a63da0c0e | 32d6cdfab34790d77704db95d5adb5088ea8b05d | refs/heads/master | 2023-02-28T06:02:12.176000 | 2021-01-30T12:11:07 | 2021-01-30T12:11:07 | 311,425,234 | 0 | 1 | null | false | 2021-01-06T18:43:36 | 2020-11-09T18:11:46 | 2021-01-06T16:49:56 | 2021-01-06T18:43:35 | 25,490 | 0 | 1 | 0 | Java | false | false | package com.campustagram.core.controller;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.mail.MessagingException;
import org.ocpsoft.rewrite.annotation.Join;
import org.springframework.beans.factory.annotation.Autowired;
import org... | UTF-8 | Java | 12,815 | java | SystemEmailController.java | Java | [] | null | [] | package com.campustagram.core.controller;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.mail.MessagingException;
import org.ocpsoft.rewrite.annotation.Join;
import org.springframework.beans.factory.annotation.Autowired;
import org... | 12,815 | 0.794226 | 0.794147 | 290 | 43.193104 | 34.856117 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.910345 | false | false | 5 |
e2541578550fdf8c43c6c632afffe6456c304982 | 17,360,257,845,922 | 541705d4ccf908523a70c364dbf2794a69ac4a1b | /src/main/java/com/anbang/p2p/cqrs/q/dao/mongodb/MongodbOrderContractDao.java | 2fc2e1e7a6e6d695e08a39c20cf9efdbe2f722c6 | [] | no_license | ulwfcyvi791837060/p2p_financial | https://github.com/ulwfcyvi791837060/p2p_financial | ad930a54cd9311027aa046b51dd7b5d49643fba2 | c140952bd66216b29b1441529fb949239f959386 | refs/heads/master | 2021-06-23T01:23:26.893000 | 2019-11-20T01:24:44 | 2019-11-20T01:24:44 | 221,878,506 | 0 | 0 | null | false | 2021-06-04T02:18:55 | 2019-11-15T08:25:24 | 2019-11-20T01:25:11 | 2021-06-04T02:18:54 | 147 | 0 | 0 | 2 | Java | false | false | package com.anbang.p2p.cqrs.q.dao.mongodb;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.stereotype.Component;
import com.anbang.p2p... | UTF-8 | Java | 1,156 | java | MongodbOrderContractDao.java | Java | [] | null | [] | package com.anbang.p2p.cqrs.q.dao.mongodb;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.stereotype.Component;
import com.anbang.p2p... | 1,156 | 0.789792 | 0.785467 | 46 | 24.130434 | 23.485989 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 5 |
fa56848a62804b32785db373752674ea065ee9ba | 29,901,562,381,378 | d845c34f5b875c220293265b49dfd51f290d4ee0 | /projects/org.graalvm.vm.x86/src/org/graalvm/vm/x86/el/ast/VariableNode.java | 9ca4655ae030bba197c786bc096384404293f4c8 | [
"UPL-1.0",
"Apache-2.0"
] | permissive | pekd/vmx86 | https://github.com/pekd/vmx86 | d136c86b8ccd2d22f3aaff9296bb861d6fac5d42 | f7e7e839a13f6d519cf25598dd5dfcdcacd1a177 | refs/heads/dev | 2022-07-01T23:35:21.609000 | 2022-06-17T16:53:14 | 2022-06-17T16:53:14 | 215,284,931 | 4 | 2 | NOASSERTION | true | 2020-02-28T15:12:46 | 2019-10-15T11:45:31 | 2020-02-28T15:12:37 | 2020-02-28T15:12:46 | 2,817 | 1 | 2 | 0 | Java | false | false | package org.graalvm.vm.x86.el.ast;
import org.graalvm.vm.x86.ArchitecturalState;
import org.graalvm.vm.x86.RegisterAccessFactory;
import org.graalvm.vm.x86.isa.Register;
import org.graalvm.vm.x86.node.ReadFlagsNode;
import org.graalvm.vm.x86.node.ReadNode;
import com.oracle.truffle.api.CompilerAsserts;
import com.ora... | UTF-8 | Java | 11,887 | java | VariableNode.java | Java | [] | null | [] | package org.graalvm.vm.x86.el.ast;
import org.graalvm.vm.x86.ArchitecturalState;
import org.graalvm.vm.x86.RegisterAccessFactory;
import org.graalvm.vm.x86.isa.Register;
import org.graalvm.vm.x86.node.ReadFlagsNode;
import org.graalvm.vm.x86.node.ReadNode;
import com.oracle.truffle.api.CompilerAsserts;
import com.ora... | 11,887 | 0.578615 | 0.554387 | 336 | 34.377975 | 24.992796 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 5 |
c80ae6b05fae5b7d05951bc775fd617a6579f78b | 29,901,562,380,459 | 46dbaa8fb4ed9b56f480888860a33e1ed54cf697 | /ad/src/main/java/com/shengvideo/modules/sys/dao/SgroupDao.java | 49ee3ac68b85228e562e280a168772bbb2e203de | [
"Apache-2.0"
] | permissive | wzlssjb/xxfb | https://github.com/wzlssjb/xxfb | 5a55dbf63aa6fd725c38e567681e011eb28a001e | 39496dfbde811fb282a893a081da86738da294a3 | refs/heads/master | 2020-05-25T19:26:05.375000 | 2019-05-22T03:27:56 | 2019-05-22T03:27:56 | 187,951,459 | 0 | 0 | null | false | 2020-03-26T13:31:16 | 2019-05-22T02:52:21 | 2019-05-22T03:29:15 | 2020-03-26T13:31:15 | 2,223 | 0 | 0 | 1 | JavaScript | false | false | package com.shengvideo.modules.sys.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.shengvideo.modules.sys.entity.SgroupEntity;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
*
*
* @author lmy
* @email 2945828910@qq.com
* @date 2018-09-11 13:55:24
*/
@Mapper
public ... | UTF-8 | Java | 512 | java | SgroupDao.java | Java | [
{
"context": "r;\n\nimport java.util.List;\n\n/**\n * \n * \n * @author lmy\n * @email 2945828910@qq.com\n * @date 2018-09-11 1",
"end": 243,
"score": 0.9996294379234314,
"start": 240,
"tag": "USERNAME",
"value": "lmy"
},
{
"context": ".util.List;\n\n/**\n * \n * \n * @author lmy\n *... | null | [] | package com.shengvideo.modules.sys.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.shengvideo.modules.sys.entity.SgroupEntity;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
*
*
* @author lmy
* @email <EMAIL>
* @date 2018-09-11 13:55:24
*/
@Mapper
public interface ... | 502 | 0.75 | 0.703125 | 24 | 20.333334 | 21.098314 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
933405127337aeeb13cf8af4028985c0c2636276 | 23,519,240,950,635 | b8f0a7ec820c07062e718a63295ece789ae557cd | /app/src/main/java/com/example/waveview/MainActivity.java | 47baf1864a196df9c7d3afabdb158d746a801027 | [] | no_license | ramizkhan431/WaveView | https://github.com/ramizkhan431/WaveView | e26d0eb3a912e6789584df638eedd78b3c6f96f9 | a48ef9b9a6b006be64ccc0b893b06bb1c5f65e01 | refs/heads/master | 2020-06-18T06:18:23.085000 | 2019-07-10T11:30:17 | 2019-07-10T11:30:17 | 196,192,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.waveview;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.scwang.wave.MultiWaveHeader;
public class MainActivity extends AppCompatActivity {
MultiWaveHeader waveHeader,waveFooter;
@Override
protected void onCreate(B... | UTF-8 | Java | 1,107 | java | MainActivity.java | Java | [] | null | [] | package com.example.waveview;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.scwang.wave.MultiWaveHeader;
public class MainActivity extends AppCompatActivity {
MultiWaveHeader waveHeader,waveFooter;
@Override
protected void onCreate(B... | 1,107 | 0.70551 | 0.693767 | 38 | 28.131578 | 19.358353 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 5 |
23cdabb05dfae5c957e4d3d7a223d81dcabf7531 | 21,595,095,574,818 | a7d8801adc3d86fded15ef12b5e362979ec240dd | /ArtificialIntelligence/RuleBasedSystem/impl-java/src/rbs/RuleBase.java | fa2a5c922746ae0971a67815d277c5ebb215db39 | [
"MIT"
] | permissive | matthiascy/umontpellier-assignment | https://github.com/matthiascy/umontpellier-assignment | a5d74a072bcf594d23ba1ca6c12acd99805da30d | d0dc7b9ffdce1df45b1ed3722f6e35ff0498e12e | refs/heads/master | 2021-08-24T06:22:03.652000 | 2017-12-08T11:21:32 | 2017-12-08T11:21:32 | 104,671,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rbs;
import java.util.ArrayList;
public class RuleBase {
private ArrayList<Rule> rules; // l'ensemble des regles
/**
* Constructeur : cree une base de regles vide
*/
public RuleBase() {
rules = new ArrayList<Rule>();
}
public RuleBase(ArrayList<Rule> rules) {
... | UTF-8 | Java | 1,588 | java | RuleBase.java | Java | [] | null | [] | package rbs;
import java.util.ArrayList;
public class RuleBase {
private ArrayList<Rule> rules; // l'ensemble des regles
/**
* Constructeur : cree une base de regles vide
*/
public RuleBase() {
rules = new ArrayList<Rule>();
}
public RuleBase(ArrayList<Rule> rules) {
... | 1,588 | 0.528967 | 0.527078 | 77 | 19.623377 | 19.751732 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.194805 | false | false | 5 |
b2733370d60e15f92b3cabf9d991f14711b4a34b | 21,595,095,577,342 | 39876c7728819c666ebbf12db5560a31dace0e40 | /zwmall-api/src/main/java/top/chengdongqing/common/kit/StringKit.java | 0c2377ac4d96c91a5b3f5f69f1699fd7e7c7f95e | [
"MulanPSL-2.0",
"LicenseRef-scancode-mulanpsl-2.0-en",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ruoxue/springboot | https://github.com/ruoxue/springboot | a5b4f27404c2be69adbc550d34ae7c18efebd9dd | db7ec824ebc549480c9017db29b72c5355947b8f | refs/heads/master | 2023-01-10T11:31:58.142000 | 2020-11-11T12:24:54 | 2020-11-11T12:24:54 | 311,963,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package top.chengdongqing.common.kit;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import com.jfinal.kit.StrKit;
import top.chengdongqing.common.model.User;
/**
* 字符串处理工具类
*
* @author Luyao
*
*/
public class StringKit {
/**
* 生成验证码
*
* @return
*/... | UTF-8 | Java | 1,415 | java | StringKit.java | Java | [
{
"context": "n.model.User;\r\n\r\n/**\r\n * 字符串处理工具类\r\n * \r\n * @author Luyao\r\n *\r\n */\r\npublic class StringKit {\r\n\r\n\t/**\r\n\t * 生",
"end": 241,
"score": 0.9948744177818298,
"start": 236,
"tag": "USERNAME",
"value": "Luyao"
}
] | null | [] |
package top.chengdongqing.common.kit;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import com.jfinal.kit.StrKit;
import top.chengdongqing.common.model.User;
/**
* 字符串处理工具类
*
* @author Luyao
*
*/
public class StringKit {
/**
* 生成验证码
*
* @return
*/... | 1,415 | 0.622256 | 0.614686 | 60 | 19.983334 | 21.300619 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.633333 | false | false | 5 |
84812443cf0f1a8520d02e5bb3b12841bb90a38f | 17,910,013,655,619 | 54201bdc4df535ce95ee16677bea59498232ca0c | /src/main/java/com/example/demo/mapper/SysLogMapper.java | 6717689d399d60b8b0d90a7d7e9b57884bd320ee | [] | no_license | ChinaVolvocars/mybatis-plus-demo | https://github.com/ChinaVolvocars/mybatis-plus-demo | 092eac88ca80f9c96d6a1007d2ad37a232f8a9c9 | 4063e4db3f7f26fb0b1d5b6956414ec4cd661194 | refs/heads/master | 2023-08-29T02:03:39.306000 | 2021-11-07T12:07:08 | 2021-11-07T12:07:08 | 425,492,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.mapper;
import com.example.demo.domain.SysLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author Color
* @description 针对表【sys_log(系统日志表)】的数据库操作Mapper
* @createDate 2021-11-06 22:23:27
* @Entity com.example.demo.domain.SysLog
*/
public interface SysLogMapper extends BaseMap... | UTF-8 | Java | 373 | java | SysLogMapper.java | Java | [
{
"context": "mybatisplus.core.mapper.BaseMapper;\n\n/**\n* @author Color\n* @description 针对表【sys_log(系统日志表)】的数据库操作Mapper\n* ",
"end": 149,
"score": 0.6715627908706665,
"start": 144,
"tag": "NAME",
"value": "Color"
}
] | null | [] | package com.example.demo.mapper;
import com.example.demo.domain.SysLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author Color
* @description 针对表【sys_log(系统日志表)】的数据库操作Mapper
* @createDate 2021-11-06 22:23:27
* @Entity com.example.demo.domain.SysLog
*/
public interface SysLogMapper extends BaseMap... | 373 | 0.765396 | 0.72434 | 14 | 23.071428 | 21.462473 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 5 |
5ec54ca7c85401ab08b3eac1ac42be658c7e4b31 | 32,040,456,058,576 | f043183e6a58bc642c46b66d3fd7ce9c43257ff4 | /news/src/main/java/com/accp/spring/mapper/NewsTableMapper.java | a3b89fd769c1a47540d7820744a1b33fd5230b0c | [] | no_license | smile000zsg/smile | https://github.com/smile000zsg/smile | 7a6ed9b4c96994d539c2ee2ae2ae0bd7b860ba2f | 14558591ebfca6a10ab4bbeb393a8255921ddadb | refs/heads/master | 2020-03-25T19:37:43.262000 | 2018-08-09T03:39:58 | 2018-08-09T03:46:06 | 144,092,253 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accp.spring.mapper;
import java.util.List;
import com.accp.spring.entity.NewsTable;
public interface NewsTableMapper {
//查询新闻
List<NewsTable> selectNews(int newsTypeId);
}
| UTF-8 | Java | 207 | java | NewsTableMapper.java | Java | [] | null | [] | package com.accp.spring.mapper;
import java.util.List;
import com.accp.spring.entity.NewsTable;
public interface NewsTableMapper {
//查询新闻
List<NewsTable> selectNews(int newsTypeId);
}
| 207 | 0.743719 | 0.743719 | 10 | 17.9 | 17.271074 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 5 |
59add4887bb5df44f7d2fc539b450f66910e9647 | 19,146,964,258,857 | 8becbf1476ff64156499dba473ac2b56ba18416d | /src/telephony/Browseble.java | 77a23f446c9f3926b39815bc974bb18ead87beee | [] | no_license | teo-stoyanov/Java--Interfaces | https://github.com/teo-stoyanov/Java--Interfaces | 1c5b8a5b6f8b31d4263111a59e019cea16e70af4 | 0888640cbe85cd886805d8ca32972731001e43ee | refs/heads/master | 2020-04-12T16:09:24.814000 | 2018-12-20T16:22:09 | 2018-12-20T16:22:09 | 162,603,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package telephony;
public interface Browseble {
void browseWeb();
}
| UTF-8 | Java | 74 | java | Browseble.java | Java | [] | null | [] | package telephony;
public interface Browseble {
void browseWeb();
}
| 74 | 0.716216 | 0.716216 | 6 | 11.333333 | 11.396881 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
983d73f0952de779ebcec3dc3cd98644562b9d4e | 32,590,211,879,762 | 9b59807597bc0c595b75b6fb3c3f6cc38a5bb4af | /src-carol/carol/pvp/producer/LanguageProducerFactory.java | 01297ebee680ff05cd7e2f4a4a1cbae48010fec7 | [] | no_license | wjpjw/StatechartsAnalysis | https://github.com/wjpjw/StatechartsAnalysis | 05a438094888c6a6fc999a0b0d41e984dc9a6fc5 | 4945a4a9d3c91de6b54091146a85f8fe6b422db7 | refs/heads/master | 2016-05-25T13:26:05.971000 | 2015-03-09T01:20:06 | 2015-03-09T01:25:18 | 31,871,753 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package carol.pvp.producer;
import carol.pvp.producer.impl.LanguageProducerImpl;
import carol.pvp.producer.java.impl.JavaLanguageProducerImpl;
public class LanguageProducerFactory {
private static LanguageProducerImpl producer = null;
/**
* 创建唯一的用于java语言的LanguageProducerImpl对象
* 后期可能添加其他语言
* @r... | GB18030 | Java | 533 | java | LanguageProducerFactory.java | Java | [] | null | [] | package carol.pvp.producer;
import carol.pvp.producer.impl.LanguageProducerImpl;
import carol.pvp.producer.java.impl.JavaLanguageProducerImpl;
public class LanguageProducerFactory {
private static LanguageProducerImpl producer = null;
/**
* 创建唯一的用于java语言的LanguageProducerImpl对象
* 后期可能添加其他语言
* @r... | 533 | 0.744376 | 0.744376 | 21 | 21.285715 | 21.376762 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047619 | false | false | 5 |
49c360fc701da347d589ee5d1cdf0254f191a887 | 5,566,277,649,795 | 405f2e5d89e5ae0f7497b283a89a3d6d78524542 | /src/main/java/handong/capstone2019s/salesb/app/manageseller/ManageSellerController.java | 6f3c597ebe8fbc28a104449a7932a7c484eb14d5 | [
"Apache-2.0"
] | permissive | woduseh/SalesB-Seller | https://github.com/woduseh/SalesB-Seller | 4d206944af4511d06bfd09df655c68fd931e7441 | 07496e16274879bfa1b6051954146c41a26a4416 | refs/heads/main | 2023-04-29T16:39:57.494000 | 2021-05-21T01:03:38 | 2021-05-21T01:03:38 | 369,375,123 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package handong.capstone2019s.salesb.app.manageseller;
import javax.inject.Inject;
import lombok.extern.slf4j.Slf4j;
import com.github.dozermapper.core.Mapper;
import handong.capstone2019s.salesb.domain.model.Seller;
import handong.capstone2019s.salesb.domain.service.seller.SellerService;
import org.springframewor... | UTF-8 | Java | 3,884 | java | ManageSellerController.java | Java | [] | null | [] | package handong.capstone2019s.salesb.app.manageseller;
import javax.inject.Inject;
import lombok.extern.slf4j.Slf4j;
import com.github.dozermapper.core.Mapper;
import handong.capstone2019s.salesb.domain.model.Seller;
import handong.capstone2019s.salesb.domain.service.seller.SellerService;
import org.springframewor... | 3,884 | 0.699794 | 0.695932 | 125 | 30.072001 | 25.80455 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408 | false | false | 5 |
0ce0525e693027fc4d3c37e8ef69af9bf770aff1 | 24,068,996,774,301 | 2380af63c6ac8da3c18275b6eac89d65ceca9c98 | /spring-core/src/test/java/com/baeldung/swfluxdemo/SimpleWebFluxDemoApplicationTests.java | 1ee69df30d6f03ed4d1815cbeda0975bc0ff4fc9 | [
"MIT"
] | permissive | Rebowitz/tutorials | https://github.com/Rebowitz/tutorials | cf6e9365f30ed0010549462fdade2acdbcaa4627 | 0e5da6eb6938fa8d6df8b8681db23bedda661986 | refs/heads/master | 2021-09-08T15:29:02.628000 | 2018-03-10T17:16:13 | 2018-03-10T17:16:13 | 124,338,718 | 0 | 0 | MIT | true | 2018-03-08T04:54:02 | 2018-03-08T04:54:01 | 2018-03-08T04:02:40 | 2018-03-08T01:13:14 | 72,378 | 0 | 0 | 0 | null | false | null | package com.baeldung;
import java.time.Duration;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
import org.springframework.context.ApplicationContext;
import org.spring... | UTF-8 | Java | 1,859 | java | SimpleWebFluxDemoApplicationTests.java | Java | [] | null | [] | package com.baeldung;
import java.time.Duration;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
import org.springframework.context.ApplicationContext;
import org.spring... | 1,859 | 0.755245 | 0.751479 | 60 | 29.9 | 24.918333 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616667 | false | false | 5 |
3aec608327ec258047942eeca015004d8c4ad567 | 13,202,729,525,861 | 41ef9c89d8b966b948c7ab76fecf17b34eaca6d4 | /chapter_008/src/main/java/ru/j4jdraft/ood/mnpoly/spaces/GoSpace.java | f70eb364172398fef4c163d55ce88935454e8121 | [] | no_license | dpopkov/j4jdraft | https://github.com/dpopkov/j4jdraft | e666eae0f16f3e71b576cb1884bb61894aabac2f | 9296d696c445b28f2f81de1a494fdc14a502561a | refs/heads/master | 2022-09-15T11:06:20.651000 | 2020-11-30T17:40:12 | 2020-11-30T17:40:12 | 162,925,251 | 0 | 0 | null | false | 2022-09-08T01:05:42 | 2018-12-23T21:32:05 | 2021-02-23T16:57:38 | 2022-09-08T01:05:42 | 492 | 0 | 0 | 7 | Java | false | false | package ru.j4jdraft.ood.mnpoly.spaces;
import ru.j4jdraft.ood.mnpoly.Bank;
import ru.j4jdraft.ood.mnpoly.BankNote;
import ru.j4jdraft.ood.mnpoly.Player;
import ru.j4jdraft.ood.mnpoly.Space;
import java.util.List;
/** Стартовый квадрат при повторном прохождении через который игрок получает заплату. */
public class Go... | UTF-8 | Java | 649 | java | GoSpace.java | Java | [] | null | [] | package ru.j4jdraft.ood.mnpoly.spaces;
import ru.j4jdraft.ood.mnpoly.Bank;
import ru.j4jdraft.ood.mnpoly.BankNote;
import ru.j4jdraft.ood.mnpoly.Player;
import ru.j4jdraft.ood.mnpoly.Space;
import java.util.List;
/** Стартовый квадрат при повторном прохождении через который игрок получает заплату. */
public class Go... | 649 | 0.709343 | 0.695502 | 23 | 24.130434 | 21.098742 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 5 |
6ddd60cff83c4a2b1133275f26c85ad7708a2694 | 21,174,188,808,905 | af11bc2936900ac94d02bfc3b49d12d01a943609 | /src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorBedrock.java | 88bbb4462e412dd524fe9323a64e443d03323f88 | [] | no_license | PetteriM1/Nukkit-For-SuomiCraft-PE | https://github.com/PetteriM1/Nukkit-For-SuomiCraft-PE | 7cd06bc7f9539081f3cd89ce943037e6c6bb08e3 | ccf1de6d47ca7237e3c4eb3f07b8674abe7864b1 | refs/heads/master | 2021-05-08T15:29:25.919000 | 2021-05-08T13:31:20 | 2021-05-08T13:31:20 | 120,112,332 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nukkit.level.generator.populator.impl;
import cn.nukkit.level.ChunkManager;
import cn.nukkit.level.format.FullChunk;
import cn.nukkit.level.generator.populator.type.Populator;
import cn.nukkit.math.NukkitRandom;
/**
* @author DaPorkchop_
*
* Places bedrock on the bottom of the world
*/
public class Pop... | UTF-8 | Java | 854 | java | PopulatorBedrock.java | Java | [
{
"context": "mport cn.nukkit.math.NukkitRandom;\n\n/**\n * @author DaPorkchop_\n *\n * Places bedrock on the bottom of the world\n ",
"end": 251,
"score": 0.9997456073760986,
"start": 240,
"tag": "USERNAME",
"value": "DaPorkchop_"
}
] | null | [] | package cn.nukkit.level.generator.populator.impl;
import cn.nukkit.level.ChunkManager;
import cn.nukkit.level.format.FullChunk;
import cn.nukkit.level.generator.populator.type.Populator;
import cn.nukkit.math.NukkitRandom;
/**
* @author DaPorkchop_
*
* Places bedrock on the bottom of the world
*/
public class Pop... | 854 | 0.564403 | 0.552693 | 28 | 29.5 | 25.539186 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821429 | false | false | 5 |
7b3ae508c8461faba5d9d09c2f0423f99c7df0b0 | 21,174,188,809,161 | 39822bfe674a4ff06528d60552d2cf88ed24b8e7 | /src/main/java/net/sourceforge/fenixedu/domain/phd/candidacy/activities/EditCandidacyDate.java | d5859408a0484e762a6e548f51b54872321012c6 | [] | no_license | carlosmahumane/fenix | https://github.com/carlosmahumane/fenix | 04d54025247782cf1595b71a6bda7acedc5906a3 | 874f8571eb4737b8f1525072ad7bd8cbd2c61335 | refs/heads/master | 2021-01-24T20:32:52.108000 | 2014-05-01T01:47:41 | 2014-05-01T01:47:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sourceforge.fenixedu.domain.phd.candidacy.activities;
import net.sourceforge.fenixedu.domain.caseHandling.PreConditionNotValidException;
import net.sourceforge.fenixedu.domain.phd.candidacy.PhdProgramCandidacyProcess;
import org.fenixedu.bennu.core.domain.User;
import org.joda.time.LocalDate;
public clas... | UTF-8 | Java | 822 | java | EditCandidacyDate.java | Java | [] | null | [] | package net.sourceforge.fenixedu.domain.phd.candidacy.activities;
import net.sourceforge.fenixedu.domain.caseHandling.PreConditionNotValidException;
import net.sourceforge.fenixedu.domain.phd.candidacy.PhdProgramCandidacyProcess;
import org.fenixedu.bennu.core.domain.User;
import org.joda.time.LocalDate;
public clas... | 822 | 0.787105 | 0.787105 | 23 | 34.739132 | 36.775723 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 5 |
e3afcaf7d7c4ea00744c6546533acc33616b6446 | 8,942,121,976,746 | 538a5126ee8e822cbc3edd6eccd130fda1c2cfec | /src/main/java/com/elearning/pojo/resourceManage/SnsResourceDebate.java | 1cbe7bb5654142e16edfbdd7226cb17df200bb6a | [] | no_license | lixiaoxiong6541/elearning | https://github.com/lixiaoxiong6541/elearning | 1d24b4fdc547f3755d7c22a55ffca07abe7b275a | 5de924c120ea8fc7442ffc93c2aca8bd41a61cd9 | refs/heads/master | 2020-06-07T14:11:05.515000 | 2020-06-02T08:36:11 | 2020-06-02T08:36:11 | 193,037,505 | 2 | 0 | null | false | 2020-07-01T23:33:50 | 2019-06-21T05:41:41 | 2020-06-15T10:45:44 | 2020-07-01T23:33:48 | 16,909 | 0 | 0 | 5 | JavaScript | false | false | package com.elearning.pojo.resourceManage;
public class SnsResourceDebate {
private Integer debateId;
private Integer parentDebateId;
private Long resourceId;
private String content;
private Integer score;
private String fileName;
private String filePath;
private String fileType;... | UTF-8 | Java | 2,973 | java | SnsResourceDebate.java | Java | [] | null | [] | package com.elearning.pojo.resourceManage;
public class SnsResourceDebate {
private Integer debateId;
private Integer parentDebateId;
private Long resourceId;
private String content;
private Integer score;
private String fileName;
private String filePath;
private String fileType;... | 2,973 | 0.633703 | 0.633703 | 131 | 21.70229 | 25.829357 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427481 | false | false | 5 |
a3340987d1bb026eeb2182a167671e045b5bc76d | 32,762,010,587,663 | 1e96becb9fab69de87d779231a059efcd8302b5d | /halo.java | 34c64e857ad8a019a3d4f2bf61fb0e4950b7db90 | [] | no_license | jhonielkoto/belajar-git-cli- | https://github.com/jhonielkoto/belajar-git-cli- | e1f112af332f7da94e981a77516e5fc206504716 | e19602c79ed13a59ec0ae696ddb341c4905702aa | refs/heads/master | 2020-12-24T22:39:40.639000 | 2016-08-01T17:11:49 | 2016-08-01T17:11:49 | 64,687,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class void halo{
public void main(String[] args){
System.out.print("Hallo");
}
}
| UTF-8 | Java | 93 | java | halo.java | Java | [] | null | [] | public class void halo{
public void main(String[] args){
System.out.print("Hallo");
}
}
| 93 | 0.666667 | 0.666667 | 6 | 14.5 | 13.81726 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 5 |
e6378d2e253f1a5756bf688fb2d1600dc05b64a2 | 25,735,444,056,131 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_909699f890da008c94fe84890bb89d38af0af2bc/CommandBirthday/13_909699f890da008c94fe84890bb89d38af0af2bc_CommandBirthday_s.java | de62b308af4e16f29f137aaaeb420f20c7256514 | [] | 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 au.com.addstar.birthdaygift;
/*
* BirthdayGift
* Copyright (C) 2013 add5tar <copyright at addstar dot com dot au>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version... | UTF-8 | Java | 3,729 | java | 13_909699f890da008c94fe84890bb89d38af0af2bc_CommandBirthday_s.java | Java | [
{
"context": "daygift;\n /*\n * BirthdayGift\n * Copyright (C) 2013 add5tar <copyright at addstar dot com dot au>\n *\n * This ",
"end": 87,
"score": 0.9991462826728821,
"start": 80,
"tag": "USERNAME",
"value": "add5tar"
}
] | null | [] | package au.com.addstar.birthdaygift;
/*
* BirthdayGift
* Copyright (C) 2013 add5tar <copyright at addstar dot com dot au>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version... | 3,729 | 0.68222 | 0.678198 | 95 | 38.242104 | 31.697491 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.336842 | false | false | 5 |
c819554c8c4fc9f1c11df168e983ce13d0daa4cc | 12,498,354,835,038 | 2ae562d176fccad82ff9b186e378f11b56c70cd0 | /FinalLabDataStructures/src/Comparable.java | 2ea534ee2191b545cc8dbb010d826327f34a2fdd | [] | no_license | jogipi/javaprograms | https://github.com/jogipi/javaprograms | 19314602dac784da6d0b1402a0ceb6275c6bb3bb | f3124fb629894e4f654ecdcb83aba520294fd01b | refs/heads/master | 2021-07-12T14:04:57.398000 | 2017-10-15T22:23:31 | 2017-10-15T22:23:31 | 106,532,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Interface used by employee class that contains methods for making comparisons between the employee objects.
*/
public interface Comparable {
public int compareTo(Object o);
/**
* Returns true if string word within object is the same
*/
}
| UTF-8 | Java | 263 | java | Comparable.java | Java | [] | null | [] | /**
* Interface used by employee class that contains methods for making comparisons between the employee objects.
*/
public interface Comparable {
public int compareTo(Object o);
/**
* Returns true if string word within object is the same
*/
}
| 263 | 0.707224 | 0.707224 | 9 | 27.222221 | 34.685181 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
81707cc7e1cb28d5e3a364b255724128487f6cd4 | 4,853,313,070,215 | 5ce7a5c6d0bb8884a2a0e468f28df81aa324001e | /cherry-web/src/main/java/com/cherry/ss/prm/interfaces/BINOLSSPRM77_IF.java | 7b11f023cb0269116af37a4e0b4b1a298810abd1 | [] | no_license | zhangwanli666/cherry-parent | https://github.com/zhangwanli666/cherry-parent | 8da987f04b4dcef2ccb3ba7d65f23cc5521487b5 | 1638b447460b6016d6ee482f5772403b56aca5a0 | HEAD | 2019-01-06T03:55:16.789000 | 2017-03-03T01:16:45 | 2017-03-03T01:16:45 | 83,556,059 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @(#)BINOLSSPRM75_IF.java 1.0 2016/05/05
*
* Copyright (c) 2010 SHANGHAI BINGKUN DIGITAL TECHNOLOGY CO.,LTD
* All rights reserved
*
* This software is the confidential and proprietary information of
* SHANGHAI BINGKUN.("Confidential Information"). You shall not
* disclose such Confid... | UTF-8 | Java | 1,355 | java | BINOLSSPRM77_IF.java | Java | [
{
"context": "a 1.0 2016/05/05\t\t\n * \t\t\n * Copyright (c) 2010 SHANGHAI BINGKUN DIGITAL TECHNOLOGY CO.,LTD\t\t\n * All rights reserv",
"end": 98,
"score": 0.9946779608726501,
"start": 82,
"tag": "NAME",
"value": "SHANGHAI BINGKUN"
},
{
"context": "ss.prm.dto.CouponRuleDTO;\n\... | null | [] | /*
* @(#)BINOLSSPRM75_IF.java 1.0 2016/05/05
*
* Copyright (c) 2010 <NAME> DIGITAL TECHNOLOGY CO.,LTD
* All rights reserved
*
* This software is the confidential and proprietary information of
* SHANGHAI BINGKUN.("Confidential Information"). You shall not
* disclose such Confidential Inf... | 1,345 | 0.669621 | 0.647059 | 58 | 20.396551 | 23.062838 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.224138 | false | false | 5 |
3f729f3a87829575f703a8edab3d6c5e395aaf84 | 21,337,397,551,392 | df485800de06e0affe19441351cefb26f441e632 | /src/tda367/dominion/server/game/TurnHandler.java | 8f23b365798ba9301ae9feb87ef9a807b1914e34 | [] | no_license | Glazastik/Dominion | https://github.com/Glazastik/Dominion | 7a9696ec7205408d630bebfd5122c738eeabd7f3 | bcb66138341c5c0f6a0e233b299c008e8bb81727 | refs/heads/master | 2021-01-22T10:12:42.767000 | 2013-05-26T21:54:13 | 2013-05-26T21:54:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tda367.dominion.server.game;
public class TurnHandler {
public enum Phase {
ACTION("action"), BUY("buy"), CLEANUP("cleanup");
private final String s;
Phase(String s) {
this.s = s;
}
public String toString() {
return s;
}
}
private Phase phase;
private int players;
private int acti... | UTF-8 | Java | 1,373 | java | TurnHandler.java | Java | [] | null | [] | package tda367.dominion.server.game;
public class TurnHandler {
public enum Phase {
ACTION("action"), BUY("buy"), CLEANUP("cleanup");
private final String s;
Phase(String s) {
this.s = s;
}
public String toString() {
return s;
}
}
private Phase phase;
private int players;
private int acti... | 1,373 | 0.655499 | 0.652586 | 82 | 15.743902 | 14.130758 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.621951 | false | false | 5 |
af187fc838a9bc0f9d885b14cfaee38a14be4e61 | 21,337,397,553,433 | c44219875a1b525f69c897d1f499e3dd5b8dcccd | /Activities/Activity_04/4B Code Files/Grade.java | 9cd5ed7e37200b66b723a585e04c54e0b6a7a259 | [] | no_license | t-bonds/comp1210 | https://github.com/t-bonds/comp1210 | 98a8eff0ddb80e2f3e99a34b56c0227a0f558049 | bca53bfe96c4a31c1d9debc8a3991342e4ae6016 | refs/heads/master | 2022-01-21T17:17:37.387000 | 2019-07-21T22:50:53 | 2019-07-21T22:50:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*A program that will represent a current grade in COMP 1210.
*
*Activity_04B
*@author Tanner Bonds
*@version 10-1-17
*
*/
public class Grade {
/*
*
*Represents a grade in COMP 1210.
*
*/
//instance variables
private double exam1, exam2, finalExam = 0;
private double activityAvg = 0;
private double q... | UTF-8 | Java | 2,766 | java | Grade.java | Java | [
{
"context": "rrent grade in COMP 1210.\n*\n*Activity_04B\n*@author Tanner Bonds\n*@version 10-1-17\n*\n*/\n\npublic class Grade {\n\n/*\n",
"end": 104,
"score": 0.9984937310218811,
"start": 92,
"tag": "NAME",
"value": "Tanner Bonds"
},
{
"context": "String toString() {\n \n ... | null | [] | /**
*
*A program that will represent a current grade in COMP 1210.
*
*Activity_04B
*@author <NAME>
*@version 10-1-17
*
*/
public class Grade {
/*
*
*Represents a grade in COMP 1210.
*
*/
//instance variables
private double exam1, exam2, finalExam = 0;
private double activityAvg = 0;
private double quizAvg... | 2,760 | 0.541938 | 0.524584 | 157 | 16.624205 | 18.762821 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171975 | false | false | 5 |
b6d348f8ecb8c454e07f49e1e7226c01b8e716ac | 17,111,149,738,949 | d173953fb21843589583fcdcca2aec63a8c3ca9a | /org.planqk.atlas.core/src/test/java/org/planqk/atlas/core/services/LinkingServiceTest.java | ddbe1acc9dfad31017317497c191a1b4c824bcdd | [
"Apache-2.0"
] | permissive | wederbn/Quality | https://github.com/wederbn/Quality | b7c380141a37405df580355f3cede4a1f11acf81 | c046e13573779dbc868804960fe5e71c4b33e314 | refs/heads/master | 2021-01-08T18:59:41.336000 | 2020-12-02T11:10:42 | 2020-12-02T11:10:42 | 242,107,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2020 the qc-atlas contributors.
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* ... | UTF-8 | Java | 22,953 | java | LinkingServiceTest.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2020 the qc-atlas contributors.
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* ... | 22,953 | 0.728794 | 0.727269 | 556 | 40.282375 | 33.532135 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56295 | false | false | 5 |
f595ddfc911eb38ba1846840e96e8eb8c7da5cc4 | 8,890,582,327,355 | b9729d80809c298aa10eede0ef25c95f0eea6c2e | /src/test/java/com/globo/votacaoparedao/entity/VotacaoTest.java | a10f3e72f8d5bbd5b684b1145acd585974a23a89 | [] | no_license | leogcjr/votacao-paredao-bbb | https://github.com/leogcjr/votacao-paredao-bbb | b6f6994d2ee0e24c341affa47c7f22838b681b7d | bfa4c54f630219faf5e5817023d28059d529df82 | refs/heads/master | 2023-02-13T14:46:55.939000 | 2021-01-08T19:57:54 | 2021-01-08T19:57:54 | 327,730,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.globo.votacaoparedao.entity;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.junit.MockitoJUnitRunner;
import com.globo.votacaoparedao.entity.Pergunta;
import com.globo.votacaoparedao.entity.Votacao;
import com.globo.votacaoparedao.entity.Voto;
import java.time.Instant;
import... | UTF-8 | Java | 1,274 | java | VotacaoTest.java | Java | [] | null | [] | package com.globo.votacaoparedao.entity;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.junit.MockitoJUnitRunner;
import com.globo.votacaoparedao.entity.Pergunta;
import com.globo.votacaoparedao.entity.Votacao;
import com.globo.votacaoparedao.entity.Voto;
import java.time.Instant;
import... | 1,274 | 0.716641 | 0.704082 | 46 | 26.717392 | 23.526731 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 5 |
576233cde12b1a0de38f934bd319679207e434f5 | 8,890,582,324,449 | f6acdec92a8c7904da4886ee1708ed9cc90af9ee | /PAM/android/src/com/hgregorowicz/flappycorgo/AndroidLauncher.java | 6762a6a787ff631dc0b07d734ffaf5bbea6b7710 | [] | no_license | HannaGregorowicz/Projekt-aplikacji-mobilnej | https://github.com/HannaGregorowicz/Projekt-aplikacji-mobilnej | 3ef142eebca7490accf38696ee89ff2cd1965cd9 | d9dee987719cd0914ecdc55352f4dbf46f9bd5bd | refs/heads/master | 2021-03-22T12:17:59.505000 | 2020-06-17T11:38:52 | 2020-06-17T11:38:52 | 247,362,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hgregorowicz.flappycorgo;
import android.os.Bundle;
import com.badlogic.gdx.backends.android.AndroidApplication;
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
import com.hgregorowicz.flappycorgo.FlappyCorgo;
public class AndroidLauncher extends AndroidApplication {
@Override
... | UTF-8 | Java | 566 | java | AndroidLauncher.java | Java | [] | null | [] | package com.hgregorowicz.flappycorgo;
import android.os.Bundle;
import com.badlogic.gdx.backends.android.AndroidApplication;
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
import com.hgregorowicz.flappycorgo.FlappyCorgo;
public class AndroidLauncher extends AndroidApplication {
@Override
... | 566 | 0.837456 | 0.837456 | 16 | 34.375 | 28.22427 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 5 |
d7ec08a2ea974a51c70cf172c1ad09b671ce8a6e | 2,765,958,950,794 | bf207ae155efd2ce07b4f8504dd3726a0f1d4ef3 | /MyFirstApp/app/src/main/java/com/example/a51044/myfirstapp/GoTalkActivity.java | b8af2ce77708ee788e8f32548f4b6c75a0e4872d | [] | no_license | BanneretLi/MyApp | https://github.com/BanneretLi/MyApp | 40a1ac1cdc689d4f71596bec61b21e9c74badbda | 5f4334d829f93753b5f90b9833bd54401f07b8fd | refs/heads/master | 2020-04-11T18:22:41.405000 | 2019-01-16T07:51:47 | 2019-01-16T07:51:47 | 161,996,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.a51044.myfirstapp;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.... | UTF-8 | Java | 2,726 | java | GoTalkActivity.java | Java | [
{
"context": "terknife.OnClick;\n\n/**\n * <p>文件描述:<p>\n * <p>作者:${小强}<p>\n * <p>创建时间:2019/1/1421:23<p>\n * <p>更改时间:2019/",
"end": 683,
"score": 0.501653254032135,
"start": 682,
"tag": "USERNAME",
"value": "强"
}
] | null | [] | package com.example.a51044.myfirstapp;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.... | 2,726 | 0.666542 | 0.650112 | 108 | 23.796297 | 19.334654 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435185 | false | false | 5 |
95dd2c2ff378037bea557cc7835ec9d8deea89d4 | 28,200,755,287,859 | 94adec0d7c4df3a7e521842d15b6e878b9f44a3a | /AOIMMS/src/com/cmcid/util/ViewHolder.java | d67f09e1ed9e83a3a2f93e344a40824c73f1baca | [] | no_license | jim1451/AOIMMS | https://github.com/jim1451/AOIMMS | 5ac244275fa25069c3c1888f3f37702af7e5200e | d4552814cde2c15b8030039f44cc91af5b3ea371 | refs/heads/master | 2020-05-07T16:36:40.091000 | 2019-04-11T01:49:29 | 2019-04-11T01:49:29 | 180,690,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cmcid.util;
import android.widget.CheckBox;
import android.widget.TextView;
public class ViewHolder {
public CheckBox cb_item_delete;
public TextView tv_item_delete;
}
| UTF-8 | Java | 184 | java | ViewHolder.java | Java | [] | null | [] | package com.cmcid.util;
import android.widget.CheckBox;
import android.widget.TextView;
public class ViewHolder {
public CheckBox cb_item_delete;
public TextView tv_item_delete;
}
| 184 | 0.793478 | 0.793478 | 9 | 19.444445 | 13.833221 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 5 |
7d6fd1301dc8a7111ab1ad7298f25468e71dcc12 | 25,443,386,267,159 | face48c3beb800f552614cff515eea50bec44b32 | /app/src/main/java/cs486/cy_curity/AsyncServerRequest.java | 37ac9e813275da2b5877dbc4f11e84f3f075a809 | [] | no_license | jamess999/CyCurity | https://github.com/jamess999/CyCurity | c987b9a26cea7b29003ab23529872363f9ff9c79 | 515b93c3f43ee3c09471f2e1f66953e11cb3f555 | refs/heads/master | 2021-01-01T18:06:46.226000 | 2015-03-27T01:51:36 | 2015-03-27T01:51:36 | 32,962,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs486.cy_curity;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import android.... | UTF-8 | Java | 1,710 | java | AsyncServerRequest.java | Java | [
{
"context": "ing>\n{\n\n\t// CHANGE INFO HERE\n\tpublic String IP = \"173.240.196.14\";\n\tpublic int PORT = 9465;\n\n\tpublic void send(Str",
"end": 466,
"score": 0.9996983408927917,
"start": 452,
"tag": "IP_ADDRESS",
"value": "173.240.196.14"
}
] | null | [] | package cs486.cy_curity;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import android.... | 1,707 | 0.691813 | 0.674269 | 88 | 18.431818 | 17.346598 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.772727 | false | false | 5 |
3e71e98f50ab026b3ccc39b6760d27828a032ab7 | 8,211,977,538,165 | 4ba5e143e40a946251ff0d48f0498b1066b26f57 | /src/java/Controllers/SessionDetails.java | e8f3837b92835c2c243899a73dea4bd7c76196b4 | [] | no_license | hyranity/unifusion | https://github.com/hyranity/unifusion | f3511923d58f10a61e60625bd9423970789aa8fb | acaeb46249d2b6443d60be2e9cec7f5ebed68200 | refs/heads/master | 2023-01-22T04:39:33.221000 | 2020-12-04T07:21:55 | 2020-12-04T07:21:55 | 263,826,713 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Controllers;
import Models.Attendance;
import Models.Session;
import Util.Quick;
import Util.Server;
import Util.Servlet;
impo... | UTF-8 | Java | 8,320 | java | SessionDetails.java | Java | [
{
"context": ".time.format.DateTimeFormatter;\n\n/**\n *\n * @author mast3\n */\n@WebServlet(name = \"SessionDetails\", urlPatte",
"end": 926,
"score": 0.9996244311332703,
"start": 921,
"tag": "USERNAME",
"value": "mast3"
}
] | 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 Controllers;
import Models.Attendance;
import Models.Session;
import Util.Quick;
import Util.Server;
import Util.Servlet;
impo... | 8,320 | 0.655409 | 0.653846 | 189 | 43.021164 | 52.56419 | 344 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.687831 | false | false | 5 |
b7446834191f194720a5a3a88ee4bde25d6b92f1 | 8,211,977,540,375 | 58bd26f6e60ade5077074e83661794d393763a50 | /mall-mongo-service/src/main/java/com/jianke/service/PostageAlgorithm.java | e707715b4d7609fa50b732e1a5966f158f32438e | [] | no_license | 13760853014/mall-database | https://github.com/13760853014/mall-database | bdf9f0fb4432ac6deb5b1f09207560722ae24534 | 6f6696eca030bceffaf91b55b79d2a12fc60296a | refs/heads/master | 2022-11-21T06:39:38.696000 | 2020-07-27T05:47:14 | 2020-07-27T05:47:14 | 247,944,463 | 0 | 0 | null | false | 2022-11-16T01:15:16 | 2020-03-17T10:46:12 | 2020-07-27T05:47:24 | 2022-11-16T01:15:13 | 83 | 0 | 0 | 6 | Java | false | false | package com.jianke.service;
import com.alibaba.fastjson.JSON;
import com.jianke.entity.Coupon;
import com.jianke.entity.cart.ShopCartBase;
import com.jianke.entity.cart.ShopCartItem;
import com.jianke.vo.DeliveryTypeVo;
import com.jianke.vo.PostageTemplateVo;
import com.jianke.vo.PostageTypeVo;
import lombok.extern.sl... | UTF-8 | Java | 16,036 | java | PostageAlgorithm.java | Java | [] | null | [] | package com.jianke.service;
import com.alibaba.fastjson.JSON;
import com.jianke.entity.Coupon;
import com.jianke.entity.cart.ShopCartBase;
import com.jianke.entity.cart.ShopCartItem;
import com.jianke.vo.DeliveryTypeVo;
import com.jianke.vo.PostageTemplateVo;
import com.jianke.vo.PostageTypeVo;
import lombok.extern.sl... | 16,036 | 0.59034 | 0.58624 | 297 | 47.45118 | 38.728336 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649832 | false | false | 5 |
4cd55925e8646fed16b60b3d8d81dc1ac1bc2599 | 27,771,258,602,193 | e13f6fdc801f4a0a1915940b4ee4647b576dcd75 | /SPL211-Tester_Assignment_4-main/src/Tester.java | 4dd820c4e294dc02b0c87af756a0fc51a4fbf7c7 | [] | no_license | raz-mon/SPL_HW4 | https://github.com/raz-mon/SPL_HW4 | a8161229647eabc3487ebc0a2ff85243c1512bdd | f7dc3bb9ba846e6d5f39a75159ae8aad9255fb67 | refs/heads/main | 2023-02-26T04:54:32.648000 | 2021-01-29T14:25:09 | 2021-01-29T14:25:09 | 334,166,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.*;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import org.json.JSONArray;
import org.json.JSONObject;
public class Test... | UTF-8 | Java | 8,054 | java | Tester.java | Java | [] | null | [] | import java.io.File;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.*;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import org.json.JSONArray;
import org.json.JSONObject;
public class Test... | 8,054 | 0.524832 | 0.520859 | 216 | 36.282406 | 27.359386 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773148 | false | false | 5 |
74d5b4168c400237a8a8ae2716361cf5d93bd701 | 3,178,275,801,175 | 1fdbf29e843814ace95e6c5aaf2dbea41f1d9b4d | /src/test/java/br/dev/dayana/drogaria/dao/EstadoDAOTest.java | 0c23978fd85258bc206f25692764342999b73549 | [] | no_license | dayarizzato/drogaria | https://github.com/dayarizzato/drogaria | a489b23e0181fac815cce0830d4bd9b453d8f5ab | e185f1f70d00b6109351e02c568b70c52bb1f294 | refs/heads/master | 2023-06-16T10:35:19.628000 | 2021-07-17T19:18:31 | 2021-07-17T19:18:31 | 387,013,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.dev.dayana.drogaria.dao;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import br.dev.dayana.drogaria.domain.Estado;
public class EstadoDAOTest {
@Test
//@Ignore // ele é um teste mas vai ser ignorado
public void salvar() {
Estado estado = new Estado();
estado.setNome("Rio ... | UTF-8 | Java | 2,302 | java | EstadoDAOTest.java | Java | [
{
"context": "\t\tEstado estado = new Estado();\n\t\testado.setNome(\"Rio de Janeiro\");\n\t\testado.setSigla(\"RJ\");\n\n\t\tEstadoD",
"end": 319,
"score": 0.6138179302215576,
"start": 316,
"tag": "NAME",
"value": "Rio"
}
] | null | [] | package br.dev.dayana.drogaria.dao;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import br.dev.dayana.drogaria.domain.Estado;
public class EstadoDAOTest {
@Test
//@Ignore // ele é um teste mas vai ser ignorado
public void salvar() {
Estado estado = new Estado();
estado.setNome("Rio ... | 2,302 | 0.665361 | 0.664056 | 92 | 23.97826 | 24.796555 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.880435 | false | false | 5 |
d88f26534427a91b1df40906f6a7c87c0fb702d4 | 7,541,962,573,600 | 4570ff42043b18512d75bfd5007d2b7b45b0cd2e | /src/main/java/cn/seayou/netty/decode/DecoderServer.java | 9bf2e2c69585135c1ce0aca82603135a73f222e3 | [] | no_license | huannen/netty | https://github.com/huannen/netty | b7e5c7eb42625d0c142331d27d3dcfe8055029cc | 79e7ccbf79521cc859b181b8c6b5a3b0c367de94 | refs/heads/main | 2023-06-06T01:08:36.263000 | 2021-06-25T09:38:42 | 2021-06-25T09:38:42 | 367,056,228 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.seayou.netty.decode;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioServerSocketChannel;
public... | UTF-8 | Java | 1,756 | java | DecoderServer.java | Java | [] | null | [] | package cn.seayou.netty.decode;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioServerSocketChannel;
public... | 1,756 | 0.550888 | 0.546154 | 41 | 40.243904 | 24.124454 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463415 | false | false | 5 |
d893920f5b2f6af14088bfc007c6b4b7d92f4a31 | 33,612,414,074,148 | 7de4942c429ad9145acb6f3899546cd9757e2d52 | /src/java/DAO/HistorialTokenDAO.java | 0944cb7a26f12e4f54674acb1d97236895d557a1 | [] | no_license | camfuentes/webfrutos-java | https://github.com/camfuentes/webfrutos-java | 70333d33682d561a39309a4880115dc362d3f6c1 | 61bbe54f46bca0d869ff351b79c6212e88388048 | HEAD | 2017-12-04T21:35:48.974000 | 2016-11-21T18:00:23 | 2016-11-21T18:00:23 | 71,917,826 | 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 DAO;
import DTO.HistorialTokenDTO;
import Interfaz.Interfaz;
import conexion.Conexion;
import java.sql.PreparedState... | UTF-8 | Java | 4,219 | java | HistorialTokenDAO.java | Java | [
{
"context": "t java.util.logging.Logger;\r\n\r\n/**\r\n *\r\n * @author Francisco Duarte\r\n */\r\npublic class HistorialTokenDAO implements I",
"end": 544,
"score": 0.9998837113380432,
"start": 528,
"tag": "NAME",
"value": "Francisco Duarte"
}
] | 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 DAO;
import DTO.HistorialTokenDTO;
import Interfaz.Interfaz;
import conexion.Conexion;
import java.sql.PreparedState... | 4,209 | 0.562693 | 0.559137 | 125 | 31.752001 | 29.747108 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.656 | false | false | 5 |
7675466ba692aa204bd7791c8dab8ada38bdd356 | 26,044,681,746,816 | fa7d29f0f5c44b6e2d84f6e321deec49166af3b0 | /JavaRushTasks/3.JavaMultithreading/src/com/javarush/task/task32/task3209/HTMLFileFilter.java | 02aaba69b7eb8367ec3eb87fb14f87561ed7eae7 | [] | no_license | dzhin1993/JR | https://github.com/dzhin1993/JR | aa035c9658965eed9c1e1ba0670f91f9e113aad1 | 6a0a375fd47f1ccf79f0cf924f445ae881e993c6 | refs/heads/master | 2019-03-17T23:44:43.521000 | 2018-12-31T12:19:05 | 2018-12-31T12:19:05 | 123,317,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.task.task32.task3209;
import javax.swing.filechooser.FileFilter;
import java.io.File;
/**
* Created by User on 21.11.2017.
*/
public class HTMLFileFilter extends FileFilter {
@Override
public boolean accept(File file) {
String f = file.getName().toLowerCase();
return fi... | UTF-8 | Java | 490 | java | HTMLFileFilter.java | Java | [
{
"context": "ileFilter;\nimport java.io.File;\n\n/**\n * Created by User on 21.11.2017.\n */\npublic class HTMLFileFilter ex",
"end": 131,
"score": 0.5473509430885315,
"start": 127,
"tag": "USERNAME",
"value": "User"
}
] | null | [] | package com.javarush.task.task32.task3209;
import javax.swing.filechooser.FileFilter;
import java.io.File;
/**
* Created by User on 21.11.2017.
*/
public class HTMLFileFilter extends FileFilter {
@Override
public boolean accept(File file) {
String f = file.getName().toLowerCase();
return fi... | 490 | 0.654959 | 0.626033 | 20 | 23.200001 | 21.795872 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
899f05bc00d2bbf38508abe56747fa1fc0488a59 | 26,044,681,747,160 | d7e3d90ccfd26e2a86114ca61841c4a18bc3b911 | /fj22-backend/src/test/java/br/com/ferracini/argentum/indicadores/MediaMovelPonderadaTest.java | d99da9b99530a521954cb3f8de2e792efb0313de | [
"MIT"
] | permissive | laercioferracini/fj22 | https://github.com/laercioferracini/fj22 | c1a85ad26e96a67a35f9e1ed7411b44a1adaf9a4 | 43124c7f458afef9e7c03b8d84338b69e5f00ca2 | refs/heads/master | 2023-03-13T06:52:59.001000 | 2021-03-06T22:28:06 | 2021-03-06T22:28:06 | 263,670,768 | 0 | 0 | MIT | false | 2020-10-07T18:23:50 | 2020-05-13T15:33:03 | 2020-06-09T17:10:34 | 2020-10-07T18:23:50 | 4,108 | 0 | 0 | 1 | Java | false | false | package br.com.ferracini.argentum.indicadores;
import br.com.ferracini.argentum.modelo.SerieTemporal;
import org.junit.jupiter.api.Test;
import java.math.BigDecimal;
import java.math.RoundingMode;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertEquals;
... | UTF-8 | Java | 1,531 | java | MediaMovelPonderadaTest.java | Java | [
{
"context": "piter.api.Assertions.assertEquals;\n\n/**\n * @author lferracini\n * @project = fj22\n * @since <pre>30/05/2020</pre",
"end": 345,
"score": 0.9977946281433105,
"start": 335,
"tag": "USERNAME",
"value": "lferracini"
}
] | null | [] | package br.com.ferracini.argentum.indicadores;
import br.com.ferracini.argentum.modelo.SerieTemporal;
import org.junit.jupiter.api.Test;
import java.math.BigDecimal;
import java.math.RoundingMode;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertEquals;
... | 1,531 | 0.667974 | 0.635294 | 37 | 40.37838 | 33.08086 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.108108 | false | false | 5 |
69574d0617f2fdd6f773901b32964b7680efcb46 | 26,216,480,439,747 | f4a5c43e5118bac4cf3797d4b252e6dbc1cb633c | /src/main/java/com/blinkfox/zealot/config/scanner/Scanner.java | bbfe0e04883d11cef2710a1688d5efd79fc2fde8 | [
"Apache-2.0"
] | permissive | Jade5916/zealot | https://github.com/Jade5916/zealot | 030b6652e8a0d1ed5d22f655b08b43838c3d9ca2 | f0f2ea29808605101a377ff31964cda832b373d0 | refs/heads/master | 2023-03-21T20:32:42.489000 | 2020-10-14T16:44:43 | 2020-10-14T16:44:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blinkfox.zealot.config.scanner;
/**
* Zealot的扫描应用系统中各xml、注解等文件的接口.
*
* @author blinkfox on 2018-04-26.
*/
public interface Scanner {
/**
* 扫描指定路径下的相关文件(可以是目录,也可以是具体的文件),并配置存储起来.
*
* @param locations 文件位置路径,可以是多个,用逗号隔开
*/
void scan(String locations);
} | UTF-8 | Java | 440 | java | Scanner.java | Java | [
{
"context": "\n/**\n * Zealot的扫描应用系统中各xml、注解等文件的接口.\n *\n * @author blinkfox on 2018-04-26.\n */\npublic interface Scanner {\n\n ",
"end": 103,
"score": 0.9993914365768433,
"start": 95,
"tag": "USERNAME",
"value": "blinkfox"
}
] | null | [] | package com.blinkfox.zealot.config.scanner;
/**
* Zealot的扫描应用系统中各xml、注解等文件的接口.
*
* @author blinkfox on 2018-04-26.
*/
public interface Scanner {
/**
* 扫描指定路径下的相关文件(可以是目录,也可以是具体的文件),并配置存储起来.
*
* @param locations 文件位置路径,可以是多个,用逗号隔开
*/
void scan(String locations);
} | 440 | 0.654362 | 0.627517 | 17 | 16.588236 | 17.036497 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.117647 | false | false | 5 |
ad157135b6022a5e393106ae14ba34971c74f31f | 4,080,218,991,718 | 6fc95a98bb94601784b60e46b84ab66b5a92f110 | /Illuminated Dungeon/src/MapSystem/Item.java | 6ad907ee60b315a67e7a482c2024ece84d02814c | [] | no_license | mfintonis/COMP730-Project | https://github.com/mfintonis/COMP730-Project | 026a30c7b8dd11e4ef961e3c6d0f7b5960a68cba | 14da7890dd77301cfc57d541361920062c7e7156 | refs/heads/master | 2021-04-09T15:30:43.961000 | 2018-05-14T01:22:56 | 2018-05-14T01:22:56 | 125,783,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MapSystem;
import Entities.BaseItem;
public class Item extends BaseItem {
public Item(int x, int y)
{
super(x, y);
}
public Boolean isAc() {
return true;
}
public void use()
{
}
}
| UTF-8 | Java | 211 | java | Item.java | Java | [] | null | [] | package MapSystem;
import Entities.BaseItem;
public class Item extends BaseItem {
public Item(int x, int y)
{
super(x, y);
}
public Boolean isAc() {
return true;
}
public void use()
{
}
}
| 211 | 0.630332 | 0.630332 | 21 | 9.047619 | 10.96521 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047619 | false | false | 5 |
634be7a5517db16ba9dcd25823d9a8ec6e95654d | 15,187,004,402,909 | 9238a0350d203b9b36ef35145d1ff9ebb98dd71e | /src/ch05/Exam09.java | 97ea5bd9b375642c8eae98225ff0b4be564bd0e8 | [] | no_license | dohee479/Java | https://github.com/dohee479/Java | 29511c505f0a0d9a95aea5b63fac1f984bcf670d | 0eb5bdfc0c20a389c7c337e4857157653e4413be | refs/heads/master | 2023-03-06T06:46:28.273000 | 2021-02-22T17:17:27 | 2021-02-22T17:17:27 | 339,272,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch05;
import java.util.Arrays;
public class Exam09 {
public static void main(String[] args) {
int[][] scores = {
{10, 20},
{15, 25, 35},
{45, 55, 65, 75}
};
System.out.println(scores.length);
System.out.println(scores[0].length);
System.out.println(scores[1].length);
System.ou... | UTF-8 | Java | 598 | java | Exam09.java | Java | [] | null | [] | package ch05;
import java.util.Arrays;
public class Exam09 {
public static void main(String[] args) {
int[][] scores = {
{10, 20},
{15, 25, 35},
{45, 55, 65, 75}
};
System.out.println(scores.length);
System.out.println(scores[0].length);
System.out.println(scores[1].length);
System.ou... | 598 | 0.568562 | 0.518395 | 32 | 17.6875 | 15.164592 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.65625 | false | false | 5 |
9afb5df754d16c3e2cb10c54cf7e6cbd51edd79f | 15,668,040,702,125 | 2793c7a906490447c53f4854e305b56e1c824ee1 | /com.opt.java.basics/src/com/opt/java/basics15/StackDemo.java | 0602a504ae8d52877421d11c7c9d08c4aba5a763 | [] | no_license | HeahTengZHi/mycode | https://github.com/HeahTengZHi/mycode | 5b2c00f0a8d5f50a1598bf8306def5e85ae6194f | 73eb26ac81924805725aa3c3b25bf75545db5671 | refs/heads/master | 2022-11-27T14:21:00.280000 | 2020-08-06T03:58:41 | 2020-08-06T03:58:41 | 250,190,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.opt.java.basics15;
import java.util.Scanner;
import java.util.Stack;
class MyStackClass{
void stackOperation() {
Stack<Integer> refStack=new Stack<Integer>();
int choice=0;
int position,element;
Scanner sc=new Scanner(System.in);
while(choice<4){
System.out.println("1. Push an element: ... | UTF-8 | Java | 1,251 | java | StackDemo.java | Java | [] | null | [] | package com.opt.java.basics15;
import java.util.Scanner;
import java.util.Stack;
class MyStackClass{
void stackOperation() {
Stack<Integer> refStack=new Stack<Integer>();
int choice=0;
int position,element;
Scanner sc=new Scanner(System.in);
while(choice<4){
System.out.println("1. Push an element: ... | 1,251 | 0.644285 | 0.634692 | 58 | 20.568966 | 18.121346 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.741379 | false | false | 5 |
8ad1bd4e65ded525fce8ccdea5d009607803fe2c | 23,622,320,130,248 | 51c7192d5496a48cc53e72b3bca53e2cdeb26b8d | /app-3-rest/src/main/java/com/test/rest/model/PhoneAddressModel.java | 44bf2885c19ac73b29c2bfee6c29f8cfb6a86b76 | [
"Apache-2.0"
] | permissive | banzhenyu/androidmvp | https://github.com/banzhenyu/androidmvp | c6e37fc7a7ce8bf7fbf9a498bdb54bd09c1289a3 | 345749d4e6bb2a5d3bf51362e6a95e653e3c2c67 | refs/heads/master | 2016-09-16T17:02:33.626000 | 2016-06-22T03:11:05 | 2016-06-22T03:11:05 | 61,206,707 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.rest.model;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.test.rest.bean.PhoneAddress;
import com.test.rest.ContentValues;
import com.test.rest.api.ApiService;
import com.test.rest.gson.PhoneAddressDeserializer;
import java.io.IOException;
import retrofit2.Call;
import ... | UTF-8 | Java | 1,579 | java | PhoneAddressModel.java | Java | [
{
"context": "rter.gson.GsonConverterFactory;\n\n/**\n * Created by banzhenyu on 16/6/13.\n * 数据层 负责提供数据\n */\npublic class PhoneA",
"end": 449,
"score": 0.9995987415313721,
"start": 440,
"tag": "USERNAME",
"value": "banzhenyu"
}
] | null | [] | package com.test.rest.model;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.test.rest.bean.PhoneAddress;
import com.test.rest.ContentValues;
import com.test.rest.api.ApiService;
import com.test.rest.gson.PhoneAddressDeserializer;
import java.io.IOException;
import retrofit2.Call;
import ... | 1,579 | 0.730049 | 0.723803 | 45 | 31.022223 | 29.682384 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
0c4916ba9ddb5d7c947374e8e524c4bc742569bd | 21,114,059,289,391 | 4616d3b9982df08ff2726266d3a57f80f37348bc | /sdk/java/src/main/java/com/pulumi/cloudflare/inputs/UserAgentBlockingRuleConfigurationArgs.java | 9e378f5420283e224248c2afe24b67ce247ed625 | [
"Apache-2.0",
"MPL-2.0"
] | permissive | pulumi/pulumi-cloudflare | https://github.com/pulumi/pulumi-cloudflare | 20a9f102d27371f2bbb10a87b12d841f714717bf | 48fac9000501bc68c3d73726c26432d29ab659df | refs/heads/master | 2023-08-31T14:18:51.131000 | 2023-08-31T05:37:54 | 2023-08-31T05:37:54 | 173,785,925 | 67 | 11 | Apache-2.0 | false | 2023-09-07T00:02:49 | 2019-03-04T17:00:06 | 2023-08-29T08:56:37 | 2023-09-07T00:02:48 | 8,981 | 67 | 10 | 30 | Java | false | false | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.cloudflare.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
public ... | UTF-8 | Java | 3,775 | java | UserAgentBlockingRuleConfigurationArgs.java | Java | [] | null | [] | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.cloudflare.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
public ... | 3,775 | 0.624636 | 0.624636 | 120 | 30.458334 | 35.836178 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
0ca5fc850c9082234cce48c45b41668b08d28017 | 5,643,587,062,020 | db50e7d4f57d9c3c5a53f772dbc9b44942f71770 | /app/src/main/java/ba/fit/ib130054/hci/Fragments/OdlaznePosiljkeFragment.java | 7c6ef6bc13b42248a0261bb56945363d38acc9d6 | [] | no_license | adimesic/HCI_Android | https://github.com/adimesic/HCI_Android | b3b026621b6b2eb1a66a7cbd5e9157488f192991 | cdf4d7d0631ea6c7fa973b0aff6fd330da70a5fa | refs/heads/master | 2020-06-11T02:06:27.832000 | 2016-12-09T11:05:34 | 2016-12-09T11:05:34 | 76,028,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ba.fit.ib130054.hci.Fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import java.util.ArrayList;
import ba.fit.ib130054.hci.Adapters.PosiljkeDolazneAdapter... | UTF-8 | Java | 3,293 | java | OdlaznePosiljkeFragment.java | Java | [] | null | [] | package ba.fit.ib130054.hci.Fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import java.util.ArrayList;
import ba.fit.ib130054.hci.Adapters.PosiljkeDolazneAdapter... | 3,293 | 0.652293 | 0.64136 | 103 | 30.980583 | 31.042402 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543689 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.