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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e8782cd0c0d2dc6aa448d6bcf0c3f9eb1cd5f86d | 8,890,582,360,161 | a480cd6982cb149b0c7fa55837b120721d211831 | /src/lingo4g-public-utilities/src/main/java/com/carrotsearch/lingo4g/util/lang/MoreArrays.java | 18bdc043e4296ce7064ad534abf6e6b431e80339 | [] | no_license | valli1/14g | https://github.com/valli1/14g | 40b7b0e8c28ced5a1f0ca9cd5e9f7488b225ad0e | 070565c571650b32a05882b70e8e43de0e3a5102 | refs/heads/master | 2020-03-04T06:03:09.803000 | 2018-03-01T05:15:14 | 2018-03-01T05:15:14 | 123,384,073 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.carrotsearch.lingo4g.util.lang;
public class MoreArrays {
public static void normalizeMaxInPlace(float [] a) {
normalizeMaxInPlace(a, 0, a.length);
}
public static void normalizeMaxInPlace(float [] a, int from, int toExclusive) {
final float max = max(a, from, toExclusive);
for (int i = ... | UTF-8 | Java | 651 | java | MoreArrays.java | Java | [] | null | [] | package com.carrotsearch.lingo4g.util.lang;
public class MoreArrays {
public static void normalizeMaxInPlace(float [] a) {
normalizeMaxInPlace(a, 0, a.length);
}
public static void normalizeMaxInPlace(float [] a, int from, int toExclusive) {
final float max = max(a, from, toExclusive);
for (int i = ... | 651 | 0.611367 | 0.605223 | 26 | 24.038462 | 23.10924 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884615 | false | false | 7 |
741b92e0eb706ff41136c5e49c5c22ba84090f31 | 1,486,058,748,005 | 7db8eecab304175f67b22591e177ab67b7ed4fa1 | /Abgabe/Morse/src/at/jku/embedded/morse/Morse.java | f5c5b0d20709f7e3d351dce96c496cbe4df1a99c | [] | no_license | Yolgie/mustached-nemesis | https://github.com/Yolgie/mustached-nemesis | ec5db6bd83ecc4ba7f8726b8ae20675325cffd12 | 563d392dc681714074154bc962674043ed0e707b | refs/heads/master | 2020-12-24T15:40:07.845000 | 2013-06-18T09:03:52 | 2013-06-18T09:03:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.jku.embedded.morse;
public enum Morse {
DOT, DASH, GAP, END;
public String toString() {
switch (this) {
case DASH : return "-";
case DOT : return ".";
case GAP : return " ";
case END : return " ";
}
return "e";
};
}
| UTF-8 | Java | 251 | java | Morse.java | Java | [] | null | [] | package at.jku.embedded.morse;
public enum Morse {
DOT, DASH, GAP, END;
public String toString() {
switch (this) {
case DASH : return "-";
case DOT : return ".";
case GAP : return " ";
case END : return " ";
}
return "e";
};
}
| 251 | 0.569721 | 0.569721 | 18 | 12.944445 | 11.172746 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 7 |
47a489a3f4541b01abd9edc294471e6fb5e8b5e3 | 27,152,783,284,144 | 656999acf1d9051a1cdd43646cdad637c617c68a | /src/test/java/test/inmobi/common/enums/GeoType.java | b529bd3b151ee9d32f458a7e9e476ef8876064fe | [] | no_license | codeisfun/api | https://github.com/codeisfun/api | b761753d8a0bd8be32d0f3ae650f38952d2993a9 | 052cf32bbc592847792d272bd724b19e35dfd5ea | refs/heads/master | 2019-04-29T08:15:47.664000 | 2013-11-20T11:48:46 | 2013-11-20T11:48:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.inmobi.common.enums;
public enum GeoType {
COUNTRY(1),
SCC(2), //State, City & Carrier
LATLONG(3),
ZIP(4),
MULTIPLE(5); //combination of above four. not supported.
private int value;
private GeoType(int value) {
this.value = value;
}
public int getValue() {
return value;
}
public void set... | UTF-8 | Java | 367 | java | GeoType.java | Java | [] | null | [] | package test.inmobi.common.enums;
public enum GeoType {
COUNTRY(1),
SCC(2), //State, City & Carrier
LATLONG(3),
ZIP(4),
MULTIPLE(5); //combination of above four. not supported.
private int value;
private GeoType(int value) {
this.value = value;
}
public int getValue() {
return value;
}
public void set... | 367 | 0.673025 | 0.659401 | 20 | 17.35 | 14.481972 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 7 |
6a606d41c5f75f3c9f0710f3746700f11ee24b3b | 18,270,790,926,341 | a226d8bb953d38617cda392b9fbc9169a11b2b70 | /src/Model/EEPROM.java | 43c49ac4716625796d2a72e9d5bd9572b65d309f | [] | no_license | marcos-tulio/8-bit-computer-emulator | https://github.com/marcos-tulio/8-bit-computer-emulator | fbbbcb71768f3c1c0f3ad5ec7cc9f119ce3a6f33 | e8af12aad10bfdfb40c0829ebba9aae4fa8c1747 | refs/heads/master | 2023-07-01T07:21:59.109000 | 2021-08-08T18:57:12 | 2021-08-08T18:57:12 | 226,217,457 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
/**
*
* @author MrCapybara
*/
public final class EEPROM {
private final byte[] CONTENT;
public EEPROM(byte[] content) {
this.CONTENT = content;
}
public byte[] getContent() {
return CONTENT;
}
public byte getValue(int address) {
return CONTENT[addre... | UTF-8 | Java | 333 | java | EEPROM.java | Java | [
{
"context": "package Model;\n\n/**\n *\n * @author MrCapybara\n */\npublic final class EEPROM {\n\n private",
"end": 39,
"score": 0.7599911689758301,
"start": 34,
"tag": "USERNAME",
"value": "MrCap"
},
{
"context": "package Model;\n\n/**\n *\n * @author MrCapybara\n */\npublic fi... | null | [] | package Model;
/**
*
* @author MrCapybara
*/
public final class EEPROM {
private final byte[] CONTENT;
public EEPROM(byte[] content) {
this.CONTENT = content;
}
public byte[] getContent() {
return CONTENT;
}
public byte getValue(int address) {
return CONTENT[addre... | 333 | 0.585586 | 0.585586 | 22 | 14.136364 | 14.207218 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 7 |
875bac486a379b587fe9056d67cc1a572ce2b588 | 18,674,517,852,887 | b3f14a946cf11f703e7fdf618062bd5e204abf93 | /src/factory/simplefactory/Car.java | 8ed4baf2bb303d8417b545880507da3ff15c8d34 | [] | no_license | xlbpowder/pattern | https://github.com/xlbpowder/pattern | 3fd5909c7dabfeacb23e807b016fc4df103a1b0b | 7ec1a8a703ee245906b75a3b33b052617c167efc | refs/heads/master | 2020-04-06T21:09:57.623000 | 2018-12-12T06:57:39 | 2018-12-12T06:57:39 | 157,794,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package factory.simplefactory;
/**
* @Description:
* @Author: liu.bo
* @CreateTime: 2018-11-15 11:33
*/
public interface Car {
void run();
}
| UTF-8 | Java | 150 | java | Car.java | Java | [
{
"context": "y.simplefactory;\n\n/**\n * @Description:\n * @Author: liu.bo\n * @CreateTime: 2018-11-15 11:33\n */\npublic inter",
"end": 71,
"score": 0.9795230627059937,
"start": 65,
"tag": "NAME",
"value": "liu.bo"
}
] | null | [] | package factory.simplefactory;
/**
* @Description:
* @Author: liu.bo
* @CreateTime: 2018-11-15 11:33
*/
public interface Car {
void run();
}
| 150 | 0.64 | 0.56 | 10 | 14 | 11.278297 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
583aa6bcbf52606e3f5ec2d9fedfdeb6612be877 | 12,721,693,179,793 | c455ed2e4d49a725ec4a1b52f0c4e86535161e95 | /mongo-logger-core/src/main/java/com/qww/mongologger/core/annotation/LogType.java | c2d8052bd893f8250fde62e5e4482ad820487fff | [] | no_license | Antonovvv/mongo-logger | https://github.com/Antonovvv/mongo-logger | bb6ca590cf2a29cf67b2594fddab1a1e364f6e7b | 6934a1f051aa7295751ba95346e38687e5b80c5a | refs/heads/main | 2023-04-30T06:01:21.228000 | 2021-05-24T19:33:00 | 2021-05-24T19:33:00 | 360,467,239 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qww.mongologger.core.annotation;
import com.qww.mongologger.core.entity.BaseLog;
import com.qww.mongologger.core.entity.ExecLog;
import com.qww.mongologger.core.entity.TestLog;
import com.qww.mongologger.core.entity.WebLog;
import com.qww.mongologger.core.utils.exceptions.LogTypeNotFoundException;
public ... | UTF-8 | Java | 1,354 | java | LogType.java | Java | [] | null | [] | package com.qww.mongologger.core.annotation;
import com.qww.mongologger.core.entity.BaseLog;
import com.qww.mongologger.core.entity.ExecLog;
import com.qww.mongologger.core.entity.TestLog;
import com.qww.mongologger.core.entity.WebLog;
import com.qww.mongologger.core.utils.exceptions.LogTypeNotFoundException;
public ... | 1,354 | 0.603528 | 0.603528 | 59 | 21.101694 | 20.838926 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305085 | false | false | 7 |
cef3e1acd731c154df63621c4ae261346d232de9 | 6,803,228,247,867 | 8d8583b83f7d5c723a0f011c098ae05faa991730 | /Temperature Graph/src/GraphPanel.java | dca7759b25721f8958e44e0ea0d7e63d428708d1 | [] | no_license | anuccio1/Real-Time-Temperature-Graph | https://github.com/anuccio1/Real-Time-Temperature-Graph | 9bd4bc6f30c8e190ed680a16bb04e5a40a8e8334 | 21f9b3ffd9bec6fc0ed8d693b0e9523c71ac8ede | refs/heads/master | 2016-09-05T20:55:13.281000 | 2013-04-10T22:04:50 | 2013-04-10T22:04:50 | 9,356,990 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util... | UTF-8 | Java | 11,693 | java | GraphPanel.java | Java | [] | null | [] |
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util... | 11,693 | 0.687505 | 0.677499 | 378 | 28.915344 | 26.464876 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.730159 | false | false | 7 |
f1270d759cfa6ea1ae81e754301d3d899bb2518e | 2,903,397,896,375 | 43d27b1248023d0ef414866b8ebd03806d37672b | /app/src/main/java/stelztech/youknowehv4/activities/quiz/QuizMutlipleChoiceAdapter.java | e16d91a397521ba543449a85b7b15ef1f7c431c3 | [] | no_license | AlexandreStelzig/YouKnowEhV2 | https://github.com/AlexandreStelzig/YouKnowEhV2 | 86da6c787f6d9d59c0f2e3ec93c7839f97bbdf01 | 44c1f75bd1e0949ce7c19fed420db292974c20ea | refs/heads/master | 2021-01-19T08:35:29.963000 | 2018-11-15T13:29:59 | 2018-11-15T13:29:59 | 87,650,350 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stelztech.youknowehv4.activities.quiz;
import android.graphics.Point;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import stelztech.youknowehv4.R;
/**
* Created by alex on 12/2/2017... | UTF-8 | Java | 2,690 | java | QuizMutlipleChoiceAdapter.java | Java | [
{
"context": "import stelztech.youknowehv4.R;\n\n/**\n * Created by alex on 12/2/2017.\n */\n\npublic class QuizMutlipleChoic",
"end": 307,
"score": 0.9979313611984253,
"start": 303,
"tag": "USERNAME",
"value": "alex"
}
] | null | [] | package stelztech.youknowehv4.activities.quiz;
import android.graphics.Point;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import stelztech.youknowehv4.R;
/**
* Created by alex on 12/2/2017... | 2,690 | 0.717844 | 0.712268 | 86 | 30.27907 | 31.224115 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44186 | false | false | 7 |
8767454ed1ba7b98d878aa318cf3622c7f03caae | 2,903,397,894,429 | 1719dc833a1a6f6cfd3cccd54e9e5b21fefaf12e | /trunk/src/java/entities/Facility.java | 5945df6e1375429a43944b29ffd681942c2d5b45 | [] | no_license | kaytema1/ClinicCode-Reboot | https://github.com/kaytema1/ClinicCode-Reboot | d49bb519277fb0dbd1b61d2d5d97bd3778b5cb35 | 913f5891c01c8aff7af2be59c0005000bf45fd45 | refs/heads/master | 2016-09-06T18:59:07.671000 | 2013-12-30T10:35:34 | 2013-12-30T10:35:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
// Generated Nov 29, 2013 11:26:33 AM by Hibernate Tools 3.2.1.GA
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.Table;
... | UTF-8 | Java | 1,588 | java | Facility.java | Java | [] | null | [] | package entities;
// Generated Nov 29, 2013 11:26:33 AM by Hibernate Tools 3.2.1.GA
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.Table;
... | 1,588 | 0.652393 | 0.63602 | 66 | 22 | 20.854475 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 7 |
58c00be4e8981442f7b704bac5a986f8023f4438 | 7,524,782,765,719 | e22fb70c899720647cfe5aef48315fb31e8888d9 | /src/main/java/ro/siit/Buffer.java | 361cac960bd8342b41ebd581b87449983f551977 | [] | no_license | sebiprodan/ConcurrencyVotingSystem | https://github.com/sebiprodan/ConcurrencyVotingSystem | 83a7560169214abed1fbbfc7e58ef72181bfda35 | 1fa97593e35da21ca7aa2e8daa75bac3b8af50df | refs/heads/master | 2021-04-09T15:39:18.358000 | 2018-03-17T18:06:33 | 2018-03-17T18:06:33 | 125,656,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.siit;
public class Buffer {
private int number = -1;
public boolean readyForReading = false;
public synchronized int get() {
while (!readyForReading) {
try {
wait(); // Wait for producer to put a value
} catch (InterruptedException e) {
... | UTF-8 | Java | 982 | java | Buffer.java | Java | [] | null | [] | package ro.siit;
public class Buffer {
private int number = -1;
public boolean readyForReading = false;
public synchronized int get() {
while (!readyForReading) {
try {
wait(); // Wait for producer to put a value
} catch (InterruptedException e) {
... | 982 | 0.507128 | 0.50611 | 36 | 25.277779 | 19.201578 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
e4a4b6b4aae429185e0d16c26aeb57f0b0a3c881 | 7,524,782,768,294 | c5217f888ec39b21763fc90cbcba77e8e52d06e3 | /LargePrimalityTestGUI/src/LargePrimalityTest.java | c59ddc3c715d7f3b006ed0565e4ee7cfcf919409 | [] | no_license | Vision-Paudel/LargePrimalityTest | https://github.com/Vision-Paudel/LargePrimalityTest | a92b0fcbd9353fb642404a80b245e5115a91d089 | 148cffb1c7d80994ab10a6428d54b9749436c981 | refs/heads/master | 2022-02-20T11:20:21.247000 | 2019-09-20T02:35:10 | 2019-09-20T02:35:10 | 208,958,519 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Created by Vision Paudel on Sept. 17, 2019
* This is the GUI version of the Large Primality Test!
*/
import java.math.BigInteger;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
import javafx.scene.layout.BorderP... | UTF-8 | Java | 6,934 | java | LargePrimalityTest.java | Java | [
{
"context": "/* Created by Vision Paudel on Sept. 17, 2019 \r\n * This is the GUI version of",
"end": 27,
"score": 0.9998894929885864,
"start": 14,
"tag": "NAME",
"value": "Vision Paudel"
},
{
"context": "intln(\"Large Primality Test Console version 1.0 by Vision Paudel\");\r\n\t\tS... | null | [] | /* Created by <NAME> on Sept. 17, 2019
* This is the GUI version of the Large Primality Test!
*/
import java.math.BigInteger;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
import javafx.scene.layout.BorderPane;
i... | 6,913 | 0.586963 | 0.575714 | 207 | 31.497585 | 28.762037 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.937198 | false | false | 7 |
752ce0d444888e0d1f7aea974474820bdaca7048 | 30,872,224,982,548 | c15c5c12cd173440818506fc2bda2d84af2e5108 | /app/src/main/java/com/sofi/pacon/domain/model/Medication.java | ef312375c90fda90300007f859d676587d795363 | [] | no_license | ssuffy/PaCon | https://github.com/ssuffy/PaCon | 8367c9491b019b3db2cead8aa38b87b2eaef6d13 | 80e72ebc6948b602b0b2223ee9ad284051fd9339 | refs/heads/master | 2021-08-07T06:52:36.449000 | 2018-08-22T18:19:08 | 2018-08-22T18:19:08 | 115,621,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sofi.pacon.domain.model;
public class Medication {
public Medication() {
}
private String name;
private Dosage dosage;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public Dosage getDosage() {
... | UTF-8 | Java | 425 | java | Medication.java | Java | [] | null | [] | package com.sofi.pacon.domain.model;
public class Medication {
public Medication() {
}
private String name;
private Dosage dosage;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public Dosage getDosage() {
... | 425 | 0.590588 | 0.590588 | 27 | 14.740741 | 14.164621 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 7 |
8b3a62724afd95d9fae8706f22abfd4bc58884a5 | 17,858,474,085,496 | 73869f55ac7ec1ef4a8c945833777b56449f30a4 | /app/src/main/java/com/triveratech/hallmark/yamba/StatusActivity.java | 15eaf1e703f220ebb00333cf8bd7de2f145f6944 | [] | no_license | calvinvette/Yamba-20160426 | https://github.com/calvinvette/Yamba-20160426 | d3346066e5663393d45f31067052631a3785719c | 9345542d9c8b13ce6267638cf76cfdf68313660e | refs/heads/master | 2016-09-14T03:33:34.303000 | 2016-05-01T03:19:50 | 2016-05-01T03:19:50 | 57,148,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.triveratech.hallmark.yamba;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.widget.Toast;
public class StatusActivity extends AppCompatActivity implements StatusFragment.OnFragmentInteractionListe... | UTF-8 | Java | 660 | java | StatusActivity.java | Java | [] | null | [] | package com.triveratech.hallmark.yamba;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.widget.Toast;
public class StatusActivity extends AppCompatActivity implements StatusFragment.OnFragmentInteractionListe... | 660 | 0.762121 | 0.760606 | 21 | 30.428572 | 29.300694 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
626036703cded2d2679ea49a704a9c406d074e98 | 31,172,872,697,280 | 703ebc8a19d3397e7cbf4eb6489b0353612ae2da | /src/com/weihua/leetcode/RomanNumeralConverter.java | 7597daff1c32c385c0430f6eaa3594693dfee17c | [] | no_license | wangwh03/PersonalPractice | https://github.com/wangwh03/PersonalPractice | 1789c085a2434444cdecfade2e62c31e5245bd36 | 4bd12663e29bf75d5c312b811dfab3937df7fe65 | refs/heads/master | 2021-01-21T20:16:44.246000 | 2017-10-09T17:29:58 | 2017-10-09T17:30:02 | 92,214,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weihua.leetcode;
import java.util.LinkedHashMap;
import java.util.Map;
public class RomanNumeralConverter {
public static void main(String[] args) {
RomanNumeralConverter romanNumeralConverter = new RomanNumeralConverter();
// System.out.println(romanNumeralConverter.convert(0));
// ... | UTF-8 | Java | 2,143 | java | RomanNumeralConverter.java | Java | [] | null | [] | package com.weihua.leetcode;
import java.util.LinkedHashMap;
import java.util.Map;
public class RomanNumeralConverter {
public static void main(String[] args) {
RomanNumeralConverter romanNumeralConverter = new RomanNumeralConverter();
// System.out.println(romanNumeralConverter.convert(0));
// ... | 2,143 | 0.59776 | 0.574428 | 59 | 35.322033 | 22.524141 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.881356 | false | false | 7 |
df85440e76c38d6a7f17359671248a33882c14cc | 6,717,328,855,853 | d55df5ac45a82dd3db39dcd42e70fa162e463585 | /wedding-99-common/src/main/java/com/jonda/erp/wedding/dto/product/ProductParam.java | f285c919f4467460c04ac72b032954adb18e93b2 | [] | no_license | jonda-erp/ddsasdasdasdasdasdasd | https://github.com/jonda-erp/ddsasdasdasdasdasdasd | 4d11e8e110149e1bc2802b5d9048ca4675563e65 | b5091177911995f1d0ef641b340c5f04a09f12dd | refs/heads/master | 2016-09-06T05:09:15.233000 | 2014-10-05T13:24:42 | 2014-10-05T13:24:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jonda.erp.wedding.dto.product;
import com.jonda.common.dto.BasePageQueryParam;
import java.util.Date;
/**
* Created by rejoady on 2014/8/8.
*/
public class ProductParam extends BasePageQueryParam {
private String productId;
private String productName;
private String productType;
priv... | UTF-8 | Java | 1,406 | java | ProductParam.java | Java | [
{
"context": "yParam;\n\nimport java.util.Date;\n\n/**\n * Created by rejoady on 2014/8/8.\n */\npublic class ProductParam extend",
"end": 142,
"score": 0.9996897578239441,
"start": 135,
"tag": "USERNAME",
"value": "rejoady"
}
] | null | [] | package com.jonda.erp.wedding.dto.product;
import com.jonda.common.dto.BasePageQueryParam;
import java.util.Date;
/**
* Created by rejoady on 2014/8/8.
*/
public class ProductParam extends BasePageQueryParam {
private String productId;
private String productName;
private String productType;
priv... | 1,406 | 0.661451 | 0.657184 | 70 | 19.085714 | 18.35269 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 7 |
9e509d65311b3c98cd33513138958518525821d2 | 7,035,156,442,967 | 300ef34fa94ee65d129ca3e06237261bc5325a98 | /mmall/src/main/java/com/mmall/service/IFileService.java | 6d3b8fce7b946d7fc3ebfaf57f62b2f5eacc7c7c | [] | no_license | look-forward-future/mmall | https://github.com/look-forward-future/mmall | c85d32e716aab2041550fe54809a794d6785e2cc | 39e0a1b888999fad57c576650c003ca2671543ff | refs/heads/master | 2021-01-02T09:17:21.847000 | 2017-05-30T11:29:54 | 2017-08-03T01:59:32 | 99,183,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mmall.service;
import org.springframework.web.multipart.MultipartFile;
/**
* 这是文件服务的接口类
* @author Administrator
*
*/
public interface IFileService {
//这是上传文件的接口
public String upload(MultipartFile file,String path);
}
| UTF-8 | Java | 292 | java | IFileService.java | Java | [
{
"context": "t.MultipartFile;\r\n\r\n/**\r\n * 这是文件服务的接口类\r\n * @author Administrator\r\n *\r\n */\r\n\r\npublic interface IFileService {\r\n\t//这",
"end": 133,
"score": 0.9000290036201477,
"start": 120,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.mmall.service;
import org.springframework.web.multipart.MultipartFile;
/**
* 这是文件服务的接口类
* @author Administrator
*
*/
public interface IFileService {
//这是上传文件的接口
public String upload(MultipartFile file,String path);
}
| 292 | 0.712598 | 0.712598 | 15 | 14.933333 | 18.52014 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
6f8cf04963736417b873b203d5fddbc8c699458b | 13,993,003,461,928 | 80a87ea063eb609d9faab6a69a2aa14ed12319c4 | /app/src/main/java/com/example/administrator/chaoshen/info/M_TeamsInfo.java | 076030be53e83eb67b6193acfed0fa20f2be4b32 | [] | no_license | tunder19/Chaoshen814 | https://github.com/tunder19/Chaoshen814 | 12d0fe04054461991bb6ecfd4bb5c25cbb9c815c | 75f37f3f54d73e8522b24e00944e9b5c178b06c4 | refs/heads/master | 2020-03-28T20:17:33.760000 | 2018-09-17T01:57:54 | 2018-09-17T01:57:54 | 149,056,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.chaoshen.info;
import com.example.administrator.chaoshen.bean.TeamsBean;
import java.util.List;
public class M_TeamsInfo extends BaseSignleInfo<List<TeamsBean>> {
}
| UTF-8 | Java | 202 | java | M_TeamsInfo.java | Java | [] | null | [] | package com.example.administrator.chaoshen.info;
import com.example.administrator.chaoshen.bean.TeamsBean;
import java.util.List;
public class M_TeamsInfo extends BaseSignleInfo<List<TeamsBean>> {
}
| 202 | 0.816832 | 0.816832 | 8 | 24.25 | 26.668098 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
aa364c768d8271372f4b7c88117559d844db4e67 | 25,194,278,170,822 | 4a7cb14aa934df8f362cf96770e3e724657938d8 | /MFES/ATS/Project/structuring/projectsPOO_1920/60/TrazAqui/controller/ControllerEmpresas.java | 9c0aaf9ab8604c1f90ec54c8b583257f8bc08fd8 | [] | no_license | pCosta99/Masters | https://github.com/pCosta99/Masters | 7091a5186f581a7d73fd91a3eb31880fa82bff19 | f835220de45a3330ac7a8b627e5e4bf0d01d9f1f | refs/heads/master | 2023-08-11T01:01:53.554000 | 2021-09-22T07:51:51 | 2021-09-22T07:51:51 | 334,012,667 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import interfaces.*;
import model.EmpresaIndisponivelException;
import model.NaoExisteEncomendaException;
import model.RandomGenerator;
import view.InterfaceEmpresa;
import view.InterfaceGeral;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import ja... | UTF-8 | Java | 7,679 | java | ControllerEmpresas.java | Java | [] | null | [] | package controller;
import interfaces.*;
import model.EmpresaIndisponivelException;
import model.NaoExisteEncomendaException;
import model.RandomGenerator;
import view.InterfaceEmpresa;
import view.InterfaceGeral;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import ja... | 7,679 | 0.669365 | 0.666754 | 252 | 28.388889 | 28.367758 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.789683 | false | false | 7 |
dedf1661b6e7a5e4fa6b1f946b2b1c40bcd76021 | 31,207,232,386,192 | 02fa610f37ebdc852617dd597ba2d234581a62b9 | /app/src/main/java/io/droidtech/textrecognitionapp/MainActivity.java | 05da4cf797241c7e68b2dad750bbd2df763a2f53 | [] | no_license | naimoudayet/TextRecognitionApp | https://github.com/naimoudayet/TextRecognitionApp | 85657651a2636020d745d9646f89758cb6cc851a | c93f3bfe871c604fd0be98e535a2beb9f8400a3a | refs/heads/master | 2021-03-01T22:49:30.700000 | 2020-03-08T13:23:20 | 2020-03-08T13:23:20 | 245,818,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.droidtech.textrecognitionapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import android.wi... | UTF-8 | Java | 4,715 | java | MainActivity.java | Java | [] | null | [] | package io.droidtech.textrecognitionapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import android.wi... | 4,715 | 0.626299 | 0.626087 | 116 | 39.646553 | 31.289045 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 7 |
9b153cd6d609a5596d222cdb801b873cac185c8b | 17,334,488,023,701 | 37707f94f12b8ff7293450510c49c9733d21e5c0 | /src/main/java/com/dm/nok/module/M000000/G001200/F001211/service/F001211CodeVO.java | 65013ef8eb8e2fbe1120184cc7471773ac4e3f5d | [] | no_license | ducmanhhoang/nok | https://github.com/ducmanhhoang/nok | 6cce67d804c91190aa38ecad7e018c89fd34f2df | fc2dc513ac914306ddc6b462cd0b32b112740420 | refs/heads/master | 2023-03-20T11:18:20.071000 | 2021-03-12T07:23:04 | 2021-03-12T07:23:04 | 319,513,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dm.nok.module.M000000.G001200.F001211.service;
import com.dm.nok.module.M000000.G000000.F000000.service.BaseVO;
im... | UTF-8 | Java | 1,798 | java | F001211CodeVO.java | Java | [
{
"context": "VO;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author Hoang Duc Manh\r\n */\r\npublic class F001211CodeVO extends BaseVO {",
"end": 378,
"score": 0.9998001456260681,
"start": 364,
"tag": "NAME",
"value": "Hoang Duc Manh"
}
] | 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.dm.nok.module.M000000.G001200.F001211.service;
import com.dm.nok.module.M000000.G000000.F000000.service.BaseVO;
im... | 1,790 | 0.622358 | 0.577308 | 79 | 20.759493 | 19.831707 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341772 | false | false | 7 |
441abd36e4f36a7339fd843f2903f20d7d70493b | 17,514,876,648,410 | 07433102d0cd75965ce864f002fb956269a52321 | /junior/algorithm/sort/RadixSort.java | 1621434933a2b7e8d35da13f74e11ab27d1db068 | [] | no_license | leeyunbo/before_sleeping_algorithm | https://github.com/leeyunbo/before_sleeping_algorithm | 29da72a9bf8dde848ec8c0786caf8dc84fce1f4c | f5d1dfb25dc7c217eff73ef25a9b6e57aad7f0eb | refs/heads/main | 2023-06-28T23:51:39.512000 | 2022-03-21T12:23:26 | 2022-03-21T12:23:26 | 311,325,176 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package junior.algorithm.sort;
import java.util.*;
public class RadixSort {
private static final int[] numbers = {10,20,40,48,101,203,404,695,3,8,9,10,24};
private static final ArrayList<LinkedList<Integer>> buckets = new ArrayList<>();
public static void main(String[] args) {
RadixSort radixSor... | UTF-8 | Java | 1,297 | java | RadixSort.java | Java | [] | null | [] | package junior.algorithm.sort;
import java.util.*;
public class RadixSort {
private static final int[] numbers = {10,20,40,48,101,203,404,695,3,8,9,10,24};
private static final ArrayList<LinkedList<Integer>> buckets = new ArrayList<>();
public static void main(String[] args) {
RadixSort radixSor... | 1,297 | 0.532768 | 0.501157 | 47 | 26.595745 | 24.243147 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.765957 | false | false | 7 |
b3afb16fee5a0378a3ec8d135c8cc3314a37d0ca | 5,617,817,245,468 | 2fb974d50962a107769edf2c530b84aa6c3ddf15 | /components/camel-aws-ddb/src/generated/java/org/apache/camel/component/aws/ddb/DdbEndpointConfigurer.java | 613b5f9f69f7ec7b86f144a604553e27999e16a1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown"
] | permissive | Rudy-Menekam/camel | https://github.com/Rudy-Menekam/camel | 82916c99c4f87bb2410372a79686ad5b4e0f7fe6 | 6662ec3e2fb77b09a4b3d09c2d2783d5aae3e7c1 | refs/heads/master | 2021-03-15T06:32:55.906000 | 2020-03-12T10:23:27 | 2020-03-12T10:56:49 | 246,829,757 | 1 | 0 | Apache-2.0 | true | 2020-03-12T12:34:25 | 2020-03-12T12:34:24 | 2020-03-12T12:18:17 | 2020-03-12T11:39:08 | 340,045 | 0 | 0 | 0 | null | false | false | /* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.aws.ddb;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.GeneratedPropertyConfigurer;
import org.apache.camel.support.component.PropertyConfigurerSupport;
/**
* Generated by camel build tools - do NOT e... | UTF-8 | Java | 3,388 | java | DdbEndpointConfigurer.java | Java | [] | null | [] | /* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.aws.ddb;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.GeneratedPropertyConfigurer;
import org.apache.camel.support.component.PropertyConfigurerSupport;
/**
* Generated by camel build tools - do NOT e... | 3,388 | 0.740555 | 0.74026 | 51 | 65.411766 | 54.813114 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45098 | false | false | 7 |
f93c723458964d3dd7259190cc7d4093b0d56987 | 27,462,020,909,378 | 7428ebc88764b4daad7b5901631190440ab89b56 | /src/com/wsp/event/service/impl/ReduceMatchServiceImpl.java | c0e68ab9a6fcbd96642a062fe6d03a580a819db4 | [] | no_license | WuSiPingGit/ForCat | https://github.com/WuSiPingGit/ForCat | 2450103d15a807c8a8843abc43c2e68896b0ee9f | 353f6aeaa36042a15efda091ba80c793264a2fd8 | refs/heads/master | 2022-04-22T03:12:35.739000 | 2020-04-17T16:05:14 | 2020-04-17T16:05:14 | 250,140,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsp.event.service.impl;
import com.wsp.event.dao.impl.ReduceMatchDaoImpl;
/**
* 删除比赛信息
* @author WSP
*/
public class ReduceMatchServiceImpl {
ReduceMatchDaoImpl reduce = new ReduceMatchDaoImpl();
/**
* 赛事id
* @param matchId
* 是否成功
* @return
*/
public boolean reduceMatch(int m... | GB18030 | Java | 446 | java | ReduceMatchServiceImpl.java | Java | [
{
"context": "pl.ReduceMatchDaoImpl;\r\n/**\r\n * 删除比赛信息\r\n * @author WSP\r\n */\r\npublic class ReduceMatchServiceImpl {\r\n\tRed",
"end": 120,
"score": 0.986770749092102,
"start": 117,
"tag": "USERNAME",
"value": "WSP"
}
] | null | [] | package com.wsp.event.service.impl;
import com.wsp.event.dao.impl.ReduceMatchDaoImpl;
/**
* 删除比赛信息
* @author WSP
*/
public class ReduceMatchServiceImpl {
ReduceMatchDaoImpl reduce = new ReduceMatchDaoImpl();
/**
* 赛事id
* @param matchId
* 是否成功
* @return
*/
public boolean reduceMatch(int m... | 446 | 0.64455 | 0.64218 | 23 | 16.347826 | 16.609606 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 7 |
da601149ab6d41a4922191f2332ca49d630330ef | 27,324,581,955,374 | 806db504be5d27ca47fab65626dbca9e945e45bc | /src/main/java/com/asiainfo/devops/biz/cd/service/resp/GetUserDeliveryRecordListResp.java | 4f0ddbc32bb8003b8b7d3b9117b9cccf9069931c | [
"MIT"
] | permissive | lcc214321/devops-scm | https://github.com/lcc214321/devops-scm | 1738b9b018143c992cc134d1bae07a9a70b0afd3 | 01115df127ea88218366dd68d3ea2f7f835764aa | refs/heads/master | 2020-07-06T19:51:05.741000 | 2019-01-15T15:16:25 | 2019-01-15T15:16:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiainfo.devops.biz.cd.service.resp;
import com.asiainfo.devops.biz.cd.vo.DeliveryHistoryVO;
import com.asiainfo.devops.biz.cd.vo.DeliveryRecordVO;
import com.asiainfo.devops.common.BaseResponse;
import lombok.Data;
import lombok.ToString;
import lombok.experimental.Accessors;
import java.util.List;
/**
... | UTF-8 | Java | 715 | java | GetUserDeliveryRecordListResp.java | Java | [
{
"context": "Accessors;\n\nimport java.util.List;\n\n/**\n * @author Chenkl\n * @version $Id: GetUserDeliveryRecordListResp.ja",
"end": 337,
"score": 0.9995822906494141,
"start": 331,
"tag": "USERNAME",
"value": "Chenkl"
}
] | null | [] | package com.asiainfo.devops.biz.cd.service.resp;
import com.asiainfo.devops.biz.cd.vo.DeliveryHistoryVO;
import com.asiainfo.devops.biz.cd.vo.DeliveryRecordVO;
import com.asiainfo.devops.common.BaseResponse;
import lombok.Data;
import lombok.ToString;
import lombok.experimental.Accessors;
import java.util.List;
/**
... | 715 | 0.776224 | 0.73986 | 25 | 27.6 | 22.349943 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 7 |
653fa7192bd5b9d51ed8c03012cc916221d6e426 | 17,214,228,927,684 | 03cc34f7a395a78e330e7170c14fd8fed3062c4a | /src/main/java/com/yogapay/wx/web/PayParam.java | fe6258b734d4781a0dff3c184bf75b1ad56cbb36 | [] | no_license | huyuheng2009/wxservice | https://github.com/huyuheng2009/wxservice | 0eec99a783cb0a7e4416b18ba8483a70b43e2ce6 | 8a5651c3e496d988596d7081ebadc128f8153da3 | refs/heads/master | 2021-01-11T07:15:54.693000 | 2016-11-01T08:35:47 | 2016-11-01T08:35:47 | 72,518,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yogapay.wx.web;
import com.yogapay.wx.entity.WXWebConfig;
public class PayParam {
public final WXWebConfig c;
public final OrderParam op;
public final String openid;
public PayParam(WXWebConfig c, OrderParam op, String openid) {
this.c = c;
this.op = op;
this.openid = openid;
}
}
| UTF-8 | Java | 309 | java | PayParam.java | Java | [] | null | [] | package com.yogapay.wx.web;
import com.yogapay.wx.entity.WXWebConfig;
public class PayParam {
public final WXWebConfig c;
public final OrderParam op;
public final String openid;
public PayParam(WXWebConfig c, OrderParam op, String openid) {
this.c = c;
this.op = op;
this.openid = openid;
}
}
| 309 | 0.728155 | 0.728155 | 17 | 17.17647 | 17.443136 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235294 | false | false | 7 |
b49490aeb2dccb10befbae30a43244d09b0882a5 | 5,506,148,128,074 | ff2041af3a1e4b7ea7eefc3e5143e4a6155794c4 | /src/main/java/edu/ou/cs/cg/hw05/View.java | afa1c750cba5f28a286f0da7b2d1886174aba188 | [] | no_license | birdwell/Homework-5 | https://github.com/birdwell/Homework-5 | cd880a72c8a3d8a0a6477bed52acc7b7b206ccbb | b31fa25afa361b6edfb23e54c4c8cf140740df4d | refs/heads/master | 2020-03-11T17:49:52.193000 | 2018-04-19T15:38:14 | 2018-04-19T15:38:14 | 130,158,585 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //******************************************************************************
// Copyright (C) 2016 University of Oklahoma Board of Trustees.
//******************************************************************************
// Last modified: Tue Mar 1 18:52:22 2016 by Chris Weaver
//*********************************... | UTF-8 | Java | 8,269 | java | View.java | Java | [
{
"context": "****\n// Last modified: Tue Mar 1 18:52:22 2016 by Chris Weaver\n//***********************************************",
"end": 284,
"score": 0.9997081756591797,
"start": 272,
"tag": "NAME",
"value": "Chris Weaver"
},
{
"context": " <CODE>Interaction</CODE> class.<P>\n *\n... | null | [] | //******************************************************************************
// Copyright (C) 2016 University of Oklahoma Board of Trustees.
//******************************************************************************
// Last modified: Tue Mar 1 18:52:22 2016 by <NAME>
//***************************************... | 8,257 | 0.514935 | 0.498005 | 335 | 23.683582 | 23.847303 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.752239 | false | false | 7 |
bf00b17d502a88f182a2f69584fdeda4d760e6f8 | 33,681,133,562,624 | 5b8de6576ecf8a17227442bb7f74ca8220a230e3 | /src/main/java/org/pfaa/geologica/processing/Crude.java | ececa2874807c2fa73977146f81cd7cf9ce909fc | [
"Artistic-2.0"
] | permissive | lawremi/PerFabricaAdAstra | https://github.com/lawremi/PerFabricaAdAstra | 7299b75bb811d34e0349e0a6d6fdbe23f9c4455b | b86f7b8130139a83e27ad3855f1d86675c8f5722 | refs/heads/master | 2021-06-13T01:40:08.568000 | 2021-04-18T17:35:36 | 2021-04-18T17:35:36 | 7,422,020 | 17 | 11 | null | false | 2016-11-10T14:56:55 | 2013-01-03T11:49:04 | 2016-11-10T14:56:25 | 2016-11-10T14:56:54 | 2,138 | 11 | 6 | 9 | Java | null | null | package org.pfaa.geologica.processing;
import java.awt.Color;
import java.util.List;
import org.pfaa.chemica.model.Aggregate.Aggregates;
import org.pfaa.chemica.model.Compound.Compounds;
import org.pfaa.chemica.model.Condition;
import org.pfaa.chemica.model.ConditionProperties;
import org.pfaa.chemica.model.Hazard;
i... | UTF-8 | Java | 5,620 | java | Crude.java | Java | [] | null | [] | package org.pfaa.geologica.processing;
import java.awt.Color;
import java.util.List;
import org.pfaa.chemica.model.Aggregate.Aggregates;
import org.pfaa.chemica.model.Compound.Compounds;
import org.pfaa.chemica.model.Condition;
import org.pfaa.chemica.model.ConditionProperties;
import org.pfaa.chemica.model.Hazard;
i... | 5,620 | 0.703381 | 0.648043 | 144 | 38.027779 | 34.338783 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.402778 | false | false | 7 |
c4801d9c262e79ba674486764b62aa8f6d3e3f02 | 21,844,203,671,183 | 1017f814df9696178ac81ff09da42bbc97e5e3db | /Lesson 4 MVP moxy RxJava okhttp retrofit galde/GetFromServer/app/src/main/java/com/example/getfromserver/MainActivity.java | 2ad42ef42bb2a3cd93229769e16464c999410988 | [] | no_license | Serggithub777/android-popular-lib-metodichka | https://github.com/Serggithub777/android-popular-lib-metodichka | 7863417b9c4d17e4ff7d82831d588436e45df422 | 7568163935e75cb4cb835633aebd595e5664266d | refs/heads/master | 2022-11-25T19:49:13.315000 | 2020-07-25T12:20:12 | 2020-07-25T12:20:12 | 275,390,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.getfromserver;
import android.annotation.SuppressLint;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditTex... | UTF-8 | Java | 5,477 | java | MainActivity.java | Java | [] | null | [] | package com.example.getfromserver;
import android.annotation.SuppressLint;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditTex... | 5,477 | 0.596893 | 0.593484 | 132 | 38.992424 | 20.334885 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 7 |
2e72084fdea1ba4ac77a678ed132cc9a9ea6bd73 | 4,226,247,863,178 | d1a4a3faeffaab5fc3f79f2a850d41cc4643448c | /src/exception/AutoCloseable.java | 2511c5a398e19944afe7590019e07d5cb9c07b20 | [] | no_license | SsM479/javaSE | https://github.com/SsM479/javaSE | aca81304c730041a8f43ea16973af7657e502376 | fbfd6902e43556c50787cf8fc9d87044ba0b4372 | refs/heads/master | 2020-05-21T00:21:21.577000 | 2019-05-09T15:21:03 | 2019-05-09T15:21:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exception;
import java.io.FileOutputStream;
/**
* JDK7之后退出了一个新的特性:自动关闭
* java中实现了AutoCloseable接口的类,都可以被该特性自动关闭
* @author soft01
*
*/
public class AutoCloseable {
public static void main(String[] args) {
/*
* 写在try后面小括号里的就可以自动关闭 不需要再finally
*/
try(
FileOutputStream fos = new FileOutputStream... | UTF-8 | Java | 524 | java | AutoCloseable.java | Java | [
{
"context": "* java中实现了AutoCloseable接口的类,都可以被该特性自动关闭\n * @author soft01\n *\n */\npublic class AutoCloseable {\n\tpublic stati",
"end": 140,
"score": 0.9993844032287598,
"start": 134,
"tag": "USERNAME",
"value": "soft01"
}
] | null | [] | package exception;
import java.io.FileOutputStream;
/**
* JDK7之后退出了一个新的特性:自动关闭
* java中实现了AutoCloseable接口的类,都可以被该特性自动关闭
* @author soft01
*
*/
public class AutoCloseable {
public static void main(String[] args) {
/*
* 写在try后面小括号里的就可以自动关闭 不需要再finally
*/
try(
FileOutputStream fos = new FileOutputStream... | 524 | 0.681159 | 0.671498 | 24 | 16.25 | 15.932801 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 7 |
eb62c8a41b4c38a1358af7ea81033525ba72cadf | 11,338,713,718,134 | d6a7183663dc674af15dd9745743650288f017e9 | /muserver-common/src/main/java/muserver/common/configs/CommonConfigs.java | c7c07f9faf4286b122cb31b7225efe081660814c | [] | no_license | xiwang1289/muserver | https://github.com/xiwang1289/muserver | c74142e8a34b04b2dff2142023385cdb32bdf0f4 | 1717262ecb4b5d5674cde99e5876d14395c6627a | refs/heads/master | 2020-07-02T11:33:01.036000 | 2019-07-23T17:08:31 | 2019-07-23T17:08:31 | 201,514,365 | 1 | 0 | null | true | 2019-08-09T17:39:02 | 2019-08-09T17:39:01 | 2019-07-23T17:08:33 | 2019-07-23T17:08:31 | 556 | 0 | 0 | 0 | null | false | false | package muserver.common.configs;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.auto.value.AutoValue;
@AutoValue
public abstract class CommonConfigs extends AbstractConfigs {
public static Builder builder() {
return new AutoValue_CommonC... | UTF-8 | Java | 1,574 | java | CommonConfigs.java | Java | [] | null | [] | package muserver.common.configs;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.auto.value.AutoValue;
@AutoValue
public abstract class CommonConfigs extends AbstractConfigs {
public static Builder builder() {
return new AutoValue_CommonC... | 1,574 | 0.771283 | 0.771283 | 52 | 29.288462 | 24.819609 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 7 |
dd24ffe17ea9fd02fd915c7542070589dbd8218e | 14,482,629,778,235 | 426af563f26a03cc0ac587073b2827105b5407f4 | /src/inmobiliario/garaje.java | 0724b6228b089707c3489b8d539f87f425cd3ab7 | [] | no_license | LuisLarge/poo-inmobiliario | https://github.com/LuisLarge/poo-inmobiliario | a891e301bcc405cb7eafcbb7676960ec89c7ae84 | 4743a2194fd2c5fa8bcd5a974bebca9b3ae39a30 | refs/heads/master | 2020-05-24T03:48:25.286000 | 2019-05-16T18:14:05 | 2019-05-16T18:14:05 | 187,079,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package inmobiliario;
/**
*
* @author Luis Large
*/
public class garaje extends superficie implements alquiler {
protected String parte;
public boolean alqui;
public garaje() {
}
public garaje(String parte, int precioM2, String ubicacion, int m2) {
super(precioM2, ub... | UTF-8 | Java | 975 | java | garaje.java | Java | [
{
"context": "\r\npackage inmobiliario;\r\n\r\n/**\r\n *\r\n * @author Luis Large\r\n */\r\npublic class garaje extends superficie imp",
"end": 57,
"score": 0.9998226165771484,
"start": 47,
"tag": "NAME",
"value": "Luis Large"
}
] | null | [] |
package inmobiliario;
/**
*
* @author <NAME>
*/
public class garaje extends superficie implements alquiler {
protected String parte;
public boolean alqui;
public garaje() {
}
public garaje(String parte, int precioM2, String ubicacion, int m2) {
super(precioM2, ubicac... | 971 | 0.532308 | 0.528205 | 49 | 17.857143 | 18.447941 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387755 | false | false | 7 |
e2e691154c13f85d196321374a917674f766d13e | 2,482,491,115,370 | 25512d20de5fce0e1bc83e803a97ca6e6265710b | /code/tests/All.java | 14281769b05ea13c14207271658b886b89fe093e | [] | no_license | Fjoelsak/game-simulator | https://github.com/Fjoelsak/game-simulator | 664aa48156258f1fb71f1ed82588904377f6f6d0 | 52e46adf132dc5d114beb9587596e2358db1c808 | refs/heads/master | 2023-09-01T06:09:22.471000 | 2021-11-05T08:10:08 | 2021-11-05T08:10:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests;
import org.junit.platform.runner.JUnitPlatform;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.runner.RunWith;
@RunWith(JUnitPlatform.class)
@SelectClasses( { FieldTest.class, MoveVGTest.class, } )
class All {
}
| UTF-8 | Java | 264 | java | All.java | Java | [] | null | [] | package tests;
import org.junit.platform.runner.JUnitPlatform;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.runner.RunWith;
@RunWith(JUnitPlatform.class)
@SelectClasses( { FieldTest.class, MoveVGTest.class, } )
class All {
}
| 264 | 0.75 | 0.75 | 11 | 22 | 21.174599 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 7 |
23ae1dfad1d6a148a57af4a3a8bab38b60a47af9 | 33,217,277,076,785 | 13db4a1d034aa9dc3b97ba5a4c758eb37ef254df | /opserv-sp-cr-process-batch/src/main/java/com/cognizant/opserv/sp/cr/process/dto/ErrorDTO.java | 5b9b44c26c2ad94839cfbe3dfd9532417a7f14e2 | [] | no_license | deepthikamaraj/javaCode | https://github.com/deepthikamaraj/javaCode | 3436c539c0abcaeb3fbec87ccd1b79b543dffbc6 | 7634d01d5553496c7f5549382651ae63f371f8cc | refs/heads/master | 2021-04-06T08:54:22.184000 | 2018-03-13T09:57:40 | 2018-03-13T09:57:40 | 125,029,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cognizant.opserv.sp.cr.process.dto;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
*
* @author 426111
*
*/
public class ErrorDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 5447177881542613318L;
private ErrorCode error... | UTF-8 | Java | 759 | java | ErrorDTO.java | Java | [
{
"context": "ashMap;\nimport java.util.Map;\n\n/**\n * \n * @author 426111\n *\n */\npublic class ErrorDTO implements Serializa",
"end": 152,
"score": 0.9978567957878113,
"start": 146,
"tag": "USERNAME",
"value": "426111"
}
] | null | [] | package com.cognizant.opserv.sp.cr.process.dto;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
*
* @author 426111
*
*/
public class ErrorDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 5447177881542613318L;
private ErrorCode error... | 759 | 0.716733 | 0.683794 | 39 | 18.461538 | 20.168325 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25641 | false | false | 7 |
eed1bdf4e1073f87a94f7b24445dd3098fa5121d | 31,447,750,570,925 | 2836092c646a1c63148488608d0f4a71e495741d | /src/main/java/edu/utn/adoptAPPet/repository/VaccineRepository.java | 971d94952f6d2637f627104129c36718f3683182 | [] | no_license | jmburgues-UTN-Projects/adoptAPPet | https://github.com/jmburgues-UTN-Projects/adoptAPPet | 90da70dfad5166771e92f9959293fb04ff22298a | 00ed7edc0b7132f39678a780e1d0f8f78c2ca250 | refs/heads/master | 2023-04-08T00:01:29.137000 | 2021-04-13T22:15:47 | 2021-04-13T22:15:47 | 357,353,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.utn.adoptAPPet.repository;
import edu.utn.adoptAPPet.model.Vaccine;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface VaccineRepository extends JpaRepository<Vaccine,Integer> {
}
| UTF-8 | Java | 284 | java | VaccineRepository.java | Java | [] | null | [] | package edu.utn.adoptAPPet.repository;
import edu.utn.adoptAPPet.model.Vaccine;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface VaccineRepository extends JpaRepository<Vaccine,Integer> {
}
| 284 | 0.848592 | 0.848592 | 9 | 30.555555 | 26.895315 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
69543fa14e4a204b8ac3b4d9096154aaf8073e60 | 10,127,532,912,941 | 0f2e2c9b789b5cee5b43a103431272a6284c87dc | /eureka-client/src/main/java/com/entryexit/service/impl/EntryExitServiceImpl.java | edad4b5c239d3873dbdcc905e218adc689031579 | [] | no_license | suhasgajakosh/vehicle_parking | https://github.com/suhasgajakosh/vehicle_parking | 7816536928a4ec35fb71927f4e94a2e84ce56400 | 4c6ab29f1ebf7a2cd2447639ea2cc1dc37c32110 | refs/heads/master | 2021-01-13T17:23:57.073000 | 2017-02-14T09:57:58 | 2017-02-14T09:57:58 | 81,789,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.entryexit.service.impl;
import java.util.Date;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.entryexit.beans.VehicleDetails;
import com.entryexit.dao.VehicleDetailsRepository;
import com.entryexit.service.EntryExitService;
@Servi... | UTF-8 | Java | 928 | java | EntryExitServiceImpl.java | Java | [] | null | [] | package com.entryexit.service.impl;
import java.util.Date;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.entryexit.beans.VehicleDetails;
import com.entryexit.dao.VehicleDetailsRepository;
import com.entryexit.service.EntryExitService;
@Servi... | 928 | 0.788793 | 0.788793 | 40 | 22.200001 | 22.606636 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.275 | false | false | 7 |
0b1c3fbe41a098dbaece6f00ff347b4dff79b2a0 | 19,602,230,744,348 | a2dfa9693e62fff2611d9917423f46c57c28273f | /src/main/java/com/ilton/cursomc/domain/enums/EstadoPagamento.java | 760556f00ef36168a7c0be157e298a5c2f766e71 | [] | no_license | IltonBJSilva/cursomc | https://github.com/IltonBJSilva/cursomc | 9df9aae2a421ba715d7150510cbe30e627fcdf9f | ace8a9e95186f2cf82fdd10d1bd76843c6671db2 | refs/heads/master | 2020-05-25T16:35:13.279000 | 2019-12-19T17:30:31 | 2019-12-19T17:30:31 | 187,890,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ilton.cursomc.domain.enums;
//Implementanção sofisticada de um tipo enumerado para ter o controle total
//Do codigo atribuido a cada valor da enumação.
public enum EstadoPagamento {
PENDENTE(1,"Pendente"),
QUITADO(2,"Quitado"),
CANCELADO(3,"Cancelado");
private int cod;
private String descricao;
... | UTF-8 | Java | 1,129 | java | EstadoPagamento.java | Java | [] | null | [] | package com.ilton.cursomc.domain.enums;
//Implementanção sofisticada de um tipo enumerado para ter o controle total
//Do codigo atribuido a cada valor da enumação.
public enum EstadoPagamento {
PENDENTE(1,"Pendente"),
QUITADO(2,"Quitado"),
CANCELADO(3,"Cancelado");
private int cod;
private String descricao;
... | 1,129 | 0.716192 | 0.713523 | 45 | 23.977777 | 22.817623 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 7 |
414e15605e8a38485b764d6588fcf2ed9c52c8ba | 13,048,110,650,451 | ba43c52039ced0ce4915bcb4fa44bb8164c38587 | /src/main/java/com/pawelm/service/RobertService.java | f872feee8db8ef10eed81b783eaa778a9bf4b95a | [] | no_license | pawmac24/apache-cxf-camel-soap-to-rest | https://github.com/pawmac24/apache-cxf-camel-soap-to-rest | feabb2a71b303edacd0d7e784e542a6294cf3ea4 | 1184f884884439e82c9791840571f3f212cdc9b4 | refs/heads/master | 2020-04-12T13:56:44.665000 | 2016-09-23T13:58:00 | 2016-09-23T13:58:00 | 68,018,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pawelm.service;
import com.company.rk.schema.robertschema.SecondOperationRequestType;
import com.company.rk.schema.robertschema.SecondOperationResponseType;
public interface RobertService {
String processRequest(String request);
SecondOperationResponseType processRequest(SecondOperationRequestType ... | UTF-8 | Java | 332 | java | RobertService.java | Java | [] | null | [] | package com.pawelm.service;
import com.company.rk.schema.robertschema.SecondOperationRequestType;
import com.company.rk.schema.robertschema.SecondOperationResponseType;
public interface RobertService {
String processRequest(String request);
SecondOperationResponseType processRequest(SecondOperationRequestType ... | 332 | 0.85241 | 0.85241 | 11 | 29.181818 | 30.83333 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 7 |
010d0b1c2cfbadcb16099d66eed251dce0d73819 | 23,149,873,792,986 | bc77d99e852b121a492f6f3658d2d62d1a58a00f | /ling3.core.security/src/main/java/com/ling2/security/dao/IRoleDao.java | e97f751ff6b0fff255282a8bde228cd3e7db2636 | [] | no_license | 102010cncger/ling2 | https://github.com/102010cncger/ling2 | 030fa489cde5627198ddc2ee54dd5b597e04c135 | f98772c628c455600433973a6933944f6e63ed6c | refs/heads/master | 2020-02-28T17:58:51.498000 | 2015-03-11T04:03:21 | 2015-03-11T04:03:21 | 28,950,323 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ling2.security.dao;
import java.util.List;
import java.util.Map;
import com.ling2.core.commons.support.DaoPage;
import com.ling2.core.dao.IDao;
import com.ling2.security.model.impl.DefaultRole;
import com.ling2.security.model.impl.RoleMember;
import com.ling2.security.model.impl.RoleResource;
im... | UTF-8 | Java | 1,112 | java | IRoleDao.java | Java | [] | null | [] | package com.ling2.security.dao;
import java.util.List;
import java.util.Map;
import com.ling2.core.commons.support.DaoPage;
import com.ling2.core.dao.IDao;
import com.ling2.security.model.impl.DefaultRole;
import com.ling2.security.model.impl.RoleMember;
import com.ling2.security.model.impl.RoleResource;
im... | 1,112 | 0.813849 | 0.806655 | 24 | 44.333332 | 28.017355 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 7 |
127c740833ed0a9efccd7f58cf4327c5f0a27da4 | 24,644,522,359,535 | 99d47a57a85a9de2d59d1900093bb8a92c72facc | /it/medieval/p023a/p024a/p028d/C1282q.java | 33cf86489ef6f1a666b5eb613c8982ca1be5bb5f | [] | no_license | EmilyTLin/bluetooth | https://github.com/EmilyTLin/bluetooth | 6b406db1dfcee9baec52743d80c766bc2062a4e7 | 0647312c2b62252620a06f56ee59d0a2c04cea4b | refs/heads/master | 2020-02-21T06:17:29.884000 | 2018-03-27T01:38:34 | 2018-03-27T01:38:34 | 126,906,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.medieval.p023a.p024a.p028d;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
final class C1282q {
protected short f4377a;
protected C1281p f4378b = new C1281p();
protected short f4379c;
protected short f4380d;
protected short f4381e;
protected int... | UTF-8 | Java | 3,507 | java | C1282q.java | Java | [] | null | [] | package it.medieval.p023a.p024a.p028d;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
final class C1282q {
protected short f4377a;
protected C1281p f4378b = new C1281p();
protected short f4379c;
protected short f4380d;
protected short f4381e;
protected int... | 3,507 | 0.579698 | 0.372398 | 92 | 37.119564 | 24.017132 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728261 | false | false | 7 |
3f3a7694b1dd8fa9da759c520059a48212c806fb | 6,889,127,553,618 | 817e6038e195d843aaeb9be702d8a88360212d92 | /api/src/main/java/fr/norad/jaxrs/oauth2/SecuredAnnotationReader.java | e21bc199899937bcb1193a8d90e2f30762644f98 | [] | no_license | bric3/jaxrs-oauth2 | https://github.com/bric3/jaxrs-oauth2 | 14c736d7b62aa9baae370fee7beda1c030808e0c | ba2be75cb1615a33005c9284ed4fa5525cd550cd | refs/heads/master | 2021-01-21T19:59:01.451000 | 2013-12-30T16:34:50 | 2013-12-30T16:34:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* Copyright (C) norad.fr
*
* 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 ... | UTF-8 | Java | 3,631 | java | SecuredAnnotationReader.java | Java | [
{
"context": "/**\n *\n * Copyright (C) norad.fr\n *\n * Licensed under the Apache License, V",
"end": 33,
"score": 0.5898139476776123,
"start": 28,
"tag": "EMAIL",
"value": "norad"
},
{
"context": "/**\n *\n * Copyright (C) norad.fr\n *\n * Licensed under the Apache ... | null | [] | /**
*
* Copyright (C) <EMAIL>.fr
*
* 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 b... | 3,633 | 0.679152 | 0.677775 | 86 | 41.220932 | 35.997223 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476744 | false | false | 7 |
be9bb95042e119c9b0e73aa25dc8a80b66487fb8 | 27,410,481,286,117 | 3f558c8c0e59c7e3746a15c417c8ec41d4450ca5 | /airjordanplayer-core/src/main/java/com/lesports/airjordanplayer/statistic/HttpUtil.java | 24ce16165d1aa4bec83c1dfad83ad9cdbb813c88 | [] | no_license | chenbinzhou/ls | https://github.com/chenbinzhou/ls | dfe9dc6b6cb7711c31e6d0fdd72217b16109adf0 | 9f2e09c0bac51d8779f2086cc30052748989b468 | refs/heads/master | 2016-09-11T03:06:47.215000 | 2016-07-07T02:17:26 | 2016-07-07T02:17:26 | 59,011,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lesports.airjordanplayer.statistic;
import android.util.Log;
import org.apache.http.Header;
import org.apache.http.HeaderElement;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.c... | UTF-8 | Java | 25,950 | java | HttpUtil.java | Java | [
{
"context": " java.util.zip.GZIPInputStream;\n\n/**\n * Created by tianjinfeng on 16-3-1.\n * 该修改基于风云直播的上报模块\n */\n\npublic class Ht",
"end": 1422,
"score": 0.9996341466903687,
"start": 1411,
"tag": "USERNAME",
"value": "tianjinfeng"
},
{
"context": " conn.setRequestProper... | null | [] | package com.lesports.airjordanplayer.statistic;
import android.util.Log;
import org.apache.http.Header;
import org.apache.http.HeaderElement;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.c... | 25,950 | 0.52125 | 0.518203 | 691 | 36.047756 | 26.83663 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746744 | false | false | 7 |
c9bf2714990e12314fff5ecb4a8ba86060647e85 | 12,661,563,596,443 | 0741ac60786f806d8ee5eca758bb05bf22ffa13a | /src/main/java/vn/edu/vnu/uet/dkt/common/security/AccountService.java | 226b04a0e0b3c3b96b2a7898dae5b3b5916fd84f | [] | no_license | HaTu98/dkt | https://github.com/HaTu98/dkt | e4291d8b1fa94c9ca1534e7fc96f396696c6caaa | dfb10826f7e039deb9078742d8ceadbfc441a39b | refs/heads/master | 2022-11-13T06:01:42.763000 | 2020-07-01T03:11:03 | 2020-07-01T03:11:03 | 232,301,784 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.edu.vnu.uet.dkt.common.security;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Component;
import vn.edu.vnu.uet.dkt.common.model.DktStudent;
@Component
public class AccountService {
... | UTF-8 | Java | 562 | java | AccountService.java | Java | [] | null | [] | package vn.edu.vnu.uet.dkt.common.security;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Component;
import vn.edu.vnu.uet.dkt.common.model.DktStudent;
@Component
public class AccountService {
... | 562 | 0.779359 | 0.779359 | 18 | 30.222221 | 26.676155 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 7 |
e853e3626df888b2801cf98404b9a65766168519 | 32,590,211,857,469 | 750823098b4d7a6bad5808c0443cc07aa26441d1 | /src/char2hex/Main.java | 119a8766463cd487be25e3c327d779ff6b85e433 | [] | no_license | amkroft/MModal | https://github.com/amkroft/MModal | 1d28562bef3a1bcd7ae3264a3bdeda721fa40c22 | 6e7f24280c8b270c5b9c64934ecadf5e2f5c8882 | refs/heads/master | 2021-01-22T16:53:24.898000 | 2013-01-04T14:03:23 | 2013-01-04T14:03:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package char2hex;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* Candidate test for M*Modal
*
* Takes a string of text and converts it to hex values as described
* by M*Modal's candidate test.
*
* @author Amanda Kroft
*/
public class Main {
... | UTF-8 | Java | 1,137 | java | Main.java | Java | [
{
"context": "\n * by M*Modal's candidate test.\r\n * \r\n * @author Amanda Kroft\r\n */\r\npublic class Main {\r\n\r\n\t/**\r\n\t * Defines ta",
"end": 291,
"score": 0.999880313873291,
"start": 279,
"tag": "NAME",
"value": "Amanda Kroft"
}
] | null | [] | package char2hex;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* Candidate test for M*Modal
*
* Takes a string of text and converts it to hex values as described
* by M*Modal's candidate test.
*
* @author <NAME>
*/
public class Main {
/**
... | 1,131 | 0.603342 | 0.602463 | 46 | 22.717392 | 20.571892 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.217391 | false | false | 7 |
3821f1ecf81984807b59c32378f75789c2a04f46 | 2,877,628,145,178 | d13774d79432c7bdfbb64ea2d1e83a444011a42e | /src/main/java/org/mikeneck/graalvm/NativeImageTask.java | b30ae924e4873da0e3c2ee41686d1b601599277f | [] | no_license | sne11ius/graalvm-native-image-plugin | https://github.com/sne11ius/graalvm-native-image-plugin | 2bf666dcbfb6b8a2d016c4ab25128b848ed7c0d4 | b0aaf6497d8b8f44a88703f89a16d2d9d5ae6fc6 | refs/heads/master | 2023-01-20T01:32:07.588000 | 2020-12-06T02:17:08 | 2020-12-06T02:17:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2020 Shinya Mochida
*
* Licensed under the Apache License,Version2.0(the"License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | UTF-8 | Java | 2,962 | java | NativeImageTask.java | Java | [
{
"context": "/*\n * Copyright 2020 Shinya Mochida\n *\n * Licensed under the Apache License,Version2.",
"end": 35,
"score": 0.9998581409454346,
"start": 21,
"tag": "NAME",
"value": "Shinya Mochida"
}
] | null | [] | /*
* Copyright 2020 <NAME>
*
* Licensed under the Apache License,Version2.0(the"License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,so... | 2,954 | 0.731938 | 0.729237 | 99 | 28.919191 | 24.290613 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434343 | false | false | 7 |
bf789ee01fb0188455aeb6d80c7a5a538ed2b694 | 1,417,339,227,119 | 3bb0ac31b5836fb42114b0614b5092636201f5b2 | /AnnotationTest/src/main/java/io/github/jorelali/commandapi/safereflection/SafeReflectionProcessor.java | 91b4cfcd8305c9c4b224eb84f1c681e8e3f23a56 | [] | no_license | JorelAli/1.13-Command-API-SafeReflection | https://github.com/JorelAli/1.13-Command-API-SafeReflection | 49a0191ec2ce7b204beb99b07ceec1d08410cb0b | c9252de9bc8762280f27aa63f189e72631c5a0ba | refs/heads/master | 2020-06-23T18:43:19.549000 | 2019-07-27T22:54:35 | 2019-07-27T22:54:35 | 198,719,829 | 1 | 0 | null | false | 2019-07-27T22:49:27 | 2019-07-24T22:53:20 | 2019-07-25T02:02:17 | 2019-07-27T22:49:26 | 19 | 0 | 0 | 0 | Java | false | false | package io.github.jorelali.commandapi.safereflection;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Arrays;
import java.util.Enumeration;
impo... | UTF-8 | Java | 7,894 | java | SafeReflectionProcessor.java | Java | [
{
"context": "package io.github.jorelali.commandapi.safereflection;\n\nimport java.io.File;\n",
"end": 26,
"score": 0.9935758113861084,
"start": 18,
"tag": "USERNAME",
"value": "jorelali"
}
] | null | [] | package io.github.jorelali.commandapi.safereflection;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Arrays;
import java.util.Enumeration;
impo... | 7,894 | 0.720041 | 0.719787 | 235 | 32.591488 | 31.898027 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.961702 | false | false | 7 |
b4d9750212c8494d66e24597a0684025c364bd88 | 1,623,497,667,228 | fd6d64527382365a125289ac96759154e0809703 | /src/jcoco/PyList.java | 5d5525f9374e497adfab28f3097c384e7b908194 | [] | no_license | Ahmad-Magdy-Osman/JCoCo | https://github.com/Ahmad-Magdy-Osman/JCoCo | f82dab9786fe2ec4c7563334cbc61343328853af | 9aefc8912ad019e20524a3b13e8271f03cad8e93 | refs/heads/master | 2021-04-06T10:01:53.142000 | 2019-01-11T06:52:55 | 2019-01-11T06:52:55 | 124,740,788 | 2 | 0 | null | true | 2018-03-11T09:16:53 | 2018-03-11T09:16:53 | 2018-02-14T19:12:02 | 2018-02-27T05:58:53 | 208 | 0 | 0 | 0 | null | false | null | /**
* PyList.java
* Author: Kent D. Lee (c) 2017 Created on Jan 10, 2017.
*
* License: Please read the LICENSE file in this distribution for details
* regarding the licensing of this code. This code is freely available for
* educational use. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
* KIND.
*
*... | UTF-8 | Java | 10,152 | java | PyList.java | Java | [
{
"context": "/**\n * PyList.java\n * Author: Kent D. Lee (c) 2017 Created on Jan 10, 2017.\n *\n * License: ",
"end": 41,
"score": 0.9998286366462708,
"start": 30,
"tag": "NAME",
"value": "Kent D. Lee"
}
] | null | [] | /**
* PyList.java
* Author: <NAME> (c) 2017 Created on Jan 10, 2017.
*
* License: Please read the LICENSE file in this distribution for details
* regarding the licensing of this code. This code is freely available for
* educational use. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
* KIND.
*
* Desc... | 10,147 | 0.506403 | 0.500788 | 273 | 36.190475 | 30.594721 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534799 | false | false | 7 |
ae14ee8423f8ea94c857655ccc48e8f60615ae24 | 26,439,818,743,503 | 2275203440ce804623cb99f0395a3572ee39c734 | /CircleTest.java | 4950758f2d4ebe028793834704247811b17ee5ba | [] | no_license | sierramtravis/lab10 | https://github.com/sierramtravis/lab10 | 73f2ae4be0d1fc0acf9bf04dc82530293a21bfc9 | 5ed3ddf6748d79d2d725cdaf77c380aa20359f2e | refs/heads/master | 2021-01-12T12:28:35.254000 | 2016-11-02T05:05:53 | 2016-11-02T05:05:53 | 72,507,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Lab 10
// <Sierra Travis>
// <61059>
public class CircleTest
{
public static void main(String[] args)
{
Circle testCircle = new Circle(3);
System.out.println( testCircle.toString() );
}
}
| UTF-8 | Java | 218 | java | CircleTest.java | Java | [
{
"context": "// Lab 10\n // <Sierra Travis>\n // <61059>\npublic class CircleTest\n{\n pub",
"end": 33,
"score": 0.9998611807823181,
"start": 20,
"tag": "NAME",
"value": "Sierra Travis"
}
] | null | [] | // Lab 10
// <<NAME>>
// <61059>
public class CircleTest
{
public static void main(String[] args)
{
Circle testCircle = new Circle(3);
System.out.println( testCircle.toString() );
}
}
| 211 | 0.610092 | 0.573394 | 11 | 18.818182 | 16.29734 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
0e872382dd4374f73f520b70b88a60e59c448e42 | 20,624,433,021,222 | d85556f536eef266d633fe86269dc093836e4f9d | /app/src/main/java/com/eeproject/myvolunteer/myvolunteer/quest.java | 51520aa0b0bf2670f89c18a49caa759b443c8243 | [] | no_license | AltmanWong/MyVolunteer | https://github.com/AltmanWong/MyVolunteer | a8b6fca025e09822f702057c8f66f0a82f342680 | c5cef494e49ecca51f0c763173457d6a779a45d3 | refs/heads/master | 2021-01-13T00:50:21.464000 | 2016-04-20T01:22:33 | 2016-04-20T01:22:33 | 43,535,239 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eeproject.myvolunteer.myvolunteer;
/**
* Created by Altman on 2015-11-14.
*/
public class quest {
private String title, info, expirydate, location, catagory, user, requiredLanguage, requiredTime;
int currentparti, partinumber;
private String icon;
public quest(){
// em... | UTF-8 | Java | 2,666 | java | quest.java | Java | [
{
"context": "ect.myvolunteer.myvolunteer;\r\n\r\n/**\r\n * Created by Altman on 2015-11-14.\r\n */\r\npublic class quest {\r\n pr",
"end": 75,
"score": 0.999212384223938,
"start": 69,
"tag": "NAME",
"value": "Altman"
}
] | null | [] | package com.eeproject.myvolunteer.myvolunteer;
/**
* Created by Altman on 2015-11-14.
*/
public class quest {
private String title, info, expirydate, location, catagory, user, requiredLanguage, requiredTime;
int currentparti, partinumber;
private String icon;
public quest(){
// em... | 2,666 | 0.627157 | 0.624156 | 107 | 22.915888 | 28.062054 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514019 | false | false | 7 |
ba9e4dd5b87c2d29773291d013db880a578ab2ad | 3,839,700,782,887 | 1c098d1343cf90ad8b33f51f08b4a367d7054086 | /app/src/main/java/car/metao/metao/carplacement/mvp/MapUpdateListener.java | 7f51fe4d6c388c3b52009d6dbeee0735616a6ad7 | [] | no_license | metao1/map | https://github.com/metao1/map | 64c2c28aef44eff0af016154901ea7135c2d4dac | c2463853e525afd821cdebedb69153963c0f80c0 | refs/heads/master | 2021-01-19T09:27:17.762000 | 2017-02-15T22:12:53 | 2017-02-15T22:12:53 | 82,112,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package car.metao.metao.carplacement.mvp;
import car.metao.metao.carplacement.model.Driver;
/**
* Created by metao on 2/15/2017.
*/
public interface MapUpdateListener {
void updateView(Driver driver);
}
| UTF-8 | Java | 212 | java | MapUpdateListener.java | Java | [
{
"context": "etao.carplacement.model.Driver;\n\n/**\n * Created by metao on 2/15/2017.\n */\npublic interface MapUpdateListe",
"end": 117,
"score": 0.9994792938232422,
"start": 112,
"tag": "USERNAME",
"value": "metao"
}
] | null | [] | package car.metao.metao.carplacement.mvp;
import car.metao.metao.carplacement.model.Driver;
/**
* Created by metao on 2/15/2017.
*/
public interface MapUpdateListener {
void updateView(Driver driver);
}
| 212 | 0.745283 | 0.712264 | 11 | 18.272728 | 19.160048 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
d99a37d85864fb5706cb22e44da7b4d159c3d622 | 17,351,667,921,380 | ad60018d3c6ef8e77e8d3efcd872b0005531d26e | /zeiterfassung-rest-application/src/main/java/com/adcubum/timerecording/model/timerecorder/TimeRecorderDto.java | d1ae4c12abf57ee9491e7e0f98575381d074f383 | [] | no_license | brugalibre/Zeiterfassung | https://github.com/brugalibre/Zeiterfassung | 3df1ab57135b47e05a25fec4811f521a0b791fb1 | 47c4dc836bbbf2d22c97758a029f99b1727065be | refs/heads/master | 2023-05-10T23:54:29.224000 | 2023-04-22T06:39:00 | 2023-04-22T07:27:37 | 118,165,522 | 5 | 1 | null | false | 2023-03-07T07:18:41 | 2018-01-19T18:56:56 | 2022-11-03T11:07:59 | 2023-03-07T07:18:37 | 59,587 | 3 | 1 | 9 | Java | false | false | package com.adcubum.timerecording.model.timerecorder;
import com.adcubum.timerecording.app.TimeRecorder;
/**
* The {@link TimeRecorderDto} represents the current status of the {@link TimeRecorder}
*
* @author dstalder
*/
public class TimeRecorderDto {
private String statusMsg;
private boolean isBookingPoss... | UTF-8 | Java | 1,312 | java | TimeRecorderDto.java | Java | [
{
"context": "t status of the {@link TimeRecorder}\n *\n * @author dstalder\n */\npublic class TimeRecorderDto {\n\n private St",
"end": 222,
"score": 0.9996523857116699,
"start": 214,
"tag": "USERNAME",
"value": "dstalder"
}
] | null | [] | package com.adcubum.timerecording.model.timerecorder;
import com.adcubum.timerecording.app.TimeRecorder;
/**
* The {@link TimeRecorderDto} represents the current status of the {@link TimeRecorder}
*
* @author dstalder
*/
public class TimeRecorderDto {
private String statusMsg;
private boolean isBookingPoss... | 1,312 | 0.727134 | 0.727134 | 45 | 28.155556 | 26.506147 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
2b5d28b75ea31ad7a0cc258142c06dd445c61d25 | 4,750,233,864,751 | fa511e95821c5cba550793de3e6326cc6118eab9 | /src/test/java/stormpot/ConfigTest.java | e3b5c21c8d2facab0a8209458fcdd0da5a885a02 | [
"Apache-2.0"
] | permissive | sohailalam2/stormpot | https://github.com/sohailalam2/stormpot | ff47bb244f7485e228319005614224b183a40472 | 6f20ae22119d802221da06fd7c601d1a886ee880 | refs/heads/master | 2021-07-18T18:51:22.446000 | 2014-08-02T08:15:27 | 2014-08-02T08:15:27 | 23,215,334 | 0 | 0 | Apache-2.0 | true | 2021-02-07T21:10:51 | 2014-08-22T06:29:40 | 2014-08-22T06:29:37 | 2021-02-07T21:10:50 | 2,316 | 0 | 0 | 1 | null | false | false | /*
* Copyright (C) 2011-2014 Chris Vest (mr.chrisvest@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | UTF-8 | Java | 11,608 | java | ConfigTest.java | Java | [
{
"context": "/*\n * Copyright (C) 2011-2014 Chris Vest (mr.chrisvest@gmail.com)\n *\n * Licensed under the",
"end": 40,
"score": 0.999850332736969,
"start": 30,
"tag": "NAME",
"value": "Chris Vest"
},
{
"context": "/*\n * Copyright (C) 2011-2014 Chris Vest (mr.chrisvest@gmail.com)\n... | null | [] | /*
* Copyright (C) 2011-2014 <NAME> (<EMAIL>)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 11,589 | 0.724414 | 0.72071 | 301 | 37.564785 | 27.520815 | 102 | false | false | 0 | 0 | 0 | 0 | 98 | 0.077102 | 0.950166 | false | false | 7 |
9f5168a0ab39f1d8834cea1cf1f1465607406aa2 | 11,751,030,577,144 | 4ce8b7c470b4cb0b15ed8265a45d79b5a05103f0 | /src/test/java/br/com/haka/ApartmentManagerTests.java | 27ce9c4fdff747775f3b10c08e6dabe9360d5500 | [] | no_license | ThalesRocha/Condo | https://github.com/ThalesRocha/Condo | 57fec2d9d0aa38112645b9a879ce224e5121890a | 1c0366fc5bb512580590d88dabfc3f0451959821 | refs/heads/master | 2020-06-10T08:20:47.365000 | 2017-01-07T00:37:50 | 2017-01-07T00:37:50 | 75,982,054 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.haka;
import br.com.haka.domain.entity.ApartmentManager;
import br.com.haka.domain.entity.ApartmentManagerToken;
import br.com.haka.domain.entity.BookableArea;
import br.com.haka.domain.service.ApartmentManagerRegisterService;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWi... | UTF-8 | Java | 2,221 | java | ApartmentManagerTests.java | Java | [
{
"context": " = apartmentManagerService.removeUser(\"sindico\", \"usuario@email.com.br\");\n Assert.assertNotNull(removed);\n ",
"end": 1233,
"score": 0.9999279975891113,
"start": 1213,
"tag": "EMAIL",
"value": "usuario@email.com.br"
},
{
"context": " User user = apart... | null | [] | package br.com.haka;
import br.com.haka.domain.entity.ApartmentManager;
import br.com.haka.domain.entity.ApartmentManagerToken;
import br.com.haka.domain.entity.BookableArea;
import br.com.haka.domain.service.ApartmentManagerRegisterService;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWi... | 2,182 | 0.742677 | 0.739973 | 70 | 30.700001 | 27.846184 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 7 |
795f79be422e7ae63cf16b4a40a3283bf7a8f5d7 | 28,810,640,623,934 | 91e65f8b2cae1acbbafb5bd7dda9fae00656c13c | /src/classandobject/ClassDemo.java | 664f1c6e0f814b2e9a5dd04f11bd53e4ec20aab8 | [] | no_license | 1219521375/JavaTrain | https://github.com/1219521375/JavaTrain | f6ea52cf6a037ab9c7e7b5a4c4e8492eccae7a92 | 5cc11150651ea8bd4cb09b7600e4e8c082eaf06f | refs/heads/master | 2020-04-07T04:01:17.646000 | 2018-11-18T04:11:02 | 2018-11-18T04:11:02 | 158,037,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classandobject;
public class ClassDemo {
/**
* 面向对象
* 1、成员变量
* 2、成员方法
* 3、类成员(static)
*
* 对象(实例) instance
*
*/
/**
* 成员变量
* 局部变量
*/
String name;
int age;
ClassDemo(){
}
ClassDemo(String name,int age){
this.name = n... | UTF-8 | Java | 710 | java | ClassDemo.java | Java | [
{
"context": "id main(String[] args) {\n //new ClassDemo(\"鲍骞月\",20).show();\n ClassDemo person = new Class",
"end": 511,
"score": 0.767677366733551,
"start": 508,
"tag": "NAME",
"value": "鲍骞月"
},
{
"context": "show();\n ClassDemo person = new ClassDemo(\"鲍骞月\",2... | null | [] | package classandobject;
public class ClassDemo {
/**
* 面向对象
* 1、成员变量
* 2、成员方法
* 3、类成员(static)
*
* 对象(实例) instance
*
*/
/**
* 成员变量
* 局部变量
*/
String name;
int age;
ClassDemo(){
}
ClassDemo(String name,int age){
this.name = n... | 710 | 0.472492 | 0.459547 | 44 | 13.045455 | 14.39374 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
aa9cedda035bc252e21e445ab16496f5d34a5426 | 2,224,793,096,316 | e30e1ba2dd0b134dabdae0a72526be951ba9d9a8 | /sqq1123/sqq11232/src/main/java/com/example/sqq11232/MainActivity.java | c27bee3a15a12b8471332a09d1b9b974472eaa25 | [] | no_license | sqqzml/sqq | https://github.com/sqqzml/sqq | 4fb5da3cdb4fff72ce5a322cbcd3b6812fbbea0b | e0f3f974f1eba87e4bd88e05275f1838084de8ae | refs/heads/master | 2020-04-12T10:21:47.167000 | 2018-12-21T10:22:16 | 2018-12-21T10:22:16 | 162,427,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sqq11232;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.v4.app.FragmentManager;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu... | UTF-8 | Java | 3,002 | java | MainActivity.java | Java | [] | null | [] | package com.example.sqq11232;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.v4.app.FragmentManager;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu... | 3,002 | 0.620283 | 0.612534 | 84 | 34.333332 | 23.018799 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 7 |
ab82dfed9df533f4ab3308060a119443ccd7b7a9 | 6,210,522,750,784 | a8ddffad88d9e6fd5e79d7e8d7a1f486d8ce11c3 | /Algo/src/main/java/com/puercha/algo/challenge/service/ChallengeManager.java | 1d55e839102377075f6bce7ecbb3c614ba6281f7 | [] | no_license | team-puertea/Algo | https://github.com/team-puertea/Algo | c5d0fa6dbf89c75b6ff910675cc3bf31d60d96ed | 57d3a05b7c0b91e480e18d43245507aa5309e28d | refs/heads/master | 2022-12-21T10:03:52.987000 | 2020-04-16T12:54:25 | 2020-04-16T12:54:25 | 248,403,568 | 0 | 4 | null | false | 2022-12-16T15:26:19 | 2020-03-19T03:39:04 | 2020-04-16T12:54:29 | 2022-12-16T15:26:15 | 30,143 | 0 | 4 | 6 | HTML | false | false | package com.puercha.algo.challenge.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Servi... | UTF-8 | Java | 5,745 | java | ChallengeManager.java | Java | [] | null | [] | package com.puercha.algo.challenge.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Servi... | 5,745 | 0.699981 | 0.698449 | 188 | 25.781916 | 24.015072 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.723404 | false | false | 7 |
79f56c73f16bcfb7352298b2ee0edd270be62db4 | 26,912,265,086,305 | 95b7efad2128b4034d7515037f06686b1fcf163d | /distributed-transaction/tcc/bytetcc-springboot-consumer-demo/src/main/java/com/liangh/bytetcc/demo/consumer/service/impl/TransferServiceConfirm.java | 94d650ea3779c0bfb974e6befa6da5290ab3c468 | [] | no_license | BreakthrougBackEndTech/examples | https://github.com/BreakthrougBackEndTech/examples | bd0dca164a6893ce7dc5aa957406605b70bc3935 | 931d5db423678cd583357cb56eff92ac530fc4a7 | refs/heads/master | 2023-04-10T22:47:05.058000 | 2023-03-15T02:27:34 | 2023-03-15T02:27:34 | 197,291,730 | 1 | 3 | null | false | 2022-06-21T02:28:57 | 2019-07-17T01:24:27 | 2021-08-24T06:53:13 | 2022-06-21T02:28:54 | 18,945 | 1 | 1 | 8 | Java | false | false | package com.liangh.bytetcc.demo.consumer.service.impl;
import com.liangh.bytetcc.demo.consumer.service.TransferService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Service;
impo... | UTF-8 | Java | 845 | java | TransferServiceConfirm.java | Java | [] | null | [] | package com.liangh.bytetcc.demo.consumer.service.impl;
import com.liangh.bytetcc.demo.consumer.service.TransferService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Service;
impo... | 845 | 0.808284 | 0.804734 | 24 | 34.208332 | 27.935907 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 7 |
493b268605aadbcc1b3f5453d93902b1573ff03f | 26,912,265,085,430 | f7bf1ef9327311564417a541025a9cfd7394d59e | /RecyclerView/app/src/main/java/com/example/recyclerview/repository/PhoneRepository.java | bb5d0ca649542e1f340a9dc2dc59bd13bbdede8c | [] | no_license | VladimirMinka/Android | https://github.com/VladimirMinka/Android | ae4fe3600a4412958acb4a6439edca0c6b560806 | dd6a46641efd46b09ba9de32401dabe5c1a0e9a4 | refs/heads/master | 2020-08-10T06:19:14.283000 | 2020-04-12T21:33:41 | 2020-04-12T21:33:41 | 174,865,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.recyclerview.repository;
import android.content.Context;
import androidx.lifecycle.LiveData;
import androidx.room.Room;
import com.example.recyclerview.db.PhoneDataBase;
import com.example.recyclerview.model.Phone;
import java.util.List;
public class PhoneRepository {
private PhoneDataBase ... | UTF-8 | Java | 514 | java | PhoneRepository.java | Java | [] | null | [] | package com.example.recyclerview.repository;
import android.content.Context;
import androidx.lifecycle.LiveData;
import androidx.room.Room;
import com.example.recyclerview.db.PhoneDataBase;
import com.example.recyclerview.model.Phone;
import java.util.List;
public class PhoneRepository {
private PhoneDataBase ... | 514 | 0.772374 | 0.772374 | 21 | 23.476191 | 23.806 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
6e862d2074b5783f6509ac81727f9ab016a17b69 | 22,428,319,231,913 | f943e11a2c6e704554baa2769fb55b246b027998 | /src/main/java/arbeitsprobe/exceptions/MuenzeNichtVorhandenException.java | b356311747cf49abb8025ba3acc6ecb6d6b978d0 | [] | no_license | dewitt-bwrbng/Getraenke-Automat | https://github.com/dewitt-bwrbng/Getraenke-Automat | 2686511d4537f91beb0dc5bd7483e8092f005241 | 5e02c744bff1a4cdef2f5862d8fbcda1f83569e1 | refs/heads/main | 2023-08-24T07:37:17.224000 | 2021-10-22T12:00:17 | 2021-10-22T12:00:17 | 419,230,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arbeitsprobe.exceptions;
import arbeitsprobe.geld.Muenze;
public class MuenzeNichtVorhandenException extends Exception {
public MuenzeNichtVorhandenException(Muenze muenze) {
super("Es sind keine " + muenze.name() + " Muenzen im Speicher vorhanden.");
}
}
| UTF-8 | Java | 284 | java | MuenzeNichtVorhandenException.java | Java | [] | null | [] | package arbeitsprobe.exceptions;
import arbeitsprobe.geld.Muenze;
public class MuenzeNichtVorhandenException extends Exception {
public MuenzeNichtVorhandenException(Muenze muenze) {
super("Es sind keine " + muenze.name() + " Muenzen im Speicher vorhanden.");
}
}
| 284 | 0.746479 | 0.746479 | 11 | 24.818182 | 29.306587 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
7846e991f9626074adf8a5afa3209c30e2b2bec2 | 20,074,677,162,324 | 12edc8a2564b67ea29aa21a0c463ff0153495c8b | /nli-common/src/com/pars/common/print/dao/PaperSetupDao.java | 5fc92e2016bdb4eb88983b09606c773fb93df64e | [] | no_license | rayaPajohesh/nli | https://github.com/rayaPajohesh/nli | 86dd17e7b97061ca14072500d2eb24974ae86a6b | 4b0910c7ca0171019e57621772056cc553526c09 | refs/heads/master | 2018-01-14T13:51:39.783000 | 2015-11-01T15:07:10 | 2015-11-01T15:07:10 | 45,342,484 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pars.common.print.dao;
import com.pars.nli.persistence.HibernateObjectDao;
import com.pars.common.print.model.PaperSetup;
/**
* National Liberary of Iran
*
* @author samani
* Date: Nov 9, 2004
* Time: 3:33:37 PM
* Pars Azarakhsh Co. LTD
*/
public class PaperSetupDao exte... | UTF-8 | Java | 698 | java | PaperSetupDao.java | Java | [
{
"context": ";\n\n/**\n * National Liberary of Iran\n * \n * @author samani\n * Date: Nov 9, 2004\n * Time: 3",
"end": 190,
"score": 0.9895582795143127,
"start": 184,
"tag": "USERNAME",
"value": "samani"
}
] | null | [] | package com.pars.common.print.dao;
import com.pars.nli.persistence.HibernateObjectDao;
import com.pars.common.print.model.PaperSetup;
/**
* National Liberary of Iran
*
* @author samani
* Date: Nov 9, 2004
* Time: 3:33:37 PM
* Pars Azarakhsh Co. LTD
*/
public class PaperSetupDao exte... | 698 | 0.664756 | 0.65043 | 27 | 24.851852 | 28.217022 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 7 |
ec778d61bcc3458f19ef8e108c710cf251fe7d36 | 3,332,894,630,391 | 45e65ccc480698ba7e3d35bdad38a4b2f435dd86 | /src/main/java/mobi/qubits/ex/library/api/ReaderController.java | 02638fc9c35d909a9c4616b0828eb0a827549d03 | [
"MIT"
] | permissive | yizhuan/book-library | https://github.com/yizhuan/book-library | e4590b7e8afd5f6e1c9073140bc895d827ee41bb | 6a1735d4a720b97f47092a1d2826ddc7d25be27a | refs/heads/master | 2021-01-15T13:18:23.955000 | 2015-08-09T20:45:26 | 2015-08-09T20:45:26 | 40,416,413 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobi.qubits.ex.library.api;
import java.util.List;
import java.util.concurrent.TimeUnit;
import javax.validation.Valid;
import mobi.qubits.ex.library.api.requests.BookRequest;
import mobi.qubits.ex.library.api.requests.RegisterReaderRequest;
import mobi.qubits.ex.library.domain.BookAlreadyTakenExcep... | UTF-8 | Java | 6,761 | java | ReaderController.java | Java | [
{
"context": "util.UriComponentsBuilder;\r\n\r\n/**\r\n * \r\n * @author yizhuan\r\n *\r\n */\r\n@RestController\r\npublic class ReaderCon",
"end": 1893,
"score": 0.9952079057693481,
"start": 1886,
"tag": "USERNAME",
"value": "yizhuan"
}
] | null | [] | package mobi.qubits.ex.library.api;
import java.util.List;
import java.util.concurrent.TimeUnit;
import javax.validation.Valid;
import mobi.qubits.ex.library.api.requests.BookRequest;
import mobi.qubits.ex.library.api.requests.RegisterReaderRequest;
import mobi.qubits.ex.library.domain.BookAlreadyTakenExcep... | 6,761 | 0.747079 | 0.745304 | 179 | 35.77095 | 30.609598 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.318436 | false | false | 7 |
b3affaa77e3009d434c86f03e792bad39a97757a | 27,032,524,197,024 | 4e4850a47fb76a542f1b02c6ba92661eb5ecdcb0 | /src/main/java/amoj/JudgeRunner.java | f843d37cbbe3799ec292934ca22aa166b8fbc422 | [] | no_license | ahmao1/amoj_judge | https://github.com/ahmao1/amoj_judge | c19b6dea6a65646da1fb7449a7e7e85ca79a19f8 | 17c124e762937a71afda3e62c6ea0a89739bd92b | refs/heads/master | 2023-04-09T09:35:35.784000 | 2021-04-17T13:47:30 | 2021-04-17T13:47:30 | 358,890,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package amoj;
import amoj.entity.Result;
import amoj.entity.Submit;
import amoj.service.JudgeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.data.redis.core.RedisT... | UTF-8 | Java | 1,290 | java | JudgeRunner.java | Java | [
{
"context": "ner {\n public static final String REDIS_KEY = \"amoj_judge:queue\";\n private static Logger log = Logger.getLogge",
"end": 540,
"score": 0.9826209545135498,
"start": 524,
"tag": "KEY",
"value": "amoj_judge:queue"
}
] | null | [] | package amoj;
import amoj.entity.Result;
import amoj.entity.Submit;
import amoj.service.JudgeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.data.redis.core.RedisT... | 1,290 | 0.686822 | 0.682946 | 40 | 31.275 | 24.982983 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475 | false | false | 7 |
cfca0b7ed1fbed421060cfbdaeb272dcdb37a499 | 31,628,139,171,624 | 2fe330ba6aff9a3e154aa314546ecf924250c99a | /Mod_1/QuotientReminder.java | 82adf76aa9e481856ace32a14ba2af7547c886ec | [] | no_license | surya16695/20186046_cspp2 | https://github.com/surya16695/20186046_cspp2 | ad33cd0e97fdec9ddf8207cb4d3078f37a483501 | ae97ad843f5a9b85b891a260bc03abf0aed77e01 | refs/heads/master | 2020-03-27T10:06:35.381000 | 2018-10-10T08:08:07 | 2018-10-10T08:08:07 | 146,395,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*QuotientReminder.
**/
import java.util.Scanner;
/**
*using scanner to give inputs.
**/
public final class QuotientReminder {
/**
*empty constructor.
*/
private QuotientReminder() {
//I am not using this constructor
}
/**
*main function.
*@param args is parameter for this fun... | UTF-8 | Java | 712 | java | QuotientReminder.java | Java | [] | null | [] | /**
*QuotientReminder.
**/
import java.util.Scanner;
/**
*using scanner to give inputs.
**/
public final class QuotientReminder {
/**
*empty constructor.
*/
private QuotientReminder() {
//I am not using this constructor
}
/**
*main function.
*@param args is parameter for this fun... | 712 | 0.56882 | 0.56882 | 29 | 23.551723 | 17.901236 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 7 |
b8c4c601d49b750886fca4f7a9f61ae0417f8370 | 31,705,448,602,450 | a9def05b540c52b7a281a097c606a43a9a4b9c97 | /src/main/java/org/bian/dto/SDCommissionAgreementRetrieveOutputModelCommissionAgreementOfferedServiceCommissionAgreementServiceRecordCommissionAgreementServicePoliciesandGuidelines.java | fc39bcda08e2626ededb19b2e5b2cdbb3ae63c96 | [
"Apache-2.0"
] | permissive | bianapis/sd-commission-agreement-v3 | https://github.com/bianapis/sd-commission-agreement-v3 | c7c1e433be33a617e5b77200ac73c032dd84dc14 | fde28ba5ec665b58f6d29818ab3cbafdd371aec7 | refs/heads/master | 2022-12-27T03:32:25.698000 | 2020-09-28T06:57:34 | 2020-09-28T06:57:34 | 298,785,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* SDCommissionAgreementRetrieveOutputModelCommissionAgreementO... | UTF-8 | Java | 2,540 | java | SDCommissionAgreementRetrieveOutputModelCommissionAgreementOfferedServiceCommissionAgreementServiceRecordCommissionAgreementServicePoliciesandGuidelines.java | Java | [] | null | [] | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* SDCommissionAgreementRetrieveOutputModelCommissionAgreementO... | 2,540 | 0.832677 | 0.832677 | 63 | 39.301586 | 53.107151 | 222 | false | false | 0 | 0 | 0 | 0 | 153 | 0.120079 | 0.301587 | false | false | 7 |
adb925989c570ad698504a62d60ff5e5ccdcfda0 | 1,769,526,590,229 | 693995978adb623590dfc215fa166961af70fe8f | /management/financial/src/main/java/com/shanjin/financial/service/ReportService.java | 345228db5ec8138fe146f9c800e5a1ecdd04bd02 | [] | no_license | yxxcrtd/omeng.cc | https://github.com/yxxcrtd/omeng.cc | 13ea163bee5cd89bd5a50388e7aae81da3355ca0 | dffea0dbc666272712e82ef4ce25e427f97d05a1 | refs/heads/master | 2022-12-24T07:36:07.662000 | 2019-06-05T07:38:14 | 2019-06-05T07:38:14 | 190,348,103 | 1 | 1 | null | false | 2022-12-16T07:52:01 | 2019-06-05T07:35:46 | 2020-01-20T18:28:03 | 2022-12-16T07:52:01 | 8,807 | 1 | 1 | 57 | Java | false | false | package com.shanjin.financial.service;
/**
* Created by Administrator on 2016/7/12.
*/
import com.jfinal.plugin.activerecord.Record;
import com.shanjin.financial.bean.OrderInfo;
import com.shanjin.financial.bean.ReqParamKit;
import com.shanjin.financial.util.ExcelExportUtil;
import java.util.List;
import... | UTF-8 | Java | 1,418 | java | ReportService.java | Java | [
{
"context": "m.shanjin.financial.service;\r\n\r\n/**\r\n * Created by Administrator on 2016/7/12.\r\n */\r\nimport com.jfinal.plugin.acti",
"end": 74,
"score": 0.449779748916626,
"start": 61,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.shanjin.financial.service;
/**
* Created by Administrator on 2016/7/12.
*/
import com.jfinal.plugin.activerecord.Record;
import com.shanjin.financial.bean.OrderInfo;
import com.shanjin.financial.bean.ReqParamKit;
import com.shanjin.financial.util.ExcelExportUtil;
import java.util.List;
import... | 1,418 | 0.765867 | 0.760931 | 41 | 32.585365 | 32.523895 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.97561 | false | false | 7 |
fc709e88ae985db45182c9d44c9db1f3e2f5a44d | 19,043,885,047,280 | 4f6451affe1493a46d76a01a264f094757d7207b | /SortandSearch/src/BubbleSort.java | 1bb225b97ffbb015eea4734c3650ea6b76518b5a | [] | no_license | A-Chidalu/LabsEECS2030 | https://github.com/A-Chidalu/LabsEECS2030 | c39036098c7e4dbc048f998bc834830ab975ca4d | be1895cba1e2a55792b73297e983a309895f4f99 | refs/heads/master | 2020-07-21T13:18:52.434000 | 2019-11-28T16:01:46 | 2019-11-28T16:01:46 | 206,875,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
/**
*
* @author Chidalu Agbakwa
* The purpose of this class is to implement Bubble Sort.
* Bubble sort is a popular Sorting algorithm with an Average runtime of O(n^2)
*
*/
public class BubbleSort {
/**
* Bubble sort algorithm to sort an array is ascending order.
* @param int nu... | UTF-8 | Java | 1,404 | java | BubbleSort.java | Java | [
{
"context": "import java.util.HashMap;\n\n/**\n * \n * @author Chidalu Agbakwa\n * The purpose of this class is to implement Bubb",
"end": 61,
"score": 0.9998379349708557,
"start": 46,
"tag": "NAME",
"value": "Chidalu Agbakwa"
}
] | null | [] | import java.util.HashMap;
/**
*
* @author <NAME>
* The purpose of this class is to implement Bubble Sort.
* Bubble sort is a popular Sorting algorithm with an Average runtime of O(n^2)
*
*/
public class BubbleSort {
/**
* Bubble sort algorithm to sort an array is ascending order.
* @param int nums[]
*... | 1,395 | 0.596866 | 0.571937 | 65 | 20.6 | 21.208706 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.061538 | false | false | 7 |
84d83e7c2cf643b1077fb4f8eb54b47ad2198bd8 | 24,524,263,262,598 | 27711801c9f35c4263e22acb51e187ada445c6f6 | /app/src/main/java/com/lynn/chat/MyApplication.java | 2fdda0f07eb73b0a22ef0f78f1ce25ddc3c585e9 | [] | no_license | lynnwen1009/MyChat | https://github.com/lynnwen1009/MyChat | 8b990c8c9a549af1ac7d7c01c52e1b65a4a1b34a | 9e94f917698cb234ea6fa9ae8cb50f74434e560e | refs/heads/master | 2020-12-24T09:31:44.124000 | 2016-11-20T14:23:33 | 2016-11-20T14:23:33 | 73,285,059 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lynn.chat;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.util.Log;
import android.view.WindowManager;
/**
* Created by Administrator on 2016/11/17.
*/
public class MyApplication extends Application {
private static final String TAG... | UTF-8 | Java | 1,213 | java | MyApplication.java | Java | [] | null | [] | package com.lynn.chat;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.util.Log;
import android.view.WindowManager;
/**
* Created by Administrator on 2016/11/17.
*/
public class MyApplication extends Application {
private static final String TAG... | 1,213 | 0.685903 | 0.678483 | 42 | 27.880953 | 23.840944 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 7 |
9fdbd62937602e144265cfa80cff5fb5a9d678fb | 6,476,810,747,395 | 3763b7e2e292293a5609d6db7b00a5ed5fff7761 | /mouse-solr/src/main/java/cn/uicp/mouse/service/UserDataService.java | e59c83da5e84af202a58cebc6f8e76bd5663f480 | [] | no_license | FaxBoy/mouse | https://github.com/FaxBoy/mouse | 80353d4bbf6f3baa514cf64bb436d3e576a24926 | b9471d06497b439437fdc89110e3750a178e3b74 | refs/heads/master | 2023-01-11T01:08:53.866000 | 2019-09-23T11:00:24 | 2019-09-23T11:00:24 | 120,860,804 | 4 | 1 | null | false | 2023-01-02T22:01:46 | 2018-02-09T05:24:17 | 2019-09-23T11:02:22 | 2023-01-02T22:01:43 | 18,943 | 4 | 1 | 38 | Java | false | false | package cn.uicp.mouse.service;
import model.UserData;
public interface UserDataService extends ServiceSupport<UserData, String>{
}
| UTF-8 | Java | 136 | java | UserDataService.java | Java | [] | null | [] | package cn.uicp.mouse.service;
import model.UserData;
public interface UserDataService extends ServiceSupport<UserData, String>{
}
| 136 | 0.801471 | 0.801471 | 8 | 16 | 24.530594 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
bba9b42c7d7b867d59fe7ed4fb77ef0359974315 | 18,846,316,513,125 | e9b19e89f6c4cfe66f615b7c9eac988ee7180ccc | /src/test/java/com/thinkgem/jeesite/test/TestUpload.java | 2f433a5a639227d29bbd3f913ba6a337814ff344 | [
"Apache-2.0"
] | permissive | mywifesaber/ydcx | https://github.com/mywifesaber/ydcx | f94d69ceddfe91f17516c37f9ab26e6d9dd973a1 | e7b752fe7e7daef5c2543bafbf83ca629d9c462c | refs/heads/master | 2020-08-23T12:56:02.549000 | 2019-10-21T17:41:48 | 2019-10-21T17:41:48 | 216,620,536 | 0 | 0 | Apache-2.0 | false | 2021-04-26T19:36:40 | 2019-10-21T16:58:45 | 2019-10-21T17:41:59 | 2021-04-26T19:36:40 | 46,861 | 0 | 0 | 11 | JavaScript | false | false | package com.thinkgem.jeesite.test;
import java.io.File;
import java.io.IOException;
import java.util.UUID;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import okhttp3.ResponseBody;
public class TestUp... | UTF-8 | Java | 1,820 | java | TestUpload.java | Java | [
{
"context": " = \"D:/111.jpg\";\n String url = \"http://182.254.162.179:7030/upload-service/uploadFile\";\n Syst",
"end": 1627,
"score": 0.9983905553817749,
"start": 1612,
"tag": "IP_ADDRESS",
"value": "182.254.162.179"
}
] | null | [] | package com.thinkgem.jeesite.test;
import java.io.File;
import java.io.IOException;
import java.util.UUID;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import okhttp3.ResponseBody;
public class TestUp... | 1,817 | 0.626374 | 0.612088 | 53 | 33.339622 | 29.256796 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716981 | false | false | 7 |
dd91c154c10d60da37e3842ab7cf52cea4401f58 | 30,889,404,858,926 | 297870682812ca8ac23e853a3cd6da13c776e37e | /src/test/java/com/kurento/commons/sip/junit/RejectTest.java | d1698540eca3b48b6b3e0978984f34a665859bfc | [] | no_license | Czou/kas-sipua-impl | https://github.com/Czou/kas-sipua-impl | 048858e0906bbe099d4a4d76c999d9a67dae3c4b | 7052483ba8c0f79ae74740f1d561d7cda2820ea5 | refs/heads/master | 2020-03-20T21:42:19.015000 | 2012-06-16T10:40:58 | 2012-06-16T10:40:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Kurento Sip User Agent implementation.
Copyright (C) <2011> <Tikal Technologies>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be... | UTF-8 | Java | 18,626 | java | RejectTest.java | Java | [] | null | [] | /*
Kurento Sip User Agent implementation.
Copyright (C) <2011> <Tikal Technologies>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be... | 18,626 | 0.721357 | 0.717599 | 511 | 35.450096 | 24.219822 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.405088 | false | false | 7 |
b7b847cf684a0d00146174d9748c4a3b068f8195 | 30,889,404,858,257 | 15bba09f29ecfd67dd6e615eb859670294dfa70f | /examples-java/src/main/java/Common/CollectionsTest/ArrayListToArray.java | 5f39c351a139969dda0c20a776c159fb3b8ba147 | [] | no_license | LookElvis/examples | https://github.com/LookElvis/examples | 80f153909f021d4a111a107ea1d27be84323d6a6 | 45d00cd69318a142c8c175f135b2b3421d6b7267 | refs/heads/master | 2021-11-12T12:15:11.559000 | 2021-10-24T07:58:38 | 2021-10-24T07:58:38 | 183,435,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Common.CollectionsTest;
import java.util.ArrayList;
/**
* Created by liuxiang on 2019/5/23.
*/
public class ArrayListToArray {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<>();
list.add("testA");
list.add("testB");
list.add("testC");
... | UTF-8 | Java | 717 | java | ArrayListToArray.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by liuxiang on 2019/5/23.\n */\npublic class ArrayListToArray {",
"end": 88,
"score": 0.9992384910583496,
"start": 80,
"tag": "USERNAME",
"value": "liuxiang"
}
] | null | [] | package Common.CollectionsTest;
import java.util.ArrayList;
/**
* Created by liuxiang on 2019/5/23.
*/
public class ArrayListToArray {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<>();
list.add("testA");
list.add("testB");
list.add("testC");
... | 717 | 0.552301 | 0.53696 | 27 | 25.555555 | 20.960869 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
b63d6d7d3a6c6dbf6e6221ae453d4e53147bf12a | 17,420,387,382,870 | fded8614e7a12c08629b8746fd96d7fb334b0637 | /simple-demo/src/main/java/test/jvm/off_heap/TestDirectBuffer.java | fea82231c8affd47f395068e0dad22176a736179 | [] | no_license | zengxf/zxf_super_demo | https://github.com/zengxf/zxf_super_demo | 65eaa39c3635fad4deb3d9afe26ee914262ea5fd | 4b7a5e49d92c7e59407bfa6997386da725bb8592 | refs/heads/master | 2022-03-17T07:10:17.684000 | 2022-03-03T09:27:43 | 2022-03-03T09:27:43 | 86,766,341 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.jvm.off_heap;
//package cn.simple.test.jvm.off_heap;
//
//import java.nio.ByteBuffer;
//import java.util.ArrayList;
//import java.util.List;
//
//import sun.nio.ch.DirectBuffer;
//
///**
// * 测试 JVM 参数
// *
// * <pre>
// * 1) -verbose:gc -XX:+PrintGCDetails -XX:MaxDirectMemorySize=40M
// * 2... | UTF-8 | Java | 1,835 | java | TestDirectBuffer.java | Java | [
{
"context": "tGC\r\n// * </pre>\r\n// * \r\n// * <p>\r\n// * Created by zengxf on 2017-09-08\r\n// */\r\n// @SuppressWarnings( \"rest",
"end": 458,
"score": 0.9997015595436096,
"start": 452,
"tag": "USERNAME",
"value": "zengxf"
}
] | null | [] | package test.jvm.off_heap;
//package cn.simple.test.jvm.off_heap;
//
//import java.nio.ByteBuffer;
//import java.util.ArrayList;
//import java.util.List;
//
//import sun.nio.ch.DirectBuffer;
//
///**
// * 测试 JVM 参数
// *
// * <pre>
// * 1) -verbose:gc -XX:+PrintGCDetails -XX:MaxDirectMemorySize=40M
// * 2... | 1,835 | 0.513284 | 0.496326 | 60 | 27.483334 | 24.276525 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316667 | false | false | 7 |
3a3c3a9daa2ddb34c474ba937ceea92bdf16f7dc | 17,420,387,380,544 | afac8df04792b7613c535f4e4ae26b120c0125ce | /Java/spring/core-project/src/main/java/com/shop/core/service/impl/PersonProfileServiceImpl.java | b0e71be8039cb3a6e58321839e10191d729b4beb | [] | no_license | renandho/renandhoproject | https://github.com/renandho/renandhoproject | eee69a0e05f74cdf06fedaaf8b30fc721ad497ed | 6286182000c602cb62f534aa945ee8a0e8e7c723 | refs/heads/master | 2021-01-10T05:05:38.992000 | 2016-03-16T01:29:41 | 2016-03-16T01:29:41 | 53,904,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shop.core.service.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.exceptions.TooManyResultsException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.shop.core.dto.P... | UTF-8 | Java | 5,934 | java | PersonProfileServiceImpl.java | Java | [] | null | [] | package com.shop.core.service.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.apache.ibatis.exceptions.TooManyResultsException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.shop.core.dto.P... | 5,934 | 0.747219 | 0.746714 | 192 | 28.90625 | 32.127701 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.864583 | false | false | 7 |
41bf7ff0943d6e3baf026e3b5e86f99b899d1339 | 94,489,285,237 | c41d460ec8622858fca85ece14f44e8320c73231 | /src/main/java/com/dragon/design_patterns/twelve_chapter/general/GamePlayerProxy.java | 0a45a891628985cd2b44a8023e77a5be27d83a4c | [] | no_license | applynext/design_patterns | https://github.com/applynext/design_patterns | 6677bb9ea102ac8ee13e9a2f5f3a7eb2cf36e018 | 71d53393791eed4355a4a51d722dce153dcd29f8 | refs/heads/master | 2020-03-29T18:22:07.613000 | 2018-10-18T10:04:54 | 2018-10-18T10:04:54 | 150,208,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dragon.design_patterns.twelve_chapter.general;
public class GamePlayerProxy implements IGamePlayer {
private IGamePlayer gamePlayer = null;
//通过构造函数传递要对谁进行代练
public GamePlayerProxy(String name) {
try {
gamePlayer = (IGamePlayer) new GamePlayer(this,name);
} catch (Ex... | UTF-8 | Java | 748 | java | GamePlayerProxy.java | Java | [] | null | [] | package com.dragon.design_patterns.twelve_chapter.general;
public class GamePlayerProxy implements IGamePlayer {
private IGamePlayer gamePlayer = null;
//通过构造函数传递要对谁进行代练
public GamePlayerProxy(String name) {
try {
gamePlayer = (IGamePlayer) new GamePlayer(this,name);
} catch (Ex... | 748 | 0.602041 | 0.602041 | 30 | 21.866667 | 18.645346 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 7 |
034043d7e43eb06a97ddf60618a1e8a164aff086 | 15,590,731,315,516 | a6e12846d006add56cdbeeabfb48761e81047c78 | /src/NormalAlgorithm/findComplement/Solution.java | 7e53c8ba443da29d51ba19c29aab028ca9fbe907 | [] | no_license | 10131014/JavaExample | https://github.com/10131014/JavaExample | 0e7779c10a3cfd12cf01626d6bb83a7e0b578b4b | c8839223a1841782df57f778287d8b0bce535487 | refs/heads/master | 2021-08-15T21:01:55.345000 | 2021-07-16T07:27:10 | 2021-07-16T07:27:10 | 242,657,050 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NormalAlgorithm.findComplement;
public class Solution {
public int findComplement(int num) {
long a=0;
long b=1;
while (num>=b)
{
a=a|b;
b=b<<1;
}
num=(int)a-num;
return num;
}
}
| UTF-8 | Java | 276 | java | Solution.java | Java | [] | null | [] | package NormalAlgorithm.findComplement;
public class Solution {
public int findComplement(int num) {
long a=0;
long b=1;
while (num>=b)
{
a=a|b;
b=b<<1;
}
num=(int)a-num;
return num;
}
}
| 276 | 0.471014 | 0.460145 | 15 | 17.4 | 11.353707 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
4313a92bd4f2ae6b8b4b174f425512d349e80111 | 27,341,761,868,386 | 0ae4d818f988c9dc05a8bb1bb0ce64ac3ce22836 | /src/main/java/ru/levelup/julia_kalujnaya/qa/homework_3/entities/Movie.java | 98b6dc2f126c93fdce61979e99ea4fafd46385a8 | [] | no_license | JuliaSPb/LevelUp_Homework | https://github.com/JuliaSPb/LevelUp_Homework | 991f5434e81184b0108ab7834fad24bc167850b1 | b13a5350e1c2a2a10e0d71bbacfcd652c7a1d5a2 | refs/heads/master | 2022-12-27T14:54:14.929000 | 2020-10-04T18:19:34 | 2020-10-04T18:19:34 | 112,728,811 | 0 | 0 | null | false | 2020-10-13T03:42:25 | 2017-12-01T10:44:17 | 2020-10-04T18:22:45 | 2020-10-13T03:42:24 | 72 | 0 | 0 | 4 | Java | false | false | package ru.levelup.julia_kalujnaya.qa.homework_3.entities;
import java.util.ArrayList;
import java.util.List;
/**
* Класс-сущность, представляющий объект предметной области "Фильм", со следующими полями:
* title - название фильма
* duration - продолжительность в минутах
* description - описание фильма
* actors -... | UTF-8 | Java | 1,994 | java | Movie.java | Java | [
{
"context": " - список сеансов для данного фильма\n *\n * @author Юлия Калюжная\n */\npublic class Movie {\n private String title",
"end": 413,
"score": 0.9998728632926941,
"start": 400,
"tag": "NAME",
"value": "Юлия Калюжная"
}
] | null | [] | package ru.levelup.julia_kalujnaya.qa.homework_3.entities;
import java.util.ArrayList;
import java.util.List;
/**
* Класс-сущность, представляющий объект предметной области "Фильм", со следующими полями:
* title - название фильма
* duration - продолжительность в минутах
* description - описание фильма
* actors -... | 1,975 | 0.608469 | 0.606729 | 60 | 27.75 | 23.692913 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 7 |
741ba9f8c0b8cd0ce1e8cb4b04aa0cd4b7be1264 | 15,066,745,331,820 | 4cff1418068f9364f6a8c4169dc27405411f68fb | /UserManagement/src/main/java/model/Role.java | fcd28b0d6e199aa6273389beb4511b922ae99ba6 | [] | no_license | SandaminiWR/TsetPAF_Proj | https://github.com/SandaminiWR/TsetPAF_Proj | 5be1450ff865e7212d2cc734ea791bc4332d0d95 | 1a24626dd04ff47412e39fcfdcf1bc74d9295938 | refs/heads/main | 2023-04-20T00:04:25.230000 | 2021-05-05T15:18:56 | 2021-05-05T15:18:56 | 364,615,640 | 0 | 0 | null | false | 2021-05-05T15:18:57 | 2021-05-05T15:04:14 | 2021-05-05T15:04:18 | 2021-05-05T15:18:56 | 0 | 0 | 0 | 0 | null | false | false | package model;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
public class Role {
public String insertRole(String id, String name, String description)
{
String output="";
try {
Connection con = DBConnection.getConnection();
... | UTF-8 | Java | 4,147 | java | Role.java | Java | [] | null | [] | package model;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
public class Role {
public String insertRole(String id, String name, String description)
{
String output="";
try {
Connection con = DBConnection.getConnection();
... | 4,147 | 0.599469 | 0.596817 | 187 | 21.17647 | 20.911472 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.042781 | false | false | 7 |
1d67de85a21e482e4f7900ce5c80728af96f54cd | 6,957,847,081,950 | 40ddfdfa981d8fd8d21d36ab5d9fe5596205d8b9 | /product-service/src/main/java/com/example/demo/vo/ProductCategory.java | 2f05967cfb2fc3ce1805f0d58d7d2a734e7b4b51 | [] | no_license | vinhthien1996/Exercise4_Microservice | https://github.com/vinhthien1996/Exercise4_Microservice | 7d118f31a22d241eac9ed744744fb321f93916f3 | 42171dc29ac7dbac4716e984df9c1e097c87316c | refs/heads/master | 2023-03-13T09:53:06.963000 | 2021-03-08T03:14:11 | 2021-03-08T03:14:11 | 345,514,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.vo;
import com.example.demo.entity.Product;
public class ProductCategory {
private Product product;
private CategoryVO category;
public ProductCategory() {
super();
}
public ProductCategory(Product product, CategoryVO category) {
super();
this.product = product;
this.category =... | UTF-8 | Java | 601 | java | ProductCategory.java | Java | [] | null | [] | package com.example.demo.vo;
import com.example.demo.entity.Product;
public class ProductCategory {
private Product product;
private CategoryVO category;
public ProductCategory() {
super();
}
public ProductCategory(Product product, CategoryVO category) {
super();
this.product = product;
this.category =... | 601 | 0.728785 | 0.728785 | 35 | 16.171429 | 16.725491 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.228571 | false | false | 7 |
d5f56fcd9e5667aa327b3a330da65bc1c5cc1981 | 16,647,293,286,991 | 3bca2f31b1665d1cc30fc5775d23565797653f60 | /typo3-cms/src/main/java/com/cedricziel/idea/typo3/tca/TableReferenceContributor.java | 5d1db64639f643aeb7936bd6543568895763cf08 | [
"MIT"
] | permissive | cedricziel/idea-php-typo3-plugin | https://github.com/cedricziel/idea-php-typo3-plugin | 009ac777b4d0a5f168135a44e9412f92bf610dc4 | 2d4051c1e51f0b61137c4a7487499021274e8164 | refs/heads/master | 2023-08-03T19:47:21.343000 | 2023-04-04T10:22:57 | 2023-04-04T10:22:57 | 82,317,311 | 106 | 9 | MIT | false | 2023-08-29T00:52:21 | 2017-02-17T16:41:47 | 2023-07-15T13:05:49 | 2023-08-29T00:52:21 | 2,470 | 95 | 7 | 89 | Java | false | false | package com.cedricziel.idea.typo3.tca;
import com.cedricziel.idea.typo3.util.PhpLangUtil;
import com.cedricziel.idea.typo3.util.TCAUtil;
import com.intellij.patterns.PlatformPatterns;
import com.intellij.patterns.PsiElementPattern;
import com.intellij.psi.*;
import com.intellij.util.ProcessingContext;
import com.jetbr... | UTF-8 | Java | 5,736 | java | TableReferenceContributor.java | Java | [] | null | [] | package com.cedricziel.idea.typo3.tca;
import com.cedricziel.idea.typo3.util.PhpLangUtil;
import com.cedricziel.idea.typo3.util.TCAUtil;
import com.intellij.patterns.PlatformPatterns;
import com.intellij.patterns.PsiElementPattern;
import com.intellij.psi.*;
import com.intellij.util.ProcessingContext;
import com.jetbr... | 5,736 | 0.609658 | 0.603382 | 108 | 52.111111 | 91.399239 | 696 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712963 | false | false | 7 |
411fdd087c467d1a8bf8924aa4f69e7c242f8ef4 | 30,554,397,360,916 | d901024020ba0bbc68fdcaa33fda04a5f95a0501 | /SanjayStatusManager/SMAutomation/SMAutomation/src/main/java/com/centurylink/statusmanager/utilities/MicroService.java | ea695d99f2a27d72194026e4e211739c0a8978b9 | [] | no_license | Savvis123/JavaPrograms | https://github.com/Savvis123/JavaPrograms | 0f3eeb3edb34cb3a458b5274c7b994250d33e229 | ff3fcc57688d300d977f918fdd4cba20fe94aaa2 | refs/heads/master | 2020-05-18T05:06:24.679000 | 2019-04-30T04:58:52 | 2019-04-30T04:58:52 | 184,193,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.centurylink.statusmanager.utilities;
public class MicroService {
private String microservicename;
private String microserstatus;
private String microservicecode;
private String microservicestatusmsg;
private String microserviceduedate;
private String microservicecompdate;
private String microservic... | UTF-8 | Java | 2,294 | java | MicroService.java | Java | [] | null | [] | package com.centurylink.statusmanager.utilities;
public class MicroService {
private String microservicename;
private String microserstatus;
private String microservicecode;
private String microservicestatusmsg;
private String microserviceduedate;
private String microservicecompdate;
private String microservic... | 2,294 | 0.813862 | 0.813862 | 87 | 25.344828 | 24.758524 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.505747 | false | false | 7 |
04aa1209e5cb75e9156c4a6e3bb0dfd6f8c089ce | 21,844,203,705,501 | d997544f83650527cc636244b032fa6f617909bc | /src/main/java/_10_flyweight/_03_excercise/Demo.java | ba4b29b80ff3fa341aafb5041c08bf84ae755f52 | [] | no_license | mohnoor94/LearningDesignPatterns | https://github.com/mohnoor94/LearningDesignPatterns | 8cc6397fb296d40051c3337cb96bbccc12f03b9f | 8e95152323b64a1c99f606fa0cc55765b1d2203f | refs/heads/master | 2022-07-29T22:02:53.479000 | 2022-07-08T01:22:01 | 2022-07-08T01:22:01 | 170,869,811 | 7 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _10_flyweight._03_excercise;
public class Demo {
public static void main(String[] args) {
var sentence = new Sentence("hello world");
sentence.getWord(1).setCapitalize(true);
System.out.println(sentence);
}
}
| UTF-8 | Java | 251 | java | Demo.java | Java | [] | null | [] | package _10_flyweight._03_excercise;
public class Demo {
public static void main(String[] args) {
var sentence = new Sentence("hello world");
sentence.getWord(1).setCapitalize(true);
System.out.println(sentence);
}
}
| 251 | 0.649402 | 0.629482 | 10 | 24.1 | 20.211136 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
3699303fbeff4eacef6b06103c16cf9412cedeb8 | 28,140,625,783,769 | 089337b6ea2cfc138f0961c33d1b37038e5b0530 | /era_bcb_sample/4/selected/1865827.java | e6e723fbe519e408ac35c82509cc80f104028dac | [] | no_license | manzibanishi/Parallel_Code_detection | https://github.com/manzibanishi/Parallel_Code_detection | 7b88a49885bde22be3b4dd3c5ae04a1b65e75004 | b93dd45f9e19e79584fa1c3ed98b7e6a74214e75 | refs/heads/master | 2018-01-06T19:12:22.349000 | 2016-10-01T02:24:58 | 2016-10-01T02:24:58 | 69,706,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jsynthlib.synthdrivers.AlesisDM5;
import org.jsynthlib.core.*;
/** Alesis DM5 System Info Driver.
*
* @author Jeff Weber
*/
public class AlesisDM5SysInfoDriver extends Driver {
/** DM5 System Info Dump Request
*/
private static final SysexHandler SYS_REQ = new SysexHandler(Constants.SYS_INFO_... | UTF-8 | Java | 2,620 | java | 1865827.java | Java | [
{
"context": "*;\n\n/** Alesis DM5 System Info Driver.\n*\n* @author Jeff Weber\n*/\npublic class AlesisDM5SysInfoDriver extends Dr",
"end": 134,
"score": 0.9997292757034302,
"start": 124,
"tag": "NAME",
"value": "Jeff Weber"
}
] | null | [] | package org.jsynthlib.synthdrivers.AlesisDM5;
import org.jsynthlib.core.*;
/** Alesis DM5 System Info Driver.
*
* @author <NAME>
*/
public class AlesisDM5SysInfoDriver extends Driver {
/** DM5 System Info Dump Request
*/
private static final SysexHandler SYS_REQ = new SysexHandler(Constants.SYS_INFO_DUMP... | 2,616 | 0.662214 | 0.646565 | 75 | 33.933334 | 34.437317 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 7 |
16125b0e9bea31aa78766c178d614f837aa92ffc | 10,136,122,846,941 | f857f3b0fc55ae32ac8d63a5a007558a1da52e9e | /server/src/main/java/com/twj/spirngbasics/server/util/RedisUtils.java | fc9d6791b9228090e9325da04fc75bfbf1eea715 | [] | no_license | JJput/SpringBasics | https://github.com/JJput/SpringBasics | 67de88c40ba453226b243b55a1de411dff29f425 | 94b50046e2b38aef69da73e6be5a046216287541 | refs/heads/main | 2023-08-15T00:56:08.558000 | 2021-09-15T09:05:20 | 2021-09-15T09:05:20 | 327,880,132 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twj.spirngbasics.server.util;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent... | UTF-8 | Java | 3,573 | java | RedisUtils.java | Java | [
{
"context": "import java.util.concurrent.TimeUnit;\n\n/**\n * @作者: JJ\n * @创建时间: 2020/7/29 上午11:19\n * @Version 1.0\n * @描",
"end": 346,
"score": 0.9988350868225098,
"start": 344,
"tag": "USERNAME",
"value": "JJ"
}
] | null | [] | package com.twj.spirngbasics.server.util;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent... | 3,573 | 0.593664 | 0.588791 | 148 | 21.182432 | 20.281811 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317568 | false | false | 7 |
c376f3ff61a4cb18179faed34166c8c3a0cfd9d1 | 27,599,459,852,649 | 876017de283b1e8e3c70f757ce7f273986ab4526 | /src/com/service/impl/RucTeacherServiceImpl.java | bd8519347e183a4623b06ec0fd3fe2d57185937b | [] | no_license | llcruc/51pinke | https://github.com/llcruc/51pinke | 539dce448a7b9604cbccc63e3ac27170ddc2133c | 2df366164a9818f1aa804b834f9bb5fdca0c1ee3 | refs/heads/master | 2021-01-22T02:57:54.804000 | 2015-03-31T06:57:46 | 2015-03-31T06:57:46 | 25,349,474 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.service.impl;
import java.util.List;
import com.course.dao.RucTeacherDao;
import com.service.RucTeacherService;
import com.spring.entity.RucTeacher;
public class RucTeacherServiceImpl implements RucTeacherService{
private RucTeacherDao rucTeacherDao;
public void setRucTeacherDao(RucTeacher... | UTF-8 | Java | 1,267 | java | RucTeacherServiceImpl.java | Java | [] | null | [] | package com.service.impl;
import java.util.List;
import com.course.dao.RucTeacherDao;
import com.service.RucTeacherService;
import com.spring.entity.RucTeacher;
public class RucTeacherServiceImpl implements RucTeacherService{
private RucTeacherDao rucTeacherDao;
public void setRucTeacherDao(RucTeacher... | 1,267 | 0.747435 | 0.747435 | 52 | 22.365385 | 20.007719 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173077 | false | false | 7 |
9c7423accad22680adb7cafdf7b81ba509cda564 | 8,538,395,008,214 | bb796e67db8a31d4c10a043d7b062fc32808c94b | /Essbase_masodik/hu.mit.bme.inf.mydsl/src-gen/org/xtext/example/mydsl/serializer/MyDslSemanticSequencer.java | 9bcad6a5dea8f1dc5c16796312303194d0693381 | [] | no_license | lakzso/Essbase_masodik | https://github.com/lakzso/Essbase_masodik | 690fc0ae81d7cc03e57892b77ef5f1f50b574109 | d3c1ad13659b39b1422f0259f20f808ca1c8f597 | refs/heads/master | 2020-05-21T12:27:08.555000 | 2016-12-05T22:30:54 | 2016-12-05T22:30:54 | 54,214,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* generated by Xtext 2.9.1
*/
package org.xtext.example.mydsl.serializer;
import com.google.inject.Inject;
import java.util.Set;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.xtext.Action;
import org.eclipse.xtext.Parameter;
import org.eclipse.xtext.Par... | UTF-8 | Java | 20,901 | java | MyDslSemanticSequencer.java | Java | [] | null | [] | /*
* generated by Xtext 2.9.1
*/
package org.xtext.example.mydsl.serializer;
import com.google.inject.Inject;
import java.util.Set;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.xtext.Action;
import org.eclipse.xtext.Parameter;
import org.eclipse.xtext.Par... | 20,901 | 0.761734 | 0.759198 | 474 | 42.094936 | 42.075848 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.312236 | false | false | 7 |
cb5887f1b821b9ab36951759343747a65a2a6be5 | 6,287,832,129,070 | e076024f3c966b7c74f1676f34ad3c91b1cb6dc1 | /src/main/java/it/uniba/di/sms/orariolezioni/ui/requests/RequestsTeacherViewModel.java | 41d1df41d99bbbd45a9e84bdd607480ab7d2bdf3 | [] | no_license | davideC00/lesson-scheduler | https://github.com/davideC00/lesson-scheduler | d51b59514cbb85cd8606649b5efa0cd261651fb0 | 08ca8991b9bcf6312522af56c851db97f4da8aad | refs/heads/master | 2022-04-04T00:10:31.086000 | 2020-02-10T15:29:18 | 2020-02-10T15:29:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.uniba.di.sms.orariolezioni.ui.requests;
import android.app.Application;
import android.arch.lifecycle.AndroidViewModel;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import java.util.ArrayList;
import it.uniba.di.sms.orariolezioni.OrarioLezioniApplication;
import i... | UTF-8 | Java | 958 | java | RequestsTeacherViewModel.java | Java | [] | null | [] | package it.uniba.di.sms.orariolezioni.ui.requests;
import android.app.Application;
import android.arch.lifecycle.AndroidViewModel;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import java.util.ArrayList;
import it.uniba.di.sms.orariolezioni.OrarioLezioniApplication;
import i... | 958 | 0.772443 | 0.772443 | 30 | 30.966667 | 26.926422 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
0970ff14c5833eaf85fe342d2909d9f762466ba1 | 20,650,202,825,388 | 643adc1b4dc7d8b63bd225fa5b3d83baf916eb2a | /app/src/main/java/com/example/application3a/presentation/view/MainActivity.java | 6809dded6805430b04a5e5c900a4b2273bd0ac2d | [] | no_license | Dunniii/Application3A | https://github.com/Dunniii/Application3A | 707d359229ad5c63fccdf9a81e87d05e66765361 | 740ac7b8ad868c12744eb5c58a19b353956ce84a | refs/heads/master | 2022-07-16T21:54:52.567000 | 2020-05-19T21:49:48 | 2020-05-19T21:49:48 | 264,978,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.application3a.presentation.view;
import androidx.appcompat.app.AppCompatActivity;
import android.content.SharedPreferences;
import android.os.Bundle;
import java.util.List;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.examp... | UTF-8 | Java | 2,731 | java | MainActivity.java | Java | [] | null | [] | package com.example.application3a.presentation.view;
import androidx.appcompat.app.AppCompatActivity;
import android.content.SharedPreferences;
import android.os.Bundle;
import java.util.List;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.examp... | 2,731 | 0.74112 | 0.73636 | 87 | 30.390804 | 25.32926 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632184 | false | false | 7 |
6e07464fb32fc45e04caa611c915b1db3c9e8fd5 | 3,959,959,864,519 | 8f6a158b16b0a61e7787f948b6e259ec94bdc24e | /nms/v1_19R2/src/main/java/net/dzikoysk/funnyguilds/nms/v1_19R2/packet/V1_19R2PacketAccessor.java | f52f398a64e76b97fccf8598492b7338ca767a83 | [
"Apache-2.0"
] | permissive | FunnyGuilds/FunnyGuilds | https://github.com/FunnyGuilds/FunnyGuilds | fba2139c761b68b0b0219c8867978cf4f93ed03c | 9410d90956768d1dc827828fc97a48688a78b466 | refs/heads/5.x | 2023-08-16T22:40:07.291000 | 2023-08-07T09:51:17 | 2023-08-07T09:51:17 | 24,366,589 | 300 | 257 | Apache-2.0 | false | 2023-09-01T09:44:30 | 2014-09-23T10:18:52 | 2023-07-20T19:14:47 | 2023-09-01T09:44:30 | 5,372 | 177 | 97 | 54 | Java | false | false | package net.dzikoysk.funnyguilds.nms.v1_19R2.packet;
import io.netty.channel.Channel;
import io.netty.channel.ChannelPipeline;
import net.dzikoysk.funnyguilds.nms.api.packet.FunnyGuildsInboundChannelHandler;
import net.dzikoysk.funnyguilds.nms.api.packet.FunnyGuildsOutboundChannelHandler;
import net.dzikoysk.funnyguil... | UTF-8 | Java | 1,988 | java | V1_19R2PacketAccessor.java | Java | [] | null | [] | package net.dzikoysk.funnyguilds.nms.v1_19R2.packet;
import io.netty.channel.Channel;
import io.netty.channel.ChannelPipeline;
import net.dzikoysk.funnyguilds.nms.api.packet.FunnyGuildsInboundChannelHandler;
import net.dzikoysk.funnyguilds.nms.api.packet.FunnyGuildsOutboundChannelHandler;
import net.dzikoysk.funnyguil... | 1,988 | 0.81338 | 0.795272 | 41 | 47.487804 | 40.575207 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512195 | false | false | 7 |
e6dc089fdeba07aba0402d8aad25f2bc9c8a8b7d | 21,569,325,822,148 | 871c5a42e0cf63ae98b5f7ab424818db3fb5457f | /demoSpringWeb/src/main/java/com/example/demoSpringWeb/MyHealthIndicator.java | 5109d8a272caaacad2963a54217a47fba8acbca3 | [] | no_license | nilavalagansugumaran/training-20-sep-2021 | https://github.com/nilavalagansugumaran/training-20-sep-2021 | 70dee3fd11c3b053737a8d3ecea805c1612291eb | 8f50b4e1ab3b3a6d2d425f7691c30352c9b87696 | refs/heads/main | 2023-09-03T13:02:28.078000 | 2021-09-22T16:01:08 | 2021-09-22T16:01:08 | 408,132,957 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demoSpringWeb;
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.stereotype.Component;
@Component
public class MyHealthIndicator implements HealthIndicator {
@Override
public Health health() {... | UTF-8 | Java | 451 | java | MyHealthIndicator.java | Java | [] | null | [] | package com.example.demoSpringWeb;
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.stereotype.Component;
@Component
public class MyHealthIndicator implements HealthIndicator {
@Override
public Health health() {... | 451 | 0.696231 | 0.687361 | 19 | 22.736841 | 23.60607 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 7 |
2a898af47179f33022a9fef3535e855478478f6d | 21,878,563,452,523 | 62e56017cec1ca9340326a0b01f3f73bd39f9a09 | /SampleNovo/bundle/src/main/java/com/dupont/phoenix/tools/bi/colortools/ColorPage.java | 88e369113fabf32cee03592f9a80e31b35fabbff | [] | no_license | ryanlfoster/z-NovoAcc | https://github.com/ryanlfoster/z-NovoAcc | e6daf0775eab04d04b50c8218c0a8612bac11c1b | ef65383ba58b4eb7e1356bcff68d8beb65c49ce5 | refs/heads/master | 2020-12-24T17:44:16.080000 | 2014-06-11T06:37:27 | 2014-06-11T06:37:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dupont.phoenix.tools.bi.colortools;
import org.apache.sling.api.resource.ValueMap;
import com.day.cq.wcm.api.Page;
import com.day.cq.wcm.foundation.Image;
import com.dupont.phoenix.Global;
import com.dupont.phoenix.commons.Scene7Image;
/**
* Created with IntelliJ IDEA.
* User: felipe.abellan
* Color P... | UTF-8 | Java | 3,018 | java | ColorPage.java | Java | [
{
"context": "mage;\n\n/**\n * Created with IntelliJ IDEA.\n * User: felipe.abellan\n * Color Page is the representation of the Sub-Pr",
"end": 309,
"score": 0.8719815015792847,
"start": 295,
"tag": "NAME",
"value": "felipe.abellan"
}
] | null | [] | package com.dupont.phoenix.tools.bi.colortools;
import org.apache.sling.api.resource.ValueMap;
import com.day.cq.wcm.api.Page;
import com.day.cq.wcm.foundation.Image;
import com.dupont.phoenix.Global;
import com.dupont.phoenix.commons.Scene7Image;
/**
* Created with IntelliJ IDEA.
* User: felipe.abellan
* Color P... | 3,018 | 0.587807 | 0.587144 | 121 | 23.942148 | 22.890793 | 135 | false | false | 0 | 0 | 0 | 0 | 67 | 0.0222 | 0.446281 | false | false | 7 |
a5b9a398ecf0677a2be38161304bed03f802bb47 | 29,154,238,009,888 | 671ebf1e3ab6dab92e392be85336fc9d80a7f635 | /src/by/myhome/proj/command/impl/BaseProduct.java | e5c82924051ffd91074bdfb5622d6c34d4aae0ff | [] | no_license | Ivan-Alfer/webShop | https://github.com/Ivan-Alfer/webShop | ab28beae69bb999356a29479cb3fb42606b17402 | 5d608bd873db7eaab11bc88bca16b02650916614 | refs/heads/master | 2021-01-12T18:08:08.232000 | 2016-10-19T09:22:59 | 2016-10-19T09:22:59 | 71,334,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.myhome.proj.command.impl;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import by.myhome.proj.command.Command;
import by.myhome.proj.command.exception.CommandException;
import by.myhome.proj.service.exception.ServiceException;
public abstract class B... | UTF-8 | Java | 731 | java | BaseProduct.java | Java | [] | null | [] | package by.myhome.proj.command.impl;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import by.myhome.proj.command.Command;
import by.myhome.proj.command.exception.CommandException;
import by.myhome.proj.service.exception.ServiceException;
public abstract class B... | 731 | 0.778386 | 0.778386 | 23 | 29.782608 | 32.344555 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 7 |
9d800ddf2e82921203bb4a8dbcb7e136d97ae243 | 32,693,291,064,638 | 8c3fb2c8ed150b2bb2b7427f0287347692471667 | /src/com/Rahat/myEditor/FileListActivity.java | d8619c65f539ee26cefe497a6ee4b5cd24f16d8c | [
"Apache-2.0"
] | permissive | frrahat/My-Editor-Android | https://github.com/frrahat/My-Editor-Android | c092257cf72b930d2be3fe5b75706b96fa8313ee | 870438cc3c4b50ec0fba8d29f3f03ea577d6e654 | refs/heads/master | 2021-01-18T23:10:26.208000 | 2016-06-02T16:49:06 | 2016-06-02T16:49:06 | 31,383,878 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Rahat.myEditor;
import java.io.File;
import android.app.Activity;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.view.Menu;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterVie... | UTF-8 | Java | 1,876 | java | FileListActivity.java | Java | [] | null | [] | package com.Rahat.myEditor;
import java.io.File;
import android.app.Activity;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.view.Menu;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterVie... | 1,876 | 0.704691 | 0.703625 | 64 | 28.328125 | 24.330442 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6875 | false | false | 7 |
17d88dab75542f91d69dbfec520cd3e5330f0a90 | 32,693,291,062,241 | 65872efe26c10db7f7e3336740ff91df6dc43cff | /app/src/main/java/com/trackerforce/splitmate/ui/item/PollVotePreviewAdapter.java | b1d5a6b7926c3ace516a9382e3b408f888f2c776 | [] | no_license | TrendingTechnology/splitmate-android-app | https://github.com/TrendingTechnology/splitmate-android-app | 3620064675f6afb041e0ca33cfcf1c1d0e9354bd | 6ee9e0393f73f7bd6de6c71cfd6dcd2e9c4c5ebe | refs/heads/master | 2023-03-31T12:23:56.144000 | 2021-03-30T01:25:18 | 2021-03-30T01:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trackerforce.splitmate.ui.item;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androi... | UTF-8 | Java | 5,957 | java | PollVotePreviewAdapter.java | Java | [] | null | [] | package com.trackerforce.splitmate.ui.item;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androi... | 5,957 | 0.661575 | 0.658553 | 180 | 32.094444 | 28.129206 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 7 |
0484a8cd4eefc9e92cd0392b99e0f33664eeb266 | 738,734,384,391 | cf12829cb3d784a1cddad4fb3259a8fe83469259 | /app/src/main/java/com/lixm/animationdemo/service/RefreshFiveSpeedService.java | 82fc23b5e464a282c5c0ed627db263cc05ec516f | [] | no_license | xiaomingmuzi/AnimationDemo | https://github.com/xiaomingmuzi/AnimationDemo | 59d01c782052cccc2d20a43c8a053f90fee33c66 | 9d3ff28ff89514e8e86f07f022f340e34d69fa38 | refs/heads/master | 2021-01-19T14:18:17.565000 | 2018-10-18T09:53:13 | 2018-10-18T09:53:13 | 88,143,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lixm.animationdemo.service;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import com.lixm.animationdemo.utils.PARAM;
import org.xutils.common.util.LogUtil;
public class RefreshFiveSpeedService extends Service {
@Override
public void onCreate() {
super.onCreate... | UTF-8 | Java | 769 | java | RefreshFiveSpeedService.java | Java | [] | null | [] | package com.lixm.animationdemo.service;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import com.lixm.animationdemo.utils.PARAM;
import org.xutils.common.util.LogUtil;
public class RefreshFiveSpeedService extends Service {
@Override
public void onCreate() {
super.onCreate... | 769 | 0.701708 | 0.701708 | 33 | 22.060606 | 24.924053 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.212121 | false | false | 7 |
e112f7f84afbbfa3b8ab589399079e9fc0d630f0 | 738,734,388,459 | 89470ecfa6c4cfddb18e4b0191ecbaecc4d580c0 | /koala-commons/koala-commons-domain/src/main/java/org/openkoala/koala/commons/domain/MybatisEntityRepository.java | a605541e409cb829cbf17bc6d21c45920bdbffce | [] | no_license | xuliugen/koala-project | https://github.com/xuliugen/koala-project | 9019188f583c12c2346d178ce695db436dc622f0 | 9fc1d5be65abbae66b8c6788257b33b279cedc7d | refs/heads/master | 2021-01-10T01:18:25.255000 | 2016-01-03T01:28:31 | 2016-01-03T01:28:31 | 47,016,537 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.openkoala.koala.commons.domain;
import org.dayatang.domain.Entity;
import org.dayatang.domain.NamedParameters;
import org.openkoala.koala.commons.domain.mybatis.MybatisNamedQuery;
import java.io.Serializable;
import java.util.List;
public interface MybatisEntityRepository {
/**
* 将实体(无论是新的还是修改了的)... | UTF-8 | Java | 3,277 | java | MybatisEntityRepository.java | Java | [] | null | [] | package org.openkoala.koala.commons.domain;
import org.dayatang.domain.Entity;
import org.dayatang.domain.NamedParameters;
import org.openkoala.koala.commons.domain.mybatis.MybatisNamedQuery;
import java.io.Serializable;
import java.util.List;
public interface MybatisEntityRepository {
/**
* 将实体(无论是新的还是修改了的)... | 3,277 | 0.599835 | 0.599835 | 110 | 20.99091 | 18.857597 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.209091 | false | false | 7 |
e8971e29ed3d16a2193fbeaa4ba41a7f8483737a | 29,162,827,953,442 | 8fb84afd72bed5d003c845d6398e4653873ad998 | /src/main/java/com/devtalk/algorithm/linkedList/MergeKSortedListTest.java | b4f3177a3994895512a6f58aa20af6fa9585c334 | [] | no_license | SurajChaudhary/project-algo | https://github.com/SurajChaudhary/project-algo | f54c157d0681b1641064d4f4637737fb29b5e956 | 099a0416b54d9d955d88eb6da60601a26532a3b0 | refs/heads/master | 2020-04-28T08:45:21.485000 | 2019-06-14T03:57:53 | 2019-06-14T03:57:53 | 175,140,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.devtalk.algorithm.linkedList;
import java.util.Comparator;
import java.util.PriorityQueue;
import java.util.Queue;
public class MergeKSortedListTest {
/*
* Given k sorted linked lists each of size n, merge them and print the sorted
* output.
*
* Examples:
*
* Input: k = 3, n = 4
* list1... | UTF-8 | Java | 1,448 | java | MergeKSortedListTest.java | Java | [] | null | [] | package com.devtalk.algorithm.linkedList;
import java.util.Comparator;
import java.util.PriorityQueue;
import java.util.Queue;
public class MergeKSortedListTest {
/*
* Given k sorted linked lists each of size n, merge them and print the sorted
* output.
*
* Examples:
*
* Input: k = 3, n = 4
* list1... | 1,448 | 0.614641 | 0.571823 | 71 | 19.394365 | 17.539877 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.056338 | false | false | 7 |
044316d1707535db0023375f4c03fee1810d5fde | 7,000,796,706,762 | 4f538b88baac706f62c3e69182e967842e4dc33f | /java_02/src/ex/DiceTest.java | 5f0526a7a890789f358cb78f5a1963633134ebdc | [] | no_license | gildydtjd/bit_java | https://github.com/gildydtjd/bit_java | da274c8bbb4a8392c73ba48bbf037a2514c2506c | 64ae8cf41e597142c3a034fdac6c8cfab3ff64a9 | refs/heads/master | 2020-07-03T09:49:48.100000 | 2019-08-12T06:30:19 | 2019-08-12T06:30:19 | 201,861,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ex;
public class DiceTest {
}
| UTF-8 | Java | 45 | java | DiceTest.java | Java | [] | null | [] | package ex;
public class DiceTest {
}
| 45 | 0.622222 | 0.622222 | 5 | 7 | 9.011105 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
01c4bc5ff67ebf68b2ac750a45b4697f072df4c0 | 17,265,768,543,914 | c874830a1e74d5645723a29e0c90fe8edb338d55 | /app-client/src/main/java/apus/dao/MedicineDao.java | bc139c7f422abf43341b181064a555d535fff7c7 | [] | no_license | juricho-jay/Final_APUJIMA | https://github.com/juricho-jay/Final_APUJIMA | 3eadd316e8215bf020b409b07d53cd67f014ddb8 | 8c760fdc557efb44f7569b796d52256c5d8eac9f | refs/heads/main | 2023-09-02T14:01:43.489000 | 2021-11-23T03:26:15 | 2021-11-23T03:26:15 | 431,745,064 | 1 | 0 | null | true | 2021-11-25T06:59:39 | 2021-11-25T06:59:39 | 2021-11-23T03:26:21 | 2021-11-23T03:26:18 | 12,928 | 0 | 0 | 0 | null | false | false | package apus.dao;
import java.util.List;
import apus.domain.Medicine;
public interface MedicineDao {
void insert(Medicine medicine) throws Exception;
List<Medicine> findAll() throws Exception;
List<Medicine> findRequest() throws Exception;
List<Medicine> findByKeyword(String keyword) throws Exception;
Medic... | UTF-8 | Java | 627 | java | MedicineDao.java | Java | [] | null | [] | package apus.dao;
import java.util.List;
import apus.domain.Medicine;
public interface MedicineDao {
void insert(Medicine medicine) throws Exception;
List<Medicine> findAll() throws Exception;
List<Medicine> findRequest() throws Exception;
List<Medicine> findByKeyword(String keyword) throws Exception;
Medic... | 627 | 0.797448 | 0.795853 | 17 | 35.882355 | 20.556614 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 7 |
06f3d8e408a0272473274dc7be89a78188d21470 | 9,715,216,037,989 | d7aea96541ec8b4889f02abefaa9d086571ea3c2 | /douban/src/dao/ReleaseMapper.java | 48f84d7880e8e7f6eff50e9510cf52ea2d0190e6 | [] | no_license | Thymolzzw/eclipse-workspace | https://github.com/Thymolzzw/eclipse-workspace | cb96e6e012bf2faaa13be8ceeeaa52aa6d2ec333 | b4b6517eeb968b4960fe88daf8f01a8ca75d6c99 | refs/heads/master | 2020-09-02T03:32:02.850000 | 2019-11-19T02:16:08 | 2019-11-19T02:16:08 | 219,124,269 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import object.ReleaseKey;
public interface ReleaseMapper {
int deleteByPrimaryKey(ReleaseKey key);
int insert(ReleaseKey record);
int insertSelective(ReleaseKey record);
} | UTF-8 | Java | 200 | java | ReleaseMapper.java | Java | [] | null | [] | package dao;
import object.ReleaseKey;
public interface ReleaseMapper {
int deleteByPrimaryKey(ReleaseKey key);
int insert(ReleaseKey record);
int insertSelective(ReleaseKey record);
} | 200 | 0.765 | 0.765 | 11 | 17.272728 | 17.493328 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
5e70eb6435443e861f74bbd9d0e089c449a93cc4 | 17,480,516,910,466 | 99d97f8a9b56dde44054161328cbce8f670c952a | /Cloning1.java | bd21666cf3c7c78a9795c46c1aede224147093a2 | [] | no_license | divprnc/my_java_prgms | https://github.com/divprnc/my_java_prgms | e407654625e6f06017d1eaf91cdf475612eec89c | 002b19b869c0a8ed1f0de7f64f9123e6e1934da3 | refs/heads/master | 2020-05-29T17:13:05.568000 | 2019-05-29T17:37:01 | 2019-05-29T17:37:01 | 189,268,540 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class CloningTest implements Cloneable
{
int x = 10, y = 20;
public CloningTest clone() throws CloneNotSupportedException
{
return (CloningTest)super.clone();
}
}
class Cloning1
{
public static void main(String args[]) throws CloneNotSupportedException
{
CloningTest ct1 = new CloningTest();
Clo... | UTF-8 | Java | 466 | java | Cloning1.java | Java | [] | null | [] | class CloningTest implements Cloneable
{
int x = 10, y = 20;
public CloningTest clone() throws CloneNotSupportedException
{
return (CloningTest)super.clone();
}
}
class Cloning1
{
public static void main(String args[]) throws CloneNotSupportedException
{
CloningTest ct1 = new CloningTest();
Clo... | 466 | 0.65236 | 0.622318 | 18 | 24 | 23.965252 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
871cd2f7d81b788e7172018e15c0a484f2b83614 | 21,165,598,837,204 | e7125dbba665e4f191734f9750ea6f7acda26f77 | /src/main/java/cn/wolfcode/jersey/_01hello/Department.java | 633251ef314e21aaa73b2c8594545f9f0c4da3cf | [] | no_license | wnhub/Jersey | https://github.com/wnhub/Jersey | 3535904c4a26b2d62ef0bb5e7966f6d820018207 | 4c27b29818405070f7ccf6383380010d3ad19410 | refs/heads/master | 2020-05-03T08:48:08.864000 | 2019-04-01T23:51:05 | 2019-04-01T23:51:05 | 178,536,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.wolfcode.jersey._01hello;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.xml.bind.annotation.XmlRootElement;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@XmlRootElement
public class Department {
private Long id;
... | UTF-8 | Java | 454 | java | Department.java | Java | [] | null | [] | package cn.wolfcode.jersey._01hello;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.xml.bind.annotation.XmlRootElement;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@XmlRootElement
public class Department {
private Long id;
... | 454 | 0.729075 | 0.72467 | 23 | 18.73913 | 14.210276 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.