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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c34f6d3d111dfd8663d7f683b2fcf06e680508cb | 23,931,557,843,909 | 05c0f362f5aead7eb4c23ad462f87d6fdc350326 | /LeetCode/OddEvenLinkedList.java | 6886703bac30b0f9931714d7c6d0c578db952ea2 | [] | no_license | pengyangtuo/challenges | https://github.com/pengyangtuo/challenges | 12ce3184969f144cd294fb8cfe6c143c98687e8a | 4427a4b2decaf0565bbb35845f8d6a88dd4b91ba | refs/heads/master | 2021-01-13T16:59:38.300000 | 2017-05-01T15:22:32 | 2017-05-01T15:22:32 | 77,011,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class OddEvenLinkedList {
public class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
}
}
public ListNode oddEvenList(ListNode head) {
// 1 2 3 4 5 6 7 8 9
// 1 3 5 7 9 2 4 6 8
if(head == null || head.next == null || head.... | UTF-8 | Java | 1,637 | java | OddEvenLinkedList.java | Java | [] | null | [] | class OddEvenLinkedList {
public class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
}
}
public ListNode oddEvenList(ListNode head) {
// 1 2 3 4 5 6 7 8 9
// 1 3 5 7 9 2 4 6 8
if(head == null || head.next == null || head.... | 1,637 | 0.536958 | 0.522297 | 61 | 25.852459 | 20.130587 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 3 |
341830da79663a4ce0f41b6c44c9ba11aa5edcc6 | 17,325,898,093,817 | 139b96e65688b2a8b09cab0b070a8f50a630f6ed | /Project/ebweb2019/src/main/java/vn/softdreams/ebweb/web/rest/dto/RequestCancelInvoiceDTO.java | 983430d69fef4ccb9009e0ec0ecb0febcc76bcc2 | [] | no_license | hoangpham1997/ChanDoi | https://github.com/hoangpham1997/ChanDoi | 785945b93c11c0081888f45c93b57de7de5d45f7 | 2e62bf65b690ebbf36a7f14bdbdaedae4fe16b36 | refs/heads/master | 2022-09-14T08:08:58.914000 | 2020-07-06T15:10:18 | 2020-07-06T15:10:18 | 242,865,582 | 0 | 0 | null | false | 2022-09-01T23:29:37 | 2020-02-24T23:24:29 | 2020-07-06T15:12:18 | 2022-09-01T23:29:34 | 52,287 | 0 | 0 | 13 | Java | false | false | package vn.softdreams.ebweb.web.rest.dto;
import java.time.LocalDate;
import java.util.List;
import java.util.UUID;
public class RequestCancelInvoiceDTO {
private List<UUID> uuidList;
private String nameDocument;
private String note;
private LocalDate dateDocument;
public List<UUID> getUuidList()... | UTF-8 | Java | 940 | java | RequestCancelInvoiceDTO.java | Java | [] | null | [] | package vn.softdreams.ebweb.web.rest.dto;
import java.time.LocalDate;
import java.util.List;
import java.util.UUID;
public class RequestCancelInvoiceDTO {
private List<UUID> uuidList;
private String nameDocument;
private String note;
private LocalDate dateDocument;
public List<UUID> getUuidList()... | 940 | 0.661702 | 0.661702 | 44 | 20.363636 | 17.538387 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
d2fd6ff483dfdd1a1afc156cecbe1ae162e36cf3 | 34,316,788,710,495 | 3493c5f59431d6c1cb07fb0e72154f5a8f17d7a6 | /src/com/SpecialSearchTask_Tx/specialsearchtask_tx_Utils/TokenUitls.java | e2b551e73a73222c2d280381fafa3034a1334196 | [] | no_license | try1991/Gb | https://github.com/try1991/Gb | 8cdfe9f32f430b1af68ff58c2635ee33ea827821 | 00b242612ab693af2af54e15dd762c2140a1448e | refs/heads/master | 2017-09-25T13:37:27.428000 | 2016-08-21T04:57:00 | 2016-08-21T04:57:00 | 63,513,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.SpecialSearchTask_Tx.specialsearchtask_tx_Utils;
import android.content.Context;
import android.content.SharedPreferences;
public class TokenUitls {
// 清除token
public static void clearLoginToken(Context context) {
SharedPreferences sp = context.getSharedPreferences("token", Context.MODE_PRIVATE);
sp... | UTF-8 | Java | 2,088 | java | TokenUitls.java | Java | [] | null | [] | package com.SpecialSearchTask_Tx.specialsearchtask_tx_Utils;
import android.content.Context;
import android.content.SharedPreferences;
public class TokenUitls {
// 清除token
public static void clearLoginToken(Context context) {
SharedPreferences sp = context.getSharedPreferences("token", Context.MODE_PRIVATE);
sp... | 2,088 | 0.757711 | 0.757711 | 55 | 35.545456 | 31.646811 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.981818 | false | false | 3 |
537eeec442954b5fa253ef104f8ea5fe1cee61a3 | 33,689,723,489,517 | af420e30bcade6c3b4b27519c1b5efb7f13ddb0a | /src/Oppgave1.java | fd53c54a70bdcce94c4be285637f34f86bbd8e96 | [] | no_license | vestby96/Oblig1 | https://github.com/vestby96/Oblig1 | cb13767f190b9e18fc656c39654103f2a20ce59d | a32a0dbbe9d822d36776e199953577199f6e789b | refs/heads/master | 2023-08-10T01:48:50.878000 | 2021-09-13T11:29:44 | 2021-09-13T11:29:44 | 404,694,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.NoSuchElementException;
public class Oppgave1 {
public static void main(String[] args){
int[] a = {0,1,2,3,4,5,1,20};
// Skriver ut det siste og høyeste tallet i arrayet
System.out.println("Highest value in array : " + maks(a));
System.ou... | UTF-8 | Java | 2,027 | java | Oppgave1.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.NoSuchElementException;
public class Oppgave1 {
public static void main(String[] args){
int[] a = {0,1,2,3,4,5,1,20};
// Skriver ut det siste og høyeste tallet i arrayet
System.out.println("Highest value in array : " + maks(a));
System.ou... | 2,027 | 0.473997 | 0.463101 | 61 | 32.114754 | 25.640068 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 3 |
04bd3d6b166b8e43d827147c0326b18f5c251ce8 | 34,385,508,173,289 | d40ba449bb73e720f1b0c4b9cbd8ab6c6078f31b | /src/Graph/Filereader.java | 95b0d3a231a46f703f4aa77bde26e3cdc18cc3e6 | [] | no_license | realMortiferum/Textdatei-Auswertungs-Graph-TAG | https://github.com/realMortiferum/Textdatei-Auswertungs-Graph-TAG | a04273c4c278f250ecfaa71387d25fde6d9599a7 | 8dfedd11f1e13ec99675df5d76370069db1460bc | refs/heads/master | 2021-01-19T21:06:12.031000 | 2017-04-20T09:15:55 | 2017-04-20T09:15:55 | 88,607,502 | 0 | 0 | null | false | 2017-04-20T09:15:56 | 2017-04-18T09:32:37 | 2017-04-18T13:33:38 | 2017-04-20T09:15:55 | 2,801 | 0 | 0 | 0 | Java | null | null | package Graph;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class Filereader {
private String pfad;
private String pfad2;
private static int linenum;
private int secondlinenum;
private int highestThr... | ISO-8859-3 | Java | 3,263 | java | Filereader.java | Java | [
{
"context": " (content)gespeichert\r\n\t * wird\r\n\t * \r\n\t * @author realMortiferum\r\n\t * \r\n\t * @exception IOException\r\n\t * ",
"end": 662,
"score": 0.998639702796936,
"start": 648,
"tag": "USERNAME",
"value": "realMortiferum"
},
{
"context": "ntliste\r\n\t * \r... | null | [] | package Graph;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class Filereader {
private String pfad;
private String pfad2;
private static int linenum;
private int secondlinenum;
private int highestThr... | 3,263 | 0.660123 | 0.654908 | 126 | 23.873016 | 22.117287 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904762 | false | false | 3 |
6d51dda7c8d9aa9a1c738a941ba5708cdb36b0a7 | 23,433,341,630,433 | 965234b6bb1e41fa59c109a416ce9af8d724228c | /src/test/com/javacourse/test/commands/ShowTestDetailsCommandTest.java | 0029ca56521737f4d3fe9f828783abdf674a1d7a | [] | no_license | KoisX/JavaExternalFinalProject | https://github.com/KoisX/JavaExternalFinalProject | 26b62697ee6ca93e7c873030c1a3a745a6bcad87 | 7c818a326d91e2116ff99524d47e1be25e9359e0 | refs/heads/master | 2020-04-09T19:42:27.156000 | 2019-01-14T22:32:53 | 2019-01-14T22:32:53 | 160,551,058 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javacourse.test.commands;
import com.javacourse.exceptions.UnsuccessfulQueryException;
import com.javacourse.test.TestService;
import com.javacourse.test.task.TaskService;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.Mo... | UTF-8 | Java | 1,960 | java | ShowTestDetailsCommandTest.java | Java | [] | null | [] | package com.javacourse.test.commands;
import com.javacourse.exceptions.UnsuccessfulQueryException;
import com.javacourse.test.TestService;
import com.javacourse.test.task.TaskService;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.Mo... | 1,960 | 0.756633 | 0.756633 | 56 | 34.017857 | 27.591724 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 3 |
004a68f9da28f101f82ed8a294b3c860ce9fbcf3 | 29,291,676,986,063 | 68365ce8f6407795be88d63e8c48bb623168926c | /safaribooks_java8/src/safaribooks_java8/LambdaScope.java | 44d58b561bb3c0283935fdbecde4dfde995c3a47 | [] | no_license | yernibabk/Java_8- | https://github.com/yernibabk/Java_8- | 3a84b51272f9d3de5f99b4fa28c6c63bd14dd308 | 4fd53af1ecdad8016a9909aaa709b3d5ba37d3ef | refs/heads/master | 2020-03-23T14:07:36.071000 | 2018-07-20T03:45:30 | 2018-07-20T03:45:30 | 141,657,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package safaribooks_java8;
public class LambdaScope extends SuperFamily{
private String member = "GRANDPA";
public interface Family {
String who(String member);
}
public void testMember(String member) {
System.out.println("local member:"+member);
System.out.println("family member:"+this.member);
System... | UTF-8 | Java | 747 | java | LambdaScope.java | Java | [
{
"context": " extends SuperFamily{\n\t\n\tprivate String member = \"GRANDPA\";\n\tpublic interface Family {\n\t\tString who(String ",
"end": 109,
"score": 0.9644164443016052,
"start": 102,
"tag": "USERNAME",
"value": "GRANDPA"
},
{
"context": "(String[] args) {\n\t\tnew LambdaScope(... | null | [] | package safaribooks_java8;
public class LambdaScope extends SuperFamily{
private String member = "GRANDPA";
public interface Family {
String who(String member);
}
public void testMember(String member) {
System.out.println("local member:"+member);
System.out.println("family member:"+this.member);
System... | 747 | 0.69344 | 0.692102 | 31 | 23.096775 | 20.258577 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 3 |
03908a5e60d5e0dd752f90090aa043e2e6cd94ae | 369,367,218,376 | a229e98185273e78e3c544d6351b416871cd912f | /summerb-validation/src/test/java/org/summerb/validation/testDtos/JakartaBeanInvalid3.java | c00e5427ad3bb08408cbe0d4b8fd48ccfd628211 | [
"Apache-2.0"
] | permissive | skarpushin/summerb | https://github.com/skarpushin/summerb | c1751986c79b8218edbff8c7ef5796ba15d63d45 | bc63a1c401e79518d7f48487780236763d6036df | refs/heads/master | 2023-06-06T23:21:04.282000 | 2023-06-02T19:08:42 | 2023-06-02T19:08:42 | 36,518,071 | 8 | 5 | Apache-2.0 | false | 2023-04-21T13:00:19 | 2015-05-29T17:10:39 | 2021-12-15T11:39:16 | 2023-04-21T12:54:49 | 2,739 | 7 | 2 | 9 | Java | false | false | package org.summerb.validation.testDtos;
import javax.validation.constraints.Size;
/** It is invalid because getter throws exception */
public class JakartaBeanInvalid3 {
@Size(min = 3, max = 7)
private String throwsException;
public String getThrowsException() {
throw new IllegalStateException("test");
... | UTF-8 | Java | 433 | java | JakartaBeanInvalid3.java | Java | [] | null | [] | package org.summerb.validation.testDtos;
import javax.validation.constraints.Size;
/** It is invalid because getter throws exception */
public class JakartaBeanInvalid3 {
@Size(min = 3, max = 7)
private String throwsException;
public String getThrowsException() {
throw new IllegalStateException("test");
... | 433 | 0.752887 | 0.745958 | 18 | 23.055555 | 20.948275 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
0863bbf225d576333348a9e32a7855a995083943 | 3,831,110,861,424 | 6fafea57bad5dcb9089351cb08d00cba1f7253c6 | /src/main/java/org/tsypanov/sb/aspect/service/AspectedService.java | bc242d37af49fd8bc8538b559a5dbc1cf38b2053 | [] | no_license | stsypanov/spring-benchmark | https://github.com/stsypanov/spring-benchmark | b3c7c3e738a81ed0dda38c85d1e20de9421e54cc | 634c60c9094d592b93cf3e62013c55a363639557 | refs/heads/master | 2020-09-20T15:01:00.533000 | 2020-08-31T08:29:19 | 2020-08-31T08:29:19 | 224,516,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tsypanov.sb.aspect.service;
public interface AspectedService {
long getRandomLongWithAspect();
}
| UTF-8 | Java | 114 | java | AspectedService.java | Java | [] | null | [] | package org.tsypanov.sb.aspect.service;
public interface AspectedService {
long getRandomLongWithAspect();
}
| 114 | 0.789474 | 0.789474 | 7 | 15.285714 | 17.449636 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 15 |
bea4a1943eaca04db5a6e076e99800582c80b26e | 17,274,358,523,704 | b3054ac33adb7f6d32d625517e89e39808396a31 | /DeviceClassification/src/de/tud/kom/challenge/processors/fex/ExtractUsages.java | 4770fce47deee297c520e75b050222a56e39818d | [] | no_license | doncalderontito/erhanundjulian | https://github.com/doncalderontito/erhanundjulian | 56bd945f41ebd7fee1334fe1a3bf164e567cd631 | 0fbaa6707aff7891a9e319a574dcc4eaeee1814f | refs/heads/master | 2020-04-06T11:30:37.507000 | 2012-06-26T14:44:29 | 2012-06-26T14:44:29 | 38,175,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.tud.kom.challenge.processors.fex;
import java.util.ArrayList;
public class ExtractUsages {
private ArrayList<ExtractUsage> usages = new ArrayList<ExtractUsage>();
private ArrayList<OffInterval> offintervalsBetweenUsages = new ArrayList<OffInterval>();
private ArrayList<Integer> usagetimes = new A... | UTF-8 | Java | 10,153 | java | ExtractUsages.java | Java | [] | null | [] | package de.tud.kom.challenge.processors.fex;
import java.util.ArrayList;
public class ExtractUsages {
private ArrayList<ExtractUsage> usages = new ArrayList<ExtractUsage>();
private ArrayList<OffInterval> offintervalsBetweenUsages = new ArrayList<OffInterval>();
private ArrayList<Integer> usagetimes = new A... | 10,153 | 0.653698 | 0.645622 | 407 | 22.928747 | 20.413233 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.095823 | false | false | 15 |
e5efac74963db7950ac8d784b6c5d0dce784346a | 28,492,813,102,616 | 436dcf403e46b668303e19b3b3465be2f771d38f | /mobile/src/main/java/onl/deepspace/zoorallye/RallyFinishedActivity.java | a60af5d6f1b213ad965ab6efe5c6f689421829e2 | [] | no_license | Welfen-Gymnasium/ZooRallye | https://github.com/Welfen-Gymnasium/ZooRallye | f68a28320184f3e91e85053742d178fa480b3e55 | 1690cc0fc234193867bf8cfb9772b82e5fbde643 | refs/heads/master | 2021-05-04T10:22:22.560000 | 2017-03-15T18:08:38 | 2017-03-15T18:08:38 | 54,130,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package onl.deepspace.zoorallye;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.Locale;
import onl.deepspace.zoorallye.helper.Const;
public class RallyF... | UTF-8 | Java | 1,971 | java | RallyFinishedActivity.java | Java | [] | null | [] | package onl.deepspace.zoorallye;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.Locale;
import onl.deepspace.zoorallye.helper.Const;
public class RallyF... | 1,971 | 0.64688 | 0.645865 | 60 | 31.85 | 25.180565 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 15 |
98630ed447960123c86e92298b76419067dbe4ff | 20,134,806,738,019 | 1923d8b44c6fdf5b7742069435ffc40c5eb9fa3e | /src/rp/robotics/navigation/IGridPilot.java | 24fb04514a4cd0b9a12cefb149b15694ab6e7255 | [
"MIT"
] | permissive | hawesie/rp-shared | https://github.com/hawesie/rp-shared | ec07ee9558a2cc23e49fdbc25007ad5e302fbdb2 | 922b1da5bf8ebeafe65fbd7542d084e0881948ba | refs/heads/master | 2021-01-09T21:43:36.488000 | 2017-03-09T16:01:11 | 2017-03-09T16:01:11 | 49,127,684 | 3 | 5 | MIT | false | 2018-03-06T16:36:34 | 2016-01-06T10:02:57 | 2018-01-18T10:45:31 | 2017-03-09T16:01:11 | 83 | 1 | 4 | 1 | Java | false | null | package rp.robotics.navigation;
public interface IGridPilot {
public void moveForward();
public void rotatePositive();
public void rotateNegative();
}
| UTF-8 | Java | 159 | java | IGridPilot.java | Java | [] | null | [] | package rp.robotics.navigation;
public interface IGridPilot {
public void moveForward();
public void rotatePositive();
public void rotateNegative();
}
| 159 | 0.761006 | 0.761006 | 11 | 13.454545 | 14.58744 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 15 |
9c94e2a5cf850cc954b86851691ae0e2b44f33dc | 20,890,720,967,650 | a2cbc133257837c09c3590a3c5b4fa6e34f79509 | /dsreport/src/main/java/com/ds/report/entity/mapper/DsAgHunterMapper.java | 150cd6b991b8d53074056390fcf2e2a7bdb61ff6 | [] | no_license | mdt006/java_report_server | https://github.com/mdt006/java_report_server | ef3e8d20bc6871419592e53097224c7c1b7fa6d5 | 9861cc1e3eb6c9d64f04e0b4db832b20af1eda34 | refs/heads/master | 2020-04-06T17:15:27.803000 | 2018-11-15T04:27:04 | 2018-11-15T04:27:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ds.report.entity.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ds.report.entity.DsAgHunter;
import com.ds.report.entity.DsAgHunterExample;
import com.ds.report.entity.DsReport;
import com.ds.report.entity.DsReportDetail;
public interface DsAgHunterMapper {
/**... | UTF-8 | Java | 3,395 | java | DsAgHunterMapper.java | Java | [] | null | [] | package com.ds.report.entity.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ds.report.entity.DsAgHunter;
import com.ds.report.entity.DsAgHunterExample;
import com.ds.report.entity.DsReport;
import com.ds.report.entity.DsReportDetail;
public interface DsAgHunterMapper {
/**... | 3,395 | 0.689696 | 0.650723 | 106 | 30.962265 | 27.07987 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.254717 | false | false | 15 |
d19518d661c36ec3a23394c6c4902e74f6e48d18 | 27,685,359,232,348 | 9297213ab1a8a115d514d35ee527e4ba2b6f1c7f | /algorithm/src/main/java/algorithm/greedy/买卖股票的最佳时机.java | bdcf710d02236f70b905c8244f98f36532e88cfd | [] | no_license | LoverITer/LeetCode | https://github.com/LoverITer/LeetCode | b41f8e50a0c90d6c9d454b490bcc1924654a2c21 | 69a11a1a949605e81402adf368d9862cd46d091c | refs/heads/master | 2021-01-02T20:22:15.202000 | 2020-09-15T01:04:41 | 2020-09-15T01:04:41 | 239,784,204 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm.greedy;
import java.util.concurrent.Executors;
/**
* @author :huangxin
* @modified :
* @since :2020/08/10 21:06
*/
public class 买卖股票的最佳时机 {
/**
* 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格。
* <p>
* 设计一个算法来计算你所能获取的最大利润。你可以尽可能地完成更多的交易(多次买卖一支股票)。
* <p>
* 注意:你不能同时参与多笔交易(你必须在再次购买前出... | UTF-8 | Java | 1,417 | java | 买卖股票的最佳时机.java | Java | [
{
"context": " java.util.concurrent.Executors;\n\n/**\n * @author :huangxin\n * @modified :\n * @since :2020/08/10 21:06\n */\npu",
"end": 91,
"score": 0.9994506239891052,
"start": 83,
"tag": "USERNAME",
"value": "huangxin"
}
] | null | [] | package algorithm.greedy;
import java.util.concurrent.Executors;
/**
* @author :huangxin
* @modified :
* @since :2020/08/10 21:06
*/
public class 买卖股票的最佳时机 {
/**
* 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格。
* <p>
* 设计一个算法来计算你所能获取的最大利润。你可以尽可能地完成更多的交易(多次买卖一支股票)。
* <p>
* 注意:你不能同时参与多笔交易(你必须在再次购买前出... | 1,417 | 0.541436 | 0.503683 | 46 | 22.608696 | 20.799747 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 15 |
489ef4a60ec1a21b566878cf2ca7f29427cc380d | 29,935,922,081,778 | 8766428c0d1a8a645a25f882976e42378fc5dfba | /coredata-core-parent/coredata-core-collector-manager/coredata-core-collector-manager-service/src/main/java/org/coredata/core/data/readers/binary/BinaryReaderProperties.java | 527741b70e6a7742f3fe121c6aebdd1372691391 | [] | no_license | PengLiu/CoreLib | https://github.com/PengLiu/CoreLib | 9e016ded7f0cd423053da2c39b07a64d46563395 | dbbcb882faead148288520bfb91e14eb1e1cd6f9 | refs/heads/master | 2020-03-20T03:25:44.588000 | 2018-06-13T01:20:54 | 2018-06-13T01:20:54 | 137,145,867 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.coredata.core.data.readers.binary;
public class BinaryReaderProperties {
public static final String HOST = "ftp.host";
public static final String PORT = "ftp.port";
public static final String MINPORT = "ftp.minport";
public static final String MAXPORT = "ftp.maxport";
public static final String USER ... | UTF-8 | Java | 651 | java | BinaryReaderProperties.java | Java | [
{
"context": "tp.user\";\n\tpublic static final String PASSWORD = \"ftp.password\";\n\tpublic static final String DIR = \"ftp.path\";\n\t",
"end": 386,
"score": 0.9994599223136902,
"start": 374,
"tag": "PASSWORD",
"value": "ftp.password"
}
] | null | [] | package org.coredata.core.data.readers.binary;
public class BinaryReaderProperties {
public static final String HOST = "ftp.host";
public static final String PORT = "ftp.port";
public static final String MINPORT = "ftp.minport";
public static final String MAXPORT = "ftp.maxport";
public static final String USER ... | 649 | 0.746544 | 0.746544 | 17 | 37.294117 | 20.975517 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 15 |
871a32f0f0396a2e40475f346f53957d64614fcc | 15,951,508,553,476 | a636b36e48ae3599d78af7b754a15b80db371e71 | /src/br/ufrn/imd/users/execoes/LoginExeption.java | 5a2a3554057a4190bd27657885e102026d572c9f | [] | no_license | jotaves/media-player | https://github.com/jotaves/media-player | 28b12795dace971fde7629134cff6eaba5872274 | ea6c2467e08db9722b9b36ca2566cac86e247cc0 | refs/heads/master | 2020-07-27T12:53:12.187000 | 2016-12-06T02:56:02 | 2016-12-06T02:56:02 | 73,428,232 | 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 br.ufrn.imd.users.execoes;
/**
* Classe de tratamento de Exceção para classe tela de Login.
*
* @author João Victor Bezerra... | UTF-8 | Java | 901 | java | LoginExeption.java | Java | [
{
"context": "e Exceção para classe tela de Login.\n *\n * @author João Victor Bezerra Barboza\n * @author Pedro Arthur Medeiros Fernandes\n */\npu",
"end": 328,
"score": 0.9998744130134583,
"start": 301,
"tag": "NAME",
"value": "João Victor Bezerra Barboza"
},
{
"context": "\n * @au... | 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 br.ufrn.imd.users.execoes;
/**
* Classe de tratamento de Exceção para classe tela de Login.
*
* @author <NAME>
* @author <... | 854 | 0.7049 | 0.7049 | 34 | 25.411764 | 28.139482 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 15 |
7439d8695083867f15210ce34b5695dc4d0058f3 | 627,065,251,693 | 3b526b46e8f5ed4d0e827a040dffa359a251e8be | /health_parent/health_service_provider/src/main/java/com/itheima/service/impl/PermissionServiceImpl.java | 818d9218a8510b4222aee5af110d902dcdaee21d | [] | no_license | 2426235263ll/code-help-001 | https://github.com/2426235263ll/code-help-001 | b20bfbc8dc668770b237437b8a4049ee415398f5 | 6e459fad1e3a5fbb743e0f08f1f9d02655a17a06 | refs/heads/master | 2022-07-03T02:22:07.988000 | 2021-12-30T14:04:50 | 2021-12-30T14:04:50 | 224,854,513 | 0 | 0 | null | false | 2022-06-21T03:38:29 | 2019-11-29T12:56:52 | 2021-12-30T14:04:57 | 2022-06-21T03:38:26 | 83,269 | 0 | 0 | 13 | JavaScript | false | false | package com.itheima.service.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.itheima.dao.PermissionDao;
import com.itheima.entity.PageResult;
import com.itheima.entity.QueryPageBean;
import com.itheima.pojo.Permission;
impo... | UTF-8 | Java | 1,943 | java | PermissionServiceImpl.java | Java | [] | null | [] | package com.itheima.service.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.itheima.dao.PermissionDao;
import com.itheima.entity.PageResult;
import com.itheima.entity.QueryPageBean;
import com.itheima.pojo.Permission;
impo... | 1,943 | 0.73415 | 0.73415 | 65 | 27.876923 | 22.393343 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476923 | false | false | 15 |
f09b5a1d1ed5cd91dd44cc94007a9e4db245c3a5 | 627,065,254,152 | f552b6b52d94817a089ba2e64f95bc6679fe968f | /src/main/java/org/EternityChat/MainMenuController.java | cc343f9ef4bd7f186682c543f374d878f5fc74ca | [] | no_license | AngelRabasco/EternityChat | https://github.com/AngelRabasco/EternityChat | 01f3222ba3fbf2a0d794ea75277871535f7d21a2 | e226ccd72f85b1727d6b6d9f9557c15e1a4fbdcb | refs/heads/master | 2023-08-22T20:45:03.754000 | 2021-10-14T21:01:37 | 2021-10-14T21:01:37 | 413,384,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.EternityChat;
import java.io.FileNotFoundException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Timer;
import java.util.TimerTask;
import javax.xml.bind.JAXBException;
import org.EternityChat.Model.ChatRoom;
import org.EternityChat.Model.ChatRoomsLis... | UTF-8 | Java | 5,544 | java | MainMenuController.java | Java | [] | null | [] | package org.EternityChat;
import java.io.FileNotFoundException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Timer;
import java.util.TimerTask;
import javax.xml.bind.JAXBException;
import org.EternityChat.Model.ChatRoom;
import org.EternityChat.Model.ChatRoomsLis... | 5,544 | 0.690502 | 0.685627 | 151 | 34.675495 | 29.065706 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.397351 | false | false | 15 |
c741dfd25b80ac6d2dd918e4c370310c3337d378 | 20,057,497,334,977 | 18f12aa2deaef6d9b8a8b8a08c40f1001003611a | /src/main/java/com/coursera1/problemsets/Drop.java | d340dac6497b113ec823541dc7d9b35a4fcb9cc0 | [] | no_license | mansimahendru/Coursera1 | https://github.com/mansimahendru/Coursera1 | a1ede5c02e715540d886e77d341b7821c498da61 | 01f636d84b21d7a21c7500d3e3ec9d3444ba7c27 | refs/heads/master | 2021-01-10T07:54:22.120000 | 2016-03-26T00:14:20 | 2016-03-26T00:14:20 | 54,068,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coursera1.problemsets;
/**
* Created by mamahendru on 3/2/16.
*/
public class Drop {
private String message;
public synchronized String read() {
while(this.message == null){
try {
wait();
}
catch(InterruptedException ie){
}... | UTF-8 | Java | 718 | java | Drop.java | Java | [
{
"context": "kage com.coursera1.problemsets;\n\n/**\n * Created by mamahendru on 3/2/16.\n */\npublic class Drop {\n private St",
"end": 64,
"score": 0.9993374943733215,
"start": 54,
"tag": "USERNAME",
"value": "mamahendru"
}
] | null | [] | package com.coursera1.problemsets;
/**
* Created by mamahendru on 3/2/16.
*/
public class Drop {
private String message;
public synchronized String read() {
while(this.message == null){
try {
wait();
}
catch(InterruptedException ie){
}... | 718 | 0.481894 | 0.47493 | 36 | 18.944445 | 14.565836 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 15 |
a3d3230e1e0622a7de6f8e54a811d9f3e9091bb6 | 5,222,680,238,777 | 3d4bfec68473e7420490da8bd0d23e931c438bc6 | /Task31.java | 592b8d9ece8b1029c1b46bc990d391e46eec3fa9 | [] | no_license | AliaksandrDabarovich/JB29_HT2_2 | https://github.com/AliaksandrDabarovich/JB29_HT2_2 | 8bbbe19bfc38d4faf30234a71a6bd36426e8a8b8 | 41d40f4fe5ce1cdc7d8a1fd743bd1d81d85430b2 | refs/heads/master | 2020-07-15T01:01:26.766000 | 2019-08-30T19:17:32 | 2019-08-30T19:17:32 | 205,443,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.ad.les03_2.main;
import java.util.Random;
import java.util.Scanner;
/*
* 31. Компьютер генерирует пять чисел в диапазоне
* от 1 до 15 включительно. Человек пытается их угадать.
* Программа должна выводить угаданные и неугаданные
* числа из тех, что сгенерировала программа, а также ошибочные... | UTF-8 | Java | 1,332 | java | Task31.java | Java | [] | null | [] | package by.ad.les03_2.main;
import java.util.Random;
import java.util.Scanner;
/*
* 31. Компьютер генерирует пять чисел в диапазоне
* от 1 до 15 включительно. Человек пытается их угадать.
* Программа должна выводить угаданные и неугаданные
* числа из тех, что сгенерировала программа, а также ошибочные... | 1,332 | 0.595169 | 0.581643 | 38 | 25.236841 | 24.392012 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.921053 | false | false | 15 |
a9970c70d7b188dd9b11d4a9dccb1abe1868fdbe | 15,453,292,340,684 | eaea31bffc0f3cee001951eea47603418ceb3810 | /VacationTesting/src/main/java/com/pages/AccesingEmailPage.java | 87aa1d9c2fd34cc03e14806d83297653725248f1 | [] | no_license | ManuelPop/training | https://github.com/ManuelPop/training | ee6034ee96c72a73f104265318e2db23684630e3 | ced6fe74ff436df2596d6d7ce3315dc0b61df75b | refs/heads/master | 2016-09-06T10:38:06.051000 | 2014-10-27T07:57:23 | 2014-10-27T07:57:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pages;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
import javax.mail.Address;
import javax.mail.BodyPart;
import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart;
import ja... | UTF-8 | Java | 2,592 | java | AccesingEmailPage.java | Java | [
{
"context": "des.core.pages.PageObject;\n\n//@DefaultUrl(\"http://192.168.1.68:9090/home\")\npublic class AccesingEmailPage extend",
"end": 554,
"score": 0.9997047781944275,
"start": 542,
"tag": "IP_ADDRESS",
"value": "192.168.1.68"
}
] | null | [] | package com.pages;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
import javax.mail.Address;
import javax.mail.BodyPart;
import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart;
import ja... | 2,592 | 0.69946 | 0.691744 | 85 | 29.494118 | 21.680365 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.776471 | false | false | 15 |
da0321477d89f0ff188bd1d75940d3f94b5418a8 | 2,997,887,176,675 | 17fe0bb0a55aa4e5e5b4facddd1449fe30a36d6d | /src/main/java/com/zhangwen/learn/zhangwenit/designmodel/responsibilitychain/CustomFilterChain.java | 9347dc4e65a26d59ec3f84fb870b205199a9c835 | [] | no_license | gudanrenao/zhangwenit | https://github.com/gudanrenao/zhangwenit | 1de13786cebed791bce83d2f258937085ca45e7c | fe49fecb2f6086a58d32e5f1302eeee92ea950ad | refs/heads/master | 2022-06-22T08:08:11.534000 | 2021-02-17T12:07:12 | 2021-02-17T12:07:12 | 137,471,474 | 2 | 0 | null | false | 2021-04-22T18:54:27 | 2018-06-15T09:55:28 | 2021-02-17T12:07:14 | 2021-04-22T18:54:27 | 12,592 | 0 | 0 | 1 | Java | false | false | package com.zhangwen.learn.zhangwenit.designmodel.responsibilitychain;
/**
* @Description 责任链-路径
* @Author ZWen
* @Date 2019/1/19 6:49 PM
* @Version 1.0
**/
public interface CustomFilterChain {
/**
* 链式执行
* @param req
* @param resp
*/
void doFilter(CustomReq req, CustomResp resp);
} | UTF-8 | Java | 336 | java | CustomFilterChain.java | Java | [
{
"context": "ilitychain;\n\n/**\n * @Description 责任链-路径\n * @Author ZWen\n * @Date 2019/1/19 6:49 PM\n * @Version 1.0\n **",
"end": 111,
"score": 0.6140526533126831,
"start": 110,
"tag": "NAME",
"value": "Z"
},
{
"context": "itychain;\n\n/**\n * @Description 责任链-路径\n * @Author ZWen\... | null | [] | package com.zhangwen.learn.zhangwenit.designmodel.responsibilitychain;
/**
* @Description 责任链-路径
* @Author ZWen
* @Date 2019/1/19 6:49 PM
* @Version 1.0
**/
public interface CustomFilterChain {
/**
* 链式执行
* @param req
* @param resp
*/
void doFilter(CustomReq req, CustomResp resp);
} | 336 | 0.644654 | 0.606918 | 17 | 17.764706 | 18.469463 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 15 |
1d12d74087d32f19f9f403d5001ca30bebc465e6 | 4,604,204,949,888 | 21f092b4a1746a854118860d28062ad487d57ce3 | /src/main/java/application/rest/v1/ComponentInfoRegistry.java | 4d6f7dc4353e5de90217399cad78aa7223e21fea | [
"Apache-2.0"
] | permissive | kappnav/apis | https://github.com/kappnav/apis | 2c1e4e6ebdf6fb73b3a45c1a8c35bc1fc74643b8 | 229b0ed931584adb42cf43f90b7acf798911ee12 | refs/heads/master | 2023-06-23T17:44:07.070000 | 2021-06-22T21:20:32 | 2021-06-22T21:20:32 | 199,891,980 | 1 | 0 | Apache-2.0 | false | 2023-06-14T22:44:44 | 2019-07-31T16:27:15 | 2021-06-22T21:20:36 | 2023-06-14T22:44:43 | 1,062 | 1 | 0 | 4 | Java | false | false | /*
* Copyright 2019,2020 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | UTF-8 | Java | 58,258 | java | ComponentInfoRegistry.java | Java | [
{
"context": " }\n\n }\n String key = apiVersion + \"/\" + componentKind;\n if (Logger.isDebugEnable",
"end": 12072,
"score": 0.6592824459075928,
"start": 12067,
"tag": "KEY",
"value": "+ \"/\""
},
{
"context": " String key = (group != null ? gro... | null | [] | /*
* Copyright 2019,2020 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 58,258 | 0.624738 | 0.61916 | 1,049 | 54.536701 | 48.947502 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.518589 | false | false | 15 |
14d89758d369df0674d1c5f24e5c2d7232c0f7cd | 2,954,937,508,097 | ff859f5e044530ae6e646f0f9556fca8e63eb301 | /srv-nuc-jee-TaskMailbox/.svn/pristine/36/36454b8efcc4b9827c867635002c434cba63e02a.svn-base | 9d973cec4742697ba8af36bb2bdc38a122004ac1 | [] | no_license | davidredondo52/EjemplosVarios | https://github.com/davidredondo52/EjemplosVarios | 62bc21fbf5866564c01df0b4f2177c88d1e3b758 | b6ba4ea0dee9a2b77050ef69da7c52266944f2df | refs/heads/master | 2020-12-02T20:53:29.619000 | 2017-07-04T14:21:14 | 2017-07-04T14:21:14 | 96,225,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.telefonica.cana.srv.nuc.taskmailbox.msg;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import com.openpojo.reflection.PojoClass;
import com.openpojo.reflection.impl.PojoClassFactory;
import com.openpojo.validation.PojoValidator;
import com.openpojo.validation.rule.impl.NoNestedCl... | UTF-8 | Java | 2,923 | 36454b8efcc4b9827c867635002c434cba63e02a.svn-base | Java | [] | null | [] | package com.telefonica.cana.srv.nuc.taskmailbox.msg;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import com.openpojo.reflection.PojoClass;
import com.openpojo.reflection.impl.PojoClassFactory;
import com.openpojo.validation.PojoValidator;
import com.openpojo.validation.rule.impl.NoNestedCl... | 2,923 | 0.750941 | 0.750941 | 71 | 40.169014 | 27.248459 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619718 | false | false | 15 | |
fa2f31300b2b5e83596a474540d84784fed62a7e | 5,686,536,714,959 | 9b80a515194b84fe1e995511c7ddc232cb9b0a01 | /clink-serversdk/src/main/java/com/tinet/clink/livechat/response/ChatVisitorInfoResponse.java | 8ab3605b4885051e39c2f6ab80b708b105b60924 | [
"Apache-2.0"
] | permissive | ti-net/clink-sdk | https://github.com/ti-net/clink-sdk | e5f17050c37d26d215b11f6ff19d30f23cf7cc9b | cb918ee1bb5b108159d3d9bae788dd9d9fd2a486 | refs/heads/master | 2023-08-18T21:44:35.676000 | 2023-08-17T12:22:13 | 2023-08-17T12:22:13 | 200,053,531 | 12 | 10 | Apache-2.0 | false | 2023-09-13T06:09:42 | 2019-08-01T13:13:27 | 2023-08-01T07:12:33 | 2023-09-13T06:09:42 | 289,909 | 7 | 5 | 8 | Objective-C | false | false | package com.tinet.clink.livechat.response;
import com.tinet.clink.core.response.PagedResponse;
/**
* @author midong
* @date 2022/6/8 15:52
*/
public class ChatVisitorInfoResponse extends PagedResponse {
Long unreadCount;
public Long getUnreadCount() {
return unreadCount;
}
public void s... | UTF-8 | Java | 404 | java | ChatVisitorInfoResponse.java | Java | [
{
"context": "clink.core.response.PagedResponse;\n\n/**\n * @author midong\n * @date 2022/6/8 15:52\n */\npublic class ChatVisi",
"end": 118,
"score": 0.9992203116416931,
"start": 112,
"tag": "USERNAME",
"value": "midong"
}
] | null | [] | package com.tinet.clink.livechat.response;
import com.tinet.clink.core.response.PagedResponse;
/**
* @author midong
* @date 2022/6/8 15:52
*/
public class ChatVisitorInfoResponse extends PagedResponse {
Long unreadCount;
public Long getUnreadCount() {
return unreadCount;
}
public void s... | 404 | 0.695545 | 0.670792 | 23 | 16.565218 | 19.65756 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 15 |
6ee6345c9cc36c2b95f49bac267c44c66daf39d2 | 850,403,526,600 | fec4c1754adce762b5c4b1cba85ad057e0e4744a | /jf_manager/src/com/jf/dao/PayToMchtLogCustomMapper.java | fe05f41c6049b422c94067e23155503e3439c8e8 | [] | no_license | sengeiou/workspace_xg | https://github.com/sengeiou/workspace_xg | 140b923bd301ff72ca4ae41bc83820123b2a822e | 540a44d550bb33da9980d491d5c3fd0a26e3107d | refs/heads/master | 2022-11-30T05:28:35.447000 | 2020-08-19T02:30:25 | 2020-08-19T02:30:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jf.dao;
import com.jf.entity.PayToMchtLogCustom;
import com.jf.entity.PayToMchtLogCustomExample;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PayToMchtLogCustomMapper{
int countByExample(PayToMchtLogCustomExample example);
List<PayToMchtLogC... | UTF-8 | Java | 380 | java | PayToMchtLogCustomMapper.java | Java | [] | null | [] | package com.jf.dao;
import com.jf.entity.PayToMchtLogCustom;
import com.jf.entity.PayToMchtLogCustomExample;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PayToMchtLogCustomMapper{
int countByExample(PayToMchtLogCustomExample example);
List<PayToMchtLogC... | 380 | 0.844737 | 0.844737 | 12 | 30.75 | 24.762623 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 15 |
90b2e58890562b8ce70bc91aaa0d267cff51bf8f | 3,822,520,962,280 | abf42e66dd661f7b4f209fc056fd978cdec416d1 | /src/lovecall/controller/YcallServlet.java | 6280a0187a7b9ea98cead3dd70019543e0b5a2d7 | [] | no_license | ngf244/MusicLink | https://github.com/ngf244/MusicLink | 1c8abf3e17f7100997252ed40dcd874a40532b95 | 891a329772aca2b3181c557845554a41325cd46b | refs/heads/master | 2021-01-01T00:02:53.884000 | 2020-03-12T04:24:10 | 2020-03-12T04:24:10 | 239,087,330 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lovecall.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import lovecall.model.service.LoveCal... | UTF-8 | Java | 1,466 | java | YcallServlet.java | Java | [] | null | [] | package lovecall.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import lovecall.model.service.LoveCal... | 1,466 | 0.731241 | 0.730559 | 49 | 27.918367 | 29.375011 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.081633 | false | false | 15 |
65cf03854d41daa5b56ab04189d2f414d57aedd8 | 21,827,023,862,051 | bbe2768024630b4a9ba097fc4ec42aacd0ee8fa1 | /Java/Execrices/Chap2_Ex2/src/Rectangle.java | 382a7430acb55ed863774f996c2374e60d0dff9b | [] | no_license | ToMusic75/Avenger | https://github.com/ToMusic75/Avenger | 0a4e7a6e209a51ee54b16053c8c75f30f7479c01 | c07909cca3d094e2bbf424d832298e6d52cd4753 | refs/heads/master | 2022-12-20T15:32:46.533000 | 2020-09-15T16:54:22 | 2020-09-15T16:54:22 | 295,791,209 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Rectangle extends Geometry2D {
}
| UTF-8 | Java | 46 | java | Rectangle.java | Java | [] | null | [] | public class Rectangle extends Geometry2D {
}
| 46 | 0.804348 | 0.782609 | 2 | 22 | 21 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 15 |
13974bdcec3c6ca398fc62b20af8ff0e0ffce4e5 | 1,185,411,001,927 | 73831f8de37c9ff514ce4075a97642ec6e264901 | /src/test/java/me/pcy/meta/sqlite/java/feature/example/objects/Thread.java | f935c764f59baba8b2743320c35dec8b7ebbdc62 | [] | no_license | DerPercy/meta.sqlite | https://github.com/DerPercy/meta.sqlite | 378012c659d062cfb331b4a99875b09e91c08993 | 52e418646e8f96950d2f1a1394f01528c0a13834 | refs/heads/master | 2017-12-08T00:22:10.185000 | 2017-03-09T18:10:04 | 2017-03-09T18:10:04 | 79,375,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.pcy.meta.sqlite.java.feature.example.objects;
import me.pcy.meta.sqlite.backend.anno.DBRowID;
import me.pcy.meta.sqlite.backend.anno.DBTableField;
import me.pcy.meta.sqlite.backend.anno.DBTableName;
import me.pcy.meta.sqlite.backend.lazyload.ILazyLoadingObject;
import me.pcy.meta.sqlite.backend.lazyload.Laz... | UTF-8 | Java | 692 | java | Thread.java | Java | [] | null | [] | package me.pcy.meta.sqlite.java.feature.example.objects;
import me.pcy.meta.sqlite.backend.anno.DBRowID;
import me.pcy.meta.sqlite.backend.anno.DBTableField;
import me.pcy.meta.sqlite.backend.anno.DBTableName;
import me.pcy.meta.sqlite.backend.lazyload.ILazyLoadingObject;
import me.pcy.meta.sqlite.backend.lazyload.Laz... | 692 | 0.770231 | 0.770231 | 27 | 24.629629 | 21.758179 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 15 |
9b56d0a3a448af70b978276f978a544def5fe135 | 10,823,317,604,663 | 9e8a1acbdf7ea8339a750f17f8ae58ede6945f54 | /src/main/java/CountTriangles.java | 33a37408abb2be9a5d36c50038466c820e4168a8 | [] | no_license | adacayi/codility_problems | https://github.com/adacayi/codility_problems | 073db35fa8aaabd32a04d49761a37639030dd405 | 827bb6d3aa08b4b42f7bdbbf2947c4514be43cc9 | refs/heads/master | 2020-03-28T15:05:39.804000 | 2018-10-22T23:47:07 | 2018-10-22T23:47:07 | 148,555,046 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class CountTriangles {
public int solution(int[] array) {
int i, j, k, n = array.length, count = 0;
if (n < 3)
return 0;
Arrays.sort(array);
for (i = 0; i < n - 2; i++) {
for (j = i + 1, k = i + 2; k < n; k++) {
... | UTF-8 | Java | 865 | java | CountTriangles.java | Java | [] | null | [] | import java.util.Arrays;
public class CountTriangles {
public int solution(int[] array) {
int i, j, k, n = array.length, count = 0;
if (n < 3)
return 0;
Arrays.sort(array);
for (i = 0; i < n - 2; i++) {
for (j = i + 1, k = i + 2; k < n; k++) {
... | 865 | 0.412717 | 0.402312 | 29 | 28.827587 | 28.484804 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 15 |
0f71389775c8c542ca345ee82efdd4a059aec3ac | 2,705,829,439,209 | c5f308c579ce32b71d64b73f7051b1918e6c1bec | /src/main/java/Utilities/Json.java | cc19eb025cb4e589df1318e6e918f7210144b806 | [] | no_license | janriedler/CodingChallenges-Morpheus | https://github.com/janriedler/CodingChallenges-Morpheus | 89458c6b7f9faf2eba924d17bc2ad1209e6caf9b | ed4d4860c7231f4c5aed26484e0ff052effd2db7 | refs/heads/master | 2022-12-25T19:37:36.437000 | 2020-10-11T14:18:47 | 2020-10-11T14:18:47 | 303,137,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Utilities;
import org.json.JSONObject;
public class Json {
public static JSONObject create(Object value) {
JSONObject jsonObject = new JSONObject();
jsonObject.put("token", value);
return jsonObject;
}
}
| UTF-8 | Java | 246 | java | Json.java | Java | [] | null | [] | package Utilities;
import org.json.JSONObject;
public class Json {
public static JSONObject create(Object value) {
JSONObject jsonObject = new JSONObject();
jsonObject.put("token", value);
return jsonObject;
}
}
| 246 | 0.670732 | 0.670732 | 11 | 21.363636 | 18.137218 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 15 |
52e6a191e3d0f0b377733602730cf0ec954ca916 | 16,303,695,885,309 | 4b1c509184adb25908a2ed53ce36b46364ff3d56 | /dongtu_index_web/src/main/java/com/dongtu/controller/WeatherController.java | dae8bab39b8f9fe3bb4f3ded80421a79b6a4acc1 | [] | no_license | HAO-CH/springcloud_dongtu | https://github.com/HAO-CH/springcloud_dongtu | 7cd7084594c68355a6baf4c92adbb79d69ca6707 | 7767f432918238dd03e2b82c09de7f3c139b5010 | refs/heads/master | 2022-06-30T03:48:06.353000 | 2020-04-03T07:09:24 | 2020-04-03T07:09:24 | 252,657,685 | 0 | 0 | null | false | 2022-06-21T03:07:48 | 2020-04-03T07:08:30 | 2020-04-03T07:10:27 | 2022-06-21T03:07:45 | 16,633 | 0 | 0 | 25 | JavaScript | false | false | package com.dongtu.controller;
import com.alibaba.fastjson.JSONObject;
import com.dongtu.util.HttpClientUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
i... | UTF-8 | Java | 2,718 | java | WeatherController.java | Java | [
{
"context": "pleDateFormat;\nimport java.util.*;\n\n/**\n * @Author shideyu\n * @Description S63401\n * 功能描述: 调用天气接口为客户提供方便\n * ",
"end": 397,
"score": 0.9995722770690918,
"start": 390,
"tag": "USERNAME",
"value": "shideyu"
},
{
"context": "p map = new HashMap();\n map.pu... | null | [] | package com.dongtu.controller;
import com.alibaba.fastjson.JSONObject;
import com.dongtu.util.HttpClientUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
i... | 2,685 | 0.605701 | 0.572447 | 63 | 39.095238 | 25.191151 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.920635 | false | false | 15 |
70537e1aec4b2f1f71bf06d0e9c55dbfb656425e | 12,790,412,642,723 | 18c6ad8ae03cbdf521c74e97ff47d1fc493ca221 | /compositePattern/Leaf.java | 352d4b6847173d8198273b25e6c2607ec43fc2ba | [] | no_license | RossStudtman/JavaDesignPatterns | https://github.com/RossStudtman/JavaDesignPatterns | 60516061ed7c0d828b6b45b7faaa81624994015f | c048214efb21014a6a4aa2b0cbb553f5d3723f68 | refs/heads/master | 2016-09-11T02:48:50.089000 | 2014-10-14T17:20:08 | 2014-10-14T17:20:08 | 25,217,704 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.studtman.compositePattern;
/**
* The Leaf.
*
* The Leaf class is so named to demonstrate that it is a detail object belonging to a
* category of like objects. Leaf objects are stored in CompositeNode objects' ArrayList.
*
* @author Ross Studtman
*
*/
public class Leaf extends SuperClass{
// An... | UTF-8 | Java | 1,355 | java | Leaf.java | Java | [
{
"context": "n CompositeNode objects' ArrayList.\n * \n * @author Ross Studtman\n *\n */\npublic class Leaf extends SuperClass{\n\n\t//",
"end": 267,
"score": 0.9998959898948669,
"start": 254,
"tag": "NAME",
"value": "Ross Studtman"
}
] | null | [] | package com.studtman.compositePattern;
/**
* The Leaf.
*
* The Leaf class is so named to demonstrate that it is a detail object belonging to a
* category of like objects. Leaf objects are stored in CompositeNode objects' ArrayList.
*
* @author <NAME>
*
*/
public class Leaf extends SuperClass{
// Any field... | 1,348 | 0.713653 | 0.713653 | 57 | 22.771931 | 23.759775 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 15 |
b2beb4c77a5c3bdec1f1811ad4855656a3a8ba5a | 20,160,576,523,634 | cfa4f6c6ab84298cd9cbba90acddff8f0c81c6b2 | /app/src/main/java/project/csulb/android/finder/Details.java | b1b8014e45f27f82deb4c70cbe209ac78b5105c5 | [] | no_license | shishirr09/Android-Finder-app | https://github.com/shishirr09/Android-Finder-app | cdab7db0172041e40dc4df73cae286ef0c48a41e | ee96d6026755e897fbef8e87717695465c8f4bb6 | refs/heads/master | 2021-01-21T13:17:42.946000 | 2016-05-10T03:51:58 | 2016-05-10T03:51:58 | 54,929,172 | 0 | 1 | null | false | 2016-04-08T21:35:32 | 2016-03-28T22:52:25 | 2016-04-07T18:09:26 | 2016-04-08T21:35:32 | 6,698 | 0 | 0 | 0 | Java | null | null | package project.csulb.android.finder;
import android.app.Activity;
import android.content.Intent;
import android.location.Location;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.View;
... | UTF-8 | Java | 2,797 | java | Details.java | Java | [
{
"context": "ort android.widget.TextView;\r\n\r\n/**\r\n * Created by Shishir on 4/7/2016.\r\n */\r\npublic class Details extends A",
"end": 412,
"score": 0.9893474578857422,
"start": 405,
"tag": "NAME",
"value": "Shishir"
}
] | null | [] | package project.csulb.android.finder;
import android.app.Activity;
import android.content.Intent;
import android.location.Location;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.View;
... | 2,797 | 0.655703 | 0.6532 | 79 | 33.405064 | 28.574362 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708861 | false | false | 15 |
301e91a338c7d85005a0c9333bd83559b0e7dd00 | 15,496,242,042,562 | be68934faf43d5f46dcab70163415d35c247a861 | /Orders-master/src/main/java/com/agh/bookstoreOrders/DataTransferObjects/ShoppingCartDTO.java | cc2ef82c2b6c3214d51ffa0afa3731ec780a8fc6 | [] | no_license | igordzie97/bookstore-microservices | https://github.com/igordzie97/bookstore-microservices | cbf617a95ed0e549d995c50aa0fdb261dded4a96 | 56bc25de8de4a63cbe03ce62d829f193a73c4e9f | refs/heads/main | 2023-08-15T02:55:18.120000 | 2022-11-01T22:24:34 | 2022-11-01T22:24:34 | 310,149,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.agh.bookstoreOrders.DataTransferObjects;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.math.BigDecimal;
import java.util.List;
public class ShoppingCartDTO {
@JsonIgnore
private Long id;
@JsonIgnore
private String cartId;
public ShoppingCartDTO() {
}
pri... | UTF-8 | Java | 999 | java | ShoppingCartDTO.java | Java | [] | null | [] | package com.agh.bookstoreOrders.DataTransferObjects;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.math.BigDecimal;
import java.util.List;
public class ShoppingCartDTO {
@JsonIgnore
private Long id;
@JsonIgnore
private String cartId;
public ShoppingCartDTO() {
}
pri... | 999 | 0.646647 | 0.646647 | 55 | 17.163637 | 17.431177 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290909 | false | false | 15 |
36d29d0582516513acc0d4c55b6f5ebb710179aa | 27,127,013,475,469 | fcd5088a760ccbacb8cabc303e5e952f0ce5b8b2 | /stagemonitor-core/src/main/java/org/stagemonitor/core/util/StringUtils.java | 1c86ac3573467ccb7e3eb990587becfc7e87bee6 | [
"MIT",
"Apache-2.0"
] | permissive | jClarity/stagemonitor | https://github.com/jClarity/stagemonitor | c9b68ceee7e1506c396fc6bd0ae0c3c893e7b3fc | dcffa148d3985141f2e6f911e549b48f28779502 | refs/heads/master | 2019-04-02T13:56:10.313000 | 2014-09-03T14:12:18 | 2014-09-03T14:12:18 | 23,662,488 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.stagemonitor.core.util;
public class StringUtils {
public static String removeStart(final String str, final String remove) {
if (remove != null && str.startsWith(remove)) {
return str.substring(remove.length());
} else {
return str;
}
}
}
| UTF-8 | Java | 269 | java | StringUtils.java | Java | [] | null | [] | package org.stagemonitor.core.util;
public class StringUtils {
public static String removeStart(final String str, final String remove) {
if (remove != null && str.startsWith(remove)) {
return str.substring(remove.length());
} else {
return str;
}
}
}
| 269 | 0.69145 | 0.69145 | 14 | 18.214285 | 22.558428 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 15 |
35f4440f27ca0f714be2e1415bd120c8277023ee | 11,768,210,425,212 | eeca771cfa828884be1c56e732d63a451f179c52 | /java-spring-webmvc/src/main/java/bitcamp/app1/Controller04_7.java | 1907d1fc765b6611c836eacdfaba31da5cb62aa7 | [] | no_license | eikhyeonchoi/bitcamp-java-2018-12 | https://github.com/eikhyeonchoi/bitcamp-java-2018-12 | 54e03db59224d8378de0a5a392917f4ae87cd72f | 66d6bce206d8de7b09c482f4695af6f3cd1acf14 | refs/heads/master | 2021-08-06T17:17:30.648000 | 2020-04-30T13:12:48 | 2020-04-30T13:12:48 | 163,650,669 | 1 | 2 | null | false | 2020-04-30T17:33:35 | 2018-12-31T08:00:40 | 2020-04-30T13:12:52 | 2020-04-30T17:33:34 | 5,467 | 0 | 0 | 1 | Java | false | false | // 요청 핸들러의 아규먼트 - @Cookie
package bitcamp.app1;
import java.io.PrintWriter;
import java.net.URLEncoder;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CookieValue;
import org.springframewo... | UTF-8 | Java | 1,995 | java | Controller04_7.java | Java | [] | null | [] | // 요청 핸들러의 아규먼트 - @Cookie
package bitcamp.app1;
import java.io.PrintWriter;
import java.net.URLEncoder;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CookieValue;
import org.springframewo... | 1,995 | 0.637294 | 0.618533 | 64 | 26.328125 | 20.26701 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
e623533ec42ddfedf25fb421e96df93f40a4a3d2 | 3,590,592,677,926 | fff54235515520b89452738f9e087a93da48acb2 | /src/main/java/com/ragavan/dao/OrderLimitDAO.java | 308bccf37cd9d589fa0d9cc8b4bf7a315a9a3945 | [] | no_license | RagavanPV/HotelManagementSystemJDBC | https://github.com/RagavanPV/HotelManagementSystemJDBC | 47941efc681b1e88405704eef9991303ff1cedc9 | b71adc9d4c0ed4abcad4c50e487d1464ad6ce7e2 | refs/heads/master | 2020-12-30T22:56:07.292000 | 2017-02-01T15:27:56 | 2017-02-01T15:27:56 | 80,633,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ragavan.dao;
import java.util.List;
import org.springframework.jdbc.core.JdbcTemplate;
import com.ragavan.model.OrderLimit;
import com.ragavan.util.ConnectionUtil;
public class OrderLimitDAO {
JdbcTemplate jdbcTemplate = ConnectionUtil.getJdbcTemplate();
public int save(final int limit) {
final Str... | UTF-8 | Java | 993 | java | OrderLimitDAO.java | Java | [] | null | [] | package com.ragavan.dao;
import java.util.List;
import org.springframework.jdbc.core.JdbcTemplate;
import com.ragavan.model.OrderLimit;
import com.ragavan.util.ConnectionUtil;
public class OrderLimitDAO {
JdbcTemplate jdbcTemplate = ConnectionUtil.getJdbcTemplate();
public int save(final int limit) {
final Str... | 993 | 0.716012 | 0.716012 | 40 | 23.825001 | 22.029398 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.575 | false | false | 15 |
57301f83a98924872161e5511bfdaa0d76a32398 | 2,783,138,823,692 | 6b65e26b14754aca734b358dfeec44ba282d9cd1 | /src/wordchanger/WordChanger.java | 3d28e4892dafd35d48f88856e2842033825c5982 | [] | no_license | okan35/WordChanger | https://github.com/okan35/WordChanger | 6c77ff151c42dbe3123a18969c587bcfa7650789 | 751439d5452e80959f2d4aedf9842598ad1205f1 | refs/heads/master | 2020-06-11T03:50:47.167000 | 2017-06-06T12:02:53 | 2017-06-06T12:02:53 | 76,008,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wordchanger;
import java.awt.FileDialog;
import java.awt.Frame;
import java.io.File;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import javax.swing.JOptionPane;
public cl... | UTF-8 | Java | 1,449 | java | WordChanger.java | Java | [] | null | [] | package wordchanger;
import java.awt.FileDialog;
import java.awt.Frame;
import java.io.File;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import javax.swing.JOptionPane;
public cl... | 1,449 | 0.63216 | 0.63078 | 49 | 28.571428 | 26.5576 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693878 | false | false | 15 |
026f071c929450aa741d9ddddeafd487465bfa4b | 31,464,930,420,123 | 6f96dba69017c3288ae9db90fe68a61cedc5dbc9 | /app/src/main/java/com/phuchaihuynh/sdnextbus/utils/RoutesParser.java | 513442d2bbe84c29154bbeea1215a3c3d2e79f4b | [] | no_license | phuynh39/SDNextBus | https://github.com/phuynh39/SDNextBus | 4018d989b9d7b94623ccc22ced314ba294419aba | 21fdba30ac8b59330e9e5df60ee2947a213415d2 | refs/heads/master | 2021-05-27T19:28:18.096000 | 2014-05-29T09:10:42 | 2014-05-29T09:10:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phuchaihuynh.sdnextbus.utils;
import android.util.Log;
import com.phuchaihuynh.sdnextbus.models.RouteModel;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RoutesParser {
private final String TAG = RoutesParser.class... | UTF-8 | Java | 3,705 | java | RoutesParser.java | Java | [] | null | [] | package com.phuchaihuynh.sdnextbus.utils;
import android.util.Log;
import com.phuchaihuynh.sdnextbus.models.RouteModel;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RoutesParser {
private final String TAG = RoutesParser.class... | 3,705 | 0.544399 | 0.538731 | 106 | 33.952831 | 24.341665 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773585 | false | false | 15 |
f80aee23d8fd24562d46afb3b5685e6b242d36eb | 31,464,930,424,716 | fed5116faf7bf156e851a3f8ab42b5db919aa691 | /vie-engine/vie-suis/src/main/java/com/viee/impl/inlet/CompletionHandler.java | f2640f0a8c856728c7bd7cf8cc535f923c9be1bc | [] | no_license | silentbalanceyh/vie | https://github.com/silentbalanceyh/vie | 7038dfcf40c58f9ee186b8682c11048a7436297f | ac3fdab42f151defa374d42a692f4a8972cf2884 | HEAD | 2016-12-13T18:47:23.436000 | 2016-12-13T16:08:01 | 2016-12-13T16:08:01 | 58,053,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viee.impl.inlet;
import static com.vie.log.Log.error;
import static com.vie.log.Log.info;
import static com.vie.log.Log.jvmError;
import java.text.MessageFormat;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
import... | UTF-8 | Java | 3,430 | java | CompletionHandler.java | Java | [
{
"context": "idateThis;\r\n\r\n/**\r\n * 发布用的Handler\r\n * \r\n * @author Lang\r\n *\r\n */\r\n@Guarded\r\npublic class CompletionHandle",
"end": 794,
"score": 0.9982036352157593,
"start": 790,
"tag": "NAME",
"value": "Lang"
}
] | null | [] | package com.viee.impl.inlet;
import static com.vie.log.Log.error;
import static com.vie.log.Log.info;
import static com.vie.log.Log.jvmError;
import java.text.MessageFormat;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
import... | 3,430 | 0.518551 | 0.517668 | 105 | 30.342857 | 25.27669 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 15 |
2d3a5ccbb4f3672fa17024506f56b44ef69399aa | 25,933,012,548,145 | b470806042780490b080af50ce62c304e66a1fc9 | /src/jp/engawa/ondo/entity/OdTargetLogEntity.java | efa63da17006169d2e8182e6b4c81d86ca6cb59e | [] | no_license | engawa2525/ondo | https://github.com/engawa2525/ondo | dc391f065510f4344912a5176c3575e49bd1b37a | c9a4f1bba59fe2f73b7055a9fc6226c225b2c139 | refs/heads/master | 2021-01-25T06:29:50.943000 | 2017-07-04T23:33:40 | 2017-07-04T23:33:40 | 93,578,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.engawa.ondo.entity;
/** OD_TARGET_LOG **/
public class OdTargetLogEntity implements jp.engawa.common.db.IDbEntity {
private static final long serialVersionUID = 1L;
/** ID **/
protected long id = jp.engawa.common.db.DbUtil.LONG_NULL;
/** TARGET_ID **/
protected long target_id = jp.engawa.common.db.DbU... | UTF-8 | Java | 2,903 | java | OdTargetLogEntity.java | Java | [] | null | [] | package jp.engawa.ondo.entity;
/** OD_TARGET_LOG **/
public class OdTargetLogEntity implements jp.engawa.common.db.IDbEntity {
private static final long serialVersionUID = 1L;
/** ID **/
protected long id = jp.engawa.common.db.DbUtil.LONG_NULL;
/** TARGET_ID **/
protected long target_id = jp.engawa.common.db.DbU... | 2,903 | 0.680954 | 0.680263 | 84 | 33.452381 | 26.578457 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.261905 | false | false | 15 |
a6c94bab7e472fcd9fe0e852367491e7b72abe2d | 11,192,684,790,404 | f8993b89d0c5c6a4f3493d30706c98389080af84 | /zftal-hrm-core/src/test/com/zfsoft/hrm/config/SelectPersonConfigFactoryTest.java | 32084b6425719b4d12537ecf2d600e8a294a71b9 | [] | no_license | jason1235/zftal-mobile | https://github.com/jason1235/zftal-mobile | 9c320e787f06434fe41134121e21ac1dcaad44a9 | 8bce2ad6e687f68f89a2ce3e443dab23e48f45c3 | refs/heads/master | 2021-10-07T20:09:21.879000 | 2018-12-05T00:38:55 | 2018-12-05T00:38:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zfsoft.hrm.config;
import org.junit.Test;
import base.BaseTxTestCase;
/**
*
* @author <a href="mailto:Yongwu_Chen@126.com">陈永武</a>
* @date 2012-8-9
* @version V1.0.0
*/
public class SelectPersonConfigFactoryTest extends BaseTxTestCase {
@Test
public void test() {
SelectPersonConfig config ... | UTF-8 | Java | 801 | java | SelectPersonConfigFactoryTest.java | Java | [
{
"context": "seTxTestCase;\n\n/**\n * \n * @author <a href=\"mailto:Yongwu_Chen@126.com\">陈永武</a>\n * @date 2012-8-9\n * @version V1.0.0\n */",
"end": 139,
"score": 0.9999093413352966,
"start": 120,
"tag": "EMAIL",
"value": "Yongwu_Chen@126.com"
},
{
"context": " \n * @author <a hre... | null | [] | package com.zfsoft.hrm.config;
import org.junit.Test;
import base.BaseTxTestCase;
/**
*
* @author <a href="mailto:<EMAIL>">陈永武</a>
* @date 2012-8-9
* @version V1.0.0
*/
public class SelectPersonConfigFactoryTest extends BaseTxTestCase {
@Test
public void test() {
SelectPersonConfig config = SelectPers... | 789 | 0.685535 | 0.67044 | 34 | 22.382353 | 27.338848 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.205882 | false | false | 15 |
1b997d89d869a4bb711bae24066cdd0404446690 | 29,102,698,412,330 | 1e193d1375f20943c4ce0868f847d996587f2ca2 | /ejw-core/src/main/java/com/octopusthu/ejw/util/RequestContextUtils.java | a78bca8f20df83d1b53a54f59bfdba46492f8c79 | [] | no_license | octopusthu/ejw | https://github.com/octopusthu/ejw | ffe9887a7c1edd3033cab300cf1cc9426f2861a0 | 82449903f1b9ccf6ad8cb231a6db435ecb8f063a | refs/heads/main | 2023-06-25T21:17:25.176000 | 2022-03-13T11:41:11 | 2022-03-13T11:41:11 | 74,552,427 | 0 | 2 | null | false | 2023-06-14T22:47:19 | 2016-11-23T07:40:56 | 2021-12-30T13:20:20 | 2023-06-14T22:47:17 | 558 | 0 | 1 | 5 | Java | false | false | package com.octopusthu.ejw.util;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.web.context.request.RequestContextHolder;
... | UTF-8 | Java | 2,325 | java | RequestContextUtils.java | Java | [
{
"context": "eption.RequestContextException;\r\n\r\n/**\r\n * @author zhangyu octopusthu@gmail.com\r\n */\r\npublic class RequestCo",
"end": 483,
"score": 0.9805417060852051,
"start": 476,
"tag": "NAME",
"value": "zhangyu"
},
{
"context": "equestContextException;\r\n\r\n/**\r\n * @a... | null | [] | package com.octopusthu.ejw.util;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.web.context.request.RequestContextHolder;
... | 2,312 | 0.768172 | 0.768172 | 70 | 31.214285 | 31.069458 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485714 | false | false | 15 |
823780f82b956a4331e80babdb61d6e65f54c19d | 28,037,546,525,052 | 34ed3360d16775b9632c3a6b623469975787904f | /app/src/main/java/com/peter/android/softexpertapplication/retrofit/WebServices.java | ad472c310ccaf2f764ed811eab5a1b8513f0d7d9 | [] | no_license | PeterWagih90/SoftExpert_Application | https://github.com/PeterWagih90/SoftExpert_Application | 92b70ee9d5b45be5f7bccd6d0159b0e319900d2f | ffb3d749c510ab1ddebb00b8201442621443f0a9 | refs/heads/master | 2022-12-30T22:33:30.338000 | 2020-10-18T22:37:23 | 2020-10-18T22:37:23 | 305,190,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peter.android.softexpertapplication.retrofit;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.Query;
public interface WebServices {
@Headers({"Accept: application/json"})
@GET("cars")
Call<ProductsResponse> getProducts(@Query("page") int p... | UTF-8 | Java | 328 | java | WebServices.java | Java | [] | null | [] | package com.peter.android.softexpertapplication.retrofit;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.Query;
public interface WebServices {
@Headers({"Accept: application/json"})
@GET("cars")
Call<ProductsResponse> getProducts(@Query("page") int p... | 328 | 0.762195 | 0.75 | 12 | 26.333334 | 19.976376 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
243ba9245f51543297bddccb1f3eb90bb3ba8c71 | 24,558,623,013,334 | 7dde1c87b33c16be4ce8fb2a9e1ae98911a0bf46 | /src/java/DataBase/consultas.java | 7556c060290a18848e585e5a81a677cf84619dae | [] | no_license | carlos2504/JavaWeb | https://github.com/carlos2504/JavaWeb | 77166054bd4403de58dae73e201971f9f51b8d3b | 76f7ef7474fba616e15c490df64af8d7b22ae746 | refs/heads/main | 2023-04-26T18:22:09.224000 | 2021-06-01T17:48:04 | 2021-06-01T17:48:04 | 372,911,776 | 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 DataBase;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
*
* @author Lenov... | UTF-8 | Java | 3,593 | java | consultas.java | Java | [
{
"context": ";\nimport java.sql.SQLException;\n\n/**\n *\n * @author Lenovo\n */\npublic class consultas extends conexion {\n\n ",
"end": 321,
"score": 0.9988376498222351,
"start": 315,
"tag": "USERNAME",
"value": "Lenovo"
}
] | 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 DataBase;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
*
* @author Lenov... | 3,593 | 0.509329 | 0.506266 | 119 | 29.17647 | 22.714024 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554622 | false | false | 15 |
c51d02e7032815d6c3aeea7cff844b4f634102fe | 24,558,623,016,327 | 137c2e3229ec457a9664535c23e3223b79d153d6 | /app/src/main/java/com/upc/location/data/persistence/AppDao.java | 8dafa70cb2de1ca4620f9bb119c0ad11b931d9e9 | [] | no_license | Bruno125/LocationDemo | https://github.com/Bruno125/LocationDemo | cf6aadc36310dcf233384efde1cd3294f6febed6 | 412f923287231444c0f84c4fa2b2857a1bd04149 | refs/heads/master | 2021-09-11T19:43:25.660000 | 2018-04-11T16:26:59 | 2018-04-11T16:26:59 | 108,599,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upc.location.data.persistence;
public interface AppDao {
void saveSession(String username, String password);
}
| UTF-8 | Java | 128 | java | AppDao.java | Java | [] | null | [] | package com.upc.location.data.persistence;
public interface AppDao {
void saveSession(String username, String password);
}
| 128 | 0.78125 | 0.78125 | 5 | 24.6 | 21.859552 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 15 |
59198925137868360c59f9ca7d4af08b638dea5f | 21,217,138,458,023 | 9d8084da385b70ccd4b2877cdfee9e1e9ddfe79b | /src/com/shiva/util/Arrays/fill/ArraysFill.java | aef850459e7dd49e3c00e6165d90aa0e272d3fc6 | [] | no_license | shiva508/java8-examples | https://github.com/shiva508/java8-examples | 7e507721ca6d41854db293f2e6063dfcb36c7b08 | 71a76b72bb44dba5de10ab7de574d3709356c442 | refs/heads/master | 2020-04-08T22:55:51.737000 | 2019-06-04T05:02:09 | 2019-06-04T05:02:09 | 159,805,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shiva.util.Arrays.fill;
import java.util.Arrays;
public class ArraysFill {
public static void main(String[] args) {
int intArr[] = { 10, 20, 15, 22, 35 };
int intKey = 408;
Arrays.fill(intArr, intKey);
System.out.println(Arrays.toString(intArr));
}
}
| UTF-8 | Java | 294 | java | ArraysFill.java | Java | [
{
"context": "Arr[] = { 10, 20, 15, 22, 35 }; \r\n\t\t int intKey = 408; \r\n\t\t Arrays.fill(intArr, intKey);\r\n\t\t System.out",
"end": 201,
"score": 0.9959926605224609,
"start": 198,
"tag": "KEY",
"value": "408"
}
] | null | [] | package com.shiva.util.Arrays.fill;
import java.util.Arrays;
public class ArraysFill {
public static void main(String[] args) {
int intArr[] = { 10, 20, 15, 22, 35 };
int intKey = 408;
Arrays.fill(intArr, intKey);
System.out.println(Arrays.toString(intArr));
}
}
| 294 | 0.642857 | 0.598639 | 13 | 20.615385 | 17.273985 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 15 |
ea47534f4ffd06d3231ef0e97e4c409a56efed2f | 28,973,849,397,488 | 45a0f201acaf4c0f002c5aa64bea3a47d7c9038e | /ParqueaderoCarRun/src/java/entity/Estadofinanciero.java | 88a87f922532ba3e6d603f1d666350d9bacf0f25 | [] | no_license | maribel000/parqueadero-car-run | https://github.com/maribel000/parqueadero-car-run | 47248efbc4b6d816664e12674d8f1f842bc91602 | dca6651f1e8cc283c2be4aefe138bce39ba6f395 | refs/heads/master | 2016-09-16T02:38:57.081000 | 2011-06-09T20:18:31 | 2011-06-09T20:18:31 | 40,152,961 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persi... | UTF-8 | Java | 3,954 | java | Estadofinanciero.java | Java | [
{
"context": "bind.annotation.XmlRootElement;\n\n/**\n *\n * @author eagle\n */\n@Entity\n@Table(name = \"ESTADOFINANCIERO\", cat",
"end": 513,
"score": 0.9995332956314087,
"start": 508,
"tag": "USERNAME",
"value": "eagle"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persi... | 3,954 | 0.698786 | 0.693981 | 118 | 32.508476 | 34.560127 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
ac4aebda6f2b1925710822219e115b2dfcff000e | 4,544,075,416,551 | 19736e09df08172a75527762ea29851afda4de69 | /P1.java | baf3d1e7689ccfbc2659d27397b6bdca83ff9b5f | [] | no_license | saurabhRathoreKumar/Programming_Questions | https://github.com/saurabhRathoreKumar/Programming_Questions | 5ad0b6e48835c3fa8badcfab37002d5a6664bbae | bc51765c16f4bf03743e15d255001c82e48b4053 | refs/heads/master | 2022-07-29T19:37:40.684000 | 2020-05-16T02:51:13 | 2020-05-16T02:51:13 | 264,345,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accolite.p6;
import java.util.Scanner;
class Node1 {
int data;
Node1 next;
Node1(int d) { data = d; next = null; }
}
public class P1 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
Node1 node = new Node1(sc.nextInt());
Nod... | UTF-8 | Java | 812 | java | P1.java | Java | [] | null | [] | package com.accolite.p6;
import java.util.Scanner;
class Node1 {
int data;
Node1 next;
Node1(int d) { data = d; next = null; }
}
public class P1 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
Node1 node = new Node1(sc.nextInt());
Nod... | 812 | 0.584975 | 0.555419 | 42 | 17.333334 | 16.815054 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.880952 | false | false | 15 |
d28bc0573f52ad743277b89e70e0a76436655771 | 29,635,274,365,062 | 984c06aa63e69814f52f5e2c7fd260e24402eefc | /listas_sala/aula05/lab_notafiscal/src/cliente/BDCliente.java | e1c1604d79450275f120cf43b869fef42d8d8955 | [] | no_license | talizefaco/ces28_2017_talize-queiroz | https://github.com/talizefaco/ces28_2017_talize-queiroz | dc11f728d2d3e506cddcf0a89f45ebfa19b9a141 | 7624ce8212e8b7884aa29a0c4f9a370c35237296 | refs/heads/master | 2020-12-30T09:27:22.808000 | 2017-11-29T22:29:12 | 2017-11-29T22:29:12 | 100,135,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cliente;
public class BDCliente implements IBDCliente {
VerificadorCPF verificaCPF;
public BDCliente(VerificadorCPF verificaCPF) {
super();
this.verificaCPF = verificaCPF;
}
public Cliente getCliente(int cpf) {
return null;
}
public void uploadCliente(int cpf, String nome) {
}
public bo... | UTF-8 | Java | 474 | java | BDCliente.java | Java | [] | null | [] | package cliente;
public class BDCliente implements IBDCliente {
VerificadorCPF verificaCPF;
public BDCliente(VerificadorCPF verificaCPF) {
super();
this.verificaCPF = verificaCPF;
}
public Cliente getCliente(int cpf) {
return null;
}
public void uploadCliente(int cpf, String nome) {
}
public bo... | 474 | 0.7173 | 0.7173 | 26 | 17.23077 | 18.14537 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.653846 | false | false | 15 |
4e3313382c203627b2ec95756cc3345c7f93606e | 15,745,350,122,605 | b29f2120ae0160bbbc1efef51df9541e562c89c8 | /src/com/sensei/java/arrays/ArrayExercise04.java | 5d0e82b79c716bc1c982c19eebaa1d92a7346494 | [] | no_license | Aniruddha-Deb/school-programs | https://github.com/Aniruddha-Deb/school-programs | 50269f48a0d54284a47c33c4d1d33db5ba8b94ff | 655b9bb9808bc8a7eb81aec820d364945e1dc14b | refs/heads/master | 2021-01-11T07:44:48.121000 | 2018-03-27T09:53:08 | 2018-03-27T09:53:08 | 72,094,162 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
Objective of the program:
Accept 10 integers from the user and sort them in ascending order using selection
sort
*/
package com.sensei.java.arrays;
import java.io.*;
public class ArrayExercise04 {
public static void main( String[] args ) throws IOException{
BufferedReader br = new BufferedReader( new Inp... | UTF-8 | Java | 768 | java | ArrayExercise04.java | Java | [] | null | [] | /**
Objective of the program:
Accept 10 integers from the user and sort them in ascending order using selection
sort
*/
package com.sensei.java.arrays;
import java.io.*;
public class ArrayExercise04 {
public static void main( String[] args ) throws IOException{
BufferedReader br = new BufferedReader( new Inp... | 768 | 0.576823 | 0.553385 | 40 | 18.200001 | 20.724623 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.1 | false | false | 15 |
203cd87b190086f91f4a98c2728622b548a7fc6b | 1,520,418,438,656 | 2b58fae91d132e8b17933bc82c633eb578b029bc | /Stack/src/StackMinus.java | c8a8a70e7c17339178063dfe0a6ebae459362ed0 | [] | no_license | AnzhelikaOsipova/Java-projects | https://github.com/AnzhelikaOsipova/Java-projects | 754abf0dc395ba577e650655703b797dc3240bd0 | 2684c349ab0362a4e997a079f9c397723a5b1e7a | refs/heads/main | 2023-03-31T07:14:47.048000 | 2021-04-08T11:30:28 | 2021-04-08T11:30:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class StackMinus implements Operation{
public StackMinus(){
}
@Override
public void perform(Stack S, DefArrays f, Scanner sc) {
String a1 = S.pop(), b1 = S.pop();
double a, b;
int i = S.corrDef(a1, f);
if(i != -1)
a = f.Def... | UTF-8 | Java | 547 | java | StackMinus.java | Java | [] | null | [] | import java.util.Scanner;
public class StackMinus implements Operation{
public StackMinus(){
}
@Override
public void perform(Stack S, DefArrays f, Scanner sc) {
String a1 = S.pop(), b1 = S.pop();
double a, b;
int i = S.corrDef(a1, f);
if(i != -1)
a = f.Def... | 547 | 0.478976 | 0.460695 | 25 | 20.92 | 15.919598 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 15 |
6e04dfc8452011182cb083775610bf13bc0d2c27 | 18,090,402,286,720 | 0039b9c58fac9f4e0dd5705a965bef9546c5ffba | /c2d/src/info/u250/c2d/engine/service/Disposable.java | 2b4d7a133c92d524b0ea79a2f0e158e7c26d5fe1 | [] | no_license | beanu/c2d-engine | https://github.com/beanu/c2d-engine | 981fbcbf55eaadd1f3d91cfd81574eef94c9073f | f0da005ca4db9424472a5409ba82558e4d0bb577 | refs/heads/master | 2021-01-10T20:25:58.380000 | 2013-01-04T02:17:05 | 2013-01-04T02:17:05 | 7,364,929 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.u250.c2d.engine.service;
/**
* @author lycying@gmail.com
*/
public interface Disposable extends com.badlogic.gdx.utils.Disposable {
} | UTF-8 | Java | 148 | java | Disposable.java | Java | [
{
"context": "ckage info.u250.c2d.engine.service;\n/**\n * @author lycying@gmail.com\n */\npublic interface Disposable extends com.badlo",
"end": 70,
"score": 0.9999122023582458,
"start": 53,
"tag": "EMAIL",
"value": "lycying@gmail.com"
}
] | null | [] | package info.u250.c2d.engine.service;
/**
* @author <EMAIL>
*/
public interface Disposable extends com.badlogic.gdx.utils.Disposable {
} | 138 | 0.763514 | 0.736486 | 6 | 23.833334 | 25.182114 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 15 |
b6665ad939bbe325047010d470b2d255d6b85297 | 25,881,472,971,252 | 3bebdf378d80182edc1554097de6d50a278dcb90 | /src/main/java/com/xie/service/SqlDataValue.java | 151306359a7018da5dae29c5719adbfce1c4eb2c | [] | no_license | xiesongxu/MyOrm | https://github.com/xiesongxu/MyOrm | 90a261989bc860d829ac874a96357f7bae25f4a9 | 5239933b51ba867a97c88d14ba17f843e822ce0f | refs/heads/master | 2023-04-24T08:04:24.323000 | 2021-05-07T14:18:38 | 2021-05-07T14:18:38 | 365,246,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xie.service;
import java.util.ArrayList;
import java.util.List;
/**
* 代表架构缓存的value
*/
public class SqlDataValue<T> {
private Class<T> type;
private List data;
public SqlDataValue(Class s, List list) {
this.type = s;
this.data = list;
}
public int dataLength() {
... | UTF-8 | Java | 628 | java | SqlDataValue.java | Java | [] | null | [] | package com.xie.service;
import java.util.ArrayList;
import java.util.List;
/**
* 代表架构缓存的value
*/
public class SqlDataValue<T> {
private Class<T> type;
private List data;
public SqlDataValue(Class s, List list) {
this.type = s;
this.data = list;
}
public int dataLength() {
... | 628 | 0.565147 | 0.565147 | 39 | 14.743589 | 13.497802 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
21f64bd84579b709fb708d5220ee1da6ff177021 | 30,494,267,848,931 | 9eeed62a38596150a98cb8b82abc044f5a2e8601 | /src/test/java/be/upgrade/it/adventofcode2020/day13/ShuttleSearchTest.java | caa5af59de83c97eeaf12d176218c2af083f8ce8 | [] | no_license | jbeullen/adventofcode2020 | https://github.com/jbeullen/adventofcode2020 | e29f0e0f64a869e6c8853277049743eefcb89c22 | d752fe229e3e49ed0f988b9ea70834edf4703d5b | refs/heads/master | 2023-02-01T19:32:54.474000 | 2020-12-18T13:21:22 | 2020-12-18T13:21:22 | 318,196,310 | 0 | 0 | null | false | 2020-12-18T13:21:23 | 2020-12-03T13:06:37 | 2020-12-17T12:37:18 | 2020-12-18T13:21:23 | 88 | 0 | 0 | 0 | Java | false | false | package be.upgrade.it.adventofcode2020.day13;
import be.upgrade.it.adventofcode2020.Utils;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import static org.junit.jupiter.api.Assertions.*;
class ShuttleSearchTest {
@Test
void getWaitingT... | UTF-8 | Java | 1,458 | java | ShuttleSearchTest.java | Java | [] | null | [] | package be.upgrade.it.adventofcode2020.day13;
import be.upgrade.it.adventofcode2020.Utils;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import static org.junit.jupiter.api.Assertions.*;
class ShuttleSearchTest {
@Test
void getWaitingT... | 1,458 | 0.670096 | 0.615226 | 46 | 30.717392 | 27.397764 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891304 | false | false | 15 |
7fcbca532d8c50684cf349287fb06275e33c94cd | 22,900,765,673,925 | f82f7d6036e4f11ce5599ecb17ffc2eebd5394b7 | /parallelprojecthibernate/src/main/java/com/capgemini/parallelprojecthibernate/bean/Client.java | dcfac86a1b2fca00d059d3f9bfe53bbdc3dcdc01 | [] | no_license | PallaviGupta123/TY_CG_HTD_BangaloreNovember_JFS_PallaviGupta | https://github.com/PallaviGupta123/TY_CG_HTD_BangaloreNovember_JFS_PallaviGupta | 1510a5e2ec70e0d7b6b15120d875f16cc65eda3e | 77aa120d892dea7b06fcd53759cb2a3216d471a2 | refs/heads/master | 2023-01-14T12:05:29.468000 | 2020-02-01T07:20:34 | 2020-02-01T07:20:34 | 225,846,071 | 0 | 0 | null | false | 2023-01-07T13:51:36 | 2019-12-04T11:00:52 | 2020-02-01T05:40:38 | 2023-01-07T13:51:35 | 3,075 | 0 | 0 | 38 | Java | false | false | package com.capgemini.parallelprojecthibernate.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="customer")
public class Client {
@Id
@Column
private int id;
@Column
private String customername;
@Column
private ... | UTF-8 | Java | 2,057 | java | Client.java | Java | [
{
"context": "\" + zipcode + \", email=\" + email + \", password=\" + password\n\t\t\t+ \", mobile=\" + mobile + \", createdby=\" + crea",
"end": 1048,
"score": 0.9920884370803833,
"start": 1040,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "id setPassword(String password) ... | null | [] | package com.capgemini.parallelprojecthibernate.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="customer")
public class Client {
@Id
@Column
private int id;
@Column
private String customername;
@Column
private ... | 2,061 | 0.731648 | 0.722897 | 99 | 19.777779 | 19.097599 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.838384 | false | false | 15 |
c7b4cbe9f43dc222b4a894565154c6ea1da9d7cb | 10,634,339,037,789 | 0d997419e03820f0d69a02d38052241a57d62394 | /src/Main.java | 07496d1c0d9731c1ba5f48f009b4a7160d60fc73 | [] | no_license | lunavictor068/CodeEvalProjects | https://github.com/lunavictor068/CodeEvalProjects | 633b8ccdb19f4d8af2cbef12c4c78e21ea6229d1 | f2373f030ddb998440915635ad9f0dedd6d1948e | refs/heads/master | 2021-01-10T07:38:35.524000 | 2015-10-19T16:18:26 | 2015-10-19T16:18:26 | 44,501,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class Main {
public static void main(String[] args) {
String[] str = {"I","like","turtles"};
String newstr = "";
for (String s : str)
newstr = newstr +""+s;
new... | UTF-8 | Java | 378 | java | Main.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class Main {
public static void main(String[] args) {
String[] str = {"I","like","turtles"};
String newstr = "";
for (String s : str)
newstr = newstr +""+s;
new... | 378 | 0.587302 | 0.587302 | 19 | 18.894737 | 15.231182 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 15 |
907d62e17704b47a43485d901c20fff660ae08e3 | 10,634,339,036,739 | ffffb5c491795278ad6bab4d49acaa4ebc16ec0b | /src/main/java/com/whammich/sstow/api/ISoulShard.java | 57bf13ab1bb1105b3889cb66a37152882cba8a48 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | TehNut/Soul-Shards-The-Old-Ways | https://github.com/TehNut/Soul-Shards-The-Old-Ways | f97a025c5d43ac20e6b8b4eeef70c8ced34e504a | 0e0366bd05b9ad56877ac119ff31ea47ef788935 | refs/heads/1.12 | 2020-04-04T18:40:41.166000 | 2018-03-12T03:52:51 | 2018-03-12T03:52:51 | 52,061,412 | 17 | 15 | MIT | false | 2018-07-13T15:29:07 | 2016-02-19T04:31:05 | 2018-06-02T10:54:59 | 2018-07-13T14:04:56 | 1,579 | 11 | 10 | 2 | Java | false | null | package com.whammich.sstow.api;
/**
* Solely for internal use. Provided in API to allow checking
* {@code instanceof ISoulShard}.
*/
public interface ISoulShard {
}
| UTF-8 | Java | 169 | java | ISoulShard.java | Java | [] | null | [] | package com.whammich.sstow.api;
/**
* Solely for internal use. Provided in API to allow checking
* {@code instanceof ISoulShard}.
*/
public interface ISoulShard {
}
| 169 | 0.727811 | 0.727811 | 8 | 20.125 | 20.587845 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 15 |
6210cd3f7a7faa81936f4ad3b888cd8ea2ca3630 | 15,616,501,097,697 | 3d5601c11d16cd76b35d96fe59bc9dd9dc5a9700 | /src/main/java/org/hackday/backend/controller/V1ApiMapping.java | ab2b537c988aa843108a86a44f21148bfb8f05fb | [] | no_license | KimSoungRyoul/NaverHackDayProject | https://github.com/KimSoungRyoul/NaverHackDayProject | 85d1c354acd8bcff3bd0c96a1db7471dcf6ccf9c | a96339880816c9f5f6030b87e6007e3cbfba09e3 | refs/heads/master | 2023-03-04T19:13:36.105000 | 2019-11-01T08:52:42 | 2019-11-01T08:52:42 | 131,930,542 | 0 | 1 | null | false | 2023-02-22T06:59:56 | 2018-05-03T02:25:22 | 2019-11-01T08:52:44 | 2023-02-22T06:59:55 | 750 | 0 | 1 | 7 | Java | false | false | package org.hackday.backend.controller;
import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/api")
public interface V1ApiMapping {
}
| UTF-8 | Java | 164 | java | V1ApiMapping.java | Java | [] | null | [] | package org.hackday.backend.controller;
import org.springframework.web.bind.annotation.RequestMapping;
@RequestMapping("/api")
public interface V1ApiMapping {
}
| 164 | 0.810976 | 0.804878 | 8 | 19.5 | 21.834606 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
5a9063d4ef308f0e630750f35e319b299d0147e3 | 15,247,133,966,342 | 8c1d1b99033f41e1e8a6e3844a0888a208202ab6 | /gradoop-flink/src/test/java/org/gradoop/flink/model/impl/operators/subgraph/SubgraphTest.java | 3d144a2aba55a7e70d112559788cd5c3db5fbae3 | [
"Apache-2.0"
] | permissive | s1ck/gradoop | https://github.com/s1ck/gradoop | c067da50f1df8e4295ce22541c0558457c8ecf22 | 2dcdcb446868b25ed4e6fd36062492ef59654143 | refs/heads/master | 2020-12-25T23:27:46.441000 | 2017-12-19T14:43:24 | 2017-12-19T14:43:24 | 64,218,558 | 1 | 0 | null | true | 2016-07-26T12:13:01 | 2016-07-26T12:13:01 | 2016-07-13T09:32:34 | 2016-07-26T11:15:57 | 6,111 | 0 | 0 | 0 | null | null | null | /**
* Copyright © 2014 - 2017 Leipzig University (Database Research Group)
*
* 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
*
* Unle... | UTF-8 | Java | 8,481 | java | SubgraphTest.java | Java | [
{
"context": "\"(frank)-[fkc]->(carol)\" +\n \"(frank)-[fkd]->(dave)\" +\n \"]\");\n\n LogicalGraph input = loader.",
"end": 1635,
"score": 0.6229039430618286,
"start": 1631,
"tag": "NAME",
"value": "dave"
},
{
"context": ".appendToDatabaseFromString(\"expected[\" +\n ... | null | [] | /**
* Copyright © 2014 - 2017 Leipzig University (Database Research Group)
*
* 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
*
* Unle... | 8,481 | 0.659316 | 0.651061 | 274 | 29.948906 | 25.65402 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427007 | false | false | 15 |
bf7646d2520b27312c23866023d973e5c1296d6f | 14,104,672,650,314 | 9adf9b1aa5f59b2e63f2d87ae8c1340dafeffbff | /source/eclipse project/Shortcut Tool/src/shortcuttool/installer/CardFinish.java | 7b45e0c67759025aae9cb2e1e91f05874d7256a4 | [
"MIT"
] | permissive | ABowlOfSoup/Shortcut-Tool | https://github.com/ABowlOfSoup/Shortcut-Tool | bfeca11999f3c02cc914ae51a8676e9bf0186178 | 18ae23a2dd3c991453ce18cc698e224b719b1285 | refs/heads/master | 2018-03-28T15:40:17.807000 | 2017-03-09T08:29:06 | 2017-03-09T08:29:06 | 80,817,215 | 0 | 0 | null | false | 2017-02-27T06:20:32 | 2017-02-03T09:57:56 | 2017-02-03T10:27:51 | 2017-02-27T06:20:32 | 563 | 0 | 0 | 0 | Java | null | null | package shortcuttool.installer;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JProgressBar;
public class CardFinish extends Card{
public JProgressBar progressBar;
public CardFinish(String labelText, int id) {
super(labelText, id);
... | UTF-8 | Java | 1,130 | java | CardFinish.java | Java | [] | null | [] | package shortcuttool.installer;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JProgressBar;
public class CardFinish extends Card{
public JProgressBar progressBar;
public CardFinish(String labelText, int id) {
super(labelText, id);
... | 1,130 | 0.725664 | 0.713274 | 52 | 20.73077 | 21.427979 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.230769 | false | false | 15 |
b1a6f7a697012059eafe78352f2633ce6f904cd0 | 16,312,285,845,402 | 1dab9adb17859296a6679bcf02771b671a445d7e | /src/com/diebold/travellogger/dao/StatusDao.java | 5924fa35634f6bb8c095e47922dc55722ba6a144 | [] | no_license | somvanshiashitosh/TravelLoggerFinal | https://github.com/somvanshiashitosh/TravelLoggerFinal | b73ef341c896d254eebb3502b60ed2e0ea98b539 | 5ead4bf10686413017a55e55eb4eef95d04b745f | refs/heads/master | 2020-03-15T05:33:24.411000 | 2018-06-12T06:02:10 | 2018-06-12T06:02:10 | 131,990,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.diebold.travellogger.dao;
import java.util.List;
import com.diebold.travellogger.pojo.Status;
public interface StatusDao {
public List<Status> getStatus();
}
| UTF-8 | Java | 173 | java | StatusDao.java | Java | [] | null | [] | package com.diebold.travellogger.dao;
import java.util.List;
import com.diebold.travellogger.pojo.Status;
public interface StatusDao {
public List<Status> getStatus();
}
| 173 | 0.791907 | 0.791907 | 8 | 20.625 | 16.807272 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 15 |
ad2bceb0743bbeec11620c62881fcb5d0be1f10d | 16,312,285,845,316 | 14ec2ab6623ee4c69804d52369dfe238398e9d8f | /lab05/MathVector.java | 59b4d6cfb7cf7931c3ff7a8be929d9b8d37df5fa | [] | no_license | JasonDCrandall/CS-2420-Assignments | https://github.com/JasonDCrandall/CS-2420-Assignments | 190b37c566b4f1e530b117a5543a4c4476f80ca1 | 499f685aebba9aebaeeddf0fbcaafaff69e04b20 | refs/heads/master | 2020-05-27T04:11:58.288000 | 2019-05-24T19:50:51 | 2019-05-24T19:50:51 | 188,478,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab05;
/**
* This class represents a simple row or column vector of numbers. In a row
* vector, the numbers are written horizontally (i.e., along the columns). In a
* column vector, the numbers are written vertically (i.e., along the rows).
*
* @author Erin Parker & Jason Crandall
* @version January 9, ... | UTF-8 | Java | 7,449 | java | MathVector.java | Java | [
{
"context": " vertically (i.e., along the rows).\n * \n * @author Erin Parker & Jason Crandall\n * @version January 9, 2019\n */\n",
"end": 279,
"score": 0.999875545501709,
"start": 268,
"tag": "NAME",
"value": "Erin Parker"
},
{
"context": ".e., along the rows).\n * \n * @author Er... | null | [] | package lab05;
/**
* This class represents a simple row or column vector of numbers. In a row
* vector, the numbers are written horizontally (i.e., along the columns). In a
* column vector, the numbers are written vertically (i.e., along the rows).
*
* @author <NAME> & <NAME>
* @version January 9, 2019
*/
publ... | 7,436 | 0.661028 | 0.651765 | 222 | 32.558559 | 28.407804 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.828829 | false | false | 15 |
bf61c75265ba68c3747881e82c0f9a2094ed5b36 | 30,915,174,660,439 | fa32077042b582a8dda36385434faef5c4eb6b46 | /app/src/main/java/com/zfh/Activity/MainActivity.java | d51c8dc4f605ae89024e269dde537ef8f169d576 | [] | no_license | planitian/AndroidDesign | https://github.com/planitian/AndroidDesign | 8e856678abf4dc08dff630340f3c92fcc88aa8fd | b2b28e0f2969dab04bb1f8ac0c8a9554d6d729a3 | refs/heads/master | 2020-03-15T09:28:39.609000 | 2018-06-03T04:39:34 | 2018-06-03T04:39:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zfh.Activity;
import android.app.Application;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import com.jzxiang.pickerview.TimePickerDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
im... | UTF-8 | Java | 15,250 | java | MainActivity.java | Java | [
{
"context": " Toast.makeText(MainActivity.this,\"dianji\",Toast.LENGTH_LONG).show();\n allse",
"end": 6414,
"score": 0.6110291481018066,
"start": 6408,
"tag": "USERNAME",
"value": "dianji"
}
] | null | [] | package com.zfh.Activity;
import android.app.Application;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import com.jzxiang.pickerview.TimePickerDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
im... | 15,250 | 0.584344 | 0.582811 | 386 | 37.886009 | 26.857954 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681347 | false | false | 15 |
38cd25305c19025b115498e258f14fc0ad5e122b | 3,470,333,624,300 | 3956697414de5b9e0233822b772431cd8235baea | /tonghang-newclient_peer/Peer_new/src/com/peer/activity/SearchTopicActivity.java | 4297c5403b588a230712100a536d8a8f0a48d263 | [] | no_license | weisiky/tonghang-newclient_peer | https://github.com/weisiky/tonghang-newclient_peer | c67eb665dd0710573a54a432e2cab8a80c67b2e2 | 4489f76bab47da51ab2f1666e57b13ceaa701e69 | refs/heads/master | 2021-01-01T05:47:11.728000 | 2015-10-19T10:16:54 | 2015-10-19T10:16:54 | 37,896,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peer.activity;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.T... | UTF-8 | Java | 6,894 | java | SearchTopicActivity.java | Java | [] | null | [] | package com.peer.activity;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.T... | 6,894 | 0.749635 | 0.747448 | 243 | 27.222221 | 20.83069 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.259259 | false | false | 15 |
7f51af20a5ed2a696e031cd21e43990c3be5ec36 | 25,666,724,624,115 | f4a1017821cf7cc144f448359b02589ce3dc3749 | /longwood-be/src/main/java/com/longwood/longwoodbe/repository/AssignmentRepository.java | 6e6194920525bab37a8a103e5b28360dca83b906 | [] | no_license | raydeng83/longwood | https://github.com/raydeng83/longwood | eff9fb5ffba5cd139c5e572a0d3de965002ea292 | d03bcc71b5d096304f31a0f4cff948ed9d522f1a | refs/heads/master | 2018-09-02T03:19:04.897000 | 2018-06-17T03:32:46 | 2018-06-17T03:32:46 | 134,025,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.longwood.longwoodbe.repository;
import com.longwood.longwoodbe.model.Assignment;
import org.springframework.data.repository.CrudRepository;
public interface AssignmentRepository extends CrudRepository<Assignment, Long> {
}
| UTF-8 | Java | 237 | java | AssignmentRepository.java | Java | [] | null | [] | package com.longwood.longwoodbe.repository;
import com.longwood.longwoodbe.model.Assignment;
import org.springframework.data.repository.CrudRepository;
public interface AssignmentRepository extends CrudRepository<Assignment, Long> {
}
| 237 | 0.852321 | 0.852321 | 7 | 32.857143 | 30.14455 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
ec61951bfe74c76a559e5d920a10a34289586ff6 | 6,528,350,319,849 | 09629b3315c5ae576cfdd4e885ca546e220d9f6a | /VeryHonestProgram/src/main/GUI.java | 4a2c0e643e3ec43c3a3d3a1618adfa1f916c4f11 | [] | no_license | ulrichji/VeryHonestProgram | https://github.com/ulrichji/VeryHonestProgram | 77c17ff7defa89424e86cfd009eaec259cd127a0 | b2f26380f9e115797c3b606218a785f83fdbda48 | refs/heads/master | 2021-01-10T02:02:19.311000 | 2015-11-02T21:31:05 | 2015-11-02T21:31:05 | 45,335,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.awt.BorderLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.JButton;
imp... | UTF-8 | Java | 2,148 | java | GUI.java | Java | [] | null | [] | package main;
import java.awt.BorderLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.JButton;
imp... | 2,148 | 0.678771 | 0.670391 | 109 | 17.706423 | 15.945609 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.93578 | false | false | 15 |
10d667dc2c21c9334172d725514d5229005b3a48 | 14,328,010,965,499 | adf6cb929959ba381056900b2e0d1a93a5f91f82 | /Practice/src/Test.java | 851b9d9db84d5623fd965d61f5d93e7739cc30d0 | [] | no_license | Gouravagrawal/Data-Structures-and-Algorithms | https://github.com/Gouravagrawal/Data-Structures-and-Algorithms | d8fc8af98a4d2e4af7a13aca591160574accf100 | aaecc3869c5778301eaf5060ae81e20dd180d9db | refs/heads/master | 2021-01-10T16:42:19.683000 | 2016-01-12T20:20:23 | 2016-01-12T20:20:23 | 43,723,312 | 0 | 0 | null | false | 2015-11-04T18:52:42 | 2015-10-06T01:11:25 | 2015-10-06T01:17:28 | 2015-11-04T18:52:42 | 216 | 0 | 0 | 0 | Java | null | null | /**
*
* 1) Static class can be instantiated
* 2) Static class cannot access not static member variable and method of the above class
* 3) Static class can access the static member of the above class.
*
*//*
public class Test {
int a=10;
static int b=18;
public String give(){
return "Hello";
}
publ... | UTF-8 | Java | 590 | java | Test.java | Java | [] | null | [] | /**
*
* 1) Static class can be instantiated
* 2) Static class cannot access not static member variable and method of the above class
* 3) Static class can access the static member of the above class.
*
*//*
public class Test {
int a=10;
static int b=18;
public String give(){
return "Hello";
}
publ... | 590 | 0.633898 | 0.622034 | 39 | 14.153846 | 19.349072 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.358974 | false | false | 15 |
d00886e1a03df8cb421de6f4f5fa94272a8104d1 | 25,323,127,237,438 | 83072d992b2a147210b8cc77410b25a120fcc842 | /HBS/hbs-patagonia-Head/src/main/java/ar/patagonia/hbs/commands/enums/TipoConsultaConsumosTarjetaDebito.java | 5386229a5e3ef7ba4ea94c25086fe50c29d97317 | [] | no_license | cavendano-technisys/PATAGONIAv1-multichannel | https://github.com/cavendano-technisys/PATAGONIAv1-multichannel | 80dcaa846bf8d6039d69a0ef7c3f973d0c232e84 | b32d5187c1bad72b3096064eb01379f70d1e7fdf | refs/heads/master | 2019-05-15T10:34:38.404000 | 2016-08-05T15:55:47 | 2016-08-05T15:55:47 | 64,963,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.patagonia.hbs.commands.enums;
/**
* @author Gustavo Fuhr
*
*/
public enum TipoConsultaConsumosTarjetaDebito implements ICodeEnum {
CONSULTA_MES_ACTUAL (new Integer(1)),
CONSULTA_MES_ANTERIOR (new Integer(2));
private final Integer codigo;
/**
* @param codigo
*/
TipoConsultaConsumosTarjetaDeb... | UTF-8 | Java | 451 | java | TipoConsultaConsumosTarjetaDebito.java | Java | [
{
"context": "e ar.patagonia.hbs.commands.enums;\n\n/**\n * @author Gustavo Fuhr\n *\n */\npublic enum TipoConsultaConsumosTarjetaDeb",
"end": 69,
"score": 0.9998787045478821,
"start": 57,
"tag": "NAME",
"value": "Gustavo Fuhr"
}
] | null | [] | package ar.patagonia.hbs.commands.enums;
/**
* @author <NAME>
*
*/
public enum TipoConsultaConsumosTarjetaDebito implements ICodeEnum {
CONSULTA_MES_ACTUAL (new Integer(1)),
CONSULTA_MES_ANTERIOR (new Integer(2));
private final Integer codigo;
/**
* @param codigo
*/
TipoConsultaConsumosTarjetaDebito (I... | 445 | 0.694013 | 0.689579 | 26 | 16.346153 | 18.478558 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
eca18cab3b84f3c58a451a0d9d3ff7556836c3a6 | 25,323,127,237,988 | ca3d3d6d4f810040b379fb63f779b2f390970702 | /src/main/java/com/jy/modules/externalplatform/interfacerepository/baidu/extwlbaidulbsinfo/dao/ExtWlBaiduLbsInfoDao.java | 58b376606d9c48d6b99b79f6d23daf66945964e8 | [] | no_license | bellmit/outrel | https://github.com/bellmit/outrel | 08dacb562a4fc56155bfeb5c43f2ae3a77ab6828 | 6a3fa745a50d236afe63eb6fcae50546f1b37bd4 | refs/heads/master | 2022-01-08T07:55:46.521000 | 2018-03-24T08:40:02 | 2018-03-24T08:40:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jy.modules.externalplatform.interfacerepository.baidu.extwlbaidulbsinfo.dao;
import java.util.List;
import java.util.Map;
import com.jy.modules.externalplatform.interfacerepository.baidu.extwlbaidulbsinfo.dto.ExtWlBaiduLbsInfoDTO;
import com.jy.platform.core.mybatis.MyBatisRepository;
/**
* @cl... | UTF-8 | Java | 2,362 | java | ExtWlBaiduLbsInfoDao.java | Java | [
{
"context": "xt中生成实现.\r\n * 方法名称必须与Mapper.xml中保持一致.\r\n * @author: Administrator\r\n */\r\n@MyBatisRepository\r\npublic interface ExtWlB",
"end": 514,
"score": 0.9726911187171936,
"start": 501,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "WlBaiduLbsInfoDao {\r\n \r\n... | null | [] | package com.jy.modules.externalplatform.interfacerepository.baidu.extwlbaidulbsinfo.dao;
import java.util.List;
import java.util.Map;
import com.jy.modules.externalplatform.interfacerepository.baidu.extwlbaidulbsinfo.dto.ExtWlBaiduLbsInfoDTO;
import com.jy.platform.core.mybatis.MyBatisRepository;
/**
* @cl... | 2,362 | 0.657593 | 0.617478 | 73 | 26.684931 | 25.655182 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232877 | false | false | 15 |
91c384e60583cc77a15845271d08adba178af543 | 22,497,038,745,084 | 51f4197d28166b581b99cadd547969516fd3bbfd | /app/src/main/java/ru/firsto/yac16artists/api/loader/ToastApiLoaderCallback.java | 3cf8cfb516d1254bf0c9a98405529c3725d8c644 | [] | no_license | Firsto/YAC16Artists | https://github.com/Firsto/YAC16Artists | 18e952e6c6d29dcc04c07d102d1187463bfbb393 | 1c8509481f101eb5f2dee682fa1c338018a0c3b8 | refs/heads/master | 2020-12-24T19:03:54.908000 | 2016-04-19T10:39:41 | 2016-04-19T10:39:41 | 56,586,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.firsto.yac16artists.api.loader;
import android.support.v4.app.FragmentActivity;
import android.widget.Toast;
import ru.firsto.yac16artists.api.ApiErrorResponse;
import ru.firsto.yac16artists.api.response.ApiResponse;
public abstract class ToastApiLoaderCallback<T extends ApiResponse> extends SimpleApiLoad... | UTF-8 | Java | 605 | java | ToastApiLoaderCallback.java | Java | [] | null | [] | package ru.firsto.yac16artists.api.loader;
import android.support.v4.app.FragmentActivity;
import android.widget.Toast;
import ru.firsto.yac16artists.api.ApiErrorResponse;
import ru.firsto.yac16artists.api.response.ApiResponse;
public abstract class ToastApiLoaderCallback<T extends ApiResponse> extends SimpleApiLoad... | 605 | 0.773554 | 0.761983 | 18 | 32.611111 | 31.266132 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 15 |
096a912d78e4543e11fb0d3ac04fb5ae8f602ab4 | 22,497,038,742,542 | d8fbe902a5674073c3a5a14803f39874bf4a17bd | /netsharp-persistence/src/test/java/org/netsharp/persistence/TestCreateTable.java | a18eec43dbad48a1a5e024629793138d8eb3e94a | [] | no_license | xufangbo/netsharp | https://github.com/xufangbo/netsharp | 90d5b3b49832a598ea1b56e987705b9b5f2dfdf0 | 09a0c45d0327974b1256a6c79ba923de4e3c09c5 | refs/heads/master | 2020-04-09T04:03:28.929000 | 2020-01-02T13:17:06 | 2020-01-02T13:17:06 | 160,008,609 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.netsharp.persistence;
import java.util.ArrayList;
import org.junit.Test;
import org.netsharp.core.Mtable;
import org.netsharp.core.MtableManager;
import org.netsharp.db.DbFactory;
import org.netsharp.db.IDb;
import com.netsharp.entity.Customer;
import com.netsharp.entity.Inventory;
import com.netsharp.en... | UTF-8 | Java | 854 | java | TestCreateTable.java | Java | [] | null | [] | package org.netsharp.persistence;
import java.util.ArrayList;
import org.junit.Test;
import org.netsharp.core.Mtable;
import org.netsharp.core.MtableManager;
import org.netsharp.db.DbFactory;
import org.netsharp.db.IDb;
import com.netsharp.entity.Customer;
import com.netsharp.entity.Inventory;
import com.netsharp.en... | 854 | 0.745902 | 0.745902 | 34 | 24.117647 | 19.408556 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
71c0b92a3806de7a7331a2958789e2dc78520372 | 26,156,350,869,608 | 859b48107894754b3eccd5dc819593a95c935a23 | /GroupManage/src/main/java/glory/service/ArticleService.java | ac4098b343feb5a9c3b5c4ba130304f649071737 | [] | no_license | fxzzq/AIRUI | https://github.com/fxzzq/AIRUI | 3a59f7767d0b90e9ef91153181e36d629ddb8c43 | 026aca7bd78cca42aca86cb64f5fa4df47cd2a2b | refs/heads/master | 2021-05-13T23:28:10.108000 | 2018-05-03T13:05:07 | 2018-05-03T13:05:07 | 116,514,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package glory.service;
import java.util.List;
import glory.entity.Article;
public interface ArticleService {
List<Article> findAll();
Article getArticleById(int id);
void updateArticle(Article article);
void saveArticle(Article article);
void deleteArticle(Article article);
}
| UTF-8 | Java | 292 | java | ArticleService.java | Java | [] | null | [] | package glory.service;
import java.util.List;
import glory.entity.Article;
public interface ArticleService {
List<Article> findAll();
Article getArticleById(int id);
void updateArticle(Article article);
void saveArticle(Article article);
void deleteArticle(Article article);
}
| 292 | 0.770548 | 0.770548 | 20 | 13.6 | 15.418819 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 15 |
2b52d00fb724da4d79d65e02d35ec9f0d9b2ad20 | 30,142,080,548,089 | 0a560807fb07ed6da845f7a2e38a73231457b1b3 | /jun_crm/crm_pro/crm/src/main/java/com/kakarote/crm/mapper/CrmBusinessTypeMapper.java | 18e12c625a5b83b2b881eb45bb9510ab7bfcc12d | [] | no_license | wujun728/jun_product | https://github.com/wujun728/jun_product | f9fbdfd9b5c78ae7c50713a085d8f2a3e0971aea | 9d90eecb501833deee657aa540ab37f5f93c7427 | refs/heads/master | 2023-04-22T22:03:57.651000 | 2022-12-27T07:46:41 | 2022-12-27T07:46:41 | 73,382,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kakarote.crm.mapper;
import com.kakarote.core.servlet.BaseMapper;
import com.kakarote.crm.entity.PO.CrmBusinessType;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* <p>
* 商机状态组类别 Mapper 接口
* </p>
*
* @author zhangzhiwei
* @since 2020-05-27
*/
public interface CrmBusinessTy... | UTF-8 | Java | 510 | java | CrmBusinessTypeMapper.java | Java | [
{
"context": "\n * <p>\n * 商机状态组类别 Mapper 接口\n * </p>\n *\n * @author zhangzhiwei\n * @since 2020-05-27\n */\npublic interface CrmBusi",
"end": 264,
"score": 0.9990599751472473,
"start": 253,
"tag": "USERNAME",
"value": "zhangzhiwei"
}
] | null | [] | package com.kakarote.crm.mapper;
import com.kakarote.core.servlet.BaseMapper;
import com.kakarote.crm.entity.PO.CrmBusinessType;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* <p>
* 商机状态组类别 Mapper 接口
* </p>
*
* @author zhangzhiwei
* @since 2020-05-27
*/
public interface CrmBusinessTy... | 510 | 0.75813 | 0.74187 | 20 | 23.6 | 30.383219 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 15 |
5a0c9004b2a3ec9015c74ba13bafd7ac9e8b9f89 | 24,816,321,065,861 | c4efc6ec57481e0b563ceeb8e175df80c4cb1733 | /src/main/java/com/july/company/entity/SysCode.java | 43552333c39191f2afd77bf78311e6844e10b64f | [] | no_license | bellmit/finance-2 | https://github.com/bellmit/finance-2 | 0132ec05aef29457f3d99bbb491863fb10b15cb2 | 2e1e3854276bd047d0cdc7e7b5aac5e5dee4cf2a | refs/heads/master | 2022-11-13T11:10:34.194000 | 2020-06-24T03:04:20 | 2020-06-24T03:04:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.july.company.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import com.july.company.base.BaseEntity;
import lombok.*;
import lombok.ex... | UTF-8 | Java | 1,637 | java | SysCode.java | Java | [
{
"context": "k.experimental.Accessors;\n\n/**\n * 系统字典表\n * @author zengxueqi\n * @since 2020-05-17\n */\n@Data\n@EqualsAndHashCode",
"end": 376,
"score": 0.9973557591438293,
"start": 367,
"tag": "USERNAME",
"value": "zengxueqi"
}
] | null | [] | package com.july.company.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import com.july.company.base.BaseEntity;
import lombok.*;
import lombok.ex... | 1,637 | 0.634806 | 0.624918 | 75 | 19.226667 | 14.388489 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 15 |
a6d86044ae055d2e9d7150dc980f6c3fb70017c3 | 20,650,202,780,843 | 02a773836f0298e6943dd22215888b384b843d53 | /src/com/book_175/FinalArguments.java | bf650ba68671e23e28146b86dac7abe143d5c428 | [] | no_license | mdonskoi/Book | https://github.com/mdonskoi/Book | 2bc359b19f32477d1258c277cad2de5c208c6f13 | 4d861f6fb43278d4445a4b54ca0203ff4419b983 | refs/heads/master | 2020-04-07T16:05:07.910000 | 2015-03-05T19:16:46 | 2015-03-05T19:16:46 | 31,731,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.book_175;
/**
* Created by а on 19.10.2014.
*/
public class FinalArguments {
void with(final Gizmo g) {
//! g = new Gismo(); //Запрещено, т к g объявлено final
}
void without(Gizmo g) {
g = new Gizmo();
g.spin();
}
int g(final int i) { return i + 1; }
publ... | UTF-8 | Java | 485 | java | FinalArguments.java | Java | [
{
"context": "package com.book_175;\n\n/**\n * Created by а on 19.10.2014.\n */\npublic class FinalArguments {\n",
"end": 42,
"score": 0.957050085067749,
"start": 41,
"tag": "USERNAME",
"value": "а"
}
] | null | [] | package com.book_175;
/**
* Created by а on 19.10.2014.
*/
public class FinalArguments {
void with(final Gizmo g) {
//! g = new Gismo(); //Запрещено, т к g объявлено final
}
void without(Gizmo g) {
g = new Gizmo();
g.spin();
}
int g(final int i) { return i + 1; }
publ... | 485 | 0.547414 | 0.521552 | 20 | 22.200001 | 17.4 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 15 |
a635f052b515ef6c11e54c95c6139b6e766b2ea8 | 13,340,168,490,941 | 2a9cb032cca6ceb7d2a3e1d7a47d974260213db6 | /Exercise8_8.java | ca881db67b5c4f864b32fc5c0e375489cad82b6f | [] | no_license | 2394855029/Andy | https://github.com/2394855029/Andy | 30853540328587bbeecb8645074a4d14f55c6e88 | 66b12599b58e25626518166ef0e0294360c06624 | refs/heads/master | 2023-02-27T00:15:33.434000 | 2021-02-06T14:42:04 | 2021-02-06T14:42:04 | 336,557,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exercise;
import java.util.Scanner;
public class Exercise8_8 {
public static void main(String[] args) {
int number;
Scanner input = new Scanner(System.in);
System.out.print("Enter the number of points: ");
number = input.nextInt();
double[][] array = new double [number][2];
System.out.p... | UTF-8 | Java | 1,480 | java | Exercise8_8.java | Java | [] | null | [] | package Exercise;
import java.util.Scanner;
public class Exercise8_8 {
public static void main(String[] args) {
int number;
Scanner input = new Scanner(System.in);
System.out.print("Enter the number of points: ");
number = input.nextInt();
double[][] array = new double [number][2];
System.out.p... | 1,480 | 0.586486 | 0.558108 | 60 | 23.666666 | 28.922693 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.85 | false | false | 15 |
a8c23728de838edddfd8e7f1d655425392d3ec27 | 32,624,571,588,304 | 2c4a45dd67b88f18054b7411ba621e00868cfefc | /src/main/java/models/pfa/PfaBuilder.java | 3ddca947d6519a9ef6f61867cc415babfee84493 | [
"MIT"
] | permissive | bauer-matthews/SPAN | https://github.com/bauer-matthews/SPAN | a6a898ae1adad7ddbba1551969262b6d65b28ea0 | 1870e20d25daf8b5ab1ba4f3ca711b4b77366fed | refs/heads/master | 2021-03-27T14:47:06.580000 | 2018-04-20T16:01:53 | 2018-04-20T16:01:53 | 92,067,592 | 0 | 0 | MIT | false | 2022-10-19T15:52:46 | 2017-05-22T15:12:48 | 2018-04-20T16:01:58 | 2019-05-22T16:39:46 | 833 | 0 | 0 | 2 | Java | false | false | package models.pfa;
import com.google.common.collect.HashMultiset;
import com.google.common.collect.Multiset;
import models.AlphabetIndexer;
import org.apfloat.Aprational;
import util.Pair;
import java.util.HashMap;
import java.util.Map;
/**
* SPAN - Stochastic Protocol Analyzer
* <p>
* Created: 1/9/18
*
* @aut... | UTF-8 | Java | 4,314 | java | PfaBuilder.java | Java | [
{
"context": "l Analyzer\n * <p>\n * Created: 1/9/18\n *\n * @author Matthew S. Bauer\n * @version 1.0\n */\npublic class PfaBuilder {\n\n ",
"end": 340,
"score": 0.9998610615730286,
"start": 324,
"tag": "NAME",
"value": "Matthew S. Bauer"
}
] | null | [] | package models.pfa;
import com.google.common.collect.HashMultiset;
import com.google.common.collect.Multiset;
import models.AlphabetIndexer;
import org.apfloat.Aprational;
import util.Pair;
import java.util.HashMap;
import java.util.Map;
/**
* SPAN - Stochastic Protocol Analyzer
* <p>
* Created: 1/9/18
*
* @aut... | 4,304 | 0.648818 | 0.645573 | 136 | 30.720589 | 30.646152 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683824 | false | false | 15 |
38a690135347a4b2fd6af5c71decfd3a66f57c02 | 9,053,791,089,318 | 76b52c4d8cd552ff8d094afbfc82f43b0d87945c | /assignment 3/Extend_bmi.java | cf1aa8a8e37651d7223e94b6f21851232b3f22f8 | [] | no_license | meVeekay/Java-Terminal | https://github.com/meVeekay/Java-Terminal | 6b04c1c65e72003e357f6b8f7347ccb15d411a2a | ddb005b6a0e70edfb63c9d8c595800ad5e2b22ae | refs/heads/master | 2021-01-22T17:33:48.643000 | 2016-06-06T20:24:10 | 2016-06-06T20:24:10 | 60,300,245 | 0 | 0 | null | false | 2016-06-06T20:24:11 | 2016-06-02T22:01:34 | 2016-06-02T22:12:17 | 2016-06-06T20:24:11 | 18 | 0 | 0 | 0 | Java | null | null | import java.util.*;
class Extend_bmi{
public static void main(String[] args){
Scanner si = new Scanner(System.in);
System.out.println("Enter your name: ");
String full_name = si.nextLine();
System.out.println("Enter your weight preference: 1. Kg 2. Pounds");
int weight_preference = si.nextInt();
... | UTF-8 | Java | 1,930 | java | Extend_bmi.java | Java | [] | null | [] | import java.util.*;
class Extend_bmi{
public static void main(String[] args){
Scanner si = new Scanner(System.in);
System.out.println("Enter your name: ");
String full_name = si.nextLine();
System.out.println("Enter your weight preference: 1. Kg 2. Pounds");
int weight_preference = si.nextInt();
... | 1,930 | 0.63886 | 0.618653 | 65 | 28.692308 | 23.862377 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.784615 | false | false | 15 |
fbae022515f4e791d50467880c9249f74244dad7 | 8,117,488,220,019 | 72d6ab4deeb04493cb8331dd4b31daa8a94f15c6 | /web-portal/src/main/java/com/anilallewar/microservices/portal/PortalApplication.java | 6ee51773fc3d888e92198857d19e537032c2929b | [
"Apache-2.0"
] | permissive | Brajeshpandey1/api-sxi | https://github.com/Brajeshpandey1/api-sxi | 9f9f5040a3848ab872b6b8e5a8a16cec06a82cbf | 4be3979a07d26c817436904959182edc8371ea25 | refs/heads/master | 2020-12-01T09:48:15.616000 | 2019-12-29T13:00:48 | 2019-12-29T13:00:48 | 230,603,390 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anilallewar.microservices.portal;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootAppl... | UTF-8 | Java | 2,970 | java | PortalApplication.java | Java | [
{
"context": "older at\n * the root.</li>\n * </ol>\n * \n * @author anilallewar\n *\n */\n@SpringBootApplication\n@EnableEurekaClient",
"end": 1448,
"score": 0.999596357345581,
"start": 1437,
"tag": "USERNAME",
"value": "anilallewar"
}
] | null | [] | package com.anilallewar.microservices.portal;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootAppl... | 2,970 | 0.721549 | 0.721549 | 85 | 33.941177 | 35.785423 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.964706 | false | false | 15 |
a8a8f14b8d9496551175ebc6b63a61c7c35c4c2f | 33,131,377,721,500 | d4d5aefc2c4357ecde6eb2c421c2274a3a5eea21 | /jk_spider/src/jk/spider/util/cheat/BaseSpiderCheatImpl.java | 24e8f70a169ec55036262bb40fa4c73dc6243d79 | [] | no_license | zhp54321/jk-spider | https://github.com/zhp54321/jk-spider | b45e88b4a1ccee7c40b0910000026a68c32280e4 | 8b4cab05612fc7135ac22149abf7029657768e08 | refs/heads/master | 2018-04-14T02:21:52.166000 | 2011-04-06T02:37:32 | 2011-04-06T02:37:32 | 42,001,340 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jk.spider.util.cheat;
import jk.spider.core.SpiderController;
public abstract class BaseSpiderCheatImpl implements SpiderCheat {
protected SpiderController controller;
public BaseSpiderCheatImpl(SpiderController controller) {
this.controller = controller;
}
}
| UTF-8 | Java | 291 | java | BaseSpiderCheatImpl.java | Java | [] | null | [] | package jk.spider.util.cheat;
import jk.spider.core.SpiderController;
public abstract class BaseSpiderCheatImpl implements SpiderCheat {
protected SpiderController controller;
public BaseSpiderCheatImpl(SpiderController controller) {
this.controller = controller;
}
}
| 291 | 0.780069 | 0.780069 | 12 | 22.25 | 23.505762 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 15 |
dcf1e15b0541906a17f4e6b4a22a733205e2742f | 26,877,905,394,203 | ae1501930e86ab96f96f827d46a9a3e3828c2fa1 | /src/javafxgraphs/modelo/iMiniJogo.java | 96776cbfca6575f8ff68e28841cd4966af9bd265 | [] | no_license | arturjsf/MindGraph | https://github.com/arturjsf/MindGraph | 11e0e5779bd410b0d90d21f34f74cb174c267d82 | 9c766e66fca95ce612e0b48478ea64a60c56d41c | refs/heads/master | 2021-01-11T09:50:15.655000 | 2017-01-16T21:51:00 | 2017-01-16T21:51:00 | 78,247,794 | 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 javafxgraphs.modelo;
/**
* Interface MiniJogo. A clase MiniJogo terá de implementar obrigatoriamente estes metodos, e... | UTF-8 | Java | 689 | java | iMiniJogo.java | Java | [
{
"context": "iamente estes metodos, entre outros...\r\n * @author Artur Ferreira\r\n */\r\npublic interface iMiniJogo {\r\n\r\n \r\npublic",
"end": 361,
"score": 0.9998894333839417,
"start": 347,
"tag": "NAME",
"value": "Artur Ferreira"
}
] | 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 javafxgraphs.modelo;
/**
* Interface MiniJogo. A clase MiniJogo terá de implementar obrigatoriamente estes metodos, e... | 681 | 0.771802 | 0.771802 | 21 | 30.761906 | 34.815029 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 15 |
b15a6e20da4c572ca325bdd21e141a633849206f | 11,166,915,022,745 | e83a762ff502bef6ae3c36d067be7e9405166995 | /src/main/java/org/example/maze/web/rest/vm/InFileVM.java | 7aea33941a6c9a7bc8f14f1999dc3bea15b4cadd | [] | no_license | skibek/example-maze_angular | https://github.com/skibek/example-maze_angular | b09880dc646ad7b5954f4c32bfe56b9318409468 | 42fdbca0182ac9af2cab0ca24db142f99bc7241d | refs/heads/master | 2021-02-19T10:28:42.767000 | 2020-03-08T13:02:18 | 2020-03-08T13:02:18 | 245,303,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.maze.web.rest.vm;
import lombok.*;
import org.example.maze.model.MazeSolutionMode;
import javax.validation.constraints.NotEmpty;
@AllArgsConstructor
@NoArgsConstructor
@Data
@Builder
@ToString
public class InFileVM {
@NotEmpty
private String fileName;
private MazeSolutionMode mode;
... | UTF-8 | Java | 323 | java | InFileVM.java | Java | [] | null | [] | package org.example.maze.web.rest.vm;
import lombok.*;
import org.example.maze.model.MazeSolutionMode;
import javax.validation.constraints.NotEmpty;
@AllArgsConstructor
@NoArgsConstructor
@Data
@Builder
@ToString
public class InFileVM {
@NotEmpty
private String fileName;
private MazeSolutionMode mode;
... | 323 | 0.780186 | 0.780186 | 20 | 15.15 | 15.43138 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 15 |
ced1937a474c6ff5f85265cbbc17405257f456d1 | 24,361,054,515,677 | 1fcf55744b63123df0d297082d431ff30caa5910 | /spider/src/main/java/com/zdz/spider/scheduler/Scheduler.java | 548201ea4881d06d9a4adccc3f15e2a7685b91f2 | [] | no_license | zdz-java/MyEclipse_Practice | https://github.com/zdz-java/MyEclipse_Practice | 1a81ec8c2cf5e9e3fb4f1d08ebbbf8cc1d563436 | 9b12bb500565345607cff468f648c8ccb2c9147c | refs/heads/master | 2021-01-10T01:42:35.460000 | 2016-02-23T15:25:45 | 2016-02-23T15:25:45 | 44,595,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zdz.spider.scheduler;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingDeque;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.zdz.spider.util.R... | UTF-8 | Java | 1,627 | java | Scheduler.java | Java | [] | null | [] | package com.zdz.spider.scheduler;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingDeque;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.zdz.spider.util.R... | 1,627 | 0.725773 | 0.725773 | 54 | 25.944445 | 22.437912 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.12963 | false | false | 15 |
00a98ffacabba0c3ebfd1c2bffcfb390e4f6092d | 28,226,525,130,949 | 848abbd2d43843ee575e52d4fa7c591fede601ba | /src/SetName.java | 26ab5df40dbad85f8aab49dadbcdedf6f27be741 | [] | no_license | mhsh88/servletproject | https://github.com/mhsh88/servletproject | 37136e9d5ed74b886a266d1fa99b92bfb7c56e44 | 3d1aeffa7675b57155af24a2b6ccb761d3387876 | refs/heads/master | 2021-07-03T19:03:15.722000 | 2017-09-26T17:24:05 | 2017-09-26T17:24:05 | 104,915,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
... | UTF-8 | Java | 2,377 | java | SetName.java | Java | [
{
"context": " = new HashMap<String, String>();\r\n\t\thashmap.put(\"hossein\", \"1234\");\r\n\t\thashmap.put(\"milad\", \"1234\");\r\n\t\tha",
"end": 647,
"score": 0.8676895499229431,
"start": 640,
"tag": "NAME",
"value": "hossein"
},
{
"context": "gin\\n\");\r\n\t\t}\r\n\r\n\t\t// ... | null | [] |
import java.io.IOException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
... | 2,377 | 0.700883 | 0.695414 | 76 | 29.25 | 23.903383 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.921053 | false | false | 15 |
c283c7db37e6802881c06e4bda7bede862b9abf8 | 28,226,525,134,632 | 90b637a19ad0a44ad1b393c3e4a044fbe6a4999a | /src/OrangeGhost.java | fce7b2362944bcc50f39509c5710b41d1e1fa0a9 | [] | no_license | davis0119/Laser-Pacman | https://github.com/davis0119/Laser-Pacman | 9e22333079e6c1a97d915bffe85b3d9d32eccb70 | ec6a7002717ce5c0bd8cbae7a292e54dbf05bf39 | refs/heads/master | 2023-02-02T07:36:28.502000 | 2020-12-19T16:40:27 | 2020-12-19T16:40:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class OrangeGhost extends Ghost {
public static final int INIT_POS_X = 350;
public static final int INIT_POS_Y = 200;
public static final Str... | UTF-8 | Java | 1,217 | java | OrangeGhost.java | Java | [] | null | [] | import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class OrangeGhost extends Ghost {
public static final int INIT_POS_X = 350;
public static final int INIT_POS_Y = 200;
public static final Str... | 1,217 | 0.584224 | 0.575185 | 44 | 25.704546 | 21.258774 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 15 |
5408cad1297ee5415a279a6ec2fe48d899b3ed1e | 32,796,370,283,524 | 6056024511409d8da622230036799dc9b9fe3b27 | /src/main/java/com/sp4beans/leetcode/easy/solved/P202.java | 187812ef7b12bff76bfff416c33f818d2db210f6 | [] | no_license | Sp4beans/leetcode | https://github.com/Sp4beans/leetcode | 49f4b36f9f9db8545de317318c073631cf0b1c6b | a99abb4a633e47768911efa41b271f79ae08788f | refs/heads/master | 2023-06-24T22:03:27.191000 | 2021-09-15T03:37:57 | 2021-09-15T03:37:57 | 231,795,167 | 0 | 0 | null | false | 2023-06-14T22:31:39 | 2020-01-04T16:38:07 | 2021-09-15T03:38:17 | 2023-06-14T22:31:39 | 874 | 0 | 0 | 1 | Java | false | false | package com.sp4beans.leetcode.easy.solved;
// 编写一个算法来判断一个数是不是“快乐数”。
//
// 一个“快乐数”定义为:对于一个正整数,每一次将该数替换为它每个位置上的数字的平方和,然后重复这个过程直到这个数变为 1,也可能是无限循环但始终变不到 1。如果可以变为 1,那么这个数就是快乐数。
//
// 示例:
//
// 输入: 19
// 输出: true
// 解释:
// 1^2 + 9^2 = 82
// 8^2 + 2^2 = 68
// 6^... | UTF-8 | Java | 1,597 | java | P202.java | Java | [] | null | [] | package com.sp4beans.leetcode.easy.solved;
// 编写一个算法来判断一个数是不是“快乐数”。
//
// 一个“快乐数”定义为:对于一个正整数,每一次将该数替换为它每个位置上的数字的平方和,然后重复这个过程直到这个数变为 1,也可能是无限循环但始终变不到 1。如果可以变为 1,那么这个数就是快乐数。
//
// 示例:
//
// 输入: 19
// 输出: true
// 解释:
// 1^2 + 9^2 = 82
// 8^2 + 2^2 = 68
// 6^... | 1,597 | 0.421829 | 0.385693 | 55 | 23.654545 | 18.5739 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290909 | false | false | 15 |
f3dcac844bcc83cd28f5abe5675514f7f26f157a | 4,432,406,316,489 | 5b8b7911628053b59d3a654850299975a05613a3 | /J2SETest/src/org/demo/five/ABQApp.java | 4125073d0e958a7528311fd37974aafb2f418926 | [] | no_license | tectronics/java-dycc | https://github.com/tectronics/java-dycc | fd54225ec4af0f29c7dcb7187693f4784c4da6c0 | 3828184caf3a487a77b625f79265190e255d08b0 | refs/heads/master | 2018-01-11T15:16:48.698000 | 2012-02-24T13:32:33 | 2012-02-24T13:32:33 | 45,791,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.demo.five;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.SynchronousQueue;
/**
*
* @author
* @date 2010-10-25
* @file org.demo.five.ABQApp.java
*/
public class ABQApp {
/**
* @param args
* @throws... | UTF-8 | Java | 1,624 | java | ABQApp.java | Java | [] | null | [] | package org.demo.five;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.SynchronousQueue;
/**
*
* @author
* @date 2010-10-25
* @file org.demo.five.ABQApp.java
*/
public class ABQApp {
/**
* @param args
* @throws... | 1,624 | 0.610222 | 0.605296 | 69 | 21.565218 | 19.347679 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.898551 | false | false | 15 |
bd4dfd55939a34284758cc9d2fd941d08b87bfb3 | 15,315,853,415,716 | fa2b30d1d667541a781b0379f5ac8e9ae266652a | /blog-back/src/test/java/com/springboot/blog/BlogApplicationTests.java | 9a2d0656c84a0c0106eb3ee5c0c483ec7f284c23 | [] | no_license | LiZhuBin/vue-springboot-blog | https://github.com/LiZhuBin/vue-springboot-blog | 551d947b95ac80337995daab23e3459c8e3a1259 | b039dbebc950cbcb5a92f11d71de5ce527bed30d | refs/heads/dev | 2023-01-09T16:53:53.792000 | 2020-05-06T16:07:31 | 2020-05-06T16:07:31 | 230,697,285 | 2 | 0 | null | false | 2023-01-05T12:31:09 | 2019-12-29T03:24:36 | 2020-05-06T16:08:08 | 2023-01-05T12:31:09 | 21,496 | 2 | 0 | 85 | Vue | false | false | package com.springboot.blog;
import com.springboot.blog.service.ArticleService;
import com.springboot.blog.service.LabelService;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BlogAppl... | UTF-8 | Java | 518 | java | BlogApplicationTests.java | Java | [] | null | [] | package com.springboot.blog;
import com.springboot.blog.service.ArticleService;
import com.springboot.blog.service.LabelService;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BlogAppl... | 518 | 0.766409 | 0.766409 | 25 | 19.719999 | 19.63776 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 15 |
d3f08bb4d23e3053e66b82d8b26dc146a4dd6c93 | 1,142,461,323,649 | dd82a37087d3b0289c9398920ec2eb6827476f3f | /src/main/java/com/buzz/test/core/nio/ClientBootstrap.java | dc561e27a8a315a0081187786708b175f560b024 | [] | no_license | pentos9/spacex-shane | https://github.com/pentos9/spacex-shane | 90f879ca6c877706ee9507f5e966de97bcd650ed | 83798e48c01dd9f09170ecf6460285cad54369a5 | refs/heads/master | 2021-10-08T10:09:18.100000 | 2018-12-11T01:31:41 | 2018-12-11T01:31:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buzz.test.core.nio;
public class ClientBootstrap {
public static void main(String[] args) {
NioSocketClient client = new NioSocketClient();
client.start();
}
}
| UTF-8 | Java | 197 | java | ClientBootstrap.java | Java | [] | null | [] | package com.buzz.test.core.nio;
public class ClientBootstrap {
public static void main(String[] args) {
NioSocketClient client = new NioSocketClient();
client.start();
}
}
| 197 | 0.664975 | 0.664975 | 8 | 23.625 | 19.078375 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
f042d451f40494fcb05ade04111913cf57c9d971 | 11,716,670,843,648 | 8f817038febfc332eb2888027f7b1eba45efb986 | /app/src/main/java/com/example/babycareapp/Models/Cart.java | 9f083357ad223ac9c9151ad292ce3e56deef2ae5 | [] | no_license | sandarusahan/e-commerce-android | https://github.com/sandarusahan/e-commerce-android | 79aedadaf3b0c0c10a5b6690ac42898f9d260d16 | 0a22e672e49f1cf0b638339b73e01901e64db870 | refs/heads/master | 2020-05-05T04:36:03.222000 | 2019-04-05T11:24:43 | 2019-04-05T11:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.babycareapp.Models;
public class Cart {
int p_id;
String p_desc;
double price;
String image;
public int getP_id() {
return p_id;
}
public void setP_id(int p_id) {
this.p_id = p_id;
}
public String getP_desc() {
return p_desc;
}
... | UTF-8 | Java | 670 | java | Cart.java | Java | [] | null | [] | package com.example.babycareapp.Models;
public class Cart {
int p_id;
String p_desc;
double price;
String image;
public int getP_id() {
return p_id;
}
public void setP_id(int p_id) {
this.p_id = p_id;
}
public String getP_desc() {
return p_desc;
}
... | 670 | 0.546269 | 0.546269 | 40 | 15.75 | 13.736357 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 15 |
ce9fb3262398e79ef3446970e270fb6a67de1598 | 32,950,989,152,419 | 88c2b25e8428854077baea8c866e68bd79e16c8a | /src/test/java/j8583/TestParsing.java | 7251b7a4b4440353770a94d22c7f0d44770087d1 | [] | no_license | fenoloco/j8583 | https://github.com/fenoloco/j8583 | 9ef05d3d13fd16ef644dbe3602bf5d64bd383c48 | a54cded6eb6f6bec2bd15396cf006a00d9497cef | refs/heads/master | 2020-12-25T13:13:14.381000 | 2017-10-21T02:49:26 | 2017-10-21T02:49:26 | 9,154,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package j8583;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.text.ParseException;
import com.solab.iso8583.IsoMessage;
import com.solab.iso8583.IsoValue;
import com.solab.iso8583.parse.NumericParseInfo;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Tes... | UTF-8 | Java | 4,478 | java | TestParsing.java | Java | [
{
"context": "valid messages is properly handled.\n * \n * @author Enrique Zamudio\n */\npublic class TestParsing {\n\n\tprivate MessageF",
"end": 456,
"score": 0.9998841285705566,
"start": 441,
"tag": "NAME",
"value": "Enrique Zamudio"
}
] | null | [] | package j8583;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.text.ParseException;
import com.solab.iso8583.IsoMessage;
import com.solab.iso8583.IsoValue;
import com.solab.iso8583.parse.NumericParseInfo;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Tes... | 4,469 | 0.755695 | 0.620366 | 110 | 39.709091 | 49.108479 | 297 | false | false | 0 | 0 | 0 | 0 | 94 | 0.040866 | 2.672727 | false | false | 15 |
5ad96f4e2d6cee7ed9c8ebbe83c4cca404afb81a | 3,805,341,086,667 | 552c8bf4271de2b70c17f5cc8985e5350df33fa6 | /apo/app/src/main/java/com/yeepay/mops/ui/base/BaseViewFragment.java | e5b42672c4abd36ff79772aa9e333a56d1554458 | [] | no_license | yb1026/ttzg | https://github.com/yb1026/ttzg | 3492889ab49bb515e66c5b9d7e4946dc5f396b28 | 81dad717a88caa7486a79e2a3ff6e4f763c58420 | refs/heads/master | 2021-03-16T03:37:45.133000 | 2017-04-27T02:29:38 | 2017-04-27T02:29:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.yeepay.mops.ui.base;
import android.content.Context;
import android.os.Parcelable;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewStub;
import android.view.animation.Animation;
import android.view.animation.LinearInterpolator;
... | UTF-8 | Java | 6,464 | java | BaseViewFragment.java | Java | [
{
"context": "\r\n\r\nimport com.yeepay.mops.R;\r\n\r\n\r\n/**\r\n * @author Simon.xin\r\n * @TTOD 为Fragment中子视图,包含在BaseView中,可对当前视图管理\r\n *",
"end": 560,
"score": 0.9996337890625,
"start": 551,
"tag": "NAME",
"value": "Simon.xin"
}
] | null | [] |
package com.yeepay.mops.ui.base;
import android.content.Context;
import android.os.Parcelable;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewStub;
import android.view.animation.Animation;
import android.view.animation.LinearInterpolator;
... | 6,464 | 0.606506 | 0.603847 | 199 | 30.120604 | 24.509367 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537688 | false | false | 15 |
d8c80820b356cc3f3b92059e7aacd24252da9564 | 22,539,988,373,335 | 3e0d8cf7f9c1453fa960480e32e7570aac98f614 | /arc-algorithm/src/main/java/arc/algorithm/fundamentals/LinkBag.java | 6fe1e98bb0d6befd2d784a14ff8b2b55d4bf2823 | [] | no_license | heatre/arc | https://github.com/heatre/arc | 05920581aba89f228f02c4ef749d152b54ebd6cc | d82e68231c683763fbcc9b94b3dfe2891e95de16 | refs/heads/master | 2020-03-21T20:29:18.192000 | 2019-05-05T12:00:47 | 2019-05-05T12:00:47 | 139,010,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arc.algorithm.fundamentals;
import arc.algorithm.utils.Constant;
import arc.algorithm.utils.StdIn;
import arc.algorithm.utils.StdOut;
import arc.algorithm.utils.Utils;
import java.util.Iterator;
/**
* 背包(LIFO)后进先出背包
* Created by Swin on 2016/10/24.
*/
public class LinkBag<Item> implements Iterable<Item> ... | UTF-8 | Java | 1,833 | java | LinkBag.java | Java | [
{
"context": "til.Iterator;\n\n/**\n * 背包(LIFO)后进先出背包\n * Created by Swin on 2016/10/24.\n */\npublic class LinkBag<Item> imp",
"end": 247,
"score": 0.8807874917984009,
"start": 243,
"tag": "USERNAME",
"value": "Swin"
}
] | null | [] | package arc.algorithm.fundamentals;
import arc.algorithm.utils.Constant;
import arc.algorithm.utils.StdIn;
import arc.algorithm.utils.StdOut;
import arc.algorithm.utils.Utils;
import java.util.Iterator;
/**
* 背包(LIFO)后进先出背包
* Created by Swin on 2016/10/24.
*/
public class LinkBag<Item> implements Iterable<Item> ... | 1,833 | 0.538292 | 0.533333 | 85 | 20.352942 | 16.618704 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388235 | false | false | 15 |
ac97966ff95c390c96a4e335642f5378a351fb61 | 7,035,156,480,855 | 71160c78ab169e3e3a479932768311a33ae7cae7 | /src/cn/ksdshpx/javase/juc/ThreadScopeShareData.java | 4c7bdf14bc52e6950ea80afba4c9cae075cbabe2 | [] | no_license | ksdshpx/Pjavase | https://github.com/ksdshpx/Pjavase | 167a0246dd3753ce4e48cc4be04d97cd2c76e422 | 524ddf5bd4856f0ef9901769ea06383cdbc4eac8 | refs/heads/master | 2021-07-05T23:08:24.589000 | 2019-02-16T02:05:21 | 2019-02-16T02:05:21 | 115,203,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ksdshpx.javase.juc;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
/**
* Create with IntelliJ IDEA
* Create by peng.x
* Date: 2018/5/31
* Time: 14:01
* Description:线程范围内的共享变量
*/
public class ThreadScopeShareData {
private static int data = 0;
private static Map<Threa... | UTF-8 | Java | 1,344 | java | ThreadScopeShareData.java | Java | [
{
"context": "om;\n\n/**\n * Create with IntelliJ IDEA\n * Create by peng.x\n * Date: 2018/5/31\n * Time: 14:01\n * Description:",
"end": 158,
"score": 0.9977741241455078,
"start": 152,
"tag": "USERNAME",
"value": "peng.x"
}
] | null | [] | package cn.ksdshpx.javase.juc;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
/**
* Create with IntelliJ IDEA
* Create by peng.x
* Date: 2018/5/31
* Time: 14:01
* Description:线程范围内的共享变量
*/
public class ThreadScopeShareData {
private static int data = 0;
private static Map<Threa... | 1,344 | 0.535498 | 0.524924 | 45 | 28.422222 | 26.609512 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
d6bcbb52090efb46d24f66a7b28a044006788a42 | 7,035,156,481,602 | 7773de4f06c46082fce74b45c30436209e18025d | /src/PackageSelenium/WebTableOperations.java | ef5dc07729523e35712efec98e525120fd292c09 | [] | no_license | venkateshperumalm/repo_selenium-java | https://github.com/venkateshperumalm/repo_selenium-java | 7652ab929db93e2484f5f6238372604a016a0a63 | 1628d1682a07b53c49d6b48d6d0af667feede062 | refs/heads/master | 2022-12-19T22:56:31.668000 | 2020-10-22T14:40:21 | 2020-10-22T14:40:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PackageSelenium;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
publ... | UTF-8 | Java | 2,119 | java | WebTableOperations.java | Java | [] | null | [] | package PackageSelenium;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
publ... | 2,119 | 0.673903 | 0.666352 | 65 | 31.6 | 30.623169 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.184615 | false | false | 15 |
42b7ebe9eab574b5d33ae0f38cac0ac10b8413a1 | 11,081,015,676,621 | 7027f6b9f739a67acc7a5021ead38c74b7712da4 | /src/main/java/ro/msg/learning/shop/services/StockService.java | aa4164c7e9ac02e90dd2b935f731e9184c1b83e3 | [] | no_license | AlexStoicaDev/OnlineShop | https://github.com/AlexStoicaDev/OnlineShop | 7f84633e7a53521bb3dbf3035c5872484feec6a7 | d91ab72a89b3b4a9c7fa644687521a693896cc13 | refs/heads/master | 2021-09-28T06:42:57.146000 | 2018-11-15T10:03:59 | 2018-11-15T10:03:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.msg.learning.shop.services;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import ro.msg.learning.shop.dtos.orders.OrderDtoIn;
import ro.msg.learning.shop.entities.Location;
import ro.msg.learning.shop.entities.Stock;
import ro.msg.learning.shop.repositories.StockRepos... | UTF-8 | Java | 2,543 | java | StockService.java | Java | [] | null | [] | package ro.msg.learning.shop.services;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import ro.msg.learning.shop.dtos.orders.OrderDtoIn;
import ro.msg.learning.shop.entities.Location;
import ro.msg.learning.shop.entities.Stock;
import ro.msg.learning.shop.repositories.StockRepos... | 2,543 | 0.753441 | 0.753441 | 71 | 34.816902 | 37.915886 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323944 | false | false | 15 |
11495b8a13a120cfb57713580eb5d3bde9a1f5fc | 11,081,015,675,775 | b0607996d57abfd6d4f057cd65772a14a03ee938 | /cache2k-api/src/main/java/org/cache2k/CacheClosedException.java | be02582ad5c7a5c896ec381acb7d3941018cb9ec | [
"Apache-2.0"
] | permissive | cache2k/cache2k | https://github.com/cache2k/cache2k | 447328703ca7e4a77487a8063881e33998c29669 | 0eaa156bdecd617b2aa4c745d0f8844a32609697 | refs/heads/master | 2023-08-01T03:36:51.443000 | 2022-11-01T08:25:04 | 2022-11-01T08:25:04 | 15,289,581 | 684 | 88 | Apache-2.0 | false | 2023-04-17T17:40:48 | 2013-12-18T17:25:04 | 2023-04-12T07:08:36 | 2023-04-17T17:40:44 | 10,518 | 682 | 71 | 13 | Java | false | false | package org.cache2k;
/*-
* #%L
* cache2k API
* %%
* Copyright (C) 2000 - 2022 headissue GmbH, Munich
* %%
* 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.... | UTF-8 | Java | 1,571 | java | CacheClosedException.java | Java | [
{
"context": "to logically a specialisation of it.\n *\n * @author Jens Wilke\n */\npublic class CacheClosedException extends Ill",
"end": 1018,
"score": 0.9975675344467163,
"start": 1008,
"tag": "NAME",
"value": "Jens Wilke"
}
] | null | [] | package org.cache2k;
/*-
* #%L
* cache2k API
* %%
* Copyright (C) 2000 - 2022 headissue GmbH, Munich
* %%
* 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.... | 1,567 | 0.705283 | 0.693826 | 52 | 29.211538 | 28.873955 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
dbfbed3d8a924c75e193e4e18fd3f816fa4dfa94 | 31,104,153,204,430 | 0bb4e85e032acf3a81d56a67a4cd398fc7ba22f2 | /src/practice/DoubleEndedListMain.java | 03e4171c6a6eeb1b9483d37e41cdb79de81f5249 | [] | no_license | MukulAmbulgekar/DataStructures | https://github.com/MukulAmbulgekar/DataStructures | c6d9bf39340d9155be1852181c24a45b234b6cc7 | c119567ecc775b7a5572030f187777128f7c10ce | refs/heads/master | 2021-01-25T04:01:29.369000 | 2015-03-23T12:29:12 | 2015-03-23T12:29:12 | 32,731,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
public class DoubleEndedListMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
DoubleEndedList list=new DoubleEndedList();
list.insertFirst("m", 22);
list.insertFirst("a", 44);
list.insertFirst("b", 66);
list.insertLast("c", 11);
list.insertLast("d", 33);
list.inse... | UTF-8 | Java | 535 | java | DoubleEndedListMain.java | Java | [] | null | [] | package practice;
public class DoubleEndedListMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
DoubleEndedList list=new DoubleEndedList();
list.insertFirst("m", 22);
list.insertFirst("a", 44);
list.insertFirst("b", 66);
list.insertLast("c", 11);
list.insertLast("d", 33);
list.inse... | 535 | 0.715888 | 0.685981 | 25 | 20.4 | 11.943199 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.