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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2a1793ce069ffb1988adfcc0fb45418dff5c4bf8 | 20,143,396,618,959 | 50178beeb2e6a727e301eaa39ead304fb02d1ce7 | /app/src/main/java/com/example/tictactoe/MainActivity.java | 3e8d79b78a5da688ed6c5fedf3d7756f37ddda59 | [] | no_license | Ash-Kay/TicTacToe | https://github.com/Ash-Kay/TicTacToe | e8c9f8c4a8d3755d1fe3815e945afaff65d0d837 | b1e99dda71681d94734c7ec2832f89310cfc4c50 | refs/heads/master | 2021-05-06T03:16:36.044000 | 2017-12-20T06:55:01 | 2017-12-20T06:55:01 | 114,853,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tictactoe;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.GridLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity... | UTF-8 | Java | 3,584 | java | MainActivity.java | Java | [] | null | [] | package com.example.tictactoe;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.GridLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity... | 3,584 | 0.554688 | 0.532087 | 110 | 31.581818 | 27.083166 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.845455 | false | false | 11 |
9edbc7dece5d5db3f5eee66d274bef04f344efce | 8,177,617,736,306 | 2bc446e6b003d2cfc55b4ed715ab3cc3fd079e64 | /matrices/matrixoperations/src/matrixoperations/MatrixArithmetic.java | ee5545299f8b7f8b9fb154dae120f55e1199156b | [] | no_license | Kamakshaiah/enterprise | https://github.com/Kamakshaiah/enterprise | bfe04d74239e1452c92633a25c97f1a5a4466ace | 43beb1424a51690f06ed91a99af44369a88e21f7 | refs/heads/main | 2023-01-23T09:19:31.056000 | 2022-05-06T15:14:52 | 2022-05-06T15:14:52 | 310,243,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package matrixoperations;
import java.util.Arrays;
import simulations.NumericSims;
public class MatrixArithmetic {
public static double[][] matrixAddition(double[][] a, double[][] b){
double[][] sum = new double[a.length][a[0].length];
for (int i = 0; i < a.length; i++) {
for(int j = 0; j < a[0].length;... | UTF-8 | Java | 1,058 | java | MatrixArithmetic.java | Java | [] | null | [] | package matrixoperations;
import java.util.Arrays;
import simulations.NumericSims;
public class MatrixArithmetic {
public static double[][] matrixAddition(double[][] a, double[][] b){
double[][] sum = new double[a.length][a[0].length];
for (int i = 0; i < a.length; i++) {
for(int j = 0; j < a[0].length;... | 1,058 | 0.587902 | 0.561437 | 52 | 19.346153 | 19.487555 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.326923 | false | false | 11 |
5a08776d7dc27aee15eadeb5ad948e79eb2a26f3 | 24,670,292,215,496 | bc9bf0d8ec495181f071686d5a7bc43e00fcebcc | /src/main/java/inc/morsecode/json/JsonParser.java | ba10742dbef816c443f37d9fc7b2282f7b356652 | [
"MIT"
] | permissive | MorseCode-Inc/json-lite | https://github.com/MorseCode-Inc/json-lite | e125d8f2082f53fe192c33d20c5e6bd959527259 | 871d42bfc66428b1e662377b531b0d4cd36863a4 | refs/heads/master | 2021-01-01T05:04:00.452000 | 2018-04-13T13:56:48 | 2018-04-13T13:56:48 | 56,471,086 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inc.morsecode.json;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.StringTokenizer;
import inc.morsecode.json.ex.MalformedJsonException;
import inc.morsecode.spec.j... | UTF-8 | Java | 11,124 | java | JsonParser.java | Java | [
{
"context": "[\\\"thing1\\\",\\\"thing2\\\"],\\\"id\\\":\\\"300\\\",\\\"name\\\":\\\"Test\\\",\\\"title\\\":\\\"Test\\\",\\\"path\\\":\\\"/pages/mypath\\\",\\",
"end": 10046,
"score": 0.5518390536308289,
"start": 10042,
"tag": "NAME",
"value": "Test"
},
{
"context": "ice_url\\\":\\\... | null | [] | package inc.morsecode.json;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.StringTokenizer;
import inc.morsecode.json.ex.MalformedJsonException;
import inc.morsecode.spec.j... | 11,124 | 0.599425 | 0.587738 | 424 | 25.235849 | 39.339607 | 610 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.334906 | false | false | 11 |
f6a00184e4237a671d9e3001f8100eae1dd70e7d | 20,478,404,071,003 | f7587bb2c70defd6b0b9ca75d9ee7da33420ea35 | /src/main/java/com/yoler/grape/vo/browser/BrowserMounthDatasVo.java | e6ad260d03304d580266ec1f8e1083921e4b4d6d | [] | no_license | zzhangyyu/Grape | https://github.com/zzhangyyu/Grape | 9866b6951c1b1d7e679dbe9e2d55860d0b5a6084 | 73f511bd6e3bc28bc565268c601ec4b4c4906c98 | refs/heads/master | 2021-06-23T23:08:03.954000 | 2019-05-05T05:30:36 | 2019-05-05T05:30:36 | 100,326,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yoler.grape.vo.browser;
public class BrowserMounthDatasVo {
private String visitingDate;
private String patientCnt;
public String getVisitingDate() {
return visitingDate;
}
public void setVisitingDate(String visitingDate) {
this.visitingDate = visitingDate;
}
... | UTF-8 | Java | 484 | java | BrowserMounthDatasVo.java | Java | [] | null | [] | package com.yoler.grape.vo.browser;
public class BrowserMounthDatasVo {
private String visitingDate;
private String patientCnt;
public String getVisitingDate() {
return visitingDate;
}
public void setVisitingDate(String visitingDate) {
this.visitingDate = visitingDate;
}
... | 484 | 0.677686 | 0.677686 | 23 | 20.043478 | 18.362244 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 11 |
b4cc2acbb62848440e00e581a31b04d2c437fb5d | 21,388,937,152,863 | 88369459ce03b764be80774f176a1af4c1ffdf9b | /common/src/main/java/com/example/common/entity/Course.java | b2dc55be15b68d246b9ecbcd72b4d3ae5718d2be | [] | no_license | nicexgk/course-cloud | https://github.com/nicexgk/course-cloud | 06b982bca0c712252d98ecf8ca41aa6f9fab4831 | 6614450ddeb90dc0d21f5fff254f286ab934f63d | refs/heads/master | 2020-05-19T05:54:26.814000 | 2019-05-08T21:13:15 | 2019-05-08T21:13:15 | 184,859,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.common.entity;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
/*
*
*
* -- 5、课程表
DROP TABLE IF EXISTS course ;
CREATE TABLE course (
course_id int(11) NOT NULL AUTO_INCREMENT,
course_teacher_id int(11) DEFAULT '4',
course_price int(11) DEFAULT '0',... | UTF-8 | Java | 1,707 | java | Course.java | Java | [
{
"context": "ARSET=utf8;\n\n * \n * \n */\n\n/**\n * 课程类\n *\n * @author A1621\n */\n@Data\npublic class Course implements Serializ",
"end": 975,
"score": 0.9996317028999329,
"start": 970,
"tag": "USERNAME",
"value": "A1621"
}
] | null | [] | package com.example.common.entity;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
/*
*
*
* -- 5、课程表
DROP TABLE IF EXISTS course ;
CREATE TABLE course (
course_id int(11) NOT NULL AUTO_INCREMENT,
course_teacher_id int(11) DEFAULT '4',
course_price int(11) DEFAULT '0',... | 1,707 | 0.680878 | 0.660815 | 66 | 23.166666 | 20.761696 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469697 | false | false | 11 |
2396eac3f95f88de0601e44718e88b0825f02271 | 29,437,705,914,098 | 2f84a67bee4bedde2c424baded6f07576e80f6fe | /Java/src/de/dhbwka/java/exercise/control/TemperatureTable.java | cfa878ff7879b7e1d31c3606a51b889ac30e86fe | [] | no_license | Hawk1401/DHBW | https://github.com/Hawk1401/DHBW | 2c08742c9d61586b493755eb2247c7d827e9755f | c9694e19e59b5419da1a216a19ded1c3d513e1d3 | refs/heads/master | 2020-12-13T19:05:47.139000 | 2020-04-03T14:44:21 | 2020-04-03T14:44:21 | 234,503,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.dhbwka.java.exercise.control;
/*
Erstellen Sie ein Programm zur Ausgabe einer Temperaturtabelle von Fahrenheit (f) nach Celsius (c)!
Die Tabelle soll bei 0° F beginnen und bei 300° F enden. Die Abstände der Stützstellen sollen 20° F
betragen.
Der funktionale Zusammenhang von c und f ist gegeben durch die Fo... | UTF-8 | Java | 728 | java | TemperatureTable.java | Java | [] | null | [] | package de.dhbwka.java.exercise.control;
/*
Erstellen Sie ein Programm zur Ausgabe einer Temperaturtabelle von Fahrenheit (f) nach Celsius (c)!
Die Tabelle soll bei 0° F beginnen und bei 300° F enden. Die Abstände der Stützstellen sollen 20° F
betragen.
Der funktionale Zusammenhang von c und f ist gegeben durch die Fo... | 728 | 0.666667 | 0.614108 | 24 | 29.125 | 32.257187 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
b93a051d0ca87c10ea83c870f00e4b3bcbb99934 | 10,299,331,635,764 | 756702d1e9e699bbaa6a4345055337dfb47bd7e9 | /src/com/xmkj/face/faceapload/FileUpload.java | bc74b46299a0067731652e3b501cc38e4499187d | [] | no_license | zhq-yusheng/FaceRecognition | https://github.com/zhq-yusheng/FaceRecognition | fcbc09b1c89e653e4ec55f74485c7004f21b750a | 6ea8ba6b4cf44dc4d118aa22865dcad1df212db6 | refs/heads/master | 2023-05-12T22:21:19.429000 | 2021-06-08T10:41:33 | 2021-06-08T10:41:33 | 374,967,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xmkj.face.faceapload;
import com.xmkj.face.FaceUtil;
import com.xmkj.face.bean.InitBean;
import com.xmkj.face.jdbc.FaceJdbc;
import java.io.File;
import java.sql.SQLException;
import java.util.Arrays;
public class FileUpload {
public static void main(String[] args) throws SQLException {
Stri... | UTF-8 | Java | 968 | java | FileUpload.java | Java | [] | null | [] | package com.xmkj.face.faceapload;
import com.xmkj.face.FaceUtil;
import com.xmkj.face.bean.InitBean;
import com.xmkj.face.jdbc.FaceJdbc;
import java.io.File;
import java.sql.SQLException;
import java.util.Arrays;
public class FileUpload {
public static void main(String[] args) throws SQLException {
Stri... | 968 | 0.627137 | 0.625 | 32 | 28.25 | 21.97015 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 11 |
e4cacc4a3b76dd461e16d727fafbbcde39b1b910 | 20,787,641,773,360 | 1a10cf502c7f373dac1d982cb1ec8b3653f48bab | /server_side_golden_shoes_app/src/main/java/com/golden_shoes/golden_shoes_app/models/stock/StockItem.java | 155c9bead20ce4282cf814ecb574a0ac31c5337d | [] | no_license | saraHumphries/golden-shoe-app | https://github.com/saraHumphries/golden-shoe-app | 15ae3f2db875da4bcfd34a8ce6d456994160f7ff | 80ecabdbc66c13c49202527d7fcc514b8af06c72 | refs/heads/main | 2023-08-24T01:06:30.160000 | 2021-09-21T17:44:40 | 2021-09-21T17:44:40 | 405,359,131 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.golden_shoes.golden_shoes_app.models.stock;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.golden_shoes.golden_shoes_app.models.orders.Order;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name = "stoc... | UTF-8 | Java | 2,421 | java | StockItem.java | Java | [] | null | [] | package com.golden_shoes.golden_shoes_app.models.stock;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.golden_shoes.golden_shoes_app.models.orders.Order;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name = "stoc... | 2,421 | 0.643536 | 0.643536 | 112 | 20.616072 | 19.584179 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330357 | false | false | 11 |
995a2c26b7bdfe9f2ec1f46eb7f54cf989799efd | 21,114,059,240,114 | f67b188ab4edb87864013da88aaec0bcbad2c825 | /src/main/java/com/monitoring/dto/HPA/Item.java | a43d6c4fc12b247ad23eb373cbb7caa86bbbbc4b | [] | no_license | saiyyadimran/k8smonitoring | https://github.com/saiyyadimran/k8smonitoring | 79070ea17678e8b509e91c9135faed0d9a3b85d2 | f34fdbe12c148854cbb2f6f681234a46e8f73713 | refs/heads/master | 2021-07-25T09:13:46.073000 | 2020-06-10T11:52:55 | 2020-06-10T11:52:55 | 186,963,176 | 0 | 1 | null | true | 2020-06-10T11:52:57 | 2019-05-16T06:13:57 | 2020-04-15T14:41:06 | 2020-06-10T11:52:56 | 100 | 0 | 1 | 0 | Java | false | false | package com.monitoring.dto.HPA;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
@JsonIgnoreProperties
public class Item {
MetaData metadata;
Spec spec;
Status status;
public MetaData getMetadata() {
return metadata;
}
public void setMetadata(MetaData metadata) {
this.metadata = metadata;
}
p... | UTF-8 | Java | 540 | java | Item.java | Java | [] | null | [] | package com.monitoring.dto.HPA;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
@JsonIgnoreProperties
public class Item {
MetaData metadata;
Spec spec;
Status status;
public MetaData getMetadata() {
return metadata;
}
public void setMetadata(MetaData metadata) {
this.metadata = metadata;
}
p... | 540 | 0.72037 | 0.72037 | 32 | 15.875 | 15.011974 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28125 | false | false | 11 |
91bfa3676c80a0e943c8d0326d74775098eaa61e | 8,976,481,717,286 | d9a27ded5755ec53d3e99c619cbc213f1ea1b5b5 | /Google Analytics Management Nodes/src/com/pg/google/api/management/data/GoogleAnalyticsUser.java | 269cb93e6193fe55917e1e5078c922d1f7b4030e | [] | no_license | knime-pg/google-analytics-management | https://github.com/knime-pg/google-analytics-management | dc46b73eb5ee96fad843c971f8ff11cdd1a45df0 | 17f5bc62675f355348bb98266953eb4139c6f46e | refs/heads/master | 2016-09-06T11:06:54.474000 | 2016-03-02T17:14:24 | 2016-03-02T17:14:24 | 31,050,905 | 0 | 2 | null | false | 2016-01-25T15:22:20 | 2015-02-20T04:26:18 | 2016-01-22T14:41:23 | 2016-01-25T15:22:20 | 108 | 0 | 2 | 0 | Java | null | null | package com.pg.google.api.management.data;
import java.util.List;
import com.google.api.services.analytics.model.EntityUserLink;
public class GoogleAnalyticsUser {
private String accountId = "";
private String propertyId = "";
private String profileId = "";
private String profileName = "";
priva... | UTF-8 | Java | 2,611 | java | GoogleAnalyticsUser.java | Java | [] | null | [] | package com.pg.google.api.management.data;
import java.util.List;
import com.google.api.services.analytics.model.EntityUserLink;
public class GoogleAnalyticsUser {
private String accountId = "";
private String propertyId = "";
private String profileId = "";
private String profileName = "";
priva... | 2,611 | 0.707392 | 0.707392 | 93 | 26.07527 | 22.167126 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.795699 | false | false | 11 |
9fc215e8f73094a7cfdf4a641e96f4c99ed655af | 19,396,072,369,576 | e495cf58914cfe72f095f4f5e6305f339e513c8e | /app/src/main/java/com/humaniq/lite/modules/contacts/activities/SaveWalletActivity.java | a392b59dd7ee2a44ffc8c6814fd4d24ad7a355b4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | humaniq/humaniq-android-lite | https://github.com/humaniq/humaniq-android-lite | fa90308444762b029a282799794fae5c78ea5360 | 13d0e916ce49f8c56c8c7b4ddea55ca0dd4ef16e | refs/heads/master | 2018-09-21T16:34:33.727000 | 2018-09-08T03:07:01 | 2018-09-08T03:07:01 | 102,344,637 | 2 | 0 | Apache-2.0 | false | 2018-09-21T11:59:46 | 2017-09-04T09:36:46 | 2018-09-08T03:07:16 | 2018-09-21T11:59:45 | 33,236 | 2 | 0 | 0 | Makefile | false | null | package com.humaniq.lite.modules.contacts.activities;
import android.Manifest;
import android.annotation.TargetApi;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.p... | UTF-8 | Java | 11,130 | java | SaveWalletActivity.java | Java | [] | null | [] | package com.humaniq.lite.modules.contacts.activities;
import android.Manifest;
import android.annotation.TargetApi;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.p... | 11,130 | 0.717161 | 0.71195 | 335 | 32.223881 | 26.147127 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 11 |
c89d568c377a54fa1b09e4f8167af5c31d1dcd16 | 22,668,837,407,672 | ee3e6eaf2212ff1834a7210f6f2d258fe0eed5d3 | /src/com/zj/musicplayer/view/MainUi.java | 51b72980d505d4347fc9d1ea2f5ba5b0cb44dbea | [
"MIT"
] | permissive | MrZheng99/MusicPlayer | https://github.com/MrZheng99/MusicPlayer | 283adde67fccbf6ed80c5c1c66d9b27482cb2bdf | 5dd3c37828fffe746cb31544563df307ca76a6ec | refs/heads/master | 2022-06-20T00:32:22.955000 | 2020-05-09T10:09:59 | 2020-05-09T10:09:59 | 256,179,179 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zj.musicplayer.view;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.util.Random;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StackLayout;
import org.eclipse.swt.events.ControlAdapter;
import org.eclipse.swt.events.ControlEvent;
import org.eclipse.swt.events.KeyAdap... | UTF-8 | Java | 29,729 | java | MainUi.java | Java | [
{
"context": "\r\n\r\n/**\r\n * \r\n * @description:主窗口\r\n * \r\n * @author ZJ\r\n * @date 2020年5月3日 下午2:34:33\r\n */\r\npublic class ",
"end": 1409,
"score": 0.9818608164787292,
"start": 1407,
"tag": "USERNAME",
"value": "ZJ"
},
{
"context": "\tString name = ConstantData.currentLog... | null | [] | package com.zj.musicplayer.view;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.util.Random;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StackLayout;
import org.eclipse.swt.events.ControlAdapter;
import org.eclipse.swt.events.ControlEvent;
import org.eclipse.swt.events.KeyAdap... | 29,729 | 0.698983 | 0.682916 | 935 | 29.220322 | 28.316973 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.915508 | false | false | 11 |
ddedfcdf7ae81a27db5c3a2bb2a3ced5a50e9261 | 32,074,815,772,026 | 9471968b9a3a7771657fce74c76679943f388e29 | /TravelYenNgoc/src/main/java/com/yn/pojo/TinTuc.java | 6b6a81e99256a181eaf038f5bc5896568f08f992 | [] | no_license | tuyetngoc23/LTJava_Dulich | https://github.com/tuyetngoc23/LTJava_Dulich | 8e94db2908eb2a5fcaacdbc8a25daca953e2fd1b | d68193a8b35bdcb282ad8cbb965c3ccce0949dee | refs/heads/master | 2023-06-22T19:10:40.256000 | 2021-07-22T10:17:36 | 2021-07-22T10:17:36 | 352,926,805 | 0 | 1 | null | false | 2021-05-17T14:36:13 | 2021-03-30T08:29:33 | 2021-05-13T15:56:47 | 2021-05-17T14:36:13 | 13,074 | 1 | 0 | 0 | CSS | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.yn.pojo;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
impor... | UTF-8 | Java | 4,899 | java | TinTuc.java | Java | [
{
"context": "rk.web.multipart.MultipartFile;\n\n/**\n *\n * @author Huynh Thi Tuyet Ngoc\n */\n@Entity\n@Table(name=\"tintuc\")\npublic class Ti",
"end": 922,
"score": 0.9998777508735657,
"start": 902,
"tag": "NAME",
"value": "Huynh Thi Tuyet Ngoc"
},
{
"context": " String anh;\n ... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.yn.pojo;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
impor... | 4,885 | 0.618494 | 0.618494 | 232 | 20.116379 | 17.30057 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
f01cea048a494f94b0a5d43286f9f37aca81cd62 | 18,287,970,767,281 | ed9d7a16f09403dd967b399655094c8132585e7a | /src/main/java/com/yuan/springboot/scheduledemo/ScheduleConfig.java | b723f5d9728cc40424ed29f667c6f4d0a38ed7c1 | [] | no_license | luojinyuan/Demo | https://github.com/luojinyuan/Demo | db24a5189e00082d58fd25d37d277ddb0eacb5de | eaf651269ffc033f62443ac6e587f5bdba4b0832 | refs/heads/master | 2020-04-24T22:21:06.039000 | 2019-02-24T10:21:19 | 2019-02-24T10:21:19 | 172,309,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuan.springboot.scheduledemo;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.SchedulingConfigurer;
import org.springframework.scheduling.config.ScheduledTaskRegistrar;
import java.util.concur... | UTF-8 | Java | 1,000 | java | ScheduleConfig.java | Java | [
{
"context": "rrent.ScheduledThreadPoolExecutor;\n\n/**\n * @author luojy\n * @date 2019/2/24\n */\n@Configuration\npublic clas",
"end": 414,
"score": 0.9996438026428223,
"start": 409,
"tag": "USERNAME",
"value": "luojy"
}
] | null | [] | package com.yuan.springboot.scheduledemo;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.SchedulingConfigurer;
import org.springframework.scheduling.config.ScheduledTaskRegistrar;
import java.util.concur... | 1,000 | 0.759534 | 0.747881 | 36 | 25.222221 | 25.623461 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
b0682ecf487a09935f83a90a480eff0454a8d69b | 27,977,417,021,877 | 392e624ea2d6886bf8e37167ebbda0387e7e4a9a | /uxcrm-ofbiz/generated-entity/src/main/java/org/apache/ofbiz/entity/tenant/Component.java | 30acf39ed964dd835ec9f246c524b6628489fa64 | [
"Apache-2.0"
] | permissive | yuri0x7c1/uxcrm | https://github.com/yuri0x7c1/uxcrm | 11eee75f3a9cffaea4e97dedc8bc46d8d92bee58 | 1a0bf4649bee0a3a62e486a9d6de26f1d25d540f | refs/heads/master | 2018-10-30T07:29:54.123000 | 2018-08-26T18:25:35 | 2018-08-26T18:25:35 | 104,251,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.ofbiz.entity.tenant;
import lombok.experimental.FieldNameConstants;
import java.io.Serializable;
import lombok.Getter;
import lombok.Setter;
import java.sql.Timestamp;
import org.apache.ofbiz.entity.GenericValue;
import java.util.List;
import java.util.ArrayList;
/**
* Component
*/
@FieldNameCons... | UTF-8 | Java | 1,763 | java | Component.java | Java | [] | null | [] | package org.apache.ofbiz.entity.tenant;
import lombok.experimental.FieldNameConstants;
import java.io.Serializable;
import lombok.Getter;
import lombok.Setter;
import java.sql.Timestamp;
import org.apache.ofbiz.entity.GenericValue;
import java.util.List;
import java.util.ArrayList;
/**
* Component
*/
@FieldNameCons... | 1,763 | 0.740783 | 0.730006 | 77 | 21.90909 | 21.463459 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.246753 | false | false | 11 |
fc0fcd0557a9b6644feaa38270a23ccc48a23444 | 3,470,333,632,737 | 33d76dfb437de4f20c48c03dffce44ecf7a11995 | /Homework_2/Calculate_Interest.java | beeba2c8f789d0c1eab35cbb0989aac700741d29 | [] | no_license | tpfaeffl/JavaComprehensive | https://github.com/tpfaeffl/JavaComprehensive | 30669c739749228b35e509a6facd2df6ca435793 | e6f160c192eabb014128ebfdbc65de57e9fc4cb0 | refs/heads/master | 2020-04-13T21:33:16.027000 | 2018-12-29T00:01:25 | 2018-12-29T00:01:25 | 163,459,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Homework_2;
/**
* Author: Thomas Pfaeffle
* Java Comprehensive
* 25 Jan 2018
*/
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.NumberFormat;
import java.util.Scanner;
public class Calculate_Interest {
public static void main(String[] args)
{
Sca... | UTF-8 | Java | 2,131 | java | Calculate_Interest.java | Java | [
{
"context": "package Homework_2;\r\n\r\n/**\r\n * Author: Thomas Pfaeffle\r\n * Java Comprehensive\r\n * 25 Jan 2018\r\n */\r\n\r\nim",
"end": 54,
"score": 0.9998668432235718,
"start": 39,
"tag": "NAME",
"value": "Thomas Pfaeffle"
}
] | null | [] | package Homework_2;
/**
* Author: <NAME>
* Java Comprehensive
* 25 Jan 2018
*/
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.NumberFormat;
import java.util.Scanner;
public class Calculate_Interest {
public static void main(String[] args)
{
Scanner sc =... | 2,122 | 0.609573 | 0.603473 | 70 | 28.442858 | 25.217134 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 11 |
3dfda1680adbd091d785ad4fb2031763f4bb8031 | 25,718,264,179,562 | 8d505bb6c14b60e7abde4c9d731f02f2aaee164b | /src/de/dhbw/inf17a/regextodea/treenodes/SyntaxNode.java | 93a8c2d248b8086c85128439171bd89b967491dd | [] | no_license | Feluin/RegextoDEA | https://github.com/Feluin/RegextoDEA | 1f0202c074322fcc23c1eba2561a633308d110eb | 46cf08e92765b3b0353099709d7f34956d013ff2 | refs/heads/master | 2020-04-19T10:16:19.170000 | 2019-02-15T17:16:25 | 2019-02-15T17:16:25 | 168,135,119 | 0 | 0 | null | false | 2019-02-11T14:45:10 | 2019-01-29T10:21:24 | 2019-02-11T14:45:02 | 2019-02-11T14:44:59 | 26 | 0 | 0 | 0 | Java | false | null | package de.dhbw.inf17a.regextodea.treenodes;
import de.dhbw.inf17a.regextodea.Visitable;
import java.util.HashSet;
import java.util.Set;
public abstract class SyntaxNode
{
public Boolean nullable;
public final Set<Integer> firstpos = new HashSet<>();
public final Set<Integer> lastpos = new HashSet<>();
... | UTF-8 | Java | 661 | java | SyntaxNode.java | Java | [] | null | [] | package de.dhbw.inf17a.regextodea.treenodes;
import de.dhbw.inf17a.regextodea.Visitable;
import java.util.HashSet;
import java.util.Set;
public abstract class SyntaxNode
{
public Boolean nullable;
public final Set<Integer> firstpos = new HashSet<>();
public final Set<Integer> lastpos = new HashSet<>();
... | 661 | 0.653555 | 0.647504 | 25 | 25.48 | 21.583549 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 11 |
bcdc3d49a8640844c91204f8d9f13fa6b23e8d70 | 13,546,326,854,520 | d93538679f7dd75f28cf8f03f6e67f43e7855f8f | /src/main/java/com/kondzio/ships/HumanPlayer.java | f90023e41c1439bf7d59bb4ff723f9dbe18557de | [] | no_license | konrad-kalinowski/ShipGame | https://github.com/konrad-kalinowski/ShipGame | 2d9b40f328a478bce110244fb00b99035edc23d6 | 56298a06fe737161cf8103f8eb7ea7f9c2f01237 | refs/heads/master | 2020-03-12T07:21:32.607000 | 2018-05-26T13:18:31 | 2018-05-26T13:18:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kondzio.ships;
import com.kondzio.ships.ui.GameSetupWindow;
import com.kondzio.ships.ui.GameWindow;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
import java.util.concurrent.FutureTask;
public class HumanPlayer extends P... | UTF-8 | Java | 1,512 | java | HumanPlayer.java | Java | [] | null | [] | package com.kondzio.ships;
import com.kondzio.ships.ui.GameSetupWindow;
import com.kondzio.ships.ui.GameWindow;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
import java.util.concurrent.FutureTask;
public class HumanPlayer extends P... | 1,512 | 0.607804 | 0.601852 | 52 | 28.076923 | 21.844597 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442308 | false | false | 11 |
a607f4b988db421b0b787019a3a80110c3609381 | 13,546,326,854,101 | 4e96c007c2cd18c5e4ccc9b5fce351d8b27ab4f9 | /app/src/main/java/com/B58works/Backup/b1/a.java | e9179ea1c24e82b47441424835bccc4d6a835b35 | [] | no_license | teamb58/B58Backup | https://github.com/teamb58/B58Backup | 8018ac2d1fd32cd7001333456d17b2ee30c3bbe0 | 9101e1c4258ee5fca34b62b58b3a4dfbd72c04ff | refs/heads/master | 2021-08-23T03:00:40.840000 | 2017-12-02T19:29:56 | 2017-12-02T19:29:56 | 112,870,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.B58works.Backup.b1;
/**
* Created by Bharath.R(58) on 25-11-2017.
*/
import java.text.*;
import java.io.*;
import android.content.pm.*;
import android.graphics.drawable.*;
import android.graphics.*;
import android.util.*;
import static android.graphics.Bitmap.*;
public class a {
public static Sim... | UTF-8 | Java | 5,981 | java | a.java | Java | [
{
"context": "package com.B58works.Backup.b1;\n\n/**\n * Created by Bharath.R(58) on 25-11-2017.\n */\n\nimport java.text.*;\nimpor",
"end": 60,
"score": 0.8375998735427856,
"start": 51,
"tag": "NAME",
"value": "Bharath.R"
}
] | null | [] | package com.B58works.Backup.b1;
/**
* Created by Bharath.R(58) on 25-11-2017.
*/
import java.text.*;
import java.io.*;
import android.content.pm.*;
import android.graphics.drawable.*;
import android.graphics.*;
import android.util.*;
import static android.graphics.Bitmap.*;
public class a {
public static Sim... | 5,981 | 0.381542 | 0.368166 | 183 | 31.68306 | 21.913343 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 11 |
90ca829bd3c0fbbec2bd909f3316d9948184dc4f | 17,179,889,323 | 08e4dae023d0fec0b7db5e00b59eeda595bf4e1e | /Heap/SuperUglyNumber.java | ce8c815a8eb49c8f45a0cea948f2a99fb5b6bef0 | [
"MIT"
] | permissive | NITIN23329/LeetCode | https://github.com/NITIN23329/LeetCode | bd037446ecf986a543da9667fd8e56e43e567d61 | 5c9a0a289042da607c51cc61fe79959d70d58a3d | refs/heads/main | 2023-06-18T00:28:02.316000 | 2021-07-14T09:00:54 | 2021-07-14T09:00:54 | 300,907,275 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //time : O(nklog(nk))
/* approach :
-->get the min super ugly number using min heap
--> find all next super ugly numbers by multiply it with primes , do this for n-1 times
--> do care of duplicates
*/
cclass Solution {
public int nthSuperUglyNumber(int n, int[] primes) {
PriorityQueue<Long> pq... | UTF-8 | Java | 2,366 | java | SuperUglyNumber.java | Java | [] | null | [] | //time : O(nklog(nk))
/* approach :
-->get the min super ugly number using min heap
--> find all next super ugly numbers by multiply it with primes , do this for n-1 times
--> do care of duplicates
*/
cclass Solution {
public int nthSuperUglyNumber(int n, int[] primes) {
PriorityQueue<Long> pq... | 2,366 | 0.531699 | 0.486898 | 58 | 39.793102 | 35.153732 | 159 | false | false | 23 | 0.009721 | 0 | 0 | 0 | 0 | 1.362069 | false | false | 11 |
caf09d565fcf26029c48d3bd9b17009ca4c85f39 | 20,607,253,142,765 | 514fdb8419fc7f014b718cfe6bdbdc44468ddadf | /src/main/java/fr/miage/moureypierson/dicegame/Main.java | 4b8741f27b83d2c33919d555e751bf0e15987233 | [] | no_license | Nitix/DiceGame | https://github.com/Nitix/DiceGame | 7a9f1c13be256ab8d233339c2204f8a771acd62f | 41886218e146c76ee3eb116794c7fcd056b55214 | refs/heads/master | 2021-01-13T12:01:42.601000 | 2017-02-07T11:34:20 | 2017-02-07T11:34:20 | 77,898,992 | 0 | 1 | null | false | 2017-01-13T00:27:34 | 2017-01-03T08:39:55 | 2017-01-08T10:51:11 | 2017-01-13T00:27:34 | 524 | 0 | 1 | 0 | Java | null | null | package fr.miage.moureypierson.dicegame;
import fr.miage.moureypierson.dicegame.controller.LoginController;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* Initialize and start the program.
*/
public class ... | UTF-8 | Java | 1,257 | java | Main.java | Java | [] | null | [] | package fr.miage.moureypierson.dicegame;
import fr.miage.moureypierson.dicegame.controller.LoginController;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* Initialize and start the program.
*/
public class ... | 1,257 | 0.659507 | 0.654733 | 43 | 28.232557 | 23.171591 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 11 |
f1492943e896cbe504f4fbc56f86c81cd8ce91b4 | 18,949,395,742,575 | ccb6b5da07618f71a67cf3730c0584bdcedc677a | /src/main/java/weixin/guanjia/subscribelocal/entity/WeixinSubscribeLocalEntity.java | dc2044930a48dccd01c1a8a7223844f200afe04a | [
"Apache-2.0"
] | permissive | JackietLiu/cgmlsh | https://github.com/JackietLiu/cgmlsh | eb11368377fa5348ce1155886ec9984d7ebf4d94 | 216954e054dcfcaf429b734b5f52554a2b7ba4ea | refs/heads/master | 2022-12-21T13:25:18.417000 | 2019-09-05T08:47:34 | 2019-09-05T08:47:34 | 178,166,854 | 1 | 0 | Apache-2.0 | false | 2022-12-06T00:42:40 | 2019-03-28T09:09:41 | 2019-09-05T08:48:28 | 2022-12-06T00:42:40 | 56,669 | 0 | 0 | 19 | JavaScript | false | false | package weixin.guanjia.subscribelocal.entity;
import java.math.BigDecimal;
import java.util.Date;
import java.lang.String;
import java.lang.Double;
import java.lang.Integer;
import java.math.BigDecimal;
import javax.xml.soap.Text;
import java.sql.Blob;
import javax.persistence.Column;
import javax.persistence.Entity;
... | UTF-8 | Java | 10,692 | java | WeixinSubscribeLocalEntity.java | Java | [
{
"context": " * @Description: weixin_subscribe_local\n * @author onlineGenerator\n * @date 2017-08-24 23:50:37\n * @version V1.0 \n",
"end": 704,
"score": 0.9990248084068298,
"start": 689,
"tag": "USERNAME",
"value": "onlineGenerator"
}
] | null | [] | package weixin.guanjia.subscribelocal.entity;
import java.math.BigDecimal;
import java.util.Date;
import java.lang.String;
import java.lang.Double;
import java.lang.Integer;
import java.math.BigDecimal;
import javax.xml.soap.Text;
import java.sql.Blob;
import javax.persistence.Column;
import javax.persistence.Entity;
... | 10,692 | 0.684401 | 0.676642 | 456 | 20.763159 | 16.848032 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.260965 | false | false | 11 |
8d107a5f663237afbb7a2ae83e445a150a756b24 | 17,059,610,121,298 | 10c764bff2ab7cc872db2412657b06e044b2615c | /app/src/main/java/com/example/xl/wanandroidmvp/presenter/Tab1Presenter.java | 1cecf278c84a27e8851cc180a3c6a22ac0532f77 | [] | no_license | ytyzsdrxl/WanAndroidMvp | https://github.com/ytyzsdrxl/WanAndroidMvp | 6bf6954cb8c20cf0605082c30b54dec8f3226ece | fd438bb42822f369a666168d5568c0e19ceb5d42 | refs/heads/master | 2020-07-20T20:26:03.855000 | 2019-09-06T03:50:13 | 2019-09-06T03:50:13 | 206,705,080 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.xl.wanandroidmvp.presenter;
import com.example.xl.wanandroidmvp.base.BasePresenter;
import com.example.xl.wanandroidmvp.bean.ArticleBean;
import com.example.xl.wanandroidmvp.bean.BannerBean;
import com.example.xl.wanandroidmvp.model.Tab1Model;
import com.example.xl.wanandroidmvp.network.DataObserve... | UTF-8 | Java | 1,644 | java | Tab1Presenter.java | Java | [] | null | [] | package com.example.xl.wanandroidmvp.presenter;
import com.example.xl.wanandroidmvp.base.BasePresenter;
import com.example.xl.wanandroidmvp.bean.ArticleBean;
import com.example.xl.wanandroidmvp.bean.BannerBean;
import com.example.xl.wanandroidmvp.model.Tab1Model;
import com.example.xl.wanandroidmvp.network.DataObserve... | 1,644 | 0.670925 | 0.664234 | 50 | 31.879999 | 28.297449 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 11 |
7a2bf3e97e3bf08326ed16b1f8772e3a70ac0d81 | 31,215,822,370,693 | 2c7983812d2c4758436b621ad3ac9a62ead4998c | /Problem Sets 1-5/Problem Set 2/ps2question1/src/EmployeeDemo.java | 0c4c676638ac4db8bb379b8a346589de60c30cd2 | [] | no_license | kylepamintuan/CS_112 | https://github.com/kylepamintuan/CS_112 | 1f66e1a998719d01ba509e3dd72f7bb2108a1d3c | c111c1bf55b60ea0c984b8ab7f6b7bd6e86b20bf | refs/heads/master | 2020-03-18T20:30:52.031000 | 2018-05-29T00:27:34 | 2018-05-29T00:27:34 | 135,220,699 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class EmployeeDemo
{
public static void showEmployee(Employee e)
{
System.out.println("Employee: (" + e.getName() + ") (" + e.getID() + ") (" + e.getDepartment() + ") (" + e.getPosition() + ")");
}
public static void main(String[] args)
{
/* test constructors */
Employee e1 = new Employee(... | UTF-8 | Java | 955 | java | EmployeeDemo.java | Java | [
{
"context": " = new Employee();\r\n\t\tEmployee e2 = new Employee(\"Billy Mitchell\", 1050200);\r\n\t\tEmployee e3 = new Employee(\"Steve ",
"end": 368,
"score": 0.9998775720596313,
"start": 354,
"tag": "NAME",
"value": "Billy Mitchell"
},
{
"context": "tchell\", 1050200);\r\n\t\tEm... | null | [] |
public class EmployeeDemo
{
public static void showEmployee(Employee e)
{
System.out.println("Employee: (" + e.getName() + ") (" + e.getID() + ") (" + e.getDepartment() + ") (" + e.getPosition() + ")");
}
public static void main(String[] args)
{
/* test constructors */
Employee e1 = new Employee(... | 938 | 0.612565 | 0.571728 | 39 | 22.435898 | 23.683592 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.128205 | false | false | 11 |
b78bf45eab50dd0ab6c189c26ed1e22afa43eced | 33,182,917,349,532 | 5c3c6a469909653cfb7750392b02bcd290d985d7 | /155-min-stack/src/MinStack.java | 0db132a2bbfb59ea9055284769b309a2efd82ca0 | [] | no_license | Reimu747/leetcode | https://github.com/Reimu747/leetcode | 1519f9f21ca77eb589d3512f286af7b0169b255a | 2db6080c424c3a38213f82cc9e1b4c0af5bbff1b | refs/heads/master | 2020-05-05T05:06:01.249000 | 2020-01-10T22:31:01 | 2020-01-10T22:31:01 | 177,986,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @ClassName MinStack
* @Author Reimu747
* @Date 2019/4/6 0:59
* @Description
* @Version 1.0
**/
import java.util.ArrayList;
import java.util.List;
class MinStack {
private List<Integer> realStack;
private List<Integer> minValStack;
public MinStack() {
realStack = new ArrayList<>();
... | UTF-8 | Java | 1,368 | java | MinStack.java | Java | [
{
"context": "/**\n * @ClassName MinStack\n * @Author Reimu747\n * @Date 2019/4/6 0:59\n * @Description\n * @Versio",
"end": 46,
"score": 0.9995648264884949,
"start": 38,
"tag": "USERNAME",
"value": "Reimu747"
}
] | null | [] | /**
* @ClassName MinStack
* @Author Reimu747
* @Date 2019/4/6 0:59
* @Description
* @Version 1.0
**/
import java.util.ArrayList;
import java.util.List;
class MinStack {
private List<Integer> realStack;
private List<Integer> minValStack;
public MinStack() {
realStack = new ArrayList<>();
... | 1,368 | 0.55117 | 0.532164 | 55 | 23.872726 | 21.695457 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 11 |
e18427b19af033ca1f4e997fbd1feeaa9fc852b8 | 1,597,727,844,390 | 455ee1bc027f40dde0ba16fd4efbd80233250124 | /src/main/java/fts/gui/capablegui/CapableGuiIO.java | fee01814e170574daeca147298ce40015c2a9bd4 | [] | no_license | HamsterYDS/UntilTheEndServer | https://github.com/HamsterYDS/UntilTheEndServer | 23a3bc2255c93c23297e3f29cc5d09797ec5872d | 360290de97ec9bf97ff41f18f2d567d0e6835e6c | refs/heads/master | 2023-03-04T20:04:51.710000 | 2021-05-23T02:51:47 | 2021-05-23T02:51:47 | 336,198,148 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fts.gui.capablegui;
import fts.FunctionalToolSet;
import fts.spi.ItemFactory;
import fts.spi.ResourceUtils;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.bukkit.inv... | UTF-8 | Java | 5,168 | java | CapableGuiIO.java | Java | [] | null | [] | package fts.gui.capablegui;
import fts.FunctionalToolSet;
import fts.spi.ItemFactory;
import fts.spi.ResourceUtils;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.bukkit.inv... | 5,168 | 0.523661 | 0.514275 | 130 | 38.338463 | 26.192646 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 11 |
185e1ae5d6b9e018d3e813253ee07946292753bd | 16,286,516,004,067 | 85331f2d19c31b6d8033dbf861bef2267694a28f | /src/maps/Node.java | da95110134293bd995858948be2402a2acbbf5dd | [] | no_license | MichaelSilva13/21Simulation_RED | https://github.com/MichaelSilva13/21Simulation_RED | 3d6fe75056334b46679cd49264b023fb418f65db | db9a55e55907e63c96c709da3b7e0f7110243246 | refs/heads/master | 2021-01-23T21:13:19.182000 | 2017-09-08T17:21:11 | 2017-09-08T17:21:11 | 102,886,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maps;
import java.awt.geom.Point2D;
/**
* @author Gabrielle Lim
* Classe permettant de créer un composant contenant les informations sur des points important de la map permettant de la dessiner
*/
public class Node {
private String id;
private Point2D.Double position;
/**
* Permet de crée... | UTF-8 | Java | 2,111 | java | Node.java | Java | [
{
"context": "ps;\n\nimport java.awt.geom.Point2D;\n\n/**\n * @author Gabrielle Lim\n * Classe permettant de créer un composant conten",
"end": 74,
"score": 0.998581051826477,
"start": 61,
"tag": "NAME",
"value": "Gabrielle Lim"
}
] | null | [] | package maps;
import java.awt.geom.Point2D;
/**
* @author <NAME>
* Classe permettant de créer un composant contenant les informations sur des points important de la map permettant de la dessiner
*/
public class Node {
private String id;
private Point2D.Double position;
/**
* Permet de créer un co... | 2,104 | 0.583015 | 0.578721 | 81 | 24.876543 | 26.604734 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283951 | false | false | 11 |
6afe69c74e37858ae52379c6951db611bcdcfa8d | 10,127,532,922,387 | d9b7b3fcd9762aea3b46c7021f191876f16d677c | /androidutils/src/main/java/com/fancy/androidutils/widget/LoadingView.java | 484be5b726b0206fcc8e030f34ebd2b39c756b71 | [] | no_license | fanlcly/android_utils | https://github.com/fanlcly/android_utils | 6092590377b147592e7e0a5f126235d8e791cc40 | 9510e405a2e4fd16389d4046423ac22b89dbb406 | refs/heads/master | 2022-11-11T22:26:30.377000 | 2022-11-09T13:23:33 | 2022-11-09T13:23:33 | 160,912,747 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fancy.androidutils.widget;
import android.content.Context;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.WindowManager;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.fancy.androidutils.R;
/**
* @Descr... | UTF-8 | Java | 2,172 | java | LoadingView.java | Java | [
{
"context": "roidutils.R;\n\n/**\n * @Description: 加载框\n * @Author: fanlei\n * @CreateDate: 2019/7/17 17:28\n * @Version: 1.0\n",
"end": 350,
"score": 0.9990997314453125,
"start": 344,
"tag": "USERNAME",
"value": "fanlei"
}
] | null | [] | package com.fancy.androidutils.widget;
import android.content.Context;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.WindowManager;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.fancy.androidutils.R;
/**
* @Descr... | 2,172 | 0.638208 | 0.631604 | 88 | 23.09091 | 23.746117 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 11 |
72665e5a0f8c55da8301afaafd6b371fce3ccc22 | 15,917,148,808,463 | 8a7bc7aa2bddd547af89a394abe75aeaa4395661 | /dorm/WEB-INF/classes/timeline/LogoutServlet.java | 7fa566a2d8e500dacafd1f0ab9c32e3d38509d24 | [] | no_license | gritmind/dormitory_network_service | https://github.com/gritmind/dormitory_network_service | 442b694c1c5795f47cd1ac532b10c01144dda5a5 | f770cc3f52576bb5b17b13edd3da30ba638f3a08 | refs/heads/master | 2020-12-24T07:54:16.745000 | 2019-06-22T14:06:00 | 2019-06-22T14:06:00 | 73,356,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package timeline;
import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class LogoutServlet extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
HttpSession session = request.getSe... | UTF-8 | Java | 571 | java | LogoutServlet.java | Java | [] | null | [] | package timeline;
import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.sql.*;
public class LogoutServlet extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
HttpSession session = request.getSe... | 571 | 0.726795 | 0.726795 | 16 | 34.75 | 27.79051 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 11 |
025b9be2e85edd33fb9c9a5256166421724e71c0 | 15,917,148,806,335 | 8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f | /src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ExternalDepsException.java | a6ae28b7132155b1a0f861c483f814b4d427c39b | [
"Apache-2.0"
] | permissive | bazelbuild/bazel | https://github.com/bazelbuild/bazel | 5896162455f032efc899b8de60aa39b9d2cad4a6 | 171aae3f9c57b41089e25ec61fc84c35baa3079d | refs/heads/master | 2023-08-22T22:52:48.714000 | 2023-08-22T18:01:53 | 2023-08-22T18:01:53 | 20,773,773 | 20,294 | 4,383 | Apache-2.0 | false | 2023-09-14T18:38:44 | 2014-06-12T16:00:38 | 2023-09-14T16:49:53 | 2023-09-14T18:38:43 | 834,634 | 21,350 | 3,861 | 1,797 | Java | false | false | // Copyright 2021 The Bazel Authors. All rights reserved.
//
// 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 appl... | UTF-8 | Java | 2,305 | java | ExternalDepsException.java | Java | [] | null | [] | // Copyright 2021 The Bazel Authors. All rights reserved.
//
// 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 appl... | 2,305 | 0.754013 | 0.750542 | 58 | 38.741379 | 30.869335 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 11 |
47bc50ad3a88c3b2e1e8cd58cab93696c3d59811 | 17,875,653,915,060 | f699c0264fc162538e4dece7fac912758580dc33 | /app/src/main/java/com/program/moist/activity/CategoryActivity.java | 5f9e563c2de32b589c47468b14918ed052c2d4dc | [
"Apache-2.0"
] | permissive | SilentSherlock/MoistLife_Client | https://github.com/SilentSherlock/MoistLife_Client | d2eb100a67da6fd0292380d0eb505ec4db580f94 | efc368fbfd0743290ded30d23f07e6d5f1f7716a | refs/heads/main | 2023-04-28T04:55:26.514000 | 2021-05-17T10:23:45 | 2021-05-17T10:23:45 | 356,807,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.program.moist.activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.LinearLayoutManager;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.cha... | UTF-8 | Java | 9,485 | java | CategoryActivity.java | Java | [
{
"context": "m.program.moist.base.AppConst.TAG;\n\n/**\n * Author: SilentSherlock\n * Date: 2021/5/14\n * Description: describe the c",
"end": 1430,
"score": 0.8135337829589844,
"start": 1416,
"tag": "NAME",
"value": "SilentSherlock"
}
] | null | [] | package com.program.moist.activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.LinearLayoutManager;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.cha... | 9,485 | 0.580446 | 0.578633 | 211 | 43.450237 | 29.274338 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620853 | false | false | 11 |
649c94ca1fa5233962820a86d15a280e8bc51315 | 32,306,744,016,759 | 31e0bfff1e21b1987e239dad6b6ecbfed7e0397e | /apay/src/main/java/com/ysxsoft/apaycoin/impservice/ImpBrokenLineSumService.java | 928738af00501c6d515e1addc2282634d6f3aada | [] | no_license | huguangcai/ApayCoin | https://github.com/huguangcai/ApayCoin | 024b65d373b897641b05f2b8e1b7a101c11f2b79 | 7d42cd5cda67098a80fad135c3b9f03245eb652a | refs/heads/master | 2020-09-06T22:39:35.414000 | 2019-11-09T01:55:41 | 2019-11-09T01:55:41 | 220,576,781 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysxsoft.apaycoin.impservice;
import okhttp3.RequestBody;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Header;
import retrofit2.http.POST;
import retrofit2.http.Query;
/**
* 五分钟 五小时 日线折线图接口
*/
public interface ImpBrokenLineSumService {
@POST("homes/line")
Call<Respons... | UTF-8 | Java | 452 | java | ImpBrokenLineSumService.java | Java | [] | null | [] | package com.ysxsoft.apaycoin.impservice;
import okhttp3.RequestBody;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Header;
import retrofit2.http.POST;
import retrofit2.http.Query;
/**
* 五分钟 五小时 日线折线图接口
*/
public interface ImpBrokenLineSumService {
@POST("homes/line")
Call<Respons... | 452 | 0.711268 | 0.697183 | 17 | 24.058823 | 18.328604 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 11 |
7f7bd087deb412ebde9d5828c62f2a6e3a98c69b | 14,181,982,041,874 | b517fd6a8080e56092abf3ab196c4f06a682caba | /src/main/java/com/utsav/integration/test/ProjectRepositoryIntegrationTest.java | 6d4d4607fcceb2224d335fdfefc935cb21462791 | [] | no_license | utsavrai/Unit-Integration-Testing-Spring-Application---Project-Manager-Rest-API | https://github.com/utsavrai/Unit-Integration-Testing-Spring-Application---Project-Manager-Rest-API | ff7f53a07dc633c7fe774141bedec031badfa30a | ed181558d628c2c6ec12a9161aa3db4764d57c7f | refs/heads/master | 2020-03-21T21:09:53.226000 | 2018-06-28T17:44:50 | 2018-06-28T17:44:50 | 139,049,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.utsav.integration.test;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | UTF-8 | Java | 1,435 | java | ProjectRepositoryIntegrationTest.java | Java | [] | null | [] | package com.utsav.integration.test;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | 1,435 | 0.786063 | 0.783275 | 45 | 30.888889 | 25.808889 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.844444 | false | false | 11 |
134cfc3aae03c836781f5514befc86bda1b00d2b | 20,272,245,655,673 | 20f2d82edd9baba2aebda8dc774dedd63130662a | /zus-app/src/test/java/com/byt/zus/WorkflowStepTests.java | 9f483bdd318a6033ada8ec093937b6d3b1b9afe8 | [] | no_license | s18282/zus | https://github.com/s18282/zus | 1cbc0a1c7c2d6088940503f286ca43d9f22c90db | 6e6a0dff604570eecb5965c11c00a0d3044e206c | refs/heads/master | 2022-11-14T04:57:36.061000 | 2020-07-02T19:55:46 | 2020-07-02T19:55:46 | 275,365,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.byt.zus;
import com.byt.zus.dao.FileStatus;
import com.byt.zus.dao.InMemoryDaoTest;
import com.byt.zus.dao.UserStatus;
import com.byt.zus.dao.tables.pojos.User;
import com.byt.zus.dao.tables.pojos.WorkflowStep;
import com.byt.zus.service.FileService;
import com.byt.zus.service.UserService;
import com.byt.z... | UTF-8 | Java | 2,318 | java | WorkflowStepTests.java | Java | [
{
"context": " userService.insertIntoReturningId(new User(2L, \"Janusz\", \"Krzak\", true, UserStatus.USER));\n\n //when\n ",
"end": 1399,
"score": 0.9996572136878967,
"start": 1393,
"tag": "NAME",
"value": "Janusz"
},
{
"context": "ice.insertIntoReturningId(new User(2L, \"Janusz... | null | [] | package com.byt.zus;
import com.byt.zus.dao.FileStatus;
import com.byt.zus.dao.InMemoryDaoTest;
import com.byt.zus.dao.UserStatus;
import com.byt.zus.dao.tables.pojos.User;
import com.byt.zus.dao.tables.pojos.WorkflowStep;
import com.byt.zus.service.FileService;
import com.byt.zus.service.UserService;
import com.byt.z... | 2,318 | 0.784728 | 0.782571 | 68 | 33.088234 | 29.245279 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 11 |
6bf603fceffbd6f7f99278ffc370464d373f25c9 | 8,108,898,323,994 | 38bbe99cb1710bdfec71f096a95a00cf8bb961e1 | /src/main/java/com/example/demo/models/DepartmentData.java | d4540ec9a5d26f52bfef554f77a9a71ed1c54325 | [] | no_license | msirghi/Rest-App | https://github.com/msirghi/Rest-App | 0e08807166134926bf49215d10f0e17a2c3ab168 | b4250bd929afac91dd3b58c4413bf6f709a6f834 | refs/heads/master | 2020-06-02T17:13:48.392000 | 2019-06-19T21:58:44 | 2019-06-19T21:58:44 | 191,244,033 | 1 | 0 | null | false | 2019-06-19T15:24:24 | 2019-06-10T20:53:06 | 2019-06-19T15:23:42 | 2019-06-19T15:24:23 | 415 | 1 | 0 | 2 | Java | false | false | package com.example.demo.models;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModel;
import javax.validation.constraints.NotNull;
import lombok.Data;
import lombok.NoArgsConstructor;
@ApiModel
@Data
@NoArgsConstructor
public class DepartmentData {
@JsonProperty("id")
pri... | UTF-8 | Java | 729 | java | DepartmentData.java | Java | [] | null | [] | package com.example.demo.models;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModel;
import javax.validation.constraints.NotNull;
import lombok.Data;
import lombok.NoArgsConstructor;
@ApiModel
@Data
@NoArgsConstructor
public class DepartmentData {
@JsonProperty("id")
pri... | 729 | 0.717421 | 0.717421 | 39 | 17.692308 | 15.002827 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 11 |
2c6afce7eaad1656e3d593c1536c0e3ca834b9d3 | 24,919,400,262,644 | 96b663d3bfd9b431b3f75670c19d559a8a34b358 | /neuron-core/src/main/java/io/zeymo/neuron/schema/ColumnLayout.java | c70bfcf6010b749562b800470c43dbd1cf060822 | [] | no_license | Zeymo/neuronX | https://github.com/Zeymo/neuronX | b3fe7380602c233c3dfe221f6def98349e9cd686 | 9b6a8df6a3cf8404ee3e008eeb2d5c0f63726331 | refs/heads/master | 2021-01-01T03:56:06.258000 | 2016-05-05T06:40:23 | 2016-05-05T06:40:23 | 58,110,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.zeymo.neuron.schema;
import io.zeymo.commons.properties.JsonProperties;
import io.zeymo.commons.properties.JsonPropertyConfigurable;
public class ColumnLayout implements JsonPropertyConfigurable {
/**
* 用于业务上区分不同的column
*/
private String name;
// private Class<?> decoderClazz;
// private Class<?>... | UTF-8 | Java | 1,851 | java | ColumnLayout.java | Java | [] | null | [] | package io.zeymo.neuron.schema;
import io.zeymo.commons.properties.JsonProperties;
import io.zeymo.commons.properties.JsonPropertyConfigurable;
public class ColumnLayout implements JsonPropertyConfigurable {
/**
* 用于业务上区分不同的column
*/
private String name;
// private Class<?> decoderClazz;
// private Class<?>... | 1,851 | 0.697636 | 0.697636 | 88 | 19.670454 | 20.05658 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352273 | false | false | 11 |
b9d432fdce5658bd6e66511995c4861d43021165 | 27,986,006,903,281 | 8ec73ed3d951063370cf60044d326ae36be559c1 | /BonniesBrunch/src/com/studioirregular/bonniesbrunch/component/ScaleAnimation.java | ca33a0f10150226305422bdfc6936afa8d86647c | [] | no_license | michael-wang/bonnie | https://github.com/michael-wang/bonnie | f8dcb756c1290f7c8c3e701cf5ea7b133d6064d1 | 42b360fffcf44e65af3a0509a536c00e1569b72d | refs/heads/master | 2021-01-10T08:08:38.174000 | 2016-02-27T06:03:28 | 2016-02-27T06:03:28 | 52,652,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.studioirregular.bonniesbrunch.component;
import com.studioirregular.bonniesbrunch.entity.GameEntity;
public class ScaleAnimation extends Animation {
public ScaleAnimation(int zOrder, float fromScale, float toScale, int duration) {
super(zOrder);
this.fromScale = fromScale;
this.toScale = toScal... | UTF-8 | Java | 929 | java | ScaleAnimation.java | Java | [] | null | [] | package com.studioirregular.bonniesbrunch.component;
import com.studioirregular.bonniesbrunch.entity.GameEntity;
public class ScaleAnimation extends Animation {
public ScaleAnimation(int zOrder, float fromScale, float toScale, int duration) {
super(zOrder);
this.fromScale = fromScale;
this.toScale = toScal... | 929 | 0.737352 | 0.737352 | 43 | 20.60465 | 22.414841 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.697674 | false | false | 11 |
4992d7c499b561baae0c70bed4612f828896063d | 292,057,811,988 | 4cda0167e50f192c88b7dfebbfb8af920d37f57d | /src/main/java/com/trekiz/admin/modules/invoice/repository/OrderinvoiceDao.java | bfcb6ee8bdb793089f05e59b1ebb0c46fa60f365 | [] | no_license | cckmit/CustomerInfo | https://github.com/cckmit/CustomerInfo | 1e7e685a8f96ba56af7e4e624b1ec23029682e85 | 15ee744e47236557ed33d24ced09b6b5f37f9a9c | refs/heads/master | 2023-03-15T10:09:47.938000 | 2017-08-17T05:57:46 | 2017-08-17T06:23:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trekiz.admin.modules.invoice.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.trekiz.admin.common.persistence.BaseDao;
import com.trekiz.admin.co... | UTF-8 | Java | 5,265 | java | OrderinvoiceDao.java | Java | [
{
"context": "ng> {\n\n\t/**\n\t * 查询发票信息表中申请的开发票信息\n\t * \n\t * 创建人:liangjingming \n\t * 创建时间:2014-1-27 下午1:44:46 \n\t * 修改人:liangj",
"end": 569,
"score": 0.9993823766708374,
"start": 556,
"tag": "USERNAME",
"value": "liangjingming"
},
{
"context": "ngming \n\t * 创建时间:2014... | null | [] | package com.trekiz.admin.modules.invoice.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.trekiz.admin.common.persistence.BaseDao;
import com.trekiz.admin.co... | 5,265 | 0.746946 | 0.723752 | 145 | 32.310345 | 34.188629 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.310345 | false | false | 11 |
c77ac2e9e6bc9195a18849b9fd192e39d146beb5 | 14,422,500,181,486 | 8782b7a5478b686017de86d184685f3930973b44 | /src/main/java/com/smcapi/rest/services/SongManager.java | 0e23e9ab9a8172263e315f3834ad14af85bf8fa9 | [] | no_license | zaqk/SMCAPI | https://github.com/zaqk/SMCAPI | 805c40c967069e1c3d0c7f9094c95a24650f7974 | d621c89fe12e123114af2fc23f6ee8a2dbe424b6 | refs/heads/master | 2022-02-14T15:45:14.170000 | 2016-03-27T03:44:42 | 2016-03-27T03:44:42 | 48,520,574 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smcapi.rest.services;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import com.smcapi.rest.model.song.SongRequest;
import com.smcapi.rest.model.song.SongResponse;
@Produces("application/json")
public interface SongManager {
@POST
@Path("search")
public ... | UTF-8 | Java | 372 | java | SongManager.java | Java | [] | null | [] | package com.smcapi.rest.services;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import com.smcapi.rest.model.song.SongRequest;
import com.smcapi.rest.model.song.SongResponse;
@Produces("application/json")
public interface SongManager {
@POST
@Path("search")
public ... | 372 | 0.744624 | 0.744624 | 17 | 19.882353 | 17.943974 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 11 |
5766505b496d5f549c097adec59409cf629fae1e | 3,642,132,293,020 | f9549b2272742e3d86f190fa19fcd3c511ed8358 | /com/laboon/CoffeeMaker.java | af0fd0dc3a01a66c029fa482eaa6882ba56bb1d4 | [] | no_license | JGelpi97/CoffeeMakerQuestRewrite | https://github.com/JGelpi97/CoffeeMakerQuestRewrite | cdc4153385679d7e31aa83d038b5da5a0592e6aa | fbe665a86844af805288a1a047cffa5d24debc93 | refs/heads/master | 2020-05-19T11:42:28.613000 | 2015-04-13T00:37:28 | 2015-04-13T00:37:28 | 33,277,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laboon;
import java.util.Scanner;
public class CoffeeMaker
{
/*
- Removed Player and House from parameters - YAGNI Principle
*/
private int runGameLoop(Game g)
{
int toReturn;
String move;
Scanner in = new Scanner(System.in);
boolean gameOver = false;... | UTF-8 | Java | 2,063 | java | CoffeeMaker.java | Java | [] | null | [] | package com.laboon;
import java.util.Scanner;
public class CoffeeMaker
{
/*
- Removed Player and House from parameters - YAGNI Principle
*/
private int runGameLoop(Game g)
{
int toReturn;
String move;
Scanner in = new Scanner(System.in);
boolean gameOver = false;... | 2,063 | 0.498303 | 0.493456 | 83 | 23.855421 | 23.278893 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506024 | false | false | 11 |
8972b1b8c998353347a683804be02671654e1045 | 28,363,964,092,118 | dcb32037da32cad92f4cd43fff7622e4594747e9 | /musicianlibrary-sponge/src/main/java/io/musician101/musicianlibrary/java/minecraft/sponge/gui/chest/SpongeChestGUIBuilder.java | 8a27d7a852294abceb6b7fa1cc7aabe9a199aec3 | [
"MIT"
] | permissive | GenkokuServer/MusicianLibrary | https://github.com/GenkokuServer/MusicianLibrary | 08353dcc9d1d77d7d90b9c939a8976723326007c | e48a306eb5bb0604c44509fc87ceae0f164c1ca2 | refs/heads/master | 2020-06-28T08:09:56.720000 | 2018-02-21T08:05:01 | 2018-02-21T08:05:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.musician101.musicianlibrary.java.minecraft.sponge.gui.chest;
import io.musician101.musicianlibrary.java.minecraft.gui.chest.ChestGUIBuilder;
import io.musician101.musicianlibrary.java.minecraft.gui.chest.GUIButton;
import io.musician101.musicianlibrary.java.minecraft.sponge.gui.SpongeIconBuilder;
import io.... | UTF-8 | Java | 2,916 | java | SpongeChestGUIBuilder.java | Java | [] | null | [] | package io.musician101.musicianlibrary.java.minecraft.sponge.gui.chest;
import io.musician101.musicianlibrary.java.minecraft.gui.chest.ChestGUIBuilder;
import io.musician101.musicianlibrary.java.minecraft.gui.chest.GUIButton;
import io.musician101.musicianlibrary.java.minecraft.sponge.gui.SpongeIconBuilder;
import io.... | 2,916 | 0.766804 | 0.759259 | 55 | 52.018181 | 59.459839 | 281 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236364 | false | false | 11 |
03b4d3a12db8d9515229b496eb4cea8c6a597514 | 15,221,364,121,375 | e0256826f772db7084239548d8f1979a1c6af7aa | /src/main/java/br/com/ecc/server/command/basico/ECCBaseCommand.java | e7c2f0e79ee52f0aa867eca1bf15a5abe9d5ccc8 | [] | no_license | chiruit2077/gcm-site | https://github.com/chiruit2077/gcm-site | b2e502cbc5f046dd5ed1387eb16e12e02209305c | 7979d2a1987c59765bd7b6861a5fbe57d1694ada | refs/heads/master | 2021-01-17T06:32:46.212000 | 2015-04-17T18:56:21 | 2015-04-17T18:56:21 | 34,301,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.ecc.server.command.basico;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import javax.persistence.EntityManager;
import com.google.inject.Inject;
import com.google.inject.Injector;
public abstract class ECCBaseCommand... | UTF-8 | Java | 826 | java | ECCBaseCommand.java | Java | [] | null | [] | package br.com.ecc.server.command.basico;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import javax.persistence.EntityManager;
import com.google.inject.Inject;
import com.google.inject.Injector;
public abstract class ECCBaseCommand... | 826 | 0.742131 | 0.719128 | 35 | 21.657143 | 20.704647 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 11 |
53b03019a6cb4d96417084d1a24956cf8fdf0628 | 2,980,707,350,423 | 2dcc1c85b5e3dcfdafc7e7dd8eca82400764dfaa | /src/com/leetcode/problems/p51_80/P79Exist.java | 1d1f4b43963cdf7ec08dea0bf118344782d11231 | [] | no_license | zjxstar/LeetCodeAnswer | https://github.com/zjxstar/LeetCodeAnswer | 7e8e5067d73fd582e2b4454e63f28ef84fef5b92 | c105b2e1a5dd9f4af69d0908f1f3716634452412 | refs/heads/master | 2021-06-23T05:23:36.636000 | 2020-12-10T06:40:21 | 2020-12-10T06:40:21 | 153,075,871 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.problems.p51_80;
/**
* 给定一个二维网格和一个单词,找出该单词是否存在于网格中。
*
* 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母不允许被重复使用。
*
* 示例:
*
* board =
* [
* ['A','B','C','E'],
* ['S','F','C','S'],
* ['A','D','E','E']
* ]
*
* 给定 word = "ABCCED", 返回 true.
* 给定 word = "SEE", 返回 true... | UTF-8 | Java | 2,561 | java | P79Exist.java | Java | [] | null | [] | package com.leetcode.problems.p51_80;
/**
* 给定一个二维网格和一个单词,找出该单词是否存在于网格中。
*
* 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母不允许被重复使用。
*
* 示例:
*
* board =
* [
* ['A','B','C','E'],
* ['S','F','C','S'],
* ['A','D','E','E']
* ]
*
* 给定 word = "ABCCED", 返回 true.
* 给定 word = "SEE", 返回 true... | 2,561 | 0.446739 | 0.435007 | 76 | 27.039474 | 26.727888 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.276316 | false | false | 11 |
b347b691752b83cfae5449c3ece288a5165dbf5a | 14,224,931,687,631 | 13496701ebeafb7eb840f409d8d196f2a1dd20bf | /isuite-core-ui/src/main/java/gov/nwcg/isuite/core/reports/data/CrewRosterReportData.java | bc10142b9ea53cb9f1f274bfe356c3dfb9cdc03a | [] | no_license | paulduong222/development | https://github.com/paulduong222/development | 9a79c65e79bdf3fb35e505355e7bd66652f3817c | ace0e056d7e6f2f056daa3dd34b7cdbea983612b | refs/heads/master | 2023-01-09T23:01:17.546000 | 2019-09-19T21:49:27 | 2019-09-19T21:49:27 | 209,649,814 | 0 | 0 | null | false | 2023-01-07T09:56:09 | 2019-09-19T21:15:13 | 2019-09-19T21:52:27 | 2023-01-07T09:56:09 | 95,867 | 0 | 0 | 31 | Java | false | false | package gov.nwcg.isuite.core.reports.data;
import java.util.Date;
/**
* Report data object for CrewRosterReport.jrxml.
*/
public class CrewRosterReportData {
private Long resourceId = null;
private Boolean parent = false;
private String requestNumber = "";
private String resourceName = "";
private String ite... | UTF-8 | Java | 2,691 | java | CrewRosterReportData.java | Java | [] | null | [] | package gov.nwcg.isuite.core.reports.data;
import java.util.Date;
/**
* Report data object for CrewRosterReport.jrxml.
*/
public class CrewRosterReportData {
private Long resourceId = null;
private Boolean parent = false;
private String requestNumber = "";
private String resourceName = "";
private String ite... | 2,691 | 0.749536 | 0.749536 | 109 | 23.688074 | 17.202356 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.577982 | false | false | 11 |
57bd1fa1a11816975433fdabb87162732f7863c8 | 14,482,629,775,818 | 19d78d224ba18801363306da94d272b48e2815cd | /Exercise_l.3/EraserHead_Walker/applet/EraserHead_Walker.java | 5fb025d5a855575966ded1f2994dad5ff0eeeaa4 | [] | no_license | mayarichman/processing-life | https://github.com/mayarichman/processing-life | 1b5f595bfc4d8e7bb753b399c0e3971e45371532 | dd01048f4365bc0d1379d40f10429748bd0d02a3 | refs/heads/master | 2021-01-10T07:28:35.631000 | 2013-04-16T11:25:13 | 2013-04-16T11:25:13 | 8,505,454 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import processing.core.*;
import processing.xml.*;
import java.applet.*;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.MouseEvent;
import java.awt.event.KeyEvent;
import java.awt.event.FocusEvent;
import java.awt.Image;
import java.io.*;
import java.net.*;
import java.text.*;
impo... | UTF-8 | Java | 3,063 | java | EraserHead_Walker.java | Java | [
{
"context": "extends PApplet {\n\n/**\n* Title: Eraserhead\n* Name: Maya Richman\n* Date: January 20, 2013\n* Assignment 2-Ex. I.3\n*",
"end": 484,
"score": 0.9998549222946167,
"start": 472,
"tag": "NAME",
"value": "Maya Richman"
},
{
"context": "I.3\n**/\n\n//Original Code:\n// The... | null | [] | import processing.core.*;
import processing.xml.*;
import java.applet.*;
import java.awt.Dimension;
import java.awt.Frame;
import java.awt.event.MouseEvent;
import java.awt.event.KeyEvent;
import java.awt.event.FocusEvent;
import java.awt.Image;
import java.io.*;
import java.net.*;
import java.text.*;
impo... | 3,033 | 0.561541 | 0.522364 | 150 | 19.42 | 18.805059 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 11 |
3d2e5b3e64f683dfe854692b2f8ce776b889e1ca | 6,116,033,468,330 | 2650d565255cf7f5c0192599cb69650aba91fdb8 | /java/src/main/java/com/ciaoshen/leetcode/find_k_cloest_elements/Solution2.java | 10898bb3cb94656e652d6839152b30d63f3d3756 | [
"MIT"
] | permissive | helloShen/leetcode | https://github.com/helloShen/leetcode | 78ded31b16cfc0ca4d0618d90bb0ef3a8b10377a | 5bba26f0612d785800c990947db8dae3af4bad81 | refs/heads/master | 2021-06-03T14:44:57.256000 | 2019-04-06T19:06:15 | 2019-04-06T19:06:15 | 96,709,063 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Leetcode - find_k_cloest_elements
*/
package com.ciaoshen.leetcode.find_k_cloest_elements;
import java.util.*;
import com.ciaoshen.leetcode.util.*;
/**
* log instance is defined in Solution interface
* this is how slf4j will work in this class:
* =============================================
* if (log.... | UTF-8 | Java | 1,332 | java | Solution2.java | Java | [] | null | [] | /**
* Leetcode - find_k_cloest_elements
*/
package com.ciaoshen.leetcode.find_k_cloest_elements;
import java.util.*;
import com.ciaoshen.leetcode.util.*;
/**
* log instance is defined in Solution interface
* this is how slf4j will work in this class:
* =============================================
* if (log.... | 1,332 | 0.433934 | 0.428679 | 44 | 29.272728 | 20.153234 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 11 |
54feb126ce54c6e46ef6f6302610bfca24e1875e | 2,319,282,389,444 | 12fb5c76947e9548ab6b1e58a532bd2a760de3d0 | /src/main/java/th/co/thaifintech/tftwalletbackend/service/WalletService.java | 83fdb5623edb89753e30c342328960c98bbe31b8 | [] | no_license | ponengine/wallet-basic | https://github.com/ponengine/wallet-basic | f1ce12dee7099e60d6a4806bfec1479e7d56bc0a | a26fa1a8377d7630c5dc4ac082e8c5c048a2b7cb | refs/heads/master | 2020-03-21T07:41:02.153000 | 2018-06-22T11:12:31 | 2018-06-22T11:12:31 | 138,293,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package th.co.thaifintech.tftwalletbackend.service;
public class WalletService {
}
| UTF-8 | Java | 85 | java | WalletService.java | Java | [] | null | [] | package th.co.thaifintech.tftwalletbackend.service;
public class WalletService {
}
| 85 | 0.811765 | 0.811765 | 5 | 16 | 20.523157 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
03dbab7102e716b140865093954802c665ab3c05 | 31,851,477,468,908 | 9570cda0e2acf40d5853f4d46081dfb38d610f0d | /api/src/test/java/com/mystartup/rssaggregator/service/DefaultRssReaderServiceImplTest.java | fcf1c05f35b96f4d78b03d417a5a0bd5d6528498 | [] | no_license | alexvinog/rss-aggregator | https://github.com/alexvinog/rss-aggregator | 9fc5c9b2d1c5521857c3021e24d1484482aeea06 | 209b9e7dc7fd9683a1d85aeae4b5abe1cb322a02 | refs/heads/master | 2023-03-17T15:50:26.854000 | 2021-03-03T10:24:44 | 2021-03-15T10:53:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mystartup.rssaggregator.service;
import com.mystartup.rssaggregator.model.Channel;
import com.mystartup.rssaggregator.model.CustomTag;
import com.mystartup.rssaggregator.model.Item;
import com.mystartup.rssaggregator.model.RssFeed;
import com.mystartup.rssaggregator.model.RssUrl;
import com.mystartup.rssag... | UTF-8 | Java | 9,708 | java | DefaultRssReaderServiceImplTest.java | Java | [] | null | [] | package com.mystartup.rssaggregator.service;
import com.mystartup.rssaggregator.model.Channel;
import com.mystartup.rssaggregator.model.CustomTag;
import com.mystartup.rssaggregator.model.Item;
import com.mystartup.rssaggregator.model.RssFeed;
import com.mystartup.rssaggregator.model.RssUrl;
import com.mystartup.rssag... | 9,708 | 0.742686 | 0.74145 | 190 | 50.099998 | 40.184124 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.778947 | false | false | 11 |
17376d58a4be35c140718b2603b6e7845bd9cac3 | 3,925,600,125,150 | 671d10d4cb8e6b3e0403c624bbd39d829e517f62 | /src/main/java/com/utn/UDEE/converter/ConvertToInvoiceDto.java | aa3a31f9a70aa1712e6940fdb30504d851238c90 | [] | no_license | brianNoreiko/udee | https://github.com/brianNoreiko/udee | ee4ee67942bc9a752044214beed6ce5d681d6a8f | f6417d14be48cefd9d495b9d505ec3c87a438b8d | refs/heads/main | 2023-06-26T05:21:08.899000 | 2021-07-02T00:02:14 | 2021-07-02T00:02:14 | 357,701,467 | 0 | 1 | null | false | 2021-07-01T03:46:17 | 2021-04-13T22:11:27 | 2021-06-30T20:34:41 | 2021-07-01T03:46:16 | 1,390 | 0 | 1 | 0 | Java | false | false | package com.utn.UDEE.converter;
import com.utn.UDEE.models.Invoice;
import com.utn.UDEE.models.dto.InvoiceDto;
import org.modelmapper.ModelMapper;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
@Component
public class ConvertToInvoiceDto implements Conver... | UTF-8 | Java | 631 | java | ConvertToInvoiceDto.java | Java | [] | null | [] | package com.utn.UDEE.converter;
import com.utn.UDEE.models.Invoice;
import com.utn.UDEE.models.dto.InvoiceDto;
import org.modelmapper.ModelMapper;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
@Component
public class ConvertToInvoiceDto implements Conver... | 631 | 0.77813 | 0.77813 | 23 | 26.47826 | 24.452028 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 11 |
542f41837d402d9bfdf10494a2e169c87da7c23b | 24,747,601,582,767 | 2f0595d44be01c1123626a9aa2cb868bd0c0c0f2 | /BadNewsComics/src/com/badnewsbears/badnewscomics/database/DatabaseUpdateManager.java | 5fbcffc091687763646a139695fa69be16b22479 | [] | no_license | jakeaherson/tsp | https://github.com/jakeaherson/tsp | 99b846c90bf0ed449daa92ffdac9ae3bb8f2d2c9 | 6505ba586491fe4778e7e6b21d0a61a646a714ae | refs/heads/master | 2021-01-21T06:42:20.439000 | 2017-02-23T01:17:02 | 2017-02-23T01:17:02 | 82,868,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.badnewsbears.badnewscomics.database;
import java.io.File;
public interface DatabaseUpdateManager {
public void onInitialize() throws InitializationException;
public int getCurrentVersion();
public boolean needsUpdate(int oldVersion, int newVersion);
public void onCreate(File file) throws Creat... | UTF-8 | Java | 429 | java | DatabaseUpdateManager.java | Java | [] | null | [] | package com.badnewsbears.badnewscomics.database;
import java.io.File;
public interface DatabaseUpdateManager {
public void onInitialize() throws InitializationException;
public int getCurrentVersion();
public boolean needsUpdate(int oldVersion, int newVersion);
public void onCreate(File file) throws Creat... | 429 | 0.806527 | 0.806527 | 16 | 25.8125 | 28.742867 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 11 |
9e0bfc08c695ce1b2b1df563d2aecee3ca6682ab | 23,184,233,519,098 | 39054d11cbedb9c572e158346c9aa6386d9f3cea | /src/com/yzxt/tran/ChrManageTransAction.java | ce4ba4e2b3ce6635267f630ad86807ebbcaa1a00 | [] | no_license | liuchaoyang/yhhbsz | https://github.com/liuchaoyang/yhhbsz | 7d8e5959c795350c3d34a2679242b668769f4b98 | 929f395d47022f0db15e0df30017a662b4fd6e90 | refs/heads/master | 2020-04-15T16:52:27.486000 | 2019-02-17T09:20:28 | 2019-02-17T09:20:28 | 164,853,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yzxt.tran;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.yzxt.fw.common.Result;
import com.yzxt.fw.common.ResultTran;
import com.yzxt.fw.pager.PageTran;
import com.y... | UTF-8 | Java | 4,573 | java | ChrManageTransAction.java | Java | [
{
"context": "**\n * 纳入慢病管理\n * @param type\n * @author h\n * @return\n * 2015.8.31\n */\n publi",
"end": 2940,
"score": 0.85093092918396,
"start": 2939,
"tag": "NAME",
"value": "h"
}
] | null | [] | package com.yzxt.tran;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.yzxt.fw.common.Result;
import com.yzxt.fw.common.ResultTran;
import com.yzxt.fw.pager.PageTran;
import com.y... | 4,573 | 0.577662 | 0.573819 | 142 | 30.147888 | 25.407925 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683099 | false | false | 11 |
221c7c0cfb554e26d629181bca4f04a8499f0de4 | 23,184,233,516,759 | b4200f9dbce6ddb4f652936d427bbfad09e4d774 | /proyecto1/TP/P2/src/es/ucm/fdi/TP/P2/comando/Iniciar.java | e71847cb2facdf47a1bbf053f9b1124741cc25bb | [] | no_license | JorgeArevaloEchevarria/Tecnologia-de-la-Programacion | https://github.com/JorgeArevaloEchevarria/Tecnologia-de-la-Programacion | e3fc45bdfb1e78796199736bce80084182be61e9 | ded8c51c7a5fd76e1c496f650ceab8dc7fdfa236 | refs/heads/main | 2023-03-07T12:40:27.465000 | 2021-02-21T13:39:51 | 2021-02-21T13:39:51 | 340,901,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.ucm.fdi.TP.P2.comando;
import es.ucm.fdi.TP.P2.logica.Mundo;
public class Iniciar extends Comando{
/**
* ejecuta iniciar de mundo
* @param mundo
*/
public void ejecuta(Mundo mundo){
mundo.iniciar();
}
/**
*comprueba si el comando escrito es iniciar
*@param cadenaComando
... | UTF-8 | Java | 777 | java | Iniciar.java | Java | [] | null | [] | package es.ucm.fdi.TP.P2.comando;
import es.ucm.fdi.TP.P2.logica.Mundo;
public class Iniciar extends Comando{
/**
* ejecuta iniciar de mundo
* @param mundo
*/
public void ejecuta(Mundo mundo){
mundo.iniciar();
}
/**
*comprueba si el comando escrito es iniciar
*@param cadenaComando
... | 777 | 0.637066 | 0.631918 | 39 | 17.923077 | 18.753986 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25641 | false | false | 11 |
96f320d2fb58bbce4c1e30b036a51d82cf99a323 | 30,468,498,034,182 | e9db0bf8edf237400f0e843901627daff4fc30cb | /MineSweeper/app/src/main/java/ca/bart/guifra/minesweeper/MainActivity.java | bbf0f40d4806ad025339a4ec62754419a9d1ba86 | [] | no_license | CollegeBart/MineSweeper | https://github.com/CollegeBart/MineSweeper | 50f8cb1fd4c5e4de825c2d8e8c130a426640367e | 484813939d69a214e8f3519f8912e9c74f22e09e | refs/heads/master | 2016-09-23T20:18:48.162000 | 2016-07-05T20:24:20 | 2016-07-05T20:24:20 | 60,283,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.bart.guifra.minesweeper;
import android.content.Intent;
import android.graphics.drawable.GradientDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.... | UTF-8 | Java | 17,127 | java | MainActivity.java | Java | [] | null | [] | package ca.bart.guifra.minesweeper;
import android.content.Intent;
import android.graphics.drawable.GradientDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.... | 17,127 | 0.435278 | 0.427921 | 557 | 29.748653 | 20.891048 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508079 | false | false | 11 |
3afcf0f2093866cc31ecb7344fc72ee4e36589f1 | 33,646,773,833,966 | 6ff138e7c34e6a43c2e0d2ea205811cb8bf744c2 | /RIP_UI/src/main/java/com/rip/rip_ui/core/text/Regex.java | 9a1e615234d3fb6bef62e3caa7036c68d96d37ae | [
"Apache-2.0"
] | permissive | hasithalakmal/RIP | https://github.com/hasithalakmal/RIP | 411c74bcfb1599d071d5b1a242ed67ec6152464e | 53ade3df2b441df3abec2cb582361d3400adffce | refs/heads/master | 2020-07-17T16:57:32.258000 | 2017-01-19T06:18:16 | 2017-01-19T06:18:16 | 67,721,175 | 1 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.rip.rip_ui.core.text;
import java.util.regex.Pattern;
/**
*
* @author Supun
*/
public class Regex {
public st... | UTF-8 | Java | 593 | java | Regex.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n *\n * @author Supun\n */\npublic class Regex {\n \n public static f",
"end": 276,
"score": 0.925607442855835,
"start": 271,
"tag": "USERNAME",
"value": "Supun"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.rip.rip_ui.core.text;
import java.util.regex.Pattern;
/**
*
* @author Supun
*/
public class Regex {
public st... | 593 | 0.612142 | 0.596965 | 20 | 28.65 | 35.554569 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 11 |
d3aa92b938ea0c88fc6c131d2d13a1e3c74c48ea | 33,406,255,674,526 | 99d29cf3b534c5eb1ae1c12b9c3d2eccfa60b7d0 | /control/Control.java | f09085cbe693cbe6cf5fc1db0a5126397ab5e5d9 | [] | no_license | townesean/mandelbrot_set_in_java | https://github.com/townesean/mandelbrot_set_in_java | 18b061e390a30e820cbd3926ce35c7c95accf5c9 | 2420ed9c84b1f3d6e5e0977d32d4656e5b3e7efa | refs/heads/master | 2020-05-31T18:50:12.343000 | 2019-10-11T05:22:43 | 2019-10-11T05:22:43 | 190,444,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Control.java
package control;
import view.*;
import model.*;
import java.util.List;
import java.util.Scanner;
import java.util.HashMap;
import java.io.InputStream;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
import java.awt.Point;
import java.awt.Dimension;
impor... | UTF-8 | Java | 10,817 | java | Control.java | Java | [] | null | [] | // Control.java
package control;
import view.*;
import model.*;
import java.util.List;
import java.util.Scanner;
import java.util.HashMap;
import java.io.InputStream;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
import java.awt.Point;
import java.awt.Dimension;
impor... | 10,817 | 0.733475 | 0.729038 | 309 | 34.009708 | 27.586578 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.401294 | false | false | 11 |
9620357cfb6ba6b270739a127398d13dfd2c7efb | 12,309,376,331,759 | 9f6d1bffee714145616700bc438cc233839a303a | /src/main/java/com/fev/app/WebApplication/user/UserController.java | 279eba6e71a29782c3b9e50a8301a8bef449adf1 | [] | no_license | Jozsef05/LigaACLAbs | https://github.com/Jozsef05/LigaACLAbs | 4a6f058adfb3282a1b726505ed1a09988df2a49d | b330203de2a676bad740627cdcfa588b971c3813 | refs/heads/master | 2022-08-05T23:21:43.712000 | 2020-05-23T16:52:19 | 2020-05-23T16:52:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fev.app.WebApplication.user;
import com.fev.app.WebApplication.car.Car;
import com.fev.app.WebApplication.car.CarService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web... | UTF-8 | Java | 3,398 | java | UserController.java | Java | [] | null | [] | package com.fev.app.WebApplication.user;
import com.fev.app.WebApplication.car.Car;
import com.fev.app.WebApplication.car.CarService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web... | 3,398 | 0.676574 | 0.66598 | 101 | 32.643566 | 27.881853 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277228 | false | false | 11 |
f9af1e60360d70b8128f8a26b38f217353e4860a | 5,815,385,747,499 | 9e859f84f630c3daf7eecc21543401986631ad93 | /src/main/java/com/stropa/iterators/country/CountryEntryStrategy.java | f61f450b94a7756025da02abe4982271cd276636 | [] | no_license | piotrStropa/Covid-2077 | https://github.com/piotrStropa/Covid-2077 | 8095b5d07e0056a4ecd2be46424f74f6da42fb25 | b89f661edfc562f8360fdc7666ce2aba5b06508a | refs/heads/main | 2023-02-20T00:45:44.193000 | 2021-01-07T08:15:03 | 2021-01-07T08:15:03 | 327,130,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stropa.iterators.country;
import javafx.scene.chart.XYChart;
import org.json.JSONObject;
@FunctionalInterface
public interface CountryEntryStrategy {
XYChart.Data<String, Number> get(JSONObject countryEntry);
}
| UTF-8 | Java | 229 | java | CountryEntryStrategy.java | Java | [] | null | [] | package com.stropa.iterators.country;
import javafx.scene.chart.XYChart;
import org.json.JSONObject;
@FunctionalInterface
public interface CountryEntryStrategy {
XYChart.Data<String, Number> get(JSONObject countryEntry);
}
| 229 | 0.812227 | 0.812227 | 9 | 24.444445 | 20.116941 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
277936d639039ff02736e383d1b12543d56cc29f | 5,815,385,743,712 | 1c9c8507859f72281654b6c4b2b19e5953eb3b80 | /cluster/src/br/udesc/dcc/bdes/datamining/cluster/centroid/element/Element.java | adc9e7e3112926551974448d80a3f458ed793a7d | [] | no_license | marciogj/datamining | https://github.com/marciogj/datamining | 399e002523a9c275d6b383f095dcdbda1c56ecc8 | 631f51e14c49268ddc885cedafe569bfbbb4cbdc | refs/heads/master | 2020-04-06T07:04:54.120000 | 2016-06-27T11:47:13 | 2016-06-27T11:47:13 | 37,014,304 | 0 | 0 | null | false | 2016-06-27T11:47:14 | 2015-06-07T11:36:28 | 2016-05-14T01:01:31 | 2016-06-27T11:47:13 | 3,890 | 0 | 0 | 0 | Java | null | null | package br.udesc.dcc.bdes.datamining.cluster.centroid.element;
public interface Element {
public double distance(Element another);
public double euclideanDistance(Element another);
public Element plus(Element element);
public Element divide(double dividend);
public Element multiply(double value);
public... | UTF-8 | Java | 341 | java | Element.java | Java | [] | null | [] | package br.udesc.dcc.bdes.datamining.cluster.centroid.element;
public interface Element {
public double distance(Element another);
public double euclideanDistance(Element another);
public Element plus(Element element);
public Element divide(double dividend);
public Element multiply(double value);
public... | 341 | 0.777126 | 0.777126 | 17 | 19.058823 | 21.178431 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 11 |
753ec8c48c048d6aed071c406e9d8603a7e84e80 | 26,422,638,854,035 | 84132f4684bbb85b5507d275411077ae089e9122 | /src/main/java/lk/bigzkoop/rocketman/entity/Vehicle.java | f1651d82b1d9afe9a2b52723818a1942b154353a | [] | no_license | udaraJ08/rocketman-final-project | https://github.com/udaraJ08/rocketman-final-project | c317ab473106b04bf9cb0fccbc824a1614583bd5 | 8a543d72eb23f57896aeda00a2daa5ef8051dcd1 | refs/heads/master | 2023-06-06T11:41:56.578000 | 2021-06-25T04:29:46 | 2021-06-25T04:29:46 | 376,221,094 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lk.bigzkoop.rocketman.entity;
import com.sun.istack.NotNull;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Vehicle {
@Id
private St... | UTF-8 | Java | 1,139 | java | Vehicle.java | Java | [] | null | [] | package lk.bigzkoop.rocketman.entity;
import com.sun.istack.NotNull;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Vehicle {
@Id
private St... | 1,139 | 0.71993 | 0.71993 | 55 | 19.709091 | 11.178994 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472727 | false | false | 11 |
77df01edbe0ba9d5a879eaf4a3b86d3a5c8b54a4 | 12,395,275,662,742 | 6fe7ca618caf536ff8909f69bc04d2a80b70be3c | /src/main/java/com/induk/cinema/repository/CinemaRepository.java | e8ba57a4c70c149f7b2abfa052ed978e4821c842 | [] | no_license | eounce/cinema-project | https://github.com/eounce/cinema-project | 9a04314e28767f44dc4df18f0d9523f251bb5c42 | c846ebad0d4851e6ca61929d8c1b79cfa2192dd1 | refs/heads/master | 2023-06-20T19:35:08.327000 | 2021-07-28T07:00:37 | 2021-07-28T07:00:37 | 381,552,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.induk.cinema.repository;
import com.induk.cinema.domain.*;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface CinemaRepository {
List<Cinema> findAll();
List<Cinema> findCinemaByText(String searchText);
Cinema findById(Long id);
List<Schedule> fin... | UTF-8 | Java | 882 | java | CinemaRepository.java | Java | [] | null | [] | package com.induk.cinema.repository;
import com.induk.cinema.domain.*;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface CinemaRepository {
List<Cinema> findAll();
List<Cinema> findCinemaByText(String searchText);
Cinema findById(Long id);
List<Schedule> fin... | 882 | 0.740363 | 0.740363 | 27 | 31.666666 | 22.983086 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 11 |
d5a6266811aaf012402fbeab477e4882b65cc12b | 35,072,702,968,780 | d92f7bd05f1bb4f27dcb1b25c11b6d5a8ed1c7b4 | /src/java/jpa/controllers/ClienteJpaController.java | 4917c022204ac8d5ae21747b89244cd070a711a5 | [] | no_license | pvargasglb/CentaurosBank_JSF | https://github.com/pvargasglb/CentaurosBank_JSF | 20f29bff972a73e8e9ccec9e51c7fa27d38a36f3 | 522b0cf9fa9b0a05c6c16e9b0ff34328a0570864 | refs/heads/master | 2022-11-19T05:40:57.505000 | 2020-07-15T23:25:55 | 2020-07-15T23:25:55 | 278,250,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jpa.controllers;
import java.util.List;
import javax.annotation.Resource;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.PersistenceUnit;
import javax.persistence.Query;
import javax.persistence.EntityNotFoundException;
import javax.transaction.U... | UTF-8 | Java | 5,176 | java | ClienteJpaController.java | Java | [
{
"context": "t;\nimport java.util.Collection;\n\n/**\n *\n * @author mbohm\n */\npublic class ClienteJpaController {\n @Reso",
"end": 688,
"score": 0.9996784329414368,
"start": 683,
"tag": "USERNAME",
"value": "mbohm"
}
] | null | [] | package jpa.controllers;
import java.util.List;
import javax.annotation.Resource;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.PersistenceUnit;
import javax.persistence.Query;
import javax.persistence.EntityNotFoundException;
import javax.transaction.U... | 5,176 | 0.578632 | 0.578053 | 156 | 32.179485 | 29.179262 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 11 |
ed8e306c108d24e345de3fb3537e1800362052d9 | 35,055,523,099,907 | 49fe3d43ab90b4e241795f4c3f43bb53f4cb0e32 | /src/com/company/Lesson87/Setter.java | e21841860671851babbfff1cac4fafa8c8663498 | [] | no_license | aierko/dev | https://github.com/aierko/dev | a0e8a6b8ceaa61f6842cf02a4443fcc9ea6a3cf7 | ea52685dd0a70e4bd578369cf417f6c6a2f7a5c9 | refs/heads/master | 2021-09-03T10:08:45.436000 | 2017-10-20T12:53:43 | 2017-10-20T12:53:43 | 106,323,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.Lesson87;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.NavigableSet;
import java.util.TreeSet;
/**
* Created by user on 12.05.2017.
*/
public class Setter {
static BufferedReader reader = new BufferedReader(new InputStreamReade... | UTF-8 | Java | 1,032 | java | Setter.java | Java | [
{
"context": "eSet;\nimport java.util.TreeSet;\n\n/**\n * Created by user on 12.05.2017.\n */\npublic class Setter {\n stat",
"end": 204,
"score": 0.9362553954124451,
"start": 200,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.company.Lesson87;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.NavigableSet;
import java.util.TreeSet;
/**
* Created by user on 12.05.2017.
*/
public class Setter {
static BufferedReader reader = new BufferedReader(new InputStreamReade... | 1,032 | 0.638566 | 0.627907 | 36 | 27.666666 | 25.788671 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 11 |
a437e61a51e67e65cbe7f46cd0eaa92626b4c175 | 18,287,970,799,125 | 06f0a5f772a0c5f104efaae627e957635d59a194 | /mvc2/src/kr/mem/model/MemberDAO.java | 0a00b3188ec448697ebd2c5600757783924d0392 | [] | no_license | Koth100/bigdata3 | https://github.com/Koth100/bigdata3 | f9474de61151c371fb4287ad63871ccc395c7d35 | 563d7f0be9e1d1bcc939f328f259392f27fffeb5 | refs/heads/master | 2022-12-13T04:13:38.889000 | 2020-09-14T08:40:47 | 2020-09-14T08:40:47 | 295,337,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.mem.model;
import java.sql.*;
import java.util.ArrayList;
public class MemberDAO {
private Connection conn;
private PreparedStatement ps;
private ResultSet rs;
//초기화 블럭
static {
try {
//드라이버 동적로딩 -> 일반적으로 코드내에 로딩하는게 아닌 프로그램이 실행될때 로딩되게 하는 방법
Class.forName("oracle.jdbc.driver.OracleDri... | UHC | Java | 4,062 | java | MemberDAO.java | Java | [
{
"context": "브프로토콜 -> 바뀔수 있음.\r\n\t\tString url=\"jdbc:oracle:thin:@127.0.0.1:1521:XE\";\r\n\t\tString user=\"hr\";\r\n\t\tString password",
"end": 549,
"score": 0.9997249245643616,
"start": 540,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "521:XE\";\r\n\t\tString user... | null | [] | package kr.mem.model;
import java.sql.*;
import java.util.ArrayList;
public class MemberDAO {
private Connection conn;
private PreparedStatement ps;
private ResultSet rs;
//초기화 블럭
static {
try {
//드라이버 동적로딩 -> 일반적으로 코드내에 로딩하는게 아닌 프로그램이 실행될때 로딩되게 하는 방법
Class.forName("oracle.jdbc.driver.OracleDri... | 4,062 | 0.606093 | 0.599412 | 147 | 23.455782 | 15.590959 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.054422 | false | false | 11 |
580e80458f50cb9cfe04b6ebce8b440436b0cc7f | 24,575,802,906,299 | 680b4f1ec6cbc817ccc604af80fe16899f7672b7 | /Scorpio.Conversion.Runtime/Java/Scorpio.Conversion.Runtime/app/src/main/java/Scorpio/Conversion/Runtime/IReader.java | c276cdc7a8d8d12df9273fbc45e5800b7cfb0cff | [] | no_license | qingfeng346/ScorpioConversion | https://github.com/qingfeng346/ScorpioConversion | 5c478ed72338f8d5e747214f00798b3d6570233e | a4e33125fde8f44546687909ed3f1fbc4ef6d942 | refs/heads/master | 2022-11-02T06:00:14.170000 | 2022-10-23T04:56:13 | 2022-10-23T04:56:16 | 25,066,617 | 28 | 17 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Scorpio.Conversion.Runtime;
import java.util.Date;
public interface IReader {
boolean ReadBool() throws Exception;
byte ReadInt8() throws Exception;
int ReadUInt8() throws Exception;
short ReadInt16() throws Exception;
int ReadUInt16() throws Exception;
int ReadInt32() throws Exception;
int ReadUInt32(... | UTF-8 | Java | 685 | java | IReader.java | Java | [] | null | [] | package Scorpio.Conversion.Runtime;
import java.util.Date;
public interface IReader {
boolean ReadBool() throws Exception;
byte ReadInt8() throws Exception;
int ReadUInt8() throws Exception;
short ReadInt16() throws Exception;
int ReadUInt16() throws Exception;
int ReadInt32() throws Exception;
int ReadUInt32(... | 685 | 0.782482 | 0.759124 | 22 | 30.181818 | 12.654989 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 11 |
f2aa60b5b53be3e041d7946fa0283c1af31dae5c | 2,224,793,107,089 | a6c1fa5fd05146f27102047c1efe9636d0e77758 | /src/com/telusko/linked/list/LinkedList.java | ecfb2df0575a15a41f79e22874c21906050ae0ff | [] | no_license | kuber1997/HACKERRANKTELUSKO | https://github.com/kuber1997/HACKERRANKTELUSKO | 634d27b8747be781fe488ce500d39b56591fa546 | d2530ff029ef2c1fb6805806bf7e6aae897d79bb | refs/heads/master | 2021-01-16T01:23:29.783000 | 2020-02-20T05:44:20 | 2020-02-20T05:44:20 | 242,924,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.telusko.linked.list;
public class LinkedList {
Node head;
public void insert(int data)
{
Node node=new Node();
node.data=data;
node.next=null;
if(head==null)
{//WHEN WE ARE NOT HAVING ANY NODE;;;;
head=node;
}
else
{
//IF HEAD ABOVE IS NOT A FIRST NODE THEN COME INTO THIS CONDITION
No... | UTF-8 | Java | 1,488 | java | LinkedList.java | Java | [] | null | [] | package com.telusko.linked.list;
public class LinkedList {
Node head;
public void insert(int data)
{
Node node=new Node();
node.data=data;
node.next=null;
if(head==null)
{//WHEN WE ARE NOT HAVING ANY NODE;;;;
head=node;
}
else
{
//IF HEAD ABOVE IS NOT A FIRST NODE THEN COME INTO THIS CONDITION
No... | 1,488 | 0.591398 | 0.584677 | 103 | 13.446602 | 15.433999 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.38835 | false | false | 11 |
1786a405a43f2698404cb22bb09038e658ed7b01 | 22,600,117,958,278 | c502c3f5e16e59492c226f5b977cd5ab0beb4ea3 | /workspace/manager/src/main/java/com/xiaoyi/manager/action/AccountManagerAction.java | 03ab738c4b01dfd2fffab93753ed45f38f7fbffc | [] | no_license | yiduiyi/xiaoyi | https://github.com/yiduiyi/xiaoyi | a5f9ee9dd98d41c42dd79ce9205e74cb014e333f | 2c8571a8592264cd8d37b5d0decff90c04a90c71 | refs/heads/master | 2021-07-07T22:47:44.369000 | 2018-11-30T02:22:33 | 2018-11-30T02:22:33 | 110,972,569 | 3 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoyi.manager.action;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframe... | UTF-8 | Java | 3,672 | java | AccountManagerAction.java | Java | [] | null | [] | package com.xiaoyi.manager.action;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframe... | 3,672 | 0.757625 | 0.756536 | 117 | 30.384615 | 25.199663 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.222222 | false | false | 11 |
cf94e3da4ac98387b628e4204588b0f47630dab1 | 17,789,754,571,419 | 2e745922d5b67f87c587a5f0bf16743da2fcf85d | /Back/upp/src/main/java/com/ftn/upp/service/camunda/CheckingActiveMembershipService.java | 1c29f9600af0e8ed59a438dbfb15855072740452 | [] | no_license | borkovacd/UPP | https://github.com/borkovacd/UPP | 098b7e1346fad3afc1a6d11dc80d031a82f54f5d | 0018e7ceebaf524005c6402cb0c80afb14df16ba | refs/heads/master | 2023-05-12T14:54:04.387000 | 2020-02-10T15:24:16 | 2020-02-10T15:24:16 | 234,122,245 | 0 | 1 | null | false | 2023-05-07T18:34:48 | 2020-01-15T16:22:12 | 2020-02-10T15:24:29 | 2023-05-07T18:34:47 | 2,218 | 0 | 0 | 7 | Java | false | false | package com.ftn.upp.service.camunda;
import java.util.List;
import java.util.Set;
import org.camunda.bpm.engine.RuntimeService;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.springframework.beans.factory.annotation.Autowired;
import org.sprin... | UTF-8 | Java | 3,001 | java | CheckingActiveMembershipService.java | Java | [] | null | [] | package com.ftn.upp.service.camunda;
import java.util.List;
import java.util.Set;
import org.camunda.bpm.engine.RuntimeService;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.springframework.beans.factory.annotation.Autowired;
import org.sprin... | 3,001 | 0.726425 | 0.726425 | 91 | 31.967033 | 31.602076 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.186813 | false | false | 11 |
3fdcc0a808559d199b15f60b65e28bf905002f04 | 6,657,199,376,870 | 89dab05e9168579ced34e6d7e724f64788e3a89d | /src/main/java/recursive/chapter4_5.java | cd176336ef5b565f963bbebf9b9c58a73d7fe63e | [
"MIT"
] | permissive | rerewww/dataStructure-algorithm-in-java | https://github.com/rerewww/dataStructure-algorithm-in-java | c04b41013fce5ea2fe2916008ab2f0eed2d12e28 | 6a04e14159fbfee02474bb96ed3f160de192cdcf | refs/heads/master | 2020-07-20T08:28:00.563000 | 2020-02-20T09:43:15 | 2020-02-20T09:43:15 | 206,608,213 | 0 | 0 | MIT | false | 2020-10-04T23:09:36 | 2019-09-05T16:21:45 | 2020-10-02T19:22:26 | 2020-10-04T23:09:35 | 90 | 0 | 0 | 2 | Java | false | false | package recursive;
import java.util.Scanner;
public class chapter4_5 {
public static void main(String[] args) {
System.out.println("원반의 개수를 입력해주세요.");
Scanner scanner = new Scanner(System.in);
int disks = scanner.nextInt();
System.out.println("[결과]");
topOfHanoi(disks, "A", "B", "C");
}
public static v... | UTF-8 | Java | 647 | java | chapter4_5.java | Java | [] | null | [] | package recursive;
import java.util.Scanner;
public class chapter4_5 {
public static void main(String[] args) {
System.out.println("원반의 개수를 입력해주세요.");
Scanner scanner = new Scanner(System.in);
int disks = scanner.nextInt();
System.out.println("[결과]");
topOfHanoi(disks, "A", "B", "C");
}
public static v... | 647 | 0.663139 | 0.656085 | 22 | 24.772728 | 24.386904 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954545 | false | false | 11 |
241598dc081f0387b9bcbe3a22f189842c0c5730 | 18,159,121,762,675 | fa37ccc5279b643c923cbd91f5a2cf750a6c45af | /src/main/java/org/apartments/uncc/controllers/HomeController.java | cbbec1db1c24a6a2f2b53fdc65e5bf2438b36eb5 | [] | no_license | ksavakia/SSDI_Project_ApartmentRentalSystem | https://github.com/ksavakia/SSDI_Project_ApartmentRentalSystem | 84e4be8f97d2c606964a4396d05c83fad0d960bd | 77bdb93befcf60fcd6a25d8fb063890e322db96c | refs/heads/master | 2021-01-11T07:48:48.976000 | 2017-01-26T19:54:00 | 2017-01-26T19:54:00 | 52,484,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apartments.uncc.controllers;
import java.sql.SQLException;
import java.text.DateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impo... | UTF-8 | Java | 15,438 | java | HomeController.java | Java | [] | null | [] | package org.apartments.uncc.controllers;
import java.sql.SQLException;
import java.text.DateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impo... | 15,438 | 0.738502 | 0.734875 | 441 | 34.006802 | 30.922953 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.036281 | false | false | 11 |
f2797aaba53e813bb3350663a613de2cf5661986 | 30,614,526,950,812 | 889334ad3c51a8625d5d42c43644d7b56cfb73f4 | /rvs2.0/src/com/osh/rvs/mapper/master/DevicesManageMapper.java | 20b328f7c8b638c8b7709b04e640ef358007e707 | [
"Apache-2.0"
] | permissive | fangke-ray/RVS-OGZ | https://github.com/fangke-ray/RVS-OGZ | 80ffc3092cbbadb0e9c9b07f2186c049e37308b6 | 7f251143806252566561053bf351e8f1cf666357 | refs/heads/master | 2023-05-25T07:08:39.226000 | 2023-05-09T07:35:00 | 2023-05-09T07:35:00 | 157,845,028 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.osh.rvs.mapper.master;
import java.util.List;
import com.osh.rvs.bean.master.DeviceTypeEntity;
import com.osh.rvs.bean.master.DevicesManageEntity;
import com.osh.rvs.bean.master.PositionEntity;
public interface DevicesManageMapper {
/*设备工具管理详细数据*/
public List<DevicesManageEntity> searchDeviceManag... | UTF-8 | Java | 2,019 | java | DevicesManageMapper.java | Java | [] | null | [] | package com.osh.rvs.mapper.master;
import java.util.List;
import com.osh.rvs.bean.master.DeviceTypeEntity;
import com.osh.rvs.bean.master.DevicesManageEntity;
import com.osh.rvs.bean.master.PositionEntity;
public interface DevicesManageMapper {
/*设备工具管理详细数据*/
public List<DevicesManageEntity> searchDeviceManag... | 2,019 | 0.795517 | 0.795517 | 56 | 31.678572 | 32.76437 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517857 | false | false | 11 |
57f5e5d6e3307bc4a0860af2ca24991cc183828f | 22,497,038,753,543 | 56d1c5242e970ca0d257801d4e627e2ea14c8aeb | /src/com/csms/leetcode/number/n600/n640/Leetcode649.java | 8691df062c9a355efdf25af2ee9c396f3e9d4f20 | [] | no_license | dai-zi/leetcode | https://github.com/dai-zi/leetcode | e002b41f51f1dbd5c960e79624e8ce14ac765802 | 37747c2272f0fb7184b0e83f052c3943c066abb7 | refs/heads/master | 2022-12-14T11:20:07.816000 | 2020-07-24T03:37:51 | 2020-07-24T03:37:51 | 282,111,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csms.leetcode.number.n600.n640;
//Dota2参议院
//中等
public class Leetcode649 {
public static void main(String[] args) {
}
} | UTF-8 | Java | 150 | java | Leetcode649.java | Java | [] | null | [] | package com.csms.leetcode.number.n600.n640;
//Dota2参议院
//中等
public class Leetcode649 {
public static void main(String[] args) {
}
} | 150 | 0.7 | 0.628571 | 8 | 16.625 | 17.291164 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 11 |
9985aa3d3ba65275d072df11a8e41318e97fbe04 | 2,731,599,230,723 | 59ca76c34e7ba5c8afd1683d27d3ee3bc8f048dc | /src/main/java/com/itgo/util/mail/MailUtil.java | d02af10256465b39464573f425d7a56198661fb0 | [] | no_license | xigexb/case | https://github.com/xigexb/case | ff0aed265c5f4938d267c7116abdf92a24f2f0bb | e48ff5941d01e720cab3a15b6346e11891a1ab0a | refs/heads/master | 2020-05-25T20:08:08.004000 | 2020-03-06T01:49:52 | 2020-03-06T01:49:52 | 187,967,766 | 1 | 1 | null | false | 2019-05-30T15:02:32 | 2019-05-22T05:18:58 | 2019-05-30T14:48:12 | 2019-05-30T15:02:31 | 70 | 0 | 1 | 0 | Java | false | false | package com.itgo.util.mail;
import com.itgo.bean.MainBean;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.... | UTF-8 | Java | 7,755 | java | MailUtil.java | Java | [
{
"context": "te;\nimport java.util.Properties;\n\n/**\n * Create by xigexb\n *\n * @versio 1.0.0\n * @Author xigexb\n * @date 20",
"end": 454,
"score": 0.9996139407157898,
"start": 448,
"tag": "USERNAME",
"value": "xigexb"
},
{
"context": " * Create by xigexb\n *\n * @versio 1.0.0\n... | null | [] | package com.itgo.util.mail;
import com.itgo.bean.MainBean;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.... | 7,757 | 0.560029 | 0.55327 | 211 | 31.251184 | 26.086956 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658768 | false | false | 11 |
16beae6981939fa04be9cc132d69b49629977157 | 10,866,267,326,077 | 6355dc8f1b5b5dcb610fae25d99b9a5efc29aefa | /src/main/java/com/kodlamaio/hrmsDemo6/business/concretes/WorkingPlaceTypeManager.java | 557c05e34629764c06a4426c4025047aab679972 | [] | no_license | ertugruluyar-github/JavaReactKamp-9-hrmsDemo6 | https://github.com/ertugruluyar-github/JavaReactKamp-9-hrmsDemo6 | 645ab4cd043d43c016cdf1fd10cbb9d47d2db67e | fce9eca561fc7b5f077e76041dd2a9f0f65eff1e | refs/heads/master | 2023-06-24T16:54:27.463000 | 2021-07-11T14:38:51 | 2021-07-11T14:38:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodlamaio.hrmsDemo6.business.concretes;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.kodlamaio.hrmsDemo6.business.abstracts.WorkingPlaceTypeService;
import com.kodlamaio.hrmsDemo6.core.utilities.result.conc... | UTF-8 | Java | 2,477 | java | WorkingPlaceTypeManager.java | Java | [] | null | [] | package com.kodlamaio.hrmsDemo6.business.concretes;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.kodlamaio.hrmsDemo6.business.abstracts.WorkingPlaceTypeService;
import com.kodlamaio.hrmsDemo6.core.utilities.result.conc... | 2,477 | 0.817117 | 0.813484 | 64 | 37.703125 | 37.408504 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.359375 | false | false | 11 |
40cd0fcec059e88d792a80c4b5af60d6eea0d11a | 1,563,368,150,759 | d9a251bbbcd04fb1875521654e10ad6988e9b481 | /model_bt_v2/trunk/org.be.textbe.bt.model.v2/src/org/be/textbe/bt/textbt/component/behavior/event/impl/ExternalInputImpl.java | e5934e8044f0fb48e1586fb8b381cbb852e9081d | [] | no_license | t-ho/textbe | https://github.com/t-ho/textbe | 105ed2a9eff2383cdef0ca0945b25305609361dd | 15e756a2f58a1ed17e5ae782c02628cfac8ddad2 | refs/heads/master | 2021-01-19T15:29:51.557000 | 2013-01-08T09:23:29 | 2013-01-08T09:23:29 | 33,190,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package org.be.textbe.bt.textbt.component.behavior.event.impl;
import org.be.textbe.bt.textbt.component.behavior.event.EventPackage;
import org.be.textbe.bt.textbt.component.behavior.event.ExternalInput;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of th... | UTF-8 | Java | 859 | java | ExternalInputImpl.java | Java | [] | null | [] | /**
*/
package org.be.textbe.bt.textbt.component.behavior.event.impl;
import org.be.textbe.bt.textbt.component.behavior.event.EventPackage;
import org.be.textbe.bt.textbt.component.behavior.event.ExternalInput;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of th... | 859 | 0.623981 | 0.623981 | 39 | 20.02564 | 22.598488 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641026 | false | false | 11 |
6bbc5dfcff36682292054cfcf078cab937950d74 | 10,368,051,087,432 | f912993405c1b0c796fbfd3c1ea675b2b0623c0f | /workspace/oop-overload/src/Person.java | b011043e1c873ddee5f6c22346fd2549edb699d4 | [] | no_license | wula50/java | https://github.com/wula50/java | e4b7d8e48507559bd3c62b9134b61d0b5825b9d7 | 0b86a595cde03ff36e4b3c0596f089aead87e3b3 | refs/heads/master | 2023-01-04T14:20:47.070000 | 2020-11-02T14:51:41 | 2020-11-02T14:51:41 | 285,173,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Learn Java from https://www.liaoxuefeng.com/
*
* @author liaoxuefeng
*/
public class Person {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
private String name1;
public void setName(String name,String name1) {
this.name... | UTF-8 | Java | 353 | java | Person.java | Java | [
{
"context": "a from https://www.liaoxuefeng.com/\n * \n * @author liaoxuefeng\n */\npublic class Person {\n\n\tprivate Stri",
"end": 70,
"score": 0.74576336145401,
"start": 68,
"tag": "USERNAME",
"value": "li"
},
{
"context": "rom https://www.liaoxuefeng.com/\n * \n * @author liaoxu... | null | [] |
/**
* Learn Java from https://www.liaoxuefeng.com/
*
* @author liaoxuefeng
*/
public class Person {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
private String name1;
public void setName(String name,String name1) {
this.name... | 353 | 0.668555 | 0.657224 | 24 | 13.666667 | 14.476034 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 11 |
e97c39445fc931f640e7e00ba0506ec2804cd111 | 29,180,007,850,554 | 23825b85e194d42c4c2ada7fad259685462138db | /src/main/java/com/wpw/mybatisannotation/controller/UserController.java | 342560d963310b0f2de751033e93a650c610bc93 | [] | no_license | myownmyway/mybatis-annotation | https://github.com/myownmyway/mybatis-annotation | 02f2b7870eddaec76419160bc002e5f2d9e013fb | 4f072692bc8e3c3e3b2b2bdb993c4c369cf4882d | refs/heads/master | 2021-06-03T00:38:43.467000 | 2020-04-09T09:34:43 | 2020-04-09T09:34:43 | 254,328,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wpw.mybatisannotation.controller;
import com.wpw.mybatisannotation.config.CountTime;
import com.wpw.mybatisannotation.constant.URLConstant;
import com.wpw.mybatisannotation.entity.User;
import com.wpw.mybatisannotation.service.UserService;
import org.springframework.web.bind.annotation.*;
import java.util... | UTF-8 | Java | 2,846 | java | UserController.java | Java | [
{
"context": "import java.util.List;\n\n/**\n * 用户控制器\n *\n * @author wpw\n */\n@RestController\npublic class UserController {",
"end": 358,
"score": 0.9996684789657593,
"start": 355,
"tag": "USERNAME",
"value": "wpw"
}
] | null | [] | package com.wpw.mybatisannotation.controller;
import com.wpw.mybatisannotation.config.CountTime;
import com.wpw.mybatisannotation.constant.URLConstant;
import com.wpw.mybatisannotation.entity.User;
import com.wpw.mybatisannotation.service.UserService;
import org.springframework.web.bind.annotation.*;
import java.util... | 2,846 | 0.647823 | 0.647823 | 106 | 23.698112 | 24.366762 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.198113 | false | false | 11 |
3da35f44e73f6e9764e9dcf5092fef1f39bc96ec | 17,214,228,950,575 | e53418d2807fe427b70767f6153f745bf538a548 | /src/main/java/pl/edu/agh/timekeeper/model/RestrictionBuilder.java | 9964c0d238faef05d9b1f063668752b5be6bdccb | [] | no_license | xylini/mi-czw-1250-ciroc | https://github.com/xylini/mi-czw-1250-ciroc | 1d8150ec65db74f29c6957fe1630edf01939d41f | db098eb9bc1d8d188ab675cbd6c1e3001b9ab563 | refs/heads/develop | 2020-05-04T15:56:15.169000 | 2019-06-13T11:57:01 | 2019-06-13T11:57:01 | 179,261,918 | 1 | 1 | null | false | 2019-06-13T11:57:03 | 2019-04-03T09:57:39 | 2019-06-13T09:26:32 | 2019-06-13T11:57:02 | 381 | 1 | 0 | 1 | Java | false | false | package pl.edu.agh.timekeeper.model;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
public class RestrictionBuilder {
private String name;
private MyTime limit;
private List<TimePair> blockedHours = new ArrayList<>();
private Application application;
private Group ... | UTF-8 | Java | 1,230 | java | RestrictionBuilder.java | Java | [] | null | [] | package pl.edu.agh.timekeeper.model;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
public class RestrictionBuilder {
private String name;
private MyTime limit;
private List<TimePair> blockedHours = new ArrayList<>();
private Application application;
private Group ... | 1,230 | 0.671545 | 0.671545 | 50 | 23.6 | 21.653637 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 11 |
8a3b5df53d09104a133950a391c5cd278ccaf81e | 24,747,601,598,078 | ba541d1704a676720ac4ef9346d715856632b74b | /src/main/java/com/musixplayer/service/EditorService.java | 49d772d4d8bac4196538f168aa9bc799f9dd9758 | [] | no_license | aparnasharma285/MusixPlayer | https://github.com/aparnasharma285/MusixPlayer | 5029fa5a1141f8e1c905221811643dbcb92bed27 | 6e7a0c14cbb59f24f14e70a6a7a8f2be0029ee0b | refs/heads/master | 2020-04-08T06:02:03.772000 | 2018-11-25T23:34:01 | 2018-11-25T23:34:01 | 159,083,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.musixplayer.service;
import com.musixplayer.model.Editor;
import com.musixplayer.model.Person;
import com.musixplayer.repository.EditorRepository;
import com.musixplayer.repository.PersonRepository;
import com.musixplayer.repository.RoleRepository;
import org.springframework.beans.factory.annotation.Autowi... | UTF-8 | Java | 1,246 | java | EditorService.java | Java | [] | null | [] | package com.musixplayer.service;
import com.musixplayer.model.Editor;
import com.musixplayer.model.Person;
import com.musixplayer.repository.EditorRepository;
import com.musixplayer.repository.PersonRepository;
import com.musixplayer.repository.RoleRepository;
import org.springframework.beans.factory.annotation.Autowi... | 1,246 | 0.777689 | 0.777689 | 42 | 28.666666 | 26.283859 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 11 |
38c5b9d442f9e1aba225ed76234e4ab1699db5a6 | 27,917,287,475,878 | 71a4d63e60c31670ede760b7f201b2890b8145b0 | /app/src/main/java/io/grpc/helloworldexample/ToastUtil.java | 4f724eae11f028570ef1b384a2056e5e1eccf225 | [] | no_license | m-maohuawei/GrcpAndroidRequestExample | https://github.com/m-maohuawei/GrcpAndroidRequestExample | 7ec24cd2a47a1d64c4720ec67ff47ba699324eb7 | 98b9ba954208b04d7929e7e3a186a008f4aa8c74 | refs/heads/master | 2018-12-16T21:58:15.680000 | 2018-09-14T09:57:21 | 2018-09-14T09:57:21 | 148,769,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.grpc.helloworldexample;
import android.widget.Toast;
public class ToastUtil {
private static Toast toast;
public static void show(String text) {
if (text != null) {
if (toast == null) {
toast = Toast.makeText(Common.app, text, Toast.LENGTH_LONG);
... | UTF-8 | Java | 438 | java | ToastUtil.java | Java | [] | null | [] | package io.grpc.helloworldexample;
import android.widget.Toast;
public class ToastUtil {
private static Toast toast;
public static void show(String text) {
if (text != null) {
if (toast == null) {
toast = Toast.makeText(Common.app, text, Toast.LENGTH_LONG);
... | 438 | 0.509132 | 0.509132 | 31 | 13.129032 | 18.17432 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 11 |
c0c8142faa512db2be4e1ce625fd51095ac635f5 | 24,326,694,816,333 | 406e09d78f0fc4d4ce67ed2d7ffed71d59cfdf88 | /Plan.java | 938ededacfa882e864b4eabdf275684e4756384c | [] | no_license | wellintonvieira/Greenfoot-Dinogame | https://github.com/wellintonvieira/Greenfoot-Dinogame | 04e881f25fe717a5d992315b46e68eb96d1f4132 | 24282a370d61e200fd2ac77ca1c788fb57a56396 | refs/heads/master | 2020-04-12T15:33:16.050000 | 2018-12-20T13:48:02 | 2018-12-20T13:48:02 | 162,585,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import greenfoot.*;
/**
* Write a description of class asd here.
*
* @author Wellinton
* @version 14/05/2018
*/
public class Plan extends Actor{
private GreenfootImage image;
private int speed;
public Plan(int speed){
image = new GreenfootImage("plan.png");
setImage(imag... | UTF-8 | Java | 746 | java | Plan.java | Java | [
{
"context": "te a description of class asd here.\n * \n * @author Wellinton \n * @version 14/05/2018\n */\n\npublic class Plan ex",
"end": 93,
"score": 0.9998587965965271,
"start": 84,
"tag": "NAME",
"value": "Wellinton"
}
] | null | [] | import greenfoot.*;
/**
* Write a description of class asd here.
*
* @author Wellinton
* @version 14/05/2018
*/
public class Plan extends Actor{
private GreenfootImage image;
private int speed;
public Plan(int speed){
image = new GreenfootImage("plan.png");
setImage(imag... | 746 | 0.532172 | 0.516086 | 39 | 18.153847 | 16.196768 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 11 |
956f8250b63a9a61d9908f419621e5f543a6ec20 | 4,827,543,305,846 | f4702ff799dc9e0fca7637304c406fc95d51bf20 | /app/controllers/AnswerValidator.java | 466a8bb2bc6ba67f50a010ae9dcb43cd16e7992e | [] | no_license | jandersen737/UPSMusicTheoryApp | https://github.com/jandersen737/UPSMusicTheoryApp | a48015b8f58fecd10b09f6dae5016c7b669a34ff | 4179e586d3d5a8ea1e4d50ee9b3dea716f314795 | refs/heads/master | 2020-05-31T01:37:52.637000 | 2013-06-18T02:56:54 | 2013-06-18T02:56:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.io.Console;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.net.URLEncoder;
import models.AudioFile;
import com.avaje.ebean.Ebean;
import play.data.DynamicForm;
import play.mvc.Controller;
import play.mvc.Result;
public class AnswerValidator ext... | UTF-8 | Java | 1,579 | java | AnswerValidator.java | Java | [] | null | [] | package controllers;
import java.io.Console;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.net.URLEncoder;
import models.AudioFile;
import com.avaje.ebean.Ebean;
import play.data.DynamicForm;
import play.mvc.Controller;
import play.mvc.Result;
public class AnswerValidator ext... | 1,579 | 0.622546 | 0.620646 | 62 | 24.467741 | 19.670444 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677419 | false | false | 11 |
3375ef7064b83de526da5f1187fb0f8471af31b5 | 14,611,478,776,474 | 1a49ae229dd679946aca8b1deaa3d12079d602d5 | /app/src/main/java/com/example/hrapp/models/Models.java | d9d56a200deedbcd9a1711b8a374c79d0beba188 | [] | no_license | bruc3balo/HRApp | https://github.com/bruc3balo/HRApp | 7563ea2ee96bcd087786fc4a41c8f928de899df2 | 4a522c7fdeb8edcb78e95fadf4619cf97a3df34f | refs/heads/master | 2023-02-17T08:46:39.732000 | 2021-01-18T09:58:14 | 2021-01-18T23:18:21 | 330,623,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hrapp.models;
import java.util.List;
public class Models {
public static class Users {
private String uid;
public static final String UID = "uid";
private String first_name;
public static final String FIRST_NAME = "first_name";
private String last_name;... | UTF-8 | Java | 10,919 | java | Models.java | Java | [
{
"context": ";\n public static final String USER_NAME = \"userName\";\n private String commentContent;\n ",
"end": 6710,
"score": 0.9995529055595398,
"start": 6702,
"tag": "USERNAME",
"value": "userName"
},
{
"context": " public String getUserName() {\n ... | null | [] | package com.example.hrapp.models;
import java.util.List;
public class Models {
public static class Users {
private String uid;
public static final String UID = "uid";
private String first_name;
public static final String FIRST_NAME = "first_name";
private String last_name;... | 10,919 | 0.580822 | 0.580822 | 397 | 26.503778 | 21.7174 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377834 | false | false | 11 |
b441da3ea7bda53d4655e3e7da213d20c1d5fd01 | 19,567,871,047,928 | e4ab1fd260b6841c34a4ca0b719085056191b76a | /src/main/java/ua/englishschool/backend/entity/classes/FreeTeacher.java | 8d81ad4a00b6ce6d55e058a7842174a3c303ee3f | [] | no_license | 777-Vetal-777/EnglishSchool-backend | https://github.com/777-Vetal-777/EnglishSchool-backend | 6c8d23d712882770b7c647bddba07a6e1eab282e | bb97efe7cbae498edb31b1579a647868992d264d | refs/heads/master | 2022-12-16T12:20:05.274000 | 2020-09-28T16:06:18 | 2020-09-28T16:06:18 | 295,836,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.englishschool.backend.entity.classes;
import ua.englishschool.backend.entity.Teacher;
import java.util.Objects;
public class FreeTeacher {
private Teacher teacher;
private int amountCourses;
public FreeTeacher() {
}
public FreeTeacher(Teacher teacher, int amountCourses) {
t... | UTF-8 | Java | 1,337 | java | FreeTeacher.java | Java | [] | null | [] | package ua.englishschool.backend.entity.classes;
import ua.englishschool.backend.entity.Teacher;
import java.util.Objects;
public class FreeTeacher {
private Teacher teacher;
private int amountCourses;
public FreeTeacher() {
}
public FreeTeacher(Teacher teacher, int amountCourses) {
t... | 1,337 | 0.608078 | 0.608078 | 58 | 22.051723 | 19.829813 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 11 |
eecfd847452c6f6388dcbfe33caa0ef54254daa3 | 28,939,489,645,847 | 9a7202c7af713f4e9aa179516a71b00ffd0fe903 | /src/main/java/wrapper/Gyro.java | 20d464db8b2947bfc5f23bacd0f09741b81c63aa | [] | no_license | Patribots4738/DeepSpace2019 | https://github.com/Patribots4738/DeepSpace2019 | db1879b353f5911390849268dc999e1741a96aa9 | 3d1949f911f639f15cd8121e377d480d5ed6d20d | refs/heads/master | 2020-04-14T18:28:20.838000 | 2019-02-26T23:28:33 | 2019-02-26T23:28:33 | 164,020,429 | 1 | 1 | null | false | 2019-02-26T23:28:34 | 2019-01-03T20:36:31 | 2019-02-24T09:31:08 | 2019-02-26T23:28:34 | 120 | 0 | 0 | 0 | Java | false | null | package wrapper;
import edu.wpi.first.wpilibj.AnalogGyro;
import utils.MovingAverage;
public class Gyro {
public AnalogGyro gyro;
MovingAverage average;
public double conversionFactor = 90d/ 577d;//90d / 137d;
public Gyro(int port) {
// gyro = new ADXRS450_Gyro(Port.kMXP);
gyro = new AnalogGyro(port);
g... | UTF-8 | Java | 612 | java | Gyro.java | Java | [] | null | [] | package wrapper;
import edu.wpi.first.wpilibj.AnalogGyro;
import utils.MovingAverage;
public class Gyro {
public AnalogGyro gyro;
MovingAverage average;
public double conversionFactor = 90d/ 577d;//90d / 137d;
public Gyro(int port) {
// gyro = new ADXRS450_Gyro(Port.kMXP);
gyro = new AnalogGyro(port);
g... | 612 | 0.691176 | 0.655229 | 30 | 19.433332 | 16.038876 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 11 |
5dce522b1ba18d568de21bebaa4151df080ef325 | 23,029,614,690,456 | bb66c976e8ff715ac430f3c6143b4f012531a54f | /vviser/src/it/unisa/vviser/entity/Notifica.java | 1c290d0627b169aa02dd599ea5b8fa98f7ca598f | [] | no_license | ondasempre/vviser-unisa | https://github.com/ondasempre/vviser-unisa | 47e79fb270bde345b69339d2016f5804dfa0ef99 | dd8deb2963e50294c43ee90d9f201489d7f1033a | refs/heads/master | 2020-05-29T12:24:43.250000 | 2015-06-12T12:40:54 | 2015-06-12T12:40:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unisa.vviser.entity;
/**
*
* @author Maria Vittoria Coda
*
*/
public class Notifica {
private String mittente=null;;
private String destinatario=null;
private String messaggio=null;
private String tipo=null;
private int id;
public Notifica(String dest, String tipologia){
this... | UTF-8 | Java | 1,369 | java | Notifica.java | Java | [
{
"context": " it.unisa.vviser.entity;\r\n\r\n\r\n/**\r\n * \r\n * @author Maria Vittoria Coda\r\n *\r\n */\r\npublic class Notifica {\r\n\tprivate Strin",
"end": 77,
"score": 0.9993497133255005,
"start": 58,
"tag": "NAME",
"value": "Maria Vittoria Coda"
}
] | null | [] | package it.unisa.vviser.entity;
/**
*
* @author <NAME>
*
*/
public class Notifica {
private String mittente=null;;
private String destinatario=null;
private String messaggio=null;
private String tipo=null;
private int id;
public Notifica(String dest, String tipologia){
this.destinatario... | 1,356 | 0.673484 | 0.673484 | 76 | 16.013159 | 16.90258 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.394737 | false | false | 11 |
32a52911e0cc6022150bd8558ead72fd24e8b7f0 | 12,738,873,057,427 | 1f6359ff7017ce74aa5c02573c02eb6c9135ef09 | /src/main/java/jee/support/service/AttachmentService.java | 674ee0bae3651ab61ba97176ef62328ae0795802 | [] | no_license | SLR757/Student-Proposters | https://github.com/SLR757/Student-Proposters | f414e3182fe9f3b48df67f391027165f81075a12 | c0111929aacc808e309a9afae258bc70ba80a9fc | refs/heads/master | 2020-05-23T21:20:05.954000 | 2019-05-16T14:08:13 | 2019-05-16T14:08:13 | 186,951,720 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jee.support.service;
import jee.support.dao.AttachmentDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class AttachmentService {
@Autowired
AttachmentDao attachmentDao;
public void deleteById(long id){
atta... | UTF-8 | Java | 350 | java | AttachmentService.java | Java | [] | null | [] | package jee.support.service;
import jee.support.dao.AttachmentDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class AttachmentService {
@Autowired
AttachmentDao attachmentDao;
public void deleteById(long id){
atta... | 350 | 0.768571 | 0.768571 | 16 | 20.875 | 19.137251 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 11 |
fa3730bfff272188791569cefeff39ac5b497696 | 27,590,869,971,736 | 5aac8875d9f53d3c32a47cd98711a65e62a81e7c | /site/hackery/paramorphism/api/config/strategies/corruption/ForceNoVerifyStrategyConfig.java | 6e03dffb2e7015abf632413a90af365783cd7cd4 | [] | no_license | peakster2/Paramorphism-2.0-Deobf-Source-Leak | https://github.com/peakster2/Paramorphism-2.0-Deobf-Source-Leak | 70cb2783077928456969c0675a2aea35a4abec2e | ce06683cd8a75cd8b7994d96579f5f29aed4da43 | refs/heads/master | 2023-09-01T20:17:04.796000 | 2019-12-18T04:38:32 | 2019-12-18T04:38:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package site.hackery.paramorphism.api.config.strategies.corruption;
import kotlin.*;
import paramorphism-obfuscator.*;
import org.jetbrains.annotations.*;
import site.hackery.paramorphism.api.config.*;
@Metadata(mv = { 1, 1, 16 }, bv = { 1, 0, 3 }, k = 1, d1 = { "\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n... | WINDOWS-1252 | Java | 2,094 | java | ForceNoVerifyStrategyConfig.java | Java | [] | null | [] | package site.hackery.paramorphism.api.config.strategies.corruption;
import kotlin.*;
import paramorphism-obfuscator.*;
import org.jetbrains.annotations.*;
import site.hackery.paramorphism.api.config.*;
@Metadata(mv = { 1, 1, 16 }, bv = { 1, 0, 3 }, k = 1, d1 = { "\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n... | 2,094 | 0.739484 | 0.649618 | 36 | 57.111111 | 115.699509 | 702 | false | false | 0 | 0 | 24 | 0.034417 | 87 | 0.041587 | 0.972222 | false | false | 11 |
ce691c2544a6f445dcdbad3758841458df8c9cda | 24,678,882,142,397 | 997b98e9c6387adce2d34ef828e5a1a3fb91fcce | /src/test/java/Demo.java | b6522d8be439099d41b13c20f284462e1cee6ea2 | [] | no_license | shuaiqideyugege/Spring_IOC | https://github.com/shuaiqideyugege/Spring_IOC | c875a8278d1d4b74fbba1b6885df70c3e5a98e47 | c9ed0ae1de9a581e8cddfaf794f115d8bfa295bb | refs/heads/master | 2023-01-20T19:14:10.135000 | 2020-11-18T17:15:00 | 2020-11-18T17:15:00 | 314,004,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.zy.comfig.SpringConfiguration;
import com.zy.service.UserService;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class Demo {
@Test
public void test(){
//ClassPathXmlApplicationContext app = new ClassPathXmlApplicationContext("... | UTF-8 | Java | 592 | java | Demo.java | Java | [] | null | [] | import com.zy.comfig.SpringConfiguration;
import com.zy.service.UserService;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class Demo {
@Test
public void test(){
//ClassPathXmlApplicationContext app = new ClassPathXmlApplicationContext("... | 592 | 0.756757 | 0.756757 | 16 | 36 | 36.174923 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 11 |
a98b9461d71a7cca29fe11bd15b3eeae72c43d8c | 21,990,232,583,829 | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/android/support/v4/view/s.java | 07d80e2a1056e6a2eabf43de4a96d2c32b31abf8 | [] | no_license | sir-deng/res | https://github.com/sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725000 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.support.v4.view;
import android.view.ViewGroup;
public final class s {
public int xA;
private final ViewGroup xz;
public s(ViewGroup viewGroup) {
this.xz = viewGroup;
}
}
| UTF-8 | Java | 214 | java | s.java | Java | [] | null | [] | package android.support.v4.view;
import android.view.ViewGroup;
public final class s {
public int xA;
private final ViewGroup xz;
public s(ViewGroup viewGroup) {
this.xz = viewGroup;
}
}
| 214 | 0.672897 | 0.668224 | 12 | 16.833334 | 13.927391 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 11 |
0a3a8ebbb924ea68db07e438af167fdc403cfc81 | 18,416,819,767,365 | 6c35446feb5baaadf1901a083442e14dc423fc0b | /TestCommon/src/test/java/com/cqx/common/utils/redis/RedisFactory627Test.java | 595f024e079374a3e91504202efac3d27baba349 | [
"Apache-2.0"
] | permissive | chenqixu/TestSelf | https://github.com/chenqixu/TestSelf | 8e533d2f653828f9f92564c3918041d733505a30 | 7488d83ffd20734ab5ca431d13fa3c5946493c11 | refs/heads/master | 2023-09-01T06:18:59.417000 | 2023-08-21T06:16:55 | 2023-08-21T06:16:55 | 75,791,787 | 3 | 1 | Apache-2.0 | false | 2022-03-02T06:47:48 | 2016-12-07T02:36:58 | 2022-01-10T06:41:05 | 2022-03-02T06:46:27 | 3,355 | 0 | 1 | 1 | Java | false | false | package com.cqx.common.utils.redis;
import com.cqx.common.utils.file.FileUtil;
import com.cqx.common.utils.redis.client.RedisClient;
import com.cqx.common.utils.redis.client.RedisPipeline;
import com.cqx.common.utils.system.SleepUtil;
import com.cqx.common.utils.system.TimeCostUtil;
import org.junit.After;
import org.... | UTF-8 | Java | 10,825 | java | RedisFactory627Test.java | Java | [
{
"context": "AtomicInteger;\n\n/**\n * 高版本Redis6.2.7\n *\n * @author chenqixu\n */\npublic class RedisFactory627Test {\n privat",
"end": 705,
"score": 0.9988505244255066,
"start": 697,
"tag": "USERNAME",
"value": "chenqixu"
},
{
"context": "isFactory.builder()\n .s... | null | [] | package com.cqx.common.utils.redis;
import com.cqx.common.utils.file.FileUtil;
import com.cqx.common.utils.redis.client.RedisClient;
import com.cqx.common.utils.redis.client.RedisPipeline;
import com.cqx.common.utils.system.SleepUtil;
import com.cqx.common.utils.system.TimeCostUtil;
import org.junit.After;
import org.... | 10,833 | 0.480371 | 0.448421 | 282 | 36.847519 | 24.172287 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663121 | false | false | 11 |
bbc8403c6340a7121de11bb336aaec4ad020a71d | 18,416,819,770,600 | 623e516b69a539ba55c910fcc548f8fbb0bfac91 | /app/src/main/java/com/application/cavalliclub/fragments/CavalliDetailFragment.java | 23e7be2b0a7e558f2d995b5c328f9e4400413b63 | [] | no_license | SaeedHyder/Cavalli | https://github.com/SaeedHyder/Cavalli | 4e45c0666017c667e3c023702a274df276e1bfff | 65e919dc774837303010271fe7fe221f8a52a13a | refs/heads/master | 2022-01-06T17:02:58.693000 | 2019-05-02T09:30:25 | 2019-05-02T09:30:25 | 168,307,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.application.cavalliclub.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widge... | UTF-8 | Java | 17,250 | java | CavalliDetailFragment.java | Java | [] | null | [] | package com.application.cavalliclub.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widge... | 17,250 | 0.658783 | 0.651246 | 358 | 47.187149 | 47.276035 | 435 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611732 | false | false | 11 |
a2fa9ddafae4f493b6ec659e0a0829b1efc450ce | 27,779,848,520,100 | 2cd224f3702d7288ed81090bf84284148abae77a | /app/src/main/java/cn/ytxu/http/entity/HttpEntity.java | 4493e98d0ded41e9a43e951555bb5f363e280128 | [
"Apache-2.0"
] | permissive | xuyt11/EIM4Android | https://github.com/xuyt11/EIM4Android | 4d95ffd5095a15570e6ae764306177b0edd583ff | 76a7abc994574e7674c9aa7bd877d40d0fdba913 | refs/heads/master | 2017-04-21T09:26:18.541000 | 2017-02-19T10:51:11 | 2017-02-19T10:51:11 | 80,996,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ytxu.http.entity;
/**
* Created by ytxu on 17/2/17.
*/
public class HttpEntity<T> {
private int status_code;
private T data;
private String message;
public int getStatusCode() {
return status_code;
}
public void setStatusCode(int status_code) {
this.status_code =... | UTF-8 | Java | 610 | java | HttpEntity.java | Java | [
{
"context": "package cn.ytxu.http.entity;\n\n/**\n * Created by ytxu on 17/2/17.\n */\npublic class HttpEntity<T> {\n\n ",
"end": 52,
"score": 0.9996099472045898,
"start": 48,
"tag": "USERNAME",
"value": "ytxu"
}
] | null | [] | package cn.ytxu.http.entity;
/**
* Created by ytxu on 17/2/17.
*/
public class HttpEntity<T> {
private int status_code;
private T data;
private String message;
public int getStatusCode() {
return status_code;
}
public void setStatusCode(int status_code) {
this.status_code =... | 610 | 0.588525 | 0.580328 | 35 | 16.428572 | 14.911713 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 11 |
65c691a357ec697f30f64475b3cfe67b8c739ee8 | 18,691,697,736,207 | 2fd7036bd12bd1bf4d693c3f20155aa4c156b90e | /java/core_java_jpa_junit_sba/SMS/src/jpa/mainrunner/SMSRunner2.java | 5b5bf701c6435792c6086c64c7e7f9a93bffedf2 | [] | no_license | Sumo99/teksystems-java | https://github.com/Sumo99/teksystems-java | 572a57dd637412d490a98f1e098fa04762905127 | 8b56fcd6a44c899a75916d91ce64bad5523906dd | refs/heads/main | 2023-03-30T02:17:38.373000 | 2021-04-07T02:57:16 | 2021-04-07T02:57:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jpa.mainrunner;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class SMSRunner2 {
public static void main(String[] args) {
testDBConnection();
}
private static void testDBConnection() {
// Equivalent to ... | UTF-8 | Java | 699 | java | SMSRunner2.java | Java | [] | null | [] | package jpa.mainrunner;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class SMSRunner2 {
public static void main(String[] args) {
testDBConnection();
}
private static void testDBConnection() {
// Equivalent to ... | 699 | 0.703863 | 0.702432 | 30 | 22.299999 | 23.62929 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 11 |
e80091f8e1c66bd3bfe5a2215804febb826740ef | 1,967,095,032,898 | 5b8dd67452a3dc6ba1b837427307b9213d96c3e7 | /CMCC/zssq-mhpc-web/src/main/java/com/zssq/activity/vo/DeletingMyInfoVo.java | 241e696d11944955eb736a3a5ce82ab6dd6a283e | [] | no_license | zhanghhuc/spring-cloud | https://github.com/zhanghhuc/spring-cloud | 62e38ac7a16ea5db3a3ae9a70785a0e56b9ccde1 | e3d2dde43f8c81a3c47b9f86fec7c6e5b3db55a2 | refs/heads/master | 2021-10-29T20:37:51.514000 | 2019-04-25T14:05:13 | 2019-04-25T14:05:13 | 111,683,441 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.zssq.activity.vo;
import org.hibernate.validator.constraints.NotBlank;
import com.zssq.annotation.validation.EnumType;
/**
* 删除评论/回复输入参数对象
* @ClassName DeletingMyInfoVo
* @Description
* @author liurong
* @date 2017年4月21日 下午3:51:58
* @version 1.0
* @since JDK 1.7
*/
public class DeletingMyInfoVo... | UTF-8 | Java | 1,238 | java | DeletingMyInfoVo.java | Java | [
{
"context": "sName DeletingMyInfoVo\n * @Description \n * @author liurong\n * @date 2017年4月21日 下午3:51:58\n * @version 1.0\n * ",
"end": 222,
"score": 0.9995188117027283,
"start": 215,
"tag": "USERNAME",
"value": "liurong"
}
] | null | [] |
package com.zssq.activity.vo;
import org.hibernate.validator.constraints.NotBlank;
import com.zssq.annotation.validation.EnumType;
/**
* 删除评论/回复输入参数对象
* @ClassName DeletingMyInfoVo
* @Description
* @author liurong
* @date 2017年4月21日 下午3:51:58
* @version 1.0
* @since JDK 1.7
*/
public class DeletingMyInfoVo... | 1,238 | 0.701739 | 0.684348 | 62 | 17.532259 | 16.514626 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.951613 | false | false | 11 |
9a7002b685efca063fd07a565dbb1b2b0125e5b2 | 12,403,865,554,897 | 72015a8e20946801dd58c91829570406a55e8e4a | /src/main/java/com/finnhvman/seriescal/conversion/SeasonEntityToSeasonConverter.java | 7bf3cda2ff9002d703ebdd0aca3b368b8c587ae9 | [] | no_license | szabobence/seriescal | https://github.com/szabobence/seriescal | 329c717ea54cf6384479caa3e0ac5d80d14c82f0 | 9634e5d5be0f7a77de0603284c4c34e0184f92da | refs/heads/master | 2021-01-10T03:15:16.204000 | 2015-12-19T13:14:13 | 2015-12-19T13:14:13 | 47,544,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finnhvman.seriescal.conversion;
import com.finnhvman.seriescal.services.store.jpa.entities.SeasonEntity;
import com.finnhvman.seriescal.model.Season;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
@Component
public class SeasonEntityToSeasonCo... | UTF-8 | Java | 607 | java | SeasonEntityToSeasonConverter.java | Java | [] | null | [] | package com.finnhvman.seriescal.conversion;
import com.finnhvman.seriescal.services.store.jpa.entities.SeasonEntity;
import com.finnhvman.seriescal.model.Season;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
@Component
public class SeasonEntityToSeasonCo... | 607 | 0.769358 | 0.769358 | 19 | 30.947369 | 26.713831 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 11 |
d5b0a9a32849475c8ce5d5837d7326dcbf56e5fa | 32,495,722,579,448 | b392525e22c29c0f46e970606dc0c2270692c85f | /CodeLibrary.java | 9c1557d2d63ea2baa703efb97f57cbbb4d279fd1 | [
"MIT"
] | permissive | sid24rane/CodeLibrary | https://github.com/sid24rane/CodeLibrary | 342bbb36d1dcab14c2ead191e4abd00f5ab57322 | 622bd2ca97008563c6f6e9a4b0912d816f9b8062 | refs/heads/master | 2020-05-20T22:01:34.581000 | 2018-03-14T14:55:13 | 2018-03-14T14:55:13 | 84,533,512 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// filling hashmap with chars from a-z/A-Z
int count =1;
HashMap<Character,Integer> chars = new HashMap<>();
for (char i='a';i<='z';++i){
chars.put(i,count);
count++;
}
// Linear search
// success - returns index
// fail - returns -1
// time complexity - O(n)
public s... | UTF-8 | Java | 15,751 | java | CodeLibrary.java | Java | [
{
"context": ";\ng.addEdge(2, 3);\ng.addEdge(3, 3);\ng.DFS(2);\n\n\n// djikstra\n// floyd warshall\n// bellman ford\n\n// Karatsu",
"end": 15615,
"score": 0.7794284224510193,
"start": 15611,
"tag": "NAME",
"value": "djik"
},
{
"context": "2, 3);\ng.addEdge(3, 3);\ng.DFS(2);\n\n\n// d... | null | [] |
// filling hashmap with chars from a-z/A-Z
int count =1;
HashMap<Character,Integer> chars = new HashMap<>();
for (char i='a';i<='z';++i){
chars.put(i,count);
count++;
}
// Linear search
// success - returns index
// fail - returns -1
// time complexity - O(n)
public s... | 15,737 | 0.43356 | 0.417688 | 659 | 22.883156 | 18.325832 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575114 | false | false | 11 |
dda7c54a891ee111a62523ed6606ec9b91ecae18 | 14,611,478,798,570 | 60e8428672f441a7493574cc1ac53a8a343e5ff5 | /enos-sdk-core/src/main/java/com/envisioniot/enos/iot_mqtt_sdk/core/msg/IMqttAck.java | 08ac5955d66f0d2d474a25ef35732dabd1e7e3e7 | [
"MIT"
] | permissive | EnvisionIot/enos-device-sdk-java | https://github.com/EnvisionIot/enos-device-sdk-java | 305a1660679671cad7f29a35531ebb1745100e13 | ba7b48c07c9dd0608fd492045f7d13db2c6dfdb7 | refs/heads/master | 2022-12-23T01:09:19.269000 | 2022-05-17T02:27:39 | 2022-05-17T02:27:39 | 226,071,320 | 2 | 12 | MIT | false | 2022-12-13T06:46:06 | 2019-12-05T10:03:27 | 2022-11-26T07:00:34 | 2022-12-13T06:46:06 | 679 | 2 | 7 | 2 | Java | false | false | package com.envisioniot.enos.iot_mqtt_sdk.core.msg;
public interface IMqttAck {
public final static int SUCCESS_CODE = 200;
int getCode();
String getMessage();
default boolean isSuccess() {
return getCode() == SUCCESS_CODE;
}
}
| UTF-8 | Java | 261 | java | IMqttAck.java | Java | [] | null | [] | package com.envisioniot.enos.iot_mqtt_sdk.core.msg;
public interface IMqttAck {
public final static int SUCCESS_CODE = 200;
int getCode();
String getMessage();
default boolean isSuccess() {
return getCode() == SUCCESS_CODE;
}
}
| 261 | 0.659004 | 0.64751 | 14 | 17.642857 | 18.664738 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 11 |
09c32671f42110b440fcbf343b5f594f51b8a114 | 23,579,370,521,872 | 5c6fe35b48d848a170e9db2bfd37b6ec4b377ab5 | /src/practice01_01_03.java | dddd04f2c34c396576fa803a3a4e9356a5ff2808 | [] | no_license | PureAppCrystal/MyPractice01 | https://github.com/PureAppCrystal/MyPractice01 | d528d876277df43dce4200a1464b830aa2075b57 | 6e56b63ead95a7dab3ba704f216736fad88b2749 | refs/heads/master | 2021-01-02T08:13:10.267000 | 2017-08-01T05:28:03 | 2017-08-01T05:28:03 | 98,962,640 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class practice01_01_03 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("input value : ");
Scanner scan = new Scanner(System.in);
int val = scan.nextInt();
int sum = 0;
if ( val%2 == 0 ) {
//¦��
for... | UTF-8 | Java | 618 | java | practice01_01_03.java | Java | [] | null | [] | import java.util.Scanner;
public class practice01_01_03 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("input value : ");
Scanner scan = new Scanner(System.in);
int val = scan.nextInt();
int sum = 0;
if ( val%2 == 0 ) {
//¦��
for... | 618 | 0.451505 | 0.426421 | 34 | 15.588235 | 13.848164 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.529412 | false | false | 11 |
1680044a5eee652311775c9ec5677689f636ba81 | 8,572,754,727,989 | caddf53ca537b6460bbbaf3a8041b545c798eaf7 | /src/org/cpu/pethotel/servlet/DeletePetsServlet.java | 2199162284fc7a54521672ac351495b5f3656724 | [] | no_license | PetHotel/PetHotel | https://github.com/PetHotel/PetHotel | 224d9299105f0caa9c10fe383d3502ee0880987c | fbd83e0dfd30894990013dbafb1237924a30a21d | refs/heads/master | 2016-09-06T09:08:15.675000 | 2015-06-22T10:49:51 | 2015-06-22T10:49:51 | 34,612,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cpu.pethotel.servlet;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.cpu.pethotel.biz.IPetsBiz;
import... | UTF-8 | Java | 1,961 | java | DeletePetsServlet.java | Java | [] | null | [] | package org.cpu.pethotel.servlet;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.cpu.pethotel.biz.IPetsBiz;
import... | 1,961 | 0.750973 | 0.747638 | 61 | 28.491804 | 28.139362 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409836 | false | false | 11 |
ac1b2b3445d0067a568bb5df2c92711d40ca273b | 11,029,476,084,574 | ba901f60b9000d776cd114e035a38231a6fcf4c4 | /legacy/src/main/java/cp/problems/legacy/others/StationBalance.java | 1fce5f49a0fa47266f98d6cf3263e49d465db44d | [] | no_license | omneimneh/cp-problems | https://github.com/omneimneh/cp-problems | a5b72080b2c1f7326a291ea00fc1e138a9a58516 | 4763e2dd88734764a37f5c9e78c81a112c444d43 | refs/heads/master | 2023-02-24T18:34:36.408000 | 2021-01-25T20:19:30 | 2021-01-25T20:19:30 | 330,185,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cp.problems.legacy.others;
import java.util.Arrays;
import java.util.Scanner;
public class StationBalance {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int set = 1;
while (s.hasNextInt()) {
int C = s.nextInt();
int S = s.ne... | UTF-8 | Java | 1,265 | java | StationBalance.java | Java | [] | null | [] | package cp.problems.legacy.others;
import java.util.Arrays;
import java.util.Scanner;
public class StationBalance {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int set = 1;
while (s.hasNextInt()) {
int C = s.nextInt();
int S = s.ne... | 1,265 | 0.41581 | 0.404743 | 42 | 29.119047 | 21.615913 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.738095 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.