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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e43d9d1ecaf6f7f18de8e0ab93197de67bd9408d | 4,432,406,302,100 | 5eed5e62121891d7e4e9cc5b83e7912ad1806da2 | /src/main/java/com/kakao/pay/sprinkle/model/DistributeMoney.java | b980130cfacb259c2939f5714e62e5102fdd60ff | [] | no_license | CodeRepositoryDev/KakaoPay | https://github.com/CodeRepositoryDev/KakaoPay | 6c826c8fda51633eb074d67eb940da24014491dd | c76040c53f0d2e58d61c6ff6378811f1cab7ac29 | refs/heads/master | 2022-12-13T04:02:47.319000 | 2020-08-25T00:12:38 | 2020-08-25T00:12:38 | 290,066,214 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kakao.pay.sprinkle.model;
import lombok.*;
@Builder
@Getter
@Setter
@ToString
@AllArgsConstructor
@NoArgsConstructor
public class DistributeMoney {
private String token;
private int seq;
private int distributeMoney;
}
| UTF-8 | Java | 244 | java | DistributeMoney.java | Java | [] | null | [] | package com.kakao.pay.sprinkle.model;
import lombok.*;
@Builder
@Getter
@Setter
@ToString
@AllArgsConstructor
@NoArgsConstructor
public class DistributeMoney {
private String token;
private int seq;
private int distributeMoney;
}
| 244 | 0.766393 | 0.766393 | 15 | 15.266666 | 11.567003 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
da9a90f10b698184cce5f344e4f406eb1e906afa | 4,312,147,173,966 | 187039c792251a8eeb6e45b36d06f20949625626 | /service-file/file-dao/src/main/java/com/liyz/service/file/dao/FileInfoMapper.java | dde74388cea0be2737ad5b4e43a73c575cf7f8c8 | [] | no_license | ZhiQinIsZhen/dubbo-springboot-project | https://github.com/ZhiQinIsZhen/dubbo-springboot-project | 19c4c979b3a50fdc1f56511d1053beec150d5209 | b51414e542bdd64185166bfb936f50cca20dcb42 | refs/heads/master | 2022-06-24T03:07:23.387000 | 2020-06-28T08:32:46 | 2020-06-28T08:32:46 | 206,834,389 | 5 | 0 | null | false | 2022-01-12T23:04:28 | 2019-09-06T16:33:04 | 2020-06-28T08:33:03 | 2022-01-12T23:04:26 | 636 | 2 | 0 | 3 | Java | false | false | package com.liyz.service.file.dao;
import com.liyz.common.dao.mapper.Mapper;
import com.liyz.service.file.model.FileInfoDO;
/**
* 注释:
*
* @author liyangzhen
* @version 1.0.0
* @date 2019/10/25 17:24
*/
public interface FileInfoMapper extends Mapper<FileInfoDO>{
}
| UTF-8 | Java | 278 | java | FileInfoMapper.java | Java | [
{
"context": "e.file.model.FileInfoDO;\n\n/**\n * 注释:\n *\n * @author liyangzhen\n * @version 1.0.0\n * @date 2019/10/25 17:24\n */\np",
"end": 161,
"score": 0.9994769096374512,
"start": 151,
"tag": "USERNAME",
"value": "liyangzhen"
}
] | null | [] | package com.liyz.service.file.dao;
import com.liyz.common.dao.mapper.Mapper;
import com.liyz.service.file.model.FileInfoDO;
/**
* 注释:
*
* @author liyangzhen
* @version 1.0.0
* @date 2019/10/25 17:24
*/
public interface FileInfoMapper extends Mapper<FileInfoDO>{
}
| 278 | 0.718978 | 0.664234 | 16 | 16.125 | 18.854294 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 6 |
6c68f38cf7afcb59de99aafc91871fad38bffa5b | 22,960,895,171,070 | 8e94005abdd35f998929b74c19a86b7203c3dbbc | /src/BitOperation/reverseBits.java | 48ba76d324558b8bfa7394d63c0912bb28dbcdac | [] | no_license | tinapgaara/leetcode | https://github.com/tinapgaara/leetcode | d1ced120da9ca74bfc1712c4f0c5541ec12cf980 | 8a93346e7476183ecc96065062da8585018b5a5b | refs/heads/master | 2020-12-11T09:41:39.468000 | 2018-04-24T07:15:27 | 2018-04-24T07:15:27 | 43,688,533 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BitOperation;
/**
* Created by yingtan on 2/8/18.
*/
public class reverseBits {
}
| UTF-8 | Java | 93 | java | reverseBits.java | Java | [
{
"context": "package BitOperation;\n\n/**\n * Created by yingtan on 2/8/18.\n */\npublic class reverseBits {\n}\n",
"end": 48,
"score": 0.9994235038757324,
"start": 41,
"tag": "USERNAME",
"value": "yingtan"
}
] | null | [] | package BitOperation;
/**
* Created by yingtan on 2/8/18.
*/
public class reverseBits {
}
| 93 | 0.677419 | 0.634409 | 7 | 12.285714 | 12.555184 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 6 |
757f97beb0657c2177deab32d7e04fb727c16d09 | 25,649,544,698,672 | b55b591295d8f43fff2ccf6248b50d33b6c4d558 | /ch02/src/main/java/sample05/BookAdvice.java | b2bff219c50b96dc721691be65b47efef89798ae | [] | no_license | dykim822/spring | https://github.com/dykim822/spring | 160f2c2632c119098d75bbb0f29a3010688bae64 | 9badd0a7a8d5010a6112b2acfe443ab1a50887e8 | refs/heads/master | 2023-06-14T03:46:04.653000 | 2021-07-05T02:24:42 | 2021-07-05T02:24:42 | 375,521,838 | 0 | 0 | null | false | 2021-06-25T08:31:30 | 2021-06-10T00:14:45 | 2021-06-25T08:28:49 | 2021-06-25T08:31:30 | 925 | 0 | 0 | 0 | Java | false | false | package sample05;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.ann... | UTF-8 | Java | 1,287 | java | BookAdvice.java | Java | [] | null | [] | package sample05;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.ann... | 1,287 | 0.747427 | 0.745843 | 41 | 29.804878 | 18.807392 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.292683 | false | false | 6 |
4cc2e3f905f0c3080ccdfcfecb9c69ea1ec289c1 | 910,533,077,567 | d47f551beec6a9438c9c391c388a3f0079da5386 | /src/view/command/WaitCommandView.java | 3a426d1aa7f96679d8f49d5f1fc3e45b1565bc9a | [] | no_license | zackizf1204/ZAFF-3-OOP | https://github.com/zackizf1204/ZAFF-3-OOP | 4af5597bd49744b1f5e665e1cd85ef33be7062f2 | 3ea5724eb673a0c562527c25dc3554a2c4aede47 | refs/heads/master | 2021-03-22T04:21:20.801000 | 2017-04-24T12:34:35 | 2017-04-24T12:34:35 | 88,009,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view.command;
import java.awt.Image;
import javax.imageio.ImageIO;
import javax.swing.ImageIcon;
/**
* Created by 13515017 / Putu Arya Pradipta.
* Tanggal 4/15/2017.
* FileName : WaitCommandView.java.
*/
public class WaitCommandView extends CommandView {
/**
* Konstruktor tanpa parameter.
*/
pu... | UTF-8 | Java | 623 | java | WaitCommandView.java | Java | [
{
"context": "\nimport javax.swing.ImageIcon;\n\n/**\n * Created by 13515017 / Putu Arya Pradipta.\n * Tanggal 4/15/2017.\n * Fi",
"end": 133,
"score": 0.9909666776657104,
"start": 125,
"tag": "USERNAME",
"value": "13515017"
},
{
"context": "vax.swing.ImageIcon;\n\n/**\n * Created by... | null | [] | package view.command;
import java.awt.Image;
import javax.imageio.ImageIO;
import javax.swing.ImageIcon;
/**
* Created by 13515017 / <NAME>.
* Tanggal 4/15/2017.
* FileName : WaitCommandView.java.
*/
public class WaitCommandView extends CommandView {
/**
* Konstruktor tanpa parameter.
*/
public WaitCom... | 611 | 0.651685 | 0.626003 | 33 | 17.878788 | 18.769346 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 6 |
d74b5217b12a82ebf635d371f9b3c868ac37f2b7 | 10,110,353,028,230 | 1459c0a83fd559cd156546038d62c2c15efd2b2a | /test/HeightTest.java | 9ce2081bd8101a4472c8290b0394476e84a9b6e2 | [] | no_license | rl2test/abc4j | https://github.com/rl2test/abc4j | 3d3060d858f7e8ee02f7699ba5c26c58c656d266 | ef63e50c7eec9c341a5031548c2a220ca6a5f542 | refs/heads/master | 2019-07-29T19:17:45.464000 | 2017-03-09T20:26:53 | 2017-03-09T20:26:53 | 84,485,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Vector;
import junit.framework.TestCase;
import abc.midi.MidiConverterAbstract;
import abc.notation.Accidental;
import abc.notation.KeySignature;
import abc.notation.MultiNote;
import abc.notation.Note;
import abc.notation.NoteHeightException;
import abc.notation.Tune;
import abc.parser.Tune... | UTF-8 | Java | 15,554 | java | HeightTest.java | Java | [] | null | [] | import java.util.Vector;
import junit.framework.TestCase;
import abc.midi.MidiConverterAbstract;
import abc.notation.Accidental;
import abc.notation.KeySignature;
import abc.notation.MultiNote;
import abc.notation.Note;
import abc.notation.NoteHeightException;
import abc.notation.Tune;
import abc.parser.Tune... | 15,554 | 0.703227 | 0.692105 | 362 | 40.96685 | 23.922157 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.044199 | false | false | 6 |
2c4fe4f787e74d4d22a6138c4c145f157a821a95 | 14,224,931,694,500 | 838b8c2d278e4e2fa7cee0ff44165882a56bb52c | /src/test/java/com/zerobank/pages/AccountActivityPage.java | d2ab1e2464c3a1d1e889ffca42741e82addc1ee2 | [] | no_license | bushraozen/ZeroBankApplication | https://github.com/bushraozen/ZeroBankApplication | 5935a82676b0f9c28acd953aa6793b3260d18b53 | fa393f25012a6ea73a7022830235c07ecfdae0ba | refs/heads/master | 2023-07-11T12:11:41.090000 | 2021-08-18T03:36:13 | 2021-08-18T03:36:13 | 390,492,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zerobank.pages;
import com.zerobank.utilities.Driver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import java.util.List;
public class AccountActivityPage extends ZeroModule... | UTF-8 | Java | 1,020 | java | AccountActivityPage.java | Java | [] | null | [] | package com.zerobank.pages;
import com.zerobank.utilities.Driver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import java.util.List;
public class AccountActivityPage extends ZeroModule... | 1,020 | 0.723529 | 0.723529 | 45 | 21.6 | 24.220652 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355556 | false | false | 6 |
c9691f83b45e5aac0bd58cfe6926cf44e2033d04 | 17,162,689,328,066 | 55a7f7d6f9a065a3455a11534008564d4861e8ff | /java-frame/ssp/bmx_employee1/src/com/baidu/bmx/dao/impl/DeptDaoImpl.java | ed66fd36eda1cd0115b1f536d02512b866c0e81d | [] | no_license | 13070101568/super | https://github.com/13070101568/super | da4a87af608f97a394f4cf1a0d32a587a7e3a266 | 343a89f98de4e6386b791b922273427df73ba048 | refs/heads/master | 2021-03-12T16:53:40.278000 | 2021-01-25T02:18:24 | 2021-01-25T02:18:24 | 91,444,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.bmx.dao.impl;
import org.springframework.stereotype.Repository;
import com.baidu.bmx.dao.DeptDao;
import com.baidu.bmx.entity.Dept;
import com.baidu.bmx.utils.BaseDao;
@Repository
public class DeptDaoImpl extends BaseDao<Dept> implements DeptDao {
}
| UTF-8 | Java | 273 | java | DeptDaoImpl.java | Java | [] | null | [] | package com.baidu.bmx.dao.impl;
import org.springframework.stereotype.Repository;
import com.baidu.bmx.dao.DeptDao;
import com.baidu.bmx.entity.Dept;
import com.baidu.bmx.utils.BaseDao;
@Repository
public class DeptDaoImpl extends BaseDao<Dept> implements DeptDao {
}
| 273 | 0.802198 | 0.802198 | 13 | 20 | 21.796259 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 6 |
9337d31da08aa1a82d68f1125f29528135cbaf9b | 19,129,784,348,630 | 9f004c3df4413eb826c229332d95130a1d5c8457 | /src/trupti/Assignment26_3_4.java | ab1f756a3c2c53882b4c3762f3871fc7b7681103 | [] | no_license | MayurSTechnoCredit/JAVATechnoJuly2021 | https://github.com/MayurSTechnoCredit/JAVATechnoJuly2021 | dd8575c800e8f0cac5bab8d5ea32b25f7131dd0d | 3a422553a0d09b6a99e528c73cc2b8efe260a07a | refs/heads/master | 2023-08-22T14:43:37.980000 | 2021-10-16T06:33:34 | 2021-10-16T06:33:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trupti;
public class Assignment26_3_4 {
public static void main(String[] args){
System.out.println("=====Swaping using 3rd variable====");
int x=30;
int y=20;
System.out.println("values of variables are:"+x+","+y);
int temp;
temp=x;
x=y;
y=temp;
System.out.println("after swaping values ar... | UTF-8 | Java | 603 | java | Assignment26_3_4.java | Java | [] | null | [] | package trupti;
public class Assignment26_3_4 {
public static void main(String[] args){
System.out.println("=====Swaping using 3rd variable====");
int x=30;
int y=20;
System.out.println("values of variables are:"+x+","+y);
int temp;
temp=x;
x=y;
y=temp;
System.out.println("after swaping values ar... | 603 | 0.595357 | 0.572139 | 32 | 17.84375 | 22.022871 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.34375 | false | false | 6 |
d80bb63a7c737e7bb0b26b404b2a56fb721de127 | 8,031,588,856,961 | 38c658c191d55a8b63024acdedaf51b9884ca99d | /trunk/encoming/src/main/java/com/encoming/encoming/presentation/controller/DriverBean.java | ebba2799c11f33b55ecbdd4d39e8f5800697388b | [] | no_license | Encoming/encoming | https://github.com/Encoming/encoming | 4ed4212d70e29530bf1479edc71c8a360c9aeb7f | 2f0d186478aa26d5bd37b6b0ab1414b8a1848642 | refs/heads/master | 2016-09-16T15:14:03.719000 | 2012-12-01T04:46:03 | 2012-12-01T04:46:03 | 6,020,563 | 0 | 1 | null | false | 2012-10-27T23:03:24 | 2012-09-30T17:33:54 | 2012-10-27T23:03:23 | 2012-10-27T23:03:23 | 20,392 | null | 0 | 0 | Java | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.encoming.encoming.presentation.controller;
import com.encoming.encoming.businesslogic.facade.FacadeFactory;
import com.encoming.encoming.vo.DriverVo;
import com.encoming.encoming.vo.PersonVo;
import java.uti... | UTF-8 | Java | 1,245 | java | DriverBean.java | Java | [
{
"context": "t javax.faces.model.SelectItem;\n\n/**\n *\n * @author juanmanuelmartinezromero\n */\npublic class DriverBea",
"end": 413,
"score": 0.5509738922119141,
"start": 412,
"tag": "USERNAME",
"value": "j"
},
{
"context": "javax.faces.model.SelectItem;\n\n/**\n *\n * @author ju... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.encoming.encoming.presentation.controller;
import com.encoming.encoming.businesslogic.facade.FacadeFactory;
import com.encoming.encoming.vo.DriverVo;
import com.encoming.encoming.vo.PersonVo;
import java.uti... | 1,245 | 0.628112 | 0.628112 | 42 | 28.642857 | 27.06678 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 6 |
caf6350f7376da4cc6a736165bcec5ecdaded232 | 24,154,896,085,913 | 02df57917d13e103537df072848a251d3352d745 | /src/com/company/exception/ItemIsNotFound.java | b13eae084927369fe2629538a0e08663bcab24d1 | [] | no_license | elaheh-bohlouli/Banking-System01 | https://github.com/elaheh-bohlouli/Banking-System01 | 14c595a47edcdbd4260ed9060d881313d3b94503 | 267a80e2288915716fa9fdb6f9829c4e77a04fab | refs/heads/master | 2020-11-29T14:33:43.954000 | 2019-12-26T05:06:30 | 2019-12-26T05:06:30 | 230,139,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.exception;
public class ItemIsNotFound extends Exception {
public ItemIsNotFound() {
super("مورد نظر یافت نشد");
}
}
| UTF-8 | Java | 168 | java | ItemIsNotFound.java | Java | [] | null | [] | package com.company.exception;
public class ItemIsNotFound extends Exception {
public ItemIsNotFound() {
super("مورد نظر یافت نشد");
}
}
| 168 | 0.688312 | 0.688312 | 7 | 21 | 17.378147 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
42d75351d5a1736ed3a916262768c97dee55556a | 4,947,802,340,189 | 3f74b087611587ebd1dd5931233cc99066e33e31 | /cool-quartz-core/src/main/java/cool/quartz/history/service/QuartzJobHistoryService.java | 4232dc1f8f99b4005186b05bcc3820db8eeebd7b | [] | no_license | hariharanG/CoolQuartz | https://github.com/hariharanG/CoolQuartz | befbd390e6acd92540d24c5430adee18ad9d2472 | 5b8cf23193dde3aacab09eb5272d1cd8171cc088 | refs/heads/master | 2021-01-21T13:03:20.631000 | 2017-05-30T15:53:35 | 2017-05-30T15:53:35 | 91,805,193 | 0 | 0 | null | false | 2017-05-30T15:53:36 | 2017-05-19T12:48:51 | 2017-05-25T16:24:46 | 2017-05-30T15:53:35 | 17,624 | 0 | 0 | 0 | JavaScript | null | null | package cool.quartz.history.service;
import java.util.List;
import cool.quartz.history.dao.JobHistoryDao;
import cool.quartz.history.model.JobHistoryEntity;
/**
*
* @author Hari Ganapathy
*
*/
public class QuartzJobHistoryService implements JobHistoryService {
private JobHistoryDao jobHistoryDao;
public ... | UTF-8 | Java | 521 | java | QuartzJobHistoryService.java | Java | [
{
"context": "istory.model.JobHistoryEntity;\n\n/**\n * \n * @author Hari Ganapathy\n *\n */\npublic class QuartzJobHistoryService imple",
"end": 193,
"score": 0.9998276829719543,
"start": 179,
"tag": "NAME",
"value": "Hari Ganapathy"
}
] | null | [] | package cool.quartz.history.service;
import java.util.List;
import cool.quartz.history.dao.JobHistoryDao;
import cool.quartz.history.model.JobHistoryEntity;
/**
*
* @author <NAME>
*
*/
public class QuartzJobHistoryService implements JobHistoryService {
private JobHistoryDao jobHistoryDao;
public QuartzJo... | 513 | 0.775432 | 0.775432 | 26 | 19.038462 | 21.895699 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884615 | false | false | 6 |
f7b29f313e0f16d8dbc8fe8eaa8af4234a58b0e7 | 1,872,605,759,968 | 03047697ba66a928ad6fc99682e703b638ffdd2b | /RAPTOR Projects/Nested If-Then-Else/Nested If-Then-Else.java | d7e0cc66a3d676687959344c4911e0390599da94 | [] | no_license | jtrent238/CPT-167-003 | https://github.com/jtrent238/CPT-167-003 | 7717c2164dd3b11f669717ad1ff50b8ef849b9f0 | 04688042f7f4bdec690805fcd63a0c28dbc1fe78 | refs/heads/master | 2020-03-31T18:08:14.733000 | 2018-11-19T17:25:04 | 2018-11-19T17:25:04 | 152,447,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* NAME:
* DATE:
* FILE:
* COMMENTS:
*/
public class Nested If-Then-Else extends eecs.Gui
{
public static void main(String[] args)
{
// declare variables
String raptor_prompt_variable_zzyz = null;
?? scoreMidterm = ??;
?? scoreFinalExam = ??;
?? score = ??;
?? gra... | UTF-8 | Java | 1,234 | java | Nested If-Then-Else.java | Java | [] | null | [] | /**
* NAME:
* DATE:
* FILE:
* COMMENTS:
*/
public class Nested If-Then-Else extends eecs.Gui
{
public static void main(String[] args)
{
// declare variables
String raptor_prompt_variable_zzyz = null;
?? scoreMidterm = ??;
?? scoreFinalExam = ??;
?? score = ??;
?? gra... | 1,234 | 0.408428 | 0.401135 | 55 | 21.436363 | 15.980401 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290909 | false | false | 6 |
8ecb067b985e71551880e1e8feed2bf1a9cf0dfd | 2,869,038,170,584 | 7f76f1f87f19237ec672d00bbeaf5626d675c090 | /programs/MainRunnerS.java | bc331a500774e3a93372724d70bba8faa108e61e | [] | no_license | pappumahato/java | https://github.com/pappumahato/java | 14649b9b500d0435fea99c0f01863802c853e3c4 | 2f31815786b6d8e072b5c9dddb01f6629ed4496a | refs/heads/master | 2020-05-09T16:40:53.952000 | 2019-04-14T08:29:33 | 2019-04-14T08:29:33 | 181,274,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // jvm
class MainRunnerS
{
int a=120;
static int b=320;
void display()
{
System.out.println("I am display method");
}
static void print()
{
System.out.println("I am print method");
}
public static void main(String arg[])
{
System.out.println("main method started");
System.out.println(b);
print()... | UTF-8 | Java | 408 | java | MainRunnerS.java | Java | [] | null | [] | // jvm
class MainRunnerS
{
int a=120;
static int b=320;
void display()
{
System.out.println("I am display method");
}
static void print()
{
System.out.println("I am print method");
}
public static void main(String arg[])
{
System.out.println("main method started");
System.out.println(b);
print()... | 408 | 0.651961 | 0.637255 | 26 | 14.730769 | 15.027046 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423077 | false | false | 6 |
0b82cdcd35676ac1cd4766bd709eb4fb162e687a | 28,346,784,168,011 | b580ef1bae37731b93bc4de7283041d1ae02104a | /NavigationTab/app/src/main/java/com/example/navigationtab/drawerFragment/MileStoneFragment.java | d42cbcbcc2ab7c0eae16b63d04ef850ed72ba5c8 | [] | no_license | subratb36/NavigationTab | https://github.com/subratb36/NavigationTab | 99915c8a7f453a13d7b547ca992d1973edd9a7ff | 7aac9c78d6330a550b04797f65b40338d2637eeb | refs/heads/master | 2021-01-21T17:28:39.396000 | 2017-05-21T11:59:55 | 2017-05-21T11:59:55 | 91,953,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.navigationtab.drawerFragment;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.annotation.Nullable;... | UTF-8 | Java | 6,239 | java | MileStoneFragment.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by subratkumar on 21-05-2017.\n */\npublic class MileStoneFragment",
"end": 1284,
"score": 0.987284243106842,
"start": 1273,
"tag": "USERNAME",
"value": "subratkumar"
}
] | null | [] | package com.example.navigationtab.drawerFragment;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.annotation.Nullable;... | 6,239 | 0.688412 | 0.684405 | 161 | 37.751553 | 33.020798 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 6 |
561e44c9efa95ae79333d7c1652787c3dffe6d45 | 12,756,052,884,708 | ec1d871d32d181151b912e79d73186dd04341424 | /backEnd/src/main/java/com/kockumation/backEnd/controller/PlanPhase/WashModesController.java | cd54a6b78c1e5227120905962019f9a7bedf8a25 | [] | no_license | mohammedalmahfoodh/WashMaster | https://github.com/mohammedalmahfoodh/WashMaster | 9fdac3b14ce0fd09136a1088ca398874d5669065 | 6853260d2e73156a82fc2cba95d483f03a8a73a0 | refs/heads/master | 2022-12-09T00:16:35.049000 | 2020-09-07T07:17:33 | 2020-09-07T07:17:33 | 273,531,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kockumation.backEnd.controller.PlanPhase;
import com.kockumation.backEnd.service.planPhaseServices.cargos.WashModesService;
import com.kockumation.backEnd.service.planPhaseServices.cargos.model.machine.MachinePostObject;
import com.kockumation.backEnd.service.planPhaseServices.cargos.model.washMode.GetMan... | UTF-8 | Java | 4,194 | java | WashModesController.java | Java | [] | null | [] | package com.kockumation.backEnd.controller.PlanPhase;
import com.kockumation.backEnd.service.planPhaseServices.cargos.WashModesService;
import com.kockumation.backEnd.service.planPhaseServices.cargos.model.machine.MachinePostObject;
import com.kockumation.backEnd.service.planPhaseServices.cargos.model.washMode.GetMan... | 4,194 | 0.59609 | 0.595374 | 113 | 36.115044 | 28.663982 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415929 | false | false | 6 |
4bd222ed58654d1913695870c8acf1117c78b1dd | 26,379,689,147,524 | 4316792dd218d81465b984fdd4d69f93ecf95a88 | /app/src/main/java/com/om/userinteraction/useractivity/UserActivityWatcher.java | f286e04e4d220aa20b83e442e1e7ec0f83c80dc0 | [] | no_license | Bhavikom/DetectUserInteraction | https://github.com/Bhavikom/DetectUserInteraction | 16bd0ea45c08c06b038651db7fa90e6d69a7bd5d | 05ba5d9d8415bd2be6b91b69861b9f3df8b0e723 | refs/heads/master | 2020-05-04T15:43:33.745000 | 2019-04-03T09:17:51 | 2019-04-03T09:17:51 | 179,253,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.om.userinteraction.useractivity;
public interface UserActivityWatcher {
void onUserInteracted();
}
| UTF-8 | Java | 117 | java | UserActivityWatcher.java | Java | [] | null | [] | package com.om.userinteraction.useractivity;
public interface UserActivityWatcher {
void onUserInteracted();
}
| 117 | 0.794872 | 0.794872 | 6 | 18.5 | 18.759441 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
d1fcc964371d7553d38bfec519041ec7a618097a | 15,925,738,756,340 | b9e2007f7ca5de37a47d5ad2ea3b4d28386f7303 | /d2cmall-provider/d2cmall-report/d2cmall-report-api/src/main/java/com/d2c/report/query/PartnerReportMgQuery.java | 9dcf1159868c5d205aa60164202ca725eb3ee27b | [] | no_license | bellmit/d2cmall | https://github.com/bellmit/d2cmall | da3711f282f9c6a8d7a6714fc329bd82758bb724 | ab9668932c17559b5900f3f24eb06971a10de2d1 | refs/heads/master | 2022-10-13T17:25:08.005000 | 2020-06-11T06:08:47 | 2020-06-11T06:08:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.d2c.report.query;
import com.d2c.common.api.annotation.search.SearchField;
import com.d2c.common.api.query.enums.OperType;
import com.d2c.common.api.query.enums.ValueType;
import com.d2c.common.api.query.model.MongoQuery;
public class PartnerReportMgQuery extends MongoQuery {
private static final lon... | UTF-8 | Java | 952 | java | PartnerReportMgQuery.java | Java | [] | null | [] | package com.d2c.report.query;
import com.d2c.common.api.annotation.search.SearchField;
import com.d2c.common.api.query.enums.OperType;
import com.d2c.common.api.query.enums.ValueType;
import com.d2c.common.api.query.model.MongoQuery;
public class PartnerReportMgQuery extends MongoQuery {
private static final lon... | 952 | 0.673077 | 0.647436 | 38 | 23.631578 | 23.610235 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 6 |
9b160d2798d660bc47910412dab6dcd18b41eb26 | 1,760,936,617,895 | 25ee22a03adbbedab71fcf2ef8e4b94c1717ec13 | /src/main/java/com/tutorial/map/ComputeIfAbsentEx.java | eb347440e8a9aa2fe7c924e0906ed5465f0ade28 | [] | no_license | vddmgithub/Java8 | https://github.com/vddmgithub/Java8 | f79aa18de351a34a810aa27d7a597ed9604fb9ad | 2ac268fbdc71f575ccf0e223f5634b4ce94067ea | refs/heads/master | 2023-05-13T04:39:49.479000 | 2021-06-10T10:42:17 | 2021-06-10T10:42:17 | 288,629,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutorial.map;
import java.util.HashMap;
public class ComputeIfAbsentEx {
public static void main(String[] args) {
HashMap<String, Integer> hm = new HashMap<>();
hm.put("Sunday", 1);
hm.put("Monday", 2);
hm.put("Tuesday", 3);
// hm.put("Wednesday", 4); We are not... | UTF-8 | Java | 587 | java | ComputeIfAbsentEx.java | Java | [] | null | [] | package com.tutorial.map;
import java.util.HashMap;
public class ComputeIfAbsentEx {
public static void main(String[] args) {
HashMap<String, Integer> hm = new HashMap<>();
hm.put("Sunday", 1);
hm.put("Monday", 2);
hm.put("Tuesday", 3);
// hm.put("Wednesday", 4); We are not... | 587 | 0.565588 | 0.551959 | 20 | 28.35 | 23.542036 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 6 |
7f1c68ca94ac345d1b96f560e350c6a2fc3f3d9d | 12,163,347,403,515 | 6f8860a0b201d58edb90b7258af0c957d8398607 | /src/test/calculale/NormalCalculator.java | 37324332dc994879a7b71c385c5673a53a84705e | [] | no_license | rabiul24/j2eeCalculator | https://github.com/rabiul24/j2eeCalculator | 9235f6d2f5268d8456282423546c4854e772612d | 8458c87a453733d8125fec9ef2e9a1b48bb7f4e7 | refs/heads/master | 2021-01-12T13:44:42.721000 | 2016-09-24T19:12:39 | 2016-09-24T19:12:39 | 69,122,294 | 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 test.calculale;
/**
*
* @author Rabiul
*/
public class NormalCalculator extends javax.swing.JFrame {
double firstDigit... | UTF-8 | Java | 31,695 | java | NormalCalculator.java | Java | [
{
"context": "or.\n */\npackage test.calculale;\n\n/**\n *\n * @author Rabiul\n */\npublic class NormalCalculator extends javax.s",
"end": 234,
"score": 0.9998207688331604,
"start": 228,
"tag": "NAME",
"value": "Rabiul"
}
] | 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 test.calculale;
/**
*
* @author Rabiul
*/
public class NormalCalculator extends javax.swing.JFrame {
double firstDigit... | 31,695 | 0.651838 | 0.632024 | 583 | 53.365353 | 40.002468 | 262 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.974271 | false | false | 6 |
f56835cd4538b294c63ce9bd045ea873cd89bad2 | 21,517,786,176,402 | 049bfc6aecb8925bd64c8c7e7c4c8155f9a50dbf | /src/main/java/spring/model/AddressModel.java | 29118a2b8db73e9e952b08bff280e045093a5b00 | [] | no_license | zwojcicka/Florist | https://github.com/zwojcicka/Florist | 2d7ecc26370d425f7280c7219945478196715a53 | 2303a7aa331836ca0ee0a1c13c01b74afa1c6487 | refs/heads/master | 2017-04-29T23:50:33.147000 | 2016-01-22T11:22:20 | 2016-01-22T11:22:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package spring.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
import javax.persistence.Id;
@Entity
@Table(name = "Addresses")
@NamedQu... | UTF-8 | Java | 1,483 | java | AddressModel.java | Java | [] | null | [] | package spring.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
import javax.persistence.Id;
@Entity
@Table(name = "Addresses")
@NamedQu... | 1,483 | 0.724882 | 0.724882 | 71 | 19.887323 | 19.441896 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.422535 | false | false | 6 |
89db68f8eec9fcc66127a3aae74c34858dd55d10 | 2,164,663,543,307 | af62839e037d084485aba66ed68f83155e5e1fab | /src/main/java/com/only/bean/TestRole.java | c131125590db5aab787024f5ef402f86a3a853a0 | [] | no_license | conanzyy/tools | https://github.com/conanzyy/tools | 846a3697c9f5682a102af8c1010389e4e11e0888 | e12661317145098093e78fa7713cf89975528ba5 | refs/heads/master | 2020-03-22T17:05:23.982000 | 2018-07-10T03:49:30 | 2018-07-10T03:49:30 | 103,217,308 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.only.bean;
import java.io.Serializable;
import java.util.Date;
/**
* 描述:用户表
* 表名:test_role
*/
public class TestRole implements Serializable
{
//<editor-fold desc="属性">
/**
* 描述:创建时间
* 列名:create_time
* 数据类型:datetime
* 是否为NULL:YES
*/
private Date createTime;
... | UTF-8 | Java | 1,281 | java | TestRole.java | Java | [] | null | [] | package com.only.bean;
import java.io.Serializable;
import java.util.Date;
/**
* 描述:用户表
* 表名:test_role
*/
public class TestRole implements Serializable
{
//<editor-fold desc="属性">
/**
* 描述:创建时间
* 列名:create_time
* 数据类型:datetime
* 是否为NULL:YES
*/
private Date createTime;
... | 1,281 | 0.547682 | 0.547682 | 70 | 15.328571 | 14.557003 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.185714 | false | false | 6 |
2b0c8c79dd51ef6c439b375bef2b5f5e2dd72989 | 2,164,663,541,592 | 6bcef0407631a8fb761aa2e5963f9905c727ac8f | /node/src/main/java/org/qbroker/node/CacheNode.java | 6e83ecd06c22cd6ef194290f9b1a9ccdd6f4d605 | [] | no_license | yannanlu/qbroker | https://github.com/yannanlu/qbroker | 34f9f356ef6856d566be7619feda50a33ab15868 | 9ccf5c5fc3d0a1bf53656721194c427686730db0 | refs/heads/master | 2022-12-17T03:33:31.454000 | 2021-08-16T02:45:20 | 2021-08-16T02:45:20 | 59,854,188 | 0 | 1 | null | false | 2022-12-05T23:53:34 | 2016-05-27T18:10:50 | 2021-08-16T03:07:13 | 2022-12-05T23:53:34 | 3,531 | 0 | 1 | 10 | Java | false | false | package org.qbroker.node;
/* CacheNode.java - a MessageNode caching responses via JMS messages */
import java.util.HashMap;
import java.util.Map;
import java.util.Iterator;
import java.util.ArrayList;
import java.util.List;
import java.util.Date;
import javax.jms.Message;
import javax.jms.BytesMessage;
import javax.j... | UTF-8 | Java | 91,564 | java | CacheNode.java | Java | [
{
"context": "no less than that of the uplink.\n *<br>\n * @author yannanlu@yahoo.com\n */\n\npublic class CacheNode extends Node {\n pr",
"end": 5592,
"score": 0.9999239444732666,
"start": 5574,
"tag": "EMAIL",
"value": "yannanlu@yahoo.com"
},
{
"context": "esets\n // ... | null | [] | package org.qbroker.node;
/* CacheNode.java - a MessageNode caching responses via JMS messages */
import java.util.HashMap;
import java.util.Map;
import java.util.Iterator;
import java.util.ArrayList;
import java.util.List;
import java.util.Date;
import javax.jms.Message;
import javax.jms.BytesMessage;
import javax.j... | 91,553 | 0.457472 | 0.453104 | 2,197 | 40.67683 | 22.751238 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75239 | false | false | 6 |
a1791e3b65331f9e52cd9e50cc0ecf9a1d8ac8da | 27,822,798,165,273 | 31003ad4a26069b599c09349ed268b7b8d6a1c18 | /src/scada/FXMLDocumentController.java | b2fc17caf84c845ceaf2c5b0d7661b46c449894e | [] | no_license | fr830/PLC-SCADA | https://github.com/fr830/PLC-SCADA | 2ccdabcc581c924882da357cd5c6a68d4473cc4e | 9b75f5595affe3d043866c67791c274bd37b68ad | refs/heads/master | 2020-04-01T09:48:23.200000 | 2018-07-21T06:04:31 | 2018-07-21T06:04:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scada;
import java.awt.Desktop;
import java.awt.event.InputEvent;
import java.awt.event.MouseEvent;
import java.awt.event.WindowEvent;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Re... | UTF-8 | Java | 13,198 | java | FXMLDocumentController.java | Java | [] | null | [] | package scada;
import java.awt.Desktop;
import java.awt.event.InputEvent;
import java.awt.event.MouseEvent;
import java.awt.event.WindowEvent;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Re... | 13,198 | 0.47977 | 0.467495 | 403 | 30.754343 | 18.981556 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813896 | false | false | 6 |
e32076033f32d9820f89a82e6268c4a9bcfe6563 | 27,822,798,166,485 | 107b3c60a3a15c0c3e76ac04ad5ef4d211eaadf0 | /hr-payroll/src/main/java/com/juliancambraia/hrpayroll/services/PaymentService.java | 0084b5a2a068c60ecf6fd6952e34a03fce76104f | [] | no_license | JulianCambraia/microservices-springcloud | https://github.com/JulianCambraia/microservices-springcloud | fcf4a96e96a43420fa63073a369ba36ca0ce191d | b03dc241711b78f04f34df71d9cb7b7c250bbe37 | refs/heads/main | 2023-02-28T17:08:00.934000 | 2021-01-21T02:51:55 | 2021-01-21T02:51:55 | 331,494,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juliancambraia.hrpayroll.services;
import com.juliancambraia.hrpayroll.entities.Payment;
import com.juliancambraia.hrpayroll.entities.Worker;
import com.juliancambraia.hrpayroll.feignclients.WorkerFeignClient;
import org.springframework.stereotype.Service;
@Service
public class PaymentService {
priva... | UTF-8 | Java | 669 | java | PaymentService.java | Java | [] | null | [] | package com.juliancambraia.hrpayroll.services;
import com.juliancambraia.hrpayroll.entities.Payment;
import com.juliancambraia.hrpayroll.entities.Worker;
import com.juliancambraia.hrpayroll.feignclients.WorkerFeignClient;
import org.springframework.stereotype.Service;
@Service
public class PaymentService {
priva... | 669 | 0.77429 | 0.77429 | 21 | 30.857143 | 26.708811 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 6 |
17cbeb4cb290c82e944a773b8b86b7be422ccda5 | 11,081,015,652,465 | fa9fefc2e5100cd47fc94f48341793fb33c90895 | /src/gameOfLife/core/FileHandler.java | 8afb9f41d15f27ad7a556d7ce2b30d4a22c4cd02 | [] | no_license | philipxjm/Game-of-Life | https://github.com/philipxjm/Game-of-Life | b2b33d610fbee741441b9aa9799a8693b8f20125 | 4ecc5b9f5484dabfa31ab7d650108fb7e29aee95 | refs/heads/master | 2021-01-01T10:14:02.333000 | 2014-06-18T23:59:53 | 2014-06-18T23:59:53 | 20,603,984 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gameOfLife.core;
import java.io.PrintWriter;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.File;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileNotFoundException;
public class FileHandler {
public static Grid read(File file... | UTF-8 | Java | 1,418 | java | FileHandler.java | Java | [] | null | [] | package gameOfLife.core;
import java.io.PrintWriter;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.File;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileNotFoundException;
public class FileHandler {
public static Grid read(File file... | 1,418 | 0.622003 | 0.617066 | 56 | 24.339285 | 19.414904 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.107143 | false | false | 6 |
dcad5db7897d47e55618d0ba6b2e094814760a73 | 2,095,944,077,562 | 91fbbb7d252543ec9070b9e7323c1487e1fb8b3e | /Renderer/src/ch/chnoch/thesis/renderer/Material.java | 5da12f3c4f0da37736e5d4fffa91366de2f98677 | [
"MIT"
] | permissive | Chnoch/Bachelor-Thesis | https://github.com/Chnoch/Bachelor-Thesis | 96bc5f2bab6868db2b95bbdc164e04733b576c97 | f4853160943d7bc36c15eba62d7bb05b62959501 | refs/heads/master | 2021-01-22T05:10:45.833000 | 2020-03-10T13:10:53 | 2020-03-10T13:10:53 | 1,392,884 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.chnoch.thesis.renderer;
import javax.vecmath.Vector3f;
import ch.chnoch.thesis.renderer.interfaces.Shader;
import ch.chnoch.thesis.renderer.interfaces.Texture;
/**
* This class stores the general properties of a material. The properties stored
* in this class will be used by an OpenGL renderer or a soft... | UTF-8 | Java | 2,217 | java | Material.java | Java | [] | null | [] | package ch.chnoch.thesis.renderer;
import javax.vecmath.Vector3f;
import ch.chnoch.thesis.renderer.interfaces.Shader;
import ch.chnoch.thesis.renderer.interfaces.Texture;
/**
* This class stores the general properties of a material. The properties stored
* in this class will be used by an OpenGL renderer or a soft... | 2,217 | 0.683356 | 0.664862 | 105 | 20.114286 | 19.124311 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.495238 | false | false | 6 |
3f665d2622f73bb4854c6b87c631791a618c1345 | 1,365,799,624,996 | 99aa7f9fe9b4cbc9e81086188e8be2f8c768e5eb | /src/Pacman/Component/Agents/Ghost.java | 5911e62eb1e37128b2c61fa1ff4b71ae11900776 | [] | no_license | GGSunshiners/Pacman-Projekt | https://github.com/GGSunshiners/Pacman-Projekt | 566484499bb0599c299e6b91aa7a5f53406d4ad1 | 2dc03e96f7fba13d0819b7ce9530619308ceac3a | refs/heads/master | 2020-04-03T18:54:26.916000 | 2018-10-31T05:05:42 | 2018-10-31T05:05:42 | 155,501,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Pacman.Component.Agents;
//import Chip.Engine.Engine;
import java.awt.Point;
import java.util.LinkedList;
/**
* Class untuk mengandalikan movement hantu dengan cara memindahkan currentPosition ke posisi yang akan dituju
* seperti atas, kanan, kiri, bawah dan inventory player dengan cara menyimpan id nama dar... | UTF-8 | Java | 3,013 | java | Ghost.java | Java | [
{
"context": "ng bisa \n * dibandingkan di kelas lain.\n * @author TampanCrew Arts (Harseto and Alvin)\n * @version 1.0 Early Access\n",
"end": 395,
"score": 0.9998897910118103,
"start": 380,
"tag": "NAME",
"value": "TampanCrew Arts"
},
{
"context": "ingkan di kelas lain.\n * @author... | null | [] | package Pacman.Component.Agents;
//import Chip.Engine.Engine;
import java.awt.Point;
import java.util.LinkedList;
/**
* Class untuk mengandalikan movement hantu dengan cara memindahkan currentPosition ke posisi yang akan dituju
* seperti atas, kanan, kiri, bawah dan inventory player dengan cara menyimpan id nama dar... | 3,004 | 0.655161 | 0.654497 | 105 | 27.695238 | 26.83144 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 6 |
f25aae0a1903757d8805069d1409f2eb2b2b06eb | 23,639,500,007,061 | 23d6a79ba06a0fa1b2163accab934a819cc4d38b | /mmu java/CacheUnitProject/src/com/hit/server/HandleRequest.java | 0acad13eaa94a1c278721f4a2710eeb14bffb3f0 | [] | no_license | tamarWeisfish/MMU-Java | https://github.com/tamarWeisfish/MMU-Java | ece594cc1c69ca02b93b06ea0d4b7b4955e3ddf0 | f5bcd7743a999cf1d5fb17f3010042a2ac21272a | refs/heads/main | 2023-07-30T14:07:51.057000 | 2021-10-03T15:37:37 | 2021-10-03T15:37:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.hit.server;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.hit.dm.DataModel;
import com.hit.services.CacheUnitController;
import java.io.*;
import java.lang.reflect.Type;
import java.net.Socket;
/* Gets What Server Request opens it ,
and passes to CacheU... | UTF-8 | Java | 2,750 | java | HandleRequest.java | Java | [] | null | [] |
package com.hit.server;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.hit.dm.DataModel;
import com.hit.services.CacheUnitController;
import java.io.*;
import java.lang.reflect.Type;
import java.net.Socket;
/* Gets What Server Request opens it ,
and passes to CacheU... | 2,750 | 0.528 | 0.527636 | 78 | 33.205128 | 23.996452 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589744 | false | false | 6 |
a50cb6b1619626b0887d852bd8bad5403be29b04 | 29,111,288,364,004 | 33f37a18428d55288aeb1ac4164740c94a5e8f4d | /R13_FIO09_J.java | 3aa85d0778aa63809cb8fdebce4ca8b2b4f3ceab | [] | no_license | BryanJusto/CIS4515hw | https://github.com/BryanJusto/CIS4515hw | 42aae0730c9d01648090abff44cc2e796255a03c | 4578f488d667da6cc2cbaf13b005d3c53599c6bd | refs/heads/master | 2020-09-05T22:49:00.903000 | 2019-11-07T13:23:54 | 2019-11-07T13:23:54 | 220,235,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class R13_FIO09_J {
public static void main(String[] args)
throws NumberFormatException, IOException {
// Perform range checking
int value = Integer.valueOf(args[0]);
if (value < 0 || value > 255) {
throw new ArithmeticException("Value is out of range")... | UTF-8 | Java | 388 | java | R13_FIO09_J.java | Java | [] | null | [] | import java.util.*;
class R13_FIO09_J {
public static void main(String[] args)
throws NumberFormatException, IOException {
// Perform range checking
int value = Integer.valueOf(args[0]);
if (value < 0 || value > 255) {
throw new ArithmeticException("Value is out of range")... | 388 | 0.608247 | 0.585052 | 15 | 24.866667 | 21.013859 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 6 |
49c58c23f243d8a98e26243f5911531f1c6e68c0 | 24,352,464,584,036 | 917fdf3c320ee07f72a27b36ed3afea90d9eca7e | /Chapter2/E3.java | e48746f6f8a451bdfb4213b8cf68400d0baa390e | [] | no_license | BETLOPAGU/Algorithms | https://github.com/BETLOPAGU/Algorithms | b81fdd1dde0ea1342ea73faeec1a4dfe52da07c6 | cbd05232ec6c0bafe87eabf383ee7da6908b3b8d | refs/heads/main | 2023-07-17T23:57:08.131000 | 2021-08-18T05:16:50 | 2021-08-18T05:16:50 | 389,844,716 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class E3<T> extends Lista<T>{
public void RemoveMiddleNode(Node<T> NoDe){
if(NoDe == null || NoDe.next == null)
return;
NoDe.data = NoDe.next.data;
NoDe.next = NoDe.next.next;
}
}
| UTF-8 | Java | 233 | java | E3.java | Java | [] | null | [] | public class E3<T> extends Lista<T>{
public void RemoveMiddleNode(Node<T> NoDe){
if(NoDe == null || NoDe.next == null)
return;
NoDe.data = NoDe.next.data;
NoDe.next = NoDe.next.next;
}
}
| 233 | 0.55794 | 0.553648 | 9 | 24.888889 | 17.835323 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 6 |
a50e85716c543e38e6b0c1c44b884fc31da0b1e3 | 24,352,464,585,694 | c9ef8de8313d13b0f5aa0ddfd3aa578d6fc75b6f | /common/src/main/java/com/yumu/hexie/model/market/marketOrder/BuyerList.java | aeae5b00dc0d7c9af43c4e9f2ec6665006bc83b4 | [] | no_license | linknabor/guangming | https://github.com/linknabor/guangming | 12c216d3bda28c76cbcbd3f85bb3aadafe3e8dcf | 9e481ed98a94189eae4545aec2ef2026742fcd6a | refs/heads/master | 2021-06-09T01:10:19.490000 | 2020-09-28T03:12:56 | 2020-09-28T03:12:56 | 136,283,215 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yumu.hexie.model.market.marketOrder;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.yumu.hexie.model.user.Address;
public class BuyerList implements Serializable{
private static final long serialVersionUID = 1L;
private Address addr;
List<BuyerCart> buye... | UTF-8 | Java | 624 | java | BuyerList.java | Java | [] | null | [] | package com.yumu.hexie.model.market.marketOrder;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.yumu.hexie.model.user.Address;
public class BuyerList implements Serializable{
private static final long serialVersionUID = 1L;
private Address addr;
List<BuyerCart> buye... | 624 | 0.745192 | 0.74359 | 34 | 17.352942 | 19.015291 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
d04d50ef0f9f06fab693477d1cd4e51542336256 | 9,423,158,274,999 | 9388ccdf21c62dc67f055512f611469ab10be320 | /src/main/java/net/proselyte/javase/chapter08/B.java | 07fae2a2ee341b4f24205ea74db9a9aadf216837 | [] | no_license | devsambuca/LearnJava | https://github.com/devsambuca/LearnJava | 9e69e497e0788169055551446359059d90f70434 | 509337a7c00579ef831421572378008feeb35a9a | refs/heads/master | 2020-06-01T21:59:57.458000 | 2017-11-22T14:29:08 | 2017-11-22T14:29:08 | 94,086,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.net.proselyte.javase.chapter08;
/**
* @author Fominykh Vladimir
*/
public class B extends A {
int k;
B(int a, int b, int c){
super(a, b);
k = c;
}
// перегрузить метод show()
void show(String msg) {
System.out.println(msg + k);
}
... | UTF-8 | Java | 2,212 | java | B.java | Java | [
{
"context": "net.proselyte.javase.chapter08;\r\n\r\n/**\r\n * @author Fominykh Vladimir\r\n */\r\n\r\npublic class B extends A {\r\n int k;\r\n ",
"end": 86,
"score": 0.9997891187667847,
"start": 69,
"tag": "NAME",
"value": "Fominykh Vladimir"
}
] | null | [] | package main.java.net.proselyte.javase.chapter08;
/**
* @author <NAME>
*/
public class B extends A {
int k;
B(int a, int b, int c){
super(a, b);
k = c;
}
// перегрузить метод show()
void show(String msg) {
System.out.println(msg + k);
}
// 6) }... | 2,201 | 0.467391 | 0.463043 | 89 | 18.674158 | 19.732922 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41573 | false | false | 6 |
c7e7cf4fba1828604c36ddce30575c08f6ddfcd2 | 21,964,462,788,435 | 10b99bb382564b73a1b9d254fbd0de70926c9b68 | /AdaptorPattern/src/com/adaptor/demo/MainClass.java | df285beee06d3180ac4277989e9654f717bce02c | [] | no_license | quest-svit/DesignPatterns_Java | https://github.com/quest-svit/DesignPatterns_Java | b4e9981557b041995ed5cc7efd316c7c47c79c7d | 5d3400ba3101c9e2d91ccb257414ef830bfd082d | refs/heads/main | 2023-02-07T08:11:21.978000 | 2020-12-24T16:13:54 | 2020-12-24T16:13:54 | 324,398,521 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adaptor.demo;
import com.someother.demo.GelPen;
public class MainClass {
public static void main(String[] args) {
Assignment assignment = new Assignment();
Pen penadaptor = new PenAdaptor(new GelPen());
assignment.setPen(penadaptor);
assignment.writeAssignment("Physics assignment");
assi... | UTF-8 | Java | 424 | java | MainClass.java | Java | [] | null | [] | package com.adaptor.demo;
import com.someother.demo.GelPen;
public class MainClass {
public static void main(String[] args) {
Assignment assignment = new Assignment();
Pen penadaptor = new PenAdaptor(new GelPen());
assignment.setPen(penadaptor);
assignment.writeAssignment("Physics assignment");
assi... | 424 | 0.752358 | 0.752358 | 17 | 23.941177 | 20.743448 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 6 |
bb22548700c5ef396e74f0a703e1cd58ee97e08a | 29,300,266,920,238 | fb220094febfd9841062839fc46f6b1f09e7adee | /integration-test/src/test/java/org/cloudfoundry/uaa/AuthorizationsTest.java | 7bb991f7844bcc00568de1e2ac5ba6a9617a59f0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gurbuzali/cf-java-client | https://github.com/gurbuzali/cf-java-client | 4cc19117b24122979cee07a0375742eef1345226 | f423d22764dd51626be6672d0a6bfba24ab693a8 | refs/heads/master | 2021-01-11T00:49:44.224000 | 2016-10-05T13:23:13 | 2016-10-05T13:23:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 4,481 | java | AuthorizationsTest.java | Java | [] | null | [] | /*
* Copyright 2013-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 4,481 | 0.66994 | 0.667039 | 112 | 39.00893 | 29.940863 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241071 | false | false | 6 |
74dc3233154ee790669ff4f3dac0216124b72fa4 | 9,036,611,221,312 | 9643046545e904753179c96499191356f84cdb50 | /app/src/main/java/com/uowm/skidrow/eok/fragments/ContactFragment.java | dc5a479348965c51367dbdbae1a374a020e3f36d | [] | no_license | Skidrow17/Basketball_Management_Android | https://github.com/Skidrow17/Basketball_Management_Android | 11c2a67c5d95fde79f32374c445abf1267c0be63 | 46840dc281231ce9b33af226b8747a0d94bf1941 | refs/heads/master | 2022-11-14T04:16:51.306000 | 2020-07-09T15:49:56 | 2020-07-09T15:49:56 | 243,256,515 | 1 | 0 | null | false | 2020-06-12T22:37:43 | 2020-02-26T12:24:26 | 2020-06-12T22:36:35 | 2020-06-12T22:37:42 | 5,502 | 0 | 0 | 0 | Java | false | false | package com.uowm.skidrow.eok.fragments;
import android.app.ProgressDialog;
import android.database.Cursor;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
impo... | UTF-8 | Java | 8,698 | java | ContactFragment.java | Java | [
{
"context": " Contact referee = new Contact(id, fname, surname, getString(R.string.image_server) + prof",
"end": 7265,
"score": 0.9985343813896179,
"start": 7260,
"tag": "NAME",
"value": "fname"
},
{
"context": " Contact referee = new Contact(id, fname, surn... | null | [] | package com.uowm.skidrow.eok.fragments;
import android.app.ProgressDialog;
import android.database.Cursor;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
impo... | 8,698 | 0.581628 | 0.578639 | 221 | 38.361992 | 31.60453 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742081 | false | false | 6 |
1c875666e00bdf65ed30b4bf3adffc199ec404b7 | 23,304,492,567,312 | 9e6c0cdf80f0cc741373843d9f8214de05aa925b | /src/main/java/com/epam/zhakupov/entity/ClientFactory.java | 9e6ddd240b56e68abf720dacc763e4bf5085f118 | [] | no_license | 1Noth1nG/AircraftLeasing | https://github.com/1Noth1nG/AircraftLeasing | ae170b4cbe3e036c9f1b5a06ff6afba5ab71e187 | 97a9070268b2ad2784e7af6fdb8766c3fee95beb | refs/heads/master | 2021-05-28T04:48:34.796000 | 2014-06-26T08:53:28 | 2014-06-26T08:53:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.zhakupov.entity;
import java.util.ArrayList;
import java.util.Random;
public class ClientFactory {
public static Client createClient(String bussinessIdentifyNumber, String bankAccountNumber) {
Client client = new Client("Aeroflot"
, Aircompany.typeofOwnship.Private
... | UTF-8 | Java | 869 | java | ClientFactory.java | Java | [
{
"context": "ountNumber) {\n Client client = new Client(\"Aeroflot\"\n , Aircompany.typeofOwnship.Priva",
"end": 262,
"score": 0.7190117239952087,
"start": 254,
"tag": "NAME",
"value": "Aeroflot"
}
] | null | [] | package com.epam.zhakupov.entity;
import java.util.ArrayList;
import java.util.Random;
public class ClientFactory {
public static Client createClient(String bussinessIdentifyNumber, String bankAccountNumber) {
Client client = new Client("Aeroflot"
, Aircompany.typeofOwnship.Private
... | 869 | 0.592635 | 0.588032 | 26 | 32.423077 | 24.774635 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 6 |
ff4dd8e20181e480295d5d771d338c301c6617ad | 21,277,268,017,329 | e57d3bed7d86e4c31d51942190d6fe3079260124 | /src/com/example/traveljournal/MainActivity.java | 21d7bf1b7578afd59bb6aec5474abd690dadb83a | [] | no_license | hetykai/travel-dev | https://github.com/hetykai/travel-dev | 27885ce6eb1a5f67b71b23952690fefe4aa48823 | 81f52b753183c130927a4c7168022b81c511a68e | refs/heads/master | 2016-09-16T12:21:45.328000 | 2014-01-20T03:43:45 | 2014-01-20T03:43:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.traveljournal;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.example.traveljournal.R;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bu... | UTF-8 | Java | 1,699 | java | MainActivity.java | Java | [] | null | [] | package com.example.traveljournal;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.example.traveljournal.R;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bu... | 1,699 | 0.741024 | 0.735138 | 63 | 25.968254 | 21.075804 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.730159 | false | false | 6 |
5419fe6fccf12d94f248e7f31d43b168db50fb75 | 29,463,475,680,436 | e89388a34d4acee79ed41fc0aa8ed772caa37eff | /java/StringsFirstAssignment/Part3.java | 2b5e643b6a77297ff67b0ed40c1d1dd1a0bca436 | [] | no_license | aso4/practice | https://github.com/aso4/practice | 040fb2d8a5e1322c7bc5666cb5dcff8c0ce986ce | 6a915021b35d4013b83a2c7d60ca2a20186f2be6 | refs/heads/master | 2021-01-18T18:16:01.665000 | 2018-06-06T20:30:48 | 2018-06-06T20:30:48 | 86,853,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import edu.duke.*;
import java.io.File;
/**
* Write a description of Part3 here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Part3 {
public boolean twoOccurrences (String stringa, String stringb) {
boolean result;
int sum = 0;
System.out.println("str... | UTF-8 | Java | 2,160 | java | Part3.java | Java | [] | null | [] | import edu.duke.*;
import java.io.File;
/**
* Write a description of Part3 here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Part3 {
public boolean twoOccurrences (String stringa, String stringb) {
boolean result;
int sum = 0;
System.out.println("str... | 2,160 | 0.575463 | 0.567593 | 57 | 36.894737 | 31.090521 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
e7b7d071301f4f3354e01aca7e4e09e121c50c76 | 17,480,516,931,657 | 25f2b9d4fec18d0ca3036b44216d3b18023e61e6 | /chapter_001/src/test/java/ru/job4j/array/ArrayDuplicateTest.java | 5d50ecdd28bbc62455b6ae1704423cf2d0cf38f2 | [
"Apache-2.0"
] | permissive | alexanderbeznos/job4j | https://github.com/alexanderbeznos/job4j | 31b86840b43a71b41d5ed3821da3870912c6b8d6 | ca16fb916de2d6eaea0294a2a00d298f891eef0b | refs/heads/master | 2022-08-30T04:48:45.247000 | 2019-05-13T18:26:34 | 2019-05-13T18:26:34 | 178,703,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import java.util.Arrays;
import static org.junit.Assert.*;
import static org.hamcrest.collection.IsArrayContainingInAnyOrder.arrayContainingInAnyOrder;
/**
* Test
* @author Alexander Bez... | UTF-8 | Java | 929 | java | ArrayDuplicateTest.java | Java | [
{
"context": "arrayContainingInAnyOrder;\n\n/**\n * Test\n * @author Alexander Beznos (ast1bn@mail.ru).\n * @version 1.0.\n * @since 30.0",
"end": 323,
"score": 0.9998825788497925,
"start": 307,
"tag": "NAME",
"value": "Alexander Beznos"
},
{
"context": "yOrder;\n\n/**\n * Test\n * @... | null | [] | package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import java.util.Arrays;
import static org.junit.Assert.*;
import static org.hamcrest.collection.IsArrayContainingInAnyOrder.arrayContainingInAnyOrder;
/**
* Test
* @author <NAME> (<EMAI... | 912 | 0.67664 | 0.662831 | 30 | 28 | 25.234896 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766667 | false | false | 6 |
d02fb0cddf6e74a24d47de760b7781a6e82c8b7a | 23,493,471,150,828 | f05740236287fa5b1d8774ee5b12d3847bd6658e | /app/src/main/java/com/example/ashu/insertdata/MainActivity.java | 1c652855150e24ff076aec450fe73a91a9363ed7 | [] | no_license | explorer-27/DatabaseActivities | https://github.com/explorer-27/DatabaseActivities | 333073800085a841b9d76d81573a45745ac67206 | a8efa9ee6ea1488ece36077dfff6bf3936932291 | refs/heads/master | 2021-05-09T18:25:24.450000 | 2018-01-27T17:36:56 | 2018-01-27T17:36:56 | 119,164,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ashu.insertdata;
import android.content.Context;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import java.io.BufferedWriter;
im... | UTF-8 | Java | 4,049 | java | MainActivity.java | Java | [] | null | [] | package com.example.ashu.insertdata;
import android.content.Context;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import java.io.BufferedWriter;
im... | 4,049 | 0.581872 | 0.576192 | 128 | 30.632813 | 27.486893 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734375 | false | false | 6 |
4b0052562db840ec3982c024c3e3e5c81053fdf4 | 20,160,576,521,746 | 80403ec5838e300c53fcb96aeb84d409bdce1c0c | /server/customModules/targetedms/src/org/labkey/targetedms/query/ModifiedSequenceDisplayColumn.java | f1178e3fa2baea702ea2c3f109b6d50c33aa4782 | [] | no_license | scchess/LabKey | https://github.com/scchess/LabKey | 7e073656ea494026b0020ad7f9d9179f03d87b41 | ce5f7a903c78c0d480002f738bccdbef97d6aeb9 | refs/heads/master | 2021-09-17T10:49:48.147000 | 2018-03-22T13:01:41 | 2018-03-22T13:01:41 | 126,447,224 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2014-2016 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is... | UTF-8 | Java | 6,529 | java | ModifiedSequenceDisplayColumn.java | Java | [
{
"context": "va.io.Writer;\nimport java.util.Set;\n\n\n/**\n * User: vsharma\n * Date: 4/23/12\n * Time: 2:34 PM\n */\npublic abst",
"end": 938,
"score": 0.9994568228721619,
"start": 931,
"tag": "USERNAME",
"value": "vsharma"
}
] | null | [] | /*
* Copyright (c) 2014-2016 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is... | 6,529 | 0.644969 | 0.641905 | 186 | 34.10215 | 35.791592 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655914 | false | false | 6 |
f3e4ec469aa2b165e7b25f8519be942571631aac | 20,160,576,524,953 | d27c3aa0886a53466699c2c1d3239bb3ae950192 | /src/main/java/com/minecraftdevin/fruitcharcoal/item/SpecialItems/ItemCharcoalCharcoalX3.java | 8625dc0aa80543009f3ed1b4bee9b41181e03a73 | [] | no_license | MinecraftDevin/FruitCharcoal | https://github.com/MinecraftDevin/FruitCharcoal | 4e6801a72fdb4c4db777eb95e99c475b03fbaaad | a25973aa1fee1417ec52b079e695307dc8d34c03 | refs/heads/master | 2021-01-22T06:40:16.878000 | 2015-06-24T05:40:14 | 2015-06-24T05:40:14 | 30,396,766 | 0 | 1 | null | false | 2015-02-09T07:04:28 | 2015-02-06T05:29:22 | 2015-02-09T01:40:43 | 2015-02-09T07:04:24 | 0 | 0 | 1 | 0 | Java | null | null | package com.minecraftdevin.fruitcharcoal.item.SpecialItems;
import com.minecraftdevin.fruitcharcoal.creativetab.CreativeTabHelper;
import com.minecraftdevin.fruitcharcoal.item.ItemHelper;
import com.minecraftdevin.fruitcharcoal.reference.Names;
public class ItemCharcoalCharcoalX3 extends ItemHelper {
public ItemC... | UTF-8 | Java | 513 | java | ItemCharcoalCharcoalX3.java | Java | [] | null | [] | package com.minecraftdevin.fruitcharcoal.item.SpecialItems;
import com.minecraftdevin.fruitcharcoal.creativetab.CreativeTabHelper;
import com.minecraftdevin.fruitcharcoal.item.ItemHelper;
import com.minecraftdevin.fruitcharcoal.reference.Names;
public class ItemCharcoalCharcoalX3 extends ItemHelper {
public ItemC... | 513 | 0.79922 | 0.793372 | 15 | 33.200001 | 28.821751 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 6 |
75eccaa8f0126d78df6279780d8faaec88a21d2c | 6,442,450,974,994 | 281c5bd10fd1a5bcad95ffa3a40d5c2fbfec9976 | /spring_aop09/src/kr/co/acorn/aop/CheckTime.java | 572ca2eeea1a6800e2748dbac9ff6b71250efea5 | [] | no_license | ybk2810/STS_workspace | https://github.com/ybk2810/STS_workspace | 67b77022bb4f416b177d66169b4624e8cd2e46ae | 9f3e335546e3103fe1673dc2d51dd9350c6ab09f | refs/heads/master | 2020-04-08T23:18:56.307000 | 2018-11-30T12:21:09 | 2018-11-30T12:21:09 | 159,819,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.acorn.aop;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.util.StopWatch;
@Aspect
public class CheckTime {
@Pointcut("execution(public void printNa... | UTF-8 | Java | 645 | java | CheckTime.java | Java | [] | null | [] | package kr.co.acorn.aop;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.util.StopWatch;
@Aspect
public class CheckTime {
@Pointcut("execution(public void printNa... | 645 | 0.741732 | 0.741732 | 23 | 26.608696 | 20.105675 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347826 | false | false | 6 |
b1d416082fd5389480f0e2007957c05cdac4a35b | 15,496,242,044,969 | 563ad0faf7e20bd4b08a262d1adb37351a4afc9e | /03_Introduction-To-Hibernate/src/main/java/_10_FindEmployeesByFirstName.java | 903c956dec7c46ba3a5f65079fdd3cc655cd9eed | [] | no_license | dublinstand/Software-University-Java-Hibernate-JDBC-Databases | https://github.com/dublinstand/Software-University-Java-Hibernate-JDBC-Databases | a611966329d88649be55fb6505e1a362834ac650 | d5ded4554d2459c5f954aafc25c7fe13729ba0e3 | refs/heads/master | 2021-01-20T07:48:24.254000 | 2017-06-13T11:20:06 | 2017-06-13T11:20:06 | 88,883,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import entities.Employee;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import java.util.List;
import java.util.Scanner;
//Write a program that finds all employees whose first name starts with pattern given ... | UTF-8 | Java | 1,504 | java | _10_FindEmployeesByFirstName.java | Java | [] | null | [] | import entities.Employee;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.Query;
import java.util.List;
import java.util.Scanner;
//Write a program that finds all employees whose first name starts with pattern given ... | 1,504 | 0.72141 | 0.719415 | 35 | 41.971428 | 42.013252 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685714 | false | false | 6 |
e81f5d0772595c70a0579c0018450f9c29240a92 | 7,653,631,767,990 | 54d2d9f6296ab386fca58ad0f1907e5481d6ac9b | /src/tree/postordertree.java | ada797f5dc63bb78a1e64944fb4591d4e94f81a9 | [] | no_license | LiangQuan/practice | https://github.com/LiangQuan/practice | b5ba2d11e2762ff0f2d0a1ab8306abb72288dbf1 | defd25c35058c1685ffc2585ea9b6c92c4e9d652 | refs/heads/master | 2020-06-22T11:16:35.501000 | 2019-10-23T15:47:32 | 2019-10-23T15:47:32 | 197,705,484 | 0 | 0 | null | false | 2019-10-23T15:12:13 | 2019-07-19T05:07:28 | 2019-07-19T05:21:49 | 2019-10-23T15:12:13 | 14 | 0 | 0 | 0 | Java | false | false | package tree;
import java.util.Stack;
public class postordertree {
public void postorder(TreeNode root){
if (root != null){
postorder(root.getTreeLeft());
postorder(root.getTreeRight());
System.out.println(root.getNodeValue());
}
}
//非递归形式
public vo... | UTF-8 | Java | 815 | java | postordertree.java | Java | [] | null | [] | package tree;
import java.util.Stack;
public class postordertree {
public void postorder(TreeNode root){
if (root != null){
postorder(root.getTreeLeft());
postorder(root.getTreeRight());
System.out.println(root.getNodeValue());
}
}
//非递归形式
public vo... | 815 | 0.526708 | 0.526708 | 30 | 25.833334 | 17.776545 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 6 |
42143eac45c68dce846ff71fb2181e105fb24797 | 9,689,446,253,908 | 41724a8cfc2868057d86a6e4a449fcd5934194ca | /Assignment-war/src/assignment/mbeans/PasswordBean.java | b51be82e9f07509e9bfd572c928e650821eb5995 | [] | no_license | wangkeyangleon/FIT5042-Assignment-Keyang-Wang-29991587 | https://github.com/wangkeyangleon/FIT5042-Assignment-Keyang-Wang-29991587 | 00acc3c33766ab81671b5e9242218fce6f2049ae | 1fcadccdeec153d21bbc41665cee4b2ad8bdf9e6 | refs/heads/master | 2023-01-10T03:36:52.953000 | 2020-11-08T04:37:03 | 2020-11-08T04:37:03 | 293,013,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignment.mbeans;
import java.io.Serializable;
import javax.enterprise.context.RequestScoped;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.component.UIInput;
import javax.faces.context.FacesContext;
import javax.faces.validator.ValidatorException;
i... | UTF-8 | Java | 1,559 | java | PasswordBean.java | Java | [
{
"context": "gnment.repository.entities.Staff;\n\n/**\n * @author:Keyang Wang\n * @version:\n * @create time:6 Nov 2020 5:25:40 p",
"end": 504,
"score": 0.9996938705444336,
"start": 493,
"tag": "NAME",
"value": "Keyang Wang"
}
] | null | [] | package assignment.mbeans;
import java.io.Serializable;
import javax.enterprise.context.RequestScoped;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.component.UIInput;
import javax.faces.context.FacesContext;
import javax.faces.validator.ValidatorException;
i... | 1,554 | 0.770713 | 0.763006 | 63 | 23.714285 | 24.439383 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.206349 | false | false | 6 |
9fb1fbb3766048b514a1e8835564e5e63279b1f2 | 33,724,083,244,122 | d11b62c9170227db72822e7f7e4e40689bfd3dd4 | /gala/src/main/gala/exceptions/InvalidGoalWidthException.java | 5c85e7b4ec75c2daad9df15c4572e589248b559f | [] | no_license | macieg/pilkars | https://github.com/macieg/pilkars | 51e1ee3bb1616ad57571eb6854a716e2ab8f0473 | 267429abdfde8a00ca439bd30ed06b7117caf325 | refs/heads/master | 2020-03-22T00:53:48.931000 | 2014-06-24T22:08:33 | 2014-06-24T22:08:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.gala.exceptions;
/**
* Wyjątek zgłaszany, gdy szerokość bramki wynosi 0
* albo gdy szerokość bramki jest co najmniej taka jak szerokość boiska.
*
* @author Maciej Szeszko <m.szeszko@student.uw.edu.pl>
*/
public class InvalidGoalWidthException extends BaseException {
static {
DEFAULT_MSG ... | UTF-8 | Java | 375 | java | InvalidGoalWidthException.java | Java | [
{
"context": "najmniej taka jak szerokość boiska.\n * \n * @author Maciej Szeszko <m.szeszko@student.uw.edu.pl>\n */\npublic class In",
"end": 189,
"score": 0.9998740553855896,
"start": 175,
"tag": "NAME",
"value": "Maciej Szeszko"
},
{
"context": " szerokość boiska.\n * \n * @author... | null | [] | package main.gala.exceptions;
/**
* Wyjątek zgłaszany, gdy szerokość bramki wynosi 0
* albo gdy szerokość bramki jest co najmniej taka jak szerokość boiska.
*
* @author <NAME> <<EMAIL>>
*/
public class InvalidGoalWidthException extends BaseException {
static {
DEFAULT_MSG = "Attempt to set invalid go... | 347 | 0.722071 | 0.719346 | 13 | 27.23077 | 26.913404 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 6 |
008ae7e9c034e27b43deb39a1aaf31075e067e30 | 5,961,414,630,501 | e7d98bf0a21ff326bc0643a46e75dc63233c2acd | /src/main/java/io/github/eurasia98/sem2/presentation/EditMyTvProgramCreditsScreenController.java | 25d6da32bbe354d2825c8437e9bb5fdeab6ddfef | [] | no_license | Eurasia98/Gruppe-04-Sem2 | https://github.com/Eurasia98/Gruppe-04-Sem2 | 406f9aa5f56fe6cf7a0500f1bb9ce16d4d97701e | 0a2d470b793596b336c5188fb4135094bd261ba1 | refs/heads/master | 2021-01-02T17:10:59.982000 | 2020-05-29T03:35:13 | 2020-05-29T03:35:13 | 239,715,996 | 0 | 1 | null | false | 2020-05-21T13:37:09 | 2020-02-11T08:50:02 | 2020-05-20T11:09:20 | 2020-05-21T13:37:09 | 597 | 0 | 1 | 1 | Java | false | false | package io.github.eurasia98.sem2.presentation;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.*;
import javafx.scene.control.cell... | UTF-8 | Java | 3,380 | java | EditMyTvProgramCreditsScreenController.java | Java | [
{
"context": "package io.github.eurasia98.sem2.presentation;\n\nimport javafx.collections.FXC",
"end": 27,
"score": 0.9995260238647461,
"start": 18,
"tag": "USERNAME",
"value": "eurasia98"
}
] | null | [] | package io.github.eurasia98.sem2.presentation;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.*;
import javafx.scene.control.cell... | 3,380 | 0.681065 | 0.678994 | 119 | 27.403362 | 26.519478 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453782 | false | false | 6 |
49cee63788fcf3e1d9e647c1f4665e6660c2cd5d | 7,911,329,784,346 | c041b467d370288b305e230baee50a855eab726a | /leetcode/stack/726.number-of-atoms.java | 9538e61bc56f598a860abcb1a6d57fa0dead5ad6 | [] | no_license | maskaravivek/leetcode | https://github.com/maskaravivek/leetcode | bd5a2ad08f283e991e89e62bcabba6ee8a462e87 | f7308d0aab685fc62a5758c2e6ea8f1ca86a5bcb | refs/heads/master | 2023-02-28T21:18:29.027000 | 2021-02-10T17:47:44 | 2021-02-10T17:47:44 | 255,443,743 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // https://leetcode.com/problems/number-of-atoms/
package leetcode.stack;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import java.util.TreeMap;
/*
* @lc app=leetcode id=726 lang=java
*
* [726] Number of Atoms
*/
// @lc code=start
class NumberOfAtoms {
public static void main(... | UTF-8 | Java | 4,010 | java | 726.number-of-atoms.java | Java | [] | null | [] | // https://leetcode.com/problems/number-of-atoms/
package leetcode.stack;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import java.util.TreeMap;
/*
* @lc app=leetcode id=726 lang=java
*
* [726] Number of Atoms
*/
// @lc code=start
class NumberOfAtoms {
public static void main(... | 4,010 | 0.416958 | 0.368579 | 123 | 31.601625 | 36.44413 | 371 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447154 | false | false | 6 |
f12ffb1c30e308fefca813b47e5f4b157a5606a4 | 30,451,318,151,844 | 4dcd9a7ec96e54aa3be1806809a79a6a0b1177b6 | /CV2_GWT/src/com/contact/Contact.java | dcd638b906c50215a5f4ba59d1550fcfcd3cc0cf | [] | no_license | bontempa/CV2_GWT | https://github.com/bontempa/CV2_GWT | 3134c86fcc4336182528be4ab623420798df6872 | 68a0b94bbb4b0ef5950ede2f01a3b171bbababe2 | refs/heads/master | 2020-04-05T23:41:35.919000 | 2011-07-25T09:55:22 | 2011-07-25T09:55:22 | 2,100,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.contact;
import javax.jdo.PersistenceManager;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import com.cv.PMF;
import com.google.appengine.api.datastore.Key;
@... | UTF-8 | Java | 1,341 | java | Contact.java | Java | [] | null | [] | package com.contact;
import javax.jdo.PersistenceManager;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
import com.cv.PMF;
import com.google.appengine.api.datastore.Key;
@... | 1,341 | 0.661447 | 0.661447 | 67 | 18.014925 | 15.790128 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.38806 | false | false | 6 |
bdc953fdb6e4642afef7bb3c325d848ab7ff076f | 566,935,710,184 | 17bbee1f79ba6c21f56548255cb2940cbfc9a6b1 | /src/main/java/io/github/kutify/jexp/internal/expression/operand/VarOperand.java | a57c665e6de2473d121ef9c4d5a6d806b384c9ab | [] | no_license | kutify/jexp | https://github.com/kutify/jexp | 010f10308dc9ebe96e172690c081d0f653f5d38b | 387bad0280b5403cb797781d706eba7d32367a4b | refs/heads/master | 2023-04-09T22:10:41.639000 | 2021-04-15T21:15:11 | 2021-04-15T21:15:11 | 282,598,242 | 0 | 0 | null | false | 2021-04-15T21:15:11 | 2020-07-26T07:22:36 | 2021-04-14T21:30:33 | 2021-04-15T21:15:11 | 183 | 0 | 0 | 6 | Java | false | false | package io.github.kutify.jexp.internal.expression.operand;
import io.github.kutify.jexp.exception.VariableFormatException;
import java.util.regex.Pattern;
public class VarOperand implements IVarOperand {
private static final Pattern pattern;
static {
pattern = Pattern.compile("[a-zA-Z_][a-zA-Z0-9_]... | UTF-8 | Java | 667 | java | VarOperand.java | Java | [] | null | [] | package io.github.kutify.jexp.internal.expression.operand;
import io.github.kutify.jexp.exception.VariableFormatException;
import java.util.regex.Pattern;
public class VarOperand implements IVarOperand {
private static final Pattern pattern;
static {
pattern = Pattern.compile("[a-zA-Z_][a-zA-Z0-9_]... | 667 | 0.673163 | 0.668666 | 28 | 22.821428 | 23.276373 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 6 |
8de3561128eee737a5833f109fb72441c1869f96 | 17,265,768,579,634 | c8d3a422d902f33ddacaa622cdd915e8aec1bfd1 | /test/java/com/away/plantumldependency/cli/main/option/programminglanguage/argument/PlantUMLDependencyProgrammingLanguageOptionArgumentTest.java | 79ee3cbe7aa9926aaedd7fc172838fda60cfd47c | [] | no_license | AwayQuEM/callmap | https://github.com/AwayQuEM/callmap | f9392ea43e2750df1858370b3fb1fb760364d28e | 97cdf468bca0bf6d426df18c90462b758addbfe2 | refs/heads/master | 2018-04-06T07:20:52.406000 | 2017-05-28T18:41:04 | 2017-05-28T18:41:04 | 89,367,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by away on 17/05/2017.
*/
package com.away.plantumldependency.cli.main.option.programminglanguage.argument;
import com.away.plantumldependency.cli.main.option.programminglanguage.argument.PlantUMLDependencyProgrammingLanguageOptionArgument;
import com.away.plantumldependency.cli.main.option.programmin... | UTF-8 | Java | 7,169 | java | PlantUMLDependencyProgrammingLanguageOptionArgumentTest.java | Java | [
{
"context": "yProgrammingLanguageOptionArgument}.\n *\n * @author Benjamin Croizet (<a href=\"mailto:graffity2199@yahoo.fr>graffity21",
"end": 1123,
"score": 0.9998853802680969,
"start": 1107,
"tag": "NAME",
"value": "Benjamin Croizet"
},
{
"context": ".\n *\n * @author Benjamin Cro... | null | [] | /**
* Created by away on 17/05/2017.
*/
package com.away.plantumldependency.cli.main.option.programminglanguage.argument;
import com.away.plantumldependency.cli.main.option.programminglanguage.argument.PlantUMLDependencyProgrammingLanguageOptionArgument;
import com.away.plantumldependency.cli.main.option.programmin... | 7,131 | 0.741805 | 0.736225 | 172 | 40.680233 | 48.20628 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.22093 | false | false | 6 |
3a2d93a8269e7944f11ee15218c081754569b2c4 | 15,169,824,532,865 | 8a8d2d2aeb37e3f99d1a0d8087bc1c16206bc9e3 | /.svn/pristine/4a/4a2e51f911584711c143299f7ccff61f904df0de.svn-base | aac0ae9300ff572ba373da8516c2c6d54f8818cb | [] | no_license | czl33/exam | https://github.com/czl33/exam | 61502b315f0a476a0302fafda0f2369962b39e57 | 6d5790e8e91cf3d4bbca41fdd2613a9cc435d397 | refs/heads/master | 2020-06-13T21:27:47.981000 | 2019-11-19T08:15:54 | 2019-11-19T08:15:54 | 194,791,999 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stuServlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import DAOUtil.studentUtil;
imp... | GB18030 | Java | 1,953 | 4a2e51f911584711c143299f7ccff61f904df0de.svn-base | Java | [] | null | [] | package stuServlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import DAOUtil.studentUtil;
imp... | 1,953 | 0.75224 | 0.749605 | 67 | 27.313433 | 25.80941 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.656716 | false | false | 6 | |
a0b879940a566d441e5ddd57ce2dffa952433ec0 | 24,464,133,758,493 | 15a100fb3065e1a51bce918528b623fc8a920a92 | /src/customer/mapper/C_BoardMapper.java | e5d01e3a21057cf259518f2ad4c0f30515c7cf88 | [] | no_license | superk01/kostyle152 | https://github.com/superk01/kostyle152 | 49b0dc84dcc52d8d6d3a3f13bf80f2edc91a3332 | 9a821c01e8d78441454ad025c440169bd5d1912c | refs/heads/master | 2021-01-20T03:23:30.177000 | 2017-04-27T02:11:20 | 2017-04-27T02:11:20 | 89,538,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package customer.mapper;
import java.util.List;
import customer.model.Answer;
import customer.model.C_Board;
import customer.model.Search;
public interface C_BoardMapper {
public List<C_Board> list(Search search);
public int insertBoard(C_Board board);
public Integer add();
public C_Board detailBoard(int q_n... | UTF-8 | Java | 514 | java | C_BoardMapper.java | Java | [] | null | [] | package customer.mapper;
import java.util.List;
import customer.model.Answer;
import customer.model.C_Board;
import customer.model.Search;
public interface C_BoardMapper {
public List<C_Board> list(Search search);
public int insertBoard(C_Board board);
public Integer add();
public C_Board detailBoard(int q_n... | 514 | 0.752918 | 0.752918 | 29 | 16.724138 | 16.745348 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793103 | false | false | 6 |
b6630108906e89523d33709e1b64c9b8b54d2fd3 | 13,159,779,840,528 | 3ca61873715a05eae5dce33a1e60c8ec5da98fd5 | /src/main/java/pujaQpuja/utilities/Utiles.java | 03d3ef9a5077ab3b8bfc6eb579a2dfdcffc620e0 | [] | no_license | FundIngSoft2021-10/PujaQPuja | https://github.com/FundIngSoft2021-10/PujaQPuja | 6764f0bfdb4f5349846bc07901ccfd400e8a4139 | 4169fd454c4b288b5bd34402b38f4bd38c40e2e4 | refs/heads/develop | 2023-05-16T12:26:39.577000 | 2021-05-27T15:06:40 | 2021-05-27T15:06:40 | 335,343,784 | 0 | 0 | null | false | 2021-05-27T15:06:40 | 2021-02-02T15:59:13 | 2021-05-27T15:01:52 | 2021-05-27T15:06:40 | 58,441 | 0 | 0 | 0 | Java | false | false | package pujaQpuja.utilities;
import java.io.File;
import javafx.event.Event;
import javafx.scene.Node;
import javafx.scene.image.Image;
import javafx.stage.FileChooser;
import javafx.stage.Stage;
public class Utiles {
public static boolean isValid(String email) {
String regex = "^[\\w-_\\.+]*[\\w-_\\.]\... | UTF-8 | Java | 1,536 | java | Utiles.java | Java | [] | null | [] | package pujaQpuja.utilities;
import java.io.File;
import javafx.event.Event;
import javafx.scene.Node;
import javafx.scene.image.Image;
import javafx.stage.FileChooser;
import javafx.stage.Stage;
public class Utiles {
public static boolean isValid(String email) {
String regex = "^[\\w-_\\.+]*[\\w-_\\.]\... | 1,536 | 0.616536 | 0.61263 | 47 | 31.680851 | 35.441357 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680851 | false | false | 6 |
e9693fa1b42cee5a8cd89d412cf19a88c1580e4d | 15,564,961,532,274 | f8166e35c58ccd8eab2aa9719967766673d3fa8e | /src/main/java/erc/model/ERC_ModelCoaster.java | 11ca090d21586a290a4f5c8f28bda8ff8292e10e | [] | no_license | motthors/ExRollerCoaster_Old | https://github.com/motthors/ExRollerCoaster_Old | 13be70a163098c94502cca73e842ad01bf8324a8 | 331fcde8fba30f7c64c27be6dd45b6580557f9fd | refs/heads/master | 2021-07-06T03:04:06.799000 | 2017-10-01T16:41:54 | 2017-10-01T16:41:54 | 73,076,843 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package erc.model;
import org.lwjgl.opengl.GL11;
import cpw.mods.fml.client.FMLClientHandler;
import erc.entity.ERC_EntityCoaster;
import net.minecraft.client.model.ModelBase;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.client.model.IModelCustom;
public class ERC_ModelCoaster extends ModelB... | SHIFT_JIS | Java | 1,359 | java | ERC_ModelCoaster.java | Java | [] | null | [] | package erc.model;
import org.lwjgl.opengl.GL11;
import cpw.mods.fml.client.FMLClientHandler;
import erc.entity.ERC_EntityCoaster;
import net.minecraft.client.model.ModelBase;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.client.model.IModelCustom;
public class ERC_ModelCoaster extends ModelB... | 1,359 | 0.74636 | 0.721073 | 48 | 26.208334 | 24.815115 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.895833 | false | false | 6 |
a88eec82b2a78f3fcb823d737fc9b4a842c73ab3 | 13,469,017,485,518 | 85902dcb4be706b40add385b8557200d06551fb2 | /app/src/main/java/com/longlife/workoutlogger/enums/ViewType.java | 0bafa86b499d7f68bfa0c07c6e007ad667072f64 | [] | no_license | longphin/WorkoutLogger | https://github.com/longphin/WorkoutLogger | 47ce24a499388adc438f2035e0472ef22884a084 | 66a0c09238ca6a12650bc5eaf5dc60dc653a5126 | refs/heads/master | 2021-04-12T02:47:02.730000 | 2019-08-30T02:25:30 | 2019-08-30T02:25:30 | 125,669,918 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created by Longphi Nguyen on 12/11/18 8:25 PM.
* Copyright (c) 2018. All rights reserved.
* Last modified 10/3/18 9:17 PM.
*/
package com.longlife.workoutlogger.enums;
public class ViewType {
private int dataIndex;
private int type;
private int headerIndex;
public ViewType(int dataIndex, int... | UTF-8 | Java | 646 | java | ViewType.java | Java | [
{
"context": "/*\n * Created by Longphi Nguyen on 12/11/18 8:25 PM.\n * Copyright (c) 2018. All r",
"end": 31,
"score": 0.9998710751533508,
"start": 17,
"tag": "NAME",
"value": "Longphi Nguyen"
}
] | null | [] | /*
* Created by <NAME> on 12/11/18 8:25 PM.
* Copyright (c) 2018. All rights reserved.
* Last modified 10/3/18 9:17 PM.
*/
package com.longlife.workoutlogger.enums;
public class ViewType {
private int dataIndex;
private int type;
private int headerIndex;
public ViewType(int dataIndex, int type, i... | 638 | 0.628483 | 0.595975 | 32 | 19.1875 | 17.323101 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 6 |
c632600c030a3eefa74fa4a2f52a500538cdd24f | 27,058,293,991,677 | 1ec13342782c9b98fa2b42ab09c32714e8e08153 | /server/common/src/main/java/generated/cgame/packets/server/SCMail.java | b127590fa630c92525ec73e03d8f361d38edabf1 | [] | no_license | tankwuwei/tankpj | https://github.com/tankwuwei/tankpj | 1b2a139eb5294d857a4d0cd61e1ff74858295fa6 | a43233329652524ef2a99dbc35f0e4b5932e587e | refs/heads/master | 2021-03-31T00:47:19.120000 | 2018-03-11T21:02:20 | 2018-03-11T21:02:20 | 124,793,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package generated.cgame.packets.server;
import engine.net.*;
import generated.cgame.packets.objects.*;
@SuppressWarnings("unused")
public class SCMail extends CPacket
{
public SCMail()
{
code=7015;
}
public Mail[] mails;
public void read(engine.net.NativeBuffer buf)
{
... | UTF-8 | Java | 706 | java | SCMail.java | Java | [] | null | [] | package generated.cgame.packets.server;
import engine.net.*;
import generated.cgame.packets.objects.*;
@SuppressWarnings("unused")
public class SCMail extends CPacket
{
public SCMail()
{
code=7015;
}
public Mail[] mails;
public void read(engine.net.NativeBuffer buf)
{
... | 706 | 0.533994 | 0.525496 | 34 | 19.794117 | 15.23112 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 6 |
94501e5362ed5e42f4af2ea2fff7e7f553d19e6d | 26,920,855,061,313 | 84eb817643a7885feca78b956c1ea4a42cbf965a | /leetcode/src/main/java/thread/MyCallable.java | 3dcbc1224269c90e30aef0cb7c368bdf4136c133 | [] | no_license | lijinxinKing/myleetcode | https://github.com/lijinxinKing/myleetcode | 422de918096dfd3745eecb88906a4124f06bf6f3 | 9f121fb72945905c45c4b537a17e9a7645fa6fe6 | refs/heads/master | 2020-06-09T20:53:23.501000 | 2019-11-14T05:34:01 | 2019-11-14T05:34:01 | 193,504,364 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thread;
import java.util.concurrent.Callable;
//Jdk 8 和 Jdk 11
public class MyCallable implements Callable<String> {
public String call() throws Exception {
return null;
}
}
| UTF-8 | Java | 202 | java | MyCallable.java | Java | [] | null | [] | package thread;
import java.util.concurrent.Callable;
//Jdk 8 和 Jdk 11
public class MyCallable implements Callable<String> {
public String call() throws Exception {
return null;
}
}
| 202 | 0.705 | 0.69 | 10 | 19 | 18.23184 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 6 |
7319571e03eae0770b3561b7de373ac2e32ae8f4 | 22,419,729,329,795 | 159e2707645da57d772206ad2104d15fd8e0b01a | /graph/GraphTest.java | f7a64df0cfe31ff5f33e2a2ff07b336f16b51464 | [] | no_license | rolandqli/FwG | https://github.com/rolandqli/FwG | d77c5cfae92eb8d2757fffa81f1d11760b7e9f4d | f3362fbb537d22f61d9af8b947bbb60310eb1fa3 | refs/heads/master | 2020-04-28T14:14:37.846000 | 2019-03-31T08:09:12 | 2019-03-31T08:09:12 | 175,332,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graph;
import org.junit.Test;
import static org.junit.Assert.*;
/** Unit tests for the Graph class.
* @author Roland Li
*/
public class GraphTest {
@Test
public void emptyGraph() {
DirectedGraph g = new DirectedGraph();
assertEquals("Initial graph has vertices", 0, g.vertexSize())... | UTF-8 | Java | 5,250 | java | GraphTest.java | Java | [
{
"context": ";\n\n/** Unit tests for the Graph class.\n * @author Roland Li\n */\npublic class GraphTest {\n\n\n @Test\n publi",
"end": 131,
"score": 0.9962266683578491,
"start": 122,
"tag": "NAME",
"value": "Roland Li"
}
] | null | [] | package graph;
import org.junit.Test;
import static org.junit.Assert.*;
/** Unit tests for the Graph class.
* @author <NAME>
*/
public class GraphTest {
@Test
public void emptyGraph() {
DirectedGraph g = new DirectedGraph();
assertEquals("Initial graph has vertices", 0, g.vertexSize());
... | 5,247 | 0.470857 | 0.434286 | 216 | 23.305555 | 13.48556 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194444 | false | false | 6 |
889fe356af1e6c3a2f33fa346aceb4808e84ee94 | 11,261,404,304,755 | be89e4817e11639601941e85a45795acdcf8539c | /src/main/Main.java | b984059b8c094947fa55c29d06c4dd54945320ff | [] | no_license | alimikegami/Student-Management-System | https://github.com/alimikegami/Student-Management-System | dba87109521f387966b05ee0f436d96974dffa88 | 1179f129548e13998be9e86ad0581e3fdc68effd | refs/heads/master | 2023-09-02T08:37:59.171000 | 2021-10-17T03:15:56 | 2021-10-17T03:15:56 | 417,347,526 | 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 main;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
import student.Student;
import utility... | UTF-8 | Java | 3,130 | java | Main.java | Java | [
{
"context": "tudent;\nimport utility.Utility;\n\n/**\n *\n * @author alimi\n */\npublic class Main {\n public static void ma",
"end": 354,
"score": 0.9133492112159729,
"start": 349,
"tag": "USERNAME",
"value": "alimi"
}
] | 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 main;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
import student.Student;
import utility... | 3,130 | 0.434824 | 0.430351 | 79 | 38.620255 | 25.346861 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683544 | false | false | 6 |
acd7ef465c969e12aecf6059447ca756e36e1f7f | 17,772,574,716,433 | e916c703d133b952e764453d42423372006d9ead | /Data Structures/CS61b/Book/Head First Java/Chapter 01/src/Chapter_01_Example/Loopy.java | f86b5668719b19e00888002b49f2f7e5e51fa9e8 | [] | no_license | GuMingDiaoYu/Computer-Science-Basic-Courses | https://github.com/GuMingDiaoYu/Computer-Science-Basic-Courses | 09965d65f7d4b8dc1134cff59627c9f0a0891c1c | 42a56596e79fc463c51feae366507955090a471e | refs/heads/master | 2018-09-07T10:15:44.302000 | 2018-06-04T19:06:05 | 2018-06-04T19:06:05 | 130,511,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chapter_01_Example;
/**
* Project Name: Chapter 01
* Package Name: Chapter_01_Example
* File Name: Loopy
* Date: 2018.05.15
*/
public class Loopy {
public static void main(String[] args){
int x = 1;
System.out.println("Before the Loop\n");
while (x < 4) {
... | UTF-8 | Java | 520 | java | Loopy.java | Java | [] | null | [] | package Chapter_01_Example;
/**
* Project Name: Chapter 01
* Package Name: Chapter_01_Example
* File Name: Loopy
* Date: 2018.05.15
*/
public class Loopy {
public static void main(String[] args){
int x = 1;
System.out.println("Before the Loop\n");
while (x < 4) {
... | 520 | 0.526923 | 0.494231 | 25 | 19.799999 | 18.671904 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 6 |
cd544d5d54b04340cd1e92c4fe45b64992518434 | 704,374,683,549 | d8835c01ebe9938e0792eedbbecd0d52025fd8f2 | /android/app/src/main/java/com/funnyhatsoftware/spacedock/data/JSONLabels.java | b9d67694952c1853ff0f4918e56242f73c5eb5da | [
"Apache-2.0"
] | permissive | spacedockapp/spacedock | https://github.com/spacedockapp/spacedock | 62d7d223bf72dff907cb703dabb8b6b181b66e91 | 2df9feb27bb670c9c24aa53e120ae60476992b4f | refs/heads/master | 2020-04-04T07:04:42.590000 | 2018-01-03T06:15:03 | 2018-01-03T06:15:03 | 13,027,884 | 8 | 10 | Apache-2.0 | false | 2017-11-29T03:19:46 | 2013-09-23T05:43:54 | 2017-09-27T17:16:53 | 2017-11-29T03:19:46 | 49,054 | 14 | 9 | 31 | Objective-C | false | null | package com.funnyhatsoftware.spacedock.data;
public class JSONLabels {
public static final String JSON_LABEL_SHIP_ID = "shipId";
public static final String JSON_LABEL_SIDEBOARD = "sideboard";
public static final String JSON_LABEL_SHIPS = "ships";
public static final String JSON_LABEL_RESOURCE = "resour... | UTF-8 | Java | 1,423 | java | JSONLabels.java | Java | [] | null | [] | package com.funnyhatsoftware.spacedock.data;
public class JSONLabels {
public static final String JSON_LABEL_SHIP_ID = "shipId";
public static final String JSON_LABEL_SIDEBOARD = "sideboard";
public static final String JSON_LABEL_SHIPS = "ships";
public static final String JSON_LABEL_RESOURCE = "resour... | 1,423 | 0.744905 | 0.744905 | 24 | 58.291668 | 21.030691 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 6 |
4188d37c0cd9a7cbc11a0a7710048eb16d72a519 | 24,996,709,710,992 | 53a2c19e55aa47fb798b387fc70bfd532c1794a7 | /cep/validation/src/main/java/org/yucca/realtime/validation/StddevAggregatorFactory.java | 64b59c588909cf4c7e5e398cbfdb690af849ef1d | [
"MIT"
] | permissive | csipiemonte/smartlab | https://github.com/csipiemonte/smartlab | c700d26558fce4f39a539ad26dc6dde7dd011a59 | 99c2b292c36d9650b4cb618dbe13e26e81efe8ef | refs/heads/master | 2021-01-01T05:30:16.774000 | 2015-06-08T10:42:48 | 2015-06-08T10:42:48 | 20,732,329 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.yucca.realtime.validation;
import org.wso2.siddhi.core.query.selector.attribute.factory.OutputAttributeAggregatorFactory;
import org.wso2.siddhi.core.query.selector.attribute.handler.OutputAttributeAggregator;
import org.wso2.siddhi.query.api.definition.Attribute.Type;
import org.wso2.siddhi.query.api.exte... | UTF-8 | Java | 631 | java | StddevAggregatorFactory.java | Java | [] | null | [] | package org.yucca.realtime.validation;
import org.wso2.siddhi.core.query.selector.attribute.factory.OutputAttributeAggregatorFactory;
import org.wso2.siddhi.core.query.selector.attribute.handler.OutputAttributeAggregator;
import org.wso2.siddhi.query.api.definition.Attribute.Type;
import org.wso2.siddhi.query.api.exte... | 631 | 0.835182 | 0.827258 | 17 | 36.117645 | 32.492321 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 6 |
00978c88f02bfa62fdcc829574750745782bb6dd | 3,324,304,758,111 | e830b35d0879055b5767369b3cc795cc76b344ed | /app/src/main/java/project/festup/Request.java | 347f359827ac29c1aecd9aeb9f811e59e01fb57b | [] | no_license | mickafon/AndroidUI | https://github.com/mickafon/AndroidUI | 22c0fa2d29299d1ef982994fe5d222f516ccab47 | 9770dc603cd7a3153fcb6571ca36dfae93a6b5ac | refs/heads/Micka | 2021-05-11T14:35:20.478000 | 2018-02-06T16:14:13 | 2018-02-06T16:14:51 | 117,707,215 | 0 | 1 | null | false | 2018-02-06T18:21:31 | 2018-01-16T16:10:35 | 2018-01-21T17:16:12 | 2018-02-06T18:21:22 | 207 | 0 | 1 | 1 | Java | false | null | package project.festup;
import android.annotation.TargetApi;
import android.app.Activity;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.Build;
import android.os.StrictMode;
import android.widget.ListView;
import android.widget.Switch;
import com.google.gson.Gson;
import com.google.gso... | UTF-8 | Java | 10,032 | java | Request.java | Java | [
{
"context": "rt project.festup.model.Scene;\n\n\n/**\n * Created by mickael.afonso on 17/12/2017.\n */\npublic class Request extends A",
"end": 884,
"score": 0.8566493391990662,
"start": 870,
"tag": "NAME",
"value": "mickael.afonso"
},
{
"context": "List<Object>> {\n private Stri... | null | [] | package project.festup;
import android.annotation.TargetApi;
import android.app.Activity;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.Build;
import android.os.StrictMode;
import android.widget.ListView;
import android.widget.Switch;
import com.google.gson.Gson;
import com.google.gso... | 10,032 | 0.597089 | 0.594199 | 265 | 36.856606 | 26.227779 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649057 | false | false | 6 |
d65794357aebd2d53bf918332d07c27a468a2a91 | 14,886,356,648,050 | 1b178c8c5c09fc6fda9b039d19a924ff449146c3 | /src/MetaStrings.java | eebf5b179901aefb95966ac013ff647c436fbd71 | [] | no_license | junaed/G2G | https://github.com/junaed/G2G | 0c7ccecdd8ee7c8a0b0d2eb664a951037b1a36ef | 837da868a3ad7781c91d07f9d6e9d04029d75bbd | refs/heads/master | 2020-04-13T22:32:17.725000 | 2019-01-02T06:06:20 | 2019-01-02T06:06:20 | 163,481,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.*;
import java.io.*;
class MetaStrings
{
public static void main (String[] args) throws IOException
{
//code
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input1, input2;
int t;
t = Integer.parseInt(br.readLine());
... | UTF-8 | Java | 1,089 | java | MetaStrings.java | Java | [] | null | [] | import java.lang.*;
import java.io.*;
class MetaStrings
{
public static void main (String[] args) throws IOException
{
//code
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input1, input2;
int t;
t = Integer.parseInt(br.readLine());
... | 1,089 | 0.433425 | 0.417815 | 42 | 24.952381 | 22.082047 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 6 |
311f4681ae531dce60acc77538ff7f0542779476 | 10,247,791,969,015 | 9fca4faa96ec0e9e3b908097b5645b0c644de530 | /src/main/java/org/aerosystem/operationalflightplan/models/FixType.java | bab5b07e07afa8101cd76339ff91697c71f75df9 | [] | no_license | ideal88/O.F.P | https://github.com/ideal88/O.F.P | d7fab2c72f847d73b9aafd9d0cf5f607c5e1edf4 | c6b80d97b5c28c6889b03cd2c7e4cd6514792715 | refs/heads/master | 2020-04-29T03:59:49.101000 | 2019-03-22T09:49:24 | 2019-03-22T09:49:24 | 175,831,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.aerosystem.operationalflightplan.models;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import java.util.Set;
@Entity
public class FixType {
@Id
private String fixTypeID;
private String fixTypeDescription;
@OneToMany(mappedBy = "fixType")... | UTF-8 | Java | 865 | java | FixType.java | Java | [] | null | [] | package org.aerosystem.operationalflightplan.models;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import java.util.Set;
@Entity
public class FixType {
@Id
private String fixTypeID;
private String fixTypeDescription;
@OneToMany(mappedBy = "fixType")... | 865 | 0.684393 | 0.684393 | 39 | 21.179487 | 18.413862 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 6 |
2a4a5990fa1757897baf814f89fc39d2cafd7d85 | 26,963,804,684,310 | 9caa25903994ab86087d4121b159b47e4c973dfc | /yuxin-school-api/src/main/java/com/yuxin/wx/api/tiku/ITikuUserExerciseService.java | b5479c7353a90baa57df1dce33e2bc002ad723c7 | [] | no_license | tq0818/schoolPC | https://github.com/tq0818/schoolPC | 582a2b9feba735e4f087d887eac14b228841cc5f | 1b5aa4083cf42b73234d5871d6d753a362961748 | refs/heads/develop_419 | 2022-12-27T12:33:41.548000 | 2018-04-16T05:51:43 | 2018-04-16T05:51:43 | 197,689,417 | 1 | 1 | null | false | 2022-12-16T00:46:15 | 2019-07-19T02:41:28 | 2019-07-19T02:59:55 | 2022-12-16T00:46:12 | 45,967 | 0 | 0 | 25 | Java | false | false | package com.yuxin.wx.api.tiku;
import java.util.List;
import java.util.Map;
import com.yuxin.wx.common.PageFinder;
import com.yuxin.wx.model.tiku.TikuPaper;
import com.yuxin.wx.model.tiku.TikuUserExercise;
import com.yuxin.wx.model.tiku.TikuUserExerciseAnswerAccuracy;
import com.yuxin.wx.model.tiku.TikuUserW... | UTF-8 | Java | 6,717 | java | ITikuUserExerciseService.java | Java | [
{
"context": "Service Interface:TikuUserExercise\r\n *\r\n * @author wang.zx\r\n * @date 2015-8-24\r\n */\r\npublic interface ITikuU",
"end": 489,
"score": 0.9915264248847961,
"start": 482,
"tag": "USERNAME",
"value": "wang.zx"
},
{
"context": "exception\r\n * @date 2015-8-24\r\n... | null | [] | package com.yuxin.wx.api.tiku;
import java.util.List;
import java.util.Map;
import com.yuxin.wx.common.PageFinder;
import com.yuxin.wx.model.tiku.TikuPaper;
import com.yuxin.wx.model.tiku.TikuUserExercise;
import com.yuxin.wx.model.tiku.TikuUserExerciseAnswerAccuracy;
import com.yuxin.wx.model.tiku.TikuUserW... | 6,717 | 0.586079 | 0.549269 | 257 | 22.214008 | 18.75453 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.143969 | false | false | 6 |
9b4c6a71ae39bc9f3e9e5f9ab4eb84cc31f54e46 | 16,973,710,813,384 | 036f9a5901d13d58ee556c4a55ec6f4648f51a24 | /src/main/java/de/sp/database/testdata/user/BookTestdata.java | b0e9967f8f56aa4ff2d5426747e6b294a9c3a6fe | [] | no_license | martin-pabst/OpenSchoolLibrary | https://github.com/martin-pabst/OpenSchoolLibrary | c47b97fc6dcf211caf8a81342b539d9aa244440b | 01c42b18b971651ac881d57848b1e94ba5570a00 | refs/heads/master | 2023-04-28T01:34:01.809000 | 2023-04-24T17:36:21 | 2023-04-24T17:36:21 | 88,547,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.sp.database.testdata.user;
import de.sp.database.connection.ConnectionPool;
import de.sp.database.daos.basic.BookDAO;
import de.sp.database.daos.basic.BookFormDAO;
import de.sp.database.daos.basic.SubjectDAO;
import de.sp.database.daos.basic.ValueDAO;
import de.sp.database.model.Book;
import de.sp.database.... | UTF-8 | Java | 4,641 | java | BookTestdata.java | Java | [] | null | [] | package de.sp.database.testdata.user;
import de.sp.database.connection.ConnectionPool;
import de.sp.database.daos.basic.BookDAO;
import de.sp.database.daos.basic.BookFormDAO;
import de.sp.database.daos.basic.SubjectDAO;
import de.sp.database.daos.basic.ValueDAO;
import de.sp.database.model.Book;
import de.sp.database.... | 4,641 | 0.697198 | 0.695043 | 169 | 26.455622 | 26.47472 | 113 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.076923 | false | false | 6 |
347b1dd1c3ea32ce700c640fb643438103f0d33e | 24,764,781,486,602 | ad73784c5a3687c68f3eaf17d9d184dcf05b98b1 | /src/main/java/com/miaomiao/classLoad/jvm/Cat.java | 1b30c6e70862a874936b5771dd6a3b8c22ab9ea8 | [] | no_license | lss598018587/faceView | https://github.com/lss598018587/faceView | 75a5f95458f74347e16fd4dc1d7cb7f2145dcc8d | cb258d577d324d01fe80ff09522a5b1a07cb4900 | refs/heads/master | 2022-07-27T20:56:06.889000 | 2020-01-19T07:44:43 | 2020-01-19T07:44:43 | 205,144,965 | 0 | 0 | null | false | 2022-06-29T17:53:40 | 2019-08-29T11:08:54 | 2020-01-19T07:43:28 | 2022-06-29T17:53:37 | 127 | 0 | 0 | 6 | Java | false | false | package com.miaomiao.classLoad.jvm;
public class Cat {
public Cat(){
System.out.println("cat classLoad:"+this.getClass().getClassLoader());
System.out.println("cat classLoad parent:"+this.getClass().getClassLoader().getParent());
System.out.println("Dog : "+Dog.class);
}
}
| UTF-8 | Java | 307 | java | Cat.java | Java | [] | null | [] | package com.miaomiao.classLoad.jvm;
public class Cat {
public Cat(){
System.out.println("cat classLoad:"+this.getClass().getClassLoader());
System.out.println("cat classLoad parent:"+this.getClass().getClassLoader().getParent());
System.out.println("Dog : "+Dog.class);
}
}
| 307 | 0.661238 | 0.661238 | 9 | 33.111111 | 32.827644 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
6b4671b1375cd1511cd43ee34e1ce09c4bcbed14 | 27,496,380,696,601 | c71d23b91d1c8da965fb98a7cd6e477ca700ee4f | /src/main/java/com/xomute/Main.java | 93fca8099dbc8fd83c7de631b01617f875bdb6d3 | [] | no_license | XoMute/TASM_Compiler | https://github.com/XoMute/TASM_Compiler | 6e08c64f7b0298d38145467b0a202896f242ab7c | fc3dea8265d2777bc45775a48a948711006e1236 | refs/heads/master | 2020-05-24T16:53:30.331000 | 2019-05-28T11:45:45 | 2019-05-28T11:45:45 | 187,370,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xomute;
import com.xomute.lexer.Lexer;
import com.xomute.syntaxer.Syntaxer;
import com.xomute.compiler.Compiler;
import com.xomute.utils.Printer;
public class Main {
private static final String filename = Main.class.getClassLoader().getResource("test.asm").getFile();
public static void main(String[]... | UTF-8 | Java | 748 | java | Main.java | Java | [] | null | [] | package com.xomute;
import com.xomute.lexer.Lexer;
import com.xomute.syntaxer.Syntaxer;
import com.xomute.compiler.Compiler;
import com.xomute.utils.Printer;
public class Main {
private static final String filename = Main.class.getClassLoader().getResource("test.asm").getFile();
public static void main(String[]... | 748 | 0.715241 | 0.715241 | 32 | 22.375 | 22.556526 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 6 |
3d3d03951304f0f197a9fed1f9ccd9080da6cabe | 4,672,924,471,015 | ca600d1e373086360cc952a3696d58ba1df744d3 | /src/main/java/com/yuanwang/util/SystemInfoUtil.java | db5f3be16299e3c90bc7401c56419e7025d38c05 | [] | no_license | cxk502401673/check_jar | https://github.com/cxk502401673/check_jar | 02f4d74a3c8e3fd4d1dccedfc1665e99bd73dea3 | 2f818c68f3a639c352be737c6fd1d333d4da7e8d | refs/heads/master | 2021-05-10T10:44:14.908000 | 2018-01-25T07:13:20 | 2018-01-25T07:13:20 | 118,391,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuanwang.util;
import java.util.Properties;
public class SystemInfoUtil {
/**
* 返回到Java虚拟机的可用的处理器数量
* @return
*/
public static int cupCore(){
return Runtime.getRuntime().availableProcessors();
}
// System.out.print("虚拟机内存总量:");
// System.out.println(Runtim... | UTF-8 | Java | 814 | java | SystemInfoUtil.java | Java | [] | null | [] | package com.yuanwang.util;
import java.util.Properties;
public class SystemInfoUtil {
/**
* 返回到Java虚拟机的可用的处理器数量
* @return
*/
public static int cupCore(){
return Runtime.getRuntime().availableProcessors();
}
// System.out.print("虚拟机内存总量:");
// System.out.println(Runtim... | 814 | 0.662614 | 0.662614 | 22 | 28.90909 | 30.835205 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 6 |
4b9c82502c7c86486f69427661c6c47a23209b71 | 25,701,084,357,232 | b5382c75ebd9621c00f9eb96402424e5793100ef | /ardroid/src/main/java/opticnav/ardroid/connection/ConnectToServerSingleton.java | 9b755c7dac1a92d5f8f9c09b219d48f5a2c4404e | [
"MIT"
] | permissive | IdoShalev/opticnav | https://github.com/IdoShalev/opticnav | 27ba8d991939b7bd938f7c05cd77dfbd8a316541 | b25aded150484193f33391dc33ea683f770a5122 | refs/heads/master | 2020-12-31T02:48:53.275000 | 2014-10-28T18:55:13 | 2014-10-28T18:55:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package opticnav.ardroid.connection;
import android.content.*;
import android.support.v4.content.LocalBroadcastManager;
import android.widget.Toast;
import com.google.inject.Singleton;
import opticnav.ardd.ard.ARDGatekeeper;
import opticnav.ardd.protocol.ConfCode;
import opticnav.ardd.protocol.PassCode;
import opticna... | UTF-8 | Java | 5,212 | java | ConnectToServerSingleton.java | Java | [] | null | [] | package opticnav.ardroid.connection;
import android.content.*;
import android.support.v4.content.LocalBroadcastManager;
import android.widget.Toast;
import com.google.inject.Singleton;
import opticnav.ardd.ard.ARDGatekeeper;
import opticnav.ardd.protocol.ConfCode;
import opticnav.ardd.protocol.PassCode;
import opticna... | 5,212 | 0.688028 | 0.686493 | 148 | 34.216217 | 29.565901 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614865 | false | false | 6 |
08a4890707c2aad74833e6ea76fece7e93822dfd | 7,292,854,520,431 | fc97069a0b4701fd7ee5d489e94abbfdba273066 | /src/main/java/com/google/android/gms/common/SignInButton.java | 2dd7632b207f106fc3fa45053f5a1c102752e2df | [] | no_license | bellmit/zycami-ded | https://github.com/bellmit/zycami-ded | 8604f1eb24fb767e4cf499e019d6e4568451bb4b | 27686ca846de6d164692c81bac2ae7f85710361f | refs/heads/main | 2023-06-17T20:36:29.589000 | 2021-07-19T18:58:18 | 2021-07-19T18:58:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0.151.
*
* Could not load the following classes:
* android.content.Context
* android.content.res.Resources
* android.util.AttributeSet
* android.util.Log
* android.view.View
* android.view.View$OnClickListener
* android.widget.FrameLayout
*/
package com.google.android.gms.com... | UTF-8 | Java | 4,711 | java | SignInButton.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.151.
*
* Could not load the following classes:
* android.content.Context
* android.content.res.Resources
* android.util.AttributeSet
* android.util.Log
* android.view.View
* android.view.View$OnClickListener
* android.widget.FrameLayout
*/
package com.google.android.gms.com... | 4,711 | 0.633411 | 0.608788 | 145 | 31.482759 | 21.587706 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.737931 | false | false | 6 |
50ba475d7ecb37ada3cb0e54fa38dc9956a86675 | 15,049,565,458,426 | b86ae5914c39ee9141b0e86c71998a49621f91a0 | /zlt-business/medicare-center/src/main/java/com/central/medicare/service/impl/DataCollectServiceImpl.java | 07b272e794b1619d3c4f4a90a0addae939e32f1e | [] | no_license | TaiJi-team/cloud-medicare | https://github.com/TaiJi-team/cloud-medicare | 9d2e7e96f7553bcec36db1652671543c567fba26 | 5f655ce480bcb3cbde9e2af1ab4634db4c9cc10b | refs/heads/master | 2022-11-25T18:55:17.876000 | 2020-07-27T11:09:32 | 2020-07-27T11:09:32 | 280,022,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.central.medicare.service.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.central.medicare.common.Result;
import com.central.medicare.common.ResultGenerator;
import com.central.medicare.model.DataCollect;
import com.central.medicare.common.PageResult;
import com.ce... | UTF-8 | Java | 2,821 | java | DataCollectServiceImpl.java | Java | [
{
"context": "ringframework.stereotype.Service;\n\n\n/**\n * @author swj\n */\n@Service\npublic class DataCollectServiceImpl ",
"end": 711,
"score": 0.9995654821395874,
"start": 708,
"tag": "USERNAME",
"value": "swj"
}
] | null | [] | package com.central.medicare.service.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.central.medicare.common.Result;
import com.central.medicare.common.ResultGenerator;
import com.central.medicare.model.DataCollect;
import com.central.medicare.common.PageResult;
import com.ce... | 2,821 | 0.723148 | 0.721375 | 70 | 39.314285 | 27.119598 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.971429 | false | false | 6 |
99226a90eb1bf4c62cc9937b8f3c3427dc312c08 | 11,295,764,043,467 | bd5bf680a47fbd2ae80e16d6bd2a91aa6ba8ffcc | /src/main/java/com/jzy/pattern/factory/factoryMethod/Product.java | 4ee053a7667709aea4c1819660f3ed9d26180f63 | [] | no_license | KuroChan1998/Design-Patterns-Demo | https://github.com/KuroChan1998/Design-Patterns-Demo | 02ab4d9f901cb2d80fb4255f915ec764a9ef9176 | 61affe4f09e3134ed296a8abc9827a53b34d2ade | refs/heads/master | 2023-08-07T13:38:29.480000 | 2019-12-16T02:55:36 | 2019-12-16T02:55:36 | 228,287,180 | 3 | 0 | null | false | 2023-07-23T00:28:27 | 2019-12-16T02:32:55 | 2021-04-23T04:23:54 | 2023-07-23T00:28:27 | 1,840 | 2 | 0 | 1 | Java | false | false | package com.jzy.pattern.factory.factoryMethod;
/**
* @ Product.java
* 抽象产品族 (食品)
*/
abstract class Product {
//产品介绍
abstract void intro();
}
| UTF-8 | Java | 175 | java | Product.java | Java | [] | null | [] | package com.jzy.pattern.factory.factoryMethod;
/**
* @ Product.java
* 抽象产品族 (食品)
*/
abstract class Product {
//产品介绍
abstract void intro();
}
| 175 | 0.647059 | 0.647059 | 10 | 14.3 | 13.784411 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 6 |
3a532a167074d92fc8e5cb08ce902ad5a884387a | 7,834,020,377,377 | bac1d949a3945bf0de53293f04509b389d2eb15e | /elasticsearch/src/main/java/cem/es/SearchQueryBuilder.java | f94d34495e45cf333f79975ab127de3f38229b83 | [] | no_license | cemsq/java-project | https://github.com/cemsq/java-project | e0e324538dd3154d4427862ec714c42fd2f5964a | e84aa60b71e2ea6a003adeb06810f6b3e48580fe | refs/heads/master | 2021-01-21T04:42:15.482000 | 2016-06-07T18:18:53 | 2016-06-07T18:18:53 | 55,862,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cem.es;
import org.elasticsearch.index.query.QueryBuilder;
public interface SearchQueryBuilder {
QueryBuilder query(Parameter parameter);
}
| UTF-8 | Java | 156 | java | SearchQueryBuilder.java | Java | [] | null | [] | package cem.es;
import org.elasticsearch.index.query.QueryBuilder;
public interface SearchQueryBuilder {
QueryBuilder query(Parameter parameter);
}
| 156 | 0.794872 | 0.794872 | 9 | 16.333334 | 20.08316 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
038f58f95d6782998fd1b61836e3fca5b558a317 | 4,002,909,576,635 | aa1642ba843060e45a17a4532b2dfec5232e2142 | /chapter_008/src/main/java/ru/job4j/design/srp/ReportForAccountant.java | 5c37e28d40ade61f341a1dd79c5d71e1bc779941 | [
"Apache-2.0"
] | permissive | Madrabit/job4j | https://github.com/Madrabit/job4j | ae5f8c8c133595e79af37f0c602a952dcf4e0eac | 3f761ce72e737af8471b6f153cb077f9f8dd9675 | refs/heads/master | 2022-12-21T13:07:00.510000 | 2021-10-09T07:51:33 | 2021-10-09T07:51:33 | 196,752,272 | 0 | 0 | Apache-2.0 | false | 2022-12-16T05:14:33 | 2019-07-13T18:10:02 | 2021-10-09T07:51:39 | 2022-12-16T05:14:30 | 3,263 | 0 | 0 | 10 | Java | false | false | package ru.job4j.design.srp;
import java.util.function.Predicate;
/**
* @author madrabit
* Report for accountant.
* Salary in rub.
*/
public class ReportForAccountant extends Report {
public ReportForAccountant(Store store) {
super(store);
}
@Override
public String generate(Predicate<Emp... | UTF-8 | Java | 816 | java | ReportForAccountant.java | Java | [
{
"context": "port java.util.function.Predicate;\n\n/**\n * @author madrabit\n * Report for accountant.\n * Salary in rub.\n */\np",
"end": 91,
"score": 0.99726802110672,
"start": 83,
"tag": "USERNAME",
"value": "madrabit"
}
] | null | [] | package ru.job4j.design.srp;
import java.util.function.Predicate;
/**
* @author madrabit
* Report for accountant.
* Salary in rub.
*/
public class ReportForAccountant extends Report {
public ReportForAccountant(Store store) {
super(store);
}
@Override
public String generate(Predicate<Emp... | 816 | 0.595326 | 0.591636 | 28 | 28.035715 | 24.250895 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 6 |
dc4fb84682189a36ae47b3468ab3cb174ba60e9d | 20,779,051,834,194 | dd3fb4f40f3f18dc8884201deb24ccf4d9a9f5c3 | /src/main/java/ndr/brt/Stamp.java | 6f2374422be5692c302105847ca83bab5330902b | [] | no_license | ndr-brt/stampo | https://github.com/ndr-brt/stampo | 54c6355d3a329fc21a26828cc1733f93d7ff25f1 | 10844f72a67b13f838ff48197a445fc94fcd001f | refs/heads/master | 2021-06-03T08:52:01.721000 | 2016-06-06T11:54:40 | 2016-06-06T11:54:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ndr.brt;
public class Stamp {
}
| UTF-8 | Java | 41 | java | Stamp.java | Java | [] | null | [] | package ndr.brt;
public class Stamp {
}
| 41 | 0.707317 | 0.707317 | 4 | 9.25 | 8.870598 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 6 |
94f2eac5fd17e2cd07b7761f79b2841232163c7d | 31,860,067,466,040 | 41b8ea8dbb9e94d017b8dd09b168bd42e9689da8 | /app/models/ServiceAlias.java | 6b03148edc9901eb55632ef2a42a25dedb1045a7 | [] | no_license | Schiepek/Enterprise-Service-Connector | https://github.com/Schiepek/Enterprise-Service-Connector | ff6f4e68ea043b03841eb7808d919eacac9de302 | c24b4cfe524e5cea7fd1a04f73adf5f8385bda19 | refs/heads/master | 2021-01-25T05:22:53.438000 | 2014-12-18T16:53:50 | 2014-12-18T16:53:50 | 31,017,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import play.db.jpa.JPA;
import javax.persistence.*;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import java.util.List;
@Entity
public class ServiceAlias {
@Id
@GeneratedValue(strategy = GenerationT... | UTF-8 | Java | 1,332 | java | ServiceAlias.java | Java | [] | null | [] | package models;
import play.db.jpa.JPA;
import javax.persistence.*;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import java.util.List;
@Entity
public class ServiceAlias {
@Id
@GeneratedValue(strategy = GenerationT... | 1,332 | 0.678679 | 0.678679 | 49 | 26.183674 | 20.852909 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510204 | false | false | 6 |
6d2c3279077d7aee88740875ae771c2ad5c6695d | 26,482,768,405,401 | 63de27fb55a205e0c098f73a3b58b0f16fe95b9b | /app/src/main/java/com/example/task4/MainActivity.java | d6bc7bcc03927bba5a3d5a34bfb8f9245fe2877e | [] | no_license | Vmagdesyan/task4 | https://github.com/Vmagdesyan/task4 | dc6716c153fa45f21303b73d9dde94b11dd6d8f6 | 9b377ad5d9c97fae8db87f06f374773d465fdc9c | refs/heads/master | 2016-08-12T10:01:22.991000 | 2015-10-31T13:56:08 | 2015-10-31T13:56:08 | 45,302,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.task4;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
import java.util.concurrent.TimeUnit;
public class MainActivity... | UTF-8 | Java | 2,322 | java | MainActivity.java | Java | [] | null | [] | package com.example.task4;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
import java.util.concurrent.TimeUnit;
public class MainActivity... | 2,322 | 0.638213 | 0.635559 | 63 | 34.888889 | 25.326509 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 6 |
a091f0dd08c8c3094fa6f472635f36d10842337d | 26,482,768,406,375 | bc6b0667dd76713e535598e4c66a28467ee08cd9 | /src/chapter13/comparableTo/ComparesTwoArrays.java | 6ec3956b98074e5da331fbba7450bee8eca6126c | [
"MIT"
] | permissive | VladimirMetodiev/JavaByH.Schildt | https://github.com/VladimirMetodiev/JavaByH.Schildt | b166b81f60581774d0d5cba7e8be54d7762cf024 | c19e309a2fd10595b60685ab2991bf8b69ebd7da | refs/heads/main | 2023-06-01T05:29:54.984000 | 2021-07-11T12:17:02 | 2021-07-11T12:17:02 | 343,064,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter13.comparableTo;
public class ComparesTwoArrays {
static <T extends Comparable<T>, V extends T> boolean arraysEqual(T[] arr1, V[] arr2) {
if (arr1.length != arr2.length) return false;
for (int a = 0; a < arr1.length; a++) {
if (!arr1[a].equals(arr2[a])) return false;
... | UTF-8 | Java | 1,568 | java | ComparesTwoArrays.java | Java | [] | null | [] | package chapter13.comparableTo;
public class ComparesTwoArrays {
static <T extends Comparable<T>, V extends T> boolean arraysEqual(T[] arr1, V[] arr2) {
if (arr1.length != arr2.length) return false;
for (int a = 0; a < arr1.length; a++) {
if (!arr1[a].equals(arr2[a])) return false;
... | 1,568 | 0.628189 | 0.580995 | 42 | 36.357143 | 35.175629 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 6 |
1701e50c1865061a70134df21f98f92874898f2c | 13,005,161,024,463 | 53453b9fe9de2c93de17d46f164708e344eb8719 | /eu.dariolucia.ccsds.encdec/src/test/java/eu/dariolucia/ccsds/encdec/structure/impl/DefaultPacketEncoderTest.java | 622e85cec4a097f087951f8eb9f9f3d12fdf44aa | [
"MIT",
"Apache-2.0"
] | permissive | dariol83/ccsds | https://github.com/dariol83/ccsds | 40c5efeb5a1863997181b902f876d74493878291 | df61768e9444a48b8578b122a71b477ef4ecefdf | refs/heads/master | 2023-06-26T23:12:18.243000 | 2023-06-16T15:22:00 | 2023-06-16T15:22:00 | 188,292,310 | 64 | 24 | Apache-2.0 | false | 2023-06-12T17:21:47 | 2019-05-23T19:13:36 | 2023-06-07T08:23:22 | 2023-06-12T17:21:46 | 2,593 | 62 | 21 | 0 | Java | false | false | /*
* Copyright (c) 2019 Dario Lucia (https://www.dariolucia.eu)
*
* 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
*
* Un... | UTF-8 | Java | 29,737 | java | DefaultPacketEncoderTest.java | Java | [
{
"context": "/*\n * Copyright (c) 2019 Dario Lucia (https://www.dariolucia.eu)\n *\n * Licensed unde",
"end": 38,
"score": 0.9998542070388794,
"start": 27,
"tag": "NAME",
"value": "Dario Lucia"
}
] | null | [] | /*
* Copyright (c) 2019 <NAME> (https://www.dariolucia.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 29,732 | 0.606214 | 0.528533 | 711 | 40.825596 | 26.19902 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157525 | false | false | 6 |
2b97186d3665efce71bfbed417795d656c4ecfc1 | 9,491,877,740,592 | fcb32030c4a78efb5c5569336ee5c4b28664538a | /provider/src/main/java/com/zdk/provider/serviceiml/UserServiceIml.java | e195bf45b46f25c2c0a3ba9433157e137b0610bf | [] | no_license | dog1024/father | https://github.com/dog1024/father | 68ff0e610474a659495e99fde4577e4754d1977d | 28f065cc61e95d090063fbbded6c01ef31a3e37a | refs/heads/master | 2023-08-03T23:41:27.641000 | 2019-07-22T07:24:57 | 2019-07-22T07:24:57 | 197,716,847 | 0 | 0 | null | false | 2023-07-22T11:16:23 | 2019-07-19T06:41:00 | 2019-07-22T07:29:01 | 2023-07-22T11:16:23 | 66 | 0 | 0 | 1 | Java | false | false | package com.zdk.provider.serviceiml;
import com.zdk.api.domain.User;
import com.zdk.api.service.IUserService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayLis... | UTF-8 | Java | 730 | java | UserServiceIml.java | Java | [] | null | [] | package com.zdk.provider.serviceiml;
import com.zdk.api.domain.User;
import com.zdk.api.service.IUserService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayLis... | 730 | 0.705479 | 0.7 | 23 | 30.73913 | 21.383085 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 6 |
e9c97f11aae59e36920d2398d9807b60379dde09 | 7,327,214,272,106 | 4a18a67aa2b7e4500d0d05455080be5738280d9f | /src/Medium/MergeIntervals.java | 9b5956100e60867f77eb196c20cff79bf44058ce | [] | no_license | gubaee/LeetCode | https://github.com/gubaee/LeetCode | 012e30579bc967d0bda8c1e10fa03c465ace9154 | 102d4c289b6859c7d4620c4d45cde6c76ec43ec5 | refs/heads/master | 2023-02-13T08:17:22.211000 | 2021-01-19T07:41:04 | 2021-01-19T07:41:04 | 302,819,139 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Medium;
import java.util.*;
public class MergeIntervals {
public static void main(String args[]) {
//[[1,3],[2,6],[8,10],[15,18]]
int [][] array = { {1,3},{8,10},{2,6},{15,18}};
System.out.println(merge(array));
}
public static int[][] merge(int[][] intervals) {
// s... | UTF-8 | Java | 1,654 | java | MergeIntervals.java | Java | [] | null | [] | package Medium;
import java.util.*;
public class MergeIntervals {
public static void main(String args[]) {
//[[1,3],[2,6],[8,10],[15,18]]
int [][] array = { {1,3},{8,10},{2,6},{15,18}};
System.out.println(merge(array));
}
public static int[][] merge(int[][] intervals) {
// s... | 1,654 | 0.488513 | 0.464933 | 55 | 29.072727 | 22.491901 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.781818 | false | false | 6 |
0c704be54a839a5a44536e8d8afaa25d9b3bf4ed | 7,327,214,268,078 | d7fede6a09ee916ad7ad944af52da6f1404feb2f | /hospital/src/main/java/br/com/cast/hospital/entities/Patient.java | 1878479eb0f9157915ab36351986f1828dde6d4f | [] | no_license | brunoFallis/projetosTreinamentoJava | https://github.com/brunoFallis/projetosTreinamentoJava | 2c7eb6a1fe23e8ece2af6e4f3b14180c90e6f483 | eda61da42bed8288a915356d41e68d8097f3afed | refs/heads/master | 2020-04-01T07:16:36.332000 | 2018-10-29T17:55:50 | 2018-10-29T17:55:50 | 152,983,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cast.hospital.entities;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Se... | UTF-8 | Java | 1,439 | java | Patient.java | Java | [] | null | [] | package br.com.cast.hospital.entities;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Se... | 1,439 | 0.722724 | 0.722029 | 77 | 17.688313 | 15.025743 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 6 |
c6a1197fa55c11c85c9216d72629f13c5de048e8 | 26,723,286,575,918 | 3da549f1cca4b862547d17196385d55886fe6efb | /src/main/java/poussecafe/shop/domain/MessageCreated.java | a91d5c9e516a84388e92e5e10c2257eaeeacaf94 | [
"Apache-2.0"
] | permissive | benoitdevos/pousse-cafe-shop-app | https://github.com/benoitdevos/pousse-cafe-shop-app | 06af56b527b56983c8935bd11d889a8b6b4fd51c | a6c976a15ac8e9066efd8e4517fe652cf650cb3f | refs/heads/master | 2020-09-17T03:58:05.286000 | 2019-12-05T15:19:00 | 2019-12-05T15:19:00 | 223,981,110 | 0 | 0 | Apache-2.0 | true | 2019-11-25T15:28:41 | 2019-11-25T15:28:41 | 2019-11-25T12:01:52 | 2019-11-25T12:01:50 | 38 | 0 | 0 | 0 | null | false | false | package poussecafe.shop.domain;
import poussecafe.attribute.Attribute;
import poussecafe.domain.DomainEvent;
public interface MessageCreated extends DomainEvent {
Attribute<MessageId> messageId();
}
| UTF-8 | Java | 206 | java | MessageCreated.java | Java | [] | null | [] | package poussecafe.shop.domain;
import poussecafe.attribute.Attribute;
import poussecafe.domain.DomainEvent;
public interface MessageCreated extends DomainEvent {
Attribute<MessageId> messageId();
}
| 206 | 0.815534 | 0.815534 | 9 | 21.888889 | 20.11326 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
5cc5beb667ad628c70547de016fa5b690f889797 | 8,778,913,156,334 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_979a3c4bd654254412f17f301967d2b0e39a6a67/ThymeleafeControler/21_979a3c4bd654254412f17f301967d2b0e39a6a67_ThymeleafeControler_t.java | 32dda0c8b72efaa97b3e0ea7aef0d53e55894e12 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package com.cn.ld.modules.thymeleaf;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spring... | UTF-8 | Java | 1,268 | java | 21_979a3c4bd654254412f17f301967d2b0e39a6a67_ThymeleafeControler_t.java | Java | [] | null | [] | package com.cn.ld.modules.thymeleaf;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spring... | 1,268 | 0.73265 | 0.731861 | 45 | 26.155556 | 20.559891 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 6 |
f0341eb7ffcd73524cd537e36f62155d3200dd56 | 12,386,685,684,098 | 572ab44a5612fa7c48c1c3b29b5f4375f3b08ed1 | /BIMfoBA.src/jsdai/SIfc4/EIfcpropertyset.java | 583ee1174c50aa462128bf3a5077996805e3fcee | [] | no_license | ren90/BIMforBA | https://github.com/ren90/BIMforBA | ce9dd9e5c0b8cfd2dbd2b84f3e2bcc72bc8aa18e | 4a83d5ecb784b80a217895d93e0e30735dc83afb | refs/heads/master | 2021-01-12T20:49:32.561000 | 2015-03-09T11:00:40 | 2015-03-09T11:00:40 | 24,721,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Generated by JSDAI Express Compiler, version 4.3.2, build 500, 2011-12-13 */
// Java interface for entity IfcPropertySet
package jsdai.SIfc4;
import jsdai.lang.*;
public interface EIfcpropertyset extends EIfcpropertysetdefinition {
// generateExplicitAttributeMethodDeclarations: 1
// methods for attribute: Has... | UTF-8 | Java | 681 | java | EIfcpropertyset.java | Java | [] | null | [] | /* Generated by JSDAI Express Compiler, version 4.3.2, build 500, 2011-12-13 */
// Java interface for entity IfcPropertySet
package jsdai.SIfc4;
import jsdai.lang.*;
public interface EIfcpropertyset extends EIfcpropertysetdefinition {
// generateExplicitAttributeMethodDeclarations: 1
// methods for attribute: Has... | 681 | 0.826725 | 0.803231 | 17 | 39.058823 | 33.960999 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 6 |
39f4623ee6fc3d3b1e5a52c4ac1352a5b4aaccf4 | 21,345,987,462,325 | 5ac27a11eb335b039e419d0525d0f80653db06f4 | /src/main/java/appweb/extjs/viewmodel/controller/TrainingsController.java | 4ca264f480143a27d315a799640e151324371e82 | [] | no_license | antonfominov/backend-java | https://github.com/antonfominov/backend-java | 81f3cee8178f3c38e86e68de9f26d401c5534e55 | dc887df1000384f7b1846d7d7125995c98b11397 | refs/heads/master | 2023-05-28T02:21:15.551000 | 2021-06-19T09:53:15 | 2021-06-19T09:53:15 | 339,726,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package appweb.extjs.viewmodel.controller;
import org.springframework.web.bind.annotation.*;
import appweb.extjs.repository.ClubsRepository;
import appweb.extjs.repository.TrainersRepository;
import appweb.extjs.repository.TrainingsRepository;
import appweb.extjs.repository.UsersRepository;
import appweb.extjs.reposi... | UTF-8 | Java | 3,556 | java | TrainingsController.java | Java | [] | null | [] | package appweb.extjs.viewmodel.controller;
import org.springframework.web.bind.annotation.*;
import appweb.extjs.repository.ClubsRepository;
import appweb.extjs.repository.TrainersRepository;
import appweb.extjs.repository.TrainingsRepository;
import appweb.extjs.repository.UsersRepository;
import appweb.extjs.reposi... | 3,556 | 0.779809 | 0.778121 | 99 | 34.919193 | 31.558084 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.858586 | false | false | 6 |
8c6952c253c9d8b730b6f9435ac93dd626730b81 | 24,249,385,422,030 | 32e0307fd558efba3975ac2d90fdd045ee07cb6c | /backend/src/main/java/com/julien_roux/jug/quickies/repository/UserRepository.java | 1f988526df398d925b39fe354a17b85d8e303fd4 | [] | no_license | floDroidCoder/jug-quickies | https://github.com/floDroidCoder/jug-quickies | b5641a7b370ce1e6865c58629b1d643366b45883 | 62bea903a7b210af482a8e35f73109cbe4a22da3 | refs/heads/master | 2021-01-01T19:28:40.540000 | 2017-01-20T09:50:39 | 2017-01-20T09:50:39 | 27,716,633 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.julien_roux.jug.quickies.repository;
import java.math.BigInteger;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.julien_roux.jug.quickies.model.User;
public interface UserRepository extends MongoRepository<User, BigInteger> {
public User findByEmail(String ema... | UTF-8 | Java | 329 | java | UserRepository.java | Java | [] | null | [] | package com.julien_roux.jug.quickies.repository;
import java.math.BigInteger;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.julien_roux.jug.quickies.model.User;
public interface UserRepository extends MongoRepository<User, BigInteger> {
public User findByEmail(String ema... | 329 | 0.793313 | 0.793313 | 12 | 25.416666 | 27.660015 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 6 |
6b36bde2a9b85eacbd9e28f8a90e74932874dc90 | 6,227,702,647,278 | d20be4621e50e25de8b9c451c801280d140a0252 | /core-banking-domain/src/com/example/banking/entity/FiatCurrency.java | 0979b59b0460a42578a3136e2ecf4834951c3422 | [
"MIT"
] | permissive | deepcloudlabs/dcl222-2021-aug-16 | https://github.com/deepcloudlabs/dcl222-2021-aug-16 | c012c324fc2de71c9dff85ff53d58a6cc7b054be | c4e09da342d2fa680f48c18aa43a6c99ae761a40 | refs/heads/main | 2023-07-14T05:39:35.335000 | 2021-08-19T05:42:35 | 2021-08-19T05:42:35 | 396,634,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.banking.entity;
// enum -> Value Object
public enum FiatCurrency {
TL, EUR, USD
}
| UTF-8 | Java | 104 | java | FiatCurrency.java | Java | [] | null | [] | package com.example.banking.entity;
// enum -> Value Object
public enum FiatCurrency {
TL, EUR, USD
}
| 104 | 0.721154 | 0.721154 | 6 | 16.333334 | 12.905641 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 6 |
9877c6a5b3e9a5c66eac2bb777c4a2b256da7b0a | 6,270,652,254,684 | 9ac7c01f3850bd1800b6081159bd36ad1be1595c | /Week8_Capstone/Artifacts/bytecode/ryey/easer/core/ui/data/script/script_tree_list/c$1.java | 590a8b6f62a5b986a942dc5c4e548adf157eccec | [] | no_license | dr-natetorious/TIM-8101-Principals_of_Computer_Science | https://github.com/dr-natetorious/TIM-8101-Principals_of_Computer_Science | c956a09f1de593f60e1ac1ce96df604f873e20c1 | 20342f018149746167d704adb2988008de13dc62 | refs/heads/master | 2022-06-28T07:20:34.232000 | 2022-05-27T15:15:09 | 2022-05-27T15:15:09 | 174,446,001 | 0 | 0 | null | false | 2019-04-29T21:03:15 | 2019-03-08T01:13:52 | 2019-04-29T06:47:52 | 2019-04-29T21:03:14 | 273,733 | 0 | 0 | 0 | Java | false | false | class ryey.easer.core.ui.data.script.script_tree_list.c$1 {
}
| UTF-8 | Java | 62 | java | c$1.java | Java | [] | null | [] | class ryey.easer.core.ui.data.script.script_tree_list.c$1 {
}
| 62 | 0.741935 | 0.725806 | 2 | 30 | 29 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 6 |
30cf4d687eff8dcb81d5f561b6bd98a9698a176c | 33,724,083,275,066 | c8133086613bf6668b0903d7ba7b480f22de20f9 | /src/main/java/com/example/demo/auto/RedisCache.java | f04e5ed0141fbe39404419bbb78cbdd904a8327c | [] | no_license | 996546860/demo | https://github.com/996546860/demo | a4b1fc0be885d6a30a830baf8a16ac37b851d137 | f26d63627944c848fd58105f5aca7d69d821722d | refs/heads/master | 2022-07-04T08:06:01.902000 | 2021-03-03T14:30:41 | 2021-03-03T14:30:41 | 173,257,368 | 1 | 0 | null | false | 2022-06-29T18:10:59 | 2019-03-01T07:41:20 | 2021-03-03T14:33:29 | 2022-06-29T18:10:59 | 149 | 1 | 0 | 6 | Java | false | false | package com.example.demo.auto;
import java.lang.annotation.*;
/**
* @Author: fzh
* @Date: 2020/8/6 20:56
* @Content:
*/
@Target({ElementType.PARAMETER, ElementType.METHOD,ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RedisCache {
String key();
}
| UTF-8 | Java | 303 | java | RedisCache.java | Java | [
{
"context": ";\n\nimport java.lang.annotation.*;\n\n/**\n * @Author: fzh\n * @Date: 2020/8/6 20:56\n * @Content:\n */\n@Target",
"end": 83,
"score": 0.9996863603591919,
"start": 80,
"tag": "USERNAME",
"value": "fzh"
}
] | null | [] | package com.example.demo.auto;
import java.lang.annotation.*;
/**
* @Author: fzh
* @Date: 2020/8/6 20:56
* @Content:
*/
@Target({ElementType.PARAMETER, ElementType.METHOD,ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RedisCache {
String key();
}
| 303 | 0.722772 | 0.689769 | 16 | 17.9375 | 19.246651 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 6 |
2f2e540e3dbcacb558aa4b8425de002010f6b2e6 | 2,757,369,008,908 | 5270baf56cf8b0b8bec9a93d1866b16d438a64f4 | /searching/TwoD_Sorted_Array.java | ab6d76dc62b5e92052e0d43b0e2e89d68e0a0f33 | [] | no_license | rcrsv2n/meetup | https://github.com/rcrsv2n/meetup | bd924fe29f9e181e0d7d85f945e232f06d933c5e | f5088e0e1d39509a8b2d4b766215481059c69abb | refs/heads/master | 2021-01-17T19:52:22.241000 | 2016-07-23T21:52:33 | 2016-07-23T21:52:33 | 61,329,367 | 0 | 1 | null | false | 2016-07-01T05:58:50 | 2016-06-16T22:18:37 | 2016-06-16T22:18:37 | 2016-06-18T21:28:20 | 0 | 0 | 1 | 0 | null | null | null | package searching;
public class TwoD_Sorted_Array
{
public static void main(String[] args)
{
int [][] arr = new int [][]
{
{1, 2, 4, 5, 6},
{2, 3, 5, 7, 8},
{4, 6, 8, 9, 10},
{5, 8, 9, 10, 11},
};
System.out.println(hasNumber(arr, 110));
}
private static boolean hasNumber (int [][] arr,... | UTF-8 | Java | 1,023 | java | TwoD_Sorted_Array.java | Java | [] | null | [] | package searching;
public class TwoD_Sorted_Array
{
public static void main(String[] args)
{
int [][] arr = new int [][]
{
{1, 2, 4, 5, 6},
{2, 3, 5, 7, 8},
{4, 6, 8, 9, 10},
{5, 8, 9, 10, 11},
};
System.out.println(hasNumber(arr, 110));
}
private static boolean hasNumber (int [][] arr,... | 1,023 | 0.541544 | 0.510264 | 63 | 15.238095 | 17.734116 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.619048 | false | false | 6 |
56794c8a7fdc1158ec50d542b118496907e89f66 | 704,374,667,241 | f836bedd9d5ed7e4b83bf5c2d8a128c318f43c7f | /app/src/main/java/com/gdyd/qmwallet/IndexActivity.java | 142e23c707933ee2b00ca28c13b2ee8fc25812ab | [] | no_license | yuxinhui/QuMeiWallet | https://github.com/yuxinhui/QuMeiWallet | 1163681a4136e655bf228526eaaac4921502c640 | 30bd81ddae50fdbe51a9085b11d787d6e7029cce | refs/heads/master | 2020-12-02T06:39:23.974000 | 2017-07-11T08:59:29 | 2017-07-11T08:59:34 | 96,867,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gdyd.qmwallet;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.Window;
... | UTF-8 | Java | 4,848 | java | IndexActivity.java | Java | [] | null | [] | package com.gdyd.qmwallet;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.Window;
... | 4,848 | 0.666316 | 0.660639 | 121 | 38.305786 | 27.765203 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694215 | false | false | 6 |
4c83a7e4259d1feb8b5514181ed4d6d7ca6e031a | 704,374,667,054 | f7ce6334b4d806a209612f4ecd725256bf6f1d36 | /src/main/java/com/heroku/mafiaclub/domain/RevotingPhase.java | 5eafde41dcbacd5216de0556db317b31618c6300 | [] | no_license | askaFed/mafiaclub | https://github.com/askaFed/mafiaclub | b9f3fd55be4a1496b573498d428ec0f188b03b15 | 86494ff866e7da5e53cf4724e5e6d327fbcbf0c2 | refs/heads/master | 2017-12-07T02:04:19.401000 | 2017-01-23T21:21:16 | 2017-01-23T21:21:16 | 79,716,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heroku.mafiaclub.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;... | UTF-8 | Java | 2,779 | java | RevotingPhase.java | Java | [] | null | [] | package com.heroku.mafiaclub.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;... | 2,779 | 0.667506 | 0.667146 | 107 | 24.971962 | 23.376823 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.383178 | false | false | 6 |
7ed7ab81a2173881809b7906e8a8fea78248849c | 21,045,339,753,052 | 649d9e287b6536d67b4075120c19eeceee343fba | /android/sdk/src/main/java/org/apache/weex/common/WXInstanceWrap.java | e51fe0250dfa1f012d7c1c15fb37ec8c2ae5e7d1 | [
"LicenseRef-scancode-unicode",
"MIT",
"BSL-1.0",
"Apache-2.0",
"ICU",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alibaba/weex | https://github.com/alibaba/weex | 79c83bb4d002af7b819326ebca35e880e2ea8473 | 8f3f2b7d511d3f966dcd00ea44da8771d955fc13 | refs/heads/master | 2023-03-12T20:57:22.129000 | 2022-09-28T06:06:08 | 2022-09-28T06:06:08 | 53,658,802 | 20,773 | 2,915 | Apache-2.0 | false | 2023-08-23T10:57:36 | 2016-03-11T10:18:11 | 2023-08-23T06:51:55 | 2023-08-23T10:57:34 | 370,535 | 18,127 | 2,171 | 54 | C++ | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 1,394 | java | WXInstanceWrap.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 1,394 | 0.707317 | 0.704448 | 41 | 33 | 24.477964 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 6 |
bbc1c6e83a341f4db1c96693a79a9acbc1186b76 | 1,554,778,173,526 | 1433c3ac136d59753e278eef01fe39cd1745061e | /apvs/src/main/java/ch/cern/atlas/apvs/client/event/SelectStepEvent.java | 057296aa3e7f8238139275cc2d9489f192d09a4f | [] | no_license | ConnectionMaster/apvs | https://github.com/ConnectionMaster/apvs | 60a927cf5e22709a6dc93675c9cb803ec9e5ba58 | eda9e11b99c0dfd719955ad5106033683933ff2e | refs/heads/master | 2023-04-14T01:42:04.507000 | 2020-04-14T09:21:25 | 2020-04-14T09:21:25 | 183,088,184 | 1 | 0 | null | true | 2023-04-04T00:21:15 | 2019-04-23T20:07:54 | 2021-01-23T07:11:20 | 2023-03-24T03:38:27 | 57,245 | 1 | 0 | 11 | Java | false | false | package ch.cern.atlas.apvs.client.event;
import com.google.web.bindery.event.shared.Event;
import com.google.web.bindery.event.shared.EventBus;
import com.google.web.bindery.event.shared.HandlerRegistration;
public class SelectStepEvent extends Event<SelectStepEvent.Handler> {
public interface Handler {
/**
* ... | UTF-8 | Java | 1,298 | java | SelectStepEvent.java | Java | [] | null | [] | package ch.cern.atlas.apvs.client.event;
import com.google.web.bindery.event.shared.Event;
import com.google.web.bindery.event.shared.EventBus;
import com.google.web.bindery.event.shared.HandlerRegistration;
public class SelectStepEvent extends Event<SelectStepEvent.Handler> {
public interface Handler {
/**
* ... | 1,298 | 0.711094 | 0.711094 | 57 | 21.771931 | 22.968336 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.22807 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.