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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6b28989cf8f5302d602ac10a7d0db7a63ca58c6d | 22,497,038,706,175 | 9d011b4e18df2af66bc68ee36fe00f0cef2e359c | /socialite/src/main/java/com/vinelab/android/socialite/sharing/email/EmailShareProvider.java | 932c7fe03a8bbaedf9b4782c48bab52403734539 | [] | no_license | Vinelab/socialite-android | https://github.com/Vinelab/socialite-android | 6d6f5ffabec12172482ece7ef6faae85f63f71e3 | 45a8c5859ac9b1ef2aa862d96543d2e04fef5e3d | refs/heads/master | 2020-12-24T07:11:39.065000 | 2016-10-06T09:13:16 | 2016-10-06T09:13:16 | 45,188,365 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vinelab.android.socialite.sharing.email;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.support.annotation.Nullable;
/**
* Created by Nabil Souk on 11/2/2015.
*
* <p>
* Class providing sharing functionality through any mail client on the device.
... | UTF-8 | Java | 2,367 | java | EmailShareProvider.java | Java | [
{
"context": "id.support.annotation.Nullable;\n\n/**\n * Created by Nabil Souk on 11/2/2015.\n *\n * <p>\n * Class providing sh",
"end": 211,
"score": 0.9997671842575073,
"start": 201,
"tag": "NAME",
"value": "Nabil Souk"
}
] | null | [] | package com.vinelab.android.socialite.sharing.email;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.support.annotation.Nullable;
/**
* Created by <NAME> on 11/2/2015.
*
* <p>
* Class providing sharing functionality through any mail client on the device.
* <... | 2,363 | 0.694973 | 0.692015 | 55 | 42.036366 | 36.170788 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 3 |
e25f1a0077cf81cffbcf489b79b0c90a94ea03d0 | 1,889,785,614,583 | e6b01afaf98908e736129f8c345f8e3fd157244e | /src/Reader/ReadFile.java | 58687877c61ec276ccce91ef28cb549cdd1e46a0 | [] | no_license | mgkhaleque/PnT1 | https://github.com/mgkhaleque/PnT1 | 289e633ae97756bd188756071f674335851d689d | eea6876dc241cb2742adfde835b52acb7885e77f | refs/heads/master | 2020-04-13T00:57:16.261000 | 2018-12-23T03:47:21 | 2018-12-23T03:47:21 | 162,859,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Reader;
import java.io.*;
public class ReadFile {
public static void main(String []args) throws IOException {
String path = "/Users/zibonibrahim/Documents/MGK/gd.text";
FileReader fr = null;
BufferedReader br = null;
fr = new FileReader(path);
br = new BufferedRe... | UTF-8 | Java | 461 | java | ReadFile.java | Java | [
{
"context": "rows IOException {\n\n String path = \"/Users/zibonibrahim/Documents/MGK/gd.text\";\n\n FileReader fr = ",
"end": 167,
"score": 0.9983996748924255,
"start": 155,
"tag": "USERNAME",
"value": "zibonibrahim"
}
] | null | [] | package Reader;
import java.io.*;
public class ReadFile {
public static void main(String []args) throws IOException {
String path = "/Users/zibonibrahim/Documents/MGK/gd.text";
FileReader fr = null;
BufferedReader br = null;
fr = new FileReader(path);
br = new BufferedRe... | 461 | 0.574837 | 0.574837 | 21 | 20.952381 | 20.469435 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
23dec82bc183cf17a1a79e4f50b1ff8176243071 | 1,889,785,611,087 | 8b02f2a9216f964aa16ddf15da75661b9c226109 | /TeamCode/src/main/java/org/whitneyrobotics/ftc/teamcode/lib/purepursuit/swervetotarget/SwerveRobotConstants.java | 4fb5c3ae8d6ce9bf46a9a1d439ba50fecd56c567 | [
"BSD-3-Clause"
] | permissive | WHSRobotics/542_20-21_ftc | https://github.com/WHSRobotics/542_20-21_ftc | aa4c5bfd97810367883d08ed142a980cab208743 | 85dcb536ffdd984e5257cee84e0e0dcc82850235 | refs/heads/master | 2023-04-05T12:34:28.487000 | 2021-04-14T22:16:42 | 2021-04-14T22:16:42 | 296,753,092 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.whitneyrobotics.ftc.teamcode.lib.purepursuit.swervetotarget;
public class SwerveRobotConstants {
// Based on robot physical properties
private double kV, kA, kP;
public double getkV() {
return kV;
}
public void setkV(double kV) {
this.kV = kV;
}
public double... | UTF-8 | Java | 681 | java | SwerveRobotConstants.java | Java | [] | null | [] | package org.whitneyrobotics.ftc.teamcode.lib.purepursuit.swervetotarget;
public class SwerveRobotConstants {
// Based on robot physical properties
private double kV, kA, kP;
public double getkV() {
return kV;
}
public void setkV(double kV) {
this.kV = kV;
}
public double... | 681 | 0.566814 | 0.566814 | 38 | 16.921053 | 17.707241 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 3 |
91fb862d288785ee00780aedcdba9f3a03e3f104 | 20,023,137,551,485 | 8d40896308a72d0a739fb66b9ab643831391bac0 | /PasteIt/src/reminder/Reminder.java | a62629aaa24857b7f1681a804102038d939ee0dd | [] | no_license | ChuHueiYun/JavaFinalProject | https://github.com/ChuHueiYun/JavaFinalProject | ca3ca6bada200936949d6bddfe35622000e58504 | 7521f2c8103f946b09fee02dc1a0d59029c55235 | refs/heads/master | 2021-05-05T07:39:29.426000 | 2017-10-02T11:25:37 | 2017-10-02T11:25:37 | 105,526,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package reminder;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.LocalTime;
impo... | UTF-8 | Java | 9,472 | java | Reminder.java | Java | [] | null | [] | package reminder;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.LocalTime;
impo... | 9,472 | 0.693717 | 0.685428 | 266 | 33.469925 | 25.808451 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 3 |
b79a0ea797e1a2e377a0653075a5fa37a447ebf6 | 20,023,137,552,195 | 0f76f64b9a215edcce8e4319357b8fc47799f34f | /src/main/java/com/hourmaps/data/bingmaps/enums/TravelModeEnum.java | 26cdbfbe8207fa3fcdee1715a320af57f2338b35 | [] | no_license | christopheryang/TravelTimeAndDistance | https://github.com/christopheryang/TravelTimeAndDistance | eda7751fae0855c71a3278c3a9342c9835adb1bf | ffb503f7b3f9c63eb61a8c59ca43b0e25a36d7a2 | refs/heads/master | 2015-08-20T15:24:11.390000 | 2015-08-20T08:51:45 | 2015-08-20T08:51:45 | 30,729,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hourmaps.data.bingmaps.enums;
public enum TravelModeEnum {
Transit,
Driving,
}
| UTF-8 | Java | 94 | java | TravelModeEnum.java | Java | [] | null | [] | package com.hourmaps.data.bingmaps.enums;
public enum TravelModeEnum {
Transit,
Driving,
}
| 94 | 0.776596 | 0.776596 | 6 | 14.666667 | 14.929463 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 3 |
5f02aec0e97e3fee1aa2a3232493375394cffe05 | 20,048,907,396,970 | d49ea83bbf7ae2fd9d36b80e624cbb7c3ba6dcac | /src/main/java/com/dsi/parallax/optimization/linesearch/BackTrackLineSearch.java | d70e56776134fd285d5e26e1681f2bfc950436c3 | [] | no_license | jattenberg/parallax | https://github.com/jattenberg/parallax | c319d557487dc4ceb1ce9ad6353ef6900820ae04 | 00908adcea680b9a7d306332934fd61676abc370 | refs/heads/master | 2022-10-26T05:14:00.620000 | 2022-10-11T15:42:58 | 2022-10-11T15:42:58 | 8,838,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2012 Josh Attenberg. Not for re-use or redistribution.
******************************************************************************/
package com.dsi.parallax.optimization.linesearch;
import com.dsi.parallax.ml.vector.Linea... | UTF-8 | Java | 6,295 | java | BackTrackLineSearch.java | Java | [
{
"context": "********************************\n * Copyright 2012 Josh Attenberg. Not for re-use or redistribution.\n *************",
"end": 113,
"score": 0.9995096325874329,
"start": 99,
"tag": "NAME",
"value": "Josh Attenberg"
}
] | null | [] | /*******************************************************************************
* Copyright 2012 <NAME>. Not for re-use or redistribution.
******************************************************************************/
package com.dsi.parallax.optimization.linesearch;
import com.dsi.parallax.ml.vector.LinearVector;... | 6,287 | 0.617951 | 0.601589 | 193 | 31.616581 | 22.520184 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.186528 | false | false | 3 |
c3c4ead06a57f0cfb1c06de90438685092814223 | 360,777,257,792 | 921dd73072f5adf415a9b2bccddadf34ddae91ef | /src/main/java/com/cesfam/presmo/backend/apirest/models/dao/IEntregadoDao.java | c96843b54cfc76b45300542fa10c2f39b3208c83 | [] | no_license | Frank-Mujica/presmo-backend-apirest | https://github.com/Frank-Mujica/presmo-backend-apirest | 7c3462168a65734df99f27ebfda0fa4be323e811 | dd737a58545f77e2247f668d739ffa867f216f1a | refs/heads/master | 2020-06-01T23:03:29.601000 | 2019-07-09T10:34:39 | 2019-07-09T10:34:39 | 190,950,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cesfam.presmo.backend.apirest.models.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.cesfam.presmo.backend.apirest.models.entity.Entregado;
import com.cesfam.presmo.backend.apirest.models.entity.Far... | UTF-8 | Java | 777 | java | IEntregadoDao.java | Java | [] | null | [] | package com.cesfam.presmo.backend.apirest.models.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.cesfam.presmo.backend.apirest.models.entity.Entregado;
import com.cesfam.presmo.backend.apirest.models.entity.Far... | 777 | 0.810811 | 0.810811 | 24 | 31.416666 | 27.363171 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 3 |
91f70cac039f98817aed0f2572d1cab9ccfa70e2 | 6,657,199,331,336 | 9c6755241eafce525184949f8c5dd11d2e6cefd1 | /src/leetcode/algorithms/LastStoneWeight.java | 86e8028366c274385a870bd9eaa30fb519642c35 | [] | no_license | Baltan/leetcode | https://github.com/Baltan/leetcode | 782491c3281ad04efbe01dd0dcba2d9a71637a31 | 0951d7371ab93800e04429fa48ce99c51284d4c4 | refs/heads/master | 2023-08-17T00:47:41.880000 | 2023-08-16T16:04:32 | 2023-08-16T16:04:32 | 172,838,932 | 13 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.algorithms;
import java.util.PriorityQueue;
import java.util.Queue;
/**
* Description: 1046. Last Stone Weight
*
* @author Baltan
* @date 2019-05-19 14:04
*/
public class LastStoneWeight {
public static void main(String[] args) {
System.out.println(lastStoneWeight(new int[]{2, 7, 4, ... | UTF-8 | Java | 978 | java | LastStoneWeight.java | Java | [
{
"context": "Description: 1046. Last Stone Weight\n *\n * @author Baltan\n * @date 2019-05-19 14:04\n */\npublic class LastSt",
"end": 151,
"score": 0.999578058719635,
"start": 145,
"tag": "NAME",
"value": "Baltan"
}
] | null | [] | package leetcode.algorithms;
import java.util.PriorityQueue;
import java.util.Queue;
/**
* Description: 1046. Last Stone Weight
*
* @author Baltan
* @date 2019-05-19 14:04
*/
public class LastStoneWeight {
public static void main(String[] args) {
System.out.println(lastStoneWeight(new int[]{2, 7, 4, ... | 978 | 0.538855 | 0.481595 | 35 | 26.942858 | 25.57336 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 3 |
4c7583e00a4e77f79e23247ca82e32858ec176b3 | 755,914,257,314 | bf80838c4f4ee88f009dfaa1d500778d7a482f8e | /Java/Servlets/StopWatch/src/com/stopwatch/models/Timer.java | fb60133c6400534c83f43ae96a86b5dd89c6a737 | [] | no_license | clauviscarra/DojoAssignments2 | https://github.com/clauviscarra/DojoAssignments2 | 2bb1a27279c9833ce8721718b41fa2b7f0a05060 | fe151d3af3cc5516021d6b069cc80f2f9abc0985 | refs/heads/master | 2020-12-02T19:30:15.742000 | 2017-07-13T16:07:51 | 2017-07-13T16:07:51 | 95,503,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stopwatch.models;
import java.time.LocalTime;
public class Timer {
public Timer() {
// TODO Auto-generated constructor stub
}
}
| UTF-8 | Java | 147 | java | Timer.java | Java | [] | null | [] | package com.stopwatch.models;
import java.time.LocalTime;
public class Timer {
public Timer() {
// TODO Auto-generated constructor stub
}
}
| 147 | 0.727891 | 0.727891 | 10 | 13.7 | 14.38089 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
2ffe2531b162833a7ad5388009a55b8819df7e34 | 25,331,717,174,256 | 00a33dcbb28568b1484b79aaabda97a2c8d8a3b9 | /votacao-almoco-service/src/main/java/com/votacaoalmoco/properties/VotacaoProperties.java | d948f36b7184a4e272d389ed71b4633d98b5133f | [] | no_license | augustobb/augustobb-msn.com | https://github.com/augustobb/augustobb-msn.com | 09b9f4b72e77f7a7b282e49cff03b136934e0b38 | 80bc2bf88026bff4cc749ddca784b667893757a7 | refs/heads/master | 2021-04-23T02:13:32.815000 | 2020-03-26T19:50:45 | 2020-03-26T19:50:45 | 249,889,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.votacaoalmoco.properties;
import lombok.Getter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import java.time.LocalTime;
@Getter
@Component
public class VotacaoProperties {
@Value("${votacao.horaLimite}")
private LocalTi... | UTF-8 | Java | 341 | java | VotacaoProperties.java | Java | [] | null | [] | package com.votacaoalmoco.properties;
import lombok.Getter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import java.time.LocalTime;
@Getter
@Component
public class VotacaoProperties {
@Value("${votacao.horaLimite}")
private LocalTi... | 341 | 0.759531 | 0.759531 | 16 | 19.3125 | 18.919958 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
856fabb3af5b69c3ff03a02aebaca90a6e3706a8 | 30,648,886,689,141 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_50750.java | 3289fa68627153316a6a9eb12a4a84a3698cdec2 | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | private void validateCRUDCheckPresent(final AbstractApexNode<?> node,final Object data,final String crudMethod,final String typeCheck){
if (!typeToDMLOperationMapping.containsKey(typeCheck)) {
if (!isProperESAPICheckForDML(typeCheck,crudMethod)) {
addViolation(data,node);
}
}
else {
boolean prope... | UTF-8 | Java | 757 | java | Method_50750.java | Java | [] | null | [] | private void validateCRUDCheckPresent(final AbstractApexNode<?> node,final Object data,final String crudMethod,final String typeCheck){
if (!typeToDMLOperationMapping.containsKey(typeCheck)) {
if (!isProperESAPICheckForDML(typeCheck,crudMethod)) {
addViolation(data,node);
}
}
else {
boolean prope... | 757 | 0.685601 | 0.685601 | 24 | 30.541666 | 30.367168 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 3 |
3d6c3db09c6862ab907d07ac0db3878c5328e33f | 19,439,022,013,124 | b2b6fd1a8012a7bcb52a0f13aa881d1fbab08969 | /teeda/teeda-extension/src/main/java/org/seasar/teeda/extension/render/html/THtmlScriptRenderer.java | aeb6b8fc2e588faf6b37177388d65caee2eaf58d | [
"Apache-2.0"
] | permissive | kojisano/teeda | https://github.com/kojisano/teeda | 3655ef1466ce4d6fd1bff8f4f6b44a88fbde554d | c2cc8062e7280212e4a888a9efe06070f2b30572 | refs/heads/master | 2021-01-17T18:59:23.218000 | 2014-11-11T09:34:03 | 2014-11-11T09:34:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2004-2011 the Seasar Foundation and the Others.
*
* 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 ... | UTF-8 | Java | 4,273 | java | THtmlScriptRenderer.java | Java | [
{
"context": "extension.util.VirtualResource;\r\n\r\n/**\r\n * @author shot\r\n */\r\npublic class THtmlScriptRenderer extends Abst",
"end": 1286,
"score": 0.9513187408447266,
"start": 1282,
"tag": "USERNAME",
"value": "shot"
}
] | null | [] | /*
* Copyright 2004-2011 the Seasar Foundation and the Others.
*
* 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 ... | 4,273 | 0.669085 | 0.666277 | 111 | 36.513512 | 25.98193 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
0c825e287da56f3c30d6e53bf66c02cba47e3bb2 | 31,456,340,524,830 | 32de861bc2cccaf59b84c18f77a40b80743af084 | /artifact/release/JPonyo/trunk/jponyo/src/main/java/net/sf/ponyo/jponyo/stream/ContinuousMotionStream.java | f7da94bba047ffec7a156d80686703aaa39f27b3 | [] | no_license | christophpickl/ponyo-svn | https://github.com/christophpickl/ponyo-svn | f2419d9e880c3dc0da2f8863fb5766a94b60ac4a | 99971a27e7f9ee803ac70e5aabbaccaa3a82c1ed | refs/heads/master | 2021-03-08T19:28:49.379000 | 2012-09-14T20:50:57 | 2012-09-14T20:50:57 | 56,807,836 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.ponyo.jponyo.stream;
import java.util.Collection;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import net.sf.ponyo.jponyo.common.async.DefaultAsync;
import net.sf.ponyo.jponyo.core.GlobalSpace;
import net.sf.ponyo.jponyo.user.User;
import net.sf.ponyo.jponyo.use... | UTF-8 | Java | 2,348 | java | ContinuousMotionStream.java | Java | [] | null | [] | package net.sf.ponyo.jponyo.stream;
import java.util.Collection;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import net.sf.ponyo.jponyo.common.async.DefaultAsync;
import net.sf.ponyo.jponyo.core.GlobalSpace;
import net.sf.ponyo.jponyo.user.User;
import net.sf.ponyo.jponyo.use... | 2,348 | 0.75 | 0.749148 | 76 | 29.894737 | 28.377892 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.710526 | false | false | 3 |
a1653c0fe9a3a5ddbeb3204692b7337d2d976cac | 16,965,120,869,142 | 1ac4266168fe559bdbeed5b3c488c4729d5294fb | /src/main/java/uk/ac/ebi/pride/archive/repo/services/file/FileService.java | af9151a2858fde2488f595d4b3b0f8352f3b2568 | [
"Apache-2.0"
] | permissive | selvaebi/repo | https://github.com/selvaebi/repo | f7abf7e8250cfb34533eb566f562bfc6a4f1b939 | d4d28ca29ebb2aa404475aaaf588c749b9215411 | refs/heads/master | 2022-10-18T02:51:11.028000 | 2020-06-12T00:21:10 | 2020-06-12T00:21:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.ebi.pride.archive.repo.services.file;
import java.util.Collection;
/**
* @author Jose A. Dianes
* @author Rui Wang
* @version $Id$
*/
public interface FileService {
FileSummary findById(Long fileId) throws FileAccessException;
Collection<FileSummary> findAllByProjectAccession(String projectAcc... | UTF-8 | Java | 642 | java | FileService.java | Java | [
{
"context": "ile;\n\nimport java.util.Collection;\n\n/**\n * @author Jose A. Dianes\n * @author Rui Wang\n * @version $Id$\n */\npublic i",
"end": 112,
"score": 0.9998669624328613,
"start": 98,
"tag": "NAME",
"value": "Jose A. Dianes"
},
{
"context": "lection;\n\n/**\n * @author Jos... | null | [] | package uk.ac.ebi.pride.archive.repo.services.file;
import java.util.Collection;
/**
* @author <NAME>
* @author <NAME>
* @version $Id$
*/
public interface FileService {
FileSummary findById(Long fileId) throws FileAccessException;
Collection<FileSummary> findAllByProjectAccession(String projectAccession)
... | 632 | 0.805296 | 0.805296 | 22 | 28.181818 | 32.82687 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 3 |
21d976326df88cd07e579aa90ed3abaac08d4b6d | 31,026,843,764,724 | 0d11833d7b7235b25648d30e91d19f3b44f744ed | /src/main/java/svenhjol/charm/world/feature/EndermitePowder.java | c0071bf410e9c443abeedac87562623df0d03965 | [
"MIT"
] | permissive | SokyranTheDragon/Charm | https://github.com/SokyranTheDragon/Charm | a43c033869f605c4d346e8514d8fd713d5184cc4 | 76e6906e30c24f4190564dd60a46d9f880a68457 | refs/heads/master | 2023-02-02T14:56:30.258000 | 2020-08-16T00:32:53 | 2020-08-16T00:32:53 | 286,748,472 | 0 | 0 | MIT | true | 2020-08-11T13:13:34 | 2020-08-11T13:13:33 | 2020-08-09T05:30:15 | 2020-08-11T03:20:19 | 17,481 | 0 | 0 | 0 | null | false | false | package svenhjol.charm.world.feature;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.monster.EntityEndermite;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecr... | UTF-8 | Java | 2,617 | java | EndermitePowder.java | Java | [] | null | [] | package svenhjol.charm.world.feature;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.monster.EntityEndermite;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecr... | 2,617 | 0.706152 | 0.702331 | 75 | 33.893333 | 32.062679 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586667 | false | false | 3 |
a2b81d9c8cff9193eba30d7fefa7061ee567418c | 22,917,945,535,667 | d73649cf71e0cd52c1002e427c3d9958c0fc84fb | /Test1/src/musicalInstruments/Keyboard.java | 226e885c6f7ea10cf8766c3b73629c7f1bb3ecb6 | [] | no_license | bogonenko/h1 | https://github.com/bogonenko/h1 | bb71f734311fabd9894e3fdbc536fab86b718da7 | 1d98f822125f69c223d93fb9065731660b453e34 | refs/heads/master | 2021-01-01T19:01:06.593000 | 2015-03-24T18:22:21 | 2015-03-24T18:22:21 | 31,548,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package musicalInstruments;
public abstract class Keyboard extends MusicalInstrument {
@Override
public void play() {
System.out.println("Playing the "
+ this.getClass().getSimpleName().toLowerCase());
System.out.println();
}
@Override
public void tune() {
checkKeys();
System.out.println("Tuning the... | UTF-8 | Java | 469 | java | Keyboard.java | Java | [] | null | [] | package musicalInstruments;
public abstract class Keyboard extends MusicalInstrument {
@Override
public void play() {
System.out.println("Playing the "
+ this.getClass().getSimpleName().toLowerCase());
System.out.println();
}
@Override
public void tune() {
checkKeys();
System.out.println("Tuning the... | 469 | 0.697228 | 0.697228 | 25 | 17.76 | 19.345863 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28 | false | false | 3 |
fa970e37de52c43932413b9d232ef18d6a9ec4a3 | 15,161,234,580,415 | dbe46e26e0bd6f62c68511c985b1666c7545940b | /src/cn/edu/nju/gqx/provider/TaskService.java | 374d3a58ffc62219ee420671b6238eec967ffb46 | [] | no_license | gqx/dubboserver | https://github.com/gqx/dubboserver | 4088aa77fec7ae0a2fa5e085ee2852badc53f3f6 | 011423ef76c745fb5b287b3c575eb3d094b4588c | refs/heads/master | 2021-01-18T14:44:59.722000 | 2014-10-05T15:21:55 | 2014-10-05T15:21:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.nju.gqx.provider;
import java.util.ArrayList;
import java.util.List;
import cn.edu.nju.gqx.db.po.Switch;
import cn.edu.nju.gqx.db.po.Task;
public interface TaskService {
public List getAll();
public int setClock(int[] sid,String tname,String onTime,String offTime);
public void initTask()... | UTF-8 | Java | 641 | java | TaskService.java | Java | [] | null | [] | package cn.edu.nju.gqx.provider;
import java.util.ArrayList;
import java.util.List;
import cn.edu.nju.gqx.db.po.Switch;
import cn.edu.nju.gqx.db.po.Task;
public interface TaskService {
public List getAll();
public int setClock(int[] sid,String tname,String onTime,String offTime);
public void initTask()... | 641 | 0.75507 | 0.75507 | 18 | 33.611111 | 27.156212 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 3 |
d6fa71c1d13c1f622d28d6a9fa9edf17e3971a9c | 11,381,663,360,751 | 1e243dc3004c82ae024507469db648704da3995d | /app/src/main/java/com/janlishak/keepappworkouts/services/persistance/IPlanRepository.java | 34a4dafb4e1b1b6436c06dc14ec19b7f88551ef3 | [] | no_license | janlishak/keep-app-workouts | https://github.com/janlishak/keep-app-workouts | 654a3fa81996c23fd827c0ffa73059a41e1abbf1 | 9f51f737218adc049b3ea8e768bccc5fd96bcebc | refs/heads/main | 2023-04-28T09:05:49.040000 | 2021-05-20T21:49:10 | 2021-05-20T21:49:10 | 348,144,432 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.janlishak.keepappworkouts.services.persistance;
import androidx.lifecycle.LiveData;
import com.janlishak.keepappworkouts.model.Plan;
import java.util.List;
public interface IPlanRepository {
LiveData<List<Plan>> getPlans();
void setCurrentPlan(Plan selectedPlan);
LiveData<Plan> ge... | UTF-8 | Java | 407 | java | IPlanRepository.java | Java | [] | null | [] | package com.janlishak.keepappworkouts.services.persistance;
import androidx.lifecycle.LiveData;
import com.janlishak.keepappworkouts.model.Plan;
import java.util.List;
public interface IPlanRepository {
LiveData<List<Plan>> getPlans();
void setCurrentPlan(Plan selectedPlan);
LiveData<Plan> ge... | 407 | 0.744472 | 0.744472 | 15 | 25.133333 | 19.342068 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
7c727dddaded54d749c3194416a8172ca3859798 | 15,590,731,345,686 | 7c045cde82be15b0d669d3db24eb165b696bc14e | /src/main/java/the_gatherer/actions/EnchantAction.java | 9f9557db1092e540c95cd4408951df11b5907e25 | [
"MIT"
] | permissive | Celicath/GathererMod | https://github.com/Celicath/GathererMod | b5d8362db344ee96a52115936ed7a1b3ae2a792c | b8c9604bc14a56faa9994756f2c567545b51c2a9 | refs/heads/master | 2023-02-03T09:02:06.207000 | 2023-01-28T18:54:02 | 2023-01-28T18:57:15 | 152,971,941 | 2 | 5 | MIT | false | 2019-05-02T14:19:19 | 2018-10-14T12:34:13 | 2019-05-01T02:48:33 | 2019-05-02T14:19:18 | 24,049 | 1 | 3 | 0 | Java | false | false | package the_gatherer.actions;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.core.Settings;
import com.megacrit.cardcrawl... | UTF-8 | Java | 3,176 | java | EnchantAction.java | Java | [] | null | [] | package the_gatherer.actions;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.core.Settings;
import com.megacrit.cardcrawl... | 3,176 | 0.715995 | 0.712532 | 108 | 28.407408 | 23.826937 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.759259 | false | false | 3 |
f8c181a41a892a1a4a38e01f3dac364f9960bf46 | 17,128,329,604,353 | aff8b058d37eb0c6ace1dea1d1f2c3ebdf768474 | /src/main/java/com/lolaage/swagger/SwaggerConfig.java | 654cfe8b0992b48f694b9ee18b80c43fd75dab16 | [] | no_license | huangxuanheng/http-netty5.0 | https://github.com/huangxuanheng/http-netty5.0 | c0c20c2b186c6ca895e220f1c1385ef71bf4e9aa | c1876d015200c97b7c176f87bc666bdbad40ba1b | refs/heads/master | 2020-03-30T04:43:47.042000 | 2018-10-01T05:24:58 | 2018-10-01T05:24:58 | 150,759,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lolaage.swagger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentat... | UTF-8 | Java | 986 | java | SwaggerConfig.java | Java | [
{
"context": "swagger2.annotations.EnableSwagger2;\n\n/**\n * <p>作者 yaohua.liu\n * <p>日期 2017-09-19 20:01\n * <p>说明 swagg",
"end": 488,
"score": 0.5083121657371521,
"start": 487,
"tag": "NAME",
"value": "y"
},
{
"context": "agger2.annotations.EnableSwagger2;\n\n/**\n * <p>作者 yaohua.l... | null | [] | package com.lolaage.swagger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentat... | 986 | 0.739175 | 0.707217 | 27 | 34.925926 | 27.889896 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
6a428da62b7af68116a2bf6a02b109eb8188202c | 11,398,843,266,936 | 3e01b7f60f474f90f31a08f71d93a79ff5528f68 | /CS_2/Pong_java/Pong/Seconds.java | 8c0cf6defa275ef399c22c2f80210a68babe6a06 | [] | no_license | juspurplan/old_code | https://github.com/juspurplan/old_code | 73b8eb22ac294165f65929ce433d4870294921ec | 49e67aca12c1246ab894284411b9e95cc76c1e4c | refs/heads/master | 2020-12-14T08:52:40.763000 | 2017-07-13T01:14:21 | 2017-07-13T01:14:21 | 95,519,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Seconds
{
public static void main (String[]args)
{
final int year = 365;
final int day = 24;
final int hour = 60;
final int minute = 60;
int total = year*day*hour*minute;
System.out.println("There are " +total + " seconds in one year.");
}
} | UTF-8 | Java | 275 | java | Seconds.java | Java | [] | null | [] | class Seconds
{
public static void main (String[]args)
{
final int year = 365;
final int day = 24;
final int hour = 60;
final int minute = 60;
int total = year*day*hour*minute;
System.out.println("There are " +total + " seconds in one year.");
}
} | 275 | 0.618182 | 0.585455 | 13 | 19.307692 | 19.080336 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 3 |
f6976cfb422fcee98a963a19caff5ec96f626bec | 29,334,626,679,051 | d1109fe804dec979d90ec5b3c0e0de7930e9b2bf | /CRM/CRM/CRM-ejb/src/main/java/tn/esprit/CRM/persistence/Proposition.java | 9b31b83ba810ebaa4ac9316a3c275f78ef7a6277 | [] | no_license | OnsBellazreg/CRM-for-PhoneOperator | https://github.com/OnsBellazreg/CRM-for-PhoneOperator | a542b34207c782f265546d769b5d4e3da919f839 | 59724b34c675c2f9f1bb7da3ef4e325a32f73bab | refs/heads/master | 2022-12-04T11:26:03.301000 | 2019-09-02T11:10:47 | 2019-09-02T11:10:47 | 205,838,150 | 0 | 0 | null | false | 2022-11-24T04:25:04 | 2019-09-02T11:03:53 | 2019-09-02T11:21:30 | 2022-11-24T04:25:03 | 64,442 | 0 | 0 | 3 | CSS | false | false | package tn.esprit.CRM.persistence;
import java.io.Serializable;
import java.lang.Integer;
import java.lang.String;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Proposition
*
*/
@Entity
public class Proposition implements Serializable {
@Id
private Integer id_proposition;
priv... | UTF-8 | Java | 1,156 | java | Proposition.java | Java | [] | null | [] | package tn.esprit.CRM.persistence;
import java.io.Serializable;
import java.lang.Integer;
import java.lang.String;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Proposition
*
*/
@Entity
public class Proposition implements Serializable {
@Id
private Integer id_proposition;
priv... | 1,156 | 0.713668 | 0.706747 | 64 | 17.0625 | 15.965661 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203125 | false | false | 3 |
72c37ec8be641cc9957c0384d561b59ef2099741 | 6,717,328,910,691 | a8f9932905efafde74773d8844928c51982423b2 | /app/src/main/java/com/hera/hng/heralios/Electronics.java | 5a0b4ced21f024986e90a96fa95f253ec04e5a03 | [] | no_license | hngi/Team-Hera-Mobile-Solar-Calculator | https://github.com/hngi/Team-Hera-Mobile-Solar-Calculator | 3556c15b13f9eb9bbe54b626b1c3e6f6afadca16 | 5751b4556c34f5e99310ef08c0d0d28566f6cff2 | refs/heads/master | 2020-07-30T20:46:08.676000 | 2019-10-02T13:56:21 | 2019-10-02T13:56:21 | 210,353,822 | 0 | 2 | null | false | 2019-10-02T13:56:23 | 2019-09-23T12:49:30 | 2019-09-30T10:42:33 | 2019-10-02T13:56:22 | 2,165 | 0 | 2 | 0 | Java | false | false | package com.hera.hng.heralios;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.vi... | UTF-8 | Java | 3,704 | java | Electronics.java | Java | [] | null | [] | package com.hera.hng.heralios;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.vi... | 3,704 | 0.594762 | 0.593143 | 105 | 34.276192 | 28.640795 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638095 | false | false | 3 |
3ba725ebaff1dd4a86b91bd1c0451a91f3ebd1d2 | 30,331,059,113,147 | 1b0ff0d78795e374b3b9c4c50b9d3a86b8256f6e | /src/main/java/com/opencsi/jscepcli/Constants.java | ad66182400a29e15e5f18f064ea3f9ba5123b551 | [] | no_license | ip6li/jscep-cli | https://github.com/ip6li/jscep-cli | a63cf6e31eed85913fdd5d1de117b7006c9bbd49 | 38babee21e4c50d0ef920dbee29847da9a991675 | refs/heads/master | 2021-07-02T00:27:32.607000 | 2017-09-17T06:10:18 | 2017-09-17T06:10:18 | 103,630,786 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.opencsi.jscepcli;
public final class Constants {
public static final String algorithm ="SHA256withRSA";
public static final String privateKeyBegin = "-----BEGIN PRIVATE KEY-----";
public static final String privateKeyEnd = "-----END PRIVATE KEY-----";
public static final String csrBegin = ... | UTF-8 | Java | 439 | java | Constants.java | Java | [] | null | [] | package com.opencsi.jscepcli;
public final class Constants {
public static final String algorithm ="SHA256withRSA";
public static final String privateKeyBegin = "-----BEGIN PRIVATE KEY-----";
public static final String privateKeyEnd = "-----END PRIVATE KEY-----";
public static final String csrBegin = ... | 439 | 0.685649 | 0.678815 | 11 | 38.909092 | 33.703129 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
51d289e403f4623d69af1d62121e13bd49771a4e | 17,085,379,967,982 | f91fea19a9be149e2923062f3624f901c4449e54 | /src/main/java/com/koko/service/CarImgService.java | 399cd825a98105da7a5cf44ef0cdd5d9a8ba5c83 | [] | no_license | obfield/car_rental | https://github.com/obfield/car_rental | b1f9fb3d7641aef00a40d5d915033a1357d1b80c | 0ebb4342cd1ca23d2b1030c0c66b79d029363465 | refs/heads/main | 2023-03-29T21:11:38.389000 | 2021-03-30T04:02:56 | 2021-03-30T04:02:56 | 322,229,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.koko.service;
import com.koko.pojo.CarImg;
import java.util.List;
/**
* @author 13629
* @create 2021/2/24 12:46
*/
public interface CarImgService {
int addCarImg(Integer carId, String imgUrl);
List<String> queryBycarId(Integer carId);
int delectByCarId(Integer carId);
}... | UTF-8 | Java | 322 | java | CarImgService.java | Java | [
{
"context": "Img;\r\n\r\nimport java.util.List;\r\n\r\n/**\r\n * @author 13629\r\n * @create 2021/2/24 12:46\r\n */\r\npublic interfac",
"end": 108,
"score": 0.9992191195487976,
"start": 103,
"tag": "USERNAME",
"value": "13629"
}
] | null | [] | package com.koko.service;
import com.koko.pojo.CarImg;
import java.util.List;
/**
* @author 13629
* @create 2021/2/24 12:46
*/
public interface CarImgService {
int addCarImg(Integer carId, String imgUrl);
List<String> queryBycarId(Integer carId);
int delectByCarId(Integer carId);
}... | 322 | 0.670807 | 0.621118 | 18 | 15.888889 | 16.702923 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
766c19e2b44ecd5d3dfc2622fa6c36c64cfc92c5 | 12,335,146,077,109 | 8d8776f923e7cc844196f4c70c21a337e5f5552e | /shared/src/main/java/se/spaced/client/resources/zone/ZoneXmlWriter.java | 23460e640e1e14652d9a0bc096743015b7ee179a | [] | no_license | FearlessGames/spaced | https://github.com/FearlessGames/spaced | 7853599f11258daf62a72ba4c8f40ef8c88beb85 | 27690cd19867c5b9b64186a1e9a26bd813497c87 | refs/heads/master | 2020-04-25T04:28:54.189000 | 2017-09-08T21:10:58 | 2017-09-08T21:10:58 | 172,511,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.spaced.client.resources.zone;
import se.spaced.shared.resources.zone.Zone;
public interface ZoneXmlWriter {
void saveZone(String zoneFile, Zone zone);
} | UTF-8 | Java | 172 | java | ZoneXmlWriter.java | Java | [] | null | [] | package se.spaced.client.resources.zone;
import se.spaced.shared.resources.zone.Zone;
public interface ZoneXmlWriter {
void saveZone(String zoneFile, Zone zone);
} | 172 | 0.773256 | 0.773256 | 7 | 22.857143 | 19.830917 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 3 |
8a7f8876c1bb9dad9f1d05ade4cc5e3b0c244c95 | 4,080,218,972,206 | 2fdf9bb8c2804f4bb016b93bf9d133663d3266d1 | /CaptAmerica.java | cc2338105b46a70ade1925c56522bce1814711db | [] | no_license | david30f/hello-world | https://github.com/david30f/hello-world | 9ec5083d56e60721b2c350e7856b0a0dd4fa9b25 | 926bdcdc9c34481639c108d9f851cb95135bc992 | refs/heads/master | 2021-01-01T05:22:55.792000 | 2016-05-26T20:12:16 | 2016-05-26T20:12:16 | 59,754,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CaptAmerica {
public CaptAmerica() {
attack();
}
public static void attack() {
System.out.println("Captain America attacked with shield");
}
} | UTF-8 | Java | 173 | java | CaptAmerica.java | Java | [] | null | [] | public class CaptAmerica {
public CaptAmerica() {
attack();
}
public static void attack() {
System.out.println("Captain America attacked with shield");
}
} | 173 | 0.66474 | 0.66474 | 9 | 17.444445 | 18.909792 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 3 |
ae9735e1892847203128de2fb0f5e308db83f618 | 15,307,263,503,845 | 9903cc6703f602209aa52617b6729a7d5d7351a7 | /src/sogoodwawiui/edit/element/CnNameEditingSupport.java | ea8380701c51562a5b88db564993125c5ef26a31 | [] | no_license | xsun1213/sogoodwawiui | https://github.com/xsun1213/sogoodwawiui | b541a03b0ebc51a995513ec471c7fe40c0920375 | b37d36b27d42fc34e59a4bb3e90b0658c0f8ff1e | refs/heads/master | 2018-12-22T23:00:30.767000 | 2018-12-20T13:12:59 | 2018-12-20T13:12:59 | 95,942,422 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sogoodwawiui.edit.element;
import org.eclipse.jface.viewers.CellEditor;
import org.eclipse.jface.viewers.EditingSupport;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.TextCellEditor;
import sogoodwawiui.dialog.EntellitradeDialog;
import sogoodwawiui.model.Element;
imp... | UTF-8 | Java | 1,665 | java | CnNameEditingSupport.java | Java | [
{
"context": "odwawiui.util.EntellitradeUtil;\r\n\r\n/**\r\n * @author xiaobo\r\n * \r\n */\r\npublic class CnNameEditingSupport exte",
"end": 423,
"score": 0.9993420243263245,
"start": 417,
"tag": "USERNAME",
"value": "xiaobo"
}
] | null | [] | package sogoodwawiui.edit.element;
import org.eclipse.jface.viewers.CellEditor;
import org.eclipse.jface.viewers.EditingSupport;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.TextCellEditor;
import sogoodwawiui.dialog.EntellitradeDialog;
import sogoodwawiui.model.Element;
imp... | 1,665 | 0.73033 | 0.73033 | 61 | 25.295082 | 28.977291 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.426229 | false | false | 3 |
d26d3e4e6ef7b4495558908423bfa5de13a94338 | 17,523,466,633,325 | b89128a2bfdc4a1592643981d892089afbf28e45 | /src/pokerface/Sad/proxy/Main.java | 426c43a4bbdb3411ec40a552336cf436ff498879 | [] | no_license | pokerfaceSad/ProxyDB | https://github.com/pokerfaceSad/ProxyDB | 236010cd14e19fcd3d5b4fa33dd0f831f3c23c7f | 7e91d3e71b948f2f8f1a54085e982fd8bbfe5487 | refs/heads/master | 2020-09-02T14:09:48.200000 | 2017-09-14T11:45:57 | 2017-09-14T11:45:57 | 98,381,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pokerface.Sad.proxy;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.net.ConnectException;
import java.sql.SQLException;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.atomic.AtomicInteger;
impor... | UTF-8 | Java | 5,233 | java | Main.java | Java | [] | null | [] | package pokerface.Sad.proxy;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.net.ConnectException;
import java.sql.SQLException;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.atomic.AtomicInteger;
impor... | 5,233 | 0.692212 | 0.678712 | 173 | 26.83815 | 24.768229 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.277457 | false | false | 3 |
96563990995e5f195a5d014930716b1884b41137 | 22,866,405,946,877 | b4e4ab3fdaf818b8a48fe945391ae1be74b4008f | /source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTestAll4Redis.java | 9dd3ea109f7e00dbdac6a5d4011b9e00e8977d5d | [
"Apache-2.0"
] | permissive | Spark3122/jdchain | https://github.com/Spark3122/jdchain | 78ef86ffdec066a1514c3152b35a42955fa2866d | 3378c0321b2fcffa5b91eb9739001784751742c5 | refs/heads/master | 2020-07-27T20:27:35.258000 | 2019-09-04T17:51:15 | 2019-09-04T17:51:15 | 209,207,377 | 1 | 0 | Apache-2.0 | true | 2019-09-18T03:17:36 | 2019-09-18T03:17:36 | 2019-09-18T03:17:34 | 2019-09-05T04:09:04 | 7,988 | 0 | 0 | 0 | null | false | false | package test.com.jd.blockchain.intgr;
import com.jd.blockchain.crypto.*;
import com.jd.blockchain.gateway.GatewayConfigProperties.KeyPairConfig;
import com.jd.blockchain.ledger.BytesValue;
import com.jd.blockchain.ledger.*;
import com.jd.blockchain.ledger.core.DataAccount;
import com.jd.blockchain.ledger.core.DataAcco... | UTF-8 | Java | 22,845 | java | IntegrationTestAll4Redis.java | Java | [
{
"context": "4Redis {\n\n\tpublic static final String PASSWORD = \"abc\";\n\n\tpublic static final String[] PUB_KEYS = { \"3s",
"end": 1581,
"score": 0.9964148998260498,
"start": 1578,
"tag": "PASSWORD",
"value": "abc"
},
{
"context": "bc\";\n\n\tpublic static final String[] PUB_KEY... | null | [] | package test.com.jd.blockchain.intgr;
import com.jd.blockchain.crypto.*;
import com.jd.blockchain.gateway.GatewayConfigProperties.KeyPairConfig;
import com.jd.blockchain.ledger.BytesValue;
import com.jd.blockchain.ledger.*;
import com.jd.blockchain.ledger.core.DataAccount;
import com.jd.blockchain.ledger.core.DataAcco... | 22,388 | 0.780773 | 0.765677 | 523 | 40.92543 | 33.150452 | 113 | false | false | 0 | 0 | 0 | 0 | 71 | 0.012952 | 2.456979 | false | false | 3 |
6d9cf21ccc4c7644f13323c80079e496b5fe1590 | 20,822,001,486,340 | 30e2526caaa671082b3786085bb3d4732f53c208 | /workspace/TrabalhoJDBC/src/PedidoBD.java | a6d85ac1d3b995871fe8a05fa25ae29bd6ca47c9 | [] | no_license | wendellvalois/trabalhoBancoDeDados | https://github.com/wendellvalois/trabalhoBancoDeDados | e63bbe6b63701e0efaef9e9592067c3c494b01d5 | 8213828c4b7d0aeca69b9a008f2b46195de7fc05 | refs/heads/master | 2021-01-17T20:52:21.634000 | 2016-08-01T15:00:54 | 2016-08-01T15:00:54 | 64,607,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.*;
import java.math.BigDecimal;
public class PedidoBD{
private BDjdbc conexao;
public PedidoBD(BDjdbc conexao_){
this.conexao = conexao_;
}
/**
* Metodo que grava um item no Banco de Dados
*/
public void AdicionarNotaBD(Nota nota_,int pedido_id)throws Exception{
Pr... | UTF-8 | Java | 3,896 | java | PedidoBD.java | Java | [] | null | [] | import java.sql.*;
import java.math.BigDecimal;
public class PedidoBD{
private BDjdbc conexao;
public PedidoBD(BDjdbc conexao_){
this.conexao = conexao_;
}
/**
* Metodo que grava um item no Banco de Dados
*/
public void AdicionarNotaBD(Nota nota_,int pedido_id)throws Exception{
Pr... | 3,896 | 0.602261 | 0.599435 | 130 | 27.938461 | 25.634039 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 3 |
b7d16b3497f75c57eced836b064a8cb1dbd37cfe | 26,800,595,948,209 | f8af02dd6d14287f6bfbb8725e3b11094261875b | /agent-bridge/src/main/java/com/newrelic/agent/bridge/NoOpObjectFieldManager.java | 58499711d5e2a1b4be595521809b465e46e801c9 | [] | no_license | masonmei/mx | https://github.com/masonmei/mx | fca12bedf2c9fef30452a485b81e23d416a0b534 | 38e0909f9a1720f32d59af280d7fd9a591c45f6c | refs/heads/master | 2021-01-11T04:57:18.501000 | 2015-07-30T08:20:28 | 2015-07-30T08:20:31 | 39,553,289 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newrelic.agent.bridge;
class NoOpObjectFieldManager implements ObjectFieldManager {
public void initializeFields(String className, Object target, Object fieldContainer) {
}
public Object getFieldContainer(String className, Object target) {
return null;
}
public void createClas... | UTF-8 | Java | 361 | java | NoOpObjectFieldManager.java | Java | [] | null | [] | package com.newrelic.agent.bridge;
class NoOpObjectFieldManager implements ObjectFieldManager {
public void initializeFields(String className, Object target, Object fieldContainer) {
}
public Object getFieldContainer(String className, Object target) {
return null;
}
public void createClas... | 361 | 0.750693 | 0.750693 | 13 | 26.846153 | 30.814198 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 3 |
6ec3da50016dc35aaf5c8f1973c8970b3b23300b | 33,663,953,720,354 | 2b558c18dd528d4c43fb8ac6801e4b554ccc2cf7 | /src/com/ordering/product/service/impl/ProductServiceImpl.java | 886f4870ee7563f6eacb64838c4b5f5a5921a907 | [] | no_license | SteveFrank/OnlineSeller | https://github.com/SteveFrank/OnlineSeller | ed98f3e046efd2ea80f62e6a54c0a4c501d4b611 | 90132b5d97c34924a10f642539d615071857b88b | refs/heads/master | 2016-08-12T12:11:34.182000 | 2016-03-15T03:07:01 | 2016-03-15T03:07:01 | 53,231,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ordering.product.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.ordering.product.dao.ProductDao;
import com.ordering.product.po.Product;
import co... | UTF-8 | Java | 1,022 | java | ProductServiceImpl.java | Java | [] | null | [] | package com.ordering.product.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.ordering.product.dao.ProductDao;
import com.ordering.product.po.Product;
import co... | 1,022 | 0.777887 | 0.777887 | 35 | 27.200001 | 24.885796 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.257143 | false | false | 3 |
4e638389bd24be1c8ae68fc022825bcd6fb6154f | 28,243,704,996,463 | c34360f5e1c7a906d85f8dc8dc5dfdd2365162b9 | /src/List/List.java | 1693ebec183dc30f415f74db846bd46fd71261bf | [] | no_license | Oriya-Berlin/Data-Structures-Implementaion | https://github.com/Oriya-Berlin/Data-Structures-Implementaion | fbd5e1a9440b22e1b8cea6039b19d1b92ea33d7f | bc2b8e64b58675473ecc44ec1c2fade6e1d40427 | refs/heads/master | 2023-02-20T05:26:51.865000 | 2021-01-18T15:54:32 | 2021-01-18T15:54:32 | 328,756,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package List;
// Dynamic Array
public class List {
final private int INITIAL_SIZE = 10; // default size
final private int INCREMENT = 10;
int size; // current cells in use
int capacity = INITIAL_SIZE;
public int Capacity;
Object[] data = new Object[INITIAL_SIZE];
// add a new value to... | UTF-8 | Java | 1,451 | java | List.java | Java | [] | null | [] | package List;
// Dynamic Array
public class List {
final private int INITIAL_SIZE = 10; // default size
final private int INCREMENT = 10;
int size; // current cells in use
int capacity = INITIAL_SIZE;
public int Capacity;
Object[] data = new Object[INITIAL_SIZE];
// add a new value to... | 1,451 | 0.530668 | 0.523777 | 101 | 13.366337 | 17.429758 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287129 | false | false | 3 |
800f24aec9029f5af71dd9e78a558048966efb0e | 6,777,458,447,128 | c32de506cca1af47c6cd95427f288f5cd7d8ffde | /Strings/src/occuranceBasedOperation/FirstRepeatedCharInString.java | d86d5f966c8d2a996f47a45440b64154aa72895a | [] | no_license | xabidas-rgb/DataStructures | https://github.com/xabidas-rgb/DataStructures | 584ccbe4004aa9f5f88694bc02844340d6532ac4 | 852f9330d1fa81b9a9ba3afcf5298a40a2fe2343 | refs/heads/master | 2023-01-24T22:00:57.847000 | 2020-11-21T12:42:47 | 2020-11-21T12:42:47 | 307,725,797 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package occuranceBasedOperation;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Scanner;
/**
* @author abinash
* Given a string, find the repeated character present first in the String
* I/P - geeksforgeeks
* O/P - g [ First repeating character ]
*/
pub... | UTF-8 | Java | 1,796 | java | FirstRepeatedCharInString.java | Java | [
{
"context": "p.Entry;\nimport java.util.Scanner;\n\n/**\n * @author abinash\n * Given a string, find the repeated character pr",
"end": 165,
"score": 0.9550511240959167,
"start": 158,
"tag": "USERNAME",
"value": "abinash"
}
] | null | [] | package occuranceBasedOperation;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Scanner;
/**
* @author abinash
* Given a string, find the repeated character present first in the String
* I/P - geeksforgeeks
* O/P - g [ First repeating character ]
*/
pub... | 1,796 | 0.639755 | 0.636971 | 66 | 26.212122 | 24.57118 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.151515 | false | false | 3 |
7946b72b40cf2c8c2ba9900aa9e6fc8f51851119 | 32,469,952,821,098 | 6bf4c97541d4cfa041dcf8c49082883c4bb88a7d | /WebSummitCLI/src/cli/states/TalkSchedules.java | 9023f8f4d1efb204ee180e17ef61f8e8913d6d6f | [] | no_license | margaridaviterbo/MFES_WebSummit | https://github.com/margaridaviterbo/MFES_WebSummit | aa878147563bf03460c4140eba38604878c37bf1 | 8280bb5626a2b99302ee0a5bf81bddd8f45ede79 | refs/heads/master | 2021-09-02T16:14:29.851000 | 2018-01-03T15:21:49 | 2018-01-03T15:21:49 | 114,009,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cli.states;
import cli.components.Menu;
import cli.statemanager.Input;
import cli.statemanager.State;
import cli.statemanager.StateManager;
import cli.statemanager.Input.Key;
import cli.utils.Term;
public class TalkSchedules extends State {
private Menu menu = new Menu(sm);
public TalkSchedules(StateManage... | UTF-8 | Java | 955 | java | TalkSchedules.java | Java | [] | null | [] | package cli.states;
import cli.components.Menu;
import cli.statemanager.Input;
import cli.statemanager.State;
import cli.statemanager.StateManager;
import cli.statemanager.Input.Key;
import cli.utils.Term;
public class TalkSchedules extends State {
private Menu menu = new Menu(sm);
public TalkSchedules(StateManage... | 955 | 0.735079 | 0.735079 | 35 | 26.285715 | 22.457033 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.628571 | false | false | 3 |
9fcc8ebb3c9f854c5e02cbc062a751217a4dbf3e | 29,162,827,999,044 | a9ae14637bdd5367f6fd6a587b9d447ddb08fb7c | /app/src/main/java/com/heking/qsy/activity/regulatory/Food/tab/Details/TB_FoodSalesDetails.java | 5c5f31c4991b152df1ff1daa207d23c4aa321fde | [] | no_license | AnnisLeejj/QSY | https://github.com/AnnisLeejj/QSY | 804b12fd7f9514055568f50d053efcc414783d11 | 7509b73a3c0eb37d94e361f28176eccc83099ed6 | refs/heads/master | 2021-05-07T18:54:23.513000 | 2017-11-21T10:10:26 | 2017-11-21T10:10:26 | 108,837,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heking.qsy.activity.regulatory.Food.tab.Details;
import java.util.ArrayList;
//[Table("food.TB_FoodSalesDetails")]
public class TB_FoodSalesDetails
{
private ArrayList<Data> Data;
public ArrayList<Data> getData() {
return Data;
}
public void setData(ArrayList<Da... | UTF-8 | Java | 3,083 | java | TB_FoodSalesDetails.java | Java | [] | null | [] | package com.heking.qsy.activity.regulatory.Food.tab.Details;
import java.util.ArrayList;
//[Table("food.TB_FoodSalesDetails")]
public class TB_FoodSalesDetails
{
private ArrayList<Data> Data;
public ArrayList<Data> getData() {
return Data;
}
public void setData(ArrayList<Da... | 3,083 | 0.636717 | 0.632825 | 157 | 18.636942 | 19.008598 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.713376 | false | false | 3 |
eab34460635d9cf6e0fd2179e09edee446d4e7a4 | 14,431,090,185,409 | a94cd89492db661ef461d8231b6180a797e9a61d | /src/com/SearchAlgo/BinarySearch.java | 3dc47a3f14a7b66769ca95369c59e551c03641a7 | [] | no_license | SinghRohit31/Java-DataStructure | https://github.com/SinghRohit31/Java-DataStructure | 5c3d27f1f892868e9c8d23f428a1640a6e50cc1b | fec92a5268ed51111006c00605c5017b069ecb7e | refs/heads/master | 2022-11-12T18:49:28.951000 | 2020-07-05T15:33:09 | 2020-07-05T15:33:09 | 275,728,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.SearchAlgo;
public class BinarySearch {
public static void main(String[] args) {
// Limitation of Binary Search is that element should be in sorted order
int a[]={2,5,7,8,9,11,45,56,67,78,99};
int search=99;
int lower=0;
int higher=a.length-1;
int med=(lower+higher)/2;
while(low... | UTF-8 | Java | 621 | java | BinarySearch.java | Java | [] | null | [] | package com.SearchAlgo;
public class BinarySearch {
public static void main(String[] args) {
// Limitation of Binary Search is that element should be in sorted order
int a[]={2,5,7,8,9,11,45,56,67,78,99};
int search=99;
int lower=0;
int higher=a.length-1;
int med=(lower+higher)/2;
while(low... | 621 | 0.62963 | 0.589372 | 32 | 18.40625 | 19.16843 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.375 | false | false | 3 |
0cc54bde4235b32843663ed25fe7e57fb628b994 | 33,423,435,554,079 | 96de17aa3e2a75f295a2c164f30172e715ee0e40 | /src/main/java/com/dfmy/controller/photo/DataReportController.java | 34d8b86eff7a6f9d667c996a88d59607724e394e | [] | no_license | liu961105/ati-monitor | https://github.com/liu961105/ati-monitor | 9b300f25c2df2e8315ea81bbb5d3ebe12fe5d701 | f5debe0f14803a61da7a6c92090d363aff526bd1 | refs/heads/master | 2022-12-20T23:30:24.052000 | 2019-10-17T08:24:54 | 2019-10-17T08:24:54 | 215,739,961 | 1 | 0 | null | false | 2022-12-16T06:11:39 | 2019-10-17T08:20:35 | 2020-06-02T15:16:29 | 2022-12-16T06:11:36 | 8,987 | 1 | 0 | 19 | JavaScript | false | false | package com.dfmy.controller.photo;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.ServletOutputStream;
... | UTF-8 | Java | 6,124 | java | DataReportController.java | Java | [] | null | [] | package com.dfmy.controller.photo;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.ServletOutputStream;
... | 6,124 | 0.733028 | 0.730821 | 161 | 35.596272 | 31.445581 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.602484 | false | false | 3 |
210c7ab98ef34e664ad0aea30d23ecd42db8a3de | 17,678,085,452,134 | 53d766ae22a2392c62fad8efb2bca276a13e201d | /src/com/taodaye/entity/Message.java | 31077345277a071eaf5ab322f1141813ff4ca1cb | [] | no_license | BinWayne/weixin | https://github.com/BinWayne/weixin | d046381bd427b04c02852de0375a6e347344e062 | faae3ea8ce4e6065460e0c0246044e183ba3217c | refs/heads/master | 2021-01-20T11:56:27.903000 | 2017-03-07T10:05:43 | 2017-03-07T10:05:43 | 82,639,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taodaye.entity;
public abstract class Message {
public String ToUserName;
public String FromUserName;
public String CreateTime;
public String MsgType;
public String MsgId;
/*
private String Title;
private String Description;
private String Url;
private String MsgId;
private String Content;
... | UTF-8 | Java | 355 | java | Message.java | Java | [] | null | [] | package com.taodaye.entity;
public abstract class Message {
public String ToUserName;
public String FromUserName;
public String CreateTime;
public String MsgType;
public String MsgId;
/*
private String Title;
private String Description;
private String Url;
private String MsgId;
private String Content;
... | 355 | 0.752113 | 0.752113 | 22 | 15.136364 | 11.698078 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227273 | false | false | 3 |
31d1eef962aecdd87b44cd93ad43e0e1279c5ba8 | 6,519,760,357,653 | acb46486ee059fd010571560f99c7cda6c3f492c | /LeandroMaro/Topic0/JdbcBuilder/src/main/java/ConnectionDB.java | a143b897dcd784b1e1a7d6e569cff434664007b3 | [
"Apache-2.0"
] | permissive | Leandromaro/java-bootcamp-2016 | https://github.com/Leandromaro/java-bootcamp-2016 | 36afcf0f9f1d1b279853deb5573b15e3bed0a7a5 | 3e0a8e680822e01b6580a8fc619ce67408d25dc7 | refs/heads/master | 2021-01-17T05:45:47.444000 | 2016-07-01T23:39:44 | 2016-07-01T23:39:44 | 60,366,624 | 0 | 0 | null | true | 2016-06-03T17:44:45 | 2016-06-03T17:44:45 | 2016-03-03T03:15:19 | 2016-03-31T06:30:02 | 16,361 | 0 | 0 | 0 | null | null | null | import java.sql.DriverManager;
/**
* Created by leandromaro on 1/7/16.
*/
public class ConnectionDB implements ConnectionBuilder {
private DataBase dataBase;
private static java.sql.Connection con = null;
public ConnectionDB() {
this.dataBase = new DataBase();
}
public void setConnecti... | UTF-8 | Java | 1,005 | java | ConnectionDB.java | Java | [
{
"context": "import java.sql.DriverManager;\n\n/**\n * Created by leandromaro on 1/7/16.\n */\npublic class ConnectionDB implemen",
"end": 61,
"score": 0.9996401071548462,
"start": 50,
"tag": "USERNAME",
"value": "leandromaro"
},
{
"context": "e.setDriver(driver);\n dataBase.... | null | [] | import java.sql.DriverManager;
/**
* Created by leandromaro on 1/7/16.
*/
public class ConnectionDB implements ConnectionBuilder {
private DataBase dataBase;
private static java.sql.Connection con = null;
public ConnectionDB() {
this.dataBase = new DataBase();
}
public void setConnecti... | 1,005 | 0.649751 | 0.645771 | 35 | 27.714285 | 31.711712 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 3 |
f1ff9dca1d13a95eefe394f5a33f477057d15a50 | 7,722,351,259,344 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.6.1/code/base/dso-statistics/tests.unit/com/tctest/statistics/retrieval/actions/SRASystemPropertiesTest.java | 5bc2978ba58aab4fc314f398d40b7a3ffb7600e0 | [] | no_license | sirinath/Terracotta | https://github.com/sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414000 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tctest.statistics.retrieval.actions;
import com.tc.statistics.StatisticData;
import com.tc.statistics.StatisticRetrievalAction;
import com.tc.statistics.ret... | UTF-8 | Java | 1,212 | java | SRASystemPropertiesTest.java | Java | [] | null | [] | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tctest.statistics.retrieval.actions;
import com.tc.statistics.StatisticData;
import com.tc.statistics.StatisticRetrievalAction;
import com.tc.statistics.ret... | 1,212 | 0.759901 | 0.74835 | 34 | 34.676472 | 30.25939 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735294 | false | false | 3 |
9846a1342de0dadbfc59d17f9811be31cb6ecaa0 | 2,345,052,156,824 | 27f54b71d2f57c300eb04fed1939eba7ee6015b6 | /Lab/StringLab/src/q1/StringBasic.java | e56c3ae38bef2e3b13a163a7e330081f76cd60dd | [
"MIT"
] | permissive | IT20643218/Java-Basic | https://github.com/IT20643218/Java-Basic | 3ef1a6c795becd42d3793dd2d96300df24eb8b42 | 06297272b78ddd5c5c67d68bd44627f5675e54d1 | refs/heads/main | 2023-08-25T02:43:56.968000 | 2021-10-08T18:30:57 | 2021-10-08T18:30:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package q1;
public class StringBasic {
public static void main(String[] args) {
String str = "Hello";
System.out.println(str);
char s[]= {'H','E'};
str = new String(s);
System.out.println(str);
String s = "Hello";
str = s;
str = new String("Hello");
str.concat("World");
System.out.printl... | UTF-8 | Java | 334 | java | StringBasic.java | Java | [] | null | [] | package q1;
public class StringBasic {
public static void main(String[] args) {
String str = "Hello";
System.out.println(str);
char s[]= {'H','E'};
str = new String(s);
System.out.println(str);
String s = "Hello";
str = s;
str = new String("Hello");
str.concat("World");
System.out.printl... | 334 | 0.595808 | 0.592814 | 21 | 14.904762 | 12.274265 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904762 | false | false | 3 |
b09081994b1841d0003712d613e6527632255731 | 25,975,962,266,142 | faf55adee6ebf064d1abd4c0a1c7ee72126c2caa | /trunk/zhikebao-web/src/com/xyz/stock/client/model/Video.java | 7af2005445349cda29db7123a50cec732b44b289 | [] | no_license | BGCX261/zhikebao-ecom-svn-to-git | https://github.com/BGCX261/zhikebao-ecom-svn-to-git | 48ebb95d1e5883b9991ee116482eb556cd320c64 | 33616de5a809b7dd6f2c2cc98784b04004eef996 | refs/heads/master | 2019-01-20T12:40:43.882000 | 2015-08-25T15:28:09 | 2015-08-25T15:28:09 | 42,322,786 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xyz.stock.client.model;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import com.xyz.resources.client.model.BaseModel;
/**
* @author Val
* @since 1.0, 2009-8-4
*/
@Entity
public class Video extends BaseModel {
private static final long ser... | UTF-8 | Java | 1,295 | java | Video.java | Java | [
{
"context": "sources.client.model.BaseModel;\r\n\r\n/**\r\n * @author Val\r\n * @since 1.0, 2009-8-4\r\n */\r\n@Entity\r\npublic cl",
"end": 209,
"score": 0.9963021278381348,
"start": 206,
"tag": "NAME",
"value": "Val"
}
] | null | [] | package com.xyz.stock.client.model;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import com.xyz.resources.client.model.BaseModel;
/**
* @author Val
* @since 1.0, 2009-8-4
*/
@Entity
public class Video extends BaseModel {
private static final long ser... | 1,295 | 0.682207 | 0.662005 | 64 | 18.109375 | 15.139061 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.328125 | false | false | 3 |
884f8f946761e54207a4cae11c4ff66ae7547734 | 3,882,650,503,882 | 74c37241d8ddf09e32368e3f225d0ed8f5670619 | /univ_exe.java | 25f4e7e461a82a8427e2d5fb2ffca462ebad0a86 | [] | no_license | Mranand21/Java-Practice-Codes | https://github.com/Mranand21/Java-Practice-Codes | a7c9d4e8ef3b94b91879c8e6a74b5c6175fe1945 | 7945ddbae8730ce1669d47e706de796b8e2d1d9c | refs/heads/master | 2023-06-01T05:04:03.310000 | 2021-07-03T13:30:13 | 2021-07-03T13:30:13 | 382,614,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class univexe extends Exception
{
String s;
univexe(String x)
{
s=x;
}
public String toString()
{
return "Wrong course";
}
}
class univ_exe
{
static void compare(String s) throws univexe
{
if(s.equals("java"))
System.out.println("Valid");
else
throw new univexe(s);
}
public sta... | UTF-8 | Java | 600 | java | univ_exe.java | Java | [] | null | [] | import java.util.*;
class univexe extends Exception
{
String s;
univexe(String x)
{
s=x;
}
public String toString()
{
return "Wrong course";
}
}
class univ_exe
{
static void compare(String s) throws univexe
{
if(s.equals("java"))
System.out.println("Valid");
else
throw new univexe(s);
}
public sta... | 600 | 0.671667 | 0.671667 | 40 | 14.025 | 14.358773 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
472d91736fe50cb18cbf64745cffc3e628604411 | 11,768,210,453,806 | 8498603fe5974d4a2de938039787eafd21e98b4f | /app/src/main/java/dev/merz/plc4x_android_demo/MainActivity.java | 1a23f2a33a850f526bf04ce4ecaa7bd3d2d0c07e | [] | no_license | NiklasMerz/plc4x-android-demo | https://github.com/NiklasMerz/plc4x-android-demo | d1c100b193eb162c06854f6d096e454e14c72762 | 56483b23e1eb8592dadbd36f2e2621a42f6b7128 | refs/heads/master | 2020-12-05T17:14:17.615000 | 2020-01-07T19:52:21 | 2020-01-07T19:52:21 | 232,184,848 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.merz.plc4x_android_demo;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environment;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.suppo... | UTF-8 | Java | 4,149 | java | MainActivity.java | Java | [] | null | [] | package dev.merz.plc4x_android_demo;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environment;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.suppo... | 4,149 | 0.647626 | 0.639913 | 108 | 37.416668 | 32.14381 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 3 |
8516058f3770a4fb868a598c85855ddb10aad029 | 2,534,030,706,393 | fcd3e8e4ac46583312ce85e29e07faa011928d80 | /src/main/java/org/fasttrackit/MonthstoPayOffaCreditCard.java | 285c1ffbb613da27434baf998da6c400ac4c6d52 | [] | no_license | BugnarGeorgeta/algorithmsparttwo | https://github.com/BugnarGeorgeta/algorithmsparttwo | 523fb9632898017af65f2ac364a4459cdb9d6f0f | db885d25fcd365d1024a7c5f706173b4092e9b6a | refs/heads/master | 2023-04-12T16:59:06.396000 | 2021-04-29T16:39:52 | 2021-04-29T16:39:52 | 362,883,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.fasttrackit;
//Write a program that will help you determine how many
// months it will take to pay off a credit card balance. The
// program should ask the user to enter the balance of a credit
// card and the APR of the card. The program should then
// return the number of month... | UTF-8 | Java | 1,697 | java | MonthstoPayOffaCreditCard.java | Java | [] | null | [] | package org.fasttrackit;
//Write a program that will help you determine how many
// months it will take to pay off a credit card balance. The
// program should ask the user to enter the balance of a credit
// card and the APR of the card. The program should then
// return the number of month... | 1,697 | 0.634649 | 0.625221 | 46 | 35.891304 | 31.101677 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 3 |
9daf38c815b5c7435e0fcb259abd79c48f29dd08 | 24,464,133,787,091 | fddae514575b22978c4627a6e0994c29cbc44907 | /xc-framework-model/src/main/java/com/xuecheng/framework/domain/media/request/QueryMediaFileRequest.java | aadb89c61ff1ed2dca674b10ddfdd739bd7d6876 | [] | no_license | zishuimuyu/xcEduService | https://github.com/zishuimuyu/xcEduService | 4959a99f0eadc0f204f0f72ebdc815bd0a592233 | 13abf89d7a8318f9904216b93b9f41a2e73bffd5 | refs/heads/master | 2022-12-08T02:09:40.503000 | 2019-10-31T13:39:52 | 2019-10-31T13:39:52 | 172,695,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuecheng.framework.domain.media.request;
import com.xuecheng.framework.model.request.RequestData;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
*
* @author:GJH
* @createDate:2019/9/28
* @company:洪荒宇宙加力蹲大学
*/
@Data
@NoArgsConstructor
public class QueryMediaFileRequest extends RequestData {
... | UTF-8 | Java | 442 | java | QueryMediaFileRequest.java | Java | [
{
"context": "port lombok.NoArgsConstructor;\n\n/**\n *\n * @author:GJH\n * @createDate:2019/9/28\n * @company:洪荒宇宙加力蹲大学\n *",
"end": 186,
"score": 0.9995675086975098,
"start": 183,
"tag": "USERNAME",
"value": "GJH"
}
] | null | [] | package com.xuecheng.framework.domain.media.request;
import com.xuecheng.framework.model.request.RequestData;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
*
* @author:GJH
* @createDate:2019/9/28
* @company:洪荒宇宙加力蹲大学
*/
@Data
@NoArgsConstructor
public class QueryMediaFileRequest extends RequestData {
... | 442 | 0.772727 | 0.755981 | 20 | 19.9 | 18.627668 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
82987ede5a750f84ffc0b4ccd0c0be3049451f3a | 11,940,009,107,874 | a93753bf95927a721bce80e39581ecbfb1dabf68 | /java/tags/ifTag.java | d5810d0d714b320fb072b983dcaf4d62585880c8 | [] | no_license | cloudbearings/tradeusedbooks | https://github.com/cloudbearings/tradeusedbooks | 04896e9827c6976721be3f83818b9418cd60e599 | b30387d3f8e083754193d60f9cd6a1805f8735a1 | refs/heads/master | 2021-01-18T09:40:08.709000 | 2013-07-11T18:29:51 | 2013-07-11T18:29:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.io.*;
/*
*a class that takes two parameters as selected and unselected
*with the word <void> specifying where to insert the word
*in body
*/
public class ifTag extends BodyTagSupport{
private boolean test;
public void setTe... | UTF-8 | Java | 606 | java | ifTag.java | Java | [] | null | [] | package server;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.io.*;
/*
*a class that takes two parameters as selected and unselected
*with the word <void> specifying where to insert the word
*in body
*/
public class ifTag extends BodyTagSupport{
private boolean test;
public void setTe... | 606 | 0.706271 | 0.706271 | 26 | 22.346153 | 17.935659 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 3 |
b2c986a90af2d770f9a05117da5e48697d742696 | 15,444,702,434,393 | f5aeace919c5f875634df49d4a1961f54d5203c5 | /easy/ChangeXY.java | b3a543b664e91ea98e7eb78eaee0da15f2df3e1d | [] | no_license | Abhikakar/recursion | https://github.com/Abhikakar/recursion | 0fcceee51c626b469f46c8906d80d0d30a221d40 | a135afc9de8afd4dca304758c41a561acd38b29c | refs/heads/master | 2023-04-21T16:53:06.248000 | 2021-05-18T07:44:23 | 2021-05-18T07:44:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Given a string, compute recursively (no loops) a new string where all the lowercase 'x' chars have been changed to 'y' chars.
changeXY("codex") → "codey"
changeXY("xxhixx") → "yyhiyy"
changeXY("xhixhix") → "yhiyhiy"
*/
public class ChangeXY {
public static void main(String[] args) {
System.out.println(... | UTF-8 | Java | 987 | java | ChangeXY.java | Java | [] | null | [] | /*
Given a string, compute recursively (no loops) a new string where all the lowercase 'x' chars have been changed to 'y' chars.
changeXY("codex") → "codey"
changeXY("xxhixx") → "yyhiyy"
changeXY("xhixhix") → "yhiyhiy"
*/
public class ChangeXY {
public static void main(String[] args) {
System.out.println(... | 987 | 0.585117 | 0.577982 | 30 | 31.700001 | 28.121344 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
08f6f0a73ba8c14c2102f2877e2b4afe4e02c797 | 6,047,314,019,616 | fb7b55af620581b584815e967288d2b13bccfa35 | /src/main/java/ConcurrentDemo/LockDemo.java | 34e88e0329d2a211b865caf3576aa23f58be80bc | [] | no_license | BattingBoy/demo-in-pap | https://github.com/BattingBoy/demo-in-pap | 016560067929cf22bc07c8aebeb8ba6be523895d | 20d2cec1c90d7da2d0103ce4bb15bb71e557d8c3 | refs/heads/master | 2017-12-02T06:25:39.586000 | 2017-10-24T09:29:40 | 2017-10-24T09:29:40 | 85,051,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ConcurrentDemo;
import org.junit.Test;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.Lock;
import java.util.conc... | UTF-8 | Java | 2,395 | java | LockDemo.java | Java | [
{
"context": "t.locks.ReentrantReadWriteLock;\n\n/**\n * Created by DENGZHIHONG988 on 2017/4/26.\n */\npublic class LockDemo {\n Loc",
"end": 488,
"score": 0.9996546506881714,
"start": 474,
"tag": "USERNAME",
"value": "DENGZHIHONG988"
}
] | null | [] | package ConcurrentDemo;
import org.junit.Test;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.Lock;
import java.util.conc... | 2,395 | 0.506054 | 0.489353 | 80 | 28.9375 | 21.890833 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 3 |
771f3b4019752c94dd6a1664d3a002027b587db2 | 31,121,333,059,982 | ca2970e93111f9161e52e29b4d176a53cce66e2c | /src/chapter2/WeightFormat.java | 50c1d005bee99e58c62fc05d9d33392c17a4e317 | [] | no_license | skyWY/Java8 | https://github.com/skyWY/Java8 | b1fa7ad604522e4fb4f8a517a53c06971df7f18d | 8072c2d416db80f95c6f441c3d3d54dd4b85b6fa | refs/heads/master | 2017-12-18T00:09:54.178000 | 2017-01-17T10:08:22 | 2017-01-17T10:08:22 | 77,373,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter2;
import chapter1.Apple;
/**
* Created by wy on 2016/12/26.
*/
public class WeightFormat implements OutputFormat {
@Override
public String accept(Apple apple) {
String w=apple.getWeight()>150?"heavy":"light";
return w;
}
}
| UTF-8 | Java | 271 | java | WeightFormat.java | Java | [
{
"context": "apter2;\n\nimport chapter1.Apple;\n\n/**\n * Created by wy on 2016/12/26.\n */\npublic class WeightFormat impl",
"end": 63,
"score": 0.9881531000137329,
"start": 61,
"tag": "USERNAME",
"value": "wy"
}
] | null | [] | package chapter2;
import chapter1.Apple;
/**
* Created by wy on 2016/12/26.
*/
public class WeightFormat implements OutputFormat {
@Override
public String accept(Apple apple) {
String w=apple.getWeight()>150?"heavy":"light";
return w;
}
}
| 271 | 0.653137 | 0.605166 | 14 | 18.357143 | 18.254578 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
46045b3b5bcccbf638b5a5a600c722f4ebbecb40 | 12,962,211,321,003 | d55e8799f13b0b9aee8ff7cfa46c3047b3e435ed | /nanaclimate/src/main/java/ar/com/ada/api/nanaclimate/models/request/PostPaisRequest.java | 9d4c7be89bedb485d17d595d3fc4f333fcf941c5 | [] | no_license | KaoruH/NANA_Climate_Change | https://github.com/KaoruH/NANA_Climate_Change | 2db7ef8d446219cb13f3daac79f6e9c5dd6a65d3 | 5fb423d26c1067b8551489ddf512054c0d37d8d0 | refs/heads/master | 2022-11-29T21:52:23.184000 | 2020-08-05T23:40:34 | 2020-08-05T23:40:34 | 276,892,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.ada.api.nanaclimate.models.request;
public class PostPaisRequest {
private Integer paisId;
private String nombre;
public Integer getPaisId() {
return paisId;
}
public void setPaisId(Integer paisId) {
this.paisId = paisId;
}
public String getNombre() {
... | UTF-8 | Java | 431 | java | PostPaisRequest.java | Java | [] | null | [] | package ar.com.ada.api.nanaclimate.models.request;
public class PostPaisRequest {
private Integer paisId;
private String nombre;
public Integer getPaisId() {
return paisId;
}
public void setPaisId(Integer paisId) {
this.paisId = paisId;
}
public String getNombre() {
... | 431 | 0.62413 | 0.62413 | 24 | 17 | 16.116762 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 3 |
59b8c25390d2cc658cba9d39312516ae8524ddb0 | 12,558,484,399,347 | 88a07976599a72401d8a9b0e2849f10aabae44cf | /app/src/main/java/com/aloine/resolute40/auth/register/activity/RegisterActivity.java | f8b56abd715224013ed3feb7a694ba4e3214c953 | [] | no_license | themavencoder/resolute40 | https://github.com/themavencoder/resolute40 | 96336fa2a057066439c0aa31bc142d70e4862df0 | 6474d37f64a4071836a122b4735976025e73cf0f | refs/heads/master | 2020-04-08T22:30:54.193000 | 2019-06-21T00:33:20 | 2019-06-21T00:33:20 | 159,790,166 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aloine.resolute40.auth.register.activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;... | UTF-8 | Java | 10,276 | java | RegisterActivity.java | Java | [
{
"context": "pref\";\n public static final String userName = \"userNameKey\";\n public AppInstance app;\n\n @Override\n ",
"end": 2229,
"score": 0.9871957302093506,
"start": 2218,
"tag": "USERNAME",
"value": "userNameKey"
},
{
"context": "phone_number,community, productT... | null | [] | package com.aloine.resolute40.auth.register.activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;... | 10,276 | 0.644998 | 0.641689 | 264 | 37.924244 | 32.424885 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689394 | false | false | 3 |
b27b0fcbbc4becbf25a376d2eb9b528942be0c5b | 11,321,533,800,316 | 755cd8f80adc00d22309c444366ba4535410d661 | /src/main/java/ru/job4j/array/AndArray.java | 46c098bb8d0c1409bf31a3588a258ce62e0f69d3 | [] | no_license | timurvvolkov/job4j_elementary | https://github.com/timurvvolkov/job4j_elementary | 6702fe0887db02368e5e0156f60ff111d5cc4166 | 8b16b3ca0a9e75fc654ef92f34f99a6e4e4ce89e | refs/heads/master | 2022-12-24T18:03:56.760000 | 2022-12-18T23:22:05 | 2022-12-18T23:22:05 | 247,971,216 | 0 | 0 | null | true | 2020-03-17T13:03:56 | 2020-03-17T13:03:55 | 2020-02-26T08:00:46 | 2020-02-26T08:00:44 | 545 | 0 | 0 | 0 | null | false | false | package ru.job4j.array;
import java.util.Arrays;
public class AndArray {
public static int[] and(int[] left, int[] right) {
if (left.length >= right.length) {
return makeArray(left, right);
} else {
return makeArray(right, left);
}
}
private static int[] ma... | UTF-8 | Java | 736 | java | AndArray.java | Java | [] | null | [] | package ru.job4j.array;
import java.util.Arrays;
public class AndArray {
public static int[] and(int[] left, int[] right) {
if (left.length >= right.length) {
return makeArray(left, right);
} else {
return makeArray(right, left);
}
}
private static int[] ma... | 736 | 0.467391 | 0.461957 | 27 | 26.25926 | 19.043016 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
f056220b0878a2188b2a08be2468322eed562bbd | 12,876,311,962,545 | d6171b61c1565417ecf30f124f18ec9bf725c87b | /BSTre/src/no/hvl/dat102/KjedetBSTre.java | 47702b746d30c7dc7b04cc143274f96c10900cac | [] | no_license | 587851/dat102 | https://github.com/587851/dat102 | 3ef80c2c697adb1335a8881feb2f81ec2675def3 | e678d87360c949b214006d5622892fc8eee9047b | refs/heads/master | 2023-04-08T01:04:09.345000 | 2021-03-23T22:01:09 | 2021-03-23T22:01:09 | 328,928,657 | 0 | 0 | null | true | 2021-03-09T11:13:56 | 2021-01-12T09:03:26 | 2021-03-09T11:09:53 | 2021-03-09T11:09:50 | 371 | 0 | 0 | 0 | Java | false | false | package no.hvl.dat102;
import java.util.Iterator;
import no.hvl.dat102.adt.BSTreADT;
//********************************************************************
// KjedetBinærSøkeTre.java
//
//********************************************************************
public class KjedetBSTre<T extends Comparable<T>> i... | ISO-8859-15 | Java | 6,764 | java | KjedetBSTre.java | Java | [] | null | [] | package no.hvl.dat102;
import java.util.Iterator;
import no.hvl.dat102.adt.BSTreADT;
//********************************************************************
// KjedetBinærSøkeTre.java
//
//********************************************************************
public class KjedetBSTre<T extends Comparable<T>> i... | 6,764 | 0.501112 | 0.497701 | 266 | 24.349625 | 22.619314 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.067669 | false | false | 3 |
5c9b7520a58a17253fbf32bdbf3406e11e43eeaf | 15,238,543,972,715 | 264827fcfa3e954d57452fb269e225d7ffdd0166 | /src/test/java/com/worker/RedisTest.java | bffb0607e56953318670b57ba7a442f0d7e57201 | [] | no_license | 17391929083/fksbworker | https://github.com/17391929083/fksbworker | d5ea0ba80fc551693cc00ee466e09de7cbc72868 | be6e952d019ca92311cf5fd3ce8d6c26dd613e59 | refs/heads/master | 2023-04-15T05:28:56.056000 | 2021-04-29T02:08:13 | 2021-04-29T02:08:13 | 334,823,555 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.worker;
import com.fksb.fksbenrol.service.FksbEnrolService;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.data.redis.core.RedisTemplate;
im... | UTF-8 | Java | 1,578 | java | RedisTest.java | Java | [
{
"context": "ava.util.Map;\nimport java.util.Set;\n\n/*\n *@Author 常胜杰 QQ1209939478\n *@Slogin 致敬大师 致敬未来的你\n */\npublic c",
"end": 379,
"score": 0.9540019035339355,
"start": 376,
"tag": "USERNAME",
"value": "常胜杰"
}
] | null | [] | package com.worker;
import com.fksb.fksbenrol.service.FksbEnrolService;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.data.redis.core.RedisTemplate;
im... | 1,578 | 0.721986 | 0.707092 | 54 | 25.111111 | 25.542025 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
142c2773e291facf982de226b170c5bac0ed3d9f | 15,238,543,971,363 | 54fc75b55242f6cfb43513548347131779fd19cd | /src/main/java/com/hassler/kardex/persistence/DetailSaleDAO.java | 0d6e30c7f7f7391d531717faca4cbb9050a88ee2 | [] | no_license | HasslerYahir/kardex | https://github.com/HasslerYahir/kardex | 16050325269b69a9918777253581f12495733f34 | 2509304250c586f90028aec23003ed5c31a229c0 | refs/heads/master | 2020-12-22T17:23:06.673000 | 2020-02-03T19:27:24 | 2020-02-03T19:27:24 | 236,873,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hassler.kardex.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
import com.hassler.kardex.model.DetailSale;
public interface DetailSaleDAO extends JpaRepository<DetailSale, Long>{
}
| UTF-8 | Java | 225 | java | DetailSaleDAO.java | Java | [] | null | [] | package com.hassler.kardex.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
import com.hassler.kardex.model.DetailSale;
public interface DetailSaleDAO extends JpaRepository<DetailSale, Long>{
}
| 225 | 0.831111 | 0.831111 | 9 | 24 | 27.788887 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
232b87126a3ebf006673c0187882a265c445a8e2 | 17,008,070,497,505 | 6463d9ed10ce055f58790dccdef7f4a781082840 | /GUI/src/Interface/frame.java | ef715bb24b4074405fe1bc29e1a529e72a8a3384 | [] | no_license | phuocnhatfabulous/Learn_Java | https://github.com/phuocnhatfabulous/Learn_Java | fc2ed8ded096bd05b931a432a38855983f8b5fb4 | f111ebdff3243d2ab11e450db3b02e8f45507ada | refs/heads/master | 2023-04-28T22:02:27.930000 | 2021-05-11T02:24:30 | 2021-05-11T02:24:30 | 344,401,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.Color;
import javax.swing.JFrame; //Declare java frame library
import javax.swing.ImageIcon;
public class frame {
public static void main(String[] args) {
JFrame frame = new JFrame(); //Create a frame
frame.setTitle("JFrame title goes here "); //Set title of frame
frame.setDefaultCloseOperatio... | UTF-8 | Java | 784 | java | frame.java | Java | [] | null | [] |
import java.awt.Color;
import javax.swing.JFrame; //Declare java frame library
import javax.swing.ImageIcon;
public class frame {
public static void main(String[] args) {
JFrame frame = new JFrame(); //Create a frame
frame.setTitle("JFrame title goes here "); //Set title of frame
frame.setDefaultCloseOperatio... | 784 | 0.733418 | 0.721939 | 21 | 36.285713 | 29.661812 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 3 |
1763b88eeeb8a8ea54813da999342d21d9632822 | 17,643,725,657,162 | f9c48857adbf7177f19154441dd3d218d003e6ba | /src/main/java/org/kleber/settings/geral/GeralController.java | a0c1845bc68ec47c174b4641adbd93d611d5d15f | [] | no_license | klebermo/store | https://github.com/klebermo/store | 658dbf03f45bf17a7d5d1982b5afe94b943570ba | 0579e208ad32806b05635e3288f051c1519ccc69 | refs/heads/master | 2018-02-08T22:22:23.589000 | 2018-02-01T12:47:19 | 2018-02-01T12:47:19 | 81,083,921 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kleber.settings.geral;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation... | UTF-8 | Java | 971 | java | GeralController.java | Java | [] | null | [] | package org.kleber.settings.geral;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation... | 971 | 0.790937 | 0.790937 | 35 | 26.742857 | 23.464676 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.028571 | false | false | 3 |
a42ffdfa2ede996371b233eab4908c6807c4e845 | 876,173,340,995 | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A064565.java | 364ed0d8cc3e0f74fb9a8a173b0258d9e8187714 | [
"Apache-2.0"
] | permissive | gfis/joeis-lite | https://github.com/gfis/joeis-lite | 859158cb8fc3608febf39ba71ab5e72360b32cb4 | 7185a0b62d54735dc3d43d8fb5be677734f99101 | refs/heads/master | 2023-08-31T00:23:51.216000 | 2023-08-29T21:11:31 | 2023-08-29T21:11:31 | 179,938,034 | 4 | 1 | Apache-2.0 | false | 2022-06-25T22:47:19 | 2019-04-07T08:35:01 | 2022-03-26T06:04:12 | 2022-06-25T22:47:18 | 8,156 | 3 | 0 | 1 | Roff | false | false | package irvine.oeis.a064;
// Generated by gen_seq4.pl build/parm4 at 2023-02-21 22:23
import irvine.math.z.Z;
import irvine.oeis.a064.A064560;
/**
* A064565 Reciprocal of n terminates with an infinite repetition of digit 6. Multiples of 10 are omitted.
* @author Georg Fischer
*/
public class A064565 extends A064560... | UTF-8 | Java | 491 | java | A064565.java | Java | [
{
"context": "f digit 6. Multiples of 10 are omitted.\n * @author Georg Fischer\n */\npublic class A064565 extends A064560 {\n\n /**",
"end": 279,
"score": 0.9998615980148315,
"start": 266,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a064;
// Generated by gen_seq4.pl build/parm4 at 2023-02-21 22:23
import irvine.math.z.Z;
import irvine.oeis.a064.A064560;
/**
* A064565 Reciprocal of n terminates with an infinite repetition of digit 6. Multiples of 10 are omitted.
* @author <NAME>
*/
public class A064565 extends A064560 {
/... | 484 | 0.694501 | 0.576375 | 16 | 29.6875 | 33.07325 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
a5c8bce1231ffa191323028e709e8defdd97a1e8 | 24,086,176,665,492 | 627da11d85a4ed307df8272dbfad9053c2d2d327 | /FredBoat/src/main/java/fredboat/audio/queue/SimpleTrackProvider.java | 5e38fdee77d56818fe50d41c57a270e81c338155 | [
"MIT"
] | permissive | kophop/Hest | https://github.com/kophop/Hest | bbd04ccb4db2f10a7d66d4bd38997dd80e539744 | 4b7911f2e1ecc30fa7fff51b94f3d4cf482cbee5 | refs/heads/master | 2021-04-30T15:59:41.048000 | 2016-12-20T10:14:53 | 2016-12-20T10:14:53 | 76,968,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License (MIT)
* Copyright (c) 2016 Frederik Mikkelsen
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,... | UTF-8 | Java | 3,160 | java | SimpleTrackProvider.java | Java | [
{
"context": "/*\n * The MIT License (MIT)\n * Copyright (c) 2016 Frederik Mikkelsen\n *\n * Permission is hereby granted, free of charg",
"end": 68,
"score": 0.9998197555541992,
"start": 50,
"tag": "NAME",
"value": "Frederik Mikkelsen"
}
] | null | [] | /*
* The MIT License (MIT)
* Copyright (c) 2016 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer... | 3,148 | 0.634494 | 0.631962 | 92 | 33.347828 | 66.143196 | 463 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554348 | false | false | 3 |
135e8a542e9f055c9daa9b5d2911eeafa6bc63a4 | 18,605,798,341,027 | ce1e2ff0c4d9e7421762e0313b44e0a31a5a6fe2 | /center-modules/center-admin/src/main/java/com/zorkdata/center/admin/entity/SuperEntity.java | 902c1a38c82c98f2ee8536d55c34a1ad2b13fd9d | [] | no_license | fx524913413/smartoms-admin | https://github.com/fx524913413/smartoms-admin | 5f3d4fdc3627b967f5df9e099a2b77354e6fd960 | c945107413878146d00ec3c244bdb792a4c8c3b3 | refs/heads/master | 2020-03-29T01:10:55.083000 | 2018-09-19T01:45:22 | 2018-09-19T01:45:22 | 149,375,295 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zorkdata.center.admin.entity;
import java.util.TreeMap;
/**
* 万能实体类,可用于任何数据的封装
*/
public class SuperEntity extends TreeMap<String, Object> {
public SuperEntity setProperty(String key, Object value) {
this.put(key, value);
return this;
}
}
| UTF-8 | Java | 314 | java | SuperEntity.java | Java | [] | null | [] | package com.zorkdata.center.admin.entity;
import java.util.TreeMap;
/**
* 万能实体类,可用于任何数据的封装
*/
public class SuperEntity extends TreeMap<String, Object> {
public SuperEntity setProperty(String key, Object value) {
this.put(key, value);
return this;
}
}
| 314 | 0.680851 | 0.680851 | 16 | 16.625 | 20.52095 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 3 |
4b53ae8d950cf04eebda07ca936153f30bf4d3d0 | 19,043,885,010,766 | 5a028162ee43c4d0e99c4023a2acf4e8644a1080 | /supplier-api/src/main/java/com/channelsharing/hongqu/supplier/api/controller/supplier/SupplierUserAddRequestEntity.java | 4547d826770a1b540a519affb2e6aaf1e4c4226a | [
"Apache-2.0"
] | permissive | Gradven/platform-api | https://github.com/Gradven/platform-api | fb9f67e4a2a513370b3f6175e23dcf07d1cdee9e | 2f3740df0591e95e368713b0bb502e122d9ff650 | refs/heads/master | 2023-04-29T12:39:46.385000 | 2021-05-08T09:51:04 | 2021-05-08T09:51:04 | 365,476,378 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2016-2022 liuhangjun All rights reserved.
*/
package com.channelsharing.hongqu.supplier.api.controller.supplier;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
/**
* 供应商用户Entity
*
* @author liuhangjun
* @version 2018-02... | UTF-8 | Java | 1,443 | java | SupplierUserAddRequestEntity.java | Java | [
{
"context": "/**\n * Copyright © 2016-2022 liuhangjun All rights reserved.\n */\npackage com.chan",
"end": 36,
"score": 0.6354480385780334,
"start": 34,
"tag": "USERNAME",
"value": "li"
},
{
"context": "/**\n * Copyright © 2016-2022 liuhangjun All rights reserved.\n */\npa... | null | [] | /**
* Copyright © 2016-2022 liuhangjun All rights reserved.
*/
package com.channelsharing.hongqu.supplier.api.controller.supplier;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotNull;
/**
* 供应商用户Entity
*
* @author liuhangjun
* @version 2018-02... | 1,443 | 0.622594 | 0.575732 | 47 | 24.425531 | 24.740993 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 3 |
28b859cdf32f286175d7bb6324af8ca9d197d94d | 15,573,551,420,148 | d8de49cab5d03328f9fcbe8a203e48cde2491088 | /src/test/java/io/fake/utils/JSUtils.java | 8d7b167dcf6cd2bcf9cb6a48d084f687b1b69515 | [] | no_license | nbdnnm/web_tests | https://github.com/nbdnnm/web_tests | 0d996b6252788b036c82cc82b7dc5738f1356dd6 | e84a11ece5fc9519a7f7ce2546d186b901f57bc9 | refs/heads/master | 2020-03-23T02:09:53.055000 | 2019-02-22T14:23:38 | 2019-02-22T14:23:38 | 140,959,740 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.fake.utils;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;
public class JSUtils {
public static void waitPageToBeReady(WebDriver driver) {
(new We... | UTF-8 | Java | 624 | java | JSUtils.java | Java | [] | null | [] | package io.fake.utils;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.WebDriverWait;
public class JSUtils {
public static void waitPageToBeReady(WebDriver driver) {
(new We... | 624 | 0.697115 | 0.690705 | 18 | 33.666668 | 28.509258 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
caeb1736abcdde4f193eb8b5a1217ed43dd73ac9 | 24,352,464,576,996 | 0c7effb90311bfa0678498360309d12ad8f1ff59 | /App.java | 75ac8f2336e4e9c4c6797ed036d7e7439b369dd5 | [] | no_license | Ntshembo-Hlongwane1/Assesment | https://github.com/Ntshembo-Hlongwane1/Assesment | 81a7ad120f9f930df2f1dfda0828af26a1f1eb87 | 732f5e5a6e7dc0c96990abddf2cde553c73d5a97 | refs/heads/master | 2023-08-29T14:08:26.053000 | 2021-10-12T21:02:02 | 2021-10-12T21:02:02 | 416,474,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// DO NOT EDIT UNLESS SPECIFIED TO DO SO!
import java.util.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.PriorityQueue;
import java.util.stream.Stream;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import java.util.ArrayList;
import org.json.simple.JSONObject;... | UTF-8 | Java | 9,459 | java | App.java | Java | [] | null | [] |
// DO NOT EDIT UNLESS SPECIFIED TO DO SO!
import java.util.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.PriorityQueue;
import java.util.stream.Stream;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import java.util.ArrayList;
import org.json.simple.JSONObject;... | 9,459 | 0.513056 | 0.506819 | 254 | 36.236221 | 30.868647 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.283465 | false | false | 3 |
bfde2f4d04617add33e6f35c77bb536c47f39fae | 21,268,678,113,006 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.socialplatform-base/sources/com/oculus/panelapp/people/FBLinkedStatus.java | e8ef8656fdf482c06327696e86977dd67ad375d5 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package com.oculus.panelapp.people;
public enum FBLinkedStatus {
LINKED,
NOT_LINKED,
NOT_READY,
ERROR
}
| UTF-8 | Java | 121 | java | FBLinkedStatus.java | Java | [] | null | [] | package com.oculus.panelapp.people;
public enum FBLinkedStatus {
LINKED,
NOT_LINKED,
NOT_READY,
ERROR
}
| 121 | 0.677686 | 0.677686 | 8 | 14.125 | 11.384611 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
6b6a60f4e418dba1773012431e601a31265c75fe | 10,505,490,013,792 | 8a030385a54403884235f0c8d05619b90b32a264 | /app/src/main/java/com/alextinekov/socialcontacts/socialcallbacks/AuthCallbacks.java | 56eb49ae9c0a4b1a3e620fd3f47b1c619e85758f | [] | no_license | Tamplier/SocialContacts | https://github.com/Tamplier/SocialContacts | b903731a4731238d876dd55f7bb50c27ec67a86c | 78531f58e066d660cf4d64ad407a9ca21be360f2 | refs/heads/master | 2021-01-17T16:30:03.245000 | 2016-07-17T14:38:03 | 2016-07-17T14:38:03 | 63,535,796 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alextinekov.socialcontacts.socialcallbacks;
import android.content.Context;
import com.facebook.FacebookCallback;
import com.facebook.FacebookException;
import com.facebook.login.LoginResult;
import com.vk.sdk.VKAccessToken;
import com.vk.sdk.VKCallback;
import com.vk.sdk.api.VKError;
/**
* Created by A... | UTF-8 | Java | 1,307 | java | AuthCallbacks.java | Java | [
{
"context": "\nimport com.vk.sdk.api.VKError;\n\n/**\n * Created by Alex Tinekov on 14.07.2016.\n */\npublic class AuthCallbacks imp",
"end": 331,
"score": 0.9997903108596802,
"start": 319,
"tag": "NAME",
"value": "Alex Tinekov"
}
] | null | [] | package com.alextinekov.socialcontacts.socialcallbacks;
import android.content.Context;
import com.facebook.FacebookCallback;
import com.facebook.FacebookException;
import com.facebook.login.LoginResult;
import com.vk.sdk.VKAccessToken;
import com.vk.sdk.VKCallback;
import com.vk.sdk.api.VKError;
/**
* Created by <... | 1,301 | 0.705432 | 0.699311 | 50 | 25.139999 | 24.050789 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 3 |
cb6254456c2d771b44cf7fc27e451b1213003725 | 28,475,633,236,008 | 5aa4d7fc917e9f5dbff52827e989c710f7ab2ed9 | /app/src/main/java/cn/yiya/shiji/activity/SearchForwardedGoodsActivity.java | 4c11003546538559a62e91b9c7236a2848066c41 | [] | no_license | muaijuan/demoApp | https://github.com/muaijuan/demoApp | 945e171341bb95e57a0428adc07f7b5ae44e859e | fc1d4e2341e0a503015bc0d5b5e9380167b41dd5 | refs/heads/master | 2017-08-02T23:10:05.863000 | 2017-02-10T16:33:25 | 2017-02-10T16:33:25 | 81,564,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.yiya.shiji.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.KeyEvent;
impor... | UTF-8 | Java | 3,997 | java | SearchForwardedGoodsActivity.java | Java | [
{
"context": "ntity.MallGoodsDetailObject;\r\n\r\n/**\r\n * Created by Tom on 2016/12/5.\r\n */\r\n\r\npublic class SearchForwarde",
"end": 788,
"score": 0.9465661644935608,
"start": 785,
"tag": "NAME",
"value": "Tom"
}
] | null | [] | package cn.yiya.shiji.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.KeyEvent;
impor... | 3,997 | 0.601564 | 0.597022 | 120 | 31.025 | 25.121193 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516667 | false | false | 3 |
ea6a5e4c191b481dd27ec37f1113e540db95210b | 10,342,281,306,343 | ab9f2f08a2a74193568838d8d856b4d824ff90f6 | /src/main/java/com/alexpark/rest/OrderController.java | a1c690b79eafb9efb6547cd3af68dec6d21c8418 | [] | no_license | SumithraMounika/shopping-cart | https://github.com/SumithraMounika/shopping-cart | 3f208369898364b4bfb061c8193735f483314003 | cddbcc52f7ce89df1b33286114bcfa36744c822d | refs/heads/master | 2020-07-22T16:13:33.637000 | 2018-04-14T04:59:20 | 2018-04-14T04:59:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alexpark.rest;
import com.alexpark.order.model.Order;
import com.alexpark.order.service.IOrderService;
import com.alexpark.product.model.Product;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfr... | UTF-8 | Java | 1,537 | java | OrderController.java | Java | [
{
"context": "l.List;\nimport java.util.Optional;\n\n/**\n * @author Alex Park\n */\n@RestController\n@RequestMapping(value = \"/api",
"end": 593,
"score": 0.9998208284378052,
"start": 584,
"tag": "NAME",
"value": "Alex Park"
}
] | null | [] | package com.alexpark.rest;
import com.alexpark.order.model.Order;
import com.alexpark.order.service.IOrderService;
import com.alexpark.product.model.Product;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfr... | 1,534 | 0.743006 | 0.743006 | 48 | 31.020834 | 23.241028 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 3 |
331ccc88ccefe22509634765d9fc6892f8f6cfb7 | 13,675,175,941,999 | bc4a18346128a28fd37b1044e97508dc9e3d5871 | /app/com/linkedin/drelephant/analysis/HadoopSystemContext.java | 0d1a37f1c61dbe2c7c4832dd77cdae724135b667 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"GPL-2.0-only"
] | permissive | shahrukhkhan489/dr-elephant | https://github.com/shahrukhkhan489/dr-elephant | 2dce27432dc5d2432dda8e10db019a20c53bc46d | 88256b629d82dc145e09c00ad16c4a9c11b95725 | refs/heads/master | 2021-05-15T11:38:17.505000 | 2019-01-02T10:33:09 | 2019-01-02T10:33:09 | 108,264,908 | 2 | 0 | Apache-2.0 | true | 2018-11-07T08:42:54 | 2017-10-25T12:10:28 | 2017-11-28T01:34:26 | 2018-11-07T08:42:53 | 10,718 | 1 | 0 | 0 | Java | false | null | /*
* Copyright 2016 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | UTF-8 | Java | 1,591 | java | HadoopSystemContext.java | Java | [] | null | [] | /*
* Copyright 2016 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1,591 | 0.72973 | 0.721559 | 50 | 30.82 | 30.014456 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 3 |
7d80f4bda506b03050ea356c52a383ba0823adad | 34,694,745,818,174 | 3a6370ae55e1e8c5ff6fb939161c00f8463e466c | /core2/src/main/java/com/consultoraestrategia/ss_crmeducativo/dao/tareasDao/TareasRecursoDaoImpl.java | 1bd1b6b72fb711419c08ea9c56cbe2d709cd5c94 | [] | no_license | consultorasystemstrategy/SS_crmeducativo_v2_1 | https://github.com/consultorasystemstrategy/SS_crmeducativo_v2_1 | d25bb86e6f10b131194dcab9d2790bc96376158c | 58905cb56d70a257aedbddeb41c9d82e6775da01 | refs/heads/master | 2019-06-17T04:25:44.468000 | 2019-04-25T02:05:31 | 2019-04-25T02:05:31 | 99,705,205 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.consultoraestrategia.ss_crmeducativo.dao.tareasDao;
import com.consultoraestrategia.ss_crmeducativo.dao.baseDao.BaseDaoImpl;
import com.consultoraestrategia.ss_crmeducativo.entities.TareasRecursosC;
import com.consultoraestrategia.ss_crmeducativo.entities.TareasRecursosC_Table;
/**
* Created by @stevecam... | UTF-8 | Java | 985 | java | TareasRecursoDaoImpl.java | Java | [
{
"context": "entities.TareasRecursosC_Table;\n\n/**\n * Created by @stevecampos on 18/04/2018.\n */\n\npublic class TareasRecursoDao",
"end": 323,
"score": 0.999657154083252,
"start": 311,
"tag": "USERNAME",
"value": "@stevecampos"
}
] | null | [] | package com.consultoraestrategia.ss_crmeducativo.dao.tareasDao;
import com.consultoraestrategia.ss_crmeducativo.dao.baseDao.BaseDaoImpl;
import com.consultoraestrategia.ss_crmeducativo.entities.TareasRecursosC;
import com.consultoraestrategia.ss_crmeducativo.entities.TareasRecursosC_Table;
/**
* Created by @stevecam... | 985 | 0.737056 | 0.728934 | 37 | 25.621622 | 30.218441 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 3 |
2abb8e5a83037ad51ce92fa5e3abd5ac4ef7135f | 33,956,011,445,970 | 1c9e746af17358b77e7a97664498eff9c404fa34 | /src/main/java/com/gestionProduit/repository/Etudiant_Matiere_ClasseRepository.java | a51077f6de939bb63e1392be39fbd46043d49ce9 | [] | no_license | ZaghdoudiBaha/Absence-Management | https://github.com/ZaghdoudiBaha/Absence-Management | 8ccf0be334712c770749df11289f6aa1c472e7c0 | be16d8f7ac2968e1e91352e1cd29943ae4d57151 | refs/heads/master | 2020-12-12T16:16:20.494000 | 2020-01-15T21:14:22 | 2020-01-15T21:14:22 | 234,171,874 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gestionProduit.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.gestionProduit.Model.Etudiant;
import com.gestionProduit.Model.Etudiant_... | UTF-8 | Java | 881 | java | Etudiant_Matiere_ClasseRepository.java | Java | [] | null | [] | package com.gestionProduit.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.gestionProduit.Model.Etudiant;
import com.gestionProduit.Model.Etudiant_... | 881 | 0.782066 | 0.777526 | 23 | 37.304348 | 34.794346 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 3 |
d93a3b74b5e497b07d76dec2a799380b7604aa80 | 34,024,730,924,377 | 7ab910fe04f8b20f7f290c96addb3ebf5b75e012 | /b2b2c/src/main/java/com/rbt/service/IMemberreportService.java | 88447731eb4bc4a408e025d03b993752d9774ffa | [] | no_license | stranger2008/rbtb2b | https://github.com/stranger2008/rbtb2b | 6cbf1bf8977dc6655b8ace5b67fb8abd872a86b3 | 6b4e0c3b378fd3c7013e121d822bd1c535492241 | refs/heads/master | 2021-01-10T03:26:55.270000 | 2016-01-06T09:04:37 | 2016-01-06T09:04:37 | 49,122,713 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ISConsole Copyright 2011 ruibaotong COMPANY, Co.ltd .
* All rights reserved.
* Package:com.rbt.servie
* FileName: IMemberreportService.java
*/
package com.rbt.service;
import java.util.List;
import java.util.Map;
import com.rbt.model.Memberreport;
/**
* @function 功能 会员举报信息表Service层业务接口实现类
* @author 创建... | UTF-8 | Java | 518 | java | IMemberreportService.java | Java | [
{
"context": "unction 功能 会员举报信息表Service层业务接口实现类\n * @author 创建人 蔡毅存\n * @date 创建日期 Wed Nov 30 14:19:40 CST 2011\n */\n\n",
"end": 325,
"score": 0.9998106956481934,
"start": 322,
"tag": "NAME",
"value": "蔡毅存"
}
] | null | [] | /*
* ISConsole Copyright 2011 ruibaotong COMPANY, Co.ltd .
* All rights reserved.
* Package:com.rbt.servie
* FileName: IMemberreportService.java
*/
package com.rbt.service;
import java.util.List;
import java.util.Map;
import com.rbt.model.Memberreport;
/**
* @function 功能 会员举报信息表Service层业务接口实现类
* @author 创建... | 518 | 0.741379 | 0.706897 | 22 | 20.045454 | 21.655312 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 3 |
336e42128ca7830636cd3cf312c068f502faacd8 | 19,928,648,264,412 | 230f9dfb4b228caec0e2efe1d9c2c0af9f58aa98 | /app/src/main/java/com/duokaile/yifa/yuan/yifa/view/WheelViewBottomDialog.java | 604986af13a74e45ab8b61d6e27fcfde22cf07f4 | [
"Apache-2.0"
] | permissive | yuanpeigen/YIFa | https://github.com/yuanpeigen/YIFa | 5edc3644a52a0fdf3599e0aa1fabe77c9a0e6d95 | 20d6ecbea16c3dfbaa57f8b985993cd033a864ff | refs/heads/master | 2019-01-17T03:45:07.967000 | 2016-11-10T09:47:35 | 2016-11-10T09:47:35 | 73,364,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duokaile.yifa.yuan.yifa.view;
import android.app.Dialog;
import android.content.Context;
import android.os.Handler;
import android.view.View;
import android.view.Window;
import android.view.animation.AnimationUtils;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.duokaile.... | UTF-8 | Java | 5,509 | java | WheelViewBottomDialog.java | Java | [] | null | [] | package com.duokaile.yifa.yuan.yifa.view;
import android.app.Dialog;
import android.content.Context;
import android.os.Handler;
import android.view.View;
import android.view.Window;
import android.view.animation.AnimationUtils;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.duokaile.... | 5,509 | 0.638116 | 0.637207 | 157 | 34.019108 | 27.813637 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541401 | false | false | 3 |
8a8fd184bf294fb3d8ad54cf46a5fb4937a4dabf | 25,640,954,804,818 | f6e13275d11c03acc5fea5c4d380b2b1232f6318 | /app/src/main/java/cn/lovexiaoai/androidcodingdemo/base/BaseFragment.java | 437b189d0837fba7e4c51d4d31189b6d93abeec8 | [] | no_license | qianxiaoai/AndroidCodingDemo | https://github.com/qianxiaoai/AndroidCodingDemo | 17a3dba3fd86e965c139876dbc2e409840aba933 | d5cb4a2528fae532f901aeabea464fdd43e9acf0 | refs/heads/master | 2020-03-26T07:32:52.859000 | 2018-08-15T03:38:47 | 2018-08-15T03:38:47 | 144,659,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.lovexiaoai.androidcodingdemo.base;
import android.app.Activity;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.su... | UTF-8 | Java | 4,940 | java | BaseFragment.java | Java | [
{
"context": "ndroidcodingdemo.utils.LogUtil;\n\n/**\n * Created by tangh on 14-4-21.\n */\npublic abstract class BaseFragmen",
"end": 547,
"score": 0.9991273880004883,
"start": 542,
"tag": "USERNAME",
"value": "tangh"
}
] | null | [] | package cn.lovexiaoai.androidcodingdemo.base;
import android.app.Activity;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.su... | 4,940 | 0.707292 | 0.705417 | 207 | 22.188406 | 25.376741 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.31401 | false | false | 3 |
c3d1a2a12ac3bb9bc38ef54424ed5595a5cfa8d3 | 17,282,948,400,743 | bd97431b1bcbfd66314710932783882f397ac37d | /evento-war/src/main/java/controller/MyProfileController.java | 7604432daa45c6eae65b5d8a5cf2e3e0708e217b | [] | no_license | sharifahmed/evento | https://github.com/sharifahmed/evento | 1f3b980f6b7d6f7910edc37bd44af534703b3733 | 373234e8ca42deda66332b49f0269ce72000d4e5 | refs/heads/master | 2016-09-06T00:20:57.596000 | 2013-07-29T09:02:39 | 2013-07-29T09:02:39 | 8,668,390 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import entities.User;
import service.UserService;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.faces.context.FacesContext;
import javax.inject.Named;
import javax.servlet.http.HttpSession;
import java.util.Map;
/**
* Cre... | UTF-8 | Java | 1,347 | java | MyProfileController.java | Java | [
{
"context": "ap;\n\n/**\n * Created with IntelliJ IDEA.\n * Author: sahmed\n * Date: 3/13/13\n * Time: 4:39 PM\n */\n\n@Named\n@Re",
"end": 362,
"score": 0.9989632964134216,
"start": 356,
"tag": "USERNAME",
"value": "sahmed"
}
] | null | [] | package controller;
import entities.User;
import service.UserService;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.faces.context.FacesContext;
import javax.inject.Named;
import javax.servlet.http.HttpSession;
import java.util.Map;
/**
* Cre... | 1,347 | 0.685969 | 0.68003 | 62 | 20.725807 | 18.561293 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403226 | false | false | 3 |
406946421dbf351771cb59d2e43576ce4ee98386 | 24,910,810,366,148 | ba5fbe84538bd39ab27755a565c882d467bb33fb | /src/main/java/com/tayani/app/util/StringUtility.java | ed2b89ded43847a4c4c49bbf1e5f76793592047f | [] | no_license | dsabhrawal/tayani-app | https://github.com/dsabhrawal/tayani-app | a3f885930fd7c3d60e6af1c3b913259541b1e37e | 44b8fdfa4bcccf7ac6a97864832c9dd2e349fa61 | refs/heads/master | 2021-01-10T12:21:44.656000 | 2016-04-03T17:37:10 | 2016-04-03T17:37:10 | 55,358,282 | 2 | 0 | null | false | 2016-04-03T17:37:10 | 2016-04-03T17:10:04 | 2016-04-03T17:14:59 | 2016-04-03T17:37:10 | 127 | 1 | 0 | 0 | Java | null | null | package com.tayani.app.util;
public final class StringUtility {
public static String emptyString = "";
}
| UTF-8 | Java | 114 | java | StringUtility.java | Java | [] | null | [] | package com.tayani.app.util;
public final class StringUtility {
public static String emptyString = "";
}
| 114 | 0.710526 | 0.710526 | 9 | 11.666667 | 15.776213 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
98991972ffeaa79b590a39a156bfb1b3407097fd | 1,503,238,556,347 | db173b5180789c71b6aff3f2b87f60daf29401a1 | /cpj/src/main/java/chapter4/DualOutputPushStage.java | 33113e0b2398290d9e4c3f925c2687031883abe8 | [] | no_license | xiaozhiliaoo/concurrency-practice | https://github.com/xiaozhiliaoo/concurrency-practice | 0f584d4b3e95559e22581d9a42e32c770e3cead8 | a9b8809c7e1488fa2a4c5a981e5d12d3bfae85d0 | refs/heads/master | 2023-04-29T09:12:25.172000 | 2022-11-24T06:09:47 | 2022-11-24T06:09:47 | 248,147,420 | 5 | 4 | null | false | 2022-12-06T00:50:14 | 2020-03-18T05:36:40 | 2022-08-30T02:52:45 | 2022-12-06T00:50:13 | 411,180 | 3 | 3 | 2 | Java | false | false | package chapter4;
/**
* @author lili
* @date 2022/6/19 10:39
*/
public class DualOutputPushStage extends SingleOutputPushStage {
private PushStage next2 = null;
protected synchronized PushStage next2() {
return next2;
}
public synchronized void attach2(PushStage s) {
next2 = s;
... | UTF-8 | Java | 325 | java | DualOutputPushStage.java | Java | [
{
"context": "package chapter4;\n\n/**\n * @author lili\n * @date 2022/6/19 10:39\n */\npublic class DualOut",
"end": 38,
"score": 0.8561974167823792,
"start": 34,
"tag": "USERNAME",
"value": "lili"
}
] | null | [] | package chapter4;
/**
* @author lili
* @date 2022/6/19 10:39
*/
public class DualOutputPushStage extends SingleOutputPushStage {
private PushStage next2 = null;
protected synchronized PushStage next2() {
return next2;
}
public synchronized void attach2(PushStage s) {
next2 = s;
... | 325 | 0.658462 | 0.606154 | 17 | 18.117647 | 19.375189 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 3 |
1dbff39789f8ea8dbb6d7380f466a920ecf7bb3d | 20,736,102,148,199 | e45b54ac2c009b230e866dbb51ad1c7edee3bdbe | /src/main/java/http/response/HttpStatus.java | 35aa56500036a5e913ac7b0b673cbec05030f0de | [] | no_license | yk1028/jwp-was | https://github.com/yk1028/jwp-was | 65174d0457b48de31695cb2496f71aea54e2c804 | 7a07a9088c05c22a55ef2aafce897ac1c7b8e163 | refs/heads/yk1028 | 2022-02-22T16:20:14.856000 | 2019-09-23T13:08:00 | 2019-09-23T13:08:00 | 208,954,164 | 0 | 0 | null | true | 2019-09-21T10:59:46 | 2019-09-17T03:47:44 | 2019-09-21T10:59:45 | 2019-09-21T10:59:43 | 287 | 0 | 0 | 0 | Java | false | false | package http.response;
public enum HttpStatus {
OK(200, "OK"),
CREATED(201, "Created"),
ACCEPTED(202, "Accepted"),
MOVED_PERMANENTLY(301, "Moved Permanently"),
FOUND(302, "Found"),
BAD_REQUEST(400, "Bad Request"),
NOT_FOUND(404, "Not Found"),
METHOD_NOT_ALLOWED(405, "Method Not Allowed"... | UTF-8 | Java | 762 | java | HttpStatus.java | Java | [] | null | [] | package http.response;
public enum HttpStatus {
OK(200, "OK"),
CREATED(201, "Created"),
ACCEPTED(202, "Accepted"),
MOVED_PERMANENTLY(301, "Moved Permanently"),
FOUND(302, "Found"),
BAD_REQUEST(400, "Bad Request"),
NOT_FOUND(404, "Not Found"),
METHOD_NOT_ALLOWED(405, "Method Not Allowed"... | 762 | 0.625984 | 0.586614 | 30 | 24.4 | 17.201939 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 3 |
e7bd4c73d95d3e3db427cb8077fe6464d017c266 | 27,358,941,731,300 | a3a4efab31a98e8c25e1a7c393644ab691fb89f7 | /src/test/java/ca/craigthomas/yacoco3e/listeners/LoadVirtualDiskMenuItemListenerTest.java | c15f884331d74b3dc46041209e9ab7b84b98244e | [
"GPL-2.0-only",
"MIT",
"Classpath-exception-2.0"
] | permissive | craigthomas/CoCo3Java | https://github.com/craigthomas/CoCo3Java | 24a72a915e4dec4e51a9e97a10cef56e66e59026 | 6a884561dc70cf9401d53286040e77631d6862d9 | refs/heads/main | 2023-08-31T08:21:12.782000 | 2023-08-04T18:00:30 | 2023-08-04T18:00:30 | 97,992,316 | 16 | 5 | MIT | false | 2023-09-10T14:26:42 | 2017-07-21T22:56:24 | 2023-08-05T04:50:17 | 2023-09-10T14:26:41 | 592 | 12 | 3 | 4 | Java | false | false | /*
* Copyright (C) 2017-2019 Craig Thomas
* This project uses an MIT style license - see LICENSE for details.
*/
package ca.craigthomas.yacoco3e.listeners;
import ca.craigthomas.yacoco3e.components.Emulator;
import org.junit.Before;
import org.junit.Test;
import javax.swing.*;
import java.awt.event.ActionEvent;
im... | UTF-8 | Java | 2,061 | java | LoadVirtualDiskMenuItemListenerTest.java | Java | [
{
"context": "/*\n * Copyright (C) 2017-2019 Craig Thomas\n * This project uses an MIT style license - see L",
"end": 42,
"score": 0.999613344669342,
"start": 30,
"tag": "NAME",
"value": "Craig Thomas"
}
] | null | [] | /*
* Copyright (C) 2017-2019 <NAME>
* This project uses an MIT style license - see LICENSE for details.
*/
package ca.craigthomas.yacoco3e.listeners;
import ca.craigthomas.yacoco3e.components.Emulator;
import org.junit.Before;
import org.junit.Test;
import javax.swing.*;
import java.awt.event.ActionEvent;
import j... | 2,055 | 0.739447 | 0.724891 | 53 | 37.886791 | 28.120132 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716981 | false | false | 3 |
fef798cd99024e2b3e8ac9e4193b5e648006853a | 14,413,910,289,603 | 522cc78a62c65e53a7d97f113a2272dc5968036e | /src/ParseException.java | 2aeccaa6c76aa58757bc408e3882fef00529d01f | [] | no_license | tnagorra/BOBS-Sim | https://github.com/tnagorra/BOBS-Sim | 7d82577b20db17ce2f8df82cf3449fcbf3ab8ad4 | d6083789c2252d14dddfc85b3291d9ece52bfac6 | refs/heads/master | 2021-01-10T19:49:58.838000 | 2015-03-23T16:04:28 | 2015-03-23T16:04:28 | 31,963,443 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ParseException extends Exception {
// Some shit about serialization
private static final long serialVersionUID =83232;
public ParseException(){
super();
}
public ParseException(String message){
super(message);
}
}
| UTF-8 | Java | 270 | java | ParseException.java | Java | [] | null | [] | public class ParseException extends Exception {
// Some shit about serialization
private static final long serialVersionUID =83232;
public ParseException(){
super();
}
public ParseException(String message){
super(message);
}
}
| 270 | 0.666667 | 0.648148 | 13 | 19.76923 | 19.063271 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 3 |
f318d96f1077b32639f792b7a043a61792e75378 | 30,640,296,737,827 | eaf857e2934488842ea0ee1b0f3e230ea5224e29 | /src/important/backtrack/MinCostUsingTrain.java | 4ac97b598d2e98971e654f035766b5df1eae4842 | [] | no_license | arnabs542/leetcode-48 | https://github.com/arnabs542/leetcode-48 | d73d92765eccdfa9544efab3d3445bf1c0d485e9 | b882881fab2a542911a5fc769c052a95af530fbb | refs/heads/master | 2023-03-18T19:35:34.904000 | 2018-05-25T17:53:32 | 2018-05-25T17:53:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package important.backtrack;
/**
* / This function returns the smallest possible cost to
// reach station N-1 from station 0.
int minCost(int cost[][N])
{
// dist[i] stores minimum cost to reach station i
// from station 0.
int dist[N];
for (int i=0; i<N; i++)
dist[i] = INF;
dist[0] = 0;
... | UTF-8 | Java | 3,318 | java | MinCostUsingTrain.java | Java | [
{
"context": "is \" << minCost(cost);\n return 0;\n}\n\n * @author het\n *\n */\npublic class MinCostUsingTrain {\n\tprivate ",
"end": 967,
"score": 0.9922305941581726,
"start": 964,
"tag": "USERNAME",
"value": "het"
}
] | null | [] | package important.backtrack;
/**
* / This function returns the smallest possible cost to
// reach station N-1 from station 0.
int minCost(int cost[][N])
{
// dist[i] stores minimum cost to reach station i
// from station 0.
int dist[N];
for (int i=0; i<N; i++)
dist[i] = INF;
dist[0] = 0;
... | 3,318 | 0.449585 | 0.418953 | 114 | 26.491228 | 19.505396 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.438596 | false | false | 3 |
b5f5a6286aa0475065832618533dc2444031318b | 16,501,264,355,182 | 7b95f6ff0dfe666a1adb11e81f272916569bff73 | /第八章/src/set/TreeSetDemo.java | 9eb290b08c0f951afbf130ebc3b879da53473a38 | [] | no_license | jzhnice/chor7 | https://github.com/jzhnice/chor7 | d7b2e59d69acdee0dfda11ec849f9eedf2c50258 | 3a80e08ca883f3744f65817b7c8ccb562f515cbf | refs/heads/master | 2023-05-04T16:57:29.839000 | 2021-05-15T12:04:37 | 2021-05-15T12:04:37 | 364,912,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package set;
import java.util.TreeSet;
/**
* @version 1.0
* @author: jiazhihao
* @date: 2021-05-08 09:26
*/
public class TreeSetDemo {
public static void main(String[] args) {
TreeSet<String> set =new TreeSet<>();
set.add("111");
set.add("222");
set.add("地理");
... | UTF-8 | Java | 450 | java | TreeSetDemo.java | Java | [
{
"context": "util.TreeSet;\r\n\r\n/**\r\n * @version 1.0\r\n * @author: jiazhihao\r\n * @date: 2021-05-08 09:26\r\n */\r\npublic class Tr",
"end": 88,
"score": 0.9626070261001587,
"start": 79,
"tag": "NAME",
"value": "jiazhihao"
}
] | null | [] | package set;
import java.util.TreeSet;
/**
* @version 1.0
* @author: jiazhihao
* @date: 2021-05-08 09:26
*/
public class TreeSetDemo {
public static void main(String[] args) {
TreeSet<String> set =new TreeSet<>();
set.add("111");
set.add("222");
set.add("地理");
... | 450 | 0.502262 | 0.457014 | 23 | 17.217392 | 13.474474 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 3 |
a59206bd0bc881c67a88be2602e8be5f7c916e04 | 19,679,540,214,801 | b2cc38b38b9eb14bafb23c69d6a733fe670a4043 | /Dayone/src/dayone/selenium/EnqFormPropFile.java | af107bf727435a26bbb1234048a293bfa52dec5e | [] | no_license | Jeganath86automation/gitdemo | https://github.com/Jeganath86automation/gitdemo | 14d68f3c3bdb11453fa7f192c4d0509e68904c7e | ac2c3d883f17af52b882f4fa154652337bf63161 | refs/heads/master | 2023-06-28T04:29:58.551000 | 2021-08-03T06:59:30 | 2021-08-03T06:59:30 | 376,458,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dayone.selenium;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import o... | UTF-8 | Java | 4,787 | java | EnqFormPropFile.java | Java | [
{
"context": "h(prop.getProperty(\"mobnumber_xpath\"))).sendKeys(\"1234567890\");\r\n\t\tSelect stdlvl=new Select(driver.findElement",
"end": 4077,
"score": 0.7179079651832581,
"start": 4067,
"tag": "PASSWORD",
"value": "1234567890"
}
] | null | [] | package dayone.selenium;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import o... | 4,787 | 0.742427 | 0.730102 | 101 | 45.396038 | 34.467972 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.524752 | false | false | 3 |
d874c969c1fa8a4c1b24237ea0cabb57091c3dde | 19,164,144,139,955 | 56406bf903df36d2cf29e9c1fac9a872bcab3f3c | /src/memsys/ui/options/ElectricianAdd.java | 0bb38cf24af95774d218787eae48582710c4496a | [] | no_license | lcadiz/MemSys | https://github.com/lcadiz/MemSys | bee8ba7fdc0a02b1be57f16ecad33cf541a58c33 | 6f298bb90ae06c61901fe4f277078d9598c4bc66 | refs/heads/master | 2021-03-17T06:04:28.709000 | 2020-03-13T02:14:00 | 2020-03-13T02:14:11 | 246,968,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package memsys.ui.options;
import memsys.global.DBConn.MainDBConn;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JOptionPane;
public class ElectricianAdd extends javax.swing.JDialog {
public static ElectricianManage frmParent;
... | UTF-8 | Java | 9,930 | java | ElectricianAdd.java | Java | [] | null | [] | package memsys.ui.options;
import memsys.global.DBConn.MainDBConn;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JOptionPane;
public class ElectricianAdd extends javax.swing.JDialog {
public static ElectricianManage frmParent;
... | 9,930 | 0.623162 | 0.61571 | 244 | 39.69672 | 32.668327 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627049 | false | false | 3 |
22581edf22ded9c73df6c40ef6a584b1f2939aa7 | 21,706,764,766,707 | d685d4f1cea60efbd1780a97c8f06fd2c39d9e6e | /src/jike/ssm/service/PhotoManager.java | ab015882e4192f3919daccd7415c7b6142967b53 | [] | no_license | 18128862785/Task14 | https://github.com/18128862785/Task14 | 8ca35c01cec60e640adc92917868f3b96b6364f4 | d48515a0be22a5d3878ab09a48adf8aa3a2680d2 | refs/heads/master | 2018-01-04T23:07:23.064000 | 2016-10-14T09:35:33 | 2016-10-14T09:35:33 | 70,895,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jike.ssm.service;
public interface PhotoManager {
}
| UTF-8 | Java | 67 | java | PhotoManager.java | Java | [] | null | [] | package jike.ssm.service;
public interface PhotoManager {
}
| 67 | 0.716418 | 0.716418 | 5 | 11.4 | 13.690873 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 3 |
4cba29e97e32c6885e5f85acb87b9b15759d97a6 | 33,526,514,770,899 | b4ab76595c036218cb7fc7adda83ee3dcbaaef3d | /ibzou/ibzou-core/src/main/java/cn/ibizlab/core/ou/service/logic/impl/SysEmployeesaveDeptMemberLogicImpl.java | 22c80103f94a9a2c8da9df7bf2fc65ec99e605d6 | [
"Apache-2.0"
] | permissive | bellmit/ibizlab-runtime | https://github.com/bellmit/ibizlab-runtime | a1c342e38f332d7de3e0bbfcbc980002245e0b6e | 1ad216e76800763c9c10ecfd27d92a017af6576c | refs/heads/master | 2023-06-03T10:56:34.322000 | 2021-04-02T10:53:05 | 2021-04-02T10:53:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ibizlab.core.ou.service.logic.impl;
@Deprecated
public class SysEmployeesaveDeptMemberLogicImpl{
}
| UTF-8 | Java | 112 | java | SysEmployeesaveDeptMemberLogicImpl.java | Java | [] | null | [] | package cn.ibizlab.core.ou.service.logic.impl;
@Deprecated
public class SysEmployeesaveDeptMemberLogicImpl{
}
| 112 | 0.830357 | 0.830357 | 6 | 17.666666 | 21.09239 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 3 |
8d8ae2f5508f8b61fa6ec8a4675542b0dae86b6c | 35,914,516,547,566 | 74626d8d96e8c207e6affcb454ae4e30451e40e6 | /src/main/java/io/github/lucaseasedup/logit/command/LogItTabCompleter.java | 10af07b4d1783e41da59699778ab2ba8313e4cfe | [
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | nicku1/LogIt | https://github.com/nicku1/LogIt | bcdc3f253fb6d9dc117b2d558077a86a8a79b358 | 36a9052cd1fa952bd2c26f45a3787764e8bafaf4 | refs/heads/master | 2022-11-22T14:23:55.636000 | 2017-06-10T08:24:22 | 2017-06-10T08:24:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.lucaseasedup.logit.command;
import io.github.lucaseasedup.logit.LogItCoreObject;
import io.github.lucaseasedup.logit.account.Account;
import io.github.lucaseasedup.logit.command.hub.HubCommand;
import io.github.lucaseasedup.logit.command.hub.HubCommands;
import io.github.lucaseasedup.logit.stor... | UTF-8 | Java | 4,298 | java | LogItTabCompleter.java | Java | [
{
"context": "package io.github.lucaseasedup.logit.command;\r\n\r\nimport io.github.lucaseasedup.l",
"end": 30,
"score": 0.9987941384315491,
"start": 18,
"tag": "USERNAME",
"value": "lucaseasedup"
},
{
"context": "b.lucaseasedup.logit.command;\r\n\r\nimport io.github.lucaseasedup.log... | null | [] | package io.github.lucaseasedup.logit.command;
import io.github.lucaseasedup.logit.LogItCoreObject;
import io.github.lucaseasedup.logit.account.Account;
import io.github.lucaseasedup.logit.command.hub.HubCommand;
import io.github.lucaseasedup.logit.command.hub.HubCommands;
import io.github.lucaseasedup.logit.stor... | 4,298 | 0.507213 | 0.506049 | 137 | 29.372263 | 21.44455 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364964 | false | false | 3 |
7b1fd44254c4c04734eefd17647cd484ab986131 | 9,380,208,636,580 | 9033c25436aac58f9630f44fa1d7078817fb5ce3 | /src/main/java/com/zhd/basics/javabase/suanfa/MainSolution.java | 95ccdc26c30b161e2059eb3982e909cc17214b3d | [] | no_license | zhanghaodong2017/basics | https://github.com/zhanghaodong2017/basics | 3d30bf68d539adc63d2e6b3b208ec33c11f06f46 | 2c508bbb530b075fa2426b49ba8b0f233af496b0 | refs/heads/master | 2020-04-05T11:41:09.939000 | 2019-03-09T03:04:05 | 2019-03-09T03:04:05 | 156,844,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhd.basics.javabase.suanfa;
import java.time.LocalDate;
/**
* @Author: zhanghaodong
* @Description
* @Date: 2019-03-05 16:38
*/
public class MainSolution {
public static ListNode rotateRight(ListNode head, int k) {
if (head == null) {
return head;
}
int lenth ... | UTF-8 | Java | 2,833 | java | MainSolution.java | Java | [
{
"context": "nfa;\n\nimport java.time.LocalDate;\n\n/**\n * @Author: zhanghaodong\n * @Description\n * @Date: 2019-03-05 1",
"end": 87,
"score": 0.5751394033432007,
"start": 86,
"tag": "NAME",
"value": "z"
},
{
"context": "a;\n\nimport java.time.LocalDate;\n\n/**\n * @Author: zhangh... | null | [] | package com.zhd.basics.javabase.suanfa;
import java.time.LocalDate;
/**
* @Author: zhanghaodong
* @Description
* @Date: 2019-03-05 16:38
*/
public class MainSolution {
public static ListNode rotateRight(ListNode head, int k) {
if (head == null) {
return head;
}
int lenth ... | 2,833 | 0.492213 | 0.478088 | 109 | 24.330275 | 17.262175 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642202 | false | false | 3 |
1ffcd4b334c7009902d24ca6bf143c2839bd45d6 | 38,053,410,243,300 | 9211928622e628dee37697da3ebb268a0a5ef566 | /src/Addons/Help.java | 8d085bf1a25386bdb87dd9404f76d68dfc3c9a64 | [] | no_license | rivizoft/vktelegrambot | https://github.com/rivizoft/vktelegrambot | 7c85ac6e99892c8ffde04e72c497040d7fb107bc | c01971f11812cb9d51e8b74f901f3b7e8c13cc06 | refs/heads/master | 2022-03-20T07:15:28.140000 | 2019-12-16T09:54:31 | 2019-12-16T09:54:31 | 210,298,394 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Addons;
import Functions.Function;
import Users.User;
public class Help implements Function {
@Override
public String getCommand() {
return "/help";
}
@Override
public String getText(User user) {
return "Привет, " + user.getName() + ". Я бот Бит. Со мной мож... | UTF-8 | Java | 892 | java | Help.java | Java | [] | null | [] | package Addons;
import Functions.Function;
import Users.User;
public class Help implements Function {
@Override
public String getCommand() {
return "/help";
}
@Override
public String getText(User user) {
return "Привет, " + user.getName() + ". Я бот Бит. Со мной мож... | 892 | 0.561702 | 0.55461 | 22 | 30.045454 | 29.567299 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 3 |
540ab63b63cfb1a9dc83f8ca00bf1775cce6b011 | 35,940,286,360,593 | d375d9d0e82e1f195ab4f56eb93780810faa7e56 | /Fuente_Distribuidos/src/distri/TCPDirectorio.java | f9d5d32018e87a549e835551c7c614d3cd689328 | [] | no_license | orozcojuan1998/Sistema-distribuido-de-votaci-n-de-proyectos-gubernamentales | https://github.com/orozcojuan1998/Sistema-distribuido-de-votaci-n-de-proyectos-gubernamentales | 40ad57b6cd6b6bf8437816390ab7cec5ffb30b70 | 1c840e05a2c68912bc44da01e09c164bb1d40b83 | refs/heads/master | 2020-07-23T01:56:53.358000 | 2019-09-09T21:42:39 | 2019-09-09T21:42:39 | 207,408,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package distri;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.EOFException;
import java.io.IOException;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.StringTokenizer;
import javax.annot... | UTF-8 | Java | 1,905 | java | TCPDirectorio.java | Java | [
{
"context": "vate Socket s;\r\n\t\r\n\tprivate String ipDirectorio= \"10.192.101.21\";\r\n\tprivate int port = 8002;\r\n\r\n\tpublic TCPDirect",
"end": 574,
"score": 0.9997482299804688,
"start": 561,
"tag": "IP_ADDRESS",
"value": "10.192.101.21"
}
] | null | [] | package distri;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.EOFException;
import java.io.IOException;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.StringTokenizer;
import javax.annot... | 1,905 | 0.64042 | 0.632021 | 82 | 21.256098 | 18.369389 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.329268 | false | false | 3 |
1063f3ee78db69bca655ba68a78ae83fcebfd9f1 | 16,544,214,080,614 | 5aa183a883ecf289dd1f068ae613359b71175d3e | /src/edu/cmu/cs/hcii/cogtool/ui/DefaultUI.java | e35444396a0e376d5641aada11eab7bd59ce3682 | [] | no_license | hyyuan/cogtool_plus | https://github.com/hyyuan/cogtool_plus | 9971e12bf8f95b84048642414e29b930395f419f | 0b5d04e3eb1cc6ca5aa3fa135a85fef505604c6c | refs/heads/master | 2021-06-07T22:58:21.085000 | 2021-04-20T13:57:26 | 2021-04-20T13:57:26 | 130,874,565 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* CogTool Copyright Notice and Distribution Terms
* CogTool 1.3, Copyright (c) 2005-2013 Carnegie Mellon University
* This software is distributed under the terms of the FSF Lesser
* Gnu Public License (see LGPL.txt).
*
* CogTool i... | UTF-8 | Java | 28,392 | java | DefaultUI.java | Java | [
{
"context": "ml.\n * \n * CLISP version 2.38\n * \n * Copyright (c) Sam Steingold, Bruno Haible 2001-2006\n * This software is distr",
"end": 1570,
"score": 0.999871015548706,
"start": 1557,
"tag": "NAME",
"value": "Sam Steingold"
},
{
"context": "P version 2.38\n * \n * Copyright (... | null | [] | /*******************************************************************************
* CogTool Copyright Notice and Distribution Terms
* CogTool 1.3, Copyright (c) 2005-2013 Carnegie Mellon University
* This software is distributed under the terms of the FSF Lesser
* Gnu Public License (see LGPL.txt).
*
* CogTool i... | 28,342 | 0.599429 | 0.595942 | 793 | 34.80328 | 27.107866 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359395 | false | false | 3 |
7dbf8119dc30c39d899997b57b9d74e02dbbe879 | 38,019,050,513,961 | 4cda0167e50f192c88b7dfebbfb8af920d37f57d | /src/main/java/com/trekiz/admin/modules/hotel/input/PriceDifferenceInput.java | c8f5f7bc298556b6a4c03a8bfbb51ce639c98daa | [] | no_license | cckmit/CustomerInfo | https://github.com/cckmit/CustomerInfo | 1e7e685a8f96ba56af7e4e624b1ec23029682e85 | 15ee744e47236557ed33d24ced09b6b5f37f9a9c | refs/heads/master | 2023-03-15T10:09:47.938000 | 2017-08-17T05:57:46 | 2017-08-17T06:23:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trekiz.admin.modules.hotel.input;
/**
* 单房差类
* @author wangxv
*
*/
public class PriceDifferenceInput {
private String price;
private UnitInput unit;
private CurrencyInput currency;
/*private String currency;// UUID
private String currencyText;// 币种符号
private String unit;// 单房差单位id
private S... | UTF-8 | Java | 1,255 | java | PriceDifferenceInput.java | Java | [
{
"context": ".admin.modules.hotel.input;\n/**\n * 单房差类\n * @author wangxv\n *\n */\npublic class PriceDifferenceInput {\n\t\n\t\n\tp",
"end": 75,
"score": 0.9996614456176758,
"start": 69,
"tag": "USERNAME",
"value": "wangxv"
}
] | null | [] | package com.trekiz.admin.modules.hotel.input;
/**
* 单房差类
* @author wangxv
*
*/
public class PriceDifferenceInput {
private String price;
private UnitInput unit;
private CurrencyInput currency;
/*private String currency;// UUID
private String currencyText;// 币种符号
private String unit;// 单房差单位id
private S... | 1,255 | 0.713469 | 0.713469 | 63 | 18.444445 | 15.278138 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 3 |
36e694868b84deee158582e8d5340341a062f637 | 36,627,481,121,544 | 2deb74d5bf569bdbe637846d93fac47c01b278a4 | /android/util/Xml.java | abf25bc6f91e259a1873c03e574a6c74f6b5fb2e | [] | no_license | isabella232/android-sdk-sources-for-api-level-11 | https://github.com/isabella232/android-sdk-sources-for-api-level-11 | 8aefeff38cbc0bbe7cfbbd04a940f8c4aa319772 | d772b816a1e388a5f8022d4bc47adc9016195600 | refs/heads/master | 2023-03-16T14:08:07.661000 | 2015-07-03T11:17:32 | 2015-07-03T11:17:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package android.util;
/* */
/* */ import java.io.IOException;
/* */ import java.io.InputStream;
/* */ import java.io.Reader;
/* */ import java.io.UnsupportedEncodingException;
/* */ import org.xml.sax.ContentHandler;
/* */ import org.xml.sax.SAXException;
/* */ import org.xmlpull.v1.Xm... | UTF-8 | Java | 1,824 | java | Xml.java | Java | [] | null | [] | /* */ package android.util;
/* */
/* */ import java.io.IOException;
/* */ import java.io.InputStream;
/* */ import java.io.Reader;
/* */ import java.io.UnsupportedEncodingException;
/* */ import org.xml.sax.ContentHandler;
/* */ import org.xml.sax.SAXException;
/* */ import org.xmlpull.v1.Xm... | 1,824 | 0.632127 | 0.612939 | 40 | 44.625 | 44.343369 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
9b8cac19badab3a9986dc24721097a613a512e4a | 20,014,547,639,165 | 01a23639a4edfe7ffb5330894d553de52368debe | /src/main/java/com/finlabs/finexa/service/FinexaSubscriptionService.java | 61ea6ad7946ad6458e4a45a4d4fae0b1fb1ba9d2 | [] | no_license | kaustubh-walokar/ClientService | https://github.com/kaustubh-walokar/ClientService | 47943e419482524127abf536f7a293cffb9af90d | 579d8fc89b1df1f1101a75f98c92f6e5cf08f0de | refs/heads/master | 2021-05-24T16:36:28.919000 | 2020-02-28T12:53:43 | 2020-02-28T12:53:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finlabs.finexa.service;
import java.util.List;
import com.finlabs.finexa.dto.FinexaSubscriptionDTO;
public interface FinexaSubscriptionService {
public FinexaSubscriptionDTO save(FinexaSubscriptionDTO finexaSubscriptionDTO) throws RuntimeException;
List<FinexaSubscriptionDTO> getAllSubscri... | UTF-8 | Java | 470 | java | FinexaSubscriptionService.java | Java | [] | null | [] | package com.finlabs.finexa.service;
import java.util.List;
import com.finlabs.finexa.dto.FinexaSubscriptionDTO;
public interface FinexaSubscriptionService {
public FinexaSubscriptionDTO save(FinexaSubscriptionDTO finexaSubscriptionDTO) throws RuntimeException;
List<FinexaSubscriptionDTO> getAllSubscri... | 470 | 0.831915 | 0.831915 | 15 | 29.333334 | 37.149548 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
02d478c3d75d984e4de8f2f8af5dffedc900bf38 | 4,011,499,469,797 | 6eb65d37e01aa1ab1515a82ce246996262479e41 | /CJ_30_Incapsulamento_e_ereditarieta/src/I_e_E.java | 067cd8d660b7ed49016e551f29dc458d3855595e | [] | no_license | rootan/CJ | https://github.com/rootan/CJ | bf13812c26c34ed75cde5d58bf933614250a7129 | 6e15909aec4b5b1d51f8895777861bddac103083 | refs/heads/master | 2019-05-26T16:56:08.467000 | 2017-07-01T11:52:45 | 2017-07-01T11:52:45 | 84,651,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**7 marzo 2017
* Che cosa provoca l'utilizzo combianto sia dell'incapsulamento che dell'ereditarietà?
*
* Ovvero cosa si eredita da una classe incapsulata?
* *estendere una classe significa ereditarne i membri non privati
* *quindi gli attributi privati della superclasse non si erediteranno
* *... | UTF-8 | Java | 1,060 | java | I_e_E.java | Java | [] | null | [] | /**7 marzo 2017
* Che cosa provoca l'utilizzo combianto sia dell'incapsulamento che dell'ereditarietà?
*
* Ovvero cosa si eredita da una classe incapsulata?
* *estendere una classe significa ereditarne i membri non privati
* *quindi gli attributi privati della superclasse non si erediteranno
* *... | 1,060 | 0.755218 | 0.750474 | 25 | 41.16 | 34.309975 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 3 |
e8881aa9ed8d5ff94b7dab2c62f74b071a022ba2 | 5,566,277,624,423 | 7f3d2a07b2615843e2dadb9966f9b3995f22a9e6 | /src/org/smram/stats/LongSummaryStats.java | eaebd49eff9d86957e8c9ed59e952d8e5d0fbca8 | [] | no_license | smram/range-partition | https://github.com/smram/range-partition | 25dc8cd908895f0cf03c9d93a01d50a250e57b16 | 2fdae8fae3ca4a8e4b776fb94346d0e08081fc8c | refs/heads/master | 2021-01-20T07:48:57.485000 | 2015-06-21T22:57:58 | 2015-06-21T22:57:58 | 37,426,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.smram.stats;
/**
* Running Statistics for long objects.
*
* This class is not thread-safe because the update() method is not synchronized
*
* This is my test implementation; normally Apache Commons Math has one I'd use
* @author smram
*/
public class LongSummaryStats {
//public final static doubl... | UTF-8 | Java | 2,600 | java | LongSummaryStats.java | Java | [
{
"context": "lly Apache Commons Math has one I'd use\n * @author smram\n */\npublic class LongSummaryStats {\n\t//public fin",
"end": 255,
"score": 0.9995385408401489,
"start": 250,
"tag": "USERNAME",
"value": "smram"
}
] | null | [] | package org.smram.stats;
/**
* Running Statistics for long objects.
*
* This class is not thread-safe because the update() method is not synchronized
*
* This is my test implementation; normally Apache Commons Math has one I'd use
* @author smram
*/
public class LongSummaryStats {
//public final static doubl... | 2,600 | 0.675769 | 0.663846 | 101 | 24.752476 | 25.970816 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.683168 | false | false | 3 |
b079e1b304c06ea8d4564c6afa2ea16736667f8e | 5,566,277,623,391 | 38a535b02821443773cbb778b501fd1eff9538ee | /JDBC/src/Connect.java | 1cfc775989db6ffaaa3df59e66eba8a6d6f8720c | [] | no_license | V-Modder/DbiBenchmark | https://github.com/V-Modder/DbiBenchmark | 2570ea930fffd545bc1de50666a9fdaf2336b70e | e10fa0bc83a63c8c7ae85ed5d62c9edb32c28593 | refs/heads/master | 2016-09-10T03:17:04.929000 | 2013-12-19T18:14:03 | 2013-12-19T18:14:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Random;
import java.util.Scanner;
public class Connect
{
public static void delete_tables(java.sql.Statement stmt) throws SQLException
{
stmt.execute("TRUNCATE TABLE history");
st... | UTF-8 | Java | 3,882 | java | Connect.java | Java | [
{
"context": "nal int iAusschwingZeit = 54000;\n\t\tString user = \"dbi\";\n\t\tString pass = \"janbe2013\";\n\t\tString DB = \"ben",
"end": 2309,
"score": 0.9993272423744202,
"start": 2306,
"tag": "USERNAME",
"value": "dbi"
},
{
"context": " = 54000;\n\t\tString user = \"dbi\";\n\t\... | null | [] | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Random;
import java.util.Scanner;
public class Connect
{
public static void delete_tables(java.sql.Statement stmt) throws SQLException
{
stmt.execute("TRUNCATE TABLE history");
st... | 3,883 | 0.655332 | 0.628542 | 132 | 28.40909 | 30.349468 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.909091 | false | false | 3 |
3d41dee3b366efd1862d2f0fb65a1ea4bfefdb10 | 11,828,339,977,248 | 386419a2c777c4a7af547da99ab0a3fd91d7859c | /app/src/main/java/vn/com/duan1/coffeemanagement/Staff_item/AccountLoginFragment.java | 2004209f02057c1fd1c8b120ee4cbe8e6f3e3658 | [] | no_license | cauhuyso0/DuAnCoffee | https://github.com/cauhuyso0/DuAnCoffee | dd91fa54ab12352407d4a11afa13b372f1cf20c6 | 4196eca4ab8cf3f750995233f476cdfe12311afc | refs/heads/main | 2023-01-01T10:29:39.486000 | 2020-10-29T01:57:55 | 2020-10-29T01:57:55 | 308,189,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.com.duan1.coffeemanagement.Staff_item;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.... | UTF-8 | Java | 7,335 | java | AccountLoginFragment.java | Java | [
{
"context": "ing userID = \"\";\n String password = edtAddPassword.getText().toString();\n\n userID = begin + edtSTT.getTe",
"end": 4994,
"score": 0.8974034786224365,
"start": 4961,
"tag": "PASSWORD",
"value": "edtAddPassword.getText().toString"
}
] | null | [] | package vn.com.duan1.coffeemanagement.Staff_item;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.... | 7,312 | 0.629908 | 0.623752 | 185 | 38.508106 | 27.723757 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691892 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.