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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8addd815d7315fb97d5614bab9da1defe65d7dbe | 24,807,731,164,803 | 5bc13441016a4d76258896b73938cec22ff308a3 | /BBM204 Software Laboratory II/BBM204 Assignment 1/src/SelectionSort.java | 229dad2e65a9b0906d5358d44dbe2f88fac515b3 | [] | no_license | memintuncer/Hacettepe | https://github.com/memintuncer/Hacettepe | be839abb68fa6e161cf924b88e32bab6cd50feb0 | 987779314878dbf894ae9eeefc92c7d94f618434 | refs/heads/master | 2022-11-08T07:07:26.098000 | 2020-06-19T22:25:50 | 2020-06-19T22:25:50 | 273,593,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.List;
public class SelectionSort {
public void selectionSort(List<Item> itemlist){
int i, j, minIndex;
Item tmp;
int n =itemlist.size();
for (i = 0; i < n - 1; i++) {
minIndex = i;
for (j = i + 1; j < n; j++)
if (i... | UTF-8 | Java | 625 | java | SelectionSort.java | Java | [] | null | [] |
import java.util.List;
public class SelectionSort {
public void selectionSort(List<Item> itemlist){
int i, j, minIndex;
Item tmp;
int n =itemlist.size();
for (i = 0; i < n - 1; i++) {
minIndex = i;
for (j = i + 1; j < n; j++)
if (i... | 625 | 0.44 | 0.4352 | 23 | 25.086956 | 19.453205 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 2 |
c99da7079a4ab49aecf5cddb6e7f7684f04c601a | 21,148,418,968,289 | 06eb07caeefbfd3a56390f6025b5cef31ec31328 | /jingyue-admin/src/main/java/com/zj/sys/web/controller/SysRoleController.java | ffdea6a92caf06dd498745b706b5e03faf066b16 | [] | no_license | ZhujingJava/jingyue | https://github.com/ZhujingJava/jingyue | 13e38223cf61bbc5d01b924aaa09a233ce3d2e4b | d651b251af0adecd592c58175f469017012dd70a | refs/heads/master | 2022-12-22T11:38:24.560000 | 2020-09-22T12:12:34 | 2020-09-22T12:12:34 | 297,352,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zj.sys.web.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.zj.base.BaseController;
import com.zj.jingyuecommon.util.JsonResult;
import com.zj.jingyuesystem.sys.entity.SysRole;
import com.zj.jingyuesystem.sys.service.impl.SysRoleServiceImpl;
import org.springframew... | UTF-8 | Java | 2,199 | java | SysRoleController.java | Java | [
{
"context": ";\n\n/**\n * <p>\n * 角色信息表 前端控制器\n * </p>\n *\n * @author zhujing\n * @since 2020-09-07\n */\n@Controller\n@RequestMapp",
"end": 788,
"score": 0.9988816380500793,
"start": 781,
"tag": "USERNAME",
"value": "zhujing"
}
] | null | [] | package com.zj.sys.web.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.zj.base.BaseController;
import com.zj.jingyuecommon.util.JsonResult;
import com.zj.jingyuesystem.sys.entity.SysRole;
import com.zj.jingyuesystem.sys.service.impl.SysRoleServiceImpl;
import org.springframew... | 2,199 | 0.71521 | 0.711512 | 81 | 25.703703 | 22.605825 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
1b04df5c477851db69289eb583f9acd6a744bdb7 | 8,211,977,528,077 | 929b33857dab772a466d53baa084bd9f21400391 | /src/com/startjava/lesson_01/game/GuessNumber.java | 3777a5e5f47c1d7815aa17da670fc6d19ce835e3 | [] | no_license | poymanov/startjava | https://github.com/poymanov/startjava | 5000754cf5b3567e518984ee8f8e4d75537fbbe9 | aeff7651e444e1e9b75e88cd3821f8f9ec5d7bf9 | refs/heads/master | 2020-04-25T23:40:48.755000 | 2019-03-19T20:49:20 | 2019-03-19T20:49:20 | 173,153,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.startjava.lesson_01.game;
public class GuessNumber {
public static void main(String[] args) {
int computerVariant = 50;
int userVariant = 60;
while (computerVariant != userVariant) {
if (userVariant > computerVariant) {
System.out.println("The numbe... | UTF-8 | Java | 648 | java | GuessNumber.java | Java | [] | null | [] | package com.startjava.lesson_01.game;
public class GuessNumber {
public static void main(String[] args) {
int computerVariant = 50;
int userVariant = 60;
while (computerVariant != userVariant) {
if (userVariant > computerVariant) {
System.out.println("The numbe... | 648 | 0.575617 | 0.566358 | 21 | 29.904762 | 29.419632 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
cfed9afd1874f94c8ddc4b777fd1ac2b2131d75c | 16,166,256,961,996 | a119afe8d33d4c997595c94e80c3f50b5a32fb8a | /app/src/main/java/in/nic/orissahighcourt/view/fragment/PendingFragment.java | 128e2ec11b872837daf30843ab43809ea2f18a06 | [
"MIT"
] | permissive | dev-farmaan/OrissaHighCourt-Android | https://github.com/dev-farmaan/OrissaHighCourt-Android | c2df0e7703ef65a4ec5310b7582eedcc3ed312d0 | c8a28a2388f69a9ce08b5942e9e39dddc3a43be1 | refs/heads/master | 2017-12-03T16:29:20.006000 | 2017-04-19T05:01:31 | 2017-04-19T05:01:31 | 86,029,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.nic.orissahighcourt.view.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
... | UTF-8 | Java | 1,461 | java | PendingFragment.java | Java | [] | null | [] | package in.nic.orissahighcourt.view.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
... | 1,461 | 0.763176 | 0.761123 | 51 | 27.647058 | 26.164505 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 2 |
091b8afd7553fc393e310baa3ffcf391099a85ac | 14,637,248,553,759 | 94234d9f056789b473bfcb9e35bac6ef87b7faf1 | /SimpleDht/app/src/main/java/edu/buffalo/cse/cse486586/simpledht/SimpleDhtProvider.java | fa7bff5b1fa875a7d0100958756ff4aaee900ae8 | [] | no_license | snehakrishnamurthy/Distributed-Systems | https://github.com/snehakrishnamurthy/Distributed-Systems | 23e3226ea6630d6c4ffb2d8b512e7d3d0fc428ae | 85005a94edf8de7d46c73523ea050bbd67b06210 | refs/heads/master | 2021-01-23T05:29:42.197000 | 2017-06-21T23:48:33 | 2017-06-21T23:48:33 | 92,972,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.buffalo.cse.cse486586.simpledht;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.StreamCorruptedException;
import java.net.InetAddress;
import ja... | UTF-8 | Java | 27,998 | java | SimpleDhtProvider.java | Java | [] | null | [] | package edu.buffalo.cse.cse486586.simpledht;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.StreamCorruptedException;
import java.net.InetAddress;
import ja... | 27,998 | 0.433745 | 0.417458 | 808 | 33.648514 | 25.974525 | 246 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694307 | false | false | 2 |
e0e51107ae30e4b5c3cb8f83182f5e1e7a3ca808 | 14,637,248,557,691 | 544cfadc742536618168fc80a5bd81a35a5f2c99 | /tools/loganalysis/src/com/android/loganalysis/item/SystemServicesTimingItem.java | 79671a2602948504b4925d45a8efb383ea8556ce | [] | no_license | ZYHGOD-1/Aosp11 | https://github.com/ZYHGOD-1/Aosp11 | 0400619993b559bf4380db2da0addfa9cccd698d | 78a61ca023cbf1a0cecfef8b97df2b274ac3a988 | refs/heads/main | 2023-04-21T20:13:54.629000 | 2021-05-22T05:28:21 | 2021-05-22T05:28:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2019 The Android Open Source Project
*
* 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 app... | UTF-8 | Java | 2,858 | java | SystemServicesTimingItem.java | Java | [] | null | [] | /*
* Copyright (C) 2019 The Android Open Source Project
*
* 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 app... | 2,858 | 0.693842 | 0.691043 | 84 | 33.023811 | 26.286415 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 2 |
ce47e0db1814f36f65a3ecf47aa4e8fc5081d3e6 | 8,392,366,115,782 | 0b5e57d44ba5f48f078b3c79b34ea793a23a6891 | /app/src/main/java/com/wtr/touch/SlidingLayout.java | 57a388b4655915f8f1ded0880795faef3a5feecd | [] | no_license | wuxinxi/Bank | https://github.com/wuxinxi/Bank | 94e71c18018dd4113bf0274d6667ccfcba76fd3a | 0fa62f605925887384d6bf581985bf0f7cc9953c | refs/heads/master | 2021-03-09T15:53:53.914000 | 2017-05-16T10:03:14 | 2017-05-16T10:03:14 | 91,443,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wtr.touch;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
/**
* 作者:Tangren_ on 2017/5/3 0003.
* 邮箱:wu_tangren@163.com
* TODO:用一句话概括
*/
public class SlidingLayout extends LinearLayout {
public SlidingLayout(Context context, AttributeSet attrs... | UTF-8 | Java | 596 | java | SlidingLayout.java | Java | [
{
"context": "t;\nimport android.widget.LinearLayout;\n\n/**\n * 作者:Tangren_ on 2017/5/3 0003.\n * 邮箱:wu_tangren@163.com\n * TOD",
"end": 145,
"score": 0.9988124966621399,
"start": 137,
"tag": "USERNAME",
"value": "Tangren_"
},
{
"context": "yout;\n\n/**\n * 作者:Tangren_ on 2017/5/3 0... | null | [] | package com.wtr.touch;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
/**
* 作者:Tangren_ on 2017/5/3 0003.
* 邮箱:<EMAIL>
* TODO:用一句话概括
*/
public class SlidingLayout extends LinearLayout {
public SlidingLayout(Context context, AttributeSet attrs) {
... | 585 | 0.702797 | 0.68007 | 26 | 21 | 21.775074 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
d97acfbf76d8734896144cb888004b6a03322661 | 8,392,366,115,988 | 5ffe19724e4be59198ce02a811056065ddf99dba | /msc/map/map-impl/src/java/main/za/co/ebridge/map/impl/service/mobility/subscriberManagement/APNOIReplacementImpl.java | 509635526478c6e851714ac9adc35f0ea573f63e | [] | no_license | davidtekeshe/vasgw | https://github.com/davidtekeshe/vasgw | d27ca65de37581678f18ca44ce8f0be881fc6e9b | cceb2eac42000e6c75fc9aa3d4af2df7ed96ab55 | refs/heads/master | 2016-12-28T20:56:40.027000 | 2015-07-27T11:36:03 | 2015-07-27T11:36:03 | 39,770,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.co.ebridge.map.impl.service.mobility.subscriberManagement;
import za.co.ebridge.map.api.service.mobility.subscriberManagement.APNOIReplacement;
import za.co.ebridge.map.impl.primitives.OctetStringBase;
public class APNOIReplacementImpl
extends OctetStringBase
implements APNOIReplacement
{
... | UTF-8 | Java | 581 | java | APNOIReplacementImpl.java | Java | [] | null | [] | package za.co.ebridge.map.impl.service.mobility.subscriberManagement;
import za.co.ebridge.map.api.service.mobility.subscriberManagement.APNOIReplacement;
import za.co.ebridge.map.impl.primitives.OctetStringBase;
public class APNOIReplacementImpl
extends OctetStringBase
implements APNOIReplacement
{
... | 581 | 0.693632 | 0.679862 | 26 | 21.346153 | 23.913212 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 2 |
12475a3a69f261951f104ec177823eeec68157ed | 1,511,828,542,074 | 4608ada9386fc7ac79da31d9607c03f6ad4ff76f | /fr.minesnantes.browserautomation/src-gen/fr/minesnantes/browserautomation/serializer/SeleniumDSLSemanticSequencer.java | 2bebf88b3b28a18bc900f85281bd990a38da079e | [] | no_license | gpouilloux/browser-automation-dsl | https://github.com/gpouilloux/browser-automation-dsl | 5538aa865175253fa9e7a1710be7fc88f0d9fe65 | 4aa9ec6af30ec24ca222d1c8a05a4e87c2b03977 | refs/heads/master | 2021-03-22T00:07:30.671000 | 2016-11-22T11:03:26 | 2016-11-22T11:03:26 | 71,232,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* generated by Xtext 2.10.0
*/
package fr.minesnantes.browserautomation.serializer;
import com.google.inject.Inject;
import fr.minesnantes.browserautomation.seleniumDSL.Assert;
import fr.minesnantes.browserautomation.seleniumDSL.CallProcedure;
import fr.minesnantes.browserautomation.seleniumDSL.Click;
import fr.m... | UTF-8 | Java | 8,433 | java | SeleniumDSLSemanticSequencer.java | Java | [] | null | [] | /*
* generated by Xtext 2.10.0
*/
package fr.minesnantes.browserautomation.serializer;
import com.google.inject.Inject;
import fr.minesnantes.browserautomation.seleniumDSL.Assert;
import fr.minesnantes.browserautomation.seleniumDSL.CallProcedure;
import fr.minesnantes.browserautomation.seleniumDSL.Click;
import fr.m... | 8,433 | 0.753824 | 0.752638 | 244 | 33.561474 | 34.084759 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954918 | false | false | 2 |
dd24c88176aa1bfa0ddfc72698d9bacf0f4cc518 | 3,307,124,831,867 | 03ef464c7b2834e4d66ab02c72d072ac458ae322 | /jboot-admin-service/jboot-admin-service-provider/src/main/java/io/jboot/admin/service/provider/ReadRecordServiceImpl.java | 1cf8ceba987cae6fd28c4b18ae013f1faecb521e | [
"Apache-2.0"
] | permissive | Proby143/jboot-admin | https://github.com/Proby143/jboot-admin | 5f0eea534b9b83d983ff5840259da5616d51bad5 | c13ac483ba146162a7526193ec3cf1d104eee7e5 | refs/heads/master | 2020-05-22T22:34:35.726000 | 2019-07-10T10:29:39 | 2019-07-10T10:29:39 | 186,548,215 | 0 | 0 | null | true | 2019-05-14T05:04:32 | 2019-05-14T05:04:32 | 2019-05-14T05:02:09 | 2019-01-03T10:41:29 | 5,268 | 0 | 0 | 0 | null | false | false | package io.jboot.admin.service.provider;
import com.jfinal.kit.StrKit;
import com.jfinal.plugin.activerecord.Page;
import com.jfinal.plugin.activerecord.Record;
import io.jboot.admin.base.exception.BusinessException;
import io.jboot.admin.service.api.ReadRecordService;
import io.jboot.admin.service.entity.model.ReadRe... | UTF-8 | Java | 1,301 | java | ReadRecordServiceImpl.java | Java | [] | null | [] | package io.jboot.admin.service.provider;
import com.jfinal.kit.StrKit;
import com.jfinal.plugin.activerecord.Page;
import com.jfinal.plugin.activerecord.Record;
import io.jboot.admin.base.exception.BusinessException;
import io.jboot.admin.service.api.ReadRecordService;
import io.jboot.admin.service.entity.model.ReadRe... | 1,301 | 0.73354 | 0.73354 | 36 | 34.888889 | 29.067717 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
bef0ba725f56302381a40eef1763c64d7089c60f | 28,922,309,804,709 | 20413db9cec0e0689ab2e3fc5e2d040d1b0f8985 | /src/main/java/com/bjfu/sentimentanalysis/demo/controller/WebSecurityConfig.java | 6aab8b1ac6041f232fdbb9d443ba015886b8130d | [] | no_license | cnyy7/sentiment_analysis_demo | https://github.com/cnyy7/sentiment_analysis_demo | 0b727b6d287d1852b068190d9fa2f78d979a3c7c | af673abdf2f020d1acb2604351aabb61df09f207 | refs/heads/master | 2022-07-23T13:02:29.754000 | 2019-04-16T10:21:50 | 2019-04-16T10:21:50 | 177,600,895 | 2 | 2 | null | false | 2022-06-21T01:00:59 | 2019-03-25T14:18:55 | 2019-04-16T13:21:15 | 2022-06-21T01:00:56 | 3,243 | 2 | 1 | 2 | HTML | false | false | package com.bjfu.sentimentanalysis.demo.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistration;
import org.spri... | UTF-8 | Java | 4,916 | java | WebSecurityConfig.java | Java | [
{
"context": ";\n public final static String PASSWORD_SALT = \"ddFjr!vn$BJ43tpAqw#y\";\n\n @Bean\n public SecurityInterceptor getSe",
"end": 1802,
"score": 0.9993419647216797,
"start": 1782,
"tag": "PASSWORD",
"value": "ddFjr!vn$BJ43tpAqw#y"
}
] | null | [] | package com.bjfu.sentimentanalysis.demo.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistration;
import org.spri... | 4,906 | 0.638594 | 0.635323 | 109 | 43.889908 | 27.280849 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669725 | false | false | 2 |
549d9ec720c52b0a10d71b025c7bcc71b75515bb | 4,432,406,266,145 | 79888283659888d1929ea2e3cf8f2f38abb6afcb | /convex hull/Main.java | 4c3cd43d296f42a3396c893c2594c59fab518c67 | [] | no_license | viljarsb/IN3030-Efficent-Parallel-Programming | https://github.com/viljarsb/IN3030-Efficent-Parallel-Programming | 45556d964eeb7468cd75e430c9d3bfc353727e20 | f6ec86d4958221001dce7bc66c5cf6c81ede9890 | refs/heads/master | 2023-08-02T05:21:27.646000 | 2021-09-14T14:59:43 | 2021-09-14T14:59:43 | 406,408,458 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.ArrayList;
import java.util.Collections;
public class Main {
static int n;
static int seed;
static int trials = 7;
static boolean debug;
public static void main(String[] args)
{
if(args.length == 3)
{
n = Integer.parseInt(args[0]);
se... | UTF-8 | Java | 4,905 | java | Main.java | Java | [] | null | [] |
import java.util.ArrayList;
import java.util.Collections;
public class Main {
static int n;
static int seed;
static int trials = 7;
static boolean debug;
public static void main(String[] args)
{
if(args.length == 3)
{
n = Integer.parseInt(args[0]);
se... | 4,905 | 0.537819 | 0.520897 | 137 | 34.788322 | 35.216003 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59854 | false | false | 2 |
d746371b9f1ce35ace64ad64f63dffa40cd932ad | 26,079,041,448,725 | 2cf8c42d0824dc89be18fabddabd4fac78f03e05 | /src/org/warehouseOrderTrackingApplication/project/WOTSDemoApplication.java | 74eb7d62e575d1bb8cd95a651842b47aaa596098 | [] | no_license | Warren25/Warehouse-Order-Tracking-Application | https://github.com/Warren25/Warehouse-Order-Tracking-Application | 969d9c2b0f1d35ff646970ecf029dae6dc3cecd2 | 7f2889b09596eae60a8e5d6c7aac16c95309d671 | refs/heads/master | 2021-01-20T15:59:01.538000 | 2016-07-16T03:01:16 | 2016-07-16T03:01:16 | 63,462,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.warehouseOrderTrackingApplication.project;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Scanner;
public class WOTSDemoApplication {
/***********************************************************************************************************/
// Declares and ini... | UTF-8 | Java | 13,783 | java | WOTSDemoApplication.java | Java | [] | null | [] | package org.warehouseOrderTrackingApplication.project;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Scanner;
public class WOTSDemoApplication {
/***********************************************************************************************************/
// Declares and ini... | 13,783 | 0.606399 | 0.601466 | 436 | 30.612385 | 35.178558 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.869266 | false | false | 2 |
affdc5789ddba94f75a0654a96aee6b17b58523f | 292,057,818,584 | 2f9a884692699e45ab0bc587475fd4ac41e5aaac | /chapter_001/src/main/java/ru/job4j/loop/Factorial.java | 1612b046ef01e67ea1f0ff411b02848a6a5286d2 | [
"Apache-2.0"
] | permissive | VitalyKovrov/vkovrov | https://github.com/VitalyKovrov/vkovrov | 0fbb08f576a76c3ba1be5dc2578b1fd910e41fb0 | 9eaab7ee83d19c64528ca39664927961e331c321 | refs/heads/master | 2022-05-01T12:01:14.010000 | 2018-02-19T09:45:28 | 2018-02-19T09:45:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.loop;
/**
* Class Factorial для вычисления факториала.
* @author vkovrov
* @version 0.1
* @since 0.1
*/
public class Factorial {
/**
* Метод calc используется для вычисления факториала.
* @param number число для которого нужно посчитать факториал.
* @return факториал числа.
... | UTF-8 | Java | 603 | java | Factorial.java | Java | [
{
"context": "ss Factorial для вычисления факториала.\n * @author vkovrov\n * @version 0.1\n * @since 0.1\n */\npublic class Fa",
"end": 92,
"score": 0.9249167442321777,
"start": 85,
"tag": "USERNAME",
"value": "vkovrov"
}
] | null | [] | package ru.job4j.loop;
/**
* Class Factorial для вычисления факториала.
* @author vkovrov
* @version 0.1
* @since 0.1
*/
public class Factorial {
/**
* Метод calc используется для вычисления факториала.
* @param number число для которого нужно посчитать факториал.
* @return факториал числа.
... | 603 | 0.572895 | 0.558522 | 23 | 20.173914 | 17.94836 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 2 |
a0c01afe57feb32e3d7571764307ae4785fcaa5b | 3,246,995,297,668 | cc97cb16f621a1d81b616ea36fc7c3d8bf16dd39 | /app/src/main/java/com/example/ttpl/dialogexp/country/CountryAdapter.java | 39ccb26c999478d989c38d2b103541ea3e7f3ca7 | [] | no_license | veris-abhinavanand/DialogExp | https://github.com/veris-abhinavanand/DialogExp | 219cfc959d292296b56a0a5d1b4d7f69326cc14f | 2af86949bcb1a9f803bdeecafc9f6177c6873676 | refs/heads/master | 2021-01-09T20:26:25.207000 | 2016-11-18T11:53:02 | 2016-11-18T11:53:02 | 61,884,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ttpl.dialogexp.country;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import com.example.ttpl.dialogexp.R;
... | UTF-8 | Java | 3,268 | java | CountryAdapter.java | Java | [] | null | [] | package com.example.ttpl.dialogexp.country;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import com.example.ttpl.dialogexp.R;
... | 3,268 | 0.652693 | 0.652387 | 103 | 30.728155 | 27.634295 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436893 | false | false | 2 |
f351b1bf8736be651d87dbeef523d9b136ce8d4a | 14,860,586,868,164 | 31675b6634830ec095ceca1cb14b05255ffc1bb5 | /11--5-17POINTCUTS/src/DEMO/dyna.java | a80e46e8f4363bfa39c967817aadb94d7798cf1f | [] | no_license | Irfan-9922/spring-all | https://github.com/Irfan-9922/spring-all | 69f17d1e30727e67ddbf2b604cfffd66f82e1ad8 | 572eaa99eed70e37e84118ad171748d00ccb0355 | refs/heads/master | 2020-03-23T19:44:34.081000 | 2018-07-23T10:43:00 | 2018-07-23T10:43:00 | 141,999,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**JAVABOSS @COPYWRIGHTS ALL RIGHTS ARE RESERVED
*
*/
package DEMO;
import java.lang.reflect.Method;
import org.springframework.aop.support.DynamicMethodMatcherPointcut;
import COM.service.service;
/**
* @author :IRFAN
*TIME:2:23:28 am
* DATE:11-May-2017
*PROJECTNAME:11--5-17POINTCUTS
*/
public class dyna e... | UTF-8 | Java | 713 | java | dyna.java | Java | [
{
"context": "ut;\n\nimport COM.service.service;\n\n/**\n * @author :IRFAN\n *TIME:2:23:28 am\n * DATE:11-May-2017\n *PROJECTNA",
"end": 226,
"score": 0.9846622943878174,
"start": 221,
"tag": "USERNAME",
"value": "IRFAN"
}
] | null | [] | /**JAVABOSS @COPYWRIGHTS ALL RIGHTS ARE RESERVED
*
*/
package DEMO;
import java.lang.reflect.Method;
import org.springframework.aop.support.DynamicMethodMatcherPointcut;
import COM.service.service;
/**
* @author :IRFAN
*TIME:2:23:28 am
* DATE:11-May-2017
*PROJECTNAME:11--5-17POINTCUTS
*/
public class dyna e... | 713 | 0.715288 | 0.691445 | 33 | 20.60606 | 26.020901 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.878788 | false | false | 2 |
ddd89c606738ef996abdefd7a547a870ad5c74ec | 14,860,586,867,749 | 76345479666690caaa4950d58a08a89fbbcb1b28 | /src/main/java/com/hwadee/scu/mapper/QflCommentsMapper.java | 71822821d91a3258710f1dd778a8f1897d97ef5d | [] | no_license | LouisLi-QC/MusicPlatformAnalysis | https://github.com/LouisLi-QC/MusicPlatformAnalysis | df94aa4ddb12ba49268a5eac424c993bee1883fc | d0769c0e904bb326c17ab9c021eb8fcc8eec7b7e | refs/heads/master | 2023-05-27T01:09:57.157000 | 2021-06-23T08:52:25 | 2021-06-23T08:52:25 | 379,536,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hwadee.scu.mapper;
import com.hwadee.scu.common.domain.QflComments;
import com.hwadee.scu.common.domain.QflCommentsExample;
import java.util.List;
import com.hwadee.scu.common.domain.entity.Comment;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
public interface ... | UTF-8 | Java | 3,306 | java | QflCommentsMapper.java | Java | [] | null | [] | package com.hwadee.scu.mapper;
import com.hwadee.scu.common.domain.QflComments;
import com.hwadee.scu.common.domain.QflCommentsExample;
import java.util.List;
import com.hwadee.scu.common.domain.entity.Comment;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
public interface ... | 3,306 | 0.684211 | 0.644283 | 101 | 31.742575 | 27.949619 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217822 | false | false | 2 |
0b8ea7f5a88c1d84075ebc0dd48edcf2f9c47bfc | 15,290,083,586,211 | 81b3984cce8eab7e04a5b0b6bcef593bc0181e5a | /android/CarLife/app/src/main/java/com/baidu/mobstat/da.java | 34affa449118f650d4f280f55e6ebadcaf4daa38 | [] | no_license | ausdruck/Demo | https://github.com/ausdruck/Demo | 20ee124734d3a56b99b8a8e38466f2adc28024d6 | e11f8844f4852cec901ba784ce93fcbb4200edc6 | refs/heads/master | 2020-04-10T03:49:24.198000 | 2018-07-27T10:14:56 | 2018-07-27T10:14:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.mobstat;
import java.io.Closeable;
import java.io.InputStream;
import java.io.OutputStream;
public final class da {
/* renamed from: a */
public static boolean m15654a(InputStream inputStream, OutputStream outputStream) {
if (inputStream == null || outputStream == null) {
... | UTF-8 | Java | 1,006 | java | da.java | Java | [] | null | [] | package com.baidu.mobstat;
import java.io.Closeable;
import java.io.InputStream;
import java.io.OutputStream;
public final class da {
/* renamed from: a */
public static boolean m15654a(InputStream inputStream, OutputStream outputStream) {
if (inputStream == null || outputStream == null) {
... | 1,006 | 0.481113 | 0.455268 | 38 | 25.473684 | 17.895512 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 2 |
f93ad3f6990e073a115f98a56f2a97ff7ba0198a | 16,887,811,459,929 | a8a35103c9c2af2e6ad4dcfb9062a3daa2858237 | /src/com/oliveryy/action/IReportAction.java | 3109d343bf931d57b0d380a650fce16d9e68f4da | [] | no_license | godluck/tower | https://github.com/godluck/tower | df1916c08cef687aec965f5a59ea42af52e62d68 | 5cb4a37b6d80740e9ad89a41320f2e7da88a69f5 | refs/heads/master | 2021-01-13T14:04:52.395000 | 2014-11-25T15:18:56 | 2014-11-25T15:18:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oliveryy.action;
import java.util.Map;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.oliveryy.service.IDiscussionService;
import com.oliveryy.service.IUserService;
@C... | UTF-8 | Java | 972 | java | IReportAction.java | Java | [] | null | [] | package com.oliveryy.action;
import java.util.Map;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.oliveryy.service.IDiscussionService;
import com.oliveryy.service.IUserService;
@C... | 972 | 0.772634 | 0.772634 | 30 | 31.4 | 24.049393 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 2 |
d43b0e33e19afd09b807fa1fc6ae86391a10f03e | 8,744,553,474,398 | 203d6b0924fcc8ffe97197b14b94fdf083d67f7e | /renderer/src/main/java/net/anzix/kogutowicz/config/FieldConverter.java | f85abf2721e561efd29d357661dc063f76c90e7c | [] | no_license | edwardsayer/kogutowicz | https://github.com/edwardsayer/kogutowicz | 9bb478a52fe058f38b845d0538135b216b1e6839 | 3526f2d6173180cf83c81564a86c0bce36f42958 | refs/heads/master | 2021-01-01T05:48:06.580000 | 2010-06-06T20:31:39 | 2010-06-06T20:31:39 | 41,657,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.anzix.kogutowicz.config;
/**
* Convert string (ususally come from a property) to an object which can be injected to a field.
*
* @author elek
*/
public interface FieldConverter {
public Object conve... | UTF-8 | Java | 342 | java | FieldConverter.java | Java | [
{
"context": "ct which can be injected to a field.\n *\n * @author elek\n */\npublic interface FieldConverter {\n\n public",
"end": 257,
"score": 0.9996143579483032,
"start": 253,
"tag": "USERNAME",
"value": "elek"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.anzix.kogutowicz.config;
/**
* Convert string (ususally come from a property) to an object which can be injected to a field.
*
* @author elek
*/
public interface FieldConverter {
public Object conve... | 342 | 0.716374 | 0.716374 | 15 | 21.799999 | 26.736242 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 2 |
9e905a4e2a2cc133f30c1225320062ccc731ff97 | 23,287,312,697,435 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/facebook--facebook-android-sdk/737e4fde18e75758c399d3b794df7d5af9232206/after/Facebook.java | 6c8e481a0d9e13f04e7c7451dd6e60b587fd0eb5 | [] | no_license | fracz/refactor-extractor | https://github.com/fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211000 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.android;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.webkit.CookieManager;
import com.facebook.android.Util.Callback;
// TODO(ssoneff):
// callback handler?
// error codes?
// make F... | UTF-8 | Java | 7,930 | java | Facebook.java | Java | [
{
"context": "port com.facebook.android.Util.Callback;\n\n// TODO(ssoneff):\n// callback handler?\n// error codes?\n// make Fa",
"end": 271,
"score": 0.9093232154846191,
"start": 264,
"tag": "USERNAME",
"value": "ssoneff"
},
{
"context": " Bundle params = new Bundle();\n /... | null | [] | package com.facebook.android;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.webkit.CookieManager;
import com.facebook.android.Util.Callback;
// TODO(ssoneff):
// callback handler?
// error codes?
// make F... | 7,930 | 0.604161 | 0.602396 | 234 | 32.893162 | 25.961208 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491453 | false | false | 2 |
cb9ca8e5696048f5ace752083b8b56a3b4cfda8b | 33,732,673,202,173 | e3e4ede9ef9029d0e93e0a4d8309c655a67f3b80 | /src/main/java/com/stan/HospitalInfoDemo/services/DoctorUserService.java | b22de8b3902d50533010fc9ff50088b0f02398f7 | [] | no_license | sinasina444/HospitalInfoSystem | https://github.com/sinasina444/HospitalInfoSystem | d6ee5edd8c7a653a2a628d696243a69f63edc21d | 874e508adfc93b9805c4526a6c19ed8244dc20e1 | refs/heads/master | 2020-03-24T22:31:52.161000 | 2018-08-29T03:39:16 | 2018-08-29T03:39:16 | 143,089,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stan.HospitalInfoDemo.services;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.userdetails.UserDetailsService;
import com.stan.HospitalInfoDemo.beans.DoctorUser;
import com.stan.HospitalInfoDemo.http.Response;
public interface DoctorUserService extends U... | UTF-8 | Java | 598 | java | DoctorUserService.java | Java | [] | null | [] | package com.stan.HospitalInfoDemo.services;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.userdetails.UserDetailsService;
import com.stan.HospitalInfoDemo.beans.DoctorUser;
import com.stan.HospitalInfoDemo.http.Response;
public interface DoctorUserService extends U... | 598 | 0.841137 | 0.841137 | 19 | 30.421053 | 28.540489 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
b4665b0714eefbe178a79334e9518d3815726f17 | 19,911,468,448,402 | 6743d32f8efed002721279bfc11ea7e43b67b825 | /src/main/java/bd2/Muber/services/impl/ViajesServiceImpl.java | 8a0d50b58ea10d6a9775a4f42c19cbaff047d46f | [] | no_license | parinisantiago/muber | https://github.com/parinisantiago/muber | 20c82872a7c2bb3e80d63e5d86f85eee12a246c1 | b05be65d1e643e93b2fa86cbd0ff97994d9f18e9 | refs/heads/master | 2022-04-28T09:54:31.598000 | 2017-06-29T19:49:08 | 2017-06-29T19:49:08 | 87,478,623 | 0 | 0 | null | false | 2022-03-31T19:11:12 | 2017-04-06T21:55:41 | 2017-04-06T22:07:22 | 2022-03-31T19:11:11 | 125 | 0 | 0 | 12 | Java | false | false | package bd2.Muber.services.impl;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import bd2.Muber.dto.PassengerDTO;
import bd2.Muber.dto.ScoreDTO;
import bd2.Muber.dto.TripDTO;
import bd2.Muber.model.Passenger;
import bd2.Muber.model.Score;
import bd2.Muber.model.Trip;
import bd2.Mub... | UTF-8 | Java | 1,891 | java | ViajesServiceImpl.java | Java | [] | null | [] | package bd2.Muber.services.impl;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import bd2.Muber.dto.PassengerDTO;
import bd2.Muber.dto.ScoreDTO;
import bd2.Muber.dto.TripDTO;
import bd2.Muber.model.Passenger;
import bd2.Muber.model.Score;
import bd2.Muber.model.Trip;
import bd2.Mub... | 1,891 | 0.790587 | 0.785299 | 61 | 30 | 27.487701 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409836 | false | false | 2 |
62070cbec9c1fd84e8cf25ea015425b1bd8e0fe3 | 28,604,482,192,757 | 94392272ad2f24501cd2ad07f2216c0fd060e999 | /com/sh/game/system/online/msg/ResSendOpenServerDayMessage.java | fe08a63ca1e3f6f23867de1a9f6fd4931850bada | [
"Apache-2.0"
] | permissive | OpenSourceGamesUnity/protocol | https://github.com/OpenSourceGamesUnity/protocol | 9c16ce52d088dcd5d56833b07c152a0bacd63d5d | 348d014c6b5d3ae2fb8f253f8249a42a81bef75a | refs/heads/master | 2018-10-04T22:39:49.824000 | 2018-06-20T01:01:03 | 2018-06-20T01:01:03 | 129,176,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sh.game.system.online.msg;
import com.sh.net.kryo.KryoInput;
import com.sh.net.kryo.KryoOutput;
import com.sh.game.server.AbstractMessage;
/**
* <p>发送开服天数信息</p>
* <p>Created by MessageUtil</p>
*
* @author : admin
*/
public class ResSendOpenServerDayMessage extends AbstractMessage {
@Override
pub... | UTF-8 | Java | 2,134 | java | ResSendOpenServerDayMessage.java | Java | [
{
"context": ">\n * <p>Created by MessageUtil</p>\n *\n * @author : admin\n */\n\npublic class ResSendOpenServerDayMessage ext",
"end": 231,
"score": 0.9987137317657471,
"start": 226,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.sh.game.system.online.msg;
import com.sh.net.kryo.KryoInput;
import com.sh.net.kryo.KryoOutput;
import com.sh.game.server.AbstractMessage;
/**
* <p>发送开服天数信息</p>
* <p>Created by MessageUtil</p>
*
* @author : admin
*/
public class ResSendOpenServerDayMessage extends AbstractMessage {
@Override
pub... | 2,134 | 0.675218 | 0.672314 | 128 | 15.140625 | 15.314278 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.414063 | false | false | 2 |
f1ba83e9a5fc1c74cc73426e146a6fbc032e5dee | 3,667,902,141,412 | 2fe2b6f2e5b52e3daba0b738fabe8e3c2337713c | /src/main/java/org/cx/designpattern/decotrator/test/DecoratorTest.java | 654dc9b8f630bade64331776993c674ebb6e9085 | [] | no_license | sgrass/cxutil | https://github.com/sgrass/cxutil | df57c23e68b4c7e77628bc1666039609c634972b | 7fda1f5b28bbe7b0d24e32be1ce7363149b19294 | refs/heads/master | 2022-11-27T00:57:19.871000 | 2020-04-29T10:21:38 | 2020-04-29T10:21:38 | 42,531,747 | 0 | 1 | null | false | 2022-11-16T03:59:05 | 2015-09-15T16:27:08 | 2020-04-29T10:23:15 | 2022-11-16T03:59:03 | 397 | 0 | 1 | 8 | Java | false | false | package org.cx.designpattern.decotrator.test;
import java.io.DataInputStream;
import java.io.FilterInputStream;
import java.io.InputStream;
/**
* @author grass
*/
public class DecoratorTest {
public static void main(String[] args) {
/**
* 为了某个实现类在不修改原始类的基础上进行动态地覆盖或者增加方法。适配器模式只是兼容没有覆盖或扩展
... | UTF-8 | Java | 875 | java | DecoratorTest.java | Java | [
{
"context": "tream;\nimport java.io.InputStream;\n\n/**\n * @author grass\n */\npublic class DecoratorTest {\n public stati",
"end": 162,
"score": 0.9994003772735596,
"start": 157,
"tag": "USERNAME",
"value": "grass"
}
] | null | [] | package org.cx.designpattern.decotrator.test;
import java.io.DataInputStream;
import java.io.FilterInputStream;
import java.io.InputStream;
/**
* @author grass
*/
public class DecoratorTest {
public static void main(String[] args) {
/**
* 为了某个实现类在不修改原始类的基础上进行动态地覆盖或者增加方法。适配器模式只是兼容没有覆盖或扩展
... | 875 | 0.645991 | 0.645991 | 28 | 22.607143 | 19.002518 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 2 |
09bbe910140ca9f59205cc6d6114bbff6ca44a9a | 16,166,256,953,658 | 263d9d2aa7bf2483f3fb16505692438d1b16ad9c | /app/src/main/java/com/example/mymusicplayer/BottomSheetFragment.java | d3f64d403d80a2bd57861c7f026cf9eae0444139 | [] | no_license | valeron181100/MyMusicPlayer | https://github.com/valeron181100/MyMusicPlayer | dbb6ffd629a326e9474eafadbb04f4b67148f7b7 | 9f55199e3e0db6c1f1f27c7822abab4a60b0897e | refs/heads/master | 2020-08-22T12:29:28.104000 | 2019-10-24T22:41:37 | 2019-10-24T22:41:37 | 216,395,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mymusicplayer;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.media.Image;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import... | UTF-8 | Java | 8,211 | java | BottomSheetFragment.java | Java | [] | null | [] | package com.example.mymusicplayer;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.media.Image;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import... | 8,211 | 0.647181 | 0.643283 | 218 | 36.665138 | 31.832602 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545872 | false | false | 2 |
73b36a7b7257c8d0a5b62e8d1b382dd6846eab82 | 32,624,571,601,538 | aab2629b9a4e4e582430a6967181f5d0a4503c5e | /src/main/java/mosque/Barbers.java | 3d1158b0a37c56702f01c1d8d543479b9e085a7f | [] | no_license | waspandor/MyApp | https://github.com/waspandor/MyApp | 202acf3ca40349636533e9afa6b60490305389e6 | 791c7867a9d9757ad11e65663c59e74340efbb79 | refs/heads/master | 2020-04-18T04:17:31.937000 | 2017-03-17T16:26:49 | 2017-03-17T16:26:49 | 66,575,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mosque;
import java.util.Arrays;
import java.util.List;
/**
* Created by pandorw on 01/09/2016.
*/
public class Barbers {
String locationValue;
Rest rest = new Rest();
PostCode postcode = new PostCode();
public void findLocalMosques(String userPostcode) throws Throwable {
location... | UTF-8 | Java | 2,517 | java | Barbers.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n * Created by pandorw on 01/09/2016.\n */\npublic class Barbers {\n\n St",
"end": 91,
"score": 0.9996213912963867,
"start": 84,
"tag": "USERNAME",
"value": "pandorw"
},
{
"context": "pi/place/details/json?placeid=\" + placeId ... | null | [] | package mosque;
import java.util.Arrays;
import java.util.List;
/**
* Created by pandorw on 01/09/2016.
*/
public class Barbers {
String locationValue;
Rest rest = new Rest();
PostCode postcode = new PostCode();
public void findLocalMosques(String userPostcode) throws Throwable {
location... | 2,483 | 0.661105 | 0.656337 | 68 | 36.014706 | 37.442307 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 2 |
ef699994cf4bf480f0e376d4e0b57f5fd30bb430 | 31,765,578,125,696 | 334e9c76d66942ed75c52339c4944ec4dec628e8 | /src/main/java/io/github/turkdogan/datastructures/TStack.java | 0cd2b2dea6945deaed185a9d4f9fb4702e75220a | [] | no_license | turkdogan/data-structure-examples | https://github.com/turkdogan/data-structure-examples | c3ed472bfd8a3b5e9aac04c96c8045f0344d3632 | 74fb507a7c0a81871d55886c969b880c56d3bba5 | refs/heads/master | 2023-01-03T04:22:37.280000 | 2020-10-13T06:05:00 | 2020-10-13T06:05:00 | 104,249,583 | 0 | 0 | null | false | 2020-10-13T06:05:01 | 2017-09-20T17:55:31 | 2019-07-22T05:54:45 | 2020-10-13T06:05:00 | 9 | 0 | 0 | 0 | Java | false | false | package io.github.turkdogan.datastructures;
/**
A simple stack implementation with Java Optional
Turkdogan Tasdelen ttasdelen@gmail.com
*/
import java.util.Optional;
import java.io.Serializable;
public class TStack<T> implements TCollection {
private Optional<TStackNode<T>> node;
private int size;
... | UTF-8 | Java | 1,841 | java | TStack.java | Java | [
{
"context": "simple stack implementation with Java Optional\n\n Turkdogan Tasdelen ttasdelen@gmail.com\n*/\nimport java.util.Optional;",
"end": 123,
"score": 0.9998953342437744,
"start": 105,
"tag": "NAME",
"value": "Turkdogan Tasdelen"
},
{
"context": "entation with Java Optional... | null | [] | package io.github.turkdogan.datastructures;
/**
A simple stack implementation with Java Optional
<NAME> <EMAIL>
*/
import java.util.Optional;
import java.io.Serializable;
public class TStack<T> implements TCollection {
private Optional<TStackNode<T>> node;
private int size;
public TStack() {
... | 1,817 | 0.557849 | 0.557306 | 86 | 20.406977 | 18.697952 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313953 | false | false | 2 |
a6250e43aaea19e2d968e92cd164088ac26fd322 | 31,765,578,124,358 | 81cf1dbe49eff522d4fe4e02e7e04d9eb17c8cdb | /src/programmersguide/workingwithshapes/retrieveuserdefinedcells/java/RetrieveUserDefinedCells.java | 14418d65dd13dc19ec9bbeea5b3d14147a9a3926 | [
"MIT"
] | permissive | asposemarketplace/Aspose-Diagram-Java | https://github.com/asposemarketplace/Aspose-Diagram-Java | 6daffd4854d35783c88eb5f43551f7a2e4ecdf96 | 22a12fd49c771fd562951fd5f1924d36c1f6ec7f | refs/heads/master | 2016-08-12T03:01:58.196000 | 2015-11-26T16:41:26 | 2015-11-26T16:41:26 | 46,933,954 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2001-2014 Aspose Pty Ltd. All Rights Reserved.
*
* This file is part of Aspose.Diagram. The source code in this file
* is only intended as a supplement to the documentation, and is provided
* "as is", without warranty of any kind, either expressed or implied.
*/
package programmersguide.workingwit... | UTF-8 | Java | 1,569 | java | RetrieveUserDefinedCells.java | Java | [] | null | [] | /*
* Copyright 2001-2014 Aspose Pty Ltd. All Rights Reserved.
*
* This file is part of Aspose.Diagram. The source code in this file
* is only intended as a supplement to the documentation, and is provided
* "as is", without warranty of any kind, either expressed or implied.
*/
package programmersguide.workingwit... | 1,569 | 0.61058 | 0.604207 | 44 | 34.56818 | 35.53001 | 177 | false | false | 0 | 0 | 0 | 0 | 69 | 0.043977 | 0.318182 | false | false | 2 |
d6b6da8c2130e72f4d787dc5851aeead7421d3de | 10,531,259,862,311 | a4f2d6a5bb7ca32a35ed0b92a7cde8ab7c408014 | /airship-coordinator/src/test/java/io/airlift/airship/coordinator/TestMavenRepository.java | d59ca205345d6e2a7a8c4d56337c008117aab022 | [] | no_license | isabella232/airship | https://github.com/isabella232/airship | 56857af6442546aa0977622107e9d776467f03ef | a81374f546e75f5573e846b0df9d769921d1124f | refs/heads/master | 2021-05-27T12:18:19.753000 | 2014-11-14T21:49:50 | 2014-11-21T23:44:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.airlift.airship.coordinator;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.io.File;
import java.net.URI;
public class TestMavenRepository
{
// This repo extends the MavenRepository so we ... | UTF-8 | Java | 4,634 | java | TestMavenRepository.java | Java | [] | null | [] | package io.airlift.airship.coordinator;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.io.File;
import java.net.URI;
public class TestMavenRepository
{
// This repo extends the MavenRepository so we ... | 4,634 | 0.630988 | 0.579845 | 139 | 32.338131 | 35.228455 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539568 | false | false | 2 |
dd1bc6ceda4a336b61451cf70a46f2718cec4f9d | 32,624,571,608,252 | 83c7668f1c06053f8382c62af19b6b94246c9a2a | /nsgl/src/nsgl/language/Token.java | e265a86c396023573041ff7ebc8ff8783ebc140c | [] | no_license | jgomezpe/nsgl-old | https://github.com/jgomezpe/nsgl-old | 4cfb4aa9792c8179c6f6b5a4d6cf0767b27e23cb | 899005b7e28a0d058d8084fc25fe374899e5333d | refs/heads/master | 2022-01-11T19:35:30.059000 | 2019-07-16T03:04:23 | 2019-07-16T03:04:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nsgl.language;
public class Token extends TypedValue<String>{
public static final char EOF = '\0';
protected int pos;
public Token( int pos ){ this(EOF,pos); }
public Token( char type, int pos ){ this( type, pos, ""); }
public Token( char type, int pos, String value ){
super( type, value );
this... | UTF-8 | Java | 541 | java | Token.java | Java | [] | null | [] | package nsgl.language;
public class Token extends TypedValue<String>{
public static final char EOF = '\0';
protected int pos;
public Token( int pos ){ this(EOF,pos); }
public Token( char type, int pos ){ this( type, pos, ""); }
public Token( char type, int pos, String value ){
super( type, value );
this... | 541 | 0.643253 | 0.641405 | 21 | 24.809525 | 22.208147 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.761905 | false | false | 2 |
c74b1a0b229e4a9b5cf4c28cc029127fc935ffdf | 19,215,683,738,080 | 258ba208ebc27596fe327159a201f690f6b1a17c | /provider/src/test/java/cn/edu/neu/shop/pin/customer/service/security/UserServiceTest.java | 4363fbf802733e492116aed451462a0a44d8a202 | [
"MIT"
] | permissive | lg-li/Shop-pin-Backend | https://github.com/lg-li/Shop-pin-Backend | ae602b2042257deac07b6456b0ade320cf4d0994 | e24a09a4e752de58a20b6dc03cf9f5494b7ff605 | refs/heads/master | 2023-06-06T10:37:34.690000 | 2021-06-25T09:22:01 | 2021-06-25T09:22:01 | 188,140,671 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package cn.edu.neu.shop.pin.customer.service.security;
//
//import cn.edu.neu.shop.pin.PinApplication;
//import cn.edu.neu.shop.pin.service.security.UserService;
//import org.junit.TestController;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springfr... | UTF-8 | Java | 1,368 | java | UserServiceTest.java | Java | [
{
"context": " /*System.out.println(passwordEncoder.encode(\"liyifei99\"));*/\n// String token = userService.signIn",
"end": 978,
"score": 0.9979174137115479,
"start": 969,
"tag": "PASSWORD",
"value": "liyifei99"
},
{
"context": "/\n// String token = userService.sig... | null | [] | //package cn.edu.neu.shop.pin.customer.service.security;
//
//import cn.edu.neu.shop.pin.PinApplication;
//import cn.edu.neu.shop.pin.service.security.UserService;
//import org.junit.TestController;
//import org.junit.runner.RunWith;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springfr... | 1,370 | 0.695906 | 0.690058 | 49 | 26.938776 | 22.382946 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306122 | false | false | 2 |
9f5fe6a08348015512190d4ece594a7b8c6ecc23 | 19,215,683,737,373 | 3e6ac24c5df850a349542040ec4f080d30fc9112 | /123/src/hdu2014.java | 47822bfac8a07d513f691f306d1ed8c2f26ae88e | [] | no_license | xchgoing/javaCode | https://github.com/xchgoing/javaCode | 7ebbb42db1f8b6cac8b2a8ad29ad06432007bec4 | 819a1f82cea6e4bcee05f5a47ff357e530101457 | refs/heads/master | 2020-04-18T22:12:26.518000 | 2019-01-27T08:43:27 | 2019-01-27T08:43:27 | 167,787,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.Scanner;
public class hdu2014
{
public static void main(String[] args)
{
int gs=0;
Scanner s=new Scanner(System.in);
while(s.hasNextInt())
{
gs=s.nextInt();
int arr[];
double sum=0;
arr=new int[gs];
for(int a=0;a<gs;a++)
{
arr[a]=s.nextInt();
... | UTF-8 | Java | 481 | java | hdu2014.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Scanner;
public class hdu2014
{
public static void main(String[] args)
{
int gs=0;
Scanner s=new Scanner(System.in);
while(s.hasNextInt())
{
gs=s.nextInt();
int arr[];
double sum=0;
arr=new int[gs];
for(int a=0;a<gs;a++)
{
arr[a]=s.nextInt();
... | 481 | 0.561331 | 0.538462 | 34 | 13.147058 | 13.554102 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.352941 | false | false | 2 |
03aecc6e5e53dd9ddc2f4d1844183031e3935a66 | 24,077,586,711,597 | be6338b3ce267b7008e7360cd96360f193a3ee6d | /app/src/main/java/com/example/administrator/myapplication/ClassicBluetoothManager.java | bf96c91cb003da3566e822828bb273a97fe1a073 | [] | no_license | dimonAo/Mine | https://github.com/dimonAo/Mine | e2db0eda378d84309ddcc27eaf439cd0bcb5aaef | 630e1d9d304a57a6beed494106c8dae6bf413d9e | refs/heads/master | 2021-05-09T21:24:37.213000 | 2018-03-17T06:57:40 | 2018-03-17T06:57:40 | 118,725,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.myapplication;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.util.Log;
import java.util.logging.Handler;
/**
* Created by Administrator on 2018/1/8 0008.
*/
public class ClassicBluetoothManager implements BluetoothManagerInte ... | UTF-8 | Java | 1,745 | java | ClassicBluetoothManager.java | Java | [] | null | [] | package com.example.administrator.myapplication;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.util.Log;
import java.util.logging.Handler;
/**
* Created by Administrator on 2018/1/8 0008.
*/
public class ClassicBluetoothManager implements BluetoothManagerInte ... | 1,745 | 0.60745 | 0.601719 | 86 | 19.290697 | 20.975548 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.22093 | false | false | 2 |
13d6e5999b24a5c44ee14363189a3b0ab0a5ea98 | 17,669,495,475,317 | 0e25744b6356a67cb9396a798353c249a2ede6f7 | /backend/src/main/java/com/funeral/upload/controller/CheckController.java | 012fb2ac917cc5c67e7366c7eb1acfa401870ab2 | [] | no_license | jtiiii/upload | https://github.com/jtiiii/upload | 3ba1b4a10d7accec04d4d9df0e9f27bb9c13e97a | 6154b832c2ea6a4a0ca25a52d4b0a3180f10edf1 | refs/heads/master | 2021-07-08T22:53:22.678000 | 2018-12-27T08:45:53 | 2018-12-27T08:45:53 | 136,128,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.funeral.upload.controller;
import com.funeral.upload.security.Token;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.web.csrf.CsrfToken;
import org.springframework.web.bind.annotation.GetMap... | UTF-8 | Java | 956 | java | CheckController.java | Java | [
{
"context": "x.servlet.http.HttpServletRequest;\n\n/**\n * @author FuneralObjects\n * CreateTime 2018/12/17 10:08 PM\n */\n@RestContro",
"end": 529,
"score": 0.9995148777961731,
"start": 515,
"tag": "USERNAME",
"value": "FuneralObjects"
}
] | null | [] | package com.funeral.upload.controller;
import com.funeral.upload.security.Token;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.web.csrf.CsrfToken;
import org.springframework.web.bind.annotation.GetMap... | 956 | 0.784664 | 0.772059 | 27 | 34.259258 | 26.388258 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 2 |
623144a2d5874843393549fdd5ef7bf6689c2886 | 8,495,445,343,247 | 27993f523e76796837a41998666979107e015068 | /src/model/EmployeeSurnameAndNameComparator.java | 86d12cac3977b495b48b4ac2878bcbfc0b802e5c | [] | no_license | lyca22/jfx-restaurant-ordering-system | https://github.com/lyca22/jfx-restaurant-ordering-system | 40d9e12ac0f594547dd52f59158ad60ae80e6169 | 2eb943b5e29d6cb51733b06b42a7428a4ac66378 | refs/heads/master | 2023-04-30T20:26:35.783000 | 2021-05-23T20:41:30 | 2021-05-23T20:41:30 | 344,483,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Comparator;
public class EmployeeSurnameAndNameComparator implements Comparator<Employee> {
@Override
public int compare(Employee e1, Employee e2) {
int comparation=0;
String employee1=e1.getSurname();
String employee2=e2.getSurname();
String nameEmployee1=e1.getName();
St... | UTF-8 | Java | 573 | java | EmployeeSurnameAndNameComparator.java | Java | [] | null | [] | package model;
import java.util.Comparator;
public class EmployeeSurnameAndNameComparator implements Comparator<Employee> {
@Override
public int compare(Employee e1, Employee e2) {
int comparation=0;
String employee1=e1.getSurname();
String employee2=e2.getSurname();
String nameEmployee1=e1.getName();
St... | 573 | 0.752182 | 0.715532 | 24 | 22.875 | 20.531099 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 2 |
3b13f6b9acb117f56d8fd21d5058d66c1346acdc | 22,436,909,157,302 | d12608842c2ad5efb31c03fc901a1a58e0690d9e | /src/main/java/cn/bxd/sip/his/model/dto/reservation/RefundSocialInput.java | dad95eff496f786cf232de9f056e7d635cf1870c | [] | no_license | haomeiling/hlp | https://github.com/haomeiling/hlp | fc69cf8dcc92b72f495784b4de7973e2f9128b47 | cc826e0acd91b5cd4acdb253ceb1465659df1e97 | refs/heads/master | 2020-06-27T13:15:27.673000 | 2019-10-08T07:22:16 | 2019-10-08T07:22:16 | 199,963,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.bxd.sip.his.model.dto.reservation;
import lombok.Data;
/**
* 退款入参
* @Description:
* @author: chenchuanchuan
* @date: 2018年10月27日 上午11:28:42
*/
@Data
public class RefundSocialInput {
public Integer operCode;
public Long hosId;
private String recordId;//社保缴费记录号
private String patientN... | UTF-8 | Java | 582 | java | RefundSocialInput.java | Java | [
{
"context": "ok.Data;\n\n/**\n * 退款入参\n * @Description:\n * @author: chenchuanchuan \n * @date: 2018年10月27日 上午11:28:42\n */\n@Data\npub",
"end": 123,
"score": 0.9604219198226929,
"start": 109,
"tag": "USERNAME",
"value": "chenchuanchuan"
}
] | null | [] | package cn.bxd.sip.his.model.dto.reservation;
import lombok.Data;
/**
* 退款入参
* @Description:
* @author: chenchuanchuan
* @date: 2018年10月27日 上午11:28:42
*/
@Data
public class RefundSocialInput {
public Integer operCode;
public Long hosId;
private String recordId;//社保缴费记录号
private String patientN... | 582 | 0.712598 | 0.685039 | 22 | 22.09091 | 14.631563 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
7274ad3d7aaff44cd89efb844ea5ddc2213f5687 | 16,707,422,813,901 | 2f882b514a757101ef691581210841389a0260bd | /src/main/java/Cache/CacheDemo.java | 850666df3b59eb5b7f7261c499c386ace9fc03ab | [] | no_license | JohnChangUK/MedicalChain | https://github.com/JohnChangUK/MedicalChain | 4733c41a98ce10ea2d83d4a8dc23e65d62a695c4 | 54e09f5c9849dd4bc0627e9e10b2012cb62b177c | refs/heads/master | 2021-09-12T05:05:02.564000 | 2018-04-14T21:02:35 | 2018-04-14T21:02:35 | 115,425,616 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Cache;
public class CacheDemo {
public static void main(String[] args) throws Exception {
final Computable<Integer, Long> fact = new Computable<Integer, Long>() {
public Long compute(Integer input) {
long temp = 1;
for (int i = 1; i <= input; i++) {
... | UTF-8 | Java | 855 | java | CacheDemo.java | Java | [] | null | [] | package Cache;
public class CacheDemo {
public static void main(String[] args) throws Exception {
final Computable<Integer, Long> fact = new Computable<Integer, Long>() {
public Long compute(Integer input) {
long temp = 1;
for (int i = 1; i <= input; i++) {
... | 855 | 0.577778 | 0.568421 | 26 | 31.884615 | 26.36187 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 2 |
bcbeb7b6f5792fe78204a6c27f6d3911d4944ebf | 30,039,001,324,539 | 85cb1146fde397f8de3224634757f1881fccccbc | /requester/src/main/java/evidentia/etbCS/serviceInvocation.java | 07a5872091dc8492b2c1e4ba46986e44979ff995 | [
"MIT"
] | permissive | dxlnr/dlt4pi_tno | https://github.com/dxlnr/dlt4pi_tno | 44186271e53d5f2e5039a9966f0b1c1fc717e704 | 58691268d023eeb85337da6e0d7fa7ffac340050 | refs/heads/main | 2023-03-02T11:50:31.129000 | 2021-02-05T22:11:27 | 2021-02-05T22:11:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package evidentia.etbCS;
import java.io.IOException;
import java.util.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.concurrent.TimeoutException;
import evidentia.Entity;
import evidentia.etbDL.utils.*;
import evidentia.etbDL.services.*;
import evidentia.etbCS.utils.*;
import org.hyperledg... | UTF-8 | Java | 17,788 | java | serviceInvocation.java | Java | [] | null | [] | package evidentia.etbCS;
import java.io.IOException;
import java.util.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.concurrent.TimeoutException;
import evidentia.Entity;
import evidentia.etbDL.utils.*;
import evidentia.etbDL.services.*;
import evidentia.etbCS.utils.*;
import org.hyperledg... | 17,788 | 0.615302 | 0.607882 | 405 | 42.920986 | 34.54142 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632099 | false | false | 2 |
7ee9309eb6c75c6d84dcda33140683053d171fe0 | 27,109,833,606,310 | 2f7c518775ee90461c459e341a4b8d98381aa438 | /src/main/java/com/jhilden13/crawler/world/WorldStore.java | 27034902e5918ffaa59c285f32da2fb0dd245a58 | [] | no_license | jhilden13/DungeonCrawler | https://github.com/jhilden13/DungeonCrawler | d4b8f684213b9c7b9d6fac2c6b6d454a2f287919 | b6871286dac9135470860df50669c953f1932bec | refs/heads/master | 2020-04-05T23:20:26.474000 | 2015-10-27T06:56:44 | 2015-10-27T06:56:44 | 42,404,328 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jhilden13.crawler.world;
import com.jhilden13.crawler.utils.Out;
import com.jhilden13.crawler.utils.OutLevels;
import java.awt.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Josiah on 9/11/2015.
*/
public class WorldStore {
protected int currentL = ... | UTF-8 | Java | 1,572 | java | WorldStore.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by Josiah on 9/11/2015.\n */\npublic class WorldStore {\n\n ",
"end": 245,
"score": 0.998457133769989,
"start": 239,
"tag": "NAME",
"value": "Josiah"
}
] | null | [] | package com.jhilden13.crawler.world;
import com.jhilden13.crawler.utils.Out;
import com.jhilden13.crawler.utils.OutLevels;
import java.awt.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Josiah on 9/11/2015.
*/
public class WorldStore {
protected int currentL = ... | 1,572 | 0.594784 | 0.583333 | 68 | 22.117647 | 17.519342 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
d654ca61a6139f258496cf1a6f143ff9be657cf9 | 4,750,233,848,780 | 0c7a848641b952bf366079a10fec13dee32be2cf | /Algorithm/src/main/java/sort/DirectInsertSort.java | 3aa40fc0ae0eaca54066deedaf54f6fc8d1e12f1 | [] | no_license | BiliHusky/LearnSpace | https://github.com/BiliHusky/LearnSpace | 33f3c1104810d020d7b6ec3ed8a2ba6538665412 | 59a23ba277ec4dcc730093736cff3b86c8194b7a | refs/heads/master | 2022-12-29T23:35:01.874000 | 2020-05-09T11:15:56 | 2020-05-09T11:15:56 | 123,876,001 | 0 | 0 | null | false | 2022-12-16T06:44:13 | 2018-03-05T06:38:28 | 2020-05-09T11:16:06 | 2022-12-16T06:44:10 | 497 | 0 | 0 | 35 | Java | false | false | package sort;
/**
* Created by yjw on 18-6-29.
*/
public class DirectInsertSort {
public static void main(String[] args) {
int[] a = {49,38,65,97,76,13,27,49,78,34,12,64,1};
System.out.println("before:");
for (int elem : a) {
System.out.print(elem + " ");
}
fo... | UTF-8 | Java | 784 | java | DirectInsertSort.java | Java | [
{
"context": "package sort;\n\n/**\n * Created by yjw on 18-6-29.\n */\npublic class DirectInsertSort {\n ",
"end": 36,
"score": 0.9996823072433472,
"start": 33,
"tag": "USERNAME",
"value": "yjw"
}
] | null | [] | package sort;
/**
* Created by yjw on 18-6-29.
*/
public class DirectInsertSort {
public static void main(String[] args) {
int[] a = {49,38,65,97,76,13,27,49,78,34,12,64,1};
System.out.println("before:");
for (int elem : a) {
System.out.print(elem + " ");
}
fo... | 784 | 0.383929 | 0.339286 | 32 | 23.5 | 14.970805 | 58 | false | false | 36 | 0.045918 | 0 | 0 | 0 | 0 | 0.875 | false | false | 2 |
19c6d47fc04bd7c0bee0f4a9330407abd796e244 | 7,541,962,574,826 | 3a59171595e8963be89ae9bf9a3dadfe407c7d34 | /src/com/github/zzwwws/plugig/compatible/LoaderException.java | 28ac34706618a264cb77bb91b70a1bb69781ab93 | [
"MIT"
] | permissive | zzwwws/Plugig | https://github.com/zzwwws/Plugig | da8284b07e353514db38344af69802d97fd72960 | 3b9016966d2325c7045d5615f8ec06e88494f34b | refs/heads/master | 2021-01-18T15:06:54.353000 | 2016-03-18T06:41:59 | 2016-03-18T06:41:59 | 53,549,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.zzwwws.plugig.compatible;
final class LoaderException extends Exception {
private static final long serialVersionUID = 484958029591916285L;
public LoaderException() {
}
public LoaderException(String detailMessage) {
super(detailMessage);
}
public LoaderException(Strin... | UTF-8 | Java | 491 | java | LoaderException.java | Java | [
{
"context": "package com.github.zzwwws.plugig.compatible;\n\nfinal class LoaderException ",
"end": 24,
"score": 0.5972713828086853,
"start": 21,
"tag": "USERNAME",
"value": "www"
}
] | null | [] | package com.github.zzwwws.plugig.compatible;
final class LoaderException extends Exception {
private static final long serialVersionUID = 484958029591916285L;
public LoaderException() {
}
public LoaderException(String detailMessage) {
super(detailMessage);
}
public LoaderException(Strin... | 491 | 0.718941 | 0.682281 | 20 | 23.6 | 23.844076 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
accdcce0476fd092df89b808cd5df3c789547e91 | 23,321,672,430,533 | 1c52cb5eaa1bf752059592cecbfd38ab02358752 | /test/service/TagServiceTest.java | c29e211043b05ea01a7fab45edc608244875db76 | [] | no_license | ubaer/KwetterJEA | https://github.com/ubaer/KwetterJEA | dd040e2ab3ae76a81a4f79c88fc1c71cd2afe19b | e1127709aeed2d9f8dfa974c3b4f8f1280adc5fe | refs/heads/master | 2020-05-24T21:58:32.245000 | 2017-05-09T20:01:15 | 2017-05-09T20:01:15 | 84,884,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import junit.framework.TestCase;
import main.java.domain.Tag;
import main.java.service.TagService;
import org.mockito.Mockito;
import javax.enterprise.inject.Default;
import javax.inject.Inject;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by Ke... | UTF-8 | Java | 1,362 | java | TagServiceTest.java | Java | [
{
"context": "yList;\nimport java.util.Arrays;\n\n/**\n * Created by Kevin on 14-3-2017.\n */\npublic class TagServiceTest ext",
"end": 323,
"score": 0.8679910898208618,
"start": 318,
"tag": "NAME",
"value": "Kevin"
}
] | null | [] | package service;
import junit.framework.TestCase;
import main.java.domain.Tag;
import main.java.service.TagService;
import org.mockito.Mockito;
import javax.enterprise.inject.Default;
import javax.inject.Inject;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Created by Ke... | 1,362 | 0.688693 | 0.674743 | 50 | 26.26 | 23.302197 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62 | false | false | 2 |
7b7bf70af4db31a471e292401faf8657263e26bb | 2,293,512,536,230 | a1e8de8f59a2f515e3409d435a44fef0006063ac | /Documentations/Diagram/src/Home.java | b2af44e6bd55f8d9bc78c320c05ee372963b3568 | [] | no_license | anthrax3/ant-colony | https://github.com/anthrax3/ant-colony | 6f8691582de694a161285d5609a4b7ac0530ae61 | 7b5b260094bd787a76cac679fc5ee888a5c31e76 | refs/heads/master | 2020-03-16T23:58:59.116000 | 2016-07-04T02:46:15 | 2016-07-04T02:46:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* this class draws the home or the origin point
it is the parent to two subclasses:
PredatorHome and AntHome
*
* @author CRHanna
* @version 05/03/2014 15:50:14
*/
private abstract class Home {
/** the x and y coordinates. */
public PVector origin;
/** the size of the home. */
private final ... | UTF-8 | Java | 670 | java | Home.java | Java | [
{
"context": "ses: \n PredatorHome and AntHome\n * \n * @author CRHanna\n * @version 05/03/2014 15:50:14\n */\n priv",
"end": 140,
"score": 0.5611684918403625,
"start": 138,
"tag": "USERNAME",
"value": "CR"
},
{
"context": ": \n PredatorHome and AntHome\n * \n * @author CR... | null | [] | /**
* this class draws the home or the origin point
it is the parent to two subclasses:
PredatorHome and AntHome
*
* @author CRHanna
* @version 05/03/2014 15:50:14
*/
private abstract class Home {
/** the x and y coordinates. */
public PVector origin;
/** the size of the home. */
private final ... | 670 | 0.635821 | 0.614925 | 38 | 16.657894 | 17.44054 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710526 | false | false | 2 |
05dad75641d1c20f323bc83058c02c4bd99b67b2 | 21,208,548,507,962 | 4e0e8ae9b4d7c8f32ae57c601baaea9d3e2344d4 | /fileinput/DistributorInputData.java | 685b0633c4f19c9b0dd6cdf240c2492ae87e49c6 | [] | no_license | BiancaNegoescu/Energetic-System-FinalStage | https://github.com/BiancaNegoescu/Energetic-System-FinalStage | 02d6a2cf950cb4e6ded0b79e42f027f33373b349 | 5e64522161aefde621e333d5a4bc7dca30718822 | refs/heads/main | 2023-07-04T20:31:17.971000 | 2021-08-10T15:05:03 | 2021-08-10T15:05:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fileinput;
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
import java.util.Observer;
public final class DistributorInputData implements Observer {
private long id;
private long initialBudget;
private long initialInfrastructureCost;
private long contractLength;... | UTF-8 | Java | 5,379 | java | DistributorInputData.java | Java | [] | null | [] | package fileinput;
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
import java.util.Observer;
public final class DistributorInputData implements Observer {
private long id;
private long initialBudget;
private long initialInfrastructureCost;
private long contractLength;... | 5,379 | 0.663506 | 0.661833 | 186 | 27.919355 | 24.734917 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408602 | false | false | 2 |
4307df65443232e6b2fc24238f56c2ed0f513515 | 20,306,605,410,420 | de6e3f8f12e48f897d3109e3caa43e3d94941a6e | /CoreJava/MultiThreading/ExecutorServiceDemo.java | fc5de39e133b914f30f585ac37bd3d16ad434ead | [] | no_license | kishorevbhosale/Java | https://github.com/kishorevbhosale/Java | 26216131a1de4844ce3ffaf9902577a5ab34197e | 848ca3c83ee473be2b15d50d256041fb60c845b5 | refs/heads/master | 2023-02-21T02:56:24.501000 | 2023-02-10T01:11:24 | 2023-02-10T01:11:24 | 46,319,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CoreJava.MultiThreading;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class WorkerThread implements Runnable {
String name;
public WorkerThread(String name) {
this.name = name;
}
@Override
public void run() {
System.out.println(Threa... | UTF-8 | Java | 1,428 | java | ExecutorServiceDemo.java | Java | [] | null | [] | package CoreJava.MultiThreading;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class WorkerThread implements Runnable {
String name;
public WorkerThread(String name) {
this.name = name;
}
@Override
public void run() {
System.out.println(Threa... | 1,428 | 0.62395 | 0.607843 | 62 | 22.048388 | 19.646412 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.274194 | false | false | 2 |
d185b0d773253136af04413ccbc2db24d16af92d | 28,681,791,613,597 | 5476bbf07cfe2cbe1f3b3409019fac60abf59edf | /com.yottaa.platform.router.backplane/src/com/yottaa/platform/router/backplane/commands/ByteArrayToBase64TypeAdapter.java | 08fde4554b5e13814d738443010b8e1a14500f3a | [] | no_license | Yottaa/e-comet-miva | https://github.com/Yottaa/e-comet-miva | d524115871bc3505c63a9fe48e56c18bfb94379f | e2877fb3fad505da589b72cb2c73526b49609922 | refs/heads/master | 2017-11-09T09:31:37.995000 | 2017-09-05T20:19:40 | 2017-09-05T20:19:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yottaa.platform.router.backplane.commands;
import java.lang.reflect.Type;
import org.apache.commons.codec.binary.Base64;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonParseException;
import com.go... | UTF-8 | Java | 883 | java | ByteArrayToBase64TypeAdapter.java | Java | [] | null | [] | package com.yottaa.platform.router.backplane.commands;
import java.lang.reflect.Type;
import org.apache.commons.codec.binary.Base64;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonParseException;
import com.go... | 883 | 0.822197 | 0.799547 | 24 | 35.791668 | 32.31612 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 2 |
0aa383d18a262d8bf9fb94b385a727bd3ad74b13 | 17,497,696,787,245 | 9aabfa0c79cb414d5f797e5ee556e330a9773fb6 | /src/main/java/com/dsi/dem/model/LeaveRequestType.java | 0e53d41c51456c1c4e62717c97fd5ba901fc5deb | [] | no_license | DSInnovators/dem_service | https://github.com/DSInnovators/dem_service | 31dbf2ae2373b307cde31339e5d9e05d4cd0d9f0 | 7a7faa2ce9bf021750f311ed1839011177c44a7e | refs/heads/master | 2018-02-13T07:43:20.163000 | 2017-04-28T10:20:05 | 2017-04-28T10:20:05 | 63,403,692 | 0 | 2 | null | false | 2020-03-04T21:44:40 | 2016-07-15T08:06:16 | 2019-07-24T10:02:43 | 2020-03-04T21:44:38 | 860 | 0 | 1 | 1 | Java | false | false | package com.dsi.dem.model;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
/**
* Created by sabbir on 9/30/16.
*/
@Entity
@Table(name = "ref_leave_request_type")
public class LeaveRequestType {
@Id
@GeneratedValue(generator = "system-uuid")
@GenericGenerator(name = "sys... | UTF-8 | Java | 1,420 | java | LeaveRequestType.java | Java | [
{
"context": "r;\n\nimport javax.persistence.*;\n\n/**\n * Created by sabbir on 9/30/16.\n */\n\n@Entity\n@Table(name = \"ref_leave",
"end": 133,
"score": 0.9994751811027527,
"start": 127,
"tag": "USERNAME",
"value": "sabbir"
}
] | null | [] | package com.dsi.dem.model;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
/**
* Created by sabbir on 9/30/16.
*/
@Entity
@Table(name = "ref_leave_request_type")
public class LeaveRequestType {
@Id
@GeneratedValue(generator = "system-uuid")
@GenericGenerator(name = "sys... | 1,420 | 0.68169 | 0.674648 | 61 | 22.278688 | 21.192429 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295082 | false | false | 2 |
fabefc06a53a6f0125e0b871feed4c69c4a856c1 | 3,539,053,098,965 | d8e17a1ba392785cc31d5f28d69eaf8db6e93f37 | /src/weibotrends/WeiboCache.java | df5b83d01691d88967547e8d07ac817560135d64 | [] | no_license | zhaowh/weibotrends | https://github.com/zhaowh/weibotrends | 9758e295591ca20c7d14bf378bd76bf87526de45 | e327ed5617beb208483db857d74f404363ced81c | refs/heads/master | 2021-01-01T05:31:14.990000 | 2017-04-29T06:39:15 | 2017-04-29T06:39:15 | 29,392,634 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package weibotrends;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.logging.Logger;
import com.google.appengine.api.memcache.Expiration;
import com.google.appengine.api.memcache... | UTF-8 | Java | 4,803 | java | WeiboCache.java | Java | [
{
"context": "ing type){\n\t\tString key = Tweet.class.getName()+\"$ids\";\n\t\tif (type != null){\n\t\t\tkey = key + \".\"+type;\n\t",
"end": 1636,
"score": 0.8378130197525024,
"start": 1633,
"tag": "KEY",
"value": "ids"
}
] | null | [] | package weibotrends;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.logging.Logger;
import com.google.appengine.api.memcache.Expiration;
import com.google.appengine.api.memcache... | 4,803 | 0.676157 | 0.675319 | 209 | 21.856459 | 21.371817 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043062 | false | false | 2 |
f8309b4a2f78a729eecf96ec7157dc8855b705e0 | 3,367,254,402,099 | af57b92c1588dab0147d391827485eb18e2190ae | /src/com/young/sqlite/SQLiteHelper.java | d548b74075b5a6b5261511a279d51515cc30e665 | [] | no_license | HoraceHwa/HUBT_app | https://github.com/HoraceHwa/HUBT_app | b88ce58fee24720e22abc938e79506800c47bce1 | 2a4ccca0e64a3e5432f5228548aeed5c199df0a2 | refs/heads/master | 2016-09-06T13:56:46.198000 | 2015-09-06T12:18:14 | 2015-09-06T12:18:14 | 42,000,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.young.sqlite;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class SQLiteHelper extends SQLiteOpenHelper {
public final String tag = "in MySQLiteHelper";
private static final String DATABASE_NAME = "HBUT.db";
priv... | UTF-8 | Java | 5,315 | java | SQLiteHelper.java | Java | [] | null | [] | package com.young.sqlite;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class SQLiteHelper extends SQLiteOpenHelper {
public final String tag = "in MySQLiteHelper";
private static final String DATABASE_NAME = "HBUT.db";
priv... | 5,315 | 0.693894 | 0.69369 | 120 | 39.808334 | 26.40085 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.591667 | false | false | 2 |
9b14b62f309b6eed5606e84863dbaff1dbf31833 | 27,865,747,832,977 | a6cef2805a15507a90787d4857d9f9021ca4298b | /app/src/main/java/com/example/dhobijunction/activity/CheckoutActivity.java | 8bf059cb475914fadc6965f4871e897fa2ae0564 | [] | no_license | FaizanShaikh654933/DhobiJunction | https://github.com/FaizanShaikh654933/DhobiJunction | d9cf76ca27d4d0744963088574468b2aebcb7c5d | 7ccf488330b0e512d848bfdaadbfe292b42d3ddb | refs/heads/master | 2023-04-13T02:01:50.763000 | 2021-04-23T17:05:14 | 2021-04-23T17:05:14 | 331,293,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dhobijunction.activity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.recyclerview.widget.LinearLayoutManager;
import android.Manifest;
import android.content.Intent;
import android.content.SharedPrefer... | UTF-8 | Java | 12,180 | java | CheckoutActivity.java | Java | [] | null | [] | package com.example.dhobijunction.activity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.recyclerview.widget.LinearLayoutManager;
import android.Manifest;
import android.content.Intent;
import android.content.SharedPrefer... | 12,180 | 0.556158 | 0.550246 | 242 | 49.334709 | 39.17485 | 301 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.706612 | false | false | 2 |
75fae4b20ff0b4785a2f948d60cdc91154508619 | 24,945,170,083,055 | ea6afcddb7d05a028b1e3a7eadbb69f2470f52aa | /AtrapandoInsectos/src/atrapandoinsectos/Modelo/Jugador.java | 8d57b0e105c0cb7a3e82a275b46e415bd24fe8f2 | [] | no_license | MRegit/AtrapaInsectos | https://github.com/MRegit/AtrapaInsectos | c1dc2eff37a528613876161e916240b83c5259e8 | 8ee69ed992f0475e2bbe78a00874355b1647b00c | refs/heads/master | 2022-11-28T00:42:10.459000 | 2019-08-27T02:04:45 | 2019-08-27T02:04:45 | 284,546,940 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package atrapandoinsectos.Modelo;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
impo... | UTF-8 | Java | 2,634 | java | Jugador.java | Java | [
{
"context": "import java.util.ArrayList;\r\n\r\n/**\r\n *\r\n * @author israe\r\n */\r\npublic class Jugador implements Comparable<",
"end": 401,
"score": 0.9952375292778015,
"start": 396,
"tag": "USERNAME",
"value": "israe"
}
] | 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 atrapandoinsectos.Modelo;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
impo... | 2,634 | 0.560364 | 0.558087 | 107 | 22.616823 | 23.424025 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439252 | false | false | 2 |
9c6c3a2772f524c7fc3cb4bf1eb1662d2ddc9992 | 24,945,170,083,716 | 0d470d66bc1e31677da590e73df7509836e1a68a | /app/src/main/java/dei/estg/ipleiria/pt/ergodigital/UserSettingsActivity.java | dbec2b054489416205f82e2660d020b966745b6b | [] | no_license | NunoDom/ErgoDigital | https://github.com/NunoDom/ErgoDigital | d6f59a3719a22d7ff998066815b659555531bde3 | 0cb05484f7e66d21a4be56c2de82193d00123cd8 | refs/heads/master | 2021-01-10T15:01:31.070000 | 2016-02-17T14:32:20 | 2016-02-17T14:32:20 | 45,679,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dei.estg.ipleiria.pt.ergodigital;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class UserSettingsActiv... | UTF-8 | Java | 2,050 | java | UserSettingsActivity.java | Java | [] | null | [] | package dei.estg.ipleiria.pt.ergodigital;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class UserSettingsActiv... | 2,050 | 0.68878 | 0.684878 | 60 | 33.166668 | 29.887661 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716667 | false | false | 2 |
4cef43977b4f0149307a365f17f52101d01571b8 | 24,876,450,611,224 | d86d19d34ef117c96d6b8cb8f896e0fe2421810d | /src/main/java/com/gochinatv/cdn/api/test/service/impl/TvVideoServiceImpl.java | 5c8ee5542ee34815e3d8f2c968b4a45b979a9a30 | [
"Apache-2.0"
] | permissive | jacktomcat/cdn-api | https://github.com/jacktomcat/cdn-api | aa7ec3694bed0b6665ee0181f7802a5caf40ada7 | 46b3fe5d07a7423429688bbaf2e7089a05057faf | refs/heads/master | 2022-12-27T21:16:40.770000 | 2019-12-26T02:53:55 | 2019-12-26T02:53:55 | 84,321,114 | 0 | 0 | Apache-2.0 | false | 2022-12-16T06:16:48 | 2017-03-08T13:05:56 | 2019-12-26T02:54:08 | 2022-12-16T06:16:45 | 209 | 0 | 0 | 13 | Java | false | false | package com.gochinatv.cdn.api.test.service.impl;
import java.util.ArrayList;
import java.util.List;
import com.gochinatv.cdn.api.test.service.WrapperVideo;
public class TvVideoServiceImpl extends WrapperVideo{
@Override
public List<String> getVideoList() {
List<String> videoList = new ArrayList<>();
videoL... | UTF-8 | Java | 495 | java | TvVideoServiceImpl.java | Java | [] | null | [] | package com.gochinatv.cdn.api.test.service.impl;
import java.util.ArrayList;
import java.util.List;
import com.gochinatv.cdn.api.test.service.WrapperVideo;
public class TvVideoServiceImpl extends WrapperVideo{
@Override
public List<String> getVideoList() {
List<String> videoList = new ArrayList<>();
videoL... | 495 | 0.755839 | 0.755839 | 25 | 17.84 | 19.987356 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92 | false | false | 2 |
e018a0175f6cee150efc0cf2d0bc85db4d71520b | 25,786,983,680,434 | 3e45021ee5d7b988b5771f74c95f5764f044bf26 | /SpringRulesApplication/src/main/java/com/rules/mvc/services/RuleDetailsServiceImpl.java | 28d171311793e1a5c409b3291019b11cd91ab861 | [] | no_license | SRekha-LV/SISamples | https://github.com/SRekha-LV/SISamples | c353360ab759be436d816ab0c3b87c2eeba6d29f | 1abe37b44dfd75c2abb48dd98f5e1b3b58dc28f6 | refs/heads/master | 2016-08-12T13:23:11.225000 | 2016-03-08T11:32:50 | 2016-03-08T11:32:50 | 49,436,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rules.mvc.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.rules.mvc.model.mongo.RuleDetails;
import com.rules.mvc.model.mongo.RuleTypeInfo;
import com.rules.mvc.repositories.RuleDetailsRepository;
im... | UTF-8 | Java | 984 | java | RuleDetailsServiceImpl.java | Java | [] | null | [] | package com.rules.mvc.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.rules.mvc.model.mongo.RuleDetails;
import com.rules.mvc.model.mongo.RuleTypeInfo;
import com.rules.mvc.repositories.RuleDetailsRepository;
im... | 984 | 0.825203 | 0.825203 | 34 | 27.941177 | 25.79665 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117647 | false | false | 2 |
df7037556f9f4449811503e8a71b2c134b0d8690 | 23,931,557,787,518 | e1b93036829a8fa6aeae9e64bcda67f0c1273cea | /src/cc/jiuyi/dao/OddHandOverDao.java | fd70c0dd399a58d9496b58e5cef1e08ec56f6610 | [] | no_license | lindark/tmes | https://github.com/lindark/tmes | c850a90722984cf8d4e028376922812a754e1962 | 1ca0dc03b536553e633ee466351fd6cdbbf0b174 | refs/heads/master | 2020-04-03T19:25:35.287000 | 2018-10-31T08:55:06 | 2018-10-31T08:55:06 | 155,522,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.jiuyi.dao;
import java.util.HashMap;
import java.util.List;
import cc.jiuyi.bean.Pager;
import cc.jiuyi.entity.OddHandOver;
/**
* Dao接口 - 零头交接
*/
public interface OddHandOverDao extends BaseDao<OddHandOver, String> {
/**
* 根据随工单编号读取零头数交接
* @param workingBillCode
* @return
*/
p... | UTF-8 | Java | 583 | java | OddHandOverDao.java | Java | [] | null | [] | package cc.jiuyi.dao;
import java.util.HashMap;
import java.util.List;
import cc.jiuyi.bean.Pager;
import cc.jiuyi.entity.OddHandOver;
/**
* Dao接口 - 零头交接
*/
public interface OddHandOverDao extends BaseDao<OddHandOver, String> {
/**
* 根据随工单编号读取零头数交接
* @param workingBillCode
* @return
*/
p... | 583 | 0.697974 | 0.697974 | 26 | 18.653847 | 22.927885 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 2 |
e401881f5ae9ecc39cab1b280779e0551c1fc158 | 33,303,176,427,837 | 84dc20fabbc8da36ac49293ee497ae7f3d164421 | /SellingCars.java | 09252d650957d67efc5b62c46081a7b4a16273a7 | [] | no_license | architlatkar27/java_lab | https://github.com/architlatkar27/java_lab | 7dc9b44f690e65b2cce432f71dde87da7b8bb70e | 96b22e78d39dbbc74db767d101f6f7740b667350 | refs/heads/master | 2020-09-08T05:29:17.963000 | 2020-06-04T08:31:49 | 2020-06-04T08:31:49 | 221,028,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Car{
int speed;
double regprice;
String color;
Car(String color,int speed,double regprice){
this.color=color;
this.regprice=regprice;
this.speed=speed;
}
double getSalePrice(){
return regprice;
}
}
class Truck extends Car{
int weight;
int discount;
Truck(String color,int speed,double regprice,in... | UTF-8 | Java | 827 | java | SellingCars.java | Java | [] | null | [] | class Car{
int speed;
double regprice;
String color;
Car(String color,int speed,double regprice){
this.color=color;
this.regprice=regprice;
this.speed=speed;
}
double getSalePrice(){
return regprice;
}
}
class Truck extends Car{
int weight;
int discount;
Truck(String color,int speed,double regprice,in... | 827 | 0.727932 | 0.714631 | 40 | 19.65 | 15.442717 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.975 | false | false | 2 |
36fe28658bdd2df8cf1a7bc9613c8f43efeae05c | 14,362,370,699,821 | e37ed5033d3c75608190cea088533335f9915256 | /TextProcessingAndRegex/ReverseStrings.java | 6ca0798b0e28ffe11cfa72867179c6872ffff95a | [] | no_license | KrasimirKolchev/Technology-Fundamentals-Java | https://github.com/KrasimirKolchev/Technology-Fundamentals-Java | b89d0b53b75ffd57501fc01d99747b9861df2dd9 | ac21994de33d28a2dce94a1522fa63b21ced49f4 | refs/heads/master | 2021-12-14T14:07:38.369000 | 2021-12-09T13:13:01 | 2021-12-09T13:13:01 | 182,750,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package T_TextProcessingAndRegex;
import java.util.Scanner;
public class ReverseStrings {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String input;
while (!"end".equals(input = scanner.nextLine())) {
StringBuilder reversed =... | UTF-8 | Java | 527 | java | ReverseStrings.java | Java | [] | null | [] | package T_TextProcessingAndRegex;
import java.util.Scanner;
public class ReverseStrings {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String input;
while (!"end".equals(input = scanner.nextLine())) {
StringBuilder reversed =... | 527 | 0.578748 | 0.578748 | 22 | 21.954546 | 23.385071 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 2 |
69df5fb967b6c87a2570aec9843480cd395103fa | 14,396,730,391,416 | 32c971dfcbd3ded1214ad475eee5de119c745813 | /src/be/skydragonsz/game/Game.java | 86a960977e42fb93511281569e22034c065049a4 | [] | no_license | Skydragonsz/project-RPG | https://github.com/Skydragonsz/project-RPG | f5444e1bf97c66641f6766ad09e4d3c973587346 | 94b1616a4e945b1857559bd7a4fee9a98b306639 | refs/heads/master | 2018-12-21T06:47:00.279000 | 2018-10-05T14:29:24 | 2018-10-05T14:29:24 | 150,732,465 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.skydragonsz.game;
import be.skydragonsz.render.Window;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
public class Game extends Canvas implements Runnab... | UTF-8 | Java | 3,618 | java | Game.java | Java | [] | null | [] | package be.skydragonsz.game;
import be.skydragonsz.render.Window;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
public class Game extends Canvas implements Runnab... | 3,618 | 0.552515 | 0.529298 | 125 | 27.952 | 20.600914 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672 | false | false | 2 |
3e67e20eef723c0b4a5abfd2dd4d87df8f6022df | 25,847,113,251,289 | 1a65d8e15cb0b7f08c76c0b0c6eb40b7a093497f | /src/network/Client.java | 75f435fafe4c1c0f57d1df229964e019487c388d | [] | no_license | FigvamFigy/battleship_client | https://github.com/FigvamFigy/battleship_client | 2cb3ea2d63556dd019a0a8348845efffde297b5f | 5b22b5fe7f1d835652b6d022369bac46151d6ffa | refs/heads/master | 2023-01-05T05:41:20.982000 | 2020-10-27T03:02:56 | 2020-10-27T03:02:56 | 303,599,540 | 0 | 0 | null | false | 2020-10-27T03:02:57 | 2020-10-13T05:40:58 | 2020-10-21T00:19:15 | 2020-10-27T03:02:56 | 29 | 0 | 0 | 1 | Java | false | false | package network;
import graphicLogic.MainLogic;
import javafx.application.Platform;
import network.protocol_classes.DataDecider;
import network.timed_connection.TimedConnectionHandler;
import thread.DataProcessingThread;
import util.EnumScene;
import java.io.IOException;
import java.net.ConnectException;
import java.... | UTF-8 | Java | 7,121 | java | Client.java | Java | [] | null | [] | package network;
import graphicLogic.MainLogic;
import javafx.application.Platform;
import network.protocol_classes.DataDecider;
import network.timed_connection.TimedConnectionHandler;
import thread.DataProcessingThread;
import util.EnumScene;
import java.io.IOException;
import java.net.ConnectException;
import java.... | 7,121 | 0.60778 | 0.606656 | 252 | 27.257936 | 30.115271 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349206 | false | false | 2 |
aac85cd5d77b4c7803fe7b091d16fd4fa8051461 | 30,777,735,703,428 | 4c5c342643102afe856acad2f0178eae2cbbb01c | /src/main/java/org/audit4j/handler/db/DatabaseAuditHandler.java | 6c0532302d937bc37d85e2322471d5589bf071f9 | [
"Apache-2.0"
] | permissive | leandrosilvaferreira/audit4j-db | https://github.com/leandrosilvaferreira/audit4j-db | a22f7e30d024a561c38ffb9ae083189cd6bb11fc | 8d2f8c912bd814e2a453ce868752ae5b2153e3b8 | refs/heads/master | 2020-03-11T11:38:24.339000 | 2018-04-21T02:59:39 | 2018-04-21T02:59:39 | 129,974,643 | 0 | 0 | Apache-2.0 | true | 2018-04-17T23:02:31 | 2018-04-17T23:02:31 | 2017-01-11T00:54:55 | 2017-12-02T06:15:06 | 88 | 0 | 0 | 0 | null | false | null | /*
* Copyright (c) 2014-2015 Janith Bandara, This source is a part of
* Audit4j - An open source auditing framework.
* http://audit4j.org
*
* 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 a... | UTF-8 | Java | 14,462 | java | DatabaseAuditHandler.java | Java | [
{
"context": "/*\n * Copyright (c) 2014-2015 Janith Bandara, This source is a part of\n * Audit4j - An open so",
"end": 44,
"score": 0.9998824596405029,
"start": 30,
"tag": "NAME",
"value": "Janith Bandara"
},
{
"context": "tabaseAuditHandler.\n *\n * @author <a href=\"mailto:janith3... | null | [] | /*
* Copyright (c) 2014-2015 <NAME>, This source is a part of
* Audit4j - An open source auditing framework.
* http://audit4j.org
*
* 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
*
* ... | 14,421 | 0.682962 | 0.679228 | 679 | 20.298969 | 24.270271 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.184094 | false | false | 2 |
24963c7f0e70f676868d6dedc2f20c4582c8e69e | 28,802,050,730,079 | 0170ef6b69daa9b146e339671a5486e410fb4908 | /GameTestThanos/src/actioneffects.java | e96417f9fc00f9ab428b66bbac21a2b3ce6802e8 | [] | no_license | akeske/thanos | https://github.com/akeske/thanos | 768a111d0f177b09d3c5df14350554c99dc8ddb5 | 31cf89ec80de776c674c7eda6f428375717d4227 | refs/heads/master | 2017-11-25T12:48:45.712000 | 2013-10-26T13:52:10 | 2013-10-26T13:52:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class actioneffects {
public actioneffects(){
Random generator = new Random();
int r = generator.nextInt(25-controller.nextlevel);
if(r==1) {
retaliation.retaliate();
}
int foundscraps=0;
int civs=0;
switch(controller.actiontype){
case 0:
brea... | UTF-8 | Java | 5,509 | java | actioneffects.java | Java | [] | null | [] | import java.util.Random;
public class actioneffects {
public actioneffects(){
Random generator = new Random();
int r = generator.nextInt(25-controller.nextlevel);
if(r==1) {
retaliation.retaliate();
}
int foundscraps=0;
int civs=0;
switch(controller.actiontype){
case 0:
brea... | 5,509 | 0.653113 | 0.636413 | 200 | 25.545 | 21.617308 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.75 | false | false | 2 |
c3e2b396c6849d721499ccddf93ec74dcbc261d2 | 23,545,010,726,028 | 0541065baa8a3b93ceea6716f52b77dc6cb93452 | /IndusIntegrationFramework/src/java/org/iastate/ailab/qengine/core/datasource/DefaultDataNodeImplementation.java | eb8b4919d65a186da65fd1251e4ccae8e8e8c087 | [] | no_license | JolyZhang/indusintegrationframework | https://github.com/JolyZhang/indusintegrationframework | 33a1e9d473bd45ea7cd55849ee4f9c131e63c6cb | 8a16bb4e772bff4449f3d50a89387b511a2495bd | refs/heads/master | 2021-01-10T16:36:44.750000 | 2010-11-12T04:13:29 | 2010-11-12T04:13:29 | 55,266,899 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.iastate.ailab.qengine.core.datasource;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Vector;
import org.apache.log4j.Logger;
import org.iastate.ailab.qengine.core.DefaultDataNodeAggregationStrat... | UTF-8 | Java | 11,232 | java | DefaultDataNodeImplementation.java | Java | [] | null | [] | package org.iastate.ailab.qengine.core.datasource;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Vector;
import org.apache.log4j.Logger;
import org.iastate.ailab.qengine.core.DefaultDataNodeAggregationStrat... | 11,232 | 0.689993 | 0.689815 | 370 | 28.356756 | 26.815531 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 2 |
b32c3622fd667c3300d8a34ce0f3d69d499538c3 | 30,434,138,268,052 | 14142d0fec75d475ab1ce7ba487920bc3be52a44 | /app/src/main/java/com/wsg/go/view/adapter/ArticleAdapter.java | fe62324444df880d4c9f079474a5ad7643e3db1e | [] | no_license | wushaoge/WsgGo | https://github.com/wushaoge/WsgGo | 5978a278245885713ae837010ad7282fd6d5f5d7 | 813aa44a89e5dfe3466d13b6ed8797da3de6db2f | refs/heads/master | 2020-05-27T21:40:41.119000 | 2019-05-27T08:13:51 | 2019-05-27T08:13:51 | 188,796,304 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsg.go.view.adapter;
import android.content.Context;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.wsg.go.R;
import com.wsg.go.entity.ArticleData;
/**
* ================================================
* 作 者:wushaoge
* 版 本:... | UTF-8 | Java | 992 | java | ArticleAdapter.java | Java | [
{
"context": "=======================================\n * 作 者:wushaoge\n * 版 本:1.0\n * 创建日期:2018-12-13 17:03\n * 描 述:",
"end": 309,
"score": 0.999636173248291,
"start": 301,
"tag": "USERNAME",
"value": "wushaoge"
}
] | null | [] | package com.wsg.go.view.adapter;
import android.content.Context;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.wsg.go.R;
import com.wsg.go.entity.ArticleData;
/**
* ================================================
* 作 者:wushaoge
* 版 本:... | 992 | 0.628931 | 0.614256 | 33 | 27.90909 | 28.390528 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 2 |
f6d9e56413328afc603ae59dfcec7934032f859f | 24,867,860,701,822 | 56740e4ad121e9643297b673ff5ee2567bbc63a2 | /cd_zhzs_service/src/main/java/com/ahcd/dbutil/Config.java | cc77f67985dc0dc7a8b56bef3a7c7a81bd655e9f | [] | no_license | shiminwei/shiminwei1 | https://github.com/shiminwei/shiminwei1 | 7cb71cc6b920f4d4d7e58db0c60ca667dad5e6b0 | 8bea1e847dd3ccf077116f60a00479876c688742 | refs/heads/master | 2021-06-26T06:07:52.150000 | 2017-09-13T01:11:00 | 2017-09-13T01:11:00 | 103,632,406 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ahcd.dbutil;
import com.ahcd.common.MongoBeanUtil;
import com.ahcd.common.PropertiesUntil;
import com.ahcd.log.Logger;
import com.ahcd.pojo.DatasourceBean;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mongodb.MongoClient;
impo... | UTF-8 | Java | 2,561 | java | Config.java | Java | [] | null | [] | package com.ahcd.dbutil;
import com.ahcd.common.MongoBeanUtil;
import com.ahcd.common.PropertiesUntil;
import com.ahcd.log.Logger;
import com.ahcd.pojo.DatasourceBean;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mongodb.MongoClient;
impo... | 2,561 | 0.71277 | 0.711984 | 72 | 34.361111 | 25.970766 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.555556 | false | false | 2 |
aee512de571b592241699cff484e41f062164f10 | 26,766,236,207,973 | 6fc3e1fa3a2a65b15318d3630b43d6e644421f71 | /src/Machine/ValueOfTypes.java | 956bbdb5285f9398cd14b586511e843320e51bee | [] | no_license | doorqmin/VendingMachine | https://github.com/doorqmin/VendingMachine | 4160cfdf339a6d79c48694a42bf5288e1ce461bd | 990cf23c9ceea3679f7020836396aa79dc2471c8 | refs/heads/main | 2023-07-10T18:39:45.587000 | 2021-08-17T06:01:00 | 2021-08-17T06:01:00 | 397,119,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Machine;
import java.util.Scanner;
public class ValueOfTypes {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
VendingMachine vm = new VendingMachine();
vm.init(); // 음료 목록 배열 생성
System.out.println("소지금을 입력하세요");
int money = sc.nextInt();
vm.showBeverage(money)... | UTF-8 | Java | 550 | java | ValueOfTypes.java | Java | [] | null | [] | package Machine;
import java.util.Scanner;
public class ValueOfTypes {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
VendingMachine vm = new VendingMachine();
vm.init(); // 음료 목록 배열 생성
System.out.println("소지금을 입력하세요");
int money = sc.nextInt();
vm.showBeverage(money)... | 550 | 0.662281 | 0.662281 | 21 | 20.761906 | 16.595768 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 2 |
a5710c53b02f311624b08d6d7352071115da2b13 | 4,140,348,475,981 | b775bb230438b549cb74e1dd881597fd9410977a | /app/src/main/java/com/example/zhitoupc/simpletest/adapter/StackAdapter.java | 93cb9f39631f7b6363478f8bef7e6d92b39116b2 | [] | no_license | Sole2016/SimpleCase | https://github.com/Sole2016/SimpleCase | 43f4a681dc1b72f3671c1e6488f04752ccc17da7 | 892865cdc32b343e825c44d4371e583534e8819d | refs/heads/master | 2018-09-09T02:46:28.798000 | 2017-09-15T09:18:49 | 2017-09-15T09:18:49 | 64,195,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhitoupc.simpletest.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.example.zhitoupc.simpletest.R;
public class StackAdapter extends BaseAdapter{
private Context... | UTF-8 | Java | 1,133 | java | StackAdapter.java | Java | [] | null | [] | package com.example.zhitoupc.simpletest.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import com.example.zhitoupc.simpletest.R;
public class StackAdapter extends BaseAdapter{
private Context... | 1,133 | 0.653133 | 0.650485 | 49 | 22.12245 | 20.409714 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
49c3d59b115859001f345191292df1c0848c4c3d | 4,140,348,474,287 | c32952994f12977269a48487ecef24cb8f9ce56e | /Teemo-InternalTest/src/org/dcm4che2/tool/dcmsnd/DcmSnd.java | 01091a1f5353a96cb7a778885cbe6affe28011da | [] | no_license | wisdom-lin/Teemo | https://github.com/wisdom-lin/Teemo | e739975ffbaf86ab29a5ccd33c195f16e35daa2d | cdccb4fcefb95426cb1cae6458713cc3d93da1bd | refs/heads/master | 2021-01-01T05:48:43.436000 | 2012-08-02T05:40:18 | 2012-08-02T05:40:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The
* contents of this file are subject to the Mozilla Public License Version 1.1
* (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.mozilla.org/MPL/
* ... | UTF-8 | Java | 59,097 | java | DcmSnd.java | Java | [
{
"context": " The Initial Developer of\r\n * the Original Code is Gunter Zeilinger, Huetteldorferstr. 24/10, 1150\r\n * Vienna/Austria",
"end": 761,
"score": 0.9998849034309387,
"start": 745,
"tag": "NAME",
"value": "Gunter Zeilinger"
},
{
"context": "eveloper. All Rights Reserved.\... | null | [] | /*
* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The
* contents of this file are subject to the Mozilla Public License Version 1.1
* (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.mozilla.org/MPL/
* ... | 59,045 | 0.661252 | 0.650287 | 1,560 | 35.88269 | 30.853247 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.883333 | false | false | 2 |
33a0b21059872c839365c7e0792fbf50a85051b5 | 16,106,127,380,431 | 2266108b44c12d03cdd1ac316056b4925b1c60bf | /src/Selenium_api/Topic_02_Xpath_Css.java | 881ff258cb9464c82f1138ffcab3b2382a717e04 | [] | no_license | thuypt95/WebDriver_ThuyPT_Topic3 | https://github.com/thuypt95/WebDriver_ThuyPT_Topic3 | a67475c554043d5406d551928ce64789bbadb5d8 | 84554f9e7a14bc68015a0903ad572af53f6df4a9 | refs/heads/master | 2022-11-05T20:31:29.935000 | 2020-06-23T11:00:48 | 2020-06-23T11:00:48 | 272,340,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Selenium_api;
import org.testng.annotations.Test;
import com.sun.istack.internal.logging.Logger;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox... | UTF-8 | Java | 8,243 | java | Topic_02_Xpath_Css.java | Java | [
{
"context": "= \"Please enter a valid email address. For example johndoe@domain.com.\";\n\tString error_empty_field = \"This is a require",
"end": 574,
"score": 0.9999186396598816,
"start": 556,
"tag": "EMAIL",
"value": "johndoe@domain.com"
},
{
"context": " = \"Automation Testing\"... | null | [] | package Selenium_api;
import org.testng.annotations.Test;
import com.sun.istack.internal.logging.Logger;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox... | 8,205 | 0.658862 | 0.640907 | 194 | 41.489689 | 37.039856 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.27835 | false | false | 2 |
8963e8dd88a7d8b8e8101a528294eb7df2e058a5 | 16,106,127,382,046 | 1128e30c9582c405899b671db298d986885bbf11 | /src/core/X3DExporter.java | 092797c47ea22b2a15e5369ecd5f9029dbcf1577 | [] | no_license | jorgemcgomes/virtualgallery | https://github.com/jorgemcgomes/virtualgallery | b55cf3a4bdd1e9ac7c41483844764e85c9484e44 | bd2414173fbb4d136ab05ae1f9902bb25af34fdc | refs/heads/master | 2021-01-01T04:47:03.020000 | 2017-07-14T15:04:03 | 2017-07-14T15:04:03 | 97,243,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core;
public class X3DExporter {
}
| UTF-8 | Java | 50 | java | X3DExporter.java | Java | [] | null | [] | package core;
public class X3DExporter {
}
| 50 | 0.66 | 0.64 | 5 | 8 | 10.256705 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
f195854d9c5deeaa5dd4043ddd11275ae233f292 | 31,190,052,518,265 | fa0d33f5c5c73c2991c202eb3b2d193419c3efe6 | /src/main/java/com/bestdeals/domain/Deal.java | 8fd6f39d817eb6220faa8a7cd6d247f8cf589f47 | [] | no_license | arfpnm/BestDeals | https://github.com/arfpnm/BestDeals | 8f7d25480d785c3fe3d097b40c0a7c826c78731c | dc034fa6e1e997361d1f061d5ac1f15429c28f80 | refs/heads/master | 2021-01-21T21:22:32.303000 | 2017-06-20T00:57:02 | 2017-06-20T00:57:02 | 94,833,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bestdeals.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.math.BigDecimal;
import java.time.LocalDateTime;
/**
* Created by arif on 18/06/2017.
*/
@Entity
public class Deal {
@Id
@Gen... | UTF-8 | Java | 2,995 | java | Deal.java | Java | [
{
"context": "import java.time.LocalDateTime;\n\n/**\n * Created by arif on 18/06/2017.\n */\n@Entity\npublic class Deal {\n\n ",
"end": 259,
"score": 0.9394474029541016,
"start": 255,
"tag": "USERNAME",
"value": "arif"
}
] | null | [] | package com.bestdeals.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.math.BigDecimal;
import java.time.LocalDateTime;
/**
* Created by arif on 18/06/2017.
*/
@Entity
public class Deal {
@Id
@Gen... | 2,995 | 0.734891 | 0.73222 | 142 | 20.098591 | 19.459713 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34507 | false | false | 2 |
a8a2faf75606487ccb822b0049d099711f35a047 | 4,020,089,399,147 | f6fdeabd89c142574577a1ceb9ad5b0627ba9263 | /app/src/main/java/com/example/triumph/enunny/di/modules/ActivityModule.java | dfc1b28408794c357ca3ec6d136fa61aa86d1ca2 | [] | no_license | todemudia/Enunny | https://github.com/todemudia/Enunny | 5e0b3f59a9cab045b97aa92d6571ec8776b2f29b | 9219ec3e94039bb8c7b1f03fbb1dbd9ef2297dd7 | refs/heads/master | 2021-04-12T10:30:03.159000 | 2018-04-26T13:12:20 | 2018-04-26T13:12:20 | 126,472,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.triumph.enunny.di.modules;
import android.app.Activity;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import com.example.triumph.enunny.di.ActivityContext;
import com.example.triumph.enunny.di.PerActivity;
import com.example.triumph.enunny.ui.menu.MainMenuMvpPres... | UTF-8 | Java | 1,811 | java | ActivityModule.java | Java | [] | null | [] | package com.example.triumph.enunny.di.modules;
import android.app.Activity;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import com.example.triumph.enunny.di.ActivityContext;
import com.example.triumph.enunny.di.PerActivity;
import com.example.triumph.enunny.ui.menu.MainMenuMvpPres... | 1,811 | 0.753727 | 0.753175 | 66 | 26.439394 | 22.448006 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378788 | false | false | 2 |
d1445bb346dc2f5d7e53d7984575e9ec0c685c38 | 1,022,202,282,275 | 4b354daa8f6f9a2f5fe437a0f6f00cd352b13679 | /src/main/java/no/uka/findmyapp/model/Location.java | 073a70ceb643f98f408e5758e6361dd9ec1fde30 | [] | no_license | findmyapp/findmyapp | https://github.com/findmyapp/findmyapp | 099511045f74f6745ac6a552ee99cbcb9899453b | 9fb71f4b3b28cab284f103edda2eb2dd3b33d12e | refs/heads/master | 2016-09-05T19:51:11.210000 | 2011-10-12T18:54:14 | 2011-10-12T18:54:14 | 1,875,329 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.uka.findmyapp.model;
/**
* @author Cecilie Haugstvedt
* @author Audun Sorheim
*/
public class Location {
private int locationId;
private String stringId;
private String locationName;
public Location() {}
public Location(int locationId) {
this.locationId = locationId;
}
public Location(... | UTF-8 | Java | 899 | java | Location.java | Java | [
{
"context": "package no.uka.findmyapp.model;\n\n/**\n * @author Cecilie Haugstvedt\n * @author Audun Sorheim\n */\npublic class Locatio",
"end": 66,
"score": 0.9998785853385925,
"start": 48,
"tag": "NAME",
"value": "Cecilie Haugstvedt"
},
{
"context": "del;\n\n/**\n * @author Cecili... | null | [] | package no.uka.findmyapp.model;
/**
* @author <NAME>
* @author <NAME>
*/
public class Location {
private int locationId;
private String stringId;
private String locationName;
public Location() {}
public Location(int locationId) {
this.locationId = locationId;
}
public Location(int locationId, Str... | 880 | 0.727475 | 0.727475 | 51 | 16.607843 | 17.177366 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 2 |
0482952a39d1a153a695678a3767b552c30fe4dc | 3,882,650,482,608 | 793bb9f46ef8885e206209fe403d587a98da81b8 | /app/src/main/java/com/example/vutahoanghiep/cyclevie/Main2Activity.java | 5731a740475de7cd050de872923c86153013a79f | [] | no_license | vutahoanghiep/CycleDeVieActiviteV4 | https://github.com/vutahoanghiep/CycleDeVieActiviteV4 | 7165024e30110c50967d6eb141c97a4824903e43 | 733b56a90bc7cd5bcb97363d554bfb93b00fa675 | refs/heads/master | 2021-05-08T10:20:37.060000 | 2018-02-02T11:12:11 | 2018-02-02T11:12:11 | 119,840,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.vutahoanghiep.cyclevie;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.Gravity;
import android.widget.TextView;
import an... | UTF-8 | Java | 4,745 | java | Main2Activity.java | Java | [] | null | [] | package com.example.vutahoanghiep.cyclevie;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.Gravity;
import android.widget.TextView;
import an... | 4,745 | 0.571551 | 0.568128 | 137 | 33.109489 | 27.574896 | 98 | false | false | 0 | 0 | 0 | 0 | 69 | 0.014759 | 0.357664 | false | false | 2 |
b557273e9fa366696ee624e72a7752c2599181aa | 18,459,769,493,651 | 015a212b7f269f60724c9149fa0c34b87a7f3e10 | /lib/src/main/java/com/sd/lib/scatter/service/Scatterio.java | 5fccbdb0d2d4c0494f3e67cbb34a58b5372be74d | [] | no_license | zj565061763/scatter-service | https://github.com/zj565061763/scatter-service | 9b6793ff6e0dc509c2fe4afc2bf9011b2df817bb | 2dca4803bab1577fef1a5d1b1d906ccb27f50718 | refs/heads/master | 2020-04-03T01:29:49.104000 | 2018-10-30T10:08:14 | 2018-10-30T10:08:14 | 154,932,486 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sd.lib.scatter.service;
import com.sd.lib.scatter.service.exception.IllegalRequestEventException;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class Scatterio
{
public static final String MSG_CONNECT = "40/scatter";
public static final String MSG_EV... | UTF-8 | Java | 4,280 | java | Scatterio.java | Java | [] | null | [] | package com.sd.lib.scatter.service;
import com.sd.lib.scatter.service.exception.IllegalRequestEventException;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class Scatterio
{
public static final String MSG_CONNECT = "40/scatter";
public static final String MSG_EV... | 4,280 | 0.545583 | 0.543938 | 169 | 24.183432 | 22.461449 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43787 | false | false | 2 |
bcd75ebb29d2878f55420e8313d0088085c0fb39 | 27,968,827,035,276 | 058a2b3f48fc491727cd8d03adf5c96643dc856c | /eureka-consumer/src/main/java/com/github/mahui53541/kedacom/consumer/controller/UserController.java | eee65ae1ad6ad84f7053aaeac70d59aace143d70 | [
"Apache-2.0"
] | permissive | mahuiplus/kedacom | https://github.com/mahuiplus/kedacom | 4795b621cd9dfa2cbe32ce64eb9c05d6ccb3a576 | f8615c3c4572edbbf2ffa4b18d2e4c55def54e2e | refs/heads/master | 2021-09-04T14:00:42.298000 | 2018-01-17T02:08:51 | 2018-01-17T02:08:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.mahui53541.kedacom.consumer.controller;
/**
* @description:
* @author: MaHui
* @created: 2018/1/11 10:00
* @version:1.0.0
*/
public class UserController {
}
| UTF-8 | Java | 182 | java | UserController.java | Java | [
{
"context": "package com.github.mahui53541.kedacom.consumer.controller;\n\n/**\n * @description",
"end": 29,
"score": 0.9992195963859558,
"start": 19,
"tag": "USERNAME",
"value": "mahui53541"
},
{
"context": "umer.controller;\n\n/**\n * @description:\n * @author: MaHui\n * @created:... | null | [] | package com.github.mahui53541.kedacom.consumer.controller;
/**
* @description:
* @author: MaHui
* @created: 2018/1/11 10:00
* @version:1.0.0
*/
public class UserController {
}
| 182 | 0.692308 | 0.587912 | 10 | 17.200001 | 16.981167 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 2 |
b49196067459d40cf8986c867a71d3a358fe5b71 | 6,871,947,733,283 | 5a2af5310f1935f7431c29c6a62956c05870c323 | /src/test/java/arrow/businesstraceability/export/factory/ExportFileFactoryTest.java | 05e12c163a67061e8a30e50a7f63d6a67d5c27b3 | [] | no_license | emailvirus/business-traceability | https://github.com/emailvirus/business-traceability | d1500700c2416b26a90755185b6535e7044a3b34 | d918ddff39432aa3b7ae0df9515cc627a7e7026b | refs/heads/master | 2021-01-12T11:25:42.659000 | 2016-11-05T10:01:57 | 2016-11-05T10:01:57 | 72,917,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arrow.businesstraceability.export.factory;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import arrow.businesstraceability.constant.SummaryReportConstants;
public class ExportFileFactoryTest {
@Test
public void testFactoryMethod() {
AbstractExportFactory output =
... | UTF-8 | Java | 889 | java | ExportFileFactoryTest.java | Java | [] | null | [] | package arrow.businesstraceability.export.factory;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import arrow.businesstraceability.constant.SummaryReportConstants;
public class ExportFileFactoryTest {
@Test
public void testFactoryMethod() {
AbstractExportFactory output =
... | 889 | 0.744657 | 0.743532 | 29 | 29.655172 | 32.224724 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 2 |
8d7505848418a2d16282b6898d78ae68378a2cea | 35,141,422,455,912 | 5c96cac2de0ad8d7e19c6ce3805889ec0e64939e | /AstroApp/src/chartanalyser/gui/eventstable/EventAnalyzerPanelBehavior1.java | d638b6325a8e173dfb8fa56833ff69c891423197 | [] | no_license | vadavalli/murali | https://github.com/vadavalli/murali | 2f117c16d6830ad800e150ff8bf88c1f16c951e4 | b789a20f0f2ae0f9b10345922e913ea6476be17e | refs/heads/master | 2020-04-13T14:25:03.152000 | 2020-03-24T07:34:56 | 2020-03-24T07:34:56 | 163,262,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chartanalyser.gui.eventstable;
import java.awt.event.ActionEvent;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Arra... | UTF-8 | Java | 17,286 | java | EventAnalyzerPanelBehavior1.java | Java | [] | null | [] | package chartanalyser.gui.eventstable;
import java.awt.event.ActionEvent;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Arra... | 17,286 | 0.688823 | 0.685005 | 495 | 32.921211 | 28.638744 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.60404 | false | false | 2 |
f54ac987b91ec657c35f86c93a5341cae5ca469e | 39,573,828,697,775 | dc2a16a303eecc8d682fcab2e1bdf455b0e64727 | /Mini101.java | bed2c0600c6515e91ff34c0700cac797072646f8 | [] | no_license | kcerga/littleSnippets | https://github.com/kcerga/littleSnippets | 93a6671767f05b3ba8faa8961d315216786181b3 | 5c5cfa3200213ac180ab2da0f2fa6b710b73d7c6 | refs/heads/master | 2020-05-04T16:28:54.977000 | 2019-04-03T11:59:23 | 2019-04-03T11:59:23 | 179,279,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*************************************
file: Mini101.java
desc: Practice for java collections. User can insert one or multiple records,
print the information of the records and delete specific records.
date: 23.7.2018
auth: Wilma C
*************************************/
/*** The ID system in this pro... | UTF-8 | Java | 5,804 | java | Mini101.java | Java | [
{
"context": "delete specific records.\r\n\tdate: 23.7.2018\r\n\tauth: Wilma C\r\n\r\n\r\n*************************************/\r\n\r\n/*",
"end": 242,
"score": 0.9998326897621155,
"start": 235,
"tag": "NAME",
"value": "Wilma C"
}
] | null | [] | /*************************************
file: Mini101.java
desc: Practice for java collections. User can insert one or multiple records,
print the information of the records and delete specific records.
date: 23.7.2018
auth: <NAME>
*************************************/
/*** The ID system in this prog... | 5,803 | 0.643522 | 0.638353 | 218 | 24.633028 | 26.702288 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.073395 | false | false | 2 |
50c912953a179f2bcb53bb6f23b3b3c7c03f55b4 | 2,396,591,810,219 | 80886890ba2e73e3aeabf26a9e76fc8c96e1386d | /PgAr2020_Esame_SimoneGiacomini/src/gioco/Game.java | fe7fd13ec2ab3627bc06d980ab9a8aa1cce6dc9c | [] | no_license | SimoneGiacomini/PgAr2020_Esame_SimoneGiacomini | https://github.com/SimoneGiacomini/PgAr2020_Esame_SimoneGiacomini | 91ddaf3fb46424198b367ca048614b08008c1080 | e05ffa67bf2a2cb285dc092d11df29465d6f2a00 | refs/heads/master | 2022-11-08T20:09:01.719000 | 2020-07-05T14:39:59 | 2020-07-05T14:39:59 | 277,078,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gioco;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import classifica.Player;
import mazzo.Carta;
import mazzo.CarteSpeciali;
import mazzo.Mazzo;
import mazzo.Tipo;
import util.mylib.BelleStringhe;
import util.mylib.InputDati;
import... | UTF-8 | Java | 6,570 | java | Game.java | Java | [] | null | [] | package gioco;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import classifica.Player;
import mazzo.Carta;
import mazzo.CarteSpeciali;
import mazzo.Mazzo;
import mazzo.Tipo;
import util.mylib.BelleStringhe;
import util.mylib.InputDati;
import... | 6,570 | 0.687062 | 0.679756 | 203 | 30.364532 | 28.281748 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.123153 | false | false | 2 |
0c8eafbf871be9c0c27c4573db7e37795da81228 | 39,084,202,415,656 | b384eb66a6d782b5884c188b8a096a421de87de0 | /Discreth_math/boolean_functions/a.java | 19569d1265f4fb31d10b9563bb7a021de62b2560 | [] | no_license | IEclipseI/ITMO_labs | https://github.com/IEclipseI/ITMO_labs | 8c24ca06c87db5b6409cd13b8e81f5a196bac153 | e97216a44b01c498451c5e0cf2ebeb18776d6f63 | refs/heads/master | 2020-04-08T04:55:57.408000 | 2019-04-28T12:24:12 | 2019-04-28T12:24:12 | 159,034,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.*;
import java.lang.Math;
public class a {
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[][] ar = new int[2 * n][2 * n];
int k = in.nextInt();
int tmp1;
int tmp2;
fo... | UTF-8 | Java | 1,286 | java | a.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
import java.lang.Math;
public class a {
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[][] ar = new int[2 * n][2 * n];
int k = in.nextInt();
int tmp1;
int tmp2;
fo... | 1,286 | 0.364697 | 0.325816 | 41 | 30.365854 | 16.183033 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634146 | false | false | 2 |
bf3a0019df661a2dea8e842b0962ca92076eec1b | 34,076,270,579,001 | b3f4f1f7944f714194eaac5fc574efc991008546 | /laocaibao_webservice/lcb-webservice-web/src/main/java/com/zdmoney/service/MatchResultService.java | 8265ae5c0d851a1470ceb8b668f1e2cc603d7bc8 | [] | no_license | moutainhigh/myth_webservice | https://github.com/moutainhigh/myth_webservice | a115fa9431f69313e8134b9bbccb9134c766a3e0 | 394218acfdb6ea9adeecea6cf913a0bd6c53660d | refs/heads/master | 2022-12-27T08:45:19.742000 | 2020-07-23T16:52:43 | 2020-07-23T16:52:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zdmoney.service;
import com.zdmoney.common.ResultDto;
import com.zdmoney.match.dto.ResourceMatchResult;
import com.zdmoney.models.customer.CustomerMainInfo;
import com.zdmoney.models.financePlan.BusiOrderSub;
import com.zdmoney.models.product.BusiProductContract;
import java.util.List;
/**
* Created by ... | UTF-8 | Java | 687 | java | MatchResultService.java | Java | [
{
"context": "ntract;\n\nimport java.util.List;\n\n/**\n * Created by user on 2019/3/4.\n */\npublic interface MatchResultServ",
"end": 324,
"score": 0.9915441274642944,
"start": 320,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.zdmoney.service;
import com.zdmoney.common.ResultDto;
import com.zdmoney.match.dto.ResourceMatchResult;
import com.zdmoney.models.customer.CustomerMainInfo;
import com.zdmoney.models.financePlan.BusiOrderSub;
import com.zdmoney.models.product.BusiProductContract;
import java.util.List;
/**
* Created by ... | 687 | 0.822416 | 0.813683 | 21 | 31.714285 | 34.388733 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
006117cf3255273c46662d17e8f72c394b5d6f11 | 34,763,465,338,831 | 71808a808dc5fdc823f5cdbb871aeeab3d3813a6 | /src/main/java/Controller/Controller.java | 1cccee380da57c130539801d9b505bfb2fd6fc6d | [] | no_license | Vshurig/InstantMessengerServer | https://github.com/Vshurig/InstantMessengerServer | 8cd5de501b00a0b15f4c4299b862cbab2a237759 | f4c1f25494fedb0a52ed31f9a95dbcda78136222 | refs/heads/master | 2020-01-24T02:48:43.053000 | 2016-10-01T18:54:22 | 2016-10-01T18:54:22 | 68,126,858 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Controller;
import Model.Model;
import View.View;
import org.apache.log4j.Logger;
import java.io.IOException;
public class Controller {
private static final Logger LOG = Logger.getLogger(Controller.class);
View view;
Model model;
public Controller(View view, Model model) {
this.v... | UTF-8 | Java | 610 | java | Controller.java | Java | [] | null | [] | package Controller;
import Model.Model;
import View.View;
import org.apache.log4j.Logger;
import java.io.IOException;
public class Controller {
private static final Logger LOG = Logger.getLogger(Controller.class);
View view;
Model model;
public Controller(View view, Model model) {
this.v... | 610 | 0.606557 | 0.604918 | 32 | 18.0625 | 19.238531 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
6f3a02083de0fb34600d30e0c56fce71aef449a0 | 28,028,956,628,917 | 6b8cecc4b9e196379cb3dd766e90a52f1bf0d8c3 | /workspace/myproject/src/arraydemo/PascalTriangle.java | 19cb43ab546009aef18242b664aaa7136a2b596b | [] | no_license | NorthernRain/tts9 | https://github.com/NorthernRain/tts9 | a07af4c78ab2d0aef001cc2982aaac88538bae59 | 0c0e1df335b21ba0f6b61157c87bf388776bfecd | refs/heads/master | 2020-08-24T05:32:57.998000 | 2019-10-22T09:37:04 | 2019-10-22T09:37:04 | 216,769,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arraydemo;
import java.util.Arrays;
import java.util.Scanner;
public class PascalTriangle {
public static void main(String[] args) {
//二维数组的声明和赋值:
int[][] arr=new int[5][];
int[][] arr1={
{1,2,3},
{2,3,4,5},
{4,5,6,7},
{1,3}
};
for (int i = 0; i < arr1.length; i++) {
for (int ... | GB18030 | Java | 1,090 | java | PascalTriangle.java | Java | [] | null | [] | package arraydemo;
import java.util.Arrays;
import java.util.Scanner;
public class PascalTriangle {
public static void main(String[] args) {
//二维数组的声明和赋值:
int[][] arr=new int[5][];
int[][] arr1={
{1,2,3},
{2,3,4,5},
{4,5,6,7},
{1,3}
};
for (int i = 0; i < arr1.length; i++) {
for (int ... | 1,090 | 0.508671 | 0.472062 | 49 | 20.183674 | 15.77349 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.244898 | false | false | 2 |
846e1b9daade13769fefaa99a2958142ab5bb84d | 24,756,191,552,612 | ca1beeaba34710f4f41d5048bf58a89c1b9d8d29 | /chatak-dao/target/generated-sources/com/chatak/pg/acq/dao/model/QPGMerchantConfig.java | 4987c27c5ad9400d0d0628264fe4c1d8afcc3701 | [] | no_license | itsbalamurali/test_build | https://github.com/itsbalamurali/test_build | f63796b78a050cc03e34527f56dd840e546b0102 | 11c491b17c5a2643e1400a23882ba82d6f3d8033 | refs/heads/master | 2020-04-02T21:16:11.430000 | 2018-06-19T04:14:38 | 2018-06-19T04:14:38 | 154,793,051 | 0 | 2 | null | true | 2018-10-26T07:15:38 | 2018-10-26T07:15:38 | 2018-10-26T07:15:35 | 2018-06-19T04:14:39 | 144,544 | 0 | 0 | 0 | null | false | null | package com.chatak.pg.acq.dao.model;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
/**
* QPGMerchantConfig is a Querydsl query type for PGMerchantC... | UTF-8 | Java | 2,586 | java | QPGMerchantConfig.java | Java | [] | null | [] | package com.chatak.pg.acq.dao.model;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
/**
* QPGMerchantConfig is a Querydsl query type for PGMerchantC... | 2,586 | 0.762181 | 0.758701 | 70 | 35.92857 | 39.012936 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628571 | false | false | 2 |
0a455858024d5eeb8094608dd71b2199ada444ba | 22,024,592,313,371 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/shopee/app/ui/shopassistant/chatSetting/e.java | cdf823c99b5f0bd24cbc5569c48dd01f97d39ae2 | [] | no_license | BharathPalanivelu/repotest | https://github.com/BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802000 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shopee.app.ui.shopassistant.chatSetting;
import com.garena.android.appkit.b.a;
import com.garena.android.appkit.b.b;
import com.garena.android.appkit.b.g;
import com.garena.android.appkit.b.i;
import com.shopee.app.data.viewmodel.ShopDetail;
public final class e implements i {
/* access modifiers chan... | UTF-8 | Java | 2,921 | java | e.java | Java | [] | null | [] | package com.shopee.app.ui.shopassistant.chatSetting;
import com.garena.android.appkit.b.a;
import com.garena.android.appkit.b.b;
import com.garena.android.appkit.b.g;
import com.garena.android.appkit.b.i;
import com.shopee.app.data.viewmodel.ShopDetail;
public final class e implements i {
/* access modifiers chan... | 2,921 | 0.609038 | 0.564533 | 84 | 33.773811 | 30.216816 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
575059fe2f41f455a5704e7a42678f8c659c0659 | 9,895,604,683,029 | d8d1b3c4a76e493efa3de3b5d617ef77d512eb9f | /src/utils/Rapports.java | da2dcdde84d1fe3e2b303371ee2c2079989470ab | [] | no_license | ProjetTuteure/devCopy | https://github.com/ProjetTuteure/devCopy | 65e04a1c6e3af03c982abdbd03de0a11c848d812 | 250f2e17ce2ee6681ee389643aab48f0693d0ab3 | refs/heads/master | 2021-01-23T19:45:48.678000 | 2015-03-23T09:24:12 | 2015-03-23T09:24:12 | 30,354,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import gpi.exception.ConnexionBDException;
import gpi.metier.RapportsDAO;
import java.io.FileOutputStream;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Chapter;
import com.itextpdf.text.Document;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.Element;
import com.i... | UTF-8 | Java | 17,518 | java | Rapports.java | Java | [
{
"context": "ent.addTitle(\"Rapport\");\n\t\t\t document.addAuthor(\"ADAM SAS\");\n\t\t\t document.addCreator(\"ADAM SAS\");\n\t\t\t \n\t\t",
"end": 9069,
"score": 0.9522197842597961,
"start": 9061,
"tag": "NAME",
"value": "ADAM SAS"
},
{
"context": ".addAuthor(\"ADAM SAS\");\n\t... | null | [] | package utils;
import gpi.exception.ConnexionBDException;
import gpi.metier.RapportsDAO;
import java.io.FileOutputStream;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Chapter;
import com.itextpdf.text.Document;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.Element;
import com.i... | 17,512 | 0.647801 | 0.63518 | 579 | 29.241796 | 24.118954 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.690846 | false | false | 2 |
e51aaed6bf4d9694c988f1b9ee1a9e51ab1f867f | 2,035,814,557,812 | 3faa4822948ae853a39eaa93b0017e82bb7f475d | /AlgorithmExercise/src/main/java/com/fhlxc/week15/IsValidBST.java | a42d10c3173eb014a80eecf710f8998b58bbc5a1 | [] | no_license | WeStudyTogether/AlgorithmExercise | https://github.com/WeStudyTogether/AlgorithmExercise | 78cc5207943ea861fd63bbfb7fc6f77304541150 | b0836301c5f3f4046126391f8b2e5d044b54451d | refs/heads/master | 2020-12-06T21:16:56.936000 | 2020-04-27T09:55:05 | 2020-04-27T09:55:05 | 232,553,970 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fhlxc.week15;
import java.util.Stack;
import com.fhlxc.mylove.TreeNode;
/**
* @author Xingchao Long
* @date 2020年4月16日 上午9:55:26
* @classname IsValidBST
* @description
* 给定一个二叉树,判断其是否是一个有效的二叉搜索树。
* 假设一个二叉搜索树具有如下特征:
* 节点的左子树只包含小于当前节点的数。
* 节点的右子树只包含大于当前节点的数。
* 所有左子树和右子树自身必须也是二叉搜索树。
* 示例 1:
* 输... | UTF-8 | Java | 2,804 | java | IsValidBST.java | Java | [
{
"context": "\n\nimport com.fhlxc.mylove.TreeNode;\n\n/**\n* @author Xingchao Long\n* @date 2020年4月16日 上午9:55:26\n* @classname IsValid",
"end": 114,
"score": 0.9998668432235718,
"start": 101,
"tag": "NAME",
"value": "Xingchao Long"
}
] | null | [] | package com.fhlxc.week15;
import java.util.Stack;
import com.fhlxc.mylove.TreeNode;
/**
* @author <NAME>
* @date 2020年4月16日 上午9:55:26
* @classname IsValidBST
* @description
* 给定一个二叉树,判断其是否是一个有效的二叉搜索树。
* 假设一个二叉搜索树具有如下特征:
* 节点的左子树只包含小于当前节点的数。
* 节点的右子树只包含大于当前节点的数。
* 所有左子树和右子树自身必须也是二叉搜索树。
* 示例 1:
* 输入:
* ... | 2,797 | 0.453323 | 0.439478 | 106 | 22.849056 | 16.007542 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462264 | false | false | 2 |
8d23acb0fc1b9aaa4f3f08f46ac8eb5a3c79df45 | 16,647,293,242,994 | 4ad2c4966d0fb0da096ea635ce98de4d2cdece9a | /src/com/bloom/source/lib/reader/ThreadedQueueReader.java | 4850c347c8e74fc182ba9c07679522f6e45f8163 | [] | no_license | keaneyang/BSPS-Commons | https://github.com/keaneyang/BSPS-Commons | d1be86e505273da1bc15848a3f60b7143f798324 | 6d16b301d005847c606769cbe24eb1337077feaf | refs/heads/master | 2020-05-29T11:03:54.683000 | 2016-08-07T10:57:55 | 2016-08-07T10:57:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bloom.source.lib.reader;
import com.bloom.recovery.CheckpointDetail;
import com.bloom.common.errors.Error;
import com.bloom.common.exc.AdapterException;
import java.io.IOException;
import java.nio.channels.SelectableChannel;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import j... | UTF-8 | Java | 3,914 | java | ThreadedQueueReader.java | Java | [] | null | [] | package com.bloom.source.lib.reader;
import com.bloom.recovery.CheckpointDetail;
import com.bloom.common.errors.Error;
import com.bloom.common.exc.AdapterException;
import java.io.IOException;
import java.nio.channels.SelectableChannel;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import j... | 3,914 | 0.62417 | 0.617016 | 145 | 25.993103 | 21.046909 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42069 | false | false | 2 |
ff088c8c0b13076cdcef3eeff8ddf713642b7efb | 27,264,452,441,063 | 0ed56dd13c606fa092bdfe6b5bef996cd0007893 | /java/sync/opush/push-bean/src/test/java/org/obm/push/bean/SerializableTest.java | bd86611b84b338aee5676ace07abe6493d01bc5a | [] | no_license | Eriflow/obm_slemaistre | https://github.com/Eriflow/obm_slemaistre | d967e5ea5ac605d379571987d1766e014bdb3670 | 37e0c5b8814884f4c0e8cd5359b9db257f6b7f37 | refs/heads/master | 2021-01-17T11:54:22.557000 | 2011-12-21T16:29:49 | 2011-12-23T11:11:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.obm.push.bean;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.util.Date;
import java.util.Properties;
import org.junit.Before;
import org.junit.Test;
import org.obm.push.bean.BodyPreference;
import org.o... | UTF-8 | Java | 3,292 | java | SerializableTest.java | Java | [
{
"context": "Body());\n\t\tmsEmail.setFrom(new MSAddress(\"toto\", \"toto@titi.com\"));\n\t\tmsEmail.setAttachements(ImmutableSet.of(new",
"end": 2086,
"score": 0.9999100565910339,
"start": 2073,
"tag": "EMAIL",
"value": "toto@titi.com"
},
{
"context": "tion {\n\t\tUser user = Facto... | null | [] | package org.obm.push.bean;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.util.Date;
import java.util.Properties;
import org.junit.Before;
import org.junit.Test;
import org.obm.push.bean.BodyPreference;
import org.o... | 3,283 | 0.777339 | 0.775213 | 105 | 30.352381 | 22.983629 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590476 | false | false | 2 |
c14837859b663ccc8c19a3b0bc4a03e851cfec7e | 30,408,368,471,914 | d2383b9972d3425b3cac9d17fb4f50b274394b48 | /src/test/java/com/cgi/calculator/stepdefinitions/CommonSteps.java | 9d0a253818d535ff022e0278dbb6920fb0d526ae | [] | no_license | JanChodura/CucumberAndGridSample | https://github.com/JanChodura/CucumberAndGridSample | db0d511d5282ff6caef16361362fbb0aac94b7e6 | c485905fe494f4e5f2458d49b28b77d91f63c7a1 | refs/heads/master | 2020-06-06T12:04:26.515000 | 2019-06-19T14:26:01 | 2019-06-19T14:26:01 | 192,734,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cgi.calculator.stepdefinitions;
import com.cgi.calculator.pageobjects.CalculatorPOM;
import com.cgi.calculator.utility.Hook;
import cucumber.api.java.After;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import static org.hamcrest.CoreMatche... | UTF-8 | Java | 1,754 | java | CommonSteps.java | Java | [] | null | [] | package com.cgi.calculator.stepdefinitions;
import com.cgi.calculator.pageobjects.CalculatorPOM;
import com.cgi.calculator.utility.Hook;
import cucumber.api.java.After;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import static org.hamcrest.CoreMatche... | 1,754 | 0.63797 | 0.63797 | 65 | 24.984615 | 22.084797 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276923 | false | false | 2 |
3bc0a43af5490c90888c0c3ac20b0e6cab18ffd6 | 4,827,543,304,112 | 10ebfccb6db47aa5390d90b8587fc3c60802d915 | /day16/src/practice/InetAddressDemo.java | 233cb6d0406dab4db4aef84c703eb4bccd224e6f | [] | no_license | super-xiaohei/basePractice | https://github.com/super-xiaohei/basePractice | 2648a9a18e315be70487bffa74bde382d014659e | 1e480cade3692c501f8aaf4788f165a2d907be68 | refs/heads/master | 2023-02-19T11:20:22.450000 | 2021-01-19T06:10:12 | 2021-01-19T06:10:12 | 317,179,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
import org.junit.Test;
import java.net.InetAddress;
import java.net.UnknownHostException;
public class InetAddressDemo {
@Test
public static void main(String[] args) throws UnknownHostException {
//static InetAddress getByNmae(String host)
//InetAddress address = InetAddress... | UTF-8 | Java | 684 | java | InetAddressDemo.java | Java | [
{
"context": " InetAddress address1 = InetAddress.getByName(\"192.168.101.58\");//ip地址是唯一的\n System.out.println(address1)",
"end": 411,
"score": 0.999735414981842,
"start": 397,
"tag": "IP_ADDRESS",
"value": "192.168.101.58"
}
] | null | [] | package practice;
import org.junit.Test;
import java.net.InetAddress;
import java.net.UnknownHostException;
public class InetAddressDemo {
@Test
public static void main(String[] args) throws UnknownHostException {
//static InetAddress getByNmae(String host)
//InetAddress address = InetAddress... | 684 | 0.704819 | 0.682229 | 20 | 32.200001 | 24.975187 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 2 |
ca180c46aa5b58d934521e392b97dbe76200dd1e | 14,611,478,779,252 | cbc590ea41ab2daaaddacd03805fe4bf153e98e9 | /src/main/java/csc380Project/server/ClientThread.java | f5743ca9d5a16e3c681bbcabf2d3e68c3f3636a0 | [
"MIT"
] | permissive | cedrichansen/Questionnaires-Spring18 | https://github.com/cedrichansen/Questionnaires-Spring18 | 2a0303d5ddbe36f305ff541069f5c030a636395a | aa06c9c60a67d52efbc2052e3d42caac1c9412d2 | refs/heads/master | 2020-05-18T13:43:25.400000 | 2018-05-07T03:30:22 | 2018-05-07T03:30:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package csc380Project.server;
import csc380Project.game.Player;
import csc380Project.game.Game;
import csc380Project.game.QuestionPack;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.net.Socket;
import java.util.ArrayList;
import java.util.Timer;
import java.util.Ti... | UTF-8 | Java | 19,042 | java | ClientThread.java | Java | [
{
"context": "false;\n\n public String getUserName() {\n return name;\n }\n\n public Game getMyGame() {\n return myGa",
"end": 2071,
"score": 0.7634789943695068,
"start": 2067,
"tag": "NAME",
"value": "name"
},
{
"context": " && threads[i] == this) {\n clientName ... | null | [] | package csc380Project.server;
import csc380Project.game.Player;
import csc380Project.game.Game;
import csc380Project.game.QuestionPack;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.net.Socket;
import java.util.ArrayList;
import java.util.Timer;
import java.util.Ti... | 19,042 | 0.531719 | 0.521426 | 471 | 39.431 | 29.135874 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488323 | false | false | 2 |
33e411f2905a08917ba158571e4dce6315e4a1f4 | 21,955,872,852,727 | 6c0995197a6d9a418410a050cc0ae550ea75b206 | /src/test/java/com/app/mpadmin/repository/TempTdSubmodelYearMappingRepositoryImplTest.java | ac5f96224d5752e0e362dd7781cb1b0fd50e8e1b | [] | no_license | mpcrud/newrepo | https://github.com/mpcrud/newrepo | e16451c48effe847b358e0c8837da87b9292ea6b | 1d4872f9d9dbad65c666ff5b1bb6d992ed186fc2 | refs/heads/master | 2016-09-06T10:14:34.296000 | 2013-01-10T06:37:50 | 2013-01-10T06:37:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* (c) Copyright 2005-2012 JAXIO, www.jaxio.com
* Source code generated by Celerio, a Jaxio product
* Want to use Celerio within your company? email us at info@jaxio.com
* Follow us on twitter: @springfuse
* Template pack-backend-jpa:src/test/java/service/ServiceImplTest.e.vm.java
*/
package com.app.mpadmin.rep... | UTF-8 | Java | 4,499 | java | TempTdSubmodelYearMappingRepositoryImplTest.java | Java | [
{
"context": "nt to use Celerio within your company? email us at info@jaxio.com\n * Follow us on twitter: @springfuse\n * Template ",
"end": 174,
"score": 0.9999287724494934,
"start": 160,
"tag": "EMAIL",
"value": "info@jaxio.com"
},
{
"context": "mail us at info@jaxio.com\n * Follow... | null | [] | /*
* (c) Copyright 2005-2012 JAXIO, www.jaxio.com
* Source code generated by Celerio, a Jaxio product
* Want to use Celerio within your company? email us at <EMAIL>
* Follow us on twitter: @springfuse
* Template pack-backend-jpa:src/test/java/service/ServiceImplTest.e.vm.java
*/
package com.app.mpadmin.repository... | 4,492 | 0.786175 | 0.78373 | 102 | 43.117645 | 44.932259 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 2 |
9719c667fbfd0385f43d823c7398d9b41b7f0e9e | 15,590,731,346,204 | faeaa519d558724e26274c2d0b90aa22ca6f0ba8 | /MazeGame/out/production/src/com/edu/factory/MazeFactory.java | f59f1f138f3f94afbcdc2779ec2d1f5ddd6e8b3a | [] | no_license | Elod23/MazeHome | https://github.com/Elod23/MazeHome | fb3c3660b555455bd6cbae2a3cbca7913cde04e7 | 1e547fa9bb86ead39b4340dbf5bed450d05ad56f | refs/heads/master | 2020-08-23T06:13:32.587000 | 2019-11-25T18:14:32 | 2019-11-25T18:14:32 | 216,559,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.factory;
import com.edu.MazeApp;
import com.edu.entity.*;
public class MazeFactory implements AbstractFactory {
@Override
public MapSite create(String modifier, int i) {
switch (modifier){
case ("Room"):
return new Room(i);
case ("MagicRoom"):
... | UTF-8 | Java | 633 | java | MazeFactory.java | Java | [] | null | [] | package com.edu.factory;
import com.edu.MazeApp;
import com.edu.entity.*;
public class MazeFactory implements AbstractFactory {
@Override
public MapSite create(String modifier, int i) {
switch (modifier){
case ("Room"):
return new Room(i);
case ("MagicRoom"):
... | 633 | 0.533965 | 0.532385 | 27 | 22.444445 | 16.109196 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 2 |
2c2d0531c942b465d53576ca4b14334194315f58 | 22,565,758,231,850 | 96eda3e04a3876c0eee4f4e9c6629ade3e40a656 | /barghos-math-api/src/main/java/org/barghos/math/api/bv/package-info.java | fd52ca8cd1c6a842205e4d37e19cb6c2eabeee91 | [
"MIT"
] | permissive | picatrix1899/barghos | https://github.com/picatrix1899/barghos | 6098a017492b60f738709930ca6ea090f1c4b578 | 8f9941b23d87b8d1723d11292f2b0ae01ffd5ea7 | refs/heads/master | 2023-04-03T05:46:12.697000 | 2023-03-19T19:13:31 | 2023-03-19T19:13:31 | 284,809,724 | 0 | 0 | MIT | false | 2022-10-20T19:25:13 | 2020-08-03T21:21:10 | 2022-01-29T23:34:30 | 2022-10-20T19:25:12 | 2,959 | 0 | 0 | 0 | Java | false | false | /**
* This package contains the api for bounding volumes.
*/
package org.barghos.math.api.bv; | UTF-8 | Java | 95 | java | package-info.java | Java | [] | null | [] | /**
* This package contains the api for bounding volumes.
*/
package org.barghos.math.api.bv; | 95 | 0.726316 | 0.726316 | 4 | 23 | 21.459263 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
dc6330b18a8d1a6b2d9cdb59f0e8056dad758cc2 | 4,939,212,434,606 | 4fb7a300e9d562020cbf94034325db792693dd5b | /matrixcp/src/com/ztesoft/zsmart/uip/adapters/config/protocol/dao/oracleimpl/UipServiceDAOOracle.java | 86a610169b83e8b48d3915358050d72d263193a3 | [] | no_license | zpwingame/ftf | https://github.com/zpwingame/ftf | 47b448fa887b0ea1415ee0c506b6b1fe803b7cc2 | 755df2405ea4c668d8233189a158fe1c1524ef2d | refs/heads/master | 2016-06-03T01:23:21.404000 | 2016-03-29T20:59:07 | 2016-03-29T20:59:07 | 55,009,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ztesoft.zsmart.uip.adapters.config.protocol.dao.oracleimpl;
/**
* <p>Title:ZSMART </p>
*
* <p>Description: UipServiceDAOOracle </p>
*
* <p>Copyright: Copyright (c) 2008</p>
*
* <p>Company:ztesoft </p>
*
* <p>Created Date:2011/11/17 17:57:50 </p>
*
* @author: Auto Generated by CodeSmith 3.0
* ... | UTF-8 | Java | 525 | java | UipServiceDAOOracle.java | Java | [] | null | [] | package com.ztesoft.zsmart.uip.adapters.config.protocol.dao.oracleimpl;
/**
* <p>Title:ZSMART </p>
*
* <p>Description: UipServiceDAOOracle </p>
*
* <p>Copyright: Copyright (c) 2008</p>
*
* <p>Company:ztesoft </p>
*
* <p>Created Date:2011/11/17 17:57:50 </p>
*
* @author: Auto Generated by CodeSmith 3.0
* ... | 525 | 0.697143 | 0.655238 | 23 | 21.608696 | 25.144346 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173913 | false | false | 2 |
bec3fa47fdecd09fe37c2afaa167b4a72067ceeb | 22,058,952,073,384 | d01301c9c3fb58da1cd6010741cf93a2dbbf1514 | /ShoppingMall/src/com/ntg/bean/CartItem.java | 3a8dda7c0da011103c007249669af8cdfc1b5e3f | [] | no_license | niutouguai0u0/ShoppingMall | https://github.com/niutouguai0u0/ShoppingMall | 5e3f704bfd4fd119f18ffe697027462d07c48754 | 3d715bbc2b19b7dfb9818a728db4784295480e38 | refs/heads/master | 2020-03-13T19:15:14.735000 | 2018-05-08T00:12:51 | 2018-05-08T00:12:51 | 131,249,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ntg.bean;
public class CartItem {
private Product product; // 商品
private int num; // 数量
private double price; // 商品的总价
public Product getProduct() {
return product;
}
public void setProduct(Product product) {
this.product = product;
}
public int getNum() {
return num;
}
public void setN... | UTF-8 | Java | 530 | java | CartItem.java | Java | [] | null | [] | package com.ntg.bean;
public class CartItem {
private Product product; // 商品
private int num; // 数量
private double price; // 商品的总价
public Product getProduct() {
return product;
}
public void setProduct(Product product) {
this.product = product;
}
public int getNum() {
return num;
}
public void setN... | 530 | 0.668 | 0.668 | 33 | 14.151515 | 13.542573 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.151515 | false | false | 2 |
087d205743d0727c5e24a064038a91902103234b | 31,722,628,485,024 | bbd4a19704259417fb4a18a0ccfa3703979a7fa8 | /src/test/java/com/archiwise/experiment/cspsudoku/domein/CellTest.java | fc12a88c73e00b556e1ce1fbd959e8029db48a39 | [
"CC0-1.0"
] | permissive | supernelis/ExperiementJavaCspSudoku | https://github.com/supernelis/ExperiementJavaCspSudoku | 1e94bd7f371ac33f904bd31ea30e0cfa8b71b4a6 | 917fc7bbc9cd8dc22d34b0c1210dc5a2d77a1d01 | refs/heads/master | 2021-01-10T03:09:40.113000 | 2015-11-07T18:17:42 | 2015-11-07T18:17:42 | 44,861,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.archiwise.experiment.cspsudoku.domein;
import org.junit.Before;
import org.junit.Test;
import java.lang.reflect.Array;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
/**
* Created by nelis on 24/10/1... | UTF-8 | Java | 1,744 | java | CellTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by nelis on 24/10/15.\n */\npublic class CellTest {\n\n pri",
"end": 309,
"score": 0.9986711740493774,
"start": 304,
"tag": "USERNAME",
"value": "nelis"
}
] | null | [] | package com.archiwise.experiment.cspsudoku.domein;
import org.junit.Before;
import org.junit.Test;
import java.lang.reflect.Array;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
/**
* Created by nelis on 24/10/1... | 1,744 | 0.654817 | 0.644495 | 77 | 21.662338 | 23.215876 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493506 | false | false | 2 |
1f073434e236debbcd691c13f5eb3b4c506c6e4a | 29,154,238,068,280 | 79a0d481b820d07a4fec0701d202392f86b5f7a0 | /src/Model/UserInfoModel.java | 79c32f4b72d36a9242f77cba376bb6534eaae4ac | [] | no_license | FeilyZhang/Fifteen | https://github.com/FeilyZhang/Fifteen | e35e51c7df3e26e651f1c1cf4b7e0ace2ce09dcc | a539bd91c41167c9428e0341edce87281e9e3034 | refs/heads/master | 2020-04-16T03:52:17.031000 | 2019-03-09T12:33:23 | 2019-03-09T12:33:23 | 165,248,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
public class UserInfoModel {
private UserModel userModel;
private String userMail;
private String userName;
private String userSchool;
private String userMajor;
private String userSex;
private String userAge;
private String userTime;
private String userFlag;
private String userImage;
publi... | UTF-8 | Java | 2,342 | java | UserInfoModel.java | Java | [
{
"context": "Mail;\n\t}\n\t\n\tpublic String getUserName() {\n\t\treturn userName;\n\t}\n\t\n\tpublic String getUserSchool() {\n\t\treturn u",
"end": 1587,
"score": 0.9787013530731201,
"start": 1579,
"tag": "USERNAME",
"value": "userName"
},
{
"context": " return \"UserInfoModel [us... | null | [] | package Model;
public class UserInfoModel {
private UserModel userModel;
private String userMail;
private String userName;
private String userSchool;
private String userMajor;
private String userSex;
private String userAge;
private String userTime;
private String userFlag;
private String userImage;
publi... | 2,342 | 0.687447 | 0.687447 | 109 | 20.486238 | 18.913912 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.633028 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.