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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9c689d6cb38970fda215778e756097bb74b522d2 | 15,685,220,601,966 | 650598c2049534bd55c083a397d064cafac8de61 | /src/main/java/com/sivasankar/userapi/service/UserService.java | 2d53541af1be969953eb67f44896db729445e94b | [] | no_license | sivasankar-r/user-api | https://github.com/sivasankar-r/user-api | 78a422184918d12e8319aa9925c8cff06377d8f9 | 04b08dd8e6432259c2291d36ce07044624de8750 | refs/heads/master | 2021-08-08T21:40:25.199000 | 2017-11-11T09:51:42 | 2017-11-11T09:51:42 | 110,321,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sivasankar.userapi.service;
import java.util.ArrayList;
import java.util.List;
import javax.naming.OperationNotSupportedException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sivasankar.userapi.dao.UserRepository;
import com.si... | UTF-8 | Java | 2,076 | java | UserService.java | Java | [] | null | [] | package com.sivasankar.userapi.service;
import java.util.ArrayList;
import java.util.List;
import javax.naming.OperationNotSupportedException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sivasankar.userapi.dao.UserRepository;
import com.si... | 2,076 | 0.771195 | 0.771195 | 65 | 30.938461 | 32.645828 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 13 |
d55e872acc55555b9e524f4fdbe179298d9b4b90 | 29,953,101,978,496 | 9cdfc74d7bde18f79d673e02875a0f5ba2e804f6 | /vehiclerentalsystem/src/model/Distances.java | 1f4cc308752840e5aec8f96959cfb41cad7704d6 | [] | no_license | donaldjohn/springsample_java | https://github.com/donaldjohn/springsample_java | c20375cf81d62ef5eab50376e55999d4ff7761ef | facc4a08032a514e42bd756caa3ac52c173ef2a1 | refs/heads/master | 2021-01-25T13:34:36.274000 | 2017-10-18T10:11:30 | 2017-10-18T10:11:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public enum Distances {
Pune(0), Mumbai(200), Bangalore(1000), Delhi(2050), Chennai((int) 1234.5);
private int distance;
Distances(int distance) {
this.distance = distance;
}
public int getDistance() {
return distance;
}
} | UTF-8 | Java | 250 | java | Distances.java | Java | [] | null | [] | package model;
public enum Distances {
Pune(0), Mumbai(200), Bangalore(1000), Delhi(2050), Chennai((int) 1234.5);
private int distance;
Distances(int distance) {
this.distance = distance;
}
public int getDistance() {
return distance;
}
} | 250 | 0.696 | 0.628 | 14 | 16.928572 | 19.436579 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 13 |
08f7e70955c210a26c1a81f3426933892cb315dc | 9,397,388,477,204 | 64f01e3cfbea3a31fd14dc28a042718477cb8427 | /iJob/src/com/example/ifest/ProfileView.java | 58b9134cc5d02a20eb0209daf5c2154564ba8f78 | [] | no_license | shalinshah1993/Location-Alarm | https://github.com/shalinshah1993/Location-Alarm | 503242a4cec1d6540f823ec8812bd8ab5ea648fc | 07e6d39344642342418ceb028eff2f1f3c51dde7 | refs/heads/master | 2016-09-06T02:20:37.486000 | 2013-01-26T18:24:24 | 2013-01-26T18:24:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ifest;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ListActivity;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import andr... | UTF-8 | Java | 10,385 | java | ProfileView.java | Java | [] | null | [] | package com.example.ifest;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ListActivity;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import andr... | 10,385 | 0.631777 | 0.620799 | 329 | 30.56535 | 21.542976 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.75076 | false | false | 13 |
6be94a8c4b312e1a4f6021b1f48ade96dd10c6b3 | 1,056,561,958,807 | aec4c089f639ea63a63457febcd53255bb7bb723 | /src/main/java/idv/heimlich/Task/common/utils/FreeMarkerUtils.java | 6e690888c06c451e393a60d15ae1557fe28d72a4 | [] | no_license | HeimlichLin/Task | https://github.com/HeimlichLin/Task | 29532e654d2b37688fa38b41b76d1eb7da3af4e7 | 8edb7e25058f7561926c4b475ee74a43ee0c99fd | refs/heads/main | 2023-08-10T16:31:30.307000 | 2021-10-01T06:42:56 | 2021-10-01T06:42:56 | 412,357,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package idv.heimlich.Task.common.utils;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Locale;
import java.util.Map;
import freemarker.template.Configuration;
import freemarker.template.Template;
import freemarker.template.TemplateException;
impor... | UTF-8 | Java | 2,011 | java | FreeMarkerUtils.java | Java | [] | null | [] | package idv.heimlich.Task.common.utils;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Locale;
import java.util.Map;
import freemarker.template.Configuration;
import freemarker.template.Template;
import freemarker.template.TemplateException;
impor... | 2,011 | 0.682902 | 0.678843 | 60 | 31.85 | 24.386353 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.283333 | false | false | 13 |
c57639c94b14cff28e06fb4bb47b00485f56323e | 2,903,397,942,374 | c256647f50cb3fe21dc304245e81637d47c38afd | /app/src/main/java/net/mikael/aiworicheditor/CheckImageView.java | 4a3d10ba5e1a7ac2ed4ecb9d4d0f8f537badf09d | [] | no_license | MikaelZero/AiwoEditor | https://github.com/MikaelZero/AiwoEditor | f3d54a0bb0082ad70454908bb96b1bec06ccdfb0 | 28c9f0da8f3f51a19fccd56a7c62c9fb4b147d6d | refs/heads/master | 2022-04-22T04:41:27.115000 | 2020-04-17T03:04:19 | 2020-04-17T03:04:19 | 256,383,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.mikael.aiworicheditor;
import android.content.Context;
import android.graphics.Color;
import android.util.AttributeSet;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.AppCompatImageView;
/**
* @ProjectName: cosmetology
* @Package: com.jingrui.cosmetology.pcommunity.posteditor
* ... | UTF-8 | Java | 1,276 | java | CheckImageView.java | Java | [
{
"context": "sName: CheckImageView\n * @Description:\n * @Author: MikaelZero\n * @CreateDate: 2020/3/29 7:15 PM\n * @UpdateUser:",
"end": 386,
"score": 0.9994158744812012,
"start": 376,
"tag": "USERNAME",
"value": "MikaelZero"
}
] | null | [] | package net.mikael.aiworicheditor;
import android.content.Context;
import android.graphics.Color;
import android.util.AttributeSet;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.AppCompatImageView;
/**
* @ProjectName: cosmetology
* @Package: com.jingrui.cosmetology.pcommunity.posteditor
* ... | 1,276 | 0.705087 | 0.68283 | 49 | 24.67347 | 22.339119 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
51f202ce23db09c976d50204a0697b42b852dae8 | 17,995,912,995,173 | fed066954f94b3ee8b8f8fd24a0edebe63ee411c | /chat-v1/src/main/java/ic/playground/chat/Endpoints.java | 5ff1c553d208bb2daa96fe6b5ef5bce5359dbc4a | [] | no_license | ichytov/client-server-communication | https://github.com/ichytov/client-server-communication | 2125d365561d513b74568985a834c451745b5b16 | 3697bfd57dc8b7fb3baf31718d6af631ae2c2330 | refs/heads/master | 2020-03-14T06:22:27.328000 | 2018-08-27T14:13:18 | 2018-08-27T14:13:18 | 131,482,474 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ic.playground.chat;
/**
* @author igor.chytov
*/
public abstract class Endpoints {
public static final String AJAX = "/chat/ajax";
public static final String WEBSOCKET = "/chat/websocket";
public static final String SOCKJS = "/chat/sockjs";
public static final String STOMP = "/chat/stomp";
... | UTF-8 | Java | 369 | java | Endpoints.java | Java | [
{
"context": "package ic.playground.chat;\n\n/**\n * @author igor.chytov\n */\npublic abstract class Endpoints {\n public ",
"end": 55,
"score": 0.9320260286331177,
"start": 44,
"tag": "NAME",
"value": "igor.chytov"
}
] | null | [] | package ic.playground.chat;
/**
* @author igor.chytov
*/
public abstract class Endpoints {
public static final String AJAX = "/chat/ajax";
public static final String WEBSOCKET = "/chat/websocket";
public static final String SOCKJS = "/chat/sockjs";
public static final String STOMP = "/chat/stomp";
... | 369 | 0.693767 | 0.693767 | 12 | 29.833334 | 22.726025 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
5f030ee37f2585fcc6648bb1e378601a6330bbf7 | 13,297,218,787,671 | 9792d173df65ff2e5d25066688cfa1310050cea0 | /src/main/java/creational/builder_v2/Juice.java | 2b51f784fdca867e0e7bbdd05be050ea3d64425b | [
"MIT"
] | permissive | alexshavlovsky/java-design-patterns | https://github.com/alexshavlovsky/java-design-patterns | dda2a8e8b19bd13cd0c5dfab69558dea703232c3 | 248fea9f845cbe9c6dbd2928882292eeb355fc34 | refs/heads/master | 2020-12-12T18:12:58.329000 | 2020-03-15T20:14:54 | 2020-03-21T19:32:26 | 234,194,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package creational.builder_v2;
public class Juice implements Item {
@Override
public String getItemName() {
return "Juice";
}
@Override
public double getItemPrice() {
return 1.25;
}
}
| UTF-8 | Java | 226 | java | Juice.java | Java | [
{
"context": " public String getItemName() {\n return \"Juice\";\n }\n\n @Override\n public double getIt",
"end": 135,
"score": 0.5144271850585938,
"start": 133,
"tag": "NAME",
"value": "Ju"
}
] | null | [] | package creational.builder_v2;
public class Juice implements Item {
@Override
public String getItemName() {
return "Juice";
}
@Override
public double getItemPrice() {
return 1.25;
}
}
| 226 | 0.615044 | 0.597345 | 13 | 16.384615 | 13.211524 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 13 |
5528a7f2209cb538d3b780add17cc98d444bbeed | 22,548,578,343,022 | 7f121e964c9cd22874aa59602a4bf866d196f388 | /src/main/java/com/exalow/mineo/models/projects/tasks/TaskStatus.java | 865442116d14c113ffcd532314c940f5e1288d79 | [] | no_license | Exalow/Mineo-Client | https://github.com/Exalow/Mineo-Client | 43fdaf1070fb8889a980586166de043bc6619675 | edcec136c07bf79acdf620b1a8d4b57a2c3d5e4d | refs/heads/main | 2023-07-29T11:19:31.074000 | 2021-09-02T20:02:37 | 2021-09-02T20:02:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exalow.mineo.models.projects.tasks;
import java.util.Arrays;
public enum TaskStatus {
UNKNOWN(-1, "#7F8C8D"),
WAITING(0, ""),
ACTIVE(1, ""),
COMPLETED(2, ""),
ARCHIVED(3, "");
private final int key;
private final String color;
TaskStatus(int key, String color) {
... | UTF-8 | Java | 697 | java | TaskStatus.java | Java | [] | null | [] | package com.exalow.mineo.models.projects.tasks;
import java.util.Arrays;
public enum TaskStatus {
UNKNOWN(-1, "#7F8C8D"),
WAITING(0, ""),
ACTIVE(1, ""),
COMPLETED(2, ""),
ARCHIVED(3, "");
private final int key;
private final String color;
TaskStatus(int key, String color) {
... | 697 | 0.542324 | 0.530846 | 39 | 16.871796 | 15.59122 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512821 | false | false | 13 |
0cd39820f016f15839192195ad40e0f11342daab | 21,861,383,564,714 | e266a2bc896193e77d9e05f34b48295f41170ed0 | /src/main/java/employee/Application.java | 809db7094ae78195216c47196ef329a51456eb17 | [] | no_license | saadhashim/javafortestaresolutions | https://github.com/saadhashim/javafortestaresolutions | 8214cc72d531119441985adaf7dae9338eba9156 | 092bf06acb073aba41e8704ba68c782fe200072a | refs/heads/master | 2020-04-06T06:54:39.889000 | 2016-09-20T12:22:56 | 2016-09-20T12:22:56 | 64,539,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package employee;
import employee.impl.EmployeeApplicaton;
public class Application {
public static void main(String[] args) {
EmployeeService employeeService = new EmployeeApplicaton();
//do something useful with employeeService
}
}
| UTF-8 | Java | 274 | java | Application.java | Java | [] | null | [] | package employee;
import employee.impl.EmployeeApplicaton;
public class Application {
public static void main(String[] args) {
EmployeeService employeeService = new EmployeeApplicaton();
//do something useful with employeeService
}
}
| 274 | 0.693431 | 0.693431 | 12 | 20.833334 | 22.926815 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
1c8b803f2aaf96c621c6ed2a5f3dfd6495932a8e | 12,025,908,429,339 | 25c2c886c7923304787758fec1c77ba3c85ef2ee | /driver.java | bfac6353638f51029a834690ed21619b0f36a767 | [] | no_license | sabeet/integersToArray | https://github.com/sabeet/integersToArray | fb89016900d78bf510797e3804a94738d72616f3 | 8691b6abf124583ea9f62fdac415175827d092fe | refs/heads/main | 2023-01-10T12:20:11.939000 | 2020-11-14T21:18:56 | 2020-11-14T21:18:56 | 312,893,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class driver {
public static void main(String[] args) {
System.out.println(Arrays.toString(digitsToArray(3000)));
}
public static int digitCount(int digits){ //this counts digits
int count = 0;
while(!(digits < 1)){
digits /= 10;
... | UTF-8 | Java | 723 | java | driver.java | Java | [] | null | [] | import java.util.Arrays;
public class driver {
public static void main(String[] args) {
System.out.println(Arrays.toString(digitsToArray(3000)));
}
public static int digitCount(int digits){ //this counts digits
int count = 0;
while(!(digits < 1)){
digits /= 10;
... | 723 | 0.565699 | 0.550484 | 25 | 27.959999 | 24.750725 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 13 |
97adbced6073ed5ab6ae9e9d5a20addb8ff6d844 | 1,443,109,039,363 | 81137789c746d398be32d13efbbb4379f2bee661 | /easyuse/src/main/java/com/cai/easyuse/hybrid/example/BuiDefaultInvokeHandler.java | cb1281a1b3af809f073d7ccf7a0df168e8b45ee8 | [
"Apache-2.0"
] | permissive | cailingxiao/easyuse | https://github.com/cailingxiao/easyuse | 756c19e4f3fbb0d33aa3d8d78c47c5977d3aa85b | d4c5355d12faa253d8189864a68fbc4bdbac9147 | refs/heads/master | 2021-09-02T12:01:52.881000 | 2018-01-02T12:14:02 | 2018-01-02T12:14:02 | 109,077,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cai.easyuse.hybrid.example;
import org.json.JSONObject;
import com.cai.easyuse.hybrid.annotation.H5CallNa;
import android.content.Context;
/**
* 处理H5发起的请求的类的例子
* <p>
* 请仿照这个文件写出方法,方法名不重要,请按照注解配置,方法一定要有这两个参数
* <p>
* 将处理请求的类的全名(包名+类名)写在assets根目录下的handler文件中
* <p>
* {"defaultHandler":"com.cai.easyus... | UTF-8 | Java | 1,232 | java | BuiDefaultInvokeHandler.java | Java | [
{
"context": "xample.BuiDefaultInvokeHandler就是处理类\n * \n * @author cailingxiao\n * @date 2016年3月3日\n * \n */\npublic final class Bui",
"end": 455,
"score": 0.9994557499885559,
"start": 444,
"tag": "USERNAME",
"value": "cailingxiao"
}
] | null | [] | package com.cai.easyuse.hybrid.example;
import org.json.JSONObject;
import com.cai.easyuse.hybrid.annotation.H5CallNa;
import android.content.Context;
/**
* 处理H5发起的请求的类的例子
* <p>
* 请仿照这个文件写出方法,方法名不重要,请按照注解配置,方法一定要有这两个参数
* <p>
* 将处理请求的类的全名(包名+类名)写在assets根目录下的handler文件中
* <p>
* {"defaultHandler":"com.cai.easyus... | 1,232 | 0.70283 | 0.692453 | 41 | 24.853659 | 24.798269 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 13 |
c6f0786ce311e49f2003820b96a9633b829c575d | 18,279,380,835,971 | f1b5562455aaa608ae13f2141c4c0e153262b34a | /app/src/main/java/vn/minhtdh/demo/feature/user/UserAdapter.java | 0339ea2614dfcfced7a78d37d6d1cb6b6fae1bd1 | [] | no_license | minhtdh/MedicalConferences | https://github.com/minhtdh/MedicalConferences | f525fb4f58cace525d60ce70bfcb481d91a7b49b | 524720c7c8810633c6cc568e099040f1a5aeb9f8 | refs/heads/master | 2021-01-10T20:08:17.219000 | 2015-08-25T09:13:42 | 2015-08-25T09:13:42 | 41,262,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.minhtdh.demo.feature.user;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import vn.minhtdh.demo.model.User;
import vn.minhtdh.demo.widget.CmnAdt;
import vn.minhtdh.demo.widget.SimpleHolder;... | UTF-8 | Java | 622 | java | UserAdapter.java | Java | [
{
"context": "nhtdh.demo.widget.SimpleHolder;\n\n/**\n * Created by exoplatform on 8/25/15.\n */\npublic class UserAdapter extends ",
"end": 351,
"score": 0.9978632926940918,
"start": 340,
"tag": "USERNAME",
"value": "exoplatform"
}
] | null | [] | package vn.minhtdh.demo.feature.user;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import vn.minhtdh.demo.model.User;
import vn.minhtdh.demo.widget.CmnAdt;
import vn.minhtdh.demo.widget.SimpleHolder;... | 622 | 0.750804 | 0.742765 | 23 | 26.043478 | 21.140274 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 13 |
4426b6fc0b5cbce7e131cd4ccc3ab8c31f82393d | 4,217,657,909,546 | 5df42045d4b8d96abb196bd0597fdb4e48fec6e3 | /src/interfaces/MyContextTask.java | 18494b91c15da0f2052a9ab19f5e02d9efaffa0c | [] | no_license | Ruandv/Java | https://github.com/Ruandv/Java | e45d0f41352ef0df41acf8ace00be517c332f6bd | 5356cb0542ac81b78482ffbedba7dae1121101f3 | refs/heads/master | 2016-09-06T16:29:53.825000 | 2013-09-23T07:02:49 | 2013-09-23T07:02:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfaces;
import android.os.Handler;
public abstract class MyContextTask //extends TimerTask
{
Handler handler;
protected Runnable runnable;
public MyContextTask(Handler h,Runnable r){
handler = h;
runnable = r;
}
/*@Override
public void run() {
Globals.iCount+=1;
handler.post(runnable)... | UTF-8 | Java | 331 | java | MyContextTask.java | Java | [] | null | [] | package interfaces;
import android.os.Handler;
public abstract class MyContextTask //extends TimerTask
{
Handler handler;
protected Runnable runnable;
public MyContextTask(Handler h,Runnable r){
handler = h;
runnable = r;
}
/*@Override
public void run() {
Globals.iCount+=1;
handler.post(runnable)... | 331 | 0.703928 | 0.700906 | 23 | 13.304348 | 14.848319 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 13 |
c0050564f8cb8bfb2a06bd10de05f9100ec6b587 | 7,730,941,141,990 | 25346f238005b26857afb2a635c325ffa24a95d7 | /amems/src/main/java/com/eray/thjw/aerialmaterial/service/impl/OverseasListingServiceImpl.java | fadaba3c480db76557a134e0b89532ec8e9ee596 | [] | no_license | xyd104449/amems | https://github.com/xyd104449/amems | 93491ff8fcf1d0650a9af764fa1fa38d7a25572a | 74a0ef8dc31d27ee5d1a0e91ff4d74af47b08778 | refs/heads/master | 2021-09-15T03:21:15.399000 | 2018-05-25T03:15:58 | 2018-05-25T03:15:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eray.thjw.aerialmaterial.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.eray.thjw.aerialmaterial.dao.OverseasListingMapper;
import com.eray.thjw.aerialmaterial.po.OverseasListing;
import com.eray.thjw.aerialmaterial.service.OverseasListin... | UTF-8 | Java | 635 | java | OverseasListingServiceImpl.java | Java | [] | null | [] | package com.eray.thjw.aerialmaterial.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.eray.thjw.aerialmaterial.dao.OverseasListingMapper;
import com.eray.thjw.aerialmaterial.po.OverseasListing;
import com.eray.thjw.aerialmaterial.service.OverseasListin... | 635 | 0.809449 | 0.809449 | 24 | 24.458334 | 27.064705 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 13 |
49dd7818ea9a7218fd5c82c14b3e54a4949f468e | 7,791,070,682,076 | 06104f83704648c6307a2f3b62de5d6bef27ef3e | /src/main/java/com/flipped/utils/ClientUtils.java | 5b7e823567fa1b78287c1b91ae907c84a34c66ff | [] | no_license | flippedZH/piecesflipped | https://github.com/flippedZH/piecesflipped | 84e778488e2c7d0f05441229306bb6c347e2f053 | 26dc8a563774734dfd1e36202b86a521fc7401c9 | refs/heads/master | 2023-06-09T16:17:17.345000 | 2021-06-27T12:47:21 | 2021-06-27T12:47:21 | 378,785,758 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.flipped.utils;
import com.alibaba.fastjson.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.Scanner;
/**
* @Classname ClientUtils
* @Description TODO
* @Date 2021/6/20 14:39
* ... | UTF-8 | Java | 2,195 | java | ClientUtils.java | Java | [
{
"context": "ption TODO\n * @Date 2021/6/20 14:39\n * @Created by zh\n */\n\n\npublic class ClientUtils {\n public stati",
"end": 334,
"score": 0.9030397534370422,
"start": 332,
"tag": "USERNAME",
"value": "zh"
}
] | null | [] | package com.flipped.utils;
import com.alibaba.fastjson.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.Scanner;
/**
* @Classname ClientUtils
* @Description TODO
* @Date 2021/6/20 14:39
* ... | 2,195 | 0.533549 | 0.523832 | 82 | 25.329268 | 17.38941 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52439 | false | false | 13 |
d9811192ba246bc92f9fcf3d2aafb0cd466aca0d | 24,859,270,766,273 | f1560ca5b24e68de1f6b1244122f0076d6d6a2c2 | /intherain-web/src/main/java/com/time/scenery/rain/utils/DictUtil.java | 83ddc9b751d8cb295bdfafb16d0f00c3ab154fad | [] | no_license | lonelyonrain/rain-project | https://github.com/lonelyonrain/rain-project | b443716847456355d7cfda29be376d0f14538860 | bd29c23585abd19791019bdba6e67abbf539bf52 | refs/heads/master | 2021-08-11T17:47:39.267000 | 2017-11-14T01:02:00 | 2017-11-14T01:02:00 | 110,621,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.time.scenery.rain.utils;
/**
* @ClassName: DictUtil
* @Description: 字典表
* @author: zhzp
* @date: 2016年4月8日 上午9:53:47
* @version
* @since JDK 1.7
*/
public class DictUtil {
/**
* 单位类型
*/
public final static String UNIT_TYPE = "UNIT_TYPE";
/**
* 单位职能
*/
public final static String UNIT_... | UTF-8 | Java | 603 | java | DictUtil.java | Java | [
{
"context": "ssName: DictUtil \n * @Description: 字典表\n * @author: zhzp\n * @date: 2016年4月8日 上午9:53:47\n * @version \n * @si",
"end": 104,
"score": 0.999686062335968,
"start": 100,
"tag": "USERNAME",
"value": "zhzp"
}
] | null | [] | package com.time.scenery.rain.utils;
/**
* @ClassName: DictUtil
* @Description: 字典表
* @author: zhzp
* @date: 2016年4月8日 上午9:53:47
* @version
* @since JDK 1.7
*/
public class DictUtil {
/**
* 单位类型
*/
public final static String UNIT_TYPE = "UNIT_TYPE";
/**
* 单位职能
*/
public final static String UNIT_... | 603 | 0.583486 | 0.548624 | 37 | 13.72973 | 15.086505 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.864865 | false | false | 13 |
ef258257564c0858b96918a61bce07d317a05461 | 1,846,835,971,626 | 120fcbd60fe7921fc8fc996d9fc796d9ac50fcec | /bank/src/main/java/com/bank/web/controller/AccountController.java | 279abbdf38d570c87adc602a6669cfb3323b359e | [] | no_license | seojinkim/bank | https://github.com/seojinkim/bank | db5bf701775a5c805a48a59f9550ce3413066384 | 5e88c7ffe896a318d44a4f56823191dead751848 | refs/heads/master | 2021-01-10T04:17:36.058000 | 2016-02-26T00:16:59 | 2016-02-26T00:16:59 | 52,063,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bank.web.controller;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.... | UTF-8 | Java | 2,036 | java | AccountController.java | Java | [] | null | [] | package com.bank.web.controller;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.... | 2,036 | 0.736438 | 0.736438 | 60 | 30.566668 | 23.566479 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 13 |
4f15f984b9e762108eba38bd91629cade23a1b2e | 27,255,862,480,954 | 961fdee6ff5d6204dab023d8bfd1ad2adf916965 | /portal_new/src/main/java/com/infosmart/portal/service/dwmis/DwmisKpiDataService.java | 802e7ff0e8f1a6765eb03a2ffa992b5627861805 | [] | no_license | xeonye/portal | https://github.com/xeonye/portal | d78c562a2700e73db2a495df72cddaea54541f4a | 52d6a95a9145e748bd3179d9482708818f907c3e | refs/heads/master | 2020-06-23T19:10:11.275000 | 2016-02-01T08:13:12 | 2016-02-01T08:13:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infosmart.portal.service.dwmis;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.infosmart.portal.pojo.dwmis.DwmisKpiData;
import com.infosmart.portal.pojo.dwmis.DwmisMisDptmnt;
import com.infosmart.portal.vo.dwmis.DwmisDeptKpiData;
public interf... | UTF-8 | Java | 5,133 | java | DwmisKpiDataService.java | Java | [] | null | [] | package com.infosmart.portal.service.dwmis;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.infosmart.portal.pojo.dwmis.DwmisKpiData;
import com.infosmart.portal.pojo.dwmis.DwmisMisDptmnt;
import com.infosmart.portal.vo.dwmis.DwmisDeptKpiData;
public interf... | 5,133 | 0.627179 | 0.627179 | 191 | 20.921467 | 18.605835 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.314136 | false | false | 13 |
553683953104dd1fab2e238520d62e8576aafdfb | 16,492,674,447,172 | cb1bc5ff2e363e006dcf34fa7efcadce85927f02 | /spring-beans/src/main/java/com/johar/springframework/context/event/SimpleApplicationEventMulticaster.java | 09f5764dc75215c111ada4fdff6ab08ea855de57 | [] | no_license | Johar77/small-spring | https://github.com/Johar77/small-spring | c07990042a6a8df2b8ed51a1865fd9c59179db82 | ea128e4f6d127ed6ad05b7c8b4fc2e80a6542d8b | refs/heads/main | 2023-08-29T04:43:27.470000 | 2021-10-14T13:51:55 | 2021-10-14T13:51:55 | 408,514,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.johar.springframework.context.event;
import com.johar.springframework.beans.factory.BeanFactory;
import com.johar.springframework.context.ApplicationEvent;
import com.johar.springframework.context.ApplicationListener;
/**
* @ClassName: SimpleApplicationEventMulticaster
* @Description: TODO
* @Author: J... | UTF-8 | Java | 794 | java | SimpleApplicationEventMulticaster.java | Java | [
{
"context": "EventMulticaster\n * @Description: TODO\n * @Author: Johar\n * @Date: 2021/9/23 16:36\n * @Since: 1.0.0\n */\npu",
"end": 324,
"score": 0.9956867098808289,
"start": 319,
"tag": "NAME",
"value": "Johar"
}
] | null | [] | package com.johar.springframework.context.event;
import com.johar.springframework.beans.factory.BeanFactory;
import com.johar.springframework.context.ApplicationEvent;
import com.johar.springframework.context.ApplicationListener;
/**
* @ClassName: SimpleApplicationEventMulticaster
* @Description: TODO
* @Author: J... | 794 | 0.763224 | 0.745592 | 26 | 29.576923 | 27.803118 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 13 |
c3854734355bf94119dd95ea393c08a2757a4843 | 18,786,186,984,861 | 7fca4e645f24880ab75f644f03d227aa5688749d | /p3/patterns/abstract_factory/src/test/Application.java | 24440220f4364401c54412f5d2f06a4824347a25 | [] | no_license | jcarlosadm/classes | https://github.com/jcarlosadm/classes | 95e687f8ec6e4c1f405442de86c0dffc588f0f2e | 9658b1b0805647f64d02c4b760d81d26943ec6da | refs/heads/master | 2021-05-15T02:18:30.318000 | 2018-07-24T15:29:20 | 2018-07-24T15:29:20 | 24,521,175 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import factory.GUIFactory;
import product.Button;
import product.Label;
public class Application {
public Application(GUIFactory factory) {
Button button = factory.createButton();
Label label = factory.createLabel();
button.paint();
label.paint();
}
}
| UTF-8 | Java | 308 | java | Application.java | Java | [] | null | [] | package test;
import factory.GUIFactory;
import product.Button;
import product.Label;
public class Application {
public Application(GUIFactory factory) {
Button button = factory.createButton();
Label label = factory.createLabel();
button.paint();
label.paint();
}
}
| 308 | 0.672078 | 0.672078 | 14 | 21 | 15.56553 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
4d81dd26dec216856840a454e303a792e7a14b8d | 9,981,504,024,765 | e16cdd2eef2a33b8e715a0ce0e536c37ec27f361 | /app/src/main/java/ru/synergy/wordsmvvmlivedata/domain/WordViewModel.java | d9971c5204cdafc073353e1594b30bcf90c890e2 | [] | no_license | Reality-Family-Android-course/WordsMVVMLiveData | https://github.com/Reality-Family-Android-course/WordsMVVMLiveData | 943548d01633ff5385a1606b706810e3902f2ce9 | e041411a17dd204007cf692197be37ddd617866e | refs/heads/master | 2023-07-12T07:19:49.879000 | 2021-08-30T20:01:12 | 2021-08-30T20:01:12 | 401,471,310 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.synergy.wordsmvvmlivedata.domain;
import android.app.Application;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import java.util.List;
import ru.synergy.wordsmvvmlivedata.data.repository.WordRepositoryRoomI... | UTF-8 | Java | 1,043 | java | WordViewModel.java | Java | [] | null | [] | package ru.synergy.wordsmvvmlivedata.domain;
import android.app.Application;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import java.util.List;
import ru.synergy.wordsmvvmlivedata.data.repository.WordRepositoryRoomI... | 1,043 | 0.748802 | 0.748802 | 36 | 27.972221 | 25.656368 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
1cd8c28c161f9c6901f24072858c3a8847867cee | 19,069,654,808,243 | 2c85fb004667c3f214797bbe32a161bbd5d14e71 | /src/main/java/mti/commons/model/track/LineageRelation.java | dec9e9e6240baf50586ce3268bae846ef91daf7e | [] | no_license | bradh/mti | https://github.com/bradh/mti | c823b282364574140ccccda0bf3319dc10513df5 | 6efb71395f78cc52acec12f1eb072f8142852773 | refs/heads/master | 2020-03-08T18:40:10.650000 | 2016-04-22T19:26:39 | 2016-04-22T19:26:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mti.commons.model.track;
import java.util.Date;
import java.util.UUID;
//STANAG 4676
/**
* Associates related and possibly related tracks to each other. Often there
* is ambiguity as to whether two tracks are actually the same object.
* Additionally, multiple objects may converge to appear as a single obj... | UTF-8 | Java | 3,249 | java | LineageRelation.java | Java | [] | null | [] | package mti.commons.model.track;
import java.util.Date;
import java.util.UUID;
//STANAG 4676
/**
* Associates related and possibly related tracks to each other. Often there
* is ambiguity as to whether two tracks are actually the same object.
* Additionally, multiple objects may converge to appear as a single obj... | 3,249 | 0.743613 | 0.742382 | 147 | 21.108843 | 21.687366 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217687 | false | false | 13 |
3fadd76955c030f5789006ad2bb1c5ec4bac92c6 | 14,774,687,547,505 | 62f90d7f7602072d519c28313417bcbe8c801ea4 | /zipkin-storage/cassandra-v1/src/test/java/zipkin2/storage/cassandra/v1/integrationV1/CassandraSpanStoreTest.java | 7407f0f73b1b7cc8563d17ade6ddc44fd189534a | [
"Apache-2.0"
] | permissive | LeftEarCat/zipkin | https://github.com/LeftEarCat/zipkin | b53905aeb27e93267dd5cfd8df0d3937d9d00550 | 2047930ef93f14ed8f38816b5af8d7cb49ee5ff3 | refs/heads/master | 2021-09-18T08:12:30.951000 | 2018-07-11T14:38:25 | 2018-07-11T15:36:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015-2018 The OpenZipkin Authors
*
* 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 a... | UTF-8 | Java | 6,896 | java | CassandraSpanStoreTest.java | Java | [] | null | [] | /*
* Copyright 2015-2018 The OpenZipkin Authors
*
* 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 a... | 6,896 | 0.694026 | 0.685325 | 189 | 35.486771 | 29.676849 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465608 | false | false | 13 |
12550f0ba1fc37cac7dc25d32a7a00534873db21 | 7,937,099,598,240 | 81dcb8086c6634e0fdbb33dae5160367e04412e4 | /src/main/java/com/theappservice/server/repository/entities/UserEntity.java | a09d0e0471f17a5bb2570495da980a056b07dad7 | [] | no_license | mkeiji/xappServer | https://github.com/mkeiji/xappServer | 550da6f0eec687da5b6e33a43839ef8a9aef494a | 5be6d01da3bb7fbb4d7fdf28d143b870f0ffad07 | refs/heads/master | 2023-03-18T22:20:45.751000 | 2020-08-30T21:48:34 | 2020-08-30T21:48:34 | 342,653,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.theappservice.server.repository.entities;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import jav... | UTF-8 | Java | 911 | java | UserEntity.java | Java | [] | null | [] | package com.theappservice.server.repository.entities;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import jav... | 911 | 0.738749 | 0.729967 | 39 | 22.358974 | 15.510935 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 13 |
12d2681d7cb783f7c29fdbd030f9765dbdbcfc56 | 13,554,916,792,064 | bb8ef964114fdbb475418764df98385bedce60e0 | /Master/src/main/java/me/shortydev/phoenix/master/wrapper/WrapperEntity.java | b9d9ce9942d77d3f529c546bbadc4dd61187b812 | [] | no_license | ShortyDev/phoenixcloud | https://github.com/ShortyDev/phoenixcloud | 8971d5ff9d03646349ae66ee708163a460c7d344 | 29bb1bf36a0c8a32a3fbbc77b5a075ce1f6a4d2c | refs/heads/master | 2023-06-21T20:27:17.476000 | 2021-07-15T21:05:58 | 2021-07-15T21:05:58 | 291,156,290 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.shortydev.phoenix.master.wrapper;
public class WrapperEntity {
public String address;
public int id;
public WrapperEntity(String address, int id) {
this.address = address;
this.id = id;
}
public String getAddress() {
return address;
}
public void setAd... | UTF-8 | Java | 496 | java | WrapperEntity.java | Java | [] | null | [] | package me.shortydev.phoenix.master.wrapper;
public class WrapperEntity {
public String address;
public int id;
public WrapperEntity(String address, int id) {
this.address = address;
this.id = id;
}
public String getAddress() {
return address;
}
public void setAd... | 496 | 0.586694 | 0.586694 | 28 | 16.714285 | 15.443115 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
a371d6246360c7558eda080c604105e466bd65ed | 3,478,923,559,724 | 7eece9d240fd915745ff2cf8866c5261ca37d94b | /src/main/java/com/example/demo/data/Entity/Book.java | 5beb40cff4896850ef728b04819878343d36f031 | [] | no_license | takayan40/spring-boot-security | https://github.com/takayan40/spring-boot-security | 9955a6b46c2e8df927bf5203e686d9a9975fe3c5 | a4086232f49c3f5151165efb00a0978b1ef6a40d | refs/heads/master | 2023-04-27T14:55:52.958000 | 2021-05-13T09:34:14 | 2021-05-13T09:34:14 | 366,631,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.data.Entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
@NoArgsConstructor
@AllArgsConstructor
@... | UTF-8 | Java | 734 | java | Book.java | Java | [] | null | [] | package com.example.demo.data.Entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
@NoArgsConstructor
@AllArgsConstructor
@... | 734 | 0.713896 | 0.713896 | 32 | 21.9375 | 15.78753 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 13 |
fef9e08cc620e2ad099da0101f5a8f286022229c | 19,542,101,242,913 | 823c862b96a5332bf02999fa0a44747aada5c5f9 | /ITP1_4/D/main.java | 79a7a1048890b8eead8385a0412467a9746b69a1 | [] | no_license | tortuepin/AizuOnlineJudge | https://github.com/tortuepin/AizuOnlineJudge | 3f73020eb35e52740b89dfb588d89758fe8fe20e | 62b8f16ba131332c0f2add16c9619af03a20c78b | refs/heads/master | 2021-01-10T01:56:10.487000 | 2016-03-10T09:32:00 | 2016-03-10T09:32:00 | 53,572,260 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String nRead = br.readLine();
String str = br.readLine();
String strArr[] = str.split(" ");
int n = Integer.parseInt(nRead);
int a[] = new int... | UTF-8 | Java | 640 | java | main.java | Java | [] | null | [] | import java.io.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String nRead = br.readLine();
String str = br.readLine();
String strArr[] = str.split(" ");
int n = Integer.parseInt(nRead);
int a[] = new int... | 640 | 0.570313 | 0.542188 | 34 | 17.852942 | 18.607609 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.323529 | false | false | 13 |
0d0583ad38ac8e4f12a31492142c2ad465fe9c80 | 29,300,266,940,509 | 7948a48cb49328984b1e5a19f9df84daddabf049 | /jdbc/src/site/itwill/jdbc/StaticBlockApp.java | 4f19be1debc2edd8924963c91580cd3fcd9cc3f1 | [] | no_license | codingwanee/itwill-java | https://github.com/codingwanee/itwill-java | 6f5e26b707f83f416f0ddb6ee9be86fe9710ac7b | da99ffc209e4a78eda179dd2e730a0a6872be5fb | refs/heads/master | 2022-12-02T23:02:52.211000 | 2020-08-22T11:33:37 | 2020-08-22T11:33:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package site.itwill.jdbc;
public class StaticBlockApp {
public static void main(String[] args) {
/*
//1.클래스로더(ClassLoader)에 의해 클래스(Class 파일)를 읽어 메모리 저장 - 자동
// => 프로그램에서 한번만 동작
//2.new 연산자로 메모리에 저장된 클래스(Clazz)의 생성자를 호출하여 인스턴스 생성
// => 생성된 인스턴스를 참조변수에 저장하여 지속적 사용 가능하도록 설정
StaticBlock sb1=new StaticBlock... | UHC | Java | 1,461 | java | StaticBlockApp.java | Java | [] | null | [] | package site.itwill.jdbc;
public class StaticBlockApp {
public static void main(String[] args) {
/*
//1.클래스로더(ClassLoader)에 의해 클래스(Class 파일)를 읽어 메모리 저장 - 자동
// => 프로그램에서 한번만 동작
//2.new 연산자로 메모리에 저장된 클래스(Clazz)의 생성자를 호출하여 인스턴스 생성
// => 생성된 인스턴스를 참조변수에 저장하여 지속적 사용 가능하도록 설정
StaticBlock sb1=new StaticBlock... | 1,461 | 0.643821 | 0.635514 | 35 | 26.171429 | 21.066542 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.257143 | false | false | 13 |
7b1cea04e4a389a323080ddb9b84158513d164b0 | 17,892,833,809,372 | 67c07118117e5084e25b4d9c2febc224d5d80450 | /src/com/third/ght/AES.java | fdcca71c681661bde86ffb798859e575b8352904 | [] | no_license | Peng19890717/pay | https://github.com/Peng19890717/pay | 046eea361ee271791127182d196ef8688c3aa86e | 9a4eccaa05ae26984e833d48a682577922a63cda | refs/heads/master | 2021-05-02T06:47:59.557000 | 2017-11-21T07:22:12 | 2017-11-21T07:22:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.third.ght;
import java.io.PrintStream;
import java.security.Key;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
public class AES{
public static final String KEY_ALGORITHM = "AES";
public static final String CIPHER_AL... | UTF-8 | Java | 1,947 | java | AES.java | Java | [
{
"context": "],\\\"sign\\\":\\\"3232wwewew\\\"}\";\n String aesKey = \"WgpZmlYFyCNyrphu90Mazw==\";\n try\n {\n byte[] key = Base64.decode(a",
"end": 1573,
"score": 0.999677300453186,
"start": 1548,
"tag": "KEY",
"value": "WgpZmlYFyCNyrphu90Mazw==\""
}
] | null | [] | package com.third.ght;
import java.io.PrintStream;
import java.security.Key;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
public class AES{
public static final String KEY_ALGORITHM = "AES";
public static final String CIPHER_AL... | 1,927 | 0.645095 | 0.599897 | 75 | 24.973333 | 37.787819 | 294 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626667 | false | false | 13 |
de191272b43c258bff588c4becc8e6688c7168cc | 1,606,317,834,214 | 6f6cd3c8681be6a551c643df206088e4f377126c | /src/com/ccdata/host/dao/HostDao.java | 93430976fb8d64e977f98f69427a059d295ff412 | [] | no_license | XuKyle/Theseus | https://github.com/XuKyle/Theseus | e510a1368e81efd0784782b01f6aa0ece6d83134 | 57984ff767b110111acc275f6f3807fd10f046c9 | refs/heads/master | 2016-09-08T10:35:49.690000 | 2015-08-13T10:04:44 | 2015-08-13T10:04:44 | 40,460,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ccdata.host.dao;
import com.ccdata.util.core.Page;
import java.util.List;
/**
* Created by kyle.xu on 2015/8/12.
*/
public interface HostDao {
void unregistHost(Page page);
void processTaskHost(Page page);
void unTaskDevice(Page page);
void closedDevice(Page page);
void process... | UTF-8 | Java | 513 | java | HostDao.java | Java | [
{
"context": "e.Page;\n\nimport java.util.List;\n\n/**\n * Created by kyle.xu on 2015/8/12.\n */\npublic interface HostDao {\n\n ",
"end": 114,
"score": 0.7886450886726379,
"start": 107,
"tag": "NAME",
"value": "kyle.xu"
}
] | null | [] | package com.ccdata.host.dao;
import com.ccdata.util.core.Page;
import java.util.List;
/**
* Created by kyle.xu on 2015/8/12.
*/
public interface HostDao {
void unregistHost(Page page);
void processTaskHost(Page page);
void unTaskDevice(Page page);
void closedDevice(Page page);
void process... | 513 | 0.695906 | 0.682261 | 31 | 15.548388 | 15.857915 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 13 |
5873e36014a3b8df3918cd59dc4322db2739fc81 | 2,405,181,744,546 | e7373bb280ce84312d3d7ef437bbda09d0473ba6 | /javahelloworld.java | f7984a2e712e2c20cbab5aabcbd969b3c1a11679 | [] | no_license | boosam/New-Training-Repo | https://github.com/boosam/New-Training-Repo | a92543d7053b9dd33335e4090c6aaf1241686f17 | e181bfbc015ca3f883bea0669fecef5dc212a2d9 | refs/heads/master | 2016-09-14T06:55:17.011000 | 2016-04-20T03:36:11 | 2016-04-20T03:36:11 | 56,651,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class javahelloworld
{
public static void main (String [] args)
{
System.out.println("Hellooo java World");
System.out.println("Hellooooo again");
System.out.println("Testing upgrade to 2.4.1");
}
}
| UTF-8 | Java | 215 | java | javahelloworld.java | Java | [] | null | [] | public class javahelloworld
{
public static void main (String [] args)
{
System.out.println("Hellooo java World");
System.out.println("Hellooooo again");
System.out.println("Testing upgrade to 2.4.1");
}
}
| 215 | 0.706977 | 0.693023 | 9 | 22.888889 | 19.874296 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
9cef8274dfb6a98dd4a3437d52404c3639211e19 | 10,247,791,975,855 | 97584ff96b6fd1fb621a4dec6211de779c4f6bf6 | /app/src/main/java/com/tapc/android/controller/MachineController.java | 11f90fe18dd2edad9aacb3c3ebc3d034b3f86312 | [] | no_license | dylan-zwl/tapc_test_reconsitution1 | https://github.com/dylan-zwl/tapc_test_reconsitution1 | 043ab2bbd774cb3df9c02c9ff20220dcbfc9de0d | 5dd8601b971e46a90f9b2fec5576151e5ff2aec7 | refs/heads/master | 2021-01-10T00:01:17.206000 | 2018-01-29T07:47:23 | 2018-01-29T07:47:24 | 91,561,746 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tapc.android.controller;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import com.tapc.android.uart.Commands;
@SuppressLint("HandlerLeak")
public final class MachineCon... | UTF-8 | Java | 8,555 | java | MachineController.java | Java | [] | null | [] | package com.tapc.android.controller;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import com.tapc.android.uart.Commands;
@SuppressLint("HandlerLeak")
public final class MachineCon... | 8,555 | 0.632262 | 0.632145 | 255 | 32.549019 | 25.895653 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 13 |
5339343856fa99b698294ec3b443bcc1e2ff875c | 17,300,128,326,211 | 9cc787156dfc24e5c5968f07aeb9d2518c6f8581 | /Introduction to function/3 power.java | 4b01f865b67704776f815a9705bd481ba2e0cceb | [
"MIT"
] | permissive | sneh-pragya/LearningPrograming | https://github.com/sneh-pragya/LearningPrograming | dcb6088b943ff9ac48d33d5b21efbc8777273e84 | cb59cecb3ec6980a97d02b97b2021d2f403f60ba | refs/heads/main | 2023-08-29T10:10:33.320000 | 2021-11-03T14:52:25 | 2021-11-03T14:52:25 | 406,765,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //You are given two integers A and B.
//You have to find the value of A to the power B
public class Solution {
// DO NOT MODIFY THE LIST. IT IS READ ONLY
public int power(final int A, final int B) {
int power =1;
for (int i=1; i<= B; i++){
power= power*A;
}
return p... | UTF-8 | Java | 334 | java | 3 power.java | Java | [] | null | [] | //You are given two integers A and B.
//You have to find the value of A to the power B
public class Solution {
// DO NOT MODIFY THE LIST. IT IS READ ONLY
public int power(final int A, final int B) {
int power =1;
for (int i=1; i<= B; i++){
power= power*A;
}
return p... | 334 | 0.553892 | 0.547904 | 14 | 22.857143 | 17.282763 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
1420a500f20d3efc2426ac2aa8c3e61338a2ead5 | 27,462,020,957,134 | bc75a2cf3842c65bbc206609d3105e55ce120190 | /src/com/yu/day1/Demo.java | 6d98db2970dd1e614b671deed2abda3b14628301 | [] | no_license | h404j/java | https://github.com/h404j/java | 3d13be827f1abff9164f79e241536a50f9043c15 | dffe31dc3e7d77b8b0de6d49e188557a0cef0d5b | refs/heads/main | 2023-01-23T03:55:12.228000 | 2020-10-21T01:51:34 | 2020-10-21T01:51:34 | 305,112,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yu.day1;
public class Demo {
public static void main(String[] args) {
cat a=new cat("猫",12);
a.eat();
a.jump();
a.run();
a.die();
System.out.println( a.getSpecie()+a.getHigh());
a.setSpecie("狗");
a.setHigh(190);
System.out.println(... | UTF-8 | Java | 385 | java | Demo.java | Java | [] | null | [] | package com.yu.day1;
public class Demo {
public static void main(String[] args) {
cat a=new cat("猫",12);
a.eat();
a.jump();
a.run();
a.die();
System.out.println( a.getSpecie()+a.getHigh());
a.setSpecie("狗");
a.setHigh(190);
System.out.println(... | 385 | 0.503937 | 0.488189 | 16 | 22.8125 | 15.981313 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
cd94612a2e17e26b85deb6d2b3a489467ad31f31 | 7,464,653,216,411 | bdb68a9161c02f3d67ec964cd513adf12c191d33 | /app/src/main/java/com/alan/handsome/base/bean/Encrypt.java | 5b7e2a253f31cb3f997861a69049872105463b77 | [] | no_license | ALanTin00/MoneyDemo | https://github.com/ALanTin00/MoneyDemo | e06136b995d87f6b94d02df50b0e7abe402028d7 | 0315eb2567a3b56c42cac1a125022e63d0166d32 | refs/heads/master | 2023-01-08T10:11:27.016000 | 2020-11-05T03:56:54 | 2020-11-05T03:56:54 | 307,052,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alan.handsome.base.bean;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 类说明:标注类的要加密的属性
* 作者:qiujialiu
* 时间:2019/1/17
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(Eleme... | UTF-8 | Java | 407 | java | Encrypt.java | Java | [
{
"context": "notation.Target;\r\n\r\n/**\r\n * 类说明:标注类的要加密的属性\r\n * 作者:qiujialiu\r\n * 时间:2019/1/17\r\n */\r\n@Retention(RetentionPolicy",
"end": 246,
"score": 0.9988095760345459,
"start": 237,
"tag": "USERNAME",
"value": "qiujialiu"
}
] | null | [] | package com.alan.handsome.base.bean;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 类说明:标注类的要加密的属性
* 作者:qiujialiu
* 时间:2019/1/17
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(Eleme... | 407 | 0.749319 | 0.730245 | 16 | 20.9375 | 15.562249 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 13 |
58c8ee280313a8e63786d7294bb3a1df795ce5fd | 14,989,435,921,447 | c64bed517e09175a53f330261e60ff786a2d3ff7 | /wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/model/ModelUtils.java | 9ddf0f427ba89919225d4cf8ece8887841ac1266 | [
"Apache-2.0"
] | permissive | krichter722/wicket-orientdb | https://github.com/krichter722/wicket-orientdb | 582e4d897431494ca30bb21873a35a9f44ef4a5d | 66e1016801ff6fad9e78bbde35c73a560fe64dad | refs/heads/master | 2021-01-17T11:57:07.156000 | 2015-04-01T23:51:20 | 2015-04-01T23:51:20 | 33,389,435 | 0 | 0 | null | true | 2015-04-04T00:50:39 | 2015-04-04T00:50:39 | 2015-04-03T23:40:11 | 2015-04-01T23:51:49 | 925 | 0 | 0 | 0 | null | null | null | package ru.ydn.wicket.wicketorientdb.model;
import java.io.Serializable;
import org.apache.wicket.WicketRuntimeException;
import org.apache.wicket.model.IModel;
import org.apache.wicket.model.Model;
import com.orientechnologies.orient.core.record.impl.ODocument;
import com.orientechnologies.orient.core.type.ODocumen... | UTF-8 | Java | 868 | java | ModelUtils.java | Java | [] | null | [] | package ru.ydn.wicket.wicketorientdb.model;
import java.io.Serializable;
import org.apache.wicket.WicketRuntimeException;
import org.apache.wicket.model.IModel;
import org.apache.wicket.model.Model;
import com.orientechnologies.orient.core.record.impl.ODocument;
import com.orientechnologies.orient.core.type.ODocumen... | 868 | 0.77765 | 0.77765 | 22 | 38.454544 | 38.146519 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 13 |
5986f2896f2f5d9071c5024e2448209f01940980 | 17,858,474,079,733 | 5d16ec88933b4028fc094b05cf02c219be0711be | /redora/configuration/src/main/java/redora/configuration/rdo/service/base/UpgradeBase.java | fa9791c773d606e0db3bd86a7e6aaa5299ca2425 | [
"Apache-2.0"
] | permissive | tectronics/redora | https://github.com/tectronics/redora | d048dee98c10f216c58d380779bb9ab197d814fc | 5b7386619aefe204a777f323fa896493c0e01663 | refs/heads/master | 2018-01-11T15:02:42.505000 | 2012-03-22T07:34:50 | 2012-03-22T07:34:50 | 45,293,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2009-2010 Nanjing RedOrange ltd (http://www.red-orange.cn)
*
* 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
*
* Unles... | UTF-8 | Java | 13,644 | java | UpgradeBase.java | Java | [
{
"context": " scripts and their execution status.\n *\n * @author Nanjing RedOrange (http://www.red-orange.cn)\n */\npublic a",
"end": 2819,
"score": 0.9998804926872253,
"start": 2812,
"tag": "NAME",
"value": "Nanjing"
}
] | null | [] | /*
* Copyright 2009-2010 Nanjing RedOrange ltd (http://www.red-orange.cn)
*
* 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
*
* Unles... | 13,644 | 0.591469 | 0.589417 | 297 | 44.939392 | 37.248592 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649832 | false | false | 13 |
ba28e6d04e23ff4b689500d798986ed4601c2734 | 25,907,242,784,975 | d3024f962f139ed5507d96dd2465d5d3d593d894 | /hamster-sprite-web/src/main/java/org/hamster/sprite/portal/interceptor/WSInterceptor.java | 8302b086ddf07e9490e69aaca15a3f964fd11d6c | [] | no_license | grossopa/hamster-sprite | https://github.com/grossopa/hamster-sprite | b28ff88a83d5d86ba3dd3add6864504890c90639 | c89503d8dce2b08df820ddec06ceb10a0b17fa6f | refs/heads/master | 2021-01-17T04:13:10.107000 | 2017-06-25T14:37:25 | 2017-06-25T14:37:25 | 47,980,166 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.hamster.sprite.portal.interceptor;
import java.util.Optional;
import org.hamster.core.web.spring.interceptor.AbstractWebInterceptor;
import org.hamster.sprite.service.user.api.model.AppUser;
import org.hamster.sprite.service.user.api.service.UserService;
import org.springframework.beans.factor... | UTF-8 | Java | 1,392 | java | WSInterceptor.java | Java | [
{
"context": ".Autowired;\n\n/**\n *\n *\n * @author <a href=\"mailto:grossopaforever@gmail.com\">Jack Yin</a>\n * @since 1.0\n */\npublic class WSIn",
"end": 407,
"score": 0.9999106526374817,
"start": 382,
"tag": "EMAIL",
"value": "grossopaforever@gmail.com"
},
{
"context": "author ... | null | [] | /**
*
*/
package org.hamster.sprite.portal.interceptor;
import java.util.Optional;
import org.hamster.core.web.spring.interceptor.AbstractWebInterceptor;
import org.hamster.sprite.service.user.api.model.AppUser;
import org.hamster.sprite.service.user.api.service.UserService;
import org.springframework.beans.factor... | 1,372 | 0.671695 | 0.670259 | 55 | 24.309092 | 27.822733 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
54049b99b16f9f942eb238c3b54ba0e43dd96cfc | 16,423,954,941,439 | 2350a97bddfb849e64fd37fa81a949948ab029d9 | /app/src/main/java/com/example/pooptest/PoopsView.java | e7edb4bd838a6bab219bc9a6bd56804f33f48a70 | [] | no_license | NanJ7020/BunnyHealthCareFrontEnd_Android | https://github.com/NanJ7020/BunnyHealthCareFrontEnd_Android | be35c885ed52927be5e2037e4116e1991e10252d | 3551bc37e8f407801d7021cd3cb779fddb93e06f | refs/heads/master | 2022-06-21T09:58:59.188000 | 2020-05-07T22:20:15 | 2020-05-07T22:20:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pooptest;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Gravity;
import android.view.View;
import android.widget.Toast;
import com.example.pooptest.PoopTest.CecalPoopActivity;
import com.examp... | UTF-8 | Java | 2,247 | java | PoopsView.java | Java | [] | null | [] | package com.example.pooptest;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Gravity;
import android.view.View;
import android.widget.Toast;
import com.example.pooptest.PoopTest.CecalPoopActivity;
import com.examp... | 2,247 | 0.698264 | 0.696039 | 84 | 25.75 | 24.930319 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
19790f0485a456830932c51bbd98be7dde98f781 | 498,216,208,455 | b96712da674099f67d91478a1fddfe40ff705778 | /src/main/java/hu/doravar/logistics/security/LogisticsUserDetailsService.java | 73294f6af3e3140ba6e2e7fdf7e57c4e1dcb5585 | [] | no_license | doravar/logistics_application | https://github.com/doravar/logistics_application | d731e64e9127f6257a53f31f11f836aaf8541b25 | 93ea2aea344d8e619c89254abe38c6373c4518c6 | refs/heads/master | 2023-05-25T09:35:54.554000 | 2021-06-08T09:47:17 | 2021-06-08T09:47:17 | 374,958,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.doravar.logistics.security;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.cor... | UTF-8 | Java | 1,213 | java | LogisticsUserDetailsService.java | Java | [] | null | [] | package hu.doravar.logistics.security;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.cor... | 1,213 | 0.812861 | 0.812861 | 32 | 35.90625 | 30.202814 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 13 |
0e28cbbf6ea7dae6cb828859bd07946e569203b0 | 14,714,557,975,216 | b6cb55c0dc6dd775805ff393b18daefa70c88c0f | /Express/src/kyle/leis/eo/operation/manifest/da/SpscontentCondition.java | c493fd67f07f1d3f72d17cd73ebc268dd965ae30 | [] | no_license | haha541514/Express | https://github.com/haha541514/Express | d12ec127df2c6137792ef2724ac2239a27f0dd86 | 72e59fdea51fdba395f52575918ef1972e357cec | refs/heads/master | 2021-04-03T06:50:28.984000 | 2018-03-08T09:04:09 | 2018-03-08T09:06:50 | 124,365,014 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kyle.leis.eo.operation.manifest.da;
import kyle.common.dbaccess.query.GeneralCondition;
public class SpscontentCondition extends GeneralCondition {
public SpscontentCondition() {
m_astrConditions = new String[1];
}
public void setMfcode(String strMfcode) {
this.setField(0, strMfcode);
}
public St... | UTF-8 | Java | 373 | java | SpscontentCondition.java | Java | [] | null | [] | package kyle.leis.eo.operation.manifest.da;
import kyle.common.dbaccess.query.GeneralCondition;
public class SpscontentCondition extends GeneralCondition {
public SpscontentCondition() {
m_astrConditions = new String[1];
}
public void setMfcode(String strMfcode) {
this.setField(0, strMfcode);
}
public St... | 373 | 0.75067 | 0.742627 | 19 | 18.631578 | 20.084585 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052632 | false | false | 13 |
135ab5d14a2b1329f1d2db5f9abc6ecca9547074 | 13,391,708,052,721 | 9499a151234fb355d904dcf78341d9df2fa824f4 | /src/com/grantbroadwater/animal/Chip.java | 377757a8a837f0aa2dcf92374c43e87f1c5318fa | [] | no_license | broadwatergrant/AnimalRecordsSystem | https://github.com/broadwatergrant/AnimalRecordsSystem | 171b8c1c730dbb1ad892e9fbdd43befc0638066c | 18ccc7e6ca49af90ac6486adf48f735a32176e3d | refs/heads/master | 2016-09-08T00:18:10.634000 | 2015-02-22T23:55:35 | 2015-02-22T23:55:35 | 30,434,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grantbroadwater.animal;
import java.util.Date;
public final class Chip {
private final boolean chipped;
private final int chipNumber;
private final String owner;
private final Date contactDate;
private final Date implantDate;
public Chip(){
chipped = false;
chipNumber = 0;
owner = null;
co... | UTF-8 | Java | 2,987 | java | Chip.java | Java | [] | null | [] | package com.grantbroadwater.animal;
import java.util.Date;
public final class Chip {
private final boolean chipped;
private final int chipNumber;
private final String owner;
private final Date contactDate;
private final Date implantDate;
public Chip(){
chipped = false;
chipNumber = 0;
owner = null;
co... | 2,987 | 0.664212 | 0.657181 | 131 | 21.801527 | 20.638443 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.229008 | false | false | 4 |
b5001d53ff89c709a7491278ceb485d2ae3aa2b3 | 26,774,826,166,341 | af3d60e20a667eac7846286773004a2a1b8b662b | /WEB .NET JSP Assigments/JSP/Assigment_2/src/java/Question_open.java | 5f2b0268fa8b343e05ad8563e3ea330e0d8d3422 | [] | no_license | Shb90ties/ALL | https://github.com/Shb90ties/ALL | d10924e2a10b55c9c7c6a8931333881c1b634b79 | bcf3d3dae383d4ef6be5237391f98e056ba1e3f4 | refs/heads/master | 2021-01-20T08:16:27.072000 | 2017-07-19T08:10:44 | 2017-07-19T08:10:44 | 83,901,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet(urlPatterns = {"/Question_open"})
p... | UTF-8 | Java | 4,585 | java | Question_open.java | Java | [] | null | [] |
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet(urlPatterns = {"/Question_open"})
p... | 4,585 | 0.593239 | 0.584515 | 91 | 49.373627 | 36.113876 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.802198 | false | false | 4 |
677b850bfabc5d5d110e6a50f21b2b9bd402952f | 37,125,697,339,083 | 0f223de029a1073b4a05aa96dbbe909faea4a6e5 | /tugas 3/testmethodoverloading.java | f940362ca2d0fd320f40dc4a45555b709c38248b | [] | no_license | baguspurnomo/1441180039TugasPBO | https://github.com/baguspurnomo/1441180039TugasPBO | 7190f0d0bc31c0523762fb5af4983d5c5d37f181 | c0731269bd8f424082eed89d979b56acd6130ccc | refs/heads/master | 2021-01-22T13:47:34.047000 | 2015-07-09T04:43:18 | 2015-07-09T04:43:18 | 32,022,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Example to illustrate method overloading
public class testmethodoverloading {
public static int average(int nSatu, int nDua){ //A
return (nSatu+nDua)/2;
}
public static double average(double nSatu, double nDua){ // B
return (nSatu+nDua)/2;
}
public static double average(int nSatu, int nDua, int nTiga){ ... | UTF-8 | Java | 592 | java | testmethodoverloading.java | Java | [] | null | [] | //Example to illustrate method overloading
public class testmethodoverloading {
public static int average(int nSatu, int nDua){ //A
return (nSatu+nDua)/2;
}
public static double average(double nSatu, double nDua){ // B
return (nSatu+nDua)/2;
}
public static double average(int nSatu, int nDua, int nTiga){ ... | 592 | 0.663851 | 0.638514 | 23 | 24.782608 | 22.835815 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.173913 | false | false | 4 |
4380abb8520c5b03bdfa5ade964c86cec7c8fbbc | 37,125,697,338,403 | 086d506805c75a81d90b7c3723a0b5716ecc47c5 | /Implementation/RedBlackTree.java | 27c377e93c45b0fe2c4e6311f6b25865432d38d7 | [] | no_license | ChetanKaushik702/DSA | https://github.com/ChetanKaushik702/DSA | d09faccfcbaf31e814d9a98d01fb5fa7cc5ee907 | 4a6bcc9b53a139b5e339db0f80e9e9440acc477e | refs/heads/main | 2023-05-31T11:17:53.967000 | 2021-06-30T13:53:12 | 2021-06-30T13:53:12 | 374,174,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Red-Black tree properties:
** (i) Every node is either red or black.
** (ii) Root node is always black.
** (iii) Every leaf(NIL) is black.
** (iv) If a node is red, then its children are black.
** (v) For each node, all simple paths from the node to the descendant leaves
** contain the same number of black nod... | UTF-8 | Java | 10,075 | java | RedBlackTree.java | Java | [] | null | [] | /* Red-Black tree properties:
** (i) Every node is either red or black.
** (ii) Root node is always black.
** (iii) Every leaf(NIL) is black.
** (iv) If a node is red, then its children are black.
** (v) For each node, all simple paths from the node to the descendant leaves
** contain the same number of black nod... | 10,075 | 0.42134 | 0.418759 | 338 | 28.810652 | 16.609674 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701183 | false | false | 4 |
5a6cb330df33575451ea145dab91535275f1abf0 | 39,462,159,543,659 | c7e8eda3c4128b799749ece5310e875e24a372b6 | /service/src/main/java/com/comsysto/movie/service/impl/MovieDBImporter.java | 56f389815cbc802a32f62818b20cb88af48b15fc | [] | no_license | jockeyyan/mongo-full-text-search-movie-showcase | https://github.com/jockeyyan/mongo-full-text-search-movie-showcase | 47fcdac9e6603f105ffbc6b7b1bdbdcc933bbfed | 7c7c2392c00ced299528e442763e8caa32c0f80a | refs/heads/master | 2020-12-25T22:28:48.125000 | 2015-06-17T09:13:15 | 2015-06-17T09:13:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.comsysto.movie.service.impl;
import com.comsysto.movie.repository.api.MovieRepository;
import com.comsysto.movie.repository.model.Movie;
import com.mongodb.BasicDBObject;
import com.mongodb.DBObject;
import com.mongodb.util.JSON;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | UTF-8 | Java | 3,815 | java | MovieDBImporter.java | Java | [
{
"context": ".util.List;\nimport java.util.Random;\n\n/**\n * User: christian.kroemer@comsysto.com\n * Date: 6/12/13\n * Time: 2:36 PM\n */\n@Service\npu",
"end": 561,
"score": 0.9998773336410522,
"start": 531,
"tag": "EMAIL",
"value": "christian.kroemer@comsysto.com"
},
{
"context"... | null | [] | package com.comsysto.movie.service.impl;
import com.comsysto.movie.repository.api.MovieRepository;
import com.comsysto.movie.repository.model.Movie;
import com.mongodb.BasicDBObject;
import com.mongodb.DBObject;
import com.mongodb.util.JSON;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | 3,738 | 0.597641 | 0.580865 | 116 | 31.887932 | 26.461023 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
1e27af8b8e2c77e1241dd03af2a11682225ed5b6 | 36,026,185,717,980 | 0a95c40a9193b59d1dae9a2562a0ceee1ad20ee5 | /app/src/main/java/com/claris/sharedmoney/activities/DeleteBuyerActivity.java | c6565af125c41d26f698b1e5d00bd6cd6adb8df8 | [] | no_license | naoto24kawa/SharedMoney | https://github.com/naoto24kawa/SharedMoney | 2e3400889cd6a49a3dda48b47be412fc377e3033 | 4a2a82d2ab67a80db1b07b8e6ad86bfd7a2841bd | refs/heads/develop | 2020-02-06T08:37:52.442000 | 2015-03-25T18:23:59 | 2015-03-25T18:23:59 | 30,599,592 | 0 | 0 | null | false | 2015-03-25T18:23:59 | 2015-02-10T15:47:54 | 2015-02-23T16:07:55 | 2015-03-25T18:23:59 | 292 | 0 | 0 | 0 | Java | null | null | package com.claris.sharedmoney.activities;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.claris.sharedmoney.R;
public class DeleteBuyerActivity extends Activity{
//layout parts
private Text... | UTF-8 | Java | 1,713 | java | DeleteBuyerActivity.java | Java | [] | null | [] | package com.claris.sharedmoney.activities;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.claris.sharedmoney.R;
public class DeleteBuyerActivity extends Activity{
//layout parts
private Text... | 1,713 | 0.626563 | 0.626563 | 69 | 22.333334 | 23.268854 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 4 |
3a2a6a92abcf679475ec871192b5295d52a00339 | 38,611,756,014,300 | 42ef479d0e961d19a6e287e0a7b7b44cd07e8881 | /system-service/src/main/java/com/jenkin/systemservice/system/dao/RoleMapper.java | c87354fa5f79c40ac6555565f36535746312774b | [] | no_license | xyz0101/less-code | https://github.com/xyz0101/less-code | b90feb98b08e25957b4511ce3e23077e78e7be10 | 250b398d6d2ae76d5d5a9b2c2d68cd93167cda0d | refs/heads/master | 2023-08-16T04:31:21.119000 | 2021-10-13T14:18:57 | 2021-10-13T14:18:57 | 415,898,117 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jenkin.systemservice.system.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.jenkin.common.entity.pos.system.RolePo;
import com.jenkin.common.shiro.dao.BaseRoleMapper;
/**
* @author jenkin
* @className RoleMapper
* @description TODO
* @date 2020/12/9 15:53
*/
public interface R... | UTF-8 | Java | 377 | java | RoleMapper.java | Java | [
{
"context": "n.common.shiro.dao.BaseRoleMapper;\n\n/**\n * @author jenkin\n * @className RoleMapper\n * @description TODO\n * ",
"end": 226,
"score": 0.9996431469917297,
"start": 220,
"tag": "USERNAME",
"value": "jenkin"
}
] | null | [] | package com.jenkin.systemservice.system.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.jenkin.common.entity.pos.system.RolePo;
import com.jenkin.common.shiro.dao.BaseRoleMapper;
/**
* @author jenkin
* @className RoleMapper
* @description TODO
* @date 2020/12/9 15:53
*/
public interface R... | 377 | 0.779841 | 0.750663 | 14 | 25.928572 | 23.288452 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 4 |
29958fb4e2661b1abd12ba934e1b2043d6a72313 | 18,013,092,903,214 | d0479ca0831bf1ca1d2f5f3c75a81245a0835ac7 | /domain-api/src/main/java/org/yes/cart/domain/dto/CustomerOrderDeliveryDetailDTO.java | a08a16c277bc7ea5b95777f6bec4b6413ca5bc9b | [
"Apache-2.0"
] | permissive | inspire-software/yes-cart | https://github.com/inspire-software/yes-cart | 20a8e035116e0fb0a9d63da7362799fb530fab72 | 803b7c302f718803e5b841f93899942dd28a4ea0 | refs/heads/master | 2023-08-31T18:09:26.780000 | 2023-08-26T12:07:25 | 2023-08-26T12:07:25 | 39,092,083 | 131 | 92 | Apache-2.0 | false | 2022-12-16T05:46:38 | 2015-07-14T18:10:24 | 2022-12-14T22:32:35 | 2022-12-16T05:46:38 | 615,192 | 98 | 76 | 14 | Java | false | false | /*
* Copyright 2009 Inspire-Software.com
*
* 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 require... | UTF-8 | Java | 13,130 | java | CustomerOrderDeliveryDetailDTO.java | Java | [
{
"context": "rder with delivery details.\r\n *\r\n * <p/>\r\n * User: Igor Azarny iazarny@yahoo.com\r\n * Date: 8/12/12\r\n * Time: 7:2",
"end": 1034,
"score": 0.9997895956039429,
"start": 1023,
"tag": "NAME",
"value": "Igor Azarny"
},
{
"context": "livery details.\r\n *\r\n * <p/>\... | null | [] | /*
* Copyright 2009 Inspire-Software.com
*
* 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 require... | 13,115 | 0.586367 | 0.584158 | 555 | 21.657658 | 22.940777 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192793 | false | false | 4 |
13f72a24d969c99997e960e43d2f0db5ac6b00b9 | 498,216,231,814 | a630a07ab398b2a4dc4ad168674d3c57135ce763 | /lab05/Ex_2/cakeMaster.java | 71a27532a9071e8927e290619a2147a377e87d7c | [] | no_license | RFL1M4/PDS | https://github.com/RFL1M4/PDS | 4bb19a78006a244780bfe4f1f951aa94c7e915c6 | 676d3bca5acf7845b3d490269100eba881f32770 | refs/heads/master | 2023-03-25T03:44:51.006000 | 2021-06-28T07:24:00 | 2021-06-28T07:24:00 | 344,065,520 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Rodrigo Lima
* @author Goncalo Machado
*/
class CakeMaster{
private CakeBuilder cakeBuilder;
// Selects right builder to use
public void setCakeBuilder(CakeBuilder cb){
cakeBuilder = cb;
}
// Return cake built
public Cake getCake() {
return cake... | UTF-8 | Java | 3,043 | java | cakeMaster.java | Java | [
{
"context": "/** \r\n * @author Rodrigo Lima\r\n * @author Goncalo Machado\r\n*/\r\n\r\nclass CakeMast",
"end": 29,
"score": 0.9998615384101868,
"start": 17,
"tag": "NAME",
"value": "Rodrigo Lima"
},
{
"context": "/** \r\n * @author Rodrigo Lima\r\n * @author Goncalo Machado\r\n*/\r... | null | [] | /**
* @author <NAME>
* @author <NAME>
*/
class CakeMaster{
private CakeBuilder cakeBuilder;
// Selects right builder to use
public void setCakeBuilder(CakeBuilder cb){
cakeBuilder = cb;
}
// Return cake built
public Cake getCake() {
return cakeBuilder.getCake... | 3,028 | 0.553401 | 0.552087 | 64 | 45.578125 | 30.463505 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 4 |
01c2cda5a7bc595886a65b7aae85d99651924f1f | 32,942,399,175,866 | 8b4505cae83e8684f7a7470976c362c3226bdf65 | /Examen1/src/Separador/Examen1.java | 9a7114bd34ed7d591906cd392746276fd1df3b8d | [] | no_license | fuentesrma/Java-Basico | https://github.com/fuentesrma/Java-Basico | a4263153bcae9ed036c3df9b673fc01688fa3b50 | bbe379cdb6c613916d607651c471198cc8bd2fdb | refs/heads/master | 2021-05-29T14:37:02.871000 | 2015-04-16T18:02:17 | 2015-04-16T18:02:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Separador;
import java.util.ArrayList;
public class Examen1 {//clase examen1
ArrayList listaLetras = new ArrayList();//declaracion de arraylist para guradar las letras
ArrayList listaNumeros = new ArrayList();//declaracion de arraylist para guardar los numeros
int indice;
public String separar(String c... | UTF-8 | Java | 1,394 | java | Examen1.java | Java | [] | null | [] | package Separador;
import java.util.ArrayList;
public class Examen1 {//clase examen1
ArrayList listaLetras = new ArrayList();//declaracion de arraylist para guradar las letras
ArrayList listaNumeros = new ArrayList();//declaracion de arraylist para guardar los numeros
int indice;
public String separar(String c... | 1,394 | 0.751793 | 0.734577 | 36 | 37.694443 | 38.456917 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.277778 | false | false | 4 |
440321b68e3688004e182a72ae9b72eee44b9053 | 1,262,720,404,663 | 88c72d8ba43dfa66e78e8a397a7ae2ce722ecbe3 | /src/main/java/demo/ui/components/editor/table/TableTest1.java | 4ee070fe52be3d0a6565f039639e04a979c8b85a | [
"Apache-2.0"
] | permissive | charygao/idea-setting-explorer | https://github.com/charygao/idea-setting-explorer | 849bfe42572272a12f23b6a567453f008d623630 | cd8ee80e5141913a5dcf4405c12adad743a30b69 | refs/heads/main | 2023-05-26T22:30:47.087000 | 2021-06-14T12:12:47 | 2021-06-14T12:12:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.ui.components.editor.table;
import com.intellij.openapi.actionSystem.CommonShortcuts;
import com.intellij.openapi.keymap.KeymapUtil;
import com.intellij.openapi.ui.popup.ComponentPopupBuilder;
import com.intellij.openapi.ui.popup.JBPopup;
import com.intellij.openapi.ui.popup.JBPopupFactory;
import javax.... | UTF-8 | Java | 3,512 | java | TableTest1.java | Java | [
{
"context": "aultTableModel;\nimport java.awt.*;\n\n/**\n * @author Carry\n * @date 2020/8/13\n */\npublic class TableTest1 {\n",
"end": 413,
"score": 0.9988268613815308,
"start": 408,
"tag": "NAME",
"value": "Carry"
}
] | null | [] | package demo.ui.components.editor.table;
import com.intellij.openapi.actionSystem.CommonShortcuts;
import com.intellij.openapi.keymap.KeymapUtil;
import com.intellij.openapi.ui.popup.ComponentPopupBuilder;
import com.intellij.openapi.ui.popup.JBPopup;
import com.intellij.openapi.ui.popup.JBPopupFactory;
import javax.... | 3,512 | 0.53246 | 0.526196 | 75 | 45.826668 | 32.573761 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746667 | false | false | 4 |
9416ad149ce70f1f06a498f874741a53d8e94a02 | 317,827,606,675 | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-11-04-tempmail/sources/com/tempmail/api/models/requests/DomainsBody.java | b03ecfb0a341e57c0d3aa243a69adf41f9f1afb4 | [] | no_license | zteeed/tempmail-apks | https://github.com/zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830000 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tempmail.api.models.requests;
public class DomainsBody extends RpcBody {
DomainParams params = new DomainParams();
public class DomainParams {
public DomainParams() {
}
}
public DomainsBody() {
this.method = "getdomains";
}
}
| UTF-8 | Java | 285 | java | DomainsBody.java | Java | [] | null | [] | package com.tempmail.api.models.requests;
public class DomainsBody extends RpcBody {
DomainParams params = new DomainParams();
public class DomainParams {
public DomainParams() {
}
}
public DomainsBody() {
this.method = "getdomains";
}
}
| 285 | 0.638596 | 0.638596 | 14 | 19.357143 | 17.277596 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 4 |
7825021b7ac26c9047229bd4d40382f91b7bc241 | 29,686,813,964,695 | 8715a5e1cf152e037faf6ac0ecfd70c73a01ca0e | /es/dto/ESSearchObject.java | f41d9c238b12f4347f1ad858b1bd0201c5ef96c2 | [] | no_license | phungminhhieu1206/elasticseach_demo | https://github.com/phungminhhieu1206/elasticseach_demo | c79e1f928c19d38fbb3882f0d0a7e52fb7c3b686 | 518b74f5a0f0858b5d795ed9a83ebc8698fd1b3c | refs/heads/main | 2023-05-01T10:47:24.127000 | 2021-05-14T10:29:05 | 2021-05-14T10:29:05 | 355,982,286 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.tav.web.dto;
/**
*
* @author HieuPhung
*/
public class ESSearchObject {
private Integer from; // offset
pr... | UTF-8 | Java | 1,076 | java | ESSearchObject.java | Java | [
{
"context": "r.\n */\npackage com.tav.web.dto;\n\n/**\n *\n * @author HieuPhung\n */\npublic class ESSearchObject {\n \n privat",
"end": 238,
"score": 0.9944043755531311,
"start": 229,
"tag": "NAME",
"value": "HieuPhung"
}
] | 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 com.tav.web.dto;
/**
*
* @author HieuPhung
*/
public class ESSearchObject {
private Integer from; // offset
pr... | 1,076 | 0.626394 | 0.626394 | 53 | 19.301888 | 20.085276 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301887 | false | false | 4 |
92dad34141197c5bfc5573b79507eb96cf1a6104 | 13,812,614,827,830 | 5b3124d08ed839e876de9f47af685589ccec5c9b | /ulearning-common-core/src/main/java/com/ky/ulearning/common/core/utils/EncryptUtil.java | 6a08109ad01f84f62d8be44bacb74476b0b055f2 | [] | no_license | Hyidol/u-learning | https://github.com/Hyidol/u-learning | b570b59ac6a7caed593d8105b462c9c4071661b7 | 859a5439e12a05eb2206817dfe68b46a5fdd67b0 | refs/heads/master | 2022-11-20T06:39:36.030000 | 2020-05-22T14:49:41 | 2020-05-22T14:49:41 | 299,804,019 | 0 | 1 | null | true | 2020-09-30T03:57:12 | 2020-09-30T03:57:11 | 2020-09-30T03:21:04 | 2020-07-21T01:42:25 | 51,107 | 0 | 0 | 0 | null | false | false | package com.ky.ulearning.common.core.utils;
import org.springframework.util.DigestUtils;
/**
* 加密工具类
*
* @author luyuhao
* @date 19/12/06 03:33
*/
public class EncryptUtil {
/**
* 密码加密
*
* @param password 密码
* @return 返回加密后的密码串
*/
public static String encryptPassword(String pass... | UTF-8 | Java | 440 | java | EncryptUtil.java | Java | [
{
"context": "work.util.DigestUtils;\n\n/**\n * 加密工具类\n *\n * @author luyuhao\n * @date 19/12/06 03:33\n */\npublic class EncryptU",
"end": 125,
"score": 0.9995428919792175,
"start": 118,
"tag": "USERNAME",
"value": "luyuhao"
},
{
"context": " /**\n * 密码加密\n *\n * @par... | null | [] | package com.ky.ulearning.common.core.utils;
import org.springframework.util.DigestUtils;
/**
* 加密工具类
*
* @author luyuhao
* @date 19/12/06 03:33
*/
public class EncryptUtil {
/**
* 密码加密
*
* @param password 密码
* @return 返回加密后的密码串
*/
public static String encryptPassword(String pass... | 440 | 0.6425 | 0.615 | 22 | 17.181818 | 18.874313 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.136364 | false | false | 4 |
926f1a9a31098b8728762553b0e7ae5978022ad3 | 12,025,908,431,512 | ec81ffbd1d4b053da34540ab2867089e7dd2f079 | /Business/src/main/java/se/bdd/admin/business/handler/status/StatusHandler.java | 67c75dd87900edebb336630010844e7ec6c512b0 | [] | no_license | svantebdd/admin | https://github.com/svantebdd/admin | 33ccdfe8009a04f1f94a194ea1d233cc0727fc2e | 21d589515c60303a399d944473fc0a0eb6b5aa30 | refs/heads/master | 2020-08-13T21:17:07.630000 | 2019-11-04T13:41:21 | 2019-11-04T13:41:21 | 215,038,947 | 0 | 0 | null | false | 2020-07-18T16:49:12 | 2019-10-14T12:31:02 | 2019-11-04T13:41:30 | 2020-07-18T16:49:10 | 6,534 | 0 | 0 | 3 | Java | false | false | package se.bdd.admin.business.handler.status;
import se.bdd.admin.business.handler.status.valueclass.Status;
public interface StatusHandler {
Status getStatus();
void init(Long total, String status);
void init(int total, String status);
void updateProgress();
void addToNumber();
void set... | UTF-8 | Java | 343 | java | StatusHandler.java | Java | [] | null | [] | package se.bdd.admin.business.handler.status;
import se.bdd.admin.business.handler.status.valueclass.Status;
public interface StatusHandler {
Status getStatus();
void init(Long total, String status);
void init(int total, String status);
void updateProgress();
void addToNumber();
void set... | 343 | 0.720117 | 0.720117 | 19 | 17.052631 | 19.661541 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 4 |
15dae6c799e8c48254a5831c2ca75916f3d17105 | 12,833,362,284,627 | f06e07e78302314e1ae5a173dcb19efb5eb39afd | /app/src/main/java/com/cannizarro/securitycamera/CameraActivity.java | 8e73f872026ccef4122a8f42f05dd312b5f12cdd | [
"MIT"
] | permissive | cannizarro/Suraksha | https://github.com/cannizarro/Suraksha | 9e3b22e3725ada361d991b766407e54b683bd3b3 | cc0d922779d59743099512bda76f8313805620a0 | refs/heads/master | 2021-07-12T07:42:46.985000 | 2021-05-09T10:57:13 | 2021-05-09T10:57:13 | 245,426,609 | 5 | 0 | null | false | 2020-04-01T10:12:07 | 2020-03-06T13:26:39 | 2020-04-01T10:10:50 | 2020-04-01T10:12:07 | 321 | 1 | 0 | 0 | Java | false | false | package com.cannizarro.securitycamera;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Base64;
import and... | UTF-8 | Java | 30,211 | java | CameraActivity.java | Java | [
{
"context": "tent();\n username = intent.getStringExtra(\"username\");\n\n signallingClient = new FirebaseSignal",
"end": 4390,
"score": 0.9996179342269897,
"start": 4382,
"tag": "USERNAME",
"value": "username"
},
{
"context": " signallingClient.setRefere... | null | [] | package com.cannizarro.securitycamera;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Base64;
import and... | 30,211 | 0.636656 | 0.633279 | 737 | 39.991859 | 33.294334 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621438 | false | false | 4 |
10563127b065b1defb41ef47aedb42660d84479f | 17,995,912,984,517 | 70df11fc2cf8f0b60807265c0de01b7cbcc34280 | /assert-except/src/main/java/com/pl/stu/validate/Assert.java | 83ab47fedbc3c095660e2a3959d70c15c90eaed5 | [] | no_license | pengls/dragon-demo | https://github.com/pengls/dragon-demo | ea8bdb7b2f84f67b290837bddef04bc5811528ff | 9782e79b33a5eba341b68fafbb652a6cc05d3398 | refs/heads/master | 2022-06-11T18:02:36.363000 | 2020-05-02T01:55:23 | 2020-05-02T01:55:23 | 260,585,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pl.stu.validate;
import com.pl.stu.exception.BaseException;
/**
* @ClassName: Assert
* @Description: validate something
* @Author: pengl
* @Date: 2020/5/1 22:29
* @Version V1.0
*/
public interface Assert {
BaseException ofException(Object... args);
default void notNull(Object object, Objec... | UTF-8 | Java | 990 | java | Assert.java | Java | [
{
"context": "rt\n * @Description: validate something\n * @Author: pengl\n * @Date: 2020/5/1 22:29\n * @Version V1.0\n */\npub",
"end": 153,
"score": 0.9995914101600647,
"start": 148,
"tag": "USERNAME",
"value": "pengl"
}
] | null | [] | package com.pl.stu.validate;
import com.pl.stu.exception.BaseException;
/**
* @ClassName: Assert
* @Description: validate something
* @Author: pengl
* @Date: 2020/5/1 22:29
* @Version V1.0
*/
public interface Assert {
BaseException ofException(Object... args);
default void notNull(Object object, Objec... | 990 | 0.575758 | 0.563636 | 45 | 21 | 18.915014 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 4 |
78ba3cb596c3b9ed3bc76eae81ad3b5b340f757e | 24,567,212,963,148 | c3247e01bbaf2354bf38670e68313d8d6734de91 | /Cards/MonsterCards/Wizard.java | 0af4e518e127e605a6708e479768b34b0b743c46 | [] | no_license | stephangerve/computing-2-final-project | https://github.com/stephangerve/computing-2-final-project | 3dca9c7e7527526db1c4feaf09166eafd1c7192b | f5de9c16a2a584485de5743c7d79d317a4d1bbbc | refs/heads/master | 2023-01-02T04:21:16.855000 | 2020-10-27T20:28:22 | 2020-10-27T20:28:22 | 300,916,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Wizard.java
package Cards.MonsterCards;
import CardProperties.*;
import GameProperties.*;
import java.util.*;
public class Wizard extends Monster{
public Wizard(){
super("Wizard", "Gold", "Dark", 19, 18, 50, 7);
cost.setGoldCoins(1);
cost.setSilverCoins(0);
cost.setBronzeCoins(0);
cost.setFireMana(0)... | UTF-8 | Java | 765 | java | Wizard.java | Java | [] | null | [] | //Wizard.java
package Cards.MonsterCards;
import CardProperties.*;
import GameProperties.*;
import java.util.*;
public class Wizard extends Monster{
public Wizard(){
super("Wizard", "Gold", "Dark", 19, 18, 50, 7);
cost.setGoldCoins(1);
cost.setSilverCoins(0);
cost.setBronzeCoins(0);
cost.setFireMana(0)... | 765 | 0.701961 | 0.667974 | 38 | 19.131578 | 13.262871 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.078947 | false | false | 4 |
4db0e11596f916a2811297d2f94e6135362ba563 | 18,786,186,992,173 | 4d910669377cd9e38c9eabae870655e433679118 | /Application1/src/main/java/session/ISerializer.java | 777d1823d74492a0e595f564867465dfeae0334e | [] | no_license | tasharnvb/learning_java | https://github.com/tasharnvb/learning_java | a0876d6ed39580061e2f994fbb24f6ef90fdc371 | 24f0dcd694ee527e94c4ccf43745080549bb29ee | refs/heads/master | 2020-03-28T02:02:26.386000 | 2016-08-10T16:03:41 | 2016-08-10T16:03:41 | 64,771,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package session;
import entity.Film;
import java.util.HashMap;
import java.util.concurrent.ConcurrentHashMap;
/**
* Created by Academy07 on 08/08/2016.
*/
public interface ISerializer {
void serialize(ConcurrentHashMap<Long, Film> map);
<T> T deserialize();
}
| UTF-8 | Java | 274 | java | ISerializer.java | Java | [
{
"context": "l.concurrent.ConcurrentHashMap;\n\n/**\n * Created by Academy07 on 08/08/2016.\n */\npublic interface ISerializer {",
"end": 140,
"score": 0.9993265271186829,
"start": 131,
"tag": "USERNAME",
"value": "Academy07"
}
] | null | [] | package session;
import entity.Film;
import java.util.HashMap;
import java.util.concurrent.ConcurrentHashMap;
/**
* Created by Academy07 on 08/08/2016.
*/
public interface ISerializer {
void serialize(ConcurrentHashMap<Long, Film> map);
<T> T deserialize();
}
| 274 | 0.729927 | 0.693431 | 15 | 17.266666 | 17.778139 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 4 |
c417447e040fea4ec36616d582d9c00bad2593ce | 8,040,178,801,827 | a3384caa6f8e246de228ccd4c157ac7e65c4cdb2 | /Salao/src/core/persistence/ServicoDAO.java | 5f31b13f0547ab02b53fdd11a0da487412d763df | [
"Apache-2.0"
] | permissive | manzoli2122/salao | https://github.com/manzoli2122/salao | 1d2a1d64983eb815c773d1650fcaf635060464f5 | cddda1162be1abf7b53e321151c2032ad9f1854e | refs/heads/master | 2016-09-05T09:44:42.670000 | 2015-06-28T11:32:19 | 2015-06-28T11:32:19 | 35,246,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.persistence;
import java.util.List;
import javax.ejb.Local;
import core.domain.Servico;
import br.ufes.inf.nemo.util.ejb3.persistence.BaseDAO;
@Local
public interface ServicoDAO extends BaseDAO<Servico>{
List<Servico> findByName(String param);
}
| UTF-8 | Java | 267 | java | ServicoDAO.java | Java | [] | null | [] | package core.persistence;
import java.util.List;
import javax.ejb.Local;
import core.domain.Servico;
import br.ufes.inf.nemo.util.ejb3.persistence.BaseDAO;
@Local
public interface ServicoDAO extends BaseDAO<Servico>{
List<Servico> findByName(String param);
}
| 267 | 0.786517 | 0.782772 | 16 | 15.6875 | 19.025373 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 4 |
a2e6094bb8159ccdf8c200942a517cc5879d0a99 | 8,040,178,801,210 | 14c8213abe7223fe64ff89a47f70b0396e623933 | /com/google/cloud/storage/Acl$Project$ProjectRole.java | c112bf54f1c5a4fa5d13d3b79541613cb05f579d | [
"MIT"
] | permissive | PolitePeoplePlan/backdoored | https://github.com/PolitePeoplePlan/backdoored | c804327a0c2ac5fe3fbfff272ca5afcb97c36e53 | 3928ac16a21662e4f044db9f054d509222a8400e | refs/heads/main | 2023-05-31T04:19:55.497000 | 2021-06-23T15:20:03 | 2021-06-23T15:20:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.cloud.storage;
import com.google.api.core.*;
import com.google.cloud.*;
public static final class ProjectRole extends StringEnumValue
{
private static final long serialVersionUID = -8360324311187914382L;
private static final ApiFunction<String, ProjectRole> CONSTRUCTOR;
private static f... | UTF-8 | Java | 1,809 | java | Acl$Project$ProjectRole.java | Java | [] | null | [] | package com.google.cloud.storage;
import com.google.api.core.*;
import com.google.cloud.*;
public static final class ProjectRole extends StringEnumValue
{
private static final long serialVersionUID = -8360324311187914382L;
private static final ApiFunction<String, ProjectRole> CONSTRUCTOR;
private static f... | 1,809 | 0.641791 | 0.624102 | 54 | 32.5 | 26.973753 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 4 |
f2fa05d59ecfc4cfc4c883403cc2c61f4990530c | 27,857,157,909,741 | e4648b5da102dd00ab9b87a55d96747434de93e8 | /app/src/main/java/com/vikas/tests/webservices_test/Adapter/ChatAdapter.java | 9af316bc850403a5739377a0a26a64e5d2e8fd40 | [
"Apache-2.0"
] | permissive | ervikaspec/webservices_test | https://github.com/ervikaspec/webservices_test | b3a797143b90fb8da71f0c30468821bb87e9bbd1 | f37e2e35ab5c6b8cce64e5e7bfc16952768767ab | refs/heads/master | 2017-11-30T19:36:06.649000 | 2016-05-29T13:10:41 | 2016-05-29T13:10:41 | 59,942,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vikas.tests.webservices_test.Adapter;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextV... | UTF-8 | Java | 3,918 | java | ChatAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by vikasmalhotra on 5/29/16.\n */\npublic class ChatAdapter extends ",
"end": 855,
"score": 0.9996759295463562,
"start": 842,
"tag": "USERNAME",
"value": "vikasmalhotra"
}
] | null | [] | package com.vikas.tests.webservices_test.Adapter;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextV... | 3,918 | 0.664114 | 0.662583 | 107 | 35.616821 | 26.836174 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598131 | false | false | 4 |
4f3b2a43398e0ac96768bbcc188704e03c17f8f9 | 12,386,685,718,684 | 5748d8e5ab80776e6f565f0dd1f5029d4af5b65e | /codeforces/205/B.java | d5d203a8a825f06667463756eda7f0e9d1a3580c | [] | no_license | lokiysh/cp | https://github.com/lokiysh/cp | f50394a98eec42aa4e9ae997aa4852253fff012f | 99cbf19c9db16f51de5a68a8c4989f5de36678c8 | refs/heads/master | 2023-02-10T21:18:51.987000 | 2011-07-22T13:04:00 | 2021-01-11T02:39:17 | 328,587,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.io.OutputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.InputStream;
/**
* Built using CHelper plug-in
* Actual solution is at the top
* @author Lokesh Khandelwal aka (codeKNIGHT | phantom11)
*/
public class Main {
public static void main(Strin... | UTF-8 | Java | 1,521 | java | B.java | Java | [
{
"context": "lug-in\n * Actual solution is at the top\n * @author Lokesh Khandelwal aka (codeKNIGHT | phantom11)\n */\npublic class Mai",
"end": 236,
"score": 0.9998940229415894,
"start": 219,
"tag": "NAME",
"value": "Lokesh Khandelwal"
},
{
"context": " at the top\n * @author Lokes... | null | [] | import java.util.Scanner;
import java.io.OutputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.InputStream;
/**
* Built using CHelper plug-in
* Actual solution is at the top
* @author <NAME> aka (codeKNIGHT | phantom11)
*/
public class Main {
public static void main(String[] args) {... | 1,510 | 0.476003 | 0.469428 | 64 | 22.75 | 13.72953 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96875 | false | false | 4 |
b23623928a50b299f25f6b582321ccba9bdfa741 | 22,144,851,406,307 | f7a66b91dabe72194405dce14878f0983075256b | /src/main/java/over2craft/taxes/configuration/GlobalConfig.java | 4023131e82524bc676214e1288065b8910397e87 | [] | no_license | magrigry/Over2Taxes | https://github.com/magrigry/Over2Taxes | 629e7fad6adc24cd21c9e0be57d3ac2621b640cc | dfad9e1017e19644f449fffc26ec38c3cc7e13f2 | refs/heads/main | 2023-03-03T20:08:59.965000 | 2021-02-15T12:56:09 | 2021-02-15T12:56:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package over2craft.taxes.configuration;
import over2craft.taxes.Taxes;
import java.util.List;
public class GlobalConfig {
public static List<String> getOfflineCommands() {
return Taxes.plugin.getConfig().getStringList("taxes.notify.send-essentials-mail-if-offline");
}
public static List<String>... | UTF-8 | Java | 447 | java | GlobalConfig.java | Java | [] | null | [] | package over2craft.taxes.configuration;
import over2craft.taxes.Taxes;
import java.util.List;
public class GlobalConfig {
public static List<String> getOfflineCommands() {
return Taxes.plugin.getConfig().getStringList("taxes.notify.send-essentials-mail-if-offline");
}
public static List<String>... | 447 | 0.731544 | 0.727069 | 18 | 23.833334 | 31.646046 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 4 |
1956fea58382c23f89ad35d47b87b8c3d272b7fc | 22,144,851,403,586 | fbbdb636b6c7023548b1768cb7c0c68494fbd367 | /src/main/java/com/somnus/pay/payment/service/PaymentOrderService.java | 11f8aa5306ea9dbb7c1573badda8c8f29c22ec27 | [] | no_license | lmtoo/pay | https://github.com/lmtoo/pay | 40b6b76c45f3ee8353492bfb00b2fb83ff0bf76c | a958ee95101e16fd1e435c7f46bc36c044dcc9b9 | refs/heads/master | 2021-01-24T23:24:37.472000 | 2016-07-09T11:13:55 | 2016-07-09T11:13:55 | 62,949,961 | 1 | 0 | null | true | 2016-07-09T13:06:57 | 2016-07-09T13:06:55 | 2016-07-09T13:06:57 | 2016-07-09T11:13:42 | 797 | 0 | 0 | 0 | Java | null | null | package com.somnus.pay.payment.service;
import com.somnus.pay.payment.pojo.*;
import java.util.Map;
/**
* @description: <br/>
* @author: 丹青生<br/>
* @version: 1.0<br/>
* @createdate: 2015-12-30<br/>
* Modification History:<br/>
* Date Author Version Discription<br/>
* ------------... | UTF-8 | Java | 922 | java | PaymentOrderService.java | Java | [
{
"context": "il.Map;\n\n/**\n * @description: <br/>\n * @author: 丹青生<br/>\n * @version: 1.0<br/>\n * @createdate: 2015",
"end": 147,
"score": 0.9955397844314575,
"start": 144,
"tag": "NAME",
"value": "丹青生"
},
{
"context": "-----------------------<br/>\n * 2015-12-30 丹青生 ... | null | [] | package com.somnus.pay.payment.service;
import com.somnus.pay.payment.pojo.*;
import java.util.Map;
/**
* @description: <br/>
* @author: 丹青生<br/>
* @version: 1.0<br/>
* @createdate: 2015-12-30<br/>
* Modification History:<br/>
* Date Author Version Discription<br/>
* ------------... | 922 | 0.593341 | 0.56956 | 35 | 23.028572 | 23.778124 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742857 | false | false | 4 |
831b0b6fc815e8a5ce954f0cddf21edd5f298d87 | 19,250,043,465,382 | f0d42d6ad9ec4350e30339d402aac969327671a8 | /src/main/java/pms/com/service/EffortServiceImplement.java | 68cfcc1fa6fe85a02af48bc91eb88cd49e40f575 | [] | no_license | datlp0905/pms | https://github.com/datlp0905/pms | 2543da658f9e0f807604244b588f859785cd8b44 | 7e78fcacc4ee88f2645508ab41dacf69b767fcc4 | refs/heads/master | 2020-05-27T14:19:37.711000 | 2019-05-26T08:27:09 | 2019-05-26T08:27:09 | 188,657,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pms.com.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pms.com.entities.Effort;
import pms.com.repository.EffortRepository;
import pms.com.repository.EmployeeRepository;
import java.util.List;
import java.util.Optional;
@Service
p... | UTF-8 | Java | 1,098 | java | EffortServiceImplement.java | Java | [] | null | [] | package pms.com.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pms.com.entities.Effort;
import pms.com.repository.EffortRepository;
import pms.com.repository.EmployeeRepository;
import java.util.List;
import java.util.Optional;
@Service
p... | 1,098 | 0.677596 | 0.677596 | 44 | 23.954546 | 19.663019 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 4 |
872601b564e68e1696dfa555ea50b9065a7efe56 | 26,783,416,107,389 | 3ebaee3a565d5e514e5d56b44ebcee249ec1c243 | /assetBank 3.77 decomplied fixed/src/java/com/bright/assetbank/entity/action/DeleteAssetEntityAction.java | 53d451e8f8c684084fd53949a8c21eb3a5c28004 | [] | no_license | webchannel-dev/Java-Digital-Bank | https://github.com/webchannel-dev/Java-Digital-Bank | 89032eec70a1ef61eccbef6f775b683087bccd63 | 65d4de8f2c0ce48cb1d53130e295616772829679 | refs/heads/master | 2021-10-08T19:10:48.971000 | 2017-11-07T09:51:17 | 2017-11-07T09:51:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package com.bright.assetbank.entity.action;
/* */
/* */ import com.bn2web.common.exception.Bn2Exception;
/* */ import com.bright.assetbank.entity.exception.EntityHasAssetsException;
/* */ import com.bright.assetbank.entity.exception.EntityHasRelationshipException;
/* */ import com.bright.... | UTF-8 | Java | 3,231 | java | DeleteAssetEntityAction.java | Java | [
{
"context": " }\n/* */ }\n\n/* Location: C:\\Users\\mamatha\\Desktop\\com.zip\n * Qualified Name: com.br",
"end": 3096,
"score": 0.5800701379776001,
"start": 3093,
"tag": "USERNAME",
"value": "mam"
}
] | null | [] | /* */ package com.bright.assetbank.entity.action;
/* */
/* */ import com.bn2web.common.exception.Bn2Exception;
/* */ import com.bright.assetbank.entity.exception.EntityHasAssetsException;
/* */ import com.bright.assetbank.entity.exception.EntityHasRelationshipException;
/* */ import com.bright.... | 3,231 | 0.636645 | 0.623955 | 66 | 47.969696 | 36.345135 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
b4c9c509c23365c7369ee6f8ece298d773507893 | 7,653,631,776,419 | a0fe5851834cd39a326f5a2ba7229cbd6abfd324 | /src/main/java/com/prateek/mediaoceanquestion/MediaOceanQuestion.java | d0abb9475590209977ddb52ba77230559f421bb6 | [] | no_license | spunkprs/workspace | https://github.com/spunkprs/workspace | 5649dc05472ea0d3717d184b6ddf1835026cac32 | d39578da9f8ec5cfc1437d1217e27b4a20dbfa5c | refs/heads/master | 2021-01-21T04:50:12.856000 | 2016-07-08T09:26:13 | 2016-07-08T09:26:13 | 48,749,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prateek.mediaoceanquestion;
public class MediaOceanQuestion {
private static char[] arr;
private static int counter = 1;
private static int startPoint = 0;
private static int endPoint = 0;
private static int sum = 0;
public static void main(String[] args) {
}
public static String validTriangl... | UTF-8 | Java | 3,468 | java | MediaOceanQuestion.java | Java | [] | null | [] | package com.prateek.mediaoceanquestion;
public class MediaOceanQuestion {
private static char[] arr;
private static int counter = 1;
private static int startPoint = 0;
private static int endPoint = 0;
private static int sum = 0;
public static void main(String[] args) {
}
public static String validTriangl... | 3,468 | 0.639273 | 0.625433 | 141 | 23.595745 | 23.955034 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.638298 | false | false | 4 |
3d12b7911cad6f3f148513b1591ebdf6803a2145 | 2,302,102,519,355 | ab63bfb71ef607c59662f5a5cb14a794186f082f | /jo.chview.core/src/jo/d2k/data/logic/report/DistanceMatrixReport.java | 4df001b48629acf308b34b0f372e38903e5a7e30 | [] | no_license | Surtac/ChView | https://github.com/Surtac/ChView | cef5af20acd4f66b93b3c893d5e12c00355f9847 | e927267be2b95b6250419c0b88464ba396d8f71f | refs/heads/master | 2021-05-29T23:59:43.430000 | 2015-07-10T21:12:42 | 2015-07-10T21:12:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created on Aug 28, 2002
*
* To change this generated comment edit the template variable "filecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of file comments go to
* Window>Preferences>Java>Code Generation.
*/
package jo.d2k.data.logic.report;
import java.util... | UTF-8 | Java | 4,006 | java | DistanceMatrixReport.java | Java | [
{
"context": "rt jo.util.utils.FormatUtils;\r\n\r\n\r\n/**\r\n * @author jgrant\r\n *\r\n * To change this generated comment edit the",
"end": 609,
"score": 0.9979203939437866,
"start": 603,
"tag": "USERNAME",
"value": "jgrant"
}
] | null | [] | /**
* Created on Aug 28, 2002
*
* To change this generated comment edit the template variable "filecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of file comments go to
* Window>Preferences>Java>Code Generation.
*/
package jo.d2k.data.logic.report;
import java.util... | 4,006 | 0.557414 | 0.541188 | 110 | 34.418182 | 28.478184 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.990909 | false | false | 4 |
ad7a1adfbc3a79b2211c493387981694db441750 | 22,514,218,606,428 | fa9308f0f3e4cfe1e79cbb6d0375c6726617163e | /src/Types/Streams/StreamEntierAleatoire.java | 33ff0ba4b4b5f46a75afdfe2fd6d1c7b26cf5d99 | [] | no_license | FlorianCahay/Streash | https://github.com/FlorianCahay/Streash | d8ff13dd4e8899cbaac2f1cb66d8abfab4276040 | be1d6a66335a48055ccdc7a92ab93d460663b055 | refs/heads/master | 2020-04-13T09:08:15.913000 | 2019-01-17T18:39:39 | 2019-01-17T18:39:39 | 163,102,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Types.Streams;
import Types.Rationnel;
import Types.StreamType;
import Types.TypesDonnees;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Random;
import java.util.stream.Stream;
public class StreamEntierAleatoire implements StreamType {
private long seed;
private long mini;... | UTF-8 | Java | 2,389 | java | StreamEntierAleatoire.java | Java | [] | null | [] | package Types.Streams;
import Types.Rationnel;
import Types.StreamType;
import Types.TypesDonnees;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Random;
import java.util.stream.Stream;
public class StreamEntierAleatoire implements StreamType {
private long seed;
private long mini;... | 2,389 | 0.648218 | 0.642348 | 79 | 29.189873 | 32.592255 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493671 | false | false | 4 |
f0e8ed14daeb74e6131fca5af83221f89df1a62a | 26,783,416,104,589 | 2f26ed6f6dac814ebd04548b2cd274246e8c9326 | /WEB-INF/src/com/yhaguy/util/comision/Cons.java | 4b5d25958806a7f4f2efaa33a3eb50234322bd56 | [] | no_license | sraul/yhaguy-baterias | https://github.com/sraul/yhaguy-baterias | ecbac89f922fc88c5268102025affc0a6d07ffb5 | 7aacfdd3fbca50f9d71c940ba083337a2c80e899 | refs/heads/master | 2023-08-19T05:21:03.565000 | 2023-08-18T15:33:08 | 2023-08-18T15:33:08 | 144,028,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yhaguy.util.comision;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.*;
import com.coreweb.extras.csv.CSV;
import com.coreweb.util.Misc;
public class Cons {
/*
* SQL usado para sacar la info del mes ***** OJO: Son 2 sql, uno para las
* cobranzas, y otro que suma las... | UTF-8 | Java | 43,708 | java | Cons.java | Java | [
{
"context": "atic Object[][] usuarioVendedor = { { EXTERNO, \"otro-e\", \"1\" },\n\t\t\t{ EXTERNO, \"JAGUILERA\", \"3\" }, { EX",
"end": 5479,
"score": 0.5369421243667603,
"start": 5477,
"tag": "NAME",
"value": "ro"
},
{
"context": "c Object[][] usuarioVendedor = { { EXTERNO, \"otro... | null | [] | package com.yhaguy.util.comision;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.*;
import com.coreweb.extras.csv.CSV;
import com.coreweb.util.Misc;
public class Cons {
/*
* SQL usado para sacar la info del mes ***** OJO: Son 2 sql, uno para las
* cobranzas, y otro que suma las... | 43,026 | 0.609 | 0.545344 | 1,122 | 37.937611 | 31.78108 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.517825 | false | false | 4 |
2f21847aa491766f6b23c2a83d3211af4a160c6b | 10,943,576,727,945 | 317c05d87d5cf3479f81c6b4b4d8e1724ca7e98c | /src/Assignment_English_Language_known_Key_Length/VigenereCipher.java | 1ac059642fdfa6b7215bd9da57773428ebdaa225 | [] | no_license | chanhoparkcj/Breaking_VigenereCipher-DUKE-COURSE2-WEEK4 | https://github.com/chanhoparkcj/Breaking_VigenereCipher-DUKE-COURSE2-WEEK4 | 4b684af84b089d04135040dae4afc831db1a5b7d | 08657bd119f50b76fd7c0b62ba4a70e681a5eeeb | refs/heads/master | 2020-03-12T19:23:47.257000 | 2018-04-24T03:09:28 | 2018-04-24T03:09:28 | 130,783,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Assignment_English_Language_known_Key_Length;
import edu.duke.*;
import java.util.*;
public class VigenereCipher {
CaesarCipher[] ciphers;
public VigenereCipher(int[] key){
/*
* the constructor, which takes a key which is an array of integer
* and initialize the field ciphers, which is an a... | UTF-8 | Java | 1,638 | java | VigenereCipher.java | Java | [
{
"context": "ic static void main(String args[]){\r\n\t\tint[] key={17,14,12,4}; //\"rome\"\r\n\t\tVigenereCipher vc=new VigenereCiphe",
"end": 1544,
"score": 0.9939101338386536,
"start": 1534,
"tag": "KEY",
"value": "17,14,12,4"
}
] | null | [] | package Assignment_English_Language_known_Key_Length;
import edu.duke.*;
import java.util.*;
public class VigenereCipher {
CaesarCipher[] ciphers;
public VigenereCipher(int[] key){
/*
* the constructor, which takes a key which is an array of integer
* and initialize the field ciphers, which is an a... | 1,638 | 0.684982 | 0.677045 | 57 | 26.736841 | 18.396727 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.385965 | false | false | 4 |
0b9850552dfc4cfd9e2409e5321575328bf45f00 | 7,593,502,226,752 | 19b1c2d2a4a1f9fa36fe6f8027d36a4fbcb2925f | /Chat_Video/src/webcam/JPanelVideo.java | 11ab44978cefcb06ee517f1cf938aebfba329b42 | [] | no_license | Niklaus5665/Java_Chat_Video | https://github.com/Niklaus5665/Java_Chat_Video | 1a753957cc8299176647f2de4d3452250783e98c | 3009a009ed3b7f2445293a23f94e456a8dbd34a0 | refs/heads/master | 2020-12-30T17:10:54.365000 | 2017-06-13T22:50:55 | 2017-06-13T22:50:55 | 91,061,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package webcam;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.awt.LayoutManager;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import javax.swin... | ISO-8859-1 | Java | 7,016 | java | JPanelVideo.java | Java | [] | null | [] |
package webcam;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.awt.LayoutManager;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import javax.swin... | 7,016 | 0.639812 | 0.630543 | 222 | 30.585585 | 29.091024 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.189189 | false | false | 4 |
ee9b54db637ac9149940e1af0c03ef9cca602736 | 16,724,602,693,138 | 6fc7be33251aa544a9ec762528a8350a7ef7e3e5 | /src/team/group26/activeReplica/Bank.java | 3818a6773bd698e79790bc51dd3485dcb485c156 | [] | no_license | Jamie-Jay/Reliable-Distributed-System-Bank | https://github.com/Jamie-Jay/Reliable-Distributed-System-Bank | bd7ed6303b62ec54f91545a7b35f4176e660dee9 | 6f8955767d1cc25478f681838bc1e25fb58d4787 | refs/heads/master | 2023-01-09T20:42:03.716000 | 2020-07-27T05:55:55 | 2020-07-27T05:55:55 | 311,389,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team.group26.activeReplica;
public class Bank {
private int balance=0;
private static Bank bank;
//make the constructor private
private Bank(){ }
public static Bank getInstance() {
if (bank == null) {
synchronized (Bank.class) {
if (bank == null) {
... | UTF-8 | Java | 911 | java | Bank.java | Java | [] | null | [] | package team.group26.activeReplica;
public class Bank {
private int balance=0;
private static Bank bank;
//make the constructor private
private Bank(){ }
public static Bank getInstance() {
if (bank == null) {
synchronized (Bank.class) {
if (bank == null) {
... | 911 | 0.513721 | 0.50933 | 49 | 17.591837 | 16.940374 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 4 |
e10c12a165173df3f7ef195fb2e5e8e8ed2e56be | 6,373,731,509,378 | df9fd3aec585b61a704d8fcbc3b61235fa142ad0 | /JSocketsLibrary/src/jsockets/client/SocketClient.java | 956d5fc1c23db6dd3aff7013ab64f0613e645c1e | [
"Apache-2.0"
] | permissive | rcasanovan/JSockets | https://github.com/rcasanovan/JSockets | 6207eb756803c68e37b0197ec6d2c24f3e73ef21 | 8d1cbd7a71d21e0a3cb734d77be756f453d7f4c9 | refs/heads/master | 2016-09-05T10:18:57.417000 | 2016-02-07T11:45:04 | 2016-02-07T11:45:04 | 39,007,049 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jsockets.client;
import java.io.*;
import java.net.ConnectException;
import java.net.InetAddress;
import java.net.Socket;
import jsockets.util.UtilFunctions;
/**
* Class that contains the request made by the client to the server via
* the protocol specified
* @author Ricardo Casanova
* @author Gerardo Bar... | UTF-8 | Java | 6,384 | java | SocketClient.java | Java | [
{
"context": "he server via\n * the protocol specified\n * @author Ricardo Casanova\n * @author Gerardo Barcia\n * @version 1.0.0\n * @s",
"end": 297,
"score": 0.9998378753662109,
"start": 281,
"tag": "NAME",
"value": "Ricardo Casanova"
},
{
"context": "l specified\n * @author Ricard... | null | [] | package jsockets.client;
import java.io.*;
import java.net.ConnectException;
import java.net.InetAddress;
import java.net.Socket;
import jsockets.util.UtilFunctions;
/**
* Class that contains the request made by the client to the server via
* the protocol specified
* @author <NAME>
* @author <NAME>
* @version 1.... | 6,366 | 0.566886 | 0.561247 | 251 | 24.438248 | 22.261734 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.278884 | false | false | 4 |
448bae96e2703962ad8b8334f96199f039050b9b | 22,265,110,501,292 | c7f905e333679b2b3bff43585b42790a6228b1da | /src/main/java/mymap/item/vo/MapPublicpakVo.java | 6fc9a8153ed80f9c342db630f4441890c3d9538b | [] | no_license | hbyyb/item | https://github.com/hbyyb/item | 1532b8e327b514701fd85ed8e25fab9ea7499e3a | 14376a541a2faca218df8b39ff178c1ec3fd3073 | refs/heads/master | 2023-03-20T22:40:37.407000 | 2021-03-11T08:52:15 | 2021-03-11T08:52:15 | 346,637,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mymap.item.vo;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
import java.math.BigDecimal;
import java.util.Date;
@Table(name = "map_publicpak")
public class MapPublicpakVo {
@Id
@Column(name = "publicpark_id")
private Long publicparkId;
@Column(... | UTF-8 | Java | 2,939 | java | MapPublicpakVo.java | Java | [] | null | [] | package mymap.item.vo;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
import java.math.BigDecimal;
import java.util.Date;
@Table(name = "map_publicpak")
public class MapPublicpakVo {
@Id
@Column(name = "publicpark_id")
private Long publicparkId;
@Column(... | 2,939 | 0.652603 | 0.652603 | 130 | 21.615385 | 19.724012 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.207692 | false | false | 4 |
bf5fabb693b5db71b03e35accd8037d103766423 | 16,621,523,491,195 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/bytedance/apm/agent/tracing/AutoPageTraceHelper.java | 0decc74ff113112f189beaa50596fba6294abe7d | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytedance.apm.agent.tracing;
import android.text.TextUtils;
import com.bytedance.apm.p252m.C6273b;
import com.bytedance.apm.p253n.p470b.C9635a;
import java.util.HashSet;
import java.util.concurrent.ConcurrentLinkedQueue;
public class AutoPageTraceHelper {
private static boolean sIsFirstWindowFocusChan... | UTF-8 | Java | 12,816 | java | AutoPageTraceHelper.java | Java | [] | null | [] | package com.bytedance.apm.agent.tracing;
import android.text.TextUtils;
import com.bytedance.apm.p252m.C6273b;
import com.bytedance.apm.p253n.p470b.C9635a;
import java.util.HashSet;
import java.util.concurrent.ConcurrentLinkedQueue;
public class AutoPageTraceHelper {
private static boolean sIsFirstWindowFocusChan... | 12,816 | 0.537687 | 0.468399 | 243 | 51.740742 | 30.836531 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.279835 | false | false | 4 |
b2acc9521e53b012b0785517f1f3239d1edcf7ed | 16,621,523,490,947 | be099199b7775438b7fd159df0defc3a560848c6 | /ViewPagerDemoS/src/com/stormgens/myviewpagerdemo/fragment/ImageDetailFragment.java | 6b2bb85e2c484c81efec284f99881745cdb1538c | [] | no_license | StormGens/StormExamples | https://github.com/StormGens/StormExamples | ed38c90ac8fe8a8f18b4abc2f686155e42cabe50 | a0f0a922048623559e22926feb2c45dc249c0619 | refs/heads/master | 2021-01-22T04:41:55.354000 | 2013-05-16T11:17:10 | 2013-05-16T11:17:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stormgens.myviewpagerdemo.fragment;
import com.stormgens.myviewpagerdemo.R;
import com.stormgens.myviewpagerdemo.activity.ImageDetailViewPagerActivity;
import com.stormgens.thread.MyAsyncTask;
import com.stormgens.util.ImageUtil;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.sup... | UTF-8 | Java | 2,838 | java | ImageDetailFragment.java | Java | [] | null | [] | package com.stormgens.myviewpagerdemo.fragment;
import com.stormgens.myviewpagerdemo.R;
import com.stormgens.myviewpagerdemo.activity.ImageDetailViewPagerActivity;
import com.stormgens.thread.MyAsyncTask;
import com.stormgens.util.ImageUtil;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.sup... | 2,838 | 0.671952 | 0.668781 | 84 | 32.785713 | 24.398026 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 4 |
a80e07ff980eb823877def3eb19c0fd91949e238 | 24,249,385,398,871 | c798619b753a5176513ba408d44ae136480bf572 | /src/com/linkbyte/everscript/ESDictionary.java | 15e1d86eec4491fd3e1f3cdcded341c634af4a80 | [
"MIT"
] | permissive | EverScriptLang/EverScript | https://github.com/EverScriptLang/EverScript | dffc9944b8506fd39d02b7e5513fb3ece5db5dd7 | e791ca75523399206481f017be8e2861424d2177 | refs/heads/master | 2022-12-27T10:05:09.127000 | 2020-10-05T17:01:46 | 2020-10-05T17:01:46 | 291,805,507 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linkbyte.everscript;
import java.util.*;
import java.util.stream.Collectors;
class ESDictionary {
final Token name;
final Map<String, Object> properties;
ESDictionary(Token name, Map<String, Object> properties) {
this.name = name;
this.properties = properties;
}
publi... | UTF-8 | Java | 1,164 | java | ESDictionary.java | Java | [] | null | [] | package com.linkbyte.everscript;
import java.util.*;
import java.util.stream.Collectors;
class ESDictionary {
final Token name;
final Map<String, Object> properties;
ESDictionary(Token name, Map<String, Object> properties) {
this.name = name;
this.properties = properties;
}
publi... | 1,164 | 0.597079 | 0.597079 | 37 | 30.459459 | 34.912704 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 4 |
c709d631fda7bd09eb442a8ebfede0219b5cb7d6 | 31,207,232,414,140 | 7359d640dd5bc194d3b51ee20d4ee7d5ae4fe00c | /app/src/main/java/cn/adolf/adolf/widget/DaysWidget.java | 83a7ce15b25b8e9fe15c5b4a41cd95615f910a76 | [
"Apache-2.0"
] | permissive | Puffer987/AdolfTool | https://github.com/Puffer987/AdolfTool | 7656fad7bfe02b7f96ed4d7d997ffdce98f36e18 | 683e8f0d7a4e2474e91bc6ab9310c1740cb7f3ed | refs/heads/main | 2023-04-01T03:34:41.680000 | 2021-03-25T06:46:47 | 2021-03-25T06:46:47 | 312,208,108 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.adolf.adolf.widget;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.P... | UTF-8 | Java | 6,260 | java | DaysWidget.java | Java | [] | null | [] | package cn.adolf.adolf.widget;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.P... | 6,260 | 0.675658 | 0.67316 | 145 | 40.413792 | 32.445091 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855172 | false | false | 4 |
de04469c5fd70d60676908fcbc97975a5924702b | 33,285,996,585,957 | 8b03ce2d9ef6c5bd1a748fef93a29e1950998631 | /src/main/java/com/wapitia/common/io/csv/CSVCellCollector.java | 95172ad2c1274a63121d1e6c725d2ecfbb7bdd40 | [] | no_license | wapitia/Bergen-Budget | https://github.com/wapitia/Bergen-Budget | 11902a7a0cb216e4d55099505a17ae24776687ef | 67974bfe5ab775dcb48cd54215bf0b08300c01f5 | refs/heads/master | 2021-08-22T23:06:54.007000 | 2017-12-01T15:28:35 | 2017-12-01T15:28:35 | 112,540,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wapitia.common.io.csv;
@FunctionalInterface
public interface CSVCellCollector {
public void addCell(int column, int row, String cellContents);
}
| UTF-8 | Java | 164 | java | CSVCellCollector.java | Java | [] | null | [] | package com.wapitia.common.io.csv;
@FunctionalInterface
public interface CSVCellCollector {
public void addCell(int column, int row, String cellContents);
}
| 164 | 0.780488 | 0.780488 | 8 | 19.5 | 22.627417 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
b9d5cf1b8e4234da836166ea640d205c92272ae6 | 28,973,849,429,838 | 285f46fcefff7992b0aca2df2055fca4b4b22463 | /app/src/main/java/com/lgastelu/examensabado/repositories/UserRepository.java | 9177d0b1d6a4d3f5e8eef855751ab610a24af262 | [] | no_license | LuisAngelG/ExamenSabado | https://github.com/LuisAngelG/ExamenSabado | 2aca7143e6c880acb0309488c863d7a7cbc2081a | 31b6ce009d636e32ba285fa09805e7dae67528b2 | refs/heads/master | 2020-09-07T09:33:57.432000 | 2019-11-10T04:07:25 | 2019-11-10T04:07:25 | 220,739,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lgastelu.examensabado.repositories;
import com.lgastelu.examensabado.models.User;
import com.orm.SugarRecord;
import java.util.List;
public class UserRepository {
public static List<User>list(){
List<User>users= SugarRecord.listAll(User.class);
return users;
}
public static U... | UTF-8 | Java | 1,229 | java | UserRepository.java | Java | [
{
"context": " user.setName(name);\n user.setUsername(username);\n user.setEmail(email);\n user.setP",
"end": 875,
"score": 0.9982975125312805,
"start": 867,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.lgastelu.examensabado.repositories;
import com.lgastelu.examensabado.models.User;
import com.orm.SugarRecord;
import java.util.List;
public class UserRepository {
public static List<User>list(){
List<User>users= SugarRecord.listAll(User.class);
return users;
}
public static U... | 1,229 | 0.675346 | 0.675346 | 43 | 27.581396 | 26.162491 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813953 | false | false | 4 |
e90248aad02f6a78402940ab286e91e9a3bbbf58 | 15,496,242,055,408 | 3fa13c9aed3d26c37ad3f4d21ae109bba46c384d | /Business/src/Business/ElectroDomesticoLogic.java | 84555ccc638d3fb278ea81b679d4bfd85428fddc | [] | no_license | fbr1/TPJavaUTN2014NeSe | https://github.com/fbr1/TPJavaUTN2014NeSe | 7a50ba8e89b84725dbca6986fedb51c712493d56 | 1286b1d4f2a23f85c86398f467c764de866376b1 | refs/heads/master | 2016-09-06T11:03:36.596000 | 2015-02-23T00:43:33 | 2015-02-23T00:43:33 | 22,772,027 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Business;
import java.util.ArrayList;
import Data.ElectroDomesticoAdapter;
import Entities.ConsumoEnergetico;
import Entities.ElectroDomestico;
import Entities.Color;
import Entities.Lavarropas;
import Entities.Entity.States;
import Entities.PesoPrecio;
import Entities.Television;
public class ElectroDomest... | UTF-8 | Java | 3,593 | java | ElectroDomesticoLogic.java | Java | [] | null | [] | package Business;
import java.util.ArrayList;
import Data.ElectroDomesticoAdapter;
import Entities.ConsumoEnergetico;
import Entities.ElectroDomestico;
import Entities.Color;
import Entities.Lavarropas;
import Entities.Entity.States;
import Entities.PesoPrecio;
import Entities.Television;
public class ElectroDomest... | 3,593 | 0.747008 | 0.746451 | 120 | 28.941668 | 28.114141 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.341667 | false | false | 4 |
0a6dcfd985ed0773b0b55d4b429a7356066be2d1 | 24,824,911,013,496 | 31a6d75a765fb46e6c743f53343eadf02effc693 | /modules/architecture-representation/src/main/java/arquitetura/touml/Operations.java | 7886738c5e2ca87f4640072aa4e19bc9b6caf4b2 | [] | no_license | LucianeBaldo/OPLA-Tool | https://github.com/LucianeBaldo/OPLA-Tool | 9db5a2700f90356aedd7549b0ed0b206c4bb7415 | f2c2647b0d1661a8517af33e66fae1168e92a14e | refs/heads/master | 2020-04-30T16:00:07.482000 | 2020-03-13T00:02:54 | 2020-03-13T00:02:54 | 176,936,365 | 1 | 0 | null | true | 2020-03-05T16:07:58 | 2019-03-21T12:04:18 | 2020-03-04T17:53:29 | 2020-03-05T16:07:57 | 36,057 | 1 | 0 | 0 | HTML | false | false | package arquitetura.touml;
import arquitetura.representation.Architecture;
/**
* @author edipofederle<edipofederle@gmail.com>
*/
public class Operations {
private DocumentManager doc;
private ClassOperations classOperation;
private AssociationOperations associationOperation;
private PackageOperati... | UTF-8 | Java | 4,365 | java | Operations.java | Java | [
{
"context": "tura.representation.Architecture;\n\n\n/**\n * @author edipofederle<edipofederle@gmail.com>\n */\npublic class Operatio",
"end": 105,
"score": 0.9985887408256531,
"start": 93,
"tag": "USERNAME",
"value": "edipofederle"
},
{
"context": "ation.Architecture;\n\n\n/**\n * @... | null | [] | package arquitetura.touml;
import arquitetura.representation.Architecture;
/**
* @author edipofederle<<EMAIL>>
*/
public class Operations {
private DocumentManager doc;
private ClassOperations classOperation;
private AssociationOperations associationOperation;
private PackageOperations packageOper... | 4,350 | 0.725315 | 0.724857 | 149 | 28.302013 | 24.574965 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42953 | false | false | 4 |
bc2390ca82ade11a7a8506284f3ce3da13702659 | 31,336,081,395,036 | 3dc051d9be5b104f8f43aacf01076893986ddab5 | /src/main/java/com/academy/base/service/ProjectService.java | bb1208649f70ff3cef863cd9c8a0223de65764db | [] | no_license | MatiasGonzalezRomeroAcademy/base | https://github.com/MatiasGonzalezRomeroAcademy/base | 6608360c20cc9a2058300de7519536f76332b11b | be4a5703464b57f10518a15dc159c7d9aa39b4bc | refs/heads/master | 2023-01-14T14:39:12.371000 | 2020-11-25T02:30:40 | 2020-11-25T02:30:40 | 309,836,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.academy.base.service;
import static java.util.stream.Collectors.toList;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.anno... | UTF-8 | Java | 3,297 | java | ProjectService.java | Java | [
{
"context": "tional\n\t@CacheEvict(cacheNames = \"projects\", key = \"#id\")\n\tpublic void delete(final Long id) {\n\t\tif (!pro",
"end": 2003,
"score": 0.9333561658859253,
"start": 1999,
"tag": "KEY",
"value": "\"#id"
},
{
"context": "actional\n\t@CachePut(cacheNames = \"projects\... | null | [] | package com.academy.base.service;
import static java.util.stream.Collectors.toList;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.anno... | 3,297 | 0.759782 | 0.758265 | 114 | 27.921053 | 25.131983 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
afc916f6854924aed7b9804493844017ab587854 | 27,874,337,796,926 | 9538e783c022ff5418aa1f5fac7072077dd6ecf1 | /src/main/java/com/epam/library/form/EditUserForm.java | e150e77d02759186bf505f3a84ffe7d42ad52d19 | [] | no_license | abalyberdina/LibraryProject | https://github.com/abalyberdina/LibraryProject | 2a2d99b581f49e2db00868a45e18ecef972c3198 | 7d9b6a70d1144fc465aed9b893ca7216c5133c2c | refs/heads/master | 2021-01-24T19:12:45.130000 | 2015-05-24T16:14:30 | 2015-05-24T16:14:30 | 35,884,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.library.form;
import javax.validation.constraints.Pattern;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotBlank;
import com.epam.library.domain.User;
import com.epam.library.support.FieldMatch;
@FieldMatch.List({ @FieldMatch(first = "password", seco... | UTF-8 | Java | 3,226 | java | EditUserForm.java | Java | [] | null | [] | package com.epam.library.form;
import javax.validation.constraints.Pattern;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotBlank;
import com.epam.library.domain.User;
import com.epam.library.support.FieldMatch;
@FieldMatch.List({ @FieldMatch(first = "password", seco... | 3,226 | 0.633292 | 0.624303 | 146 | 21.09589 | 19.491596 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328767 | false | false | 4 |
86dea372b3a9f497db60937fcaf10fe4dfa18303 | 30,932,354,520,071 | 865687753db2604b6c307136dc147fb9edf948ae | /testing/src/interview_coding/PalindromeNumber.java | 989d5f20650498c7ff488ff4a52793cd65a8211a | [] | no_license | azharkadri/testing | https://github.com/azharkadri/testing | c5d0152a0aa39d1972a9c39dd5bf11741035bf30 | d79c7a5a476c5b4ab713786916b2b2e963304622 | refs/heads/master | 2021-05-22T14:58:15.848000 | 2020-04-04T10:55:07 | 2020-04-04T10:55:07 | 252,972,281 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interview_coding;
import java.util.Scanner;
public class PalindromeNumber {
public static void isPalindrome(int num) {
int dup=num,rev=0;
while(num>0) {
rev=rev*10+(num%10);
num/=10;
}
if(dup==rev) {
System.out.println("yes, palindrome number: "+rev);
}
else
System.out.println("no, no... | UTF-8 | Java | 539 | java | PalindromeNumber.java | Java | [] | null | [] | package interview_coding;
import java.util.Scanner;
public class PalindromeNumber {
public static void isPalindrome(int num) {
int dup=num,rev=0;
while(num>0) {
rev=rev*10+(num%10);
num/=10;
}
if(dup==rev) {
System.out.println("yes, palindrome number: "+rev);
}
else
System.out.println("no, no... | 539 | 0.662338 | 0.647495 | 27 | 18.962963 | 17.179836 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.962963 | false | false | 4 |
dfdfc349127bcb7964d87f1669c50123e4b5bb61 | 37,924,561,247,629 | 15fc218f82eb4dce44f851de1f66d133af3384de | /app/src/main/java/org/ubucode/droidwalkersplanechase/DeckController.java | d0389b93041976a6c4efa43afabbbad1ddfdabb2 | [] | no_license | mpcodemonkey/planechase | https://github.com/mpcodemonkey/planechase | 2b12c8df3541e4cbb4574124c6a446272e2efe6a | d55f290cbd9108c0aff0eb6568b5e66f79beffd5 | refs/heads/master | 2020-09-17T09:12:03.622000 | 2014-07-25T05:27:50 | 2014-07-25T05:27:50 | 67,546,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ubucode.droidwalkersplanechase;
/**
* Created by Jon on 7/20/2014.
*/
import android.content.Context;
import android.util.Log;
import java.io.IOException;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
public class DeckController {
priv... | UTF-8 | Java | 2,156 | java | DeckController.java | Java | [
{
"context": "ubucode.droidwalkersplanechase;\n\n/**\n * Created by Jon on 7/20/2014.\n */\n\nimport android.content.Context",
"end": 66,
"score": 0.9916352033615112,
"start": 63,
"tag": "NAME",
"value": "Jon"
}
] | null | [] | package org.ubucode.droidwalkersplanechase;
/**
* Created by Jon on 7/20/2014.
*/
import android.content.Context;
import android.util.Log;
import java.io.IOException;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
public class DeckController {
priv... | 2,156 | 0.607607 | 0.60436 | 91 | 22.681318 | 16.725239 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43956 | false | false | 4 |
9d973c87dd3ddd43adc43c68212819549f8ba953 | 20,280,835,638,998 | 8d3a9f0bdb3f5ea6f644a0e472c5d88de11f402b | /app/src/main/java/com/example/android/popularmovies/ImageAdapter.java | 2fb5148adf390c7b9302d61c0249a72c08c4b929 | [] | no_license | niteshgrg/Popular-Movies | https://github.com/niteshgrg/Popular-Movies | 4594732c7b8da776cd633c130538df59eb67096a | 42da9c3d97083531eecfc3fa3139b845ed34d709 | refs/heads/master | 2016-09-06T02:51:06.829000 | 2016-02-03T17:53:42 | 2016-02-03T17:53:42 | 42,601,080 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.popularmovies;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import com.example.android.popularmovies.model.Results;
import com.squareup.picass... | UTF-8 | Java | 2,066 | java | ImageAdapter.java | Java | [] | null | [] | package com.example.android.popularmovies;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import com.example.android.popularmovies.model.Results;
import com.squareup.picass... | 2,066 | 0.646176 | 0.64424 | 80 | 24.8375 | 22.225235 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5125 | false | false | 4 |
d5da6f9b158856bc2bb84e3b00c5f28e7c0be85c | 35,003,983,515,596 | 2a8b8d74ae0e30b2459813b69e906c8170278afc | /src/com/tcmimg/service/ImageService.java | a22aea9f5e0a5925c01da3193232c235d8e48190 | [] | no_license | formularrr/tcmimg | https://github.com/formularrr/tcmimg | aa4ca55360dbf040d915786f3127bd5e3705ab7d | 806f485ca786ca0abdc827a4ce5b4d0da045573d | refs/heads/master | 2020-12-24T13:52:39.895000 | 2014-11-13T13:15:22 | 2014-11-13T13:15:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcmimg.service;
import java.io.IOException;
import java.util.List;
import com.tcmimg.po.Image;
public interface ImageService {
public List<Image> getAllImages();
public Image getFirstUnlabeledImage();
public Image getImageById(long id);
public boolean labelImage(Long labelID, Lon... | UTF-8 | Java | 581 | java | ImageService.java | Java | [] | null | [] | package com.tcmimg.service;
import java.io.IOException;
import java.util.List;
import com.tcmimg.po.Image;
public interface ImageService {
public List<Image> getAllImages();
public Image getFirstUnlabeledImage();
public Image getImageById(long id);
public boolean labelImage(Long labelID, Lon... | 581 | 0.741824 | 0.741824 | 24 | 22.208334 | 20.326458 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 4 |
20435b8a65ac7cee786ea0cf4dc1cdd983d3e9c0 | 35,003,983,512,303 | f6b90fae50ea0cd37c457994efadbd5560a5d663 | /android/nut-dex2jar.src/android/support/v4/app/bk.java | bd17e33af0a698097a756cecbdf0ccf854d1235c | [] | no_license | dykdykdyk/decompileTools | https://github.com/dykdykdyk/decompileTools | 5925ae91f588fefa7c703925e4629c782174cd68 | 4de5c1a23f931008fa82b85046f733c1439f06cf | refs/heads/master | 2020-01-27T09:56:48.099000 | 2016-09-14T02:47:11 | 2016-09-14T02:47:11 | 66,894,502 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.support.v4.app;
public final class bk extends bx
{
CharSequence a;
}
/* Location: C:\crazyd\work\ustone\odm2016031702\baidu\android\nut-dex2jar.jar
* Qualified Name: android.support.v4.app.bk
* JD-Core Version: 0.6.2
*/ | UTF-8 | Java | 259 | java | bk.java | Java | [] | null | [] | package android.support.v4.app;
public final class bk extends bx
{
CharSequence a;
}
/* Location: C:\crazyd\work\ustone\odm2016031702\baidu\android\nut-dex2jar.jar
* Qualified Name: android.support.v4.app.bk
* JD-Core Version: 0.6.2
*/ | 259 | 0.69112 | 0.629344 | 11 | 22.636364 | 26.077761 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
1a941b8d4c37ebaeb410f8299cbf7dbea8e7895b | 38,714,835,226,537 | 234634a7cc966b48f85157267fa5d37706633f57 | /espirit-core/src/main/java/com/espirit/eap/pagelayout/PageUpgrade.java | 7d7bfc268ed92277ac1353c6242ba69d421c5f8d | [] | no_license | 13285146182/harry | https://github.com/13285146182/harry | ea30eb18f67fdc0d15619c0070fe1b02f34c5450 | 024d9d61d17e254ae000380a0120c478cac8e844 | refs/heads/master | 2019-07-18T18:39:09.842000 | 2016-10-10T02:02:25 | 2016-10-10T02:02:25 | 62,796,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.espirit.eap.pagelayout;
import java.util.List;
import java.util.Map;
import com.espirit.eap.manager.I18n;
import com.googlecode.cswish.struts.AutoRun;
public class PageUpgrade {
private int version;
private PagePlugin pagePlugin;
// the element model
private List<Model> models;
... | UTF-8 | Java | 2,168 | java | PageUpgrade.java | Java | [] | null | [] | package com.espirit.eap.pagelayout;
import java.util.List;
import java.util.Map;
import com.espirit.eap.manager.I18n;
import com.googlecode.cswish.struts.AutoRun;
public class PageUpgrade {
private int version;
private PagePlugin pagePlugin;
// the element model
private List<Model> models;
... | 2,168 | 0.671125 | 0.660517 | 110 | 17.709091 | 17.911573 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.372727 | false | false | 4 |
0d9bf2cedc0e141cebc2f45b45baf61cdc7cdfc8 | 39,178,691,701,863 | 43a40e671821fde3a4fcd2dda2e09237cc324406 | /Week8/src/factory2/Burger.java | c8c7e6c2954a9edf3072ad44c0d3e8eb5d241295 | [] | no_license | 207f20/L9101 | https://github.com/207f20/L9101 | bacb7be465dff7df88fa10d5ba62d302bf969940 | 3d849d1f4a85e179475d714fe9e41069006e4192 | refs/heads/master | 2023-02-01T17:47:00.934000 | 2020-12-20T22:14:07 | 2020-12-20T22:14:07 | 291,826,739 | 4 | 11 | null | null | null | null | null | null | null | null | null | null | null | null | null | package factory2;
public class Burger extends Food {
private int calories;
private String name;
public Burger() {
this.name = "Burger";
this.calories = 780;
}
@Override
public String eat() {
return "bite chew chew";
}
@Override
public int getCalories() {
return this.calories;
}
@Override
publ... | UTF-8 | Java | 367 | java | Burger.java | Java | [
{
"context": "e String name;\n\n\tpublic Burger() {\n\t\tthis.name = \"Burger\";\n\t\tthis.calories = 780;\n\t}\n\n\t@Override\n\tpubli",
"end": 139,
"score": 0.6284262537956238,
"start": 136,
"tag": "NAME",
"value": "Bur"
}
] | null | [] | package factory2;
public class Burger extends Food {
private int calories;
private String name;
public Burger() {
this.name = "Burger";
this.calories = 780;
}
@Override
public String eat() {
return "bite chew chew";
}
@Override
public int getCalories() {
return this.calories;
}
@Override
publ... | 367 | 0.673025 | 0.662125 | 27 | 12.592592 | 10.884101 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.185185 | false | false | 4 |
68ed3701dd4037bf8d51f3a1262123d9cd867da2 | 39,101,382,275,781 | d80d66023b2d3029fe754797de854aaccd2d7bd5 | /app/src/main/java/com/lemap/lxasset/data/AppConfig.java | c7463971334ebdc79b1553dc3c5ed42c563bcd43 | [] | no_license | Bruce-Romance/LxAsset | https://github.com/Bruce-Romance/LxAsset | 57a44d34d6cc4e1bd5935b89c03de84018fd165b | e63602143b6393064992537db11c03c45a105e71 | refs/heads/master | 2018-12-15T06:14:20.194000 | 2018-12-06T05:42:08 | 2018-12-06T05:42:08 | 148,711,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 版权所有 (C) Lemap 2012
*
* @author 廖安良
* @version 创建时间:2013-1-16 上午9:50:15
*/
package com.lemap.lxasset.data;
import java.net.MalformedURLException;
import java.net.URL;
import android.annotation.SuppressLint;
import android.content.SharedPreferences.Editor;
import com.lemap.authorize.AuthorizeType;
import c... | UTF-8 | Java | 87,010 | java | AppConfig.java | Java | [
{
"context": "/**\n * 版权所有 (C) Lemap 2012\n *\n * @author 廖安良\n * @version 创建时间:2013-1-16 上午9:50:15\n */\npackage ",
"end": 44,
"score": 0.9998245239257812,
"start": 41,
"tag": "NAME",
"value": "廖安良"
},
{
"context": "tils.StringValidator;\n\n/**\n * 应用配置项\n *\n * @author 廖安良\n * @ver... | null | [] | /**
* 版权所有 (C) Lemap 2012
*
* @author 廖安良
* @version 创建时间:2013-1-16 上午9:50:15
*/
package com.lemap.lxasset.data;
import java.net.MalformedURLException;
import java.net.URL;
import android.annotation.SuppressLint;
import android.content.SharedPreferences.Editor;
import com.lemap.authorize.AuthorizeType;
import c... | 87,016 | 0.600346 | 0.582631 | 3,015 | 25.062355 | 25.300413 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.279934 | false | false | 4 |
d92570a36c05968e96cc471cc00e08d17d9cc572 | 34,342,558,555,554 | 170f93685486f9c8640ef14ee085bdd8b452fb30 | /src/main/java/aztech/modern_industrialization/inventory/SlotPositions.java | 09ef9475fa4720864c4410afe5535e9fac007a7f | [
"MIT",
"CC0-1.0"
] | permissive | AztechMC/Modern-Industrialization | https://github.com/AztechMC/Modern-Industrialization | 1377d067793cb47e6b2f14e7dc2db62984fdd097 | e62cf211f7cfd50e93b92be9747c99c4b7380d2a | refs/heads/master | 2023-08-27T22:10:54.116000 | 2023-08-14T23:32:17 | 2023-08-14T23:32:17 | 285,924,283 | 125 | 109 | MIT | false | 2023-09-05T23:29:06 | 2020-08-07T21:31:08 | 2023-08-26T05:51:58 | 2023-09-05T23:29:06 | 12,190 | 107 | 63 | 28 | Java | false | false | /*
* MIT License
*
* Copyright (c) 2020 Azercoco & Technici4n
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | UTF-8 | Java | 3,500 | java | SlotPositions.java | Java | [
{
"context": "/*\n * MIT License\n *\n * Copyright (c) 2020 Azercoco & Technici4n\n *\n * Permission is hereby grant",
"end": 47,
"score": 0.9274990558624268,
"start": 43,
"tag": "NAME",
"value": "Azer"
},
{
"context": "/*\n * MIT License\n *\n * Copyright (c) 2020 Azercoco & Technic... | null | [] | /*
* MIT License
*
* Copyright (c) 2020 Azercoco & Technici4n
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | 3,500 | 0.625714 | 0.621714 | 110 | 30.818182 | 28.258284 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690909 | false | false | 4 |
01562d5c47ceaa9ffd477b75bd3732334ecbedf2 | 33,904,471,894,361 | 0ed64c3cae8137fc38efe0106d32fa3399f22735 | /app/src/main/java/socekt/lm/socektdemo/ui/ChatActivity.java | 801b4a396f4e6506eaaa53ed6da8592de681941c | [] | no_license | liming1993101/IM | https://github.com/liming1993101/IM | a01817b898f41484737aec67012f1f540768666e | 810b944764af746030681818aebf1e159642fcb6 | refs/heads/master | 2021-01-19T05:30:02.006000 | 2016-07-11T06:57:03 | 2016-07-11T06:57:03 | 63,043,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package socekt.lm.socektdemo.ui;
/**
* Created by Administrator on 2016/6/21.
*/
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.MediaPlayer;
import android.net.Uri;
impor... | UTF-8 | Java | 13,231 | java | ChatActivity.java | Java | [
{
"context": "ackage socekt.lm.socektdemo.ui;\n\n/**\n * Created by Administrator on 2016/6/21.\n */\n\nimport android.content.Content",
"end": 65,
"score": 0.8899985551834106,
"start": 52,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package socekt.lm.socektdemo.ui;
/**
* Created by Administrator on 2016/6/21.
*/
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.MediaPlayer;
import android.net.Uri;
impor... | 13,231 | 0.605016 | 0.600916 | 352 | 34.34375 | 23.672085 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730114 | false | false | 4 |
0c55ddedb33973913afcbc7ce5b695efdcae7430 | 16,681,653,038,890 | 8b378cd442eee04c6802e17b357e08d8368bea72 | /bs-nethospital-common/src/main/java/com/bsoft/platform/model/MdcDrugremind.java | 2809796a057f9d4da2afe2e3fb41376a0c3cb003 | [] | no_license | wuming1805/common_hs | https://github.com/wuming1805/common_hs | 3062c8fb4ed6403b04f9fbe9c7dbb8b1a5f986d6 | 761f8d97ef791e644f20dd3437503dd0416a8d8d | refs/heads/master | 2020-08-09T18:02:08.470000 | 2020-05-13T06:12:43 | 2020-05-13T06:12:43 | 214,138,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bsoft.platform.model;
import com.bsoft.platform.core.BaseDO;
import org.springframework.util.StringUtils;
import java.util.Date;
public class MdcDrugremind extends BaseDO {
private Long id;
private String username;
private String medname;
private Integer drugrepeat;
private Intege... | UTF-8 | Java | 2,741 | java | MdcDrugremind.java | Java | [] | null | [] | package com.bsoft.platform.model;
import com.bsoft.platform.core.BaseDO;
import org.springframework.util.StringUtils;
import java.util.Date;
public class MdcDrugremind extends BaseDO {
private Long id;
private String username;
private String medname;
private Integer drugrepeat;
private Intege... | 2,741 | 0.624225 | 0.624225 | 142 | 18.309858 | 18.031343 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.429577 | false | false | 4 |
0c3513c2c6e44c2c84926ccddb069524eb1c9a22 | 8,546,984,938,221 | 24bdca2af684f5beb2bdd9d4fd70d1e84e2aec13 | /src/main/java/com/techlooper/model/SkillStatisticRequest.java | 23e2163c95f26831428757097d054baa2644e0c6 | [] | no_license | mobject/TechLooper | https://github.com/mobject/TechLooper | 45484d05c00ea0a48db2c777f51554f5b0fee93e | 1a0fc0d96691327f7633ded8f0b9f2d94e9ef1d2 | refs/heads/master | 2021-01-15T14:47:46.982000 | 2014-11-21T02:09:49 | 2014-11-21T02:09:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techlooper.model;
import java.util.List;
/**
* Created by NguyenDangKhoa on 11/4/14.
*/
public class SkillStatisticRequest {
private TechnicalTermEnum term;
private HistogramEnum[] histograms;
public HistogramEnum[] getHistograms() {
return histograms;
}
public void setHi... | UTF-8 | Java | 556 | java | SkillStatisticRequest.java | Java | [
{
"context": ".model;\n\nimport java.util.List;\n\n/**\n * Created by NguyenDangKhoa on 11/4/14.\n */\npublic class SkillStatisticReques",
"end": 87,
"score": 0.9891037940979004,
"start": 73,
"tag": "NAME",
"value": "NguyenDangKhoa"
}
] | null | [] | package com.techlooper.model;
import java.util.List;
/**
* Created by NguyenDangKhoa on 11/4/14.
*/
public class SkillStatisticRequest {
private TechnicalTermEnum term;
private HistogramEnum[] histograms;
public HistogramEnum[] getHistograms() {
return histograms;
}
public void setHi... | 556 | 0.667266 | 0.658273 | 29 | 18.206896 | 18.533064 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 12 |
973b0bd2926d829654ff976bf639722db5a5df9a | 30,322,469,131,516 | 5fa8f6565959824136c5825684a0676f6a55f0ce | /cases/src/org/commcare/cases/model/CaseIndex.java | 009c86f9586ee0caef588666fbac198dcf931a99 | [
"Apache-2.0"
] | permissive | wpride/commcare | https://github.com/wpride/commcare | e5b4117313146dc774497ed816a833cf8a3536fc | 365577220432faf5dd0aaa18e11ec54223a59f7c | refs/heads/master | 2020-05-20T08:36:26.144000 | 2014-07-23T17:58:06 | 2014-07-23T17:58:06 | 22,166,350 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.commcare.cases.model;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import org.javarosa.core.util.externalizable.DeserializationException;
import org.javarosa.core.util.externalizable.ExtUtil;
import org.javarosa.core.util.externalizable.Externali... | UTF-8 | Java | 1,670 | java | CaseIndex.java | Java | [
{
"context": "l.externalizable.PrototypeFactory;\n\n/**\n * @author ctsims\n *\n */\npublic class CaseIndex implements External",
"end": 412,
"score": 0.9996469616889954,
"start": 406,
"tag": "USERNAME",
"value": "ctsims"
}
] | null | [] | /**
*
*/
package org.commcare.cases.model;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import org.javarosa.core.util.externalizable.DeserializationException;
import org.javarosa.core.util.externalizable.ExtUtil;
import org.javarosa.core.util.externalizable.Externali... | 1,670 | 0.762874 | 0.762874 | 68 | 23.558823 | 29.516388 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264706 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.