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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e80cd4401a849309cbb8fe32a303b7b9ee1382d | 22,522,808,507,448 | 74dfac48cdd347676ffa804c82286f90ddba28b3 | /CigarCommon/src/main/java/test/certif/exception/DAOException.java | 81fd3f6da1ed97dd6f9aedca20db4da7008e7517 | [] | no_license | kagzouli/Cigar2011 | https://github.com/kagzouli/Cigar2011 | 5ccea9489c40aada7022423638bafcff829e86d4 | b90c45aaf985ae6fb92123cfec826b08acdd210d | refs/heads/master | 2021-08-09T03:06:09.086000 | 2017-11-12T03:06:57 | 2017-11-12T03:06:57 | 110,398,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.certif.exception;
public class DAOException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1339499494343043340L;
public DAOException(String message){
super(message);
}
public DAOException(Throwable exception){
super(exception);
}
}
| UTF-8 | Java | 293 | java | DAOException.java | Java | [] | null | [] | package test.certif.exception;
public class DAOException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1339499494343043340L;
public DAOException(String message){
super(message);
}
public DAOException(Throwable exception){
super(exception);
}
}
| 293 | 0.737201 | 0.672355 | 17 | 16.235294 | 19.963287 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 15 |
e687747da4be22ddea5d306db426abb2e2f3da23 | 18,571,438,615,606 | 9ed3a888682f006fbae949670551b3ff376079f2 | /app/src/main/java/com/hosigus/coc_helper/services/SocketService.java | 501886d1479cb772d8a8bfa915e5361dcbaf71c5 | [] | no_license | Hosigus/COC_Helper | https://github.com/Hosigus/COC_Helper | 88c674f7e7080480a0d04576b193b5c570b88ee7 | fda51738051cb12b339c1e68ad2c108e0e749d7a | refs/heads/master | 2021-04-26T22:53:29.749000 | 2018-10-06T14:48:21 | 2018-10-06T14:48:21 | 123,891,300 | 7 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hosigus.coc_helper.services;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.Handler;
import android.os.IBinder;
import com.hosigus.coc_helper.utils.LogUtils;
import com.hosigus.coc_helper.utils.ToastUtils;
import org.json.JSONException;
import org.j... | UTF-8 | Java | 9,441 | java | SocketService.java | Java | [
{
"context": "\", roomName);\n json.put(\"room_pwd\", roomPwd);\n } catch (JSONException e) {\n ",
"end": 5771,
"score": 0.8951611518859863,
"start": 5767,
"tag": "PASSWORD",
"value": "room"
},
{
"context": "\", roomName);\n json.put(\"room... | null | [] | package com.hosigus.coc_helper.services;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.Handler;
import android.os.IBinder;
import com.hosigus.coc_helper.utils.LogUtils;
import com.hosigus.coc_helper.utils.ToastUtils;
import org.json.JSONException;
import org.j... | 9,453 | 0.475313 | 0.475206 | 293 | 30.866894 | 17.568182 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658703 | false | false | 15 |
39b1f403552bfcb276eca4daba17b659a10e7297 | 26,448,408,671,269 | bbac901084eca5a5c51c147d9dc00e5118b45e8e | /backendCFP/src/main/java/com/serv/controller/ReceiptTypeController.java | 16c923819b156f9a2d448e3e3f84047b3770165c | [] | no_license | brunomoore/backTcc | https://github.com/brunomoore/backTcc | ec5f6f9e8f894c3ae883e27f4882144d09faf1b2 | e79121305edf8a9133a4e7dda63c462b727fef00 | refs/heads/master | 2020-04-03T14:03:01.184000 | 2018-12-04T19:45:04 | 2018-12-04T19:45:04 | 155,309,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.serv.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 2,311 | java | ReceiptTypeController.java | Java | [] | null | [] | package com.serv.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotatio... | 2,311 | 0.796625 | 0.795759 | 60 | 36.516666 | 32.836205 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 15 |
2c4e202a2b4507e821e967421c9fabc442d4db5c | 29,695,403,901,641 | 3fb28ff04a34c317972192bdcf8e9a83a9e103f1 | /back-end/e-commerce/src/main/java/com/youcode/Services/OrderStatusSRV.java | b96bf53d62bc8d0b9ac392c000a2fd8eb7de5787 | [] | no_license | loutfallah/E-Commerce-avec-Traitements-X-Sell-et-Up-Sell | https://github.com/loutfallah/E-Commerce-avec-Traitements-X-Sell-et-Up-Sell | 8ce4d41549b3aa758a70722012a5d71b22799605 | 45192120d77afc761f7b98d2fbc011141697f654 | refs/heads/master | 2023-01-30T16:21:39 | 2020-05-15T22:32:11 | 2020-05-15T22:32:11 | 237,799,566 | 0 | 0 | null | false | 2023-01-07T14:23:26 | 2020-02-02T16:24:55 | 2020-05-18T22:20:44 | 2023-01-07T14:23:26 | 5,877 | 0 | 0 | 25 | CSS | false | false | package com.youcode.Services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.youcode.DAO.IOrderStatusDAO;
import com.youcode.Entiter.OrderStatus;
@Service
public class OrderStatusSRV implement... | UTF-8 | Java | 806 | java | OrderStatusSRV.java | Java | [] | null | [] | package com.youcode.Services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.youcode.DAO.IOrderStatusDAO;
import com.youcode.Entiter.OrderStatus;
@Service
public class OrderStatusSRV implement... | 806 | 0.801489 | 0.801489 | 36 | 21.388889 | 21.368822 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 15 |
5fe693392ee8b39c379a659acfd5aa51d12e5721 | 7,851,200,261,285 | 337a7cf701e8c25bc1b192f0085cebcc21f41886 | /src/main/java/com/wayyer/HelloWorld/lambda/LambdaStreamTest.java | cfbb40fba5b77913384190385e6e842832b5a66d | [] | no_license | 17091958846/HelloWorld | https://github.com/17091958846/HelloWorld | fe23e4f1b00099801d6471ac3ad754ade34d1837 | 0315c73cd5b2e15237e033bda738adec970166ea | refs/heads/master | 2023-01-20T07:40:01.956000 | 2023-01-17T12:16:34 | 2023-01-17T12:16:34 | 93,761,502 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wayyer.HelloWorld.lambda;
import java.util.*;
import java.util.stream.Collectors;
/**
* Streams : a sequence of eles supporting sequential and parallel aggregate operations.
*
* I. the stream comprise the file stream, collection stream and array stream.
* II. the immediate conduction contains filter,... | UTF-8 | Java | 10,165 | java | LambdaStreamTest.java | Java | [
{
"context": "ew main.java.com.wayyer.HelloWorld.lambda.Person(\"Cao\", \"Wei\", 25),\n new main.java.com.wayye",
"end": 947,
"score": 0.9399865865707397,
"start": 944,
"tag": "NAME",
"value": "Cao"
},
{
"context": ".java.com.wayyer.HelloWorld.lambda.Person(\"Cao\", \"Wei\... | null | [] | package com.wayyer.HelloWorld.lambda;
import java.util.*;
import java.util.stream.Collectors;
/**
* Streams : a sequence of eles supporting sequential and parallel aggregate operations.
*
* I. the stream comprise the file stream, collection stream and array stream.
* II. the immediate conduction contains filter,... | 10,165 | 0.671717 | 0.659321 | 211 | 47.175354 | 47.31855 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649289 | false | false | 15 |
b531a440ca3556f0e58f2ca3d3ede9c3d8095cda | 31,877,247,297,959 | 61781ec7ae5a83dece9f96e7c8c9516a29a1eef1 | /MonFrigo/src/com/example/monfrigo/AfficherListeDeCourse.java | 03c4ab2a0251bc56dc17bd8e272168bdf4e1c82e | [] | no_license | AlexandreMoutel/pts3-g8 | https://github.com/AlexandreMoutel/pts3-g8 | d13393dbb61378468ef1b543424cb74f2beadc10 | a6d86ce6dac3eebab259801e8fedd5a6b9edc8ae | refs/heads/master | 2016-09-09T23:36:55.259000 | 2014-01-13T09:55:06 | 2014-01-13T09:55:06 | 33,366,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.monfrigo;
/**
* Cette classe est inutile pour le moment
*/
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import android.os.Bundle;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.Menu;
import android.widget.ListVi... | ISO-8859-1 | Java | 3,229 | java | AfficherListeDeCourse.java | Java | [
{
"context": "cheter();\r\n\t\t\r\n\t\tlaListeDeCourse.add(new Aliment(\"Steack\", \"Viande\", \"12/12/2012\", \"3\"));\r\n\t\tlaListeDeCour",
"end": 945,
"score": 0.9983556270599365,
"start": 939,
"tag": "NAME",
"value": "Steack"
},
{
"context": "\n\t\t\r\n\t\tlaListeDeCourse.add(ne... | null | [] | package com.example.monfrigo;
/**
* Cette classe est inutile pour le moment
*/
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import android.os.Bundle;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.Menu;
import android.widget.ListVi... | 3,229 | 0.665633 | 0.647332 | 119 | 25.092438 | 24.773933 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.109244 | false | false | 15 |
416e784171af7c0424a2891ad616f79b2c272303 | 24,008,867,224,438 | 94bbbb12c573cf665c11a9b066c58280ebe06172 | /app/src/main/java/com/fatcat/easy_transfer/activity/PictureActivity.java | 18bdaa1de1033eab370d2d8a2c4aa1f43b8c7b53 | [] | no_license | EsauLu/Easy_Transfer | https://github.com/EsauLu/Easy_Transfer | d2c59f6f3adcf584f70247f97f7737ec6598f480 | 139e062ed350750bb6337316c6b622fd8ee40709 | refs/heads/master | 2020-12-24T22:39:52.447000 | 2020-06-22T14:07:45 | 2020-06-22T14:07:45 | 70,228,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fatcat.easy_transfer.activity;
import android.content.Intent;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.fatcat.easy_transfer.R;
import com.fatcat.easy_transfer.base.BaseActivity;
import j... | UTF-8 | Java | 2,009 | java | PictureActivity.java | Java | [
{
"context": "vity;\r\n\r\nimport java.io.File;\r\n\r\n\r\n/**\r\n * @author Administrator\r\n * @version $Rev$\r\n * @time 2016/4/916:34\r\n * @d",
"end": 367,
"score": 0.9497128129005432,
"start": 354,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.fatcat.easy_transfer.activity;
import android.content.Intent;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.fatcat.easy_transfer.R;
import com.fatcat.easy_transfer.base.BaseActivity;
import j... | 2,009 | 0.620356 | 0.614758 | 83 | 21.674698 | 20.277657 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361446 | false | false | 15 |
6a0ca64877fbb5a27b0f375840c7ca2e7d5741b7 | 6,657,199,353,980 | ef0f15b78f183d6747c042e551ac1d541ce2c911 | /src/de/_13ducks/spacebatz/client/graphics/input/impl/OverlayInputMode.java | 9526862c6da598ea19e58134fd81be1cb224ed58 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | tfg13/spacebatz | https://github.com/tfg13/spacebatz | 4878013c74ed415375a4df884df5cc381537e6eb | d316bbee90e38a0236b82b6b84dee9a80acd8bcf | refs/heads/master | 2020-04-10T14:15:10.939000 | 2015-09-27T20:54:19 | 2015-09-27T20:54:19 | 5,528,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de._13ducks.spacebatz.client.graphics.input.impl;
import java.util.ArrayList;
import java.util.List;
/**
* Beschreibt, für was für Arten von Input sich das Overlay interessiert und wann es Input bekommt.
*
* Overlays können beliebig viele Tasten und Bildschrimbereiche als Trigger registrieren lassen.
* W... | UTF-8 | Java | 3,185 | java | OverlayInputMode.java | Java | [
{
"context": "ionen. (*hust* Scala-structs *hust*)\n *\n * @author Tobias Fleig <tobifleig@googlemail.com>\n */\npublic class Overl",
"end": 1033,
"score": 0.9998795390129089,
"start": 1021,
"tag": "NAME",
"value": "Tobias Fleig"
},
{
"context": "Scala-structs *hust*)\n *\n * @author... | null | [] | package de._13ducks.spacebatz.client.graphics.input.impl;
import java.util.ArrayList;
import java.util.List;
/**
* Beschreibt, für was für Arten von Input sich das Overlay interessiert und wann es Input bekommt.
*
* Overlays können beliebig viele Tasten und Bildschrimbereiche als Trigger registrieren lassen.
* W... | 3,162 | 0.705771 | 0.700095 | 82 | 37.670731 | 38.985004 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 15 |
389df635e2cb2e9b9ff117a000d659278a9e7e98 | 26,336,739,521,934 | d29cfda6c444a972610c6eb21403f1b32fd2e3be | /app/src/main/java/com/ghmc/biswajeet/ghmcrating/Dbmodel.java | 532ad4c3e4662b970fcc359d616687d530b4c1b6 | [] | no_license | biswajeet619/GhmcRating | https://github.com/biswajeet619/GhmcRating | 78fb60081ebfb1e635a82a34a7bff65c86be88bb | eca6333bae011fe0eb5f499497148374f6d404fc | refs/heads/master | 2021-01-13T08:43:02.720000 | 2019-05-15T15:20:48 | 2019-05-15T15:20:48 | 81,638,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ghmc.biswajeet.ghmcrating;
/**
* Created by biswajeet on 10/2/17.
*/
public class Dbmodel {
private String Email;
private String Phno;
private String Password;
private String Locality;
private Integer Rating;
public Dbmodel(String Locality,Integer Rating){
this.Locality... | UTF-8 | Java | 1,039 | java | Dbmodel.java | Java | [
{
"context": " com.ghmc.biswajeet.ghmcrating;\n\n/**\n * Created by biswajeet on 10/2/17.\n */\n\npublic class Dbmodel {\n priva",
"end": 67,
"score": 0.9996554255485535,
"start": 58,
"tag": "USERNAME",
"value": "biswajeet"
},
{
"context": "tPassword(String Password){\n thi... | null | [] | package com.ghmc.biswajeet.ghmcrating;
/**
* Created by biswajeet on 10/2/17.
*/
public class Dbmodel {
private String Email;
private String Phno;
private String Password;
private String Locality;
private Integer Rating;
public Dbmodel(String Locality,Integer Rating){
this.Locality... | 1,041 | 0.632339 | 0.627526 | 48 | 20.645834 | 16.046144 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 15 |
847812051874d848e9ea93beb8289a4e5254542f | 36,043,365,576,061 | 5d1a40342ecf8eb90642fa4ba3179d68839cb116 | /src/main/java/com/caionastu/exampleReactiveService/api/application/core/ErrorMessage.java | a4b5994e7fa2b0202561a9fa2170e53105ab2df3 | [] | no_license | caionastu/reactive-spring-example | https://github.com/caionastu/reactive-spring-example | 60dc9d2bcffda13ae7d3414589b94bf06b68fccd | 6226fca985c30603841aedf0d1f77155c063b600 | refs/heads/master | 2022-11-04T05:51:00.180000 | 2020-06-20T20:07:05 | 2020-06-20T20:07:05 | 272,682,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caionastu.exampleReactiveService.api.application.core;
import lombok.*;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class ErrorMessage {
private String domain;
private String message;
}
| UTF-8 | Java | 235 | java | ErrorMessage.java | Java | [] | null | [] | package com.caionastu.exampleReactiveService.api.application.core;
import lombok.*;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class ErrorMessage {
private String domain;
private String message;
}
| 235 | 0.795745 | 0.795745 | 13 | 17.076923 | 17.103582 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 15 |
131f70a6251a28f853eb84b414330a29a9528237 | 38,903,813,772,138 | 3b166e206392bde37908553167b544bf6917a2f4 | /app/src/main/java/com/avtar/android/Constants.java | 7bab5e903b13b84eb53de7ee8cd035b15d7aa634 | [
"MIT"
] | permissive | android23235616/avtar | https://github.com/android23235616/avtar | d5cf93d8aef907c47b7b66e19af963dc99d19cd5 | 47f00e1330c679201fdd33e026b8449dc797ec17 | refs/heads/master | 2021-09-10T02:19:12.635000 | 2018-03-20T17:24:18 | 2018-03-20T17:24:18 | 126,056,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.avtar.android;
public class Constants {
public static String qr_send_url_to_get_ap="http://android23235616.pythonanywhere.com/passenger_enter";
public static String url_stop_trip ="http://android23235616.pythonanywhere.com/passenger_exit";
public static String url_registration="http://android2... | UTF-8 | Java | 622 | java | Constants.java | Java | [] | null | [] | package com.avtar.android;
public class Constants {
public static String qr_send_url_to_get_ap="http://android23235616.pythonanywhere.com/passenger_enter";
public static String url_stop_trip ="http://android23235616.pythonanywhere.com/passenger_exit";
public static String url_registration="http://android2... | 622 | 0.750804 | 0.699357 | 17 | 35.588234 | 36.964306 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 15 |
67020379452c5d26137edfc93eb62d36ba17b0dd | 38,903,813,773,678 | 35e82cd8f5a94a53e829597b3deb2a9e80adc054 | /ToBeRich/src/Team1/Board_main.java | 7d7eac37b77182a07f36609924b6643b3325a727 | [] | no_license | guak908/ToBeRich | https://github.com/guak908/ToBeRich | c0b021a6e242797d4802276a7ce26244376f9585 | 600a589b82422b5b201b4abce02ea0a4b4d9d75e | refs/heads/master | 2021-05-25T09:20:26.776000 | 2018-04-06T04:46:03 | 2018-04-06T04:46:03 | 126,970,551 | 2 | 0 | null | false | 2018-04-06T04:46:04 | 2018-03-27T10:33:40 | 2018-04-05T16:34:53 | 2018-04-06T04:46:04 | 315 | 1 | 0 | 0 | Java | false | null | package Team1;
import java.awt.Font;
import java.awt.Image;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.... | UHC | Java | 10,600 | java | Board_main.java | Java | [
{
"context": "신한다\r\n\t try{\r\n\t\t FileClient FC = new FileClient(\"127.0.0.1\",8888);\r\n\t\t \r\n\t\t //DS DB에서 전체 map 정보를 불러와 현재 ",
"end": 1998,
"score": 0.9997430443763733,
"start": 1989,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package Team1;
import java.awt.Font;
import java.awt.Image;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.... | 10,600 | 0.600653 | 0.572957 | 271 | 30.782288 | 18.678692 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.350554 | false | false | 15 |
41f7fbbb7bdb55e5e55d1773a06099dcee6a7fa8 | 18,047,452,630,620 | 7ce47605a889ede11dd058512bf6ede9beb513dd | /src/br/com/cetip/aplicacao/garantias/negocio/RetirarGarantiaMainframe.java | 185487f7699e772e91a7bb9d4c31c454fc5d85d9 | [] | no_license | codetime66/guarantee | https://github.com/codetime66/guarantee | ecf50b8c64ea765dfd8f4afe8543b216acaa8297 | dd472059b0f3e51f3dc7093d50b57ce045e139cf | refs/heads/master | 2020-03-11T22:27:46.379000 | 2018-04-20T01:43:47 | 2018-04-20T01:43:47 | 130,292,861 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cetip.aplicacao.garantias.negocio;
import br.com.cetip.aplicacao.garantias.apinegocio.IRetirarGarantia;
import br.com.cetip.dados.aplicacao.sca.SistemaDO;
public class RetirarGarantiaMainframe extends RetirarGarantiaCetip21 implements
IRetirarGarantia {
public void registrar(TiposRetiradaG... | UTF-8 | Java | 482 | java | RetirarGarantiaMainframe.java | Java | [] | null | [] | package br.com.cetip.aplicacao.garantias.negocio;
import br.com.cetip.aplicacao.garantias.apinegocio.IRetirarGarantia;
import br.com.cetip.dados.aplicacao.sca.SistemaDO;
public class RetirarGarantiaMainframe extends RetirarGarantiaCetip21 implements
IRetirarGarantia {
public void registrar(TiposRetiradaG... | 482 | 0.76556 | 0.761411 | 15 | 30.133333 | 26.973732 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 15 |
e3ab0cb479b23a0d89ca0e720850c13bd7562dcd | 8,830,452,808,371 | f15889af407de46a94fd05f6226c66182c6085d0 | /trackrite/src/main/java/com/nas/recovery/web/action/workflowmgt/bugManagement/assign/InitiatorAssignment.java | 661cbae22bebd2cee5efacbfdd4a968390d916e2 | [] | no_license | oreon/sfcode-full | https://github.com/oreon/sfcode-full | 231149f07c5b0b9b77982d26096fc88116759e5b | bea6dba23b7824de871d2b45d2a51036b88d4720 | refs/heads/master | 2021-01-10T06:03:27.674000 | 2015-04-27T10:23:10 | 2015-04-27T10:23:10 | 55,370,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.nas.recovery.web.action.workflowmgt.bugManagement.assign;
import org.jboss.seam.Component;
import org.jbpm.graph.exe.ExecutionContext;
import org.jbpm.taskmgmt.def.AssignmentHandler;
import org.jbpm.taskmgmt.exe.Assignable;
import org.wc.trackrite.issues.Issue;
import com.nas.recovery.web.a... | UTF-8 | Java | 686 | java | InitiatorAssignment.java | Java | [] | null | [] |
package com.nas.recovery.web.action.workflowmgt.bugManagement.assign;
import org.jboss.seam.Component;
import org.jbpm.graph.exe.ExecutionContext;
import org.jbpm.taskmgmt.def.AssignmentHandler;
import org.jbpm.taskmgmt.exe.Assignable;
import org.wc.trackrite.issues.Issue;
import com.nas.recovery.web.a... | 686 | 0.766764 | 0.766764 | 20 | 32.099998 | 28.418129 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 15 |
df399dc8a7e4ebe1bb2c1f325342522b5e3482ba | 6,253,472,429,281 | 24c6d451d41f7a96916896053e57d9d7d8fc486a | /modules/core/src/com/project/web/cache/StaticEntityCache.java | 2bde494d7f17fa73533a39177c2d429f36352a3e | [] | no_license | AdamSkywalker/littlejavaproject | https://github.com/AdamSkywalker/littlejavaproject | 512f9e4d0753f46ebc34a71fd33e33a9dd2453d1 | 0e70264fa2cf732ecb97c9644910a2d9442f0bf2 | refs/heads/master | 2015-08-24T14:19:28.731000 | 2014-07-15T18:59:39 | 2014-07-15T18:59:39 | 35,761,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.web.cache;
import com.project.core.entity.common.Entity;
import com.project.core.entity.common.SoftDelete;
import com.project.core.persistence.EntityManager;
import com.project.core.persistence.Persistence;
import com.project.core.persistence.Transaction;
import com.project.core.sys.AppBeans... | UTF-8 | Java | 3,723 | java | StaticEntityCache.java | Java | [
{
"context": "to decrease database traffic.\r\n * <p/>\r\n * Author: Sergey Saiyan\r\n * Created: 09.08.13 20:35\r\n */\r\npublic class St",
"end": 1088,
"score": 0.9998871684074402,
"start": 1075,
"tag": "NAME",
"value": "Sergey Saiyan"
}
] | null | [] | package com.project.web.cache;
import com.project.core.entity.common.Entity;
import com.project.core.entity.common.SoftDelete;
import com.project.core.persistence.EntityManager;
import com.project.core.persistence.Persistence;
import com.project.core.persistence.Transaction;
import com.project.core.sys.AppBeans... | 3,716 | 0.664518 | 0.661832 | 106 | 33.122643 | 24.873909 | 84 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518868 | false | false | 15 |
4082c38f8d376dd572ca4a2850d4f0abce7959b4 | 19,301,583,079,552 | 5317efd5477c4f30db3cd2e416a27d19c676970f | /application/src/main/java/stdlib/network/UrlConnectionShowCase.java | 03db37c394ae3d51a6d5f50101fd9242ad104bd9 | [
"MIT"
] | permissive | pickjob/java-starter | https://github.com/pickjob/java-starter | 0b1ea39e154a7582f2e543f250fc392db108f1bb | dd9f3ae3c9f0ca2eed42f6195b9a1bfc722cd65c | refs/heads/master | 2023-04-03T21:47:29.668000 | 2023-03-21T12:09:09 | 2023-03-21T12:09:09 | 157,976,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stdlib.network;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.List;
import java.util.Map;
/**
* URLConnection: JDK自带http支持, 支持 http、http... | UTF-8 | Java | 1,662 | java | UrlConnectionShowCase.java | Java | [
{
"context": ": JDK自带http支持, 支持 http、https 1.0 1.1\n *\n * @author pickjob@126.com\n * @time 2022-12-16\n */\npublic class UrlConnectio",
"end": 359,
"score": 0.9999088048934937,
"start": 344,
"tag": "EMAIL",
"value": "pickjob@126.com"
}
] | null | [] | package stdlib.network;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.List;
import java.util.Map;
/**
* URLConnection: JDK自带http支持, 支持 http、http... | 1,654 | 0.622871 | 0.609489 | 48 | 33.25 | 25.898439 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645833 | false | false | 15 |
b7d942a0746b6853863754d6b0d6e9eee60a1449 | 35,570,919,180,178 | 8bba2be416ac7e7c8a04bb9f371fd856ea53a7a1 | /chapter_003/src/main/java/ru/job4j/list/ConvertList2Array.java | 8f7dce15347b94e6db0882739306688803db8ece | [
"Apache-2.0"
] | permissive | azicks/job4j | https://github.com/azicks/job4j | babc9422b73e635ad2d9bc3903ffc1735616a7b3 | 7e02795986880f788dafb5af6be6de96b9ac88ec | refs/heads/master | 2022-10-01T08:26:53.779000 | 2020-03-02T07:29:01 | 2020-03-02T07:29:01 | 159,322,189 | 0 | 0 | Apache-2.0 | false | 2022-09-08T01:05:53 | 2018-11-27T11:05:11 | 2020-03-02T07:29:08 | 2022-09-08T01:05:51 | 380 | 0 | 0 | 5 | Java | false | false |
package ru.job4j.list;
import java.util.ArrayList;
import java.util.List;
public class ConvertList2Array {
private List<int[]> li = new ArrayList<>();
public void add(int[] data) {
this.li.add(data);
}
public int[][] toArray(List<Integer> list, int rows) {
int cells = (int) Math.cei... | UTF-8 | Java | 840 | java | ConvertList2Array.java | Java | [] | null | [] |
package ru.job4j.list;
import java.util.ArrayList;
import java.util.List;
public class ConvertList2Array {
private List<int[]> li = new ArrayList<>();
public void add(int[] data) {
this.li.add(data);
}
public int[][] toArray(List<Integer> list, int rows) {
int cells = (int) Math.cei... | 840 | 0.511905 | 0.509524 | 33 | 24.454546 | 18.481916 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
1165eebd4d5eef4d2f89dc45f6f2ba1d0cebdbbe | 9,526,237,507,444 | 73725d3d37d646a8d9d493e4a53f48844124df0b | /app/src/main/java/com/cpm/use_toothpaste/VideoNew.java | ef91acddb5b5cacc1490ef7c8c53121f2d97927b | [] | no_license | JeevanPrasad1991/GSKOralCare_New | https://github.com/JeevanPrasad1991/GSKOralCare_New | 50c073f0fe8d0ac1825b1f87902acf2bf280f812 | 3452b4c89797cd534742be545878026dd0f2c636 | refs/heads/master | 2021-04-27T06:55:26.623000 | 2018-02-23T12:50:22 | 2018-02-23T12:50:22 | 122,621,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cpm.use_toothpaste;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import android.os.Environment;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnCli... | UTF-8 | Java | 3,201 | java | VideoNew.java | Java | [] | null | [] | package com.cpm.use_toothpaste;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import android.os.Environment;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnCli... | 3,201 | 0.72696 | 0.723211 | 144 | 21.222221 | 20.869118 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.923611 | false | false | 15 |
bb20ba6f8b46107935fb1dc55eb292f2714873ed | 36,163,624,669,639 | 9b1f88c69dee4ba7dd1ca39f9278c5c71d039c27 | /datasource-demo/src/main/java/com/whale/demo/dao/DBQuery.java | 9c2588578d86543b105f9e79379743b5520ec159 | [] | no_license | BenjaminChung/demos | https://github.com/BenjaminChung/demos | af5691ea20302f6aad1e0921b238c80ba97d8225 | 823892947ee783398e8b7f6f3d5245428da90b6d | refs/heads/master | 2020-09-20T18:22:59.429000 | 2017-05-07T08:53:10 | 2017-05-07T08:53:10 | 66,522,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whale.demo.dao;
/**
* Created by benjaminchung on 17/5/7.
*/
public class DBQuery implements IDBQuery{
public DBQuery(){
try{
Thread.sleep(1000);
}catch (InterruptedException ex){
ex.printStackTrace();
}
}
public String request() {
ret... | UTF-8 | Java | 349 | java | DBQuery.java | Java | [
{
"context": "package com.whale.demo.dao;\n\n/**\n * Created by benjaminchung on 17/5/7.\n */\npublic class DBQuery implements ID",
"end": 60,
"score": 0.9995052814483643,
"start": 47,
"tag": "USERNAME",
"value": "benjaminchung"
}
] | null | [] | package com.whale.demo.dao;
/**
* Created by benjaminchung on 17/5/7.
*/
public class DBQuery implements IDBQuery{
public DBQuery(){
try{
Thread.sleep(1000);
}catch (InterruptedException ex){
ex.printStackTrace();
}
}
public String request() {
ret... | 349 | 0.570201 | 0.547278 | 19 | 17.421053 | 15.249904 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 15 |
1b479423d8093a754c4155a6e5c0b89a5ff5589a | 38,732,015,091,994 | 65021c4275e6274b5f334a506098ed1bdebe5dc5 | /yummers-service/src/main/java/com/anemortalkid/yummers/banned/BannedDateController.java | 2b85798e7fab84f5a9bcbc6addee0bfd4d379b8e | [] | no_license | AnEmortalKid/yummers | https://github.com/AnEmortalKid/yummers | b3e8c98e6bfd4eff3ec042402f6ccdfd95a3ecb4 | d4203e1d8e46367a9ebd279e152402b9c5377b06 | refs/heads/master | 2020-05-31T03:17:37.811000 | 2015-09-09T00:48:46 | 2015-09-09T00:48:46 | 40,578,070 | 0 | 1 | null | false | 2015-09-09T00:48:47 | 2015-08-12T03:21:10 | 2015-08-12T03:32:52 | 2015-09-09T00:48:46 | 256 | 0 | 0 | 0 | Java | null | null | package com.anemortalkid.yummers.banned;
import java.util.List;
import org.joda.time.LocalDate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.http.MediaType;
import org.springframework.security.access.prepost.PreA... | UTF-8 | Java | 3,397 | java | BannedDateController.java | Java | [
{
"context": " Controller for {@link BannedDate}s\n * \n * @author JMonterrubio\n *\n */\n@RestController\n@RequestMapping(\"/bannedDa",
"end": 713,
"score": 0.9327114820480347,
"start": 701,
"tag": "NAME",
"value": "JMonterrubio"
}
] | null | [] | package com.anemortalkid.yummers.banned;
import java.util.List;
import org.joda.time.LocalDate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.http.MediaType;
import org.springframework.security.access.prepost.PreA... | 3,397 | 0.749485 | 0.749485 | 104 | 31.663462 | 29.20834 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 15 |
75a02083ae790bea8af477b4e1954c213aa72b0b | 36,687,610,673,750 | 467bda71508d43e4faf5e241866fcc6f301843ec | /src/KR/Models/Line3D.java | 018380dd2d769fb42c864f728260d41dd42adcb4 | [] | no_license | Kropach/triangles | https://github.com/Kropach/triangles | 62b523b0200662816554c45c56f6863457cb0578 | 55db7716ef8f5c4f53e752bc0664595108ec94b6 | refs/heads/master | 2023-04-03T18:29:41.099000 | 2021-04-08T18:13:41 | 2021-04-08T18:13:41 | 356,007,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package KR.Models;
import KR.Math.Vector3;
import KR.ThirdDimention.PolyLine3D;
import KR.ThirdDimention.iModel;
import java.util.Arrays;
import java.util.List;
import static java.util.Arrays.asList;
public class Line3D implements iModel {
private Vector3 p1, p2;
public Line3D(Vector3 p1, Vector3 p2) {
... | UTF-8 | Java | 567 | java | Line3D.java | Java | [] | null | [] | package KR.Models;
import KR.Math.Vector3;
import KR.ThirdDimention.PolyLine3D;
import KR.ThirdDimention.iModel;
import java.util.Arrays;
import java.util.List;
import static java.util.Arrays.asList;
public class Line3D implements iModel {
private Vector3 p1, p2;
public Line3D(Vector3 p1, Vector3 p2) {
... | 567 | 0.680776 | 0.641975 | 25 | 21.68 | 20.21627 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 15 |
7c5272586979c1dd92935cf0de1661df82e39250 | 6,012,954,256,046 | 971f932fc8558216bf58ceeb89ef1c41101c2a09 | /lesports-bole/trunk/lesports-qmt-data-import/src/main/java/com/lesports/sms/data/model/commonImpl/DefaultMatchReviews.java | 6f241159081190dd249bbae29c9517dd8c143c9f | [] | no_license | wang-shun/lesports | https://github.com/wang-shun/lesports | c80085652d6c5c7af9f7eeacde65cd3bdd066e56 | 40b3d588e400046b89803f8fbd8fb9176f7acaa6 | refs/heads/master | 2020-04-12T23:23:16.620000 | 2018-12-21T02:59:29 | 2018-12-21T02:59:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lesports.sms.data.model.commonImpl;
import com.google.common.collect.Lists;
import com.lesports.qmt.sbd.api.common.CareerScopeType;
import com.lesports.qmt.sbd.api.common.CareerStatType;
import com.lesports.qmt.sbd.model.MatchReview;
import com.lesports.sms.data.util.formatter.soda.SodaPlayerCareerSt... | UTF-8 | Java | 4,957 | java | DefaultMatchReviews.java | Java | [
{
"context": "List;\r\nimport java.util.Map;\r\n\r\n/**\r\n * Created by qiaohongxin on 2016/11/3.\r\n */\r\npublic class DefaultMatchRevi",
"end": 687,
"score": 0.9981489181518555,
"start": 676,
"tag": "USERNAME",
"value": "qiaohongxin"
}
] | null | [] | package com.lesports.sms.data.model.commonImpl;
import com.google.common.collect.Lists;
import com.lesports.qmt.sbd.api.common.CareerScopeType;
import com.lesports.qmt.sbd.api.common.CareerStatType;
import com.lesports.qmt.sbd.model.MatchReview;
import com.lesports.sms.data.util.formatter.soda.SodaPlayerCareerSt... | 4,957 | 0.658665 | 0.657252 | 139 | 33.661869 | 29.290054 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330935 | false | false | 15 |
8232736aaf42d7af3b92df7fabfff4a2728a7199 | 21,629,455,339,532 | 664db6083b0655cf1ffd07587866ad07cf0b3a5c | /src/main/java/com/common/weixin/WeiXinInit.java | 0d6f33c962442d628cef9992731c684615877a25 | [] | no_license | laolong1987/zdk | https://github.com/laolong1987/zdk | 6132b2cee9d24e7b4b092de9aed1089a147e06b9 | 1308b8aac4e69c3fc3094173644bdbf5a685942d | refs/heads/master | 2020-04-05T23:07:55.189000 | 2016-06-29T02:04:20 | 2016-06-29T02:04:20 | 57,199,288 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.common.weixin;
import com.utils.SettingUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
/**
* Created by gaoyang on 2016/4/28.
*/
public class WeiXinInit {
private static Logger log = LoggerFactory.getLogger(W... | UTF-8 | Java | 1,177 | java | WeiXinInit.java | Java | [
{
"context": "rt javax.annotation.PreDestroy;\n\n/**\n * Created by gaoyang on 2016/4/28.\n */\npublic class WeiXinInit {\n p",
"end": 218,
"score": 0.9993858337402344,
"start": 211,
"tag": "USERNAME",
"value": "gaoyang"
}
] | null | [] | package com.common.weixin;
import com.utils.SettingUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
/**
* Created by gaoyang on 2016/4/28.
*/
public class WeiXinInit {
private static Logger log = LoggerFactory.getLogger(W... | 1,177 | 0.656889 | 0.648889 | 38 | 28.605263 | 26.158966 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
3851b0d13727eeaddb090198c89917d3d0596746 | 23,725,399,375,434 | da2626a9606bc72759eb9c21a5e3ebe3dd2230ee | /src/main/java/de/edgb/aviationclubmanager/domain/Bug.java | 9e15d98476fa89e113682877e6bd1880f16f007c | [] | no_license | daha96/de.edgb.aviationclubmanager | https://github.com/daha96/de.edgb.aviationclubmanager | eac820621b794bfcd83efbf553cf4aaae8a6f05b | cde566ed566b1f2432167a199349996ad4f144a2 | refs/heads/master | 2021-01-10T22:13:42.087000 | 2014-11-05T21:06:27 | 2014-11-05T21:06:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.edgb.aviationclubmanager.domain;
import java.util.Date;
import java.util.List;
import javax.persistence.ManyToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.validation.constraints.NotNull;
import org.joda.time.LocalDateTime;
import org.springframework.format.an... | UTF-8 | Java | 1,448 | java | Bug.java | Java | [] | null | [] | package de.edgb.aviationclubmanager.domain;
import java.util.Date;
import java.util.List;
import javax.persistence.ManyToOne;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.validation.constraints.NotNull;
import org.joda.time.LocalDateTime;
import org.springframework.format.an... | 1,448 | 0.791436 | 0.791436 | 55 | 25.327272 | 23.023352 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.163636 | false | false | 15 |
fd5e3b0a0ae5a8d0f6fbab4ff087ee463db617e8 | 9,088,150,804,484 | 0dccef976f19741f67479f32f15d76c1e90e7f94 | /GuiOtherSettingsOF.java | 93e9ed0a8d1117f4d02ff947b44c86d0ca3bc1fb | [] | no_license | Tominous/LabyMod-1.9 | https://github.com/Tominous/LabyMod-1.9 | a960959d67817b1300272d67bd942cd383dfd668 | 33e441754a0030d619358fc20ca545df98d55f71 | refs/heads/master | 2020-05-24T21:35:00.931000 | 2017-02-06T21:04:08 | 2017-02-06T21:04:08 | 187,478,724 | 1 | 0 | null | true | 2019-05-19T13:14:46 | 2019-05-19T13:14:46 | 2019-05-19T13:12:37 | 2017-02-06T21:06:23 | 6,855 | 0 | 0 | 0 | null | false | false | import java.util.List;
public class GuiOtherSettingsOF
extends bfb
implements beg
{
private bfb prevScreen;
protected String title;
private bch settings;
private static bch.a[] enumOptions = { bch.a.LAGOMETER, bch.a.PROFILER, bch.a.WEATHER, bch.a.TIME, bch.a.v, bch.a.FULLSCREEN_MODE, bch.a.SHOW_FPS, bch.a.... | UTF-8 | Java | 2,201 | java | GuiOtherSettingsOF.java | Java | [] | null | [] | import java.util.List;
public class GuiOtherSettingsOF
extends bfb
implements beg
{
private bfb prevScreen;
protected String title;
private bch settings;
private static bch.a[] enumOptions = { bch.a.LAGOMETER, bch.a.PROFILER, bch.a.WEATHER, bch.a.TIME, bch.a.v, bch.a.FULLSCREEN_MODE, bch.a.SHOW_FPS, bch.a.... | 2,201 | 0.583826 | 0.551113 | 79 | 26.86076 | 32.022831 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.936709 | false | false | 15 |
7b0b7d485faa641dafd7e296905ec16362d8f102 | 13,795,434,975,694 | e7a66fa5303ff4eff7bede218bfbb16361eccf4e | /src/bitcompile/ecps/controls/EventsTableView.java | 7a5a526744c98f517c8b46bacdbf937b68faca43 | [
"Apache-2.0"
] | permissive | TomasBisciak/ECPS | https://github.com/TomasBisciak/ECPS | 80c828a23484dfa6ff8da1ee7aa054b810c02878 | 7b950b92bb24991908a7f1caaa2291f129e363b0 | refs/heads/master | 2016-02-25T04:08:02.308000 | 2015-01-31T17:28:12 | 2015-01-31T17:28:12 | 30,118,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package bitcompile.ecps.controls;
import bitcompile.ecps.data.events.Event;
import bitcompile.ecps.hsqldb.HSQLDBConnector;
import bitcompile.ecps.main.BitcompileEcps;
import java.sql.SQLException;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import javafx.beans.value.Ob... | UTF-8 | Java | 14,977 | java | EventsTableView.java | Java | [
{
"context": "mport javafx.util.Callback;\r\n\r\n/**\r\n *\r\n * @author Tomas Bisciak\r\n */\r\npublic class EventsTableView extends BorderPa",
"end": 1071,
"score": 0.9953036904335022,
"start": 1058,
"tag": "NAME",
"value": "Tomas Bisciak"
}
] | null | [] |
package bitcompile.ecps.controls;
import bitcompile.ecps.data.events.Event;
import bitcompile.ecps.hsqldb.HSQLDBConnector;
import bitcompile.ecps.main.BitcompileEcps;
import java.sql.SQLException;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import javafx.beans.value.Ob... | 14,970 | 0.475396 | 0.472124 | 403 | 35.15881 | 31.232016 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454094 | false | false | 15 |
ee5981f10ab1235d4292b6978b15090df742784c | 15,822,659,578,009 | 98da3a519209187224db41601f435e49d65fc33d | /src/tmcit/freedom/Algorithm/BeamSearch/MyThread.java | e72a208430bdb901a5ee71d5e706abb83865f727 | [] | no_license | Freedom645/PipeMasterVis | https://github.com/Freedom645/PipeMasterVis | a875ee681b3deebd63e3f0f20445339dd27ed6ff | 3125eeb94abec9852ffdbb0100f2dda41605e611 | refs/heads/master | 2021-01-10T17:23:01.076000 | 2016-01-20T09:23:09 | 2016-01-20T09:23:09 | 49,770,208 | 0 | 3 | null | false | 2016-01-17T02:40:04 | 2016-01-16T11:10:14 | 2016-01-16T11:17:58 | 2016-01-17T02:40:04 | 49 | 0 | 1 | 0 | Java | null | null | package tmcit.freedom.Algorithm.BeamSearch;
import java.util.PriorityQueue;
import tmcit.freedom.System.Problem;
import tmcit.freedom.UI.Visualize.AnswerArrayPanel;
import tmcit.freedom.UI.Visualize.VisualizePanel;
public class MyThread extends Thread{
private boolean isEnd = false;
private Problem pro... | UTF-8 | Java | 1,219 | java | MyThread.java | Java | [] | null | [] | package tmcit.freedom.Algorithm.BeamSearch;
import java.util.PriorityQueue;
import tmcit.freedom.System.Problem;
import tmcit.freedom.UI.Visualize.AnswerArrayPanel;
import tmcit.freedom.UI.Visualize.VisualizePanel;
public class MyThread extends Thread{
private boolean isEnd = false;
private Problem pro... | 1,219 | 0.722724 | 0.722724 | 50 | 22.34 | 19.616941 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.48 | false | false | 15 |
106fe4203322d1002e727b50c7530a725c224396 | 23,725,399,384,159 | cbccf1771070cc222c7da531e206a09033e79523 | /dex_src/com/xunlei/downloadprovider/qrcode/a/f.java | e60efa07e9bda29ac966176c42648b1e9547ea71 | [
"MIT"
] | permissive | mdrayhansantu/android_thunder | https://github.com/mdrayhansantu/android_thunder | c716d7644c36c3a6c2454c63300dc5d52de492c7 | 9ea16f77bd963a1a7fe7ee2faeb014cd881e18db | refs/heads/master | 2020-07-09T17:07:52.957000 | 2019-08-23T15:58:25 | 2019-08-23T15:58:25 | 204,029,623 | 1 | 0 | null | true | 2019-08-23T15:57:08 | 2019-08-23T15:57:08 | 2019-08-18T06:15:04 | 2016-10-25T03:32:20 | 8,223 | 0 | 0 | 0 | null | false | false | package com.xunlei.downloadprovider.qrcode.a;
import android.view.View;
import android.view.View.OnClickListener;
import com.xunlei.downloadprovider.qrcode.b.c;
// compiled from: QRCodeResultTextDialog.java
final class f implements OnClickListener {
final /* synthetic */ e a;
f(e eVar) {
this.a = eVa... | UTF-8 | Java | 578 | java | f.java | Java | [] | null | [] | package com.xunlei.downloadprovider.qrcode.a;
import android.view.View;
import android.view.View.OnClickListener;
import com.xunlei.downloadprovider.qrcode.b.c;
// compiled from: QRCodeResultTextDialog.java
final class f implements OnClickListener {
final /* synthetic */ e a;
f(e eVar) {
this.a = eVa... | 578 | 0.596886 | 0.596886 | 24 | 23.083334 | 16.876801 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
06add2611900f358a2badadbf98caf10451b9d53 | 15,625,091,064,159 | b0ba8ee49451f9c73f5bb9634b53781823702e39 | /target/generated-sources/annotations/project/model/SystemRoleEntity_.java | c06f15e873aef8ccac73f22ff6071ca7185530cd | [] | no_license | m5201202/WebTrial | https://github.com/m5201202/WebTrial | 423774d19f9bad4288da2561b17d26b277edd2ea | e496b49c9cf0fc2adfc54dfd7c6e20568e437297 | refs/heads/master | 2021-03-27T17:17:57.973000 | 2017-09-04T06:40:34 | 2017-09-04T06:40:34 | 101,944,804 | 0 | 0 | null | false | 2017-09-01T05:40:17 | 2017-08-31T01:20:31 | 2017-08-31T02:57:45 | 2017-09-01T05:40:16 | 6,485 | 0 | 0 | 0 | HTML | null | null | package project.model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(SystemRoleEntity.class)
public abstract class SystemRoleEntit... | UTF-8 | Java | 552 | java | SystemRoleEntity_.java | Java | [] | null | [] | package project.model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(SystemRoleEntity.class)
public abstract class SystemRoleEntit... | 552 | 0.846014 | 0.846014 | 15 | 35.733334 | 29.238028 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 15 |
095a80d9c0beb64fba2a38feaef42afc4aef68b1 | 15,625,091,064,208 | 34fcbcecef2d2874a7713bdbc6506052d1a05d29 | /MasternodeTool/src/org/tri/masternode/AutoRestart.java | 94882c41ade623aaa255e049d6fb812a398b6f11 | [] | no_license | devindy/MasternodeTool | https://github.com/devindy/MasternodeTool | ad4a0992e475ab3ba2c696544f22dc73b7f1003d | b3d7bb0f5299dc95f82464e97b8c6d9980317feb | refs/heads/master | 2020-03-29T09:16:41.416000 | 2018-06-29T04:01:30 | 2018-06-29T04:01:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tri.masternode;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.Prop... | UTF-8 | Java | 6,069 | java | AutoRestart.java | Java | [
{
"context": ";\n String username = prop.getProperty(\"username\");\n String password = prop.getProperty",
"end": 1258,
"score": 0.9927842617034912,
"start": 1250,
"tag": "USERNAME",
"value": "username"
},
{
"context": "roperty(\"username\");\n String... | null | [] | package org.tri.masternode;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.Prop... | 6,069 | 0.577031 | 0.569122 | 161 | 36.695652 | 26.416643 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596273 | false | false | 15 |
6512f71adb02ae6e3d7031ac10fedc7a431adcf6 | 18,691,697,726,677 | 732d68fade9e927b9b8aa2223fc06b61e1cc418a | /src/main.java | 3afb55e60e6f6d2c731774d2b54ad0cb819518da | [] | no_license | kdufera/In-memory-database | https://github.com/kdufera/In-memory-database | 9e0dd668d8fb6f334e9e07c630359850e44cd10d | 40068bcaec4491e5546aaff4746c815da6a8d9e7 | refs/heads/master | 2021-10-09T12:58:58.384000 | 2018-12-28T10:14:19 | 2018-12-28T10:14:19 | 163,382,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import database.InMemoryDatabase;
import utils.command;
public class main {
public static void main(String[] args) {
// scanner used to accept user input
Scanner scanner = new Scanner(System.in);
InMemoryDatabase inMemDatabase = new InMemoryDatabase();
while (true) {
System.ou... | UTF-8 | Java | 1,345 | java | main.java | Java | [] | null | [] | import java.util.Scanner;
import database.InMemoryDatabase;
import utils.command;
public class main {
public static void main(String[] args) {
// scanner used to accept user input
Scanner scanner = new Scanner(System.in);
InMemoryDatabase inMemDatabase = new InMemoryDatabase();
while (true) {
System.ou... | 1,345 | 0.660967 | 0.660223 | 55 | 23.436363 | 18.508734 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.218182 | false | false | 15 |
2cdde1f4a66e4419dc5c27f708900eaa1c511626 | 35,330,400,989,693 | b8b3617825158d34b47b4a844eb6bc7bba78e340 | /src/main/java/com/snippets/GreaterThan10Exception.java | d2091adcff1b182ea6f983779a20b0cae054df1a | [] | no_license | edvmorango/reactive-programming-workshop | https://github.com/edvmorango/reactive-programming-workshop | ec3ce1c024efd27d6e0bc90ce3b549426bc994a3 | b446aa57c8cd4099f89d15b32ba0d3a19eb9a64a | refs/heads/master | 2020-04-17T15:15:01.924000 | 2019-01-22T00:47:25 | 2019-01-22T00:47:25 | 166,691,120 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.snippets;
public class GreaterThan10Exception extends RuntimeException {
public GreaterThan10Exception(String message) {
super(message);
}
}
| UTF-8 | Java | 173 | java | GreaterThan10Exception.java | Java | [] | null | [] | package com.snippets;
public class GreaterThan10Exception extends RuntimeException {
public GreaterThan10Exception(String message) {
super(message);
}
}
| 173 | 0.734104 | 0.710983 | 9 | 18.111111 | 22.333057 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 15 |
bdf3814fcffabcd84990581bd013e510a643e4c7 | 35,442,070,141,307 | ebb42697fc5be4a6285b344181b90f078726af79 | /Shu/src/main/java/rezonant/shu/ui/session/ExecuteActionActivity.java | 2ef55a9c8bd6b15294d46d20a5617b3ebbf638cb | [] | no_license | rezonant/shu | https://github.com/rezonant/shu | d0121623bc6dc31530756cd00fea857823f408d4 | 6dc27e36ce527c1175fb17f81fee5581bfaf6e89 | refs/heads/master | 2021-03-12T19:43:50.053000 | 2014-12-31T22:29:56 | 2014-12-31T22:29:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rezonant.shu.ui.session;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import java.util.HashMap;
import java.util.List;
import rezonant.shu.R;
import rezonant.shu.state.data.SSHConnection;
import rezonant.shu.state.data.SessionAction;
public class ExecuteActionActivity extends Fr... | UTF-8 | Java | 996 | java | ExecuteActionActivity.java | Java | [] | null | [] | package rezonant.shu.ui.session;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import java.util.HashMap;
import java.util.List;
import rezonant.shu.R;
import rezonant.shu.state.data.SSHConnection;
import rezonant.shu.state.data.SessionAction;
public class ExecuteActionActivity extends Fr... | 996 | 0.768072 | 0.767068 | 38 | 25.210526 | 27.914492 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 15 |
466381596a581144cfeade1e13095c5d8167f969 | 26,912,265,146,671 | e87014139ef2963b3db4feb043b8fc3206221965 | /src/main/java/br/com/rest/services/UserService.java | e86ceaefd89f5e078f891e46640b50b155a1ce05 | [] | no_license | lucasrest/APIRestWithSpringBoot | https://github.com/lucasrest/APIRestWithSpringBoot | 97beb5ef4337f5e26a7da7198eebb65695d364dd | 466d78769629843f9b2d5764963e86d9e7359d14 | refs/heads/master | 2021-01-22T17:48:58.147000 | 2018-09-24T17:12:36 | 2018-09-24T17:12:36 | 100,731,558 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.rest.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.AuthorityUtils;
impor... | UTF-8 | Java | 2,311 | java | UserService.java | Java | [] | null | [] | package br.com.rest.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.AuthorityUtils;
impor... | 2,311 | 0.729987 | 0.729987 | 70 | 32.014286 | 31.317951 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471429 | false | false | 15 |
d6547cb21b1413b0dab5fc7552adfd2d16b25831 | 4,234,837,814,725 | 94e9e2107603ffcfc93695d035471d7c99c256ea | /src/main/java/project/dao/RolesDao.java | 4a26d52fdb9c2df4caf8c8a9dadd38e040bc7cf2 | [] | no_license | alexanderbeznos/restaurant_manager_project | https://github.com/alexanderbeznos/restaurant_manager_project | c272c53c30e93d8b9d7f1bd9c53bb91e49c87e72 | 2b83c3a2cf057e7a5251090c8d203c5beca94f20 | refs/heads/master | 2023-05-12T14:37:26.037000 | 2023-05-05T16:52:55 | 2023-05-05T16:52:55 | 238,035,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import project.entities.Roles;
public interface RolesDao extends JpaRepository<Roles, Long> {
Roles findByName(String name);
}
| UTF-8 | Java | 217 | java | RolesDao.java | Java | [] | null | [] | package project.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import project.entities.Roles;
public interface RolesDao extends JpaRepository<Roles, Long> {
Roles findByName(String name);
}
| 217 | 0.801843 | 0.801843 | 9 | 23.111111 | 24.071396 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 15 |
65ac74d5223efbfa75dade987faf24c631a5b5e2 | 15,195,594,329,403 | 3eeba1c0b06be5e4f4867f5b9feef661bd70f296 | /ex7/src/oop/ex7/main/Variable/BooleanVariable.java | 20374eff1d537900514006750fdaf6d80ab99f55 | [] | no_license | aviadlevy/OOP | https://github.com/aviadlevy/OOP | b40c19184bd0b927ec4257163c393cd30e55ee97 | 40e78d9542c21ceaec751495650dd33aa12cecb1 | refs/heads/master | 2021-01-01T05:51:20.295000 | 2015-06-19T13:41:38 | 2015-06-19T13:41:38 | 33,539,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oop.ex7.main.Variable;
import java.util.regex.Pattern;
import oop.ex7.main.RegExPatterns;
public class BooleanVariable implements Variable {
private String _variableName, _variableValue;
private int _level;
/**
* Default constructor.
*/
public BooleanVariable() {}
/**
* Boolean initialized varia... | UTF-8 | Java | 1,308 | java | BooleanVariable.java | Java | [] | null | [] | package oop.ex7.main.Variable;
import java.util.regex.Pattern;
import oop.ex7.main.RegExPatterns;
public class BooleanVariable implements Variable {
private String _variableName, _variableValue;
private int _level;
/**
* Default constructor.
*/
public BooleanVariable() {}
/**
* Boolean initialized varia... | 1,308 | 0.719419 | 0.71789 | 63 | 19.777779 | 18.717995 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 15 |
ded88830b3e7de97b17350428840d79f97235798 | 34,093,450,417,634 | 34c8bb360950f217f0e47bd0bb8accd8d970b388 | /src/main/java/com/wenthomas/mapreduce/outputformat/MyOutputFormat.java | 3c779b47130973cf3d5559b885f9fbb9b25ee44b | [] | no_license | wenthomas/my-hadoop-study | https://github.com/wenthomas/my-hadoop-study | f6a0b1730d2a82863edd370c1e3dfafd7b59d231 | f245894a2f9ebce8378451f565bb6fdb4f8ff7ca | refs/heads/master | 2022-05-08T02:20:15.671000 | 2020-01-06T13:00:04 | 2020-01-06T13:00:04 | 230,082,059 | 0 | 0 | null | false | 2022-04-12T21:57:27 | 2019-12-25T09:58:08 | 2020-01-06T13:01:06 | 2022-04-12T21:57:26 | 118 | 0 | 0 | 5 | Java | false | false | package com.wenthomas.mapreduce.outputformat;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.RecordWriter;
import org.apache.hadoop.mapreduce.TaskAttemptContext;
import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;
import java.io.IOException;
... | UTF-8 | Java | 703 | java | MyOutputFormat.java | Java | [
{
"context": "rmat;\n\nimport java.io.IOException;\n\n/**\n * @author Verno\n * @create 2020-01-03 11:09\n */\npublic class MyOu",
"end": 341,
"score": 0.9658207297325134,
"start": 336,
"tag": "NAME",
"value": "Verno"
}
] | null | [] | package com.wenthomas.mapreduce.outputformat;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.RecordWriter;
import org.apache.hadoop.mapreduce.TaskAttemptContext;
import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;
import java.io.IOException;
... | 703 | 0.792952 | 0.77533 | 21 | 31.428572 | 30.709967 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 15 |
69482703be6c759fd3faceb5dabf41e86142d5f2 | 14,946,486,252,817 | cd3c8dae5e8ae5b331881761ddd38a0d54ccc4a7 | /FabricaPokemon/src/testes/TesteV.java | d6f832817ac1c93de23616be2db442cb8a9397a0 | [] | no_license | icarocrespo/FabricaPokemons | https://github.com/icarocrespo/FabricaPokemons | 57403eaffd017345282e1943162bfca9510e1f63 | 01f91276de64e886d85c9b71609c69bb6ac6ff4a | refs/heads/master | 2020-06-05T00:09:38.747000 | 2019-06-27T02:58:08 | 2019-06-27T02:58:08 | 192,245,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testes;
import estruturas.Vetor;
import main.GeradorDePokemon;
import main.Main;
import main.Pokemon;
public class TesteV {
Vetor vetor1;
Vetor vetor2;
Vetor vetor3;
long antes;
long depois;
public TesteV() {
this.vetor1 = new Vetor(10000);
this.vetor2 = new Veto... | UTF-8 | Java | 5,020 | java | TesteV.java | Java | [] | null | [] | package testes;
import estruturas.Vetor;
import main.GeradorDePokemon;
import main.Main;
import main.Pokemon;
public class TesteV {
Vetor vetor1;
Vetor vetor2;
Vetor vetor3;
long antes;
long depois;
public TesteV() {
this.vetor1 = new Vetor(10000);
this.vetor2 = new Veto... | 5,020 | 0.593407 | 0.55984 | 153 | 31.718954 | 24.752752 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.732026 | false | false | 15 |
97f5c83b3b092ffde0f8c9cdcbabe3bc7cf8f4af | 6,734,508,773,376 | 460b67fe1edf793496a712575727c0dae8af127a | /src/main/java/fieldbox/boxes/plugins/FLineButton.java | af2a53f150a8475c497d3427a85b438472b78c7c | [] | no_license | OpenEndedGroup/Field2 | https://github.com/OpenEndedGroup/Field2 | 99af34959254e193506172d3bbc6bf6762bd3bee | ebf154deb39929bf3db6f65da6cd015768a0ebbf | refs/heads/new_build | 2023-05-24T20:29:22.699000 | 2023-01-26T16:18:42 | 2023-01-26T16:18:42 | 20,703,816 | 57 | 13 | null | false | 2023-04-14T18:08:29 | 2014-06-10T22:22:27 | 2023-03-05T02:23:49 | 2023-04-14T18:08:28 | 742,750 | 52 | 10 | 46 | Java | false | false | package fieldbox.boxes.plugins;
import field.app.RunLoop;
import field.graphics.FLine;
import field.graphics.Window;
import field.linalg.Vec2;
import field.utility.Dict;
import field.utility.Log;
import fieldbox.boxes.Box;
import fieldbox.boxes.Drawing;
import fieldbox.boxes.FLineInteraction;
import fieldbox.boxes.Mou... | UTF-8 | Java | 4,759 | java | FLineButton.java | Java | [] | null | [] | package fieldbox.boxes.plugins;
import field.app.RunLoop;
import field.graphics.FLine;
import field.graphics.Window;
import field.linalg.Vec2;
import field.utility.Dict;
import field.utility.Log;
import fieldbox.boxes.Box;
import fieldbox.boxes.Drawing;
import fieldbox.boxes.FLineInteraction;
import fieldbox.boxes.Mou... | 4,759 | 0.686988 | 0.685726 | 170 | 26.982353 | 33.57756 | 270 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.394118 | false | false | 15 |
55d3346dd0f62e8c8b822d768219ef916cc234bb | 18,253,611,069,482 | 5d5ace38f8873b43a9689bf74dff9c63177f07d9 | /Eclipse-workspace/LeetCode/src/leetcodeanswer/_120三角形最小路径和.java | e6643d1eaf52d52ab56a6898da4c2ea1830c44db | [] | no_license | Jackyjinchen/Algorithm_Study | https://github.com/Jackyjinchen/Algorithm_Study | 7972a42cbafeefcfb7be624127763867e46ad722 | dae0eb0f09864c3341b05e2fd8dbbca5601a526d | refs/heads/main | 2023-01-01T15:47:30.232000 | 2020-10-31T02:45:33 | 2020-10-31T02:45:33 | 308,789,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcodeanswer;
import java.util.ArrayList;
import java.util.List;
public class _120三角形最小路径和 {
public static void main(String[] args) {
// TODO Auto-generated method stub
List<List<Integer>> triangle = new ArrayList<>();
List<Integer> list1 = new ArrayList<Integer>();
list1.add(2);
triangle.add(l... | GB18030 | Java | 1,329 | java | _120三角形最小路径和.java | Java | [] | null | [] | package leetcodeanswer;
import java.util.ArrayList;
import java.util.List;
public class _120三角形最小路径和 {
public static void main(String[] args) {
// TODO Auto-generated method stub
List<List<Integer>> triangle = new ArrayList<>();
List<Integer> list1 = new ArrayList<Integer>();
list1.add(2);
triangle.add(l... | 1,329 | 0.630617 | 0.588728 | 61 | 20.540983 | 19.441019 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.081967 | false | false | 2 |
7dc6822f8be2810e81f6c360722680dfeec6a199 | 21,423,296,907,823 | 03c8af0e8a125d7cc4f41b3558d7d7ce8e5583cf | /src/ru/albemuth/util/RandomGenerator.java | dce00664d8109a25da1daac253d29f0909461edf | [] | no_license | gnuzzz/albemuth-util | https://github.com/gnuzzz/albemuth-util | 7a7bfb99dcb0a6bd36a37472105e998d1793f1f9 | b2248bda3c243f75c317c796cd533130265f445b | refs/heads/master | 2016-09-11T15:00:10.866000 | 2013-12-05T08:32:53 | 2013-12-05T08:32:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.albemuth.util;
import java.sql.Timestamp;
import java.sql.Time;
import java.sql.Date;
/**
* Created by IntelliJ IDEA.
* User: vovan
* Date: 02.08.2004
* Time: 14:46:36
* To change this template use Options | File Templates.
*/
public class RandomGenerator {
public static String randomString(int ... | UTF-8 | Java | 1,722 | java | RandomGenerator.java | Java | [
{
"context": "l.Date;\n\n/**\n * Created by IntelliJ IDEA.\n * User: vovan\n * Date: 02.08.2004\n * Time: 14:46:36\n * To chang",
"end": 146,
"score": 0.9925038814544678,
"start": 141,
"tag": "USERNAME",
"value": "vovan"
}
] | null | [] | package ru.albemuth.util;
import java.sql.Timestamp;
import java.sql.Time;
import java.sql.Date;
/**
* Created by IntelliJ IDEA.
* User: vovan
* Date: 02.08.2004
* Time: 14:46:36
* To change this template use Options | File Templates.
*/
public class RandomGenerator {
public static String randomString(int ... | 1,722 | 0.606852 | 0.585366 | 66 | 25.09091 | 22.21706 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621212 | false | false | 2 |
312d6b353efb354f1acfce60328b0538760464ee | 28,948,079,613,700 | e872f7188a4c261b820e8fe26a279301aea7ff94 | /app/src/main/java/com/example/pkkbajukita/Adapter/AdapterBarang.java | d4c20386135b8c72ff1e35cd0360a34dde342a24 | [] | no_license | rasyidk/android-bajukita | https://github.com/rasyidk/android-bajukita | 754fccf77ee94ffe788f68cd404dab13d16c69e4 | 1607c9b24fca1c3c0d8521915130c1c84f0a1740 | refs/heads/master | 2021-01-02T13:40:56.293000 | 2020-02-12T11:45:08 | 2020-02-12T11:45:08 | 239,646,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pkkbajukita.Adapter;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.util.Base64;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
i... | UTF-8 | Java | 5,396 | java | AdapterBarang.java | Java | [
{
"context": "erView;\n\nimport java.util.List;\n\n/**\n * Created by Dimas Maulana on 5/26/17.\n * Email : araymaulana66@gmail.com\n *",
"end": 527,
"score": 0.9998749494552612,
"start": 514,
"tag": "NAME",
"value": "Dimas Maulana"
},
{
"context": " * Created by Dimas Maulana on 5/2... | null | [] | package com.example.pkkbajukita.Adapter;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.util.Base64;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
i... | 5,373 | 0.651038 | 0.646961 | 150 | 34.973331 | 32.157932 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626667 | false | false | 2 |
02de3b726dc0dbeb59060c92444b8f5acaf09ce0 | 22,033,182,275,397 | c64bc262285919a54a5c5e53a32b8c3e11174c49 | /NewFatAdmin/app/src/main/java/com/example/rioir/fat/RecyclerAdapter.java | 14ae0a82aadc8c6b531f3efdca6859586fbcd628 | [] | no_license | Rioirvansyah/FoodAndThings | https://github.com/Rioirvansyah/FoodAndThings | 80bd471ecc25e54f4d8041d0f644c53b787db59b | 4622c8d6d5ee30a0a53891fe0c5d376fa36365c5 | refs/heads/master | 2020-04-01T09:27:48.069000 | 2018-12-10T03:58:01 | 2018-12-10T03:58:01 | 153,076,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rioir.fat;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import andr... | UTF-8 | Java | 5,009 | java | RecyclerAdapter.java | Java | [
{
"context": "package com.example.rioir.fat;\n\nimport android.app.Activity;\nimport andro",
"end": 23,
"score": 0.7627206444740295,
"start": 20,
"tag": "USERNAME",
"value": "rio"
},
{
"context": ".Toast;\n\nimport java.util.List;\n\n/**\n * Created by rioir on 10/20/2018.\n */\n\npu... | null | [] | package com.example.rioir.fat;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import andr... | 5,009 | 0.619884 | 0.61649 | 129 | 37.829456 | 29.05678 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658915 | false | false | 2 |
4b202e00a3ca717ee71e41a90a609e84a602ac8e | 32,933,809,274,434 | 9aebf3119bf906730a05cd340f7563e51c7c292d | /GenericInventory/src/main/java/com/genericinventory/domain/service/DataObjectService.java | b94cdb143861dedc34ecde46cbcb0f9836b10d1e | [] | no_license | lunachickengrill/JavaStuff | https://github.com/lunachickengrill/JavaStuff | d494b3799426cd5e3e8b795010969f4a84328861 | 3f6fb9d6a65d8b39b9305ea4c746d40287f60420 | refs/heads/master | 2021-06-08T11:13:03.100000 | 2019-10-27T17:17:01 | 2019-10-27T17:17:01 | 150,226,257 | 0 | 0 | null | false | 2021-05-08T16:59:57 | 2018-09-25T07:41:51 | 2019-10-27T17:17:11 | 2021-05-08T16:59:56 | 1,129 | 0 | 0 | 5 | Java | false | false | package com.genericinventory.domain.service;
import com.genericinventory.domain.dataobject.DataObject;
import com.genericinventory.domain.objecttype.ObjectType;
public interface DataObjectService {
DataObject constructFromObjectType(final ObjectType objectType);
}
| UTF-8 | Java | 280 | java | DataObjectService.java | Java | [] | null | [] | package com.genericinventory.domain.service;
import com.genericinventory.domain.dataobject.DataObject;
import com.genericinventory.domain.objecttype.ObjectType;
public interface DataObjectService {
DataObject constructFromObjectType(final ObjectType objectType);
}
| 280 | 0.825 | 0.825 | 10 | 26 | 26.825361 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
a53d1ebcbdc313a3d4e7db4ebb6f2f90e2e694f9 | 24,404,004,231,228 | eb3ccc790d2df81c04ca568cbfc21f012029c1eb | /src/main/java/com/zhkj/message_system/service/CodeQuotientService.java | 2b6a3f8f121a12a9479bef56e048cd5079e4b411 | [] | no_license | zfh1726401945/messages_system | https://github.com/zfh1726401945/messages_system | 23d6f7f0adee4cf5192bdd4bd56597206e150e51 | 98a8f3b3c664235d4497a5d12934318162c0e8ae | refs/heads/master | 2020-03-22T04:42:24.961000 | 2018-12-11T03:24:11 | 2018-12-11T03:24:11 | 139,515,435 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhkj.message_system.service;
import java.util.LinkedHashMap;
public interface CodeQuotientService {
/**
* app端获取号码的服务
*
* @param device_num
* @return
*/
public LinkedHashMap<String, Object> getPhoneByCodeQuotient(Integer device_num);
/**
* 获取验证码的方法
*
* ... | UTF-8 | Java | 510 | java | CodeQuotientService.java | Java | [] | null | [] | package com.zhkj.message_system.service;
import java.util.LinkedHashMap;
public interface CodeQuotientService {
/**
* app端获取号码的服务
*
* @param device_num
* @return
*/
public LinkedHashMap<String, Object> getPhoneByCodeQuotient(Integer device_num);
/**
* 获取验证码的方法
*
* ... | 510 | 0.648536 | 0.648536 | 22 | 20.772728 | 24.602165 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 2 |
d79c79dead82883f0e3dcfbf2e56d214d88b67e6 | 9,062,381,050,715 | 86aa5dc339b738bbd2ddd98284642f560920d274 | /src/test/java/pt/isel/ls/utils/HeaderTest.java | 2a239e5fc1be0025558bb4d404c79b572c11f79f | [] | no_license | laruibasar/leic-lic-2021si | https://github.com/laruibasar/leic-lic-2021si | bccc2ed620ebff8dcf988b31905a20e7d2800109 | 8270e2bdea2bb5d55e609864fe1a7f6652a554d0 | refs/heads/master | 2023-03-12T04:53:56.676000 | 2021-02-01T23:54:12 | 2021-02-01T23:54:12 | 343,149,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.isel.ls.utils;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class HeaderTest {
@Test
public void header_equals() {
Header header = new Header("accept:text/html|file-name:test.txt");
assertEquals("accept:text/html|file-name:test.txt", header.toString())... | UTF-8 | Java | 2,560 | java | HeaderTest.java | Java | [] | null | [] | package pt.isel.ls.utils;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class HeaderTest {
@Test
public void header_equals() {
Header header = new Header("accept:text/html|file-name:test.txt");
assertEquals("accept:text/html|file-name:test.txt", header.toString())... | 2,560 | 0.630469 | 0.630469 | 77 | 32.246754 | 27.062292 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766234 | false | false | 2 |
fbc9a250d726c5384abbea06fc6ab6c3ba208bb5 | 9,062,381,051,399 | eda68e649eb68b4a75dd996f99b6279c08bf983a | /ParcelableDemo/app/src/main/java/com/example/parcelabledemo/ProductDetails.java | 4d7413a927402a6f5bac39b93c949ad700459cc6 | [] | no_license | ajaykhandge/Android_Parcelable_Demo | https://github.com/ajaykhandge/Android_Parcelable_Demo | cb479b2affd9233a4dc01efbee0831d937d8dcef | f84d0ed8403ee2d4ef4ff04f8cd079daec4172c7 | refs/heads/master | 2023-05-06T02:14:19.720000 | 2021-05-19T11:52:39 | 2021-05-19T11:52:39 | 334,965,090 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.parcelabledemo;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;
public class ProductDetails extends AppCompatActivity {
private TextView title;
... | UTF-8 | Java | 1,541 | java | ProductDetails.java | Java | [] | null | [] | package com.example.parcelabledemo;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;
public class ProductDetails extends AppCompatActivity {
private TextView title;
... | 1,541 | 0.707333 | 0.707333 | 48 | 31.125 | 25.310263 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 2 |
8c6f72046afe7aa37b149401ea29c8362a2d8612 | 29,033,978,965,666 | 937e365880468c93a7963e783ca5de4d6eb4e74b | /src/Gun08/StringReplaceAll.java | 2dcabb6c715a36bf606086ae5f2efd04740709fa | [] | no_license | YusufSahin90/JavaKursu | https://github.com/YusufSahin90/JavaKursu | 1d098b02fb526db5ad9d32eb8f5d48ae45be10b5 | 6eabec70504c666cbf842088e54688532b3b3180 | refs/heads/master | 2023-01-22T10:45:33.010000 | 2020-11-24T19:13:11 | 2020-11-24T19:13:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gun08;
public class StringReplaceAll {
public static void main(String[] args) {
// ReplaceAll : replace gibi çalışır, farkı kritere göre degistirir.
String text = "Merhaba Dünya";
System.out.println("Original hali : " + text);
System.out.println("a,b,n leri, _ yapılmıs ha... | UTF-8 | Java | 671 | java | StringReplaceAll.java | Java | [
{
"context": " kritere göre degistirir.\n\n String text = \"Merhaba Dünya\";\n\n System.out.println(\"Original hali : \" ",
"end": 208,
"score": 0.9995322823524475,
"start": 195,
"tag": "NAME",
"value": "Merhaba Dünya"
}
] | null | [] | package Gun08;
public class StringReplaceAll {
public static void main(String[] args) {
// ReplaceAll : replace gibi çalışır, farkı kritere göre degistirir.
String text = "<NAME>";
System.out.println("Original hali : " + text);
System.out.println("a,b,n leri, _ yapılmıs hali : " ... | 663 | 0.609423 | 0.606383 | 22 | 28.90909 | 44.064941 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 2 |
f0077b38d2de0105bf9a82ade8292b1565fcb516 | 29,197,187,734,594 | a84d2aaac00f3596b34fd39a753366c8f62eb45e | /zisecm-portal/src/main/java/com/ecm/portal/controller/admin/CfgActivityManager.java | 45adfc71a870416a29eeb307afb2fa399bfe90e6 | [] | no_license | breezerong/zisecm | https://github.com/breezerong/zisecm | 7d619f3a37275d3cdc79164aaf10f469e8b3082d | 6dcbd86ed4d24fd9bb1cc64a4317ba7fc6c52c64 | refs/heads/master | 2023-05-12T02:52:29.336000 | 2022-11-18T08:58:45 | 2022-11-18T08:58:45 | 214,353,868 | 2 | 0 | null | false | 2023-05-07T00:05:12 | 2019-10-11T05:51:09 | 2023-01-30T20:56:33 | 2023-05-07T00:05:11 | 226,805 | 2 | 0 | 50 | Vue | false | false | package com.ecm.portal.controller.admin;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.flowable.bpmn.model.Artifact;
import org.flowable.bpmn.model.BpmnModel;
import org.flowable.bpmn.model.EndEvent;
import org.flowable.bpmn.... | UTF-8 | Java | 7,671 | java | CfgActivityManager.java | Java | [
{
"context": "ortal.log.LogAopAction;\n\n/**\n * 工作流配置管理\n * @author Haihong Rong\n * Date:2020年4月13日 下午4:59:11\n */\n@Controller\n@Req",
"end": 1542,
"score": 0.999841034412384,
"start": 1530,
"tag": "NAME",
"value": "Haihong Rong"
}
] | null | [] | package com.ecm.portal.controller.admin;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.flowable.bpmn.model.Artifact;
import org.flowable.bpmn.model.BpmnModel;
import org.flowable.bpmn.model.EndEvent;
import org.flowable.bpmn.... | 7,665 | 0.708601 | 0.706763 | 235 | 31.404255 | 24.471312 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.446809 | false | false | 2 |
5f1199ee420c96c7984c70768c3662ea9d43091f | 8,546,984,972,693 | 30e3c91f23aaa6127ee3e520becc443701e18faa | /sources/com/p683ss/android/ugc/aweme/setting/C41536al.java | f259b9d9e045e3f2e9016965d22e249179447325 | [] | no_license | jakesyl/tishtosh_source | https://github.com/jakesyl/tishtosh_source | 521d4ab2bc28325519cf84422cce9c5709339b1f | c88d8f6fc6147fc08dfda6bd6d8540156278fa5d | refs/heads/master | 2022-09-10T17:19:16.637000 | 2020-05-25T06:06:31 | 2020-05-25T06:06:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p683ss.android.ugc.aweme.setting;
/* renamed from: com.ss.android.ugc.aweme.setting.al */
public interface C41536al {
/* renamed from: a */
void mo48470a(int i);
}
| UTF-8 | Java | 185 | java | C41536al.java | Java | [] | null | [] | package com.p683ss.android.ugc.aweme.setting;
/* renamed from: com.ss.android.ugc.aweme.setting.al */
public interface C41536al {
/* renamed from: a */
void mo48470a(int i);
}
| 185 | 0.697297 | 0.627027 | 7 | 25.428572 | 18.912256 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
f16f6225473eb97546507ee743fbc82b7ce47fb2 | 14,044,543,109,345 | 8a518f95b455485ceb2e760bcc47cf518374301f | /src/sdesheet/Day2.java | 0e0f7f9c8914cd0797cccbd6b86534a647c3ab94 | [] | no_license | ajay109458/LeetCode | https://github.com/ajay109458/LeetCode | c0567e89cdef5ea9980da4a583cfdc195bb484ad | e3980e63f24079b9ddcc7b261eea8286e1d6a664 | refs/heads/master | 2022-05-29T15:25:35.334000 | 2021-06-26T12:53:46 | 2021-06-26T12:53:46 | 245,487,557 | 0 | 0 | null | false | 2022-05-20T22:04:35 | 2020-03-06T18:10:29 | 2021-06-26T12:53:55 | 2022-05-20T22:04:35 | 724 | 0 | 0 | 1 | Java | false | false | package sdesheet;
import array.ArrayHelper;
import java.util.Arrays;
public class Day2 {
public int maxProfit(int[] prices) {
if (prices.length == 0)
return 0;
int buy = prices[0];
int maxProfit = 0;
int sell = prices[0];
int i = 0;
while(i < price... | UTF-8 | Java | 3,751 | java | Day2.java | Java | [] | null | [] | package sdesheet;
import array.ArrayHelper;
import java.util.Arrays;
public class Day2 {
public int maxProfit(int[] prices) {
if (prices.length == 0)
return 0;
int buy = prices[0];
int maxProfit = 0;
int sell = prices[0];
int i = 0;
while(i < price... | 3,751 | 0.369768 | 0.355105 | 175 | 20.434286 | 17.244295 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491429 | false | false | 2 |
7ac2f2406bdb8648f17d87d910ddb2578528e480 | 13,993,003,499,701 | bc8ce01b20941d799114d46738329b78b3ab0e4b | /client/src/main/java/class235.java | c43eee67ddb466c9e9a29ab4099a41b301c6290f | [] | permissive | rsbox/rsbox | https://github.com/rsbox/rsbox | dd8d87112066f2a7719221d705e5a77e62cbdfa5 | 7961e53f4e9c132b1f140dca7250d9dcf0b0f7bb | refs/heads/master | 2023-08-17T04:04:23.631000 | 2023-08-09T16:31:04 | 2023-08-09T16:31:04 | 197,709,170 | 3 | 3 | Apache-2.0 | false | 2019-07-19T14:43:43 | 2019-07-19T05:43:31 | 2019-07-19T13:46:06 | 2019-07-19T14:43:42 | 60 | 2 | 1 | 0 | Kotlin | false | false | public class class235 {
static int[] field2616;
class235() {
}
}
| UTF-8 | Java | 75 | java | class235.java | Java | [] | null | [] | public class class235 {
static int[] field2616;
class235() {
}
}
| 75 | 0.6 | 0.466667 | 6 | 11.5 | 10.436315 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 2 |
9086252d02e9bedd22e30e9f1b1ce185ee7de941 | 1,219,770,771,062 | 1df9b2dd4a7db2f1673638a46ecb6f20a3933994 | /Spring-proctice/src/Common-java/src/test/java/abc/xyz/pts/bcs/common/web/interceptor/SSOReferalInterceptorTest.java | 7fc8e21fecd0679714ee4cca9d93220a8738071b | [] | no_license | pavanhp001/Spring-boot-proct | https://github.com/pavanhp001/Spring-boot-proct | 71cfb3e86f74aa22951f66a87d55ba4a18b5c6c7 | 238bf76e1b68d46acb3d0e98cb34a53a121643dc | refs/heads/master | 2020-03-20T12:23:10.735000 | 2019-03-18T04:03:40 | 2019-03-18T04:03:40 | 137,428,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package abc.xyz.pts.bcs.common.web.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.jmock.Expectations;
import org.jmock.Mockery;
import org.josso.gateway.SSONameValuePair;
import org.josso.gateway.identity.SSOUser;
import org.junit.After;
... | UTF-8 | Java | 4,728 | java | SSOReferalInterceptorTest.java | Java | [] | null | [] | package abc.xyz.pts.bcs.common.web.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.jmock.Expectations;
import org.jmock.Mockery;
import org.josso.gateway.SSONameValuePair;
import org.josso.gateway.identity.SSOUser;
import org.junit.After;
... | 4,728 | 0.693528 | 0.683376 | 97 | 46.742268 | 41.057735 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.876289 | false | false | 2 |
19f8e8ec4cce70856959a04bb17d717d65cd0b21 | 4,406,636,461,494 | e03ee06a6936995fdf2cbd8b9dc876e7c1d42130 | /Ejercicios/Bucles/Ejercicio26.java | 44b2e8248fd4b241d819f6452bc44a79b61bd3a3 | [] | no_license | andresfernandeznad/ejercicios-programacion | https://github.com/andresfernandeznad/ejercicios-programacion | db07fe9cea7397711f3db322c32aafb126fd0ae9 | 721732b374766da98ec59da15abae242ac7d8cb9 | refs/heads/master | 2021-09-06T21:54:29.299000 | 2018-02-12T07:28:37 | 2018-02-12T07:28:37 | 105,648,541 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**Ejercicio26 de Bucles
*
*@author Andrés Fernández Nadales
*
*/
import java.util.Scanner;
public class Ejercicio26 {
public static void main(String[] args){
Scanner s = new Scanner(System.in);
System.out.print("Introduce un número: ");
int numero = s.nextInt();
System.out.print("Introduce un dígi... | UTF-8 | Java | 769 | java | Ejercicio26.java | Java | [
{
"context": "/**Ejercicio26 de Bucles\n*\n*@author Andrés Fernández Nadales\n* \n*/\n\nimport java.util.Scanner;\n\npublic class Ej",
"end": 60,
"score": 0.9998685121536255,
"start": 36,
"tag": "NAME",
"value": "Andrés Fernández Nadales"
}
] | null | [] | /**Ejercicio26 de Bucles
*
*@author <NAME>
*
*/
import java.util.Scanner;
public class Ejercicio26 {
public static void main(String[] args){
Scanner s = new Scanner(System.in);
System.out.print("Introduce un número: ");
int numero = s.nextInt();
System.out.print("Introduce un dígito del número intr... | 749 | 0.586071 | 0.562418 | 32 | 22.78125 | 19.314396 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 2 |
6beab406ab5615c00e7091dd2e375a6a6a9bc2fc | 1,623,497,656,355 | 4c97138da1c101ba277e695bc0bc1119410b3f17 | /checkedException/classes/Pessoa.java | 00b6654a9cf42985898aace397e0218316283f1a | [] | no_license | MatheusSouza072/exercicios-maratona-java-devdojo | https://github.com/MatheusSouza072/exercicios-maratona-java-devdojo | 39c4377e71c9bfba9aafb014dfcfb5e934704d68 | 1140b7e6704d8db297fb26e8ac49dca95768dba0 | refs/heads/master | 2020-05-26T04:59:24.074000 | 2019-05-29T19:24:38 | 2019-05-29T19:24:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package checkedException.classes;
import java.io.IOException;
import CustomException.LoginInvalidoException;
public class Pessoa {
public void salvar() throws LoginInvalidoException, IOException{
}
}
| UTF-8 | Java | 223 | java | Pessoa.java | Java | [] | null | [] | package checkedException.classes;
import java.io.IOException;
import CustomException.LoginInvalidoException;
public class Pessoa {
public void salvar() throws LoginInvalidoException, IOException{
}
}
| 223 | 0.753363 | 0.753363 | 11 | 18.272728 | 22.058149 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 2 |
53529efc6496d41b0a32ecb881980f2f33e783cd | 9,371,618,648,278 | 4a2f3e34dbe54d4dbc0323257ce1ac9ac8779024 | /src/gesetudiant/conbd/AccessDB.java | 60e36ab80e11a19ac8725c4fe30a94355499463c | [] | no_license | MyJeanno/Mon_site_web | https://github.com/MyJeanno/Mon_site_web | 51f594f396f8e9bee896e3c83f7845f2ce98b483 | 291858c28ff0a3cc1c9b4b1915699237ddf3fdfd | refs/heads/master | 2023-06-05T11:35:36.382000 | 2021-06-10T12:29:45 | 2021-06-10T12:29:45 | 369,311,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package gesetudiant.conbd;
/**
*
* @author hppp
*/
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class AccessDB {
public static Connection obtenirConnection(){
try {
Class... | UTF-8 | Java | 986 | java | AccessDB.java | Java | [
{
"context": "\npackage gesetudiant.conbd;\n\n/**\n *\n * @author hppp\n */\nimport java.sql.Connection;\nimport java.sql.D",
"end": 51,
"score": 0.9996707439422607,
"start": 47,
"tag": "USERNAME",
"value": "hppp"
}
] | null | [] |
package gesetudiant.conbd;
/**
*
* @author hppp
*/
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class AccessDB {
public static Connection obtenirConnection(){
try {
Class... | 986 | 0.601015 | 0.596954 | 34 | 27.941177 | 24.015854 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 2 |
a6e5f4cd32b9c3d86f5768ddee871c42dbe31b00 | 4,337,916,971,897 | a51d07f2c3fa8aae079f53563ff731236bab7189 | /zoe-phip/1.infrastructure/phip-infrastructure/src/main/java/com/zoe/phip/infrastructure/util/ValidateUtil.java | 1adacea9da8050c9f4964cf2f08457c143d527bc | [] | no_license | zh415085484/meros.phip | https://github.com/zh415085484/meros.phip | dfaec8e496a7a23415815d45893692e0f3e2f664 | bc5139c6a4fc2227f4550a4d8a16a85712b2d06b | HEAD | 2016-04-11T19:38:38.443000 | 2016-03-15T06:35:16 | 2016-03-15T06:35:16 | 53,924,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zoe.phip.infrastructure.util;
import java.lang.reflect.Array;
import java.util.Collection;
import java.util.Map;
/**
* Created by zengjiyang on 2016/3/11.
*/
public class ValidateUtil {
public static boolean isEmpty(Object object) {
if (object == null)
return true;
if (... | UTF-8 | Java | 806 | java | ValidateUtil.java | Java | [
{
"context": "llection;\nimport java.util.Map;\n\n/**\n * Created by zengjiyang on 2016/3/11.\n */\npublic class ValidateUtil {\n\n ",
"end": 155,
"score": 0.9989948272705078,
"start": 145,
"tag": "USERNAME",
"value": "zengjiyang"
}
] | null | [] | package com.zoe.phip.infrastructure.util;
import java.lang.reflect.Array;
import java.util.Collection;
import java.util.Map;
/**
* Created by zengjiyang on 2016/3/11.
*/
public class ValidateUtil {
public static boolean isEmpty(Object object) {
if (object == null)
return true;
if (... | 806 | 0.604218 | 0.593052 | 34 | 22.705883 | 19.962507 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 2 |
e0a4369caa699f0f0718128b7a3cc4104ade1a4d | 28,432,683,537,834 | 2ac30e5b1177fb4c0f836ece2b474b11637e4c49 | /blogAPI/src/main/java/com/my/service/UserService.java | c79616ae9ecb21db5841f4be6df097b231192d6e | [] | no_license | LastingN/blogAPI | https://github.com/LastingN/blogAPI | b0d3b3a8e0086ec20674304b1d39ff2194f914ea | eb1ee4df18f5d31a661d808306d8e6341c4cff5e | refs/heads/master | 2020-05-25T13:11:48.515000 | 2019-05-21T10:34:31 | 2019-05-21T10:34:31 | 187,816,122 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my.service;
import com.my.mapper.UserMapper;
import com.my.pojo.User;
import com.my.utils.JwtUtil;
import com.my.utils.MD5Util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java... | UTF-8 | Java | 3,169 | java | UserService.java | Java | [] | null | [] | package com.my.service;
import com.my.mapper.UserMapper;
import com.my.pojo.User;
import com.my.utils.JwtUtil;
import com.my.utils.MD5Util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java... | 3,169 | 0.5584 | 0.54848 | 106 | 28.481133 | 23.878716 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877358 | false | false | 2 |
75a8253093117a795e5ffec297063128faa1361f | 35,150,012,406,518 | 0695dfd060a2d118ec701373ab9da89fe7532cee | /src/test/java/org/giiwa/misc/ClassUtilTest.java | ca05ecce01248ffca892630d7e2d4cbddd076110 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | summyjohn/giiwa | https://github.com/summyjohn/giiwa | d697d0cb3e8e86f78a191d52d5ca3f50a7552ebd | 0d53015901514c9fb7234d55192ae37bebc4afc2 | refs/heads/master | 2023-07-02T17:54:37.245000 | 2020-12-12T00:12:45 | 2020-12-12T00:12:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.giiwa.misc;
import static org.junit.Assert.*;
import org.giiwa.dao.Bean;
import org.junit.Test;
public class ClassUtilTest {
@Test
public void test() {
System.out.println(ClassUtil.listSubType("", Bean.class));
}
}
| UTF-8 | Java | 237 | java | ClassUtilTest.java | Java | [] | null | [] | package org.giiwa.misc;
import static org.junit.Assert.*;
import org.giiwa.dao.Bean;
import org.junit.Test;
public class ClassUtilTest {
@Test
public void test() {
System.out.println(ClassUtil.listSubType("", Bean.class));
}
}
| 237 | 0.721519 | 0.721519 | 15 | 14.8 | 17.04582 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 2 |
222aa79d32144fa8ed06970393d6b298bccd1e1a | 37,941,741,122,152 | 8716508689083c76a89ee68f12eabf573c146450 | /src/main/java/com/rsd/enterprise/ProductEnterpriseController.java | d1b7c122bda5878111c860356f5d228caca3ca64 | [] | no_license | jiaoyunliang/nrsd | https://github.com/jiaoyunliang/nrsd | 4a6fcc1c665cc4ce6029541d0bb1ce316ce2f629 | 90c7850624b05cc4df12634556c25880a64deaa5 | refs/heads/master | 2022-07-12T22:49:12.499000 | 2019-10-11T09:42:40 | 2019-10-11T09:42:44 | 213,855,784 | 0 | 0 | null | false | 2022-06-30T20:20:15 | 2019-10-09T07:55:00 | 2019-10-11T09:43:11 | 2022-06-30T20:20:15 | 16,652 | 0 | 0 | 7 | JavaScript | false | false | package com.rsd.enterprise;
import com.github.pagehelper.Page;
import com.rsd.domain.RsdAccount;
import com.rsd.domain.BnzFileRelation;
import com.rsd.domain.BnzProductModel;
import com.rsd.domain.BnzProductTypeModel;
import com.rsd.service.BnzProductService;
import com.rsd.service.BnzProductTypeService;
import com.rs... | UTF-8 | Java | 7,666 | java | ProductEnterpriseController.java | Java | [
{
"context": "annotation.*;\n\nimport java.util.*;\n\n/**\n * @author tony\n * @data 2019-06-24\n * @modifyUser\n * @modifyDate",
"end": 713,
"score": 0.9995231628417969,
"start": 709,
"tag": "USERNAME",
"value": "tony"
}
] | null | [] | package com.rsd.enterprise;
import com.github.pagehelper.Page;
import com.rsd.domain.RsdAccount;
import com.rsd.domain.BnzFileRelation;
import com.rsd.domain.BnzProductModel;
import com.rsd.domain.BnzProductTypeModel;
import com.rsd.service.BnzProductService;
import com.rsd.service.BnzProductTypeService;
import com.rs... | 7,666 | 0.605902 | 0.598198 | 221 | 33.651585 | 26.467104 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488688 | false | false | 2 |
452ab6a0e2c7cb5e8b31c9b6174fa25354da2334 | 7,782,480,741,580 | 256248d98f7e3fac9a01195a1ff8e6e6a2682e60 | /src/main/java/com/slasher/slasherproductions/restapi/CEOMusicalGroupRestController.java | ae57003de164afef4b300079d8963d10d1201b96 | [] | no_license | Alexystech/slasher-productions | https://github.com/Alexystech/slasher-productions | e1ceb5d5aac9a33d6fc1ac7205baa2180974576f | 64e6c7e6db11094709d748090cba22958b5cdbf2 | refs/heads/master | 2023-07-07T11:16:33.193000 | 2021-08-12T01:07:57 | 2021-08-12T01:07:57 | 395,156,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.slasher.slasherproductions.restapi;
import com.slasher.slasherproductions.entiy.CEOMusicalGroup;
import com.slasher.slasherproductions.service.CEOMusicalGroupService;
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
import org.springframework.beans.factory.annotation.A... | UTF-8 | Java | 2,776 | java | CEOMusicalGroupRestController.java | Java | [] | null | [] | package com.slasher.slasherproductions.restapi;
import com.slasher.slasherproductions.entiy.CEOMusicalGroup;
import com.slasher.slasherproductions.service.CEOMusicalGroupService;
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
import org.springframework.beans.factory.annotation.A... | 2,776 | 0.747118 | 0.739553 | 69 | 39.231884 | 28.989326 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 2 |
038eb64f7436648b7178af7c3b0a94b682941979 | 35,467,839,978,108 | 5000d56b5b6cf2b0edc4e1ff89c94821a86de383 | /Level_Trainee/Part_003_Collections_Lite/5_Control_Tasks/src/main/java/ru/job4j/bank/Bank.java | 8f09ea5b7bc3db30cde95a203e70ab50fe391630 | [
"Apache-2.0"
] | permissive | OleksandrProshak/Alexandr_Proshak | https://github.com/OleksandrProshak/Alexandr_Proshak | 8da5399cf39c900848219d30084a3cdd28cd6c1f | b9800a5e82e8c7086e676c31fe83e5e1fb424d64 | refs/heads/master | 2021-01-18T23:13:17.058000 | 2018-09-12T06:31:51 | 2018-09-12T06:31:51 | 87,094,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.bank;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Class Bank.
*
* @author Alex Proshak (olexandr_proshak@ukr.net)
*/
public class Bank {
/**
* A Map of bank's clients.
*/
private Map<User, List<Account>> clients;
/**
* A constructor.
... | UTF-8 | Java | 4,951 | java | Bank.java | Java | [
{
"context": "t java.util.Map;\n\n/**\n * Class Bank.\n *\n * @author Alex Proshak (olexandr_proshak@ukr.net)\n */\npublic class Bank ",
"end": 141,
"score": 0.9998528957366943,
"start": 129,
"tag": "NAME",
"value": "Alex Proshak"
},
{
"context": ";\n\n/**\n * Class Bank.\n *\n * @au... | null | [] | package ru.job4j.bank;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Class Bank.
*
* @author <NAME> (<EMAIL>)
*/
public class Bank {
/**
* A Map of bank's clients.
*/
private Map<User, List<Account>> clients;
/**
* A constructor.
*/
public Bank(... | 4,928 | 0.572814 | 0.568976 | 156 | 30.737179 | 26.513449 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 2 |
2e016ac0256877f80316296659dbffb82b8ab9d8 | 12,824,772,346,725 | 102fbd4afcf166e6b44b8576e297c4e25aeffc0a | /OkacaTalkClient/src/kr/or/ddit/vo/FavoriteVO.java | fb7387bd3a1336a1fbbe2ea2a7d69ce45f16c407 | [] | no_license | kimchan2/middleProject | https://github.com/kimchan2/middleProject | 0a1fdffe9a1e63572e08f55dad6241f9b4e0fbfb | 0d7846a1448eb0d42a8cf0592b193cacc75c27fb | refs/heads/master | 2022-12-11T18:18:10.370000 | 2020-08-25T08:32:46 | 2020-08-25T08:32:46 | 290,159,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.or.ddit.vo;
import java.io.Serializable;
/**
* 관심상품
* @author PC-22
*
*/
public class FavoriteVO implements Serializable{
public int getPl_index() {
return pl_index;
}
public void setPl_index(int pl_index) {
this.pl_index = pl_index;
}
public String getMem_mail() {
return mem_mail;
}
pub... | UTF-8 | Java | 489 | java | FavoriteVO.java | Java | [
{
"context": "port java.io.Serializable;\n\n/**\n * 관심상품\n * @author PC-22\n *\n */\npublic class FavoriteVO implements Serial",
"end": 82,
"score": 0.9996592998504639,
"start": 77,
"tag": "USERNAME",
"value": "PC-22"
}
] | null | [] | package kr.or.ddit.vo;
import java.io.Serializable;
/**
* 관심상품
* @author PC-22
*
*/
public class FavoriteVO implements Serializable{
public int getPl_index() {
return pl_index;
}
public void setPl_index(int pl_index) {
this.pl_index = pl_index;
}
public String getMem_mail() {
return mem_mail;
}
pub... | 489 | 0.664516 | 0.660215 | 27 | 16.222221 | 15.423246 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037037 | false | false | 2 |
e6a5bb5bddf38a4239c2fe10108a19b8ed55438c | 22,668,837,450,548 | 8bfbc3f79235d7719f0127fc61b7ca8e4eab7071 | /kaibiyuanze/test.java | b19176de4f340d83042ef258d50f7779cbaea717 | [] | no_license | LIAN0856/Design-pattern | https://github.com/LIAN0856/Design-pattern | edb67a5451abfd686e3b3b5a5a7db24a9d83f211 | ea2d3b932abf945f08d767819ef4fff1d485486e | refs/heads/master | 2021-01-04T09:21:40.394000 | 2020-04-29T07:04:53 | 2020-04-29T07:04:53 | 240,485,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kaibiyuanze;
import java.util.Scanner;
public class test {
public static void main(String[] args) {
LoginForm loginform1=new LoginForm();
Scanner input=new Scanner(System.in);
System.out.println("请输入你想用的按钮图形:");
loginform1.setButton(input.next());
loginform1.display();
}
}
| GB18030 | Java | 320 | java | test.java | Java | [] | null | [] | package kaibiyuanze;
import java.util.Scanner;
public class test {
public static void main(String[] args) {
LoginForm loginform1=new LoginForm();
Scanner input=new Scanner(System.in);
System.out.println("请输入你想用的按钮图形:");
loginform1.setButton(input.next());
loginform1.display();
}
}
| 320 | 0.733108 | 0.722973 | 13 | 21.76923 | 15.738996 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.461538 | false | false | 2 |
453fc4a13bdc0c3273e1a1facf041d86525a21ab | 17,179,869,219,328 | c5d2922d7d40199d56fd9df082aa3f620aafdaa9 | /src/test/java/com/data/DataProviderClass.java | dc375f23cab814a411d94bf188b9bf2b07c36b4f | [] | no_license | sheetalrepo/ApiTestFW | https://github.com/sheetalrepo/ApiTestFW | 7e2267e50b7f901ca09fa5abb9ea031ac2c81a21 | cfb7bd2d3f5e9e1d23b3bdfa19a0d5437fb9533c | refs/heads/master | 2023-05-12T17:54:00.186000 | 2022-01-17T15:26:42 | 2022-01-17T15:26:42 | 195,540,036 | 5 | 12 | null | false | 2023-05-09T18:57:08 | 2019-07-06T13:01:41 | 2022-01-17T15:27:26 | 2023-05-09T18:57:05 | 378 | 5 | 10 | 3 | Java | false | false | package com.data;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.lang.reflect.Method;
//import java.util.Iterator;
import java.util.List;
import java.util.stream.Collectors;
import org.testng.annotations.DataProvider;
import org.yaml.snakeyaml.Yaml;
import com.data.... | UTF-8 | Java | 1,949 | java | DataProviderClass.java | Java | [
{
"context": " data present in all_test_data.yaml\n * \n * @author Sheetal Singh (https://www.youtube.com/user/MrQwerty8080/playli",
"end": 490,
"score": 0.9998253583908081,
"start": 477,
"tag": "NAME",
"value": "Sheetal Singh"
},
{
"context": "uthor Sheetal Singh (https://www.youtub... | null | [] | package com.data;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.lang.reflect.Method;
//import java.util.Iterator;
import java.util.List;
import java.util.stream.Collectors;
import org.testng.annotations.DataProvider;
import org.yaml.snakeyaml.Yaml;
import com.data.... | 1,942 | 0.717804 | 0.713186 | 60 | 31.483334 | 33.912876 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.716667 | false | false | 2 |
30a7fd6c86b07be8a8cb50ac67b1b691d5aa32cf | 17,179,869,218,924 | 18197fd86b337c0288204134be2b1cf3bc330ef4 | /src/com/google/solarchallenge/client/gwtui/applicants/manageapplications/ManageApplicationsPresenter.java | d83a445800e90324d9609a8ec6d672ddf7815b42 | [] | no_license | arjunsatyapal/javasolper | https://github.com/arjunsatyapal/javasolper | 98bf1d8adf51923cfe74fc6f6f875f653eef6bad | f918ef1aadd56d79fcda29796e3fe7f05718141c | refs/heads/master | 2016-09-05T17:16:02.756000 | 2011-07-13T00:46:18 | 2011-07-13T00:46:18 | 32,204,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | UTF-8 | Java | 4,250 | java | ManageApplicationsPresenter.java | Java | [
{
"context": "Presenter for ManageApplications UI.\n *\n * @author Arjun Satyapal\n */\npublic class ManageApplicationsPresenter exte",
"end": 1371,
"score": 0.9998535513877869,
"start": 1357,
"tag": "NAME",
"value": "Arjun Satyapal"
}
] | null | [] | /**
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 4,242 | 0.667059 | 0.664471 | 124 | 33.274193 | 27.412718 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 2 |
f325ff0e9030db52941b6227f6590072673e36e9 | 32,246,614,514,223 | 2d9bd0fc6fd3e788b0cff0d17bc6d74c55d51671 | /Sprint17_repush/commons/commons-data/src/main/java/dz/gov/mesrs/sii/commons/data/model/gfc/AgentComptable.java | b1427115d7328bd7d3750e17fa5465f063b5f802 | [] | no_license | kkezzar/code2 | https://github.com/kkezzar/code2 | 952de18642d118d9dae9b10acc3b15ef7cfd709e | ee7bd0908ac7826074d26e214ef07c594e8a9706 | refs/heads/master | 2016-09-06T04:17:06.896000 | 2015-03-10T13:41:04 | 2015-03-10T13:41:04 | 31,958,723 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dz.gov.mesrs.sii.commons.data.model.gfc;
// Generated 24 nov. 2014 16:52:54 by Hibernate Tools 3.6.0
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Fetch... | UTF-8 | Java | 4,824 | java | AgentComptable.java | Java | [
{
"context": "lizable, Identifiable<Integer> {\n\n\t/**\n\t * @author Mounir.MESSAOUDI on : 24 nov. 2014 17:31:48\n\t */\n\tprivate static f",
"end": 1042,
"score": 0.9998910427093506,
"start": 1026,
"tag": "NAME",
"value": "Mounir.MESSAOUDI"
}
] | null | [] | package dz.gov.mesrs.sii.commons.data.model.gfc;
// Generated 24 nov. 2014 16:52:54 by Hibernate Tools 3.6.0
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Fetch... | 4,824 | 0.770315 | 0.761816 | 172 | 27.046511 | 26.23481 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.377907 | false | false | 2 |
6ea51c8350c92e869b2a0a0e9d162da6ab088825 | 6,210,522,758,999 | 234e5d895e10ac6d7a367a07fea50fcc57358b2a | /app/src/main/java/udl/eps/testaccelerometre/TestAccelerometreActivity.java | 47425c755f7dc20ebe4e53b67ec88317246f4853 | [] | no_license | MiquelOliveros/TestAccelerometre | https://github.com/MiquelOliveros/TestAccelerometre | 1e7cfeaf6afce9bbd83fdc4ccae3d84b50bfb957 | 187d169f21fa3d0a4f933cdfac25e33096d8500b | refs/heads/master | 2022-04-10T22:30:57.917000 | 2020-02-20T08:51:42 | 2020-02-20T08:51:42 | 240,077,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package udl.eps.testaccelerometre;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.graphics.Color;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
impo... | UTF-8 | Java | 6,635 | java | TestAccelerometreActivity.java | Java | [] | null | [] | package udl.eps.testaccelerometre;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.graphics.Color;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
impo... | 6,635 | 0.611756 | 0.607988 | 204 | 31.529411 | 25.266504 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602941 | false | false | 2 |
9cf3aeabb1370c82f993c794b150315efdf42941 | 6,210,522,759,812 | 43486bf14eea8f35740a56341a22f01f07bad924 | /Leetcode/src/main/java/com/daily/April/ReverseBits.java | c7b94ed7973bac343bbea3e68a8b3d06f25edc97 | [] | no_license | DoubleSmile/Leetcode | https://github.com/DoubleSmile/Leetcode | b154fdd8f584f0aaea85164f85db60d81492ad08 | 87719e7c883798c6786e9beb2ebeb8d81c0fe8a6 | refs/heads/master | 2021-01-17T14:13:45.620000 | 2016-07-17T11:11:22 | 2016-07-17T11:11:22 | 53,506,118 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daily.April;
/**
* Created by luckyyflv on 16-4-20.
* Reverse bits of a given 32 bits unsigned integer.
For example, given input 43261596 (represented in binary as 00000010100101000001111010011100),
return 964176192 (represented in binary as 00111001011110000010100101000000).
*/
public class ReverseB... | UTF-8 | Java | 405 | java | ReverseBits.java | Java | [
{
"context": "package com.daily.April;\n\n/**\n * Created by luckyyflv on 16-4-20.\n * Reverse bits of a given 32 bits un",
"end": 53,
"score": 0.9995520710945129,
"start": 44,
"tag": "USERNAME",
"value": "luckyyflv"
}
] | null | [] | package com.daily.April;
/**
* Created by luckyyflv on 16-4-20.
* Reverse bits of a given 32 bits unsigned integer.
For example, given input 43261596 (represented in binary as 00000010100101000001111010011100),
return 964176192 (represented in binary as 00111001011110000010100101000000).
*/
public class ReverseB... | 405 | 0.74321 | 0.525926 | 14 | 27.928572 | 29.025763 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
e56525f3e9fecd4f72a4f7119a214f7d0614cd6e | 13,383,118,135,658 | fec1435c270151a64605c7f05a6e2e6ff4e3c794 | /src/main/java/com/Kiiko/ExhibitionsApp/model/Ticket.java | d2e775677af56975966e6824bbeb7bf48317f547 | [] | no_license | VasylKiiko/ExhibitionApp | https://github.com/VasylKiiko/ExhibitionApp | 45ffb39b54204a6908fa71a75ab716276ef535fa | 7a288f573c64c4a73acf633e9e2e52b9fc5d82e5 | refs/heads/main | 2023-04-27T09:50:49.780000 | 2021-05-12T13:25:07 | 2021-05-12T13:25:07 | 357,112,968 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Kiiko.ExhibitionsApp.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.Fetch;
import javax.persistence.*;
import java.time.LocalDate;
import java.time.LocalDateTime;
@Data
@Entity
@AllArgsConstructor
@NoAr... | UTF-8 | Java | 776 | java | Ticket.java | Java | [] | null | [] | package com.Kiiko.ExhibitionsApp.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.Fetch;
import javax.persistence.*;
import java.time.LocalDate;
import java.time.LocalDateTime;
@Data
@Entity
@AllArgsConstructor
@NoAr... | 776 | 0.759021 | 0.759021 | 35 | 21.171429 | 14.898678 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 2 |
b1dbac4ae0784c62f9c8aaf116c453f6212ca7cd | 17,471,926,978,334 | 1d72c73430b0653c78b8383e7a5e1ad9ffa81663 | /tobi_7_4/src/com/framework/proxy/interfaces/Pointcut.java | 9a7f85ce0ec8a2e4fc48680d400d04b64a80dbaa | [] | no_license | sleepygloa/tobi_spring3_1 | https://github.com/sleepygloa/tobi_spring3_1 | 65bea392acc16792e56593ae2e35f1c081493fe1 | 096ed3a889061f025262c3f4860eeb6ebe9018c4 | refs/heads/master | 2020-04-01T08:56:11.805000 | 2019-10-15T07:06:18 | 2019-10-15T07:06:18 | 153,052,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.framework.proxy.interfaces;
import org.springframework.aop.ClassFilter;
import org.springframework.aop.MethodMatcher;
public interface Pointcut {
ClassFilter getClassFilter();
MethodMatcher getMethodMathcer();
}
| UTF-8 | Java | 228 | java | Pointcut.java | Java | [] | null | [] | package com.framework.proxy.interfaces;
import org.springframework.aop.ClassFilter;
import org.springframework.aop.MethodMatcher;
public interface Pointcut {
ClassFilter getClassFilter();
MethodMatcher getMethodMathcer();
}
| 228 | 0.828947 | 0.828947 | 9 | 24.333334 | 17.801373 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 2 |
48bc28fe605751aa3f423e87e106d178b667b2bb | 8,332,236,617,250 | 8d7fea6b4a2557fb9526d687b5a1e3f54e291924 | /Back End/MasterService/src/main/java/com/brycen/hrm/masterservice/ms007002GetDetail/MS007002GetDetailService.java | 7a1d3fc2738cf49450bfdfd7970f676dbc549a4b | [] | no_license | PBO-Training/vd_phi | https://github.com/PBO-Training/vd_phi | 69cd73af50bf02d1a7d80f07a430c2fb8f6ffcc5 | b89ee935feff35494f31b360aaa999a7247b15ec | refs/heads/main | 2023-03-09T04:03:40.129000 | 2021-02-26T02:00:47 | 2021-02-26T02:00:47 | 326,868,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brycen.hrm.masterservice.ms007002GetDetail;
import com.brycen.hrm.common.base.BaseResponse;
/**
* [Description]: Interface is called by controller to do actions find a employee position<br>
* [ Remarks ]:<br>
* [Copyright]: Copyright (c) 2020<br>
*
* @author Brycen VietNam Company
* @version 1.0
*... | UTF-8 | Java | 660 | java | MS007002GetDetailService.java | Java | [
{
"context": "[Copyright]: Copyright (c) 2020<br>\n * \n * @author Brycen VietNam Company\n * @version 1.0\n */\npublic interface MS007002GetD",
"end": 301,
"score": 0.9996352195739746,
"start": 279,
"tag": "NAME",
"value": "Brycen VietNam Company"
}
] | null | [] | package com.brycen.hrm.masterservice.ms007002GetDetail;
import com.brycen.hrm.common.base.BaseResponse;
/**
* [Description]: Interface is called by controller to do actions find a employee position<br>
* [ Remarks ]:<br>
* [Copyright]: Copyright (c) 2020<br>
*
* @author <NAME>
* @version 1.0
*/
public interfa... | 644 | 0.695455 | 0.659091 | 22 | 29 | 28.963928 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 2 |
ce679811ec08834c17bc19467079bba8285ffb2e | 10,041,633,556,074 | 6f2410dffea6c8cfaa75048b31ad6ea11e56aa89 | /src/GUI/fichasTecnicas/TelaConsultarFichasTecnicasController.java | 7ce2d152edbc5a6ce76daf256c410c4fb227bd36 | [] | no_license | renanramos97/FichasTecnicas-HotelRegente | https://github.com/renanramos97/FichasTecnicas-HotelRegente | b97c7c83c8d91bc4b461dee0da30d34fda82756d | 09d03380d8df46ae641b7bcc2569b035bb6be8c3 | refs/heads/master | 2020-03-20T20:41:06.654000 | 2018-08-18T02:07:38 | 2018-08-18T02:07:38 | 137,700,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI.fichasTecnicas;
import GUI.GUIManager;
import java.net.URL;
import java.util.ArrayList;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import static database.DatabaseManager.queryArray;... | UTF-8 | Java | 6,427 | java | TelaConsultarFichasTecnicasController.java | Java | [] | null | [] | package GUI.fichasTecnicas;
import GUI.GUIManager;
import java.net.URL;
import java.util.ArrayList;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import static database.DatabaseManager.queryArray;... | 6,427 | 0.674708 | 0.672062 | 152 | 41.269737 | 39.145977 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651316 | false | false | 2 |
612f4a410f8902dd30375da0f0e6471cef94e54f | 17,858,474,046,838 | b2b6a834c331769cee01f492b1607acf99f85230 | /src/org/obscurasoft/opatch/gui/SucPanel.java | 31f109367bdd26f6534cd8cd00a4d9db10506c6a | [
"Apache-2.0"
] | permissive | GodusX/obscurum-patcher | https://github.com/GodusX/obscurum-patcher | a25cd19da12290030a2f0d4ad2f205660e6b122f | c1dcc5189e6dd66f3f385912f07edbb0be0b9a14 | refs/heads/master | 2016-08-12T22:11:27.408000 | 2016-02-11T17:08:50 | 2016-02-11T17:08:50 | 46,592,046 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.obscurasoft.opatch.gui;
import java.awt.Button;
import java.awt.Label;
import java.awt.event.ActionListener;
import javax.swing.JPanel;
import org.obscurasoft.opatch.listener.Listener;
public class SucPanel extends JPanel {
/**
* Success panel
*/
private static final long serialVersionUID = 1L;
... | UTF-8 | Java | 703 | java | SucPanel.java | Java | [] | null | [] | package org.obscurasoft.opatch.gui;
import java.awt.Button;
import java.awt.Label;
import java.awt.event.ActionListener;
import javax.swing.JPanel;
import org.obscurasoft.opatch.listener.Listener;
public class SucPanel extends JPanel {
/**
* Success panel
*/
private static final long serialVersionUID = 1L;
... | 703 | 0.712349 | 0.710843 | 30 | 21.133333 | 17.421698 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 2 |
c9cf2976ec3c4fdf1b14fd5d0825fa2d61b25db4 | 26,482,768,374,089 | 3069f97a4bf8d374ab21db27d3ca212fbe8742f2 | /base.core/src/main/java/eapli/base/respostaformularios/domain/RespostaFormulario.java | 7d23c43b52130da48cebe1509fff64ce09870cf6 | [
"MIT"
] | permissive | guilhermeDaniel10/LAPR4_ISEP | https://github.com/guilhermeDaniel10/LAPR4_ISEP | dbd4d74dce74b4abc028264404a234b0c7fcb801 | 065d4e384f480b44db04d82e9301bce3109defa7 | refs/heads/master | 2023-08-16T22:30:02.149000 | 2021-10-06T22:38:25 | 2021-10-06T22:38:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eapli.base.respostaformularios.domain;
import eapli.base.formulariomanagement.domain.Atributo;
import eapli.base.formularioman... | UTF-8 | Java | 3,410 | java | RespostaFormulario.java | Java | [
{
"context": "x.persistence.UniqueConstraint;\n\n/**\n *\n * @author Guilherme\n */\n@Entity\npublic class RespostaFormulario imple",
"end": 976,
"score": 0.9997965693473816,
"start": 967,
"tag": "NAME",
"value": "Guilherme"
}
] | 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 eapli.base.respostaformularios.domain;
import eapli.base.formulariomanagement.domain.Atributo;
import eapli.base.formularioman... | 3,410 | 0.727859 | 0.727859 | 114 | 28.912281 | 27.160524 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482456 | false | false | 2 |
a0301723d09d9214f775c194d50956d7ecd138ad | 22,325,240,036,053 | 2a413e5fa0fa2a60f792fa196d276004f590d8ca | /src/main/java/com/lab/epam/persistant/ConnectionPool.java | f5ad16f87fb443e27dd196f07af57e76bba2f593 | [
"MIT"
] | permissive | DimaVovchuk/LvivPortal | https://github.com/DimaVovchuk/LvivPortal | f5ae862e706f1ad2e6332d0db847ac9d99242334 | ebcf0f425114d7ae091963940f5ee061a4ef7cfa | refs/heads/master | 2021-01-17T06:16:39.598000 | 2016-08-08T11:14:47 | 2016-08-08T11:14:47 | 36,935,102 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lab.epam.persistant;
import com.lab.epam.helper.ClassName;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import jav... | UTF-8 | Java | 2,711 | java | ConnectionPool.java | Java | [] | null | [] | package com.lab.epam.persistant;
import com.lab.epam.helper.ClassName;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import jav... | 2,711 | 0.605312 | 0.603467 | 89 | 29.460674 | 21.519291 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573034 | false | false | 2 |
814bd2a54f442d4c0d45b25ceab40284f9f95ecc | 738,734,410,369 | d1df87dc03edd380f0ba4e4697d51e43d9d80a8d | /DesignJava/src/UML_exam/Server.java | 78739ccaeb608ec47023dfd8cd87019dd20c29dd | [] | no_license | soorichu/my-eclipse | https://github.com/soorichu/my-eclipse | 964dc78bc7a7a73f0f29e84d922f5de0e32d8f70 | 654239bfe8a65df27dfeb7ce5186597c8c0b56c5 | refs/heads/master | 2021-01-10T03:40:11.014000 | 2016-01-10T17:17:30 | 2016-01-10T17:17:30 | 49,375,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UML_exam;
class Server{
String device = new String();
Server(){
this.device = "Unknown Device";
}
Server(String dev){
this.device = dev;
}
void open(){
System.out.println(device + " is opening");
}
void print(){
System.out.println("The device is "+device);
}
void close(){
System.out.... | UTF-8 | Java | 360 | java | Server.java | Java | [] | null | [] | package UML_exam;
class Server{
String device = new String();
Server(){
this.device = "Unknown Device";
}
Server(String dev){
this.device = dev;
}
void open(){
System.out.println(device + " is opening");
}
void print(){
System.out.println("The device is "+device);
}
void close(){
System.out.... | 360 | 0.616667 | 0.616667 | 25 | 13.4 | 14.63694 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 2 |
8feac2226760890fcbdbe4be75f2fe952e0ef926 | 25,228,637,927,459 | 5b7864b83cdd919439a84711a6b2f9894785c3b3 | /src/main/java/com/springdata/repositories/EmployeeRepository.java | db9267bac26133ee4de73137ab93112bf1362b16 | [] | no_license | Lovjit/spring-data-jpa | https://github.com/Lovjit/spring-data-jpa | e45e6300fc04a212e4e75390faf22a06db9429b1 | 78a0f3383b067f57cc8eeb8b805b34845fd38620 | refs/heads/master | 2020-04-05T14:04:12.067000 | 2017-06-29T15:19:29 | 2017-06-29T15:19:29 | 94,752,661 | 0 | 1 | null | true | 2017-06-19T08:12:52 | 2017-06-19T08:12:51 | 2017-06-18T09:31:23 | 2017-06-18T09:31:22 | 7 | 0 | 0 | 0 | null | null | null | package com.springdata.repositories;
import java.util.List;
import com.springdata.entity.Employee;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.CrudRepository;
public interface EmployeeRepository extends CrudRepository<Employee,Integer> , JpaS... | UTF-8 | Java | 414 | java | EmployeeRepository.java | Java | [] | null | [] | package com.springdata.repositories;
import java.util.List;
import com.springdata.entity.Employee;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.CrudRepository;
public interface EmployeeRepository extends CrudRepository<Employee,Integer> , JpaS... | 414 | 0.838164 | 0.838164 | 16 | 24.875 | 33.555691 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 2 |
0e07841221d1758ddbdc7f8c606149f7326992ff | 3,298,534,912,250 | 4a20ef25af3d73e3856a1a1df2ae22370cde5578 | /src/main/java/com/luobo/entity/AssetRack.java | a9435918e943ee4e5476694b0b7167809529d054 | [] | no_license | XiaoJieB/test | https://github.com/XiaoJieB/test | eaaae1942e9ea3b779e1a59b5c322218f76089e6 | 6828929ed779540faf01219c1544e6d5eae11a5d | refs/heads/master | 2020-05-15T10:03:31.948000 | 2019-04-24T03:38:19 | 2019-04-24T03:38:22 | 182,186,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luobo.entity;
import javax.persistence.Column;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
/**
* . Description: Date: 2019/4/23 10:20
*
* @author: ws
* @version: 1.0
*/
@Entity
@Discrimina... | UTF-8 | Java | 736 | java | AssetRack.java | Java | [
{
"context": " Description: Date: 2019/4/23 10:20\n *\n * @author: ws\n * @version: 1.0\n */\n@Entity\n@DiscriminatorValue(",
"end": 279,
"score": 0.9932934045791626,
"start": 277,
"tag": "USERNAME",
"value": "ws"
}
] | null | [] | package com.luobo.entity;
import javax.persistence.Column;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
/**
* . Description: Date: 2019/4/23 10:20
*
* @author: ws
* @version: 1.0
*/
@Entity
@Discrimina... | 736 | 0.728532 | 0.710526 | 35 | 19.628571 | 16.069645 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771429 | false | false | 2 |
d35e6b02b3b78597107bab982844288245fc61f0 | 20,040,317,435,485 | f3b93dbcdc899ebf603fc0b4222d1ba38d18eada | /src/main/java/com/cg/customerms/dto/ItemDetails.java | d3bf86b41088b92feafd7389ce5f12500730d9a3 | [] | no_license | dextro-gear/cg-customerms-sprint | https://github.com/dextro-gear/cg-customerms-sprint | bf62de51493e16da3712fdf679bf56e2fe748020 | cd3e130b4f26da77af894447cdf0ef134138b70c | refs/heads/master | 2023-03-21T08:12:05.662000 | 2021-03-15T10:23:40 | 2021-03-15T10:23:40 | 346,634,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.customerms.dto;
import com.cg.items.entities.Item;
public class ItemDetails {
String id;
String description;
public ItemDetails(String id, String desc) {
this.id = id;
this.description = desc;
}
public ItemDetails(Item item){
this.id = item.getId();
... | UTF-8 | Java | 633 | java | ItemDetails.java | Java | [] | null | [] | package com.cg.customerms.dto;
import com.cg.items.entities.Item;
public class ItemDetails {
String id;
String description;
public ItemDetails(String id, String desc) {
this.id = id;
this.description = desc;
}
public ItemDetails(Item item){
this.id = item.getId();
... | 633 | 0.589257 | 0.589257 | 34 | 17.617647 | 15.368062 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 2 |
084bbe4847ee1546b9d9d43641ebeea72d18b658 | 4,612,794,913,860 | ad0bb5ee70cbff364e4c380fab2c2ee73eded5a3 | /DP/lectures/2013/c4/Streams/src/streams/WhereIterator.java | d1f3c2444744c6eff54749a128fa8d71e1144318 | [] | no_license | SAlexandru/LiUHomework | https://github.com/SAlexandru/LiUHomework | 073fd79c6a91c10ffd6f17cbed22b35c82cb17da | a78fc12297776eab3fa6020b9eb8433d9d1b9842 | refs/heads/master | 2016-09-10T10:11:00.745000 | 2013-09-18T12:34:49 | 2013-09-18T12:34:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package streams;
import java.util.Iterator;
public class WhereIterator<T> implements Iterator<T> {
private Iterator<T> iterator;
private IPredicate<T> predicate;
public WhereIterator(Iterable<T> iterable, IPredicate<T> predicate) {
this.iterator = iterable.iterator();
this.predicate = predicate;
}
@Overri... | UTF-8 | Java | 640 | java | WhereIterator.java | Java | [] | null | [] | package streams;
import java.util.Iterator;
public class WhereIterator<T> implements Iterator<T> {
private Iterator<T> iterator;
private IPredicate<T> predicate;
public WhereIterator(Iterable<T> iterable, IPredicate<T> predicate) {
this.iterator = iterable.iterator();
this.predicate = predicate;
}
@Overri... | 640 | 0.69375 | 0.69375 | 34 | 17.82353 | 19.142609 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 2 |
ed637e860df08264b56a20f622c2272fcaa5cb19 | 14,499,809,628,944 | 5b48e1483bafcc86da07557a0f4327588b20c65a | /src/main/java/com/chen/local/learn/dataStructureAndAlgorithm/algorithmOld/Fibnach.java | 6d70d5b7888eaf99d16be7faff356f0b387ddb5b | [] | no_license | za96421955/Local | https://github.com/za96421955/Local | c1648e56b8664e7640d43a68bf6d7cdddd7c2c72 | a7f6bf90126224df1726eed4ce2ae80222f02fbf | refs/heads/master | 2023-05-08T15:55:39.865000 | 2021-06-04T02:24:01 | 2021-06-04T02:24:01 | 360,858,305 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chen.local.learn.dataStructureAndAlgorithm.algorithmOld;
public class Fibnach {
public void show(int n) {
for (int i=1; i<=n; i++) {
for (int j=1; j<=i; j++) {
System.out.print(get(i, j) + "\t");
}
System.out.print("\n");
}
}
public int get(int row, int col) {
if (row <... | UTF-8 | Java | 489 | java | Fibnach.java | Java | [] | null | [] | package com.chen.local.learn.dataStructureAndAlgorithm.algorithmOld;
public class Fibnach {
public void show(int n) {
for (int i=1; i<=n; i++) {
for (int j=1; j<=i; j++) {
System.out.print(get(i, j) + "\t");
}
System.out.print("\n");
}
}
public int get(int row, int col) {
if (row <... | 489 | 0.521472 | 0.501023 | 22 | 20.227272 | 18.500446 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.681818 | false | false | 2 |
e554c5c6513a3871c41f0e8a9fbcdcf1e59394ba | 17,927,193,540,441 | 5407a3f261a65010ca0b39e031916eff8461d5e9 | /src/main/java/com/linxi/FileTransfer/TransferActionImp/TransferActionSchedulerImp.java | c124ff6c745456fb58641a1544c3f4a63d1c8fdd | [] | no_license | Wheat345/RemoteScheduleFileTransfer | https://github.com/Wheat345/RemoteScheduleFileTransfer | 371219e72f13d6a6e69b7b338c5b8a59ccbaabfb | 5198afa0d59b9d6c200a95ba304788a613dab4b5 | refs/heads/master | 2021-03-02T16:58:58.095000 | 2020-03-08T21:11:59 | 2020-03-08T21:11:59 | 245,886,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linxi.FileTransfer.TransferActionImp;
/*
* This class is to setup schedule about running this application
*
*
* **/
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.A... | UTF-8 | Java | 1,274 | java | TransferActionSchedulerImp.java | Java | [] | null | [] | package com.linxi.FileTransfer.TransferActionImp;
/*
* This class is to setup schedule about running this application
*
*
* **/
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.A... | 1,274 | 0.77237 | 0.764521 | 34 | 36.470589 | 31.520521 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 2 |
bfec608af6debfaa231d91c38d49ad7518798f2f | 36,962,488,588,250 | 6d70165871b2564e2981f4ded56b461cbcda67fc | /src/java/kayitCekk.java | 6dae0f3a89f1b02cc4dc659fb4d11d61f05767de | [] | no_license | esracom/bookstore | https://github.com/esracom/bookstore | 44955f2500bcf640daabd57eaa1138b5863346a7 | d18dcb29f3ab3ea79c8ed3fcf148e98a6091b44f | refs/heads/master | 2020-03-23T15:36:27.494000 | 2018-07-23T20:48:34 | 2018-07-23T20:48:34 | 141,761,403 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.*;
import java.util.*;
import javax.faces.bean.*;
@ManagedBean
@RequestScoped
public class kayitCekk {
PreparedStatement ps=null;//SQL sorgumuzu tutacak ve çalıştıracak nesne.
Connection con=null;//Veri tabanına bağlantı yapmamızı sağlayacak nesne.
public List<AdiAlaniPojok> getKitTablo... | UTF-8 | Java | 2,847 | java | kayitCekk.java | Java | [] | null | [] | import java.sql.*;
import java.util.*;
import javax.faces.bean.*;
@ManagedBean
@RequestScoped
public class kayitCekk {
PreparedStatement ps=null;//SQL sorgumuzu tutacak ve çalıştıracak nesne.
Connection con=null;//Veri tabanına bağlantı yapmamızı sağlayacak nesne.
public List<AdiAlaniPojok> getKitTablo... | 2,847 | 0.657434 | 0.65707 | 46 | 58.673912 | 51.755299 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 2 |
116bd227077c50ba93eb4b6aacf485e02d5b3851 | 37,417,755,115,768 | ea38fc3499b06d0bf910608713fafce520a27f64 | /src/main/java/com/custom/by/lht/excel/ExcelStyle.java | 018a511b097e9f48351254c4c76c5001af8f7d0e | [] | no_license | lhtGit/excelUtil | https://github.com/lhtGit/excelUtil | 62ac6033443a4987d0d2765cfc16f3f7e59a55f9 | 0fcc3aea6e42ab62579b37bd3d078a041fa1ca06 | refs/heads/master | 2020-04-14T16:00:44.342000 | 2019-01-03T08:49:49 | 2019-01-03T08:49:49 | 163,941,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.custom.by.lht.excel;
import org.apache.poi.ss.usermodel.HorizontalAlignment;
import org.apache.poi.ss.usermodel.VerticalAlignment;
/**
* @Auther: lht
* @Date: 2018/12/27 16:54
* @Description:
*/
public class ExcelStyle {
//位置(居中、右、左) 居中
private HorizontalAlignment horizontal = HorizontalAlignm... | UTF-8 | Java | 1,755 | java | ExcelStyle.java | Java | [
{
"context": "i.ss.usermodel.VerticalAlignment;\n\n/**\n * @Auther: lht\n * @Date: 2018/12/27 16:54\n * @Description:\n */\np",
"end": 164,
"score": 0.9996018409729004,
"start": 161,
"tag": "USERNAME",
"value": "lht"
}
] | null | [] | package com.custom.by.lht.excel;
import org.apache.poi.ss.usermodel.HorizontalAlignment;
import org.apache.poi.ss.usermodel.VerticalAlignment;
/**
* @Auther: lht
* @Date: 2018/12/27 16:54
* @Description:
*/
public class ExcelStyle {
//位置(居中、右、左) 居中
private HorizontalAlignment horizontal = HorizontalAlignm... | 1,755 | 0.633038 | 0.624189 | 82 | 19.670732 | 18.602423 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 2 |
0e2867bd81e65f588f4962f2825c4e35e4ff9e09 | 4,002,909,524,931 | 59f1677f51052073bd40e253673fef17b656ffc1 | /problem1.java | bf82c41e350f071d11ab2b0f74669aa5e625e702 | [] | no_license | larasilva/HackerEarth | https://github.com/larasilva/HackerEarth | c89b791aaa0b5f72425a1dfadd312f84fe3cc866 | f96a9105a64cd980fd03021139b9db82c9b8d26a | refs/heads/master | 2016-09-05T16:39:28.639000 | 2015-07-01T20:43:31 | 2015-07-01T20:43:31 | 38,393,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
class TestClass {
public static void main(String args[] ) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = ... | UTF-8 | Java | 1,269 | java | problem1.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
class TestClass {
public static void main(String args[] ) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = ... | 1,269 | 0.520883 | 0.516943 | 46 | 26.586956 | 18.677557 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 2 |
b067e9869faaa4883a644cc2f20cf22f7765a10e | 35,631,048,735,549 | 49fcf94e5f0d5c5a33b0563570a4548bd5ac23fb | /src/Player.java | 1be47f0b652edfd9aedcbecb1dee1a5ba57f11d3 | [] | no_license | onokatio/2world | https://github.com/onokatio/2world | a090d55737a96903595c91802aa0d5e97c627785 | d74576ca96052622b4bd168c71ce1ae462341bb0 | refs/heads/master | 2020-05-09T21:15:35.254000 | 2019-04-15T07:40:58 | 2019-04-15T07:40:58 | 181,436,801 | 0 | 0 | null | false | 2019-11-22T16:03:14 | 2019-04-15T07:40:18 | 2019-04-15T07:41:21 | 2019-11-22T16:03:12 | 12 | 0 | 0 | 1 | AngelScript | false | false | import javax.swing.*;
import java.awt.*;
import java.util.Scanner;
import javax.swing.JFrame;
import javax.swing.ImageIcon;
public class Player{
int x = 0;
int y = 0;
int z = 0;
String name;
Player(String name){
this.name = name;
}
void move(int x,int y){
this.x = x;
this.y = y;
}
void m... | UTF-8 | Java | 589 | java | Player.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
import java.util.Scanner;
import javax.swing.JFrame;
import javax.swing.ImageIcon;
public class Player{
int x = 0;
int y = 0;
int z = 0;
String name;
Player(String name){
this.name = name;
}
void move(int x,int y){
this.x = x;
this.y = y;
}
void m... | 589 | 0.595925 | 0.570458 | 31 | 18 | 12.451195 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.032258 | false | false | 2 |
2a39ccfc3376487fd0dbd736f05c6cdae25e4a8a | 35,631,048,733,060 | a691e1a89f6b9b6b3577898e321d987db21cba5d | /src/test/java/kakao/pay/test/invest/impl/jpa/InternalInvestRepositoryTest.java | 442245f0fc6b452b6e0c863311a2902a634f0e62 | [] | no_license | JeHuiPark/kakao-pay-test | https://github.com/JeHuiPark/kakao-pay-test | 1208b0cd4fb2ce9e6126f10523ec1af18e5325b4 | c17901a3252b2ed5819970dbaa7849b9d9953c59 | refs/heads/master | 2023-04-05T13:34:13.178000 | 2021-04-19T00:53:35 | 2021-04-19T00:53:35 | 359,054,288 | 0 | 0 | null | false | 2021-04-18T23:26:37 | 2021-04-18T05:36:16 | 2021-04-18T20:09:35 | 2021-04-18T23:26:37 | 170 | 0 | 0 | 0 | Java | false | false | package kakao.pay.test.invest.impl.jpa;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.time.OffsetDateTime;
import kakao.pay.test.invest.interfaces.InvestPeriod;
import kakao.pay.test.invest.interfaces.InvestProductType;
import kakao... | UTF-8 | Java | 5,060 | java | InternalInvestRepositoryTest.java | Java | [] | null | [] | package kakao.pay.test.invest.impl.jpa;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.time.OffsetDateTime;
import kakao.pay.test.invest.interfaces.InvestPeriod;
import kakao.pay.test.invest.interfaces.InvestProductType;
import kakao... | 5,060 | 0.6893 | 0.676132 | 168 | 27.928572 | 25.727642 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
f5bde46b86580e148750cf464afafa4a4aad79c7 | 23,699,629,553,291 | 52d6a4324aa175aa77f7de9f265c12db3482d02d | /Inheritance - Animal/src/Bat.java | 6fb0003e383745f74496a85e35df791d7a56818b | [] | no_license | MrGeorgeZhu/Animal-Inheritance | https://github.com/MrGeorgeZhu/Animal-Inheritance | 2d36f40b5ae72e53c3f5d58240a75ba5688507d2 | ffb176be6efb6fdb4cb2d732611222cd01c71491 | refs/heads/master | 2021-06-25T03:49:19.878000 | 2017-08-12T05:26:49 | 2017-08-12T05:26:49 | 100,091,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Bat extends Mammal
{
public Bat()
{
name = "bat";
food = "insects";
myFlightBehavior= (FlightBehavior) new CanFly();
}
@Override
public void makesNoise()
{
System.out.println("The " + name + " emits an ultrasonic pulse.");
}
}
| UTF-8 | Java | 266 | java | Bat.java | Java | [
{
"context": "Bat extends Mammal\n\t{\n\tpublic Bat()\n\t\t{\n\t\tname = \"bat\";\n\t\tfood = \"insects\";\n\t\tmyFlightBehavior= (Flight",
"end": 67,
"score": 0.8749459385871887,
"start": 64,
"tag": "NAME",
"value": "bat"
}
] | null | [] |
public class Bat extends Mammal
{
public Bat()
{
name = "bat";
food = "insects";
myFlightBehavior= (FlightBehavior) new CanFly();
}
@Override
public void makesNoise()
{
System.out.println("The " + name + " emits an ultrasonic pulse.");
}
}
| 266 | 0.62406 | 0.62406 | 15 | 16.533333 | 19.400572 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
9d602c69cc8360191a39afc47a0fbd22078e2624 | 37,263,136,287,672 | e7b17c17eb44c95f6c5244a02849235e9b1d71f8 | /src/main/java/com/chiefdata/engy/service/RTmnlTrafficService.java | 719fabf3f02d64288f3de10c9402e5f5c7f2a123 | [] | no_license | HZ00M/chiefdata-engy | https://github.com/HZ00M/chiefdata-engy | e248934f04cb1a7aaad723ed452bd7ff6940417f | 3dfbd9cf2884c154ba035a312e585f2201d8e9cf | refs/heads/master | 2020-07-18T08:59:52.039000 | 2019-11-05T07:50:59 | 2019-11-05T07:50:59 | 206,207,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chiefdata.engy.service;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.chiefdata.engy.entity.RTmnlTraffic;
import com.chiefdata.engy.entity.Result;
public interface RTmnlTrafficService {
Result add(RTmnlTraffic rTmnlTraffic);
Result query(RTmnlTraffic rTmnlTraffic);... | UTF-8 | Java | 453 | java | RTmnlTrafficService.java | Java | [] | null | [] | package com.chiefdata.engy.service;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.chiefdata.engy.entity.RTmnlTraffic;
import com.chiefdata.engy.entity.Result;
public interface RTmnlTrafficService {
Result add(RTmnlTraffic rTmnlTraffic);
Result query(RTmnlTraffic rTmnlTraffic);... | 453 | 0.79691 | 0.79691 | 17 | 25.647058 | 22.315758 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 2 |
90c2f6289a444ea3a9f51884a74e7e51418fa3d3 | 39,247,411,160,267 | d883f3b07e5a19ff8c6eb9c3a4b03d9f910f27b2 | /Tools/OracleJavaGen/src/main/resources/oracle_service_project/OracleDataService/src/main/java/com/sandata/lab/rest/oracle/model/AuthorizationService.java | 1b70f76ef31a8ea42c7114a24d20573d5fd47f3c | [] | no_license | dev0psunleashed/Sandata_SampleDemo | https://github.com/dev0psunleashed/Sandata_SampleDemo | ec2c1f79988e129a21c6ddf376ac572485843b04 | a1818601c59b04e505e45e33a36e98a27a69bc39 | refs/heads/master | 2021-01-25T12:31:30.026000 | 2017-02-20T11:49:37 | 2017-02-20T11:49:37 | 82,551,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.... | UTF-8 | Java | 39,871 | java | AuthorizationService.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.... | 39,871 | 0.653758 | 0.644253 | 1,185 | 32.646412 | 30.107891 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291139 | false | false | 2 |
546595f8f39468a421d7e3dcf18409b020e696ff | 22,093,311,830,467 | 9302c28575acae45a2f9081b108c9132a5f31802 | /LibraryManagementSystem/src/main/java/com/library/management/service/UserService.java | fbbf6bf963c52dc5073e9c936c9da0375a5baaa4 | [] | no_license | NapsterJane/LibraryManagement | https://github.com/NapsterJane/LibraryManagement | b9828c650637d0e94c457a18e55886af6092b197 | d49f990090c2f62afefaff2a6c41d55a60277b66 | refs/heads/master | 2022-12-19T00:47:09.462000 | 2020-09-27T15:17:13 | 2020-09-27T15:17:13 | 299,058,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.library.management.service;
import javax.transaction.Transactional;
import org.springframework.stereotype.Service;
import com.library.management.entity.Users;
@Service
@Transactional
public interface UserService {
Users saveNewUser(Users user);
}
| UTF-8 | Java | 266 | java | UserService.java | Java | [] | null | [] | package com.library.management.service;
import javax.transaction.Transactional;
import org.springframework.stereotype.Service;
import com.library.management.entity.Users;
@Service
@Transactional
public interface UserService {
Users saveNewUser(Users user);
}
| 266 | 0.819549 | 0.819549 | 15 | 16.733334 | 18.127205 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
b7a0ba5c36b3d06a3ca6c218bcdb4e318e49c68f | 34,462,817,638,798 | d01abdeb56562e7e45bd6b98096148907cba5476 | /src/main/java/com/ciin/pos/printer/Printer.java | e99ce0d71f1f88abeefa1fc6c53869b2c8c6d5ec | [
"Apache-2.0"
] | permissive | housong12590/escpos | https://github.com/housong12590/escpos | 8eada36005df4d2cdad535911696ca08bb4b11d2 | f5e59b17d775e1b36fd6cb0be4d70bec973d89e3 | refs/heads/master | 2022-12-10T06:44:13.442000 | 2022-02-18T01:15:05 | 2022-02-18T01:15:05 | 186,653,521 | 4 | 0 | Apache-2.0 | false | 2022-11-16T09:31:28 | 2019-05-14T15:46:36 | 2022-02-18T01:06:37 | 2022-11-16T09:31:24 | 523 | 2 | 0 | 4 | Java | false | false | package com.ciin.pos.printer;
import com.ciin.pos.device.Device;
import com.ciin.pos.listener.OnPrinterListener;
import java.util.List;
public interface Printer {
/**
* 获取打印机设备信息
*/
Device getDevice();
/**
* 设置打印机名字
*/
void setPrinterName(String printerName);
/**
* 获取打... | UTF-8 | Java | 2,326 | java | Printer.java | Java | [] | null | [] | package com.ciin.pos.printer;
import com.ciin.pos.device.Device;
import com.ciin.pos.listener.OnPrinterListener;
import java.util.List;
public interface Printer {
/**
* 获取打印机设备信息
*/
Device getDevice();
/**
* 设置打印机名字
*/
void setPrinterName(String printerName);
/**
* 获取打... | 2,326 | 0.529106 | 0.529106 | 131 | 13.687023 | 14.356467 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.221374 | false | false | 2 |
f998a9a597a68f376691b040052f13bde7582441 | 39,530,879,014,171 | b22ce3f486a013947721c0f7936f50c6a5976a16 | /ftsp_android_client/tags/ftsp_android_clientv2.3.0.136406/common_library/src/main/java/com/kungeek/android/ftsp/common/ftspapi/apis/SdpQymhglApi.java | a5937699a95b13ecae1f4754aa7d7e40e42de9ef | [] | no_license | NeXtyin/kgcode | https://github.com/NeXtyin/kgcode | 8073c3e8465b0fce91a7fad77f82cefc58c0dc7f | 000f4caf87a038bc57ab01d75516b8b4355ef0d3 | refs/heads/master | 2018-09-10T01:52:27.219000 | 2018-06-05T07:02:11 | 2018-06-05T07:02:11 | 136,038,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kungeek.android.ftsp.common.ftspapi.apis;
import com.kungeek.android.ftsp.common.bean.infra.FtspInfraCodeValue;
import com.kungeek.android.ftsp.common.bean.qyfw.FtspQyfwAreaVO;
import com.kungeek.android.ftsp.common.bean.qyfw.FtspQyfwSbApplyVO;
import com.kungeek.android.ftsp.common.ftspapi.BaseFtspApiHelp... | UTF-8 | Java | 2,198 | java | SdpQymhglApi.java | Java | [
{
"context": "\n * 社保类型管理相关API。\n * 企业服务地区维护管理相关API。\n *\n * @author changweiliang@kungeek.com\n * @version v2.0.0\n */\npublic class SdpQymhglApi ",
"end": 662,
"score": 0.999921441078186,
"start": 637,
"tag": "EMAIL",
"value": "changweiliang@kungeek.com"
}
] | null | [] | package com.kungeek.android.ftsp.common.ftspapi.apis;
import com.kungeek.android.ftsp.common.bean.infra.FtspInfraCodeValue;
import com.kungeek.android.ftsp.common.bean.qyfw.FtspQyfwAreaVO;
import com.kungeek.android.ftsp.common.bean.qyfw.FtspQyfwSbApplyVO;
import com.kungeek.android.ftsp.common.ftspapi.BaseFtspApiHelp... | 2,180 | 0.71402 | 0.711699 | 66 | 31.636364 | 28.361111 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 2 |
cacdac31d5877b5d377a72b6a56c119eb08c60ba | 26,731,876,470,601 | bb70faa7915d7070527406051015f55b2130022c | /src/main/java/com/sura/arl/estadocuenta/modelo/DatosAdicionalesTasa.java | d0d5be1929fc9a403516a75077017d510916ffe0 | [] | no_license | juanpanore/reproceso_migra | https://github.com/juanpanore/reproceso_migra | 07bcb3cb30eef798c10b9ef412e88ef3e7200f7e | 37fe9282511fbef9c7f1c0aafe024a3dfa55338c | refs/heads/master | 2020-07-03T22:01:49.275000 | 2019-08-13T04:34:22 | 2019-08-13T04:34:22 | 202,064,868 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sura.arl.estadocuenta.modelo;
public class DatosAdicionalesTasa {
private String centroTrabajo;
private String centroTrabajoPagador;
public String getCentroTrabajo() {
return centroTrabajo;
}
public void setCentroTrabajo(String centroTrabajo) {
this.centroTrabajo = c... | UTF-8 | Java | 569 | java | DatosAdicionalesTasa.java | Java | [] | null | [] | package com.sura.arl.estadocuenta.modelo;
public class DatosAdicionalesTasa {
private String centroTrabajo;
private String centroTrabajoPagador;
public String getCentroTrabajo() {
return centroTrabajo;
}
public void setCentroTrabajo(String centroTrabajo) {
this.centroTrabajo = c... | 569 | 0.72232 | 0.72232 | 25 | 21.76 | 22.448662 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 2 |
82ea2c98e710c22dc479c25b7a60c3dacc7b8f84 | 8,461,085,598,786 | d0a63049de5219407189e0f833b2b715e374d51a | /tree/NodeKDistanceFomLeaf.java | c05ada09a717db3486fcab3e91500671d72e957b | [] | no_license | akhileshnitt/geeks4geek | https://github.com/akhileshnitt/geeks4geek | cde08621fe727262551c726c35dcd3a24817a9b7 | d14b57b6de34a490d9ed7cc88a2f9fa2025de6a6 | refs/heads/master | 2021-05-13T13:09:11.967000 | 2020-10-23T03:50:38 | 2020-10-23T03:50:38 | 116,697,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tree;
import java.util.HashSet;
import java.util.Set;
public class NodeKDistanceFomLeaf {
public static void main(String[] args) {
Node root = new Node(1);
root.left = new Node(2);
root.right = new Node(3);
root.left.left = new Node(4);
root.left.right = new Node... | UTF-8 | Java | 1,332 | java | NodeKDistanceFomLeaf.java | Java | [] | null | [] | package tree;
import java.util.HashSet;
import java.util.Set;
public class NodeKDistanceFomLeaf {
public static void main(String[] args) {
Node root = new Node(1);
root.left = new Node(2);
root.right = new Node(3);
root.left.left = new Node(4);
root.left.right = new Node... | 1,332 | 0.578829 | 0.564565 | 48 | 26.75 | 24.438272 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 2 |
78bb9e9c26900ded36a54c96b774773914c1a9e0 | 2,070,174,282,632 | 5319605ef9be9e4e485c5923f8c36604227e48e3 | /src/com/hf/lesson09/RandomDoubles.java | ef37c299c56cd61bb6774eba0c6b4ca2e6bdb614 | [] | no_license | cikerkiller/thinkinjava | https://github.com/cikerkiller/thinkinjava | 88c49f3e916f3d660bfadc9c6f9a3e4e59e6cdc8 | b9a960991835cfa1679693435e28341e317084d4 | refs/heads/master | 2020-03-26T08:44:44.942000 | 2018-06-25T15:32:55 | 2018-06-25T15:32:55 | 137,057,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hf.lesson09;
import java.io.IOException;
import java.nio.CharBuffer;
import java.util.Random;
import java.util.Scanner;
public class RandomDoubles {
private static Random random=new Random(47);
public double next() {return random.nextDouble();}
public static void main(String[] args) {
// Ra... | UTF-8 | Java | 1,055 | java | RandomDoubles.java | Java | [] | null | [] | package com.hf.lesson09;
import java.io.IOException;
import java.nio.CharBuffer;
import java.util.Random;
import java.util.Scanner;
public class RandomDoubles {
private static Random random=new Random(47);
public double next() {return random.nextDouble();}
public static void main(String[] args) {
// Ra... | 1,055 | 0.688152 | 0.679621 | 42 | 23.166666 | 20.158794 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.738095 | false | false | 2 |
c29e014e6c95de4cd70a6b56b625379457e46331 | 26,929,444,987,170 | 16b2b5f13bb0b89a55d98174ced76c792ecfc29f | /app/src/main/java/com/xhr/mvpdemo/presenter/RepoListPresenter.java | d80a39604a1fa6b5bd3cce51681dab65c7fff314 | [] | no_license | boygaggoo/MvpDemo | https://github.com/boygaggoo/MvpDemo | 35aff1c343cb740811d4b0d292c2984258fe6197 | 039df8294dd6c155530b95f3771dda8703a4141d | refs/heads/master | 2021-01-18T14:14:49.480000 | 2016-01-21T09:36:59 | 2016-01-21T09:36:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xhr.mvpdemo.presenter;
import com.google.common.collect.ImmutableList;
import com.xhr.mvpdemo.model.IUser;
import com.xhr.mvpdemo.model.UserModel;
import com.xhr.mvpdemo.repository.model.Repository;
import com.xhr.mvpdemo.view.IRepoListView;
import rx.Subscriber;
/**
* Created by Miroslaw Stanek on 23.... | UTF-8 | Java | 1,376 | java | RepoListPresenter.java | Java | [
{
"context": "stView;\n\nimport rx.Subscriber;\n\n\n/**\n * Created by Miroslaw Stanek on 23.04.15.\n */\npublic class RepoListPresenter i",
"end": 313,
"score": 0.9998624920845032,
"start": 298,
"tag": "NAME",
"value": "Miroslaw Stanek"
}
] | null | [] | package com.xhr.mvpdemo.presenter;
import com.google.common.collect.ImmutableList;
import com.xhr.mvpdemo.model.IUser;
import com.xhr.mvpdemo.model.UserModel;
import com.xhr.mvpdemo.repository.model.Repository;
import com.xhr.mvpdemo.view.IRepoListView;
import rx.Subscriber;
/**
* Created by <NAME> on 23.04.15.
*... | 1,367 | 0.600291 | 0.59593 | 47 | 28.276596 | 22.743437 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340426 | false | false | 2 |
e042edffd94f342d70e6bb1d6bab0bf108a18a60 | 22,119,081,577,968 | a98e082043f6261cbf82945351096684031d14a6 | /app/src/main/java/com/example/flowers/view/Plant.java | e4b34fd447214396d6f7b7cfa70f5dc60bd355b0 | [
"Apache-2.0"
] | permissive | guoinfinite/flower | https://github.com/guoinfinite/flower | 8130a50fe030f90a2b51b2cf7d3be970771427f3 | 8b779557a6a177a752bbc4656ec6b0dd126260d8 | refs/heads/master | 2020-12-15T13:41:50.762000 | 2020-01-20T14:37:38 | 2020-01-20T14:37:38 | 235,122,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.flowers.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.animation.ValueAnimator;
import android.annotation.TargetAp... | UTF-8 | Java | 22,267 | java | Plant.java | Java | [] | null | [] | package com.example.flowers.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.animation.ValueAnimator;
import android.annotation.TargetAp... | 22,267 | 0.60289 | 0.592809 | 605 | 33.436363 | 27.34635 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598347 | false | false | 2 |
11adc1b5900e025bb510b3e048b3e76a9a78bcf1 | 4,526,895,582,965 | 3330a9344b69ab898974dc07d30477e93e2c9b6b | /大二的短学期实践/duanxueqi2/src/com/hyx/ui/FrmGetHouseBudget_mainRoom.java | 516ac25731394778df66af8187fbe7ffc97ee94a | [] | no_license | HuY2x4/Short-Term-Two | https://github.com/HuY2x4/Short-Term-Two | c04c43ad50b88c909147e9f1941422f99fb9a896 | b874e15016943579926964101dc8632e66a4cbbc | refs/heads/master | 2020-04-03T05:22:58.650000 | 2018-10-28T07:52:30 | 2018-10-28T07:52:30 | 155,043,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyx.ui;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
impo... | GB18030 | Java | 8,238 | java | FrmGetHouseBudget_mainRoom.java | Java | [] | null | [] | package com.hyx.ui;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
impo... | 8,238 | 0.578137 | 0.569317 | 302 | 25.649006 | 21.363674 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.403974 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.