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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cbe1c3ae3e4e96670a103ecfb1037b225b1bb2d6 | 14,551,349,206,361 | ab2f2fd51b6ab06594744af71c9a602cd3045d16 | /src/main/java/com/converter/domain/ExchangeRate.java | 5f8cc2e269da9790d5c365a4ec7308d8756befad | [] | no_license | ravtejsingh/currencyconverter | https://github.com/ravtejsingh/currencyconverter | edd82d234f49cd88ff19e948a1e1e1b868f9ee51 | 12532625fe5b0ba3de5b4c7eafa73a736ac10ae3 | refs/heads/master | 2021-01-17T23:19:59.278000 | 2018-10-14T14:37:23 | 2018-10-14T14:37:23 | 84,209,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.converter.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* Created by ravtej on 6/3/17.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class ExchangeRate {
private String to;
private String rate;
private String from;
private String v;
public... | UTF-8 | Java | 1,079 | java | ExchangeRate.java | Java | [
{
"context": "nnotation.JsonIgnoreProperties;\n\n/**\n * Created by ravtej on 6/3/17.\n */\n@JsonIgnoreProperties(ignoreUnknow",
"end": 118,
"score": 0.9996139407157898,
"start": 112,
"tag": "USERNAME",
"value": "ravtej"
}
] | null | [] | package com.converter.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* Created by ravtej on 6/3/17.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class ExchangeRate {
private String to;
private String rate;
private String from;
private String v;
public... | 1,079 | 0.515292 | 0.511585 | 63 | 16.126984 | 15.193453 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
c4e1807a9b8ea159d550b9a4083ba34e11237cd6 | 20,083,267,141,551 | 15420bd1e2836641be18865c945d57d33540d9fc | /src/main/java/slimeknights/tconstruct/tools/item/broad/CleaverTool.java | dd0b80bbcb64f0308aaea4250de7bb92e2648a7c | [
"MIT"
] | permissive | Falkor220/TinkersConstruct | https://github.com/Falkor220/TinkersConstruct | efbee47a5bbe3265fc23a015cb33843a4aed7260 | 6b5df335c5150eb5f527770d99ec0dd9f63adf64 | refs/heads/1.16 | 2023-05-30T00:35:11.776000 | 2021-06-15T17:17:42 | 2021-06-15T17:17:42 | 375,190,513 | 0 | 0 | null | true | 2021-06-15T17:05:29 | 2021-06-09T01:28:30 | 2021-06-15T05:12:19 | 2021-06-15T17:05:28 | 39,618 | 0 | 0 | 0 | Java | false | false | package slimeknights.tconstruct.tools.item.broad;
import slimeknights.tconstruct.library.tools.ToolDefinition;
import slimeknights.tconstruct.library.tools.nbt.ToolStack;
import slimeknights.tconstruct.tools.TinkerModifiers;
import slimeknights.tconstruct.tools.item.small.SwordTool;
public class CleaverTool extends S... | UTF-8 | Java | 591 | java | CleaverTool.java | Java | [] | null | [] | package slimeknights.tconstruct.tools.item.broad;
import slimeknights.tconstruct.library.tools.ToolDefinition;
import slimeknights.tconstruct.library.tools.nbt.ToolStack;
import slimeknights.tconstruct.tools.TinkerModifiers;
import slimeknights.tconstruct.tools.item.small.SwordTool;
public class CleaverTool extends S... | 591 | 0.815567 | 0.813875 | 17 | 33.764706 | 27.473043 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 6 |
9ad8090570352ad44b2a90a7569cbe12f34f6c35 | 27,779,848,510,472 | fde1c3b9c7143e4f59b9bbefec4f4f7e6b98fc8a | /app/src/main/java/fr/unice/mbds/android/ExempleActivity.java | 6f8c0869f032de329a4fa2ab16d2b4afea5eafa3 | [] | no_license | rashzongo/TpsAndroidZONGO | https://github.com/rashzongo/TpsAndroidZONGO | 0844d76067e16227cff77e9eaed6087614042432 | 243bf2d0f952e591beee7a5203ff6eef71d642af | refs/heads/master | 2020-08-06T14:27:57.858000 | 2019-10-06T18:55:28 | 2019-10-06T18:55:28 | 213,006,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.unice.mbds.android;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
i... | UTF-8 | Java | 2,964 | java | ExempleActivity.java | Java | [] | null | [] | package fr.unice.mbds.android;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
i... | 2,964 | 0.629054 | 0.623986 | 105 | 27.190475 | 22.064449 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504762 | false | false | 6 |
cc1a8d2b305f4a13ec02fc3fdc25193a906692cf | 17,514,876,669,740 | 61b0cab395aea77ec513204655839879396e784e | /src/main/java/com/hypers/core/interceptor/TokenValidInterceptor.java | c68dd99c1d6f634797530deefebfc3a6fe7a0f05 | [] | no_license | dujundxh/oauth-server | https://github.com/dujundxh/oauth-server | ecc0710a060c25730b3a51fabb48620c787a54e6 | 8384b11c08a97af157459a53e7c07cbc3d0f5fa2 | refs/heads/master | 2017-06-30T09:51:43.946000 | 2017-06-29T02:45:53 | 2017-06-29T02:45:53 | 95,197,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hypers.core.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowir... | UTF-8 | Java | 2,114 | java | TokenValidInterceptor.java | Java | [] | null | [] | package com.hypers.core.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowir... | 2,114 | 0.780602 | 0.77749 | 70 | 26.542856 | 29.72574 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 6 |
1263f8a1014a5fda69bbf8062b5f7d13f2093946 | 27,960,237,139,554 | 9785284fe7c61fd5455a39366db3f22df8464d25 | /java-io/src/Exercise1/Test.java | 1c6a94e9c8846c8b533fd75df1b0449eaad11bfd | [] | no_license | apristavu/grads-training-homeworks | https://github.com/apristavu/grads-training-homeworks | 8415778d0182c71cf4652969fe56bcd864d97739 | b237e6a775679452e27ecd06ac88f7f2500058a7 | refs/heads/master | 2016-08-07T09:22:02.511000 | 2015-08-11T20:58:07 | 2015-08-11T20:58:07 | 40,564,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exercise1;
import java.io.*;
import java.nio.charset.Charset;
public class Test {
public static void main(String[] args){
try {
System.out.println(countChar());
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public static int countChar() throws IOEx... | UTF-8 | Java | 743 | java | Test.java | Java | [] | null | [] | package Exercise1;
import java.io.*;
import java.nio.charset.Charset;
public class Test {
public static void main(String[] args){
try {
System.out.println(countChar());
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public static int countChar() throws IOEx... | 743 | 0.637954 | 0.631225 | 36 | 19.638889 | 17.90275 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 6 |
b0299321ce881b704964961bb66c298437c9d0b1 | 8,383,776,197,930 | 06135bd0224a459e25fb5285a4562351e094138c | /seawar_1.3_ly/app/foxu/dcaccess/mem/ForbidMemCache.java | 821de46a1c99f4939c7a7c441a89ed4d357ba1f9 | [] | no_license | szdksconan/seawar | https://github.com/szdksconan/seawar | f33604a683d5ecabb815a489547b271f46f939ca | 8763c2ed12e6e9fdf13ec8345fd1f42773ce70e7 | refs/heads/master | 2021-01-25T04:49:47.992000 | 2017-06-06T07:31:24 | 2017-06-06T07:31:24 | 93,488,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package foxu.dcaccess.mem;
import java.util.HashMap;
import mustang.field.Fields;
import mustang.field.StringField;
import mustang.orm.ConnectionManager;
import mustang.orm.SqlKit;
import mustang.orm.SqlPersistence;
import shelby.dc.GameDBAccess;
/**
* 封停设备缓存管理器
* @author yw
*
*/
public class ForbidMemCache
{
... | GB18030 | Java | 2,094 | java | ForbidMemCache.java | Java | [
{
"context": "lby.dc.GameDBAccess;\n\n\n/**\n * 封停设备缓存管理器\n * @author yw\n *\n */\npublic class ForbidMemCache\n{\n\n\t/** 数据库操作中",
"end": 281,
"score": 0.9995827674865723,
"start": 279,
"tag": "USERNAME",
"value": "yw"
}
] | null | [] | package foxu.dcaccess.mem;
import java.util.HashMap;
import mustang.field.Fields;
import mustang.field.StringField;
import mustang.orm.ConnectionManager;
import mustang.orm.SqlKit;
import mustang.orm.SqlPersistence;
import shelby.dc.GameDBAccess;
/**
* 封停设备缓存管理器
* @author yw
*
*/
public class ForbidMemCache
{
... | 2,094 | 0.699512 | 0.699024 | 109 | 17.807339 | 19.426397 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642202 | false | false | 6 |
e59c8e6fc64c9a79c470d205e18937c68f7d71cc | 14,620,068,717,695 | 4321538d7c4afd96aeed5cbcea7acd04e4070cfd | /admin/src/main/java/com/hotel/admin/query/RoomQuery.java | 6ab0e2ec911e6dd3a3cac64e4a7c4b93cb07839c | [
"MIT"
] | permissive | 345632699/springboot-security-jwt | https://github.com/345632699/springboot-security-jwt | 0767860d6f5cbb94d5b8ac2fafdd66ab6f02a13a | febf5674ce139466d0e6ad86139f8a7d8cc04c9c | refs/heads/master | 2022-10-08T11:17:17.371000 | 2020-06-05T17:29:10 | 2020-06-05T17:29:10 | 269,716,106 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hotel.admin.query;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class RoomQuery {
@NotNull(message = "页码不能为空")
Integer page;
@NotNull(message = "每页条数不能为空")
Integer limit;
String keyword;
@NotNull(message = "房源ID不能为空")
Integer apartmentId;
}
| UTF-8 | Java | 357 | java | RoomQuery.java | Java | [] | null | [] | package com.hotel.admin.query;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class RoomQuery {
@NotNull(message = "页码不能为空")
Integer page;
@NotNull(message = "每页条数不能为空")
Integer limit;
String keyword;
@NotNull(message = "房源ID不能为空")
Integer apartmentId;
}
| 357 | 0.700315 | 0.700315 | 16 | 18.8125 | 13.744175 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 6 |
0745d7f193d0234802505365662406a29623a52d | 16,621,523,478,397 | 4a12c406057fd4b05695742e7f02ab43f7d450e2 | /wowodai/src/com/example/common/ExitTimerTask.java | c742e9e3eb956d772c2941f75dfacb76c462d741 | [
"Apache-2.0"
] | permissive | chenghaojun/git_wowodai | https://github.com/chenghaojun/git_wowodai | fdb7c8938d421d6b5e21013ba0b7949f20ae6eab | 54c0d91cadb095f4b25bb7f065d32710259c0d1a | refs/heads/master | 2021-01-17T11:26:44.875000 | 2014-12-04T07:56:48 | 2014-12-04T07:56:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.common;
import java.util.TimerTask;
public class ExitTimerTask extends TimerTask {
@Override
public void run() {
// TODO Auto-generated method stub
ExitHelper.setIsExit(false);
}
}
| UTF-8 | Java | 212 | java | ExitTimerTask.java | Java | [] | null | [] | package com.example.common;
import java.util.TimerTask;
public class ExitTimerTask extends TimerTask {
@Override
public void run() {
// TODO Auto-generated method stub
ExitHelper.setIsExit(false);
}
}
| 212 | 0.745283 | 0.745283 | 13 | 15.307693 | 15.75966 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 6 |
3d6b33445130dfb9dd35da59e27388ab1f5da254 | 30,296,699,335,638 | 70efc95b8ea8b7934d4c8d6ab8315de01f74b068 | /app/src/main/java/id/hike/apps/android_mpos_mumu/features/profil/ProfilTest.java | 43f13c9b8948638b6f64159eea7209e76f429823 | [] | no_license | ABOGABOGI/mumu_apk_new | https://github.com/ABOGABOGI/mumu_apk_new | 3349ec9fa1d66eff5572227793125ee6b37d90e9 | c5786fd7bab32726fdf6b44d10e3d4c63cc18778 | refs/heads/master | 2020-07-22T14:42:16.691000 | 2019-07-19T13:13:53 | 2019-07-19T13:13:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.hike.apps.android_mpos_mumu.features.profil;
import android.content.Context;
import android.content.SharedPreferences;
import android.widget.Toast;
import com.squareup.picasso.Picasso;
import id.hike.apps.android_mpos_mumu.Cfg;
import id.hike.apps.android_mpos_mumu.util.ApiClient;
import id.hike.apps.andr... | UTF-8 | Java | 2,943 | java | ProfilTest.java | Java | [
{
"context": "ack;\nimport retrofit2.Response;\n\n/**\n * Created by root on 12/10/17.\n */\n\npublic class ProfilTest {\n\n ",
"end": 507,
"score": 0.9971848726272583,
"start": 503,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package id.hike.apps.android_mpos_mumu.features.profil;
import android.content.Context;
import android.content.SharedPreferences;
import android.widget.Toast;
import com.squareup.picasso.Picasso;
import id.hike.apps.android_mpos_mumu.Cfg;
import id.hike.apps.android_mpos_mumu.util.ApiClient;
import id.hike.apps.andr... | 2,943 | 0.674822 | 0.671084 | 62 | 46.467743 | 45.820728 | 193 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741935 | false | false | 6 |
9cf550ac22cd5472a1961a93ecc6b8c15093179b | 30,296,699,337,339 | dd4724924f3e87b780a65e6318a4b949d72f1492 | /src/siscorpi/util/ClasseValidaData.java | bc274461e11f741d917550dfde9febcd5c2ecfcf | [] | no_license | sergio-bruno/java-se-siscorpi | https://github.com/sergio-bruno/java-se-siscorpi | 0cf0b082f585694f1c921a7ebce6bd13e1354889 | 1d149c52e523118c1242efbd3cc562465ea4beb3 | refs/heads/main | 2023-03-03T02:29:44.025000 | 2021-02-06T17:14:57 | 2021-02-06T17:14:57 | 336,590,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ClasseValidaData.java
*
* Criado em 11 de Maio de 2005, 23:11
*/
package siscorpi.util;
import javax.swing.*;
/**
* Validar a data supondo que esta vem no formato DD/MM/AAAA
*
* @author Sérgio Leite Bruno
* @version 1.0
*/
public class ClasseValidaData {
/** Creates a new instance of ClasseValidaData ... | ISO-8859-1 | Java | 3,405 | java | ClasseValidaData.java | Java | [
{
"context": "o que esta vem no formato DD/MM/AAAA\n *\n * @author Sérgio Leite Bruno\n * @version 1.0\n */\npublic class ClasseValidaData",
"end": 216,
"score": 0.9998660683631897,
"start": 198,
"tag": "NAME",
"value": "Sérgio Leite Bruno"
}
] | null | [] | /*
* ClasseValidaData.java
*
* Criado em 11 de Maio de 2005, 23:11
*/
package siscorpi.util;
import javax.swing.*;
/**
* Validar a data supondo que esta vem no formato DD/MM/AAAA
*
* @author <NAME>
* @version 1.0
*/
public class ClasseValidaData {
/** Creates a new instance of ClasseValidaData */
publi... | 3,392 | 0.420461 | 0.406564 | 93 | 35.365593 | 24.989798 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.763441 | false | false | 6 |
5e2efd95ac05c9e81c7cfb2c5ffc0a72d85db03b | 28,621,662,099,718 | 7641ce27ea837e95fd85fa451511b360cd6550af | /app/src/main/java/com/example/developer/androidappv2/settlement/seletCC/settleiT/SettleiT_Form.java | f0c314df7a96b5040fa99ef0abf8f56c748bb638 | [] | no_license | devin-micalisoft/AndroidAppV2 | https://github.com/devin-micalisoft/AndroidAppV2 | 1dc347a29a19fd27d5320d5866f34aec8c729ae1 | 7431b5a7c95715bca57169dbaf1145e90906c331 | refs/heads/master | 2018-04-12T22:07:49.393000 | 2018-02-16T12:37:47 | 2018-02-16T12:37:47 | 90,259,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.developer.androidappv2.settlement.seletCC.settleiT;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import com.example.developer.androidappv2.R;
public class SettleiT_Form extends AppCompatActivity {
/* Variables para componentes */
@Override
protected voi... | UTF-8 | Java | 527 | java | SettleiT_Form.java | Java | [] | null | [] | package com.example.developer.androidappv2.settlement.seletCC.settleiT;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import com.example.developer.androidappv2.R;
public class SettleiT_Form extends AppCompatActivity {
/* Variables para componentes */
@Override
protected voi... | 527 | 0.760911 | 0.755218 | 22 | 22.954546 | 24.13311 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 6 |
9481b77d7c8de0d6798af9da1ad5458dd346f645 | 26,233,660,293,906 | eb3a129479a5ea1bc722ffca10921c81b025f380 | /cc-model/src/main/java/cc/creativecomputing/model/collada/CCColladaSource.java | b8f9883d7c90ffd6288fe84459b1068488467709 | [] | no_license | texone/creativecomputing | https://github.com/texone/creativecomputing | 855fe4116322c17aff576020f7c1ba11c3dc30dd | c276d2060a878f115db29bb7d2e7419f5de33e0a | refs/heads/master | 2022-01-25T09:36:11.280000 | 2022-01-11T19:51:48 | 2022-01-11T19:51:48 | 42,046,027 | 8 | 3 | null | false | 2019-11-02T15:04:26 | 2015-09-07T10:10:58 | 2019-09-12T13:18:45 | 2019-11-02T15:04:25 | 381,260 | 5 | 2 | 6 | Java | false | false | /*
* Copyright (c) 2013 christianr.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-3.0.html
*
* Contributors:
* christia... | UTF-8 | Java | 2,364 | java | CCColladaSource.java | Java | [
{
"context": "/*\n * Copyright (c) 2013 christianr.\n * All rights reserved. This program and the ac",
"end": 34,
"score": 0.537669837474823,
"start": 25,
"tag": "USERNAME",
"value": "christian"
},
{
"context": "licenses/lgpl-3.0.html\n * \n * Contributors:\n * christianr - initi... | null | [] | /*
* Copyright (c) 2013 christianr.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-3.0.html
*
* Contributors:
* christia... | 2,353 | 0.671743 | 0.666244 | 90 | 25.266666 | 28.383015 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 6 |
7a849ce2a455e9158f3a46c3ca42bd0a7f7b5d39 | 18,932,215,885,391 | 28e4fe53b9095da05a80e8f65b321c0377913b20 | /earth-core/src/main/java/org/chronopolis/earth/models/Node.java | a3f7ee6ad5a915887c50249c5f9228b1d77e8d06 | [] | no_license | dpn-admin/earth-scraper | https://github.com/dpn-admin/earth-scraper | 90a01cd39039056d12cedb355da7380c22a714b5 | e11908d553f2007970d661eccc7fd9e3de9a2a2a | refs/heads/master | 2021-01-11T17:46:34.003000 | 2017-02-10T22:28:20 | 2017-02-10T22:28:20 | 79,844,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.chronopolis.earth.models;
import java.time.ZonedDateTime;
import java.util.List;
/**
* Node representation for DPN
*
* Created by shake on 3/27/15.
*/
public class Node {
private String name;
private String namespace;
private String apiRoot;
private String sshPubkey;
private List<... | UTF-8 | Java | 4,021 | java | Node.java | Java | [
{
"context": "**\n * Node representation for DPN\n *\n * Created by shake on 3/27/15.\n */\npublic class Node {\n\n private ",
"end": 152,
"score": 0.9989738464355469,
"start": 147,
"tag": "USERNAME",
"value": "shake"
}
] | null | [] | package org.chronopolis.earth.models;
import java.time.ZonedDateTime;
import java.util.List;
/**
* Node representation for DPN
*
* Created by shake on 3/27/15.
*/
public class Node {
private String name;
private String namespace;
private String apiRoot;
private String sshPubkey;
private List<... | 4,021 | 0.613032 | 0.611788 | 183 | 20.972677 | 18.005291 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.398907 | false | false | 6 |
dd1f93cd97761f6b813a14579981f281e991d902 | 17,738,214,974,302 | e6e9cb9f1f2a24942e409365b6c89c59fca34930 | /booking/src/main/java/io/axoniq/demo/hotel/booking/command/BookingInventorySaga.java | a759144c85b325a07f8ccea2104b84bbc0a7cb8c | [
"Apache-2.0"
] | permissive | christiancandela/hotel-demo | https://github.com/christiancandela/hotel-demo | 97d6076feffa76883624584c12a7edf260913542 | 426568620de5923ca150667894cc23fbea9d3fb0 | refs/heads/master | 2023-09-01T09:38:57.702000 | 2021-10-08T08:30:31 | 2021-10-08T08:30:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2020-2020. AxonIQ
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | UTF-8 | Java | 2,118 | java | BookingInventorySaga.java | Java | [] | null | [] | /*
* Copyright (c) 2020-2020. AxonIQ
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 2,118 | 0.787063 | 0.781398 | 54 | 38.222221 | 29.138029 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 6 |
623faf95ff138fd6d5da6ce4cf59defe50931503 | 13,657,996,040,941 | 333bb92dfe8c3cb2278726c5ea05778dd5fd8a0d | /SpMVC_030_score/src/main/java/com/callor/score/model/ScoreDTO.java | 8d107f491509afbd795317901e2a1a0d45346c48 | [] | no_license | callor/Biz__SpringMVC_403_2021_06 | https://github.com/callor/Biz__SpringMVC_403_2021_06 | 4a40274c54003fcb4e9bf4e7c5e9bde8bb37658a | efb67bf5391ef89176c227b300cd5e838975df41 | refs/heads/master | 2023-06-29T12:57:00.815000 | 2021-08-04T09:11:41 | 2021-08-04T09:11:41 | 372,743,308 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.callor.score.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class ScoreDTO {
private Long sc_seq;
private String sc_stnum;
private Strin... | UTF-8 | Java | 412 | java | ScoreDTO.java | Java | [] | null | [] | package com.callor.score.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class ScoreDTO {
private Long sc_seq;
private String sc_stnum;
private Strin... | 412 | 0.803398 | 0.803398 | 21 | 18.619047 | 10.181572 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 6 |
a1fa877ab13ea0bf9852819f624a9c6d15086416 | 18,459,769,479,085 | 794306f46b09acb820ac572a027f0b59a6594221 | /LessonGUI/src/testgraphics/TestGraphics.java | b81f725f7484b3a087a74948d046ae18894b1e02 | [] | no_license | zhubenle/java | https://github.com/zhubenle/java | e1985985ae4cc8f556bc31cadb9aad686c265c1d | 8b8104af4b7a56d64f16049abdee9d22e4aa1cb6 | refs/heads/master | 2016-08-07T20:30:35.271000 | 2015-08-13T04:54:12 | 2015-08-13T04:54:12 | 40,639,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testgraphics;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JFrame;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class TestGraphics extends JFrame {
public static void main(String[] args) {
// TODO 自动生成的方法存根
new TestGraphics();
}
public TestGraphics() {
// T... | UTF-8 | Java | 923 | java | TestGraphics.java | Java | [] | null | [] | package testgraphics;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JFrame;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class TestGraphics extends JFrame {
public static void main(String[] args) {
// TODO 自动生成的方法存根
new TestGraphics();
}
public TestGraphics() {
// T... | 923 | 0.655491 | 0.6 | 45 | 18.222221 | 13.869053 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.644444 | false | false | 6 |
7a6cfd88ba835ec6a31740448c1d923bfa89c224 | 20,916,490,801,246 | 64282eb0c57ba72742493884cffc5e4d71653342 | /src/com/replad/user/TicketBean.java | 0efe4eb1fd1c66c2fcafba299fdc1f29614c415e | [] | no_license | replad/hwarnedpylmaadns | https://github.com/replad/hwarnedpylmaadns | d9edcdd3e2e3c7db5ebde370af007d3d129f0052 | b1d774d33f8594d5641752e8317441031c566108 | refs/heads/master | 2016-08-31T22:31:59.069000 | 2016-08-04T12:56:53 | 2016-08-04T12:56:53 | 47,281,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************
* Copyright (c) 2016 Replad.com to present.
* All rights reserved
*******************************************************************/
package com.replad.user;
/**
*
* @author anil
*
*/
public class TicketBean {
private int id;
private int tic... | UTF-8 | Java | 1,336 | java | TicketBean.java | Java | [
{
"context": "****/\npackage com.replad.user;\n\n/**\n * \n * @author anil\n *\n */\npublic class TicketBean {\n\tprivate int id;",
"end": 253,
"score": 0.9819722771644592,
"start": 249,
"tag": "USERNAME",
"value": "anil"
}
] | null | [] | /*******************************************************************
* Copyright (c) 2016 Replad.com to present.
* All rights reserved
*******************************************************************/
package com.replad.user;
/**
*
* @author anil
*
*/
public class TicketBean {
private int id;
private int tic... | 1,336 | 0.642216 | 0.639222 | 63 | 20.206348 | 16.476206 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.365079 | false | false | 6 |
15e4c1090698e7df0e8f3650548340fd068facf4 | 24,713,241,831,494 | 7447f3599a9d0f7d430b7402dde6dadbbfc0aba0 | /jbpm/yazuo_erp/src/main/java/com/yazuo/erp/system/service/impl/SysDocumentDtlServiceImpl.java | 5f630639cb7a2794a5c80419dcf46680f33d3305 | [] | no_license | liveqmock/workspace | https://github.com/liveqmock/workspace | 43d5ad79fc0f0675412829d9015cf68255f9d891 | c1da6eab74047cd612b1b3b1046c8fa03c5809fb | refs/heads/master | 2020-04-02T01:11:11.800000 | 2015-04-13T02:55:46 | 2015-04-13T02:55:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Description TODO
* Copyright Copyright (c) 2014
* Company 雅座在线(北京)科技发展有限公司
*
* author date description
* —————————————————————————————————————————————
*
*
*/
package com.yazuo.erp.system.service.impl;
import java.util.*;
import com.yazuo.erp.system.vo.*;
import com.yazuo.erp.sys... | UTF-8 | Java | 2,242 | java | SysDocumentDtlServiceImpl.java | Java | [
{
"context": "em.dao.*;\r\n\r\n/**\r\n * @Description TODO\r\n * @author erp team\r\n * @date \r\n */\r\nimport java.util.Map;\r\n\r\nimport ",
"end": 380,
"score": 0.8970289826393127,
"start": 372,
"tag": "USERNAME",
"value": "erp team"
}
] | null | [] | /**
* @Description TODO
* Copyright Copyright (c) 2014
* Company 雅座在线(北京)科技发展有限公司
*
* author date description
* —————————————————————————————————————————————
*
*
*/
package com.yazuo.erp.system.service.impl;
import java.util.*;
import com.yazuo.erp.system.vo.*;
import com.yazuo.erp.sys... | 2,242 | 0.762736 | 0.760849 | 66 | 30.121212 | 28.565456 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.106061 | false | false | 6 |
cb18f739fce4626b9fed78a9f44507cdf767c2b0 | 28,930,899,739,540 | 6d872fd8c1c9624a2444c8015057fbef505819d0 | /zhifubao/src/main/java/com/alipay/package-info.java | 7d7142a4f0ede36f1e60716e2cae1b0f8e2ebb54 | [] | no_license | 13370399572/zhifubao | https://github.com/13370399572/zhifubao | 082bed9a4ec06a203cb011dc5faa897da08bc451 | 8d98b7cbc9c1a5cc56e795dd4ddf77621c5db747 | refs/heads/master | 2020-04-25T10:58:57.631000 | 2019-02-26T14:54:13 | 2019-02-26T14:54:13 | 172,728,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.alipay; | UTF-8 | Java | 20 | java | package-info.java | Java | [] | null | [] |
package com.alipay; | 20 | 0.8 | 0.8 | 1 | 19 | 0 | 19 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
3d73d7fa364ab11ce11d35098bd70d5dd09867ee | 33,157,147,525,484 | 7fa488ae047d3cef7e14a26c9b76a310033e28ef | /Sinapsi Engine/app/src/main/java/com/sinapsi/engine/components/ActionStringInputDialog.java | b09368be84d9a95dba554165cb31e176919fbec1 | [
"MIT"
] | permissive | SinapsiProject/Sinapsi | https://github.com/SinapsiProject/Sinapsi | eccd43cfa76464ec3247dbf5ba4be41154d63818 | 3c25df6e559d970fdc9cc001250f502e761a16b9 | refs/heads/master | 2021-01-19T20:15:11.954000 | 2017-02-26T15:03:25 | 2017-02-26T15:03:25 | 31,908,866 | 8 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinapsi.engine.components;
import com.sinapsi.engine.Action;
import com.sinapsi.engine.SinapsiVersions;
import com.sinapsi.engine.VariableManager;
import com.sinapsi.engine.execution.ExecutionInterface;
import com.sinapsi.engine.parameters.FormalParamBuilder;
import com.sinapsi.engine.system.DialogAdapter;... | UTF-8 | Java | 3,175 | java | ActionStringInputDialog.java | Java | [] | null | [] | package com.sinapsi.engine.components;
import com.sinapsi.engine.Action;
import com.sinapsi.engine.SinapsiVersions;
import com.sinapsi.engine.VariableManager;
import com.sinapsi.engine.execution.ExecutionInterface;
import com.sinapsi.engine.parameters.FormalParamBuilder;
import com.sinapsi.engine.system.DialogAdapter;... | 3,175 | 0.653543 | 0.653228 | 88 | 35.079544 | 30.017124 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 6 |
5515cf589344696442774a7e405b9052ae36a2ff | 12,713,103,227,851 | 9934e4a7310cf33df8108837ee972e46cd2468c6 | /src/base/MsgServer.java | 3d957eda11907795459e16418e88e08156e024b8 | [] | no_license | paulocesarmelo/fasam-sd20201 | https://github.com/paulocesarmelo/fasam-sd20201 | 6ade7c4819e1d02d69d66977fb3865c8c7ed30c2 | d3c8011e60aef89b0f9fcdc5a688c3e20d3bad6a | refs/heads/master | 2022-04-17T12:14:28.694000 | 2020-04-15T02:33:45 | 2020-04-15T02:33:45 | 255,781,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base;
import java.rmi.Naming;
public class MsgServer {
public MsgServer(){
try {
Msg m = new MsgImpl();
Naming.rebind("rmi://localhost:1099/msgService", m);
} catch (Exception e) {
System.out.println("Throuble: " +e);
}
}
public static void main(String[] args){
new MsgSe... | UTF-8 | Java | 336 | java | MsgServer.java | Java | [] | null | [] | package base;
import java.rmi.Naming;
public class MsgServer {
public MsgServer(){
try {
Msg m = new MsgImpl();
Naming.rebind("rmi://localhost:1099/msgService", m);
} catch (Exception e) {
System.out.println("Throuble: " +e);
}
}
public static void main(String[] args){
new MsgSe... | 336 | 0.604167 | 0.592262 | 19 | 15.684211 | 15.874682 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 6 |
f5cf55a16ceb82e03b9800b381120d16045d1127 | 35,510,789,609,279 | 312e02ac31d750ac91e0fbe7aaf52705edcb7ab1 | /JavaHomework/src/club/service/dao/UserDaoImpl.java | 3d801603140fdfb6f29d0cb9c51ba8dd7e1c5065 | [] | no_license | samho2008/2010JavaSE | https://github.com/samho2008/2010JavaSE | 52f423c4c135a7ce61c62911ed62cbe2ad91c7ba | 890a4f5467aa2e325383f0e4328e6a9249815ebc | refs/heads/master | 2023-06-14T07:57:37.914000 | 2021-07-05T16:34:18 | 2021-07-05T16:34:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package club.service.dao;
import club.service.entity.User;
import club.service.util.DataSource;
/**
* @author sanye
* @version 1.0
* @date 2020/11/26 6:35 下午
*/
public class UserDaoImpl implements UserDao {
@Override
public boolean login(String username, String password) {
for (int i = 0; i <DataSource.U... | UTF-8 | Java | 626 | java | UserDaoImpl.java | Java | [
{
"context": "port club.service.util.DataSource;\n\n/**\n * @author sanye\n * @version 1.0\n * @date 2020/11/26 6:35 下午\n */\np",
"end": 118,
"score": 0.9995912909507751,
"start": 113,
"tag": "USERNAME",
"value": "sanye"
}
] | null | [] | package club.service.dao;
import club.service.entity.User;
import club.service.util.DataSource;
/**
* @author sanye
* @version 1.0
* @date 2020/11/26 6:35 下午
*/
public class UserDaoImpl implements UserDao {
@Override
public boolean login(String username, String password) {
for (int i = 0; i <DataSource.U... | 626 | 0.635048 | 0.61254 | 28 | 21.214285 | 21.985966 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 6 |
70ab403cbed726d91967cc6491f3f1930b7beb72 | 5,652,176,985,590 | f00cfc4fe822260c54b7c831a39b3699b289cd25 | /src/larson/pm/adapter/SmsContactAdapter.java | 8aae428e88fd79a7181a2ae1e58117bd1671a56a | [] | no_license | larsonzhong/PocketManager | https://github.com/larsonzhong/PocketManager | b3ba47d6dbe7784d3af5a85468e4e24643163432 | e4323b748bea76cc8f760f78b347fb774f90e311 | refs/heads/master | 2021-01-10T21:05:58.017000 | 2015-03-05T08:01:46 | 2015-03-05T08:01:46 | 31,459,550 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package larson.pm.adapter;
import java.util.List;
import larson.pm.R;
import larson.pm.bean.Contact;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
public class SmsContactA... | UTF-8 | Java | 1,234 | java | SmsContactAdapter.java | Java | [] | null | [] | package larson.pm.adapter;
import java.util.List;
import larson.pm.R;
import larson.pm.bean.Contact;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
public class SmsContactA... | 1,234 | 0.756078 | 0.754457 | 51 | 23.196079 | 19.61194 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.509804 | false | false | 6 |
137f807796e34bbee71babd3f0eb72996e473cb3 | 5,652,176,983,812 | daac21ecba668276c26b5fa2a69ecaede3b3ab06 | /struts2/src/validationFramework/PasswordIntegrityValidator.java | 3deb2cdcdeea2cb98823b343e18bdfe3099e49f0 | [] | no_license | sashi5a12/aahmed | https://github.com/sashi5a12/aahmed | 1450a12b744914af2f96fbdd3151b04db49fff1f | 884c986fec0eae77ba96d98264d7566c5d154539 | refs/heads/master | 2021-01-10T04:03:25.379000 | 2015-07-08T21:34:56 | 2015-07-08T21:34:56 | 49,125,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package validationFramework;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.opensymphony.xwork2.validator.ValidationException;
import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport;
public class PasswordIntegrityValidator extends FieldValidatorSupport {
stati... | UTF-8 | Java | 1,631 | java | PasswordIntegrityValidator.java | Java | [] | null | [] | package validationFramework;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.opensymphony.xwork2.validator.ValidationException;
import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport;
public class PasswordIntegrityValidator extends FieldValidatorSupport {
stati... | 1,631 | 0.751686 | 0.749234 | 46 | 33.45652 | 25.960426 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.847826 | false | false | 6 |
9452a46ae5f3c1029f69865c4c1b68ced76662b2 | 5,652,176,986,301 | 462f61df54824a644bf160ca645112c3e3075ec6 | /danger-master/src/danger/action/sys/dic/SearchDTreeAction.java | 8729ecca71389d80cad586e7a07de8f9d7f1726b | [] | no_license | Jeadren/dangerAndRisk | https://github.com/Jeadren/dangerAndRisk | dfa62687fd909740fd661bd2db66996157bfb2a8 | 9bb57e6c08844340f914f44f62a13c2589f5f8b1 | refs/heads/master | 2021-03-17T23:12:01.851000 | 2018-07-08T02:26:51 | 2018-07-08T02:26:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package danger.action.sys.dic;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Component;
import net.sf.json.JSONArray;
import com.opensymphony.xwork2.ActionSupport;
import danger.service.sys.DictionaryService;
/**
* 查... | UTF-8 | Java | 1,246 | java | SearchDTreeAction.java | Java | [] | null | [] | package danger.action.sys.dic;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Component;
import net.sf.json.JSONArray;
import com.opensymphony.xwork2.ActionSupport;
import danger.service.sys.DictionaryService;
/**
* 查... | 1,246 | 0.733444 | 0.725993 | 58 | 19.844828 | 18.944386 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.258621 | false | false | 6 |
6440c999bbb1b1753600c7a2dc66e76f76262f07 | 26,534,308,023,585 | 728765b24e81ca02915718371a43a358e6bae8ca | /app/src/main/java/com/example/msi/ipc/services/MessengerService.java | b399b5f6f56137e27e4006f47e8e61a3d1b8d6f6 | [] | no_license | zzzzzzzz3/IPC | https://github.com/zzzzzzzz3/IPC | fa18601edf2f8ecdf2922865361d65d5eedf362a | 4f2ce9e8ef9db096b594a9057ffcf0fac0bdc494 | refs/heads/master | 2021-01-11T21:05:17.920000 | 2017-01-18T16:51:26 | 2017-01-18T16:51:26 | 79,242,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.msi.ipc.services;
import android.app.Service;
import android.content.Intent;
import android.nfc.Tag;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import android.support.anno... | UTF-8 | Java | 1,838 | java | MessengerService.java | Java | [
{
"context": "Content;\n\n/**\n * 文 件 名: MessengerService\n * 创 建 人: ZhangRonghua\n * 创建日期: 2017/1/17 17:48\n * 邮 箱: qq798435167@gm",
"end": 461,
"score": 0.9996016025543213,
"start": 449,
"tag": "NAME",
"value": "ZhangRonghua"
},
{
"context": "人: ZhangRonghua\n * 创建日期: 2017/1/17 1... | null | [] | package com.example.msi.ipc.services;
import android.app.Service;
import android.content.Intent;
import android.nfc.Tag;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
import android.os.Messenger;
import android.os.RemoteException;
import android.support.anno... | 1,824 | 0.572309 | 0.560538 | 61 | 28.245901 | 19.649099 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491803 | false | false | 6 |
a15c5c0840f7f8fc8e18ab3a8f27fb515961fe43 | 19,997,367,770,289 | 57063dc7c178b6f8f8e30599e7f8e90eed0072ef | /src/game/Level/PlayerGameEntity.java | a1f4f4ad04afed3a22fb41d291917bb5abbc2a9e | [] | no_license | Skaper/SKENGINE2 | https://github.com/Skaper/SKENGINE2 | c6aa0983b0c0417709219a6560d853eafe1d4c02 | 4c24371f256304bb429a7622ac14155673f517ab | refs/heads/master | 2021-05-26T19:10:27.551000 | 2020-04-15T03:05:45 | 2020-04-15T03:05:45 | 254,151,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.Level;
import skengine2.core.GameEngine;
import skengine2.core.Input;
import skengine2.objects.GameEntity;
import skengine2.objects.Transform;
import skengine2.render.Sprite;
import skengine2.scene.Scene;
import org.joml.Vector2f;
import static org.lwjgl.glfw.GLFW.*;
public class PlayerGameEntity extend... | UTF-8 | Java | 2,159 | java | PlayerGameEntity.java | Java | [] | null | [] | package game.Level;
import skengine2.core.GameEngine;
import skengine2.core.Input;
import skengine2.objects.GameEntity;
import skengine2.objects.Transform;
import skengine2.render.Sprite;
import skengine2.scene.Scene;
import org.joml.Vector2f;
import static org.lwjgl.glfw.GLFW.*;
public class PlayerGameEntity extend... | 2,159 | 0.60491 | 0.584067 | 73 | 28.575342 | 22.372879 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534247 | false | false | 6 |
718b2ed5228b5d0de07e7bbfebb8aa82dc1c8b13 | 35,579,509,083,206 | d320db6e9e0fcd023ad702136242c2a542ec2018 | /swak-test/src/test/java/com/swak/hazelcast/HazelcastTest.java | 9581ab00182bd6a5dedf5802fdd21f71c1d955db | [
"Apache-2.0"
] | permissive | youbooks/swak | https://github.com/youbooks/swak | f7e249932c7dc3d3154ed40313c392645c2ee64d | d8d6ca32d80783667d9c27e0d2d56c9fd05ea918 | refs/heads/master | 2023-02-13T03:10:14.061000 | 2021-01-11T03:51:58 | 2021-01-11T03:51:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swak.hazelcast;
import com.hazelcast.cluster.MembershipEvent;
import com.hazelcast.cluster.MembershipListener;
import com.hazelcast.config.Config;
import com.hazelcast.config.MulticastConfig;
import com.hazelcast.config.TcpIpConfig;
import com.hazelcast.config.XmlConfigBuilder;
import com.hazelcast.core.Ha... | UTF-8 | Java | 1,468 | java | HazelcastTest.java | Java | [
{
"context": ".HazelcastInstance;\n\n/**\n * 分布式网格测试\n * \n * @author lifeng\n * @date 2020年9月29日 下午12:12:22\n */\npublic class H",
"end": 411,
"score": 0.9983198046684265,
"start": 405,
"tag": "USERNAME",
"value": "lifeng"
}
] | null | [] | package com.swak.hazelcast;
import com.hazelcast.cluster.MembershipEvent;
import com.hazelcast.cluster.MembershipListener;
import com.hazelcast.config.Config;
import com.hazelcast.config.MulticastConfig;
import com.hazelcast.config.TcpIpConfig;
import com.hazelcast.config.XmlConfigBuilder;
import com.hazelcast.core.Ha... | 1,468 | 0.74893 | 0.736805 | 52 | 25.961538 | 24.633436 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 6 |
78637126406b2b461305adf7604c35215f39e2f0 | 4,535,485,471,725 | 071b01ecc25a6459691071984a543e2891fe2c95 | /springboot-aop-log/src/main/java/cn/ruiyeclub/service/impl/UserRecordServiceImpl.java | 1a27879fa9d56d7049e54116c961c8cf21b7c321 | [] | no_license | guoshiming/SpringBoot-Hello | https://github.com/guoshiming/SpringBoot-Hello | 3026db69499aaca6a19af1458fa2dcb9979d58b9 | 7008cbbf864474dd38022bd4967dc278580be286 | refs/heads/master | 2023-04-09T03:36:13.688000 | 2021-04-20T07:22:30 | 2021-04-20T07:22:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ruiyeclub.service.impl;
import cn.ruiyeclub.dao.UserRecordDao;
import cn.ruiyeclub.entity.UserRecord;
import cn.ruiyeclub.service.UserRecordService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* (UserRecord)表服务实现类
*
* @author Ray。
* @sinc... | UTF-8 | Java | 1,810 | java | UserRecordServiceImpl.java | Java | [
{
"context": "til.List;\n\n/**\n * (UserRecord)表服务实现类\n *\n * @author Ray。\n * @since 2020-07-22 14:29:22\n */\n@Service(\"user",
"end": 310,
"score": 0.8442410826683044,
"start": 307,
"tag": "NAME",
"value": "Ray"
},
{
"context": "List;\n\n/**\n * (UserRecord)表服务实现类\n *\n * @author ... | null | [] | package cn.ruiyeclub.service.impl;
import cn.ruiyeclub.dao.UserRecordDao;
import cn.ruiyeclub.entity.UserRecord;
import cn.ruiyeclub.service.UserRecordService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* (UserRecord)表服务实现类
*
* @author Ray。
* @sinc... | 1,810 | 0.628329 | 0.619249 | 79 | 19.924051 | 18.086832 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21519 | false | false | 6 |
63e8850f6b3d2d136a50445bb327b522f99d2cf5 | 4,535,485,471,333 | 9072523b60c1d3afce75dd4801e7e4bc011fc390 | /dsis/src/main/java/com/lkkhpg/dsis/admin/order/controllers/SalesOrderController.java | 0afecee76fb0e9c7e149c3a8337aa0614d178c87 | [] | no_license | moutainhigh/TF-master | https://github.com/moutainhigh/TF-master | 5b342cdd0799c8ef3d3f2c4fc4843bd6e3309236 | d8f86e142f2e7e46aa05a57ef654de9373c52a2a | refs/heads/master | 2021-10-19T05:01:28.621000 | 2019-01-16T06:08:30 | 2019-01-16T06:08:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright LKK Health Products Group Limited
*/
package com.lkkhpg.dsis.admin.order.controllers;
import com.lkkhpg.dsis.admin.order.exception.OrderException;
import com.lkkhpg.dsis.admin.order.pojo.SalesOrderDetail;
import com.lkkhpg.dsis.admin.order.service.ISalesOrderService;
import com.lkkhpg.dsis.common.conf... | UTF-8 | Java | 20,646 | java | SalesOrderController.java | Java | [
{
"context": "ort java.util.Map;\n\n/**\n * 销售订单的控制层.\n *\n * @author wuyichu\n */\n@Controller\npublic class SalesOrderController",
"end": 2113,
"score": 0.9983859062194824,
"start": 2106,
"tag": "USERNAME",
"value": "wuyichu"
}
] | null | [] | /*
* Copyright LKK Health Products Group Limited
*/
package com.lkkhpg.dsis.admin.order.controllers;
import com.lkkhpg.dsis.admin.order.exception.OrderException;
import com.lkkhpg.dsis.admin.order.pojo.SalesOrderDetail;
import com.lkkhpg.dsis.admin.order.service.ISalesOrderService;
import com.lkkhpg.dsis.common.conf... | 20,646 | 0.647868 | 0.646104 | 581 | 32.17384 | 27.889364 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413081 | false | false | 6 |
1a16acbc7abeb7c71e21fd2713759ad4a995668c | 19,335,942,776,527 | e93fc8f21c8488adcbb747885365f2f552a7e33d | /webappkarchan/src/java/mmud/webservices/PrivateResource.java | 5bb5bd56ff30d0023481e479d6781552b1f6553c | [] | no_license | wastedshame/Land-of-Karchan | https://github.com/wastedshame/Land-of-Karchan | bfcaed9c3572c3cf4c36a4c98da874a8d43baf99 | b27350e64781d7f04b91898eeaec1bedd8494d70 | refs/heads/master | 2020-05-02T01:54:34.063000 | 2012-12-28T19:37:29 | 2012-12-28T19:37:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
-----------------------------------------------------------------------
svninfo: $Id: charactersheets.php 1078 2006-01-15 09:25:36Z maartenl $
Maarten's Mud, WWW-based MUD using MYSQL
Copyright (C) 1998 Maarten van Leunen
This program is free software; you can redistribute it and/or
modify it under the terms of th... | UTF-8 | Java | 10,062 | java | PrivateResource.java | Java | [
{
"context": "$Id: charactersheets.php 1078 2006-01-15 09:25:36Z maartenl $\nMaarten's Mud, WWW-based MUD using MYSQL\nCopyr",
"end": 142,
"score": 0.5260915756225586,
"start": 135,
"tag": "USERNAME",
"value": "maarten"
},
{
"context": "Mud, WWW-based MUD using MYSQL\nCopyright (C) 1... | null | [] | /*
-----------------------------------------------------------------------
svninfo: $Id: charactersheets.php 1078 2006-01-15 09:25:36Z maartenl $
Maarten's Mud, WWW-based MUD using MYSQL
Copyright (C) 1998 <NAME>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Genera... | 10,026 | 0.669549 | 0.664977 | 270 | 36.266666 | 31.340118 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459259 | false | false | 6 |
12c807e8db04cae325735c4578ad8abae3098e08 | 19,335,942,776,391 | 30e3c91f23aaa6127ee3e520becc443701e18faa | /sources/com/p683ss/android/ugc/aweme/poi/model/C39098ad.java | 5386d1ec13f0d931ebb55fc4750ec6b882cde105 | [] | no_license | jakesyl/tishtosh_source | https://github.com/jakesyl/tishtosh_source | 521d4ab2bc28325519cf84422cce9c5709339b1f | c88d8f6fc6147fc08dfda6bd6d8540156278fa5d | refs/heads/master | 2022-09-10T17:19:16.637000 | 2020-05-25T06:06:31 | 2020-05-25T06:06:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p683ss.android.ugc.aweme.poi.model;
import com.google.gson.p1076a.C17952c;
import com.p683ss.android.ugc.aweme.base.model.UrlModel;
import java.io.Serializable;
import p2628d.p2639f.p2641b.C52711k;
/* renamed from: com.ss.android.ugc.aweme.poi.model.ad */
public final class C39098ad implements Serializabl... | UTF-8 | Java | 5,504 | java | C39098ad.java | Java | [] | null | [] | package com.p683ss.android.ugc.aweme.poi.model;
import com.google.gson.p1076a.C17952c;
import com.p683ss.android.ugc.aweme.base.model.UrlModel;
import java.io.Serializable;
import p2628d.p2639f.p2641b.C52711k;
/* renamed from: com.ss.android.ugc.aweme.poi.model.ad */
public final class C39098ad implements Serializabl... | 5,504 | 0.562863 | 0.458394 | 193 | 27.518135 | 28.931774 | 220 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626943 | false | false | 6 |
f75bb4a16aed6e98b0928007b0aafdd816eb032c | 10,170,482,627,621 | 3ea77e5cd2337505476b20f814063d867e86dad9 | /EjemploExcelJSPs_v2/src/java/utileria/Conversiones.java | d8a48c64f635ec25e641e9893823bff2b4120761 | [] | no_license | marcelofabiangutierrez88/cursoJavaMaster | https://github.com/marcelofabiangutierrez88/cursoJavaMaster | b828615802529a33a62245132a1f408f4974dee6 | 3934ca2ae20662e21a4e2eb758bdb94d0b16f850 | refs/heads/master | 2020-06-19T22:52:09.399000 | 2019-11-05T01:36:47 | 2019-11-05T01:36:47 | 196,903,471 | 2 | 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 utileria;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author marce
*/
public class Conve... | UTF-8 | Java | 746 | java | Conversiones.java | Java | [
{
"context": "rmat;\r\nimport java.util.Date;\r\n/**\r\n *\r\n * @author marce\r\n */\r\npublic class Conversiones {\r\n private st",
"end": 295,
"score": 0.9791496992111206,
"start": 290,
"tag": "USERNAME",
"value": "marce"
}
] | 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 utileria;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author marce
*/
public class Conve... | 746 | 0.644772 | 0.644772 | 28 | 24.607143 | 23.77775 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 6 |
8f506fd7f4afffa71d91bc2cebaba11453260a8f | 32,925,219,347,687 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/65/org/apache/commons/lang/enums/EnumUtils_EnumUtils_38.java | 8a434398d069e484a719fddbc5bdb95b55e0468d | [] | no_license | hvdthong/NetML | https://github.com/hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618000 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | true | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | 2018-03-01T05:04:19 | 2018-01-15T07:59:20 | 172,367 | 0 | 0 | 0 | null | false | null |
org apach common lang enum
util access manipul link enum
enum
valu enum valuedenum
author stephen colebourn
author gari gregori
exist
version
enum util enumutil
public constructor instanti
enum util enumutil
| UTF-8 | Java | 320 | java | EnumUtils_EnumUtils_38.java | Java | [
{
"context": "anipul link enum\n\nenum\nvalu enum valuedenum\nauthor stephen colebourn\nauthor gari gregori\nexist\nversion\n\nenum util enum",
"end": 129,
"score": 0.9998658299446106,
"start": 112,
"tag": "NAME",
"value": "stephen colebourn"
},
{
"context": "lu enum valuedenum\nauth... | null | [] |
org apach common lang enum
util access manipul link enum
enum
valu enum valuedenum
author <NAME>
author <NAME>
exist
version
enum util enumutil
public constructor instanti
enum util enumutil
| 303 | 0.553125 | 0.553125 | 23 | 8.565217 | 10.700776 | 29 | false | false | 0 | 0 | 0 | 0 | 94 | 0.29375 | 0 | false | false | 6 |
f2ce9b07392b9348892fb6c1430b006009e01ac1 | 33,440,615,384,149 | e108d65747c07078ae7be6dcd6369ac359d098d7 | /com/itextpdf/text/pdf/parser/GlyphTextRenderListener.java | 4c1cc4a33be453ecfafbc7bc2b67adb31b887651 | [
"MIT"
] | permissive | kelu124/pyS3 | https://github.com/kelu124/pyS3 | 50f30b51483bf8f9581427d2a424e239cfce5604 | 86eb139d971921418d6a62af79f2868f9c7704d5 | refs/heads/master | 2020-03-13T01:51:42.054000 | 2018-04-24T21:03:03 | 2018-04-24T21:03:03 | 130,913,008 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itextpdf.text.pdf.parser;
public class GlyphTextRenderListener extends GlyphRenderListener implements TextExtractionStrategy {
private final TextExtractionStrategy delegate;
public GlyphTextRenderListener(TextExtractionStrategy delegate) {
super(delegate);
this.delegate = delegate;... | UTF-8 | Java | 424 | java | GlyphTextRenderListener.java | Java | [] | null | [] | package com.itextpdf.text.pdf.parser;
public class GlyphTextRenderListener extends GlyphRenderListener implements TextExtractionStrategy {
private final TextExtractionStrategy delegate;
public GlyphTextRenderListener(TextExtractionStrategy delegate) {
super(delegate);
this.delegate = delegate;... | 424 | 0.752358 | 0.752358 | 14 | 29.285715 | 29.382767 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 6 |
fdc0667cdb6877a786a7c16aaa35d7733c73fe8d | 7,894,149,912,035 | c296aaf737d17d2287398bdf46d515a550d6662c | /ProAssign1——Percolation/Percolation.java | 65a75da0c8e63566f640ed52601589c488d4ff4e | [] | no_license | jinhuiphy/Algorithms | https://github.com/jinhuiphy/Algorithms | e140001dff4981e8a3565556245c41b2193a0ca2 | dc53f976287f85d68e28791fbe2fe0224a250bd8 | refs/heads/master | 2021-08-31T03:03:05.143000 | 2017-12-20T04:58:54 | 2017-12-20T04:58:54 | 114,774,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // import edu.princeton.cs.algs4.StdRandom;
import edu.princeton.cs.algs4.WeightedQuickUnionUF;
public class Percolation {
private boolean[][] site;
private final int row, col;
private final int top, bottom;
private final WeightedQuickUnionUF siteUnion;
private final WeightedQuickUnionUF backUnion;
// creat... | UTF-8 | Java | 2,534 | java | Percolation.java | Java | [] | null | [] | // import edu.princeton.cs.algs4.StdRandom;
import edu.princeton.cs.algs4.WeightedQuickUnionUF;
public class Percolation {
private boolean[][] site;
private final int row, col;
private final int top, bottom;
private final WeightedQuickUnionUF siteUnion;
private final WeightedQuickUnionUF backUnion;
// creat... | 2,534 | 0.584846 | 0.570245 | 99 | 24.565657 | 18.896936 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.777778 | false | false | 6 |
40116bf7dfd223b3412782b347816e8a1726a95b | 29,180,007,823,924 | 17b3ef82567918ec91eca00f6b316b784f3393c2 | /src/main/java/com/usa/autoreservation/user/Appointment.java | 0c05a48e419e091c0ca8b392cdd965bda3398596 | [] | no_license | johnjoshuababiera/autoreservation | https://github.com/johnjoshuababiera/autoreservation | 82ec8bb60485db219da2a9cacfff66ddbe75b4cf | a73c0f46b0aa6eed2971a50a6edb513ddafa44af | refs/heads/master | 2020-07-29T15:05:17.117000 | 2019-09-22T14:03:05 | 2019-09-22T14:03:05 | 209,855,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.usa.autoreservation.user;
import lombok.Data;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Data
public class Appointment {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String name;
... | UTF-8 | Java | 496 | java | Appointment.java | Java | [] | null | [] | package com.usa.autoreservation.user;
import lombok.Data;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Data
public class Appointment {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String name;
... | 496 | 0.741935 | 0.741935 | 23 | 20.565218 | 14.657914 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 6 |
f80830b758d67d26c7efb4678521e55385947a8d | 10,831,907,572,461 | 9df1bceb4af220236ab189c3205ceba02ec8c02c | /app/src/main/java/com/app/qunadai/content/ui/me/AuthActivity.java | 18c7c627b46b80b42005f0d96eeffa3535c47bb4 | [
"Apache-2.0"
] | permissive | rooney0928/qnd2 | https://github.com/rooney0928/qnd2 | 405e79fc081237f630f983ab1b666d73f4d338b0 | a916bb17b471159964151e1d7f1ce9ccd6460ab6 | refs/heads/master | 2021-01-20T07:15:14.552000 | 2017-11-02T10:16:04 | 2017-11-02T10:16:04 | 89,982,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.qunadai.content.ui.me;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.app.qunadai.MyApp;
import com.app.qunadai.R;
import com.app.... | UTF-8 | Java | 19,732 | java | AuthActivity.java | Java | [
{
"context": "nimtextview.NumberAnimTextView;\n\n/**\n * Created by wayne on 2017/9/15.\n */\n\npublic class AuthActivity ex",
"end": 1454,
"score": 0.7471456527709961,
"start": 1451,
"tag": "USERNAME",
"value": "way"
}
] | null | [] | package com.app.qunadai.content.ui.me;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.app.qunadai.MyApp;
import com.app.qunadai.R;
import com.app.... | 19,732 | 0.503826 | 0.502391 | 519 | 35.25819 | 26.982239 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655106 | false | false | 6 |
05845955962347a32102b456d1cb92993a449d16 | 24,584,392,829,297 | a466f050e7d6a8d93ce9f1233d47109738f16c17 | /service/src/main/java/com/jucai/service/mybatis/JuCaiComponent.java | 09abde7599d13c2a66211fdfbf80293d9b75a2ae | [] | no_license | doupig/jucai | https://github.com/doupig/jucai | 2ee219b3f99635ce950678b3e25f3742ff8d52d1 | 5370b7f7a197ffea305624182c7b71889784903e | refs/heads/master | 2018-11-03T10:49:12.749000 | 2018-09-09T12:58:52 | 2018-09-09T12:58:52 | 146,092,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jucai.service.mybatis;
import com.jucai.service.datasource.JuCaiDataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.SqlSessionTemplate;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.fa... | UTF-8 | Java | 3,167 | java | JuCaiComponent.java | Java | [] | null | [] | package com.jucai.service.mybatis;
import com.jucai.service.datasource.JuCaiDataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.SqlSessionTemplate;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.fa... | 3,167 | 0.791073 | 0.791073 | 71 | 43.492958 | 38.678112 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521127 | false | false | 6 |
9ebf4cc28118ea2ebe181e6439091748a9f1d5de | 24,584,392,832,091 | 19e9df4abcbd1a47593242d4053bbc0dadeb79e9 | /src/main/java/service/FindAgeAndIncomeService.java | 01805e46b0030c993610dd0c4a841d242bd41649 | [] | no_license | golden1618/springboot-service | https://github.com/golden1618/springboot-service | bbecee2198b483fc03bcfabbe0f8cc83eb0538f0 | 0b9c7fb20c4d4c4a8de6cd2162841b0f87c4efe8 | refs/heads/master | 2023-03-26T02:27:29.476000 | 2021-03-24T18:22:02 | 2021-03-24T18:22:02 | 350,784,753 | 0 | 0 | null | false | 2021-03-23T17:30:04 | 2021-03-23T16:38:06 | 2021-03-23T17:09:59 | 2021-03-23T17:30:03 | 0 | 0 | 0 | 0 | Java | false | false | package service;
public class FindAgeAndIncomeService {
private final FindAgeService findAgeService;
private final FindIncomeService findIncomeService;
public FindAgeAndIncomeService(FindAgeService findAgeService, FindIncomeService findIncomeService) {
this.findAgeService = findAgeService;
... | UTF-8 | Java | 596 | java | FindAgeAndIncomeService.java | Java | [] | null | [] | package service;
public class FindAgeAndIncomeService {
private final FindAgeService findAgeService;
private final FindIncomeService findIncomeService;
public FindAgeAndIncomeService(FindAgeService findAgeService, FindIncomeService findIncomeService) {
this.findAgeService = findAgeService;
... | 596 | 0.744966 | 0.744966 | 20 | 28.799999 | 28.982063 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 6 |
0a9932837064e9263d98b75a6a18a62568b42810 | 9,766,755,690,531 | c23d6151902d90c01241459c9823772ff58777bb | /loadui-project/loadui-fx-interface/src/main/java/com/eviware/loadui/ui/fx/views/project/ProjectPlaybackPanel.java | a6220110b785c7f43c9816af441f2766cf48d703 | [] | no_license | nagyist/loadui | https://github.com/nagyist/loadui | ba0969a89241eed6fa2fb7e11fa663178a12a7b4 | 68e6bc7d444a754ea4dbd45d17e36e2c8cc57484 | refs/heads/master | 2021-01-17T22:34:23.441000 | 2014-04-25T15:38:23 | 2014-04-25T15:38:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* h... | UTF-8 | Java | 3,023 | java | ProjectPlaybackPanel.java | Java | [
{
"context": "/*\n * Copyright 2013 SmartBear Software\n * \n * Licensed under the EUPL, Vers",
"end": 26,
"score": 0.5982716679573059,
"start": 21,
"tag": "NAME",
"value": "Smart"
}
] | null | [] | /*
* Copyright 2013 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* h... | 3,023 | 0.748594 | 0.743301 | 105 | 27.790476 | 26.983839 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.752381 | false | false | 6 |
21bcc99db99dba75b40f66851afc49a76d1933b4 | 23,407,571,786,015 | 206f7a100a428b86943ce81a28b7c5ce6135a170 | /src/main/java/tk/mybatis/simple/plugin/Dialect.java | 0f54ac81a8c27e1afad8ed426d124d301d76846b | [] | no_license | AndyZhuWei/simple | https://github.com/AndyZhuWei/simple | 29247338ee384894da05bd354fa1e0887425ac8c | 8663888518a671cafccc22c6c208be9ee229e9ba | refs/heads/master | 2020-04-01T12:22:06.154000 | 2018-10-16T09:41:09 | 2018-10-16T09:41:09 | 153,203,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tk.mybatis.simple.plugin;
import org.apache.ibatis.cache.CacheKey;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.session.RowBounds;
import java.util.List;
import java.util.Properties;
/**
* @Author: zhuwei
* @Date:2018/10/16 15:26
* @Description: 数据库方言,针对不同数据库分别实现
*/
@SuppressWarnin... | UTF-8 | Java | 2,871 | java | Dialect.java | Java | [
{
"context": "ist;\nimport java.util.Properties;\n\n/**\n * @Author: zhuwei\n * @Date:2018/10/16 15:26\n * @Description: 数据库方言,",
"end": 239,
"score": 0.9995858669281006,
"start": 233,
"tag": "USERNAME",
"value": "zhuwei"
}
] | null | [] | package tk.mybatis.simple.plugin;
import org.apache.ibatis.cache.CacheKey;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.session.RowBounds;
import java.util.List;
import java.util.Properties;
/**
* @Author: zhuwei
* @Date:2018/10/16 15:26
* @Description: 数据库方言,针对不同数据库分别实现
*/
@SuppressWarnin... | 2,871 | 0.642287 | 0.637243 | 98 | 23.275511 | 19.261244 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.306122 | false | false | 6 |
55b794a8ea2336c52faf3ffce7099958b64e0369 | 28,381,143,919,709 | d88b3136a1bd6d923cc0c05b9d6f374f53d66a24 | /material/src/main/java/distributor/app/material/model/DataVariabel.java | 0784b64d63264362378aa49312781a524996419b | [] | no_license | feetbo90/AplikasiDistributor | https://github.com/feetbo90/AplikasiDistributor | 476e375803bbd4b886970cdf8fa40b742216dd9e | 3ceab80a2d640c42aeabaff4efa3ff829533febd | refs/heads/master | 2021-01-10T11:28:07.391000 | 2016-02-17T16:46:19 | 2016-02-17T16:46:19 | 51,884,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package distributor.app.material.model;
import android.content.Context;
/**
* Created by feetbo on 11/1/2015.
*/
public class DataVariabel {
private static String TAG_KODE ;
private static String TAG_NAMA ;
private static String TAG_GROUP_ID ;
private static String TAG_UNITB ;
private static St... | UTF-8 | Java | 13,384 | java | DataVariabel.java | Java | [
{
"context": "import android.content.Context;\n\n/**\n * Created by feetbo on 11/1/2015.\n */\npublic class DataVariabel {\n\n ",
"end": 98,
"score": 0.99930739402771,
"start": 92,
"tag": "USERNAME",
"value": "feetbo"
}
] | null | [] | package distributor.app.material.model;
import android.content.Context;
/**
* Created by feetbo on 11/1/2015.
*/
public class DataVariabel {
private static String TAG_KODE ;
private static String TAG_NAMA ;
private static String TAG_GROUP_ID ;
private static String TAG_UNITB ;
private static St... | 13,384 | 0.637328 | 0.597355 | 432 | 29.981482 | 25.715046 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55787 | false | false | 6 |
870d109d96022e88721b2c13517dadcb94155d36 | 24,326,694,786,916 | 2a17bacb9eb92c27c06fc2a17dba978c8748efb6 | /target/generated-sources/antlr4/BlockNode.java | bbff8f0737bcc732b5bd95f3f44efc2d13f6e60a | [] | no_license | vreyes23/javaParser | https://github.com/vreyes23/javaParser | 9a432acd472b4072c13c959f37b36bb19fc0cdd0 | 5c6a6d664b9b2bbb74fb27931558b9ec12be962e | refs/heads/master | 2021-01-20T22:31:47.606000 | 2016-08-03T04:46:09 | 2016-08-03T04:46:09 | 64,500,302 | 0 | 0 | null | false | 2016-08-03T04:46:10 | 2016-07-29T17:56:43 | 2016-07-29T18:00:01 | 2016-08-03T04:46:09 | 1,528 | 0 | 0 | 0 | Java | null | null |
public class BlockNode {
String nodeName;
BlockNode exit1;
BlockNode exit2;
String content;
public BlockNode(String name, String content, BlockNode outA){
this.nodeName = name;
if (content == null){
content = "";
}
this.content = content;
exit1 = outA;
}
public void setExit1 (BlockNode outA){
... | UTF-8 | Java | 15,120 | java | BlockNode.java | Java | [] | null | [] |
public class BlockNode {
String nodeName;
BlockNode exit1;
BlockNode exit2;
String content;
public BlockNode(String name, String content, BlockNode outA){
this.nodeName = name;
if (content == null){
content = "";
}
this.content = content;
exit1 = outA;
}
public void setExit1 (BlockNode outA){
... | 15,120 | 0.601587 | 0.575 | 582 | 24.977663 | 26.609131 | 258 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.243986 | false | false | 6 |
b6f8ad97c033bba443e0d943349e7d454a5c8823 | 38,010,460,581,906 | 575a97cda68bc8ceb572eee960be8f06dbc0209f | /FYP/MobileApp/TrainingPal/app/src/main/java/mobile_app/trainingpal/me/models/network/Request.java | ca1606633d68cda30e5ef5e87c7568597c4912d4 | [
"MIT"
] | permissive | Daniel-Tilley/College | https://github.com/Daniel-Tilley/College | 3bb6ed84e0bac3f413e8fcc374c213c8c3527ba1 | 42f055662d9de5dcadf09a189eb994c2f0f8dbb1 | refs/heads/master | 2020-03-21T05:50:20.822000 | 2018-06-21T16:14:36 | 2018-06-21T16:14:36 | 138,184,321 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobile_app.trainingpal.me.models.network;
import mobile_app.trainingpal.me.interfaces.models.ITrainingLog;
import mobile_app.trainingpal.me.interfaces.models.IUser;
import mobile_app.trainingpal.me.interfaces.models.network.IHeader;
import mobile_app.trainingpal.me.interfaces.models.network.IRequest;
import mo... | UTF-8 | Java | 1,613 | java | Request.java | Java | [] | null | [] | package mobile_app.trainingpal.me.models.network;
import mobile_app.trainingpal.me.interfaces.models.ITrainingLog;
import mobile_app.trainingpal.me.interfaces.models.IUser;
import mobile_app.trainingpal.me.interfaces.models.network.IHeader;
import mobile_app.trainingpal.me.interfaces.models.network.IRequest;
import mo... | 1,613 | 0.690019 | 0.690019 | 59 | 26.338984 | 22.467762 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576271 | false | false | 6 |
8dee88c72b3067c0a11f1b4f1164c82874637f13 | 22,316,650,134,502 | 9afa5a20728b9bf8c078c0ec656e6858dccac0a8 | /compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/PropertyAccessorData.java | e792ddc510e1b174694d9dffa9be1d937c85b0c8 | [] | no_license | avshabanov/kotlin | https://github.com/avshabanov/kotlin | 2de6b981f895c42fab0ea52620e08163e0abcaf4 | 7332476427d392d42ff84d653c9df27ca26bd431 | refs/heads/master | 2021-01-17T13:26:22.632000 | 2012-02-14T10:32:59 | 2012-02-14T10:32:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jetbrains.jet.lang.resolve.java;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jet.lang.descriptors.PropertyAccessorDescriptor;
import org.jetbrains.jet.lang.types.JetType;
/**
* @author Stepan Koltsov
*/
class PropertyAccessorData {
@NotN... | UTF-8 | Java | 1,585 | java | PropertyAccessorData.java | Java | [
{
"context": ".jetbrains.jet.lang.types.JetType;\n\n/**\n * @author Stepan Koltsov\n */\nclass PropertyAccessorData {\n\n @NotNull\n ",
"end": 276,
"score": 0.9998413920402527,
"start": 262,
"tag": "NAME",
"value": "Stepan Koltsov"
}
] | null | [] | package org.jetbrains.jet.lang.resolve.java;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jet.lang.descriptors.PropertyAccessorDescriptor;
import org.jetbrains.jet.lang.types.JetType;
/**
* @author <NAME>
*/
class PropertyAccessorData {
@NotNull
... | 1,577 | 0.682019 | 0.682019 | 63 | 24.15873 | 26.158981 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 6 |
f5fc8cbfc2fd32f001c0d8582d18de4876a4f0b2 | 38,345,468,027,732 | 2f48ab04647b8438c6d7b4da28b7a4b27dcb39ed | /myphotowalldemo/src/main/java/cn/dashingqi/com/myphotowalldemo/MainActivity.java | 2c294a3566b075121a798429ac38484681e43848 | [] | no_license | dashingqi/BitmapDrawableDemo | https://github.com/dashingqi/BitmapDrawableDemo | 2575a627d95b9651160c6852ee724d41b3f678d8 | 467059d615ad90716d4d8a017b663777f281f13c | refs/heads/master | 2020-04-14T17:17:03.350000 | 2019-01-09T13:46:50 | 2019-01-09T13:46:50 | 163,974,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.dashingqi.com.myphotowalldemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.ViewTreeObserver;
import android.widget.GridView;
public class MainActivity extends AppCompatActivity {
private MyGridViewAda... | UTF-8 | Java | 2,023 | java | MainActivity.java | Java | [] | null | [] | package cn.dashingqi.com.myphotowalldemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.ViewTreeObserver;
import android.widget.GridView;
public class MainActivity extends AppCompatActivity {
private MyGridViewAda... | 2,023 | 0.63871 | 0.637221 | 63 | 30.984127 | 28.33613 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507937 | false | false | 6 |
044dc1e8c7c7ca94620e10f1ea5829b2d42619d1 | 21,569,325,827,271 | 7bd9f39095011c1a3dd6ff049c2fc1ffe8c3af5d | /app/src/main/java/pers/xjh/note/ui/detail/jni/usbCamera/VideoEncoderCore.java | 303da25261e39ab980a543226df56ef36e262388 | [] | no_license | 413112417/Note | https://github.com/413112417/Note | a20520083ab25e0461e3abf8da102cc74d64ce26 | 23e68c08aafa089a0b58df9e37b3343f7ad46945 | refs/heads/master | 2021-07-06T02:13:41.759000 | 2018-03-07T02:52:35 | 2018-03-07T02:52:35 | 95,426,704 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package pers.xjh.note.ui.detail.jni.usbCamera;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.util.Log;
import java.io.IOException;
import java.nio.ByteBuffer;
public class VideoEncoderCore {
private static final String TAG = "VideoEncoderC... | UTF-8 | Java | 7,273 | java | VideoEncoderCore.java | Java | [] | null | [] |
package pers.xjh.note.ui.detail.jni.usbCamera;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.util.Log;
import java.io.IOException;
import java.nio.ByteBuffer;
public class VideoEncoderCore {
private static final String TAG = "VideoEncoderC... | 7,273 | 0.548503 | 0.543673 | 191 | 36.937172 | 27.638395 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602094 | false | false | 6 |
b2d361e320e0926dc6853fc886258ce0e7dba8c4 | 31,267,361,928,878 | 5f74233ade68c110fddc074f5d64cf18ff287d45 | /easyrec-web/src/main/java/org/easyrec/controller/ApiJSController.java | 3cc75a44f1ced4a72066f78204e577bda8eb8947 | [
"Apache-2.0"
] | permissive | feesa/easyrec-parent | https://github.com/feesa/easyrec-parent | 0f0c187884eb773b40794d7d0ac107c5c410e552 | a3c6d8911c88abdb4df6662f2d4e0220eda4a16c | refs/heads/master | 2022-12-27T12:37:00.204000 | 2016-12-26T10:47:55 | 2016-12-26T10:47:55 | 75,718,347 | 1 | 1 | Apache-2.0 | false | 2022-12-15T23:43:53 | 2016-12-06T09:57:51 | 2017-05-23T15:56:07 | 2022-12-15T23:43:50 | 3,283 | 0 | 1 | 18 | Java | false | false | /**Copyright 2010 Research Studios Austria Forschungsgesellschaft mBH
*
* This file is part of easyrec.
*
* easyrec is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* ... | UTF-8 | Java | 2,646 | java | ApiJSController.java | Java | [
{
"context": " <p/>\n * <p><b>last modified:</b><br/>\n * $Author: fsalcher $<br/>\n * $Date: 2012-03-19 14:22:17 +0100 (Mo, 1",
"end": 1483,
"score": 0.9996993541717529,
"start": 1475,
"tag": "USERNAME",
"value": "fsalcher"
},
{
"context": "12) $<br/>\n * $Revision: 18781 $</p>\n *\... | null | [] | /**Copyright 2010 Research Studios Austria Forschungsgesellschaft mBH
*
* This file is part of easyrec.
*
* easyrec is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* ... | 2,646 | 0.701323 | 0.682798 | 82 | 31.268293 | 26.502209 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451219 | false | false | 6 |
161a039eebf1dabb5fabb82b9ff8914ae0d69ef6 | 31,267,361,926,039 | 6a63531f4c6d23848cfd94bfb18652d0ced2d75b | /DashBoard/app/src/main/java/com/example/dashboard/Services/AdapterFacebook/Adapter.java | 0d567095fd4033faaa45051de0a4adf5f8c24731 | [] | no_license | ApollineCouturier/Dashboard | https://github.com/ApollineCouturier/Dashboard | b9c2d9ad1043d04279462e72094102e69c006ab9 | ec9aa9a18376449ae9d19c6977a72767a17017bd | refs/heads/main | 2023-03-08T11:27:36.212000 | 2021-02-26T11:21:31 | 2021-02-26T11:21:31 | 342,064,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dashboard.Services.AdapterFacebook;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.exampl... | UTF-8 | Java | 1,822 | java | Adapter.java | Java | [] | null | [] | package com.example.dashboard.Services.AdapterFacebook;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.exampl... | 1,822 | 0.711306 | 0.711306 | 60 | 29.366667 | 30.540665 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
66705fa5606f3de984e3764675699be9f7e30168 | 5,257,040,017,175 | f4409bc38a18d47c8756a96a8fc6e3b425bc690f | /semispace-main/src/test/java/org/semispace/AlternateHolder.java | 5a2033b91eb7a6679f0b17baea117ab89d32bd93 | [
"Apache-2.0"
] | permissive | nikodemus/semispace | https://github.com/nikodemus/semispace | f33703421347d50b93455559f722e275b7a1d4a8 | 991f06b19f15c11e5a2ffc6f3447e1105c843b27 | refs/heads/master | 2021-05-30T14:27:38.070000 | 2015-07-18T09:22:03 | 2015-07-18T09:22:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ============================================================================
*
* File: AlternateHolder.java
*----------------------------------------------------------------------------
*
* No copying allowed without explicit permission.
*
* All rights reserved.
*
* Description: See javadoc below... | UTF-8 | Java | 680 | java | AlternateHolder.java | Java | [] | null | [] | /*
* ============================================================================
*
* File: AlternateHolder.java
*----------------------------------------------------------------------------
*
* No copying allowed without explicit permission.
*
* All rights reserved.
*
* Description: See javadoc below... | 680 | 0.407353 | 0.398529 | 27 | 24.185184 | 25.985804 | 80 | false | false | 0 | 0 | 0 | 0 | 77 | 0.225 | 0.148148 | false | false | 6 |
27bd6848f067807629c3287c10727cd1ee9d35f7 | 32,315,333,951,790 | 86ad10a42f0b31b7a13632aa0e617df7006d2fcb | /ImageScale/src/util/image/ImageScaleUtil.java | 0f9417021a88bba64fc0c9f59a63bc6253598f9a | [] | no_license | targaryenj/JavaProject | https://github.com/targaryenj/JavaProject | 36b0d83290d928672fa47d577317917d87111182 | efc241d9ffcc53688e4e10eb1a6c586b0ec48777 | refs/heads/master | 2016-09-20T14:51:33.974000 | 2016-08-31T07:54:12 | 2016-08-31T07:54:12 | 66,604,722 | 0 | 0 | null | false | 2016-08-26T08:12:40 | 2016-08-26T01:05:23 | 2016-08-26T07:42:35 | 2016-08-26T08:12:39 | 0 | 0 | 0 | 0 | Java | null | null | package util.image;
import java.io.*;
import java.util.Arrays;
import java.awt.*;
import javax.imageio.ImageIO;
import javax.swing.*;
import com.gif4j.GifDecoder;
import com.gif4j.GifEncoder;
import com.gif4j.GifImage;
import com.gif4j.GifTransformer;
import java.awt.event.*;
import java.awt.image.Bu... | UTF-8 | Java | 6,789 | java | ImageScaleUtil.java | Java | [
{
"context": "onListener {\r\n\tJFrame frame = new JFrame(\"图片工具_BY_TargaryenJ\");\r\n\tJTabbedPane tabPane = new JTabbedPane();// 选",
"end": 439,
"score": 0.9941614270210266,
"start": 429,
"tag": "USERNAME",
"value": "TargaryenJ"
}
] | null | [] | package util.image;
import java.io.*;
import java.util.Arrays;
import java.awt.*;
import javax.imageio.ImageIO;
import javax.swing.*;
import com.gif4j.GifDecoder;
import com.gif4j.GifEncoder;
import com.gif4j.GifImage;
import com.gif4j.GifTransformer;
import java.awt.event.*;
import java.awt.image.Bu... | 6,789 | 0.678655 | 0.645348 | 201 | 29.81592 | 23.804991 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.920398 | false | false | 6 |
60a5396f9077ecd5e297bb77692e1ae4cecc9798 | 7,799,660,670,489 | f9a1290fb0b8c504d7ef835c38fc70e530660fd1 | /main/java/main/betterbreeds/api/AnimalTypeHandler.java | c48dd5b026f836bab47e50ed0bfdbe5d9b0ae988 | [] | no_license | Fir3will/Better-Breeds | https://github.com/Fir3will/Better-Breeds | 43487c6c78c35711ec3d4a5022dcf0f51c60f259 | 552a64ce00664f0c6ae08175a3603745315b6087 | refs/heads/master | 2021-01-13T01:45:24.818000 | 2015-05-31T01:51:43 | 2015-05-31T01:51:44 | 33,089,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.betterbreeds.api;
import net.minecraft.entity.passive.EntityAnimal;
/**
* This interface handles the type of an animal
* <p>This is called when an animal's type is first set upon spawning.</p>
*
* @author Fir3will
*/
public interface AnimalTypeHandler
{
/**
* This method will be called when
* ... | UTF-8 | Java | 765 | java | AnimalTypeHandler.java | Java | [
{
"context": "ype is first set upon spawning.</p>\n * \n * @author Fir3will\n */\npublic interface AnimalTypeHandler\n{\n\t/**\n\t *",
"end": 233,
"score": 0.9995865821838379,
"start": 225,
"tag": "USERNAME",
"value": "Fir3will"
}
] | null | [] | package main.betterbreeds.api;
import net.minecraft.entity.passive.EntityAnimal;
/**
* This interface handles the type of an animal
* <p>This is called when an animal's type is first set upon spawning.</p>
*
* @author Fir3will
*/
public interface AnimalTypeHandler
{
/**
* This method will be called when
* ... | 765 | 0.729412 | 0.728105 | 26 | 28.423077 | 26.146294 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 6 |
15de2ed7af78aa35aac9cadab872ef573369f039 | 18,923,625,973,299 | 99ecf4756023a62d2072a7f8b07d1c17ef32a9ac | /Dinr/src/edu/pomona/dinr/RecyclerAdapter.java | 79fb4bc8b6032d47da8d3e6cc8d5649d87cd5d77 | [] | no_license | mattdahl/dinr | https://github.com/mattdahl/dinr | fd84337fad686d547590ac23f9f6f1bd8ccbf99a | 8165d455037c833c77e650b0f76c05107c16ad6a | refs/heads/master | 2016-09-05T16:17:21.345000 | 2015-04-11T14:11:47 | 2015-04-11T14:11:47 | 33,760,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.pomona.dinr;
import android.animation.ValueAnimator;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.RecyclerView.Recycler;
import android.view.LayoutInflater;
import android.vi... | UTF-8 | Java | 3,198 | java | RecyclerAdapter.java | Java | [] | null | [] | package edu.pomona.dinr;
import android.animation.ValueAnimator;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.RecyclerView.Recycler;
import android.view.LayoutInflater;
import android.vi... | 3,198 | 0.747967 | 0.743277 | 95 | 32.673683 | 26.455301 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.231579 | false | false | 6 |
fbbd77d92f7aed077b6a064f0562dd9d629eec29 | 18,923,625,977,537 | aa1c7765b9146b0ba1fcdf2e4978a20b4573cf68 | /src/main/java/com/strategy/pay/payport/AliPay.java | 5aa3ba39d013f2f0fcad011ca65f2de5a36bd2c8 | [] | no_license | designdemo/strategy | https://github.com/designdemo/strategy | 734e6e989cfbdfb2f3423f7eb64a35ce0ee4c626 | da3365b42657a51f0d1e6591520ad63b672704f0 | refs/heads/master | 2020-05-07T14:41:31.860000 | 2019-04-10T15:15:31 | 2019-04-10T15:15:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.strategy.pay.payport;
/**
* author:曲终、人散
* Date:2019/4/10 22:26
*/
public class AliPay extends PayMent {
public String getName() {
return "支付宝";
}
protected double queryBalances(String uid) {
return 500;
}
}
| UTF-8 | Java | 273 | java | AliPay.java | Java | [
{
"context": "package com.strategy.pay.payport;\n\n/**\n * author:曲终、人散\n * Date:2019/4/10 22:26\n */\npublic class AliPa",
"end": 51,
"score": 0.9985229969024658,
"start": 49,
"tag": "USERNAME",
"value": "曲终"
},
{
"context": "ckage com.strategy.pay.payport;\n\n/**\n * author:曲终、人散\n... | null | [] | package com.strategy.pay.payport;
/**
* author:曲终、人散
* Date:2019/4/10 22:26
*/
public class AliPay extends PayMent {
public String getName() {
return "支付宝";
}
protected double queryBalances(String uid) {
return 500;
}
}
| 273 | 0.614786 | 0.560311 | 15 | 16.133333 | 14.885638 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 6 |
248504f9db6442b51a66d383a80e3d45a9bd9dd7 | 34,703,335,772,754 | 2c414f77fd8eb4d48a3bd912c86ab298585fc5be | /examples/GPS/GPS_Watch/src/main/java/gui/Gui.java | 4e468bae2d8bc73d3550d9d5150c5e1fb2971e1d | [
"Apache-2.0"
] | permissive | xtuml/ciera | https://github.com/xtuml/ciera | 1c3e4660eaaeb26be771ddd3f8f656b283eaca39 | 8e7cb563bd0c511efcc56df9031b2c2226c5b7ab | refs/heads/master | 2023-08-18T20:17:51.694000 | 2023-04-14T18:03:05 | 2023-07-06T14:13:30 | 230,632,942 | 2 | 10 | Apache-2.0 | false | 2023-07-06T14:13:32 | 2019-12-28T16:14:54 | 2022-01-03T21:01:25 | 2023-07-06T14:13:30 | 12,324 | 2 | 9 | 0 | Java | false | false | package gui;
import io.ciera.runtime.summit.interfaces.IMessage;
public class Gui {
WatchGui guiDisplay = null;
ApplicationConnection server = null;
ConnectionHandler connHandler = null;
public void start(String[] args) {
// Create GUI
if (args.length == 1 && "--console".... | UTF-8 | Java | 1,155 | java | Gui.java | Java | [] | null | [] | package gui;
import io.ciera.runtime.summit.interfaces.IMessage;
public class Gui {
WatchGui guiDisplay = null;
ApplicationConnection server = null;
ConnectionHandler connHandler = null;
public void start(String[] args) {
// Create GUI
if (args.length == 1 && "--console".... | 1,155 | 0.586147 | 0.584416 | 47 | 22.574469 | 21.381783 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 6 |
b96cf692d322bf7e41004c92d4654030e1bb3585 | 35,356,170,806,074 | 5848b6458dc1954b9928a027fe69f31f8d4315c9 | /[0415]home/src/frames/GDrawingPanel.java | 4612a4cbc2459a27079e2d4603f83fee035d7723 | [] | no_license | hong-soohyuk/graphic_editor | https://github.com/hong-soohyuk/graphic_editor | 666933182e83765f24d0ca6854ada8e6568ea67f | a214808acb0a8b215a30c7a7a045c179ad5be663 | refs/heads/master | 2023-04-16T02:37:31.019000 | 2021-04-11T07:49:23 | 2021-04-11T07:49:23 | 253,496,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package frames;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.util.Vector;
import javax.swing.JPanel;
import Main.GConstant;
import Main.GConstant.EToolbar;
import shape.GShape;
import sha... | UTF-8 | Java | 5,126 | java | GDrawingPanel.java | Java | [] | null | [] | package frames;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.util.Vector;
import javax.swing.JPanel;
import Main.GConstant;
import Main.GConstant.EToolbar;
import shape.GShape;
import sha... | 5,126 | 0.678047 | 0.676062 | 196 | 24.704082 | 18.10807 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.821429 | false | false | 6 |
f4367d04eaa756077cc42ec93103c6d26033be0b | 34,102,040,369,859 | b6b54fede7f0fd413cbea5257927b4117b3f768d | /图书管理系统2/LibraryManageSystem/src/com/hk/Library.java | 8c8899204a270b2d11ac38746938e5b7c9f3ea8b | [
"MIT"
] | permissive | qixin777/SomeSystem | https://github.com/qixin777/SomeSystem | 3f27f0e4adfcbac7a3b06a1f60f81ca2f5036af7 | 6e9dfd49db7756a89abb64b70281e21bf30d2ae2 | refs/heads/master | 2020-06-04T21:11:15.945000 | 2019-06-16T14:43:53 | 2019-06-16T14:43:53 | 192,193,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hk;
import java.util.Vector;
import java.util.Scanner;
import java.text.MessageFormat;
public class Library {
// Scanner input=new Scanner(System.in);
Vector<Book> vectorBook;
String fileName="D://data//out.pl";
public Library()
{
vectorBook=new Vector<Book>();
}
... | GB18030 | Java | 1,947 | java | Library.java | Java | [] | null | [] | package com.hk;
import java.util.Vector;
import java.util.Scanner;
import java.text.MessageFormat;
public class Library {
// Scanner input=new Scanner(System.in);
Vector<Book> vectorBook;
String fileName="D://data//out.pl";
public Library()
{
vectorBook=new Vector<Book>();
}
... | 1,947 | 0.537916 | 0.536825 | 99 | 17.515152 | 20.58506 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.252525 | false | false | 6 |
dee279cf65952d4ead5aa139c90177bd372bd5b6 | 4,939,212,458,023 | 393847e07303528ed3c3b66056bbfdd85411bc9b | /base/src/main/java/com/fpt/base/OnProgressListener.java | 5b33bdb458ce2f0b0de7764e7b95ce35d7b3a451 | [] | no_license | fengpeitian/BaseApp | https://github.com/fengpeitian/BaseApp | bed16e09f4b057105214e24f1f696dfc411ad17c | 4539f68feb303959ae3c9927067e5c56b56cb35b | refs/heads/master | 2022-08-01T10:40:39.892000 | 2020-05-27T02:22:13 | 2020-05-27T02:22:13 | 267,200,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fpt.base;
/**
* <pre>
* @author : tocci.feng
* e-mail : fengfei0205@gmail.com
* time : 2020/05/15 13:33
* desc : 进度监听
* </pre>
*/
public interface OnProgressListener {
/**
* 进度
* @param progress 进度区间[0,100]
*/
void onProgress(int progress);
}
| UTF-8 | Java | 324 | java | OnProgressListener.java | Java | [
{
"context": "ackage com.fpt.base;\n\n/**\n * <pre>\n * @author : tocci.feng\n * e-mail : fengfei0205@gmail.com\n * time ",
"end": 62,
"score": 0.814098060131073,
"start": 52,
"tag": "NAME",
"value": "tocci.feng"
},
{
"context": " * <pre>\n * @author : tocci.feng\n * e... | null | [] | package com.fpt.base;
/**
* <pre>
* @author : tocci.feng
* e-mail : <EMAIL>
* time : 2020/05/15 13:33
* desc : 进度监听
* </pre>
*/
public interface OnProgressListener {
/**
* 进度
* @param progress 进度区间[0,100]
*/
void onProgress(int progress);
}
| 310 | 0.549342 | 0.483553 | 19 | 15 | 13.54136 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 6 |
4d27accb31f8af63afe8fe0d5a87c12cfb810dc6 | 37,950,331,033,961 | 7d48dcd25e1bb3c1b991ccefd86c8f1866502d66 | /src/main/java/com/jsondream/netty/kdw/chat/server/AppAttrKeys.java | 89f1f5a951e5ccb01223e995c45b92921585a948 | [] | no_license | wgd12389/netty | https://github.com/wgd12389/netty | 3024d7cc025c1229154b4c0b26b3b2c572b6bbe1 | cb0a76f74e5df0b62b8f16c98a86541f1a59298d | refs/heads/master | 2021-01-19T02:24:55.502000 | 2016-11-07T12:26:13 | 2016-11-07T12:26:13 | 49,240,656 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsondream.netty.kdw.chat.server;
import io.netty.util.AttributeKey;
/**
* <p>
* <p>
* </p>
*
* @author wangguangdong
* @version 1.0
* @Date 16/6/16
*/
public interface AppAttrKeys {
AttributeKey<String> USER_ID = AttributeKey.valueOf("userId");
AttributeKey<String> AUTH_KEY = AttributeKey... | UTF-8 | Java | 490 | java | AppAttrKeys.java | Java | [
{
"context": "ibuteKey;\n\n/**\n * <p>\n * <p>\n * </p>\n *\n * @author wangguangdong\n * @version 1.0\n * @Date 16/6/16\n */\npublic inter",
"end": 135,
"score": 0.996867835521698,
"start": 122,
"tag": "USERNAME",
"value": "wangguangdong"
}
] | null | [] | package com.jsondream.netty.kdw.chat.server;
import io.netty.util.AttributeKey;
/**
* <p>
* <p>
* </p>
*
* @author wangguangdong
* @version 1.0
* @Date 16/6/16
*/
public interface AppAttrKeys {
AttributeKey<String> USER_ID = AttributeKey.valueOf("userId");
AttributeKey<String> AUTH_KEY = AttributeKey... | 490 | 0.697959 | 0.683673 | 21 | 22.285715 | 25.801702 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
efc2643b1eb3502e1a32758a96acdffcf9990b7c | 37,383,395,356,193 | 286327d54c5d55b900b0498595b35738508a894c | /app/src/main/java/com/example/magomed/motivateo/view/fragment/SettingsFragment.java | 3a67f29ef1065eccc49854f2a81febb306399ad2 | [] | no_license | Lecseruz/Motivateo | https://github.com/Lecseruz/Motivateo | e695ae1f8054b5f4984e1a0be6feed55abc2b5e1 | f413889506804702b5dfbcca67e1cc2ccfa1b1bc | refs/heads/master | 2021-08-15T21:47:15.939000 | 2017-11-18T11:17:56 | 2017-11-18T11:17:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.magomed.motivateo.view.fragment;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.View;
import android.view.ViewGroup;
import com.example.magomed.mo... | UTF-8 | Java | 651 | java | SettingsFragment.java | Java | [] | null | [] | package com.example.magomed.motivateo.view.fragment;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.View;
import android.view.ViewGroup;
import com.example.magomed.mo... | 651 | 0.807988 | 0.804915 | 19 | 33.263157 | 27.510462 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 6 |
1a3ff6206e804a193f8ed6e5a58776a416d5ad34 | 35,304,631,198,012 | aed05f9427c58a5ab7fbbca242df924a1b720bec | /OffloaderApps/src/offloaderapps/engine/Engine.java | 7c562a8b8c9a516b95b1ccdc614c4fd06b504387 | [] | no_license | juanxane/android-offloader | https://github.com/juanxane/android-offloader | 393a7965564af9565a273365fde428862a725f02 | c861f7738a888b522f1d429cfc3e6e4ef8c679d2 | refs/heads/master | 2021-01-19T12:33:29.308000 | 2015-09-30T18:52:20 | 2015-09-30T18:52:20 | 26,833,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package offloaderapps.engine;
import org.eclipse.core.resources.IFolder;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.IImportDeclaration;
import org.eclipse.jdt.core.IPackageFragment;
import org.eclipse.jdt.core.IPackageFragmentRoot;
import org.eclipse.jdt.core.JavaModelException;
public ... | UTF-8 | Java | 354 | java | Engine.java | Java | [] | null | [] | package offloaderapps.engine;
import org.eclipse.core.resources.IFolder;
import org.eclipse.jdt.core.ICompilationUnit;
import org.eclipse.jdt.core.IImportDeclaration;
import org.eclipse.jdt.core.IPackageFragment;
import org.eclipse.jdt.core.IPackageFragmentRoot;
import org.eclipse.jdt.core.JavaModelException;
public ... | 354 | 0.79661 | 0.79661 | 20 | 16.700001 | 20.428167 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 6 |
ec34fb00582dd47c1d6eb676f6dcdf380aa99a2d | 4,355,096,861,052 | 6d8e61cd10c8c4e226df13f35efa42b68df4caeb | /app/src/main/java/swe/fhbielefeld/raumbuchung20/NeueBuchungFragment.java | 653966acee69c3bd02442a5d8298dde6b9ce5c57 | [] | no_license | Chantal8039/Raumbuchung_2 | https://github.com/Chantal8039/Raumbuchung_2 | 78a41a7d4b580fded2dcead770f2516e4a7af5b4 | 44a63ef97fc2c903f9d27e553692dacbb3bc26e4 | refs/heads/master | 2020-09-29T00:45:58.323000 | 2020-01-07T11:53:41 | 2020-01-07T11:53:41 | 226,905,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package swe.fhbielefeld.raumbuchung20;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.app.DatePickerDialog;
import android.graphics.Color;
import android.graphics.drawable.ColorDr... | UTF-8 | Java | 13,008 | java | NeueBuchungFragment.java | Java | [] | null | [] | package swe.fhbielefeld.raumbuchung20;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.app.DatePickerDialog;
import android.graphics.Color;
import android.graphics.drawable.ColorDr... | 13,008 | 0.521157 | 0.516772 | 292 | 43.517124 | 31.148722 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626712 | false | false | 6 |
faf24cb55982d5ca245df742c7622c24e9956837 | 33,792,802,721,464 | bba1ebf0b3023e1827deaec37ec593e6d3e23af3 | /catalogo-web/src/main/java/br/com/vivo/catalogoPRS/pageflows/tradutorErro/utils/TradutorUtils.java | b569400827e50e5c37e568bd0737674e079ebedd | [] | no_license | douglasikoshima/teste-repositorio | https://github.com/douglasikoshima/teste-repositorio | 91a2844c2b8a7cc4f5d423ed25bfd24bfd1eff28 | c85512ec57b9a1fd450bba950b6e71c019ca14c3 | refs/heads/master | 2021-01-19T09:00:23.590000 | 2017-02-15T19:46:02 | 2017-02-15T19:46:02 | 82,079,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.vivo.catalogoPRS.pageflows.tradutorErro.utils;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import br.com.vivo.catalogoPRS.util.ApplicationConfiguration;
public class TradutorUtils {
... | UTF-8 | Java | 902 | java | TradutorUtils.java | Java | [] | null | [] | package br.com.vivo.catalogoPRS.pageflows.tradutorErro.utils;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import br.com.vivo.catalogoPRS.util.ApplicationConfiguration;
public class TradutorUtils {
... | 902 | 0.773836 | 0.773836 | 31 | 28.096775 | 29.36462 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.741935 | false | false | 6 |
8ab13003305a8cedfb2dc6d1beb811a0a474ee61 | 34,711,925,708,313 | 147fb60c7b60462d44c35aaf8d49fc3e3ff68ee1 | /app/src/main/java/com/yingbi/wallet/adapter/OrderOverListAdapter.java | 5266a8cb8ae6459e8d6d8a6552d2d6129436b07f | [] | no_license | dawei1980/Project | https://github.com/dawei1980/Project | 6e839be09391b404853872a84e6e256f7eac5a6e | f648a869e934c2f068af58b85c25153895cf5ffb | refs/heads/master | 2020-04-01T23:55:19.185000 | 2018-10-24T05:49:03 | 2018-10-24T05:49:03 | 153,777,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yingbi.wallet.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.yingbi.wallet.R;
import com.yingbi.wallet.activity.MyOrderActivity;
import com.y... | UTF-8 | Java | 4,268 | java | OrderOverListAdapter.java | Java | [
{
"context": "ingbi.wallet.utils.GetCoinUtil;\nimport com.github.siyamed.shapeimageview.CircularImageView;\nimport com.squa",
"end": 456,
"score": 0.962243378162384,
"start": 449,
"tag": "USERNAME",
"value": "siyamed"
},
{
"context": ";\n\nimport java.util.ArrayList;\n\n\n/**\n * Cre... | null | [] | package com.yingbi.wallet.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.yingbi.wallet.R;
import com.yingbi.wallet.activity.MyOrderActivity;
import com.y... | 4,268 | 0.679007 | 0.676664 | 126 | 32.873016 | 27.056667 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579365 | false | false | 6 |
ce6f0ed6bc87025bfc9295672acc157044afed82 | 5,385,889,032,292 | 8aeab11acbcd1c5884d7506b95c8a3021b9bdc66 | /app/src/main/java/com/example/itpreminder/fragment/LoginFragment.java | c535eae5de475d8c0aa08bf6ffdd2e3ab84ed3a4 | [] | no_license | szb-dorottya/ITPReminder | https://github.com/szb-dorottya/ITPReminder | de8f7c050d586450b3f8b8589d58fd6bc298c70f | d715ff9b3fc3ad12369ddb537cf204a74684562f | refs/heads/master | 2023-04-15T13:44:18.905000 | 2020-04-21T09:54:43 | 2020-04-21T09:54:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.itpreminder.fragment;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditTex... | UTF-8 | Java | 6,066 | java | LoginFragment.java | Java | [] | null | [] | package com.example.itpreminder.fragment;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditTex... | 6,066 | 0.648698 | 0.648533 | 158 | 37.392406 | 31.883854 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664557 | false | false | 6 |
fc06c952be2d3125a0b1f5f507da99a54457107e | 33,981,781,279,151 | 4ed0207587feef31b1eab46b7040d9522a0490df | /src/main/java/com/ProyectoSpring/backendProyect/service/TeacherService.java | 43d5b367a493f08dbc6d4e10451f95a55f1c2219 | [] | no_license | FacundoCasas/web-page-university | https://github.com/FacundoCasas/web-page-university | 2e9f48cfa0442766ecf23010064ef286c3d0c953 | 321dfdecd35b6dd5cab7199214241979a869570c | refs/heads/main | 2023-03-14T23:48:32.546000 | 2021-03-28T00:07:36 | 2021-03-28T00:07:36 | 352,195,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ProyectoSpring.backendProyect.service;
import java.util.List;
import com.ProyectoSpring.backendProyect.model.TeacherModel;
public interface TeacherService {
public abstract TeacherModel addTeacher(TeacherModel teacherModel);
public abstract List<TeacherModel> listAllTeachers();
public abstract L... | UTF-8 | Java | 473 | java | TeacherService.java | Java | [] | null | [] | package com.ProyectoSpring.backendProyect.service;
import java.util.List;
import com.ProyectoSpring.backendProyect.model.TeacherModel;
public interface TeacherService {
public abstract TeacherModel addTeacher(TeacherModel teacherModel);
public abstract List<TeacherModel> listAllTeachers();
public abstract L... | 473 | 0.820296 | 0.820296 | 18 | 25.277779 | 26.448704 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
83c1426c51fcdc8e7710932f369c920e005589e6 | 38,585,986,197,569 | 1473251d9f68a8c0596d2825e9d4a76865951a9c | /spring-mvc/src/main/java/com/hyungjin/mvc/control/SnmpIfEntryControl.java | 22a34e5b1fdba846c6d48600314d2360e0c2745f | [] | no_license | hjkim7796/hyungjin | https://github.com/hjkim7796/hyungjin | 6c3f27c46a4d6b689812a6a485e532d43115823b | 34fa151572628bcf612f1cc24da3e0fa990b9139 | refs/heads/master | 2016-09-06T13:40:55.698000 | 2015-04-08T19:41:25 | 2015-04-08T19:41:25 | 29,946,196 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyungjin.mvc.control;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.CacheManager;
import org.springframework.data.domain.Sort;
import org.springframework.transac... | UTF-8 | Java | 4,562 | java | SnmpIfEntryControl.java | Java | [] | null | [] | package com.hyungjin.mvc.control;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.CacheManager;
import org.springframework.data.domain.Sort;
import org.springframework.transac... | 4,562 | 0.743095 | 0.742657 | 131 | 32.839695 | 27.189417 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.412214 | false | false | 6 |
236f1182ea7816b451ea16fdacee5d078acf7419 | 27,453,431,019,952 | b160074d5b862b77d3e765ba694a2886ca67003e | /LineareDatenstrukturen/src/PerformanceTest.java | 6d55c479c672cda2cc89a6880ccfbd78adab56a0 | [] | no_license | ManuelSchenkel/SWE_Aufgaben | https://github.com/ManuelSchenkel/SWE_Aufgaben | 88e1561352028eb5eeaf31b06ca0f19d2577da1a | a9e5674f8328e6a0fb25a1d1f5c6ca990ea109b4 | refs/heads/main | 2023-07-25T18:45:12.490000 | 2021-09-01T18:05:54 | 2021-09-01T18:05:54 | 355,798,094 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.reflect.Method;
import java.util.ArrayList;
public class PerformanceTest {
static ArrayList<String> liste = new ArrayList<>();
static long time, duration;
public static void main(String[] args) {
for (int i = 0; i < 1000000; i++) {
liste.add("String " + i );
... | UTF-8 | Java | 1,484 | java | PerformanceTest.java | Java | [] | null | [] | import java.lang.reflect.Method;
import java.util.ArrayList;
public class PerformanceTest {
static ArrayList<String> liste = new ArrayList<>();
static long time, duration;
public static void main(String[] args) {
for (int i = 0; i < 1000000; i++) {
liste.add("String " + i );
... | 1,484 | 0.528302 | 0.501348 | 47 | 30.574469 | 20.447905 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744681 | false | false | 6 |
9044b476d0a7753118e03838e3e15cfd045f6e74 | 1,717,986,951,253 | b335df9308aa2b0c668ecc74ed5b674de7d0d8e9 | /day4/Ques37.java | 6720946ac6683ada85dcb32cb7d4ebeb2c7ed1fc | [] | no_license | Dhuvaraggn/java-training | https://github.com/Dhuvaraggn/java-training | 77a0e0c4c71b82975bb988866906b4d5b75988ef | 55c049e6de96c21a6c3b1d91ed1bfdbc23f9dabc | refs/heads/main | 2023-04-03T06:23:01.260000 | 2021-04-01T12:06:04 | 2021-04-01T12:09:37 | 346,287,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day4;
public class Ques37 {
public static void main(String[] args) {
Dc2 c=new Dc2();
}
}
class Da2{
int a;
public Da2(int a){
System.out.print("Da called");
this.a=a;
}
}
class Db2{
int b;
public Db2(int b){
this.b=b;
System.out.print("Db called");
}
}
class Dc2 extends Da2{
Db2 b=new Db2... | UTF-8 | Java | 385 | java | Ques37.java | Java | [] | null | [] | package day4;
public class Ques37 {
public static void main(String[] args) {
Dc2 c=new Dc2();
}
}
class Da2{
int a;
public Da2(int a){
System.out.print("Da called");
this.a=a;
}
}
class Db2{
int b;
public Db2(int b){
this.b=b;
System.out.print("Db called");
}
}
class Dc2 extends Da2{
Db2 b=new Db2... | 385 | 0.61039 | 0.566234 | 30 | 11.833333 | 10.872238 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 6 |
2f5043fb63d2162df15c2eb63a1fabe9d780efb0 | 1,717,986,949,515 | 8a955b68a517cb23362db272de7547f652be4fed | /dora/core/server/common/src/main/java/alluxio/master/journal/raft/RaftSnapshotManager.java | 7bd6980e99bbc48ef6e56e79111e2fc60bb3cb43 | [
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"CC0-1.0",
"Apache-2.0",
"Unlicense",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | Alluxio/alluxio | https://github.com/Alluxio/alluxio | 1002dad988b2a50558df44288bfd33a9055f8cdf | 32c4f681437e92443a7903fb80406fdc0360471b | refs/heads/main | 2023-09-01T19:02:46.445000 | 2023-09-01T18:54:18 | 2023-09-01T18:54:18 | 7,276,954 | 5,013 | 2,970 | Apache-2.0 | false | 2023-09-14T19:25:22 | 2012-12-21T17:43:46 | 2023-09-14T15:17:07 | 2023-09-14T19:25:21 | 202,036 | 6,376 | 2,865 | 924 | Java | false | false | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | UTF-8 | Java | 13,496 | java | RaftSnapshotManager.java | Java | [] | null | [] | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | 13,496 | 0.71762 | 0.715916 | 313 | 42.11821 | 29.71508 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690096 | false | false | 6 |
082db489bcc04e9a72ff75d6dae64e758ce760c1 | 34,368,328,325,145 | fe074bb0a491f1ecd7367cd7e796f41d35782f7b | /base/src/main/java/com/syd/auto/base/presenter/view/IBaseView.java | ccc922e216f5f21a00bd3088a30b852f951c399a | [] | no_license | liuzhao1006/Auto | https://github.com/liuzhao1006/Auto | 2b78ef0d51aeabd9abab163698218ca1c1e7c6cb | 65067ca647b676489fe279a69e0b457f34c630aa | refs/heads/master | 2020-06-19T09:31:25.452000 | 2019-07-21T15:43:25 | 2019-07-21T15:43:25 | 196,662,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syd.auto.base.presenter.view;
/**
* 作者 : 刘朝
* 创建日期 : 2019-07-10 06:56
* 描述 :
*/
public interface IBaseView {
void showDialog();
void hideDialog();
void onError();
}
| UTF-8 | Java | 225 | java | IBaseView.java | Java | [
{
"context": "m.syd.auto.base.presenter.view;\n\n/**\n * 作者 : 刘朝\n * 创建日期 : 2019-07-10 06:56\n * 描述 :\n */\npubli",
"end": 62,
"score": 0.9995826482772827,
"start": 60,
"tag": "NAME",
"value": "刘朝"
}
] | null | [] | package com.syd.auto.base.presenter.view;
/**
* 作者 : 刘朝
* 创建日期 : 2019-07-10 06:56
* 描述 :
*/
public interface IBaseView {
void showDialog();
void hideDialog();
void onError();
}
| 225 | 0.580488 | 0.521951 | 13 | 14.769231 | 12.564626 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 6 |
59a12f7e66d130cc96ffba4f05512dccd24e71e8 | 27,857,157,949,643 | ddebaaa0ee8b7e398bc603d0eff4a1677d06bc31 | /src/p2pinterfaces/P2PPeerService.java | 22f907e2432734cfb1d2540bcf8192164d6457c2 | [] | no_license | ituaijagbone/p2p | https://github.com/ituaijagbone/p2p | 33ae849574b4c029995fbca5ba113fe47b56e108 | a9d371f84b264b5be85a31703e61bde579bc4b7c | refs/heads/master | 2016-09-06T22:19:44.231000 | 2015-01-04T10:29:11 | 2015-01-04T10:29:11 | 28,667,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p2pinterfaces;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.ArrayList;
/**
* This is the RMI interface. It contains interfaces that a peer uses to
* interface with other peers.
* Created by Itua on 9/25/14.
*/
public interface P2PPeerService extends Remote {
/**
* Dow... | UTF-8 | Java | 1,351 | java | P2PPeerService.java | Java | [
{
"context": "es to\n * interface with other peers.\n * Created by Itua on 9/25/14.\n */\npublic interface P2PPeerService e",
"end": 236,
"score": 0.9347220063209534,
"start": 232,
"tag": "NAME",
"value": "Itua"
}
] | null | [] | package p2pinterfaces;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.ArrayList;
/**
* This is the RMI interface. It contains interfaces that a peer uses to
* interface with other peers.
* Created by Itua on 9/25/14.
*/
public interface P2PPeerService extends Remote {
/**
* Dow... | 1,351 | 0.720207 | 0.715026 | 37 | 35.513512 | 33.845932 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243243 | false | false | 6 |
63035bb66948666d9c30cecc11de918dcfba3b1d | 23,098,334,129,825 | f49672b0b24e7e8881fcd0a6246f7f031ad6ee3a | /classviz-visualize/src/main/java/com/lujian/classviz/visualize/GraphvizFactory.java | 6a945033d9637d667839f06bb5dc1a39eecedd5e | [] | no_license | physicsLoveJava/classviz | https://github.com/physicsLoveJava/classviz | 737deabaf6308b9961ce950c0dd156dd165adac3 | 0bf6bbf1f0181a97ebf5f3363182a7c64a7d8bd1 | refs/heads/master | 2020-04-15T21:30:43.405000 | 2019-01-19T14:05:15 | 2019-01-19T14:05:15 | 165,034,946 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lujian.classviz.visualize;
import com.lujian.classviz.visualize.meta.*;
import guru.nidi.graphviz.attribute.*;
import guru.nidi.graphviz.engine.Graphviz;
import guru.nidi.graphviz.model.*;
import org.apache.commons.lang3.StringUtils;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
... | UTF-8 | Java | 4,642 | java | GraphvizFactory.java | Java | [] | null | [] | package com.lujian.classviz.visualize;
import com.lujian.classviz.visualize.meta.*;
import guru.nidi.graphviz.attribute.*;
import guru.nidi.graphviz.engine.Graphviz;
import guru.nidi.graphviz.model.*;
import org.apache.commons.lang3.StringUtils;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
... | 4,642 | 0.575399 | 0.574321 | 131 | 34.435116 | 22.957012 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580153 | false | false | 6 |
61137cd6ec9139844c995c285543ae5e4b861b18 | 23,098,334,129,793 | cc54fb76c41841aaf5590c4d3d251bf2301a26f4 | /src/inverview/override/Super.java | 92b835ff6e1556fea05ead7322c0a1ce1670c84e | [] | no_license | superlambda/leetcode | https://github.com/superlambda/leetcode | fac10f40071756c37257869116a4ee62e6ac25ea | ed819526b0e231fd04c07800e9fc855e362cd615 | refs/heads/master | 2023-03-16T04:09:17.877000 | 2023-03-11T12:19:02 | 2023-03-11T12:19:02 | 29,577,891 | 0 | 1 | null | false | 2016-06-13T10:43:43 | 2015-01-21T07:41:02 | 2016-02-13T13:24:26 | 2016-06-13T10:43:43 | 246 | 0 | 1 | 1 | Java | null | null | package inverview.override;
public class Super {
public int getNumber() {
return 1;
}
}
| UTF-8 | Java | 96 | java | Super.java | Java | [] | null | [] | package inverview.override;
public class Super {
public int getNumber() {
return 1;
}
}
| 96 | 0.677083 | 0.666667 | 9 | 9.666667 | 10.749677 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 6 |
3883afb62bbbdfbdbd240a84d1b0985a32eee4b4 | 19,018,115,224,970 | 3cffa75dc4b3ec2f8b8c1207b67831d64544a732 | /src/game/space/view/Play.java | 2dc689b22d2c7fa2e3ae01eb8aa692dfb16f194f | [] | no_license | Wahena/Game | https://github.com/Wahena/Game | 6fe178e7067a894fc1fe35de0f265d312d18910a | 8ff0052aba692d089b5078490b885597449c648f | refs/heads/master | 2016-08-12T09:55:46.570000 | 2016-03-14T13:38:50 | 2016-03-14T13:44:24 | 53,857,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.space.view;
import sun.audio.*;
import game.space.controller.BoardController;
import game.space.controller.EnemyController;
import game.space.controller.Refree;
import game.space.controller.ShipController;
import game.space.controller.Sound;
import game.space.model.Board;
import game.space.model.Enemy;
im... | UTF-8 | Java | 7,385 | java | Play.java | Java | [] | null | [] | package game.space.view;
import sun.audio.*;
import game.space.controller.BoardController;
import game.space.controller.EnemyController;
import game.space.controller.Refree;
import game.space.controller.ShipController;
import game.space.controller.Sound;
import game.space.model.Board;
import game.space.model.Enemy;
im... | 7,385 | 0.655383 | 0.645362 | 299 | 23.702341 | 22.316551 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.070234 | false | false | 6 |
130efe869400300e59d3ed2ac28f12c64a4ecdd8 | 8,435,315,776,864 | aa57765c84e5713cdead663bf54fa3680159f12a | /src/main/java/beelivery/user/dto/RegularResponse.java | d60b2ab72ef00062c4d8f1dac19e9d10d0f9606c | [] | no_license | p-anja/beelivery | https://github.com/p-anja/beelivery | 6a53fb792207a58833abb0886079db5c76e02a9c | 70d6b06e27a1db82555a83070efb3844673d9300 | refs/heads/main | 2023-06-23T04:19:52.184000 | 2021-07-10T14:17:14 | 2021-07-10T14:17:14 | 379,579,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beelivery.user.dto;
import beelivery.user.model.Regular;
import beelivery.user.model.User;
public class RegularResponse extends UserResponse {
private double points;
private String memberType;
private boolean suspicious;
public RegularResponse(String username, String password, String firstNam... | UTF-8 | Java | 1,346 | java | RegularResponse.java | Java | [
{
"context": "rResponse(String username, String password, String firstName, String lastName, String sex, String birthDate, d",
"end": 321,
"score": 0.6484094262123108,
"start": 312,
"tag": "NAME",
"value": "firstName"
},
{
"context": "an suspicious) {\n super(username, passwor... | null | [] | package beelivery.user.dto;
import beelivery.user.model.Regular;
import beelivery.user.model.User;
public class RegularResponse extends UserResponse {
private double points;
private String memberType;
private boolean suspicious;
public RegularResponse(String username, String password, String firstNam... | 1,346 | 0.678306 | 0.678306 | 48 | 27.041666 | 32.106567 | 200 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729167 | false | false | 6 |
adf502e1d64b9fdf096a19f9fab75f2209d09f72 | 29,248,727,312,284 | 08852a5a6505e8f65369094694b751f088a465af | /butterfly-utilities/src/test/java/com/paypal/butterfly/utilities/maven/MavenGoalTest.java | 31c6092b08258a209fe1e8be879860fc5839309d | [
"MIT"
] | permissive | paypal/butterfly | https://github.com/paypal/butterfly | 62e0f3d9b7f05abf7e97d1d086af8b61159480bc | cf32cc8ce50db35f3a1f564a92f3b95d90f7856e | refs/heads/master | 2023-09-01T11:18:00.142000 | 2023-06-28T21:03:48 | 2023-06-28T21:03:48 | 104,398,040 | 45 | 81 | MIT | false | 2023-06-23T19:28:37 | 2017-09-21T20:55:50 | 2023-06-23T13:54:29 | 2023-06-23T19:28:36 | 7,785 | 40 | 66 | 103 | Java | false | false | package com.paypal.butterfly.utilities.maven;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyList;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.testng.Assert.assertEquals;
import java.io.File;
import java.util.HashMap;
import java.... | UTF-8 | Java | 7,630 | java | MavenGoalTest.java | Java | [
{
"context": "nit test class for {@link MavenGoal}\n *\n * @author mcrockett\n */\npublic class MavenGoalTest {\n\n @Mock\n p",
"end": 889,
"score": 0.9994440674781799,
"start": 880,
"tag": "USERNAME",
"value": "mcrockett"
}
] | null | [] | package com.paypal.butterfly.utilities.maven;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyList;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.testng.Assert.assertEquals;
import java.io.File;
import java.util.HashMap;
import java.... | 7,630 | 0.714548 | 0.713237 | 179 | 41.625698 | 33.859875 | 144 | false | false | 0 | 0 | 0 | 0 | 83 | 0.030144 | 0.843575 | false | false | 6 |
94c56b1c0e152875b665c4e1d47757b362bb2c4d | 7,181,185,383,022 | dd5e927e7d4e449cdeba1897ec91376098e12822 | /src/main/java/com/basicauth/data/DiagnosticProcedure.java | 672f30334f2f7da34ab8a7e57f1ee6734544559e | [] | no_license | VarArenz028/mace-backend-v2 | https://github.com/VarArenz028/mace-backend-v2 | 288cd4fe7cf016a274081d2d050b8c5b7e0d7fe6 | 38335fb0d383e0288ef3cc4dc26791431d9f8a0b | refs/heads/master | 2020-03-27T02:18:49.928000 | 2018-08-23T01:11:54 | 2018-08-23T01:11:54 | 145,781,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.basicauth.data;
import java.io.Serializable;
/**
* Created by angulo on 11/16/2016.
*/
public class DiagnosticProcedure implements Serializable {
private String diagProcCode;
private String diagProcDesc;
private String diagProcGroupDesc;
private String diagProcGroupCode;
public Str... | UTF-8 | Java | 1,079 | java | DiagnosticProcedure.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by angulo on 11/16/2016.\n */\npublic class DiagnosticProcedu",
"end": 83,
"score": 0.9997183680534363,
"start": 77,
"tag": "USERNAME",
"value": "angulo"
}
] | null | [] | package com.basicauth.data;
import java.io.Serializable;
/**
* Created by angulo on 11/16/2016.
*/
public class DiagnosticProcedure implements Serializable {
private String diagProcCode;
private String diagProcDesc;
private String diagProcGroupDesc;
private String diagProcGroupCode;
public Str... | 1,079 | 0.702502 | 0.695088 | 46 | 22.456522 | 21.115322 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 6 |
24e61095818540abf8d965ed63bd6d7b7aaedaa5 | 6,416,681,153,735 | 7d5e6144f47229b9ac2eb0ac317350c19482b9d4 | /src/main/java/org/gestion/services/IContactService.java | 039f4bc225863518667fe0163f46b1cfddd36fb6 | [] | no_license | bewizyu-formation/modis-mojito-familink-api | https://github.com/bewizyu-formation/modis-mojito-familink-api | 1bdc8d4b5ec36d72cc110b47f2c7dffb1d19ed17 | 6d77bf198cc1485e3369f286095d71ac1b2a328b | refs/heads/develop | 2021-07-12T18:19:45.434000 | 2017-10-18T12:00:04 | 2017-10-18T12:00:04 | 106,187,896 | 1 | 1 | null | false | 2017-10-18T12:00:05 | 2017-10-08T15:39:05 | 2017-10-10T09:30:31 | 2017-10-18T12:00:05 | 101 | 1 | 0 | 1 | Java | null | null | package org.gestion.services;
import java.util.List;
import org.gestion.entite.Contact;
/**
* Interface qui liste les méthodes de persistence pour la classe {@link Contact} que doit posséder une classe
* d'implémentation
*
* @author FloRod
*/
public interface IContactService {
/**
* Sauvegarde un nouveau ... | UTF-8 | Java | 1,021 | java | IContactService.java | Java | [
{
"context": "séder une classe\n * d'implémentation\n *\n * @author FloRod\n */\n\npublic interface IContactService {\n\t\n\t/",
"end": 241,
"score": 0.9159495830535889,
"start": 240,
"tag": "NAME",
"value": "F"
},
{
"context": "der une classe\n * d'implémentation\n *\n * @author Flo... | null | [] | package org.gestion.services;
import java.util.List;
import org.gestion.entite.Contact;
/**
* Interface qui liste les méthodes de persistence pour la classe {@link Contact} que doit posséder une classe
* d'implémentation
*
* @author FloRod
*/
public interface IContactService {
/**
* Sauvegarde un nouveau ... | 1,021 | 0.676209 | 0.676209 | 63 | 15.079365 | 20.732079 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746032 | false | false | 6 |
10f0e44fd8979b0d7b29f5221d9daa312783646c | 13,271,448,972,033 | 9a71380f4a05717baaaed837425a8c3e0cb6ee2d | /src/main/java/de/luisoft/jdbcspy/vendor/MysqlProxyDriver.java | 9631b1e1c8625a84d68b963443e094446b5fca37 | [] | no_license | lbaeumer/jdbcspy | https://github.com/lbaeumer/jdbcspy | d7a95d9717f0b563dca83918c594864642e36f77 | 6a73e25038a25ebe8e4d4ce006d2ae56458e2249 | refs/heads/master | 2023-07-06T02:48:49.089000 | 2023-06-21T19:57:46 | 2023-06-21T19:57:46 | 34,534,873 | 11 | 7 | null | false | 2023-06-21T19:57:48 | 2015-04-24T18:28:52 | 2023-05-31T09:41:36 | 2023-06-21T19:57:47 | 476 | 10 | 3 | 0 | Java | false | false | package de.luisoft.jdbcspy.vendor;
import de.luisoft.jdbcspy.AbstractProxyDriver;
import de.luisoft.jdbcspy.ClientProperties;
public class MysqlProxyDriver extends AbstractProxyDriver {
static {
new MysqlProxyDriver();
}
public MysqlProxyDriver() {
super((String) ClientProperties.getProp... | UTF-8 | Java | 375 | java | MysqlProxyDriver.java | Java | [] | null | [] | package de.luisoft.jdbcspy.vendor;
import de.luisoft.jdbcspy.AbstractProxyDriver;
import de.luisoft.jdbcspy.ClientProperties;
public class MysqlProxyDriver extends AbstractProxyDriver {
static {
new MysqlProxyDriver();
}
public MysqlProxyDriver() {
super((String) ClientProperties.getProp... | 375 | 0.746667 | 0.746667 | 15 | 24 | 26.743223 | 93 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 6 |
31e763a4038097fe0b04f296b5d2594335b88dd7 | 21,500,606,291,368 | 4e32ea5b4a215f427af04630e01b1312ffd31a55 | /src/org/sosy_lab/cpachecker/core/algorithm/fault_localization/by_coverage/utils/SafeCase.java | 84c0f7206f105e96e56b4f72abaf3f8dd48eb29c | [
"Apache-2.0",
"GPL-1.0-or-later"
] | permissive | sosy-lab/cpachecker | https://github.com/sosy-lab/cpachecker | 1add74cb774316dd6e1aea3fb1f352c8141466b7 | 1822761867d106301bda0bc99ed3cc0a25c529aa | refs/heads/trunk | 2023-08-31T14:47:22.284000 | 2023-08-31T14:20:58 | 2023-08-31T14:20:58 | 20,107,238 | 186 | 90 | Apache-2.0 | false | 2021-07-27T14:24:30 | 2014-05-23T16:57:37 | 2021-07-27T14:06:34 | 2021-07-27T14:08:39 | 762,050 | 152 | 74 | 0 | SWIG | false | false | // This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2020 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.cpachecker.core.algorithm.fault_localization.by_coverage.utils;... | UTF-8 | Java | 2,081 | java | SafeCase.java | Java | [
{
"context": "er.sosy-lab.org\n//\n// SPDX-FileCopyrightText: 2020 Dirk Beyer <https://www.sosy-lab.org>\n//\n// SPDX-License-Ide",
"end": 166,
"score": 0.9998428225517273,
"start": 156,
"tag": "NAME",
"value": "Dirk Beyer"
}
] | null | [] | // This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2020 <NAME> <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.cpachecker.core.algorithm.fault_localization.by_coverage.utils;
im... | 2,077 | 0.709755 | 0.706872 | 69 | 29.15942 | 27.085278 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275362 | false | false | 6 |
071c19abffe351fc491e1e1ae3ca6c819d9dd8c6 | 26,903,675,204,468 | 25417b0c88687ee13e7ddf9894a2b3b3ac41fd9c | /app/src/main/java/com/example/qayimmasjid/model/waktusholatapi/Dates.java | 9a65422193b4111f0f9576f86a6511db35c5efff | [] | no_license | Fahrezaramadhani/QayimMasjid | https://github.com/Fahrezaramadhani/QayimMasjid | 708ca16d3596bea0375826d6ba8edf75b4beaad7 | 49ce679c971dfc0450fc82161a890727bc825a76 | refs/heads/main | 2023-07-14T02:20:15.684000 | 2021-09-01T06:31:35 | 2021-09-01T06:31:35 | 401,201,233 | 0 | 1 | null | false | 2021-09-01T06:31:36 | 2021-08-30T03:10:38 | 2021-09-01T04:31:17 | 2021-09-01T06:31:35 | 4,079 | 0 | 1 | 1 | Java | false | false | package com.example.qayimmasjid.model.waktusholatapi;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Dates {
@SerializedName("timestamp")
@Expose
private Integer timestamp;
@SerializedName("gregorian")
@Expose
private String gregorian... | UTF-8 | Java | 849 | java | Dates.java | Java | [] | null | [] | package com.example.qayimmasjid.model.waktusholatapi;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Dates {
@SerializedName("timestamp")
@Expose
private Integer timestamp;
@SerializedName("gregorian")
@Expose
private String gregorian... | 849 | 0.660777 | 0.660777 | 40 | 20.225 | 16.792093 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 6 |
963028058a40ec21430ccf7db3d05a1b12e24298 | 11,098,195,539,342 | cf9f9cdb85119ba12c38d05d1a40230bdaf0d444 | /src/MyButton.java | 2956c6829e781b5e9c1cc2e0f4c01765ecb7c2fc | [] | no_license | tonyli7/CSE260_Final_Proj | https://github.com/tonyli7/CSE260_Final_Proj | 9d1bcf44445003e7123d7e3f84263ba8f26f278b | 46f69c2f37f8692f715ace280c49cf8d1231f9d1 | refs/heads/master | 2021-08-23T23:38:40.104000 | 2017-12-07T03:30:18 | 2017-12-07T03:30:18 | 109,141,632 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.scene.text.Font;
import javafx.scene.text.Text;
import javafx.scene.paint.Color;
public class MyButton{
private String label;
private int link;
private double x_pos;
private double y_pos;
private int font;
private Text text;
public MyButton(String label, int link, do... | UTF-8 | Java | 1,010 | java | MyButton.java | Java | [] | null | [] | import javafx.scene.text.Font;
import javafx.scene.text.Text;
import javafx.scene.paint.Color;
public class MyButton{
private String label;
private int link;
private double x_pos;
private double y_pos;
private int font;
private Text text;
public MyButton(String label, int link, do... | 1,010 | 0.640594 | 0.630693 | 52 | 18.423077 | 17.522892 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096154 | false | false | 6 |
6ff32f6b6d5dc26d513b1570c175134f337e0fc0 | 21,320,217,695,238 | 3d151b8ddc8981ff9a118d8e70eb2e481846f9a7 | /app/src/main/java/com/grishko188/friendslist/utils/Converter.java | 82f2504f14e738f1cd65335f540f9071416cd3de | [] | no_license | grishko188/FriendsList | https://github.com/grishko188/FriendsList | 14044c5746078632e19181a9195deab0deb98ceb | 8e54de71b9646b2f7ebda3c444ef9985b4a60d33 | refs/heads/master | 2018-01-09T09:50:46.393000 | 2016-01-26T10:07:14 | 2016-01-26T10:07:14 | 50,109,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grishko188.friendslist.utils;
import android.content.Context;
public class Converter {
private Converter() {
}
public static float px2dp(Context ctx, float px) {
return px / ctx.getResources().getDisplayMetrics().density;
}
public static float dp2px(Context ctx, float dp)... | UTF-8 | Java | 399 | java | Converter.java | Java | [
{
"context": "package com.grishko188.friendslist.utils;\n\nimport android.content.Contex",
"end": 22,
"score": 0.7067950963973999,
"start": 14,
"tag": "USERNAME",
"value": "ishko188"
}
] | null | [] | package com.grishko188.friendslist.utils;
import android.content.Context;
public class Converter {
private Converter() {
}
public static float px2dp(Context ctx, float px) {
return px / ctx.getResources().getDisplayMetrics().density;
}
public static float dp2px(Context ctx, float dp)... | 399 | 0.679198 | 0.666667 | 21 | 18.047619 | 23.793709 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 6 |
455aa581bb0d68546444c507d8886dfc679c3887 | 22,462,678,996,728 | 3f71821b70b2cde806a29bf6d49c54fd1bf221b7 | /src/main/java/com/tira/restaurants/service/RestaurantServiceImpl.java | e8f597442335007b9671d747be62f9839c30046f | [] | no_license | Tyrx95/restaurants | https://github.com/Tyrx95/restaurants | c3d43037a402edb286e2b21a2272eb85b9ce8c09 | 1258f4a50a2306b8e1881966125740535eb8b942 | refs/heads/master | 2021-08-23T06:41:48.899000 | 2017-10-20T07:30:52 | 2017-10-20T07:30:52 | 105,170,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tira.restaurants.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
im... | UTF-8 | Java | 2,926 | java | RestaurantServiceImpl.java | Java | [] | null | [] | package com.tira.restaurants.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
im... | 2,926 | 0.795967 | 0.795967 | 104 | 27.134615 | 25.721533 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.644231 | false | false | 6 |
92b2df3ad3c2ba8698bc8e7e5ba415652edff95d | 24,172,075,950,050 | ad063462f74d94af10cd34ad6bfb39dd5a31760d | /src/main/java/com/library/datamodel/Constants/AdLength.java | 56014cb707cff773f79a263f8d7c947ca6b1e4d9 | [] | no_license | smallgod/library-dbmodels | https://github.com/smallgod/library-dbmodels | a32c282d7e8b0858d305703d91f60004b14c3c2e | a648200b0c983a20c759037c208829e616b2c71a | refs/heads/master | 2021-08-18T21:21:08.216000 | 2017-11-23T21:06:59 | 2017-11-23T21:06:59 | 111,849,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.library.datamodel.Constants;
import com.library.customexception.MyCustomException;
import com.library.sgsharedinterface.Constants;
import com.library.utilities.GeneralUtils;
/**
*
* @author smallgod
*/
public enum AdLength implements Constants {
SIXTY_SEC(60), //the price of an advert is relative ... | UTF-8 | Java | 1,154 | java | AdLength.java | Java | [
{
"context": "library.utilities.GeneralUtils;\n\n/**\n *\n * @author smallgod\n */\npublic enum AdLength implements Constants {\n\n",
"end": 214,
"score": 0.9995179176330566,
"start": 206,
"tag": "USERNAME",
"value": "smallgod"
}
] | null | [] | package com.library.datamodel.Constants;
import com.library.customexception.MyCustomException;
import com.library.sgsharedinterface.Constants;
import com.library.utilities.GeneralUtils;
/**
*
* @author smallgod
*/
public enum AdLength implements Constants {
SIXTY_SEC(60), //the price of an advert is relative ... | 1,154 | 0.661179 | 0.654246 | 42 | 26.476191 | 35.103409 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 6 |
c0e7b1a2cf310197363e2a2a438fc887698f93db | 14,740,327,769,883 | 8ae1f2526c9b4d9d9600a3c64972efcb201d0e0d | /src/main/java/com/xu/manager/service/CarService.java | 81e71856729dee577c26720c2749632eda349924 | [] | no_license | Guoqiangxu1992/Second_hand_Car | https://github.com/Guoqiangxu1992/Second_hand_Car | 7d575dc8b600c0e99d3033b797b8394a98f1254e | a6d8cb3de539b51380bf77452c5f9513f3d3ecbc | refs/heads/master | 2021-01-09T20:33:43.031000 | 2016-06-18T09:32:49 | 2016-06-18T09:32:49 | 61,425,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xu.manager.service;
import java.util.List;
import com.xu.manager.bean.Car;
import com.xu.manager.bean.LoginUser;
import com.xu.manager.bean.PageBean;
public interface CarService {
List<Car> query(Car query, PageBean page);
void saveImag(String fileName, String id);
void saveCar(Car ... | UTF-8 | Java | 526 | java | CarService.java | Java | [] | null | [] | package com.xu.manager.service;
import java.util.List;
import com.xu.manager.bean.Car;
import com.xu.manager.bean.LoginUser;
import com.xu.manager.bean.PageBean;
public interface CarService {
List<Car> query(Car query, PageBean page);
void saveImag(String fileName, String id);
void saveCar(Car ... | 526 | 0.695817 | 0.695817 | 31 | 14.967742 | 17.609535 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 6 |
06c7dee0c86935d1c5431401dce4016d671b1924 | 14,740,327,766,441 | eadbd6ba5a2d5c960ffa9788f5f7e79eeb98384d | /src/com/tinder/fragments/h.java | 09cc8311e0333a67613b49874d1a802752d09475 | [] | no_license | marcoucou/com.tinder | https://github.com/marcoucou/com.tinder | 37edc3b9fb22496258f3a8670e6349ce5b1d8993 | c68f08f7cacf76bf7f103016754eb87b1c0ac30d | refs/heads/master | 2022-04-18T23:01:15.638000 | 2020-04-14T18:04:10 | 2020-04-14T18:04:10 | 255,685,521 | 0 | 0 | null | true | 2020-04-14T18:00:06 | 2020-04-14T18:00:05 | 2015-07-05T03:44:25 | 2015-07-05T03:38:27 | 22,496 | 0 | 0 | 0 | null | false | false | package com.tinder.fragments;
public class h
extends k
{
public int a()
{
return 2131296551;
}
}
/* Location:
* Qualified Name: com.tinder.fragments.h
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | UTF-8 | Java | 234 | java | h.java | Java | [] | null | [] | package com.tinder.fragments;
public class h
extends k
{
public int a()
{
return 2131296551;
}
}
/* Location:
* Qualified Name: com.tinder.fragments.h
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | 234 | 0.628205 | 0.555556 | 16 | 13.6875 | 13.330973 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 6 |
144a32e4ae81e0062293e749c350660a68bc15ee | 4,964,982,201,710 | f6d357cc59211db58b7f3ec6671030d8160d1c1e | /app/src/main/java/edu/csc4360/threads/FibonacciMainActivity.java | f46997ff90a6acdde9eb624eee3d728acbceb5f4 | [] | no_license | freedomrock1/androidThreads | https://github.com/freedomrock1/androidThreads | 10bf2e11c42fc9798129ab55b1d568e2596ca2f0 | 82c2b3cd4ff9d780e383893aa747ab757126f3bb | refs/heads/master | 2020-06-18T02:28:27.053000 | 2019-07-22T01:20:37 | 2019-07-22T01:20:37 | 196,137,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.csc4360.threads;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import java.text.NumberFormat;
import java.util.Locale;
public class FibonacciMainActivi... | UTF-8 | Java | 1,676 | java | FibonacciMainActivity.java | Java | [] | null | [] | package edu.csc4360.threads;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import java.text.NumberFormat;
import java.util.Locale;
public class FibonacciMainActivi... | 1,676 | 0.687351 | 0.682578 | 58 | 27.913794 | 22.922873 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 6 |
ce1d40ceab115482de9705fd8dec72961de90310 | 3,865,470,579,659 | 43fc96d8ca1ebe007275b8b5e22910e469cec313 | /src/com/sda/advanced/ex17/MeasurementConverter.java | fdb5d6955167dc046a2603c036073bba096de0d0 | [] | no_license | vlad1111p/SDA-Java-Advanced | https://github.com/vlad1111p/SDA-Java-Advanced | 34b179128e85a0534f5dfce5dd903bbbde2322ad | d745378c3b370af6837a514683d6902400c51118 | refs/heads/main | 2023-07-17T22:35:00.110000 | 2021-09-02T18:24:34 | 2021-09-02T18:24:34 | 384,182,746 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sda.advanced.ex17;
public class MeasurementConverter {
public static double convert(double value, ConversionType conversionType) {
System.out.println(conversionType);
return conversionType.getConverter().convert(value);
}
} | UTF-8 | Java | 260 | java | MeasurementConverter.java | Java | [] | null | [] | package com.sda.advanced.ex17;
public class MeasurementConverter {
public static double convert(double value, ConversionType conversionType) {
System.out.println(conversionType);
return conversionType.getConverter().convert(value);
}
} | 260 | 0.746154 | 0.738462 | 8 | 31.625 | 27.018223 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
3afcc9f97a1b209d6932509437ace0c58644bb3a | 12,146,167,529,869 | 00c72cb5b465690869f3ceffcf35e4715cfe2348 | /src/com/money/Budget_item.java | 21a859d80029a6488718b5bebc561e777412cd30 | [] | no_license | csl/money | https://github.com/csl/money | 16e8430a073ea874ca8bb0633656e8d2c76e3fd8 | 59bd6781f4b4af86c80ecb50783e58454f486f8a | refs/heads/master | 2020-04-13T01:14:48.101000 | 2011-01-06T13:22:45 | 2011-01-06T13:22:45 | 1,114,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.money;
public class Budget_item
{
public static final String ID = "bid";
public static final String YEAR = "byear";
public static final String TYPE = "btype";
public static final String DATA = "bdata";
private String id;
private String date;
private String type;
private String data;
public St... | UTF-8 | Java | 404 | java | Budget_item.java | Java | [] | null | [] | package com.money;
public class Budget_item
{
public static final String ID = "bid";
public static final String YEAR = "byear";
public static final String TYPE = "btype";
public static final String DATA = "bdata";
private String id;
private String date;
private String type;
private String data;
public St... | 404 | 0.69802 | 0.69802 | 21 | 18.238094 | 14.854548 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 6 |
0c98a4f47ae216ceb484775576304d0197ca20f9 | 249,108,170,517 | 0c7df85f3c11d4f869adb7e48e230a2514b730cf | /quanmin/src/main/java/com/quanmin/util/alipayutil/PayUtils.java | e9b9a1e6309d235b09d426981d7a9f014a27629a | [] | no_license | thows/cmsqmjk | https://github.com/thows/cmsqmjk | ddf6e434cecac1109226614cd79efb79b8d67690 | e1c72c160906792ccbba95a5df2fd7fe1f4ace4b | refs/heads/master | 2021-07-12T12:16:46.661000 | 2017-10-17T02:11:13 | 2017-10-17T02:11:13 | 104,350,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quanmin.util.alipayutil;
import com.alibaba.fastjson.JSON;
import com.alipay.api.AlipayApiException;
import com.alipay.api.AlipayClient;
import com.alipay.api.DefaultAlipayClient;
import com.alipay.api.domain.AlipayTradeAppPayModel;
import com.alipay.api.request.AlipayTradeAppPayRequest;
import com.alipay.... | UTF-8 | Java | 5,514 | java | PayUtils.java | Java | [] | null | [] | package com.quanmin.util.alipayutil;
import com.alibaba.fastjson.JSON;
import com.alipay.api.AlipayApiException;
import com.alipay.api.AlipayClient;
import com.alipay.api.DefaultAlipayClient;
import com.alipay.api.domain.AlipayTradeAppPayModel;
import com.alipay.api.request.AlipayTradeAppPayRequest;
import com.alipay.... | 5,514 | 0.691259 | 0.689018 | 119 | 43.991596 | 33.102207 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773109 | false | false | 6 |
3e7a78f104482ebef45a19e862d6c3f9e89fef07 | 10,926,396,825,853 | 6f70c0131012323b284a83471a362c8234f1adcb | /other_app_source_code/OlaCabs_V3.3.07/com/google/android/m4b/maps/model/internal/IMapsEngineLayerDelegate.java | ee459cb4115189637445f3d6e7f90295f3c5a06b | [] | no_license | iamrahulyadav/iwms | https://github.com/iamrahulyadav/iwms | 83e51b561b0d14aa069e843e95b4885004746e53 | 4e51c8f16b3f63e4ccc42d5c7918d8c86538655a | refs/heads/master | 2020-04-04T18:29:04.455000 | 2015-10-19T19:00:21 | 2015-10-19T19:00:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.m4b.maps.model.internal;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import com.google.android.m4b.maps.model.MapsEngineLayerInfo;
import com.sothree.slidinguppanel.p086a.R.R;
import org.apache.http.protocol.HTTP;
/* renamed f... | UTF-8 | Java | 13,726 | java | IMapsEngineLayerDelegate.java | Java | [] | null | [] | package com.google.android.m4b.maps.model.internal;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import com.google.android.m4b.maps.model.MapsEngineLayerInfo;
import com.sothree.slidinguppanel.p086a.R.R;
import org.apache.http.protocol.HTTP;
/* renamed f... | 13,726 | 0.488125 | 0.461314 | 334 | 40.09581 | 28.818186 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688623 | false | false | 6 |
c282291bf63d7d80277f1c836900d8047620eadf | 32,203,664,854,040 | 9d35f85313de39ca761a965b3ccf2f0a7da94a8d | /src/com/newtalent/www/TestMyList.java | 55fef61f6327a20a34616320fc44ff7d7f9e138f | [] | no_license | lihongjun1201/MyListDemo | https://github.com/lihongjun1201/MyListDemo | e085c59afdfca32412352446637ff04fa16dc8d1 | 6a08f73bc824f18fa347d25d93dbd2c74ce1d91a | refs/heads/master | 2021-01-01T05:16:32.104000 | 2016-05-08T16:08:30 | 2016-05-08T16:08:30 | 58,303,403 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newtalent.www;
public class TestMyList {
public static void main(String[] args) {
MyLinkedList<String> countryLinkedList = new MyLinkedList<String>();
countryLinkedList.add("America");
System.out.println("1: " + countryLinkedList);
countryLinkedList.add(0,"Canada");
System.out.print... | UTF-8 | Java | 2,286 | java | TestMyList.java | Java | [] | null | [] | package com.newtalent.www;
public class TestMyList {
public static void main(String[] args) {
MyLinkedList<String> countryLinkedList = new MyLinkedList<String>();
countryLinkedList.add("America");
System.out.println("1: " + countryLinkedList);
countryLinkedList.add(0,"Canada");
System.out.print... | 2,286 | 0.674103 | 0.65923 | 83 | 26.54217 | 20.985538 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.46988 | false | false | 6 |
5e27502259a65abd3cecfc21a35465d9a07326e7 | 28,312,424,450,211 | 3939c4f04c86d4893df8e9c13f1125694e3d443e | /src/component/buffer/InputComponentChainLink.java | 62820848bb6e55318a82dfbcf406763dd1e7391b | [] | no_license | bmoosterlee/natural-scale-xylophone | https://github.com/bmoosterlee/natural-scale-xylophone | 5c4a2e6058d4cb1a3941671ffbeccf0c3d13ead5 | 4a0b75a6f1fbf5659166ebd2761b2826d73e8231 | refs/heads/master | 2021-07-12T23:50:52.849000 | 2020-05-23T15:19:32 | 2020-05-23T15:19:32 | 129,235,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package component.buffer;
public class InputComponentChainLink<K, A extends Packet<K>> extends ComponentChainLink<K, Void, A, Packet<Void>> {
private final InputCallable<K> method;
private final SimpleBuffer<K, A> inputBuffer;
private InputComponentChainLink(InputCallable<K> method, BufferChainLink<K, A> ... | UTF-8 | Java | 1,577 | java | InputComponentChainLink.java | Java | [] | null | [] | package component.buffer;
public class InputComponentChainLink<K, A extends Packet<K>> extends ComponentChainLink<K, Void, A, Packet<Void>> {
private final InputCallable<K> method;
private final SimpleBuffer<K, A> inputBuffer;
private InputComponentChainLink(InputCallable<K> method, BufferChainLink<K, A> ... | 1,577 | 0.620799 | 0.620165 | 50 | 30.540001 | 33.612621 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 6 |
8497e7252ef266fbb7ce7ce1afa11f48d48f5c79 | 31,172,872,665,150 | 9c1123c0013f04f17046782a01b2a38e9c7c92e4 | /app/src/main/java/ua/com/webacademy/beginnerslection14/MainActivity.java | 500d13eec0d45058357e7d8c6fcbe8edfb2100b9 | [] | no_license | OleksiiAndroid/BeginnersLection14 | https://github.com/OleksiiAndroid/BeginnersLection14 | 3f514d8f2a7a1228959f86589336c4542796543c | 18672a1847efe2e44992bb7659c7002a4b5d45ae | refs/heads/master | 2021-01-20T20:05:24.614000 | 2019-08-21T07:06:22 | 2019-08-21T07:06:22 | 45,340,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.com.webacademy.beginnerslection14;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivit... | UTF-8 | Java | 4,252 | java | MainActivity.java | Java | [
{
"context": " {\n Student student = new Student(\"Ivanov\", \"Ivan\", 22);\n studentView.setStu",
"end": 1090,
"score": 0.9997132420539856,
"start": 1084,
"tag": "NAME",
"value": "Ivanov"
},
{
"context": " Student student = new Student(\"Ivanov\... | null | [] | package ua.com.webacademy.beginnerslection14;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivit... | 4,252 | 0.582314 | 0.576435 | 126 | 32.746033 | 26.564966 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587302 | false | false | 6 |
3623217f7380a6c15cfe38e719beee9b36c308fd | 25,546,465,506,043 | 2334c2ed23a820e3352c82c0a2fdcd503e7e6f1e | /src/main/java/com/mongodb/Homework23.java | f2afdb0fd0839693f5959c0a55cf2d2f622796fb | [] | no_license | mdailerian/M101Jhw3 | https://github.com/mdailerian/M101Jhw3 | f1ecbea51ab58fb0286f50b99dd1ea4f6eb1fd68 | 12da5bd8ab6ffdb7488f62d410508012137a969b | refs/heads/master | 2021-01-10T07:26:14.889000 | 2015-12-23T17:28:57 | 2015-12-23T17:28:57 | 48,502,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mongodb;
import com.mongodb.client.FindIterable;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoDatabase;
import com.sun.org.apache.xerces.internal.dom.DocumentImpl;
import org.bson.Document;
import org.bson.conversions.Bson;
import com.mongodb.*;
import java.util.ArrayList;
imp... | UTF-8 | Java | 3,866 | java | Homework23.java | Java | [
{
"context": "odb.client.model.Sorts.orderBy;\n\n/**\n * Created by MMAA-local on 10/25/2015.\n */\npublic class Homework23 {\n ",
"end": 712,
"score": 0.999538779258728,
"start": 702,
"tag": "USERNAME",
"value": "MMAA-local"
}
] | null | [] | package com.mongodb;
import com.mongodb.client.FindIterable;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoDatabase;
import com.sun.org.apache.xerces.internal.dom.DocumentImpl;
import org.bson.Document;
import org.bson.conversions.Bson;
import com.mongodb.*;
import java.util.ArrayList;
imp... | 3,866 | 0.582773 | 0.577341 | 97 | 38.855671 | 29.087847 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701031 | false | false | 6 |
55be9dec775044d5ed61fcf7543e30de93692d63 | 33,311,766,387,028 | b798fe232b96d56058c93e294b1224449c816216 | /src/test/java/com/mmm/corebanking/test/CoreBackingControllerIT.java | 084710b9790a6d1d01f6182daddbcf1d1daed9bd | [] | no_license | mmmansouri/kata-banking | https://github.com/mmmansouri/kata-banking | 3d7164efbbdf000c18ce54ea2ba5f087d1936b41 | d85821d4a5fe9ffac7fbb919371415f5f9157850 | refs/heads/master | 2020-04-08T02:52:35.281000 | 2019-03-13T12:33:42 | 2019-03-13T12:33:42 | 158,952,148 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mmm.corebanking.test;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.mmm.corebanking.CoreBankingApplication;
import com.mmm.corebanking.daos.AccountDaoProviders;
import com.mmm.corebanking.entites.*;
import com.mmm.corebanking.services.AccountService;
import com.mmm.corebanking.services.Cus... | UTF-8 | Java | 4,378 | java | CoreBackingControllerIT.java | Java | [] | null | [] | package com.mmm.corebanking.test;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.mmm.corebanking.CoreBankingApplication;
import com.mmm.corebanking.daos.AccountDaoProviders;
import com.mmm.corebanking.entites.*;
import com.mmm.corebanking.services.AccountService;
import com.mmm.corebanking.services.Cus... | 4,378 | 0.769529 | 0.766103 | 112 | 38.089287 | 48.151279 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491071 | false | false | 6 |
c07e764c06826baeaad2c562dee6353714090d45 | 26,310,969,691,738 | 9711ef74f79cfa379d5ff3dba94035deb81cd57a | /src/main/java/com/yuedi/entity/SalerUsero2c.java | 11ab20eaef102332fecd34b84255e3cf703f512e | [] | no_license | mildrock/yuedi_web_v2.1 | https://github.com/mildrock/yuedi_web_v2.1 | 1d68f062ff7ed9507276d3a2642806067d59f56d | 2685a0f2ba39513664d8771db3d6a147c52a5569 | refs/heads/master | 2020-02-24T16:13:47.410000 | 2016-08-02T03:49:01 | 2016-08-02T03:49:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuedi.entity;
import java.io.Serializable;
import java.util.Date;
public class SalerUsero2c implements Serializable{
/**
*
*/
private static final long serialVersionUID = -439926006036862195L;
private Long id;
private Long salerId;
private Long sellerId;
private Long userId;
... | UTF-8 | Java | 1,544 | java | SalerUsero2c.java | Java | [] | null | [] | package com.yuedi.entity;
import java.io.Serializable;
import java.util.Date;
public class SalerUsero2c implements Serializable{
/**
*
*/
private static final long serialVersionUID = -439926006036862195L;
private Long id;
private Long salerId;
private Long sellerId;
private Long userId;
... | 1,544 | 0.707902 | 0.695596 | 69 | 20.376812 | 16.367254 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.521739 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.