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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cc2700f7da8414b1635c1565d8bdf59217f12e5f | 10,307,921,570,187 | 162b7a29274304ae34ffbd7aff1e0a1882713149 | /taotao-manager/taotao-manager-dao/src/main/java/com/taotao/mapper/TbOrderItemMapper.java | cbc0d8922657d510945b47f2a48eb103c4bb1f7f | [] | no_license | pangwawa/taotao-file | https://github.com/pangwawa/taotao-file | 1192e4ae067ead69fe658ee0ac110aa9966b46ed | 0a2b41f6cb5e4ddf100b5a1e13760f77cf98282a | refs/heads/master | 2020-04-17T22:00:10.433000 | 2019-01-22T10:34:37 | 2019-01-22T10:34:37 | 166,975,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taotao.mapper;
import com.taotao.pojo.TbOrderItem;
import java.util.List;
public interface TbOrderItemMapper {
int insert(TbOrderItem record);
List<TbOrderItem> selectAll();
} | UTF-8 | Java | 199 | java | TbOrderItemMapper.java | Java | [] | null | [] | package com.taotao.mapper;
import com.taotao.pojo.TbOrderItem;
import java.util.List;
public interface TbOrderItemMapper {
int insert(TbOrderItem record);
List<TbOrderItem> selectAll();
} | 199 | 0.763819 | 0.763819 | 11 | 17.181818 | 15.998967 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
302a0271572213a610327424d723ed45cca8260d | 3,289,944,962,469 | 5271d6a411be64831ecd0c0e13210f688e181972 | /app/src/main/java/com/example/more/di/module/ViewModelModule.java | e67adfecb68d13537d0036da069464271583dba5 | [] | no_license | AshishMK/More | https://github.com/AshishMK/More | a60fcb295ffbf3813fc933f88aaf410553bff6aa | e62550b960d4b66fabf17e195374f0eb949dffda | refs/heads/master | 2021-07-05T14:12:50.286000 | 2020-12-14T05:55:25 | 2020-12-14T05:55:25 | 214,552,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.more.di.module;
import androidx.lifecycle.ViewModel;
import androidx.lifecycle.ViewModelProvider;
import com.example.more.di.ViewModelKey;
import com.example.more.factory.ViewModelFactory;
import com.example.more.viewmodel.ContentListViewModel;
import com.example.more.viewmodel.DMActivityViewMode... | UTF-8 | Java | 2,126 | java | ViewModelModule.java | Java | [] | null | [] | package com.example.more.di.module;
import androidx.lifecycle.ViewModel;
import androidx.lifecycle.ViewModelProvider;
import com.example.more.di.ViewModelKey;
import com.example.more.factory.ViewModelFactory;
import com.example.more.viewmodel.ContentListViewModel;
import com.example.more.viewmodel.DMActivityViewMode... | 2,126 | 0.793509 | 0.793509 | 71 | 28.957747 | 30.27314 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323944 | false | false | 10 |
603c0f81ee4d28c1ea17e16df9a930c664ffaf39 | 6,734,508,739,260 | b90c80f838a9806df38c853bb17873c17e52c2e2 | /Heranças e Polimorfismo/src/herancas/testeGerente.java | d522cf95a31c57a66f71e6300a0ec864f0ead1a1 | [] | no_license | JulioLongo/Java | https://github.com/JulioLongo/Java | 07cb9e2db56edd5c5e32c288367e15fdee1a774d | e6a6b98af20ac4850843ea990841c2ae85da078e | refs/heads/master | 2020-07-07T17:29:42.649000 | 2019-09-09T13:34:13 | 2019-09-09T13:34:13 | 203,422,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package herancas;
public class testeGerente {
public static void main(String[] args) {
Gerente jubs = new Gerente();
//Insire variaveis de funcionario
jubs.setNome("Julio");
jubs.setSalario(500);
System.out.println(jubs.getNome());
jubs.setSenha(123);
boolean autenticou = jubs.autentica(123);
Sy... | ISO-8859-1 | Java | 427 | java | testeGerente.java | Java | [
{
"context": "//Insire variaveis de funcionario\n\t\tjubs.setNome(\"Julio\");\n\t\tjubs.setSalario(500);\n\t\tSystem.out.println(j",
"end": 181,
"score": 0.9997249245643616,
"start": 176,
"tag": "NAME",
"value": "Julio"
},
{
"context": "m.out.println(jubs.getNome());\n\t\t\n\t\tjubs.... | null | [] | package herancas;
public class testeGerente {
public static void main(String[] args) {
Gerente jubs = new Gerente();
//Insire variaveis de funcionario
jubs.setNome("Julio");
jubs.setSalario(500);
System.out.println(jubs.getNome());
jubs.setSenha(123);
boolean autenticou = jubs.autentica(123);
Sy... | 427 | 0.708235 | 0.687059 | 19 | 21.368422 | 15.314976 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.947368 | false | false | 10 |
3153630b196ced41c4fac5189350c2e83916949a | 27,839,978,074,952 | 4e29948cad42137ced755c98a6cc065d6f95af81 | /src/main/java/com/turing/spider/fanxing/KeyValue.java | 8a080af3f448dd73a3f8c50c18c7406d0d503be1 | [] | no_license | chenbinTR/turing-apider | https://github.com/chenbinTR/turing-apider | ff238903620574808d81cff9fd22b9b1e057b83a | 05d541a16e17fc6cbf44421f51f5552b839f0774 | refs/heads/master | 2020-03-26T16:14:54.221000 | 2020-03-25T09:17:04 | 2020-03-25T09:17:04 | 145,089,748 | 0 | 0 | null | false | 2020-05-13T05:42:41 | 2018-08-17T07:51:04 | 2020-05-13T05:42:23 | 2020-05-13T05:42:40 | 3,937 | 0 | 0 | 1 | Java | false | false | package com.turing.spider.fanxing;
import java.util.Map;
/**
* @author ChenOT
* @date 2019-05-23
* @see
* @since
*/
public class KeyValue<K,V> {
private K k;
private V v;
public void put(K k, V v){
this.k = k;
this.v = v;
}
public V getV(K k){
return this.v;
}
... | UTF-8 | Java | 466 | java | KeyValue.java | Java | [
{
"context": "er.fanxing;\n\nimport java.util.Map;\n\n/**\n * @author ChenOT\n * @date 2019-05-23\n * @see\n * @since\n */\npublic ",
"end": 80,
"score": 0.9966861605644226,
"start": 74,
"tag": "USERNAME",
"value": "ChenOT"
}
] | null | [] | package com.turing.spider.fanxing;
import java.util.Map;
/**
* @author ChenOT
* @date 2019-05-23
* @see
* @since
*/
public class KeyValue<K,V> {
private K k;
private V v;
public void put(K k, V v){
this.k = k;
this.v = v;
}
public V getV(K k){
return this.v;
}
... | 466 | 0.540773 | 0.519313 | 28 | 15.642858 | 14.842541 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 10 |
768a6cfa4e5cc790e698d34f8c50524010542fb1 | 283,467,877,476 | 5df4ee432fe688336e5d0d5ce4c4fbda769b6650 | /src/main/java/com/as2secure/MimepartHelper.java | b830a4da9589759004748113c301cc004f726041 | [
"MIT"
] | permissive | igwtech/as2secure-java | https://github.com/igwtech/as2secure-java | d27a49a9c0eb17acc0fea1ec6eb928bd7c083d97 | fea91a9009289ac0cdff84aeb1ef827adb536d56 | refs/heads/master | 2022-02-25T21:40:58.800000 | 2019-09-17T20:14:23 | 2019-09-17T20:14:23 | 208,940,883 | 0 | 0 | MIT | true | 2019-09-17T02:25:54 | 2019-09-17T02:25:53 | 2018-07-17T13:23:35 | 2014-06-04T16:00:59 | 128 | 0 | 0 | 0 | null | false | false | package com.as2secure;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.internet.MimeMes... | UTF-8 | Java | 1,404 | java | MimepartHelper.java | Java | [] | null | [] | package com.as2secure;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.internet.MimeMes... | 1,404 | 0.7849 | 0.784188 | 37 | 36.918919 | 44.384911 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 10 |
c3c5be1f1b05d7d149fca826f09a46c4fd1da719 | 20,366,734,977,704 | 7a70adfa9b1458833a5289549381ff051d657d45 | /app/src/main/java/mgr/mobmove/plik/Plik.java | c2f1540b2808935e21f875b26b93b961cd9bcfb1 | [] | no_license | liwiusz/MobMove | https://github.com/liwiusz/MobMove | 3db451062808f8ef4529831ce9e97b8e1160206e | 2f6fc6ba29102538775f9d019f3da352001a9610 | refs/heads/master | 2020-05-21T03:27:09.398000 | 2016-12-22T16:28:59 | 2016-12-22T16:28:59 | 52,968,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mgr.mobmove.plik;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
public class Plik {
public static void save(String filename, ArrayList<Dane> d,String rodzajAktywnosci,String d... | UTF-8 | Java | 6,328 | java | Plik.java | Java | [] | null | [] | package mgr.mobmove.plik;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
public class Plik {
public static void save(String filename, ArrayList<Dane> d,String rodzajAktywnosci,String d... | 6,328 | 0.573957 | 0.573799 | 155 | 39.825806 | 29.858408 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716129 | false | false | 10 |
297473b163f5e0ead131ee7edf3b38257b3db783 | 24,386,824,318,379 | fea4a382bd17ac1aaa82a5c8ec0e3a78c33b7270 | /app/src/main/java/com/ntn/testhometiki/HomeActivity.java | 621caa061fe4cefe5bd7242033c36993d3b30a59 | [] | no_license | trungnghi4/Tiki-Home-Test | https://github.com/trungnghi4/Tiki-Home-Test | f93a5bdd8904ea6d46fde168bb7c564069938a41 | 4dd844e45fe8f25bde88a91150c942ac8d0d688c | refs/heads/master | 2022-11-20T07:10:25.451000 | 2020-07-18T03:22:58 | 2020-07-18T03:22:58 | 280,428,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ntn.testhometiki;
import android.app.AlertDialog;
import android.content.Context;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.widget.Button;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recycl... | UTF-8 | Java | 4,654 | java | HomeActivity.java | Java | [] | null | [] | package com.ntn.testhometiki;
import android.app.AlertDialog;
import android.content.Context;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.widget.Button;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recycl... | 4,654 | 0.735926 | 0.735926 | 123 | 36.829269 | 30.931791 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626016 | false | false | 10 |
75cd0607d1e506c270e3cb68ac44b28fbaa378ec | 36,867,999,284,967 | b210695c3a85efaf7aa7aad8fbe66abae45a4ecf | /src/main/java/com/beha/dto/GradeLessonDTO.java | 87e42c0b03b15ccade86a6ea9a556f84c891aaf4 | [] | no_license | gatess/beha-school-shop | https://github.com/gatess/beha-school-shop | 5ad5c1fbef8c42074ce5b34b32b5f32043997c42 | 11fbbe0cf68ff9fb57ea439a4e12b5bdf2ddfd0f | refs/heads/master | 2023-07-12T02:01:22.140000 | 2021-08-12T16:03:48 | 2021-08-12T16:03:48 | 395,058,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beha.dto;
import lombok.Data;
@Data
public class GradeLessonDTO {
private String gradeName;
private String lessonName;
private long gradeId;
private long lessonId;
private String teacherName;
private long teacherId;
}
| UTF-8 | Java | 239 | java | GradeLessonDTO.java | Java | [] | null | [] | package com.beha.dto;
import lombok.Data;
@Data
public class GradeLessonDTO {
private String gradeName;
private String lessonName;
private long gradeId;
private long lessonId;
private String teacherName;
private long teacherId;
}
| 239 | 0.786611 | 0.786611 | 14 | 16.071428 | 11.435935 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
bba02aa919f1720818adffbd97b880d9ec317e9d | 6,287,832,180,625 | 94032301c970fc36cc0ad8f15a42c8b01bab7e8a | /src/main/java/com/codeyasam/testcasemanagement/repository/BatchUploadRepository.java | 3978cbfc745e639d120b6aa6b2f8950db54d68a3 | [] | no_license | codeyasam/TMS-POC | https://github.com/codeyasam/TMS-POC | 85ef66d538f52e8a0a1d0317207436bff7e2b453 | e3560aa4cb116ee1efd2faecb159f7a258d28068 | refs/heads/master | 2020-04-01T23:56:52.091000 | 2018-10-14T16:53:30 | 2018-10-14T16:53:30 | 153,780,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codeyasam.testcasemanagement.repository;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.codeyasam.testcasemanagement.domain.BatchUpload;
public interface BatchUploadRepository extends PagingAndSortingRepository<BatchUpload, Long> {
}
| UTF-8 | Java | 285 | java | BatchUploadRepository.java | Java | [] | null | [] | package com.codeyasam.testcasemanagement.repository;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.codeyasam.testcasemanagement.domain.BatchUpload;
public interface BatchUploadRepository extends PagingAndSortingRepository<BatchUpload, Long> {
}
| 285 | 0.870175 | 0.870175 | 9 | 30.666666 | 35.680683 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 3 |
edcbaa1569808ef05aa6e193db60fc4cef67d0ff | 39,341,900,447,815 | 11541990f394df21e94669e15c573125943fe975 | /src/main/java/rpc/http2/consumer/HttpConsumer.java | 1c9e056799c7e6c80821070a128d704fbcac1049 | [] | no_license | lucifer7/soa-demo | https://github.com/lucifer7/soa-demo | 520078186aa351f96c031c7a7bb6221964bbf99a | 056aa9df770373d0a0c241eb12bc118e5c8d0e32 | refs/heads/master | 2021-01-20T20:15:17.669000 | 2016-07-07T14:01:49 | 2016-07-07T14:01:49 | 61,297,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rpc.http2.consumer;
import lombok.extern.log4j.Log4j;
import rpc.http2.protocol.Encode;
import rpc.http2.protocol.ProtocolUtil;
import rpc.http2.protocol.Request;
import rpc.http2.protocol.Response;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
i... | UTF-8 | Java | 1,171 | java | HttpConsumer.java | Java | [
{
"context": "til.ProjectConstants.HTTP_PORT;\n\n/**\n * Created by lucifer on 2016-7-3.\n */\n@Log4j\npublic class HttpConsumer",
"end": 442,
"score": 0.9996082782745361,
"start": 435,
"tag": "USERNAME",
"value": "lucifer"
}
] | null | [] | package rpc.http2.consumer;
import lombok.extern.log4j.Log4j;
import rpc.http2.protocol.Encode;
import rpc.http2.protocol.ProtocolUtil;
import rpc.http2.protocol.Request;
import rpc.http2.protocol.Response;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
i... | 1,171 | 0.701506 | 0.684677 | 41 | 26.536585 | 22.861298 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 3 |
be560a96aad92a13d8ea6bc254067df631566abd | 38,654,705,675,922 | fdd8c892c396f62a5ea3884a72e8058cdd5a33b3 | /web/src/main/java/com/github/freeacs/web/app/page/window/WindowData.java | 7cdca14dbbfe85a343c1f104a5bc140ab4f4378e | [
"MIT"
] | permissive | yrong/freeacs | https://github.com/yrong/freeacs | 8e408dffd62be25163a36b877d7f5f6f5a7eb58a | a8458c2b319c7680afd39998481a659f60edac7a | refs/heads/master | 2020-06-24T22:29:15.296000 | 2019-07-29T03:52:41 | 2019-07-29T03:52:41 | 199,109,973 | 1 | 0 | MIT | true | 2019-07-27T03:23:27 | 2019-07-27T03:23:27 | 2019-07-17T20:37:21 | 2019-06-15T20:25:50 | 17,239 | 0 | 0 | 0 | null | false | false | package com.github.freeacs.web.app.page.window;
import com.github.freeacs.web.app.input.Input;
import com.github.freeacs.web.app.input.InputData;
import java.util.Map;
/** The Class WindowData. */
public class WindowData extends InputData {
/** The download. */
private Input download = Input.getStringInput("downl... | UTF-8 | Java | 1,790 | java | WindowData.java | Java | [] | null | [] | package com.github.freeacs.web.app.page.window;
import com.github.freeacs.web.app.input.Input;
import com.github.freeacs.web.app.input.InputData;
import java.util.Map;
/** The Class WindowData. */
public class WindowData extends InputData {
/** The download. */
private Input download = Input.getStringInput("downl... | 1,790 | 0.621229 | 0.621229 | 100 | 16.9 | 16.498787 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.18 | false | false | 3 |
41ca07f1b0c8803659ff6189868fa700c22b0b21 | 24,515,673,360,930 | 3a8f56b4cd8dbef8d7466006045218f299fd3c7a | /maven/jakarta-slide-kernel/src/main/java/org/apache/slide/extractor/SimpleXmlExtractor.java | e0c2a192d2244c40ad7ed73b8cd298353d668534 | [
"Apache-2.0"
] | permissive | integrated/jakarta-slide-server | https://github.com/integrated/jakarta-slide-server | cc308e5d1e0227f4175ded571db88785243991ab | d8ca711048cc6fe559f7b06a9ae0d64f6ecb574f | refs/heads/master | 2020-03-02T18:14:15.476000 | 2013-02-08T14:33:14 | 2013-02-08T14:33:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* $Header: /var/chroot/cvs/cvs/factsheetDesigner/extern/jakarta-slide-server-src-2.1-iPlus Edit/src/share/org/apache/slide/extractor/SimpleXmlExtractor.java,v 1.2 2006-01-22 22:49:05 peter-cvs Exp $
* $Revision: 1.2 $
* $Date: 2006-01-22 22:49:05 $
*
* ===========================================================... | UTF-8 | Java | 5,198 | java | SimpleXmlExtractor.java | Java | [
{
"context": "XmlExtractor.java,v 1.2 2006-01-22 22:49:05 peter-cvs Exp $\n * $Revision: 1.2 $\n * $Date: 2006-01-22 2",
"end": 195,
"score": 0.6346368789672852,
"start": 193,
"tag": "USERNAME",
"value": "cv"
}
] | null | [] | /*
* $Header: /var/chroot/cvs/cvs/factsheetDesigner/extern/jakarta-slide-server-src-2.1-iPlus Edit/src/share/org/apache/slide/extractor/SimpleXmlExtractor.java,v 1.2 2006-01-22 22:49:05 peter-cvs Exp $
* $Revision: 1.2 $
* $Date: 2006-01-22 22:49:05 $
*
* ===========================================================... | 5,198 | 0.659484 | 0.650058 | 137 | 36.941605 | 32.852196 | 199 | false | false | 0 | 0 | 0 | 0 | 69 | 0.013274 | 0.49635 | false | false | 3 |
968ba9366565eb1334d268122fe475459214fd0b | 7,739,531,116,623 | bb88d398f7ff89365e4c16656c1fc6b376e11cd0 | /xsl-autoconfig-mvc/src/main/java/com/openxsl/config/filedata/export/service/ImportService.java | 74ca69008e66478ab8b41dfc07a4436bf42f03a1 | [] | no_license | shlxiong/autoconfig | https://github.com/shlxiong/autoconfig | e93a88e1acb8a2190359a4d6dad225cb943ebdce | c1302c6733b870d61f0d21a8c8bb310d3614265e | refs/heads/master | 2022-12-23T13:57:00.854000 | 2022-06-22T13:41:37 | 2022-06-22T13:41:37 | 247,972,058 | 2 | 0 | null | false | 2022-12-16T10:03:38 | 2020-03-17T13:07:58 | 2022-05-15T05:07:10 | 2022-12-16T10:03:36 | 1,880 | 2 | 0 | 21 | Java | false | false | package com.openxsl.config.filedata.export.service;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.Collection;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org... | UTF-8 | Java | 7,757 | java | ImportService.java | Java | [] | null | [] | package com.openxsl.config.filedata.export.service;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.Collection;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org... | 7,757 | 0.724691 | 0.720782 | 213 | 35.032864 | 26.77701 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.807512 | false | false | 3 |
0d201fbb5a71c1cf4d8ac15fee118ccff100ba48 | 32,427,003,119,492 | 1c3312b0dc82553276847631c99913e70e55e5ea | /src/main/java/it/tooly/fxtooly/tab/connector/Connector.java | 2acc610767b6a2a47365611c645cba4bf2651cc0 | [] | no_license | ruudk12/FXTooly | https://github.com/ruudk12/FXTooly | 9ec4e0db34bc2bfbcc1f5ab540a04a49726aa185 | 7b9953873c54f547880dfd5870d860febf0c8e06 | refs/heads/master | 2021-01-23T11:21:28.306000 | 2017-06-21T08:20:05 | 2017-06-21T08:20:05 | 93,134,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.tooly.fxtooly.tab.connector;
import it.tooly.fxtooly.ToolyPane;
public class Connector extends ToolyPane {
public Connector() {
super();
}
}
| UTF-8 | Java | 167 | java | Connector.java | Java | [] | null | [] | package it.tooly.fxtooly.tab.connector;
import it.tooly.fxtooly.ToolyPane;
public class Connector extends ToolyPane {
public Connector() {
super();
}
}
| 167 | 0.706587 | 0.706587 | 9 | 16.555555 | 16.733938 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
8af522c7015508cef42d5936b370efe74df02eed | 463,856,489,391 | 8d17eed31463934283696945ce5c8d2e17478608 | /app/src/main/java/com/kuaimeizhuang/fashionmix/bean/UserPageBean.java | ca12f334f386f8578354e407a6ff5e3a9b2d8742 | [] | no_license | shiguangxiang/dome | https://github.com/shiguangxiang/dome | 6a780c646472c50f55fe1a8473e2dc4810cd4595 | 44b6987dbb75b99b03879973742dbf2e4920af3c | refs/heads/master | 2021-06-17T16:38:58.402000 | 2017-06-08T04:25:25 | 2017-06-08T04:25:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kuaimeizhuang.fashionmix.bean;
import com.kuaimeizhuang.fashionmix.bean.base.BaseBean;
import java.util.List;
/**
* <p>用户个人主页</p>
* Created on 17/6/3.
*
* @author Shi GuangXiang.
*/
public class UserPageBean extends BaseBean {
private int per_page;
private boolean has_page;
private Lis... | UTF-8 | Java | 790 | java | UserPageBean.java | Java | [
{
"context": " <p>用户个人主页</p>\n * Created on 17/6/3.\n *\n * @author Shi GuangXiang.\n */\n\npublic class UserPageBean extends BaseBean ",
"end": 196,
"score": 0.999797523021698,
"start": 182,
"tag": "NAME",
"value": "Shi GuangXiang"
}
] | null | [] | package com.kuaimeizhuang.fashionmix.bean;
import com.kuaimeizhuang.fashionmix.bean.base.BaseBean;
import java.util.List;
/**
* <p>用户个人主页</p>
* Created on 17/6/3.
*
* @author <NAME>.
*/
public class UserPageBean extends BaseBean {
private int per_page;
private boolean has_page;
private List<Post> ... | 782 | 0.616967 | 0.611825 | 43 | 17.11628 | 16.606541 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27907 | false | false | 3 |
35184ab643f147a7fac4e4be3e2b324ff842f5a5 | 463,856,487,847 | 94f9172c894c3d578ab9321c2c6f6dfcaa64182b | /src/by/dbarkova/runner/MainApp4.java | 03f612ad3569813d5ab092511ba95879704fef74 | [] | no_license | daryabarkova/Lesson9 | https://github.com/daryabarkova/Lesson9 | 393cab89fe232e3de6b773020fb1f513765bb089 | 126cb42c736c40a9e2b88e42f0921cb7f986e9d9 | refs/heads/master | 2021-05-12T15:07:32.523000 | 2018-01-10T15:31:40 | 2018-01-10T15:31:40 | 116,975,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.dbarkova.runner;
import java.util.Arrays;
public class MainApp4 {
public static void main(String[] args) {
// гл. 7, вар. А, задание 9
// Определить, сколько раз повторяется в тексте каждое слово, которое встречается в нем.. (используя String)
String s = "Lorem ipsum dolor sit amet... | WINDOWS-1251 | Java | 1,262 | java | MainApp4.java | Java | [
{
"context": "\n\r\n\tpublic static void main(String[] args) {\r\n\t\t// гл. 7, вар. А, задание 9\r\n\t\t// Определить, сколько ",
"end": 135,
"score": 0.7592867612838745,
"start": 134,
"tag": "NAME",
"value": "г"
},
{
"context": "lic static void main(String[] args) {\r\n\t\t// гл. 7... | null | [] | package by.dbarkova.runner;
import java.util.Arrays;
public class MainApp4 {
public static void main(String[] args) {
// гл. 7, <NAME>, задание 9
// Определить, сколько раз повторяется в тексте каждое слово, которое встречается в нем.. (используя String)
String s = "Lorem ipsum dolor sit amet... | 1,258 | 0.576561 | 0.56373 | 46 | 23.413044 | 29.678404 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.804348 | false | false | 3 |
b6ff299385a451f0b6cf724923ee2615d7a1b157 | 21,964,462,774,152 | 73238bea4a755981f8ab4016038aae76093fd305 | /src/main/java/com/job/user/review/service/impl/ReviewUserServiceImpl.java | 734ad413f8552e07a705c3d53e154ee484ca060c | [] | no_license | nhi2020/job | https://github.com/nhi2020/job | 15adc5e09b90cdf70c8d266e1a7b0f3bbf1a036a | 9c5d411d924d56d7c9e4ca75107e931fbf89d490 | refs/heads/master | 2023-01-03T10:01:43.307000 | 2020-10-27T02:53:49 | 2020-10-27T02:53:49 | 299,147,647 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.job.user.review.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.job.user.biz.service.BizUserVO;
import com.job.user.review.service.ReviewUserService;
import com.job.user.review.service.ReviewUserVO;
@Service("r... | UTF-8 | Java | 3,117 | java | ReviewUserServiceImpl.java | Java | [] | null | [] | package com.job.user.review.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.job.user.biz.service.BizUserVO;
import com.job.user.review.service.ReviewUserService;
import com.job.user.review.service.ReviewUserVO;
@Service("r... | 3,117 | 0.75205 | 0.747786 | 112 | 25.223215 | 22.458576 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 3 |
21cea243885c12c9dddf943b47cb58ce5c7d675a | 18,382,460,051,147 | 378983b57bf0d39a3a009697c999f5fc79d11061 | /src/main/java/com/ymourino/ad04/utils/CommandPrompt.java | 9292ccc81667e3b3e5400ab12d6a8afd8c5e8f34 | [] | no_license | yago1982/AD04 | https://github.com/yago1982/AD04 | b27cd03bf4c3d9ffd628d27a4bf3e0170cebec91 | 53fd0ac8b3598060729e972c3d093a9aa32cbdba | refs/heads/master | 2022-06-27T02:26:09.476000 | 2020-02-09T20:59:27 | 2020-02-09T20:59:27 | 239,373,501 | 0 | 0 | null | false | 2022-05-20T21:24:27 | 2020-02-09T21:00:10 | 2020-02-09T21:01:12 | 2022-05-20T21:24:27 | 27 | 0 | 0 | 3 | Java | false | false | /*
* NOTA IMPORTANTE: las clases del paquete com.ymourino.ad04.utils son parte de un proyecto personal todavía en desarrollo.
* Hay código que se deriva del diseño previo realizado para dicho proyecto, pero que todavía no tiene una utilidad real
* en este momento.
*/
package com.ymourino.ad04.utils;
import java.ut... | UTF-8 | Java | 6,129 | java | CommandPrompt.java | Java | [] | null | [] | /*
* NOTA IMPORTANTE: las clases del paquete com.ymourino.ad04.utils son parte de un proyecto personal todavía en desarrollo.
* Hay código que se deriva del diseño previo realizado para dicho proyecto, pero que todavía no tiene una utilidad real
* en este momento.
*/
package com.ymourino.ad04.utils;
import java.ut... | 6,129 | 0.614489 | 0.613342 | 150 | 39.673332 | 35.179256 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 3 |
4e2c3e4676c380ab92830e252717035fa8e2ce0a | 20,624,432,980,119 | 156480098917a674af10ec790d4069bd6ce6d4f2 | /src/com/design/patterns/gof/behavioural/strategy/DummyInventoryManager.java | a6427417dc5250d2f4eb0b95e8688dfb2c45b3e5 | [
"MIT"
] | permissive | kanaparthikiran/TakeOff | https://github.com/kanaparthikiran/TakeOff | 5cbdc1fda16897316e208aef2bf0f45f10162b7a | 35850511d73bbe8509e867b901831fced2703e01 | refs/heads/master | 2021-01-20T22:15:29.780000 | 2019-10-22T00:46:09 | 2019-10-22T00:46:09 | 60,874,908 | 1 | 0 | null | false | 2018-09-29T18:48:28 | 2016-06-10T20:26:19 | 2018-08-16T07:04:19 | 2018-09-29T18:48:28 | 18,730 | 1 | 0 | 0 | Java | false | null | /**
*
*/
package com.design.patterns.gof.behavioural.strategy;
/**
* @author kkanaparthi
*
*/
public class DummyInventoryManager implements InventoryManager {
/**
*
*/
public DummyInventoryManager() {
}
}
| UTF-8 | Java | 228 | java | DummyInventoryManager.java | Java | [
{
"context": "patterns.gof.behavioural.strategy;\n\n/**\n * @author kkanaparthi\n *\n */\npublic class DummyInventoryManager impleme",
"end": 93,
"score": 0.9972138404846191,
"start": 82,
"tag": "USERNAME",
"value": "kkanaparthi"
}
] | null | [] | /**
*
*/
package com.design.patterns.gof.behavioural.strategy;
/**
* @author kkanaparthi
*
*/
public class DummyInventoryManager implements InventoryManager {
/**
*
*/
public DummyInventoryManager() {
}
}
| 228 | 0.649123 | 0.649123 | 21 | 9.857142 | 17.650808 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
9a3d546101fd0281178156ea6403edbe5b226882 | 29,712,583,775,369 | 2d65a59bcee55237d8e122d77f3632dbb690310e | /app/src/main/java/net/kisslogo/holdyou/ui/activity/info/DataActivity.java | d866f705783f0a796d1f021cd865cf1bb8a08517 | [] | no_license | yz1309/holdyou | https://github.com/yz1309/holdyou | 71671b8853748b527e131dc481a37869dbb9296b | 8c105929495be4dbcbdff634f282a0547313f8f1 | refs/heads/master | 2021-05-06T11:56:34.247000 | 2019-07-03T09:30:34 | 2019-07-03T09:30:34 | 113,005,944 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.kisslogo.holdyou.ui.activity.info;
import android.app.Activity;
import android.app.ActivityManager;
import android.bluetooth.BluetoothAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.hardwar... | UTF-8 | Java | 37,929 | java | DataActivity.java | Java | [
{
"context": "yzlibrary.utils.ULog;\n\n/**\n * 基础信息模块\n * Created by slantech on 2017/12/05 10:35\n */\n\npublic class DataActivit",
"end": 2481,
"score": 0.9984549880027771,
"start": 2473,
"tag": "USERNAME",
"value": "slantech"
}
] | null | [] | package net.kisslogo.holdyou.ui.activity.info;
import android.app.Activity;
import android.app.ActivityManager;
import android.bluetooth.BluetoothAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.hardwar... | 37,929 | 0.580975 | 0.577307 | 922 | 39.510845 | 27.360302 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62039 | false | false | 3 |
75df27b838465d62a89865ca90be0e61ad40a7af | 31,336,081,412,629 | c4477ea91b3b42b9c6ab3a01f4ccc9b92120fe82 | /parkingLot/parkingLot.java | 104c49faf4da7766de673fe7065c464357713b90 | [] | no_license | matannagar/Algorithmics_1 | https://github.com/matannagar/Algorithmics_1 | 6be41624d098705f46fddf9b88ea1238ebaf3164 | d7c8ed2807f7ba15227d676968d231ab2eb83e55 | refs/heads/master | 2023-03-04T22:58:16.116000 | 2021-02-17T20:34:58 | 2021-02-17T20:34:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parkingLot;
import parkingLot.Node;
import parkingLot.LinkedListCycle;
public class parkingLot {
public static void main(String[] args) {
LinkedListCycle parking = new LinkedListCycle();
int nLetters = 23, size = 13;
char v = 'v', w = 'w';
for (int i = 0; i < size; i++) {... | UTF-8 | Java | 2,374 | java | parkingLot.java | Java | [] | null | [] | package parkingLot;
import parkingLot.Node;
import parkingLot.LinkedListCycle;
public class parkingLot {
public static void main(String[] args) {
LinkedListCycle parking = new LinkedListCycle();
int nLetters = 23, size = 13;
char v = 'v', w = 'w';
for (int i = 0; i < size; i++) {... | 2,374 | 0.53075 | 0.526116 | 63 | 36.619049 | 28.047255 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698413 | false | false | 3 |
690521f516217d84f9ada5152599f84a66cfa53a | 26,955,214,779,588 | 63d2323c7a61565a90a7b9bf66810ee6d3c858f0 | /nix-explorer/src/main/java/nixexplorer/widgets/dnd/FolderViewBaseTransferHandler.java | c7d49d4fc294f45c1c7f8aa44dffb51cc9923a31 | [] | no_license | jayd2446/nix-explorer | https://github.com/jayd2446/nix-explorer | a608c3b05554ba5f709767f16e67f5c0fa0ff268 | f29da4c609bd1a46ddc81dfe4f769a6485554c9c | refs/heads/master | 2020-11-24T10:13:48.001000 | 2019-10-22T06:55:20 | 2019-10-22T06:55:20 | 228,102,346 | 1 | 0 | null | true | 2019-12-14T23:17:58 | 2019-12-14T23:17:58 | 2019-10-22T14:24:31 | 2019-11-13T09:23:07 | 4,319 | 0 | 0 | 0 | null | false | false | package nixexplorer.widgets.dnd;
import javax.swing.TransferHandler;
import nixexplorer.widgets.folderview.FolderViewWidget;
public class FolderViewBaseTransferHandler extends TransferHandler {
protected FolderViewWidget folderView;
public FolderViewWidget getWidget() {
return folderView;
}
public void setWi... | UTF-8 | Java | 385 | java | FolderViewBaseTransferHandler.java | Java | [] | null | [] | package nixexplorer.widgets.dnd;
import javax.swing.TransferHandler;
import nixexplorer.widgets.folderview.FolderViewWidget;
public class FolderViewBaseTransferHandler extends TransferHandler {
protected FolderViewWidget folderView;
public FolderViewWidget getWidget() {
return folderView;
}
public void setWi... | 385 | 0.815584 | 0.815584 | 17 | 21.647058 | 22.276184 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 3 |
18f7d7358ba3533845639ede0fc5ac83e5e6df9e | 9,251,359,588,935 | 9a732c4032960dac75635da5336efb53c11776e0 | /demo-distributed/src/main/java/com/wanggh/demo/distrbuted/rpc/EchoServiceImpl.java | 5e484ddc800a949ed5f07636099e10c0a8fbafee | [] | no_license | wgh1118/demo | https://github.com/wgh1118/demo | d0b650e40919e0c24e054b71e71b77d03219e4e9 | 90b18c00884f3d41c08ddbf219fd009cca97ddfd | refs/heads/master | 2020-07-29T07:39:55.744000 | 2019-09-20T06:41:36 | 2019-09-20T06:41:36 | 209,718,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wanggh.demo.distrbuted.rpc;
public class EchoServiceImpl implements EchoService {
@Override
public String echo(String s) {
return s;
}
}
| UTF-8 | Java | 170 | java | EchoServiceImpl.java | Java | [] | null | [] | package com.wanggh.demo.distrbuted.rpc;
public class EchoServiceImpl implements EchoService {
@Override
public String echo(String s) {
return s;
}
}
| 170 | 0.694118 | 0.694118 | 8 | 20.25 | 18.335417 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
cb354308a0f14cade61fa9608feaab2731347093 | 2,199,023,292,114 | b48967d5c9898bd9819c499dc63e5cf16f418d6e | /DSLCommon/source/dk/tdc/iht/util/factory/ObjectFactory.java | 4b9a38e71f20b47da85f30083c1a1faaa8e6d158 | [] | no_license | ayanch/DSLMON | https://github.com/ayanch/DSLMON | f245f7db16aa433792b7ff1351c5cb2ab71a0da5 | 039fd1188cea25d8bf1c885bc6671c8e10461004 | refs/heads/master | 2016-09-06T17:52:49.572000 | 2015-09-07T23:12:09 | 2015-09-07T23:12:09 | 42,077,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*** FILE "ObjectFactory.java" ************************************************/
/******************************************************************************/
/** **/
/** TDC Network Automation Tools - DSL Monitor. ... | UTF-8 | Java | 2,336 | java | ObjectFactory.java | Java | [
{
"context": "ry.java,v $\r\n * Revision 1.2 2006/11/22 12:59:01 momor\r\n * Object factories now timer capeable\r\n * Modif",
"end": 576,
"score": 0.9796110987663269,
"start": 571,
"tag": "USERNAME",
"value": "momor"
},
{
"context": "iation.\r\n *\r\n * Revision 1.1 2006/09/13 11... | null | [] | /*** FILE "ObjectFactory.java" ************************************************/
/******************************************************************************/
/** **/
/** TDC Network Automation Tools - DSL Monitor. ... | 2,296 | 0.5 | 0.479452 | 77 | 28.337662 | 26.466156 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.116883 | false | false | 3 |
4410cf44f0bcb96c816fc57b54c4e1e44d2cbcbf | 27,178,553,069,346 | 6a6df438cbc657cac728b5b50c68611080a9c696 | /ticketing-infrastructure/src/main/java/be/dewolf/App.java | 05fe765106a254bb3bb6a81318a9848b893a4981 | [] | no_license | yannisdewolf/ticketing | https://github.com/yannisdewolf/ticketing | 63cce0944ad4f274779f8ae5e96ee84d1a6fecc8 | bc3fb4d24070da3caf7ae7eda72f4256172f15ea | refs/heads/master | 2023-01-09T12:32:21.358000 | 2019-12-21T12:53:24 | 2019-12-21T12:53:24 | 222,228,993 | 0 | 0 | null | false | 2023-01-01T14:39:13 | 2019-11-17T10:09:13 | 2019-12-21T12:53:37 | 2023-01-01T14:39:10 | 2,204 | 0 | 0 | 11 | Java | false | false | package be.dewolf;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
/**
* Hello worl... | UTF-8 | Java | 604 | java | App.java | Java | [] | null | [] | package be.dewolf;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
/**
* Hello worl... | 604 | 0.75 | 0.75 | 24 | 24.166666 | 22.521595 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
110c97efc0878e8c80dbc43dc94345c0e653fcf6 | 27,178,553,068,400 | 211e0162004b03455839879773c909a4d4868a2f | /pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/bestpractices/missingoverride/HierarchyWithSeveralBridges.java | 08e1f1fd93235137da6d21b91c91352e02b759d4 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | pmd/pmd | https://github.com/pmd/pmd | 460ca96dfcc5d25b5b3e78fc8731593dc6ddf8d3 | 512d6cbb8d198119a588b84c238ed78d75abda0c | refs/heads/master | 2023-09-04T05:58:54.224000 | 2023-08-31T14:20:57 | 2023-08-31T14:20:57 | 4,992,906 | 4,409 | 1,671 | NOASSERTION | false | 2023-09-14T08:13:05 | 2012-07-11T18:03:00 | 2023-09-13T12:22:00 | 2023-09-12T11:10:15 | 440,287 | 4,402 | 1,446 | 659 | Java | false | false | /**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.java.rule.bestpractices.missingoverride;
import net.sourceforge.pmd.lang.ast.Node;
import net.sourceforge.pmd.lang.java.ast.ASTPrimitiveType;
import net.sourceforge.pmd.lang.java.ast.JavaNode;
impo... | UTF-8 | Java | 1,016 | java | HierarchyWithSeveralBridges.java | Java | [] | null | [] | /**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.java.rule.bestpractices.missingoverride;
import net.sourceforge.pmd.lang.ast.Node;
import net.sourceforge.pmd.lang.java.ast.ASTPrimitiveType;
import net.sourceforge.pmd.lang.java.ast.JavaNode;
impo... | 1,016 | 0.707677 | 0.707677 | 39 | 25.051283 | 30.523592 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25641 | false | false | 3 |
892a5e888bbcf1045d86068cc870dfe66153ed74 | 20,203,526,223,226 | 9147f91753425f65ddba5597290af179bba1c043 | /baixian_service/src/main/java/com/yztc/hkl/service/VipUserService.java | 033ec4e56acfb13f148c23dd48c7affd51347e22 | [] | no_license | 978569208/baixian | https://github.com/978569208/baixian | 480d6aea594a60e2628702eb2151d1a460e0ed54 | c61521b4b011ec94b4068471828597eec62ac92a | refs/heads/master | 2021-08-24T00:25:00.656000 | 2017-12-07T07:43:11 | 2017-12-07T07:47:57 | 113,418,940 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yztc.hkl.service;
import java.util.List;
import com.yztc.hkl.pojo.VipUser;
public interface VipUserService {
VipUser islogin(VipUser vipUser);
}
| UTF-8 | Java | 174 | java | VipUserService.java | Java | [] | null | [] | package com.yztc.hkl.service;
import java.util.List;
import com.yztc.hkl.pojo.VipUser;
public interface VipUserService {
VipUser islogin(VipUser vipUser);
}
| 174 | 0.724138 | 0.724138 | 11 | 13.818182 | 15.254318 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 3 |
9e172b6279619c4e39cb3c03e31a9fd57e3b86bd | 23,759,759,122,326 | 1f8d00560262a84b5312f9fef89fbaa41a917fef | /src/test/java/com/sc/cd/optional/OptionalDemo.java | 76c25816e58524b4f4e42f837afe7e7e1bd86fec | [] | no_license | junxchen/jdk8demo | https://github.com/junxchen/jdk8demo | db29e0c904bb8be3049d87a6f74f90521d49acbd | 7814d8927d43e5c916d857a3162dd44516b9e4e8 | refs/heads/master | 2022-06-22T05:06:31.402000 | 2021-09-10T13:13:01 | 2021-09-10T13:13:01 | 186,758,740 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sc.cd.optional;
import java.util.Optional;
import org.junit.Test;
import com.sc.cd.specification.optional.model.UserDO;
/**
* 描述:
* OptionalDemo
*
* @author junxi.chen
* @create 2018-11-30 18:03
*/
public class OptionalDemo {
@Test
public void whenCreateEmptyOptional_thenNull() {
... | UTF-8 | Java | 582 | java | OptionalDemo.java | Java | [
{
"context": ".UserDO;\n\n/**\n * 描述:\n * OptionalDemo\n *\n * @author junxi.chen\n * @create 2018-11-30 18:03\n */\n\npublic ",
"end": 178,
"score": 0.9117993712425232,
"start": 177,
"tag": "NAME",
"value": "j"
},
{
"context": "serDO;\n\n/**\n * 描述:\n * OptionalDemo\n *\n * @author ... | null | [] | package com.sc.cd.optional;
import java.util.Optional;
import org.junit.Test;
import com.sc.cd.specification.optional.model.UserDO;
/**
* 描述:
* OptionalDemo
*
* @author junxi.chen
* @create 2018-11-30 18:03
*/
public class OptionalDemo {
@Test
public void whenCreateEmptyOptional_thenNull() {
... | 582 | 0.683391 | 0.66263 | 29 | 18.931034 | 20.733 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 3 |
3555a692bcb9fb5e0ba66fae6bfab0d1d198aae5 | 2,576,980,438,468 | 5821b61ebf73d8ccc58147e0b3e94b3ca1e04041 | /app-web/src/main/java/ru/koleslena/shop/orm/dao/impl/UserRoleDaoImpl.java | 725014676ea3b29220704f71d3c43841420339c2 | [] | no_license | talkvip/shop | https://github.com/talkvip/shop | 94972ef624868c5ca4d11c64b0b8c04a921168d3 | a8cabf4fdacb91c3e5caf2d6b4562c4dcb7fd6d0 | refs/heads/master | 2016-09-11T11:53:47.123000 | 2013-12-18T08:00:59 | 2013-12-18T08:00:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.koleslena.shop.orm.dao.impl;
import javax.inject.Inject;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.sp... | UTF-8 | Java | 2,081 | java | UserRoleDaoImpl.java | Java | [
{
"context": "rt ru.koleslena.shop.orm.dto.User;\n\n/**\n * @author koleslena\n *\n */\n@Repository\npublic class UserRoleDaoImpl i",
"end": 614,
"score": 0.9996775388717651,
"start": 605,
"tag": "USERNAME",
"value": "koleslena"
},
{
"context": "User();\n\t\tuser.setName(login);\n\t\... | null | [] | package ru.koleslena.shop.orm.dao.impl;
import javax.inject.Inject;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.sp... | 2,083 | 0.745373 | 0.744372 | 75 | 25.653334 | 25.159487 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.306667 | false | false | 3 |
754a4d2832018fa61b2a7d75a10834762ed34376 | 23,063,974,438,578 | 0af0741ed8b8e7f241ab07f072875855b5461e05 | /src/java/org/probosque/model/json/TotalJson.java | 7488e8bef9bd053c111e3d63d7010e1fec92dbd8 | [] | no_license | PROBOSQUE2017/ServiceBosque | https://github.com/PROBOSQUE2017/ServiceBosque | 5106435ab4bc7977e00c5c9e0d10686255d1bd49 | 42d55c0cbc1759a9c684ec56870ae9b6415cf22d | refs/heads/master | 2021-05-15T17:57:58.795000 | 2018-02-26T21:59:42 | 2018-02-26T21:59:42 | 107,585,734 | 0 | 1 | null | false | 2018-02-26T21:59:43 | 2017-10-19T18:51:12 | 2017-10-19T18:57:13 | 2018-02-26T21:59:43 | 4,467 | 0 | 1 | 0 | Java | false | null | package org.probosque.model.json;
import org.probosque.dto.TotalDTO;
public class TotalJson {
private TotalDTO totals;
public TotalDTO getTotals() {
return totals;
}
public void setTotals(TotalDTO totals) {
this.totals = totals;
}
}
| UTF-8 | Java | 277 | java | TotalJson.java | Java | [] | null | [] | package org.probosque.model.json;
import org.probosque.dto.TotalDTO;
public class TotalJson {
private TotalDTO totals;
public TotalDTO getTotals() {
return totals;
}
public void setTotals(TotalDTO totals) {
this.totals = totals;
}
}
| 277 | 0.65704 | 0.65704 | 16 | 16.1875 | 15.146034 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
cedf3229003df8f1aacfae027d12789080f80a87 | 28,930,899,768,305 | fa4ccc1aaadfb4ab68807c86ac3d750aa435d0f5 | /QRTracker/app/src/main/java/daielchom/qrtracker/QRTrackerService.java | dea53f730bd8d577c8ac91af642f7ad3324d51ba | [] | no_license | DaielChom/QRTrackerApp | https://github.com/DaielChom/QRTrackerApp | f958167e50fdec4fb524518f73d069be66f8955a | 18779b9a0239ab82041cdbb54d3ad9f6037b8487 | refs/heads/master | 2020-12-02T17:49:46.408000 | 2017-07-24T20:42:03 | 2017-07-24T20:42:03 | 96,435,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package daielchom.qrtracker;
import android.util.Log;
import java.util.List;
import java.util.Map;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.QueryMap;
/**
* Created by daielchom on 7/07/17.
*/
public... | UTF-8 | Java | 760 | java | QRTrackerService.java | Java | [
{
"context": "import retrofit2.http.QueryMap;\n\n/**\n * Created by daielchom on 7/07/17.\n */\n\npublic interface QRTrackerServic",
"end": 296,
"score": 0.9996063709259033,
"start": 287,
"tag": "USERNAME",
"value": "daielchom"
}
] | null | [] | package daielchom.qrtracker;
import android.util.Log;
import java.util.List;
import java.util.Map;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.QueryMap;
/**
* Created by daielchom on 7/07/17.
*/
public... | 760 | 0.725 | 0.710526 | 34 | 21.352942 | 22.014544 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 3 |
5913911b6e0ca8aafa62b19cd6813f6603d596e8 | 18,193,481,474,059 | 9ccefbec72d441bb679ba0d197f369cde5c7852b | /HelloJava01/src/java01/Compare.java | 64db18bbd7a4cd7fa7a39d92789950ec39115e25 | [] | no_license | YWZFrances/Java_study | https://github.com/YWZFrances/Java_study | 8563bc5e377848c56d83a4492ae8db6f4d3492c8 | 99f4eb608157402f1903749030aa3fbf558b89fe | refs/heads/master | 2018-09-27T10:35:22.828000 | 2018-07-14T07:23:20 | 2018-07-14T07:23:20 | 114,589,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java01;
public class Compare {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 自动生成的方法存根
int number1 = 4;
int number2 = 5;
// boolean number3 = 0;
boolean a = number1 > number2;
boolean b = number1 < number2;
System.out.println(a);
System.out.println(b);
}
}
| GB18030 | Java | 332 | java | Compare.java | Java | [] | null | [] | package java01;
public class Compare {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 自动生成的方法存根
int number1 = 4;
int number2 = 5;
// boolean number3 = 0;
boolean a = number1 > number2;
boolean b = number1 < number2;
System.out.println(a);
System.out.println(b);
}
}
| 332 | 0.630573 | 0.592357 | 19 | 15.526316 | 12.261915 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 3 |
e35f346975781f1f89cdab5dd1d6f8b55b4ba06f | 17,282,948,462,814 | ec6087bfcfba20306748b2ff5cd559cb32b35ff6 | /uva/11340/Main.java | f7ca1106d13584a695a0a55a8c696db7fd2c5041 | [
"BSD-3-Clause"
] | permissive | lang010/acit | https://github.com/lang010/acit | 20bc1ea2956f83853551e398d86e3a14672e0aeb | 5c43d6400e55992e9cf059d2bdf05536b776f71b | refs/heads/master | 2021-01-20T09:45:24.832000 | 2020-12-16T04:05:10 | 2020-12-16T04:05:10 | 25,975,369 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2014 Liang Li <ll@lianglee.org>. All rights reserved.
*
* This program is a free software and released under the BSD license.
* https://github.com/lang010/acit
*
* Solutions for UVa Problem 11340
* UVa link: http://uva.onlinejudge.org/external/113/11340.html
*
* @Authur Liang Li <ll@li... | UTF-8 | Java | 1,731 | java | Main.java | Java | [
{
"context": "/*\n * Copyright (c) 2014 Liang Li <ll@lianglee.org>. All rights reserved.\n *\n * Th",
"end": 34,
"score": 0.9997455477714539,
"start": 26,
"tag": "NAME",
"value": "Liang Li"
},
{
"context": "/*\n * Copyright (c) 2014 Liang Li <ll@lianglee.org>. All rights reserved.... | null | [] | /*
* Copyright (c) 2014 <NAME> <<EMAIL>>. All rights reserved.
*
* This program is a free software and released under the BSD license.
* https://github.com/lang010/acit
*
* Solutions for UVa Problem 11340
* UVa link: http://uva.onlinejudge.org/external/113/11340.html
*
* @Authur <NAME> <<EMAIL>>
* @Dat... | 1,711 | 0.508377 | 0.476603 | 67 | 24.835821 | 20.92103 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716418 | false | false | 3 |
18c57e253a539d965def19880201a4a7c9cd36ef | 25,211,458,057,396 | 159c11b8c539e14262011432a3c3953180ca4c00 | /src/main/java/katas/ReverseOrRotateApp.java | d8fca12d5e6ebfb8dfba171c6be720907e2b1815 | [] | no_license | mmlaura19940/codewars-katas | https://github.com/mmlaura19940/codewars-katas | 6b4a4c3644b7448bd26df0c167728cbb69eebd04 | a336df7d1d658d257ab3e7162a22fbf91d5ba461 | refs/heads/master | 2020-06-24T02:23:35.571000 | 2019-07-25T13:20:31 | 2019-07-25T13:20:31 | 198,821,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package katas;
public class ReverseOrRotateApp {
public String reverseOrRotate(String str, int chunkSize) {
if (chunkSize == 0 || str.length() == 0 || chunkSize > str.length()) {
return "";
}
int start = 0;
final char[] charsOfPart = str.toCharArray();
boolean isContainNumber = false;
for (in... | UTF-8 | Java | 1,313 | java | ReverseOrRotateApp.java | Java | [] | null | [] | package katas;
public class ReverseOrRotateApp {
public String reverseOrRotate(String str, int chunkSize) {
if (chunkSize == 0 || str.length() == 0 || chunkSize > str.length()) {
return "";
}
int start = 0;
final char[] charsOfPart = str.toCharArray();
boolean isContainNumber = false;
for (in... | 1,313 | 0.569688 | 0.562072 | 50 | 24.26 | 21.758501 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.62 | false | false | 3 |
dea2a5d344233c18c084f3d4b3aaa7ee6641f495 | 23,510,651,035,307 | 637f2b415f5283e155f54218aa347013a373a4a9 | /src/HillDecipher.java | 8b0e94185b696d85535b30c51a823a1c6cbd3507 | [] | no_license | emillen/hill_cipher | https://github.com/emillen/hill_cipher | d28acbc096cbd516c402f15da115508c03a0f87c | 193550adb0e4f5e0b50e6939ed33d8815655c074 | refs/heads/master | 2021-01-01T05:22:07.482000 | 2016-04-19T09:41:38 | 2016-04-19T09:41:38 | 56,312,690 | 0 | 0 | null | false | 2016-04-15T11:48:15 | 2016-04-15T10:39:14 | 2016-04-15T11:38:54 | 2016-04-15T11:48:15 | 3 | 0 | 0 | 0 | Java | null | null | import org.jscience.mathematics.number.Real;
import org.jscience.mathematics.vector.DenseMatrix;
import org.jscience.mathematics.vector.DenseVector;
import java.io.File;
import java.io.PrintWriter;
/**
* A program used to decrypt a file using hill cipher algorithm
*
* @author Emil Lengman
* @author Simon Enerstra... | UTF-8 | Java | 3,470 | java | HillDecipher.java | Java | [
{
"context": "t a file using hill cipher algorithm\n *\n * @author Emil Lengman\n * @author Simon Enerstrand\n */\npublic class Hill",
"end": 294,
"score": 0.9998515248298645,
"start": 282,
"tag": "NAME",
"value": "Emil Lengman"
},
{
"context": "er algorithm\n *\n * @author Emil Leng... | null | [] | import org.jscience.mathematics.number.Real;
import org.jscience.mathematics.vector.DenseMatrix;
import org.jscience.mathematics.vector.DenseVector;
import java.io.File;
import java.io.PrintWriter;
/**
* A program used to decrypt a file using hill cipher algorithm
*
* @author <NAME>
* @author <NAME>
*/
public cl... | 3,454 | 0.581844 | 0.576369 | 122 | 27.442623 | 27.937592 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459016 | false | false | 3 |
da5f914eaf5d566ee54806d8287f225c926f6d56 | 28,372,553,981,805 | 0d64fabd30895bb0771ad47d7ba78f0d6bf0be88 | /src/main/java/org/yfr/spring/service/impl/GoogleMapServiceImpl.java | e1fad5cc489bd9a74ad7f983f1035acc89bacf59 | [] | no_license | Jian-Min-Huang/web-app-framework | https://github.com/Jian-Min-Huang/web-app-framework | 0d25b60505f8f5d5f04e8f6666dd573b9cf97b0d | 52a7e963b16704db417ed575470767780c9d0d1a | HEAD | 2018-01-08T04:22:56.269000 | 2016-02-21T05:42:28 | 2016-02-21T05:42:28 | 36,881,193 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.yfr.spring.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.yfr.spring.data.jpa.MapPolygonRepository;
import org.yfr.spring.data.jpa.MapPolylineRepository;
import org.yfr.spring.data.jpa.MarkerPos... | UTF-8 | Java | 3,099 | java | GoogleMapServiceImpl.java | Java | [] | null | [] |
package org.yfr.spring.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.yfr.spring.data.jpa.MapPolygonRepository;
import org.yfr.spring.data.jpa.MapPolylineRepository;
import org.yfr.spring.data.jpa.MarkerPos... | 3,099 | 0.801872 | 0.801872 | 85 | 35.44706 | 27.514063 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.058824 | false | false | 3 |
d87f72473a3a244cd95445a40b3bb47178fd2d3c | 4,406,636,507,390 | 25fe7d83f615ae581339b67c034cd31fa1426030 | /ComicReader/src/com/blogspot/applications4android/comicreader/comics/AGirlandHerFed.java | 0ec88cf5845c09f306f47732b249d6f7c59e60b6 | [
"Apache-2.0"
] | permissive | applications4android/ComicReader | https://github.com/applications4android/ComicReader | 87e2426925aa1cbab3d61e4b51ac193c1a3eeed7 | d553d25345851a9230811afc43fbba0f4fa64864 | refs/heads/master | 2021-07-05T09:49:11.702000 | 2020-08-23T03:23:52 | 2020-08-23T03:23:52 | 5,045,151 | 18 | 13 | NOASSERTION | false | 2020-04-10T06:18:44 | 2012-07-14T06:15:29 | 2018-12-13T07:55:41 | 2020-04-10T06:18:43 | 1,295 | 46 | 28 | 50 | HTML | false | false | package com.blogspot.applications4android.comicreader.comics;
import java.io.BufferedReader;
import java.io.IOException;
import com.blogspot.applications4android.comicreader.comictypes.RandomIndexedComic;
import com.blogspot.applications4android.comicreader.core.Strip;
import com.blogspot.applications4android.comicrea... | UTF-8 | Java | 4,185 | java | AGirlandHerFed.java | Java | [] | null | [] | package com.blogspot.applications4android.comicreader.comics;
import java.io.BufferedReader;
import java.io.IOException;
import com.blogspot.applications4android.comicreader.comictypes.RandomIndexedComic;
import com.blogspot.applications4android.comicreader.core.Strip;
import com.blogspot.applications4android.comicrea... | 4,185 | 0.567742 | 0.55675 | 152 | 26.532894 | 22.111237 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.473684 | false | false | 3 |
c911854d3e58f54b7ca4455ea2475151f0c50ccb | 7,894,149,939,291 | eb617b218686ed426f161e56b1a81532030cccc1 | /test/com/lge/stream/terminal/Main.java | 03b1992e670c33486c3d87a3e98691f9adc686ce | [] | no_license | yjstyle/ajava1911 | https://github.com/yjstyle/ajava1911 | 172c63d1a034789934e1abe5914ac7bdbfcccbaa | 79d1ee7e328cc27d0e6e316542575c59979c198e | refs/heads/master | 2020-09-20T17:18:47.018000 | 2019-11-27T08:13:26 | 2019-11-27T08:13:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lge.stream.terminal;
import java.lang.management.ManagementFactory;
import java.lang.management.MemoryPoolMXBean;
import java.lang.management.MemoryUsage;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.DoubleSummaryStatistics;
import java.ut... | UHC | Java | 10,264 | java | Main.java | Java | [
{
"context": "Customer> customers = List.of(\r\n\t\t\t\tnew Customer(\"John P.\", 15),\r\n\t\t\t\tnew Customer(\"Sarah M.\", 200),\r\n\t\t\t\tnew",
"end": 2835,
"score": 0.9988696575164795,
"start": 2829,
"tag": "NAME",
"value": "John P"
},
{
"context": "\t\tnew Customer(\"John P.\",... | null | [] | package com.lge.stream.terminal;
import java.lang.management.ManagementFactory;
import java.lang.management.MemoryPoolMXBean;
import java.lang.management.MemoryUsage;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.DoubleSummaryStatistics;
import java.ut... | 10,256 | 0.629596 | 0.611711 | 389 | 23.727507 | 18.975773 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.532134 | false | false | 3 |
39d56c646aa317d3428ca689a2a297a8e10887a1 | 29,162,827,940,911 | 4ef537b7f01e3435b16de10d28c25e52a7be505b | /src/main/java/net/teamcarbon/carboncards/utils/Config.java | e49b3d273639558d9614f1d3b2d47ff23ecf7e26 | [] | no_license | Team-Carbon/CarbonCards | https://github.com/Team-Carbon/CarbonCards | 36cc340bf73eeed910d2d5038ce3fe6fab3633b3 | e44abf8c192150e33df3f26a86469d03862ee260 | refs/heads/master | 2017-12-02T19:33:29.086000 | 2017-04-02T21:02:46 | 2017-04-02T21:02:46 | 85,488,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) Luther Langford
* This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
* http://creativecommons.org/licenses/by-nc/4.0/
*/
package net.teamcarbon.carboncards.utils;
import net.milkbowl.vault.item.Items;
import net.teamcarbon.carboncards.CarbonCards... | UTF-8 | Java | 11,940 | java | Config.java | Java | [
{
"context": "/*\n * Copyright (c) Luther Langford\n * This work is licensed under a Creative Commons",
"end": 35,
"score": 0.9998481869697571,
"start": 20,
"tag": "NAME",
"value": "Luther Langford"
}
] | null | [] | /*
* Copyright (c) <NAME>
* This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
* http://creativecommons.org/licenses/by-nc/4.0/
*/
package net.teamcarbon.carboncards.utils;
import net.milkbowl.vault.item.Items;
import net.teamcarbon.carboncards.CarbonCards;
import ... | 11,931 | 0.696901 | 0.692211 | 351 | 33.017094 | 29.081177 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.373219 | false | false | 3 |
4a3f0ecf7116a775312709c2f6ce4895290ba767 | 14,422,500,207,428 | 8998141cf961012205f769cb86f058e5beece99e | /src/main/java/com/mpc/merchant/helper/ConnectionHelper.java | 651432dea29081dc7132658c98400996eb8e8f48 | [] | no_license | dans5200/merchant-management | https://github.com/dans5200/merchant-management | 6b4c52665584e8cda8ecd0b21e22439e8c0846e8 | f16ae8b91948d6bfb2c29610c6bc20cd8b1501c3 | refs/heads/master | 2020-12-05T21:15:29.449000 | 2020-01-21T04:08:12 | 2020-01-21T04:08:12 | 232,250,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mpc.merchant.helper;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Component;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
@Component
public class... | UTF-8 | Java | 10,249 | java | ConnectionHelper.java | Java | [] | null | [] | package com.mpc.merchant.helper;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Component;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
@Component
public class... | 10,249 | 0.523661 | 0.5221 | 326 | 30.43865 | 25.925108 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598159 | false | false | 3 |
b00fc1b2188befae99f77171f4f2561e4b05cdd3 | 29,377,576,374,868 | d8f892c655a2f1dd0b864db76c1e20c6ce3650f5 | /client/src/chat/client/ChatWindow.java | fbd5ea3c8b80ab4b4424ef2093633c74342a1e5c | [] | no_license | RomanYusko/Local | https://github.com/RomanYusko/Local | f30799a070d4bdbeb91642c67a5a1fc481810681 | f736f6c62f1a2b29971fdcd5ffa93bea8302b253 | refs/heads/master | 2022-11-17T06:10:31.488000 | 2020-07-13T12:28:55 | 2020-07-13T12:28:55 | 279,296,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chat.client;
import chat.network.TCPConnection;
import chat.network.TCPConnectionListener;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
public class ChatWindow extends JFrame implements ActionListener, TCPConnecti... | UTF-8 | Java | 2,666 | java | ChatWindow.java | Java | [
{
"context": "ener {\n\n public static final String TP_ADDR = \"213.5.192.246\";\n public static final int PORT = 55657;\n p",
"end": 389,
"score": 0.999770998954773,
"start": 376,
"tag": "IP_ADDRESS",
"value": "213.5.192.246"
},
{
"context": "ivate final JTextField nickname... | null | [] | package chat.client;
import chat.network.TCPConnection;
import chat.network.TCPConnectionListener;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
public class ChatWindow extends JFrame implements ActionListener, TCPConnecti... | 2,665 | 0.636909 | 0.629032 | 93 | 27.666666 | 22.462553 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 3 |
a264a3d590ac066cc8a0b9563c81aa6c9d5f85b0 | 29,377,576,374,587 | 3af0cc64f622c29e56e41a52f7004b3c3bab245f | /src/com/gmail/brunodiazmartin5/controlador/MainController.java | ad7603b9f2c2a45eac2c0323cd2a58fa72bdc149 | [] | no_license | brunodm99/tareaAED3 | https://github.com/brunodm99/tareaAED3 | 2a9832e5942f659089fca2bc70b22f5e06ab5d6e | 460c30b7e2bb1c7b74d188ba2589dd30b7c5ec08 | refs/heads/master | 2020-04-07T17:56:23.784000 | 2018-11-27T21:50:04 | 2018-11-27T21:50:04 | 158,590,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gmail.brunodiazmartin5.controlador;
import com.gmail.brunodiazmartin5.TareaAED3;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.logging.Level;
import java.util.logging.Logger;
import javafx.application.Platform;
import javafx.event.ActionEvent;
import jav... | UTF-8 | Java | 1,512 | java | MainController.java | Java | [
{
"context": "l.brunodiazmartin5.controlador;\n\nimport com.gmail.brunodiazmartin5.TareaAED3;\nimport java.io.IOException;\nimport jav",
"end": 82,
"score": 0.9185678958892822,
"start": 66,
"tag": "USERNAME",
"value": "brunodiazmartin5"
},
{
"context": "age;\nimport javafx.stage.Stag... | null | [] | package com.gmail.brunodiazmartin5.controlador;
import com.gmail.brunodiazmartin5.TareaAED3;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.logging.Level;
import java.util.logging.Logger;
import javafx.application.Platform;
import javafx.event.ActionEvent;
import jav... | 1,512 | 0.682781 | 0.678808 | 54 | 26.962963 | 24.351563 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 3 |
4d13aa3d810863c2cbaa49f98204a32eb54eab9b | 15,822,659,579,697 | 8c348a58d538360b6a59567338064e8983fcdd14 | /Java SPALAH/l6_HomeWork/src/l6_homework/L6_HomeWork.java | d834ff7d24643049361f2e9889ef2e6c9085f2b8 | [] | no_license | ClayPwr/save | https://github.com/ClayPwr/save | d0f46b5f62f13171a1aadbbd2cd0cd84e6e464db | 26993241fab4019bf41c2b8e9efc385d5d6f24bf | refs/heads/master | 2020-03-05T16:55:27.935000 | 2017-06-17T13:37:43 | 2017-06-17T13:37:43 | 93,514,505 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package l6_homework;
import java.util.ArrayList;
import java.util.Scanner;
public class L6_HomeWork {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
ArrayList<Information> arrData = new ArrayList<>();
do{
System.out.println("");
... | UTF-8 | Java | 2,366 | java | L6_HomeWork.java | Java | [] | null | [] |
package l6_homework;
import java.util.ArrayList;
import java.util.Scanner;
public class L6_HomeWork {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
ArrayList<Information> arrData = new ArrayList<>();
do{
System.out.println("");
... | 2,366 | 0.410508 | 0.403829 | 66 | 33.015152 | 18.332363 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 3 |
8bc7570608ba82fe2707a4670d11e6ff759b36c5 | 30,116,310,699,103 | f5000a784274018a4526ee26394428cc41ff1fec | /src/test/java/stepdefs/Hooks.java | 99bd8dcb41a94b9fe55d6f89bca973de42580165 | [] | no_license | EceEroglu/CucumberAppium | https://github.com/EceEroglu/CucumberAppium | 2c93e51edfffbee2d60176a35b7044bb0de31d2a | c8d4337a4ef70c2cc8485c42f3b7cfe7cfd7498b | refs/heads/master | 2022-12-30T09:35:52.392000 | 2020-06-22T11:29:01 | 2020-06-22T11:29:01 | 272,368,383 | 0 | 0 | null | false | 2020-10-13T22:48:14 | 2020-06-15T07:16:45 | 2020-06-22T11:29:04 | 2020-10-13T22:48:12 | 298,572 | 0 | 0 | 1 | Java | false | false | package stepdefs;
import io.cucumber.core.api.Scenario;
import io.cucumber.java.After;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import helper.AppiumController;
public class Hooks {
@After
public void afterScenario(Scenario scenario) throws Exception {
if (sc... | UTF-8 | Java | 567 | java | Hooks.java | Java | [] | null | [] | package stepdefs;
import io.cucumber.core.api.Scenario;
import io.cucumber.java.After;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import helper.AppiumController;
public class Hooks {
@After
public void afterScenario(Scenario scenario) throws Exception {
if (sc... | 567 | 0.68254 | 0.68254 | 23 | 23.695652 | 23.550934 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 3 |
344b7b3fb8cc6f50eb5c3db57f207e8335cb59d6 | 30,116,310,697,514 | f007cecfbcff3940904f275fe9318d3632b9fc81 | /Networks_lab/ex3a.java | d0436201cbfa0c43741d363d5503daac5cf1ad64 | [] | no_license | sundhar-velmurugan/CSE | https://github.com/sundhar-velmurugan/CSE | b23371a03114a748eb173b03303a4983fbf83189 | ba3a9d0834f8782a2c6df470daf566d1c729e8cd | refs/heads/master | 2022-01-28T05:09:28.863000 | 2019-06-01T01:34:24 | 2019-06-01T01:34:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.net.DatagramSocket;
import java.net.InetAddress;
import java.util.Date;
import java.net.DatagramPacket;
public class ex3a{
public static void main(String []args) throws Exception{
DatagramSocket ds = new DatagramSocket();
InetAddress addr = InetAddress.getLocalHost();
/... | UTF-8 | Java | 640 | java | ex3a.java | Java | [] | null | [] | import java.net.DatagramSocket;
import java.net.InetAddress;
import java.util.Date;
import java.net.DatagramPacket;
public class ex3a{
public static void main(String []args) throws Exception{
DatagramSocket ds = new DatagramSocket();
InetAddress addr = InetAddress.getLocalHost();
/... | 640 | 0.55625 | 0.5375 | 21 | 28.571428 | 19.13006 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 3 |
672effd963a24323960f6c49d42fc7b7e9875f0b | 5,712,306,571,886 | acc80ca9232b251858558dca61aa302504975bec | /src/main/java/leetcode/Solution300.java | 1855ede21f54ebf540796eb15bf2cd1cb071ce99 | [] | no_license | shaoyihe/leetcode | https://github.com/shaoyihe/leetcode | 9348e575bcca5f6fc4627dbe1d22c3274d9b4403 | d109de0b1967cce517a6f5058ff5506bb2208c00 | refs/heads/master | 2021-11-24T14:02:51.274000 | 2019-02-10T06:36:17 | 2019-02-10T06:36:17 | 143,421,908 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
import leetcode.util.BaseTest;
import org.junit.Test;
import java.util.Arrays;
/**
* <pre>
* https://leetcode.com/problems/longest-increasing-subsequence/description/
* 300. Longest Increasing Subsequence
* </pre>
* on 2018/09/03.
*/
public class Solution300 extends BaseTest {
@Test
... | UTF-8 | Java | 1,828 | java | Solution300.java | Java | [] | null | [] | package leetcode;
import leetcode.util.BaseTest;
import org.junit.Test;
import java.util.Arrays;
/**
* <pre>
* https://leetcode.com/problems/longest-increasing-subsequence/description/
* 300. Longest Increasing Subsequence
* </pre>
* on 2018/09/03.
*/
public class Solution300 extends BaseTest {
@Test
... | 1,828 | 0.543764 | 0.510394 | 68 | 25.882353 | 26.289413 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.926471 | false | false | 3 |
b34254de042ca43b6a9664b2bfd0e153c16d8c78 | 10,642,929,014,247 | ca92ab4e6f712556750269a8df6d2b0e635d2c9e | /offer/src/main/java/com/bzdepot/offer/model/ClassGroup.java | 731aa0f9ca72daad81c96e9a2796a4e9280097fa | [] | no_license | a120862114/baizhu | https://github.com/a120862114/baizhu | c6b66d264e312dcc835297f0aa9fdb75be84e798 | 6dc334cc4326a82177fec44d061dd51d2630eeb0 | refs/heads/master | 2020-04-16T22:21:00.187000 | 2019-01-15T07:11:28 | 2019-01-15T07:11:28 | 165,964,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bzdepot.offer.model;
import javax.validation.constraints.NotNull;
import java.util.List;
public class ClassGroup {
private Long id;
@NotNull(message = "分组名不能为空!")
private String groupName;
private Byte status;
private Long createTime;
private Long updateTime;
@NotNull(mess... | UTF-8 | Java | 1,525 | java | ClassGroup.java | Java | [] | null | [] | package com.bzdepot.offer.model;
import javax.validation.constraints.NotNull;
import java.util.List;
public class ClassGroup {
private Long id;
@NotNull(message = "分组名不能为空!")
private String groupName;
private Byte status;
private Long createTime;
private Long updateTime;
@NotNull(mess... | 1,525 | 0.620067 | 0.620067 | 78 | 18.179487 | 17.211164 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 3 |
476fb5634b0b6a21b13ffb6a6fc6836375e4edd6 | 17,669,495,523,656 | 13a84cca5cee45ebc4c04ae8fe5a8d77cd7ca34e | /ojdbc/oracle/sql/CharacterSetFactory.java | 5d3ef7581316006d4e0a8f04b700b67e79442607 | [] | no_license | mccxj/tns | https://github.com/mccxj/tns | 3b3829579b3e7a731fd041b1881e4d4ad1eb2abe | 1b3eb609ee495e8564d0737c2a48f68446f07394 | refs/heads/master | 2020-03-30T16:41:07.391000 | 2018-10-03T14:47:10 | 2018-10-03T14:47:10 | 151,421,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oracle.sql;
import java.io.PrintStream;
import java.sql.SQLException;
abstract class CharacterSetFactory
{
public static final short DEFAULT_CHARSET = -1;
public static final short ASCII_CHARSET = 1;
public static final short ISO_LATIN_1_CHARSET = 31;
public static final short UNICODE_1_CHARSET = 870;
... | UTF-8 | Java | 4,229 | java | CharacterSetFactory.java | Java | [] | null | [] | package oracle.sql;
import java.io.PrintStream;
import java.sql.SQLException;
abstract class CharacterSetFactory
{
public static final short DEFAULT_CHARSET = -1;
public static final short ASCII_CHARSET = 1;
public static final short ISO_LATIN_1_CHARSET = 31;
public static final short UNICODE_1_CHARSET = 870;
... | 4,229 | 0.520473 | 0.462485 | 116 | 35.431034 | 31.624746 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577586 | false | false | 3 |
69881bc1d42dbcce60a243a853b71417ab26e05b | 37,701,222,925,129 | af0e56aad72cdd329ed4625ea140db66a69fe4af | /src/java/com/vipin/microservice/comsservice/repsitory/UploadProfileRepository.java | fc771b1ea4b4e8da53ee1e96a70acc4f5f6349b0 | [] | no_license | kaushikji856/demo-project-docker | https://github.com/kaushikji856/demo-project-docker | 39068dc035b539641ab2b7a85cdac9911ef81674 | 78113c4ceecbe7df29b874f09aea895788499aee | refs/heads/master | 2020-06-05T17:15:29.566000 | 2019-09-10T07:51:05 | 2019-09-10T07:51:05 | 192,494,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.vipin.microservice.comsservice.repsitory;
import org.springframework.data.jpa.repository.JpaRepository;
import com.vipin.microservice.comsservice.model.UserMaster;
/**
* @author VI852115
*
*/
public interface UploadProfileRepository extends JpaRepository<UserMaster, Long>{
... | UTF-8 | Java | 366 | java | UploadProfileRepository.java | Java | [
{
"context": "e.comsservice.model.UserMaster;\r\n\r\n/**\r\n * @author VI852115\r\n *\r\n */\r\npublic interface UploadProfileRepositor",
"end": 224,
"score": 0.999620795249939,
"start": 216,
"tag": "USERNAME",
"value": "VI852115"
}
] | null | [] | /**
*
*/
package com.vipin.microservice.comsservice.repsitory;
import org.springframework.data.jpa.repository.JpaRepository;
import com.vipin.microservice.comsservice.model.UserMaster;
/**
* @author VI852115
*
*/
public interface UploadProfileRepository extends JpaRepository<UserMaster, Long>{
... | 366 | 0.740437 | 0.724044 | 18 | 18.333334 | 26.2234 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
279c984b918dcfba34eece38e39e6c6b8ce8032e | 9,981,504,061,899 | a66838d40c80ddd2b8b7a6a27e49ec460cfd2482 | /CCPjt/src/main/java/com/kh/jhj/persistence/IPeBoardDao.java | b379acbe88963db6f7bf5f76966080a255124b2c | [] | no_license | jijiya1/CC-Project | https://github.com/jijiya1/CC-Project | 6f9299d2b897f2f2908c650b74f13267e8ce8379 | ff4ce2cf0cec6a10d5cc1dd8cba25ce6366284d7 | refs/heads/master | 2022-12-24T02:57:27.020000 | 2019-07-16T07:44:24 | 2019-07-16T07:44:24 | 192,459,209 | 0 | 0 | null | false | 2022-12-16T06:03:58 | 2019-06-18T03:34:05 | 2019-07-16T07:47:01 | 2022-12-16T06:03:55 | 6,948 | 0 | 0 | 5 | JavaScript | false | false | package com.kh.jhj.persistence;
import java.util.List;
import com.kh.domain.DetailDataVo;
import com.kh.domain.PagingDto;
import com.kh.jhj.domain.PetitionVo;
public interface IPeBoardDao {
public List<PetitionVo> listAll(PagingDto pageDto, int a_no) throws Exception;
public int listCount(PagingDto pageD... | UTF-8 | Java | 1,134 | java | IPeBoardDao.java | Java | [] | null | [] | package com.kh.jhj.persistence;
import java.util.List;
import com.kh.domain.DetailDataVo;
import com.kh.domain.PagingDto;
import com.kh.jhj.domain.PetitionVo;
public interface IPeBoardDao {
public List<PetitionVo> listAll(PagingDto pageDto, int a_no) throws Exception;
public int listCount(PagingDto pageD... | 1,134 | 0.785714 | 0.785714 | 25 | 43.360001 | 26.528294 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52 | false | false | 3 |
44f124b00a8549a10cf1fae9983d2a67259c9941 | 266,288,008,499 | 675967651c01269d3d41f8bdc54996d7f223d655 | /Git-tuto/src/org/homegit/MainClass.java | 4b346b33cead4dc3130fa113d68c496d404c9f69 | [] | no_license | dyddyddl09/Git-tuto | https://github.com/dyddyddl09/Git-tuto | 57dc4da9f1188867b97ebe7757b3a69df5d5490a | 457a5f2db64da4421bce5fc5f7c24d5108925528 | refs/heads/master | 2020-11-25T08:08:57.203000 | 2019-12-18T06:02:23 | 2019-12-18T06:02:23 | 228,568,610 | 0 | 1 | null | false | 2019-12-18T06:02:24 | 2019-12-17T08:25:36 | 2019-12-18T05:51:38 | 2019-12-18T06:02:24 | 19 | 0 | 1 | 0 | Java | false | false | package org.homegit;
public class MainClass {
public static void main(String[] args) {
System.out.println("작업자 용호 쏼라쏼라");
System.out.println("종료");
System.out.println("용호작업2");
System.out.println("문동주 시작");
System.out.println("문동주 작업");
System.out.println("용호작업3");
System.out.println("작업... | UTF-8 | Java | 498 | java | MainClass.java | Java | [] | null | [] | package org.homegit;
public class MainClass {
public static void main(String[] args) {
System.out.println("작업자 용호 쏼라쏼라");
System.out.println("종료");
System.out.println("용호작업2");
System.out.println("문동주 시작");
System.out.println("문동주 작업");
System.out.println("용호작업3");
System.out.println("작업... | 498 | 0.631707 | 0.621951 | 19 | 19.578947 | 14.80866 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 3 |
e61d4bac6369bc2171d060efbc5a0af06c5afbd4 | 37,288,906,065,309 | 2574c3fc15eb504034f6a19437e1dbe90562f387 | /src/main/java/com/huobi/api/crossservice/crosstrade/CrossTradeAPIService.java | b73f1f9631b77e845076959bd51f79aafb961d3c | [] | no_license | mdvx/huobi_usdt_swap_Java | https://github.com/mdvx/huobi_usdt_swap_Java | 4a0a0e97876b205c2d6bf02b4b94618a334036e3 | fe2905e5eb941f5303ea968e1ea2262a4269eaf3 | refs/heads/master | 2023-07-13T18:18:02.630000 | 2021-08-23T05:49:38 | 2021-08-23T05:49:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huobi.api.crossservice.crosstrade;
import com.huobi.api.crossrequest.trade.*;
import com.huobi.api.crossresponse.trade.*;
import com.huobi.api.request.trade.*;
import com.huobi.api.response.trade.*;
public interface CrossTradeAPIService {
SwapCrossOrderResponse swapCrossOrderRequest(SwapCrossOrderRequ... | UTF-8 | Java | 3,813 | java | CrossTradeAPIService.java | Java | [] | null | [] | package com.huobi.api.crossservice.crosstrade;
import com.huobi.api.crossrequest.trade.*;
import com.huobi.api.crossresponse.trade.*;
import com.huobi.api.request.trade.*;
import com.huobi.api.response.trade.*;
public interface CrossTradeAPIService {
SwapCrossOrderResponse swapCrossOrderRequest(SwapCrossOrderRequ... | 3,813 | 0.871139 | 0.871139 | 66 | 50.5 | 51.819107 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 3 |
cec01279876ba95771065e797da08875ec8a3cf7 | 19,825,569,070,833 | 733fbea7303d22e9fb547b03525216bb0160ce0a | /app/src/main/java/com/ljubeboskovski/drmario/game/components/BodyComponent.java | eb79869ce562db89bd22c7046e29c83c30fd8712 | [] | no_license | LjubeBoskovski/android_opengles | https://github.com/LjubeBoskovski/android_opengles | c55665a4e6508712ac40db0b5425a325a535eab9 | be1f04a1f423485349f0ffa4c3e441395eca3ba2 | refs/heads/master | 2022-04-29T04:22:38.970000 | 2022-04-23T22:04:07 | 2022-04-23T22:04:07 | 246,099,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ljubeboskovski.drmario.game.components;
import com.ljubeboskovski.drmario.game.PlaygroundJBox2D;
import org.jbox2d.collision.shapes.PolygonShape;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.Body;
import org.jbox2d.dynamics.BodyDef;
import org.jbox2d.dynamics.BodyType;
import org.jbox2d.dynam... | UTF-8 | Java | 1,635 | java | BodyComponent.java | Java | [
{
"context": "package com.ljubeboskovski.drmario.game.components;\n\nimport com.ljubeboskovs",
"end": 26,
"score": 0.9260022044181824,
"start": 12,
"tag": "USERNAME",
"value": "ljubeboskovski"
},
{
"context": "ubeboskovski.drmario.game.components;\n\nimport com.ljubeboskovski.drmario... | null | [] | package com.ljubeboskovski.drmario.game.components;
import com.ljubeboskovski.drmario.game.PlaygroundJBox2D;
import org.jbox2d.collision.shapes.PolygonShape;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.Body;
import org.jbox2d.dynamics.BodyDef;
import org.jbox2d.dynamics.BodyType;
import org.jbox2d.dynam... | 1,635 | 0.667278 | 0.640979 | 58 | 27.189655 | 17.941916 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741379 | false | false | 3 |
28641441bd49cabb901418a01c4efdbf0894fa1b | 36,266,703,864,221 | 1b827843eb5e26778a7baec52c46efe78ccd888c | /src/main/java/com/actions/prototype/dao/ActionDao.java | 1a8ea6443121072350f0ce85dff3eb98149b904c | [] | no_license | tomarto/prototype-rest | https://github.com/tomarto/prototype-rest | b952dd8a3f515e73eb28eb3fa4db04d5ba09dd85 | e7220be258502fa838d5853c7cec305f667559d6 | refs/heads/master | 2021-01-21T13:08:00.397000 | 2016-04-22T15:49:14 | 2016-04-22T15:49:14 | 43,894,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.actions.prototype.dao;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import com.actions.prototype.model.resource.action.Action;
import com.actions.prototype.model.resource.action.ActionListResponse;
import com.actions.prototype.request.action.ActionRequest;
/**
* <p>
* Act... | UTF-8 | Java | 1,641 | java | ActionDao.java | Java | [
{
"context": "<p>\n * ActionDao interface.\n * </p>\n * \n * @author Omar Ortiz.\n */\npublic interface ActionDao {\n\t\n\t/**\n\t * <p>\n",
"end": 371,
"score": 0.9998553395271301,
"start": 361,
"tag": "NAME",
"value": "Omar Ortiz"
}
] | null | [] | package com.actions.prototype.dao;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import com.actions.prototype.model.resource.action.Action;
import com.actions.prototype.model.resource.action.ActionListResponse;
import com.actions.prototype.request.action.ActionRequest;
/**
* <p>
* Act... | 1,637 | 0.656307 | 0.656307 | 70 | 22.442858 | 25.490971 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 3 |
7a5aea10e3bf3f4af3958c872ed9dc2a73aa1aeb | 23,983,097,429,568 | ad1d31fa52e2bf51a4a09d4453b75a1a8e4f2246 | /Utilities/Color.java | 9dafb208d683cc369c2830c96f63bb992b1a6403 | [] | no_license | Shadowhnr/POO-trab3 | https://github.com/Shadowhnr/POO-trab3 | 099201578654c3cacc036ac32d41ffc6fca8429d | d32bcb159665d883220a7b1596242e250a9762d6 | refs/heads/master | 2021-01-23T22:10:36.014000 | 2014-12-14T21:16:55 | 2014-12-14T21:16:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Utilities;
//enumeracao que representara a cor dos times
public enum Color
{
//esses campos sao constantes, por isso o nome em maiusculo:
BLUE(0,0,255),
RED(255,0,0),
GREEN(0,255,0),
YELLOW(255,255,0),
WHITE(255,255,255),
BLACK(0,0,0);
//valores rgb para cores:
private int red;
private int green;
pri... | UTF-8 | Java | 497 | java | Color.java | Java | [] | null | [] | package Utilities;
//enumeracao que representara a cor dos times
public enum Color
{
//esses campos sao constantes, por isso o nome em maiusculo:
BLUE(0,0,255),
RED(255,0,0),
GREEN(0,255,0),
YELLOW(255,255,0),
WHITE(255,255,255),
BLACK(0,0,0);
//valores rgb para cores:
private int red;
private int green;
pri... | 497 | 0.704225 | 0.635815 | 23 | 20.565218 | 16.051077 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.130435 | false | false | 3 |
470f95eaad4f8a51ec36d759ac6985fb276c1383 | 14,422,500,226,066 | 2feda664019e45d01aed28adfe52e405b9fce431 | /src/com/leetcode_cn/easy/IncreasingDecreasingString.java | abe8dea37c5b588891172e3e025ac4dca1983745 | [] | no_license | Folgerjun/leetcode-cn | https://github.com/Folgerjun/leetcode-cn | 0b8c7c86cfbdbcb9b738c4e6ef67f7fe42bcb398 | bb46ac96417969d48000f7628e810893648cf9b4 | refs/heads/master | 2021-06-05T04:20:54.295000 | 2020-06-12T02:51:49 | 2020-06-12T02:51:49 | 142,521,732 | 11 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode_cn.easy;
/********上升下降字符串******/
/**
* 给你一个字符串 s ,请你根据下面的算法重新构造字符串:
*
* 1.从 s 中选出 最小 的字符,将它 接在 结果字符串的后面。
* 2.从 s 剩余字符中选出 最小 的字符,且该字符比上一个添加的字符大,将它 接在 结果字符串后面。
* 3.重复步骤 2 ,直到你没法从 s 中选择字符。
* 4.从 s 中选出 最大 的字符,将它 接在 结果字符串的后面。
* 5.从 s 剩余字符中选出 最大 的字符,且该字符比上一个添加的字符小,将它 接在 结果字符串后面。
* 6.重复步骤 5 ,直到你... | UTF-8 | Java | 3,323 | java | IncreasingDecreasingString.java | Java | [] | null | [] | package com.leetcode_cn.easy;
/********上升下降字符串******/
/**
* 给你一个字符串 s ,请你根据下面的算法重新构造字符串:
*
* 1.从 s 中选出 最小 的字符,将它 接在 结果字符串的后面。
* 2.从 s 剩余字符中选出 最小 的字符,且该字符比上一个添加的字符大,将它 接在 结果字符串后面。
* 3.重复步骤 2 ,直到你没法从 s 中选择字符。
* 4.从 s 中选出 最大 的字符,将它 接在 结果字符串的后面。
* 5.从 s 剩余字符中选出 最大 的字符,且该字符比上一个添加的字符小,将它 接在 结果字符串后面。
* 6.重复步骤 5 ,直到你... | 3,323 | 0.509362 | 0.49234 | 101 | 22.267326 | 17.526157 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.19802 | false | false | 3 |
7f2afd63c90538e35412093e2651a135ccc042b1 | 9,053,791,123,816 | 206d15befecdfb67a93c61c935c2d5ae7f6a79e9 | /sina_microblog/src/mobile/android/demo/sina/microblog/BigPicture.java | 35867162168fa498f1732bb89a91ff4c4fb0feb5 | [] | no_license | MarkChege/micandroid | https://github.com/MarkChege/micandroid | 2e4d2884929548a814aa0a7715727c84dc4dcdab | 0b0a6dee39cf7e258b6f54e1103dcac8dbe1c419 | refs/heads/master | 2021-01-10T19:15:34.994000 | 2013-05-16T05:56:21 | 2013-05-16T05:56:21 | 34,704,029 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobile.android.demo.sina.microblog;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
public class BigPicture extends Activity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout... | UTF-8 | Java | 485 | java | BigPicture.java | Java | [] | null | [] | package mobile.android.demo.sina.microblog;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
public class BigPicture extends Activity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout... | 485 | 0.742268 | 0.742268 | 24 | 18.208334 | 21.181713 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 3 |
b90a47d099e0f9afb9acc4e77f99414dee7cb99b | 1,245,540,553,492 | 5ca5a02ece72d3aec4c45e721dd1655f539fca52 | /lesson03/Example1.java | f2e5c19983ce639282469cf99b65f7b0633951a9 | [] | no_license | yjll1019/Algorithm_lesson | https://github.com/yjll1019/Algorithm_lesson | 611f168b8d09c15a47fa2323b0f566f66e394fe1 | 1f5a1c759631e82a9eec6454909689528d72c358 | refs/heads/master | 2021-04-03T02:49:56.290000 | 2018-06-19T15:44:56 | 2018-06-19T15:44:56 | 124,913,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson03;
//findMin2 selectionSort2 아직 이해 ㄴㄴㄴ!
import java.util.Arrays;
/*
* 작성일 : 2018년 03월 23일
* 내 용 : 선택정렬(selection sort) 구현
*/
public class Example1 {
static void swap(int[] a, int i, int j) {
//배열 a에서 a[i]와 a[j]의 값을 바꿔주는 메소드 swap
//O(1)
int temp = a[i];
a[i] = a[j];
a[j] = temp;
}
stat... | UHC | Java | 2,534 | java | Example1.java | Java | [] | null | [] | package lesson03;
//findMin2 selectionSort2 아직 이해 ㄴㄴㄴ!
import java.util.Arrays;
/*
* 작성일 : 2018년 03월 23일
* 내 용 : 선택정렬(selection sort) 구현
*/
public class Example1 {
static void swap(int[] a, int i, int j) {
//배열 a에서 a[i]와 a[j]의 값을 바꿔주는 메소드 swap
//O(1)
int temp = a[i];
a[i] = a[j];
a[j] = temp;
}
stat... | 2,534 | 0.591006 | 0.562634 | 76 | 23.578947 | 24.987503 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.276316 | false | false | 3 |
889295d41fdd17e245957edf48c4c9b331b02e2e | 901,943,174,248 | 5b31d51c77a49c897f664c58f5eeb798505b57aa | /JSS_Research/src/app/evolution/multitask/jump/FitnessProbabilityJump2.java | 722e4a7ea7f348437b8a9d185c75c738d8a26b24 | [] | no_license | johnskpark/jss-research | https://github.com/johnskpark/jss-research | 769653bad8f0178d41a2eef1cc82bfed59856505 | bfee314549f875e5b01a777252364cad5d4e3d40 | refs/heads/master | 2020-05-21T06:27:33.830000 | 2019-07-14T08:45:07 | 2019-07-14T08:45:07 | 185,933,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.evolution.multitask.jump;
import app.evolution.multitask.JasimaMultitaskIndividual;
import ec.EvolutionState;
import ec.util.Parameter;
public class FitnessProbabilityJump2 extends FitnessProbabilityJump {
private static final long serialVersionUID = 5953377944185011148L;
@Override
public void setup(... | UTF-8 | Java | 1,214 | java | FitnessProbabilityJump2.java | Java | [] | null | [] | package app.evolution.multitask.jump;
import app.evolution.multitask.JasimaMultitaskIndividual;
import ec.EvolutionState;
import ec.util.Parameter;
public class FitnessProbabilityJump2 extends FitnessProbabilityJump {
private static final long serialVersionUID = 5953377944185011148L;
@Override
public void setup(... | 1,214 | 0.788303 | 0.766886 | 36 | 32.722221 | 30.952124 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 3 |
a1e6112159f56fbe07f9eace1e2eeb9c5bc05055 | 29,351,806,505,627 | 255ff79057c0ff14d0b760fc2d6da1165f1806c8 | /01JavaStep01/第二阶段资料/二阶day3资料/案例/学员练习代码/myArgs/src/com/itheima_03/JumppingDemo.java | bd7c4e3abddb6574b45ebac87a283fe39625a020 | [] | no_license | wjphappy90/Resource | https://github.com/wjphappy90/Resource | 7f1f817d323db5adae06d26da17dfc09ee5f9d3a | 6574c8399f3cdfb6d6b39cd64dc9507e784a2549 | refs/heads/master | 2022-07-30T03:33:59.869000 | 2020-08-10T02:31:35 | 2020-08-10T02:31:35 | 285,701,650 | 2 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima_03;
/*
测试类
*/
public class JumppingDemo {
public static void main(String[] args) {
//创建操作类对象,并调用方法
}
}
| UTF-8 | Java | 178 | java | JumppingDemo.java | Java | [] | null | [] | package com.itheima_03;
/*
测试类
*/
public class JumppingDemo {
public static void main(String[] args) {
//创建操作类对象,并调用方法
}
}
| 178 | 0.59589 | 0.582192 | 11 | 12.272727 | 13.994096 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.090909 | false | false | 3 |
c9d7431cf464b4828c5a654bdb6db0685d26ea22 | 9,448,928,108,354 | 4e3a8e9e97aa5c0bfcb85a9164bea69ac2e1234d | /max holes/holes.java | baacd846fbbcd84fb4cc00398d0b7aa11c054899 | [] | no_license | saurav0705/java | https://github.com/saurav0705/java | f427eb9c5dfcf372ae68ecdfd6443017ee965ed5 | 019a8dd4e1d0a8a42bdb4e5bc9fa510de78f873a | refs/heads/master | 2021-07-06T14:04:50.647000 | 2019-03-16T09:39:36 | 2019-03-16T09:39:36 | 143,140,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class holes{
public static int maxholes(int arr[])
{
int max=0;
for(int i=0;i<5;i++)
{
if(arr[i]==8)
{max=2;
break;}
else if(arr[i]==4 ||arr[i]==6 ||arr[i]==9)
max=1;
}
... | UTF-8 | Java | 588 | java | holes.java | Java | [] | null | [] | class holes{
public static int maxholes(int arr[])
{
int max=0;
for(int i=0;i<5;i++)
{
if(arr[i]==8)
{max=2;
break;}
else if(arr[i]==4 ||arr[i]==6 ||arr[i]==9)
max=1;
}
... | 588 | 0.380952 | 0.346939 | 24 | 23.541666 | 14.988827 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
233543dc67279f8502f9a5c0f1e069de0226f992 | 9,448,928,105,324 | 5b9c37ecdd7978f2ce73d3945fda10f8e0c6a619 | /app/src/main/java/com/syrovama/fragmentstask/RandomService.java | 93da0804aadfd619fcd3bce1e2277902785f81f6 | [] | no_license | syrmaria/FragmentsTask | https://github.com/syrmaria/FragmentsTask | 74dd3bbadf4fa1dc6d93e75ee5133b44dd08b718 | 9157f6094df867afc0ee89847590aced1675dfe0 | refs/heads/master | 2020-04-08T20:34:09.296000 | 2018-11-29T19:13:07 | 2018-11-29T19:13:07 | 159,705,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syrovama.fragmentstask;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.app.JobIntentService;
import android.util.Log;
import java.util.Random;
/*
Creates random number and sends it in broadcast
*/
public class RandomServ... | UTF-8 | Java | 1,179 | java | RandomService.java | Java | [] | null | [] | package com.syrovama.fragmentstask;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.app.JobIntentService;
import android.util.Log;
import java.util.Random;
/*
Creates random number and sends it in broadcast
*/
public class RandomServ... | 1,179 | 0.722646 | 0.718405 | 37 | 30.864864 | 23.475304 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702703 | false | false | 3 |
82b7581634b9efa53fc1771642eae57931b429f0 | 18,133,351,986,331 | 5740dcc3c57560c3498dc38530534f1cbb11d877 | /MultiShop2/src/main/java/com/poly/main/Validator/UserLoginValidator.java | f074cc765b627052caf5f960ad8862795a70c30d | [] | no_license | khoahoang555/MultiShop | https://github.com/khoahoang555/MultiShop | 405bfffe2598022b53c0e66a4bbad4f231e17c22 | 134246783179b77976db301c6ec90fb0080b79cd | refs/heads/master | 2023-06-12T14:08:03.798000 | 2021-07-07T03:02:12 | 2021-07-07T03:02:12 | 382,974,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poly.main.Validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils... | UTF-8 | Java | 1,839 | java | UserLoginValidator.java | Java | [
{
"context": "ls.rejectIfEmptyOrWhitespace(errors, \"password\", \"NotBlank.userLogin.password\");\r\n\r\n\t\tif (!errors.hasFieldErrors()) {\r\n\t\t\tUser ",
"end": 1172,
"score": 0.9964799284934998,
"start": 1145,
"tag": "PASSWORD",
"value": "NotBlank.userLogin.password"
},
{
"cont... | null | [] | package com.poly.main.Validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils... | 1,774 | 0.737901 | 0.737901 | 54 | 32.055557 | 27.687687 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.981481 | false | false | 3 |
7c73f2c307dc304de0c1a5ebab766e8f6207d0e3 | 19,095,424,665,709 | 4b4ac5e703d73db511a26c28e9ef8e35d59b509b | /src/test/java/com/fishercoder/_1394Test.java | 81d5b06a9ce83663861a74a523a89d505a864d7a | [
"Apache-2.0"
] | permissive | fishercoder1534/Leetcode | https://github.com/fishercoder1534/Leetcode | b850a4db143a79337aebd7093c09077ff5c23f96 | 1c3a15d31c4a2ffdb3e5553aecce531be21c5c84 | refs/heads/master | 2023-09-03T01:53:48.011000 | 2023-06-11T17:55:37 | 2023-06-11T17:55:37 | 64,578,459 | 3,950 | 1,510 | Apache-2.0 | false | 2023-06-26T15:14:16 | 2016-07-31T05:28:15 | 2023-06-26T15:03:52 | 2023-06-26T15:14:15 | 8,914 | 3,580 | 1,243 | 17 | Java | false | false | package com.fishercoder;
import com.fishercoder.solutions._1394;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class _1394Test {
private static _1394.Solution1 solution1;
@BeforeClass
public static void setup() {
solution1 = new _1394.S... | UTF-8 | Java | 791 | java | _1394Test.java | Java | [] | null | [] | package com.fishercoder;
import com.fishercoder.solutions._1394;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class _1394Test {
private static _1394.Solution1 solution1;
@BeforeClass
public static void setup() {
solution1 = new _1394.S... | 791 | 0.614412 | 0.553729 | 39 | 19.307692 | 21.660734 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 3 |
d6cffa5b83e3c8bc03335385a032e84bdab4f02e | 21,028,159,931,481 | 6acb8980badaf5133dcf4013dba0fad5e1bae42f | /src/com/crt/openapi/modules/apiinterface/domain/entity/ApiUsers.java | a14cba937fb7facf7084664db2a1938079069da4 | [] | no_license | liubao19860416/generatorSqlmapCustom | https://github.com/liubao19860416/generatorSqlmapCustom | 8e2d85e5dd3e3254cf8be4893aa3a08d9d81b86d | 22353083e0d39d25a9be42f64d508e6dcdd0aecb | refs/heads/master | 2021-05-03T10:47:23.242000 | 2018-11-21T15:27:12 | 2018-11-21T15:27:12 | 69,371,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crt.openapi.modules.apiinterface.domain.entity;
public class ApiUsers {
private Long id;
private String userNo;
private String userName;
private String password;
private String linkPhone;
private String emailAddress;
private String sort;
private Strin... | UTF-8 | Java | 3,646 | java | ApiUsers.java | Java | [
{
"context": "\r\n private String userNo;\r\n\r\n private String userName;\r\n\r\n private String password;\r\n\r\n private S",
"end": 169,
"score": 0.9659810066223145,
"start": 161,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "\n public String getUserName()... | null | [] | package com.crt.openapi.modules.apiinterface.domain.entity;
public class ApiUsers {
private Long id;
private String userNo;
private String userName;
private String password;
private String linkPhone;
private String emailAddress;
private String sort;
private Strin... | 3,646 | 0.586396 | 0.586396 | 163 | 20.380367 | 21.539295 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.300613 | false | false | 3 |
4a179d69918def9e52c47a5a236428ac5ecf4e57 | 21,028,159,928,822 | 91122f4487ec9ccc0c26dc4248338c43d8743626 | /Hibernate/Hibernatelove2code/src/main/java/com/love2code/hibernate/demo/entity/Student.java | 4d0658774299d173619d7683f6635abd0dd321ad | [] | no_license | RedSulfur/Java-EE-practice | https://github.com/RedSulfur/Java-EE-practice | f2804d91fc58ef2476dde592f37df6a3cad43746 | 6ac6bf2655d5f98c1bb5cca70140616c92a7ec3b | refs/heads/master | 2021-05-24T04:39:09.615000 | 2016-10-08T17:50:14 | 2016-10-08T17:50:14 | 53,417,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.love2code.hibernate.demo.entity;
import javax.persistence.*;
@Entity
@Table(name = "student")
public class Student {
/**
* This part maps the field to the database columns.
*
* @param id represents a primary key for our {@link Student} class
* that is related to an actua... | UTF-8 | Java | 2,066 | java | Student.java | Java | [] | null | [] | package com.love2code.hibernate.demo.entity;
import javax.persistence.*;
@Entity
@Table(name = "student")
public class Student {
/**
* This part maps the field to the database columns.
*
* @param id represents a primary key for our {@link Student} class
* that is related to an actua... | 2,066 | 0.564376 | 0.563892 | 90 | 21.955555 | 20.755674 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288889 | false | false | 3 |
23096b7885470b4da6769ff2e269c9465855d660 | 7,619,272,021,202 | 7c3c1c28dd131118a3f8d6222c06806d13d623b9 | /src/thing/Seller.java | e72917e6f4eacc56e0ffe9c059fb775607bbacb9 | [] | no_license | Nanging/Design-Pattern | https://github.com/Nanging/Design-Pattern | b72e4bbb7d8adbf90559b5e9c7d17e791f2d2157 | 7cecf229a7438cb99f44e27cb572080232794241 | refs/heads/master | 2020-04-03T03:03:41.409000 | 2018-11-02T03:06:51 | 2018-11-02T03:06:51 | 154,975,454 | 1 | 0 | null | false | 2018-11-01T12:18:45 | 2018-10-27T14:47:51 | 2018-11-01T09:56:14 | 2018-11-01T12:18:45 | 976 | 0 | 0 | 0 | Java | false | null | package thing;
import construction.Sale;
public class Seller {
public void sellGoods(Goods goods) {
Sale.sale(goods);
}
}
| UTF-8 | Java | 128 | java | Seller.java | Java | [] | null | [] | package thing;
import construction.Sale;
public class Seller {
public void sellGoods(Goods goods) {
Sale.sale(goods);
}
}
| 128 | 0.726563 | 0.726563 | 9 | 13.222222 | 12.576678 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
08294a092880ace05f4260f56321320238bfd345 | 24,721,831,762,408 | accdf6d99cbc99b3da68b9449b5152e01cb3fd84 | /sunshine-redis/src/main/java/cn/sunshine/App.java | 3345d0f7bc9b468b2a982d8a9d536736879feb58 | [
"Apache-2.0"
] | permissive | wiesel07/sunshine | https://github.com/wiesel07/sunshine | 0c980c7715f3eeb4d2de9e6a4d63aa7528f79afd | a6fdded0cd46e13f02da6bc4194a406608ae5179 | refs/heads/master | 2022-06-27T23:55:11.506000 | 2019-06-20T12:03:12 | 2019-06-20T12:03:12 | 189,194,634 | 1 | 0 | Apache-2.0 | false | 2021-04-26T19:11:54 | 2019-05-29T09:31:51 | 2019-12-20T11:03:37 | 2021-04-26T19:11:54 | 3,947 | 1 | 0 | 1 | CSS | false | false | package cn.sunshine;
import java.util.Optional;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
String[] cacheNames = new String[] {"aa"};
Optional<String[]> aOptional = Optional.ofNullable(cacheNames);
if (aOp... | UTF-8 | Java | 421 | java | App.java | Java | [] | null | [] | package cn.sunshine;
import java.util.Optional;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
String[] cacheNames = new String[] {"aa"};
Optional<String[]> aOptional = Optional.ofNullable(cacheNames);
if (aOp... | 421 | 0.612827 | 0.610451 | 22 | 18.136364 | 18.621336 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 3 |
cd35050320f64005f584ecd4666624f695fbe2a2 | 23,957,327,624,492 | e3d9c0b15a9c6ac9aa0ae0c92ec06a228d0d5859 | /linkis-public-enhancements/linkis-bml/linkis-bml-server/src/main/java/org/apache/linkis/bml/service/impl/BmlProjectServiceImpl.java | 190085abe72fd2851aef6231d48d2471cb9d8930 | [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"LicenseRef-scancode-unicode",
"LGPL-2.0-or-later",
"EPL-1.0",
"Classpath-exception-2.0",
"GPL-1.0-or-later",
"CC-BY-SA-3.0",
"CPL-1.0",
"LicenseRef-scancode-generic-cla",
"SAX-PD",
"EPL-2.0",
"LicenseRef-scancode-free-unknown",
"CC-PDDC",
... | permissive | tgh-621/Linkis | https://github.com/tgh-621/Linkis | 9e7d468b8abedffaf1723842f0f3f1ecf516bf1f | f27699aa6be01d7ee2ae3e544c8fefcef2830b0a | refs/heads/master | 2022-03-06T12:27:15.359000 | 2022-02-11T02:02:28 | 2022-02-11T02:02:28 | 289,199,303 | 1 | 0 | Apache-2.0 | true | 2021-09-03T01:01:33 | 2020-08-21T06:49:38 | 2021-08-09T07:09:34 | 2021-09-03T01:01:32 | 145,784 | 1 | 0 | 0 | Scala | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 6,378 | java | BmlProjectServiceImpl.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 6,378 | 0.682362 | 0.67937 | 167 | 37.023952 | 29.425631 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616766 | false | false | 3 |
7371e39f38d1affa3c0efc36873a21355817a22f | 33,036,888,450,528 | 2cad2c75ca7f6b0d9d7e6d23e3ff77a394be6737 | /src/main/java/ua/ali_x/telegrambot/service/statistic/StatisticJsonUkraineService.java | 14fa2925857afb6a9d069934bae10ece3404abe1 | [] | no_license | Ali-X/corona-ukraine | https://github.com/Ali-X/corona-ukraine | d009a8518648dd49f2d5000470cc581ab695dc97 | c8f8a16a6de9c11b3a578ce3164b1ceb082d9de5 | refs/heads/master | 2022-10-03T07:23:16.757000 | 2020-07-02T17:21:28 | 2020-07-02T17:21:28 | 250,853,500 | 0 | 0 | null | false | 2022-09-01T23:22:57 | 2020-03-28T17:25:05 | 2020-07-02T17:21:32 | 2022-09-01T23:22:55 | 53,923 | 0 | 0 | 1 | Java | false | false | package ua.ali_x.telegrambot.service.statistic;
import com.jayway.jsonpath.DocumentContext;
import net.minidev.json.JSONArray;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ua.ali_x.telegrambot.dao.MessageTemplateDao;
import ua.ali_x.telegrambot.... | UTF-8 | Java | 1,446 | java | StatisticJsonUkraineService.java | Java | [] | null | [] | package ua.ali_x.telegrambot.service.statistic;
import com.jayway.jsonpath.DocumentContext;
import net.minidev.json.JSONArray;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ua.ali_x.telegrambot.dao.MessageTemplateDao;
import ua.ali_x.telegrambot.... | 1,446 | 0.730368 | 0.726894 | 40 | 35 | 33.406586 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 3 |
83f637ff560d56804dcb896d3bafc75eefa9341a | 6,562,710,032,940 | 1487369f5adba5d0bac12609a1433c00eaa0275d | /src/jena_practice/Consulta4_SPARQL.java | 1a4dce6f299782e57105488f4a28f73a7091f379 | [] | no_license | Raejimenezca/Jena_library_practice-Java | https://github.com/Raejimenezca/Jena_library_practice-Java | e40117421139bf71f78d12446c405a6223e56178 | 21d913b2efbda5279db2f1498b233ce379d8badf | refs/heads/master | 2020-12-29T09:26:17.785000 | 2020-02-05T21:56:37 | 2020-02-05T21:56:37 | 238,555,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jena_practice;
import java.io.File;
import java.io.FilenameFilter;
import java.util.Arrays;
import org.apache.jena.query.Query;
import org.apache.jena.query.QueryExecution;
import org.apache.jena.query.QueryExecutionFactory;
import org.apache.jena.query.QueryFactory;
import org.apache.jena.rdf.model... | UTF-8 | Java | 1,679 | java | Consulta4_SPARQL.java | Java | [] | null | [] | package jena_practice;
import java.io.File;
import java.io.FilenameFilter;
import java.util.Arrays;
import org.apache.jena.query.Query;
import org.apache.jena.query.QueryExecution;
import org.apache.jena.query.QueryExecutionFactory;
import org.apache.jena.query.QueryFactory;
import org.apache.jena.rdf.model... | 1,679 | 0.68374 | 0.682549 | 54 | 29.092592 | 23.489374 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.259259 | false | false | 3 |
290fa06711c30faa58ed682e0a8a362edb2f17f0 | 2,095,944,041,203 | 1fa44acaceba7afeed321410160d0d7c9eb83062 | /src/design/zhaowd/action/mediator/ClassA.java | 6f81157eb694d6248fa210a38b508cd06f909562 | [] | no_license | shenwuwu/desigin | https://github.com/shenwuwu/desigin | 4e626c5998290a959020f750e46877d5dbe1aa4e | 3b396cd7c093bc8559592f12e7dc3f4c8077cb70 | refs/heads/master | 2020-04-13T19:04:46.238000 | 2018-12-28T09:33:07 | 2018-12-28T09:33:07 | 163,392,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design.zhaowd.action.mediator;
public class ClassA extends ClassXX{
public void printB() {
media.printB();
};
public void print() {
};
}
| UTF-8 | Java | 166 | java | ClassA.java | Java | [] | null | [] | package design.zhaowd.action.mediator;
public class ClassA extends ClassXX{
public void printB() {
media.printB();
};
public void print() {
};
}
| 166 | 0.638554 | 0.638554 | 11 | 13.090909 | 14.067723 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
7bc563f4b7553ae9961746510be5902a72eb19c4 | 11,656,541,262,008 | 7abf9a1bce17409fed3ba3cf51fa49b0c3667ccb | /src/main/java/br/unicesumar/time05/consultapersonalizada/DadosParaConsultaSQL.java | e180f672fcf460fc0b2fc2a8677adcda9b1444ea | [] | no_license | renatoAlecrim/escolaDeTI-Time05 | https://github.com/renatoAlecrim/escolaDeTI-Time05 | cc2750111199b6270c583094728242d80257be1e | 16e033ce184b503540a276dde6da37dfe1c2c72b | refs/heads/master | 2021-01-10T05:05:42.627000 | 2015-12-06T12:44:27 | 2015-12-06T12:44:27 | 47,496,077 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.unicesumar.time05.consultapersonalizada;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class DadosParaConsultaSQL {
String nomeTabela = "";
String idTabela = "";
String campoOrdenacaoPadrao = "";
List<CampoParaScriptSQL> campos;
public DadosP... | UTF-8 | Java | 1,143 | java | DadosParaConsultaSQL.java | Java | [] | null | [] | package br.unicesumar.time05.consultapersonalizada;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class DadosParaConsultaSQL {
String nomeTabela = "";
String idTabela = "";
String campoOrdenacaoPadrao = "";
List<CampoParaScriptSQL> campos;
public DadosP... | 1,143 | 0.677165 | 0.675416 | 50 | 21.860001 | 20.168303 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34 | false | false | 3 |
ad5741e5be7fcb0fedd411f05c2f9d4c4ce07222 | 16,673,063,069,901 | 56bb94e12c01d0e9b03d68ee8b67b02b027e7f8b | /src/item44/Main.java | ed08a78dd5d4215338a22d498a0529f9dde9c23d | [] | no_license | Lokie89/effective-java | https://github.com/Lokie89/effective-java | 8065b41488432a5c26704925897afd79925944c8 | 3567a6d20d5edc87488cc011308d937d6b05bd63 | refs/heads/master | 2022-12-13T13:55:08.354000 | 2020-09-09T06:50:31 | 2020-09-09T06:50:31 | 275,691,828 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package item44;
public class Main {
public static void main(String[] args) {
LinkedHashMapUnderHundred map = new LinkedHashMapUnderHundred();
for (int i = 0; i < 200; i++) {
map.put("key" + i, "value" + i);
}
System.out.println(map.size());
}
}
| UTF-8 | Java | 298 | java | Main.java | Java | [] | null | [] | package item44;
public class Main {
public static void main(String[] args) {
LinkedHashMapUnderHundred map = new LinkedHashMapUnderHundred();
for (int i = 0; i < 200; i++) {
map.put("key" + i, "value" + i);
}
System.out.println(map.size());
}
}
| 298 | 0.557047 | 0.536913 | 11 | 26.09091 | 21.956381 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 3 |
6a2e6428aac0d5622d72161768aabbf218a63e4b | 31,645,319,080,451 | a882e44fe45fc973b2d5e4d7bc317efc9aa848a1 | /tdat1005/12 Arv&poly - dyrehage/src/dyrehage/Dyregruppe.java | a52de49e99610402c8324314c97fbad058ec89ca | [] | no_license | toberge/uni-exercises | https://github.com/toberge/uni-exercises | 68e56c0a58e9418bb6c18eadb72228a7d2544e4c | f10e106bbeda783549d4286595f63e81674535d0 | refs/heads/master | 2020-07-03T13:42:49.001000 | 2020-03-31T11:18:52 | 2020-03-31T11:18:52 | 201,922,773 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dyrehage;
/**
* Dyregrupper: Dyr vi forholder oss til i grupper, som for eksempel fiskestimer, insektsvermer og fugleflokker.
* Om hver gruppe lagrer vi gruppenavn og omtrentlig antall individer i gruppen.
* I tillegg har vi spesielt tilpassede klasser for hhv. fiskestimer
* (der vi lagrer gjennomsnittlig ... | UTF-8 | Java | 3,404 | java | Dyregruppe.java | Java | [] | null | [] | package dyrehage;
/**
* Dyregrupper: Dyr vi forholder oss til i grupper, som for eksempel fiskestimer, insektsvermer og fugleflokker.
* Om hver gruppe lagrer vi gruppenavn og omtrentlig antall individer i gruppen.
* I tillegg har vi spesielt tilpassede klasser for hhv. fiskestimer
* (der vi lagrer gjennomsnittlig ... | 3,404 | 0.690315 | 0.688549 | 110 | 29.890909 | 34.562023 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672727 | false | false | 3 |
8c7b2b580a0b6c796f5f0f69633a3fe72ccc3995 | 32,487,132,680,277 | 80b5ae0beded749c6ca4f489fa860304899d8315 | /Tecnología de la Programación/Juegos usando MVC/2. Versión con interfaz gráfica/main/java/es/ucm/fdi/tp/view/PlayersInfoViewer.java | d4570142278cf200ed3d2545cd80a505d1363d2a | [] | no_license | Joncarre/Java-language | https://github.com/Joncarre/Java-language | ba3e686747e668e72294597b645e1851d9ac2644 | 8ffe5a67b0f1397e2259c53e29d61e5bd635e979 | refs/heads/master | 2023-09-01T19:52:39.060000 | 2023-08-24T19:10:31 | 2023-08-24T19:10:31 | 95,045,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.es.ucm.fdi.tp.view;
import java.awt.Color;
import java.util.List;
import javax.swing.JPanel;
import main.java.es.ucm.fdi.tp.base.model.GameAction;
import main.java.es.ucm.fdi.tp.base.model.GameState;
import main.java.es.ucm.fdi.tp.mvc.GameObserver;
public abstract class PlayersInfoViewer<S extends... | UTF-8 | Java | 1,434 | java | PlayersInfoViewer.java | Java | [] | null | [] | package main.java.es.ucm.fdi.tp.view;
import java.awt.Color;
import java.util.List;
import javax.swing.JPanel;
import main.java.es.ucm.fdi.tp.base.model.GameAction;
import main.java.es.ucm.fdi.tp.base.model.GameState;
import main.java.es.ucm.fdi.tp.mvc.GameObserver;
public abstract class PlayersInfoViewer<S extends... | 1,434 | 0.73515 | 0.734451 | 54 | 25.5 | 25.750046 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.240741 | false | false | 3 |
9afee891e73795d63922a1feca2d3a2e54ed2813 | 5,540,507,877,713 | bdc91cb482977d258a35855f23c459405008874c | /nn-ysb-service/src/main/java/com/n/ysb/service/business/core/ClientWithdrawService.java | 2fe67ca8b7c278702c214afb833145bc77d36184 | [] | no_license | mumu-shoucang/ysb | https://github.com/mumu-shoucang/ysb | 26138e7e7f135beccdfeb8a357e4fd44060a3f8b | 9cb6c6cbc9569cba50f2f0d7bb8355fa2e9d4f20 | refs/heads/master | 2020-04-25T01:55:59.937000 | 2019-02-25T03:13:44 | 2019-02-25T03:13:44 | 172,422,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.n.ysb.service.business.core;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
... | UTF-8 | Java | 5,522 | java | ClientWithdrawService.java | Java | [
{
"context": "og.setOpTime(new Date());\r\n log.setOpUser(\"system\");\r\n log.setWithdrawStatus(withdrawStatus)",
"end": 4645,
"score": 0.5916500091552734,
"start": 4639,
"tag": "USERNAME",
"value": "system"
}
] | null | [] | package com.n.ysb.service.business.core;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
... | 5,522 | 0.701394 | 0.700293 | 136 | 38.088234 | 29.025717 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691176 | false | false | 3 |
e420c589e8ce91d0b46f20c4e981fde4b3a993b4 | 22,119,081,625,379 | 2b294e7bb46de4b8dfd324a54e688dd23faa7fae | /src/java7sample/GenericsSample.java | cd756af91f21cebc64d69a68b0ecc3bd1139d4a3 | [] | no_license | tanaka-takayoshi/Java7Sample | https://github.com/tanaka-takayoshi/Java7Sample | 597cd898c6f789dfa54e51fa2976dee8a26210f1 | 92647fb690baa2660b8bebe69856845ccb705bb2 | refs/heads/master | 2021-01-01T06:32:57.518000 | 2011-08-11T08:02:15 | 2011-08-11T08:02:15 | 2,189,898 | 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 java7sample;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
*
* @author TanakaTa
*/
public class GenericsSample {
public static void main(Stri... | UTF-8 | Java | 756 | java | GenericsSample.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n *\n * @author TanakaTa\n */\npublic class GenericsSample {\n \n public",
"end": 248,
"score": 0.9852290153503418,
"start": 240,
"tag": "NAME",
"value": "TanakaTa"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package java7sample;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
*
* @author TanakaTa
*/
public class GenericsSample {
public static void main(Stri... | 756 | 0.634921 | 0.632275 | 29 | 25.068966 | 23.026119 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 3 |
b54d3cb4d57b6ee7a5ed221d5576b079a59c5220 | 30,210,799,998,560 | 82b60c434f764d702433e3b73e1be46a868e3dca | /Lesson_07/Lesson7.java | 0820d621fbe08e57f44b44be63fb1a5f6554538e | [] | no_license | reecealanboyd/LearningJava | https://github.com/reecealanboyd/LearningJava | 3b74441c10cbcea3fedc61495445195d50061b6b | 131edc6e3edf038c158099023e23f4e2fc268ff4 | refs/heads/master | 2021-01-24T17:49:44.419000 | 2016-03-29T04:33:34 | 2016-03-29T04:33:34 | 54,269,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Lesson7
{
public static void main(String args[])
{
Monster Frank = new Monster();
// The following line would cause an error at compile-time because
// attack is private and you can only access within the class.
// Because of this, we will have to use a getter from Monster.
//System... | UTF-8 | Java | 397 | java | Lesson7.java | Java | [] | null | [] | public class Lesson7
{
public static void main(String args[])
{
Monster Frank = new Monster();
// The following line would cause an error at compile-time because
// attack is private and you can only access within the class.
// Because of this, we will have to use a getter from Monster.
//System... | 397 | 0.690176 | 0.687657 | 12 | 32.083332 | 25.365522 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
77c4ef51785343835e0754477c2f54a0692ab749 | 14,285,061,261,477 | e48b80323e570d78df025c36082bfd0279ab6042 | /src/main/java/com/njust/bean/baseBean/Importance.java | 80e05b2b9e8dd2543330d993f608a3aa180440f4 | [] | no_license | QianMuTang/expertfinding | https://github.com/QianMuTang/expertfinding | 32942b31fe08f24e0cdcce670685369ab69b39db | 16d63b37f70bcd50df7117b7559404119ec72e9a | refs/heads/master | 2021-09-11T20:48:20.804000 | 2018-04-12T06:42:18 | 2018-04-12T06:42:18 | 110,107,759 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njust.bean.baseBean;
import javax.persistence.*;
public class Importance {
@Id
@Column(name = "importance_id")
private Long importanceId;
@Column(name = "result_id")
private Long resultId;
@Column(name = "importance_score")
private Double importanceScore;
... | UTF-8 | Java | 1,412 | java | Importance.java | Java | [] | null | [] | package com.njust.bean.baseBean;
import javax.persistence.*;
public class Importance {
@Id
@Column(name = "importance_id")
private Long importanceId;
@Column(name = "result_id")
private Long resultId;
@Column(name = "importance_score")
private Double importanceScore;
... | 1,412 | 0.575071 | 0.575071 | 67 | 19.104477 | 17.814243 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.253731 | false | false | 3 |
30bb002bf95ccf698940235b7dd62e4744644c2d | 16,303,695,884,704 | b9b7627e839b49ca11f084b1778c8d512212dcee | /app/src/main/java/com/jacksonvillecomedy/broskj/jaxcomedy/Directions.java | a6be5133da350c3b7f572541f60ab39e91f611ec | [] | no_license | techibis/JaxComedy | https://github.com/techibis/JaxComedy | 84058af81a9e1dcefb6f291b48d91bd24da6f5f3 | 1cce5cf100a0a17b7956b6c1d3b9a9f08c6e7ae1 | refs/heads/master | 2021-01-16T17:57:05.957000 | 2015-02-18T01:29:53 | 2015-02-18T01:29:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jacksonvillecomedy.broskj.jaxcomedy;
import android.annotation.TargetApi;
import android.app.ActionBar;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.location.Location;
import android.locat... | UTF-8 | Java | 4,342 | java | Directions.java | Java | [
{
"context": "w;\nimport android.widget.Toast;\n\n/**\n * Created by Kyle on 12/29/2014.\n *\n * NO LONGER BEING USED, REPLAC",
"end": 804,
"score": 0.9965524673461914,
"start": 800,
"tag": "NAME",
"value": "Kyle"
}
] | null | [] | package com.jacksonvillecomedy.broskj.jaxcomedy;
import android.annotation.TargetApi;
import android.app.ActionBar;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.location.Location;
import android.locat... | 4,342 | 0.689083 | 0.684247 | 120 | 35.191666 | 27.212526 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
17c88864a498e27e928312fef5fac40131f475ec | 12,790,412,641,046 | 9e001af2a9261c9ccbdefade4a73c3b751ce369d | /naolf/src/com/cocosh/car/service/impl/OrderLogServiceImpl.java | b0771e98e7711ab9435fa45e57ba48e53391f46c | [] | no_license | admiralsoft/java_projects | https://github.com/admiralsoft/java_projects | 2ae0186abf75183dab58e28689cb2cb1169f812e | 68be434805641af6c401d47fe09bae4f434f76aa | refs/heads/master | 2023-03-15T13:12:23.137000 | 2017-11-29T08:11:26 | 2017-11-29T08:11:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cocosh.car.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.cocosh.framework.util.StringUtil;
import com.cocosh.car.mapper.OrderLo... | UTF-8 | Java | 748 | java | OrderLogServiceImpl.java | Java | [] | null | [] | package com.cocosh.car.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.cocosh.framework.util.StringUtil;
import com.cocosh.car.mapper.OrderLo... | 748 | 0.796247 | 0.794906 | 31 | 23.064516 | 20.817076 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 3 |
97c3f0cc92dcd2b1b7e50791703478c8a70b7c09 | 27,762,668,632,373 | bbcd1ca59601057feaca183ef534028853d9300e | /lwh-gl/gl-order/src/main/java/com/lwhtarena/glmall/order/vo/FareVo.java | 41e0213f7b03578f581f603827d1b4ed71c63681 | [] | no_license | hkkkkq/cloud | https://github.com/hkkkkq/cloud | 214f95e1c0a07af99339219119b7200ff6b8056f | ee21c997ed02ec69ff5b97c78851894c5c25301b | refs/heads/master | 2023-01-01T05:03:44.237000 | 2020-10-22T16:32:56 | 2020-10-22T16:32:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lwhtarena.glmall.order.vo;
import lombok.Data;
import java.math.BigDecimal;
/**
* @author liwh
* @Title: FareVo
* @Package com.lwhtarena.glmall.order.vo
* @Description:
* @Version 1.0.0
* @date 2020/9/9 16:16
*/
@Data
public class FareVo {
private MemberAddressVo address;
private BigDeci... | UTF-8 | Java | 333 | java | FareVo.java | Java | [
{
"context": "ata;\n\nimport java.math.BigDecimal;\n\n/**\n * @author liwh\n * @Title: FareVo\n * @Package com.lwhtarena.glmal",
"end": 110,
"score": 0.9996964931488037,
"start": 106,
"tag": "USERNAME",
"value": "liwh"
}
] | null | [] | package com.lwhtarena.glmall.order.vo;
import lombok.Data;
import java.math.BigDecimal;
/**
* @author liwh
* @Title: FareVo
* @Package com.lwhtarena.glmall.order.vo
* @Description:
* @Version 1.0.0
* @date 2020/9/9 16:16
*/
@Data
public class FareVo {
private MemberAddressVo address;
private BigDeci... | 333 | 0.693694 | 0.654655 | 21 | 14.809524 | 13.48233 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 3 |
3feccb246bf05b7d06046557642741a082c86775 | 20,779,051,807,812 | 6a499f351231259b093fb19f72c394f1b12826fd | /src/main/java/parkinglot/ParkingSpot/ParkingSpot.java | a22180a029aebfed0a78aeafa00510ffd93a382c | [] | no_license | sourabh13/ParkingLot | https://github.com/sourabh13/ParkingLot | 378afeb4316560544608263b8ca39f2ec1e41959 | 8429f75d8c74077149e341e582ac1affdbcfabd7 | refs/heads/master | 2022-04-05T15:47:38.505000 | 2020-02-23T09:47:54 | 2020-02-23T09:47:54 | 242,280,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parkinglot.ParkingSpot;
import parkinglot.Enums.ParkingSpotType;
import parkinglot.Vehicles.Vehicle;
public abstract class ParkingSpot {
private final ParkingSpotType type;
private Integer number;
private Vehicle vehicle;
private Boolean isFree;
public ParkingSpot(ParkingSpotType type... | UTF-8 | Java | 886 | java | ParkingSpot.java | Java | [] | null | [] | package parkinglot.ParkingSpot;
import parkinglot.Enums.ParkingSpotType;
import parkinglot.Vehicles.Vehicle;
public abstract class ParkingSpot {
private final ParkingSpotType type;
private Integer number;
private Vehicle vehicle;
private Boolean isFree;
public ParkingSpot(ParkingSpotType type... | 886 | 0.637698 | 0.637698 | 44 | 19.136364 | 16.501503 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 3 |
2d515225670b0bff33ad04942c864e01f1433d2e | 7,653,631,764,486 | 2b83d9f2e44a945988cf780606c0a7c7be392128 | /grpc/betPawa/bet-server/src/main/java/ee/dsoccer/server/BalanceServiceImpl.java | bea50279e07ac2ee2e8061c74ba4464e2a948c8e | [] | no_license | dsoccer1980/spring-db | https://github.com/dsoccer1980/spring-db | 10da6bdcf4caaa78c19c55d07892111dd78ac2a8 | 34f32b8891191087ca84120e396f6b78e72ef816 | refs/heads/master | 2022-12-22T20:28:12.509000 | 2021-12-14T13:35:24 | 2021-12-14T13:35:24 | 218,032,414 | 0 | 0 | null | false | 2022-12-16T15:49:55 | 2019-10-28T11:35:32 | 2021-12-14T14:45:35 | 2022-12-16T15:49:52 | 290 | 0 | 0 | 37 | Java | false | false | package ee.dsoccer.server;
import ee.dsoccer.bet.BalanceServiceGrpc.BalanceServiceImplBase;
import ee.dsoccer.bet.Bet.Balance;
import ee.dsoccer.bet.Bet.User;
import ee.dsoccer.repository.BankRepository;
import io.grpc.stub.StreamObserver;
import org.springframework.stereotype.Service;
import org.springframework.trans... | UTF-8 | Java | 875 | java | BalanceServiceImpl.java | Java | [] | null | [] | package ee.dsoccer.server;
import ee.dsoccer.bet.BalanceServiceGrpc.BalanceServiceImplBase;
import ee.dsoccer.bet.Bet.Balance;
import ee.dsoccer.bet.Bet.User;
import ee.dsoccer.repository.BankRepository;
import io.grpc.stub.StreamObserver;
import org.springframework.stereotype.Service;
import org.springframework.trans... | 875 | 0.777143 | 0.777143 | 31 | 27.225807 | 23.371763 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 3 |
b7018a0fa497135684b69bd713bd29eb2b7728a7 | 5,712,306,521,357 | d555776cf5190abc9b1b1f1b96a54369d218966c | /src/main/java/Tst/CloudSqlServlet.java | 098589999d227d18d0d34bdfbfb9fda42c639d73 | [] | no_license | AndreyOOP/GoogleMySql | https://github.com/AndreyOOP/GoogleMySql | e4f4a0cc0f6ea38c0c9fe16369795c169740769b | b8d73cf2f5d6d0c4989911b972cf6799fcfa695f | refs/heads/master | 2020-05-25T19:53:20.216000 | 2016-10-03T17:15:24 | 2016-10-03T17:15:24 | 69,887,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tst;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.sql.Connection;
import jav... | UTF-8 | Java | 4,337 | java | CloudSqlServlet.java | Java | [] | null | [] | package Tst;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.sql.Connection;
import jav... | 4,337 | 0.63454 | 0.630851 | 128 | 32.882813 | 36.557877 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539063 | false | false | 10 |
da80f89ae458d56eca1c3f94709101ecef584da6 | 1,529,008,363,217 | 98790e1bf485ddba1baf5e060ec934823333a0bb | /src/sparrow/driver/Sender.java | e357b38d5ed0d827fb3ff6fda3c8c1f668e50e0e | [] | no_license | Juanjdurillo/sparrow | https://github.com/Juanjdurillo/sparrow | 8f508fececc7d96d84dacb9ecc227d6047fc4843 | 2090c79223f9df68124e6bb5ccd7c2646b1f75bd | refs/heads/master | 2021-05-04T04:20:28.561000 | 2018-02-05T20:30:48 | 2018-02-05T20:30:48 | 120,332,258 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* JMetalDriverSender.java
*
* @author Antonio J. Nebro
* @authr Juan J. Durillo
* @version 1.0
*/
package sparrow.driver;
import sparrow.util.SharedObjects;
import sparrow.util.Message;
import sparrow.util.Task;
import java.io.*;
import java.net.Socket;
import java.util.*;
import sparrow.appli... | UTF-8 | Java | 3,446 | java | Sender.java | Java | [
{
"context": "/**\r\n * JMetalDriverSender.java\r\n *\r\n * @author Antonio J. Nebro\r\n * @authr Juan J. Durillo\r\n * @version 1.0\r\n */\r",
"end": 64,
"score": 0.9998812675476074,
"start": 48,
"tag": "NAME",
"value": "Antonio J. Nebro"
},
{
"context": "r.java\r\n *\r\n * @author ... | null | [] | /**
* JMetalDriverSender.java
*
* @author <NAME>
* @authr <NAME>
* @version 1.0
*/
package sparrow.driver;
import sparrow.util.SharedObjects;
import sparrow.util.Message;
import sparrow.util.Task;
import java.io.*;
import java.net.Socket;
import java.util.*;
import sparrow.applications.Monitor;
... | 3,427 | 0.580093 | 0.579512 | 121 | 26.47934 | 19.694401 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.966942 | false | false | 10 |
06f68e2dc5c1abfa8a0d7896b82fdd95be297eb0 | 17,248,588,666,295 | c7b809a1965e729690d79dc9b41705d926b559e8 | /dl-worker/dl-worker-api/src/main/java/com/ucar/datalink/worker/api/probe/TaskExceptionProbe.java | 7665ba261ae828016cee97cef4ff2feb6b9d5b51 | [
"CDDL-1.1",
"Apache-2.0",
"CDDL-1.0"
] | permissive | KangZhiDong/DataLink | https://github.com/KangZhiDong/DataLink | a32ad97a2af503f04e09d725e7b47a6d5eafa038 | 3bf8bfbf910f7830aa34c3918a98567ac2f67d17 | refs/heads/master | 2020-05-03T04:42:47.792000 | 2019-03-29T15:23:21 | 2019-03-29T15:23:21 | 178,429,752 | 4 | 2 | Apache-2.0 | true | 2019-03-29T15:21:03 | 2019-03-29T15:21:03 | 2019-03-28T14:02:04 | 2019-02-25T07:03:05 | 8,447 | 0 | 0 | 0 | null | false | null | package com.ucar.datalink.worker.api.probe;
import com.ucar.datalink.worker.api.probe.index.TaskExceptionProbeIndex;
/**
* Created by lubiao on 2018/3/14.
*/
public interface TaskExceptionProbe extends Probe{
void record(TaskExceptionProbeIndex index);
}
| UTF-8 | Java | 265 | java | TaskExceptionProbe.java | Java | [
{
"context": ".index.TaskExceptionProbeIndex;\n\n/**\n * Created by lubiao on 2018/3/14.\n */\npublic interface TaskExceptionP",
"end": 143,
"score": 0.9995453357696533,
"start": 137,
"tag": "USERNAME",
"value": "lubiao"
}
] | null | [] | package com.ucar.datalink.worker.api.probe;
import com.ucar.datalink.worker.api.probe.index.TaskExceptionProbeIndex;
/**
* Created by lubiao on 2018/3/14.
*/
public interface TaskExceptionProbe extends Probe{
void record(TaskExceptionProbeIndex index);
}
| 265 | 0.777358 | 0.750943 | 12 | 21.083334 | 25.137815 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
ff2860977ff7d3836a9a6c6e16a9ee1bda959616 | 27,195,732,923,465 | 8fe8bbf4565adea58a337f8493fa3cdbfbb85f8c | /src/main/java/fr/miage/projetagent/entity/Association.java | 5cc030967c775fb7506221ac83ae3a77de54eb6e | [
"Apache-2.0"
] | permissive | tillind/ProjetAgent | https://github.com/tillind/ProjetAgent | f697186f03406c5de5f2d03226675868e34d8413 | e7709fb22f7ed7c562752b335697b03d7fbd4b48 | refs/heads/master | 2021-09-05T15:46:26.293000 | 2018-01-29T11:37:16 | 2018-01-29T11:37:16 | 110,519,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fr.miage.projetagent.entity;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.O... | UTF-8 | Java | 1,847 | java | Association.java | Java | [] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fr.miage.projetagent.entity;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.O... | 1,847 | 0.628045 | 0.628045 | 80 | 21.0875 | 17.952154 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
1e2eddf0a7d7d69dac2d901ba184237f1fcd18da | 30,545,807,411,213 | 7aa7ce5fa9141a0df74cd675fffa10780413631b | /justtestlah-core/src/main/java/qa/justtestlah/aop/AopConfig.java | 1b30edfd24bed2893edc99cf997a9d74ed7a270a | [
"Apache-2.0"
] | permissive | hankbot/justtestlah | https://github.com/hankbot/justtestlah | aee04fbd911476491a54f8516b38eea15cec1778 | 96f91271b4eedd00724925866c4747544fb83718 | refs/heads/master | 2022-12-23T00:40:46.336000 | 2020-09-24T05:04:17 | 2020-09-24T05:05:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package qa.justtestlah.aop;
import org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.... | UTF-8 | Java | 1,580 | java | AopConfig.java | Java | [] | null | [] | package qa.justtestlah.aop;
import org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.... | 1,580 | 0.784177 | 0.784177 | 46 | 33.347828 | 31.17079 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 10 |
fd325a96f0b6811221aa4c75493e0aea7b9ea6de | 30,545,807,415,298 | 6cb531888a9642ab84f98c6beb2a05d40c1e2f75 | /TestTrouble3D/src/org/testtrouble3d/game/engine/GameEngine.java | 12d7c54085fb3b5540dd4e58a00df25b030381b4 | [] | no_license | itamarq0/TestTrouble3D | https://github.com/itamarq0/TestTrouble3D | 4dd3df281c8adb1b64424ff2bd3a4f77d5855b9a | 2ddef93836d67f98daff296a6aea1819621249e0 | refs/heads/master | 2020-09-15T12:17:51.589000 | 2017-07-07T14:16:23 | 2017-07-07T14:16:23 | 94,477,975 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.testtrouble3d.game.engine;
import org.testtrouble3d.game.engine.window.KeyboardInput;
import org.testtrouble3d.game.engine.window.MouseInput;
import org.testtrouble3d.game.engine.window.Window;
import org.lwjgl.*;
import org.lwjgl.glfw.*;
import org.lwjgl.opengl.*;
import org.lwjgl.system.*;
import java.... | UTF-8 | Java | 2,364 | java | GameEngine.java | Java | [] | null | [] | package org.testtrouble3d.game.engine;
import org.testtrouble3d.game.engine.window.KeyboardInput;
import org.testtrouble3d.game.engine.window.MouseInput;
import org.testtrouble3d.game.engine.window.Window;
import org.lwjgl.*;
import org.lwjgl.glfw.*;
import org.lwjgl.opengl.*;
import org.lwjgl.system.*;
import java.... | 2,364 | 0.721235 | 0.717851 | 98 | 23.132652 | 20.450357 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.867347 | false | false | 10 |
faf766034403238faa455217c8da3f45762b698f | 6,957,847,024,551 | 2e9a86693b665b879c59b14dfd63c2c92acbf08a | /webconverter/decomiledJars/rt/com/sun/org/apache/xml/internal/utils/BoolStack.java | f6daf42f820a62ecaf6f562114d5e6bb88f76839 | [] | no_license | shaikgsb/webproject-migration-code-java | https://github.com/shaikgsb/webproject-migration-code-java | 9e2271255077025111e7ea3f887af7d9368c6933 | 3b17211e497658c61435f6c0e118b699e7aa3ded | refs/heads/master | 2021-01-19T18:36:42.835000 | 2017-07-13T09:11:05 | 2017-07-13T09:11:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sun.org.apache.xml.internal.utils;
public final class BoolStack
implements Cloneable
{
private boolean[] m_values;
private int m_allocatedSize;
private int m_index;
public BoolStack()
{
this(32);
}
public BoolStack(int paramInt)
{
this.m_allocatedSize = paramInt;
this.m_... | UTF-8 | Java | 1,752 | java | BoolStack.java | Java | [] | null | [] | package com.sun.org.apache.xml.internal.utils;
public final class BoolStack
implements Cloneable
{
private boolean[] m_values;
private int m_allocatedSize;
private int m_index;
public BoolStack()
{
this(32);
}
public BoolStack(int paramInt)
{
this.m_allocatedSize = paramInt;
this.m_... | 1,752 | 0.623858 | 0.615297 | 89 | 18.685392 | 19.783432 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325843 | false | false | 10 |
88c2394b2c0e980d6c2f43e97287c4d75d2758bc | 10,264,971,845,004 | 0f77c5ec508d6e8b558f726980067d1058e350d7 | /1_39_120042/com/ankamagames/wakfu/client/core/game/specifics/IceStatueDoubleCharacteristicsImpl.java | 56b1c213576dede91c15c9eb96c06fd4b83419e3 | [] | no_license | nightwolf93/Wakxy-Core-Decompiled | https://github.com/nightwolf93/Wakxy-Core-Decompiled | aa589ebb92197bf48e6576026648956f93b8bf7f | 2967f8f8fba89018f63b36e3978fc62908aa4d4d | refs/heads/master | 2016-09-05T11:07:45.145000 | 2014-12-30T16:21:30 | 2014-12-30T16:21:30 | 29,250,176 | 5 | 5 | null | true | 2015-01-14T15:17:02 | 2015-01-14T15:17:02 | 2015-01-14T15:16:54 | 2014-12-30T16:28:28 | 9,832 | 0 | 0 | 0 | null | null | null | package com.ankamagames.wakfu.client.core.game.specifics;
import com.ankamagames.wakfu.common.datas.*;
import com.ankamagames.wakfu.common.game.spell.*;
import com.ankamagames.wakfu.common.rawData.*;
import com.ankamagames.baseImpl.common.clientAndServer.game.inventory.*;
import com.ankamagames.wakfu.client.core.game.... | UTF-8 | Java | 3,525 | java | IceStatueDoubleCharacteristicsImpl.java | Java | [] | null | [] | package com.ankamagames.wakfu.client.core.game.specifics;
import com.ankamagames.wakfu.common.datas.*;
import com.ankamagames.wakfu.common.game.spell.*;
import com.ankamagames.wakfu.common.rawData.*;
import com.ankamagames.baseImpl.common.clientAndServer.game.inventory.*;
import com.ankamagames.wakfu.client.core.game.... | 3,525 | 0.774468 | 0.771064 | 62 | 55.854839 | 71.440445 | 328 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.306452 | false | false | 10 |
6b54a541958f5df388fdb992e2a2b36b28e153e7 | 18,124,762,024,615 | 6e808b10126ab4de90a88459c23705422472a4ec | /app/src/main/java/ir/jahanshahloo/evmis/UI/MainActivity.java | d8fbf6f1276ffdbee5ac122317913b58641b1598 | [] | no_license | a-jahanshahlo/evmis-android | https://github.com/a-jahanshahlo/evmis-android | 9abc3032991e7b1d4f63285af7247433437b7626 | a3d058c02902d467f4f06573bfc7b3a06565003a | refs/heads/master | 2021-03-27T15:22:30.469000 | 2017-11-10T16:21:49 | 2017-11-10T16:21:49 | 110,264,718 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.jahanshahloo.evmis.UI;
import android.content.Intent;
import android.os.Bundle;
import com.github.clans.fab.FloatingActionButton;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPage... | UTF-8 | Java | 10,607 | java | MainActivity.java | Java | [
{
"context": "tent;\nimport android.os.Bundle;\nimport com.github.clans.fab.FloatingActionButton;\nimport android.support.",
"end": 116,
"score": 0.7177726030349731,
"start": 111,
"tag": "USERNAME",
"value": "clans"
},
{
"context": "Item()\n .withName(\... | null | [] | package ir.jahanshahloo.evmis.UI;
import android.content.Intent;
import android.os.Bundle;
import com.github.clans.fab.FloatingActionButton;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPage... | 10,607 | 0.628153 | 0.625791 | 293 | 35.126282 | 31.30813 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515358 | false | false | 10 |
e398f367c24a06d42ecf5bb970941fcf4cd82d3a | 25,409,026,570,381 | 8f30ec284c29e02d8cacf2ef0b2b901d84fddb7a | /net.dougqh.jak.jvm.assembler/test-src/net/dougqh/jak/jvm/assembler/LocalsTest.java | 40f0e7967cc90a25eb6688b04df99c63467d340c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougqh/JAK | https://github.com/dougqh/JAK | 8b7096766b36909262d03a3754ae71b1c8c67e03 | e10da7384cce6466530c12378ee782a1d8209b51 | refs/heads/master | 2021-01-01T16:19:39.434000 | 2013-04-04T04:01:42 | 2013-04-04T04:01:42 | 732,624 | 11 | 2 | null | false | 2013-04-04T04:01:27 | 2010-06-21T20:00:44 | 2013-04-04T04:01:26 | 2013-04-04T04:00:16 | 2,504 | null | 0 | 1 | Java | null | null | package net.dougqh.jak.jvm.assembler;
import java.lang.reflect.Type;
import net.dougqh.jak.types.Any;
import org.hamcrest.CoreMatchers;
import org.hamcrest.Matcher;
import org.junit.Test;
import static org.junit.Assert.*;
public final class LocalsTest {
@Test
public final void noDeclarations() {
DefaultLocals ... | UTF-8 | Java | 3,184 | java | LocalsTest.java | Java | [] | null | [] | package net.dougqh.jak.jvm.assembler;
import java.lang.reflect.Type;
import net.dougqh.jak.types.Any;
import org.hamcrest.CoreMatchers;
import org.hamcrest.Matcher;
import org.junit.Test;
import static org.junit.Assert.*;
public final class LocalsTest {
@Test
public final void noDeclarations() {
DefaultLocals ... | 3,184 | 0.669912 | 0.661432 | 111 | 27.684685 | 23.508091 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.423424 | false | false | 10 |
134c09c4e162fa0b910875ca8ab486ad0b8ee671 | 31,903,017,140,852 | 2e8150a1d9af03a4b5c7c23c9fcffd7c1291470d | /stub/src/jcrypt/Main.java | 4ff86cabc57c7dd6f864540d04f3204f83e2e0cd | [] | no_license | wille/jcrypt | https://github.com/wille/jcrypt | e879276ccc9a91f4ac148f673eb29a88fc46324b | df89a16a92a5ae8f6187392fd3c32a2cb4b84a78 | refs/heads/master | 2023-08-27T02:27:16.514000 | 2023-08-07T10:24:54 | 2023-08-07T10:24:54 | 10,582,038 | 13 | 11 | null | false | 2023-08-07T10:24:55 | 2013-06-09T10:59:46 | 2023-04-23T12:52:01 | 2023-08-07T10:24:54 | 131 | 43 | 22 | 3 | Java | false | false | package jcrypt;
import java.io.InputStream;
import java.lang.reflect.Method;
import java.security.Key;
import java.util.jar.JarInputStream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.spec.IvParameterSpec;
import j... | UTF-8 | Java | 1,683 | java | Main.java | Java | [] | null | [] | package jcrypt;
import java.io.InputStream;
import java.lang.reflect.Method;
import java.security.Key;
import java.util.jar.JarInputStream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.spec.IvParameterSpec;
import j... | 1,683 | 0.733214 | 0.719548 | 57 | 28.526316 | 27.697048 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.877193 | false | false | 10 |
c1e94ac8d1e98d6cd078aff7755517a40ce0391d | 5,806,795,829,543 | 887f03e31dbbea80be14646c47dfcf010cc15612 | /src/main/java/student_alexander_fateev/lesson10/FindByIdUIAction.java | 6607a706508f21a0b1b13ae839068d1012d6ee4b | [] | no_license | javagurulv/ok_ru_admin_group_2 | https://github.com/javagurulv/ok_ru_admin_group_2 | 8137113dedfd9b72e8fdbca21a9a4088887db612 | 9fdb8ac22648da3be9e96689042b30f379df22fd | refs/heads/master | 2023-08-19T13:07:13.124000 | 2021-10-31T13:03:34 | 2021-10-31T13:03:34 | 372,749,341 | 0 | 3 | null | false | 2021-06-02T08:01:45 | 2021-06-01T08:02:43 | 2021-06-02T07:22:05 | 2021-06-02T08:01:44 | 42,141 | 0 | 3 | 0 | Java | false | false | package student_alexander_fateev.lesson10;
import java.util.Optional;
import java.util.Scanner;
class FindByIdUIAction implements UIAction {
private BookDatabase bookDatabase;
public FindByIdUIAction(BookDatabase bookDatabase) {
this.bookDatabase = bookDatabase;
}
public void execute() {
... | UTF-8 | Java | 788 | java | FindByIdUIAction.java | Java | [
{
"context": "package student_alexander_fateev.lesson10;\n\nimport java.util.Optional;\nimpo",
"end": 25,
"score": 0.6039487719535828,
"start": 20,
"tag": "NAME",
"value": "ander"
},
{
"context": "package student_alexander_fateev.lesson10;\n\nimport java.util.Optional;\nimport java",... | null | [] | package student_alexander_fateev.lesson10;
import java.util.Optional;
import java.util.Scanner;
class FindByIdUIAction implements UIAction {
private BookDatabase bookDatabase;
public FindByIdUIAction(BookDatabase bookDatabase) {
this.bookDatabase = bookDatabase;
}
public void execute() {
... | 788 | 0.625634 | 0.623096 | 28 | 27.142857 | 23.252825 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
c6fa56a7511cad97dcdac77d8868346e555153b9 | 11,570,641,951,057 | 8ef841ae3e50dbe8d12e7f578cbc403be32d67f2 | /backend/src/main/java/br/com/garug/placeholder/placeholder/PlaceholderApplication.java | 3456b5585bae13bcd09464aa155febf59266dd20 | [
"MIT"
] | permissive | garug/placeholder | https://github.com/garug/placeholder | 1ff40c04a526969c51488886a8fc1e173e793a82 | a432f179b2d64d5c09045a753d5b3c4ceb3bd351 | refs/heads/master | 2023-03-02T09:38:10.476000 | 2022-11-29T12:09:15 | 2022-11-29T12:09:15 | 217,421,700 | 0 | 0 | null | false | 2023-03-01T06:47:42 | 2019-10-25T00:56:14 | 2022-11-29T12:09:21 | 2023-03-01T06:47:37 | 2,943 | 0 | 0 | 33 | TypeScript | false | false | package br.com.garug.placeholder.placeholder;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PlaceholderApplication {
public static void main(String[] args) {
SpringApplication.run(PlaceholderApplication.c... | UTF-8 | Java | 339 | java | PlaceholderApplication.java | Java | [] | null | [] | package br.com.garug.placeholder.placeholder;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PlaceholderApplication {
public static void main(String[] args) {
SpringApplication.run(PlaceholderApplication.c... | 339 | 0.828909 | 0.828909 | 13 | 25.076923 | 24.981413 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 10 |
c565cc7ad26948fff40db7fb4012a999349b9314 | 506,806,150,613 | 836e3f88f3297a884b413b8d268d582404be40a6 | /src/Square.java | a6a1505d58e784143f9ef367b82911252dd1271d | [] | no_license | AlexMef/Lesson2 | https://github.com/AlexMef/Lesson2 | cf9c34d1c05a0c77b0d922c888f7150a289cc472 | 7e9a1dd34f059f77e07b92cbcdab89e9cbfa8fb7 | refs/heads/master | 2020-03-24T21:36:39.358000 | 2018-07-31T16:48:51 | 2018-07-31T16:48:51 | 143,041,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Square implements Shape{
private int sideLength;
public Square(int sideLength) {
this.sideLength = sideLength;
}
public int getSideLength() {
return sideLength;
}
public void setSideLength(int sideLength) {
this.sideLength = sideLength;
}
@Overrid... | UTF-8 | Java | 596 | java | Square.java | Java | [] | null | [] | public class Square implements Shape{
private int sideLength;
public Square(int sideLength) {
this.sideLength = sideLength;
}
public int getSideLength() {
return sideLength;
}
public void setSideLength(int sideLength) {
this.sideLength = sideLength;
}
@Overrid... | 596 | 0.608621 | 0.605172 | 30 | 18.333334 | 16.048538 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 10 |
2a3c2fe06ce09d920141e76f427c5038e074b19b | 29,721,173,742,669 | ef982cb173fb11886824fea1c9d4a4aaff3e2648 | /JavaFinalEj1/src/com/company/GuardaRopa.java | c693a69557a3320519298d9f46b6e2891928d0c2 | [] | no_license | rngarcia94/Bootcamp | https://github.com/rngarcia94/Bootcamp | 261de838a40b0770a87c45e9544a43c3ba206688 | 5cced68bd7dd31b6b13653f464fef9ad18e598e8 | refs/heads/main | 2023-04-04T03:56:01.520000 | 2021-04-20T13:30:12 | 2021-04-20T13:30:12 | 349,463,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class GuardaRopa {
private int contador;
Map<Integer,Prenda> dicc = new HashMap<Integer,Prenda>();
public Integer guardarPrendas(List<Prenda> listaDePrenda){
//int[] arr ... | UTF-8 | Java | 881 | java | GuardaRopa.java | Java | [] | null | [] | package com.company;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class GuardaRopa {
private int contador;
Map<Integer,Prenda> dicc = new HashMap<Integer,Prenda>();
public Integer guardarPrendas(List<Prenda> listaDePrenda){
//int[] arr ... | 881 | 0.598184 | 0.594779 | 34 | 24.911764 | 20.951439 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.