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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ec7d013c6b3a23888c539c6eb05ead449d92db04 | 18,700,287,626,532 | 7dddf4fc79481ee3f03941a1348bf5bd2713d663 | /Java/src/com/revature/day/four/EmployeeManagement.java | eb243f8332135167fa9afe555f196d74962a77a5 | [] | no_license | wakdotta/seed | https://github.com/wakdotta/seed | 849fb72c5d6c5d22bda50c790734d56d0d33f2ca | 0035750c998f29c8b89650ec27113658276b0f44 | refs/heads/master | 2021-01-18T17:36:26.486000 | 2019-01-02T13:27:27 | 2019-01-02T13:27:27 | 71,931,875 | 0 | 0 | null | false | 2021-03-27T00:57:51 | 2016-10-25T19:31:38 | 2021-03-27T00:56:51 | 2021-03-27T00:57:51 | 16,060 | 0 | 0 | 0 | JavaScript | false | false | package com.revature.day.four;
class House{
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public int hashCode() {
return name.hashCode();
}
}
public class EmployeeManagement {
public static void main(String[] args) {
Em... | UTF-8 | Java | 690 | java | EmployeeManagement.java | Java | [
{
"context": "args) {\n\t\tEmployeeBean emp = new EmployeeBean(1, \"Dan Pickles\");\n\t\tEmployeeBean emp2 = new EmployeeBean(1, \"How",
"end": 369,
"score": 0.9998695254325867,
"start": 358,
"tag": "NAME",
"value": "Dan Pickles"
},
{
"context": "les\");\n\t\tEmployeeBean emp2 = new ... | null | [] | package com.revature.day.four;
class House{
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public int hashCode() {
return name.hashCode();
}
}
public class EmployeeManagement {
public static void main(String[] args) {
Em... | 672 | 0.685507 | 0.673913 | 31 | 21.258064 | 17.249531 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.645161 | false | false | 0 |
d02f91021e0931ffeccbfe49dfafbe45888b6db7 | 22,316,650,102,653 | 0438095a05753bca0774ce044d6e583aba0d0cda | /app/src/main/java/com/pibigstar/demo/activity/DanMuActivity.java | 3672d613b182967b8394bc2f9655975ad3ff54e3 | [] | no_license | lishangwl/wheelDemo | https://github.com/lishangwl/wheelDemo | e158bf392d51b97d02085d87f85060547efe6f90 | 410ecbb01683f2ba69c0d0da849e1234e2d5ab90 | refs/heads/master | 2022-02-23T17:30:30.190000 | 2018-04-06T07:41:26 | 2018-04-06T07:41:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pibigstar.demo.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.itheima.danmaku.danmaku.model.BaseDanmaku;
import com.itheima.danmaku.danmaku.model.DanmakuTimer;
import com.itheima.danmaku.danmaku.model.android.Danm... | UTF-8 | Java | 2,054 | java | DanMuActivity.java | Java | [
{
"context": "w;\nimport com.pibigstar.demo.R;\n\n/**\n * Created by pibigstar on 2018/3/1.\n */\n\npublic class DanMuActivity exte",
"end": 554,
"score": 0.9993890523910522,
"start": 545,
"tag": "USERNAME",
"value": "pibigstar"
}
] | null | [] | package com.pibigstar.demo.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.itheima.danmaku.danmaku.model.BaseDanmaku;
import com.itheima.danmaku.danmaku.model.DanmakuTimer;
import com.itheima.danmaku.danmaku.model.android.Danm... | 2,054 | 0.6353 | 0.63174 | 62 | 30.709677 | 26.304291 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 0 |
ef1f57b9b1471a6d0bfcabf1cfb77a5ed868ed3d | 8,306,466,784,760 | 5a0b81ece78b0a926bdc62dab258a9b33006631e | /boot/boot-backend/src/main/java/com/sandrew/boot/shiro/separate/MyUserFilter.java | f77b4984f732b381f3bf333e64d1138319059108 | [] | no_license | sandrew1945/framework | https://github.com/sandrew1945/framework | 9f39aaa98c74405c41ea0fc892a9c79009475c51 | 936ea8aab0e006a296805e295dbc70aa2a955ef4 | refs/heads/master | 2022-12-26T03:10:14.476000 | 2019-12-27T07:55:06 | 2019-12-27T07:55:06 | 155,518,071 | 0 | 0 | null | false | 2022-12-16T05:17:10 | 2018-10-31T07:43:49 | 2019-12-27T07:55:49 | 2022-12-16T05:17:08 | 12,805 | 0 | 0 | 33 | CSS | false | false | package com.sandrew.boot.shiro.separate;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.sandrew.boot.core.common.JsonResult;
import org.apache.shiro.web.filter.authc.UserFilter;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletResponse;
/... | UTF-8 | Java | 1,158 | java | MyUserFilter.java | Java | [
{
"context": "rvlet.http.HttpServletResponse;\n\n/**\n * Created by summer on 2019/12/19.\n */\npublic class MyUserFilter exte",
"end": 343,
"score": 0.9320279955863953,
"start": 337,
"tag": "USERNAME",
"value": "summer"
}
] | null | [] | package com.sandrew.boot.shiro.separate;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.sandrew.boot.core.common.JsonResult;
import org.apache.shiro.web.filter.authc.UserFilter;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletResponse;
/... | 1,158 | 0.753153 | 0.745045 | 30 | 36 | 27.842413 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 0 |
6c4714dde938a595e9f3d6df5c1b0bda9a56a9c2 | 8,306,466,782,392 | 745b525c360a2b15b8d73841b36c1e8d6cdc9b03 | /jun_java_plugins/jun_leetcode/src/main/java/com/jun/plugin/leetcode/algorithm/no0739/Solution02.java | ce042fe59de1534ab8e5ccbf6ee1afd27d90553f | [] | no_license | wujun728/jun_java_plugin | https://github.com/wujun728/jun_java_plugin | 1f3025204ef5da5ad74f8892adead7ee03f3fe4c | e031bc451c817c6d665707852308fc3b31f47cb2 | refs/heads/master | 2023-09-04T08:23:52.095000 | 2023-08-18T06:54:29 | 2023-08-18T06:54:29 | 62,047,478 | 117 | 42 | null | false | 2023-08-21T16:02:15 | 2016-06-27T10:23:58 | 2023-08-21T13:50:26 | 2023-08-21T16:02:15 | 64,435 | 103 | 44 | 80 | Java | false | false | package com.jun.plugin.leetcode.algorithm.no0739;
import java.util.Arrays;
import java.util.Stack;
/**
* 和 {@link Solution} 类似的思路
*
* 倒序 + 栈
*/
public class Solution02 {
public int[] dailyTemperatures(int[] T) {
Stack<Integer> stack = new Stack<>(); // 值为 index 。在该栈中,不断移除栈顶比当前元素小的值,这样,保留下来就是比当前元素大的值的... | UTF-8 | Java | 1,359 | java | Solution02.java | Java | [] | null | [] | package com.jun.plugin.leetcode.algorithm.no0739;
import java.util.Arrays;
import java.util.Stack;
/**
* 和 {@link Solution} 类似的思路
*
* 倒序 + 栈
*/
public class Solution02 {
public int[] dailyTemperatures(int[] T) {
Stack<Integer> stack = new Stack<>(); // 值为 index 。在该栈中,不断移除栈顶比当前元素小的值,这样,保留下来就是比当前元素大的值的... | 1,359 | 0.529608 | 0.457882 | 41 | 28.243902 | 30.179771 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.170732 | false | false | 0 |
3fbda368d22d7b9848da7c8e5decc63f3aafcba5 | 16,965,120,862,509 | c7e2a09579f869ce962596431d36a63dd60b5df7 | /server/AtomServer/src/com/example/atombomb/pojo/ResponseHeader.java | 5ee46533205b75e9f32f91872abcf58cccecf0ce | [
"Apache-2.0"
] | permissive | dxdingdu/atombomb | https://github.com/dxdingdu/atombomb | 7246dd9fab4358b31a5446731ec06320ab04c5ab | bca5b104705c474f6783e1b84ab242dd7824a8e4 | refs/heads/master | 2020-03-19T20:10:47.447000 | 2018-06-11T08:39:41 | 2018-06-11T08:39:41 | 136,890,951 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.atombomb.pojo;
import com.example.atombomb.constans.ConstData;
/**
* 返回信息 头部
*
* @author xuding
*
*/
public class ResponseHeader {
/**
* 状态
*/
int status;
/**
* 操作信息
*/
String message;
/**
* 消息id
*/
String msgId;
public ResponseH... | UTF-8 | Java | 1,030 | java | ResponseHeader.java | Java | [
{
"context": "constans.ConstData;\n\n/**\n * 返回信息 头部\n * \n * @author xuding\n * \n */\npublic class ResponseHeader {\n\n /**\n ",
"end": 121,
"score": 0.9995710849761963,
"start": 115,
"tag": "USERNAME",
"value": "xuding"
}
] | null | [] | package com.example.atombomb.pojo;
import com.example.atombomb.constans.ConstData;
/**
* 返回信息 头部
*
* @author xuding
*
*/
public class ResponseHeader {
/**
* 状态
*/
int status;
/**
* 操作信息
*/
String message;
/**
* 消息id
*/
String msgId;
public ResponseH... | 1,030 | 0.555888 | 0.555888 | 65 | 14.415384 | 14.791778 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.246154 | false | false | 0 |
18b5d46442c495988617e55499241c0eebac9e13 | 25,451,976,208,206 | 27fa64bf6ad90e8a79adc3cfebfdaca7153d0d86 | /Android/DealerManagmentSystem/app/src/main/java/com/dealermanagmentsystem/dialog/ThreeButtonAlertDialogModel.java | c8cf283fca7199c1bdc99d67d97ba18a2f1f1171 | [] | no_license | Yogi-karate/dms_mobile | https://github.com/Yogi-karate/dms_mobile | 08b707acf325d15b96101c1ed9ca8b4c8eeb8c21 | 01eb8a66efa07bf13a9cc2e0ab73d0e6e1e74547 | refs/heads/master | 2021-01-07T19:30:59.361000 | 2019-12-18T13:22:23 | 2019-12-18T13:22:23 | 241,798,326 | 1 | 0 | null | true | 2020-02-20T05:06:29 | 2020-02-20T05:06:28 | 2019-12-18T13:22:55 | 2020-02-14T11:06:26 | 22,791 | 0 | 0 | 0 | null | false | false | package com.dealermanagmentsystem.dialog;
public class ThreeButtonAlertDialogModel extends AlertDialogModel {
private String neutralButtonText;
private String negativeButtonText;
public String getNeutralButtonText() {
return neutralButtonText;
}
public void setNeutralButtonText(String neu... | UTF-8 | Java | 611 | java | ThreeButtonAlertDialogModel.java | Java | [] | null | [] | package com.dealermanagmentsystem.dialog;
public class ThreeButtonAlertDialogModel extends AlertDialogModel {
private String neutralButtonText;
private String negativeButtonText;
public String getNeutralButtonText() {
return neutralButtonText;
}
public void setNeutralButtonText(String neu... | 611 | 0.747954 | 0.747954 | 22 | 26.818182 | 24.291107 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 0 |
f8589b4311e5d50b72fbc1248e61319dd7ce30eb | 403,726,940,870 | 32f927a6ba0bc0b3b8dcbfd38071ab6ffe144031 | /app/src/main/java/app/dmc/user_interface/NewSceneMenu.java | 75378dbd6e65ddddd2fc209c042d2f26a5290f07 | [] | no_license | Domocracy/DmcAndroid | https://github.com/Domocracy/DmcAndroid | 8751acb43babaa53355e7cae79f032fb2992a677 | f13d0d32a21f1d7dfe67c3edcaa495f9e5b727b7 | refs/heads/master | 2021-01-16T17:54:35.198000 | 2015-05-27T14:51:03 | 2015-05-27T14:56:21 | 34,795,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Domocracy Android App
// Author: Pablo R.S.
// Date: 2015-MAR-12
//
//////////////////////////////////////////////////////////////////////////////////////////////////////... | UTF-8 | Java | 10,451 | java | NewSceneMenu.java | Java | [
{
"context": "/\n// Domocracy Android App\n// Author: Pablo R.S.\n// Date: 2015-MAR-12\n//\n/////////////",
"end": 181,
"score": 0.999886691570282,
"start": 172,
"tag": "NAME",
"value": "Pablo R.S"
}
] | null | [] | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Domocracy Android App
// Author: <NAME>.
// Date: 2015-MAR-12
//
/////////////////////////////////////////////////////////////////////////////////////////////////////////... | 10,448 | 0.44235 | 0.440819 | 263 | 38.737644 | 31.984602 | 123 | false | false | 0 | 0 | 0 | 0 | 136 | 0.024974 | 0.745247 | false | false | 0 |
955f31f6321dddfcca37b239b4880ea7a66de641 | 26,371,099,214,612 | b6a152f38ec35c24a7f01501532bd1489b043e4f | /app/src/main/java/com/inveno/xiandu/bean/coin/CompeleteMissionData.java | 583b74cce27bb762491b48194c34864642a8f1df | [] | no_license | huzheng1216/xiandu | https://github.com/huzheng1216/xiandu | 129b596cb0fe61ea98906fb14a579ea991adff17 | 6511b2117cd7636c036945f5fae5182621be311b | refs/heads/master | 2022-11-17T07:25:27.536000 | 2020-07-24T08:20:41 | 2020-07-24T08:20:41 | 269,332,977 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inveno.xiandu.bean.coin;
/**
* @author yongji.wang
* @date 2020/6/20 18:56
* @更新说明:
* @更新时间:
* @Version:
*/
public class CompeleteMissionData {
private int code ;//是否正常完成标识:1.完成 0.未完成
private int gold;//任务获取到的金币数
private String message;//任务完成的信息
private int signAllTimes;//总签到次数
pr... | UTF-8 | Java | 1,206 | java | CompeleteMissionData.java | Java | [
{
"context": "ckage com.inveno.xiandu.bean.coin;\n\n/**\n * @author yongji.wang\n * @date 2020/6/20 18:56\n * @更新说明:\n * @更新时间:\n * @",
"end": 64,
"score": 0.9973045587539673,
"start": 53,
"tag": "NAME",
"value": "yongji.wang"
}
] | null | [] | package com.inveno.xiandu.bean.coin;
/**
* @author yongji.wang
* @date 2020/6/20 18:56
* @更新说明:
* @更新时间:
* @Version:
*/
public class CompeleteMissionData {
private int code ;//是否正常完成标识:1.完成 0.未完成
private int gold;//任务获取到的金币数
private String message;//任务完成的信息
private int signAllTimes;//总签到次数
pr... | 1,206 | 0.615245 | 0.603448 | 57 | 18.333334 | 16.305561 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.280702 | false | false | 0 |
3f8eaeb3153f7e3f0ea9f79e22555101c5aece7c | 8,272,107,043,781 | d74ae31c66c8493260e4dbf8b3cc87581337174c | /src/main/java/hello/service/Customer1523Service.java | 2c0906c2678309feb5d55b249e52aa9b00fbe4a1 | [] | no_license | scratches/spring-data-gazillions | https://github.com/scratches/spring-data-gazillions | 72e36c78a327f263f0de46fcee991473aa9fb92c | 858183c99841c869d688cdbc4f2aa0f431953925 | refs/heads/main | 2021-06-07T13:20:08.279000 | 2018-08-16T12:13:37 | 2018-08-16T12:13:37 | 144,152,360 | 0 | 0 | null | false | 2021-04-26T17:19:34 | 2018-08-09T12:53:18 | 2018-08-16T12:13:44 | 2021-04-26T17:19:34 | 803 | 0 | 0 | 1 | Java | false | false | package hello.service;
import org.springframework.stereotype.Service;
import hello.repo.Customer1523Repository;
@Service
public class Customer1523Service {
public Customer1523Service(Customer1523Repository repo) {
}
}
| UTF-8 | Java | 223 | java | Customer1523Service.java | Java | [] | null | [] | package hello.service;
import org.springframework.stereotype.Service;
import hello.repo.Customer1523Repository;
@Service
public class Customer1523Service {
public Customer1523Service(Customer1523Repository repo) {
}
}
| 223 | 0.829596 | 0.757848 | 11 | 19.272728 | 20.85487 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 0 |
34164f94b7737be1324d18c565bb376b2421c56d | 24,721,831,767,855 | 23b34ca0eba68141e76134ed9e4c41fa7ade6928 | /src/main/java/cn/zhiyigo/pblog/Controller/HomeBookController.java | f31e5c06c1fbb0e823b787e1821e2e1c767508a9 | [] | no_license | q513021617/zhiyiCMS | https://github.com/q513021617/zhiyiCMS | b18965ed83f04d2473eaf09d1dcfd1e4ef4a68c0 | 3a4c563d4d6725e9d3cf39f8250f8dfc1f32b21f | refs/heads/master | 2022-06-22T11:38:20.558000 | 2022-01-19T08:01:40 | 2022-01-19T08:01:40 | 238,452,441 | 17 | 7 | null | false | 2022-06-21T04:23:14 | 2020-02-05T13:06:46 | 2022-02-22T14:12:51 | 2022-06-21T04:23:10 | 6,511 | 16 | 7 | 22 | Java | false | false | package cn.zhiyigo.pblog.Controller;
import cn.zhiyigo.pblog.Model.Book;
import cn.zhiyigo.pblog.Model.Response;
import cn.zhiyigo.pblog.Servcie.BookService;
import cn.zhiyigo.pblog.enums.ResultStatusEnum;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
impo... | UTF-8 | Java | 1,692 | java | HomeBookController.java | Java | [] | null | [] | package cn.zhiyigo.pblog.Controller;
import cn.zhiyigo.pblog.Model.Book;
import cn.zhiyigo.pblog.Model.Response;
import cn.zhiyigo.pblog.Servcie.BookService;
import cn.zhiyigo.pblog.enums.ResultStatusEnum;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
impo... | 1,692 | 0.695107 | 0.695107 | 59 | 27.40678 | 27.389914 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 0 |
26c4ecbf6414f18d65fc79b5769b2feffc0c4768 | 19,378,892,504,861 | 5ad53610a8b66dbf764644816d80fa90fc837891 | /MYSQL_JSON/JsonToSql (2)/JsonToSql/src/Modelo/Json_IO.java | deb61cb1346177b789c860f2be68d83bea8cbbeb | [] | no_license | pablohs1986/dam_ad2021 | https://github.com/pablohs1986/dam_ad2021 | a2911f477ccd884fa16497c51391c052733e198f | d477e77a16aaf76ee53eb7c2bee290ff4d52137e | refs/heads/main | 2023-03-19T15:00:12.889000 | 2021-03-17T18:37:59 | 2021-03-17T18:37:59 | 307,339,612 | 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 Modelo;
import Modelo.Interfaces.Json_IO_Intrfz;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.... | UTF-8 | Java | 2,360 | java | Json_IO.java | Java | [
{
"context": ";\nimport javax.json.JsonWriter;\n\n/**\n *\n * @author Noja\n */\npublic class Json_IO implements Json_IO_Intrf",
"end": 594,
"score": 0.7958566546440125,
"start": 590,
"tag": "USERNAME",
"value": "Noja"
}
] | 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 Modelo;
import Modelo.Interfaces.Json_IO_Intrfz;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.... | 2,360 | 0.609415 | 0.609415 | 80 | 28.475 | 24.008318 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5125 | false | false | 0 |
c4e04912f8017609dcb54c9189c056ce75ef32a3 | 23,330,262,369,540 | 4dd8a6e98a14c6fa04a522ed1ffb29136e034af8 | /app/src/main/java/com/magic/bracketctl/ConfigActivity.java | c49959137153b43e6907fe5d1a49705e6d401387 | [] | no_license | wxbin/BracketCtl | https://github.com/wxbin/BracketCtl | 83266f7b14bdea422951f7d906ac04089fb90a5f | 274318eb90f78eb41b6d76a972a82286c20fecb5 | refs/heads/master | 2018-11-21T19:16:10.598000 | 2018-09-09T10:46:40 | 2018-09-09T10:48:01 | 126,860,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.magic.bracketctl;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.Nullable;
import android.view.Window;
import android.view.WindowManager;
public class ConfigActivity extends PreferenceActivity {
// @Override
// public void onBuildHeaders... | UTF-8 | Java | 851 | java | ConfigActivity.java | Java | [] | null | [] | package com.magic.bracketctl;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.Nullable;
import android.view.Window;
import android.view.WindowManager;
public class ConfigActivity extends PreferenceActivity {
// @Override
// public void onBuildHeaders... | 851 | 0.72973 | 0.72973 | 29 | 28.344828 | 24.337109 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 0 |
86af57de138471699082d23cbef7a26b4f35e868 | 30,554,397,390,469 | c0af64b78e6be5c509e50bdadcb4fe228990e917 | /src/main/java/com/ping23/scratch/file/FileReadingPractice.java | 5efe38421499336912de1feb51f711df1bd0eab1 | [] | no_license | jls2510/scratch-java | https://github.com/jls2510/scratch-java | d605041d03439e14bf1632937928f52b70dbcdac | 28313b242fbfa33c42faaa02e6b7d5d4e7039f01 | refs/heads/master | 2023-01-10T11:13:56.508000 | 2022-12-27T20:32:46 | 2022-12-27T20:32:46 | 173,584,384 | 0 | 0 | null | false | 2022-02-02T00:55:15 | 2019-03-03T14:19:16 | 2021-12-17T14:33:56 | 2022-02-02T00:55:14 | 256 | 0 | 0 | 4 | Java | false | false | package com.ping23.scratch.file;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
im... | UTF-8 | Java | 2,683 | java | FileReadingPractice.java | Java | [] | null | [] | package com.ping23.scratch.file;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
im... | 2,683 | 0.547521 | 0.54454 | 90 | 28.811111 | 21.905298 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 0 |
9ed0556f276b0472c73a82c9387e127e5fe43687 | 29,386,166,276,460 | 5d2e3a2e0ebd9f26f6eabe3a4473c48926c6bb4d | /MenuAndGame/src/sample/Main.java | ff41856a893d4dfedf343eb30e31aa0709fa271c | [] | no_license | kryel/JavaFxTests | https://github.com/kryel/JavaFxTests | 1263436c1d4d2846393cdb9ab7f8fad759930e36 | 3aae5319af6ee57108f44dbdbcc8c35d6199cfba | refs/heads/master | 2016-09-01T17:55:08.876000 | 2014-12-05T00:19:51 | 2014-12-05T00:19:51 | 21,956,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import sample.menu.MainMenu;
import sample.menu.SettingsMenu;
import sample.state.State;
import sample.resources.Language;
public class Main extends ... | UTF-8 | Java | 926 | java | Main.java | Java | [] | null | [] | package sample;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import sample.menu.MainMenu;
import sample.menu.SettingsMenu;
import sample.state.State;
import sample.resources.Language;
public class Main extends ... | 926 | 0.765659 | 0.759179 | 38 | 23.368422 | 17.59399 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 0 |
136a456b2331e632f8fee910dbc941a28b660fe4 | 11,768,210,391,426 | ef1badd3301ef0753b2a5d801ad07a49a9296bf2 | /11_attributeChange/app/src/main/java/com/example/attributechange/SetOrientationActivity.java | af7a7a4bd606d1374cdbc248a104c81602259d09 | [] | no_license | devyeony/android-programming-practice | https://github.com/devyeony/android-programming-practice | e992323d23918ad397788dfd0a8e98d23bdfe119 | 34676fbc78284f2d63bc8dec66e1f5a8db7ecc2b | refs/heads/master | 2023-05-23T09:34:57.008000 | 2021-06-10T10:16:14 | 2021-06-10T10:16:14 | 367,935,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.attributechange;
import android.os.Bundle;
import android.view.View;
import android.widget.LinearLayout;
import androidx.appcompat.app.AppCompatActivity;
public class SetOrientationActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | UTF-8 | Java | 901 | java | SetOrientationActivity.java | Java | [] | null | [] | package com.example.attributechange;
import android.os.Bundle;
import android.view.View;
import android.widget.LinearLayout;
import androidx.appcompat.app.AppCompatActivity;
public class SetOrientationActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | 901 | 0.663707 | 0.663707 | 28 | 31.214285 | 27.103449 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 0 |
d3029a74d882a1db86aaa4e71d8a0365cd904722 | 20,280,835,592,529 | 322ac84614bd8d011c79b03d96214d4ceabcf086 | /src/main/java/com/oseasy/pro/modules/project/entity/ProjectAnnounce.java | 6a3293edbb475681fa685a38251ac7f1fb07ea87 | [] | no_license | SchuckBeta/cxcy | https://github.com/SchuckBeta/cxcy | f2f953c074be5ab8ab8aeac533ade6600135d759 | ed4ceee397fae9d470fb93579bbf6af631965eaa | refs/heads/master | 2022-12-25T14:53:58.066000 | 2019-09-20T12:28:55 | 2019-09-20T12:28:55 | 209,783,634 | 1 | 0 | null | false | 2022-12-16T07:46:52 | 2019-09-20T12:18:07 | 2020-01-01T07:08:07 | 2022-12-16T07:46:49 | 69,306 | 1 | 0 | 28 | Java | false | false | package com.oseasy.pro.modules.project.entity;
import org.hibernate.validator.constraints.Length;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.oseasy.com.pcore.common.persistence.DataEntity;
/**
* 项目通告Entity
* @author zdk
* @version 2017-03-30
*/
public class ProjectAnnoun... | UTF-8 | Java | 4,226 | java | ProjectAnnounce.java | Java | [
{
"context": "sistence.DataEntity;\n\n/**\n * 项目通告Entity\n * @author zdk\n * @version 2017-03-30\n */\npublic class ProjectAn",
"end": 266,
"score": 0.999637246131897,
"start": 263,
"tag": "USERNAME",
"value": "zdk"
}
] | null | [] | package com.oseasy.pro.modules.project.entity;
import org.hibernate.validator.constraints.Length;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.oseasy.com.pcore.common.persistence.DataEntity;
/**
* 项目通告Entity
* @author zdk
* @version 2017-03-30
*/
public class ProjectAnnoun... | 4,226 | 0.704813 | 0.6915 | 191 | 19.455498 | 18.451204 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.507853 | false | false | 0 |
449075e7d30b940b821e4179787415d4cee926db | 14,328,010,923,587 | 59107135ea7e60be696f504687e06553d35b7021 | /src/inter/Defmain.java | 69d7cd596c523aa5d0bbd6aa46a6faab2bc329ee | [] | no_license | roshinpjoy/java | https://github.com/roshinpjoy/java | aeaa1c5d76df0157d62341707249c3bb71bf0099 | aef8d1c52421b0b6fee0b8bce161e0aefb7d7599 | refs/heads/master | 2020-03-29T22:25:14.773000 | 2018-09-26T12:24:18 | 2018-09-26T12:24:18 | 150,419,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
package inter;
public class Defmain {
public static void main(String[] args) {
Interfacee c=new Interfacee();
c.cardet();//can use interface name to call static and default car.staicm
}
}
*/
| UTF-8 | Java | 227 | java | Defmain.java | Java | [] | null | [] | /*
package inter;
public class Defmain {
public static void main(String[] args) {
Interfacee c=new Interfacee();
c.cardet();//can use interface name to call static and default car.staicm
}
}
*/
| 227 | 0.621145 | 0.621145 | 18 | 11.611111 | 21.380518 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 0 |
a7d5d2bfe4d5c21f98e9149fdd0b8454c420bac5 | 25,434,796,361,608 | 600a903a02480fbcfad0879e4ced080aeda80cb3 | /src/test/java/com/cybertek/tests/VytrekAutomation/CoinPaprika.java | 80996b80a1beb529b8965a0afdafcfa3198676e3 | [] | no_license | perznverzn80/Summer2019VATestNGSeleniumProject | https://github.com/perznverzn80/Summer2019VATestNGSeleniumProject | 39963d997f867a28cb6bca74eacbbb902756305e | 81535bc02933d3a013e1220af84c54ab6cf6f017 | refs/heads/master | 2023-05-12T09:47:09.376000 | 2019-12-10T19:46:04 | 2019-12-10T19:46:04 | 217,633,039 | 0 | 0 | null | false | 2023-05-09T18:34:06 | 2019-10-26T00:16:50 | 2019-12-10T19:46:14 | 2023-05-09T18:34:03 | 532 | 0 | 0 | 2 | Java | false | false | package com.cybertek.tests.VytrekAutomation;
import com.cybertek.utilities.WebDriverFactory;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class CoinPaprika {
public static void main(String[] args) {
WebDriver driver= WebDriverFacto... | UTF-8 | Java | 618 | java | CoinPaprika.java | Java | [] | null | [] | package com.cybertek.tests.VytrekAutomation;
import com.cybertek.utilities.WebDriverFactory;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class CoinPaprika {
public static void main(String[] args) {
WebDriver driver= WebDriverFacto... | 618 | 0.71521 | 0.71521 | 18 | 33.333332 | 35.454197 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
0692e3e68f6be18b585c808dc45569ce1ce4fe69 | 25,434,796,358,595 | 1dee14f9991d1f79e135d276c70284b4bb3eb753 | /app/src/main/java/com/github/st1hy/countthemcalories/activities/ingredients/inject/IngredientsActivityComponentFactory.java | 57e065ed2d5a02c11f42b23c157397e631aa7eef | [
"MIT"
] | permissive | st1hy/Red-Calorie | https://github.com/st1hy/Red-Calorie | 8c50dc5587730f7133cf931d7367791d1e973658 | db5111abad35eecd9f10e4292cede66a7a9d9c4c | refs/heads/master | 2021-09-07T04:50:45.219000 | 2018-02-08T18:22:10 | 2018-02-08T21:51:20 | 56,311,244 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.st1hy.countthemcalories.activities.ingredients.inject;
import com.github.st1hy.countthemcalories.inject.common.ActivityModule;
public interface IngredientsActivityComponentFactory {
IngredientsActivityComponent newIngredientsActivityComponent(ActivityModule module);
}
| UTF-8 | Java | 295 | java | IngredientsActivityComponentFactory.java | Java | [
{
"context": "package com.github.st1hy.countthemcalories.activities.ingredients.inject;\n",
"end": 24,
"score": 0.9899287819862366,
"start": 19,
"tag": "USERNAME",
"value": "st1hy"
},
{
"context": "activities.ingredients.inject;\n\nimport com.github.st1hy.countthemcalories.inject.com... | null | [] | package com.github.st1hy.countthemcalories.activities.ingredients.inject;
import com.github.st1hy.countthemcalories.inject.common.ActivityModule;
public interface IngredientsActivityComponentFactory {
IngredientsActivityComponent newIngredientsActivityComponent(ActivityModule module);
}
| 295 | 0.871186 | 0.864407 | 8 | 35.875 | 36.631397 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
8e77e1941e6fab5956b7520e1bcd295c42ff5273 | 20,332,375,205,836 | 4e78ed03bc604b5cf16f44d7a430d60dc987b011 | /app/src/main/java/com/juliatimofeeva/currencyconverter/data/storage/CurrencyDatabaseImpl.java | 8dd49d7c82fa2c41bf974506ab6df1ac0dc48207 | [] | no_license | ytimofeeva/CurrencyConverter | https://github.com/ytimofeeva/CurrencyConverter | 0fc580b534835089de4aa0dcc3061bab9bc33b67 | 8810cc6c904538d42f984ddcf8ddd0e90d574d0a | refs/heads/dev | 2021-05-07T08:11:58.271000 | 2017-11-12T22:01:08 | 2017-11-12T22:01:08 | 109,316,981 | 0 | 0 | null | false | 2017-11-12T22:01:09 | 2017-11-02T20:44:56 | 2017-11-02T20:46:37 | 2017-11-12T22:01:09 | 167 | 0 | 0 | 0 | Java | false | null | package com.juliatimofeeva.currencyconverter.data.storage;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.support.annotation.NonNull;
import android.util.Log;
import com.juliatimofeeva.... | UTF-8 | Java | 5,934 | java | CurrencyDatabaseImpl.java | Java | [
{
"context": "roid.content.ContentValues.TAG;\n\n/**\n * Created by julia on 07.11.17.\n */\n\npublic class CurrencyDatabaseIm",
"end": 740,
"score": 0.9989243745803833,
"start": 735,
"tag": "USERNAME",
"value": "julia"
}
] | null | [] | package com.juliatimofeeva.currencyconverter.data.storage;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.support.annotation.NonNull;
import android.util.Log;
import com.juliatimofeeva.... | 5,934 | 0.657567 | 0.656555 | 133 | 43.616543 | 36.659523 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 0 |
3272a81b8ac4dc9d66ae12d0437bff2a04f7d529 | 30,073,361,042,935 | 92a0836612dd92a6777d090957ee9159f6e0a048 | /app/src/main/java/com/atu/align/MainActivity.java | f55aedd78d770fd25c07dc0caba9893d4ce97fa3 | [] | no_license | 15817209487/align | https://github.com/15817209487/align | b9ab2d9df9c2b1d928cfecc89974ab495baacf10 | 96daa844874c70c7f3753e430eb32f75cee25c9c | refs/heads/master | 2022-11-21T15:14:49.708000 | 2020-07-26T06:41:34 | 2020-07-26T06:41:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atu.align;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.atu.aligntext.AlignTextView;
public class MainActivity extends AppCompatActivity {
private AlignTextView atv1;
private AlignTextView atv2;
private AlignTextView a... | UTF-8 | Java | 1,587 | java | MainActivity.java | Java | [] | null | [] | package com.atu.align;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.atu.aligntext.AlignTextView;
public class MainActivity extends AppCompatActivity {
private AlignTextView atv1;
private AlignTextView atv2;
private AlignTextView a... | 1,587 | 0.615436 | 0.592814 | 51 | 28.470589 | 15.84651 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 0 |
02353d9303728379983f00b299fb10ced76920dd | 3,358,664,463,290 | 4803e73c25df119b980d5824b47b1a4b3c32f1fd | /src/main/java/cn/geoary/MybatisGeneratorGeoaryApplication.java | b6fe9f59b463a95b6670e674ba38f123ec2eddad | [] | no_license | Zhangchao999/mybatis-generator-demo | https://github.com/Zhangchao999/mybatis-generator-demo | 2db219f12272b38449e3b574fe3248b843d80330 | 87c1ff531bfbe1e1c5ba8d5dabce15a20ec7be38 | refs/heads/master | 2022-07-17T16:40:56.378000 | 2019-08-18T13:52:30 | 2019-08-18T13:52:30 | 203,009,770 | 0 | 0 | null | false | 2022-06-21T01:41:42 | 2019-08-18T13:48:54 | 2019-08-18T13:52:53 | 2022-06-21T01:41:39 | 6 | 0 | 0 | 1 | Java | false | false | package cn.geoary;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MybatisGeneratorGeoaryApplication {
public static void main(String[] args) {
SpringApplication.run(MybatisGeneratorGeoaryApplicati... | UTF-8 | Java | 346 | java | MybatisGeneratorGeoaryApplication.java | Java | [] | null | [] | package cn.geoary;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MybatisGeneratorGeoaryApplication {
public static void main(String[] args) {
SpringApplication.run(MybatisGeneratorGeoaryApplicati... | 346 | 0.806358 | 0.806358 | 13 | 25.615385 | 27.170511 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 0 |
951e49e1d31bf5c305f0f0d6f97c37fa65767cd1 | 3,358,664,465,985 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.4.2/code/base/dso-performance-tests/tests.base/com/tctest/performance/http/load/StatsCollector.java | 8338ab998fe8eaa38846a82cfa2bdd07230d0fd0 | [] | no_license | sirinath/Terracotta | https://github.com/sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414000 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tctest.performance.http.load;
import org.apache.commons.httpclient.HttpStatus;
import org.apache.commons.lang.SerializationUtils;
import EDU.oswego.cs.dl... | UTF-8 | Java | 3,157 | java | StatsCollector.java | Java | [] | null | [] | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tctest.performance.http.load;
import org.apache.commons.httpclient.HttpStatus;
import org.apache.commons.lang.SerializationUtils;
import EDU.oswego.cs.dl... | 3,157 | 0.584099 | 0.575546 | 104 | 29.35577 | 28.86138 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 0 |
c97b0803621e9d86aa21b2841684aff44f952864 | 6,408,091,242,489 | 630625d1714448039323ae949a3dfe8bd3f0521c | /src/main/java/goingto/com/controller/sprint3/UserAchievementsController.java | c8ebe89df4229368e03a5f81bd0842ac06a38c54 | [] | no_license | GoingTo-ByPascal/SI652-OS-API | https://github.com/GoingTo-ByPascal/SI652-OS-API | 051783a2de76e6e9afe6b50e098b4cc5152065a1 | 69dfad6f587628da3dc14fac111d48c31b6e7959 | refs/heads/master | 2023-03-31T03:37:07.413000 | 2021-03-30T03:54:50 | 2021-03-30T03:54:50 | 262,768,906 | 1 | 2 | null | false | 2021-03-30T03:54:50 | 2020-05-10T11:09:07 | 2021-03-30T03:45:41 | 2021-03-30T03:54:50 | 325 | 0 | 1 | 0 | Java | false | false | package goingto.com.controller.sprint3;
import goingto.com.model.account.Achievement;
import goingto.com.resource.converter.AchievementConverter;
import goingto.com.service.AchievementService;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.an... | UTF-8 | Java | 1,187 | java | UserAchievementsController.java | Java | [] | null | [] | package goingto.com.controller.sprint3;
import goingto.com.model.account.Achievement;
import goingto.com.resource.converter.AchievementConverter;
import goingto.com.service.AchievementService;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.an... | 1,187 | 0.792755 | 0.788543 | 35 | 32.914288 | 26.593632 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 0 |
8237ff8fba661cc4ec3243ae03c57c3487b4d602 | 20,014,547,648,165 | 401a94a109f4a7d467ae443842c36abf6aa7ce72 | /mapir-android-service-sdk/src/main/java/ir/map/servicesdk/model/inner/DistanceMatrixPointRequest.java | 28786a27c3a93780a56b5331e35bf07ad40646aa | [] | no_license | map-ir/mapir-android-service-sdk-v4-sample | https://github.com/map-ir/mapir-android-service-sdk-v4-sample | 03a991e4c58430cf3be2f84c5d9a3501d9c5a4b9 | 6e86a23dfa8c493392c28c8a0e97d226ab4f367d | refs/heads/master | 2021-01-01T12:28:43.132000 | 2020-02-19T12:08:56 | 2020-02-19T12:08:56 | 239,279,711 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.map.servicesdk.model.inner;
public class DistanceMatrixPointRequest {
private String id;
private double latitude;
private double longitude;
public DistanceMatrixPointRequest(String id, double latitude, double longitude) {
this.id = id;
this.latitude = latitude;
this... | UTF-8 | Java | 738 | java | DistanceMatrixPointRequest.java | Java | [] | null | [] | package ir.map.servicesdk.model.inner;
public class DistanceMatrixPointRequest {
private String id;
private double latitude;
private double longitude;
public DistanceMatrixPointRequest(String id, double latitude, double longitude) {
this.id = id;
this.latitude = latitude;
this... | 738 | 0.644986 | 0.644986 | 32 | 22.0625 | 21.411062 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 0 |
a3b91459262aae6db5ca5db36de1bed0f2390dea | 7,662,221,700,446 | b7f0c758acd20b7acdaf6fc5f228df6c046d2079 | /src/ru/zetta/tariff/selector/util/parser/XMLTags.java | 4e752e309cb2a2901e5e4072284bc61fae7537d0 | [] | no_license | endovitskayaV/sax_parser | https://github.com/endovitskayaV/sax_parser | 098885aa7aa468d853a006581207da9f059597f8 | b4e9677922a07906a88b68e21799dbb9d4baf6bd | refs/heads/master | 2020-04-25T22:10:48.762000 | 2019-02-28T11:52:08 | 2019-02-28T11:52:08 | 173,103,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.zetta.tariff.selector.util.parser;
public class XMLTags {
public class ArticleContent {
public static final String ELEMENT = "dynamic-element";
public static final String CONTENT = "dynamic-content";
public static final String NAME = "name";
public static final String R... | UTF-8 | Java | 394 | java | XMLTags.java | Java | [] | null | [] | package ru.zetta.tariff.selector.util.parser;
public class XMLTags {
public class ArticleContent {
public static final String ELEMENT = "dynamic-element";
public static final String CONTENT = "dynamic-content";
public static final String NAME = "name";
public static final String R... | 394 | 0.670051 | 0.670051 | 13 | 29.307692 | 24.492966 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 0 |
4c14fce7f6b53f786fc0facb601d4966d7b1b9b7 | 31,473,520,380,384 | ac9b3dff49910a76b79cc4ef4bd03d71c6a23126 | /tpo-web/assignment3-4/src/Listeners/RequestListener.java | 0821474c8b78e06720c34596bb2cd5b662f109c4 | [] | no_license | OleksandrBieliakov/tpo | https://github.com/OleksandrBieliakov/tpo | 0cf97c84de9b50b20f897e9452b23df46b824219 | 517fd37976f2a91f5020d61daed840cc8812390b | refs/heads/master | 2021-02-18T12:24:28.845000 | 2020-06-17T09:47:00 | 2020-06-17T09:47:00 | 245,194,858 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Listeners;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.ServletRequestEvent;
import javax.servlet.ServletRequestListener;
import javax.servlet.annotation.WebListener;
import java.util.logging.Level;
import java.util.logging.Logger;
@WebListener
pu... | UTF-8 | Java | 1,365 | java | RequestListener.java | Java | [] | null | [] | package Listeners;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.ServletRequestEvent;
import javax.servlet.ServletRequestListener;
import javax.servlet.annotation.WebListener;
import java.util.logging.Level;
import java.util.logging.Logger;
@WebListener
pu... | 1,365 | 0.715751 | 0.715751 | 40 | 33.099998 | 24.238194 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 0 |
38d60691732348d3c56c44494e63b752cf0dc5be | 9,337,258,925,597 | 0894c803efb25808a3b2a366b7a9cd843cc9b20c | /mvc/src/main/java/net/canway/demo/mvc/service/ClassesService.java | 58502f6cf564ee7f8cf18b3efe2c73673e1f26cc | [] | no_license | BleRui/leozheng_java | https://github.com/BleRui/leozheng_java | f08a653c0cf6591fbc4707b83a8a98736accc74a | c4cb47ae9b727142a7eb10aef1877f5d2edb623b | refs/heads/master | 2022-12-21T05:29:27.522000 | 2020-03-13T08:18:29 | 2020-03-13T08:18:29 | 247,020,257 | 0 | 0 | null | false | 2022-12-15T23:50:55 | 2020-03-13T08:15:47 | 2020-03-13T08:18:59 | 2022-12-15T23:50:52 | 36 | 0 | 0 | 7 | Java | false | false | package net.canway.demo.mvc.service;
import net.canway.demo.mvc.entity.Classes;
public interface ClassesService {
Classes findOne(Integer id);
}
| UTF-8 | Java | 152 | java | ClassesService.java | Java | [] | null | [] | package net.canway.demo.mvc.service;
import net.canway.demo.mvc.entity.Classes;
public interface ClassesService {
Classes findOne(Integer id);
}
| 152 | 0.769737 | 0.769737 | 8 | 18 | 17.965244 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
6475aab847c014ed31a6a7760fb629a453229d81 | 14,688,788,177,840 | c2a2569b2f7b0a92698eec6fc023c2dc278d949a | /src/consumo/viewtotalleituradet/ViewTotalLeituraDetDAOHibernate.java | ec0e3fcacf65e2d84e4e70cc7c16064ad3c94fb5 | [
"Apache-2.0"
] | permissive | fabioindaiatuba/TCC_Consumo_Enegia | https://github.com/fabioindaiatuba/TCC_Consumo_Enegia | 5b423066d386d89e413134dd5879c5161ddbee3b | cc3f48e5ba17163503c53bc6ca994a79eea3b144 | refs/heads/master | 2021-01-16T22:02:19.987000 | 2018-05-10T14:10:04 | 2018-05-10T14:10:04 | 64,969,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package consumo.viewtotalleituradet;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import consumo.equipamento.Equipamento;
public class ViewTotalLeituraDetDAOHibernate implements ViewTotalLeituraDetDAO {
private Session session;
... | UTF-8 | Java | 754 | java | ViewTotalLeituraDetDAOHibernate.java | Java | [] | null | [] | package consumo.viewtotalleituradet;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import consumo.equipamento.Equipamento;
public class ViewTotalLeituraDetDAOHibernate implements ViewTotalLeituraDetDAO {
private Session session;
... | 754 | 0.78382 | 0.78382 | 32 | 22.5625 | 25.481535 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.34375 | false | false | 0 |
64b9587a45afc9a903e0539ea00aa6f3c85d5d33 | 18,236,431,168,531 | 064bd4a24be53284f5203d4205f6aa07931447b9 | /itu1328/src/wicket/quickstart/RoomCollection.java | bff0ea99302ad75938656fe546b67d3112c6a21f | [] | no_license | mahmuterkul/public | https://github.com/mahmuterkul/public | d1414dfce5a6c26c8c28657c901d8a1ba5c11253 | c37484b57a6e06750567eda1f474c6cfddb531c8 | refs/heads/master | 2021-01-10T20:35:33.288000 | 2013-12-22T23:19:23 | 2013-12-22T23:19:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wicket.quickstart;
import java.util.LinkedList;
import java.util.List;
public class RoomCollection implements IRoomCollection {
private List<Room> _roomList;
private List<Room> _roomsWithBranchID;
public RoomCollection() {
this._roomList = new LinkedList<Room>();
}
public List<Room> getRooms() {
re... | UTF-8 | Java | 622 | java | RoomCollection.java | Java | [] | null | [] | package wicket.quickstart;
import java.util.LinkedList;
import java.util.List;
public class RoomCollection implements IRoomCollection {
private List<Room> _roomList;
private List<Room> _roomsWithBranchID;
public RoomCollection() {
this._roomList = new LinkedList<Room>();
}
public List<Room> getRooms() {
re... | 622 | 0.734727 | 0.734727 | 32 | 18.46875 | 17.986078 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.09375 | false | false | 0 |
815e06c54861a0a9440c037813e3c9dacbcbdd61 | 16,518,444,246,349 | db6f409c9e241b94f720d04a7286386cb1eb79ff | /homework-2/src/main/java/Main.java | 26899f0a3c294a59930fcfcd0e4d187160ff6a9a | [] | no_license | bokovhu/artificial-intelligence-homeworks | https://github.com/bokovhu/artificial-intelligence-homeworks | 7b3df21ff13b22da21afce0bfa6397e330f7ced8 | 819df0e95607b1e5e60c201e7e7533c35b162b1d | refs/heads/master | 2021-06-20T08:16:10.973000 | 2019-12-11T16:41:23 | 2019-12-11T16:41:23 | 212,802,079 | 0 | 0 | null | false | 2020-10-13T17:20:03 | 2019-10-04T11:44:03 | 2019-12-11T16:57:48 | 2020-10-13T17:20:02 | 9,527 | 0 | 0 | 1 | Java | false | false | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
public class Main {
public static void main (String[] args) throws IOException {
//Read data from STDIN
... | UTF-8 | Java | 5,537 | java | Main.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
public class Main {
public static void main (String[] args) throws IOException {
//Read data from STDIN
... | 5,537 | 0.467762 | 0.45801 | 217 | 24.520737 | 21.499561 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.668203 | false | false | 0 |
365ccd1e14b03cce19c768f689c22fbeb3f145a8 | 13,254,269,104,648 | 76efa9e4b7f9241dfa1bda741d2a8834b3d77025 | /FortuneCookie.java | 677148b175168f66014760004e586a3785736c25 | [] | no_license | oreHGA/Assignment2_10520170 | https://github.com/oreHGA/Assignment2_10520170 | 33e8c8f4ea017cf4280ece6c3a65fd13f185e91c | 5c85630b80f0afe93589d92c70ba74b1b0d7672e | refs/heads/master | 2016-08-09T14:58:50.060000 | 2016-03-17T16:08:59 | 2016-03-17T16:08:59 | 53,751,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Random;
/*
* 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.
*/
/**
*
* @author ogundipe
*/
public class FortuneCookie {
public static void main ( String[] args )
... | UTF-8 | Java | 1,254 | java | FortuneCookie.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author ogundipe\n */\npublic class FortuneCookie {\n public stati",
"end": 239,
"score": 0.9684378504753113,
"start": 231,
"tag": "USERNAME",
"value": "ogundipe"
}
] | null | [] |
import java.util.Random;
/*
* 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.
*/
/**
*
* @author ogundipe
*/
public class FortuneCookie {
public static void main ( String[] args )
... | 1,254 | 0.580542 | 0.550239 | 41 | 29.560976 | 24.931171 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.560976 | false | false | 0 |
0e2a95afbaea9b327aeb002999aaa06d1b9fa65e | 14,259,291,446,489 | dac930784bb147e72c185722c60f47704d503244 | /src/day38_methods/StringUtils.java | 696ff7dc78cb01ff63dbf8081bd88a6c085cf02d | [] | no_license | DannyOtgon/java-programming | https://github.com/DannyOtgon/java-programming | 191b85d120ad23a5011c3362360d46fccb3a1133 | 88021c9c6854c463bc31cbd385d92f7379f97348 | refs/heads/master | 2023-07-18T17:23:38.382000 | 2021-09-15T14:04:42 | 2021-09-15T14:04:42 | 368,566,691 | 0 | 0 | null | false | 2021-06-11T02:59:40 | 2021-05-18T14:46:38 | 2021-06-08T02:20:30 | 2021-06-11T02:59:39 | 94 | 0 | 0 | 0 | Java | false | false | package day38_methods;
import java.util.Locale;
public class StringUtils {
public static void main(String[] args) {
System.out.println(isNullOrEmpty("hello"));
String word = null;
// System.out.println(word.toUpperCase(Locale.ROOT)); doesn't work because null value can't be converted to... | UTF-8 | Java | 775 | java | StringUtils.java | Java | [] | null | [] | package day38_methods;
import java.util.Locale;
public class StringUtils {
public static void main(String[] args) {
System.out.println(isNullOrEmpty("hello"));
String word = null;
// System.out.println(word.toUpperCase(Locale.ROOT)); doesn't work because null value can't be converted to... | 775 | 0.611613 | 0.603871 | 25 | 30 | 27.015551 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 0 |
30e2c5019643c2ba33edc7419a887d3f90e3b21c | 12,532,714,608,129 | 88b01afe0ba64bc2f240df588af56fe4227c34cf | /src/server/Server.java | fce535420663c46d76d453ce3ee2a22ef4ff5913 | [] | no_license | frnssk/Busted-Jack | https://github.com/frnssk/Busted-Jack | 48152203bc50890ac7520b888d9a8b1fb474da66 | 46202e3eba195956e90d40068a5351ed4cac7e69 | refs/heads/master | 2020-05-02T04:53:12.404000 | 2019-04-12T06:55:02 | 2019-04-12T06:55:02 | 177,760,144 | 0 | 0 | null | false | 2019-04-11T07:31:36 | 2019-03-26T09:54:04 | 2019-04-10T13:18:42 | 2019-04-11T07:31:35 | 1,087 | 0 | 0 | 0 | Java | false | false | package server;
import java.io.BufferedReader;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.S... | UTF-8 | Java | 12,713 | java | Server.java | Java | [
{
"context": "urces.Table;\nimport resources.User;\n\n/*\n * @author RasmusOberg\n */\npublic class Server {\n\n\tprivate LinkedList<Us",
"end": 657,
"score": 0.9906765222549438,
"start": 646,
"tag": "NAME",
"value": "RasmusOberg"
},
{
"context": "teredUsers.add(user);\n\t\t\t\t\tuse... | null | [] | package server;
import java.io.BufferedReader;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.S... | 12,714 | 0.665958 | 0.665013 | 426 | 28.805164 | 26.527992 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.765258 | false | false | 0 |
3152fc6144e6a8d579cfb5c5a285080bd4ddcf0c | 463,856,497,196 | 4346b660923b0e47d32f68ad750da4d476b5a55a | /src/presentation/uicomponents/bottompanel/BottomPanel.java | e1d3269dba5012add3ff424b5929efedc2fd6eb2 | [] | no_license | dpaeth/MP3-Analyzer | https://github.com/dpaeth/MP3-Analyzer | 93d056e0645619bc1ec98829d97c5975c61058c2 | 7bda383da013bed9eb0ebb2ab455df931d5aecb6 | refs/heads/master | 2020-05-21T09:27:05.398000 | 2019-05-10T14:03:07 | 2019-05-10T14:03:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package presentation.uicomponents.bottompanel;
import javafx.scene.layout.StackPane;
import presentation.uicomponents.playercontrol.PlayerControl;
import structure.Mp3Player;
public class BottomPanel extends StackPane {
public BottomPanel(Mp3Player player) {
PlayerControl playercontrol = new PlayerContro... | UTF-8 | Java | 639 | java | BottomPanel.java | Java | [] | null | [] | package presentation.uicomponents.bottompanel;
import javafx.scene.layout.StackPane;
import presentation.uicomponents.playercontrol.PlayerControl;
import structure.Mp3Player;
public class BottomPanel extends StackPane {
public BottomPanel(Mp3Player player) {
PlayerControl playercontrol = new PlayerContro... | 639 | 0.716745 | 0.696401 | 18 | 34.444443 | 25.137892 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 0 |
db2bcf9623ce0428c47f04e9b8128a0ac4abe1d4 | 2,843,268,382,150 | 6a0df1c746389a1aa19cdbf29265f572e119099a | /src/p06/lecture/p2field/Car.java | f97bba32582adc50cb9efaf8f1943dfc4dfee47a | [] | no_license | kimjaewan1/java20210325 | https://github.com/kimjaewan1/java20210325 | c09ddc318ec01b0cceee9aaaf1c1996f475e41b4 | 6f66a3ba4d7615006960657d823481477246964e | refs/heads/master | 2023-04-18T00:15:52.190000 | 2021-05-03T08:01:39 | 2021-05-03T08:01:39 | 351,269,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p06.lecture.p2field;
public class Car {
// (instance) field : 클래스에 선언된 변수
String name;
String model;
}
| UTF-8 | Java | 140 | java | Car.java | Java | [] | null | [] | package p06.lecture.p2field;
public class Car {
// (instance) field : 클래스에 선언된 변수
String name;
String model;
}
| 140 | 0.663934 | 0.639344 | 8 | 14.125 | 11.720041 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 0 |
c5d234a17f528b75f08e07cbe0de3b065bf49ec2 | 523,986,056,335 | 3d2a70c9c6e3ab10770cd855c62aeddefa0fb136 | /src/test/java/edu/ucsb/cs56/ratcalc/model/RationalTest.java | 58fe41cad294b960d2d31f394051635ae06fd48f | [] | no_license | ucsb-cs56-w20/lab04-zonkman | https://github.com/ucsb-cs56-w20/lab04-zonkman | d079c5883697788458cca8d962cc8599c9627915 | 7495c0038157a37f1fe4d93b4854ebdf62305b36 | refs/heads/master | 2022-04-01T09:23:39.035000 | 2020-02-03T21:16:28 | 2020-02-03T21:16:28 | 237,085,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ucsb.cs56.ratcalc.model;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.Before;
public class RationalTest {
private Rational r_5_15;
private Rational r_24_6;
private Rational r_3_7;
private Rational r_13_4;
private Rational r_20_25;
private... | UTF-8 | Java | 6,473 | java | RationalTest.java | Java | [] | null | [] | package edu.ucsb.cs56.ratcalc.model;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.Before;
public class RationalTest {
private Rational r_5_15;
private Rational r_24_6;
private Rational r_3_7;
private Rational r_13_4;
private Rational r_20_25;
private... | 6,473 | 0.54905 | 0.474741 | 273 | 22.706959 | 18.604477 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663004 | false | false | 0 |
fe8d52b78e77b08bd6699188dc5e90a4ebb70688 | 523,986,057,384 | dbd99cb6ac77c29c9a69a288e6d9edf773378220 | /yinyuancalculator/src/main/java/com/example/chenqiao/day_14_yinyuancalculator/ResultActivity.java | 3f08b041dd530591b83619b91542cb0917d6c6d0 | [] | no_license | mrjoechen/MyApplication2 | https://github.com/mrjoechen/MyApplication2 | d35789324e8f7a1ab6c39c093f46ca6a228375ea | 3dc8e5f0514e49cc634586cb7e39c75087c0d7d0 | refs/heads/master | 2021-01-09T20:11:34.563000 | 2017-12-20T02:42:28 | 2017-12-20T02:42:28 | 62,130,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chenqiao.day_14_yinyuancalculator;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class ResultActivity extends AppCompatA... | UTF-8 | Java | 3,351 | java | ResultActivity.java | Java | [
{
"context": "package com.example.chenqiao.day_14_yinyuancalculator;\n\nimport android.content",
"end": 28,
"score": 0.9951862692832947,
"start": 20,
"tag": "USERNAME",
"value": "chenqiao"
}
] | null | [] | package com.example.chenqiao.day_14_yinyuancalculator;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class ResultActivity extends AppCompatA... | 3,351 | 0.537745 | 0.50981 | 109 | 26.587156 | 21.100985 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642202 | false | false | 0 |
34feb569cd90244af7c2527b451fc4fe7bb4ffa1 | 17,042,430,264,659 | 59ce6dbe612e4658bf0cd10970fb7d7f7ce8ea57 | /pro02/src/ch06/inheritance/HExam.java | a72f7d79f6b83f56d37ac6069f40cad520d2868d | [] | no_license | 2ket/kitri2020 | https://github.com/2ket/kitri2020 | 23c043ae1d7b1d1ae9b90d1df042094255e68e44 | f423218cc92496335a18410ee10e96bcc91165c6 | refs/heads/master | 2021-05-24T15:58:15.472000 | 2020-05-26T06:57:59 | 2020-05-26T06:57:59 | 253,645,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch06.inheritance;
/**
* @Author : 김경은
* @Date : 2020. 5. 7.
* @Description : 함수재정의, upCasting/downCasting
*/
class HParents{
protected int x;
protected int y;
public HParents() {}
public HParents(int x, int y) {
this.x=x;
this.y=y;
}
public void yonsan() {
System.out.println("hap:"+(x+y)... | UTF-8 | Java | 1,657 | java | HExam.java | Java | [
{
"context": "package ch06.inheritance;\n\n/**\n * @Author : 김경은\n * @Date : 2020. 5. 7.\n * @Description : 함수재정의, u",
"end": 47,
"score": 0.9997333288192749,
"start": 44,
"tag": "NAME",
"value": "김경은"
}
] | null | [] | package ch06.inheritance;
/**
* @Author : 김경은
* @Date : 2020. 5. 7.
* @Description : 함수재정의, upCasting/downCasting
*/
class HParents{
protected int x;
protected int y;
public HParents() {}
public HParents(int x, int y) {
this.x=x;
this.y=y;
}
public void yonsan() {
System.out.println("hap:"+(x+y)... | 1,657 | 0.620292 | 0.601845 | 68 | 18.132353 | 19.234547 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.735294 | false | false | 0 |
69e8450256e427b59f2807fe2142cb13103cd8b0 | 30,597,347,051,578 | d3225b2a90eb65fcd269bdabee14f01a52f923e5 | /JDBC Session 1 Assignment/JDBC session 1/src/com/metacube/controller/LibraryController.java | 4ad2cdb29e7e7a18b60e3b21be0227a3cdc4d24a | [] | no_license | meta-udit-saxena/Assignments | https://github.com/meta-udit-saxena/Assignments | 6954006cd0be4ca91eb6e8fea0f649ed6b49da8f | 9cab5237c2fc93bcedf0aca650fd3a84c2b78a89 | refs/heads/master | 2021-01-01T04:41:43.932000 | 2017-10-24T13:09:10 | 2017-10-24T13:09:10 | 97,225,788 | 1 | 1 | null | false | 2017-10-24T13:09:11 | 2017-07-14T11:11:06 | 2017-07-19T10:24:39 | 2017-10-24T13:09:10 | 20,315 | 0 | 1 | 5 | Java | false | null | package com.metacube.controller;
import java.util.List;
import com.metacube.dao.TitleDao;
import com.metacube.dto.OperationResult;
import com.metacube.dto.TitleListResponse;
import com.metacube.entity.Title;
import com.metacube.facade.LibraryFacade;
/**
* The Class Controller.
*/
public class LibraryController {
... | UTF-8 | Java | 1,550 | java | LibraryController.java | Java | [] | null | [] | package com.metacube.controller;
import java.util.List;
import com.metacube.dao.TitleDao;
import com.metacube.dto.OperationResult;
import com.metacube.dto.TitleListResponse;
import com.metacube.entity.Title;
import com.metacube.facade.LibraryFacade;
/**
* The Class Controller.
*/
public class LibraryController {
... | 1,550 | 0.683226 | 0.681935 | 65 | 22.861538 | 20.179104 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.738461 | false | false | 0 |
be68d91fcc942e3017de2736b80ec9d10233245c | 37,769,942,421,699 | 4b851d7e5be17d2d2e3610443b0ab499ba5c67f4 | /src/main/java/com/qunar/search/cosmetic/service/CategoryService.java | 434f0771d28af3979e746d12c11018a8dc97e6ed | [] | no_license | jkbjxy/coscan | https://github.com/jkbjxy/coscan | 684ba40090713226605b97186be2f93c5e6e2ff0 | 40538b7f451fa3cc1a65ca94a0412d83722cb153 | refs/heads/master | 2015-08-12T00:43:06.995000 | 2014-04-25T08:33:19 | 2014-04-25T08:33:19 | 20,644,966 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qunar.search.cosmetic.service;
import com.qunar.search.cosmetic.model.Brand;
import com.qunar.search.cosmetic.model.Category;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface CategoryService {
/**
* 查询主页和搜索结果页的导航分类信息
*
* @return
* @author zero.... | UTF-8 | Java | 1,176 | java | CategoryService.java | Java | [
{
"context": "搜索结果页的导航分类信息\n * \n * @return\n * @author zero.liu\n */\n Map<Category, Map<Category, List<Bra",
"end": 322,
"score": 0.5904054045677185,
"start": 315,
"tag": "USERNAME",
"value": "zero.li"
},
{
"context": "分类信息\n * \n * @return\n * @autho... | null | [] | package com.qunar.search.cosmetic.service;
import com.qunar.search.cosmetic.model.Brand;
import com.qunar.search.cosmetic.model.Category;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface CategoryService {
/**
* 查询主页和搜索结果页的导航分类信息
*
* @return
* @author zero.... | 1,176 | 0.612476 | 0.612476 | 55 | 18.236364 | 19.324938 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290909 | false | false | 0 |
d4c62b4a394a849bae444bb9c14713f0e725195a | 94,489,349,254 | 986bbee1a138678d6381ba7578a3ba28a3dd0c99 | /src/clientconnection/ClientHandler.java | 108742b26d0ed298b0db44d2adb32913b3aed7f7 | [] | no_license | poula22/chat-client-program-user2- | https://github.com/poula22/chat-client-program-user2- | cd5244e4a5ae1482d7ff02837b0769799955c789 | 331ccc09c7807403c5ccd60e089962c5cdf6dc20 | refs/heads/main | 2023-06-12T00:03:33.436000 | 2021-07-04T23:14:16 | 2021-07-04T23:14:16 | 382,965,990 | 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 clientconnection;
import frames.ClientConnectionFrame;
import java.io.BufferedReader;
import java.io.IOException;
import java.... | UTF-8 | Java | 3,424 | java | ClientHandler.java | Java | [
{
"context": "\nimport javax.swing.JTextField;\n\n/**\n *\n * @author george\n */\npublic class ClientHandler implements Runnabl",
"end": 655,
"score": 0.9992563724517822,
"start": 649,
"tag": "USERNAME",
"value": "george"
},
{
"context": " PrintStream clientOutput;\n String... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package clientconnection;
import frames.ClientConnectionFrame;
import java.io.BufferedReader;
import java.io.IOException;
import java.... | 3,424 | 0.556951 | 0.55257 | 112 | 29.571428 | 21.080507 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 0 |
f77522c92ac8db2817c0006e27c6aa1d50fb6bb7 | 33,449,205,367,283 | 42fc76accc986e906bb0b241d00a3da7f36e3e52 | /src/main/java/uk/ac/ed/epcc/webapp/model/data/filter/OrphanFilter.java | 25d80c7ebfdb40dbc5d884dd8cf1b6a327da789f | [
"Apache-2.0"
] | permissive | spbooth/SAFE-WEBAPP | https://github.com/spbooth/SAFE-WEBAPP | 44ec39963432762ae5e90319d944d8dea1803219 | 0de7e84a664e904b8577fb6b8ed57144740c2841 | refs/heads/master | 2023-07-08T22:22:48.048000 | 2023-06-22T07:59:22 | 2023-06-22T07:59:22 | 47,343,535 | 3 | 0 | NOASSERTION | false | 2023-02-22T13:33:54 | 2015-12-03T16:10:41 | 2022-08-08T11:07:35 | 2023-02-22T13:33:19 | 127,793 | 3 | 0 | 1 | Java | false | false | //| Copyright - The University of Edinburgh 2011 |
//| |
//| Licensed under the Apache License, Version 2.0 (the "License"); |
//| you may not use this file except in compliance with the License. |
//| You ... | UTF-8 | Java | 4,011 | java | OrphanFilter.java | Java | [
{
"context": "e field fails to \n * resolve\n * \n \n * \n * @author spb\n *\n * @param <T> remote table type\n * @param <BDO",
"end": 1580,
"score": 0.9996658563613892,
"start": 1577,
"tag": "USERNAME",
"value": "spb"
}
] | null | [] | //| Copyright - The University of Edinburgh 2011 |
//| |
//| Licensed under the Apache License, Version 2.0 (the "License"); |
//| you may not use this file except in compliance with the License. |
//| You ... | 4,011 | 0.575667 | 0.57093 | 135 | 28.718519 | 29.694157 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.088889 | false | false | 0 |
cf57d99e599e466e4479849968e796bc9baa0c66 | 36,137,854,866,641 | b3a6c3eb62b0f1465efb810fe819b58183c05302 | /src/main/java/br/com/bootmatured/Controller/MaturedController.java | 86fec9c4dd98eb6afefd5ab8ab557c502e4e22dc | [] | no_license | edner-ferreira/bootmatured | https://github.com/edner-ferreira/bootmatured | 288d84f9d9b222ce6751b0b2dac094b31989d683 | 6b1ba048ff800006ebb31dd21797cffda7a84a02 | refs/heads/master | 2023-08-14T18:01:31.219000 | 2021-09-23T20:58:58 | 2021-09-23T20:58:58 | 409,739,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.bootmatured.Controller;
import java.net.HttpURLConnection;
import java.net.URL;
import java.time.LocalDateTime;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@Reque... | UTF-8 | Java | 1,961 | java | MaturedController.java | Java | [] | null | [] | package br.com.bootmatured.Controller;
import java.net.HttpURLConnection;
import java.net.URL;
import java.time.LocalDateTime;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@Reque... | 1,961 | 0.627741 | 0.595614 | 64 | 29.640625 | 28.688721 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.671875 | false | false | 0 |
deffb8ab020e79f65691cc82c3cfb643ee1299e3 | 33,887,292,024,775 | c3a55e41e66f7483681028b874b2f9ea97d78434 | /src/main/java/stepDefinitions/SimpleFormSteps.java | b281336a0ad6d75a7d51730409a6c985214d24b2 | [] | no_license | CruzNY/autoFrame | https://github.com/CruzNY/autoFrame | bb4d8157ccb52087238cb59cbe177b2a9c5ca81d | ba0b223bc7f01362c1914ed78b74b4c9bc8627a1 | refs/heads/master | 2021-02-27T01:23:39.929000 | 2020-03-22T23:36:31 | 2020-03-22T23:36:31 | 245,566,913 | 0 | 0 | null | false | 2020-10-13T20:10:13 | 2020-03-07T04:17:43 | 2020-03-22T23:37:32 | 2020-10-13T20:10:12 | 14,092 | 0 | 0 | 1 | Java | false | false | package stepDefinitions;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import utils.DriverFactory;
public class SimpleFormSteps extends DriverFactory{
@Given("^User navigates to simple form webpage$")
public void user_navigates_to_simple_form_webpage()... | UTF-8 | Java | 1,011 | java | SimpleFormSteps.java | Java | [] | null | [] | package stepDefinitions;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import utils.DriverFactory;
public class SimpleFormSteps extends DriverFactory{
@Given("^User navigates to simple form webpage$")
public void user_navigates_to_simple_form_webpage()... | 1,011 | 0.707221 | 0.707221 | 28 | 35.07143 | 30.441898 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
dfb48549c36625c3346998be13522fc611ff1558 | 34,248,069,277,477 | 6567291b6d20c8e9d47c6bb52bd99e60985bede7 | /javaBasic/src/main/java/basic/books/library/string/TestStringBuffer.java | 7311fc866eef2e1a1567eb5495dd5453b00be822 | [] | no_license | new-2020-strat/myJava | https://github.com/new-2020-strat/myJava | 62ddedce6a89917b54de1d536be6e83eec9c228d | 3c1dcb5b4bd69280d0529250f226689a0bc0c9b0 | refs/heads/master | 2022-12-28T22:17:24.650000 | 2020-10-11T15:13:44 | 2020-10-11T15:13:44 | 290,779,504 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package basic.books.library.string;
/**
* 是一个可变字符序列的String类,StringBuffer是线程安全的,StringBuilder没有实现线程安全功能
*/
public class TestStringBuffer {
public static void main(String[] args) {
StringBuilder sb =new StringBuilder();//追加字符串
sb.append("java");// sb = "java";
System.out.println("最开始=="+sb)... | UTF-8 | Java | 1,098 | java | TestStringBuffer.java | Java | [] | null | [] | package basic.books.library.string;
/**
* 是一个可变字符序列的String类,StringBuffer是线程安全的,StringBuilder没有实现线程安全功能
*/
public class TestStringBuffer {
public static void main(String[] args) {
StringBuilder sb =new StringBuilder();//追加字符串
sb.append("java");// sb = "java";
System.out.println("最开始=="+sb)... | 1,098 | 0.561571 | 0.549894 | 30 | 30.4 | 18.650469 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 0 |
4c5f1bc49330646a08b55ce510e082b0ec3a9c40 | 34,505,767,311,144 | a62e2450c2371e15462bc6f22bde53d093e794bb | /src/main/java/elucent/rootsclassic/client/ui/ManaBarEvent.java | d7115e3ddd553457da58ac9cb5d8e934513b330b | [
"MIT"
] | permissive | Lothrazar/RootsClassic | https://github.com/Lothrazar/RootsClassic | 3ef3b6d84cc82491e45cf42a27c179342e6a42d1 | 51d637e8c5b056a50c5dab2ac08befec2f60cb14 | refs/heads/trunk/1.18 | 2023-07-19T08:27:45.472000 | 2021-11-04T07:06:44 | 2021-11-04T07:06:44 | 136,851,758 | 2 | 9 | MIT | false | 2023-07-12T01:36:04 | 2018-06-10T23:11:54 | 2022-05-09T18:25:23 | 2023-07-12T01:36:02 | 1,851 | 3 | 11 | 22 | Java | false | false | package elucent.rootsclassic.client.ui;
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.BufferBuilder;
import com.mojang.blaze3d.vertex.DefaultVertexFormat;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.blaze3d.vertex.Tesselator;
import com.mojang.blaze3d.vertex.VertexF... | UTF-8 | Java | 5,330 | java | ManaBarEvent.java | Java | [] | null | [] | package elucent.rootsclassic.client.ui;
import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.BufferBuilder;
import com.mojang.blaze3d.vertex.DefaultVertexFormat;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.blaze3d.vertex.Tesselator;
import com.mojang.blaze3d.vertex.VertexF... | 5,330 | 0.654409 | 0.614822 | 115 | 45.347828 | 49.924297 | 217 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 0 |
fe72fe1352ba5e9b018788624ddcd9ad3fb4ef57 | 25,589,415,187,512 | d74899e4c9293a917a79d82147853231d01c9b8e | /intestinal-cancer-sys/service-base-ic/src/main/java/com/yuntongxun/itsys/base/po/User.java | 3781275c0e3a119b1112fa74601f9e732923b483 | [] | no_license | zongxiaoer/java_changai | https://github.com/zongxiaoer/java_changai | 4f135d166b414c87f3659248ae91313567df83f2 | 688b47130ff591d5755804379c0fb19410508216 | refs/heads/master | 2020-05-03T10:02:06.220000 | 2019-03-30T15:11:11 | 2019-03-30T15:11:11 | 178,569,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuntongxun.itsys.base.po;
public class User {
private String authCode;//验证码
private String capText;//校验码
private String uuID;
private String xtyPhone;//协调员电话
private String xtyName;//协调员姓名
private String newPwd;//新密码
private String firstLogin;//登录状态
public int id;
pu... | UTF-8 | Java | 4,608 | java | User.java | Java | [
{
"context": "ring xtyName;//协调员姓名\n\n private String newPwd;//新密码\n\n private String firstLogin;//登录状态\n\n publ",
"end": 253,
"score": 0.9893461465835571,
"start": 252,
"tag": "PASSWORD",
"value": "新"
},
{
"context": " this.xtyName = xtyName;\n this.newPwd = newP... | null | [] | package com.yuntongxun.itsys.base.po;
public class User {
private String authCode;//验证码
private String capText;//校验码
private String uuID;
private String xtyPhone;//协调员电话
private String xtyName;//协调员姓名
private String newPwd;//新密码
private String firstLogin;//登录状态
public int id;
pu... | 4,612 | 0.598641 | 0.598641 | 214 | 20.317757 | 28.12542 | 343 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495327 | false | false | 0 |
2cc39657b62476bf3239ef85727fcd066bccb98f | 5,772,436,067,294 | b975716d8c7bf88cb5a982d1ddda0af0be4cd0eb | /src/main/java/com/excel/writeExcel.java | 5b8017b5c7ecee54788edf64fe778487e3f5d712 | [] | no_license | kundusuman/selenium_fnl | https://github.com/kundusuman/selenium_fnl | cbb4f49217007acfb749b95772b1a9453da5ce5f | 40a46893e4da798337d192ae3f4fbd7e20882c36 | refs/heads/master | 2020-03-29T18:31:05.071000 | 2018-09-25T06:39:23 | 2018-09-25T06:39:23 | 150,217,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.excel;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
imp... | UTF-8 | Java | 1,239 | java | writeExcel.java | Java | [] | null | [] | package com.excel;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
imp... | 1,239 | 0.760291 | 0.754641 | 48 | 24.8125 | 24.393183 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 0 |
1912d604dc2c496baaf384dc364c15cf0a13021b | 4,810,363,438,754 | 5c4a48aef4986b2e8013aeab1e39d0295b20c524 | /solaria-project/solaria-portal/src/main/java/cl/jsoft/solaria/web/backend/prestamos/FormPrestamoBean.java | 952f55097d5522797836c8c8a803724f36b0eb7d | [] | no_license | pedrodonte/biblioteca-solaria | https://github.com/pedrodonte/biblioteca-solaria | f3b1c920dc64cc2dae63694c8559819351e85276 | cee7560e71edceae4b2ed7abe9fb65aebb50dac9 | refs/heads/master | 2021-01-15T16:16:16.175000 | 2015-09-25T13:12:52 | 2015-09-25T13:12:52 | 6,596,063 | 0 | 0 | null | false | 2013-04-29T04:08:20 | 2012-11-08T12:35:17 | 2013-04-29T04:08:19 | 2013-04-29T04:08:19 | 1,564 | null | 0 | 5 | Java | null | null | package cl.jsoft.solaria.web.backend.prestamos;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.ViewScoped;
import jav... | UTF-8 | Java | 10,414 | java | FormPrestamoBean.java | Java | [
{
"context": "ienteMorosoException e) {\r\n\t\t\tclienteMoroso = \"MOROSO\";\r\n\t\t\ttry {\r\n\t\t\t\tprestamosMora = prestamoServices",
"end": 4458,
"score": 0.5067211389541626,
"start": 4455,
"tag": "USERNAME",
"value": "OSO"
}
] | null | [] | package cl.jsoft.solaria.web.backend.prestamos;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.ViewScoped;
import jav... | 10,414 | 0.755667 | 0.755474 | 334 | 29.173653 | 24.019697 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.874251 | false | false | 0 |
1d48fb75af59d73f0fc8f2a8c7ab3bf2b4463a94 | 7,438,883,394,769 | 39d0bc3a981d52ae920aed16fda12e0a93b2b0b9 | /app-config-data/src/main/java/com/microservices/demo/config/KafkaConsumerConfigData.java | ca5d6b1d386ad9f66fc93f43e083064aabe089e8 | [
"Apache-2.0"
] | permissive | samanyu6/Data-Ingestion-Microservice | https://github.com/samanyu6/Data-Ingestion-Microservice | 95e3bc6a789c5d323699421d568b60f65c4f34a0 | ac51a354669ababa7281112adcf1165a8e9ace8b | refs/heads/main | 2023-04-15T07:46:55.710000 | 2021-04-24T11:50:55 | 2021-04-24T11:50:55 | 338,591,772 | 1 | 0 | Apache-2.0 | false | 2021-02-27T16:45:12 | 2021-02-13T14:24:59 | 2021-02-21T07:02:37 | 2021-02-27T16:45:11 | 114 | 0 | 0 | 0 | Java | false | false | package com.microservices.demo.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Data
@Configuration
@ConfigurationProperties(prefix = "kafka-consumer-config")
public class KafkaConsumerConfigData {
... | UTF-8 | Java | 944 | java | KafkaConsumerConfigData.java | Java | [] | null | [] | package com.microservices.demo.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Data
@Configuration
@ConfigurationProperties(prefix = "kafka-consumer-config")
public class KafkaConsumerConfigData {
... | 944 | 0.8125 | 0.8125 | 27 | 33.962963 | 17.89782 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 0 |
5908b403225d8d315ba6e087dae6a5570d7c70ab | 21,861,383,580,168 | 8ce28747cf5ef7cd4878151fa417b6315685f5fd | /student_project/src/main/resources/StudentDAO.java | 831f4d332e7e2054ff49f0affee495a293269c7d | [] | no_license | MarilynHino/TestMaven | https://github.com/MarilynHino/TestMaven | e6dc3d9f254c2be45d1eec94c4c648b5d97ca459 | b40ec3b351d7922c702b233a00ac4d51b3e57c28 | refs/heads/master | 2023-05-12T03:11:00.811000 | 2021-06-02T22:50:17 | 2021-06-02T22:50:17 | 373,003,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maven_student_project_jdbc;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Scanner;
public class StudentDAO {
Scanner sc = new Scanner(System.in);... | UTF-8 | Java | 5,377 | java | StudentDAO.java | Java | [] | null | [] | package maven_student_project_jdbc;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Scanner;
public class StudentDAO {
Scanner sc = new Scanner(System.in);... | 5,377 | 0.638832 | 0.634555 | 164 | 30.786585 | 36.965172 | 279 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.707317 | false | false | 0 |
539018b2ff4d6131a11c0497cfaf99e25481df62 | 21,895,743,301,225 | 0518eaa332227019488db274d1b0b62fb6b44397 | /src/main/java/com/wyc/sword/seven/RebuildBinaryTree.java | c07929b84bb70941db031f816c04d41d7b6e3b11 | [] | no_license | wycxhs/SwordMeansIOffer | https://github.com/wycxhs/SwordMeansIOffer | 38a202483adff2bff5ca438f04f36d7ccb8007b3 | a1a0117447672b461cc65ebbf80d07f978caf93f | refs/heads/master | 2020-04-11T21:14:40.890000 | 2019-03-01T06:11:45 | 2019-03-01T06:11:45 | 162,099,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wyc.sword.seven;
/**
* 根据前序和中序遍历重构二叉树
*/
public class RebuildBinaryTree {
class Node{
private int data;
private Node leftChild;
private Node rightChild;
Node(int data){
this.data=data;
leftChild=null;
rightChild=null;
}
}... | UTF-8 | Java | 2,392 | java | RebuildBinaryTree.java | Java | [] | null | [] | package com.wyc.sword.seven;
/**
* 根据前序和中序遍历重构二叉树
*/
public class RebuildBinaryTree {
class Node{
private int data;
private Node leftChild;
private Node rightChild;
Node(int data){
this.data=data;
leftChild=null;
rightChild=null;
}
}... | 2,392 | 0.633882 | 0.620017 | 67 | 33.447762 | 30.616688 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.044776 | false | false | 0 |
5c4a39c59642f3eaa41006bc1b89bad29adff766 | 5,128,190,986,677 | b9146ac080a234f265216170ca41bb5b6d3b4a00 | /code/src/Recursion/Solution24.java | a9070d97500e579fea8608e05e42c156bddd46a8 | [] | no_license | cxh306/Leetcode | https://github.com/cxh306/Leetcode | fdba2787e4497dd3c85ecc18ebaad47776d638d5 | da6b18e23981182887d95d9201dac5c01b3ef7cb | refs/heads/main | 2023-09-06T00:17:26.199000 | 2021-10-21T16:27:25 | 2021-10-21T16:27:25 | 395,656,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Recursion;
import org.junit.Test;
import util.ListNode;
public class Solution24 {
public ListNode swapPairs(ListNode head) {
if(head==null||head.next==null) return head;
ListNode temp=head.next;
head.next=swapPairs(temp.next);
temp.next=head;
return temp;
}
... | UTF-8 | Java | 359 | java | Solution24.java | Java | [] | null | [] | package Recursion;
import org.junit.Test;
import util.ListNode;
public class Solution24 {
public ListNode swapPairs(ListNode head) {
if(head==null||head.next==null) return head;
ListNode temp=head.next;
head.next=swapPairs(temp.next);
temp.next=head;
return temp;
}
... | 359 | 0.626741 | 0.62117 | 18 | 18.944445 | 15.579446 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
daefed032c42236110fe1bb34ed376de05843d09 | 18,571,438,620,087 | 045143470666e7884e2c49bb0209dd50f735b5e5 | /app/src/main/java/accessweb/androidemo/course/android_accessingweb/AccessingWeb.java | 52ea5f12c7c2009a9a9dfef55d5b8a9aa70f27e2 | [] | no_license | Rockcafe3in1/android-AccessingWeb | https://github.com/Rockcafe3in1/android-AccessingWeb | fea3e12a31f11dc8e669734b229193fe179f70af | e6e4c784f3d7c228fd0a1d145f06aa8d91b27fd6 | HEAD | 2016-08-06T01:31:27.045000 | 2015-03-14T10:55:13 | 2015-03-14T10:55:13 | 31,549,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package accessweb.androidemo.course.android_accessingweb;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android... | UTF-8 | Java | 6,045 | java | AccessingWeb.java | Java | [] | null | [] | package accessweb.androidemo.course.android_accessingweb;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android... | 6,045 | 0.651282 | 0.650289 | 166 | 35.415661 | 26.549603 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385542 | false | false | 0 |
033f90a8483de3c08cceb247808c6485892b15d7 | 6,073,083,803,130 | 593f2fee0b66af6e1946fcf28703c714c5e4e5ef | /BirdDataBaseChallenge/Database.java | bd673fdcca73d08b9b727868416836288316d368 | [] | no_license | my-Name-Is-Paul/javaTraining | https://github.com/my-Name-Is-Paul/javaTraining | 39658df2ea4a9ff7ea0ed85dcd50f47a09789cde | 496f133171e33b043a3d0b3e37007d21e568d894 | refs/heads/master | 2020-03-09T15:08:55.587000 | 2018-06-22T20:14:14 | 2018-06-22T20:14:14 | 128,852,306 | 0 | 0 | null | false | 2018-04-28T01:57:32 | 2018-04-10T01:00:08 | 2018-04-27T01:50:50 | 2018-04-28T01:57:32 | 24 | 0 | 0 | 0 | Java | false | null | import java.util.ArrayList;
import java.util.List;
public class Database {
private List<Bird> dataList;
public Database() {
dataList = new ArrayList<Bird>();
}
public boolean addBird(String name, String latName) {
if(dataList.add(new Bird(name, latName))) {
// System.out.p... | UTF-8 | Java | 847 | java | Database.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
public class Database {
private List<Bird> dataList;
public Database() {
dataList = new ArrayList<Bird>();
}
public boolean addBird(String name, String latName) {
if(dataList.add(new Bird(name, latName))) {
// System.out.p... | 847 | 0.533648 | 0.533648 | 36 | 22.527779 | 19.592354 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
285571debd6e6df2b84d3b2183f99726ed924732 | 19,327,352,832,687 | 73340c99fba6329512b6c12617d3744ea3d47b12 | /app/src/main/java/xyz/fycz/myreader/ui/adapter/FontsAdapter.java | efa9fc72036e225cf5431600a0f01a05521d7937 | [
"Apache-2.0"
] | permissive | the6nnoo/FYReader | https://github.com/the6nnoo/FYReader | 585d7d424cb235f03f212f3da8a8ccc5c174674a | c6f9290694248edd7fa67974611fa3d5403fb99c | refs/heads/master | 2023-03-03T21:16:33.442000 | 2021-02-17T00:48:21 | 2021-02-17T00:48:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.fycz.myreader.ui.adapter;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.... | UTF-8 | Java | 14,313 | java | FontsAdapter.java | Java | [] | null | [] | package xyz.fycz.myreader.ui.adapter;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.... | 14,313 | 0.576328 | 0.574206 | 330 | 41.857574 | 27.721249 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745455 | false | false | 0 |
c9bf0cb1b3698a950c24d48c65f9013bc113b35e | 1,692,217,123,201 | 2916e6f362bc226aa3e1cebd7425734c153bb8f3 | /src/br/com/programacaodenovato/exercicios/MediaAlturaPessoas.java | 395506686d53f0ed4926581e2b313633f729cbf0 | [] | no_license | lucasmarinds/programacao-de-novato | https://github.com/lucasmarinds/programacao-de-novato | 01a95508084a461decb666c146bc98e27f056be4 | 26d3eb93e015c44ffe1b2688fa2e044f0dd0b823 | refs/heads/master | 2023-03-05T01:44:57.540000 | 2021-02-20T02:02:39 | 2021-02-20T02:02:39 | 240,422,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.programacaodenovato.exercicios;
import java.util.Locale;
import java.util.Scanner;
public class MediaAlturaPessoas {
public static void main(String[] args) {
Locale.setDefault(Locale.US); //Para poder fazer receber entradas por "." e não ","
Scanner scanner = new Scanner(System.in);... | UTF-8 | Java | 714 | java | MediaAlturaPessoas.java | Java | [] | null | [] | package br.com.programacaodenovato.exercicios;
import java.util.Locale;
import java.util.Scanner;
public class MediaAlturaPessoas {
public static void main(String[] args) {
Locale.setDefault(Locale.US); //Para poder fazer receber entradas por "." e não ","
Scanner scanner = new Scanner(System.in);... | 714 | 0.597475 | 0.591865 | 26 | 26.423077 | 22.66168 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 0 |
11b36816407810f2ab8372f8fb1c8366fd766d7d | 4,990,752,016,276 | 63ce3ac9464400810da8a1ae1566482ce1ca52a4 | /src/main/java/analyze/PostgreSqlInteraction.java | 9212c833dde381c76a85aa93930605687e528aff | [] | no_license | AlexSopov/postgreSQL-java-usage | https://github.com/AlexSopov/postgreSQL-java-usage | cf0b03497ab25d1637057de71b09151b4aaf351a | 66bdfd7a419b8245cb3fe7de75b587deaeaf522d | refs/heads/master | 2021-03-19T07:02:38.419000 | 2017-12-10T23:42:14 | 2017-12-10T23:42:14 | 112,951,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package analyze;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
public clas... | UTF-8 | Java | 1,901 | java | PostgreSqlInteraction.java | Java | [] | null | [] | package analyze;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
public clas... | 1,901 | 0.680694 | 0.680694 | 56 | 32.94643 | 28.440678 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482143 | false | false | 0 |
fabf1b023cfdf0c724ef24e58b010288d64d750c | 16,930,761,149,085 | 1b895307c645dcd15d97dffa66be97a3271eff3b | /Foundation/services/modules/service-int/src/main/java/com/hp/btoe/appFW/webcore/ApplicationsFactoryMng.java | d70891c1c682dbd9f5c3431d4a08f1be76e56c04 | [] | no_license | classtag/JavaTest | https://github.com/classtag/JavaTest | 20ad2a104d538d156f44d614e1c9797ead7eb1e9 | 923265b799f247c16c3aaddb58ab59a86e85eb42 | refs/heads/master | 2016-12-29T10:01:52.965000 | 2014-08-13T11:38:45 | 2014-08-13T11:38:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hp.btoe.appFW.webcore;
import javax.ejb.Local;
import java.util.Collection;
import java.util.List;
/**
* Use this interface to register to all the levels of navigation application framework
*
* @author Lena Svetlov
* @version Executive Dashboard 1.0
* @since Apr 15, 2010
*/
@Local
public interface A... | UTF-8 | Java | 1,825 | java | ApplicationsFactoryMng.java | Java | [
{
"context": " of navigation application framework\n *\n * @author Lena Svetlov\n * @version Executive Dashboard 1.0\n * @since Apr",
"end": 231,
"score": 0.9998599886894226,
"start": 219,
"tag": "NAME",
"value": "Lena Svetlov"
}
] | null | [] | package com.hp.btoe.appFW.webcore;
import javax.ejb.Local;
import java.util.Collection;
import java.util.List;
/**
* Use this interface to register to all the levels of navigation application framework
*
* @author <NAME>
* @version Executive Dashboard 1.0
* @since Apr 15, 2010
*/
@Local
public interface Applica... | 1,819 | 0.714521 | 0.710137 | 49 | 36.2449 | 37.643078 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306122 | false | false | 0 |
51dfc093c8a628e4985b4da77f81c3606e70223a | 39,307,540,699,427 | 2c77f34a35a3a96e0f70076d57c70740f55a2876 | /app/src/main/java/pl/skyclick/madjer/placetag/PlaceListAdapter.java | 13adbcd845723e824cb2adf72b4a30012b812523 | [] | no_license | madjer22/PlaceTag | https://github.com/madjer22/PlaceTag | 915bd91f4c8adb4a94aa893d3651bb094393b216 | 4f50cf61fa10d145cf93d3899a0782fe00ae7c24 | refs/heads/master | 2015-08-22T02:30:04.815000 | 2015-06-13T11:11:13 | 2015-06-13T11:11:13 | 32,792,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.skyclick.madjer.placetag;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | UTF-8 | Java | 2,982 | java | PlaceListAdapter.java | Java | [] | null | [] | package pl.skyclick.madjer.placetag;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | 2,982 | 0.654259 | 0.651576 | 101 | 28.524752 | 25.40897 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663366 | false | false | 0 |
3d8af2c50050e841589792bff347cfbf26ba4e74 | 37,203,006,749,241 | e685c9da1e4d9c3e22aef9f4b259046c58130d2f | /LWJGL 2/Piano/src/Piano/Window.java | 709348da1b427a95bf63ad26749097d1ea38205c | [] | no_license | BorisVassilev1/JAVA | https://github.com/BorisVassilev1/JAVA | 00b5c99b8d2401b71876b4f55518b01f3d94a5a0 | d2667da840881abf362eafd082d9d0d0bd9cb7e8 | refs/heads/master | 2023-01-23T01:10:23.762000 | 2021-11-06T14:30:52 | 2021-11-06T14:30:52 | 160,869,799 | 1 | 1 | null | false | 2023-01-12T09:44:53 | 2018-12-07T20:00:21 | 2021-11-06T14:30:55 | 2023-01-12T09:44:53 | 281,095 | 1 | 0 | 14 | Java | false | false | package Piano;
import java.awt.EventQueue;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.sound.sampled.LineUnavailableException;
import javax.swing.JFrame;
public class Window {
private JFrame frame;
/**
* Launch the application.
*/
public static void main(String[] args) {
... | UTF-8 | Java | 1,287 | java | Window.java | Java | [] | null | [] | package Piano;
import java.awt.EventQueue;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.sound.sampled.LineUnavailableException;
import javax.swing.JFrame;
public class Window {
private JFrame frame;
/**
* Launch the application.
*/
public static void main(String[] args) {
... | 1,287 | 0.632479 | 0.613054 | 70 | 17.385714 | 16.742838 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.385714 | false | false | 0 |
e0ebab83a49a5c99772fab265b8acc32d7975b55 | 37,203,006,752,311 | d25ef86bca24311d8cdf3fb780528aadd6de42e2 | /src/servlet/occupyServlet.java | a0976710036b25e9c90dfa9357559ec96a637728 | [] | no_license | A-new-b/parkingLotSystem | https://github.com/A-new-b/parkingLotSystem | 359047c34ac5a4abbae5b143812603640462f2f6 | 72b5988ac74ec5a1b8a095e8e15dda88a0c576cd | refs/heads/master | 2020-07-11T09:21:32.329000 | 2019-09-06T14:32:10 | 2019-09-06T14:32:10 | 204,501,737 | 1 | 1 | null | false | 2019-09-01T10:32:51 | 2019-08-26T15:08:40 | 2019-08-26T15:49:32 | 2019-09-01T10:32:51 | 6,197 | 0 | 1 | 0 | Java | false | false | package servlet;
import Dao.Dao;
import Service.seat;
import Service.user;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.Ht... | UTF-8 | Java | 1,179 | java | occupyServlet.java | Java | [] | null | [] | package servlet;
import Dao.Dao;
import Service.seat;
import Service.user;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.Ht... | 1,179 | 0.731128 | 0.73028 | 34 | 33.676472 | 29.145397 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.852941 | false | false | 0 |
847a3a3cf181a3fce8c35f8cec62ded253ba4de3 | 36,636,071,076,010 | 4072cdea20ca4aa16ba49da90ff4585d6867e055 | /financeiro/WEB-INF/src/com/grupoexata/auditoria/util/OperadorOR.java | 3cd39e53e0166e73fe9d5870084b376a0abf431c | [] | no_license | altairaquino/financeiroConsignado | https://github.com/altairaquino/financeiroConsignado | f3cf22178c2f99c4828ec488fb61fed232b2cd46 | 9d21460067315401eeaee2da32cbe27fa50ab7a6 | refs/heads/master | 2020-05-17T17:39:51.634000 | 2015-01-04T18:26:25 | 2015-01-04T18:26:25 | 28,781,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grupoexata.auditoria.util;
import java.io.Serializable;
public class OperadorOR implements Operador, Serializable{
/**
*
*/
private static final long serialVersionUID = 2230615047131938025L;
public OperadorOR() {
}
@Override
public boolean execute(ListExecute list) {
boole... | UTF-8 | Java | 897 | java | OperadorOR.java | Java | [] | null | [] | package com.grupoexata.auditoria.util;
import java.io.Serializable;
public class OperadorOR implements Operador, Serializable{
/**
*
*/
private static final long serialVersionUID = 2230615047131938025L;
public OperadorOR() {
}
@Override
public boolean execute(ListExecute list) {
boole... | 897 | 0.594203 | 0.569677 | 53 | 14.924528 | 15.957313 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.792453 | false | false | 0 |
b9713c507c49fb046ec1f69e8eb69e0eca795a3e | 38,268,158,638,394 | 5459646d2ea1ec539745a292cf520334b501f24c | /WEB-INF/src/tp6Servlet/Login.java | dc1cc7e8510b85b1bb80ab8028b40b1753ebfdc7 | [] | no_license | vphilippon/IFT287_TP6 | https://github.com/vphilippon/IFT287_TP6 | 12e68aa89f41c538d1e210a3d92c413670fc0b15 | b05705650ae8d5079ae8047436fda252cadb400f | refs/heads/master | 2021-01-18T13:57:41.041000 | 2013-04-12T17:15:23 | 2013-04-12T17:15:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tp6Servlet;
import java.sql.*;
import java.util.*;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import tp6.GestionTp6;
import tp6.Tp6Exception;
/*
* Projet : Tp6
*
* Membres :
* - Guillaume Harvey 12 059 595
* - Kevin Labrie 12 113 777
* - Vincent Philippon 12 098 838
* - Mat... | UTF-8 | Java | 3,241 | java | Login.java | Java | [
{
"context": "xception;\n\n/*\n * Projet : Tp6\n *\n * Membres :\n * - Guillaume Harvey 12 059 595\n * - Kevin Labrie 12 113 777\n * - Vinc",
"end": 237,
"score": 0.9998760223388672,
"start": 221,
"tag": "NAME",
"value": "Guillaume Harvey"
},
{
"context": " * Membres :\n * - Guillaum... | null | [] | package tp6Servlet;
import java.sql.*;
import java.util.*;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import tp6.GestionTp6;
import tp6.Tp6Exception;
/*
* Projet : Tp6
*
* Membres :
* - <NAME> 12 059 595
* - <NAME> 12 113 777
* - <NAME> 12 098 838
* - <NAME> 10 129 032
*
*/
/**... | 3,197 | 0.635606 | 0.619253 | 85 | 37.129414 | 28.76059 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670588 | false | false | 0 |
45ac66639763ea6d441f11e311b0400ae90643e7 | 34,333,968,623,088 | f4a10f089fa0d2d1a995f44b4dcfab51481ad7b3 | /app/src/main/java/com/alcanzar/cynapse/activity/TicketDetailsNew.java | da0f94c050f77185ad992a8b729a26d414ea7084 | [] | no_license | Cynapce/https-cynapce.com- | https://github.com/Cynapce/https-cynapce.com- | 02b54d4bc24e26381f8ae8e39451bc209c41ec24 | 5967ca801972eb5c6d6f0f2e6592fa826898d57d | refs/heads/main | 2023-07-06T06:10:18.791000 | 2021-08-12T06:46:37 | 2021-08-12T06:46:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alcanzar.cynapse.activity;
import android.Manifest;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Handler;
import androidx.cor... | UTF-8 | Java | 35,964 | java | TicketDetailsNew.java | Java | [
{
"context": "com.android.volley.VolleyError;\nimport com.github.barteksc.pdfviewer.PDFView;\nimport com.google.android.gms.",
"end": 1983,
"score": 0.9970698356628418,
"start": 1975,
"tag": "USERNAME",
"value": "barteksc"
},
{
"context": "\":\"1\",\n// \"j... | null | [] | package com.alcanzar.cynapse.activity;
import android.Manifest;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Handler;
import androidx.cor... | 35,964 | 0.595651 | 0.592175 | 842 | 41.712589 | 33.634483 | 293 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774347 | false | false | 0 |
7a28c2464bb721e9b9ac089d5bb31d3c67d11b29 | 38,886,633,920,417 | 1a7c4309856715905034db7c2ef2107f23dfb777 | /LoginGreenTheme/app/src/main/java/com/example/kamran/logingreentheme/signup.java | dcb03907d2ec47f99a1df9c510987b42397d23ee | [] | no_license | sajalhasan/android | https://github.com/sajalhasan/android | 39d328ebecaf3e4f40940722d81f14d7a1e0cf60 | eb372d80dbb9d14762e0c9bcc93ee8e60775cafb | refs/heads/master | 2021-05-16T13:39:22.527000 | 2017-10-13T09:16:11 | 2017-10-13T09:16:11 | 105,431,466 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kamran.logingreentheme;
import android.content.Intent;
import android.graphics.Typeface;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
public class signup extends AppCom... | UTF-8 | Java | 1,622 | java | signup.java | Java | [] | null | [] | package com.example.kamran.logingreentheme;
import android.content.Intent;
import android.graphics.Typeface;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
public class signup extends AppCom... | 1,622 | 0.644266 | 0.642417 | 46 | 33.260868 | 22.444555 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 0 |
8b96fd40e0543693c160ac4947a0040e890429c6 | 32,444,182,994,486 | 37e660a3897bd8835f2e091277077f3aecd98427 | /java/EventHelper.java | da83cf7d2b3fa4ac0e71c917b16c1221e4e99afa | [] | no_license | ZerotolXD/Replay-the-Spire | https://github.com/ZerotolXD/Replay-the-Spire | b5065313dc22f9692683e275f9c3fbda4bd970b2 | 1d6db8267a30e1885f13fd0c965e5660042f3d97 | refs/heads/master | 2020-03-20T15:36:34.867000 | 2018-06-15T11:56:19 | 2018-06-15T11:56:19 | 137,517,207 | 1 | 0 | null | true | 2018-06-15T17:52:52 | 2018-06-15T17:52:52 | 2018-06-15T17:38:55 | 2018-06-15T12:04:23 | 58,557 | 0 | 0 | 0 | null | false | null | package com.megacrit.cardcrawl.helpers;
import com.megacrit.cardcrawl.dungeons.*;
import com.megacrit.cardcrawl.rooms.*;
import java.util.*;
import com.megacrit.cardcrawl.events.*;
import com.megacrit.cardcrawl.events.thebottom.*;
import com.megacrit.cardcrawl.events.thecity.*;
import com.megacrit.cardcrawl.events.shr... | UTF-8 | Java | 10,089 | java | EventHelper.java | Java | [] | null | [] | package com.megacrit.cardcrawl.helpers;
import com.megacrit.cardcrawl.dungeons.*;
import com.megacrit.cardcrawl.rooms.*;
import java.util.*;
import com.megacrit.cardcrawl.events.*;
import com.megacrit.cardcrawl.events.thebottom.*;
import com.megacrit.cardcrawl.events.thecity.*;
import com.megacrit.cardcrawl.events.shr... | 10,089 | 0.527902 | 0.51343 | 287 | 34.153309 | 22.24658 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616725 | false | false | 0 |
d9afa287422678352f115503af611a5caf3b78ac | 14,817,637,217,420 | 4b1b6a5584c3299cc6d2d383513b9fe8a66d5277 | /app/src/main/java/com/athbk/expandrecyclerviewsample/Adapter.java | d0ba8cbfb952d695aa5d298c5b9a9452446e45bb | [
"Apache-2.0"
] | permissive | ATHBK/ExpandableRecyclerview | https://github.com/ATHBK/ExpandableRecyclerview | 388d63744290b854428351b3140ed30a4245be52 | 2e02460e4d4c6cca2ac9460f77a2c514661dfd1a | refs/heads/master | 2021-01-19T23:19:13.501000 | 2017-04-21T09:48:54 | 2017-04-21T09:48:54 | 88,957,137 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.athbk.expandrecyclerviewsample;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.athbk.expandablerecyclerview.ExpandableRecyclerViewAdapter;
import java.util.List;
/**
* Created by athbk on 4/13/17.
*/
public class Adapte... | UTF-8 | Java | 1,794 | java | Adapter.java | Java | [
{
"context": "dapter;\n\nimport java.util.List;\n\n/**\n * Created by athbk on 4/13/17.\n */\n\npublic class Adapter extends Exp",
"end": 283,
"score": 0.9996012449264526,
"start": 278,
"tag": "USERNAME",
"value": "athbk"
}
] | null | [] | package com.athbk.expandrecyclerviewsample;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.athbk.expandablerecyclerview.ExpandableRecyclerViewAdapter;
import java.util.List;
/**
* Created by athbk on 4/13/17.
*/
public class Adapte... | 1,794 | 0.748606 | 0.745262 | 53 | 32.849056 | 37.389534 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622642 | false | false | 0 |
7ddacca541999d0870d24e6642c0d9f539165c20 | 15,272,903,749,168 | 43b89200c4e70011f0e2fc2e9b1e9a5f10eddf1c | /Documents/workspace-sts-3.9.4.RELEASE/example2/src/CustomerMain.java | d3779c0f06a3d7d27f9c03069e62c3c2c84b13ee | [] | no_license | knara710/miniproject | https://github.com/knara710/miniproject | 53a924f166e1fb8f557b4601994bcd8d5ceee766 | 63bcb41d76fcec91ea552d72bb8f92ddba72084d | refs/heads/master | 2020-03-22T04:55:32.666000 | 2018-07-06T02:48:48 | 2018-07-06T02:48:48 | 139,530,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.knara.controller.CustomerController;
import com.knara.service.CustomerService;
import com.knara.service.ICustomerService;
public class CustomerMain {
public static void main(String[] args) {
ICustomerService custService = new CustomerService();
CustomerController custController = new Cust... | UTF-8 | Java | 426 | java | CustomerMain.java | Java | [] | null | [] | import com.knara.controller.CustomerController;
import com.knara.service.CustomerService;
import com.knara.service.ICustomerService;
public class CustomerMain {
public static void main(String[] args) {
ICustomerService custService = new CustomerService();
CustomerController custController = new Cust... | 426 | 0.765258 | 0.765258 | 15 | 26.533333 | 22.177666 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 0 |
53a3967cde688845fa277567c246e12e5a5b1f59 | 29,059,748,787,380 | de3c2d89f623527b35cc5dd936773f32946025d2 | /src/main/java/org/apache/thrift/transport/TSeekableFile.java | 316306fd233cf1aef2c6ee6868fc28721684fbfa | [] | no_license | ren19890419/lvxing | https://github.com/ren19890419/lvxing | 5f89f7b118df59fd1da06aaba43bd9b41b5da1e6 | 239875461cb39e58183ac54e93565ec5f7f28ddb | refs/heads/master | 2023-04-15T08:56:25.048000 | 2020-06-05T10:46:05 | 2020-06-05T10:46:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.thrift.transport;
import java.io.IOException;
/* renamed from: org.apache.thrift.transport.d */
public interface TSeekableFile {
/* renamed from: a */
void mo40981a() throws IOException;
}
| UTF-8 | Java | 218 | java | TSeekableFile.java | Java | [] | null | [] | package org.apache.thrift.transport;
import java.io.IOException;
/* renamed from: org.apache.thrift.transport.d */
public interface TSeekableFile {
/* renamed from: a */
void mo40981a() throws IOException;
}
| 218 | 0.729358 | 0.706422 | 9 | 23.222221 | 17.459654 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
b6a7c57f1cc9f6bf6f6baeb15d3df7a9c94caaf4 | 5,265,629,955,239 | 1ef579419242bd7e19374adb64a70782fa07910d | /listas_sala/aula13/MVP/mvp/model/Person.java | a63e029fccebfc26e12e0c3cb0a72779403c290c | [] | no_license | Laurival/ces28_2017_laurival.neto | https://github.com/Laurival/ces28_2017_laurival.neto | 4deaa82c3532d42af6db7ab68cfed333cca68827 | 549f0e9627f9389125a8fbd46b60c5401730464f | refs/heads/master | 2021-08-20T00:52:52.910000 | 2017-11-27T21:22:22 | 2017-11-27T21:22:22 | 100,289,503 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mvp.model;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
public class Person {
public interface PersonListener {
void onPersonNameChanged();
}
public Person() {
}
public Person(String name) {
this.setName(name);
}
public String getName() {
return _name;
}... | UTF-8 | Java | 956 | java | Person.java | Java | [
{
"context": "*\", name)){\n\t\t\tif (name.length()<=5)\n\t\t\t\t_name = \"VERMELHO \"+ name;\n\t\t\telse if (name.length()<=10)\n\t\t\t\t_name",
"end": 447,
"score": 0.9995583295822144,
"start": 439,
"tag": "NAME",
"value": "VERMELHO"
},
{
"context": "name;\n\t\t\telse if (name.leng... | null | [] | package mvp.model;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
public class Person {
public interface PersonListener {
void onPersonNameChanged();
}
public Person() {
}
public Person(String name) {
this.setName(name);
}
public String getName() {
return _name;
}... | 956 | 0.672594 | 0.669456 | 52 | 17.384615 | 16.701168 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 0 |
fd7d9710f463766b5880d318af5b6531a729754a | 26,998,164,469,468 | 596e203e6ab04440192a818723ad681e4b0922ab | /Gj_XXW/src/com/gj/action/WjAction.java | a7e75563c09e0cba0ae53549fe0820e52bbc78c0 | [] | no_license | ThreePeopleGo/gj_xxw | https://github.com/ThreePeopleGo/gj_xxw | e76c4d5f54c7c6855b60dd4c4d5a77ce4529ac4d | 33bf6316410544901021e812aa4ad4e64396aa63 | refs/heads/master | 2016-06-07T21:33:21.601000 | 2016-05-09T05:00:57 | 2016-05-09T05:00:57 | 58,349,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gj.action;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List... | UTF-8 | Java | 16,437 | java | WjAction.java | Java | [
{
"context": "sion().getAttribute(\"userd\");\r\n\t\t\tarticle.setUser(user);\r\n\t\t\tSimpleDateFormat format=new SimpleDateForma",
"end": 8540,
"score": 0.69100421667099,
"start": 8536,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.gj.action;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List... | 16,437 | 0.680599 | 0.673237 | 498 | 31.01004 | 22.470371 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.933735 | false | false | 0 |
6410ce6d4ea53f8d97b5672db8ba9a80eaa46150 | 26,405,458,989,316 | b5a9ffd65425dec8dfaf5e3cfee8a957befd33b5 | /DauSoProcess/src/subscription/Delivery_daily.java | c4a6ffb0b29510493c4341885264dc701aa79074 | [] | no_license | chilinh12003/MyEclipse | https://github.com/chilinh12003/MyEclipse | ab59637daf1abb488dc2d636b248793cc55b1f88 | 042eb89331f351d2a4d42ac2ec37cfa71e3a5eb3 | refs/heads/master | 2021-03-19T15:35:30.719000 | 2015-11-25T09:43:27 | 2015-11-25T09:43:27 | 46,848,068 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package subscription;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.List;
import java.util.Vector;
import com.vmg.sms.process.ConsoleSRV;
... | UTF-8 | Java | 9,824 | java | Delivery_daily.java | Java | [] | null | [] | package subscription;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.List;
import java.util.Vector;
import com.vmg.sms.process.ConsoleSRV;
... | 9,824 | 0.590086 | 0.583571 | 352 | 26.90909 | 23.384575 | 186 | false | false | 0 | 0 | 0 | 0 | 64 | 0.065147 | 3.286932 | false | false | 0 |
02539bcd71fcc37382d469fcff82adccc17c4566 | 25,374,666,831,838 | 3d27f3c241ef0f29d6a84644a35a54cff9bc47cf | /pl.edu.agh.toik.aghbibtex.model/src/pl/edu/agh/toik/aghbibtex/model/Bibtex/impl/BibtexEntryImpl.java | e613e6cc31e595d338d376e85e9248a27effe88f | [] | no_license | cinabaar/agh-bibtex | https://github.com/cinabaar/agh-bibtex | 8a947439ccc7ed8a054db49c0327010e9fdc71b8 | b94f310a085daff668c19de380948ee6520456e0 | refs/heads/master | 2020-12-11T06:14:41.339000 | 2015-06-14T16:04:32 | 2015-06-14T16:04:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package pl.edu.agh.toik.aghbibtex.model.Bibtex.impl;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificatio... | UTF-8 | Java | 15,260 | java | BibtexEntryImpl.java | Java | [] | null | [] | /**
*/
package pl.edu.agh.toik.aghbibtex.model.Bibtex.impl;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificatio... | 15,260 | 0.643775 | 0.643775 | 579 | 25.355785 | 25.849663 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701209 | false | false | 0 |
d12c6d5f02377500ec20ed80b7f462514c805b09 | 32,444,183,000,391 | 296fed4280fbed4669978598e47e3bedb88da558 | /src/main/java/core/parsers/params/ChartYearParameters.java | 927628890d2389aac940a362a3fb8e875bee27a4 | [
"MIT"
] | permissive | ishwi/discordBot | https://github.com/ishwi/discordBot | 3cb8d4c52843f5190815633db09d8fd94d87beb5 | ac3a4be9c89994d75bccacf2cedce1bb8d405f8e | refs/heads/master | 2020-04-20T07:46:11.165000 | 2020-04-17T17:59:24 | 2020-04-17T17:59:24 | 168,719,188 | 34 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.parsers.params;
import dao.entities.TimeFrameEnum;
import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
import java.time.Year;
public class ChartYearParameters extends ChartParameters {
private final Year year;
public ChartYearParameters(MessageReceivedEvent e, String username, long ... | UTF-8 | Java | 705 | java | ChartYearParameters.java | Java | [] | null | [] | package core.parsers.params;
import dao.entities.TimeFrameEnum;
import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
import java.time.Year;
public class ChartYearParameters extends ChartParameters {
private final Year year;
public ChartYearParameters(MessageReceivedEvent e, String username, long ... | 705 | 0.689362 | 0.687943 | 29 | 23.310345 | 30.000118 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 0 |
a3ebf7648f8f0c79950c09729d74dc876b6b169e | 11,922,829,268,393 | 396fd05ac842674b4fa8bf1af0bff9e4a2218837 | /src/main/java/am/profclub/notificationservice/controller/MessageController.java | 5bbf70dc299c8ec00bb72a2e7e638897faff938c | [] | no_license | InterArt/profclub-notification-service | https://github.com/InterArt/profclub-notification-service | b04b8a314f029ad2e7466e2ca3db83425a962cb9 | f6c74a015e48ea74995d9b2ddd409dccc71b5479 | refs/heads/master | 2021-08-06T13:52:56.036000 | 2017-11-06T05:53:44 | 2017-11-06T05:53:44 | 108,580,884 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package am.profclub.notificationservice.controller;
import am.profclub.notificationservice.common.Event;
import am.profclub.notificationservice.common.TestEvent;
import am.profclub.notificationservice.service.MessageProducer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web... | UTF-8 | Java | 1,058 | java | MessageController.java | Java | [] | null | [] | package am.profclub.notificationservice.controller;
import am.profclub.notificationservice.common.Event;
import am.profclub.notificationservice.common.TestEvent;
import am.profclub.notificationservice.service.MessageProducer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web... | 1,058 | 0.754253 | 0.754253 | 29 | 35.482758 | 23.704533 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 0 |
6ae8e9a339aad34dd1c16d23eb12a0db3c014ad5 | 28,278,064,730,895 | 649ebeabc156a8665ab91e650e5086f0d8c8f259 | /CocktailCompanion/app/src/main/java/com/kieranflay/cocktailcompanion/detail/DetailFragment.java | b90c60c2a2e4df0f5463d75e9ea2807f5b9c77bb | [
"Apache-2.0"
] | permissive | Kee43/Capstone-Project | https://github.com/Kee43/Capstone-Project | 3b5146a274727065c2df22e029e79a4a8ec81147 | ea3eba98eeba4505d22c031e17aeb9d76ca1f43b | refs/heads/master | 2021-01-10T16:45:04.971000 | 2015-10-15T16:56:55 | 2015-10-15T17:00:28 | 43,266,598 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kieranflay.cocktailcompanion.detail;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.Layo... | UTF-8 | Java | 15,450 | java | DetailFragment.java | Java | [] | null | [] | package com.kieranflay.cocktailcompanion.detail;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.Layo... | 15,450 | 0.568673 | 0.549773 | 369 | 40.86721 | 29.881269 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766938 | false | false | 0 |
3b3dfcc69d00af6d9a8c0d45a3d4921a4f11caea | 26,199,300,543,107 | be24165483f47a5a7e6b09292936ce7932b56e14 | /oss/monitoring/src/main/java/com/hisoft/hscloud/vpdc/oss/monitoring/jsonBean/CPULoadAvgBean.java | 1c9f82ff8e004ade14d4aea138661f8c65d4f119 | [] | no_license | Rex---/wgsg | https://github.com/Rex---/wgsg | e45294f3ccadc1e6ab6fdf9421bdc6e889a9dd6f | f30f8152d9ce8e57e63dde81f6a942b38e048d9a | refs/heads/master | 2017-12-22T03:55:23.863000 | 2015-09-14T07:45:17 | 2015-09-14T07:45:17 | 42,434,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 文 件 名: CPULoadAvgBean.java
* 版 权: hiSoft Technologies Co., Ltd. Copyright 2011-2012, All rights reserved
* 描 述: <描述>
* 修 改 人: ljg
* 修改时间: 2013-5-9
* 跟踪单号: <跟踪单号>
* 修改单号: <修改单号>
* 修改内容: <修改内容>
*/
package com.hisoft.hscloud.vpdc.oss.monitoring.jsonBean;
/**
* <一句话功能简述>
* <功能详细描述>
*
... | UTF-8 | Java | 1,039 | java | CPULoadAvgBean.java | Java | [
{
"context": ", All rights reserved \n* 描 述: <描述> \n* 修 改 人: ljg \n* 修改时间: 2013-5-9 \n* 跟踪单号: <跟踪单号> \n* 修改单号: <修改",
"end": 149,
"score": 0.9990750551223755,
"start": 146,
"tag": "USERNAME",
"value": "ljg"
},
{
"context": ";\n\n/** \n * <一句话功能简述> \n * <功能详细描述> \n * \n * @aut... | null | [] | /*
* 文 件 名: CPULoadAvgBean.java
* 版 权: hiSoft Technologies Co., Ltd. Copyright 2011-2012, All rights reserved
* 描 述: <描述>
* 修 改 人: ljg
* 修改时间: 2013-5-9
* 跟踪单号: <跟踪单号>
* 修改单号: <修改单号>
* 修改内容: <修改内容>
*/
package com.hisoft.hscloud.vpdc.oss.monitoring.jsonBean;
/**
* <一句话功能简述>
* <功能详细描述>
*
... | 1,039 | 0.653039 | 0.6 | 45 | 19.111111 | 16.507536 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.911111 | false | false | 0 |
4f07d1ecd769653eafb23121c4660d99ccd0c8e7 | 37,847,251,818,894 | 64971844dbab4ac5c287cad7f19028888c60f8ae | /src/labs_examples/exception_handling/labs/Exercise4.java | d37292d2c57ff81801daa6a765b38aca757adf49 | [] | no_license | tinayi08/Java-Fundamentals | https://github.com/tinayi08/Java-Fundamentals | 242a72d35a6bf705ab4593dc1962c1809302c14a | 34c17d178d35b995736d417539466d845c42c030 | refs/heads/master | 2023-04-19T05:29:03.923000 | 2021-04-28T02:14:58 | 2021-04-28T02:14:58 | 314,909,557 | 0 | 1 | null | false | 2021-01-27T04:45:10 | 2020-11-21T21:49:19 | 2021-01-26T04:24:12 | 2021-01-27T04:45:10 | 1,068 | 0 | 0 | 0 | Java | false | false | package labs_examples.exception_handling.labs;
public class Exercise4 {
public static void main(String[] args) {
int [] array = {1, 5, 45, 9, 0};
try {
int x = array[0]/array[4];
System.out.println(x);
try {
System.out.println(array[10]);
... | UTF-8 | Java | 667 | java | Exercise4.java | Java | [] | null | [] | package labs_examples.exception_handling.labs;
public class Exercise4 {
public static void main(String[] args) {
int [] array = {1, 5, 45, 9, 0};
try {
int x = array[0]/array[4];
System.out.println(x);
try {
System.out.println(array[10]);
... | 667 | 0.538231 | 0.518741 | 23 | 28 | 22.637022 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 0 |
b564faad10e3d110dcb77be98d42550518e3dff0 | 35,622,458,775,602 | 7ded050015e0436969337cfe01f230fcf6b342d1 | /src/main/java/webapp/filter/LoginFilter.java | 76a6dd303e3880319512a2f2cc06aa7bf18328ee | [] | no_license | MamounH/WebProject | https://github.com/MamounH/WebProject | 9e9697882db1feabc7fa969e2e3d3a24a7131800 | 237e943d4017a6f215d60569990bca6c03773c2a | refs/heads/master | 2023-07-18T15:49:39.524000 | 2021-08-20T03:24:49 | 2021-08-20T03:24:49 | 394,085,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webapp.filter;
import webapp.data.Role;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
@WebFilter(urlPatterns = "*")
public class LoginFilter implements Filter {
private FilterConfig filterConfig = null;
... | UTF-8 | Java | 2,983 | java | LoginFilter.java | Java | [] | null | [] | package webapp.filter;
import webapp.data.Role;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
@WebFilter(urlPatterns = "*")
public class LoginFilter implements Filter {
private FilterConfig filterConfig = null;
... | 2,983 | 0.730137 | 0.730137 | 72 | 40.430557 | 47.898571 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.013889 | false | false | 0 |
f52ce7a3b2a0ff6641d4ca13e25e88b747f1ca17 | 33,801,392,646,551 | a368ec82b7053e5a9970f0fdefeab9a8e2704bfc | /src/sample/Main.java | bec75ef0eaffc35d3c5b52a78f7a084cb2fcba90 | [] | no_license | dioumedeiros-zz/bayes-oncology-network | https://github.com/dioumedeiros-zz/bayes-oncology-network | ea7f06be7ec287515fede1d3651bb0415845ecb2 | 929a0b0708de262cc20292ac490e5435d7cb9ec1 | refs/heads/master | 2023-04-06T05:17:12.097000 | 2020-06-24T00:56:06 | 2020-06-24T00:56:06 | 274,540,601 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.lo... | UTF-8 | Java | 1,683 | java | Main.java | Java | [
{
"context": "ua7v0ktas \" +\n \"Issued for: Diou Medeiros (diou.182@gmail.com) \" +\n ",
"end": 1026,
"score": 0.9998809099197388,
"start": 1013,
"tag": "NAME",
"value": "Diou Medeiros"
},
{
"context": " \"Issued for... | null | [] | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.lo... | 1,665 | 0.536542 | 0.430184 | 41 | 40.048782 | 28.8046 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.926829 | false | false | 0 |
df8cb6de015ae9afd524d179543b76bfcf88c56d | 22,316,650,131,236 | c5cf3dd3b757d13303922daf1cba71e8399b80b9 | /src/main/java/it/unical/demacs/inf/asd/ProgettoAgile8/service/NotificaServiceImpl.java | cbf2c02f3b880db3187c324e13b2536e8743c7c2 | [] | no_license | Dark77M/ProgettoAgile8 | https://github.com/Dark77M/ProgettoAgile8 | f37761433ed068e9829131d0a265b4efcf1665da | dadffa314489424abaf91d28cc0e0c05a2eae7dc | refs/heads/master | 2023-02-04T04:29:13.198000 | 2020-12-23T17:11:59 | 2020-12-23T17:11:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unical.demacs.inf.asd.ProgettoAgile8.service;
import it.unical.demacs.inf.asd.ProgettoAgile8.dao.DottoreDAO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dao.NotificaDAO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.NotificaDTO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.PazienteDTO;
import ... | UTF-8 | Java | 1,868 | java | NotificaServiceImpl.java | Java | [] | null | [] | package it.unical.demacs.inf.asd.ProgettoAgile8.service;
import it.unical.demacs.inf.asd.ProgettoAgile8.dao.DottoreDAO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dao.NotificaDAO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.NotificaDTO;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.PazienteDTO;
import ... | 1,868 | 0.789079 | 0.784261 | 47 | 38.744682 | 44.137825 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 0 |
ee7fd2c38142ac25e070225ec4dbd11f9c7c8b5c | 35,553,739,300,023 | b017f6b54bfd1882482f9beebaa3c0a31624527d | /src/main/java/de/alphahelix/alphalibary/annotations/item/Map.java | 9f6e9b71b303c9a2e00ede88933af82fce791139 | [] | no_license | CookLoco/AlphaLibary | https://github.com/CookLoco/AlphaLibary | 17b0d51426dbbd82c9ce12e1823cfc0d0e6f9c13 | ef3513955c7b9994e6589483bb56ccb212667c6b | refs/heads/master | 2021-03-27T20:07:22.634000 | 2017-09-09T17:50:37 | 2017-09-09T17:50:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.alphahelix.alphalibary.annotations.item;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Map {
int[] color() ... | UTF-8 | Java | 411 | java | Map.java | Java | [] | null | [] | package de.alphahelix.alphalibary.annotations.item;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Map {
int[] color() ... | 411 | 0.776156 | 0.776156 | 16 | 24.6875 | 17.662527 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
8ed12733a9473ffe1e647d2b450a79ac9c439032 | 5,222,680,280,879 | 56669a46ae7b44e0657b7184bb43abd4e11a3a6a | /duubo_provider/src/main/java/com/liu/service/impl/UserServiceImpl.java | c965495d7c47358493c5424cc5339637e8c28f2c | [] | no_license | k503394469/dubbo_demo | https://github.com/k503394469/dubbo_demo | 75a4ad3e9aba97003681393214dcee48fc811976 | c8eab8683a4fc5cdf03943e862cca870f1ba8ff5 | refs/heads/master | 2022-12-21T21:37:12.541000 | 2020-01-08T15:28:16 | 2020-01-08T15:28:16 | 232,593,816 | 0 | 0 | null | false | 2022-12-15T23:33:53 | 2020-01-08T15:25:09 | 2020-01-08T15:29:08 | 2022-12-15T23:33:50 | 11 | 0 | 0 | 2 | Java | false | false | package com.liu.service.impl;
import com.liu.service.UserService;
public class UserServiceImpl implements UserService {
public String hello(String name) {
return "hello: "+name;
}
}
| UTF-8 | Java | 200 | java | UserServiceImpl.java | Java | [] | null | [] | package com.liu.service.impl;
import com.liu.service.UserService;
public class UserServiceImpl implements UserService {
public String hello(String name) {
return "hello: "+name;
}
}
| 200 | 0.715 | 0.715 | 9 | 21.222221 | 18.831285 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
89ef2e7504a7e8b58fc7deec10d8574b945ebc62 | 35,278,861,394,997 | 714aedac1d47710e57a822ad2bcb9595e5773723 | /app/src/main/java/com/yassmarzou/app/MainActivity.java | bbbed267efff9de84b9cb0ccadb9aedf6c43c691 | [
"Apache-2.0"
] | permissive | yassmarzou/dashboard-android | https://github.com/yassmarzou/dashboard-android | 65e30e4e0c034a3251b2f7caa5ce52b3d338831a | f22c27db6bb92deffdd931b939fa7a4104c7045a | refs/heads/master | 2016-08-07T01:29:54.985000 | 2015-09-15T00:17:13 | 2015-09-15T00:17:13 | 42,484,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yassmarzou.app;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.ViewGroup;
import c... | UTF-8 | Java | 2,877 | java | MainActivity.java | Java | [] | null | [] | package com.yassmarzou.app;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.ViewGroup;
import c... | 2,877 | 0.704553 | 0.701425 | 79 | 35.417721 | 27.556894 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620253 | false | false | 0 |
67fc783735de716bc9d3148b7e313a4b610bd397 | 19,928,648,255,861 | fbf79136d0109e010f451e87df76ca097f8ac6af | /src/main/java/com/accp/pojo/Goldnotes.java | fec06278dab333df59a2b9e873a05f5a05e27cf3 | [] | no_license | research3/HinTingProjectBg | https://github.com/research3/HinTingProjectBg | 419089a327b1b7586b88dad14e6347a04a2d071d | 46c0c717635436602ef8b46adbd5e9dab6f262a1 | refs/heads/master | 2020-04-23T09:43:15.023000 | 2019-02-21T15:14:59 | 2019-02-21T15:14:59 | 171,078,518 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accp.pojo;
import java.util.Date;
public class Goldnotes {
private Integer recordid;
private Integer userid;
private Integer acquisitionmode;
private Date recorddate;
private String recorddescribe;
private Float recordinandout;
private Integer auditstatus... | UTF-8 | Java | 1,631 | java | Goldnotes.java | Java | [] | null | [] | package com.accp.pojo;
import java.util.Date;
public class Goldnotes {
private Integer recordid;
private Integer userid;
private Integer acquisitionmode;
private Date recorddate;
private String recorddescribe;
private Float recordinandout;
private Integer auditstatus... | 1,631 | 0.631514 | 0.631514 | 75 | 19.773333 | 19.871302 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306667 | false | false | 0 |
b464a04fc83a877d8f13a9878b98b2efafe2fc89 | 7,352,984,023,588 | b4e5a3fc6727cf687fa3916b69033484cfadbe45 | /jetspeed/src/main/java/org/apache/jetspeed/services/security/JetspeedPermissionManagement.java | 7e700ecd7432fc5559ebad2c46a2341c3acb4e38 | [
"Apache-2.0"
] | permissive | kymr16/test-portlet | https://github.com/kymr16/test-portlet | f094f156b3f540b528ce9963f712f20518a68ebf | c05ee8b1dd4102593495026beaa9fb205a4db521 | refs/heads/master | 2021-01-18T08:58:45.916000 | 2015-02-18T08:23:09 | 2015-02-18T08:23:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2000-2001,2004 The Apache Software Foundation.
*
* 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
*
* Unle... | UTF-8 | Java | 8,400 | java | JetspeedPermissionManagement.java | Java | [
{
"context": "ement technology.\r\n *\r\n * @author <a href=\"mailto:david@bluesunrise.com\">David Sean Taylor</a>\r\n * @version $Id: Jetspeed",
"end": 1191,
"score": 0.9999351501464844,
"start": 1170,
"tag": "EMAIL",
"value": "david@bluesunrise.com"
},
{
"context": " * @author <a h... | null | [] | /*
* Copyright 2000-2001,2004 The Apache Software Foundation.
*
* 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
*
* Unle... | 8,375 | 0.705 | 0.70119 | 201 | 39.681591 | 35.181664 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.139303 | false | false | 0 |
0c2feb82e5a0680c64545c4ac8dae138943d5c08 | 30,253,749,657,280 | f3f39134842f7621e9dde032c0c26676c653e2fb | /src/geeks4geeks/linkedlist/RotateLinkedList.java | a25428d6ae38182d827ce88f2314bcbd42c1b7cd | [] | no_license | hieuhcmus/algorithm | https://github.com/hieuhcmus/algorithm | 7864518a1cf19eb95f1dcf88dd61b42a6311d8fd | a367e2181603f6c6ad1f4b4c5cb59a9a2eb9724a | refs/heads/master | 2020-03-30T16:54:31.252000 | 2019-08-01T03:02:51 | 2019-08-01T03:02:51 | 151,432,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package geeks4geeks.linkedlist;
import org.junit.Test;
/**
* https://www.geeksforgeeks.org/rotate-a-linked-list/
*/
public class RotateLinkedList {
public static void main(String[] args) {
}
public static void rotate(LinkedList list, int size) {
Node node = list.head;
int i = 0;
if (size <= 0) {
retur... | UTF-8 | Java | 825 | java | RotateLinkedList.java | Java | [] | null | [] | package geeks4geeks.linkedlist;
import org.junit.Test;
/**
* https://www.geeksforgeeks.org/rotate-a-linked-list/
*/
public class RotateLinkedList {
public static void main(String[] args) {
}
public static void rotate(LinkedList list, int size) {
Node node = list.head;
int i = 0;
if (size <= 0) {
retur... | 825 | 0.58303 | 0.562424 | 48 | 16.1875 | 15.090914 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 0 |
79d26579231be526f638b2dfb2c761ee9b9ee40c | 2,044,404,476,425 | 14076d999bb51bafb73222c22b190d2edb1b1f86 | /merchant-credit/mc-dao/src/main/java/com/sdp/mc/msp/dao/FsConfigChangeDO.java | 080ff68017c910b654a856a20e004122a3c1f322 | [] | no_license | kevinkerry/merchant-credit | https://github.com/kevinkerry/merchant-credit | d3a9b397ddcd79d28925fa42121264da46eb91d4 | 14d3ad60795dcf251bd3066de14f0a731f89b73f | refs/heads/master | 2021-04-03T09:09:43.601000 | 2017-07-28T06:07:14 | 2017-07-28T06:07:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdp.mc.msp.dao;
import com.sdp.emall.common.dao.BaseDO;
import java.math.BigDecimal;
import java.util.Date;
public class FsConfigChangeDO extends BaseDO {
/**
* This field corresponds to the database column TB_FS_CONFIG_CHANGE.FCM_ID
* column comments null
*
* @mbggenerated Wed Nov... | UTF-8 | Java | 30,735 | java | FsConfigChangeDO.java | Java | [] | null | [] | package com.sdp.mc.msp.dao;
import com.sdp.emall.common.dao.BaseDO;
import java.math.BigDecimal;
import java.util.Date;
public class FsConfigChangeDO extends BaseDO {
/**
* This field corresponds to the database column TB_FS_CONFIG_CHANGE.FCM_ID
* column comments null
*
* @mbggenerated Wed Nov... | 30,735 | 0.658726 | 0.621568 | 953 | 29.923399 | 30.394665 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.101784 | false | false | 0 |
bf5eeda04090f6f03162bddde6c7d277f9954155 | 627,065,262,417 | 7ddad590ffcf5f65ec94b3bafa96e5f8e93ee52f | /app/web/home/src/main/java/com/onway/web/wallet/controller/HelpCenterController.java | 1fb524cc10b0cf47e376c6065190f604bcb07390 | [] | no_license | 2018CC/block | https://github.com/2018CC/block | 42546082c9fa9ff570ccf6d0fa563ab93e9f3178 | 592cfcdb6272e2c55c112fc5881e9fc936dfdbe1 | refs/heads/master | 2020-04-13T18:36:31.865000 | 2018-12-24T01:58:40 | 2018-12-24T01:58:40 | 163,379,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* onway.com Inc.
* Copyright (c) 2013-2013 All Rights Reserved.
*/
package com.onway.web.wallet.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ... | GB18030 | Java | 8,186 | java | HelpCenterController.java | Java | [
{
"context": "mp.ControllerCallBack;\n\n/**\n * 帮助中心\n * \n * @author yuanlin.wang\n * @version $Id: HelpCenterController.java, v 0.1",
"end": 1272,
"score": 0.9992944598197937,
"start": 1260,
"tag": "NAME",
"value": "yuanlin.wang"
}
] | null | [] | /**
* onway.com Inc.
* Copyright (c) 2013-2013 All Rights Reserved.
*/
package com.onway.web.wallet.controller;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ... | 8,186 | 0.670897 | 0.664112 | 250 | 30.832001 | 24.043539 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.096 | false | false | 0 |
5aac177ee43250708a721fce7851946e04959e0a | 9,019,431,339,793 | 409acc5f6c1eaaf2d1c64197ffae1b7fe701956e | /J2EETutorials/BuddyAge/src/org/soenea/doitall/domain/model/person/IPerson.java | 627841fcb4abaf960485870911198a0003bef1f0 | [] | no_license | klagithub1/java_intro_concepts | https://github.com/klagithub1/java_intro_concepts | 1cebe9bb29bcea156052771403339796ecca8ecc | ced9f7da4469b8866d1c2470974cf973f3799ccf | refs/heads/master | 2021-01-20T13:41:33.313000 | 2017-05-07T05:54:30 | 2017-05-07T05:54:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.soenea.doitall.domain.model.person;
public interface IPerson
{
public long getID();
public int getVersion();
public String getName();
public int getAge();
public IPerson getBuddy();
}
| UTF-8 | Java | 213 | java | IPerson.java | Java | [] | null | [] | package org.soenea.doitall.domain.model.person;
public interface IPerson
{
public long getID();
public int getVersion();
public String getName();
public int getAge();
public IPerson getBuddy();
}
| 213 | 0.70892 | 0.70892 | 10 | 19.299999 | 14.043148 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 0 |
4e4657ab946a02b2090b697b99f86c2e77fa5044 | 9,019,431,339,560 | ff556356ac3347bec9bef5e20e78c2d30e37553c | /src/Gioco/Giocatori.java | 3b67758e80e12498fb378c24a20c6c8d9a931d99 | [] | no_license | Abdoullaj/Bingo-Tombola | https://github.com/Abdoullaj/Bingo-Tombola | 912aa1d01ffbbd21d65cfb2eb829c4ba35fb0348 | 4f0f70f731e12afd0766047a9d2388952794c45e | refs/heads/master | 2021-05-08T16:47:06.024000 | 2018-02-06T13:28:15 | 2018-02-06T13:28:15 | 120,172,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gioco;
public class Giocatori {
Cartella [] listaCartella = new Cartella [5];
int numeroCartelle = 0 ;
char gioco;
public Giocatori(char gioco) {
this.gioco = gioco;
compraCartella();
}
public Cartella [] getListaCartella() {
return listaCartella;
}
public void compraCartella() {
sw... | UTF-8 | Java | 818 | java | Giocatori.java | Java | [] | null | [] | package Gioco;
public class Giocatori {
Cartella [] listaCartella = new Cartella [5];
int numeroCartelle = 0 ;
char gioco;
public Giocatori(char gioco) {
this.gioco = gioco;
compraCartella();
}
public Cartella [] getListaCartella() {
return listaCartella;
}
public void compraCartella() {
sw... | 818 | 0.683374 | 0.680929 | 46 | 16.782608 | 15.76721 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.891304 | false | false | 0 |
ed2a11f28c91d37b9298d318f76e0317841d0fa8 | 29,283,087,050,584 | 6304aed12fb97bff4a0f8aaeb3c5ece24ab8b925 | /Clinica VeterinariaCop/src/br/com/fatec/Enum/EnumTurno.java | b36ef9dbd880298a2dd3aead991bb0478f12c54b | [] | no_license | HenGuirelli/Clinica-Veterinaria-n2-POO | https://github.com/HenGuirelli/Clinica-Veterinaria-n2-POO | b0a46a3089b599276d2634293315629a90d458ab | 78e2f5a171a21785e81fe175998c5f41d841dae3 | refs/heads/master | 2020-03-21T14:06:50.452000 | 2018-06-25T19:44:10 | 2018-06-25T19:44:10 | 138,641,899 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.fatec.Enum;
public enum EnumTurno {
MANHA,
TARDE,
NOITE;
public static EnumTurno toEnum(String val){
for (EnumTurno turno : EnumTurno.values())
if (turno.toString().toLowerCase().equals(val.toLowerCase()))
return turno;
return null;
... | UTF-8 | Java | 327 | java | EnumTurno.java | Java | [] | null | [] | package br.com.fatec.Enum;
public enum EnumTurno {
MANHA,
TARDE,
NOITE;
public static EnumTurno toEnum(String val){
for (EnumTurno turno : EnumTurno.values())
if (turno.toString().toLowerCase().equals(val.toLowerCase()))
return turno;
return null;
... | 327 | 0.58104 | 0.58104 | 14 | 22.357143 | 20.872425 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
210569dc79a6177727c4fe5b2f8a27d98ad385f7 | 23,252,952,969,703 | 2bb170d0854ffa9d1925782a108c6ec415600723 | /src/test/java/utilsBrowser/configuration/Configuration.java | e42e3577cae007b7c60a78103bd0853a1be6b287 | [] | no_license | ravikumar2601/Json | https://github.com/ravikumar2601/Json | bd433e9bf3a2a7b159688b2b2f5ef93ef88e9065 | 9e7255c7f36f41e29c8c0c4edab1bed99064d43d | refs/heads/master | 2023-06-22T01:32:12.477000 | 2021-07-23T06:24:00 | 2021-07-23T06:24:00 | 388,698,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utilsBrowser.configuration;
import java.util.Properties;
public class Configuration {
private String url;
private String userName;
private String password;
public String getApiURL() {
return apiURL;
}
public void setApiURL(String apiURL) {
this.apiURL = apiURL;
}
... | UTF-8 | Java | 1,174 | java | Configuration.java | Java | [
{
"context": "ation {\n private String url;\n private String userName;\n private String password;\n\n public String ",
"end": 147,
"score": 0.9630297422409058,
"start": 139,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "\n\n public String getUserName() {\n ... | null | [] | package utilsBrowser.configuration;
import java.util.Properties;
public class Configuration {
private String url;
private String userName;
private String password;
public String getApiURL() {
return apiURL;
}
public void setApiURL(String apiURL) {
this.apiURL = apiURL;
}
... | 1,164 | 0.651618 | 0.651618 | 53 | 21.150944 | 19.824129 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396226 | false | false | 0 |
d74771f3c2f8ef4c772a16865aee26bb87e0f922 | 26,018,911,913,280 | 4fb8c0998ec439b8cb9e8c3806c24fd77cfd0954 | /springboot/src/main/java/com/kevin/springboot/note/event/Main.java | ef61644ca9ba8a2526720820c179fcca3d2dd2e0 | [] | no_license | cckmit/myproject-3 | https://github.com/cckmit/myproject-3 | 1b0f310793448162c5f6f2ee466405e75358d8df | 87f19a77c82fe642756a16787ce5c5bac8cd3349 | refs/heads/master | 2023-03-18T17:14:37.585000 | 2018-05-18T07:50:39 | 2018-05-18T07:50:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kevin.springboot.note.event;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* Created with IntelliJ IDEA.
* User: Kevin
* Date: 2018/4/12
* Time: 16:38
*/
public class Main {
public static void main(String[] args) {
AnnotationConfigApplicationContext... | UTF-8 | Java | 557 | java | Main.java | Java | [
{
"context": "text;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Kevin\n * Date: 2018/4/12\n * Time: 16:38\n */\npublic clas",
"end": 174,
"score": 0.997715950012207,
"start": 169,
"tag": "NAME",
"value": "Kevin"
}
] | null | [] | package com.kevin.springboot.note.event;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* Created with IntelliJ IDEA.
* User: Kevin
* Date: 2018/4/12
* Time: 16:38
*/
public class Main {
public static void main(String[] args) {
AnnotationConfigApplicationContext... | 557 | 0.736086 | 0.716338 | 18 | 29.944445 | 31.401472 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
1c2cfc8869946ef5565ffa4fa42e6b50a6af592a | 23,287,312,742,508 | ada5f91d65fcbd54b4a27a7a63dfe63873f4475a | /Concurrency/Exercise5.java | aef45990fe50ef8129e60ac7b496df247b382dcd | [] | no_license | greenleg/Eckel | https://github.com/greenleg/Eckel | 56cb2e6fa68da2a5d20de8730450e4f9a10d6ea3 | 34791bf999f0809436ea5208db40533025278919 | refs/heads/master | 2016-03-22T14:21:21.148000 | 2015-10-26T19:13:57 | 2015-10-26T19:13:57 | 24,463,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** Exercise 2: (2) Following the form of generics/Fibonacci.java, create a task that
* produces a sequence of n Fibonacci numbers, where n is provided to the constructor of the
* task. Create a number of these tasks and drive them using threads.
*
* Exercise 5: (2) Modify Exercise 2 so that the task is a Callable ... | UTF-8 | Java | 1,660 | java | Exercise5.java | Java | [] | null | [] | /** Exercise 2: (2) Following the form of generics/Fibonacci.java, create a task that
* produces a sequence of n Fibonacci numbers, where n is provided to the constructor of the
* task. Create a number of these tasks and drive them using threads.
*
* Exercise 5: (2) Modify Exercise 2 so that the task is a Callable ... | 1,660 | 0.572892 | 0.554217 | 57 | 28.105263 | 24.541182 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508772 | false | false | 0 |
aaf0e8f0a76c0fb8eb361f534cfd34b926ad4e8e | 21,595,095,582,032 | 5997c706ac71ae2bed3034fb6994089130b41a4a | /Backend/wiselife/src/main/java/com/ssafy/wiselife/dto/CategoryDTO.java | ec3f3d2c1e2716cceaae554258593aee97649c61 | [] | no_license | sht3898/wiselife | https://github.com/sht3898/wiselife | fcbc785065b7bee612425c9704503979fd54a37e | 05511b4fd299a060a9655cf03fefbe7019a29908 | refs/heads/master | 2022-11-08T07:33:57.097000 | 2020-06-24T07:08:52 | 2020-06-24T07:08:52 | 274,598,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.wiselife.dto;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class CategoryDTO {
private int categoryId;
private String categoryName;
private String categoryDescription;
}
| UTF-8 | Java | 215 | java | CategoryDTO.java | Java | [] | null | [] | package com.ssafy.wiselife.dto;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class CategoryDTO {
private int categoryId;
private String categoryName;
private String categoryDescription;
}
| 215 | 0.804651 | 0.804651 | 12 | 16.916666 | 12.572844 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 0 |
238a52b54cabb3b2d79f1b55fc8ef6a199234625 | 14,242,111,589,035 | ef161f5ecd256561359bad9de8beb731c5c24bfd | /src/main/java/core/pdf/builder/cell/CellText.java | 168f3b80c6e01384480d822b1822aadd8563822a | [] | no_license | mtumilowicz/reports | https://github.com/mtumilowicz/reports | b7c5a120499b619b43ab25b5dfa541dab74278e8 | 6fb81a68da6a07f3cde5e2ad21d6da9d1fae6258 | refs/heads/master | 2020-12-02T21:03:45.024000 | 2018-08-19T19:22:13 | 2018-08-19T19:22:13 | 92,573,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.pdf.builder.cell;
import com.itextpdf.layout.element.Paragraph;
import com.itextpdf.layout.element.Text;
import com.itextpdf.layout.property.TextAlignment;
import org.apache.commons.lang3.StringUtils;
/**
* Created by mtumilowicz on 2017-09-11.
*/
final class CellText {
private final static String ... | UTF-8 | Java | 1,405 | java | CellText.java | Java | [
{
"context": "ache.commons.lang3.StringUtils;\n\n/**\n * Created by mtumilowicz on 2017-09-11.\n */\nfinal class CellText {\n pri",
"end": 245,
"score": 0.9996618032455444,
"start": 234,
"tag": "USERNAME",
"value": "mtumilowicz"
}
] | null | [] | package core.pdf.builder.cell;
import com.itextpdf.layout.element.Paragraph;
import com.itextpdf.layout.element.Text;
import com.itextpdf.layout.property.TextAlignment;
import org.apache.commons.lang3.StringUtils;
/**
* Created by mtumilowicz on 2017-09-11.
*/
final class CellText {
private final static String ... | 1,405 | 0.683274 | 0.675445 | 53 | 25.509434 | 24.298943 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415094 | false | false | 0 |
34f26cd58436eeb84056d664f85b3730dde06c43 | 33,079,838,163,779 | 7d459a596ea9ec00a4a5cfed67f330ff97513aea | /alopecRPGws/src/com/alopec/rpg/world/mobiles/util/WorldMobiles.java | a92d383ec5ab807fb556244d59b7b8b5c5c1e42f | [] | no_license | francisco-navarro/android-samples-2 | https://github.com/francisco-navarro/android-samples-2 | 90b73436e327751460135a33a99d44e6b3c19de1 | 3a05992a509d9f67f50e1db54af28b25de452c4f | refs/heads/master | 2021-01-25T04:50:15.785000 | 2012-03-28T21:10:03 | 2012-03-28T21:10:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alopec.rpg.world.mobiles.util;
import java.util.ArrayList;
import java.util.HashMap;
import com.alopec.rpg.world.mobiles.PlayerMobile;
public class WorldMobiles {
private ArrayList<WorldObject> listaMobiles;
private HashMap<String,PlayerMobile> listaMobilesPlayers;
public WorldMobi... | UTF-8 | Java | 1,115 | java | WorldMobiles.java | Java | [] | null | [] | package com.alopec.rpg.world.mobiles.util;
import java.util.ArrayList;
import java.util.HashMap;
import com.alopec.rpg.world.mobiles.PlayerMobile;
public class WorldMobiles {
private ArrayList<WorldObject> listaMobiles;
private HashMap<String,PlayerMobile> listaMobilesPlayers;
public WorldMobi... | 1,115 | 0.749776 | 0.749776 | 44 | 23.34091 | 24.433531 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.386364 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.