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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ff5f11dfd860690254af6ef445e0ace5aca976e4 | 15,126,874,820,901 | c793453f95848e0b7ea2f9244b4b792579e772b4 | /src/SortingAlgorithms/Test1.java | 74ff1b5dda525e96c78cee60f251d3844f87a025 | [] | no_license | nithinbandaru/Data-Structures | https://github.com/nithinbandaru/Data-Structures | 2274cf8263e202f626940c3ea29f3f25e8d7cdcc | 53d0a804c40abe07afda4af94a3b0f800beff6ae | refs/heads/master | 2021-01-10T05:43:43.026000 | 2015-12-19T01:32:57 | 2015-12-19T01:32:57 | 48,263,035 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SortingAlgorithms;
import java.util.Arrays;
public class Test1 {
public static int getSumOfNumbers(String s) {
/*
Please implement this method to
return the sum of all integers found in the parameter String. You can assume that
integers are separated from other p... | WINDOWS-1252 | Java | 3,252 | java | Test1.java | Java | [] | null | [] | package SortingAlgorithms;
import java.util.Arrays;
public class Test1 {
public static int getSumOfNumbers(String s) {
/*
Please implement this method to
return the sum of all integers found in the parameter String. You can assume that
integers are separated from other p... | 3,252 | 0.549538 | 0.534462 | 107 | 29.364487 | 26.254467 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.654206 | false | false | 8 |
f4249dc881b8fd090facecbb2bafe4a489ba6a04 | 11,209,864,655,354 | fd0138e02d1421d76e037d3261a809c5a8925439 | /src/classAndObject/variableDemo.java | 83cfe16ac786741c85cd3e6721e36a77b341a8cf | [] | no_license | bhavikvashi1804/JAVA-Projects | https://github.com/bhavikvashi1804/JAVA-Projects | 701f3fde4b06111368bad28f289881a4ec927493 | 71b78721e93cd6c8c7ea505fceae269c4e7d5a86 | refs/heads/main | 2023-02-26T22:28:50.624000 | 2021-01-29T09:56:10 | 2021-01-29T09:56:10 | 329,210,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classAndObject;
public class variableDemo {
// all below variable are allowed
int id= 0;
int Id = 0;
int iD = 0;
int ID = 0;
// class,variable, method names
/*
Duplicate names are not allowed
Name must start with _ / $ / letter
Name does not start with number
No reserved keyword used for ... | UTF-8 | Java | 364 | java | variableDemo.java | Java | [] | null | [] | package classAndObject;
public class variableDemo {
// all below variable are allowed
int id= 0;
int Id = 0;
int iD = 0;
int ID = 0;
// class,variable, method names
/*
Duplicate names are not allowed
Name must start with _ / $ / letter
Name does not start with number
No reserved keyword used for ... | 364 | 0.67033 | 0.659341 | 20 | 17.200001 | 14.225329 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.35 | false | false | 8 |
53158669c9cfd0c6d0a165e33241c4abf9da1c9e | 21,723,944,593,792 | bbc6370dfc0fa847d2f9cc830ef471dd4b27e5d4 | /src/main/java/org/vinh/tdd/Fibonaci.java | 421185e092a73db573e8619b61d679a22609a81e | [
"Apache-2.0"
] | permissive | viinhpham/tdd-algorithms | https://github.com/viinhpham/tdd-algorithms | 092c4be4aec8dcca78867167e361e2fc28dd28d8 | ec2dfbab5868f786c81689f18005ae98d8e96e5b | refs/heads/master | 2023-01-08T01:02:39.750000 | 2022-12-25T05:02:10 | 2022-12-25T05:02:10 | 231,548,598 | 0 | 0 | Apache-2.0 | false | 2022-11-11T04:54:49 | 2020-01-03T08:50:29 | 2022-04-21T05:07:17 | 2022-11-11T04:54:48 | 118 | 0 | 0 | 0 | Java | false | false | package org.vinh.tdd;
/**
* @author vinh.phamquoc on 9/9/20
*/
public class Fibonaci {
//A Fibonacci number is a number in the sequence 1, 1, 2, 3, 5, 8, 13, 21,….
// Note that first two Fibonacci numbers are 1 and any Fibonacci number other than the first
// two is the sum of the previous two Fibonacci numbers. For... | UTF-8 | Java | 706 | java | Fibonaci.java | Java | [
{
"context": "package org.vinh.tdd;\n\n/**\n * @author vinh.phamquoc on 9/9/20\n */\npublic class Fibonaci {\n//A Fibonac",
"end": 51,
"score": 0.9543115496635437,
"start": 38,
"tag": "USERNAME",
"value": "vinh.phamquoc"
}
] | null | [] | package org.vinh.tdd;
/**
* @author vinh.phamquoc on 9/9/20
*/
public class Fibonaci {
//A Fibonacci number is a number in the sequence 1, 1, 2, 3, 5, 8, 13, 21,….
// Note that first two Fibonacci numbers are 1 and any Fibonacci number other than the first
// two is the sum of the previous two Fibonacci numbers. For... | 706 | 0.642045 | 0.598011 | 23 | 29.608696 | 29.957563 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.695652 | false | false | 8 |
df1061e7fc055430f49149e8ff57409b3c9ccb5f | 27,891,517,634,058 | 1f1d223d987536da6d029c0a31e318ca81f1d19c | /app/src/main/java/edu/jiabao/database/DaoSession.java | 96d9c5332a8877b67ca40e672854e28132464bf1 | [] | no_license | c10-445/jiabao | https://github.com/c10-445/jiabao | a71606bc8c70e0119b92e74db6954b621eaae104 | 238f76f0813b6e6bd7fb97044868c83b89d26c5d | refs/heads/master | 2020-03-07T22:38:40.654000 | 2018-07-11T07:58:22 | 2018-07-11T07:58:22 | 127,759,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.jiabao.database;
import java.util.Map;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.AbstractDaoSession;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityScopeType;
import org.greenrobot.greendao.internal.DaoConfig;
import... | UTF-8 | Java | 3,675 | java | DaoSession.java | Java | [] | null | [] | package edu.jiabao.database;
import java.util.Map;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.AbstractDaoSession;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityScopeType;
import org.greenrobot.greendao.internal.DaoConfig;
import... | 3,675 | 0.721361 | 0.721361 | 118 | 30.144068 | 22.65447 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720339 | false | false | 8 |
045fb5df93883aacc4119c0664e861852251ed97 | 26,121,991,113,411 | a1e65f90fdd0db36d2b3e6fc8934e4ef05ed1e20 | /common/src/main/java/urlshortener/common/services/MetricsViewConfig.java | 11c52b16df0984367f844b51b8a864f688553753 | [
"MIT"
] | permissive | SureSRM/UrlShortener | https://github.com/SureSRM/UrlShortener | b982e2bfbe37dd65a2f08e701f82869e79c00c0f | 883979b6427d645556fbad50264afc7e78e3037d | refs/heads/master | 2020-12-24T07:16:44.425000 | 2017-01-15T20:06:41 | 2017-01-15T20:06:41 | 73,374,872 | 0 | 0 | null | true | 2016-11-10T11:16:05 | 2016-11-10T11:16:04 | 2016-11-09T10:59:34 | 2016-11-09T15:17:46 | 20 | 0 | 0 | 0 | null | null | null | package urlshortener.common.services;
import org.json.JSONException;
import org.json.JSONObject;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Service;
import java.io.*;
import java.net.URL;
import java.nio.charset.Charset;
import java.util.HashMap;
import java.util... | UTF-8 | Java | 4,454 | java | MetricsViewConfig.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by sergio on 14/01/17.\n */\n@Service\npublic class MetricsVie",
"end": 351,
"score": 0.9817526340484619,
"start": 345,
"tag": "USERNAME",
"value": "sergio"
}
] | null | [] | package urlshortener.common.services;
import org.json.JSONException;
import org.json.JSONObject;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Service;
import java.io.*;
import java.net.URL;
import java.nio.charset.Charset;
import java.util.HashMap;
import java.util... | 4,454 | 0.593848 | 0.586664 | 129 | 33.52713 | 29.23921 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806202 | false | false | 8 |
ba4a46f53aa52e320dd5a75e2bfbf537a60e2bd0 | 14,242,111,577,635 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/DetectorsProto.java | 02bc5b13d277033ce5fe873e966555cd5ab33df0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | https://github.com/googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481000 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | false | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | 2023-09-13T01:26:53 | 2023-09-13T21:21:22 | 662,277 | 1,769 | 1,100 | 75 | Java | false | false | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 4,245 | java | DetectorsProto.java | Java | [] | null | [] | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 4,245 | 0.724853 | 0.6702 | 87 | 47.793102 | 31.601374 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390805 | false | false | 8 |
fe89b07239bd1859f4421dd0be864cf653e645b9 | 2,121,713,870,610 | 5eb5b93e84c355a29e2ed4b9fb1f3f367d7fc918 | /src/kr/seoga/shop/dao/ProductDaoIbatis.java | ff7483475e569d76dbce69371f65e39a9fc41629 | [] | no_license | kdseo/shop-user | https://github.com/kdseo/shop-user | a646a55e5fc25eb82ce7e2256a5984a756c1bb90 | f16d74b35f8c46b6821f5c0b40176843889d6fba | refs/heads/master | 2015-09-25T00:13:35.250000 | 2015-08-03T06:48:13 | 2015-08-03T06:48:13 | 38,999,500 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.seoga.shop.dao;
import java.sql.SQLException;
import java.util.List;
import kr.seoga.shop.ibatis.SqlMapLocator;
import com.ibatis.sqlmap.client.SqlMapClient;
public class ProductDaoIbatis implements ProductDao {
private static ProductDao instance = new ProductDaoIbatis();
private SqlMapClient sqlMapCli... | UTF-8 | Java | 1,831 | java | ProductDaoIbatis.java | Java | [] | null | [] | package kr.seoga.shop.dao;
import java.sql.SQLException;
import java.util.List;
import kr.seoga.shop.ibatis.SqlMapLocator;
import com.ibatis.sqlmap.client.SqlMapClient;
public class ProductDaoIbatis implements ProductDao {
private static ProductDao instance = new ProductDaoIbatis();
private SqlMapClient sqlMapCli... | 1,831 | 0.673949 | 0.664664 | 83 | 21.060242 | 21.83197 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.096385 | false | false | 8 |
7e6c2671cb8ffae76df3172488a98f49dbea70f7 | 6,854,767,840,530 | 17a55c0284ea62cc303bf1cf522a819cc5481ac3 | /src/config/ObjectCreatorConfigurator.java | fcc36958a0cde8017dfef5b7b7f02782ce51b510 | [] | no_license | megs-rs/AtmSimulator | https://github.com/megs-rs/AtmSimulator | a674474cd95e3bf44f3d62108e56eeb291ab53d8 | 6e3fbd4002fdb85d6ca1e267f746d71b40f5384b | refs/heads/main | 2022-12-26T03:55:16.210000 | 2020-10-14T14:04:57 | 2020-10-14T14:04:57 | 304,032,014 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package config;
import util.GeneralException;
import tools.stateeditor.objects.ObjectCreatorHandlerFactory;
import infrastructure.dataaccess.Connectable;
/**
* Configurador de los ObjectCreator.
* Setea el nombre de la conexion.
*/
public class ObjectCreatorConfigurator implements Configurator
{
pr... | UTF-8 | Java | 807 | java | ObjectCreatorConfigurator.java | Java | [] | null | [] | package config;
import util.GeneralException;
import tools.stateeditor.objects.ObjectCreatorHandlerFactory;
import infrastructure.dataaccess.Connectable;
/**
* Configurador de los ObjectCreator.
* Setea el nombre de la conexion.
*/
public class ObjectCreatorConfigurator implements Configurator
{
pr... | 807 | 0.703841 | 0.703841 | 33 | 22.454546 | 25.670513 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242424 | false | false | 8 |
1c2874aba6b750255723c66d38642714b8248ef7 | 180,388,668,905 | 75826911abddbed10ab59b70de3e56063f1f558e | /Baekjoon OJ/JAVA/2675.java | 6da6969b2bae63e2c700b4b6f7fb053eb78f9993 | [] | no_license | chanoo104/Algorithm | https://github.com/chanoo104/Algorithm | 6c8e1eee8503b582651392d28ae17617aa768014 | a4a37104688137127b77b765bf2ed7b504b9dea0 | refs/heads/master | 2023-07-18T10:43:17.805000 | 2022-04-29T01:59:34 | 2022-04-29T01:59:34 | 358,255,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
for (int i = 0; i < n; i++) {
int j = sc.nextInt();
String k = sc.next();
for (int l = 0; l < k.length(); l++... | UTF-8 | Java | 507 | java | 2675.java | Java | [] | null | [] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
for (int i = 0; i < n; i++) {
int j = sc.nextInt();
String k = sc.next();
for (int l = 0; l < k.length(); l++... | 507 | 0.412229 | 0.406312 | 18 | 27.055555 | 16.242851 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 8 |
dc72d08c7e1abe834f6b0da599e2d7257effe208 | 24,206,435,693,041 | 347f113aa835e6a14bcb894d8c9c477f7e02f375 | /Java, Android User Interface/a2/Line.java | 212a97874500afc18c0f5d26f2d4f319bdfad4ba | [] | no_license | BurrowedCactus/some-homework-during-school | https://github.com/BurrowedCactus/some-homework-during-school | b9e213c989ba04815beae380c3ce207d6801fe7f | cf5c445e5afdba490109b3eb7b20fbdc70284ae0 | refs/heads/master | 2021-04-02T21:35:11.445000 | 2020-03-18T19:40:36 | 2020-03-18T19:40:36 | 248,325,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.*;
import java.lang.Math;
public class Line extends ShapeBase implements Shape {
public Line(Point p, Color borderColorChosen, double thicknessChosen) {
super(p, borderColorChosen, thicknessChosen);
}
// https://stackoverflow.com/questions/849211/shortest-distance-between-a-point-and-a-line-segme... | UTF-8 | Java | 1,506 | java | Line.java | Java | [
{
"context": "distance-between-a-point-and-a-line-segment\n\t// by Joshua\n\tprivate double distance(double x, double y, doub",
"end": 336,
"score": 0.9995835423469543,
"start": 330,
"tag": "NAME",
"value": "Joshua"
}
] | null | [] |
import java.awt.*;
import java.lang.Math;
public class Line extends ShapeBase implements Shape {
public Line(Point p, Color borderColorChosen, double thicknessChosen) {
super(p, borderColorChosen, thicknessChosen);
}
// https://stackoverflow.com/questions/849211/shortest-distance-between-a-point-and-a-line-segme... | 1,506 | 0.589641 | 0.553121 | 62 | 23.274193 | 26.079388 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.258065 | false | false | 8 |
79beb605f2d497e70b4369f51c504ca77db62910 | 27,230,092,709,443 | c63ad4adc5631dd3a8aa3c8be8a91e1671cbad48 | /app/src/main/java/cn/xyy/tltms/app/data/model/TransportationOrderAddressDTO.java | 2f30d5e158f891ea0bd803ef3404b6c87e207992 | [] | no_license | miamiby557/tltms | https://github.com/miamiby557/tltms | f5e2d8a657ee133bf7f9a04d3fe58fa8c16c3d76 | b2184834ca6d07309e6f56bb27f5a8553c7fc955 | refs/heads/master | 2021-01-19T20:02:50.442000 | 2017-04-17T06:10:33 | 2017-04-17T06:10:33 | 88,477,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.xyy.tltms.app.data.model;
import java.io.Serializable;
/**
* Created by dev on 2017/3/31.
*/
public class TransportationOrderAddressDTO implements Serializable {
private String consignorCompany;
private String consignorProvince;
private String consignorCity;
private String consignorArea;... | UTF-8 | Java | 3,836 | java | TransportationOrderAddressDTO.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by dev on 2017/3/31.\n */\n\npublic class TransportationOrd",
"end": 89,
"score": 0.9124042391777039,
"start": 86,
"tag": "USERNAME",
"value": "dev"
}
] | null | [] | package cn.xyy.tltms.app.data.model;
import java.io.Serializable;
/**
* Created by dev on 2017/3/31.
*/
public class TransportationOrderAddressDTO implements Serializable {
private String consignorCompany;
private String consignorProvince;
private String consignorCity;
private String consignorArea;... | 3,836 | 0.696559 | 0.694734 | 154 | 23.90909 | 21.22525 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324675 | false | false | 8 |
fdcc2904f78bd644df07968996bcce33e7a32bf8 | 31,447,750,594,498 | 95f778f8ebdd77f854ecac104754e2c04d2831e1 | /app/src/main/java/com/tufusi/launchermode/forwardresult/AForwardActivity.java | 289cef07aad83004a0f784dcb50ee1501f9040b6 | [] | no_license | LeoCheung0221/AnalyzeLauncherMode | https://github.com/LeoCheung0221/AnalyzeLauncherMode | 8e3a923ed3ccf1aa3922741e9d67fb03b3f2d1b0 | 0aaba84987e33677dc222d765a3d2029e18cb94c | refs/heads/master | 2022-12-13T20:41:55.311000 | 2020-08-28T08:27:20 | 2020-08-28T08:27:20 | 290,097,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tufusi.launchermode.forwardresult;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import com.tufusi.launchermode.R;
/**
* Created by 鼠夏目 on 2020/8/28.
*
* @author 鼠夏目
* @description
*/
public class AForwardActivity ... | UTF-8 | Java | 936 | java | AForwardActivity.java | Java | [
{
"context": "ort com.tufusi.launchermode.R;\n\n/**\n * Created by 鼠夏目 on 2020/8/28.\n *\n * @author 鼠夏目\n * @description\n ",
"end": 237,
"score": 0.9944682121276855,
"start": 234,
"tag": "NAME",
"value": "鼠夏目"
},
{
"context": "/**\n * Created by 鼠夏目 on 2020/8/28.\n *\n * @author 鼠夏... | null | [] | package com.tufusi.launchermode.forwardresult;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import com.tufusi.launchermode.R;
/**
* Created by 鼠夏目 on 2020/8/28.
*
* @author 鼠夏目
* @description
*/
public class AForwardActivity ... | 936 | 0.679654 | 0.656926 | 34 | 26.17647 | 26.214579 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 8 |
2620258f529bb39024facf708c52fb3e329065ae | 17,566,416,277,409 | 0cd9f76758c0089b485b137226f1023fc199db5d | /ocjp7/src/main/java/br/abevieiramota/ocjp7/Aula06.java | f476b79b08098b99e3451608c3e13e39f24cde67 | [] | no_license | abevieiramota/learning-ocjp7 | https://github.com/abevieiramota/learning-ocjp7 | 7bfa241b51ceb1aa6860cc75ce45dc7850d4a85a | d00ea1103ea24493aab62b8d46acf3ecd8e0b369 | refs/heads/master | 2021-01-11T06:54:24.226000 | 2018-01-08T12:11:39 | 2018-01-08T12:11:39 | 72,356,844 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.abevieiramota.ocjp7;
public class Aula06 {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer(); // StringBuilder/Buffer mutável
System.out.println(sb.toString());
sb = new StringBuffer("oi");
System.out.println(sb.toString());
sb.append(" tudo bem?");
System.out.prin... | UTF-8 | Java | 1,438 | java | Aula06.java | Java | [
{
"context": "\tSystem.out.println(sb);\n\t\tsb = new StringBuffer(\"Abelardo\");\n\t\tSystem.out.println(sb.reverse()); // reverse",
"end": 1094,
"score": 0.9997375011444092,
"start": 1086,
"tag": "NAME",
"value": "Abelardo"
},
{
"context": "reverse()); // reverse\n\t\tsb = new Stri... | null | [] | package br.abevieiramota.ocjp7;
public class Aula06 {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer(); // StringBuilder/Buffer mutável
System.out.println(sb.toString());
sb = new StringBuffer("oi");
System.out.println(sb.toString());
sb.append(" tudo bem?");
System.out.prin... | 1,438 | 0.647632 | 0.634401 | 43 | 32.395348 | 17.137121 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.627907 | false | false | 8 |
d480c90a70a71e13e8044863868981e3587909a7 | 2,860,448,229,646 | c2ac81badc6cd78babc67d627c8b649d8c424c40 | /Topics/String/Comparing strings ignoring whitespaces/src/Main.java | 738ee891f1677e27a6f5e3983f7c5c3b593455b5 | [] | no_license | HashmalS/Number_Base_Converter | https://github.com/HashmalS/Number_Base_Converter | 317f7761909ef347c1c2bad4334e86506f55fd52 | dc660cf062b3da1039032e30c9cd7dbf4190f749 | refs/heads/master | 2023-07-15T03:47:58.304000 | 2021-08-24T20:40:22 | 2021-08-24T20:40:22 | 399,591,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class Main {
public static void main(String[] args) {
// put your code here
Scanner inputScanner = new Scanner(System.in);
String input1 = inputScanner.nextLine();
String input2 = inputScanner.nextLine();
input1 = input1.replaceAll("\\s+", "");
... | UTF-8 | Java | 423 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
// put your code here
Scanner inputScanner = new Scanner(System.in);
String input1 = inputScanner.nextLine();
String input2 = inputScanner.nextLine();
input1 = input1.replaceAll("\\s+", "");
... | 423 | 0.605201 | 0.586288 | 14 | 29.285715 | 20.713793 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 8 |
7e24ff9ccaf06779dca82c265e269e06d9e25524 | 18,391,050,011,617 | f22dff14dc6ab5b9efa304d574e5193a9e4a7a06 | /app/src/main/java/com/ecjtu/sharebox/domain/Test.java | d5f6a3b64c041a042c0d019f66af48187a832cb7 | [
"Apache-2.0"
] | permissive | xulele/ShareBox | https://github.com/xulele/ShareBox | 8820606914e7bf1951099f13f5c4ffeeb4c4a315 | 2f8dfbb783c3df8f0e4d20773ce22ba97fa8dfd9 | refs/heads/master | 2021-01-01T17:41:29.658000 | 2017-07-06T06:08:53 | 2017-07-06T06:08:53 | 98,136,422 | 0 | 0 | null | true | 2017-07-24T01:19:20 | 2017-07-24T01:19:20 | 2017-06-12T02:56:03 | 2017-07-21T07:54:48 | 4,194 | 0 | 0 | 0 | null | null | null | package com.ecjtu.sharebox.domain;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import java.io.IOError;
/**
* Created by KerriGan on 2017/6/2.
*/
public class Test {
public Test(int x){
setListener2(0, new IListener() {
@Override
pu... | UTF-8 | Java | 2,325 | java | Test.java | Java | [
{
"context": ".View;\n\nimport java.io.IOError;\n\n/**\n * Created by KerriGan on 2017/6/2.\n */\n\npublic class Test {\n\n\n publi",
"end": 177,
"score": 0.9701919555664062,
"start": 169,
"tag": "NAME",
"value": "KerriGan"
}
] | null | [] | package com.ecjtu.sharebox.domain;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import java.io.IOError;
/**
* Created by KerriGan on 2017/6/2.
*/
public class Test {
public Test(int x){
setListener2(0, new IListener() {
@Override
pu... | 2,325 | 0.504086 | 0.486882 | 131 | 16.748091 | 18.391975 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.335878 | false | false | 8 |
3454db41b2ae999990428e70187d2388961718eb | 5,368,709,134,916 | d73b17cf4a9a040338ccc0f0127e861acaf8546e | /EventRegister/src/main/java/project/cucumber/services/BuyTiketsService.java | 0441bfb8cf07be025f22fa8a78ebb18f5b87c69e | [] | no_license | musa998/fmi-pu | https://github.com/musa998/fmi-pu | b75b32fa99b54bdf6779e2e4ac434ce232e6f207 | a28adb3eb83005ab20b67ed8c84e30dd91da10d1 | refs/heads/master | 2020-03-14T13:37:02.118000 | 2020-02-09T13:36:43 | 2020-02-09T13:36:43 | 131,636,782 | 0 | 0 | null | false | 2020-02-06T10:58:45 | 2018-04-30T19:18:14 | 2020-02-06T10:58:32 | 2020-02-06T10:58:44 | 72,790 | 0 | 0 | 2 | C# | false | false | package project.cucumber.services;
import project.cucumber.models.Event;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class BuyTiketsService {
List<Event> events = new ArrayList<Event>();
public BuyTiketsService(){
... | UTF-8 | Java | 1,262 | java | BuyTiketsService.java | Java | [
{
"context": "ent event = new Event();\r\n event.setName(\"PlovDev\");\r\n event.setLocation(\"Plovdiv\");\r\n ",
"end": 386,
"score": 0.9986159205436707,
"start": 379,
"tag": "USERNAME",
"value": "PlovDev"
}
] | null | [] | package project.cucumber.services;
import project.cucumber.models.Event;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class BuyTiketsService {
List<Event> events = new ArrayList<Event>();
public BuyTiketsService(){
... | 1,262 | 0.610211 | 0.604538 | 42 | 27.380953 | 26.948763 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 8 |
6b625353e21d4a291994c3de05607e8b574ab960 | 20,976,620,289,231 | f6674a0061390dea9961b8ef63e0a6721a4e69eb | /ServerSide/src/AcceptenceTest/ProjectTest.java | 6afa0414ce3a50d4e62e13ce260ebdc8b0007e2d | [] | no_license | galdreiman/Workshop-Shit | https://github.com/galdreiman/Workshop-Shit | ac65017fc6015e56ad0d930f0888208ac7c0c05f | f8917129771dfef4f0b0e80561f59b45667c5d15 | refs/heads/master | 2015-08-07T16:14:42.702000 | 2013-08-06T16:02:56 | 2013-08-06T16:02:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package acceptenceTest;
import BridgeStories.BridgeProject;
import BridgeStories.BridgeReal;
import BridgeStories.auxiliary.ForumInfo;
import BridgeStories.auxiliary.PostInfo;
import BridgeStories.auxiliary.PublishInfo;
import BridgeStories.auxiliary.SubForumInfo;
import junit.framework.TestCase;
public class Projec... | UTF-8 | Java | 2,138 | java | ProjectTest.java | Java | [
{
"context": " String Name = \"adam\" ; \n String pass = \"12345\";\n\n }\n \n public String login(String user",
"end": 531,
"score": 0.9993311166763306,
"start": 526,
"tag": "PASSWORD",
"value": "12345"
}
] | null | [] | package acceptenceTest;
import BridgeStories.BridgeProject;
import BridgeStories.BridgeReal;
import BridgeStories.auxiliary.ForumInfo;
import BridgeStories.auxiliary.PostInfo;
import BridgeStories.auxiliary.PublishInfo;
import BridgeStories.auxiliary.SubForumInfo;
import junit.framework.TestCase;
public class Projec... | 2,143 | 0.748363 | 0.746024 | 85 | 24.058823 | 27.624947 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.247059 | false | false | 8 |
62482376b6e4b37ab0b88ecb61a4179120e4519e | 20,976,620,289,055 | 94c061f02b38735b2d8418834be90289a7f84963 | /src/main/java/com/psawesome/basepackage/learningreactivefile/controller/ApiController.java | 7fbf73afa69ebaf7f299093fa388be1c1e2e6fe4 | [] | no_license | wiv33/l-r-part_3 | https://github.com/wiv33/l-r-part_3 | 63b122dacc4c257f511afba90edcf03dd1323b31 | 22cfe403334c8aaac9b0ecc6c6db333f2fb57e64 | refs/heads/master | 2020-12-04T22:59:41.341000 | 2020-01-08T11:47:49 | 2020-01-08T11:47:49 | 231,928,533 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.psawesome.basepackage.learningreactivefile.controller;
import com.psawesome.basepackage.learningreactivefile.dto.Image;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bin... | UTF-8 | Java | 1,248 | java | ApiController.java | Java | [
{
"context": "me.basepackage.learningreactivefile.dto\n * author: PS\n * DATE: 2020-01-02 목요일 23:13\n */\n@Slf4j\n@RestCon",
"end": 562,
"score": 0.9747722744941711,
"start": 560,
"tag": "USERNAME",
"value": "PS"
}
] | null | [] | package com.psawesome.basepackage.learningreactivefile.controller;
import com.psawesome.basepackage.learningreactivefile.dto.Image;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bin... | 1,248 | 0.68277 | 0.667472 | 37 | 32.567566 | 24.595694 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 8 |
a68e2ab642496be2a218dd15ce28494a33ed443c | 8,744,553,431,181 | 2b710b2c11221601353b1655554047d28293630a | /src/main/java/lesson1/homework/Box.java | d378aa7ce8d95ad9c8fcdc98ab4e17e61f1e7113 | [] | no_license | LevinMK23/Java_3_06_2020 | https://github.com/LevinMK23/Java_3_06_2020 | 933bbe61d699931acfbc00d1e06b272c62854b20 | 3e975f94aca47e077a56945e4c8412a28650650a | refs/heads/master | 2022-12-31T10:09:43.783000 | 2020-07-13T18:45:41 | 2020-07-13T18:45:41 | 274,359,366 | 0 | 3 | null | false | 2020-10-13T23:26:54 | 2020-06-23T09:04:42 | 2020-07-13T18:45:56 | 2020-10-13T23:26:53 | 92 | 0 | 3 | 8 | Java | false | false | package lesson1.homework;
import java.util.ArrayList;
import java.util.Iterator;
public class Box<T extends Fruit> {
private ArrayList<T> fruits;
private float boxWeight = 0f;
public Box() {
fruits = new ArrayList<>();
}
public void addFruit(T fruit) {
fruits.add(fruit);
... | UTF-8 | Java | 936 | java | Box.java | Java | [] | null | [] | package lesson1.homework;
import java.util.ArrayList;
import java.util.Iterator;
public class Box<T extends Fruit> {
private ArrayList<T> fruits;
private float boxWeight = 0f;
public Box() {
fruits = new ArrayList<>();
}
public void addFruit(T fruit) {
fruits.add(fruit);
... | 936 | 0.580128 | 0.575855 | 40 | 22.4 | 19.689846 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 8 |
7c08d4e72ff0f4483ea1945f1f0032f83d772578 | 33,363,305,981,947 | d5b17f2419a63f54f5c742ded21baa72ee122f8e | /src/main/java/com/foundation/Student.java | 1ae55f7ed01b278fe3e7f84b2677e3c0b487e3b6 | [] | no_license | Vivian-miao/jdk8 | https://github.com/Vivian-miao/jdk8 | 63eb4c0105f1a95715c4e7ae07965ed742a25cf1 | 4516fb8ffc114da4dbd7a4fc9b21335e5d2b329e | refs/heads/master | 2020-05-29T20:39:33.348000 | 2019-10-08T03:35:51 | 2019-10-08T03:35:51 | 189,357,916 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foundation;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* <h1></h1>
*
* @author zhh 2019-05-20
*/
@Getter
@Setter
@ToString
public class Student {
private String name = "Jack";
private int age = 18;
public Student() { }
public Student(String name, int age)... | UTF-8 | Java | 381 | java | Student.java | Java | [
{
"context": "t lombok.ToString;\n\n/**\n * <h1></h1>\n *\n * @author zhh 2019-05-20\n */\n@Getter\n@Setter\n@ToString\npublic c",
"end": 128,
"score": 0.9995938539505005,
"start": 125,
"tag": "USERNAME",
"value": "zhh"
},
{
"context": "public class Student {\n private String name... | null | [] | package com.foundation;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* <h1></h1>
*
* @author zhh 2019-05-20
*/
@Getter
@Setter
@ToString
public class Student {
private String name = "Jack";
private int age = 18;
public Student() { }
public Student(String name, int age)... | 381 | 0.616798 | 0.585302 | 25 | 14.24 | 11.930734 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 8 |
dbca920a258f00c9e93622bae094a9a1bfc52e4c | 8,976,481,666,831 | db4c87ec35b2872402e00d75947491778c8ec822 | /src/main/java/com/drishti/accessmanagement/controller/LoginController.java | aae3c156dd633d80ff8b068383f09a6cf88b6bb2 | [] | no_license | vivekpegasusone/access-management | https://github.com/vivekpegasusone/access-management | 2019854f088ef0630be5fa0d38b842aed8fda58d | 4a2f880b1d78778f3eb01c0dd406a07f3610f62a | refs/heads/master | 2020-09-16T12:02:08.244000 | 2020-07-18T17:24:49 | 2020-07-18T17:24:49 | 223,763,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.drishti.accessmanagement.controller;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.WebAttributes;
import org.springframework.stereotype.Controller;
import org.spring... | UTF-8 | Java | 1,689 | java | LoginController.java | Java | [] | null | [] | package com.drishti.accessmanagement.controller;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.WebAttributes;
import org.springframework.stereotype.Controller;
import org.spring... | 1,689 | 0.720545 | 0.720545 | 53 | 29.867924 | 26.216829 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490566 | false | false | 8 |
87cbb6e6482c78862b514ecf340d7eb79ac5092d | 10,892,037,069,708 | 89400e08d9bc27144d1e7a16f3731c30e0dcc3d2 | /TopReportJAR1.1/framework/com/huateng/ebank/framework/util/WebDownloadFile.java | fd0fa00b817d2909e12fac2ce4466a82f66fc061 | [] | no_license | alcading/EAST | https://github.com/alcading/EAST | 423a3fe913c3e1a34274b31a8dd1449a9eea01de | 5641fbcdad55a64dc672c909ff6bbd6f014341a9 | refs/heads/development | 2021-01-22T23:54:01.086000 | 2017-08-18T13:24:26 | 2017-08-18T13:24:26 | 85,667,193 | 1 | 6 | null | false | 2017-08-07T01:00:24 | 2017-03-21T06:29:48 | 2017-08-01T03:01:47 | 2017-08-07T01:00:24 | 41,560 | 0 | 1 | 0 | Java | null | null | /*
* ==================================================================
* The Huateng Software License
*
* Copyright (c) 2004-2005 Huateng Software System. All rights
* reserved.
* ==================================================================
*/
package com.huateng.ebank.framework.util;
import j... | UTF-8 | Java | 1,872 | java | WebDownloadFile.java | Java | [
{
"context": "rvletResponse;\r\n\r\n/**\r\n * @author <a href=\"mailto:liu_wen@huateng.com\">Liu Wen</a>\r\n * @version $Revision: 1.3 $\r\n * @d",
"end": 529,
"score": 0.9999262690544128,
"start": 510,
"tag": "EMAIL",
"value": "liu_wen@huateng.com"
},
{
"context": "\r\n * @author <a... | null | [] | /*
* ==================================================================
* The Huateng Software License
*
* Copyright (c) 2004-2005 Huateng Software System. All rights
* reserved.
* ==================================================================
*/
package com.huateng.ebank.framework.util;
import j... | 1,859 | 0.579322 | 0.567834 | 75 | 22.4 | 21.671486 | 85 | false | false | 0 | 0 | 0 | 0 | 66 | 0.07221 | 2.186667 | false | false | 8 |
a60e9a68183e4f2eb770e9cd5917664dffdfbccd | 11,905,649,352,707 | a0233e836b47398b71887f1dabdda67bc3902390 | /cobranca/src/main/java/br/gov/caixa/sigcb/estrategia/servico/BcoTituManterFiltro.java | 43277fb2c0352ec622c7bb787bdac5bfaa36b276 | [] | no_license | bellmit/testeMauricio | https://github.com/bellmit/testeMauricio | 947a65d4c50d91aedb3944b88d2b324428797f66 | 778bd1cee68ee9b815800e4dc827eef1aa3f421d | refs/heads/master | 2022-12-28T23:35:49.375000 | 2019-11-12T14:04:57 | 2019-11-12T14:04:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.gov.caixa.sigcb.estrategia.servico;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
impor... | ISO-8859-1 | Java | 23,214 | java | BcoTituManterFiltro.java | Java | [
{
"context": "\n * <DD>30/08/2004</DD>\r\n * </DL>\r\n * \r\n * @author Antonio Nestor Fusel - afusel@sao.politec.com.br\r\n * @author Glauber M",
"end": 1643,
"score": 0.9998929500579834,
"start": 1623,
"tag": "NAME",
"value": "Antonio Nestor Fusel"
},
{
"context": "\r\n * </DL>\r\n... | null | [] | package br.gov.caixa.sigcb.estrategia.servico;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
impor... | 23,150 | 0.623987 | 0.614761 | 485 | 45.830929 | 34.562244 | 239 | false | false | 0 | 0 | 0 | 0 | 136 | 0.005863 | 2.107217 | false | false | 8 |
f4a852d9484759222ebd190cf30e0362707bee67 | 29,643,864,338,251 | 56a7c7fe6317e6080c542d8e79c0313fed2a6759 | /Server.java | 1b955104fd327f2e26855ac61e5cd6f4c1377475 | [] | no_license | anmol34/Client-server-chat-program | https://github.com/anmol34/Client-server-chat-program | f24b535445ba35157f5ce4742b41c4d34b701ca3 | 8c1c26190039802586b57466262b4466c4ecb20b | refs/heads/master | 2020-04-16T15:40:15.290000 | 2019-01-14T18:19:23 | 2019-01-14T18:19:23 | 165,710,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.*;
import java.net.*;
import java.io.File;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.io.FileOutputStream;
import java.security.SecureRandom;
import java.security.... | UTF-8 | Java | 12,575 | java | Server.java | Java | [] | null | [] |
import java.io.*;
import java.net.*;
import java.io.File;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.io.FileOutputStream;
import java.security.SecureRandom;
import java.security.... | 12,575 | 0.656382 | 0.64994 | 439 | 26.965832 | 21.477777 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67426 | false | false | 8 |
d482d5a45495a93e2cc2e3065b271e2e91940fa5 | 22,548,578,340,685 | aced7e082e53863d2893b5f829e5ed6a82467a62 | /src/main/java/com/evil/k8s/operator/test/utils/Utils.java | 3953f1e82959b748ae405188b3aad672b94ea424 | [] | no_license | evil26r/rate-limiter-operator-test | https://github.com/evil26r/rate-limiter-operator-test | 6c66a1a38a148a4bc0d431e4d7c360ab8d1a5820 | e3c58253eae933d3b1a16be17f62566d7da5d3f9 | refs/heads/master | 2022-12-19T11:20:59.988000 | 2020-09-23T07:04:37 | 2020-09-23T07:04:37 | 288,115,713 | 0 | 1 | null | false | 2020-09-23T07:04:38 | 2020-08-17T07:44:06 | 2020-09-18T08:31:46 | 2020-09-23T07:04:37 | 99 | 0 | 1 | 0 | Java | false | false | package com.evil.k8s.operator.test.utils;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
public class Utils {
public static final String TCP = "TCP";
public static final int redisPort = 6379;
public static final ObjectMapper YAML_MAPPER = ne... | UTF-8 | Java | 624 | java | Utils.java | Java | [] | null | [] | package com.evil.k8s.operator.test.utils;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
public class Utils {
public static final String TCP = "TCP";
public static final int redisPort = 6379;
public static final ObjectMapper YAML_MAPPER = ne... | 624 | 0.727564 | 0.719551 | 22 | 27.363636 | 30.237762 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 8 |
ef5d0e52a912435dde8f9af0c72566d3c95f9e40 | 18,391,050,028,006 | c1ac3df27aa78a653ae181ef93242f32ca5134e2 | /src/main/java/com/example/demo/graphql/BookQueryResolver.java | 453c0c8766f3882441f031b5520c29dee062ced2 | [] | no_license | ffffffcode/spring-boot-graphql-demo | https://github.com/ffffffcode/spring-boot-graphql-demo | 278f084d0da0869a3a270e0c5dd7956d5c1355f3 | dae58511cb73cc76d65210b6c510b598fc0d02e7 | refs/heads/master | 2021-10-23T21:21:11.997000 | 2019-03-20T06:10:07 | 2019-03-20T06:10:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.graphql;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Component;
import com.coxautodev.graphql.tools.GraphQLQueryResolver;
@Component
public class BookQueryResolver implements GraphQLQueryResolver {
public List<Book> findBooks() {
Author auth... | UTF-8 | Java | 532 | java | BookQueryResolver.java | Java | [
{
"context": "k> findBooks() {\n\t\tAuthor author = new Author(1, \"Bill Venners\", 40);\n\t\tBook b = new Book(1, \"scala编程第三版\", autho",
"end": 352,
"score": 0.9998534917831421,
"start": 340,
"tag": "NAME",
"value": "Bill Venners"
}
] | null | [] | package com.example.demo.graphql;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Component;
import com.coxautodev.graphql.tools.GraphQLQueryResolver;
@Component
public class BookQueryResolver implements GraphQLQueryResolver {
public List<Book> findBooks() {
Author auth... | 526 | 0.751969 | 0.744094 | 21 | 23.238094 | 22.195892 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 8 |
d8ee553387e0873ebcd57258511eff67db15f244 | 1,176,821,047,818 | 62fda005b878276773624a00f9c876173a1819b6 | /common/queue/src/main/java/org/thingsboard/server/queue/common/MultipleTbQueueTbMsgCallbackWrapper.java | b6b8c88bcbe572ebce63936a534f4090386a843e | [
"Apache-2.0"
] | permissive | harfol/harthb | https://github.com/harfol/harthb | 486962d008053f892e457f66cbaed01dfcda3ec4 | 932d6db029cfa46da7e02041018c283fcc3f61b0 | refs/heads/master | 2023-04-16T17:23:19.659000 | 2020-12-25T11:03:39 | 2020-12-25T11:03:39 | 324,340,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.thingsboard.server.queue.common;
import org.thingsboard.server.common.msg.queue.RuleEngineException;
import org.thingsboard.server.common.msg.queue.TbCallback;
import org.thingsboard.server.common.msg.queue.TbMsgCallback;
import org.thingsboard.server.queue.TbQueueCallback;
import org.thingsboard.server.qu... | UTF-8 | Java | 1,132 | java | MultipleTbQueueTbMsgCallbackWrapper.java | Java | [] | null | [] | package org.thingsboard.server.queue.common;
import org.thingsboard.server.common.msg.queue.RuleEngineException;
import org.thingsboard.server.common.msg.queue.TbCallback;
import org.thingsboard.server.common.msg.queue.TbMsgCallback;
import org.thingsboard.server.queue.TbQueueCallback;
import org.thingsboard.server.qu... | 1,132 | 0.774735 | 0.773852 | 32 | 34.375 | 29.729773 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 8 |
f1cbd460aa27e62c109452aee7fdd6b2716b46dd | 10,617,159,164,927 | ad373af10fcfa284004fc89763871fad72c87aa5 | /app/src/main/java/com/example/tictactoe/Single.java | ffbeeb6fcc1199327505cf85c064816345afddd2 | [] | no_license | shubh4122/TicTacToe | https://github.com/shubh4122/TicTacToe | 48eb65b202f69b3a15fb6f69e144421669c34de0 | ceeda17f489c192db733746a62291ba30ba814c6 | refs/heads/master | 2023-07-08T21:03:16.535000 | 2021-07-07T04:23:50 | 2021-07-07T04:23:50 | 393,599,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tictactoe;
import androidx.appcompat.app.AppCompatActivity;
import android.content.res.Configuration;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;... | UTF-8 | Java | 22,134 | java | Single.java | Java | [] | null | [] | package com.example.tictactoe;
import androidx.appcompat.app.AppCompatActivity;
import android.content.res.Configuration;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;... | 22,134 | 0.417412 | 0.397714 | 634 | 33.91325 | 27.544579 | 253 | false | false | 27 | 0.00122 | 0 | 0 | 0 | 0 | 0.736593 | false | false | 8 |
fd84b0a26253458fd522ca7628fb57d540ed56d2 | 11,458,972,755,229 | 3f7865b67b35e2136a2680d086e3c48ad2b3b21a | /connectfour/FXMLDocumentController.java | 3578be61a66c7ca0b4bc3e83f0297b468dcaec71 | [] | no_license | kenbonilla/ConnectFour | https://github.com/kenbonilla/ConnectFour | 0d79ffaf605b933a88866be92d3a0ef6bde344fa | c75d6f52cbeb9973846d9873807c6d5ccdf3eeb9 | refs/heads/master | 2021-01-10T08:52:27.364000 | 2016-10-26T09:29:55 | 2016-10-26T09:29:55 | 51,998,645 | 0 | 0 | null | false | 2016-10-26T08:46:28 | 2016-02-18T10:12:49 | 2016-10-26T08:43:45 | 2016-10-26T08:46:28 | 0 | 0 | 0 | 0 | Java | null | null | package connectfour;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.G... | UTF-8 | Java | 16,963 | java | FXMLDocumentController.java | Java | [
{
"context": "vafx.scene.shape.Rectangle;\r\n\r\n/**\r\n *\r\n * @author ken\r\n */\r\npublic class FXMLDocumentController impleme",
"end": 533,
"score": 0.9971581697463989,
"start": 530,
"tag": "USERNAME",
"value": "ken"
}
] | null | [] | package connectfour;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.G... | 16,963 | 0.630844 | 0.599894 | 710 | 21.89155 | 16.659754 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619718 | false | false | 8 |
a61dc1b2adfe6bd28f3c6b9989ca2f66dc14d0b5 | 16,578,573,770,384 | d381c1cc05fc5e1843bc0fb64b43e54fae8ee942 | /Source/src/processing/app/screen/managers/GTab.java | 5f52dabaa8b9770f5d822aba1b575cae9263007d | [] | no_license | YuriHeupa/Reccollab | https://github.com/YuriHeupa/Reccollab | 8fa69f843290d260837c078f58556e01be484f62 | c8d4d819a1f04e44111c2439dfe2d60d1a498971 | refs/heads/master | 2016-09-05T18:19:47.153000 | 2014-08-04T04:40:18 | 2014-08-04T04:40:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package processing.app.screen.managers;
import processing.app.Reccollab;
import processing.app.controls.GAlign;
import processing.app.controls.GCScheme;
import processing.app.controls.GOption;
import processing.app.controls.HotSpot;
import processing.app.controls.HotSpot.HSrect;
import processing.core.PImage;
... | UTF-8 | Java | 1,424 | java | GTab.java | Java | [] | null | [] | package processing.app.screen.managers;
import processing.app.Reccollab;
import processing.app.controls.GAlign;
import processing.app.controls.GCScheme;
import processing.app.controls.GOption;
import processing.app.controls.HotSpot;
import processing.app.controls.HotSpot.HSrect;
import processing.core.PImage;
... | 1,424 | 0.628511 | 0.613764 | 42 | 31.904762 | 24.844095 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.309524 | false | false | 8 |
2d67380c42e70b22a22cef35c10c03faaba06ca0 | 19,035,295,061,485 | b7b7bc8e394c67039f1669236ff7254f6219cc54 | /src/test/java/techcourse/fakebook/service/user/UserServiceTest.java | 4163f8dd367d4710dbea8571145b0c84dba9eb88 | [] | no_license | woowahan-rescue9/miniprojects-2019 | https://github.com/woowahan-rescue9/miniprojects-2019 | c7facaf40d17eb613563df43dadbdca329b47225 | 77571293ea9487755c4842dd073e21d127da637b | refs/heads/develop-3 | 2020-07-03T09:13:14.047000 | 2019-12-08T09:32:32 | 2019-12-08T09:32:32 | 201,862,676 | 2 | 5 | null | true | 2019-09-23T09:54:20 | 2019-08-12T05:19:09 | 2019-09-04T00:29:28 | 2019-09-04T00:29:26 | 1,598 | 1 | 5 | 6 | Java | false | false | package techcourse.fakebook.service.user;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import techcourse.fakebook.domain.user.User;
import techcourse.fakebook.domain.user.UserProfileImage;
import techcourse.fakebook.domain.user.UserRepository;
import techcourse.fakebook.e... | UTF-8 | Java | 6,857 | java | UserServiceTest.java | Java | [
{
"context": " // Arrange\n String notExistsEmail = \"new@test.com\";\n given(userRepository.findByEmail(notExi",
"end": 5613,
"score": 0.9999154210090637,
"start": 5601,
"tag": "EMAIL",
"value": "new@test.com"
},
{
"context": "\n // Arrange\n String ... | null | [] | package techcourse.fakebook.service.user;
import org.junit.jupiter.api.Test;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import techcourse.fakebook.domain.user.User;
import techcourse.fakebook.domain.user.UserProfileImage;
import techcourse.fakebook.domain.user.UserRepository;
import techcourse.fakebook.e... | 6,847 | 0.683758 | 0.68225 | 195 | 33.010258 | 28.861649 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548718 | false | false | 8 |
429e0441f1b2193ac67003556a78885cc08bd9c9 | 28,724,741,276,856 | 4b94a31dfa2b2aee07677fe6c66e1b12e02291a3 | /app/src/main/java/timurkasoft/ru/funnycats/MainActivity.java | 9420a207fc09dca66d493a7092698fccf679bbd5 | [] | no_license | TuMoH/FunnyCats | https://github.com/TuMoH/FunnyCats | 7428d611e1e8fd45f06bde87c9ea06d23da2a1d8 | feacb94598ec666090a4fee7bd84b48c8f6a71ac | refs/heads/master | 2022-05-08T07:19:23.551000 | 2022-04-15T21:48:08 | 2022-04-15T21:48:08 | 49,065,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package timurkasoft.ru.funnycats;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.Settings;
import android.view.View;
import android.widget.ImageView;
import ... | UTF-8 | Java | 6,213 | java | MainActivity.java | Java | [
{
"context": "N = 10;\n public static final String API_KEY = \"86d2645c709de96a4e5e891d549b7ca9\";\n public static final String SHARED_SECRET = ",
"end": 1130,
"score": 0.9995869994163513,
"start": 1098,
"tag": "KEY",
"value": "86d2645c709de96a4e5e891d549b7ca9"
},
{
"context": ... | null | [] | package timurkasoft.ru.funnycats;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.Settings;
import android.view.View;
import android.widget.ImageView;
import ... | 6,202 | 0.637212 | 0.629004 | 169 | 35.763313 | 28.803614 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.639053 | false | false | 8 |
b479182ad57c733f1ef4ea949c7c798747a9ccf1 | 21,921,513,086,964 | ece34f4a5505f32d8942b6558a20b6f2c7158c8d | /src/com/company/Salleable.java | f56cfb9ac337b747cf07ff46b7bf7f1e25d2027a | [] | no_license | fryger/Java | https://github.com/fryger/Java | 27d493df646b9e365cd260d9c7eeef342ac95801 | 7be6ade6490e46f6d12138e422c34bf555463e03 | refs/heads/master | 2022-10-06T00:46:33.566000 | 2020-06-09T20:51:37 | 2020-06-09T20:51:37 | 256,802,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public interface Salleable {
void sellMe(Human buyer, Human seller, Double price);
}
| UTF-8 | Java | 111 | java | Salleable.java | Java | [] | null | [] | package com.company;
public interface Salleable {
void sellMe(Human buyer, Human seller, Double price);
}
| 111 | 0.747748 | 0.747748 | 5 | 21.200001 | 20.913155 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
e1b38d4cc187758172f15f8fdfb9ecaed7b6e58a | 33,200,097,206,896 | e478627a323414596800841cd4d4b24677b8bff8 | /TelecomLab2/src/services/DatagramService.java | b9be54d393491484b0e55166cdccfb59a245fe95 | [] | no_license | sdevalok/TelecomLab2 | https://github.com/sdevalok/TelecomLab2 | b953bf4cef6e9350415ff71cc691fc7181e6b1bc | fff33197932777b3bc77f8d2f2fe4245a61a319c | refs/heads/master | 2019-01-28T11:32:52.693000 | 2012-04-30T07:07:38 | 2012-04-30T07:07:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* A Stub that provides datagram send and receive functionality
*
* Feel free to modify this file to simulate network errors such as packet
* drops, duplication, corruption etc. But for grading purposes we will
* replace this file with out own version. So DO NOT make any changes to the
* function prototy... | UTF-8 | Java | 3,741 | java | DatagramService.java | Java | [] | null | [] | /*
* A Stub that provides datagram send and receive functionality
*
* Feel free to modify this file to simulate network errors such as packet
* drops, duplication, corruption etc. But for grading purposes we will
* replace this file with out own version. So DO NOT make any changes to the
* function prototy... | 3,741 | 0.710238 | 0.70008 | 140 | 25.721428 | 23.120821 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.442857 | false | false | 8 |
370b940a2f5fdfb4a16dbf84488a87431b59eeee | 24,026,047,064,256 | 243d40ae474096370b1c74683a0505fc4b422159 | /JIIN/src/com/jiin/LikeMessageActivity.java | 008e1e0c608bb95f77bf9d8ebac70b95d48c91bd | [] | no_license | ViresseNisSJ/JIIN | https://github.com/ViresseNisSJ/JIIN | 72f2eddc9b1ffba1af84962016608fde11b7737c | 2f7e86be6b51290074471e9bdd9f62e763cb4128 | refs/heads/master | 2021-01-13T12:49:13.070000 | 2016-10-30T04:48:28 | 2016-10-30T04:48:28 | 72,325,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiin;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import andr... | UHC | Java | 3,234 | java | LikeMessageActivity.java | Java | [
{
"context": "tivity.class);\n\t\t\t\t\t\t\t\tintent.putExtra(\"nickname\", nickname);\n\t\t\t\t\t\t\t\tintent.putExtra(\"where\", 1);\n\t\t\t\t\t\t\t\tst",
"end": 2396,
"score": 0.9943780899047852,
"start": 2388,
"tag": "USERNAME",
"value": "nickname"
}
] | null | [] | package com.jiin;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import andr... | 3,234 | 0.72056 | 0.718014 | 103 | 29.504854 | 27.112808 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.524272 | false | false | 8 |
d781f2d8f958e47b7c0ffda944778d7dc221427c | 32,787,780,374,522 | 40ff1f5a3c19510c9c952bf517cb8dd00b313ccf | /src/main/java/org/csu/lovelyhome/service/impl/HouseServiceImpl.java | 0b25a1fd8740cffd0ce386c9806d6f1ae9a68ad6 | [] | no_license | mimiql/lovelyhome | https://github.com/mimiql/lovelyhome | ef7c60bed3ad66f45e3c7ac1b20cf14e26efc99c | d56d628d5449e5bd6203bd75508ef91e98738296 | refs/heads/master | 2022-06-22T03:51:49.592000 | 2019-09-11T08:10:26 | 2019-09-11T08:10:26 | 205,302,453 | 1 | 0 | null | false | 2022-06-17T02:25:13 | 2019-08-30T04:09:00 | 2022-03-31T04:52:35 | 2022-06-17T02:25:13 | 239 | 1 | 0 | 5 | Java | false | false | package org.csu.lovelyhome.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import org.csu.lovelyhome.entity.FiltHouse;
import org.csu.lovelyhome.entity.House;
import org.csu.lovelyhome.mapper.FiltHouseMapper;
import org.csu.lovelyhome.mapper.HouseMapper;
import org.csu.lovelyhome.pojo... | UTF-8 | Java | 5,291 | java | HouseServiceImpl.java | Java | [
{
"context": "\n\n/**\n * <p>\n * 出租房信息表 服务实现类\n * </p>\n *\n * @author lqm、zjx\n * @since 2019-08-31\n */\n@Service\npublic clas",
"end": 670,
"score": 0.9996559619903564,
"start": 667,
"tag": "USERNAME",
"value": "lqm"
},
{
"context": "\n * <p>\n * 出租房信息表 服务实现类\n * </p>\n *\n * @au... | null | [] | package org.csu.lovelyhome.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import org.csu.lovelyhome.entity.FiltHouse;
import org.csu.lovelyhome.entity.House;
import org.csu.lovelyhome.mapper.FiltHouseMapper;
import org.csu.lovelyhome.mapper.HouseMapper;
import org.csu.lovelyhome.pojo... | 5,291 | 0.633757 | 0.631859 | 151 | 33.880795 | 27.572163 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562914 | false | false | 5 |
e3c2f2e5d645356c27446ea5effd9d61d808cbfc | 4,028,679,340,200 | 72b07cedda0d236fda918091eb78f35956f33343 | /app/src/main/java/com/example/mynirogscan/AddDeviceActivity.java | 59fb2ee78c4018a99a1c1127dd15c493aa8a2ae6 | [
"MIT"
] | permissive | Nirog-India/my-nirog-scan | https://github.com/Nirog-India/my-nirog-scan | 72ebeb1682f99986ade0f23d980d4a090f4867b6 | 535a1e58ba76ce6324b422b0f6eecba2743f3f8d | refs/heads/master | 2023-06-25T18:36:03.854000 | 2021-07-02T13:47:58 | 2021-07-02T13:47:58 | 374,381,023 | 0 | 0 | MIT | false | 2021-07-08T09:30:47 | 2021-06-06T14:27:30 | 2021-07-02T13:48:01 | 2021-07-08T09:30:46 | 598 | 0 | 0 | 0 | Java | false | false | package com.example.mynirogscan;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import android.Manifest;
impor... | UTF-8 | Java | 30,740 | java | AddDeviceActivity.java | Java | [
{
"context": " userID = deviceID = FCMtoken = displayName = \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\";\n userID = FirebaseAuth.getInstan",
"end": 26326,
"score": 0.6355376243591309,
"start": 26284,
"tag": "KEY",
"value": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}... | null | [] | package com.example.mynirogscan;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import android.Manifest;
impor... | 30,698 | 0.565745 | 0.562589 | 682 | 44.07478 | 32.164059 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674487 | false | false | 5 |
250d33dc175d296538e96f5b71f1238ff2765b4b | 24,086,176,596,711 | 8aea95c114e07d043d217f51a30807b4642d49a7 | /core/kotlin-stub/source_gen/jetbrains/mps/kotlin/stubs/common/TypeParameterIdSection.java | a7978a57f4dcbe8e4d0659a236954df961d13137 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JetBrains/MPS | https://github.com/JetBrains/MPS | ec03a005e0eda3055c4e4856a28234b563af92c6 | 0d2aeaf642e57a86b23268fc87740214daa28a67 | refs/heads/master | 2023-09-03T15:14:10.508000 | 2023-09-01T13:25:35 | 2023-09-01T13:30:22 | 2,209,077 | 1,242 | 309 | Apache-2.0 | false | 2023-07-25T18:10:10 | 2011-08-15T09:48:06 | 2023-07-25T13:43:17 | 2023-07-25T18:10:09 | 8,194,106 | 1,448 | 283 | 5 | JetBrains MPS | false | false | package jetbrains.mps.kotlin.stubs.common;
/*Generated by MPS */
import jetbrains.mps.annotations.GeneratedClass;
import java.util.StringJoiner;
import java.util.Objects;
@GeneratedClass(node = "r:3391afe4-c131-4e6c-87cf-990834a43a93(jetbrains.mps.kotlin.stubs.common)/1641409847557068461", model = "r:3391afe4-c131-4... | UTF-8 | Java | 1,278 | java | TypeParameterIdSection.java | Java | [] | null | [] | package jetbrains.mps.kotlin.stubs.common;
/*Generated by MPS */
import jetbrains.mps.annotations.GeneratedClass;
import java.util.StringJoiner;
import java.util.Objects;
@GeneratedClass(node = "r:3391afe4-c131-4e6c-87cf-990834a43a93(jetbrains.mps.kotlin.stubs.common)/1641409847557068461", model = "r:3391afe4-c131-4... | 1,278 | 0.659624 | 0.605634 | 44 | 28.045454 | 35.917175 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 5 |
113411ff47a814a200a6b8429ab56663987a3397 | 13,958,643,746,706 | a07d450a044bded83bbdb0d482af2d116be625e1 | /src/main/java/com/tcckj/juli/activity/WithdrawActivity.java | d1024ec4b0913b3fdfb765c041a7c17b0a0778d4 | [] | no_license | 2403102119/Juli-master | https://github.com/2403102119/Juli-master | 66953f27c728d2387b0b7204b4fbf5cf0288ddde | eb967d3ec6314c2c978c224979e19fc4a0bb2423 | refs/heads/master | 2020-08-02T19:04:01.234000 | 2019-09-29T02:22:22 | 2019-09-29T02:22:24 | 211,474,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcckj.juli.activity;
import android.app.Dialog;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.go... | UTF-8 | Java | 13,144 | java | WithdrawActivity.java | Java | [] | null | [] | package com.tcckj.juli.activity;
import android.app.Dialog;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.go... | 13,144 | 0.49113 | 0.489246 | 355 | 34.887325 | 26.649605 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543662 | false | false | 5 |
a1f200d27f590e5de32b436cdc50d15f6ac7374a | 5,987,184,457,575 | 2c51519e60101d9eea2ae14e31cdd19c70d6e2fb | /src/com/syncsoft/business/ybzsp/qygl/qyghsxx/web/GhsxxController.java | 08ed30c9024f709084c19de9e5402e82ddc27f31 | [] | no_license | RookieLAE/syncsoftProject | https://github.com/RookieLAE/syncsoftProject | 1d0ebca38e6d678dfb07acb09ea1f438790d5b59 | 8421fe16dd49caf5a5c56f1b5e4b0b8f411ddbb2 | refs/heads/master | 2020-02-27T17:42:24.579000 | 2017-08-26T15:55:49 | 2017-08-26T15:55:49 | 101,495,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syncsoft.business.ybzsp.qygl.qyghsxx.web;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.spri... | UTF-8 | Java | 13,619 | java | GhsxxController.java | Java | [
{
"context": "mework.utils.UniqueKeyUtil;\n\n/**\n * 购货商\n * @author liugeng\n * 创建时间: 2016年11月25日 下午6:35:42\n */\n@Controller\n@",
"end": 1333,
"score": 0.9991627335548401,
"start": 1326,
"tag": "USERNAME",
"value": "liugeng"
},
{
"context": "response\n\t * @return\n\t * @throws Ex... | null | [] | package com.syncsoft.business.ybzsp.qygl.qyghsxx.web;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.spri... | 13,600 | 0.734831 | 0.71988 | 388 | 31.579897 | 36.400993 | 253 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.958763 | false | false | 5 |
7e4f124d53cbcb8bde371af8e7c2b0e9ca60156b | 25,280,177,544,328 | 4163be8ee9cba0ad3d5684db5664bd8bb5b542ea | /src/main/java/net/jolikit/time/clocks/hard/NanoTimeZeroClock.java | b178bddc065a85ced6ca87441987cdb0f4e402ba | [
"Apache-2.0"
] | permissive | jeffhain/jolikit | https://github.com/jeffhain/jolikit | a7efef3b04d50d29a91526c6e726abeabdd52304 | 3e8dc5a3660de9c74bd8873cd5509926320c5056 | refs/heads/master | 2023-08-16T09:38:53.797000 | 2021-11-05T20:50:45 | 2021-11-05T20:50:45 | 183,952,453 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2019 Jeff Hain
*
* 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 law or agreed to in... | UTF-8 | Java | 1,807 | java | NanoTimeZeroClock.java | Java | [
{
"context": "/*\n * Copyright 2019 Jeff Hain\n *\n * Licensed under the Apache License, Version ",
"end": 30,
"score": 0.999819278717041,
"start": 21,
"tag": "NAME",
"value": "Jeff Hain"
}
] | null | [] | /*
* Copyright 2019 <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 law or agreed to in wr... | 1,804 | 0.55617 | 0.54953 | 63 | 27.682539 | 27.486692 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 5 |
fa0017b3f5ed6e253dd5ad15dde2796afa1085ac | 7,713,761,304,106 | eb2ab8ad869723faee7bb21b482525cf25ee4072 | /RegEx/src/main/java/ua/training/controller/util/InputNoteController.java | 26fe186f265173a1964dc93bdb5a8ff4657d063e | [] | no_license | Allugard/assignments | https://github.com/Allugard/assignments | d8399780e1f757d72eb15a414c42998598c18cf6 | 99b406de133c3a142b4113fa3738fd91619f0212 | refs/heads/master | 2021-01-19T19:35:40.857000 | 2017-06-07T12:12:40 | 2017-06-07T12:12:40 | 88,426,286 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.training.controller.util;
import ua.training.model.entity.Note;
import ua.training.view.View;
import java.util.Scanner;
import static ua.training.controller.util.RegularExpression.*;
/**
* Created by allugard on 25.04.17.
*/
public class InputNoteController {
private Scanner sc;
private View v... | UTF-8 | Java | 2,373 | java | InputNoteController.java | Java | [
{
"context": "oller.util.RegularExpression.*;\n\n/**\n * Created by allugard on 25.04.17.\n */\npublic class InputNoteController",
"end": 224,
"score": 0.9735625386238098,
"start": 216,
"tag": "USERNAME",
"value": "allugard"
},
{
"context": "ner sc;\n private View view;\n\n pri... | null | [] | package ua.training.controller.util;
import ua.training.model.entity.Note;
import ua.training.view.View;
import java.util.Scanner;
import static ua.training.controller.util.RegularExpression.*;
/**
* Created by allugard on 25.04.17.
*/
public class InputNoteController {
private Scanner sc;
private View v... | 2,373 | 0.629161 | 0.626633 | 94 | 24.24468 | 22.919231 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 5 |
85c33d1d3c60be060dbf1db128279c7aab4ba47c | 3,212,635,601,476 | c8b2f91fcbb99acb989d0e4a6140803b214fb0f2 | /src/xyz/bolitao/adapter/Main.java | 5379b19fd24fbbf649d394413f349cc9d62674ed | [] | no_license | bolitao/DesignPattern | https://github.com/bolitao/DesignPattern | 449d2136743925401daa3ba8e1beabe9aca1c427 | 075dd345bb4c07097b99376553f59799c1107d24 | refs/heads/master | 2020-04-28T03:20:33.928000 | 2019-05-08T06:18:48 | 2019-05-08T06:18:48 | 174,933,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.bolitao.adapter;
public class Main {
public static void main(String[] args) {
Adaptee adaptee = new Charger220();
Adapter adapter = new Adapter(adaptee);
adapter.r110v();
}
}
| UTF-8 | Java | 220 | java | Main.java | Java | [] | null | [] | package xyz.bolitao.adapter;
public class Main {
public static void main(String[] args) {
Adaptee adaptee = new Charger220();
Adapter adapter = new Adapter(adaptee);
adapter.r110v();
}
}
| 220 | 0.631818 | 0.604545 | 9 | 23.444445 | 17.620134 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
15806be3dd51bbdd9fa1b338145155e379c96632 | 32,744,830,684,126 | 41914b9e610814428cb072eb5ba9ddbf7b84b5e5 | /src/Model/BoardBuilder.java | 0874241f6db4cef08651a1668e6fee6a4f2203b7 | [] | no_license | Eduardo-Ortega102/Minesweeper2 | https://github.com/Eduardo-Ortega102/Minesweeper2 | 6caed9b412b008a31fdc3b2a5221669aaabd8edf | 31abae580570a90f0feddb8bdb63c0a18bd6ced3 | refs/heads/master | 2021-01-25T00:46:34.236000 | 2014-01-19T23:49:02 | 2014-01-19T23:49:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
import Model.abstractInterface.BuilderException;
import Model.abstractInterface.Mine;
import java.util.Random;
public class BoardBuilder {
private Cell[][] board;
private int minesNumber;
private int[] minesPerRow;
private int maxMinePerRow;
private int high;
private int width;... | UTF-8 | Java | 3,346 | java | BoardBuilder.java | Java | [] | null | [] | package Model;
import Model.abstractInterface.BuilderException;
import Model.abstractInterface.Mine;
import java.util.Random;
public class BoardBuilder {
private Cell[][] board;
private int minesNumber;
private int[] minesPerRow;
private int maxMinePerRow;
private int high;
private int width;... | 3,346 | 0.51584 | 0.505678 | 111 | 29.144144 | 21.538086 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774775 | false | false | 5 |
9d3a6cc74aadbac72993cce30aaea2ef1b107d36 | 22,806,276,408,257 | a24d5f71c79eb337e66995575fc8ef52af458bc7 | /epl362TeamProject/src/receptionistViewpoint/receptionistOptions.java | f0f20cf36f62f3fb52bd991e4e64b3e1bfe5c9ac | [] | no_license | stefanoschrs/epl.3.6.2.project.2014 | https://github.com/stefanoschrs/epl.3.6.2.project.2014 | 1b3bd373cf797adf7b00b9a943916176b388f9e5 | f4ece8878822ffb5fb82aea19d72b1e2e443f9aa | refs/heads/master | 2021-01-22T11:51:44.442000 | 2014-06-18T09:15:39 | 2014-06-18T09:15:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package receptionistViewpoint;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import legalStaffViewpoint.legalStaffOptions;
import ... | UTF-8 | Java | 2,088 | java | receptionistOptions.java | Java | [] | null | [] | package receptionistViewpoint;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import legalStaffViewpoint.legalStaffOptions;
import ... | 2,088 | 0.698276 | 0.662835 | 78 | 24.76923 | 17.777775 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.551282 | false | false | 5 |
c615ac4901841a3213e11c6fd5b2dbab4845569e | 14,310,831,081,851 | a6aba5a5ab679debc0c3dce25d262083d53c1962 | /src/fr/lri/tao/numa/SysUtils.java | 5b627327bb2c78f3d753b0a107e24964b3946df1 | [] | no_license | thuwuyinjun/Data_citation_demo | https://github.com/thuwuyinjun/Data_citation_demo | 71260cd5a08dc86a4f166b331d83594b04f31647 | bbd248abbbd6b4be674bc02bc51a485fee6e4fad | refs/heads/master | 2018-10-23T06:05:05.229000 | 2018-09-04T02:35:20 | 2018-09-04T02:35:20 | 78,602,775 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.lri.tao.numa;
public class SysUtils {
public static String os() {
return System.getProperty("os.name");
}
public static boolean isLinux1() {
return os().toLowerCase().startsWith("linux");
}
public static boolean isWindows1() {
return os().toLowerCase().startsWith("win");
}
... | UTF-8 | Java | 430 | java | SysUtils.java | Java | [] | null | [] | package fr.lri.tao.numa;
public class SysUtils {
public static String os() {
return System.getProperty("os.name");
}
public static boolean isLinux1() {
return os().toLowerCase().startsWith("linux");
}
public static boolean isWindows1() {
return os().toLowerCase().startsWith("win");
}
... | 430 | 0.662791 | 0.65814 | 23 | 17.695652 | 19.554684 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 5 |
5b03fbf9ce474575f1df4850a8f7983d5c431acb | 14,310,831,079,857 | f4e1cd7f0da68850e3b879a8c28da847b53da646 | /Prova 2/src/tempo/Data.java | 333300cce1f2e930e7a7b6adc7bfbe14e49419e0 | [] | no_license | guilhermemattos16/Exercicios-POO | https://github.com/guilhermemattos16/Exercicios-POO | e91b3548ee0bdbeef246d81883dd3aaf38db532b | d5ed82b27f8215e04d9d8d46213193dc7226c84c | refs/heads/master | 2020-05-21T02:26:44.546000 | 2019-08-23T11:48:16 | 2019-08-23T11:48:16 | 185,877,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tempo;
public class Data
{
private int dia, mes, ano;
/**
* Construtor com data vazia
*/
public Data(){
this.dia = 1;
this.mes = 1;
this.ano = 1900;
}
/**
* Construtor somente com o mes e ano.
* @param _mes
* @param _ano
* @throws Exception
*/
public ... | ISO-8859-1 | Java | 7,112 | java | Data.java | Java | [] | null | [] | package tempo;
public class Data
{
private int dia, mes, ano;
/**
* Construtor com data vazia
*/
public Data(){
this.dia = 1;
this.mes = 1;
this.ano = 1900;
}
/**
* Construtor somente com o mes e ano.
* @param _mes
* @param _ano
* @throws Exception
*/
public ... | 7,112 | 0.518571 | 0.504221 | 384 | 17.507813 | 17.286795 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.408854 | false | false | 5 |
479f2e3189c41c25900085295908009294904d12 | 22,952,305,289,289 | e8d5ac2de799dcc2ebb33a3baf7003596780a5e8 | /src/main/java/mariadbcdc/binlog/reader/packet/connection/AuthSwitchResponsePacket.java | 329272529bfffe8d684bf7a9c6214cea5d6620e8 | [] | no_license | jeoe12/mariadb-cdc | https://github.com/jeoe12/mariadb-cdc | 95274d2dcae9f30a45b97f0222b09b6efab2397c | a7c8cf206a586beed5e6e8ef19c60ea61a32ea3c | refs/heads/master | 2023-08-30T18:07:43.824000 | 2021-10-29T02:03:30 | 2021-10-29T02:03:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mariadbcdc.binlog.reader.packet.connection;
import mariadbcdc.binlog.reader.MariadbPassword;
import mariadbcdc.binlog.reader.io.ByteWriter;
import mariadbcdc.binlog.reader.packet.WritePacket;
import java.util.Arrays;
public class AuthSwitchResponsePacket implements WritePacket {
private final int sequenc... | UTF-8 | Java | 1,060 | java | AuthSwitchResponsePacket.java | Java | [
{
"context": "ceNumber = sequenceNumber;\n this.password = password;\n this.seed = seed;\n }\n\n @Override\n ",
"end": 562,
"score": 0.9947603344917297,
"start": 554,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " sequenceNumber +\n \", pa... | null | [] | package mariadbcdc.binlog.reader.packet.connection;
import mariadbcdc.binlog.reader.MariadbPassword;
import mariadbcdc.binlog.reader.io.ByteWriter;
import mariadbcdc.binlog.reader.packet.WritePacket;
import java.util.Arrays;
public class AuthSwitchResponsePacket implements WritePacket {
private final int sequenc... | 1,064 | 0.672642 | 0.672642 | 34 | 30.17647 | 23.512789 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 5 |
6c3d065e36a0a55e91b83e4d51730aecf881d0f8 | 36,034,775,626,004 | f546752cce30cf80df7163d8ca2963fe5f2dd759 | /app/src/main/java/com/example/root/sens/notification/NotificationsManager.java | 87b8d77837d412a291e8d477707e15c18900e775 | [] | no_license | ChristianANoeddeboe/SENS | https://github.com/ChristianANoeddeboe/SENS | 608492588d67578c95b87a2942d197a61848eaa1 | 347045e3a95b907b64cd439680f20ec3d5daa3f6 | refs/heads/master | 2020-05-17T03:45:25.486000 | 2019-02-03T11:58:41 | 2019-02-03T11:58:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.root.sens.notification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationManagerCompat... | UTF-8 | Java | 4,368 | java | NotificationsManager.java | Java | [] | null | [] | package com.example.root.sens.notification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationManagerCompat... | 4,368 | 0.645375 | 0.64217 | 95 | 44.978947 | 29.070505 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 5 |
4c3f2f1ba040de6527caa21d7a9a90a0567538e3 | 34,668,976,038,987 | be114d319850886e336de5a73515303356358ce6 | /core/src/main/java/com/dungeon/engine/controller/analog/AnalogListener.java | 11934b7f6d43c0773a564ecd7265354807a62b68 | [] | no_license | angelusmetal/dungeon | https://github.com/angelusmetal/dungeon | e51d787500fa081da2fca51a82bf07566aaa12fc | 99db196f6a19dd48b255496f062ea704a799bc0e | refs/heads/master | 2022-09-09T05:01:46.048000 | 2022-08-26T01:00:17 | 2022-08-26T01:00:17 | 105,718,176 | 3 | 0 | null | false | 2022-08-26T01:00:18 | 2017-10-04T00:39:52 | 2021-04-27T17:40:35 | 2022-08-26T01:00:17 | 6,243 | 4 | 0 | 62 | Java | false | false | package com.dungeon.engine.controller.analog;
import com.badlogic.gdx.math.Vector2;
/**
* Listener for analog directional control.
*/
@FunctionalInterface
public interface AnalogListener {
void onUpdate(Vector2 vector);
}
| UTF-8 | Java | 227 | java | AnalogListener.java | Java | [] | null | [] | package com.dungeon.engine.controller.analog;
import com.badlogic.gdx.math.Vector2;
/**
* Listener for analog directional control.
*/
@FunctionalInterface
public interface AnalogListener {
void onUpdate(Vector2 vector);
}
| 227 | 0.784141 | 0.77533 | 11 | 19.636364 | 17.762436 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
0d4dae1d0aeffb85c95315d4dfd34cd849343c1c | 3,582,002,757,996 | e820097c99fb212c1c819945e82bd0370b4f1cf7 | /gwt-sh/src/main/java/com/skynet/spms/manager/stockServiceBusiness/warehouseManageBusiness/impl/CargoSpaceManagerImpl.java | 8e902b024d4a473edfa77c341346dd6e1a98f4bc | [] | no_license | jayanttupe/springas-train-example | https://github.com/jayanttupe/springas-train-example | 7b173ca4298ceef543dc9cf8ae5f5ea365431453 | adc2e0f60ddd85d287995f606b372c3d686c3be7 | refs/heads/master | 2021-01-10T10:37:28.615000 | 2011-12-20T07:47:31 | 2011-12-20T07:47:31 | 36,887,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skynet.spms.manager.stockServiceBusiness.warehouseManageBusiness.impl;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import ja... | UTF-8 | Java | 18,775 | java | CargoSpaceManagerImpl.java | Java | [] | null | [] | package com.skynet.spms.manager.stockServiceBusiness.warehouseManageBusiness.impl;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import ja... | 18,775 | 0.698869 | 0.691875 | 459 | 37.87146 | 30.983988 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.165577 | false | false | 5 |
459e0252bbc8b5726323828d6ed000e3812447e0 | 34,548,716,943,359 | dc4bac905ea4d4742b7710b1264b557d74c86e98 | /src/wa/model/CorpusSpellingChecker.java | bd73338cc2463bfa2914c07f00d7b5b02a4a0e07 | [] | no_license | lagrion/wa4f | https://github.com/lagrion/wa4f | fc3934b830bf841559ca009b0923b94e0b8b6873 | 57acd2c6be51e7fafa236235cca8450d6f901f52 | refs/heads/master | 2016-03-24T09:49:47.688000 | 2011-09-05T12:40:41 | 2011-09-05T12:40:41 | 2,326,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package wa.model;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
import java.util.concurrent.ExecutionException;
import java.util.logging.Level;
import java.util.logging.Logger;
import ja... | UTF-8 | Java | 4,388 | java | CorpusSpellingChecker.java | Java | [
{
"context": "ntUI;\nimport wa.util.WaUtility;\n\n/**\n *\n * @author lagrion\n */\npublic class CorpusSpellingChecker extends Sw",
"end": 699,
"score": 0.9990261197090149,
"start": 692,
"tag": "USERNAME",
"value": "lagrion"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package wa.model;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
import java.util.concurrent.ExecutionException;
import java.util.logging.Level;
import java.util.logging.Logger;
import ja... | 4,388 | 0.611086 | 0.608556 | 138 | 30.507246 | 21.769958 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601449 | false | false | 5 |
b1e4cd3b3fb62924f5b9e88875471eb0f7ee4d32 | 3,547,643,055,729 | e07f48b1490e8211745c330f491af0e9c3c3a9a5 | /src/main/java/com/dbvisit/replicate/kafkaconnect/util/ReplicateInfoTopic.java | 60cd93163abe50c16023a20e60d8a21dbed9417f | [
"Apache-2.0"
] | permissive | runtime16/replicate-connector-for-kafka | https://github.com/runtime16/replicate-connector-for-kafka | 556f91054023007352f7ea4e8b9a232910a97200 | efa5e6f656d5fa770fb09054fe84d4a035ba8d0d | refs/heads/master | 2020-03-10T04:45:20.596000 | 2017-08-02T21:44:52 | 2017-08-02T21:48:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dbvisit.replicate.kafkaconnect.util;
/**
* Copyright 2017 Dbvisit Software Limited
*
* 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/LICEN... | UTF-8 | Java | 13,948 | java | ReplicateInfoTopic.java | Java | [] | null | [] | package com.dbvisit.replicate.kafkaconnect.util;
/**
* Copyright 2017 Dbvisit Software Limited
*
* 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/LICEN... | 13,948 | 0.553341 | 0.551405 | 394 | 34.401016 | 23.510481 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380711 | false | false | 5 |
b469dce78c89fe328e83088fecab8d0e802d67fa | 36,378,373,004,218 | e292342e8dd451b4df98b0da78f22b3e3f67a3cf | /src/main/java/com/myonlyzzy/Test.java | eeb56a2cf59a9198386afe29301fd4d852eb6000 | [] | no_license | myonlyzzy/JavaSerialTest | https://github.com/myonlyzzy/JavaSerialTest | dbc28412c453068c7e944566fe0b422938b917f9 | f9b4e9ed9231e848334d971a8b9ad7631d0e1733 | refs/heads/master | 2019-01-11T15:45:25.800000 | 2016-11-25T08:59:34 | 2016-11-25T08:59:34 | 74,562,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myonlyzzy;
/**
* Created by Administrator on 2016/11/24.
*/
import org.apache.commons.collections.Transformer;
import org.apache.commons.collections.functors.ChainedTransformer;
import org.apache.commons.collections.functors.ConstantTransformer;
import org.apache.commons.... | UTF-8 | Java | 2,001 | java | Test.java | Java | [
{
"context": "package com.myonlyzzy;\n\n/**\n * Created by Administrator on 2016/11/24.\n */\n\n import org.apache.com",
"end": 55,
"score": 0.7270593047142029,
"start": 42,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.myonlyzzy;
/**
* Created by Administrator on 2016/11/24.
*/
import org.apache.commons.collections.Transformer;
import org.apache.commons.collections.functors.ChainedTransformer;
import org.apache.commons.collections.functors.ConstantTransformer;
import org.apache.commons.... | 2,001 | 0.56022 | 0.549725 | 52 | 37.48077 | 25.400249 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 5 |
7ec9ac1875ec9f567371ac9783b29512bbf71fbe | 13,280,038,893,838 | efdca80ad85d1cd53fdc17617f6b45b58de9e1da | /src/main/java/fr/next/media/neuron/Agregation.java | 5cf6ede9fd24bd8d6905f13ed118a1f5a2a6389e | [
"Apache-2.0"
] | permissive | jbrionne/media | https://github.com/jbrionne/media | d0ec9f8a4c2a91a31b5639dfd0cdc29a0ba90bd0 | 33a4342e526b5c138b023b2ff4680c1d858697a5 | refs/heads/master | 2023-07-14T13:05:55.653000 | 2021-08-07T12:54:28 | 2021-08-07T12:54:28 | 103,767,150 | 1 | 0 | Apache-2.0 | false | 2021-08-07T12:54:48 | 2017-09-16T16:33:56 | 2021-08-07T12:54:31 | 2021-08-07T12:54:48 | 12,773 | 1 | 0 | 1 | Java | false | false | package fr.next.media.neuron;
@FunctionalInterface
public interface Agregation {
float sum(float currentVal, float previousNeuronVal, float incrementVal);
}
| UTF-8 | Java | 159 | java | Agregation.java | Java | [] | null | [] | package fr.next.media.neuron;
@FunctionalInterface
public interface Agregation {
float sum(float currentVal, float previousNeuronVal, float incrementVal);
}
| 159 | 0.81761 | 0.81761 | 6 | 25.5 | 24.689741 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 5 |
04283d0397b621c6c5b39fe0d83b8a95d9895814 | 27,719,718,994,710 | 3c0e311d9a0fed1bd5eefa97a8437b12747c7a0f | /sigma-bytecode/ኲ乲跴柩柩/픞쓒熮汖蜉䳙.java | 63e48aa1043dada53480fe214bbf2b58d42d4999 | [] | no_license | NoNoTeal/sigma-bytecode | https://github.com/NoNoTeal/sigma-bytecode | a68221328ea0e7313c8cefad565e7aaad683d8a7 | 3552191ecad86dcb8604b303c705320c63584d1d | refs/heads/main | 2023-03-12T12:08:28.708000 | 2021-02-28T04:08:01 | 2021-02-28T04:08:01 | 343,012,547 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public final class \u12b2\u4e72\u8df4\u67e9\u67e9.\ud51e\uc4d2\u71ae\u6c56\u8709\u4cd9 {
public static \u4492\u8aa5\ud171\uc3e3\u4c2b.\u4c04\ua068\u3d64\ua6bd\u8389.\u960f\ubefe\ud4fe\u7c6b\u5db4.\u527a\u36d3\u8d90\u6ec6\u71ae\uc229[] \ufcaf\uc9f6\u1187\uc84e\u8aa5\u51fa(java.lang.String p0) {
if (cmpne:boo... | UTF-8 | Java | 226,290 | java | 픞쓒熮汖蜉䳙.java | Java | [
{
"context": "r::decode, invokestatic(Base64::getDecoder), ldc(\"zuHYz8+6w73ksMq2x9DECxLDJsvLzH2mzwwR+5SBg3KyGCEPG9vYwM+nvK53ypn177Xdy7jf3qfM/4nBxLkS6cbf0urhmcHa6O2OdH97y8vL2fIiIErt7es=\")))\n \n if (cmpeq:boolean(expr_6E:int",
"end": 183196,
"score": 0.9814643263816833,
"start": 18307... | null | [] | public final class \u12b2\u4e72\u8df4\u67e9\u67e9.\ud51e\uc4d2\u71ae\u6c56\u8709\u4cd9 {
public static \u4492\u8aa5\ud171\uc3e3\u4c2b.\u4c04\ua068\u3d64\ua6bd\u8389.\u960f\ubefe\ud4fe\u7c6b\u5db4.\u527a\u36d3\u8d90\u6ec6\u71ae\uc229[] \ufcaf\uc9f6\u1187\uc84e\u8aa5\u51fa(java.lang.String p0) {
if (cmpne:boo... | 226,174 | 0.374745 | 0.28566 | 4,017 | 55.333084 | 44.723381 | 699 | false | false | 0 | 0 | 36 | 0.050113 | 120 | 0.00053 | 0.544685 | false | false | 5 |
2dc3d035d919d439a57160e439abaf0031328102 | 6,021,544,190,698 | a46aa85c426eebf4b9ad320d1c5cc65e43ea4dc9 | /src/test/java/co/com/hometechclaim/web/rest/TipoSolucionResourceIT.java | c6623062c77d09c6f49b74935a9e29e5d5c0517d | [] | no_license | alexkbra/hometechclaim | https://github.com/alexkbra/hometechclaim | 649cff4fe15dab34b40f31b3e20cb8025dc206be | 2492889a50fb1f2419d981fffb0e6ca460338309 | refs/heads/master | 2022-12-22T12:07:03.272000 | 2020-10-21T23:48:18 | 2020-10-21T23:48:18 | 249,551,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.hometechclaim.web.rest;
import co.com.hometechclaim.HometechclaimApp;
import co.com.hometechclaim.domain.TipoSolucion;
import co.com.hometechclaim.repository.TipoSolucionRepository;
import co.com.hometechclaim.web.rest.errors.ExceptionTranslator;
import org.junit.jupiter.api.BeforeEach;
import org.juni... | UTF-8 | Java | 12,817 | java | TipoSolucionResourceIT.java | Java | [] | null | [] | package co.com.hometechclaim.web.rest;
import co.com.hometechclaim.HometechclaimApp;
import co.com.hometechclaim.domain.TipoSolucion;
import co.com.hometechclaim.repository.TipoSolucionRepository;
import co.com.hometechclaim.web.rest.errors.ExceptionTranslator;
import org.junit.jupiter.api.BeforeEach;
import org.juni... | 12,817 | 0.713427 | 0.712101 | 303 | 41.300331 | 31.227985 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376238 | false | false | 3 |
1eb933855ce9a3fc9791e8716227bd4f6428aa9c | 1,632,087,636,327 | db45d3512d70a9d22f19977cd2d9008f6cd6de6d | /core/src/ru/geekbrains/stargame/animations/LightningAnimation.java | 98533601e128caee3c1c114fc823fa80c713ce1c | [] | no_license | Daridang/spaceShooter | https://github.com/Daridang/spaceShooter | f1b24394b3f5ebfba49ccd5e80af3c3958b04e92 | 1eff8d83000c117ca203620c66cccdfd27dc1815 | refs/heads/master | 2020-04-01T21:14:02.869000 | 2018-11-13T02:06:02 | 2018-11-13T02:06:02 | 153,644,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.geekbrains.stargame.animations;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g2d.TextureAtlas.*;
import com.badlogic.gdx.graphics.g2d.TextureR... | UTF-8 | Java | 1,603 | java | LightningAnimation.java | Java | [] | null | [] | package ru.geekbrains.stargame.animations;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g2d.TextureAtlas.*;
import com.badlogic.gdx.graphics.g2d.TextureR... | 1,603 | 0.656893 | 0.641921 | 65 | 23.661539 | 20.872711 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.569231 | false | false | 3 |
890cdbb2528a9cd7bad383355e425179f20e6a3c | 35,261,681,525,595 | 69ae0f2d7918e27d57a6b36703d32da430781ae6 | /Actions/src/model/ressources/MockedResource.java | 6ee28b227ae734d2e35070d23033f628dc3e6e26 | [] | no_license | MawsFr/-L3MIAGE-Projet-Action-and-Pools | https://github.com/MawsFr/-L3MIAGE-Projet-Action-and-Pools | 010c080d2282c93dfca353b140581952d1162785 | ae44e3394d19089bcfead6aca35c3f4c6d9abc7c | refs/heads/master | 2021-01-22T07:39:32.806000 | 2015-10-12T22:40:47 | 2015-10-12T22:40:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.ressources;
import model.ressources.Resource;
public class MockedResource implements Resource {
@Override
public String description() {
return "A mocked resource";
}
}
| UTF-8 | Java | 192 | java | MockedResource.java | Java | [] | null | [] | package model.ressources;
import model.ressources.Resource;
public class MockedResource implements Resource {
@Override
public String description() {
return "A mocked resource";
}
}
| 192 | 0.760417 | 0.760417 | 12 | 15 | 16.48737 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
7b202653852d2142f1c1b541a925ab7d5e98193e | 35,261,681,525,334 | 48df80d0e709bec6bf8c6f26f7d60e81328eb549 | /app/src/main/java/com/example/megeb/front.java | 03cf26b06ff3d5bc50da11275797b67352e437f1 | [] | no_license | Nattytekabe/Food-Ordering-App | https://github.com/Nattytekabe/Food-Ordering-App | 6857e338bb26d64ad07fe3eeebe37f6a3e94f60c | ce460293579a3fab1804651ce3b0dc727d1f9f0e | refs/heads/master | 2023-07-25T11:58:29.875000 | 2021-09-07T08:19:02 | 2021-09-07T08:19:02 | 403,773,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.megeb;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class front extends AppCompatActivity {
@Override
p... | UTF-8 | Java | 1,387 | java | front.java | Java | [
{
"context": " if (username.getText().toString().equals(\"admin\") &&\n password.getText().t",
"end": 845,
"score": 0.9915600419044495,
"start": 840,
"tag": "USERNAME",
"value": "admin"
},
{
"context": " password.getText().toString().equals(\"... | null | [] | package com.example.megeb;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class front extends AppCompatActivity {
@Override
p... | 1,392 | 0.60995 | 0.60995 | 43 | 31.27907 | 26.1439 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 3 |
406c677a0492365e8c6189135baaf9f6493d25c4 | 24,275,155,209,541 | 0e2f7a18e7f4bc4cd0e031c8dc9dd782929a5cae | /app/src/main/java/com/xbx/client/ui/fragment/WithtourFragment.java | 0ddfae3120828cb60cdd5607af711cdfc5cd7bdd | [] | no_license | baletree/XbxClient | https://github.com/baletree/XbxClient | 597be14023fe08bfc1c1fde94f2e684def5b9338 | a1865ca84b8d16818696d332b88dd3eadc9236a3 | refs/heads/master | 2021-06-01T19:30:41.947000 | 2016-05-23T10:07:52 | 2016-05-23T10:07:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xbx.client.ui.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by EricYuan on 2016/3/29.
*/
public class WithtourFragment exte... | UTF-8 | Java | 816 | java | WithtourFragment.java | Java | [
{
"context": "\nimport android.view.ViewGroup;\n\n/**\n * Created by EricYuan on 2016/3/29.\n */\npublic class WithtourFragment e",
"end": 267,
"score": 0.9938721656799316,
"start": 259,
"tag": "NAME",
"value": "EricYuan"
}
] | null | [] | package com.xbx.client.ui.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by EricYuan on 2016/3/29.
*/
public class WithtourFragment exte... | 816 | 0.715686 | 0.705882 | 31 | 25.32258 | 24.267843 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 3 |
34af14deaecf2ad88cf2cf650d02c5b734deb57c | 32,014,686,247,218 | aa0d5828b704ac7bc4f373f8d87426e097095370 | /src/com/ld/web/interceptor/ServerSessionInterceptor.java | 8555bd93fbbf1505570d24209fa23369952f12a9 | [] | no_license | ld-github/project | https://github.com/ld-github/project | c808acd60f1ba24c7165f250212f56612a7419e4 | 1cb676b202acf476894bf4b8f97495090f6a1699 | refs/heads/master | 2021-01-16T00:10:38.170000 | 2016-12-28T02:52:53 | 2016-12-28T02:52:53 | 27,412,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ld.web.interceptor;
import org.apache.log4j.MDC;
import com.ld.web.action.ServerAction;
import com.ld.web.bean.model.Manager;
import com.ld.web.enumeration.ExceptionType;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
i... | UTF-8 | Java | 1,280 | java | ServerSessionInterceptor.java | Java | [] | null | [] | package com.ld.web.interceptor;
import org.apache.log4j.MDC;
import com.ld.web.action.ServerAction;
import com.ld.web.bean.model.Manager;
import com.ld.web.enumeration.ExceptionType;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
i... | 1,280 | 0.714844 | 0.686719 | 42 | 29.476191 | 26.522442 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 3 |
e954cfa71c9bd6f5fc9d6476a2dc1af58a1c0b46 | 10,067,403,392,696 | 3a45c861e5b0caa1ee46163f7edf6660ff481b43 | /app/src/main/java/com/seu/zhanghao/subus/WebData.java | 20f8fb654f0e241512b4544d5441861252055078 | [] | no_license | C0dFish/SuZhouBus | https://github.com/C0dFish/SuZhouBus | df302f18fa90d88c07d2a62cf4e390059e9bb6f5 | 60ecb223df6c721776817ca70c886c36a7f27282 | refs/heads/master | 2020-06-10T04:54:27.504000 | 2016-12-10T01:54:53 | 2016-12-10T01:54:53 | 76,083,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seu.zhanghao.subus;
/**
* Created by zhanghao7 on 2016/11/30.
*/
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import ... | UTF-8 | Java | 9,852 | java | WebData.java | Java | [
{
"context": "package com.seu.zhanghao.subus;\n\n/**\n * Created by zhanghao7 on 2016/11/30.\n */\n\nimport java.io.BufferedReader",
"end": 60,
"score": 0.9995257258415222,
"start": 51,
"tag": "USERNAME",
"value": "zhanghao7"
},
{
"context": "\n \"/wEPDwUJNDk3MjU2MjgyD... | null | [] | package com.seu.zhanghao.subus;
/**
* Created by zhanghao7 on 2016/11/30.
*/
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import ... | 9,785 | 0.547006 | 0.534456 | 262 | 33.671757 | 27.177237 | 136 | false | false | 0 | 0 | 0 | 0 | 116 | 0.020696 | 0.59542 | false | false | 3 |
1458cbea36ac7babff1c622e567f3e6666489b2f | 12,489,764,958,160 | 5f0de5c5bcf1658e73fdfc19ef809b42f4976f8f | /app/src/main/java/ivan/com/br/crudfirebase/validator/CadValidator.java | 8e4e670b62161ed00080a0430590bf88d607fd6d | [] | no_license | h3ll999/CrudFirebase | https://github.com/h3ll999/CrudFirebase | a5c50ae537ae84b3c2ec850febc7891d92707845 | ac657e25091e5a864bfb282050ff624426e11d78 | refs/heads/master | 2021-01-10T23:08:14.367000 | 2016-10-11T22:34:16 | 2016-10-11T22:34:16 | 70,640,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ivan.com.br.crudfirebase.validator;
public class CadValidator {
private String nome;
private String email;
private String senha;
public CadValidator(){
}
public CadValidator(String nome, String email, String senha){
this.nome = nome;
this.email = email;
this... | UTF-8 | Java | 596 | java | CadValidator.java | Java | [] | null | [] | package ivan.com.br.crudfirebase.validator;
public class CadValidator {
private String nome;
private String email;
private String senha;
public CadValidator(){
}
public CadValidator(String nome, String email, String senha){
this.nome = nome;
this.email = email;
this... | 596 | 0.560403 | 0.558725 | 30 | 18.866667 | 18.29159 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 3 |
cd3424ab557d03b1655ffc17da0b670a282defb8 | 12,489,764,961,496 | 09c0f7e38637e3f0b6ae658bee12799035d23167 | /framework/src/test/java/by/bsu/anasem/service/UserDataCreator.java | bc889ea1686f1310ee9d6a754a21743e8c85939e | [] | no_license | anasem007/automation-training | https://github.com/anasem007/automation-training | d03220a6945777a9801349e97e5562136814f245 | 13759206995ee504013e51a46ff6773794b29047 | refs/heads/master | 2021-12-14T21:43:22.138000 | 2019-12-24T12:57:38 | 2019-12-24T12:57:38 | 210,931,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.bsu.anasem.service;
import by.bsu.anasem.model.CarBookingCriteria;
import by.bsu.anasem.model.UserData;
public class UserDataCreator {
public static final String TESTDATA_USER_EMAIL = "testdata.user.email";
public static final String TESTDATA_USER_PASSWORD = "testdata.user.password";
... | UTF-8 | Java | 524 | java | UserDataCreator.java | Java | [
{
"context": "lic static final String TESTDATA_USER_PASSWORD = \"testdata.user.password\";\r\n\r\n public static UserData withCorrectData()",
"end": 312,
"score": 0.9994707107543945,
"start": 290,
"tag": "PASSWORD",
"value": "testdata.user.password"
}
] | null | [] | package by.bsu.anasem.service;
import by.bsu.anasem.model.CarBookingCriteria;
import by.bsu.anasem.model.UserData;
public class UserDataCreator {
public static final String TESTDATA_USER_EMAIL = "testdata.user.email";
public static final String TESTDATA_USER_PASSWORD = "<PASSWORD>";
public sta... | 512 | 0.725191 | 0.725191 | 15 | 32.933334 | 30.189329 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 3 |
7917515fbfc94d551ab11299e93224f37817a808 | 34,557,306,867,987 | d217921ad74560e4f877a4a95f46668fd4723ad7 | /src/main/java/com/my/common/base/impl/AbstractService.java | 1e212ed14155bd07ab73271e291954d3fa80d8a2 | [] | no_license | zhangkaijun/mybook | https://github.com/zhangkaijun/mybook | 2d82e15507c722803ae7d14d3e688c78d3473952 | bba5c9e57ca9259cfaa0765ddc7cc6088e4470ae | refs/heads/master | 2021-05-11T23:08:26.811000 | 2018-09-20T06:50:05 | 2018-09-20T06:50:05 | 117,509,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my.common.base.impl;
import java.io.Serializable;
import java.util.List;
import com.my.common.base.BaseMapper;
import com.my.common.base.BaseService;
public abstract class AbstractService<T, ID extends Serializable> implements BaseService<T, ID> {
private BaseMapper<T, ID> baseMapper;
public void set... | UTF-8 | Java | 403 | java | AbstractService.java | Java | [] | null | [] | package com.my.common.base.impl;
import java.io.Serializable;
import java.util.List;
import com.my.common.base.BaseMapper;
import com.my.common.base.BaseService;
public abstract class AbstractService<T, ID extends Serializable> implements BaseService<T, ID> {
private BaseMapper<T, ID> baseMapper;
public void set... | 403 | 0.771712 | 0.771712 | 18 | 21.388889 | 25.878216 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 3 |
502b3888e390fec48d65349246378cba998dce3f | 10,737,418,293,396 | 8a2a6762e6d4f5b30fc1decfcc4ef119a93cbbbf | /problem set 1/src/prob4.java | a0ad78ebb346419c7aeeae7c03c583e886a7a00d | [] | no_license | SunilDhaker/Java-Problem-Set | https://github.com/SunilDhaker/Java-Problem-Set | ebc0e6b7d96788aed749c51330a0c06da10d4649 | eaf19a858daa3f53c7ac4734d2b5bdb4d6e75909 | refs/heads/master | 2016-09-10T08:32:40.562000 | 2014-07-06T18:28:34 | 2014-07-06T18:28:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class prob4 {
public static void main(String[] args) {
method1();
method2();
}
public static void method1() {
int[] inputArray = {2, 5, -12, 5, 4, 2, -5, 6};
/*
*
* so wht i did is
*
* start adding term from first term
... | UTF-8 | Java | 3,622 | java | prob4.java | Java | [] | null | [] | import java.util.ArrayList;
public class prob4 {
public static void main(String[] args) {
method1();
method2();
}
public static void method1() {
int[] inputArray = {2, 5, -12, 5, 4, 2, -5, 6};
/*
*
* so wht i did is
*
* start adding term from first term
... | 3,622 | 0.447267 | 0.434014 | 152 | 22.828947 | 23.982115 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644737 | false | false | 3 |
61bccd47cff741dfa9fd0edafac46398588ec53b | 11,725,260,765,611 | 6e8ed39021fb71d2013fb40f4c351c6480a278a3 | /src/main/java/com/cngc/pm/dao/impl/RelationshipDAOImpl.java | 734caf54d0ef9583ccae1b70dbbb2013b518d352 | [] | no_license | magiczero/SpringMVCHibernate | https://github.com/magiczero/SpringMVCHibernate | a0cbf866a1e481f22300b515f481515976f7994e | 9474d85d725e7a99341bb127d592a0925edafdb1 | refs/heads/master | 2021-04-24T15:41:34.765000 | 2019-02-01T06:21:41 | 2019-02-01T06:21:41 | 39,990,190 | 0 | 1 | null | false | 2016-06-06T08:12:22 | 2015-07-31T06:26:27 | 2016-02-01T06:21:06 | 2016-06-06T08:12:21 | 65,390 | 0 | 0 | 0 | JavaScript | null | null | package com.cngc.pm.dao.impl;
import org.springframework.stereotype.Repository;
import com.cngc.pm.dao.RelationshipDAO;
import com.cngc.pm.model.manage.Relationship;
@Repository
public class RelationshipDAOImpl extends BaseDAOImpl<Relationship, Long> implements RelationshipDAO {
}
| UTF-8 | Java | 297 | java | RelationshipDAOImpl.java | Java | [] | null | [] | package com.cngc.pm.dao.impl;
import org.springframework.stereotype.Repository;
import com.cngc.pm.dao.RelationshipDAO;
import com.cngc.pm.model.manage.Relationship;
@Repository
public class RelationshipDAOImpl extends BaseDAOImpl<Relationship, Long> implements RelationshipDAO {
}
| 297 | 0.79798 | 0.79798 | 11 | 25 | 30.504843 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 3 |
a142e1d3580d07f5ca0bae5104fda3f3508637b8 | 15,040,975,540,513 | 10b0c2fb6d885ea6c92f4d6906d36fc774eece0c | /app/src/main/java/com/example/algorithm/MainActivity.java | 7bbbe1ab764a60fd638fe87b3bd95fd812c216bf | [] | no_license | FiratGURGUR/AlgorithmQuestion | https://github.com/FiratGURGUR/AlgorithmQuestion | f5a69aa01396b7aacaad6ee946b9df0bceacb00d | 77f29d1fa598e3c659f85972e669f4bbacaf14f2 | refs/heads/master | 2021-02-09T00:13:00.332000 | 2020-03-01T21:41:19 | 2020-03-01T21:41:19 | 244,214,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.algorithm;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import static com.example.algorithm.Answer.shortestSubstring;
public class MainActivity extends AppCompatActivity {
int error=0;
@Override
protected void onCreate(Bundle save... | UTF-8 | Java | 1,013 | java | MainActivity.java | Java | [] | null | [] | package com.example.algorithm;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import static com.example.algorithm.Answer.shortestSubstring;
public class MainActivity extends AppCompatActivity {
int error=0;
@Override
protected void onCreate(Bundle save... | 1,013 | 0.578063 | 0.574111 | 48 | 20.083334 | 20.525221 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 3 |
3d1004b40b8cebad85e116134cbd81d9972c5e52 | 28,089,086,177,426 | c9a265575e39b8f062635a6869d2354c8f0a75ac | /src/main/java/com/redislabs/riot/redis/reader/KeyValueMapProcessor.java | fa371573e47595ca488bbafafa39ae8791bd8a4e | [] | no_license | Redislabs-Solution-Architects/riot | https://github.com/Redislabs-Solution-Architects/riot | e123f56485d49e50627637517005a8a75bd0def5 | c89520414a51a942d1c7489649ee96cf2c4c472d | refs/heads/master | 2020-03-20T18:45:50.083000 | 2020-03-18T18:40:19 | 2020-03-18T18:40:19 | 137,603,112 | 24 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redislabs.riot.redis.reader;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.batch.item.ItemProcessor;
import io.lettuce.core.ScoredValue;
import io.lettuce.core.StreamMessag... | UTF-8 | Java | 1,746 | java | KeyValueMapProcessor.java | Java | [] | null | [] | package com.redislabs.riot.redis.reader;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.batch.item.ItemProcessor;
import io.lettuce.core.ScoredValue;
import io.lettuce.core.StreamMessag... | 1,746 | 0.702749 | 0.702176 | 66 | 25.454546 | 22.92556 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954545 | false | false | 3 |
8d867664eab8981118702f95a6044e20e7ea88f6 | 9,354,438,773,230 | 2e826d576d8eb532c58969de694429e8d0003e99 | /store-service/src/main/java/vn/com/vuong/service/impl/AbstractBaseService.java | f42fd77e0a995c20fd50eb524af15a3ede4bcb12 | [] | no_license | BuiVuong0105/shopping | https://github.com/BuiVuong0105/shopping | 5b39ffb2fe4131c5192961e14045de69358134b6 | 86b215e4b3ce362e58a3ee328b23528f0698be61 | refs/heads/master | 2020-05-19T02:24:53.414000 | 2019-05-11T03:14:52 | 2019-05-11T03:14:52 | 184,779,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.com.vuong.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import vn.com.vuong.repository.BaseRepository;
import vn.com.vuong.service.BaseService;
public abstract class AbstractBaseService implements BaseService {
@Autowired
private BaseRepository baseRepository;
@Override... | UTF-8 | Java | 526 | java | AbstractBaseService.java | Java | [] | null | [] | package vn.com.vuong.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import vn.com.vuong.repository.BaseRepository;
import vn.com.vuong.service.BaseService;
public abstract class AbstractBaseService implements BaseService {
@Autowired
private BaseRepository baseRepository;
@Override... | 526 | 0.76616 | 0.76616 | 27 | 18.481482 | 19.630608 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 3 |
a7ae5e553d9489beb7698583f9b07f121e7a417d | 30,623,116,869,426 | 4230129b209a7b760304ade598eb98511fd569db | /moverest/src/main/java/ar/com/ada/api/moverest/entities/Venta.java | 4ce86ca510ba116dc7bbc849d033b3f78702a6ce | [] | no_license | michdrw/Inmobiliaria | https://github.com/michdrw/Inmobiliaria | 882216ab15be909bef7fa851a732ee19b157a80e | 1fe106c0b2934fb28db63d3ada98146d5c96153a | refs/heads/master | 2022-06-23T17:22:00.061000 | 2019-11-15T13:32:41 | 2019-11-15T13:32:41 | 212,376,633 | 0 | 2 | null | false | 2019-11-15T13:32:43 | 2019-10-02T15:29:50 | 2019-11-14T14:16:26 | 2019-11-15T13:32:42 | 176 | 0 | 2 | 0 | Java | false | false | package ar.com.ada.api.moverest.entities;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
import javax.persistence.Tab... | UTF-8 | Java | 1,575 | java | Venta.java | Java | [] | null | [] | package ar.com.ada.api.moverest.entities;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
import javax.persistence.Tab... | 1,575 | 0.669206 | 0.669206 | 72 | 20.888889 | 18.671543 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347222 | false | false | 3 |
208b67d60422c9e36481863cf91070a4bfd3573a | 21,990,232,623,890 | ff86d62b733f5cb61c9eed75f1f8b4b9ac015982 | /PersonsOfInterest.java | eec076d755fd005dd812e288024d2a4d8cea4865 | [] | no_license | Bruth98/CFS | https://github.com/Bruth98/CFS | f71be7e437f77071ff1a7eb57228dd71e9bba7c6 | 77cb1f985194c7a5c636ec03d6a2f21bed641a2c | refs/heads/main | 2023-08-10T18:04:29.366000 | 2021-09-13T18:27:33 | 2021-09-13T18:27:33 | 346,727,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class PersonsOfInterest {
private static PersonsOfInterest personsOfInterest = null;
private static ArrayList<PersonOfInterest> personOfInterestList = new ArrayList<PersonOfInterest>();
private PersonsOfInterest(){
//personOfInterestList = DataLoader.loadPersonofIn... | UTF-8 | Java | 1,804 | java | PersonsOfInterest.java | Java | [] | null | [] | import java.util.ArrayList;
public class PersonsOfInterest {
private static PersonsOfInterest personsOfInterest = null;
private static ArrayList<PersonOfInterest> personOfInterestList = new ArrayList<PersonOfInterest>();
private PersonsOfInterest(){
//personOfInterestList = DataLoader.loadPersonofIn... | 1,804 | 0.687361 | 0.687361 | 46 | 38.217392 | 41.792923 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 3 |
cefc079573eeaefd4caac78eff08db2b42cc9579 | 20,392,504,760,067 | e21e6e5902b37d35ca2fafc755e12b729b752a8c | /09.3.1 UDP Socket【例9.4】点对点聊天/src/ChatUDPJFrame.java | 49926083f44dbd46904a45342544adb707ed4644 | [] | no_license | Leonardo-Jodeve/JavaYeheya | https://github.com/Leonardo-Jodeve/JavaYeheya | 1857cedd69a87c29e4626bbb5e647c7876f98c73 | bb4fc5402b11995df19bfb00a437966a67182428 | refs/heads/master | 2022-12-24T10:29:00.789000 | 2020-09-29T06:29:25 | 2020-09-29T06:29:25 | 299,522,080 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //《Java程序设计实用教程(第5版)》 作者:叶核亚,2017年12月9日
//§9.3.1 UDP Socket点对点通信
//【例9.4】点对点聊天,采用UDP数据报通信实现。
//图形用户界面类似例9.0,没有“离线”按钮。
import java.awt.Font;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.net.*;
//采用UDP Socket通信的点对点聊天程序框架类,继承框架类,响应动作事件;
//没有用线程数据
public class ChatUDPJFrame extends JFrame... | GB18030 | Java | 5,095 | java | ChatUDPJFrame.java | Java | [
{
"context": "//《Java程序设计实用教程(第5版)》 作者:叶核亚,2017年12月9日\n//§9.3.1 UDP Socket点对点通信\n//【例9.4】点对点聊",
"end": 28,
"score": 0.9996098279953003,
"start": 25,
"tag": "NAME",
"value": "叶核亚"
},
{
"context": "P地址和接收端口\n new ChatUDPJFrame(\"玉公主\", 20001, \"127.0.0.1\", 20002);\n }\n}\n/... | null | [] | //《Java程序设计实用教程(第5版)》 作者:叶核亚,2017年12月9日
//§9.3.1 UDP Socket点对点通信
//【例9.4】点对点聊天,采用UDP数据报通信实现。
//图形用户界面类似例9.0,没有“离线”按钮。
import java.awt.Font;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.net.*;
//采用UDP Socket通信的点对点聊天程序框架类,继承框架类,响应动作事件;
//没有用线程数据
public class ChatUDPJFrame extends JFrame... | 5,095 | 0.593935 | 0.579389 | 99 | 39.979797 | 26.858019 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69697 | false | false | 3 |
3dd848ed000e858dc08414c44e74d87a5cea062b | 18,451,179,532,112 | 72f8315293cd7b90cdf3747d2fe11f9af6f7f36c | /WisRAndroid/app/src/main/java/com/example/tomas/wisrandroid/Activities/MainActivity.java | 1511a643b91aec65a70315d059add82516c05d14 | [] | no_license | Aceipse/Bachelor | https://github.com/Aceipse/Bachelor | 36e4827929a6dc6e8a063a8d4adcfc6bbfd25f5f | 6fb0e37f8fea609269d717b6cfd5d4c6beea8532 | refs/heads/master | 2021-03-27T09:06:08.724000 | 2016-01-17T13:21:07 | 2016-01-17T13:21:07 | 40,912,139 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tomas.wisrandroid.Activities;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.location.Location;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android... | UTF-8 | Java | 13,088 | java | MainActivity.java | Java | [] | null | [] | package com.example.tomas.wisrandroid.Activities;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.location.Location;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android... | 13,088 | 0.635162 | 0.633787 | 349 | 36.501434 | 34.93224 | 200 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584527 | false | false | 3 |
4e1eb9e486644fe7f20e10884ea220c4ea8fa375 | 18,451,179,532,421 | b2a07a970b29c34dc79de16a905ddc6729819ce9 | /LoggingTask/src/main/java/com/epam/LoggingTask/HouseConstruction.java | 1d35cc2bcc6f6f1b84f411239e363b9d07f20c42 | [] | no_license | Sravya30664/KothamasuSravya_LoggingTask | https://github.com/Sravya30664/KothamasuSravya_LoggingTask | 3784a2700887cb503957e4221f773426c8a32fb7 | 9401bd8b6efd6725177b446e674a6ca64e6e908f | refs/heads/master | 2022-01-01T07:19:07.272000 | 2020-02-26T04:35:25 | 2020-02-26T04:35:25 | 243,168,746 | 0 | 0 | null | false | 2021-12-14T21:40:32 | 2020-02-26T04:32:23 | 2020-02-26T04:34:29 | 2021-12-14T21:40:30 | 9 | 0 | 0 | 3 | Java | false | false | package com.epam.LoggingTask;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class HouseConstruction {
private static final Logger LOGGER = LogManager . getLogger(HouseConstruction. class);
public double housecost(String material,double area,String automation) {
double... | UTF-8 | Java | 725 | java | HouseConstruction.java | Java | [] | null | [] | package com.epam.LoggingTask;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class HouseConstruction {
private static final Logger LOGGER = LogManager . getLogger(HouseConstruction. class);
public double housecost(String material,double area,String automation) {
double... | 725 | 0.708966 | 0.681379 | 20 | 35.25 | 24.236078 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05 | false | false | 3 |
5e8da2a175db099e5ed83965de39a129c2b0356b | 10,067,403,399,471 | 330f5ef43aa18950f7be848380fd407902a9c24f | /app/src/main/java/com/zykj/hunqianshiai/home/message/people_nearby/PeopleNearbyAdapter.java | 863369b1c5a07367d630423de9e2d45d0064b627 | [
"Apache-2.0"
] | permissive | Maybe4U/HunQianShiAi | https://github.com/Maybe4U/HunQianShiAi | bd0fc4e61786c9181589cc1787fe389d381c974c | dd9aa38c6fb04ae7e223bab0caadedf8aefd5cee | refs/heads/master | 2020-03-12T00:55:41.734000 | 2018-05-07T15:54:13 | 2018-05-07T15:54:13 | 130,361,981 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zykj.hunqianshiai.home.message.people_nearby;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.... | UTF-8 | Java | 1,440 | java | PeopleNearbyAdapter.java | Java | [
{
"context": "tivity;\n\nimport java.util.List;\n\n/**\n * Created by xu on 2017/12/26.\n */\n\npublic class PeopleNearbyAdap",
"end": 436,
"score": 0.9993389844894409,
"start": 434,
"tag": "USERNAME",
"value": "xu"
}
] | null | [] | package com.zykj.hunqianshiai.home.message.people_nearby;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.... | 1,440 | 0.698047 | 0.692469 | 41 | 33.975609 | 28.178429 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658537 | false | false | 3 |
583988e2e79a3ff547b8d85a32b84011a0e3d984 | 24,197,845,775,475 | faacb98610a272c20f51493be089f48f5daad7f5 | /src/ourproject/Reverse.java | bb703a93405de3fa7e7ed6dde6f49839217a39ed | [] | no_license | huseyinaltas/JavaSquad | https://github.com/huseyinaltas/JavaSquad | fccf965e23332768e02aa53bb22017832463c4a7 | 5bea4bc6f84e847f9acf56c4f994c0719277f0ef | refs/heads/master | 2020-03-19T17:53:51.629000 | 2018-06-10T05:45:07 | 2018-06-10T05:45:07 | 136,783,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ourproject;
public class Reverse {
public static void main(String[] args) {
String str="Hello world!";
StringBuilder rvrs=new StringBuilder(str);
System.out.println(rvrs.reverse());
}
}
| UTF-8 | Java | 215 | java | Reverse.java | Java | [] | null | [] | package ourproject;
public class Reverse {
public static void main(String[] args) {
String str="Hello world!";
StringBuilder rvrs=new StringBuilder(str);
System.out.println(rvrs.reverse());
}
}
| 215 | 0.683721 | 0.683721 | 14 | 14.357142 | 16.360262 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 3 |
011142e2468acdf21629f2078439b0c7aec5fabc | 14,293,651,208,074 | 5d3cc4eee850450a22397c76999a090cd67b83bf | /src/prova.java | 8d58aceb7dbb06f1714784e1841c0afeb737681b | [] | no_license | christvalt/Assignment-01 | https://github.com/christvalt/Assignment-01 | 0249295683ae613ae307662a94d29628e30f4eef | 43f77a117a1f9ee4b8f2563c2adb9439c8e69d83 | refs/heads/main | 2023-03-30T21:18:18.513000 | 2021-04-08T21:14:07 | 2021-04-08T21:14:07 | 351,014,855 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class prova {
}
| UTF-8 | Java | 23 | java | prova.java | Java | [] | null | [] | public class prova {
}
| 23 | 0.695652 | 0.695652 | 2 | 10.5 | 9.5 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 3 |
c59d035ce5078d3333fa1f9570bbb7142d6a2433 | 16,131,897,193,594 | f9e404863d7d90baac5cabd45f244fac47e43b16 | /main/java/net/metalforge/mod/items/ItemLightningSpawner.java | 2103ff2fdf6c96a84e5d54908619cf1449832e18 | [] | no_license | mrzero-o/metalforge-src | https://github.com/mrzero-o/metalforge-src | b9d03041dd012fbfc851b7ea8cafed9698b91cf4 | 9430014433ed7f9872e39c52338711df9f525a22 | refs/heads/master | 2021-01-22T17:38:33.445000 | 2016-06-10T13:25:58 | 2016-06-10T13:25:58 | 60,283,613 | 0 | 1 | null | false | 2016-06-10T13:25:58 | 2016-06-02T17:25:25 | 2016-06-02T17:44:19 | 2016-06-10T13:25:58 | 297 | 0 | 1 | 0 | Java | null | null | package net.metalforge.mod.items;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.metalforge.mod.MFMod;
import net.metalforge.mod.random.Util;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.effect.EntityLightningBolt;
import net.minecraf... | UTF-8 | Java | 1,827 | java | ItemLightningSpawner.java | Java | [] | null | [] | package net.metalforge.mod.items;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.metalforge.mod.MFMod;
import net.metalforge.mod.random.Util;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.effect.EntityLightningBolt;
import net.minecraf... | 1,827 | 0.739464 | 0.717022 | 61 | 28.950819 | 30.569687 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.852459 | false | false | 3 |
49b5132e359c930d25d6fd73080417764a3f95b2 | 19,774,029,438,297 | 6fc2fc2f1c6e19138ad46ffaf10c992e77c60ec4 | /hills/java/com/xworkz/hills/CreateHillsTester.java | c8d07a89f160e312430469b2d19ff647c7ee7439 | [] | no_license | Supriya-konnur/hibernate-programs | https://github.com/Supriya-konnur/hibernate-programs | 4b4017637339ca59566bd06448d4c313cb1a3089 | ad43e8990d6631fb11354db7b90d357476c212f0 | refs/heads/main | 2023-04-05T08:29:38.233000 | 2021-04-18T16:43:49 | 2021-04-18T16:43:49 | 359,195,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xworkz.hills;
import com.xworkz.hills.dao.HillDAOImlp;
import com.xworkz.hills.dao.HillsDAO;
import com.xworkz.hills.entity.HillsEntity;
public class CreateHillsTester {
public static void main(String[] args) {
HillsEntity entity = new HillsEntity("NiligiriHills", "TamilNadu", 6000, 4);
HillsDAO... | UTF-8 | Java | 378 | java | CreateHillsTester.java | Java | [
{
"context": " args) {\n\n\t\tHillsEntity entity = new HillsEntity(\"NiligiriHills\", \"TamilNadu\", 6000, 4);\n\t\t\n\t\tHillsDAO dao=new Hi",
"end": 281,
"score": 0.9989483952522278,
"start": 268,
"tag": "NAME",
"value": "NiligiriHills"
}
] | null | [] | package com.xworkz.hills;
import com.xworkz.hills.dao.HillDAOImlp;
import com.xworkz.hills.dao.HillsDAO;
import com.xworkz.hills.entity.HillsEntity;
public class CreateHillsTester {
public static void main(String[] args) {
HillsEntity entity = new HillsEntity("NiligiriHills", "TamilNadu", 6000, 4);
HillsDAO... | 378 | 0.738095 | 0.724868 | 19 | 18.894737 | 21.759195 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.263158 | false | false | 3 |
bd1b222a6e72d4cc73a555f81bd5b4c50a524043 | 31,379,031,116,426 | 0ee11a999472d9edbdb29623a905856f0597cef0 | /src/main/java/com/bluedot/framework/simplemybatis/session/Configuration.java | 1280cb3d55eef20c8f9a440f6087f94216a61985 | [
"MIT"
] | permissive | bluedotcs/PigManageProject | https://github.com/bluedotcs/PigManageProject | a1423fb0ccee277f0d791f23d15d70f60fc21734 | ad3cbbbd525b6e32dbc60ad3b40312c5a24b9673 | refs/heads/master | 2020-07-09T06:50:10.494000 | 2020-07-02T15:08:44 | 2020-07-02T15:08:44 | 203,909,652 | 6 | 3 | MIT | false | 2020-07-24T16:29:16 | 2019-08-23T02:33:38 | 2020-07-24T16:28:53 | 2020-07-24T16:29:14 | 6,521 | 4 | 2 | 1 | Java | false | false | package com.bluedot.framework.simplemybatis.session;
import com.bluedot.framework.simplemybatis.bean.TableInfo;
import com.bluedot.framework.simplemybatis.binding.MapperRegistry;
import com.bluedot.framework.simplemybatis.mapping.MappedStatement;
import com.bluedot.framework.simplemybatis.pool.MyDataSource;
import... | UTF-8 | Java | 3,600 | java | Configuration.java | Java | [
{
"context": "l.Properties;\n\n/**\n * mybatis框架核心配置类\n *\n * @author xxbb\n */\npublic class Configuration {\n /**\n * 数",
"end": 499,
"score": 0.9995924234390259,
"start": 495,
"tag": "USERNAME",
"value": "xxbb"
}
] | null | [] | package com.bluedot.framework.simplemybatis.session;
import com.bluedot.framework.simplemybatis.bean.TableInfo;
import com.bluedot.framework.simplemybatis.binding.MapperRegistry;
import com.bluedot.framework.simplemybatis.mapping.MappedStatement;
import com.bluedot.framework.simplemybatis.pool.MyDataSource;
import... | 3,600 | 0.63991 | 0.63991 | 129 | 23.046511 | 23.930733 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.255814 | false | false | 3 |
123b795100e604cc73d1563c414306a0667708d0 | 9,998,683,903,109 | 70fa7137dfbd8130403aae0fd7a993d9cd6c6aeb | /src/java/beans/psdi/webclient/applet/wfcanvas/diagram/RelationshipComparator.java | 63918166f188aa92502932b45d4a51eeaf3f6579 | [
"MIT"
] | permissive | shoukaiseki/sksweb | https://github.com/shoukaiseki/sksweb | 65fc26e8d45640d5b3dd55a2c2a545113891b658 | 0f3f37da21296634f9480780e3e615711fb76c1b | refs/heads/master | 2023-01-13T15:03:30.369000 | 2022-12-30T10:56:13 | 2022-12-30T10:56:13 | 120,575,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package psdi.webclient.applet.wfcanvas.diagram;
/* */
/* */ import java.util.Comparator;
/* */
/* */ public class RelationshipComparator
/* */ implements Comparator
/* */ {
/* */ protected int type;
/* */
/* */ public RelationshipComparator(int type)
/* */ {
/* 47 */ ... | UTF-8 | Java | 1,023 | java | RelationshipComparator.java | Java | [] | null | [] | /* */ package psdi.webclient.applet.wfcanvas.diagram;
/* */
/* */ import java.util.Comparator;
/* */
/* */ public class RelationshipComparator
/* */ implements Comparator
/* */ {
/* */ protected int type;
/* */
/* */ public RelationshipComparator(int type)
/* */ {
/* 47 */ ... | 1,023 | 0.55132 | 0.531769 | 32 | 31 | 29.189039 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 3 |
56121994588c8ec614bb95f0f7467ff30938c6f6 | 23,751,169,191,156 | 34b93b9770175ee5f892fb71697c56e32f785394 | /src/main/java/org/hiease/authserver/data/AbstractEntity.java | 09cf5db52550afb97227c4bda218f19d680952e3 | [] | no_license | hiease/authserver | https://github.com/hiease/authserver | 99c6174d7f51102166b58423661ae31b187a0bd4 | 331136d8978e297e44326750c02b0f8814199171 | refs/heads/master | 2021-01-11T03:36:16.867000 | 2017-10-05T05:41:38 | 2017-10-05T05:41:38 | 70,996,384 | 0 | 1 | null | false | 2017-06-08T14:49:01 | 2016-10-15T15:32:55 | 2016-11-30T09:22:04 | 2017-06-08T14:49:01 | 85 | 0 | 0 | 0 | CSS | null | null | package org.hiease.authserver.data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annot... | UTF-8 | Java | 1,015 | java | AbstractEntity.java | Java | [] | null | [] | package org.hiease.authserver.data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springframework.data.annot... | 1,015 | 0.783251 | 0.783251 | 44 | 22.068182 | 18.758511 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 3 |
3d4413de14095f6112412fe42373e26508fc82e2 | 23,751,169,190,657 | 9dcc1ff2ba7f1802b4372110572ca53262497002 | /sallittu.java | 9eb1433157617757179706c029b742db8c970828 | [] | no_license | sara-emilia/object-oriented-programming | https://github.com/sara-emilia/object-oriented-programming | 73c6da5511df4e4f4a205be749837aa7c843fdaa | 19c15b8e7fdf42dcd768828551f4e6806d4073c0 | refs/heads/master | 2021-03-14T20:52:38.520000 | 2020-03-12T10:13:38 | 2020-03-12T10:13:38 | 246,793,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public boolean sallittu() {
if (pituus >= KalaMitat.MINIMIPITUUS && pituus <= KalaMitat.MAKSIMIPITUUS) {
if (paino >= KalaMitat.MINIMIPAINO && paino <= KalaMitat.MAKSIMIPAINO) {
return true;
}
}
return false;
} | UTF-8 | Java | 250 | java | sallittu.java | Java | [] | null | [] | public boolean sallittu() {
if (pituus >= KalaMitat.MINIMIPITUUS && pituus <= KalaMitat.MAKSIMIPITUUS) {
if (paino >= KalaMitat.MINIMIPAINO && paino <= KalaMitat.MAKSIMIPAINO) {
return true;
}
}
return false;
} | 250 | 0.608 | 0.608 | 8 | 30.375 | 29.832605 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
1e3d4fefc83b41577e66358e69f4aa6ed37f8dbd | 3,161,095,954,772 | 27a05017a11001c55bed3fc3b293328d84d84f9c | /src/servlet/CreateFinalEstimationProtocolServlet.java | b03d175fefdef3725028094c9b4f59e89edeb588 | [] | no_license | mc2ion/vidamed-interfaz-vieja | https://github.com/mc2ion/vidamed-interfaz-vieja | c315dcf3c8e52221372c3ed3e9e11d861b47b822 | fa2ba039e3db1cb9ee418322c7132e6ad413b9a8 | refs/heads/master | 2021-07-03T14:22:33.041000 | 2021-05-26T04:29:02 | 2021-05-26T04:29:02 | 11,554,480 | 0 | 0 | null | false | 2021-05-20T03:26:46 | 2013-07-20T23:25:10 | 2020-10-09T03:49:21 | 2021-05-20T03:26:45 | 23,262 | 0 | 0 | 0 | Java | false | false | package servlet;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServlet... | WINDOWS-1250 | Java | 5,239 | java | CreateFinalEstimationProtocolServlet.java | Java | [] | null | [] | package servlet;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServlet... | 5,239 | 0.738973 | 0.738782 | 137 | 37.226276 | 36.357109 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.145985 | false | false | 3 |
a26f37dbc4110ba054920a8c4c964660cdd92bdd | 11,836,929,874,928 | 83c68ba2887477d2b370b45f85fe0d81799593c7 | /Ignite_TestAutomation/src/main/java/pom/ignite/pages/Loan.java | 149bba19df4237ebf00b45c845fb337e174c6ae7 | [] | no_license | abhinavabhay/caliberAutomation | https://github.com/abhinavabhay/caliberAutomation | 4909b94f5fa4281902c7b95a921770ca58c89882 | 392037acfa07f90a2d2e3599c6c541a4168a1031 | refs/heads/master | 2020-04-20T03:42:45.033000 | 2020-02-09T02:36:10 | 2020-02-09T02:36:10 | 168,606,201 | 0 | 0 | null | false | 2021-01-14T20:05:03 | 2019-01-31T22:23:52 | 2020-08-10T23:43:51 | 2021-01-14T20:05:01 | 115,622 | 0 | 0 | 8 | HTML | false | false | package pom.ignite.pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.sele... | UTF-8 | Java | 15,656 | java | Loan.java | Java | [
{
"context": "or Soft Credit Pull\");\n\t\t\n\t\tString passlocator = \"QuickQual\";\n\t\tgetElement(IgniteConstants.idbased, IgniteCon",
"end": 1588,
"score": 0.9875243306159973,
"start": 1579,
"tag": "PASSWORD",
"value": "QuickQual"
},
{
"context": "r for Soft Credit Pull\");\n\t\t... | null | [] | package pom.ignite.pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.sele... | 15,658 | 0.772228 | 0.768779 | 329 | 46.57143 | 48.690281 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.799392 | false | false | 3 |
b61938d1acaaa7f49cde9c1afebf86bcae1c05d2 | 31,284,541,830,004 | ad043f484a5cde12f7c00157eb5e04a22a268f5c | /DailyGroceryPrice/src/main/java/tw/tcnr109a05/grocery/F10202DbHelper.java | 719d52ca89785a8a867b950c654e963ac755fcb4 | [] | no_license | LiamChao/Daily-Grocery-Price | https://github.com/LiamChao/Daily-Grocery-Price | 21729503983bc1a443150867c3985102a8642e2a | 4aa8549f500b7438c69c7197f4c0f1b75e1f9f90 | refs/heads/master | 2023-01-19T17:15:49.845000 | 2020-11-17T03:03:57 | 2020-11-17T03:03:57 | 312,674,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tw.tcnr109a05.grocery;
import android.content.Context;
import android.database.Cursor;
import android.database.DatabaseErrorHandler;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Build;
import android.util.Log;
import androidx.annotation.NonN... | UTF-8 | Java | 5,515 | java | F10202DbHelper.java | Java | [] | null | [] | package tw.tcnr109a05.grocery;
import android.content.Context;
import android.database.Cursor;
import android.database.DatabaseErrorHandler;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Build;
import android.util.Log;
import androidx.annotation.NonN... | 5,515 | 0.602992 | 0.594502 | 141 | 33.929077 | 25.752958 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.964539 | false | false | 3 |
33ab97a5defcd36a0905f863aa9e9830b2c6d371 | 33,363,306,008,811 | 7b82d70ba5fef677d83879dfeab859d17f4809aa | /tmp/sys/jSqlBox/jsqlbox/src/test/java/test/examples/ddd/ServicesTest.java | 24e94f89645a673f9d0b2bee666019381b52ed05 | [
"Apache-2.0"
] | permissive | apollowesley/jun_test | https://github.com/apollowesley/jun_test | fb962a28b6384c4097c7a8087a53878188db2ebc | c7a4600c3f0e1b045280eaf3464b64e908d2f0a2 | refs/heads/main | 2022-12-30T20:47:36.637000 | 2020-10-13T18:10:46 | 2020-10-13T18:10:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.examples.ddd;
import org.junit.Assert;
import org.junit.Test;
import com.github.drinkjava2.jbeanbox.AopAround;
import com.github.drinkjava2.jbeanbox.BeanBox;
import com.github.drinkjava2.jsqlbox.Dao;
import com.github.drinkjava2.jsqlbox.SqlBoxContext;
import test.TestBase;
import test.config.JBeanBoxCon... | UTF-8 | Java | 2,139 | java | ServicesTest.java | Java | [
{
"context": "sert;\nimport org.junit.Test;\n\nimport com.github.drinkjava2.jbeanbox.AopAround;\nimport com.github.drinkjava2.",
"end": 105,
"score": 0.9118644595146179,
"start": 97,
"tag": "USERNAME",
"value": "inkjava2"
},
{
"context": "rinkjava2.jbeanbox.AopAround;\nimport com.git... | null | [] | package test.examples.ddd;
import org.junit.Assert;
import org.junit.Test;
import com.github.drinkjava2.jbeanbox.AopAround;
import com.github.drinkjava2.jbeanbox.BeanBox;
import com.github.drinkjava2.jsqlbox.Dao;
import com.github.drinkjava2.jsqlbox.SqlBoxContext;
import test.TestBase;
import test.config.JBeanBoxCon... | 2,139 | 0.747546 | 0.740065 | 63 | 32.968254 | 26.262997 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.888889 | false | false | 3 |
dff779bd15a80858a400a49b05330eeb9c6ee956 | 23,244,363,057,847 | a159bf88a6e2798e3fa0535725c922e0c8545625 | /src/main/java/com/example/example_blog/service/AcquisitionFailedException.java | 2d33c31a69897dc286649befb9566c0d7dd8a9ab | [] | no_license | Chiba3194/example_blog | https://github.com/Chiba3194/example_blog | bc5a8ce7f7ddbea44962b03e2c09aaf614342851 | 96243cd5267a38e7522a538b6f07ae45aeb0d00c | refs/heads/main | 2023-04-02T07:08:33.456000 | 2021-04-16T08:01:21 | 2021-04-16T08:01:21 | 358,084,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.example_blog.service;
/**
* 記事の取得に失敗した例外
* @author Chiba
*/
public class AcquisitionFailedException extends Exception {
/**
* 内部例外を保持するコンストラクタ
* @param cause キャッチした例外
*/
public AcquisitionFailedException(Throwable cause) {
super(cause);
}
}
| UTF-8 | Java | 349 | java | AcquisitionFailedException.java | Java | [
{
"context": "mple_blog.service;\n\n/**\n * 記事の取得に失敗した例外\n * @author Chiba\n */\npublic class AcquisitionFailedException exten",
"end": 79,
"score": 0.7136666774749756,
"start": 74,
"tag": "NAME",
"value": "Chiba"
}
] | null | [] | package com.example.example_blog.service;
/**
* 記事の取得に失敗した例外
* @author Chiba
*/
public class AcquisitionFailedException extends Exception {
/**
* 内部例外を保持するコンストラクタ
* @param cause キャッチした例外
*/
public AcquisitionFailedException(Throwable cause) {
super(cause);
}
}
| 349 | 0.725632 | 0.725632 | 16 | 16.3125 | 18.539549 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
235b6670d42d73f8634b6ddcba9328e603cc5063 | 27,908,697,539,298 | 60fd1bc7a940b0768a780be381ce4bb868ce1908 | /BigData/project-ct/ct-common/src/main/java/com/whj/ct/common/bean/Val.java | e9d34efaacea191d7bb0c58da0bfa5e48e4b98e1 | [] | no_license | rijing29/project-ct | https://github.com/rijing29/project-ct | ac06608a3bd8066268fc9fead9ff0d3d12fbe909 | b6f6709945b0a9f4af1c73147381d29211d9340b | refs/heads/main | 2023-07-15T20:12:21.216000 | 2021-09-02T11:57:14 | 2021-09-02T11:57:14 | 394,504,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whj.ct.common.bean;
/**
* Description:
* date: 2021/8/9 19:34
* @author: whj
* @method:值对象接口
*/
public interface Val {
public void setValue(Object val);
public Object getValue();
}
| UTF-8 | Java | 213 | java | Val.java | Java | [
{
"context": "*\n* Description:\n* date: 2021/8/9 19:34\n* @author: whj\n* @method:值对象接口\n*/\n\npublic interface Val {\n pu",
"end": 88,
"score": 0.9995543360710144,
"start": 85,
"tag": "USERNAME",
"value": "whj"
}
] | null | [] | package com.whj.ct.common.bean;
/**
* Description:
* date: 2021/8/9 19:34
* @author: whj
* @method:值对象接口
*/
public interface Val {
public void setValue(Object val);
public Object getValue();
}
| 213 | 0.665025 | 0.615764 | 13 | 14.615385 | 12.381988 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 3 |
fb9adf4da97028129d114313b020a1c571a38fa9 | 31,318,901,559,528 | 79810d9cb4be16d37ad9471c603d9226cbb5c7d7 | /arithmetic/main/java/jzoffer/chapter2/Q10_Fibonacci.java | 457e83048788f879fb48148a79ca4ea92deec718 | [] | no_license | GitDoubleQuan/interview | https://github.com/GitDoubleQuan/interview | 0df49d490bf84191ec42991f134ef495b7e8d78f | d8bb4699f0956a83aa2fba122eeb30eb61b498eb | refs/heads/master | 2021-07-07T12:37:44.544000 | 2020-06-27T03:09:53 | 2020-06-27T03:09:53 | 199,284,124 | 1 | 0 | null | false | 2020-10-13T20:49:53 | 2019-07-28T12:24:52 | 2020-06-27T03:10:12 | 2020-10-13T20:49:52 | 50 | 0 | 0 | 1 | Java | false | false | package jzoffer.chapter2;
import org.junit.Assert;
import org.junit.Test;
/**
* 斐波那契数列题目
* f(n) = n == 0 ? 0 : n == 1 ? 1 : f(n-1) + f(n-2)
* Created by xushuangquan on 2020/2/23.
*/
public class Q10_Fibonacci {
/**
* 求斐波那契数列的第 n 项
* 从上往下递归的方式,因为存在大量的重复计算,性能很差,时间复杂度为n的指数
*
* @param n
... | UTF-8 | Java | 1,626 | java | Q10_Fibonacci.java | Java | [
{
"context": "0 ? 0 : n == 1 ? 1 : f(n-1) + f(n-2)\n * Created by xushuangquan on 2020/2/23.\n */\npublic class Q10_Fibonacci {\n\n\n",
"end": 170,
"score": 0.999615490436554,
"start": 158,
"tag": "USERNAME",
"value": "xushuangquan"
}
] | null | [] | package jzoffer.chapter2;
import org.junit.Assert;
import org.junit.Test;
/**
* 斐波那契数列题目
* f(n) = n == 0 ? 0 : n == 1 ? 1 : f(n-1) + f(n-2)
* Created by xushuangquan on 2020/2/23.
*/
public class Q10_Fibonacci {
/**
* 求斐波那契数列的第 n 项
* 从上往下递归的方式,因为存在大量的重复计算,性能很差,时间复杂度为n的指数
*
* @param n
... | 1,626 | 0.49708 | 0.464963 | 63 | 20.746031 | 21.04113 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349206 | false | false | 3 |
53f990703d576cb73d6136458a8bc238c3d7d407 | 39,273,180,974,019 | 51f26fdae024b31659201f269f4eab578f487a63 | /src/test/java/myeasytest/TestExcelDataLoader.java | b3baa1ea1020d426063e547b65ff83b270a618e2 | [] | no_license | tomvmac/DynamicJUnitTesting | https://github.com/tomvmac/DynamicJUnitTesting | b8097a598ac06bf1bf5bb00cdef9609f1b641c13 | 3df89f3e71c74901bd83688d540e1b54f2ad6448 | refs/heads/master | 2016-09-06T15:08:30.418000 | 2014-07-23T17:49:52 | 2014-07-23T17:49:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myeasytest;
import org.easetech.easytest.annotation.*;
import org.easetech.easytest.runner.DataDrivenTestRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(DataDrivenTestRunner.class)
@DataLoader(filePaths = { "c://MyTemp/testdata/testExcelData.xls" })
@Format(date= "dd/MM/yyyy")
@Report... | UTF-8 | Java | 819 | java | TestExcelDataLoader.java | Java | [] | null | [] | package myeasytest;
import org.easetech.easytest.annotation.*;
import org.easetech.easytest.runner.DataDrivenTestRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(DataDrivenTestRunner.class)
@DataLoader(filePaths = { "c://MyTemp/testdata/testExcelData.xls" })
@Format(date= "dd/MM/yyyy")
@Report... | 819 | 0.667888 | 0.666667 | 23 | 34.608696 | 27.358711 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 3 |
afefe4c44053377e4b6b15765f9dae76b359e069 | 34,248,069,271,943 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/cloudvoip/cloudvoice/PluginCloudVoice.java | 90813e07d94160208cbac94833401d2e4b180e27 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.mm.plugin.cloudvoip.cloudvoice;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.kernel.api.bucket.c;
import com.tencent.mm.kernel.b.f;
import com.tencent.mm.kernel.b.g;
import com.tencent.mm.kernel.f.c;
import com.tencent.mm.plugin.cloudvoip.cloudvoice.a.a;
import ... | UTF-8 | Java | 1,587 | java | PluginCloudVoice.java | Java | [] | null | [] | package com.tencent.mm.plugin.cloudvoip.cloudvoice;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.kernel.api.bucket.c;
import com.tencent.mm.kernel.b.f;
import com.tencent.mm.kernel.b.g;
import com.tencent.mm.kernel.f.c;
import com.tencent.mm.plugin.cloudvoip.cloudvoice.a.a;
import ... | 1,587 | 0.6862 | 0.664146 | 57 | 25.947369 | 26.274143 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508772 | false | false | 3 |
803e510aa89e200ae6904d7f2ad82a5595233fe1 | 38,371,237,841,952 | f50be9d60d6d627659cf302d7145de2ebbd2d9f4 | /SCPMS/Model/src/com/xy/scpms/model/query/search/SearchContractBaseViewImpl.java | c5213fdd26e3302ac9810b091e81afc0471a2224 | [] | no_license | genexujin/XY | https://github.com/genexujin/XY | d493d40b61fb8c2711e2278707362ab4627f7182 | 8fc0e0051419498eaa097e8b736d4ef1e8d2b5c6 | refs/heads/master | 2016-09-01T19:56:15.323000 | 2013-09-11T14:16:43 | 2013-09-11T14:16:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xy.scpms.model.query.search;
import oracle.jbo.server.ViewObjectImpl;
// ---------------------------------------------------------------------
// --- File generated by Oracle ADF Business Components Design Time.
// --- Sat Jun 25 20:46:28 CST 2011
// --- Custom code may be added to this class.
// ... | UTF-8 | Java | 1,580 | java | SearchContractBaseViewImpl.java | Java | [] | null | [] | package com.xy.scpms.model.query.search;
import oracle.jbo.server.ViewObjectImpl;
// ---------------------------------------------------------------------
// --- File generated by Oracle ADF Business Components Design Time.
// --- Sat Jun 25 20:46:28 CST 2011
// --- Custom code may be added to this class.
// ... | 1,580 | 0.598734 | 0.591139 | 48 | 31.916666 | 26.327927 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 3 |
38c3806101ff377b662dd4bb0cdbdb585802b8da | 11,115,375,400,812 | dc4ca98d70c3dc3d89d8711369df23107c9be568 | /softwaremanagement/softwaremanagement-provider-loginandout-9001/src/main/java/com/gz/softwaremanagement/dao/LoginDao.java | f89de170f6a9b6bd1c83b5624193ed8146f74cb3 | [] | no_license | MrXWTe/Microservice-Software-management | https://github.com/MrXWTe/Microservice-Software-management | eaa6a262fc1d29804b390493105b94e0769b426b | e404c4723d0dd74e7f1288348e25eeaac46f3847 | refs/heads/master | 2022-07-02T16:08:43.866000 | 2019-07-10T14:00:18 | 2019-07-10T14:00:18 | 196,120,335 | 0 | 0 | null | false | 2022-06-21T01:25:59 | 2019-07-10T02:59:23 | 2019-07-10T14:00:43 | 2022-06-21T01:25:59 | 154 | 0 | 0 | 3 | Java | false | false | package com.gz.softwaremanagement.dao;
import com.gz.softwaremanagement.entities.Admin;
import org.apache.ibatis.annotations.Mapper;
/**
* @Description: 登录操作的DAO
* @Author: MrXu
* @date: 2019/7/10
*/
@Mapper
public interface LoginDao {
/**
* 根据admin_email和admin_email查询管理员对象
* @param admin_email 管理... | UTF-8 | Java | 537 | java | LoginDao.java | Java | [
{
"context": "Mapper;\n\n/**\n * @Description: 登录操作的DAO\n * @Author: MrXu\n * @date: 2019/7/10\n */\n\n@Mapper\npublic interface",
"end": 181,
"score": 0.9991955757141113,
"start": 177,
"tag": "USERNAME",
"value": "MrXu"
}
] | null | [] | package com.gz.softwaremanagement.dao;
import com.gz.softwaremanagement.entities.Admin;
import org.apache.ibatis.annotations.Mapper;
/**
* @Description: 登录操作的DAO
* @Author: MrXu
* @date: 2019/7/10
*/
@Mapper
public interface LoginDao {
/**
* 根据admin_email和admin_email查询管理员对象
* @param admin_email 管理... | 537 | 0.706861 | 0.692308 | 24 | 19.041666 | 20.687113 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.208333 | false | false | 3 |
03322d7b0c2f29ecafe8c9d84cd3bd45bfd4ff3d | 26,233,660,295,965 | 442de1bbc60af051e3ed2155a36dd432e1d46627 | /api/src/main/java/com/kuuasema/PlayerController.java | 20d814a2b701bbeb92044e5e36b48b1049615b9f | [] | no_license | anhpham1509/mvp-highscores | https://github.com/anhpham1509/mvp-highscores | c2e53c55e4a5b59a3f45cd315380ffdfdeee94ba | bf1a94d6252c796e2ae896b48470266a0506eba0 | refs/heads/master | 2020-05-26T01:50:39.426000 | 2017-03-15T22:45:27 | 2017-03-15T22:45:27 | 84,984,236 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kuuasema;
import com.kuuasema.model.Player;
import com.kuuasema.repository.PlayerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.HashSet;
import java.util.Set;
/*... | UTF-8 | Java | 1,163 | java | PlayerController.java | Java | [
{
"context": ".HashSet;\nimport java.util.Set;\n\n/**\n * Created by DuyAnhPham on 12/03/2017.\n */\n\n@RestController\n@RequestMappi",
"end": 346,
"score": 0.9580218195915222,
"start": 336,
"tag": "USERNAME",
"value": "DuyAnhPham"
}
] | null | [] | package com.kuuasema;
import com.kuuasema.model.Player;
import com.kuuasema.repository.PlayerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.HashSet;
import java.util.Set;
/*... | 1,163 | 0.703353 | 0.694755 | 41 | 27.365854 | 25.665537 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 3 |
b44a6a9634fb7157803bc9e4f3e435ddeb7af356 | 5,153,960,810,245 | 02529821d1798df52f5baea1a441d91db262ea69 | /java_pure/src/main/java/design_pattern/creational/p1_singleton/SingletonDCLPre.java | 0bb8352556d6471a31905354d78fc2651f6a667d | [] | no_license | itCatface/idea_mess | https://github.com/itCatface/idea_mess | 2dc8cecbe4585e4dd3818dc62fff02d9aaa4327e | 8dcfafd05ff6c56afba11536616b35f919328234 | refs/heads/master | 2020-03-28T22:52:16.986000 | 2019-01-19T04:56:32 | 2019-01-19T04:56:32 | 149,260,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design_pattern.creational.p1_singleton;
/**
Created by catfaceWYH --> tel|wechat|qq 130 128 92925
*/
public class SingletonDCLPre {
private static SingletonDCLPre mInstance;
public static SingletonDCLPre getInstance() {
if (null == mInstance) {
synchronized (SingletonDCLPre.clas... | UTF-8 | Java | 840 | java | SingletonDCLPre.java | Java | [
{
"context": "_pattern.creational.p1_singleton;\n\n/**\n Created by catfaceWYH --> tel|wechat|qq 130 128 92925\n */\npublic class ",
"end": 75,
"score": 0.9996441602706909,
"start": 65,
"tag": "USERNAME",
"value": "catfaceWYH"
}
] | null | [] | package design_pattern.creational.p1_singleton;
/**
Created by catfaceWYH --> tel|wechat|qq 130 128 92925
*/
public class SingletonDCLPre {
private static SingletonDCLPre mInstance;
public static SingletonDCLPre getInstance() {
if (null == mInstance) {
synchronized (SingletonDCLPre.clas... | 840 | 0.563397 | 0.549043 | 33 | 24.333334 | 24.828707 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 3 |
411b2f805c81c8fa29c67cae3c49791556b8a366 | 12,025,908,477,326 | f6f51362026999f7d973ec404054616088886255 | /registrar/src/main/java/com/revature/registrar/web/dtos/FacultyDTO.java | 3f19c48f01915e6d0a4fe2ebe2652ad69bb0f03c | [] | no_license | 210726-java-react-serverless/SignMeUp-Api | https://github.com/210726-java-react-serverless/SignMeUp-Api | fa574064a50e88cfb28b245148e71d1ec60df5ec | 8c9f102e94629a2e24fba94948ea722a6f59abb2 | refs/heads/main | 2023-07-25T07:18:22.043000 | 2021-09-10T14:39:25 | 2021-09-10T14:39:25 | 395,384,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.registrar.web.dtos;
import com.revature.registrar.models.ClassModel;
import com.revature.registrar.models.Faculty;
import com.revature.registrar.models.Student;
import com.revature.registrar.web.dtos.minis.ClassModelMini;
import java.util.HashSet;
import java.util.Set;
public class FacultyDTO ex... | UTF-8 | Java | 1,022 | java | FacultyDTO.java | Java | [
{
"context": "() + '\\'' +\n \", username='\" + this.getUsername() + '\\'' +\n \", isFaculty=\" + \"fals",
"end": 938,
"score": 0.7018638253211975,
"start": 927,
"tag": "USERNAME",
"value": "getUsername"
}
] | null | [] | package com.revature.registrar.web.dtos;
import com.revature.registrar.models.ClassModel;
import com.revature.registrar.models.Faculty;
import com.revature.registrar.models.Student;
import com.revature.registrar.web.dtos.minis.ClassModelMini;
import java.util.HashSet;
import java.util.Set;
public class FacultyDTO ex... | 1,022 | 0.580235 | 0.580235 | 34 | 29.058823 | 22.568771 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 3 |
739168dbc081ae4c82d80e2f400c0efb99463263 | 12,025,908,478,251 | e05174b162b0287d110ab74a0c40fc93c3f2549c | /app/src/main/java/net/pmbr/modernartui/MainActivity.java | fe5cf6f5117b7d1a27a6824d8a9dec6b617423c8 | [] | no_license | pmbr/ModernArtUI | https://github.com/pmbr/ModernArtUI | 27621091557f42b78c974eff0a59546546977648 | e5c51e8284bc6603c3e816a19481588d61fd98e8 | refs/heads/master | 2016-06-04T21:37:53.158000 | 2015-12-24T13:36:20 | 2015-12-24T13:36:20 | 48,537,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.pmbr.modernartui;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.FrameLayout;
import android.widget.SeekBar;
im... | UTF-8 | Java | 3,814 | java | MainActivity.java | Java | [] | null | [] | package net.pmbr.modernartui;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.FrameLayout;
import android.widget.SeekBar;
im... | 3,814 | 0.64709 | 0.641846 | 127 | 29.03937 | 26.79035 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488189 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.