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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8aa115381925dc3d18979a7ebcac5a1c5d1d7b47 | 15,642,270,960,795 | 9250add47106868231f178bdccacf165e5dc6f37 | /day 4 assignment/A1 avengers/avengers.java | c0edf7f2f6c84cca7db5b49773318305e65e63e7 | [] | no_license | Akashgovind/java-assignment- | https://github.com/Akashgovind/java-assignment- | 7fd85b034ffdadacb39781a3939d3b669400fcb0 | 154ca2a45c41b48bd092a9f89ca88ecf528a346c | refs/heads/main | 2023-04-03T00:21:23.337000 | 2021-04-04T13:09:17 | 2021-04-04T13:09:17 | 305,985,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class avengers
{
String name, power, planet, weapon;
int age;
public void getDetails ()
{
Scanner sc = new Scanner (System.in);
System.out.println ("Enter the name:");
name = sc.nextLine ();
System.out.println ("Enter the power:");
... | UTF-8 | Java | 920 | java | avengers.java | Java | [] | null | [] | import java.util.Scanner;
public class avengers
{
String name, power, planet, weapon;
int age;
public void getDetails ()
{
Scanner sc = new Scanner (System.in);
System.out.println ("Enter the name:");
name = sc.nextLine ();
System.out.println ("Enter the power:");
... | 920 | 0.56413 | 0.56413 | 34 | 26.058823 | 19.160225 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 1 |
538a7c489dec170239098667c975a9072beef2b2 | 9,259,949,501,419 | 4d653e51e3d6807bb2c2938c15fcd6bea9e4edea | /RawDataExtractor/src/main/java/main/RawDataExtractor.java | c9f1fdba62c9b139faf6b87f06d34ff0e28b8011 | [
"MIT"
] | permissive | ElsevierSoftwareX/SOFTX_2019_102 | https://github.com/ElsevierSoftwareX/SOFTX_2019_102 | 76a99d7b144ebbc332d5c956b12132caaf8594c5 | 123c4b3988ef2fb86b49a247b8431dc94a89eded | refs/heads/master | 2022-12-18T09:33:14.090000 | 2020-07-03T20:45:04 | 2020-07-03T20:45:04 | 299,423,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import extractor.Extractor;
import enumeration.extractor.AttributeType;
import enumeration.extractor.ExtensionType;
import enumeration.extractor.OperationType;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
/**
*
* @author vitor
*/
public class RawDataExtractor {
publ... | UTF-8 | Java | 4,991 | java | RawDataExtractor.java | Java | [
{
"context": "List;\nimport java.util.HashMap;\n\n/**\n *\n * @author vitor\n */\npublic class RawDataExtractor {\n\n public s",
"end": 274,
"score": 0.9512537121772766,
"start": 269,
"tag": "USERNAME",
"value": "vitor"
}
] | null | [] | package main;
import extractor.Extractor;
import enumeration.extractor.AttributeType;
import enumeration.extractor.ExtensionType;
import enumeration.extractor.OperationType;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
/**
*
* @author vitor
*/
public class RawDataExtractor {
publ... | 4,991 | 0.466039 | 0.458626 | 125 | 38.928001 | 28.397232 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616 | false | false | 1 |
1e659d57b709821c6efc4ae391359b4a4c704a36 | 10,625,749,099,803 | 1436646d976c208aefbaa63bfa34064839f4d7d0 | /src/main/java/cn/wolfcode/wms/mapper/ClientMapper.java | 2b03dbc870c96d44e72393f5d54d50a24504d8fb | [] | no_license | zkank9jj/wms | https://github.com/zkank9jj/wms | 871a1c0c7b30d787f6eea0e62f416557a4f49533 | bdf1a9f6bb7a848bd21d6fa9f005167ba7ed8f78 | refs/heads/master | 2023-05-09T19:54:00.470000 | 2021-06-11T08:07:39 | 2021-06-11T08:07:39 | 362,694,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.wolfcode.wms.mapper;
import cn.wolfcode.wms.domain.Client;
import cn.wolfcode.wms.query.QueryObject;
import java.util.List;
public interface ClientMapper {
int deleteByPrimaryKey(Long id);
int insert(Client record);
Client selectByPrimaryKey(Long id);
List<Client> selectAll();
int ... | UTF-8 | Java | 445 | java | ClientMapper.java | Java | [] | null | [] | package cn.wolfcode.wms.mapper;
import cn.wolfcode.wms.domain.Client;
import cn.wolfcode.wms.query.QueryObject;
import java.util.List;
public interface ClientMapper {
int deleteByPrimaryKey(Long id);
int insert(Client record);
Client selectByPrimaryKey(Long id);
List<Client> selectAll();
int ... | 445 | 0.74382 | 0.74382 | 22 | 19.272728 | 18.116245 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
b357c0986b249f73b439aaa38beb2a07bf856664 | 5,729,486,437,387 | 19161de253e596309f1b87dfb569a25efc508466 | /week-09/rest tests/src/main/java/com/greenfox/resttests/model/YonduResult.java | 2644fe9df4337984184bf8ca551ecf8bc2783938 | [] | no_license | green-fox-academy/diana19921105 | https://github.com/green-fox-academy/diana19921105 | 48d5c0b952b7bb3821e818010b38ff8c1d8071c4 | 7d604d44629ca3f4489926dbcfe2829301b219de | refs/heads/master | 2023-03-05T20:50:48.015000 | 2021-02-19T13:09:35 | 2021-02-19T13:09:35 | 313,980,304 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.greenfox.resttests.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class YonduResult {
Double distance;
Double time;
Double speed;
public YonduResult(Double... | UTF-8 | Java | 452 | java | YonduResult.java | Java | [] | null | [] | package com.greenfox.resttests.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class YonduResult {
Double distance;
Double time;
Double speed;
public YonduResult(Double... | 452 | 0.719027 | 0.719027 | 23 | 18.652174 | 14.43308 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 1 |
c3e40704758ffd0a3fb36b094c1743909d999b04 | 23,630,910,123,013 | a7118c7c8316aa8ca3a94ff84745c8f96fe3ba34 | /core/src/main/java/com/codegeeks/vibora/core/stream/BasicStream.java | 6020c63c2887c122e5dcfa56c4ea3783b4e63ab2 | [] | no_license | vibora-spe/vibora | https://github.com/vibora-spe/vibora | a1aba1bdac76ea353130882c7c03a1242074d886 | da0be48b48b660c03376021a7ef2a86a1c1922ca | refs/heads/master | 2015-08-12T14:01:32 | 2014-07-25T16:18:54 | 2014-07-25T21:27:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codegeeks.vibora.core.stream;
import java.util.concurrent.ConcurrentLinkedQueue;
import com.codegeeks.vibora.core.BaseID;
import com.codegeeks.vibora.core.batch.Batch;
import com.codegeeks.vibora.core.exceptions.FullBufferException;
import com.codegeeks.vibora.core.tuple.Tuple;
public class BasicStream<T... | UTF-8 | Java | 1,522 | java | BasicStream.java | Java | [] | null | [] | package com.codegeeks.vibora.core.stream;
import java.util.concurrent.ConcurrentLinkedQueue;
import com.codegeeks.vibora.core.BaseID;
import com.codegeeks.vibora.core.batch.Batch;
import com.codegeeks.vibora.core.exceptions.FullBufferException;
import com.codegeeks.vibora.core.tuple.Tuple;
public class BasicStream<T... | 1,522 | 0.697766 | 0.697766 | 72 | 20.138889 | 20.459517 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194444 | false | false | 1 |
aab53d3bd9f62884c127baedd90a36a206ced03c | 953,482,753,533 | 2b77d857aab9a661662d27f8aab79d66ab325736 | /src/com/ms/learn/adapter/OfficeDetailAdapter.java | 60cad21629c78e54c0225c8a2fec5f86958b19c7 | [] | no_license | AllenVork/4AProject | https://github.com/AllenVork/4AProject | e8739a95eb59243df8aac1f661da705b1768404d | 9a8d59e1573db56594334164911cb1456d3d3c84 | refs/heads/master | 2021-01-10T19:32:41.967000 | 2014-03-10T12:16:33 | 2014-03-10T12:16:33 | 17,591,458 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ms.learn.adapter;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.TextVie... | KOI8-R | Java | 2,756 | java | OfficeDetailAdapter.java | Java | [] | null | [] | package com.ms.learn.adapter;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.TextVie... | 2,756 | 0.674918 | 0.674918 | 81 | 31.938272 | 28.329781 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061728 | false | false | 1 |
1f302e0ba0e27bf82ce543629ba15bde78eb3e4b | 22,935,125,380,258 | db956180409f6e66bc2e169e42bbe05f2cbe9a12 | /dnote/src/main/java/com/dixon/dnote/desktop/window/NoteFloatService.java | 06effed2a42e3188020f91dc159e0011833f923f | [] | no_license | zhxyComing/Note | https://github.com/zhxyComing/Note | 76e8dd87291aac425c60be5a3a6218fae225b956 | fb0f5f163b49358575583df83ea5c51fac0f3f33 | refs/heads/master | 2022-11-28T12:33:49.329000 | 2020-08-06T09:06:09 | 2020-08-06T09:06:09 | 282,204,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dixon.dnote.desktop.window;
import com.dixon.allbase.fun.WindowPermissionHelper;
import com.dixon.dlibrary.util.AppTracker;
import com.dixon.dlibrary.util.SharedUtil;
import com.dixon.dnote.R;
import com.dixon.dnote.core.NoteConstant;
import com.dixon.dnote.desktop.window.ui.NoteFloatAllView;
import com.di... | UTF-8 | Java | 4,387 | java | NoteFloatService.java | Java | [
{
"context": "note.view.NotePermissionDialog;\n\n/**\n * Create by: dixon.xu\n * Create on: 2020.07.14\n * Functional desc: 桌面悬浮",
"end": 569,
"score": 0.9995000958442688,
"start": 561,
"tag": "USERNAME",
"value": "dixon.xu"
}
] | null | [] | package com.dixon.dnote.desktop.window;
import com.dixon.allbase.fun.WindowPermissionHelper;
import com.dixon.dlibrary.util.AppTracker;
import com.dixon.dlibrary.util.SharedUtil;
import com.dixon.dnote.R;
import com.dixon.dnote.core.NoteConstant;
import com.dixon.dnote.desktop.window.ui.NoteFloatAllView;
import com.di... | 4,387 | 0.567587 | 0.56441 | 167 | 23.497005 | 21.491085 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329341 | false | false | 1 |
9a8860ebe5553ec6bdfc5f30b5997e96be26f4ec | 25,005,299,610,121 | e34888cdcc355bd7f1830af5c6f4ad863786eaa8 | /src/main/java/net/energy/cache/definition/BaseCacheDefinition.java | 6dbdc44c459bc36fa534c2b8ea7278f419f1fb11 | [
"Apache-2.0"
] | permissive | ErNew/energy | https://github.com/ErNew/energy | 8f356faedbf1ab6c31e9affe255de323189ce766 | 559c89eb10809abfb13019f8494747d7c15f1ea6 | refs/heads/master | 2021-01-20T23:32:04.267000 | 2013-03-31T01:39:03 | 2013-03-31T01:39:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.energy.cache.definition;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import net.energy.annotation.Param;
import net.energy.exception.DaoGenerateException;
import net.energy.expression.ExpressionPa... | UTF-8 | Java | 11,986 | java | BaseCacheDefinition.java | Java | [
{
"context": "acheDefinition中配置了一些共有的或者较为基本的参数。\r\n * \r\n * @author wuqh\r\n * \r\n */\r\npublic class BaseCacheDefinition {\r\n\t/",
"end": 822,
"score": 0.9996340870857239,
"start": 818,
"tag": "USERNAME",
"value": "wuqh"
}
] | null | [] | package net.energy.cache.definition;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import net.energy.annotation.Param;
import net.energy.exception.DaoGenerateException;
import net.energy.expression.ExpressionPa... | 11,986 | 0.692729 | 0.689992 | 331 | 28.912386 | 27.39233 | 113 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.81571 | false | false | 1 |
c577e1899dc1fb667d435599cb1703c4550aa8ed | 25,108,378,820,880 | 1b307344a0dd5590e204529b7cc7557bed02d2b9 | /sdk/devcenter/azure-resourcemanager-devcenter/src/test/java/com/azure/resourcemanager/devcenter/generated/ProjectEnvironmentTypeInnerTests.java | cbc0a15ea9879f8873b1689ce342bc5c118d382c | [
"LGPL-2.1-or-later",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"LicenseRef-scancode-generic-cla"
] | permissive | alzimmermsft/azure-sdk-for-java | https://github.com/alzimmermsft/azure-sdk-for-java | 7e72a194e488dd441e44e1fd12c0d4c1cacb1726 | 9f5c9b2fd43c2f9f74c4f79d386ae00600dd1bf4 | refs/heads/main | 2023-09-01T00:13:48.628000 | 2023-03-27T09:00:31 | 2023-03-27T09:00:31 | 176,596,152 | 4 | 0 | MIT | true | 2023-03-08T18:13:24 | 2019-03-19T20:49:38 | 2023-01-31T17:13:31 | 2023-03-07T20:47:14 | 2,567,159 | 1 | 0 | 0 | Java | false | false | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.devcenter.generated;
import com.azure.core.util.BinaryData;
import com.azure.resourcemanager.devcenter.fluent.models.ProjectEnvi... | UTF-8 | Java | 4,069 | java | ProjectEnvironmentTypeInnerTests.java | Java | [] | null | [] | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.devcenter.generated;
import com.azure.core.util.BinaryData;
import com.azure.resourcemanager.devcenter.fluent.models.ProjectEnvi... | 4,069 | 0.678054 | 0.65741 | 70 | 57.128571 | 84.630951 | 715 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.985714 | false | false | 1 |
011b14fda4dea0b672d0e9a25c7f5944255c947a | 29,111,288,351,600 | a78efdb45c8bd7c5aea96c2e2aa5c7d6cff448a2 | /android/src/main/java/com/sharmana/db/domain/Transaction.java | 3e2a2b4d70eb79cd34d1f527126068da5c1304bf | [] | no_license | sharmana/mobile-android | https://github.com/sharmana/mobile-android | 0e7d9d1d9871a78d5bffbe76848ad72b3de61dc7 | 8d925f7f0b32c9d11a3100f61881b06d4c5dafde | refs/heads/master | 2021-01-13T14:04:56.374000 | 2014-10-12T08:12:37 | 2014-10-12T08:12:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sharmana.db.domain;
import com.j256.ormlite.field.DataType;
import com.j256.ormlite.field.DatabaseField;
import java.util.Date;
/**
* Created by strusov on 11.10.2014.
*/
public class Transaction {
@DatabaseField(generatedId = true)
private int id;
@DatabaseField(columnName... | UTF-8 | Java | 3,024 | java | Transaction.java | Java | [
{
"context": "d;\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n * Created by strusov on 11.10.2014.\r\n */\r\npublic class Transaction {\r\n",
"end": 176,
"score": 0.9994277954101562,
"start": 169,
"tag": "USERNAME",
"value": "strusov"
}
] | null | [] | package com.sharmana.db.domain;
import com.j256.ormlite.field.DataType;
import com.j256.ormlite.field.DatabaseField;
import java.util.Date;
/**
* Created by strusov on 11.10.2014.
*/
public class Transaction {
@DatabaseField(generatedId = true)
private int id;
@DatabaseField(columnName... | 3,024 | 0.585648 | 0.581019 | 117 | 23.846153 | 21.734062 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 1 |
f9e714b9e177947e26032806994122323336433b | 10,694,468,604,491 | d99d9e23561d4fc203577273ef1293bdb38671fa | /src/edu/pernat/shopinglist/android/SpremeniIzdelek.java | a565ca6829a924806924390966ffc2cb7d51f97a | [] | no_license | AaBoy/ShopingList | https://github.com/AaBoy/ShopingList | cd066a393bb8e0a55d9da810490ed67e32a18cfd | 5513f54ca8cf3b693442e8edb466002f5d15c255 | refs/heads/master | 2021-01-10T22:11:45.486000 | 2012-05-22T19:42:41 | 2012-05-22T19:42:41 | 1,598,669 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.pernat.shopinglist.android;
import android.R.bool;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.wid... | UTF-8 | Java | 2,375 | java | SpremeniIzdelek.java | Java | [] | null | [] | package edu.pernat.shopinglist.android;
import android.R.bool;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.wid... | 2,375 | 0.716632 | 0.716632 | 87 | 26.298851 | 27.796516 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.034483 | false | false | 1 |
7236d2e38e0b1e65c65da03ca088d35ccbc320cc | 29,643,864,326,246 | 23591c1d614d9dd29721d2daf3f114a707758ca5 | /Sigilia/src/net/rowf/sigilia/game/component/physical/MotionBasedOrientation.java | a14cc8f48b78ccf5eb009c2588eaa34bd252623c | [] | no_license | killscreen/sigilia | https://github.com/killscreen/sigilia | ea91dff8c857f4da2a048be26b90267b54a23174 | beb2b4beae961fae34184552bb098397541eb0b5 | refs/heads/master | 2020-05-28T11:51:28.102000 | 2013-05-23T21:01:58 | 2013-05-23T21:01:58 | 42,415,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.rowf.sigilia.game.component.physical;
import net.rowf.sigilia.game.Entity;
/**
* Describes the orientation of an entity which is intended to change
* based on its motion, as is the case for arrows.
*
* @author woeltjen
*
*/
public class MotionBasedOrientation extends Vector implements Orientation ... | UTF-8 | Java | 1,264 | java | MotionBasedOrientation.java | Java | [
{
"context": " motion, as is the case for arrows.\n * \n * @author woeltjen\n *\n */\npublic class MotionBasedOrientation extend",
"end": 238,
"score": 0.9995808601379395,
"start": 230,
"tag": "USERNAME",
"value": "woeltjen"
}
] | null | [] | package net.rowf.sigilia.game.component.physical;
import net.rowf.sigilia.game.Entity;
/**
* Describes the orientation of an entity which is intended to change
* based on its motion, as is the case for arrows.
*
* @author woeltjen
*
*/
public class MotionBasedOrientation extends Vector implements Orientation ... | 1,264 | 0.592563 | 0.56962 | 50 | 24.280001 | 20.557276 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.8 | false | false | 1 |
74d17dc73d136990fb4fee0e10eb44bb7c23ca5c | 16,947,940,977,261 | 26550f12fc88843463576cc5402ed5a4324c9bfb | /For.java | 3e83f59347faae7b976443ac7db28fb34736f7e4 | [] | no_license | juliabergman/Java-WomenCanCode | https://github.com/juliabergman/Java-WomenCanCode | 42401627df76b18e8af79d8502249391f52d033f | c1f5a1685bb90308a2e212e9e564438b497683c9 | refs/heads/master | 2022-08-26T01:40:30.512000 | 2022-06-29T19:32:31 | 2022-06-29T19:32:31 | 219,607,929 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class For{
public static void main(String args[]){
for( int i=x;i<y;i++){
if(i%19==0){
System.out.println("gambiarra");
break;//
}
}
}
}
| UTF-8 | Java | 146 | java | For.java | Java | [] | null | [] | public class For{
public static void main(String args[]){
for( int i=x;i<y;i++){
if(i%19==0){
System.out.println("gambiarra");
break;//
}
}
}
}
| 146 | 0.623288 | 0.60274 | 11 | 12.181818 | 13.134398 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 1 |
2f0a0bba1e662a971beeebbc99eba290a1cfa413 | 6,519,760,385,802 | 988532db317c768d951290bcec75b3a94407318f | /strategy/QuackBehavior/MuteQuack.java | 91aaa5a3b85cedb5c7080eb936a7863e7effcf8c | [] | no_license | onlyLYJ/HeadFirstDesignPattern | https://github.com/onlyLYJ/HeadFirstDesignPattern | 137fb8371e0c713d120a21d1a11b18d0aa06266f | 448e799cfa2dbcb031913b832bf5e2a844eb9c85 | refs/heads/master | 2021-01-21T05:29:09.067000 | 2017-03-05T02:44:14 | 2017-03-05T02:44:14 | 83,195,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package QuackBehavior;
import static util.Print.*;
public class MuteQuack implements QuackBehavior {
@Override
public void quack() {
println("Squack");
}
}
| UTF-8 | Java | 177 | java | MuteQuack.java | Java | [] | null | [] | package QuackBehavior;
import static util.Print.*;
public class MuteQuack implements QuackBehavior {
@Override
public void quack() {
println("Squack");
}
}
| 177 | 0.677966 | 0.677966 | 12 | 12.75 | 14.86677 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
7f4af523546ee900d72cc6cab5cbca779be70b34 | 27,831,388,089,725 | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-11-04-tempmail/sources/com/google/android/material/button/b.java | 8b8bc31a38794f25162aeb8cebf0c9bdbed35ed8 | [] | no_license | zteeed/tempmail-apks | https://github.com/zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830000 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.material.button;
import a.h.k.u;
import android.annotation.TargetApi;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.Rect;
import andr... | UTF-8 | Java | 12,168 | java | b.java | Java | [] | null | [] | package com.google.android.material.button;
import a.h.k.u;
import android.annotation.TargetApi;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.Rect;
import andr... | 12,168 | 0.59714 | 0.562295 | 334 | 35.431137 | 30.70323 | 308 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658683 | false | false | 1 |
a854e97e4e1d6af828c6e88efc6093d3d8392190 | 22,531,398,499,727 | ffd4efd7d5127ac58502b8cc2f1b1f50d686a23a | /src/main/java/com/location/iceCream/dao/CommentRepository.java | b7a21198e00bdb8114c0a3eaaa879db038af879c | [] | no_license | Sagittarius-Q/ice-cream | https://github.com/Sagittarius-Q/ice-cream | 741dfca9e90e9ead5a4912203d02d2803573ddd9 | f9744a4a3f8a40959bfc7dc834f33475947b25b5 | refs/heads/master | 2023-02-21T20:01:24.337000 | 2021-01-25T11:02:52 | 2021-01-25T11:02:52 | 328,968,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.location.iceCream.dao;
import com.location.iceCream.model.entity.Comment;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface CommentRepository extends JpaRepository<Comment,Long> {
public List<Comment> getAllByIceCreamName(String name);
}
| UTF-8 | Java | 309 | java | CommentRepository.java | Java | [] | null | [] | package com.location.iceCream.dao;
import com.location.iceCream.model.entity.Comment;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface CommentRepository extends JpaRepository<Comment,Long> {
public List<Comment> getAllByIceCreamName(String name);
}
| 309 | 0.822006 | 0.822006 | 10 | 29.9 | 27.544329 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
68451b8481b9fe9a8150a2613b4bc256526e3fdb | 16,750,372,456,323 | 8c9e56076ec59a8d1fbca733410b974ea2c41bb9 | /nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/controller/service/StandardControllerServiceResolverTest.java | 89d54c5ef2c16b2ab81ef0d488ad7f38e89fa2aa | [
"CC0-1.0",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | apache/nifi | https://github.com/apache/nifi | 70329dca21ce61a643d5fac263ab101ae9313f5a | 2b330d9feea82764721e6190f7320d49c73986b0 | refs/heads/main | 2023-09-04T00:50:15.639000 | 2023-08-31T16:41:08 | 2023-08-31T16:41:08 | 27,911,088 | 4,182 | 3,345 | Apache-2.0 | false | 2023-09-14T20:56:07 | 2014-12-12T08:00:05 | 2023-09-14T10:07:16 | 2023-09-14T20:56:07 | 236,539 | 3,988 | 2,530 | 30 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 16,474 | java | StandardControllerServiceResolverTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 16,474 | 0.76126 | 0.758832 | 296 | 54.655407 | 44.176506 | 151 | false | false | 0 | 0 | 0 | 0 | 83 | 0.005038 | 0.773649 | false | false | 1 |
b432a8108e2b908f696ea468ec3d8d4ef5b3e43a | 8,761,733,290,808 | 738d49ff6030f5e08864fdcc938ce1219acb0cde | /ecom_platform/ecom-common/src/main/java/com/mobile/shop/process/common/bean/MdseFavoritesDTO.java | c0c099a3ecdf71a0438c1dfcbc670fbda38fe82a | [] | no_license | ROCK-SOLID-CN/rs_std_lib | https://github.com/ROCK-SOLID-CN/rs_std_lib | a7cdb2d48bd384bae38bedbd3a9077060f9d4d12 | 01de37025ee02ddec06d0e82629464e1569e011b | refs/heads/master | 2018-01-05T04:55:17.439000 | 2016-10-16T20:13:32 | 2016-10-16T20:13:32 | 71,074,432 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobile.shop.process.common.bean;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import com.mobile.shop.process.hibernate.model.Spec;
public class MdseFavoritesDTO {
private String favoriteId;
/**
* 会员
*/
private String memberId;
/**
* 会员姓名
*/
private String m... | UTF-8 | Java | 2,288 | java | MdseFavoritesDTO.java | Java | [] | null | [] | package com.mobile.shop.process.common.bean;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import com.mobile.shop.process.hibernate.model.Spec;
public class MdseFavoritesDTO {
private String favoriteId;
/**
* 会员
*/
private String memberId;
/**
* 会员姓名
*/
private String m... | 2,288 | 0.681859 | 0.681859 | 148 | 13.972973 | 14.903267 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.168919 | false | false | 1 |
bf9517863a09eb064a84f5209ac7000396948776 | 24,275,155,174,333 | 0d89cf4831bc49cda0d03406a98cac4069402ecd | /src/search/SeqSearch.java | 12f0c3d4df8666a3c1826f4acc39cd483414de76 | [] | no_license | jxy0413/JavaStruct | https://github.com/jxy0413/JavaStruct | 6fe7c0b026a0e3c2d9627723e482d520c81f62b5 | 5077a6148794cadef44e7357473b4916614c1cb5 | refs/heads/master | 2023-01-21T16:42:56.489000 | 2023-01-11T09:53:32 | 2023-01-11T09:53:32 | 233,161,058 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package search;
/**
* Created by Cookie on 2019/10/23.
*/
public class SeqSearch {
public static void main(String[] args) {
int arr[]={-5,8,45,7,6};
int index = seqSearch(arr,77);
if(index==-1){
System.out.println("在数组中并未找到");
}else{
System.out.printl... | UTF-8 | Java | 753 | java | SeqSearch.java | Java | [
{
"context": "package search;\n\n/**\n * Created by Cookie on 2019/10/23.\n */\npublic class SeqSearch {\n p",
"end": 41,
"score": 0.46974802017211914,
"start": 35,
"tag": "USERNAME",
"value": "Cookie"
}
] | null | [] | package search;
/**
* Created by Cookie on 2019/10/23.
*/
public class SeqSearch {
public static void main(String[] args) {
int arr[]={-5,8,45,7,6};
int index = seqSearch(arr,77);
if(index==-1){
System.out.println("在数组中并未找到");
}else{
System.out.printl... | 753 | 0.47976 | 0.451274 | 31 | 20.516129 | 15.539483 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 1 |
cd067a9e982650a22f12477e86947af3ac69d02c | 2,156,073,634,057 | e6a4e19cd358178c9783b844cdc422000c913d04 | /AutorouteWeb/src/main/java/org/autoroute/web/simulator/controller/AutorouteMeasurementGeneratorController.java | 0a876751c76d19efaac1e420a170c8f22da6486d | [] | no_license | shannonlal/AutorouteWeb | https://github.com/shannonlal/AutorouteWeb | 8e7bf06afdc3740ef5a34ac9a4b5cdbcb1dddf2d | d7a10d16769014cc57b6bb8a37dee5891079408d | refs/heads/master | 2016-08-04T13:20:50.458000 | 2014-12-15T12:03:36 | 2014-12-15T12:03:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.autoroute.web.simulator.controller;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.autoroute.common.domain.json.AutorouteConstants.ResponseCodes;
import org.autoroute.common.domain.json.JSONAutorouteConfirmation;
import org.autoroute.common.domain.json.JSONDevice;
import org.a... | UTF-8 | Java | 5,580 | java | AutorouteMeasurementGeneratorController.java | Java | [] | null | [] | package org.autoroute.web.simulator.controller;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.autoroute.common.domain.json.AutorouteConstants.ResponseCodes;
import org.autoroute.common.domain.json.JSONAutorouteConfirmation;
import org.autoroute.common.domain.json.JSONDevice;
import org.a... | 5,580 | 0.749642 | 0.749642 | 145 | 37.482758 | 32.046539 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.089655 | false | false | 1 |
1c2b35c66e0533a7c96158857dae811d5751133b | 970,662,615,011 | 3eed31d4c45f7628a7fe8f088d19ea2357125e78 | /ams-common/src/main/java/com/ingenico/ams/wam/wamm/wsbean/output/PublicationValidationInformationWsBean.java | 4f80e7c3bc3204ddd0b03a4728012f72896e962f | [] | no_license | somaizouhaier/helpProject | https://github.com/somaizouhaier/helpProject | 38d82cd7945d7ae38883beaa8157a4fabda06146 | d90baff8e2c79b8fe7cdab988cf39eb317fe6f1d | refs/heads/master | 2017-04-23T00:32:57.991000 | 2016-08-31T21:12:05 | 2016-08-31T21:12:05 | 65,663,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ingenico.ams.wam.wamm.wsbean.output;
import java.io.Serializable;
import com.ingenico.ams.wam.wsbean.WsBean;
public class PublicationValidationInformationWsBean extends WsBean implements Serializable {
private static final long serialVersionUID = -4552393885859783487L;
private Integer id;
... | UTF-8 | Java | 2,820 | java | PublicationValidationInformationWsBean.java | Java | [] | null | [] | package com.ingenico.ams.wam.wamm.wsbean.output;
import java.io.Serializable;
import com.ingenico.ams.wam.wsbean.WsBean;
public class PublicationValidationInformationWsBean extends WsBean implements Serializable {
private static final long serialVersionUID = -4552393885859783487L;
private Integer id;
... | 2,820 | 0.642553 | 0.635816 | 148 | 18.054054 | 19.411192 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 1 |
3991286319018377ad48b867b83c8e4f82fffc4f | 25,280,177,533,493 | 4649658a6ca2a213b8fce3c70b150993d1ef8cef | /infrastructure/src/main/java/eric/clapton/infrastructure/data/jpa/search/BaseMethodArgumentResolver.java | 5b82958251633b1918ec57c987bfb6acde2a4424 | [
"MIT"
] | permissive | polegithub/MusicShareServerJava | https://github.com/polegithub/MusicShareServerJava | 493896d3ec94690a28fea978ac09e0b759d17643 | da2b2f5ed193e299d96f4e44350b9cfcda82bf94 | refs/heads/master | 2021-01-12T17:44:01.546000 | 2016-10-22T11:13:48 | 2016-10-22T11:13:48 | 71,632,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2014-2014 www.roomy.cn All rights reserved
* Info:roomy-core BaseMethodArgumentResolver.java 2014-5-4 16:15:14 wuwei$$
*/
package eric.clapton.infrastructure.data.jpa.search;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.sprin... | UTF-8 | Java | 3,840 | java | BaseMethodArgumentResolver.java | Java | [
{
"context": "e Class BaseMethodArgumentResolver.\n * \n * @author wuwei 2014-5-4\n */\npublic abstract class BaseMethodArgu",
"end": 665,
"score": 0.9994257092475891,
"start": 660,
"tag": "USERNAME",
"value": "wuwei"
}
] | null | [] | /*
* Copyright (c) 2014-2014 www.roomy.cn All rights reserved
* Info:roomy-core BaseMethodArgumentResolver.java 2014-5-4 16:15:14 wuwei$$
*/
package eric.clapton.infrastructure.data.jpa.search;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.sprin... | 3,840 | 0.569377 | 0.561247 | 109 | 32.85321 | 26.295715 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385321 | false | false | 1 |
85b53a6e10d9a7db39ae1f1e6df5fecd8664e767 | 20,117,626,864,945 | bd5afa8fe6280aba0a931ea25c336a5be501ff69 | /AndroidRobot/src/com/mro/bluetooth/BluetoothConnection.java | c395433dda6f87a5bd01d15619bebdbae737a3d9 | [] | no_license | MesaRoboticsOrganization/Mesa-Robotics-Organization | https://github.com/MesaRoboticsOrganization/Mesa-Robotics-Organization | b255c80fc5b2aead367cc48547fa1c66c7bce082 | 55911e634651c1d47be2aa13d8b271abf08ccbb9 | refs/heads/master | 2021-01-13T01:37:00.693000 | 2013-08-09T19:55:48 | 2013-08-09T19:55:48 | 2,606,353 | 8 | 0 | null | false | 2013-06-05T18:01:01 | 2011-10-19T14:06:52 | 2013-06-05T17:47:15 | 2013-06-03T19:57:06 | 768 | null | 2 | 0 | Java | null | null | package com.mro.bluetooth;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import android.bluetooth.Bluet... | UTF-8 | Java | 2,480 | java | BluetoothConnection.java | Java | [] | null | [] | package com.mro.bluetooth;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import android.bluetooth.Bluet... | 2,480 | 0.714516 | 0.713306 | 103 | 23.077669 | 20.295242 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.097087 | false | false | 1 |
6850d0943796755f6ceb6224a57fdb8ea57d882a | 9,380,208,603,470 | 3afd2b34b0e886d1b98127db3ddda09d16fd8fbf | /src/DesignSearchAutocompleteSystem.java | 895f1eabf506b3de1f14464009d4aa583aa24d4c | [] | no_license | Haochaozhu/Leetcode | https://github.com/Haochaozhu/Leetcode | bd10a62ba1c52c9d4c67b193f02852a10e08bf82 | 2fb22039b40825689d983b262728873889daa27a | refs/heads/master | 2020-04-29T20:29:23.468000 | 2019-07-22T23:51:58 | 2019-07-22T23:51:58 | 176,384,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class DesignSearchAutocompleteSystem {
private class Node {
boolean exist;
String s;
Node[] next;
Node () {
next = new Node[26];
}
}
Node root;
Node cur;
StringBuilder sb;
Map<String, Integer> map;
public DesignSearchA... | UTF-8 | Java | 2,320 | java | DesignSearchAutocompleteSystem.java | Java | [] | null | [] | import java.util.*;
class DesignSearchAutocompleteSystem {
private class Node {
boolean exist;
String s;
Node[] next;
Node () {
next = new Node[26];
}
}
Node root;
Node cur;
StringBuilder sb;
Map<String, Integer> map;
public DesignSearchA... | 2,320 | 0.490517 | 0.480603 | 71 | 31.676056 | 24.545317 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774648 | false | false | 1 |
b49980e007689db0762fae000d5113d3c80d23d1 | 12,747,462,962,810 | 4ba3a51538e6e65e62593beb2c7a38b891c9e907 | /Xcaret/55_JumpGame.java | 03ed71be8aba3a0b8d0a2233aa25f5719258f88a | [] | no_license | RuiLu/Xel-Ha | https://github.com/RuiLu/Xel-Ha | 86c92daf5d6f849b8ae44e76d834375354301a7d | cad5404ec91a5fe6bb84094564805682c56a104b | refs/heads/master | 2021-01-10T19:27:30.551000 | 2017-02-22T19:52:37 | 2017-02-22T19:52:37 | 55,649,444 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
/**
* Backward
* Time complexity -> O(n)
*/
public boolean canJump(int[] nums) {
if (nums == null || nums.length <= 1) return true;
int last = nums.length - 1;
for (int i = nums.length - 2; i >= 0; i--) {
if (i + nums... | UTF-8 | Java | 862 | java | 55_JumpGame.java | Java | [] | null | [] | public class Solution {
/**
* Backward
* Time complexity -> O(n)
*/
public boolean canJump(int[] nums) {
if (nums == null || nums.length <= 1) return true;
int last = nums.length - 1;
for (int i = nums.length - 2; i >= 0; i--) {
if (i + nums... | 862 | 0.432715 | 0.422274 | 35 | 23.628571 | 18.711472 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 1 |
410243217625beece35f7700158577a6a00fed23 | 25,288,767,463,870 | 2e60602a53f0db4419b4ae0b0feea227fcc3bee8 | /intermediateProgramming/a6/TestArrayQueue.java | a77a50e92169bd365b02e588d3af93a2482a7984 | [] | no_license | hmcdonaldson/course-work | https://github.com/hmcdonaldson/course-work | 20cef8f4dffd574aec8c592f6d2faad1201f2462 | a0afa95e7c656b9e543e00928f10b15e4ab16066 | refs/heads/master | 2022-06-19T18:40:51.590000 | 2020-05-08T20:40:20 | 2020-05-08T20:40:20 | 262,399,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import util6.ArrayQueue;
import java.util.NoSuchElementException;
import java.lang.IllegalStateException;
import java.lang.NullPointerException;
class TestArrayQueue{
public static void main(String[] args){
int testInt = 3;
String testString = "String";
String testNull = null;
Object[] testAddAll = new Objec... | UTF-8 | Java | 3,036 | java | TestArrayQueue.java | Java | [] | null | [] | import util6.ArrayQueue;
import java.util.NoSuchElementException;
import java.lang.IllegalStateException;
import java.lang.NullPointerException;
class TestArrayQueue{
public static void main(String[] args){
int testInt = 3;
String testString = "String";
String testNull = null;
Object[] testAddAll = new Objec... | 3,036 | 0.66469 | 0.634387 | 87 | 33.896553 | 22.798988 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.873563 | false | false | 1 |
e1afd10d8fafddd3cd4014748880045e7cbd4133 | 18,872,086,326,676 | bb9444b75e8781d366c853ee45297546e8c67922 | /Utopia-UI/src/setup/ui/panel/RacesSettingsPanel.java | 79bb783510535cb1ef8e1102032fa14a0a9c6e98 | [] | no_license | spetzreborn/lucidbot | https://github.com/spetzreborn/lucidbot | 7b34de9e6956337c52818171b6e1fb560dee96dc | a707b1475a20817faed2e391e98a567989accc75 | refs/heads/master | 2021-03-12T22:50:09.227000 | 2013-09-30T06:48:17 | 2013-09-30T06:48:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2012, Fredrik Yttergren
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list o... | UTF-8 | Java | 23,180 | java | RacesSettingsPanel.java | Java | [
{
"context": "/*\n * Copyright (c) 2012, Fredrik Yttergren\n * All rights reserved.\n *\n * Redistribution and ",
"end": 43,
"score": 0.9998917579650879,
"start": 26,
"tag": "NAME",
"value": "Fredrik Yttergren"
},
{
"context": "CULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL Fred... | null | [] | /*
* Copyright (c) 2012, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of condition... | 23,158 | 0.630198 | 0.628257 | 458 | 49.611355 | 33.021126 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855895 | false | false | 1 |
8b0f23abda46276e334a95695984998a545b81cf | 7,593,502,214,938 | e23cd3d2f9c9ff1276040cf24a0fb7c45fc2d84f | /src/test/java/hello/itemservice/message/MessageSourceTest.java | f6d9772eb4688046a97ee7467bb83b18f1e242f9 | [] | no_license | n00nietzsche/inflearn-spring-mvc-2-message | https://github.com/n00nietzsche/inflearn-spring-mvc-2-message | c9985bafefc4357e698e09868b750e73b1587bb2 | 32ec07e1e56bce2a12c0de4d78fd111912d31fc4 | refs/heads/main | 2023-07-20T23:12:37.106000 | 2021-08-24T16:32:56 | 2021-08-24T16:32:56 | 399,133,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.itemservice.message;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.MessageSource;
import org.springframework.context.... | UTF-8 | Java | 1,776 | java | MessageSourceTest.java | Java | [] | null | [] | package hello.itemservice.message;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.MessageSource;
import org.springframework.context.... | 1,776 | 0.699074 | 0.699074 | 52 | 32.23077 | 30.280493 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711538 | false | false | 1 |
b4d1582eca12afbb16958e928f29f9659c787c39 | 26,345,329,425,499 | 14f54dc725cb02f10d13ce5dfacd8a029c789889 | /src/java/fr/paris/lutece/plugins/identitystore/v1/web/service/SimpleRestTransport.java | 92eacf26a41e85c1c3988ea7e3250774fdb67464 | [] | no_license | lutece-secteur-public/gru-library-identitystore | https://github.com/lutece-secteur-public/gru-library-identitystore | 09d32836e7fbb0910c3d70495ea89aa138a249e9 | 69ed11a06d80067073479603dd58841757ec1fda | refs/heads/master | 2023-09-04T04:57:06.660000 | 2023-03-30T17:17:44 | 2023-03-30T17:17:44 | 60,697,029 | 0 | 2 | null | false | 2023-04-17T17:41:09 | 2016-06-08T12:43:58 | 2022-03-23T16:37:19 | 2023-04-17T17:41:05 | 215 | 0 | 1 | 2 | Java | false | false | /*
* Copyright (c) 2002-2023, City of Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the f... | UTF-8 | Java | 11,867 | java | SimpleRestTransport.java | Java | [] | null | [] | /*
* Copyright (c) 2002-2023, City of Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the f... | 11,867 | 0.620376 | 0.619028 | 326 | 35.40184 | 38.851154 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533742 | false | false | 1 |
923fcb4bb8f903ad5ffc8f8d2d5bdaf785fe6350 | 22,385,369,577,872 | 95d4357eae919c9e1a62be22c67d29e6e3a37268 | /src/main/java/ru/marunich/spring/TestSpring.java | 1b09315559fb064b9708efbc1955f62b7fbd0373 | [] | no_license | marunich-dima/spring | https://github.com/marunich-dima/spring | 67ece76852d618ac53db8c098ca8786dedbb604a | f8002178c1206aa517259e51583431bfd730bd1b | refs/heads/master | 2023-06-24T21:24:55.834000 | 2021-02-26T09:34:29 | 2021-02-26T09:34:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.marunich.spring;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class TestSpring {
public static void main(String[] args) {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(
SpringConfig.class
)... | UTF-8 | Java | 1,389 | java | TestSpring.java | Java | [] | null | [] | package ru.marunich.spring;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class TestSpring {
public static void main(String[] args) {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(
SpringConfig.class
)... | 1,389 | 0.692585 | 0.686825 | 39 | 34.615383 | 33.165951 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 1 |
b566d55b5620f5f5588248382b90842a5302e86c | 9,947,144,260,907 | aa2a6a6bc6736d4003cb057f88e03049dbdf644c | /src/main/java/com/astontech/vehicleProject/bootstrap/SeedData.java | 8e807f920f37a25fc8a945dad8f4e72b10a73d12 | [] | no_license | coderNinja7000/VehicleFullCRUD | https://github.com/coderNinja7000/VehicleFullCRUD | 5427e2134e06518e525f3cf719650a88910c8df6 | 33788ecfc6680f30ca60180841b7a6243168bd35 | refs/heads/master | 2020-02-29T18:20:09.059000 | 2017-05-01T17:34:37 | 2017-05-01T17:34:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.astontech.vehicleProject.bootstrap;
import com.astontech.vehicleProject.domain.Vehicle;
import com.astontech.vehicleProject.domain.VehicleMake;
import com.astontech.vehicleProject.domain.VehicleModel;
import com.astontech.vehicleProject.services.VehicleMakeService;
import com.astontech.vehicleProject.servi... | UTF-8 | Java | 3,290 | java | SeedData.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by David.Franzel on 3/8/2017.\n */\n@Component\npublic class SeedData",
"end": 722,
"score": 0.9998785257339478,
"start": 709,
"tag": "NAME",
"value": "David.Franzel"
}
] | null | [] | package com.astontech.vehicleProject.bootstrap;
import com.astontech.vehicleProject.domain.Vehicle;
import com.astontech.vehicleProject.domain.VehicleMake;
import com.astontech.vehicleProject.domain.VehicleModel;
import com.astontech.vehicleProject.services.VehicleMakeService;
import com.astontech.vehicleProject.servi... | 3,290 | 0.719453 | 0.68693 | 99 | 32.232323 | 22.747995 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 1 |
60c50893b68146c8a3b9df7d08c32bb21cba4f05 | 27,900,107,585,015 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/JADX/src/main/java/org/telegram/tgnet/C1146xa77535d2.java | d99c0c0f008d7bc62edb4a480de34ce20bac6def | [] | no_license | sgros/activity_flow_plugin | https://github.com/sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865000 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.telegram.tgnet;
/* compiled from: lambda */
/* renamed from: org.telegram.tgnet.-$$Lambda$ConnectionsManager$DnsTxtLoadTask$Y_uiONB1DXfH_CyjIpbAd-79WxM */
public final /* synthetic */ class C1146xa77535d2 implements Runnable {
private final /* synthetic */ DnsTxtLoadTask f$0;
private final /* synth... | UTF-8 | Java | 663 | java | C1146xa77535d2.java | Java | [] | null | [] | package org.telegram.tgnet;
/* compiled from: lambda */
/* renamed from: org.telegram.tgnet.-$$Lambda$ConnectionsManager$DnsTxtLoadTask$Y_uiONB1DXfH_CyjIpbAd-79WxM */
public final /* synthetic */ class C1146xa77535d2 implements Runnable {
private final /* synthetic */ DnsTxtLoadTask f$0;
private final /* synth... | 663 | 0.717949 | 0.6727 | 17 | 38 | 36.10931 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
19105b8fe596e1704f607ad8d53cefc2f70687bc | 13,194,139,566,794 | 798e43c130f41d046aa6b8a90eff337e889ef9df | /src/test/java/net/jeebiz/ftpclient/spring/boot/FTPClient_Test.java | ecf2569b418c30b3a9035dbac88ae8fe096f21b4 | [
"Apache-2.0"
] | permissive | Jeebiz/smbclient-spring-boot-starter | https://github.com/Jeebiz/smbclient-spring-boot-starter | 5e83ddd484c3e5ee51187450a727d3c5cd53a6b4 | ed874a51c6bdae57932b407cf18ae0a73892cf61 | refs/heads/master | 2020-09-22T20:09:38.749000 | 2020-05-17T07:05:50 | 2020-05-17T07:05:50 | 225,312,593 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.jeebiz.ftpclient.spring.boot;
/**
*/
public class FTPClient_Test {
//@Test
public void testExecute() {
}
}
| UTF-8 | Java | 143 | java | FTPClient_Test.java | Java | [] | null | [] | package net.jeebiz.ftpclient.spring.boot;
/**
*/
public class FTPClient_Test {
//@Test
public void testExecute() {
}
}
| 143 | 0.587413 | 0.587413 | 13 | 9 | 13.433598 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 1 |
69753f16b03e3bcb7fa1a86ecbb10b7684a1f0e0 | 19,619,410,638,669 | 96a8f47e05481cf2116aea85c816553f5b25952f | /src/main/java/ru/sendel/qcinema/config/HibernateConf.java | e5155f6aff0c063f3a678c75b2142d10f28be0a9 | [
"MIT"
] | permissive | sendelufa/qSearchCinema | https://github.com/sendelufa/qSearchCinema | afa976f380f9331342fb6e23dd8d9de3f454ce23 | 93c422317057f3462c40606ea61fe9cabd57ced5 | refs/heads/master | 2022-12-02T17:31:20.624000 | 2022-10-14T04:51:08 | 2022-10-14T04:51:08 | 210,335,316 | 0 | 1 | MIT | false | 2022-11-23T22:35:46 | 2019-09-23T11:13:33 | 2022-01-19T14:59:27 | 2022-11-23T22:35:46 | 26 | 0 | 0 | 2 | Java | false | false | package ru.sendel.qcinema.config;
import java.util.Properties;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configu... | UTF-8 | Java | 2,411 | java | HibernateConf.java | Java | [
{
"context": "rce.setUrl(jdbcURl);\n dataSource.setUsername(dbUsername);\n dataSource.setPassword(dbPassword);\n ",
"end": 1716,
"score": 0.9957593083381653,
"start": 1706,
"tag": "USERNAME",
"value": "dbUsername"
},
{
"context": "sername(dbUsername);\n dataSource.... | null | [] | package ru.sendel.qcinema.config;
import java.util.Properties;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configu... | 2,411 | 0.768146 | 0.767316 | 62 | 37.887096 | 25.330782 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 1 |
605d782e4a188d9c220b35fee5d704cc0adc4069 | 19,567,871,060,536 | d3b2ac22ae6dc492ee8bf156b6773c23bb9d8ba7 | /teacher/src/main/java/com/example/schoolteacher/parents/MainParentsActivity.java | c267f54811b3a4e5c5dd2f640ec66bd811d14a92 | [] | no_license | Partha11/schooltest | https://github.com/Partha11/schooltest | d71c1c05a93021a4a90c04c69bb93fb2801c5b95 | 5931c4f7fe859931e6463e3a76aba8aa17251c5a | refs/heads/master | 2022-06-17T13:15:56.492000 | 2020-05-07T18:50:06 | 2020-05-07T18:50:06 | 261,177,157 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.schoolteacher.parents;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.appcompat.... | UTF-8 | Java | 9,105 | java | MainParentsActivity.java | Java | [] | null | [] | package com.example.schoolteacher.parents;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.appcompat.... | 9,105 | 0.653487 | 0.652169 | 274 | 32.229927 | 28.316286 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580292 | false | false | 1 |
efad9336d07f59aabc4969f9c628f51d8615192e | 33,191,507,272,709 | 020707a2d7465c929f0e6ab430173c14218d24a3 | /nl-paas/java/public-module/common/src/main/java/com/newland/paas/common/util/ExceptionUtils.java | 8b9f5db53a1d60923be3d6159cffbc0875e6befe | [] | no_license | zhangyp1/demo | https://github.com/zhangyp1/demo | 163453a4ca8ae4afe9082ff6cace4a5fd88bcc85 | 165b5346688af47436b8bee940bd512f095e9a3c | refs/heads/master | 2022-12-25T14:21:56.125000 | 2019-07-30T11:41:42 | 2019-07-30T11:41:42 | 198,967,517 | 1 | 0 | null | false | 2022-12-12T21:42:17 | 2019-07-26T07:18:57 | 2019-07-30T11:43:14 | 2022-12-12T21:42:13 | 11,817 | 0 | 1 | 18 | Java | false | false |
package com.newland.paas.common.util;
import com.newland.paas.log.Log;
import com.newland.paas.log.LogFactory;
import com.newland.paas.log.LogProperty;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
/**
* Copyright (c) 2015, NEWLAND , LTD All Rights Reserved.
*
* @ClassName:Excepti... | UTF-8 | Java | 3,226 | java | ExceptionUtils.java | Java | [
{
"context": "iption: 异常工具类\r\n * @Funtion List:\r\n *\r\n * @author chenzc\r\n * @version \r\n * @Date\t 2015年7月23日\t\t上午9:59:47\r\n",
"end": 395,
"score": 0.9996897578239441,
"start": 389,
"tag": "USERNAME",
"value": "chenzc"
}
] | null | [] |
package com.newland.paas.common.util;
import com.newland.paas.log.Log;
import com.newland.paas.log.LogFactory;
import com.newland.paas.log.LogProperty;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
/**
* Copyright (c) 2015, NEWLAND , LTD All Rights Reserved.
*
* @ClassName:Excepti... | 3,226 | 0.498472 | 0.4927 | 105 | 26.009523 | 20.546577 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
658cfdc768833f2cae90ae7fa6f935e97736666d | 4,140,348,526,609 | 4f8f78b6acbd4170b6d1867e3ae0dfc733e932c2 | /src/main/java/com/accenture/propostaBackEnd/repository/TimeRepository.java | 623aa4e03cdb4d91a662987ea09c556827ecb207 | [] | no_license | zuperboni/PropostasControle-BackEnd | https://github.com/zuperboni/PropostasControle-BackEnd | ee445c883e486683c67710e5adcf0b62bac02ced | cdff17243739a4871e371b613d2e77c8d59dbcf0 | refs/heads/master | 2022-10-20T19:11:36.312000 | 2019-08-16T15:09:03 | 2019-08-16T15:09:03 | 202,738,792 | 1 | 0 | null | false | 2022-10-05T19:25:19 | 2019-08-16T14:09:00 | 2022-02-12T23:17:15 | 2022-10-05T19:25:19 | 1,367 | 0 | 0 | 1 | Java | false | false | package com.accenture.propostaBackEnd.repository;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import com.accenture.propostaBackEnd.dominio.Time;
@Repository
public interface TimeRepository extends MongoRepository<Time,String>{
}
| UTF-8 | Java | 306 | java | TimeRepository.java | Java | [] | null | [] | package com.accenture.propostaBackEnd.repository;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import com.accenture.propostaBackEnd.dominio.Time;
@Repository
public interface TimeRepository extends MongoRepository<Time,String>{
}
| 306 | 0.859477 | 0.859477 | 10 | 29.6 | 28.128988 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
2ef7696f23a33360798df7f2fab6a5f11b7fd837 | 10,402,410,816,499 | 23c465eda73be055891e01affd8e2ce6efacee9d | /src/main/java/com/mindex/challenge/controller/CompensationController.java | 570f549eee7bac5c3d55df6f90daff81ec09ed07 | [] | no_license | vanamanuroop/senior-code-challenge | https://github.com/vanamanuroop/senior-code-challenge | b661a1bae21ff832a2bbedae550b0f7f7f9c51a3 | ace7d8a23b8a82347b375d6bfa0a4e56cac0586c | refs/heads/master | 2020-03-24T08:16:40.617000 | 2018-07-27T17:18:52 | 2018-07-27T17:18:52 | 142,590,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mindex.challenge.controller;
import com.mindex.challenge.data.Compensation;
import com.mindex.challenge.data.Employee;
import com.mindex.challenge.service.CompensationService;
import com.mindex.challenge.service.EmployeeService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springfram... | UTF-8 | Java | 1,843 | java | CompensationController.java | Java | [] | null | [] | package com.mindex.challenge.controller;
import com.mindex.challenge.data.Compensation;
import com.mindex.challenge.data.Employee;
import com.mindex.challenge.service.CompensationService;
import com.mindex.challenge.service.EmployeeService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springfram... | 1,843 | 0.730331 | 0.706999 | 58 | 30.775862 | 27.945169 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 1 |
8052596d03acd7a9418b0649cc50d7addecc2ee9 | 10,402,410,818,025 | 1cedfd2294d063dbe1150f8844f45013a0f5b33a | /chap07/src/chap07/AbstractTest.java | 5bb3e5698d30174baa47fe7ef03beeb3fc5852e9 | [] | no_license | kimyh5910/java | https://github.com/kimyh5910/java | 82c0310a85e825f8f70771b68211c183fb62178c | 032e461d0d5564890b467563700b458a72104ca1 | refs/heads/master | 2022-12-22T09:15:35.868000 | 2022-12-13T13:45:54 | 2022-12-13T13:45:54 | 245,037,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap07;
public class AbstractTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
Concrete c = new Concrete(100,50);
c.show();
}
}
| UTF-8 | Java | 180 | java | AbstractTest.java | Java | [] | null | [] | package chap07;
public class AbstractTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
Concrete c = new Concrete(100,50);
c.show();
}
}
| 180 | 0.683333 | 0.644444 | 11 | 15.363636 | 15.830194 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 1 |
157b5d222ff64e6e77b65c94753756dcd6241da2 | 16,604,343,630,516 | 7b3c1d13c88c5b4945d1478b1d15f66255a54f28 | /src/br/com/advocacia/dao/interfaces/ClienteDAO.java | cf6bc9795d5e19dcf7bb8fc2522d6bfef105dc58 | [] | no_license | ThiagoSchetini/sistema-advocacia | https://github.com/ThiagoSchetini/sistema-advocacia | 1b1ec20355505c927e1f8427a6ad33e1fa65d466 | fb9b7abc549e54a40f87b0936b7f77eb851f8c83 | refs/heads/master | 2018-01-04T02:47:32.317000 | 2017-01-29T13:20:52 | 2017-01-29T13:20:52 | 71,181,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.advocacia.dao.interfaces;
import java.sql.SQLException;
import java.util.List;
import br.com.advocacia.entidades.Cliente;
import br.com.advocacia.entidades.Pessoa;
public interface ClienteDAO {
Pessoa getCliente(int codigo) throws SQLException;
List<Cliente> listar() throws SQLExcepti... | UTF-8 | Java | 331 | java | ClienteDAO.java | Java | [] | null | [] | package br.com.advocacia.dao.interfaces;
import java.sql.SQLException;
import java.util.List;
import br.com.advocacia.entidades.Cliente;
import br.com.advocacia.entidades.Pessoa;
public interface ClienteDAO {
Pessoa getCliente(int codigo) throws SQLException;
List<Cliente> listar() throws SQLExcepti... | 331 | 0.758308 | 0.758308 | 15 | 20.066668 | 19.512276 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 1 |
54447132548640d55d1a6b10a9fcd0c9de6d6ebd | 7,224,134,996,981 | f7750fd1c4ac87c51922aabcd0ffe4816fd12daf | /Day3/src/main/java/com/xk/admin/day3/MainActivity.java | a775b175dca0f97173329ef9ee34893340351ebc | [] | no_license | xj2023/PracticeView | https://github.com/xj2023/PracticeView | 59e53fc56d090351b60601b31d8e11283b50dcdb | 266e6e11eb37053cd8da70cb12c70186befcbc6f | refs/heads/master | 2022-11-29T00:07:25.343000 | 2017-12-11T14:43:16 | 2017-12-11T14:43:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xk.admin.day3;
import android.animation.ObjectAnimator;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.animation.LinearInterpolator;
public class MainActivity extends AppCompatActivity {
private Objec... | UTF-8 | Java | 1,270 | java | MainActivity.java | Java | [] | null | [] | package com.xk.admin.day3;
import android.animation.ObjectAnimator;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.animation.LinearInterpolator;
public class MainActivity extends AppCompatActivity {
private Objec... | 1,270 | 0.701575 | 0.684252 | 42 | 29.238094 | 23.81757 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 1 |
64be3db3867cc471a8e7eee7284f0c1f30393a7e | 6,502,580,499,248 | be9c55ad6e9f993ae2a2086006a9d796b7a3f536 | /src/main/java/de/eip/testgroup/App.java | ee678a0070defd640a74d2745f2ba317aed5254c | [] | no_license | rfaber42/java-eip-exercises | https://github.com/rfaber42/java-eip-exercises | 1e0b7866c7424b1356a82500bcc9738673db08e6 | 6e7de09365f9afc566324a2aeed64da85ba864fe | refs/heads/master | 2018-09-20T05:24:13.128000 | 2018-06-26T09:34:06 | 2018-06-26T09:34:06 | 134,165,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.eip.testgroup;
import de.eip.base.util.LineChart;
public class App
{
public static void main( String[] args )
{
//*
LineChart chart;
chart = new LineChart("Step", "Temperature");
ACModel sampleModel;
sampleModel = new ACModel(15, 10, 25, 500, 2000);
... | UTF-8 | Java | 845 | java | App.java | Java | [] | null | [] | package de.eip.testgroup;
import de.eip.base.util.LineChart;
public class App
{
public static void main( String[] args )
{
//*
LineChart chart;
chart = new LineChart("Step", "Temperature");
ACModel sampleModel;
sampleModel = new ACModel(15, 10, 25, 500, 2000);
... | 845 | 0.556213 | 0.521894 | 39 | 20.666666 | 19.657755 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.74359 | false | false | 1 |
bea407f8c6cb6c93f6a70632e791e191f02385a4 | 16,406,775,135,881 | 096baf94f7ae180d3338445e7614ea51a1d31ee4 | /src/ua/nure/hrabovska/SummaryTask4/web/command/filingApplication/ShowUniversityPageCommand.java | 41ce556c4862bc05187eeefb62e8ab407487f6cc | [] | no_license | juliaHrabovska/SummaryTask4 | https://github.com/juliaHrabovska/SummaryTask4 | 2d198a24fa2fffa57bcd2db327bd55193b711678 | c418df4b810c750483a56b318b445217ea0b1079 | refs/heads/master | 2021-07-05T11:01:39.551000 | 2017-09-28T00:04:34 | 2017-09-28T00:04:34 | 104,624,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.nure.hrabovska.SummaryTask4.web.command.filingApplication;
import org.apache.log4j.Logger;
import ua.nure.hrabovska.SummaryTask4.database.dao.CathedraDAO;
import ua.nure.hrabovska.SummaryTask4.database.bean.CathedraBean;
import ua.nure.hrabovska.SummaryTask4.database.entity.Account;
import ua.nure.hrabovska... | UTF-8 | Java | 2,739 | java | ShowUniversityPageCommand.java | Java | [
{
"context": "\n/**\n * Show university page command\n *\n * @author Y. Hrabovska\n */\npublic class ShowUniversityPageCommand extend",
"end": 952,
"score": 0.9998531341552734,
"start": 940,
"tag": "NAME",
"value": "Y. Hrabovska"
}
] | null | [] | package ua.nure.hrabovska.SummaryTask4.web.command.filingApplication;
import org.apache.log4j.Logger;
import ua.nure.hrabovska.SummaryTask4.database.dao.CathedraDAO;
import ua.nure.hrabovska.SummaryTask4.database.bean.CathedraBean;
import ua.nure.hrabovska.SummaryTask4.database.entity.Account;
import ua.nure.hrabovska... | 2,733 | 0.73421 | 0.730193 | 66 | 40.5 | 33.466061 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742424 | false | false | 1 |
9a7d142c360e893745dc816863f10a948d9ff945 | 6,700,148,989,030 | fcfa607da490d2a6137065e45d8c062c7b947c34 | /src/main/java/com/healthcare/platform/solutions/processor/PGDataProcessor.java | 057adc3e4008f5af523b5c2931373063703a9978 | [] | no_license | linosebastian/data-extraction-service | https://github.com/linosebastian/data-extraction-service | 2e4b2ba76f7174edb379d0fc12587432c6686310 | 4f32b24e68543ca2b7acc1f54126d43ab19a81e4 | refs/heads/main | 2023-05-26T12:55:34.290000 | 2021-06-14T05:11:50 | 2021-06-14T05:11:50 | 376,706,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.healthcare.platform.solutions.processor;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.healthcare.platform.solutions.model.PGEntity;
import com.healthcare.platform.solutions.repository.PGRepository;
import org.apache.camel.Ex... | UTF-8 | Java | 1,162 | java | PGDataProcessor.java | Java | [] | null | [] | package com.healthcare.platform.solutions.processor;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.healthcare.platform.solutions.model.PGEntity;
import com.healthcare.platform.solutions.repository.PGRepository;
import org.apache.camel.Ex... | 1,162 | 0.743546 | 0.743546 | 33 | 33.21212 | 28.00082 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
089a4588aa7263b6ce23757339d02c7d216710a0 | 11,673,721,134,290 | 3b4643ccd2ebe2aacdee396f8cc2c7851d8d3eac | /hw08-0036480046/src/main/java/hr/fer/zemris/java/hw06/shell/commands/FilterResult.java | 687888e5987a229e0d58741ea5cd8a5cc17db4ed | [
"MIT"
] | permissive | Daria2002/Java_hw | https://github.com/Daria2002/Java_hw | fb12a49d448dc899c73737d4e9206e8e5e78a829 | 017b245c622753ad56fe03be1aa099b6a8f7e140 | refs/heads/master | 2022-11-30T21:16:11.482000 | 2020-09-24T11:41:12 | 2020-09-24T11:41:12 | 175,823,150 | 0 | 0 | MIT | false | 2022-11-24T07:44:34 | 2019-03-15T13:14:46 | 2020-09-24T11:41:16 | 2022-11-24T07:44:33 | 49,049 | 0 | 0 | 13 | Java | false | false | package hr.fer.zemris.java.hw06.shell.commands;
import java.util.regex.Matcher;
/**
* This class represents file with info about number of groups and method for
* getting group at given index
* @author Daria Matković
*
*/
public class FilterResult {
/** file name **/
private String fileName;
/** matcher **/
... | UTF-8 | Java | 955 | java | FilterResult.java | Java | [
{
"context": "hod for\n * getting group at given index\n * @author Daria Matković\n *\n */\npublic class FilterResult {\n\t/** file name",
"end": 221,
"score": 0.9997112154960632,
"start": 207,
"tag": "NAME",
"value": "Daria Matković"
}
] | null | [] | package hr.fer.zemris.java.hw06.shell.commands;
import java.util.regex.Matcher;
/**
* This class represents file with info about number of groups and method for
* getting group at given index
* @author <NAME>
*
*/
public class FilterResult {
/** file name **/
private String fileName;
/** matcher **/
private ... | 946 | 0.675052 | 0.672956 | 50 | 18.08 | 16.764057 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06 | false | false | 1 |
b5c3a928d978c9a73c1b11d6a3bcdd895bf8168a | 14,328,010,920,965 | e143d48d98ba028cb8558ba86626fb3b90ad9825 | /crm-biz/src/main/java/study/daydayup/crm/biz/assembly/DOToDTOAssembly.java | c665e3e9e585d5213dac9ec157d46458810f0438 | [
"MIT"
] | permissive | wolforest/daydayup-crm | https://github.com/wolforest/daydayup-crm | f4afcf06a6a04f2b233dd567aa8ea7685aee9868 | 507ad223f4c997c22354a21c0e65d1b6a3942f99 | refs/heads/master | 2018-10-28T20:50:32.866000 | 2018-08-22T12:58:04 | 2018-08-22T12:58:04 | 143,528,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package study.daydayup.crm.biz.assembly;
import org.springframework.beans.BeanUtils;
import study.daydayup.crm.biz.dal.entity.SomeDO;
import study.daydayup.crm.biz.dto.SomeDTO;
/**
* @Author: Haiger
* @Since: 2018/8/22 下午7:32
*/
public class DOToDTOAssembly {
public static SomeDTO assembly(SomeDO someDO) {
... | UTF-8 | Java | 445 | java | DOToDTOAssembly.java | Java | [
{
"context": "udy.daydayup.crm.biz.dto.SomeDTO;\n\n/**\n * @Author: Haiger\n * @Since: 2018/8/22 下午7:32\n */\npublic class DOTo",
"end": 201,
"score": 0.9937078952789307,
"start": 195,
"tag": "USERNAME",
"value": "Haiger"
}
] | null | [] | package study.daydayup.crm.biz.assembly;
import org.springframework.beans.BeanUtils;
import study.daydayup.crm.biz.dal.entity.SomeDO;
import study.daydayup.crm.biz.dto.SomeDTO;
/**
* @Author: Haiger
* @Since: 2018/8/22 下午7:32
*/
public class DOToDTOAssembly {
public static SomeDTO assembly(SomeDO someDO) {
... | 445 | 0.712018 | 0.689342 | 17 | 24.941177 | 19.049381 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 1 |
500a4f204ab2ea48aa768318256368b4ad16d643 | 28,664,611,788,599 | ce2135ec796703a04478f81890cc84d2ec0d9285 | /Tzg-rest/src/main/java/com/tzg/rest/controller/kff/MessageController.java | b26f307a09e61b6ba14c8083093a3a2d7e601787 | [] | no_license | killman0019/qufen_backend | https://github.com/killman0019/qufen_backend | 30673acb905d38bc24dda09b17e42c153413386b | 09241fd5f0c3616a42816d1b2a6df453e9ba787a | refs/heads/master | 2021-09-23T15:22:16.417000 | 2018-09-21T09:10:51 | 2018-09-21T09:10:51 | 155,846,117 | 0 | 1 | null | true | 2018-11-02T09:48:54 | 2018-11-02T09:48:54 | 2018-09-25T01:05:38 | 2018-09-25T01:05:36 | 116,889 | 0 | 0 | 0 | null | false | null | package com.tzg.rest.controller.kff;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
... | UTF-8 | Java | 5,193 | java | MessageController.java | Java | [] | null | [] | package com.tzg.rest.controller.kff;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
... | 5,193 | 0.722901 | 0.722513 | 152 | 32.914474 | 24.913256 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.947368 | false | false | 1 |
74ca9e9c5157cd12a0afaf651ebb32a87e13b5c3 | 30,666,066,527,954 | f96ad795ce72d8187d07268cbb34079a83e030d9 | /backend/src/main/java/com/quantil/webrtc/core/security/auth/UserDetailsServiceImpl.java | 13cd1375ba433e9d5bc7864bde3c7abd8019ca46 | [] | no_license | gsecho/hdt-webrtc | https://github.com/gsecho/hdt-webrtc | 63c27f4b3b421d08ab28f267de209f5b27ff02dc | e3c9bf20d951a0e7ee90c4d8e6d1eb3031afb9cb | refs/heads/main | 2023-07-05T05:42:48.677000 | 2021-08-13T06:51:45 | 2021-08-13T06:51:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quantil.webrtc.core.security.auth;
import com.quantil.webrtc.core.bean.db.RtcUser;
import com.quantil.webrtc.core.dao.RtcUserDao;
import com.quantil.webrtc.core.dao.RtcUserRoleDao;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.se... | UTF-8 | Java | 2,104 | java | UserDetailsServiceImpl.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author chenrf\n * @version 1.0\n * @date 2021/5/13 16:54\n */\n@Slf",
"end": 765,
"score": 0.9996127486228943,
"start": 759,
"tag": "USERNAME",
"value": "chenrf"
}
] | null | [] | package com.quantil.webrtc.core.security.auth;
import com.quantil.webrtc.core.bean.db.RtcUser;
import com.quantil.webrtc.core.dao.RtcUserDao;
import com.quantil.webrtc.core.dao.RtcUserRoleDao;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.se... | 2,104 | 0.726874 | 0.719085 | 53 | 37.754719 | 33.782269 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528302 | false | false | 1 |
b56766029ba0db7a964cfd80292a99d2cfa63250 | 15,144,054,717,589 | 8309dcc304a770ed0b74fe7ccd8015fa18f5b111 | /ecws/simpleindex/src/main/java/ninja/sef/simpleindex/domain/Game.java | 2be596eef494b86615e44a7ab2a3792b462e6048 | [] | no_license | sef-ninja/lunch-n-learn | https://github.com/sef-ninja/lunch-n-learn | e0eaf8b202d76bff9189206d1836af7a1b918ce4 | 25b9aed78279345b3ced745068dd4f58adef0086 | refs/heads/master | 2021-01-21T04:36:44.242000 | 2016-04-02T21:41:49 | 2016-04-02T21:41:49 | 41,959,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ninja.sef.simpleindex.domain;
import java.util.Date;
public class Game {
private String title;
private Date releaseDate;
private String description;
private String filePath;
private String system;
public Game() {}
public Game(String title, String system, Date releaseDate, String descripti... | UTF-8 | Java | 1,583 | java | Game.java | Java | [] | null | [] | package ninja.sef.simpleindex.domain;
import java.util.Date;
public class Game {
private String title;
private Date releaseDate;
private String description;
private String filePath;
private String system;
public Game() {}
public Game(String title, String system, Date releaseDate, String descripti... | 1,583 | 0.663929 | 0.663298 | 66 | 22.984848 | 19.549078 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.242424 | false | false | 1 |
63bbd89e03ab27e8e4d0997414be54a358b8dc5f | 24,739,011,649,368 | 2559db2059b3e372c38cbc2271d925595ac1f2bf | /src/main/java/com/qst/atbtmusic/email/Emailcheck.java | 30605a226d31b2553119bf16ba3060f050594414 | [] | no_license | kuangjun0521/ATBTmusic | https://github.com/kuangjun0521/ATBTmusic | d17b1b46bc6156b90bd5bf75298a81d5c88566a7 | f92f2185ad37d0333d5144fc42b7855ac705541e | refs/heads/master | 2022-10-22T05:43:10.726000 | 2019-09-04T07:35:38 | 2019-09-04T07:35:38 | 206,226,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qst.atbtmusic.email;
import java.util.*;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import javax.mail.intern... | UTF-8 | Java | 5,564 | java | Emailcheck.java | Java | [
{
"context": "必需使用这个独立密码(授权码)。\n String myEmailAccount = \"24456865@qq.com\";\n String myEmailPassword = \"nzsjngdrmptgc",
"end": 744,
"score": 0.998547375202179,
"start": 729,
"tag": "EMAIL",
"value": "24456865@qq.com"
},
{
"context": "456865@qq.com\";\n String ... | null | [] | package com.qst.atbtmusic.email;
import java.util.*;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import javax.mail.intern... | 5,550 | 0.628107 | 0.614723 | 122 | 33.295082 | 27.3995 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.811475 | false | false | 1 |
632e7edcf300fac756ba627b5c0d83ab4860efe6 | 22,625,887,746,269 | 399f57dfb48932ead6cda2dfb74c5163d37ae354 | /src/main/java/com/example/matchmaker/domain/users/SkillRange.java | 7a2a2df9cd0c8b7a00b85e5fcfcb30a28b517a47 | [] | no_license | AlexAntufiev/matchmaker | https://github.com/AlexAntufiev/matchmaker | 7b3eab73bf633e4f310d423db37a1c8c675bd93c | b368c707310cd98c88714d50aa365698bf178616 | refs/heads/master | 2023-04-17T18:20:51.908000 | 2021-03-29T16:51:55 | 2021-03-29T16:56:20 | 352,699,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.matchmaker.domain.users;
import java.util.Objects;
public class SkillRange {
private final Double start;
private final Double end;
public SkillRange(Double start, Double end) {
this.start = start;
this.end = end;
}
public boolean contains(Double number) {
... | UTF-8 | Java | 758 | java | SkillRange.java | Java | [] | null | [] | package com.example.matchmaker.domain.users;
import java.util.Objects;
public class SkillRange {
private final Double start;
private final Double end;
public SkillRange(Double start, Double end) {
this.start = start;
this.end = end;
}
public boolean contains(Double number) {
... | 758 | 0.614776 | 0.612137 | 31 | 23.451612 | 21.520941 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 1 |
871e343e99d0c7a8b01e8f4a20886eea5a178c4c | 29,953,101,981,819 | a18989e28914f9f94c644f2c5e4938955611cbbc | /src/lifecycle/InitializableBean.java | f841ddd12ee7be20684eb3c96bae90702ee6eb1b | [] | no_license | mmravec/SpringExample | https://github.com/mmravec/SpringExample | 8f566476819005fbb1f7abb8e7b4f058f35b3990 | b9433aad6ee73531b05001e650da3fcdfdba70ca | refs/heads/master | 2021-01-10T06:05:35.947000 | 2016-01-18T15:58:21 | 2016-01-18T15:58:21 | 49,714,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lifecycle;
import org.springframework.beans.factory.InitializingBean;
public class InitializableBean implements InitializingBean {
public void afterPropertiesSet() throws Exception {
System.out.println("InitializableBean afterPropertiesSet");
}
}
| UTF-8 | Java | 273 | java | InitializableBean.java | Java | [] | null | [] | package lifecycle;
import org.springframework.beans.factory.InitializingBean;
public class InitializableBean implements InitializingBean {
public void afterPropertiesSet() throws Exception {
System.out.println("InitializableBean afterPropertiesSet");
}
}
| 273 | 0.791209 | 0.791209 | 9 | 29.333334 | 28.0555 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
d720946347caaf9e85e8cc3ffdb6e3d7e47b0aef | 4,776,003,670,370 | 61690526f6c3382a6b54652a9437bdcc19b312df | /sources/com/zipow/videobox/util/RawFileUtil.java | 33aa2777fb92969adb08955a0020e6924657a51c | [] | no_license | 12security/zoom-android-app | https://github.com/12security/zoom-android-app | 21640097f5e1621c6750d9054386ae5985fcf41f | ad31c673839f9216d18911ec76632813f7b6dbfa | refs/heads/master | 2022-04-20T06:42:20.161000 | 2020-04-19T15:30:46 | 2020-04-19T15:30:46 | 257,034,793 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zipow.videobox.util;
import android.content.Context;
import androidx.annotation.Nullable;
import com.zipow.cmmlib.AppUtil;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import p021us.zoom.androidlib.util.StringUtil;
public class RawFileUtil {
private static final St... | UTF-8 | Java | 2,826 | java | RawFileUtil.java | Java | [] | null | [] | package com.zipow.videobox.util;
import android.content.Context;
import androidx.annotation.Nullable;
import com.zipow.cmmlib.AppUtil;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import p021us.zoom.androidlib.util.StringUtil;
public class RawFileUtil {
private static final St... | 2,826 | 0.502831 | 0.495046 | 84 | 32.642857 | 20.897507 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
9ea7892fd4121482019188a655e7c2afb95cb409 | 26,577,257,684,142 | ab35521363b2e93d9fc2ed3e0aabc7a67f840e62 | /Trabalho/src/vo/ProdutoVO.java | f636df3298526fa48ec89b483736d8c9f0414fcf | [] | no_license | joaopereira95/IFPR | https://github.com/joaopereira95/IFPR | 9b8e156d66fc88109e3c04e201f7c800799896f3 | 92a3952dfbc13e6fc94ea672eb7e859622c9ee33 | refs/heads/master | 2016-08-07T00:53:51.304000 | 2014-05-21T04:26:19 | 2014-05-21T04:26:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vo;
public class ProdutoVO {
private int cod_produto;
private String descricao_produto;
private double valor_produto;
public ProdutoVO() {
super();
}
public ProdutoVO(String descricao_produto, double valor_produto) {
this.descricao_produto = descricao_produto;
this.valor_produto = ... | UTF-8 | Java | 855 | java | ProdutoVO.java | Java | [] | null | [] | package vo;
public class ProdutoVO {
private int cod_produto;
private String descricao_produto;
private double valor_produto;
public ProdutoVO() {
super();
}
public ProdutoVO(String descricao_produto, double valor_produto) {
this.descricao_produto = descricao_produto;
this.valor_produto = ... | 855 | 0.697076 | 0.697076 | 42 | 18.357143 | 19.612703 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 1 |
998d47c017f06a8ce2bd17661e8d847957f754eb | 26,577,257,684,045 | 504f3d7b237370197f0cf14fdfb72adc7c7745b3 | /src/main/java/fr/devpierre/galaxy/domain/model/TmpDisReglementCoraId.java | 98437d61ae3ff2cd11466c08d65e42e7be923f9b | [] | no_license | pierre-git/reportsemailinggenerator | https://github.com/pierre-git/reportsemailinggenerator | 0609b8a86a01e7fa6adfbe754902dae858653f0e | 444d4e4c2298d6000da6dc4668229a7d6e136221 | refs/heads/master | 2015-08-23T19:57:35.537000 | 2015-08-07T11:13:36 | 2015-08-07T11:13:36 | 34,714,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.devpierre.galaxy.domain.model;
// Generated 19 f�vr. 2015 15:55:09 by Hibernate Tools 4.0.0
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* TmpDisReglementCoraId generated by hbm2java
*/
@Embeddable
public class TmpDisReglem... | UTF-8 | Java | 18,336 | java | TmpDisReglementCoraId.java | Java | [] | null | [] | package fr.devpierre.galaxy.domain.model;
// Generated 19 f�vr. 2015 15:55:09 by Hibernate Tools 4.0.0
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* TmpDisReglementCoraId generated by hbm2java
*/
@Embeddable
public class TmpDisReglem... | 18,336 | 0.692975 | 0.68632 | 571 | 31.108582 | 22.077528 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.95972 | false | false | 1 |
a04e005514fb8999b340c63b92ee6dc4395870c5 | 33,234,456,976,968 | 458b8740ed8f788a7f36a436a8fef929d06810b8 | /src/serveur/LoginImpl.java | 7ac6e4570396852b20d4643345e8645bd8df5f11 | [] | no_license | bigjulien/projetapprep | https://github.com/bigjulien/projetapprep | 5d3959e5744811d7fcf42de77508e7a5ba3fda58 | 3ae5a9e245db25d7cd81c8fa3255c3e041cbb678 | refs/heads/master | 2020-06-07T11:52:03.334000 | 2015-05-23T18:24:15 | 2015-05-23T18:24:15 | 35,215,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by ZHU Yuting on 2015/05/07
*/
package serveur;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
/**
* Implémentation du login et de l'ajout d'utilisateur
* @author user
*
*/
public class LoginImpl extends UnicastRemoteObject implements Login {
protected LoginImpl(... | UTF-8 | Java | 674 | java | LoginImpl.java | Java | [
{
"context": "/**\n * Created by ZHU Yuting on 2015/05/07\n */\npackage serveur;\n\nimport java.r",
"end": 28,
"score": 0.9998425245285034,
"start": 18,
"tag": "NAME",
"value": "ZHU Yuting"
},
{
"context": "on du login et de l'ajout d'utilisateur\n * @author user\n *\n */\npublic cla... | null | [] | /**
* Created by <NAME> on 2015/05/07
*/
package serveur;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
/**
* Implémentation du login et de l'ajout d'utilisateur
* @author user
*
*/
public class LoginImpl extends UnicastRemoteObject implements Login {
protected LoginImpl() th... | 670 | 0.705795 | 0.693908 | 30 | 21.433332 | 25.129908 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
7ed017e023329896deab8f2c949698ffafb35244 | 24,670,292,183,161 | 6851a24f564a425b2212dfd246e0461777069338 | /SnatchRedEnvelopes/src/main/java/redenvelopes/dao/RedPacketDao.java | 14aea16b2443213ca4a2492017f52eb87eba83b9 | [] | no_license | DreamofbecomingIronMan/SnatchRedEnvelopes | https://github.com/DreamofbecomingIronMan/SnatchRedEnvelopes | 65e9f7801246ec270f2ce7c768fb7127605d4a77 | 4225464f4ec09ab6884cc0c776cc05454c3671d1 | refs/heads/master | 2022-11-26T02:50:12.428000 | 2019-07-27T06:10:58 | 2019-07-27T06:10:58 | 199,123,694 | 0 | 0 | null | false | 2022-11-16T09:58:06 | 2019-07-27T06:04:14 | 2019-07-27T06:12:11 | 2022-11-16T09:58:04 | 50,659 | 0 | 0 | 13 | Java | false | false | package redenvelopes.dao;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import redenvelopes.pojo.RedPacket;
@Repository
public interface RedPacketDao {
/**
* 获取红包信息
* @param id 红包id
* @return 红包具体信息
*/
public RedPacket getRedPacket(Long id);
/**
* 扣减红包数
... | UTF-8 | Java | 754 | java | RedPacketDao.java | Java | [] | null | [] | package redenvelopes.dao;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import redenvelopes.pojo.RedPacket;
@Repository
public interface RedPacketDao {
/**
* 获取红包信息
* @param id 红包id
* @return 红包具体信息
*/
public RedPacket getRedPacket(Long id);
/**
* 扣减红包数
... | 754 | 0.7 | 0.698413 | 31 | 19.32258 | 19.853312 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.967742 | false | false | 1 |
247cb06bc8a0de2f54dbee8fa22b1551feee8f65 | 31,705,448,613,915 | 04aa1f1e0a92923b5ca59a834c89bc462452522b | /src/main/java/forms/Para.java | b2117854c1bd8c97d9be18266eea34bd470abfae | [] | no_license | Evgeniya-Ushakova/base | https://github.com/Evgeniya-Ushakova/base | 4159f0f47899f19f4b0de72c769fbafeb55927d4 | 91b918015e8ac9bc82ba135ed394142dc68c37f8 | refs/heads/master | 2020-03-14T16:53:58.671000 | 2018-05-01T16:02:27 | 2018-05-01T16:02:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package forms;
public class Para {
}
| UTF-8 | Java | 38 | java | Para.java | Java | [] | null | [] | package forms;
public class Para {
}
| 38 | 0.710526 | 0.710526 | 4 | 8.5 | 8.20061 | 19 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
6a3c8a8125b30b6313b1aa6e3fa22f64f555031b | 28,449,863,420,316 | dbd379b3075132610fedbe1731ddac501296daba | /foc/src/com/foc/gui/table/cellControler/editor/FTreeCellEditor.java | 07b0ea05f1ed18df1508c3d298d268a6c1276ac1 | [
"Apache-2.0"
] | permissive | FOC-framework/framework | https://github.com/FOC-framework/framework | 4e69e7c4575040df495eaf31309031506f25a9b7 | 94e80741ed2df3deb15ceb9d4924ff720eac5023 | refs/heads/master | 2022-11-22T19:17:58.337000 | 2022-08-23T13:00:52 | 2022-08-23T13:00:52 | 82,582,475 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2016 Antoine Nicolas SAMAHA
*
* 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
*
* ... | UTF-8 | Java | 14,768 | java | FTreeCellEditor.java | Java | [
{
"context": "*******************************\r\n * Copyright 2016 Antoine Nicolas SAMAHA\r\n * \r\n * Licensed under the Apache License, Versi",
"end": 122,
"score": 0.9998670220375061,
"start": 100,
"tag": "NAME",
"value": "Antoine Nicolas SAMAHA"
},
{
"context": "e;\r\nimport com.... | null | [] | /*******************************************************************************
* Copyright 2016 <NAME>
*
* 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.apac... | 14,752 | 0.653846 | 0.650731 | 375 | 37.381332 | 29.593443 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744 | false | false | 1 |
90b8fee64e48f011de19266f2610eb2bdd5282eb | 39,178,691,686,466 | 007cdddb1a81f4e21c37cf4ac75a7002a12d0f79 | /src/Miscelanea/DateTime.java | 6bc83a2f598322aa41b7da41e47de8ae373ed67c | [] | no_license | JulianPoveda/SiGeInfo-SmallDevice | https://github.com/JulianPoveda/SiGeInfo-SmallDevice | 40f8cdf536f0dc9259aa135dd0cdbbf17fb091bc | 19a864d9b343f7bf48dd91037e820437c6b46b2f | refs/heads/master | 2020-05-18T11:20:50.402000 | 2015-08-05T13:11:38 | 2015-08-05T13:11:38 | 25,993,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Miscelanea;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import android.annotation.SuppressLint;
public class DateTime {
@SuppressLint("SimpleDateFormat")
public String GetFecha(){
Calendar c = Calendar.getInstance();
SimpleDateFormat df1 = new SimpleDateFormat("dd-MM-yyyy");
String f... | UTF-8 | Java | 630 | java | DateTime.java | Java | [] | null | [] | package Miscelanea;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import android.annotation.SuppressLint;
public class DateTime {
@SuppressLint("SimpleDateFormat")
public String GetFecha(){
Calendar c = Calendar.getInstance();
SimpleDateFormat df1 = new SimpleDateFormat("dd-MM-yyyy");
String f... | 630 | 0.753968 | 0.747619 | 24 | 25.25 | 18.833149 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 1 |
d134ea51c7ec4376625d34d5a516fc6931616020 | 39,281,770,934,580 | e8e9e9c7feb3c40109eadcdf3382c2a9e9ddc222 | /DataTier-APIs/Java-APIs/src/main/java/com/redhat/idaas/datasynthesis/models/RefDataAddressFormatTypeEntity.java | 2c422620c51936792f3c7c119f682f562f0e27aa | [
"Apache-2.0"
] | permissive | jayfray12/DataSynthesis | https://github.com/jayfray12/DataSynthesis | 4458b7ec80fa5d3ce4c88671a75ad9c55079a982 | 878355d11e99aeb4cdcae093240a8772ca2bdf44 | refs/heads/master | 2023-06-03T05:15:58.046000 | 2021-06-25T18:05:57 | 2021-06-25T18:05:57 | 337,229,931 | 0 | 0 | Apache-2.0 | true | 2021-04-22T17:36:51 | 2021-02-08T22:42:42 | 2021-04-22T16:52:53 | 2021-04-22T17:36:50 | 140,185 | 0 | 0 | 0 | Java | false | false | package com.redhat.idaas.datasynthesis.models;
import java.sql.Timestamp;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax... | UTF-8 | Java | 2,760 | java | RefDataAddressFormatTypeEntity.java | Java | [] | null | [] | package com.redhat.idaas.datasynthesis.models;
import java.sql.Timestamp;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax... | 2,760 | 0.738768 | 0.738043 | 86 | 31.093023 | 33.311646 | 225 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837209 | false | false | 1 |
df93226daa4a6c991dadea2a2cbf227e7f172703 | 4,028,679,387,214 | 0a05697752a47de01fcf7aa4f88977b31b1062d2 | /library/src/main/java/com/anlia/photofactory/worker/GalleryWorker.java | a08805a78da4025f9234527674ccd5ee51ab3094 | [
"Apache-2.0"
] | permissive | AnliaLee/PhotoFactory | https://github.com/AnliaLee/PhotoFactory | 14394ae0a9c003e45c4be60d14316a302e3e2fb9 | 691461a27b4405c4460e4c9eba59ad536331f799 | refs/heads/master | 2021-06-03T07:22:45.591000 | 2021-03-10T20:06:22 | 2021-03-10T20:06:22 | 114,714,860 | 53 | 12 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anlia.photofactory.worker;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import com.anlia.photofactory.FactoryHelperActivity;
import com.anlia.photofactory.factory.PhotoFactory;
import com.anlia.photofactory.result.ResultData;
import static andr... | UTF-8 | Java | 1,488 | java | GalleryWorker.java | Java | [
{
"context": "android.app.Activity.RESULT_OK;\n\n/**\n * Created by anlia on 2018/5/16.\n */\n\npublic class GalleryWorker ext",
"end": 372,
"score": 0.9995580315589905,
"start": 367,
"tag": "USERNAME",
"value": "anlia"
}
] | null | [] | package com.anlia.photofactory.worker;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import com.anlia.photofactory.FactoryHelperActivity;
import com.anlia.photofactory.factory.PhotoFactory;
import com.anlia.photofactory.result.ResultData;
import static andr... | 1,488 | 0.610215 | 0.605511 | 44 | 32.81818 | 30.859854 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 1 |
13fe01107e4f8060bfaf23d53c435e7d74b3a139 | 39,668,317,971,645 | 528841ab7afcdba5a88e1a5a56903e846f91826c | /src/java_nyumon_chapter10/HeroMain.java | 0896895e4611f5834b42dafe64020778a3eaa8d9 | [] | no_license | SearchSamurai/rootageKensyu | https://github.com/SearchSamurai/rootageKensyu | 4d1b31871f439a665487bf8549f073fcf320305f | f1837bae73f6d2a5b48ca569cdf3acaaa924b9aa | refs/heads/master | 2021-01-01T05:04:22.879000 | 2016-05-22T10:18:40 | 2016-05-22T10:18:40 | 59,358,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java_nyumon_chapter10;
public class HeroMain {
public static void main(String[] args){
Hero h1 = new Hero();
//フィールドに代入
// h1.name = "さとう";
h1.setName("さとう");
//フィールドの値を取得
// String s1 = h1.name;
String s1 = h1.getName();
//画面出力
System.out.println(s1);
}
} | UTF-8 | Java | 353 | java | HeroMain.java | Java | [
{
"context": "ro h1 = new Hero();\r\n\t\t//フィールドに代入\r\n//\t\th1.name = \"さとう\";\r\n\t\th1.setName(\"さとう\");\r\n\t\t//フィールドの値を取得\r\n//\t\tStri",
"end": 158,
"score": 0.9993876814842224,
"start": 155,
"tag": "NAME",
"value": "さとう"
},
{
"context": "\t\t//フィールドに代入\r\n//\t\th1.name = \"さと... | null | [] | package java_nyumon_chapter10;
public class HeroMain {
public static void main(String[] args){
Hero h1 = new Hero();
//フィールドに代入
// h1.name = "さとう";
h1.setName("さとう");
//フィールドの値を取得
// String s1 = h1.name;
String s1 = h1.getName();
//画面出力
System.out.println(s1);
}
} | 353 | 0.606061 | 0.572391 | 15 | 17.933332 | 11.174176 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 1 |
987e8a1ac9509a0bb115c9dad9169cdf6041c13a | 34,136,400,128,459 | b6b209631f7c7999999118e25e0cf7adae88b889 | /SentenceScreenFitting.java | 87671de1c4ce694657685cb7bdc77c359185b89c | [] | no_license | kushuyanhan/self_leetcode | https://github.com/kushuyanhan/self_leetcode | a5653751c30e0ad9d4a925c03e949153efa135f5 | b2f3e6bfe64ad77d25c775e996692f2ef18d361a | refs/heads/master | 2021-04-30T06:41:13.114000 | 2018-02-14T00:13:01 | 2018-02-14T00:13:01 | 121,451,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package leetcode;
/**
* @author xuemaomao
*
*/
public class SentenceScreenFitting {
public static void main(String[] args) {
System.out.println();
}
public static int wordsTyping(String[] sentence, int rows, int cols) {
return 0;
}
}
| UTF-8 | Java | 260 | java | SentenceScreenFitting.java | Java | [
{
"context": "/**\n * \n */\npackage leetcode;\n\n/**\n * @author xuemaomao\n *\n */\npublic class SentenceScreenFitting {\n\tpubl",
"end": 55,
"score": 0.99872887134552,
"start": 46,
"tag": "USERNAME",
"value": "xuemaomao"
}
] | null | [] | /**
*
*/
package leetcode;
/**
* @author xuemaomao
*
*/
public class SentenceScreenFitting {
public static void main(String[] args) {
System.out.println();
}
public static int wordsTyping(String[] sentence, int rows, int cols) {
return 0;
}
}
| 260 | 0.65 | 0.646154 | 18 | 13.444445 | 18.50292 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 1 |
a4a345df5266391becbd7dbe1006fa01a96be839 | 39,178,691,691,556 | 104d74ab14c1e5763724e346c4fe1cd1eeb71018 | /cdi-bundle/src/main/java/com/cognodyne/dw/cdi/JndiHelper.java | e879560c959f5d2cb331c9c4dca04501810440f8 | [
"Apache-2.0"
] | permissive | mstoeckel/dw-cdi | https://github.com/mstoeckel/dw-cdi | 516ad25d72242b1dca02276c6cce83076d942ebc | 0b1254b157bd817e50d4f5ea6356aa50b12ee767 | refs/heads/master | 2020-03-23T17:22:46.848000 | 2019-02-24T23:21:28 | 2019-02-24T23:21:28 | 141,857,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cognodyne.dw.cdi;
import java.util.Collections;
import java.util.List;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NameParser;
import javax.naming.NamingException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class JndiHelper {
private stat... | UTF-8 | Java | 2,278 | java | JndiHelper.java | Java | [] | null | [] | package com.cognodyne.dw.cdi;
import java.util.Collections;
import java.util.List;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NameParser;
import javax.naming.NamingException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class JndiHelper {
private stat... | 2,278 | 0.54741 | 0.545215 | 75 | 29.373333 | 21.783035 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 1 |
0226668b2a0f61866e578974e7bc5c3e3d72542f | 35,081,292,925,509 | 9c3cada392c5639ca3308e634f379b073566ee90 | /app/src/main/java/com/tingsic/Listner/OnPostRemoveListener.java | f1a6ac2cd2d4f7c9dd3caeacc5af487d0de015bd | [] | no_license | mtiso87/clonetiktok | https://github.com/mtiso87/clonetiktok | e04e41eb0f6357046a8ed9969206532905f1c662 | 1a7c3b523314121c17eb81ade3980a6deb569f6e | refs/heads/master | 2023-01-08T15:32:45.919000 | 2020-11-08T10:05:30 | 2020-11-08T10:05:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tingsic.Listner;
public interface OnPostRemoveListener {
void onPostRemoved(int position, OnPostRemoveCallback onPostRemoveCallback);
}
| UTF-8 | Java | 153 | java | OnPostRemoveListener.java | Java | [] | null | [] | package com.tingsic.Listner;
public interface OnPostRemoveListener {
void onPostRemoved(int position, OnPostRemoveCallback onPostRemoveCallback);
}
| 153 | 0.830065 | 0.830065 | 5 | 29.6 | 29.411562 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
05b01c662cdf98bbcd951befe586ea4c43fb2f63 | 37,984,690,796,314 | 4f888e0de1411633c4ce1d4cf8e0f3d852d87cf4 | /05 implementering/Risk-Manager/src/logic/Risk.java | e72b8776d54569a52ef8bfc0cf77a2c8f3e36148 | [] | no_license | Matiaslys/Risk-Manager | https://github.com/Matiaslys/Risk-Manager | dab9fe5cc259f0b8756721946f932d24dff31f12 | e82f83fb84465d710f8353f4a01425bb288f9f4b | refs/heads/master | 2020-08-30T23:44:30.338000 | 2019-12-06T09:20:16 | 2019-12-06T09:20:16 | 218,524,426 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logic;
class Risk {
String description;
double probability;
double consequence;
double exposure;
Strategy strategy = new Strategy();
Risk() {
description = "";
probability = 0.0;
consequence = 0.0;
}
public void specifyRisk(String description, double pr... | UTF-8 | Java | 951 | java | Risk.java | Java | [] | null | [] | package logic;
class Risk {
String description;
double probability;
double consequence;
double exposure;
Strategy strategy = new Strategy();
Risk() {
description = "";
probability = 0.0;
consequence = 0.0;
}
public void specifyRisk(String description, double pr... | 951 | 0.586751 | 0.570978 | 39 | 23.384615 | 22.308577 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 1 |
39098f81b698c90c851ffa3e53b80f82fc93c3f8 | 36,240,934,087,505 | 5f5e3fa8ada48243a7ca69946f414ba853c719c3 | /project_ezen/src/dao/FaqDao.java | 6ca90e3a472697b56dbcda908edb85e6f1e6bc32 | [] | no_license | n0letter/ezenTest2 | https://github.com/n0letter/ezenTest2 | 18be37bb9f3bf86045199d7a96a531188611b55b | c0452c04925323fa931d063b00ec23e3a1bdf833 | refs/heads/main | 2023-04-18T08:17:41.840000 | 2021-05-03T02:48:42 | 2021-05-03T02:48:42 | 363,799,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import dto.FaqDto;
import project_ezen.DBConnection;
public class FaqDao {
... | UTF-8 | Java | 1,980 | java | FaqDao.java | Java | [] | null | [] | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import dto.FaqDto;
import project_ezen.DBConnection;
public class FaqDao {
... | 1,980 | 0.626782 | 0.625764 | 72 | 25.305555 | 19.890421 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 1 |
693f3cd63ff7f03800d7d6ca69ac46d7f523fcfa | 11,613,591,574,672 | 69324b9333b169e4853537a0c210f3aa916b7300 | /flightreservation/src/main/java/com/margub/flightreservation/services/IReservationService.java | aca13abb15d251e39f14e95d3516be93d915951a | [] | no_license | MERGHOOB/springworkspace | https://github.com/MERGHOOB/springworkspace | 8bde0db0f88f21f54a49be6c04fde205d272737a | 26158614b0992454955c557feb6f671d28af07f2 | refs/heads/master | 2023-03-31T06:55:19.758000 | 2020-06-18T17:03:50 | 2020-06-18T17:03:50 | 270,910,094 | 0 | 0 | null | false | 2023-03-27T22:20:46 | 2020-06-09T05:21:18 | 2020-06-18T17:03:57 | 2023-03-27T22:20:45 | 253 | 0 | 0 | 1 | Java | false | false | package com.margub.flightreservation.services;
import com.margub.flightreservation.dto.ReservationRequest;
import com.margub.flightreservation.entities.Reservation;
public interface IReservationService {
Reservation bookFlight(ReservationRequest reservationRequest);
}
| UTF-8 | Java | 278 | java | IReservationService.java | Java | [] | null | [] | package com.margub.flightreservation.services;
import com.margub.flightreservation.dto.ReservationRequest;
import com.margub.flightreservation.entities.Reservation;
public interface IReservationService {
Reservation bookFlight(ReservationRequest reservationRequest);
}
| 278 | 0.848921 | 0.848921 | 10 | 26.799999 | 27.32325 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
0890bea4757931407fc210f418e5261fc83171ea | 22,454,089,074,975 | 6e05bb62a0eba2106ab4208d44fec534f4197ca3 | /JavaInit1/src/MatrixMult.java | 56cd86fd4250885793c19783ec5764b791113be8 | [] | no_license | abramin/JavaPractice | https://github.com/abramin/JavaPractice | dd7c0258d59c0f5f006af773ebbd453e182a80a2 | b75db9586cdcec02d69c4308eb1d0113c342a7d6 | refs/heads/master | 2016-03-27T11:40:29.119000 | 2015-03-12T09:32:04 | 2015-03-12T09:32:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Lire depuis le clavier les dimensions lignes (nombre de lignes) et colonnes
* (nombre de colonnes) de la première matrice mat1
Lire le contenu de mat1.
De même, lire les dimensions puis le contenu de la seconde matrice mat2.
Vérifier que le nombre de lignes de mat2 est identique au nombre de colonnes de mat1.
Dans... | UTF-8 | Java | 2,850 | java | MatrixMult.java | Java | [] | null | [] | /*Lire depuis le clavier les dimensions lignes (nombre de lignes) et colonnes
* (nombre de colonnes) de la première matrice mat1
Lire le contenu de mat1.
De même, lire les dimensions puis le contenu de la seconde matrice mat2.
Vérifier que le nombre de lignes de mat2 est identique au nombre de colonnes de mat1.
Dans... | 2,850 | 0.588463 | 0.568765 | 86 | 32.05814 | 28.41894 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.616279 | false | false | 1 |
6c461a0738f8124f3ea09da445307ced67f32ddb | 17,085,379,954,235 | 760dc29e5293728fd7aad1043e350a02252c13a3 | /src/main/java/com/xlinyu/controller/AccountController.java | e77950e13e1b4b9b39108cf9411326fe22815575 | [] | no_license | mpv945/spring-security4.x-annotation | https://github.com/mpv945/spring-security4.x-annotation | cf1c91d492c15ff6ee5284ca42c4cb17c19b1b5a | dd46aef4828211a951dbd20e2c7d91111df53ea8 | refs/heads/master | 2020-12-03T05:11:38.294000 | 2017-02-23T03:27:43 | 2017-02-23T03:29:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xlinyu.controller;
import java.security.Principal;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotat... | UTF-8 | Java | 996 | java | AccountController.java | Java | [] | null | [] | package com.xlinyu.controller;
import java.security.Principal;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotat... | 996 | 0.719758 | 0.711694 | 33 | 28.060606 | 27.228483 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 1 |
34779fae1c64ce50d7f3c3aec8f39fa5d33a83f2 | 24,567,212,976,029 | 5c07f421810c7849058338b7704cccf4f592cee3 | /jayhorn/src/main/java/jayhorn/solver/spacer/SpacerProver.java | b4c2f19e8c5b470c435031287b5d4caef23262e4 | [
"LGPL-2.1-only",
"MIT",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"BSD-3-Clause"
] | permissive | ali-shamakhi/jayhorn | https://github.com/ali-shamakhi/jayhorn | 31821c2e08b03d023ff3e7ed62df499df9697b6d | 1684b5e3787cf6e844e04dbeac7aa372fb0b1ccd | refs/heads/devel | 2022-01-30T11:59:34.606000 | 2021-05-27T12:46:27 | 2021-05-27T12:46:27 | 167,131,754 | 0 | 0 | MIT | true | 2021-08-15T01:21:48 | 2019-01-23T06:42:33 | 2020-11-26T08:49:15 | 2021-08-15T01:15:03 | 188,874 | 0 | 0 | 2 | Java | false | false |
package jayhorn.solver.spacer;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import java.util.Set;
import java.util.SortedMap;
import java.util.TreeMap;
import java.util.concurre... | UTF-8 | Java | 35,826 | java | SpacerProver.java | Java | [
{
"context": ";\nimport jayhorn.solver.ProverADT;\n\n/**\n * @author teme\n *\n */\npublic class SpacerProver implements Prove",
"end": 1597,
"score": 0.9996350407600403,
"start": 1593,
"tag": "USERNAME",
"value": "teme"
}
] | null | [] |
package jayhorn.solver.spacer;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import java.util.Set;
import java.util.SortedMap;
import java.util.TreeMap;
import java.util.concurre... | 35,826 | 0.653101 | 0.65084 | 1,334 | 25.853073 | 22.609905 | 142 | false | false | 0 | 0 | 0 | 0 | 80 | 0.004326 | 2.497001 | false | false | 1 |
1d7b71b1d86326d94b76639b9ffdec9cd7a8e099 | 32,478,542,744,424 | 6a1d1aee678204d0ca5da00270e436fb728d7ef6 | /QueryStore/src/main/java/QueryStore/Query.java | d8b01918aca2a2d7d80aeb5109b2f6c9cc502b66 | [] | no_license | datascience/RDA-WGDC-CSV-Data-Citation-Prototype | https://github.com/datascience/RDA-WGDC-CSV-Data-Citation-Prototype | 7dca73ba71248271b1c5a5b25a6d2f7d53fb2f05 | 13fff1cd06ed29ed71837a05aeab2962a04d37a5 | refs/heads/master | 2020-12-24T07:20:36.127000 | 2016-08-26T08:29:28 | 2016-08-26T08:29:28 | 56,505,094 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
* Copyright [2015] [Stefan Pröll]
*
* 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 applic... | UTF-8 | Java | 6,049 | java | Query.java | Java | [
{
"context": "\n\n/*\n * Copyright [2015] [Stefan Pröll]\n *\n * Licensed under the Apache License, Vers",
"end": 38,
"score": 0.999883234500885,
"start": 26,
"tag": "NAME",
"value": "Stefan Pröll"
},
{
"context": ")\n public String getUserName() {\n return userName;\n ... | null | [] |
/*
* Copyright [2015] [<NAME>]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | 6,042 | 0.656911 | 0.654927 | 257 | 22.5214 | 23.162104 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.350195 | false | false | 1 |
f3062c1b992878fdca2906a12ddae8dc74254b7c | 13,700,945,697,906 | 4543be1491aaec538c1ce32fe64854c0c085d2dc | /src/contextAwareRouting/DijkstrasAlg.java | 0f98847e15700616cdbf36b13d4b8730a16d5bdf | [] | no_license | LeeKevin/Elec476 | https://github.com/LeeKevin/Elec476 | c2251d4475080c8217ee7ed652d08f3099eaaffa | fa175682e0dddc10aabdc8f37da1df125edcc65f | refs/heads/master | 2016-09-11T10:07:25.651000 | 2014-09-03T18:28:25 | 2014-09-03T18:28:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package contextAwareRouting;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class DijkstrasAlg {
private static final int INFINITY = Integer.MAX_VALUE/2;
private int source;
private int destination;
private int[][] adjWeight;
int n;
// int cost;
int[][] weight;
int[] distance;
... | UTF-8 | Java | 3,537 | java | DijkstrasAlg.java | Java | [] | null | [] | package contextAwareRouting;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class DijkstrasAlg {
private static final int INFINITY = Integer.MAX_VALUE/2;
private int source;
private int destination;
private int[][] adjWeight;
int n;
// int cost;
int[][] weight;
int[] distance;
... | 3,537 | 0.562624 | 0.55499 | 178 | 18.865168 | 18.153955 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.151685 | false | false | 1 |
9bd6dc1a56d6718d3d85cdd7f7e7277779e007dd | 22,273,700,426,595 | bd92cab36af74bfb8b002b1e71bf34a285790f0b | /app/src/main/java/com/yasserahmed/daggerpractice1/ui/main/profile/ProfileViewModel.java | a449af9060694509984d0206320bbcadf86d2271 | [] | no_license | yasserahmedmohamed/DaggerPractice | https://github.com/yasserahmedmohamed/DaggerPractice | 37914f073155a0d93cdd25491894f09ea9d44e82 | 3239bbff220ba1d563ebe9f7eacf470bd055b598 | refs/heads/master | 2020-06-09T03:51:51.977000 | 2019-06-25T14:27:53 | 2019-06-25T14:27:53 | 193,365,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yasserahmed.daggerpractice1.ui.main.profile;
import android.util.Log;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.ViewModel;
import com.yasserahmed.daggerpractice1.Models.User;
import com.yasserahmed.daggerpractice1.SessionManager;
import com.yasserahmed.daggerpractice1.ui.auth.AuthReso... | UTF-8 | Java | 790 | java | ProfileViewModel.java | Java | [] | null | [] | package com.yasserahmed.daggerpractice1.ui.main.profile;
import android.util.Log;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.ViewModel;
import com.yasserahmed.daggerpractice1.Models.User;
import com.yasserahmed.daggerpractice1.SessionManager;
import com.yasserahmed.daggerpractice1.ui.auth.AuthReso... | 790 | 0.779747 | 0.774684 | 28 | 27.214285 | 23.648251 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
c1fd0646edf30af370bf1edf218020569ec5bc7a | 2,826,088,517,982 | 12acf41c60efca1c5d25c2b22e2bfefb87fe6dab | /shop/src/hjj/action/ShopAction.java | b5f1b1b8b0fc866966d5f707a83dc11258a3e2f3 | [] | no_license | hjjdazzling/shop | https://github.com/hjjdazzling/shop | 5fefb74ecef1d70849c783cdf4f3533f40d06eeb | c784fe096cee5cbbd76656c0ad08112bbe0241c7 | refs/heads/master | 2020-03-08T14:05:09.126000 | 2018-06-24T03:50:43 | 2018-06-24T03:50:43 | 128,175,470 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hjj.action;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import or... | UTF-8 | Java | 7,231 | java | ShopAction.java | Java | [
{
"context": "\";\n\t\t}\n\t\tshop.setMoney(money);\n\t\tshop.setPassword(password);\n\t\tshop.setAddress(address);\n\t\tshop.setPhone(pho",
"end": 4133,
"score": 0.9950859546661377,
"start": 4125,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package hjj.action;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import or... | 7,233 | 0.679034 | 0.677142 | 255 | 25.952942 | 20.287487 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.67451 | false | false | 1 |
95e8b53173418c4fa2141831355a20421ae127f0 | 26,611,617,398,588 | 0a532b9d7ebc356ab684a094b3cf840b6b6a17cd | /java-source/src/main/com/sun/corba/se/impl/orbutil/HexOutputStream.java | 9cbd9a9bc2fe5de73d3e75347f9df487256fa743 | [
"Apache-2.0"
] | permissive | XWxiaowei/JavaCode | https://github.com/XWxiaowei/JavaCode | ac70d87cdb0dfc6b7468acf46c84565f9d198e74 | a7e7cd7a49c36db3ee479216728dd500eab9ebb2 | refs/heads/master | 2022-12-24T10:21:28.144000 | 2020-08-22T08:01:43 | 2020-08-22T08:01:43 | 98,070,624 | 10 | 4 | Apache-2.0 | false | 2022-12-16T04:23:38 | 2017-07-23T02:51:51 | 2021-12-29T12:11:37 | 2022-12-16T04:23:37 | 77,255 | 7 | 4 | 22 | Java | false | false | /*
* Copyright (c) 1996, 2002, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.corba.se.impl.orbutil;
import java.io.StringWriter;
import java.io.OutputStream;
impor... | UTF-8 | Java | 1,632 | java | HexOutputStream.java | Java | [
{
"context": "translated into the first byte.\n *\n * @author Jeff Nisewanger\n */\npublic class HexOutputStream extends OutputSt",
"end": 584,
"score": 0.9998569488525391,
"start": 569,
"tag": "NAME",
"value": "Jeff Nisewanger"
}
] | null | [] | /*
* Copyright (c) 1996, 2002, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.corba.se.impl.orbutil;
import java.io.StringWriter;
import java.io.OutputStream;
impor... | 1,623 | 0.579657 | 0.563725 | 80 | 19.4 | 22.871161 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 1 |
5364239c2ec4e947173dcaed8208083dad46f727 | 12,266,426,631,135 | 415226c3e94bd602e1ee63aa6fd2a7f7155c7795 | /src/main/java/com/orderprocessing/orders/repository/OrderLineItemsRepository.java | 6ed8933e0ab18065f6b1a8cdb26e0c9475334b5c | [] | no_license | yvgr00/BulkOrders | https://github.com/yvgr00/BulkOrders | 45e0ebf6289138370a1f202020d2e4928eff388b | d927ab311e87614bcdb51dfac1a43f0ca6bd9f43 | refs/heads/main | 2023-03-13T18:58:38.568000 | 2021-03-04T06:23:27 | 2021-03-04T06:23:27 | 343,593,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orderprocessing.orders.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.orderprocessing.orders.entities.OrderLineItems;
public interface OrderLineItemsRepository extends JpaRepository<OrderLineItems, Long> {
}
| UTF-8 | Java | 263 | java | OrderLineItemsRepository.java | Java | [] | null | [] | package com.orderprocessing.orders.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.orderprocessing.orders.entities.OrderLineItems;
public interface OrderLineItemsRepository extends JpaRepository<OrderLineItems, Long> {
}
| 263 | 0.851711 | 0.851711 | 10 | 25.299999 | 32.202641 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
6333a0402624f64cf64189b1f7abff9b6f6dfad6 | 29,403,346,175,508 | 7215441c40af09e199e5e0c2042c016cb020ab46 | /src/main/java/com/zebone/nhis/webservice/syx/utils/PfWsUtils.java | 5b846947d9fb3f63675a7a27604b37a990e0d8e6 | [] | no_license | zhenghuan12/nhis-web | https://github.com/zhenghuan12/nhis-web | 8aca7faf682e5f6725d7b2dd87b4894ac76cbdd1 | 35007830b7834b02410d57730503f6d1c5d39fce | refs/heads/master | 2023-07-31T13:28:22.677000 | 2021-09-13T01:04:44 | 2021-09-13T01:04:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zebone.nhis.webservice.syx.utils;
import com.google.common.collect.Lists;
import com.zebone.nhis.common.support.DateUtils;
import com.zebone.nhis.webservice.syx.vo.platForm.*;
import com.zebone.platform.common.support.NHISUUID;
import org.apache.commons.lang3.StringUtils;
import java.util.Date;
import jav... | UTF-8 | Java | 5,240 | java | PfWsUtils.java | Java | [] | null | [] | package com.zebone.nhis.webservice.syx.utils;
import com.google.common.collect.Lists;
import com.zebone.nhis.common.support.DateUtils;
import com.zebone.nhis.webservice.syx.vo.platForm.*;
import com.zebone.platform.common.support.NHISUUID;
import org.apache.commons.lang3.StringUtils;
import java.util.Date;
import jav... | 5,240 | 0.674814 | 0.674228 | 134 | 37.164181 | 31.907093 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604478 | false | false | 1 |
becaa59ed256687a361ffcd9c4d17a4d859f2d6e | 16,209,206,639,461 | 80825a43cc36320e8aba3ba70e9b65d3b08c4056 | /p2p_pojo/src/main/java/com/dj/p2p/pojo/a.java | 3c6f1c567b343eeb7fc060c7f6eb1611b17125fd | [] | no_license | l1246578490/lil_p2p | https://github.com/l1246578490/lil_p2p | 8c076235049278ef21cd172acd96d3ddf85b0361 | 0e0832a73152297c7fd6cb1fe0a373c5f6a9580f | refs/heads/master | 2020-04-29T07:22:57.907000 | 2019-03-17T11:23:10 | 2019-03-17T11:23:13 | 175,951,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dj.p2p.pojo;
public class a {
}
| UTF-8 | Java | 45 | java | a.java | Java | [] | null | [] | package com.dj.p2p.pojo;
public class a {
}
| 45 | 0.688889 | 0.666667 | 4 | 10.25 | 10.158125 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
cfd9c17a9b4f9fb13d07dae09436d356c27301f2 | 20,761,871,945,781 | f320361fdc2ebc795adaba424d8b61cff63e25fe | /ClientCMD.java | f004d28b730f259020816d61ff0b69b70e316b61 | [] | no_license | LeeJinOne/ChatProgram | https://github.com/LeeJinOne/ChatProgram | 565311c5b4e91cc490cb1244455fff2984358a2b | 44c7963f8eda8d344556ee7c5c8028224f013607 | refs/heads/master | 2021-07-08T11:02:15.386000 | 2017-09-29T00:56:26 | 2017-09-29T00:56:26 | 103,243,205 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.client;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
import java.util.Scanner;
import org.json.simple.JSONObject;
public class ClientCMD {
private static final long serialVersionUID = 1L;
private Socket socket;
private DataInputS... | UTF-8 | Java | 2,214 | java | ClientCMD.java | Java | [
{
"context": " void connect() {\n\t\ttry {\n\t\t\tsocket = new Socket(\"127.0.0.1\", 5432);\n\t\t\tSystem.out.println(\"Succeed connect t",
"end": 1361,
"score": 0.999222993850708,
"start": 1352,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package test.client;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.Socket;
import java.util.Scanner;
import org.json.simple.JSONObject;
public class ClientCMD {
private static final long serialVersionUID = 1L;
private Socket socket;
private DataInputS... | 2,214 | 0.650858 | 0.642728 | 112 | 18.776785 | 17.195675 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.401786 | false | false | 1 |
8463f5fdb18e36d7d23bcd5dc2e431b475f50486 | 21,345,987,520,644 | 516319bd3efd9024450a263c79a5618ee02daf9a | /demo-java/src/main/java/com/ergouge/_final/FinalTest.java | b4210b6e68ae267218aeea368f6a98744b575b9f | [] | no_license | ergouge/demo | https://github.com/ergouge/demo | f995e584c90185d11277f76c1a4d4b803b90a42c | f852c133bdd257d51da2188dd6766f698e179833 | refs/heads/master | 2018-03-03T11:22:06.009000 | 2017-09-26T15:40:05 | 2017-09-26T15:40:05 | 45,022,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ergouge._final;
/**
* 测试fianl的加载
*
* @author Evan Kwan
* @email ergouge@gmail.com
* @date 2016/8/7
*/
public class FinalTest {
public static void main(String[] args) {
//System.out.println(FinalDemo.s2);
//System.out.println(FinalDemo.s);
ClassLoader clazz = FinalTest.cla... | UTF-8 | Java | 688 | java | FinalTest.java | Java | [
{
"context": "m.ergouge._final;\n\n/**\n * 测试fianl的加载\n *\n * @author Evan Kwan\n * @email ergouge@gmail.com\n * @date 2016/8/7\n */",
"end": 70,
"score": 0.9998772144317627,
"start": 61,
"tag": "NAME",
"value": "Evan Kwan"
},
{
"context": "**\n * 测试fianl的加载\n *\n * @author Evan Kwan... | null | [] | package com.ergouge._final;
/**
* 测试fianl的加载
*
* @author <NAME>
* @email <EMAIL>
* @date 2016/8/7
*/
public class FinalTest {
public static void main(String[] args) {
//System.out.println(FinalDemo.s2);
//System.out.println(FinalDemo.s);
ClassLoader clazz = FinalTest.class.getClassLo... | 675 | 0.603245 | 0.591445 | 31 | 20.903225 | 18.883949 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 1 |
ae06bc07a8b6ceaa7ecaf347a967e05478d459a7 | 33,603,824,179,413 | 6ff48a7d08511fe1ef6765a3a19f7d73eadd7497 | /dsa2017-java-online/src-part1/dsa2017/day3/to_test_flood_filling.java | 3c7d7eefd10609d41b66dcac5ad5c7717389bdf6 | [] | no_license | tutrunghieu/dsa-2017-java-tutorial | https://github.com/tutrunghieu/dsa-2017-java-tutorial | 0714143b5c475a942133e5acb866901af0caf198 | 51d61408c2e15b4f516f919695c583d5da9e4586 | refs/heads/master | 2021-01-20T14:35:57.815000 | 2017-06-16T10:55:56 | 2017-06-16T10:55:56 | 90,635,105 | 2 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dsa2017.day3;
public class to_test_flood_filling {
public static void main(String[] args)
{
floodfill(13, 17, 3);
}
private static void floodfill(int x, int y, int n)
{
if(n==0) return;
System.out.println("n="+n+",x=" + x + ", y="+y);
floodfill(x+1, y, n-1);
floodfill(x-1, y, ... | UTF-8 | Java | 393 | java | to_test_flood_filling.java | Java | [] | null | [] | package dsa2017.day3;
public class to_test_flood_filling {
public static void main(String[] args)
{
floodfill(13, 17, 3);
}
private static void floodfill(int x, int y, int n)
{
if(n==0) return;
System.out.println("n="+n+",x=" + x + ", y="+y);
floodfill(x+1, y, n-1);
floodfill(x-1, y, ... | 393 | 0.552163 | 0.503817 | 20 | 17.65 | 17.153061 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.1 | false | false | 1 |
2b20c6fd5db44f66b271c88fbd420151050b773e | 17,308,718,250,980 | 6bf5c91b08ac26e81e96c25523361318fa3e3f35 | /Novel Behaviour/ThesisSimulation/src/PursuitSimulation/ReportControl.java | ddcae48dabfbea847c2d7208e0fcdb0964d91c90 | [] | no_license | Chudalu/Swarm_Simulation | https://github.com/Chudalu/Swarm_Simulation | bd6e9ad4b159cc3ee1b466ccd99b3c59ea38279a | ba929f960b43981deae9d658d8691687b235c25b | refs/heads/master | 2022-09-08T12:41:21.109000 | 2020-05-22T10:08:26 | 2020-05-22T10:08:26 | 266,077,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PursuitSimulation;
import java.util.ArrayList;
import net.lenkaspace.creeper.CRController;
import net.lenkaspace.creeper.CRSettings;
import net.lenkaspace.creeper.helpers.CRFileIOHelper;
import net.lenkaspace.creeper.helpers.CRMaths;
import net.lenkaspace.creeper.report.CRReportController;
import net.lenkaspac... | UTF-8 | Java | 5,031 | java | ReportControl.java | Java | [] | null | [] | package PursuitSimulation;
import java.util.ArrayList;
import net.lenkaspace.creeper.CRController;
import net.lenkaspace.creeper.CRSettings;
import net.lenkaspace.creeper.helpers.CRFileIOHelper;
import net.lenkaspace.creeper.helpers.CRMaths;
import net.lenkaspace.creeper.report.CRReportController;
import net.lenkaspac... | 5,031 | 0.668654 | 0.660902 | 157 | 31.044586 | 27.638556 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.375796 | false | false | 1 |
d28eed6d87ed0f165d93501de50805fff2c6c16e | 15,573,551,479,968 | fef24b2d85eeb0895a59ba01871bb6394858dc0f | /java/ru/xmlex/row/game/data/users/troops/TroopsFactory.java | 7040db5b4d0c4b38851dff130b7a50f613865496 | [] | no_license | xMlex/RoW-Bot | https://github.com/xMlex/RoW-Bot | 8eb16463a52a941b4a17ad6c1b78a74f9f552769 | 989920680e4280940497c08330ce0b31b7303221 | refs/heads/master | 2021-07-09T12:54:05.019000 | 2018-11-26T10:47:24 | 2018-11-26T10:47:28 | 159,152,668 | 0 | 4 | null | false | 2020-07-11T20:04:33 | 2018-11-26T10:38:13 | 2018-11-26T10:47:52 | 2020-07-11T20:04:31 | 5,282 | 0 | 0 | 1 | ActionScript | false | false | package ru.xmlex.row.game.data.users.troops;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by xMlex on 29.04.16.
* email: the.mlex@gmail.com
* Licence: GPL
*/
public class TroopsFactory {
@Expose
@SerializedName("i")
... | UTF-8 | Java | 780 | java | TroopsFactory.java | Java | [
{
"context": "edName;\n\nimport java.util.List;\n\n/**\n * Created by xMlex on 29.04.16.\n * email: the.mlex@gmail.com\n * Lice",
"end": 188,
"score": 0.9996142983436584,
"start": 183,
"tag": "USERNAME",
"value": "xMlex"
},
{
"context": "t;\n\n/**\n * Created by xMlex on 29.04.16.\n ... | null | [] | package ru.xmlex.row.game.data.users.troops;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by xMlex on 29.04.16.
* email: <EMAIL>
* Licence: GPL
*/
public class TroopsFactory {
@Expose
@SerializedName("i")
public int... | 769 | 0.616667 | 0.60641 | 34 | 21.941177 | 15.128744 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 1 |
e862100b127da7b57cdf247771d5668e540b5803 | 33,724,083,245,453 | a8eeeadb52c36d37ddd3204c9fcb7ea1642c5ff3 | /src/main/java/section3/excercise/Ex10.java | 544c73e8e36e76879a92df0fa54219c1aa59bc93 | [] | no_license | os-tll/ThinkInJava | https://github.com/os-tll/ThinkInJava | ff00d9ec28356ae99604ade12e95c417a9e0fa81 | 42115afc0d9078d96bd4e8cfaf55e257efb58207 | refs/heads/master | 2022-07-18T02:00:52.779000 | 2019-11-05T07:53:17 | 2019-11-05T07:53:17 | 136,112,710 | 0 | 0 | null | false | 2022-06-29T17:28:20 | 2018-06-05T03:08:59 | 2019-11-05T07:53:38 | 2022-06-29T17:28:20 | 751 | 0 | 0 | 3 | Java | false | false | package section3.excercise;
/**
* 按位操作符
* @author tanglonglong
* @version 1.0
* @date 2019/6/20 11:47
*/
public class Ex10 {
public static void main(String[] args) {
//0010 1010
byte a = 0x2a;
//0101 0101
byte b = 0x55;
//按位与 0000 0000
System.out.println(Integer... | UTF-8 | Java | 1,119 | java | Ex10.java | Java | [
{
"context": "ckage section3.excercise;\n\n/**\n * 按位操作符\n * @author tanglonglong\n * @version 1.0\n * @date 2019/6/20 11:47\n */\npubl",
"end": 65,
"score": 0.9988565444946289,
"start": 53,
"tag": "USERNAME",
"value": "tanglonglong"
}
] | null | [] | package section3.excercise;
/**
* 按位操作符
* @author tanglonglong
* @version 1.0
* @date 2019/6/20 11:47
*/
public class Ex10 {
public static void main(String[] args) {
//0010 1010
byte a = 0x2a;
//0101 0101
byte b = 0x55;
//按位与 0000 0000
System.out.println(Integer... | 1,119 | 0.582741 | 0.492386 | 37 | 25.621622 | 19.235878 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 1 |
3943f07dd727ea258259bebd7fa34fbb30ea23fa | 13,254,269,076,524 | 47d2102ec96b73f1bee841259a0a33c88982b2ad | /src/main/java/com/mazhang/springboot/config/JdbcConfig.java | 31ae2f828afd5b9581b9bf999ef42b3ab7724a80 | [] | no_license | mazhuang19981201/springboot-quick.io | https://github.com/mazhuang19981201/springboot-quick.io | 5a08bda775ebc933c11d1fbc2ea7deac24a39e1a | 7c50a8816441b4486b29e95805c4aa1bb189ba36 | refs/heads/master | 2020-12-28T17:01:22.311000 | 2020-02-05T09:44:52 | 2020-02-05T09:44:52 | 238,415,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mazhang.springboot.config;
public class JdbcConfig {
}
| UTF-8 | Java | 69 | java | JdbcConfig.java | Java | [] | null | [] | package com.mazhang.springboot.config;
public class JdbcConfig {
}
| 69 | 0.782609 | 0.782609 | 5 | 12.8 | 15.816447 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
24353d5eb890cc47486c8f7811ba82c46cd65f6a | 13,254,269,076,120 | 1fbec0b5459fb7c058a451da72eb3885388371a2 | /src/main/java/me/eccentric_nz/TARDIS/travel/TARDISCaveFinder.java | 89f4881ab56d1da7cac48127359a5afd1f27a088 | [] | no_license | keough99/TARDIS | https://github.com/keough99/TARDIS | c1641af2effaf5a8bc02470fc9b22703e0e76163 | 4900f71485c2e04c8cda19bc05fc5d1238874e06 | refs/heads/master | 2020-04-01T02:39:14.398000 | 2016-07-31T03:52:43 | 2016-07-31T03:52:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2014 eccentric_nz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... | UTF-8 | Java | 10,630 | java | TARDISCaveFinder.java | Java | [
{
"context": "/*\n * Copyright (C) 2014 eccentric_nz\n *\n * This program is free software: you can redi",
"end": 37,
"score": 0.9997029304504395,
"start": 25,
"tag": "USERNAME",
"value": "eccentric_nz"
},
{
"context": "mport org.bukkit.entity.Player;\n\n/**\n *\n * @author eccentric... | null | [] | /*
* Copyright (C) 2014 eccentric_nz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... | 10,630 | 0.434149 | 0.426623 | 233 | 44.622318 | 30.913055 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.901288 | false | false | 1 |
54a53775297a244aae2f78c31c55a8fb5308652b | 33,011,118,690,411 | e16954689859ab1d8053bff9182a5d11054bd783 | /java_0420/TestLambda.java | 9eb4204402512ac4601352918d92e839fa257003 | [] | no_license | YYxxxiiii/Java | https://github.com/YYxxxiiii/Java | c0be9634ff664ac5ae74100315657ceb1ccfa210 | adeb866726f6baaf07c991c11a309f3f9e8d51f1 | refs/heads/master | 2020-11-28T00:17:39.197000 | 2020-08-20T13:39:43 | 2020-08-20T13:39:43 | 229,656,790 | 1 | 0 | null | false | 2020-10-13T22:43:48 | 2019-12-23T01:45:24 | 2020-08-20T14:40:09 | 2020-10-13T22:43:46 | 901 | 1 | 0 | 1 | Java | false | false | package java_0420
import java.util.*;
class MyComp implements Comparator<Integer> {
@Override
public int compare(Integer o1, Integer o2) {
// sort 方法默认是按照升序排序. 小的在前, 大的在后.
// compare 方法相当于是重新定义 什么叫 "小"
// 如果 返回 < 0 数, 认为 o1 比 o2 小. 此时 o1 排在 o2 前
// 如果 返回 > 0 数, 认为 o2 比 o1 小. 此时... | UTF-8 | Java | 1,677 | java | TestLambda.java | Java | [] | null | [] | package java_0420
import java.util.*;
class MyComp implements Comparator<Integer> {
@Override
public int compare(Integer o1, Integer o2) {
// sort 方法默认是按照升序排序. 小的在前, 大的在后.
// compare 方法相当于是重新定义 什么叫 "小"
// 如果 返回 < 0 数, 认为 o1 比 o2 小. 此时 o1 排在 o2 前
// 如果 返回 > 0 数, 认为 o2 比 o1 小. 此时... | 1,677 | 0.552285 | 0.518203 | 50 | 24.82 | 18.393141 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54 | false | false | 1 |
b44c1f18954fccf1677d725300dccaeba9f365dd | 23,837,068,538,245 | 74e4219a6eeba1762cb008a69bd47b0a36e19c62 | /maop-common/src/main/java/com/maop/common/config/MqConfig.java | 2e4b5249ff960cf95b69c2d0cda341c95971892e | [] | no_license | wufan1993/maop | https://github.com/wufan1993/maop | fda7f8c877e1205cdc5df29746a110a4cd8eff67 | d45475304e17fe84a75286f1b8e9761f94f74a1f | refs/heads/master | 2018-04-30T15:37:53.929000 | 2017-09-19T03:46:23 | 2017-09-19T03:46:23 | 92,276,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maop.common.config;
import org.springframework.context.annotation.Conditional;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
@Conditional({MqCondition.class})
@ImportResource({"classpath:applicationContext-${mq_pro... | UTF-8 | Java | 390 | java | MqConfig.java | Java | [] | null | [] | package com.maop.common.config;
import org.springframework.context.annotation.Conditional;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
@Conditional({MqCondition.class})
@ImportResource({"classpath:applicationContext-${mq_pro... | 390 | 0.805128 | 0.805128 | 13 | 29 | 24.346853 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 1 |
ff214855ad07e588a1e0bc1d78cebeefd978cdee | 4,672,924,465,074 | 464bf1ae6c6a3ea0f9dcc5312de4330bc36926e2 | /Labs/Objective8Lab2.java | 3e3e88be5f4d6853aecbca95cb6e8f588967432e | [] | no_license | GarrettPi/SDPre | https://github.com/GarrettPi/SDPre | 947084a9910393828a1b95cfddfaa432f8f64b0f | 7077e48732514d4a6570638f08942382f19f8d64 | refs/heads/main | 2023-06-10T12:23:35.694000 | 2021-06-27T20:04:26 | 2021-06-27T20:04:26 | 380,611,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Objective8Lab2{
public static void main(String[] args){
int curSumTotal = 0;
for(int i = 1; i <= 20; i++){
curSumTotal += i;
}
System.out.println(curSumTotal);
}
}
| UTF-8 | Java | 204 | java | Objective8Lab2.java | Java | [] | null | [] | public class Objective8Lab2{
public static void main(String[] args){
int curSumTotal = 0;
for(int i = 1; i <= 20; i++){
curSumTotal += i;
}
System.out.println(curSumTotal);
}
}
| 204 | 0.593137 | 0.563725 | 10 | 19.4 | 14.921126 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
894db4536228cd477825e59d7a9af1273847d60c | 32,057,635,942,209 | d2a3fe06842c4ec89d31c0c31aed78f03ea97975 | /taskmanager/src/main/java/it/uniroma3/siw/taskmanager/controller/validation/TaskValidator.java | 9de6b194f50c945d92b5c38749ab1329eaa2e32a | [] | no_license | 0xRustlang/taskm | https://github.com/0xRustlang/taskm | 42d0aab50457a86837bf60fddff9913bf2d870dd | cdc4ee103b46c792aa993e13f2d81c3961da7a2a | refs/heads/master | 2023-03-22T03:40:11.262000 | 2020-06-19T14:45:48 | 2020-06-19T14:45:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.uniroma3.siw.taskmanager.controller.validation;
import it.uniroma3.siw.taskmanager.model.Project;
import it.uniroma3.siw.taskmanager.model.Task;
import it.uniroma3.siw.taskmanager.service.ProjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Com... | UTF-8 | Java | 1,240 | java | TaskValidator.java | Java | [] | null | [] | package it.uniroma3.siw.taskmanager.controller.validation;
import it.uniroma3.siw.taskmanager.model.Project;
import it.uniroma3.siw.taskmanager.model.Task;
import it.uniroma3.siw.taskmanager.service.ProjectService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Com... | 1,240 | 0.749194 | 0.740323 | 46 | 25.956522 | 22.644663 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.369565 | false | false | 1 |
a8bda1974b2644d45006aafbdaad7894b1a1053c | 21,964,462,806,541 | 9ab97896f0014061c62a2f5952798077dc2ddb99 | /src/main/java/ex2/LivretA.java | b532f817bc39d95efb8281efb12014b0b2ae81b3 | [] | no_license | mtremion/codePropre | https://github.com/mtremion/codePropre | 0acff6963f8a3e957a97d0bd01e93403d3976200 | e9a5b7e937f03038011da61e39cce3fe8d754b34 | refs/heads/master | 2020-03-20T00:58:51.156000 | 2018-06-12T16:01:42 | 2018-06-12T16:01:42 | 137,063,091 | 0 | 0 | null | true | 2018-06-12T11:39:30 | 2018-06-12T11:39:30 | 2017-10-09T09:16:25 | 2017-11-21T10:06:00 | 18 | 0 | 0 | 0 | null | false | null | package ex2;
/**
* @author mtremion
*
* Représente un Livret A, qui hérite de la classe compte bancaire
*/
public class LivretA extends CompteBancaire
{
/**
* doucouvertMin : double
*/
private static double decouvertMin = 0;
/**
* tauxRemuneration : double
*/
private double tauxR... | UTF-8 | Java | 1,702 | java | LivretA.java | Java | [
{
"context": "package ex2;\r\n\r\n/**\r\n * @author mtremion\r\n *\r\n * Représente un Livret A, qui hérite de la ",
"end": 40,
"score": 0.9992389678955078,
"start": 32,
"tag": "USERNAME",
"value": "mtremion"
}
] | null | [] | package ex2;
/**
* @author mtremion
*
* Représente un Livret A, qui hérite de la classe compte bancaire
*/
public class LivretA extends CompteBancaire
{
/**
* doucouvertMin : double
*/
private static double decouvertMin = 0;
/**
* tauxRemuneration : double
*/
private double tauxR... | 1,702 | 0.661366 | 0.658422 | 88 | 17.295454 | 19.340937 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 1 |
41ffc147287b0c8e62d7af779ccd287c94146738 | 26,096,221,352,356 | d321d484eacda194a3453ddf24da31ce6b0d3559 | /src/test/java/jp/co/softbank/cxr/exam/application/payload/GetRecipeResponseTest.java | 42412d67c8ab0c01d712492d342b09f63134ae07 | [] | no_license | takaakimatsuo/examination1 | https://github.com/takaakimatsuo/examination1 | 45c38b054c554ce36cf9976abce1c44b8a627f6f | f7884ca7469ec0bb954cdb45c20bd8403dda5cf7 | refs/heads/master | 2022-01-29T01:23:45.756000 | 2020-03-10T10:14:08 | 2020-03-10T10:14:08 | 245,032,473 | 0 | 0 | null | false | 2022-01-21T23:39:01 | 2020-03-05T00:23:47 | 2020-04-29T11:00:26 | 2022-01-21T23:38:59 | 201 | 0 | 0 | 2 | Java | false | false | package jp.co.softbank.cxr.exam.application.payload;
import static org.assertj.core.api.Java6Assertions.assertThat;
import java.util.Collections;
import jp.co.softbank.cxr.exam.domain.model.Recipe;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
@DisplayName("ドメインモデルのレシピからGETレスポンスへのマッピン... | UTF-8 | Java | 1,918 | java | GetRecipeResponseTest.java | Java | [] | null | [] | package jp.co.softbank.cxr.exam.application.payload;
import static org.assertj.core.api.Java6Assertions.assertThat;
import java.util.Collections;
import jp.co.softbank.cxr.exam.domain.model.Recipe;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
@DisplayName("ドメインモデルのレシピからGETレスポンスへのマッピン... | 1,918 | 0.420901 | 0.411085 | 40 | 42.325001 | 28.363169 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 1 |
b5c546fc36a54872c84f9b32dfb727ea2bfb1a13 | 8,839,042,726,868 | 82aaf8c729b6c8800552395e889af541b09171dd | /src/vcs/CheckoutOperation.java | 984892d373d1a379c8ab3d2cb544541610b1b6ba | [] | no_license | AdrianM9/GitNow | https://github.com/AdrianM9/GitNow | 019bb30740069cf5407823739d13b7254190c346 | 42baab90543c412a115c32e3238cbc6985793ee6 | refs/heads/master | 2020-04-26T14:28:07.834000 | 2019-03-03T18:48:16 | 2019-03-03T18:48:16 | 173,615,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vcs;
import utils.ErrorCodeManager;
import utils.OperationType;
import java.util.ArrayList;
/**
* Class which handles the execution of the checkout operation.
* @author Teodor-Adrian Mirea, 323CA
*/
public final class CheckoutOperation extends VcsOperation {
/**
* Checkout operation constructor.
... | UTF-8 | Java | 1,797 | java | CheckoutOperation.java | Java | [
{
"context": "he execution of the checkout operation.\n * @author Teodor-Adrian Mirea, 323CA\n */\npublic final class CheckoutOperation e",
"end": 201,
"score": 0.9998730421066284,
"start": 182,
"tag": "NAME",
"value": "Teodor-Adrian Mirea"
}
] | null | [] | package vcs;
import utils.ErrorCodeManager;
import utils.OperationType;
import java.util.ArrayList;
/**
* Class which handles the execution of the checkout operation.
* @author <NAME>, 323CA
*/
public final class CheckoutOperation extends VcsOperation {
/**
* Checkout operation constructor.
*
*... | 1,784 | 0.57429 | 0.570952 | 59 | 29.457626 | 23.988926 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288136 | false | false | 9 |
e89bd743cb1579998a9874ffe8691f42133f9c47 | 31,834,297,621,197 | 2f5cd5ba8a78edcddf99c7e3c9c19829f9dbd214 | /java/playgrounds/.svn/pristine/e8/e89bd743cb1579998a9874ffe8691f42133f9c47.svn-base | 7bc276efeff0959119fef8bc5912bacf0593d11d | [] | no_license | HTplex/Storage | https://github.com/HTplex/Storage | 5ff1f23dfe8c05a0a8fe5354bb6bbc57cfcd5789 | e94faac57b42d6f39c311f84bd4ccb32c52c2d30 | refs/heads/master | 2021-01-10T17:43:20.686000 | 2016-04-05T08:56:57 | 2016-04-05T08:56:57 | 55,478,274 | 1 | 1 | null | false | 2020-10-28T20:35:29 | 2016-04-05T07:43:17 | 2020-04-10T09:46:06 | 2016-04-05T09:54:51 | 107,783 | 1 | 1 | 1 | Java | false | false | /* *********************************************************************** *
* project: org.matsim.*
* *
* *********************************************************************** *
* ... | UTF-8 | Java | 4,573 | e89bd743cb1579998a9874ffe8691f42133f9c47.svn-base | Java | [
{
"context": "er zur NewPlansWriter übertragen.\r\n * \r\n * @author yu chen\r\n */\r\npublic class PersonRouteFilter extends",
"end": 2356,
"score": 0.9984149932861328,
"start": 2354,
"tag": "USERNAME",
"value": "yu"
}
] | null | [] | /* *********************************************************************** *
* project: org.matsim.*
* *
* *********************************************************************** *
* ... | 4,573 | 0.529965 | 0.525809 | 121 | 35.785126 | 27.437143 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.669421 | false | false | 9 | |
58620e170f8b5a4ecbae1399aa63e3e6edf08d55 | 9,328,668,992,009 | 05f7a7c3998f5e1333961fbbb173f53e3eeab7f1 | /src/server/frame/ServerActionListen.java | 9a31ab5a95e7cdeab25bba747c755d7ce22fe92c | [
"Apache-2.0"
] | permissive | haohaochen123/myqq_messaging | https://github.com/haohaochen123/myqq_messaging | 1b5b323d526711bd698a94b69c2cc94a9d70cf6b | a12d2c85e9fd90b8c83ad8aa5a964ff170f27b0d | refs/heads/master | 2023-03-05T12:47:55.985000 | 2021-02-19T03:41:25 | 2021-02-19T03:41:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.frame;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JOptionPane;
import com.MyTools;
import server.QQServer;
public class ServerActionListen implements ActionListener{
QQServer qqServer=null;
ServerMana serverMana=null;
public ServerActionListen(Se... | UTF-8 | Java | 1,157 | java | ServerActionListen.java | Java | [] | null | [] | package server.frame;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JOptionPane;
import com.MyTools;
import server.QQServer;
public class ServerActionListen implements ActionListener{
QQServer qqServer=null;
ServerMana serverMana=null;
public ServerActionListen(Se... | 1,157 | 0.737089 | 0.73615 | 47 | 21.659575 | 20.073563 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12766 | false | false | 9 |
f9bd9f22eda7c50e0d07b1cc5a74b010e8b2e2de | 6,339,371,761,685 | d07031dee1e54d006e45ea6b0b2f40af7c266127 | /src/main/java/leetcode_solutions/FirstUniqueCharacterinaString387.java | d4048d6bf536606fc142a8fc938af198f0c30df9 | [] | no_license | yuckuku/leetcode-solutions | https://github.com/yuckuku/leetcode-solutions | f7a8fa78c82acaca74eec06a9bced54136fd8311 | c41f9e47b2ea9a2444b3f155a8167f4607e8c512 | refs/heads/master | 2022-12-28T15:51:44.644000 | 2020-01-20T10:04:02 | 2020-01-20T10:04:02 | 106,363,394 | 0 | 0 | null | false | 2020-10-13T06:46:27 | 2017-10-10T03:20:57 | 2020-01-20T10:04:46 | 2020-10-13T06:46:26 | 1,118 | 0 | 0 | 1 | Java | false | false | package leetcode_solutions;
import org.junit.Test;
import java.util.*;
/**
* Created by Administrator on 2017/11/14.
*/
public class FirstUniqueCharacterinaString387 {
//time limit exceeded
public int firstUniqChar(String s) {
System.out.println("s=" + s);
System.out.println("s.length " + s... | UTF-8 | Java | 2,817 | java | FirstUniqueCharacterinaString387.java | Java | [] | null | [] | package leetcode_solutions;
import org.junit.Test;
import java.util.*;
/**
* Created by Administrator on 2017/11/14.
*/
public class FirstUniqueCharacterinaString387 {
//time limit exceeded
public int firstUniqChar(String s) {
System.out.println("s=" + s);
System.out.println("s.length " + s... | 2,817 | 0.485247 | 0.468183 | 93 | 29.247313 | 24.392691 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 9 |
67ee585d3ed4c49dce52a50d48b7a38dceae584e | 6,339,371,758,975 | c269b0d8397588bc558004a7a0847970c83e6878 | /OBJETOS_13_AEROPUERTO/src/model/Avion.java | e0b7e854fd66bed1f7fed2443c6902e890d51b7f | [] | no_license | sonimargo/JAVA_10_OBJETOS | https://github.com/sonimargo/JAVA_10_OBJETOS | 50286643daf6ca19e2b5f17575fcce2ee017667f | 4e39be85b7d2e4d056dfad03a684927d3802a3b7 | refs/heads/main | 2023-01-12T07:15:59.229000 | 2020-11-17T11:50:52 | 2020-11-17T11:50:52 | 313,357,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class Avion
{
public String avion;
public Integer capacidad;
public Avion()
{
// TODO Auto-generated constructor stub
}
public Avion(String avion, Integer capacidad)
{
this.avion = avion;
this.capacidad = capacidad;
}
public String getAvion() {
return avion;
}
public... | UTF-8 | Java | 630 | java | Avion.java | Java | [] | null | [] | package model;
public class Avion
{
public String avion;
public Integer capacidad;
public Avion()
{
// TODO Auto-generated constructor stub
}
public Avion(String avion, Integer capacidad)
{
this.avion = avion;
this.capacidad = capacidad;
}
public String getAvion() {
return avion;
}
public... | 630 | 0.674603 | 0.674603 | 41 | 14.341463 | 16.581814 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.219512 | false | false | 9 |
4e7d483b35705afdb53e13b5b90d21e1d1d1fa13 | 910,533,101,504 | c4f5086b1e0cfdb7af387f144d23a21d9ebb72cd | /spring-demo/chapter08/src/main/java/com/xiaoxiya/pizza/HomeController.java | 211292ef24c796f065d76f772b90c9aab5a9f57e | [] | no_license | xiaoxiya/WlmallDemo | https://github.com/xiaoxiya/WlmallDemo | 88f0fb3b2a7de518e7b052a9a1ae26c66fd57ec2 | 1fb0fcf09b107ed29b2230b06db3e2c6e57f57ce | refs/heads/master | 2022-12-20T13:51:28.606000 | 2019-12-24T03:25:14 | 2019-12-24T03:25:14 | 200,966,524 | 1 | 0 | null | false | 2022-12-16T09:45:17 | 2019-08-07T03:39:12 | 2019-12-24T03:25:33 | 2022-12-16T09:45:17 | 14,711 | 0 | 0 | 28 | Java | false | false | package com.xiaoxiya.pizza;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author luopeng
* @date 2019/10/30 22:09
*/
@Controller
public class HomeController {
@RequestMapping("/")
public String redirectToFlow() {
return "redi... | UTF-8 | Java | 342 | java | HomeController.java | Java | [
{
"context": "eb.bind.annotation.RequestMapping;\n\n/**\n * @author luopeng\n * @date 2019/10/30 22:09\n */\n@Controller\npublic ",
"end": 165,
"score": 0.9996815323829651,
"start": 158,
"tag": "USERNAME",
"value": "luopeng"
}
] | null | [] | package com.xiaoxiya.pizza;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author luopeng
* @date 2019/10/30 22:09
*/
@Controller
public class HomeController {
@RequestMapping("/")
public String redirectToFlow() {
return "redi... | 342 | 0.716374 | 0.681287 | 16 | 20.375 | 18.110338 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.