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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4886db3ec2a39f463f785ff9e16af30f3cb0db13 | 2,680,059,609,794 | 0b818124719ccbfb9db5b21ffedcbef8160d27f7 | /src/Sorting/BubbleSort.java | ea667549f3c323af9cdc07f66c13e06dd6f2658b | [] | no_license | cxdyyt/main | https://github.com/cxdyyt/main | 2b94aa4785f9649673bc0b39d3223f1c0493511f | cb53e09a1314668c97b162c38b16fa24ec435038 | refs/heads/master | 2022-01-27T11:50:16.868000 | 2021-12-31T11:47:22 | 2021-12-31T11:47:22 | 149,701,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Sorting;
import InterFaces.SortFunction;
/**
* @see SortFunction
* @author Beck
* @see BubbleSort,CommonSort
* @param <T>
*/
public class BubbleSort<T extends Comparable<T>> extends CommonSort<T> {
@Override
public void sortInner(T[] arrs) {
for (int i = arrs.length - 1; i ... | UTF-8 | Java | 1,132 | java | BubbleSort.java | Java | [
{
"context": "Function;\r\n\r\n/**\r\n * @see SortFunction\r\n * @author Beck\r\n * @see BubbleSort,CommonSort\r\n * @param <T>\r\n *",
"end": 97,
"score": 0.9789358377456665,
"start": 93,
"tag": "NAME",
"value": "Beck"
}
] | null | [] | package Sorting;
import InterFaces.SortFunction;
/**
* @see SortFunction
* @author Beck
* @see BubbleSort,CommonSort
* @param <T>
*/
public class BubbleSort<T extends Comparable<T>> extends CommonSort<T> {
@Override
public void sortInner(T[] arrs) {
for (int i = arrs.length - 1; i ... | 1,132 | 0.39311 | 0.380742 | 46 | 22.608696 | 18.614485 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 0 |
f44ec0c1f9c26d8a47cb7f210abb6bb07156645e | 7,550,552,519,985 | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/coolapk/market/view/feed/vote/FeedVotePresenter$voteOptions$1.java | 893d6ee807b62172669f9d1794d7b62c9abd376a | [] | no_license | t0HiiBwn/CoolapkRelease | https://github.com/t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867000 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coolapk.market.view.feed.vote;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Lambda;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0003\n\u0000\u0010\u0000\u001a\u00020\u00... | UTF-8 | Java | 1,419 | java | FeedVotePresenter$voteOptions$1.java | Java | [] | null | [] | package com.coolapk.market.view.feed.vote;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Lambda;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0003\n\u0000\u0010\u0000\u001a\u00020\u00... | 1,419 | 0.696051 | 0.61354 | 31 | 44.741936 | 51.652042 | 274 | false | false | 0 | 0 | 30 | 0.042313 | 0 | 0 | 0.903226 | false | false | 0 |
88d36afc5aad970860732f04e3d208064b379afd | 6,184,752,938,919 | bce09fa2756fe9abf41431d0cd662d737de3da94 | /src/modelo/plan/AlxDiet.java | d755548195819270e707616abb6ce6130c45ad42 | [] | no_license | victorguz/YGCPlanner | https://github.com/victorguz/YGCPlanner | a88fd245588ec7efc7f64415e4e0f27bd6a4f360 | 1ffd19d49d764cf9ad1730d3e5e20b9bc44ede77 | refs/heads/master | 2022-05-23T13:18:02.605000 | 2020-04-28T17:35:33 | 2020-04-28T17:35:33 | 219,798,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modelo.plan;
import DAO.DAOException;
import controlador.Operacion;
/**
* Esta clase enlaza los alimentos con las... | UTF-8 | Java | 5,382 | java | AlxDiet.java | Java | [
{
"context": " * relación es de muchos a muchos.\r\n *\r\n * @author Victor\r\n */\r\npublic class AlxDiet extends BasePlan {\r\n\r\n",
"end": 413,
"score": 0.9976910948753357,
"start": 407,
"tag": "NAME",
"value": "Victor"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package modelo.plan;
import DAO.DAOException;
import controlador.Operacion;
/**
* Esta clase enlaza los alimentos con las... | 5,382 | 0.547955 | 0.54461 | 182 | 27.56044 | 22.823118 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472527 | false | false | 0 |
d1a624c011b2902009c30e91cbdbab700dbe3a6a | 35,115,652,617,466 | 94d8c7b01c7f50e4be6c067d836a2cf9294e771b | /restApi/src/main/java/caleb/rest/api/controller/HelloController.java | 2e07b54c236e7fe70d9162ef19295fc8b969dad4 | [] | no_license | clock509/Projects | https://github.com/clock509/Projects | 24f2477e30a5fba58a5b415a2f3241b41205f9a1 | 989582e30b5591705648966db17ce0ac4fc7a749 | refs/heads/master | 2020-07-12T19:00:45.398000 | 2020-03-24T02:53:10 | 2020-03-24T02:53:10 | 204,886,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package caleb.rest.api.controller;
import lombok.Getter;
import lombok.Setter;
//import jdk.nashorn.internal.objects.annotations.Getter; //lombok용 라이브러리가 아니므로 에러가 난다.
//import jdk.nashorn.internal.objects.annotations.Setter; //lombok용 라이브러리가 아니므로 에러가 난다.
import org.springframework.stereotype.Controller;
import org... | UTF-8 | Java | 3,599 | java | HelloController.java | Java | [] | null | [] | package caleb.rest.api.controller;
import lombok.Getter;
import lombok.Setter;
//import jdk.nashorn.internal.objects.annotations.Getter; //lombok용 라이브러리가 아니므로 에러가 난다.
//import jdk.nashorn.internal.objects.annotations.Setter; //lombok용 라이브러리가 아니므로 에러가 난다.
import org.springframework.stereotype.Controller;
import org... | 3,599 | 0.624629 | 0.620667 | 82 | 35.951218 | 33.959049 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 0 |
947a058bf2643db450d93e289526c809c7fbb140 | 34,213,709,488,708 | 370047bf8b4036a08d95c4ae6cb9d21137610a5a | /src/com/company/SkiVacation.java | 30284841c695139235e5729f20ac6628794c9879 | [] | no_license | MartinLichev/Sample-Java-Projects | https://github.com/MartinLichev/Sample-Java-Projects | 86fd0950b2589f6a08b409ea5189e961b1798ffe | c44086b22a91320e7f7fe6c714bf8b6a63d01651 | refs/heads/master | 2022-12-22T16:46:37.793000 | 2020-09-14T09:12:58 | 2020-09-14T09:12:58 | 290,169,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
public class SkiVacation {
public static void main(String[] args) {
Scanner scr = new Scanner(System.in);
int daysOfRent = Integer.parseInt(scr.nextLine());
String typeOfRoom = scr.nextLine();
String grade = scr.nextLine();
dou... | UTF-8 | Java | 2,324 | java | SkiVacation.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
public class SkiVacation {
public static void main(String[] args) {
Scanner scr = new Scanner(System.in);
int daysOfRent = Integer.parseInt(scr.nextLine());
String typeOfRoom = scr.nextLine();
String grade = scr.nextLine();
dou... | 2,324 | 0.526678 | 0.488812 | 60 | 37.733334 | 22.78001 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 0 |
fcdbf6d7862aaaedaa623c4f468f2755f42cfbd1 | 7,481,833,091,309 | d62b5ec43de6562f509043ab50825de87e202311 | /src/main/java/jcurry/util/function/CurryingFunction.java | 35a9476fca40eca2ad0c984b57aadf1ffd4db043 | [
"Apache-2.0"
] | permissive | wayneseymour/jcurry | https://github.com/wayneseymour/jcurry | 410b58e18ee4a5f15fe720ca33dae44bab898abc | 5e1117226da59e99935b700ea7320fbf1c348a95 | refs/heads/master | 2020-03-26T14:49:45.679000 | 2016-09-08T18:00:07 | 2016-09-08T18:00:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright 2016 Anderson Dorow
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | UTF-8 | Java | 1,095 | java | CurryingFunction.java | Java | [
{
"context": "/*\n Copyright 2016 Anderson Dorow\n\n Licensed under the Apache License, Version 2.",
"end": 35,
"score": 0.9997898936271667,
"start": 21,
"tag": "NAME",
"value": "Anderson Dorow"
}
] | null | [] | /*
Copyright 2016 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | 1,087 | 0.709589 | 0.702283 | 33 | 32.18182 | 29.71221 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 0 |
36f3262d6c94d1fb21ec99c63b268bcd55a90b87 | 11,038,065,966,566 | 776031c494e397f39c055bcf56bc266d078a4ba4 | /web-common/src/main/java/org/geogebra/web/html5/gui/menu/AriaMenuItem.java | 8c36feaad44caad952fbd164ec1478086065534e | [] | no_license | geogebra/geogebra | https://github.com/geogebra/geogebra | 85f648e733454c5b471bf7b13b54607979bb1830 | 210ee8862951f91cecfb3a76a9c4114019c883b8 | refs/heads/master | 2023-09-05T11:09:42.662000 | 2023-09-05T08:10:05 | 2023-09-05T08:10:05 | 2,543,687 | 1,319 | 389 | null | false | 2023-07-20T11:49:58 | 2011-10-09T17:57:35 | 2023-07-18T13:38:49 | 2023-07-20T11:48:45 | 2,013,618 | 1,222 | 313 | 0 | Java | false | false | package org.geogebra.web.html5.gui.menu;
import org.gwtproject.core.client.Scheduler.ScheduledCommand;
import org.gwtproject.dom.client.Document;
import org.gwtproject.user.client.ui.SimplePanel;
import org.gwtproject.user.client.ui.Widget;
/**
* Accessible menu item: use <li> instead of <td> as a tag
*... | UTF-8 | Java | 2,953 | java | AriaMenuItem.java | Java | [] | null | [] | package org.geogebra.web.html5.gui.menu;
import org.gwtproject.core.client.Scheduler.ScheduledCommand;
import org.gwtproject.dom.client.Document;
import org.gwtproject.user.client.ui.SimplePanel;
import org.gwtproject.user.client.ui.Widget;
/**
* Accessible menu item: use <li> instead of <td> as a tag
*... | 2,953 | 0.653911 | 0.653234 | 147 | 19.088436 | 18.331388 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 0 |
d852eef422bc440a6ceb18a51814df116d31d305 | 1,967,095,065,743 | 80499b84c03b20d7dc31360de06bc907a3342862 | /src/main/java/cz/hartrik/sg2/app/module/tools/RandomizerSubmodule.java | 1461bfb70f5a1d0dc8f596b4128018471b0996c1 | [] | no_license | Hartrik/Sand-Game-2 | https://github.com/Hartrik/Sand-Game-2 | 4d3888af1f6f28e4189debba0abd26816c4328fb | 731977b1b01dc1a3d02eecb019fc123c71042952 | refs/heads/master | 2023-02-04T06:56:09.331000 | 2023-01-31T21:51:52 | 2023-01-31T21:51:52 | 41,304,758 | 16 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package cz.hartrik.sg2.app.module.tools;
import cz.hartrik.sg2.app.Application;
import cz.hartrik.sg2.app.Strings;
import cz.hartrik.sg2.app.module.MenuSubmodule;
import cz.hartrik.sg2.app.module.script.ToolFactory;
import cz.hartrik.sg2.brush.jfx.JFXControls;
import cz.hartrik.sg2.tool.Randomizer;
import cz.hartrik.... | UTF-8 | Java | 1,835 | java | RandomizerSubmodule.java | Java | [
{
"context": "j randomizér.\n *\n * @version 2015-03-29\n * @author Patrik Harag\n */\npublic class RandomizerSubmodule implements M",
"end": 600,
"score": 0.9998838901519775,
"start": 588,
"tag": "NAME",
"value": "Patrik Harag"
}
] | null | [] |
package cz.hartrik.sg2.app.module.tools;
import cz.hartrik.sg2.app.Application;
import cz.hartrik.sg2.app.Strings;
import cz.hartrik.sg2.app.module.MenuSubmodule;
import cz.hartrik.sg2.app.module.script.ToolFactory;
import cz.hartrik.sg2.brush.jfx.JFXControls;
import cz.hartrik.sg2.tool.Randomizer;
import cz.hartrik.... | 1,829 | 0.663934 | 0.654645 | 56 | 31.678572 | 25.274286 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 0 |
59dcbd41f40021c19e947ee5bafd75424b604847 | 35,562,329,214,587 | 2cfdec70b403b4e31e66f63679cf2ed8b5d99a93 | /src/PhanHuuNam_IT20A3B/Cau10.java | 0e2ce406135f2f3254feda2986569b609905da31 | [] | no_license | phnam181102/JAVA_Ky_Thuat_Lap_Trinh | https://github.com/phnam181102/JAVA_Ky_Thuat_Lap_Trinh | 19e6689ecd2845690abde640827bed4f6aaba37a | e16b6f53a97281918fafd7de5a9aa6535aded515 | refs/heads/master | 2023-03-12T01:27:45.664000 | 2021-02-19T12:09:11 | 2021-02-19T12:09:11 | 317,724,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PhanHuuNam_IT20A3B;
import java.util.Scanner;
public class Cau10 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("Nhap kich thuoc cua mang: ");
int n = sc.nextInt();
int[] A = new int[n];
for (int i = 0; i < n; i++) {... | UTF-8 | Java | 3,173 | java | Cau10.java | Java | [] | null | [] | package PhanHuuNam_IT20A3B;
import java.util.Scanner;
public class Cau10 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("Nhap kich thuoc cua mang: ");
int n = sc.nextInt();
int[] A = new int[n];
for (int i = 0; i < n; i++) {... | 3,173 | 0.354554 | 0.340687 | 113 | 27.079645 | 19.46685 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752212 | false | false | 0 |
f1b4df0f9b0d96698dda846f62f373a26ae99396 | 25,967,372,296,934 | 1a132b4c21211e81e39b4bf1f167818a4a2a23c2 | /src/main/java/io/snyk/agent/util/UseCounter.java | 0a27ad634ea23526c59dd7544691709bf7246c06 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | isabella232/java-runtime-agent | https://github.com/isabella232/java-runtime-agent | 557310c798f3528a75f14d9b2b5846065057cfa3 | 8c18b80dbd30ef9fdedf9a664a7aed42c964162e | refs/heads/master | 2023-03-15T21:45:54.592000 | 2021-03-04T16:57:09 | 2021-03-04T16:57:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.snyk.agent.util;
import java.util.*;
import java.util.concurrent.atomic.AtomicIntegerArray;
/**
* An attempt at a fast counter. To be determined if it's actually fast.
*/
public class UseCounter {
// @GuardedBy("this")
private final List<String> lookup = new ArrayList<>();
// assumptions: ca... | UTF-8 | Java | 2,435 | java | UseCounter.java | Java | [] | null | [] | package io.snyk.agent.util;
import java.util.*;
import java.util.concurrent.atomic.AtomicIntegerArray;
/**
* An attempt at a fast counter. To be determined if it's actually fast.
*/
public class UseCounter {
// @GuardedBy("this")
private final List<String> lookup = new ArrayList<>();
// assumptions: ca... | 2,435 | 0.601643 | 0.597125 | 76 | 31.039474 | 28.776562 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 0 |
5ebee8db56f63fca8aef3b2587559204bf6e59ad | 25,967,372,294,302 | 8e0dba161d0dc6e88aad6c7fa5dfa503b5e87d2f | /.metadata/.plugins/org.eclipse.core.resources/.history/e9/e079a9d89f9c001a1393e81b3e4bfd91 | 30822b918c2fc95414365f2058f3ec5cf82a41bd | [] | no_license | VictorCruzGo/RabbitMQJavaSpringBoot | https://github.com/VictorCruzGo/RabbitMQJavaSpringBoot | eef3f7ca4e6dcc430ae93a52c25d3deb12ee8a15 | 98fa1e7a26df1e41c72fb1be84bc6a469c99ce3b | refs/heads/master | 2023-01-12T05:09:09.813000 | 2020-11-14T18:09:03 | 2020-11-14T18:09:03 | 312,738,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vic.rabbitmq.app.entity;
import java.time.LocalDate;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.vic.rabbitmq.app.json.CustomLocalDateSerializer;
public class InvoiceCreateMessage {
private double amount;
@JsonSerialize(using = CustomLocalDateSerializer.class)
private L... | UTF-8 | Java | 1,449 | e079a9d89f9c001a1393e81b3e4bfd91 | Java | [] | null | [] | package com.vic.rabbitmq.app.entity;
import java.time.LocalDate;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.vic.rabbitmq.app.json.CustomLocalDateSerializer;
public class InvoiceCreateMessage {
private double amount;
@JsonSerialize(using = CustomLocalDateSerializer.class)
private L... | 1,449 | 0.750173 | 0.750173 | 57 | 24.421053 | 23.872429 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.684211 | false | false | 0 | |
f08d5bd84117b1a3576a531602df24b4265bbd64 | 35,424,890,262,146 | e88a1decc876802f44c00e15426cdcf9cf592511 | /project/.svn/pristine/3e/3ecc2d3c3cd165fdca81d9dddff83573ae00b8ee.svn-base | 53452684d2661816a786d9e54ee800a260693f88 | [] | no_license | zaq11qaz/wjcs-server | https://github.com/zaq11qaz/wjcs-server | fa5849463ee8186838d232da2ffe6c9692199848 | a67ea3bf25eb2d0a550f348cc97f1238a981b262 | refs/heads/master | 2023-05-09T22:21:16.598000 | 2021-05-20T08:49:01 | 2021-05-20T08:49:01 | 351,628,227 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huihe.eg.user.service.dao;
import com.cy.framework.service.dao.BaseFrameworkService;
import com.huihe.eg.user.model.UserMemberCardEntity;
public interface UserMemberCardService extends BaseFrameworkService<UserMemberCardEntity, Long> {
} | UTF-8 | Java | 251 | 3ecc2d3c3cd165fdca81d9dddff83573ae00b8ee.svn-base | Java | [] | null | [] | package com.huihe.eg.user.service.dao;
import com.cy.framework.service.dao.BaseFrameworkService;
import com.huihe.eg.user.model.UserMemberCardEntity;
public interface UserMemberCardService extends BaseFrameworkService<UserMemberCardEntity, Long> {
} | 251 | 0.848606 | 0.848606 | 7 | 35 | 34.292858 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 | |
6191d6bc55ccc25c24c6d2db583165a30b6cfd02 | 231,928,285,002 | 376decc11263653c8086516c2484f91d5e99537b | /1402. Reducing Dishes/src/main/Main.java | 480a66b1da0a24acc7e7a998df9039563375eb34 | [] | no_license | MatheswaranSagadevan/Leetcode | https://github.com/MatheswaranSagadevan/Leetcode | 990bb85e1ce50d04202aa80c5125ae526b89cd7f | 1562746f7c861b61d28cb67ccb80d655a3170aaa | refs/heads/master | 2022-04-15T04:29:26.421000 | 2020-04-09T13:31:08 | 2020-04-09T13:31:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.util.Arrays;
/* want to keep maximum satisfaction food at the last so sort
* now running sum of satisfaction > 0 i.e sum > 0 because we don't want to cook less favorable food
* res += sum adds remaining
*/
class Solution {
public int maxSatisfaction(int[] satisfaction) {
int ... | UTF-8 | Java | 799 | java | Main.java | Java | [] | null | [] | package main;
import java.util.Arrays;
/* want to keep maximum satisfaction food at the last so sort
* now running sum of satisfaction > 0 i.e sum > 0 because we don't want to cook less favorable food
* res += sum adds remaining
*/
class Solution {
public int maxSatisfaction(int[] satisfaction) {
int ... | 799 | 0.605757 | 0.590738 | 27 | 28.592592 | 24.718054 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851852 | false | false | 0 |
5c8f8717ac4fa01fccd49840dab3bebb3a90c4e4 | 31,490,700,247,038 | 6146580823df45eb3e0aebb0ffa9c31f9eaa2fed | /src/main/java/top/zerotop/wechat/EventHandler.java | 43af402ff8e431a6931686cf7de831d65d2180c4 | [] | no_license | 0top/wechat | https://github.com/0top/wechat | 803bba49f60d271d2cd4c95c11668920d86c969a | df4e2385acfdffb374cad48d92c0658020e7777d | refs/heads/master | 2022-12-26T19:33:28.565000 | 2020-05-03T10:10:36 | 2020-05-03T10:10:36 | 130,875,085 | 0 | 0 | null | false | 2022-12-16T10:31:57 | 2018-04-24T15:23:45 | 2020-05-03T10:11:30 | 2022-12-16T10:31:54 | 258 | 0 | 0 | 10 | Java | false | false | package top.zerotop.wechat;
import com.alibaba.fastjson.JSON;
import com.sun.javafx.binding.StringFormatter;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.DomDriver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import top.ze... | UTF-8 | Java | 5,497 | java | EventHandler.java | Java | [
{
"context": "e imageMessage = new ImageMessage(fromUserName, toUserName);\n// Media image = new Media(\"MediaId\"",
"end": 4777,
"score": 0.545247495174408,
"start": 4769,
"tag": "USERNAME",
"value": "UserName"
}
] | null | [] | package top.zerotop.wechat;
import com.alibaba.fastjson.JSON;
import com.sun.javafx.binding.StringFormatter;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.DomDriver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import top.ze... | 5,497 | 0.622942 | 0.622202 | 130 | 40.576923 | 30.515787 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.892308 | false | false | 0 |
e6550dba52a85b25116567d5e8788a44e90e47fb | 14,250,701,522,528 | f1bfc74ccfcf24591eee23ffc596a7f8371a2bf9 | /src/main/java/uz/pdp/l2v1/projection/CustomWarehouse.java | ce09898afac981b4c77e4d980cb9336a709af513 | [] | no_license | sukhrobibrokhimov2002/lesson2-2modul-task1 | https://github.com/sukhrobibrokhimov2002/lesson2-2modul-task1 | 6eaa7983086ad993a80df44e3f5053873d01c2e2 | 6f1cd8bb6038e5b43295def53a9559b4a35df34f | refs/heads/master | 2023-03-30T00:00:08.052000 | 2021-03-23T07:32:07 | 2021-03-23T07:32:07 | 350,618,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uz.pdp.l2v1.projection;
import org.springframework.data.rest.core.config.Projection;
import uz.pdp.l2v1.entity.WareHouse;
@Projection(name = "CustomWarehouse", types = WareHouse.class)
public interface CustomWarehouse {
Integer getId();
String getName();
}
| UTF-8 | Java | 279 | java | CustomWarehouse.java | Java | [] | null | [] | package uz.pdp.l2v1.projection;
import org.springframework.data.rest.core.config.Projection;
import uz.pdp.l2v1.entity.WareHouse;
@Projection(name = "CustomWarehouse", types = WareHouse.class)
public interface CustomWarehouse {
Integer getId();
String getName();
}
| 279 | 0.756272 | 0.741935 | 14 | 18.928572 | 21.848387 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
ed3238a40daee852b50295769daba23b6f9b4b62 | 8,306,466,798,844 | 76dccaaefbaf6f4b98baa1d4932924f9db2f6925 | /src/main/java/com/mpay24/payment/type/TokenPaymentType.java | 9eace7ab1362b1b79625e041d0617ff8b9d021c4 | [
"Apache-2.0"
] | permissive | mpay24/mpay24-java | https://github.com/mpay24/mpay24-java | 6bcf7bb7b3702cf5671bb562418c0aef1b19d8d6 | 8cf5a470aeb4ed68b8630001f224b1a4fde36fde | refs/heads/master | 2021-01-13T11:08:42.183000 | 2018-01-10T14:45:14 | 2018-01-10T14:45:14 | 77,454,531 | 1 | 4 | Apache-2.0 | false | 2018-01-10T14:45:16 | 2016-12-27T12:39:40 | 2017-01-13T12:23:47 | 2018-01-10T14:45:15 | 163 | 1 | 4 | 2 | Java | false | null | package com.mpay24.payment.type;
import com.mpay.soap.client.PaymentType;
public class TokenPaymentType extends PaymentTypeData {
private String token;
public TokenPaymentType(String token) {
super(PaymentType.TOKEN);
setToken(token);
}
public String getToken() {
return token;
}
public void setToken(... | UTF-8 | Java | 364 | java | TokenPaymentType.java | Java | [] | null | [] | package com.mpay24.payment.type;
import com.mpay.soap.client.PaymentType;
public class TokenPaymentType extends PaymentTypeData {
private String token;
public TokenPaymentType(String token) {
super(PaymentType.TOKEN);
setToken(token);
}
public String getToken() {
return token;
}
public void setToken(... | 364 | 0.739011 | 0.733516 | 22 | 15.545455 | 16.851564 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 0 |
55a3529de46b4a99dc7ee6f0c803ce742fbdefed | 31,559,419,748,035 | 9f59a989d5254686a55c471b09444415650d4b7c | /ssaseen1-project2/BranchHandler.java | c95476b4e9696ba3942918d867736ea478f3bdf5 | [] | no_license | ssaseen1/Taking-Global-Snapshots-of-a-Distributed-Banking-Application | https://github.com/ssaseen1/Taking-Global-Snapshots-of-a-Distributed-Banking-Application | f0e9c21782b486ad6e420800b30a02d234ee8053 | 564015ab141842898a9411017a53bde31714a759 | refs/heads/master | 2021-07-24T14:12:54.601000 | 2017-10-29T19:31:28 | 2017-10-29T19:31:28 | 108,762,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.Semaphore;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
... | UTF-8 | Java | 5,689 | java | BranchHandler.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.Semaphore;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
... | 5,689 | 0.712955 | 0.710318 | 173 | 31.890173 | 25.866365 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.369942 | false | false | 0 |
6b95eb82724ce321df3a7b8b28989539b9377784 | 2,001,454,812,028 | b2ab0581d91aa4f7a353e8c8dedb0a204fdcac0b | /src/main/java/net/questcraft/stmt/metadata/features/InsertValuesFeature.java | 2d4cde7a9d33a0c516f4aba7411fb608027b4f00 | [] | no_license | Chestly/LightWeightORLayer | https://github.com/Chestly/LightWeightORLayer | f4d07b21fdbb35c039b0661f883d6b20a40c3bbf | 8a20bc49d517099d7854227278966768c9ae1194 | refs/heads/main | 2023-02-25T15:23:57.607000 | 2021-02-04T01:32:59 | 2021-02-04T01:32:59 | 261,922,116 | 1 | 1 | null | false | 2020-06-23T19:17:45 | 2020-05-07T01:42:01 | 2020-06-22T14:46:39 | 2020-05-07T17:27:46 | 14 | 0 | 1 | 1 | Java | false | false | package net.questcraft.stmt.metadata.features;
import com.google.common.base.Joiner;
import java.util.ArrayList;
import java.util.List;
public class InsertValuesFeature implements Feature {
private final List<Object> values;
private final List<String> parsable;
public InsertValuesFeature() {
thi... | UTF-8 | Java | 758 | java | InsertValuesFeature.java | Java | [] | null | [] | package net.questcraft.stmt.metadata.features;
import com.google.common.base.Joiner;
import java.util.ArrayList;
import java.util.List;
public class InsertValuesFeature implements Feature {
private final List<Object> values;
private final List<String> parsable;
public InsertValuesFeature() {
thi... | 758 | 0.645119 | 0.645119 | 32 | 22.6875 | 19.104053 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 0 |
29dd0ecb50c3f19695bebe517aa170c86347cbaf | 19,791,209,339,883 | 12e749cfbdd9d4a29b78da06de02615d37d9cac0 | /letsride/src/main/java/com/letsride/dao/user/EventRepositoryImpl.java | f9f05579fbc24ddb8bb4497cfed8bcf5bec1952c | [] | no_license | YuriyGorbylov/letsride-java | https://github.com/YuriyGorbylov/letsride-java | 3dc2fb8889204cd1cb6f6d6923b90d5d32c46030 | 33fe7dd8c98a55deeeb02452a5e0bacfb0343e2e | refs/heads/master | 2017-05-16T17:43:51.186000 | 2016-04-05T20:39:00 | 2016-04-05T20:39:00 | 44,481,132 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.letsride.dao.user;
import com.letsride.dao.RepositorySkeleton;
import com.letsride.model.Event;
import com.letsride.model.Like;
import org.springframework.stereotype.Component;
/**
* Created by yuriy_gorbylov on 13.01.2016.
*/
@Component
public class EventRepositoryImpl extends RepositorySkeleton<Event>... | UTF-8 | Java | 526 | java | EventRepositoryImpl.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created by yuriy_gorbylov on 13.01.2016.\n */\n@Component\npublic class EventR",
"end": 223,
"score": 0.999054491519928,
"start": 209,
"tag": "USERNAME",
"value": "yuriy_gorbylov"
}
] | null | [] | package com.letsride.dao.user;
import com.letsride.dao.RepositorySkeleton;
import com.letsride.model.Event;
import com.letsride.model.Like;
import org.springframework.stereotype.Component;
/**
* Created by yuriy_gorbylov on 13.01.2016.
*/
@Component
public class EventRepositoryImpl extends RepositorySkeleton<Event>... | 526 | 0.730038 | 0.714829 | 23 | 21.869566 | 20.471197 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 0 |
fac5e3f9e5ea13e134e27bf709a0c09ce77b3b36 | 6,382,321,406,019 | 0d390968611a0376aaaaad0aa5da7fe7b71683bf | /app/src/main/java/com/zgzx/metaphysics/controller/views/core/ICallback.java | b9334a7798f49df1ef591f926ffdcc4cf0e53159 | [] | no_license | kiensupv1412/mystery_optimization | https://github.com/kiensupv1412/mystery_optimization | 4796e3db5f03450a6e049c84f6e26b0799a481e6 | fac41c43717895d4f6e2f4476291026705c11f46 | refs/heads/main | 2023-03-15T16:43:18.804000 | 2020-10-13T09:48:53 | 2020-10-13T09:48:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zgzx.metaphysics.controller.views.core;
public interface ICallback extends IStatusView{
void successful();
}
| UTF-8 | Java | 128 | java | ICallback.java | Java | [] | null | [] | package com.zgzx.metaphysics.controller.views.core;
public interface ICallback extends IStatusView{
void successful();
}
| 128 | 0.78125 | 0.78125 | 7 | 17.285715 | 21.392351 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 0 |
6024544c9291d2bee46096c92e03ed78db2533b9 | 3,599,182,609,956 | 5527d701841fab2434b6fda32b85e1d75ffb60c2 | /app/src/main/java/com/example/ruru/sophiesblog/java/extends_/abstractAndInterface/fragment/BFragment.java | 48f40a90af985c911589cc59f5a7746ca40744d7 | [] | no_license | 2211785113/AndroidBlog | https://github.com/2211785113/AndroidBlog | 621f6ffce71f5ac45592ad0eec51d02ac05b0535 | de8053455ff6808405aeb3dd7a4b0659caa18006 | refs/heads/master | 2021-06-20T15:37:07.314000 | 2021-05-09T13:20:34 | 2021-05-09T13:20:34 | 213,535,055 | 6 | 2 | null | false | 2021-01-06T14:08:37 | 2019-10-08T02:51:37 | 2020-11-30T02:57:53 | 2021-01-06T14:08:36 | 28,796 | 5 | 2 | 0 | Java | false | false | package com.example.ruru.sophiesblog.java.extends_.abstractAndInterface.fragment;
import android.os.Bundle;
import com.example.ruru.sophiesblog.R;
public class BFragment extends BaseFragment {
@Override
public int getContentViewId() {
return R.layout.fragment_b2;
}
@Override
protected vo... | UTF-8 | Java | 377 | java | BFragment.java | Java | [] | null | [] | package com.example.ruru.sophiesblog.java.extends_.abstractAndInterface.fragment;
import android.os.Bundle;
import com.example.ruru.sophiesblog.R;
public class BFragment extends BaseFragment {
@Override
public int getContentViewId() {
return R.layout.fragment_b2;
}
@Override
protected vo... | 377 | 0.740053 | 0.737401 | 17 | 21.17647 | 24.144749 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 0 |
d22e7e713e3d7684223f61058acaeb3d36e3662d | 2,345,052,181,733 | 352aae0466253724aff631aea6566839c4336320 | /core/src/main/java/org/elasticsearch/common/util/concurrent/AbstractRunnable.java | 88e1bd5f375cc7e8866ff029441c8250204b5615 | [
"Apache-2.0"
] | permissive | beihuxiansheng/elasticsearch-token | https://github.com/beihuxiansheng/elasticsearch-token | 94abe11e64cd0a09252194f1d3796049379820b2 | a5d6ea630b053385d7b86feeb31058a3f7865b0d | refs/heads/master | 2020-03-29T15:28:33.208000 | 2017-06-19T07:19:45 | 2017-06-19T07:19:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | UTF-8 | Java | 3,226 | java | AbstractRunnable.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | 3,226 | 0.761624 | 0.758524 | 128 | 24.195313 | 73.227287 | 796 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.078125 | false | false | 0 |
5a626036e4cbfe76bb4f80b0bdfde0abb8dad6d7 | 21,483,426,463,138 | 8b8a331eb91ce6d258f3399b36b345ba60b31e04 | /ncPages/SignOffActionPlanPage.java | e5db62279efadcbca1762cae6ebd55d8a419871f | [] | no_license | srivallikodavati/QMS-Quest | https://github.com/srivallikodavati/QMS-Quest | 5926a7401ea1b63e10fbeceaaf650d58929b8213 | 2cd1af8826bc9afe8b48170ce84747c91f693ee0 | refs/heads/master | 2020-03-16T06:30:48.162000 | 2018-05-14T11:50:38 | 2018-05-14T11:50:38 | 132,556,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ncPages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import baseclass.TestBase;
import utilities.TestUtil;
public class SignOffActionPlanPage extends TestBase{
VerifyNCInitiationPage verifyInitiationPage;
@FindBy(xpath=... | UTF-8 | Java | 1,454 | java | SignOffActionPlanPage.java | Java | [
{
"context": "d.sleep(TestUtil.SLEEP_WAIT);\n\t\tComment.sendKeys(\"testing\");\n\t\tverifyInitiationPage.ClickOnSignOff();\n\t}\n\t\n",
"end": 1402,
"score": 0.6688830852508545,
"start": 1395,
"tag": "PASSWORD",
"value": "testing"
}
] | null | [] | package ncPages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import baseclass.TestBase;
import utilities.TestUtil;
public class SignOffActionPlanPage extends TestBase{
VerifyNCInitiationPage verifyInitiationPage;
@FindBy(xpath=... | 1,457 | 0.757221 | 0.753783 | 51 | 27.509804 | 26.413286 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490196 | false | false | 0 |
cb1305ffafd4ae5da6ca567f30794efd6bfd5bf7 | 4,672,924,478,266 | 1828ab5fd613559dd9a715070399d0e182e52241 | /app/src/main/java/com/reiya/pixiv/article/ArticleActivity.java | 881ae5a91d45d6ad421dd179d32f9556f2e1c3f8 | [] | no_license | mouyase/PivisionM | https://github.com/mouyase/PivisionM | 8aeab121f07a42300e1ee2e373c1bc1f9ff60545 | 43e411afb2dcc96661acd9257187f1b2506640f9 | refs/heads/master | 2020-08-01T23:34:34.517000 | 2019-11-05T03:49:40 | 2019-11-05T03:49:40 | 211,159,285 | 135 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reiya.pixiv.article;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.view.MenuItem;
import android.webkit.WebResourceRequest;
import android.webkit.WebResourceResponse;
import android.... | UTF-8 | Java | 3,218 | java | ArticleActivity.java | Java | [] | null | [] | package com.reiya.pixiv.article;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.view.MenuItem;
import android.webkit.WebResourceRequest;
import android.webkit.WebResourceResponse;
import android.... | 3,218 | 0.635177 | 0.634556 | 88 | 34.590908 | 25.720366 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693182 | false | false | 0 |
f19b3c41f0f931a1e7399404d73fc731866207f7 | 33,285,996,600,331 | 2b7676da6c8567336b3afa47d23c749333e16468 | /24-03-2021/rsa-encryption/src/main/java/App.java | 48075ce133b65d1a49389cbd184528d4f7e234f0 | [] | no_license | ahmadsobri/java-practice | https://github.com/ahmadsobri/java-practice | abe8c3133c22e743fe566985dd1ad871241fdda3 | 03b5f84d78b898dd7408d77096c8dc27e42c9985 | refs/heads/main | 2023-04-10T13:11:40.745000 | 2021-04-20T05:11:52 | 2021-04-20T05:11:52 | 350,553,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.crypto.NoSuchPaddingException;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.security.*;
public class App {
static String pubKey = "KeyPair/publicKey";
static String priKey = "KeyPair/privateKey";
public static void main(String[] args) {
... | UTF-8 | Java | 2,522 | java | App.java | Java | [] | null | [] | import javax.crypto.NoSuchPaddingException;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.security.*;
public class App {
static String pubKey = "KeyPair/publicKey";
static String priKey = "KeyPair/privateKey";
public static void main(String[] args) {
... | 2,522 | 0.611419 | 0.609833 | 73 | 33.547947 | 28.576761 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561644 | false | false | 0 |
d195f9bce3070477ca9964c196e9cb1f50d045eb | 5,016,521,816,434 | 2f4a058ab684068be5af77fea0bf07665b675ac0 | /app/com/facebook/katana/view/vault/PickerGalleryView$RetainedData.java | ab1e2e5d87514a1f567c5fa81cf9a16c2d9b3dae | [] | no_license | cengizgoren/facebook_apk_crack | https://github.com/cengizgoren/facebook_apk_crack | ee812a57c746df3c28fb1f9263ae77190f08d8d2 | a112d30542b9f0bfcf17de0b3a09c6e6cfe1273b | refs/heads/master | 2021-05-26T14:44:04.092000 | 2013-01-16T08:39:00 | 2013-01-16T08:39:00 | 8,321,708 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.katana.view.vault;
import android.graphics.PointF;
import com.facebook.katana.activity.media.FacebookPhotoTagSet;
class PickerGalleryView$RetainedData
{
private final FacebookPhotoTagSet a;
private final PointF b;
public PickerGalleryView$RetainedData(FacebookPhotoTagSet paramFacebookPhoto... | UTF-8 | Java | 634 | java | PickerGalleryView$RetainedData.java | Java | [] | null | [] | package com.facebook.katana.view.vault;
import android.graphics.PointF;
import com.facebook.katana.activity.media.FacebookPhotoTagSet;
class PickerGalleryView$RetainedData
{
private final FacebookPhotoTagSet a;
private final PointF b;
public PickerGalleryView$RetainedData(FacebookPhotoTagSet paramFacebookPhoto... | 634 | 0.769716 | 0.758675 | 21 | 29.238094 | 31.747374 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 0 |
9c06e9d7e898f9a5d78835526c14d1f6dd3f3791 | 1,099,511,631,942 | 3ee5a9d0e93f81677ead6a119ef60ad63fe9049b | /MyJava/src/com/java/basic/exercise/Excercise_10.java | 8e0064ff820a0b5cff242e3a35a148b030f6c23d | [] | no_license | Jadhav1988/JAVA_Practice | https://github.com/Jadhav1988/JAVA_Practice | 16d94fabbcb6be5b8858b06fbb0cb6286cd10e48 | 641c8c6f647ecb44bb951c22855d0a968684c1c8 | refs/heads/master | 2021-01-19T14:12:33.944000 | 2017-04-13T06:41:07 | 2017-04-13T06:41:07 | 88,133,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.java.basic.exercise;
import java.util.Scanner;
/**
* @author mohan.jadhav
*
*/
public class Excercise_10 {
/**
* @param args
*/
public static void main(String[] args) {
Scanner in= new Scanner(System.in);
System.out.println("Input first Number:");
int num... | UTF-8 | Java | 447 | java | Excercise_10.java | Java | [
{
"context": "e;\r\n\r\nimport java.util.Scanner;\r\n\r\n/**\r\n * @author mohan.jadhav\r\n *\r\n */\r\npublic class Excercise_10 {\r\n\r\n\t/**\r\n\t ",
"end": 108,
"score": 0.9992514252662659,
"start": 96,
"tag": "NAME",
"value": "mohan.jadhav"
}
] | null | [] | /**
*
*/
package com.java.basic.exercise;
import java.util.Scanner;
/**
* @author mohan.jadhav
*
*/
public class Excercise_10 {
/**
* @param args
*/
public static void main(String[] args) {
Scanner in= new Scanner(System.in);
System.out.println("Input first Number:");
int num... | 447 | 0.536913 | 0.519016 | 30 | 12.9 | 16.579807 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 0 |
1a3116f8bde27d33183bc1ff9579b629100d644d | 38,336,878,108,432 | a342a37ac2a1986118ee6944f29d4315e2e2a9c2 | /src/main/java/com/authkit/servlet/DefaultPrincipalAdapter.java | 3e6b7c81f720f173cc13a05f19ff4a7f494639b8 | [
"Apache-2.0"
] | permissive | authkitcom/authkit-java-servlet | https://github.com/authkitcom/authkit-java-servlet | 54911e1b64985a29c15441934371eaed6f73af24 | 1b90cb23ca63785411a8e943b0e5df80faf493b2 | refs/heads/main | 2023-01-09T16:56:32.181000 | 2020-11-07T21:27:03 | 2020-11-07T21:27:03 | 306,713,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.authkit.servlet;
import com.authkit.AuthKitPrincipal;
import javax.servlet.http.HttpServletRequest;
import java.security.Principal;
public class DefaultPrincipalAdapter implements PrincipalAdapter {
@Override
public Principal adapt(HttpServletRequest request, AuthKitPrincipal principal) {
... | UTF-8 | Java | 409 | java | DefaultPrincipalAdapter.java | Java | [] | null | [] | package com.authkit.servlet;
import com.authkit.AuthKitPrincipal;
import javax.servlet.http.HttpServletRequest;
import java.security.Principal;
public class DefaultPrincipalAdapter implements PrincipalAdapter {
@Override
public Principal adapt(HttpServletRequest request, AuthKitPrincipal principal) {
... | 409 | 0.757946 | 0.757946 | 20 | 19.450001 | 23.764416 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
0d54083d2990df8767c4774036243c5e823c3067 | 33,818,572,539,920 | 3e423bc67720fffab9f364ecc517c711ceb9cf1a | /app/src/main/java/com/swapnil/myapplication/di/components/AppComponent.java | ce70ff240da57d5b4f762075a1d03bcca6bcd0e8 | [] | no_license | swapnilkadam18/countryapp | https://github.com/swapnilkadam18/countryapp | 50d59a63605fde48febe97152ab528041ac0bbc0 | 80ec5bf0643d6888cb8adb67625fc365dbc26778 | refs/heads/master | 2023-01-22T06:48:10.988000 | 2020-12-08T05:10:23 | 2020-12-08T05:10:23 | 319,533,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swapnil.myapplication.di.components;
import com.swapnil.myapplication.di.modules.NetworkServiceModule;
import com.swapnil.myapplication.di.modules.UserRepoModule;
import com.swapnil.myapplication.model.network.interfaces.NetworkServiceApi;
import com.swapnil.myapplication.model.network.service.NetworkServi... | UTF-8 | Java | 789 | java | AppComponent.java | Java | [] | null | [] | package com.swapnil.myapplication.di.components;
import com.swapnil.myapplication.di.modules.NetworkServiceModule;
import com.swapnil.myapplication.di.modules.UserRepoModule;
import com.swapnil.myapplication.model.network.interfaces.NetworkServiceApi;
import com.swapnil.myapplication.model.network.service.NetworkServi... | 789 | 0.850444 | 0.850444 | 20 | 38.450001 | 27.280899 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 0 |
3a165301d190ac077542fa8adb0e3b569dc7e820 | 37,641,093,412,402 | 3687e05464d8c4087773a3252e2bb340985e2fa0 | /java_study/jung/dynamic_sna/src/edu/zju/cs/ooobgy/algo/dynamic_na/event/ClusterContinueEvent.java | dd421b0d5820fcde51d61fca98c674748333e3e8 | [] | no_license | majiajue/ooobgy | https://github.com/majiajue/ooobgy | 55155a8e2de486d2f8af2b9aa16798550201f229 | 3385b763d22640537f5520d1b6e353a1133e46bc | refs/heads/master | 2020-06-08T20:59:35.003000 | 2012-04-23T02:58:26 | 2012-04-23T02:58:26 | 41,310,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.zju.cs.ooobgy.algo.dynamic_na.event;
/**
* 团伙Continue延续事件
* @author frogcherry 周晓龙
* @created 2011-5-11
* @Email frogcherry@gmail.com
*/
public class ClusterContinueEvent extends ClusterEvent {
public ClusterContinueEvent(String clusterId) {
super(clusterId, "continue");
}
@Override
public... | UTF-8 | Java | 390 | java | ClusterContinueEvent.java | Java | [
{
"context": "ynamic_na.event;\n\n/**\n * 团伙Continue延续事件\n * @author frogcherry 周晓龙\n * @created 2011-5-11\n * @Email frogcherry@gm",
"end": 93,
"score": 0.9993942379951477,
"start": 83,
"tag": "USERNAME",
"value": "frogcherry"
},
{
"context": "ent;\n\n/**\n * 团伙Continue延续事件\n * @aut... | null | [] | package edu.zju.cs.ooobgy.algo.dynamic_na.event;
/**
* 团伙Continue延续事件
* @author frogcherry 周晓龙
* @created 2011-5-11
* @Email <EMAIL>
*/
public class ClusterContinueEvent extends ClusterEvent {
public ClusterContinueEvent(String clusterId) {
super(clusterId, "continue");
}
@Override
public String toStr... | 377 | 0.723118 | 0.704301 | 20 | 17.6 | 17.675972 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 0 |
534030e6fefb3f6427e616e0144ad65d70ed1ce7 | 38,714,835,256,495 | 40596bb92537834fbaf18fde89f4c3c28fd698d5 | /src/de/stevenschwenke/java/javafx/fastread/FastReadController.java | 83e6f36ea13c89f012fa79a1919073b844b8c983 | [] | no_license | KroneckerDelta/FastRead | https://github.com/KroneckerDelta/FastRead | 1473832c35b176c767e65ffdfabda986d37d6069 | 998a55a2108df5b8d755a497f3b30dcac4e4a84c | refs/heads/master | 2021-01-14T11:34:18.677000 | 2014-03-14T13:29:51 | 2014-03-14T13:29:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.stevenschwenke.java.javafx.fastread;
/**
* Sample Skeleton for "editorPane.fxml" Controller Class
* You can copy and paste this code into your favorite IDE
**/
import java.net.URL;
import java.util.ResourceBundle;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.fx... | UTF-8 | Java | 3,403 | java | FastReadController.java | Java | [
{
"context": " \"text field.\\nThis application is inspired by spritz (spritzinc.com).\");\r\n\t}\r\n\r\n\tprotected void update",
"end": 1878,
"score": 0.5361892580986023,
"start": 1875,
"tag": "NAME",
"value": "itz"
}
] | null | [] | package de.stevenschwenke.java.javafx.fastread;
/**
* Sample Skeleton for "editorPane.fxml" Controller Class
* You can copy and paste this code into your favorite IDE
**/
import java.net.URL;
import java.util.ResourceBundle;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.fx... | 3,403 | 0.70526 | 0.699383 | 122 | 25.893442 | 26.005928 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.713115 | false | false | 0 |
79dc29231d082eb40ebc7e799424ca9a8d7af4b2 | 35,665,408,470,625 | 20c8bb9ba94ce1d7638952343df85461618aef77 | /src/main/java/com/grimmjow/kafkatool/controller/ClusterRestController.java | d69e092b41d7f3252ad7c9017816f11c6be79afa | [] | no_license | Grimmjow-Jay/kafka-tool | https://github.com/Grimmjow-Jay/kafka-tool | 8a432828029a410c53a06ace2d57719dc1f7cd0a | 8f4473781d4a2c60393e3e958a1cf8a1679e15ed | refs/heads/master | 2023-06-24T10:29:27.878000 | 2020-09-25T01:07:29 | 2020-09-25T01:07:29 | 266,981,075 | 2 | 0 | null | false | 2023-06-14T22:30:10 | 2020-05-26T08:00:59 | 2022-10-31T01:07:07 | 2023-06-14T22:30:10 | 1,171 | 0 | 0 | 2 | Java | false | false | package com.grimmjow.kafkatool.controller;
import com.grimmjow.kafkatool.domain.KafkaNode;
import com.grimmjow.kafkatool.domain.request.AddClusterRequest;
import com.grimmjow.kafkatool.domain.response.Empty;
import com.grimmjow.kafkatool.domain.response.ResponseEntity;
import com.grimmjow.kafkatool.entity.Cluster;
imp... | UTF-8 | Java | 2,076 | java | ClusterRestController.java | Java | [
{
"context": "s.NotBlank;\nimport java.util.List;\n\n/**\n * @author Grimm\n * @since 2020/5/26\n */\n@RestController\n@RequestM",
"end": 587,
"score": 0.9995160102844238,
"start": 582,
"tag": "USERNAME",
"value": "Grimm"
}
] | null | [] | package com.grimmjow.kafkatool.controller;
import com.grimmjow.kafkatool.domain.KafkaNode;
import com.grimmjow.kafkatool.domain.request.AddClusterRequest;
import com.grimmjow.kafkatool.domain.response.Empty;
import com.grimmjow.kafkatool.domain.response.ResponseEntity;
import com.grimmjow.kafkatool.entity.Cluster;
imp... | 2,076 | 0.756146 | 0.752704 | 58 | 34.068966 | 31.804283 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 0 |
1ef37e62c088c46d03173fec09126daa29475a7e | 35,665,408,468,939 | 5bb2f0e6a4a2a0ecd163cb74c6d87dbb0d890151 | /src/lbh/StudentMode.java | ed873cec0714d259a2502697d45a0a0d4245587a | [] | no_license | runll/Problem-solving-system | https://github.com/runll/Problem-solving-system | 798efe1ac6c8d009c62ccc7dcaf2c36b926b4892 | 52ee71c0d578a8b23864493709edca8fa82f835e | refs/heads/master | 2020-04-06T18:55:53.577000 | 2018-11-15T13:55:47 | 2018-11-15T13:55:47 | 157,717,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lbh;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class StudentMode extends JFrame implements ActionListener{
ImageIcon head=new ImageIcon("lbh.jpg");
ImageIcon close=new ImageIcon("close.png");
ImageIcon mini=new ImageIcon("mini.png");
ImageIcon bg1=new ImageIcon("background011... | UTF-8 | Java | 3,177 | java | StudentMode.java | Java | [] | null | [] | package lbh;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class StudentMode extends JFrame implements ActionListener{
ImageIcon head=new ImageIcon("lbh.jpg");
ImageIcon close=new ImageIcon("close.png");
ImageIcon mini=new ImageIcon("mini.png");
ImageIcon bg1=new ImageIcon("background011... | 3,177 | 0.71577 | 0.660371 | 108 | 28.407408 | 18.467709 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.074074 | false | false | 0 |
a9d6e7335309ed8e73d44c7bee2c0c4a0aacf731 | 36,953,898,650,370 | 982feada06da4b2e8240ffe15c750a77c3ffc50c | /CRM/src/main/java/cn/edu/cqu/CRM/Controller/ActionController.java | 876cb5cf38189e1b4b744d8fcb319215ccafea9a | [] | no_license | cncq-kycb/4S-CRM | https://github.com/cncq-kycb/4S-CRM | a889fcda722a87891930ff637adc1f54dd8dc59d | c8a80e11cc4b8e9fee610f1733ac2f99e4cd0ffd | refs/heads/master | 2022-07-01T20:53:24.688000 | 2020-05-14T04:46:23 | 2020-05-14T04:46:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.cqu.CRM.Controller;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.ResponseBody;
i... | UTF-8 | Java | 1,399 | java | ActionController.java | Java | [] | null | [] | package cn.edu.cqu.CRM.Controller;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.ResponseBody;
i... | 1,399 | 0.795738 | 0.795738 | 48 | 27.354166 | 25.987568 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 0 |
de1f4b1b70085262c4156f7ce2f846709f8ae5c6 | 36,601,711,333,533 | 023ee2fc3349d4bfccb74dc3aeca9fae18003d6e | /src/org/peakemu/game/in/gameaction/GameActionHandler.java | e770d572fdb99507ca7ff69e859c27f048754dea | [] | no_license | vincent4vx/PeakEmu | https://github.com/vincent4vx/PeakEmu | 46d9b35d0efeedc94fccc0feb9e7299902432ba0 | b9b101cc8820a75c229fe012bdb0349ec43e5343 | refs/heads/master | 2020-06-07T15:44:31.429000 | 2019-06-21T07:23:20 | 2019-06-21T07:23:20 | 193,051,351 | 8 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.peakemu.game.in.gameaction;
import java.util.ArrayList;
import java.util.Collection;
/**
*
* @author Vincent Quatrevieu... | UTF-8 | Java | 1,709 | java | GameActionHandler.java | Java | [
{
"context": "t;\nimport java.util.Collection;\n\n/**\n *\n * @author Vincent Quatrevieux <quatrevieux.vincent@gmail.com>\n */\npublic class ",
"end": 321,
"score": 0.9998725652694702,
"start": 302,
"tag": "NAME",
"value": "Vincent Quatrevieux"
},
{
"context": "llection;\n\n/**\n *\n... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.peakemu.game.in.gameaction;
import java.util.ArrayList;
import java.util.Collection;
/**
*
* @author <NAME> <<EMAIL>>
... | 1,674 | 0.642481 | 0.642481 | 61 | 27.016394 | 23.759377 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409836 | false | false | 0 |
28e9fb53747b2c5a739373cceff8fded18553ba5 | 39,290,360,836,120 | af1c50300ef2fa6a9ae3b5d4c263c53ecb2b5518 | /sqlHelper/src/com/model/Employee.java | c1a4173207b9f4dc0d7de174604e00cd11a7eb97 | [] | no_license | onlywyj/JavaEE-Learning | https://github.com/onlywyj/JavaEE-Learning | 19b87d902fa910e9dd22f78b77614fd174a3e132 | 3cbe07b3e1e7ffc797e54e536fe5101708fd9164 | refs/heads/master | 2023-03-22T06:59:17.802000 | 2021-03-16T14:21:21 | 2021-03-16T14:21:25 | 243,450,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model;
public class Employee {
private Integer id;
private Integer emp_id;
private String emp_name;
private String emp_gender;
private Integer emp_password;
private Integer emmp_grade;
private String emp_email;
private Integer emp_department_id;
public Integer getId() {
retu... | UTF-8 | Java | 1,441 | java | Employee.java | Java | [
{
"context": "ord(Integer emp_password) {\r\n\t\tthis.emp_password = emp_password;\r\n\t}\r\n\tpublic Integer getEmmp_grade() {\r\n\t\treturn",
"end": 944,
"score": 0.8107097148895264,
"start": 932,
"tag": "PASSWORD",
"value": "emp_password"
}
] | null | [] | package com.model;
public class Employee {
private Integer id;
private Integer emp_id;
private String emp_name;
private String emp_gender;
private Integer emp_password;
private Integer emmp_grade;
private String emp_email;
private Integer emp_department_id;
public Integer getId() {
retu... | 1,439 | 0.671062 | 0.671062 | 66 | 19.833334 | 16.187897 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 0 |
8b8f927debe3efd53c88ce3761b45d26d865f642 | 34,720,515,677,764 | 9d5abe81f700b77c5456f482900074b7a1abb049 | /src/com/dubber/java/collection/list/OneWayLinkedList.java | b5d6872d4f6db839060ba60d10bcb1035855f0ef | [] | no_license | chenyaqiang/dubber-java-collection | https://github.com/chenyaqiang/dubber-java-collection | 8f0022e84488abca975b5565d24664ccac219689 | caa22646655bece3e8a208f22ba893858b965d96 | refs/heads/master | 2020-03-16T13:57:34.178000 | 2018-05-07T07:53:20 | 2018-05-07T07:53:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dubber.java.collection.list;
import java.io.Serializable;
import java.util.Collection;
/**
* Created on 2018/5/7.
*
* @author dubber
* <p>
* 简单实现 单向链表
*/
public class OneWayLinkedList<E> implements Serializable {
transient int size = 0;
transient Node<E> first;
transie... | UTF-8 | Java | 1,036 | java | OneWayLinkedList.java | Java | [
{
"context": "ection;\n\n/**\n * Created on 2018/5/7.\n *\n * @author dubber\n * <p>\n * 简单实现 单向链表\n */\npublic c",
"end": 149,
"score": 0.999546229839325,
"start": 143,
"tag": "USERNAME",
"value": "dubber"
}
] | null | [] | package com.dubber.java.collection.list;
import java.io.Serializable;
import java.util.Collection;
/**
* Created on 2018/5/7.
*
* @author dubber
* <p>
* 简单实现 单向链表
*/
public class OneWayLinkedList<E> implements Serializable {
transient int size = 0;
transient Node<E> first;
transie... | 1,036 | 0.54672 | 0.539761 | 52 | 18.346153 | 17.43988 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288462 | false | false | 0 |
1831ed62e59b0abb751c205149723243087957f3 | 32,435,593,077,930 | aaad3668aa95a2e89ca88aae837dfc20a31269f9 | /src/uci/mondego/TryCatchInfo.java | 7ba1dd7c25aee9d58c50707ea1802b504b7041ed | [] | no_license | farimaf/AutoEncoder-JavaTokenizerParser | https://github.com/farimaf/AutoEncoder-JavaTokenizerParser | 7c7d6630c1a42d13e81fd733c9f373a7818eea11 | a82ca675a06dacfded168ddd0839256f9a4c3744 | refs/heads/master | 2020-12-01T01:53:56.337000 | 2020-08-19T04:21:14 | 2020-08-19T04:21:14 | 230,535,370 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uci.mondego;
import java.util.ArrayList;
/**
* Created by Farima on 3/19/2020.
*/
public class TryCatchInfo {
ArrayList<String> tryFingerPrints=new ArrayList<>();
ArrayList<String> exceptionsCaught=new ArrayList<>();
public TryCatchInfo(ArrayList<String> tryFingerPrints, ArrayList<String> excep... | UTF-8 | Java | 764 | java | TryCatchInfo.java | Java | [
{
"context": "o;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Farima on 3/19/2020.\n */\npublic class TryCatchInfo {\n ",
"end": 75,
"score": 0.9832515716552734,
"start": 69,
"tag": "NAME",
"value": "Farima"
}
] | null | [] | package uci.mondego;
import java.util.ArrayList;
/**
* Created by Farima on 3/19/2020.
*/
public class TryCatchInfo {
ArrayList<String> tryFingerPrints=new ArrayList<>();
ArrayList<String> exceptionsCaught=new ArrayList<>();
public TryCatchInfo(ArrayList<String> tryFingerPrints, ArrayList<String> excep... | 764 | 0.624346 | 0.615183 | 29 | 25.344828 | 21.858913 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 0 |
d9e694afe41b45f9dce533275d9ef8c281e902bc | 32,435,593,081,487 | beb1becb316f3a49b371c4cf0b216026957682d2 | /TabelaHashing/src/tabelahashing/TabelaHashing.java | 8d9c448e2e32e982d3d0fbd747d3e64e7a02074f | [
"MIT"
] | permissive | hugojose39/Projetos_Java | https://github.com/hugojose39/Projetos_Java | fe4ebbd6c181abc1d5e9ea8e6f63b14e32f930d6 | eb98c25c6f69bd4a98ba26e29c6c008c2e5f3540 | refs/heads/main | 2023-01-11T17:51:13.887000 | 2020-11-14T11:24:08 | 2020-11-14T11:24:08 | 312,802,415 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tabelahashing;
import java.util.*;
/**
*
* @author User
*/
public class TabelaHashing {
/**
* @param args the co... | UTF-8 | Java | 2,123 | java | TabelaHashing.java | Java | [
{
"context": "lahashing;\n\nimport java.util.*;\n\n/**\n *\n * @author User\n */\npublic class TabelaHashing {\n\n /**\n * ",
"end": 252,
"score": 0.543570339679718,
"start": 248,
"tag": "USERNAME",
"value": "User"
},
{
"context": "ring,String>(20);\n MeuHashTable.put(\... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tabelahashing;
import java.util.*;
/**
*
* @author User
*/
public class TabelaHashing {
/**
* @param args the co... | 2,123 | 0.582625 | 0.570822 | 65 | 31.6 | 24.476551 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.738462 | false | false | 0 |
2cbed05cd300a89ae01fe9b285675fb0faf9de04 | 39,247,411,179,253 | 1a1640abc387dfba68aad061d3ab54af5fc41f56 | /app/src/main/java/tip/edu/ph/runrio/ui/upcoming_race/transaction/racetype/RaceTypeTransactionActivity.java | 99d34c1ca49d35b9c5b9032d2412c2e3abc65270 | [] | no_license | mudeleon/RunRioApp | https://github.com/mudeleon/RunRioApp | 0c3ff9c448cd3f022c8f1a245bcaaf9ebae78ce0 | 15d0953bdcfece3fbf94408dc7e7f41509262dc9 | refs/heads/master | 2021-09-15T22:53:04.063000 | 2018-06-12T06:02:38 | 2018-06-12T06:02:38 | 107,925,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tip.edu.ph.runrio.ui.upcoming_race.transaction.racetype;
import android.app.ProgressDialog;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.DefaultItemAnimator;
import an... | UTF-8 | Java | 7,883 | java | RaceTypeTransactionActivity.java | Java | [] | null | [] | package tip.edu.ph.runrio.ui.upcoming_race.transaction.racetype;
import android.app.ProgressDialog;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.DefaultItemAnimator;
import an... | 7,883 | 0.695421 | 0.694152 | 257 | 29.673151 | 27.590569 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525292 | false | false | 0 |
65bc7d0347a96d677136727daec337681b306dcf | 10,402,410,827,044 | eb8a82730c3b004c638bed2c98682722e2863f86 | /learning/learning/src/test/java/com/sklink/learning/javaMultiThreadProgramming/JMTP02/JMTP02_P114/JMTP02_P114_Run1.java | 25927733cc8b6df48cb677de85aa0a54d0526ccd | [] | no_license | wendelhuang/learning | https://github.com/wendelhuang/learning | 664791b3b6b317b2ebb42b7b8ecec042118b3e87 | c19c5d07426193333ab87e5d324e803b92b83b94 | refs/heads/master | 2022-06-27T18:27:46.017000 | 2021-01-14T12:55:05 | 2021-01-14T12:55:05 | 171,136,008 | 0 | 0 | null | false | 2022-06-21T04:10:10 | 2019-02-17T15:08:52 | 2021-01-14T12:54:00 | 2022-06-21T04:10:09 | 753 | 0 | 0 | 15 | Java | false | false | package com.sklink.learning.javaMultiThreadProgramming.JMTP02.JMTP02_P114;
public class JMTP02_P114_Run1 {
public static void main(String[] args) {
JMTP02_P114_MyService myService = new JMTP02_P114_MyService();
Thread t1 = new Thread(myService, "t1");
Thread t2 = new Thread(myService, "t2"... | UTF-8 | Java | 505 | java | JMTP02_P114_Run1.java | Java | [] | null | [] | package com.sklink.learning.javaMultiThreadProgramming.JMTP02.JMTP02_P114;
public class JMTP02_P114_Run1 {
public static void main(String[] args) {
JMTP02_P114_MyService myService = new JMTP02_P114_MyService();
Thread t1 = new Thread(myService, "t1");
Thread t2 = new Thread(myService, "t2"... | 505 | 0.594059 | 0.530693 | 20 | 24.25 | 23.244085 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
882581824a7fe298bc5ddc34e41f27bd611ac4e1 | 19,301,583,028,922 | a7427a6c27ca47b2c0ebf0d305acd8a07aaae5de | /src/com/blackjack/model/services/addcardsvc/IAddCardSvc.java | e244665a97fc26a366720863024e4385d80ef74c | [] | no_license | rjonnada/Blackjack | https://github.com/rjonnada/Blackjack | 861247c70d552098702cfbcad5b93cd34c391817 | 009699499d096b78613450eb698110339bf65a7a | refs/heads/master | 2020-02-21T22:10:30.299000 | 2016-06-24T02:26:29 | 2016-06-24T02:26:29 | 61,841,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blackjack.model.services.addcardsvc;
import com.blackjack.model.domain.Deck;
/**
* Services IAddCardSvc interface that holds addCard method signature
*
* @author Ramesh Jonnada
*/
public interface IAddCardSvc {
/**
* To add a card from deck of -shuffledCards to handDeck and ... | UTF-8 | Java | 545 | java | IAddCardSvc.java | Java | [
{
"context": "at holds addCard method signature\r\n * \r\n * @author Ramesh Jonnada\r\n */\r\npublic interface IAddCardSvc {\r\n \r\n /",
"end": 201,
"score": 0.9998734593391418,
"start": 187,
"tag": "NAME",
"value": "Ramesh Jonnada"
}
] | null | [] | package com.blackjack.model.services.addcardsvc;
import com.blackjack.model.domain.Deck;
/**
* Services IAddCardSvc interface that holds addCard method signature
*
* @author <NAME>
*/
public interface IAddCardSvc {
/**
* To add a card from deck of -shuffledCards to handDeck and remove t... | 537 | 0.66055 | 0.66055 | 22 | 22.772728 | 26.900375 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 0 |
8583c4d4e08a3b737a7d56dcffdaa79133198b23 | 18,519,898,994,390 | 9e63f2891664323aa9ca37500c3c3d47d254b021 | /Palatta_Michael_Android_Project/app/src/main/java/com/example/palatta_michael_android_project/MainActivity.java | 2aa7cd1a5b512559a84c8d6d8ce3648b632c35be | [] | no_license | mjpalatta/hello-world | https://github.com/mjpalatta/hello-world | 0d482e19773fe2b6c37cdea7d59643ed6da65f31 | 59a4a3d92ac4275528f40700a784daf5361749f4 | refs/heads/master | 2021-06-28T23:48:52.642000 | 2021-06-27T18:03:41 | 2021-06-27T18:03:41 | 208,616,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.project_one_cole_herman;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
pu... | UTF-8 | Java | 1,644 | java | MainActivity.java | Java | [] | null | [] | package com.example.project_one_cole_herman;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
pu... | 1,644 | 0.657543 | 0.654501 | 56 | 27.392857 | 23.534685 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517857 | false | false | 0 |
92dbdb6ae71c9d29be90826f92c4493c8435c12a | 25,451,976,210,504 | 970791c62e43177f15504d4a36a12f93cf336c72 | /bluedavy.src/jvm/memory/TestCMSGC.java | 8a4cd8f7c58653ac1eebfd677ca0a38863cbae2b | [] | no_license | ywendy/JavaLearn | https://github.com/ywendy/JavaLearn | ab36ed915d90e55c06d2dc63d8465ba5787794f8 | 208645e37b7b583131a61204f911e77c3282115a | refs/heads/master | 2021-05-26T19:48:34.295000 | 2013-03-06T17:22:17 | 2013-03-06T17:22:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package jvm.memory;
import java.util.*;
public class TestCMSGC {
public static void main(String[] args) throws Exception {
List<MemoryObject> objects = new ArrayList<MemoryObject>(6);
for (int i = 0; i < 9; i++) {
objects.add(new MemoryObject(1024 * 1024));
}
... | UTF-8 | Java | 4,439 | java | TestCMSGC.java | Java | [] | null | [] | /**
*
*/
package jvm.memory;
import java.util.*;
public class TestCMSGC {
public static void main(String[] args) throws Exception {
List<MemoryObject> objects = new ArrayList<MemoryObject>(6);
for (int i = 0; i < 9; i++) {
objects.add(new MemoryObject(1024 * 1024));
}
... | 4,439 | 0.677405 | 0.426898 | 67 | 65.253731 | 60.809795 | 237 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.298507 | false | false | 0 |
a2ae1fa97ea036f0be3f0fd3de3c611b3a50dcab | 27,728,308,880,974 | 3f142c17bdd3bb2b379a328426cb60d18ce4d049 | /onuw-server/src/main/java/com/aluminati/onuw/GameClientEventVisitor.java | 68d694e62b0752f8a0e52be2f998a2d5d16f29dd | [] | no_license | am-holt/onuw-server | https://github.com/am-holt/onuw-server | 6b2a03f2f4978eb6206cf290e33963d97c4584b6 | a6842d9f526490593ecab004e237390a1a8971d0 | refs/heads/master | 2022-10-24T00:19:42.015000 | 2020-06-21T12:56:27 | 2020-06-21T12:56:27 | 260,916,894 | 0 | 0 | null | false | 2020-06-21T12:56:28 | 2020-05-03T12:54:06 | 2020-05-23T20:27:59 | 2020-06-21T12:56:28 | 79,698 | 0 | 0 | 0 | Java | false | false | package com.aluminati.onuw;
import com.aluminati.onuw.actions.ActionType;
import com.aluminati.onuw.actions.SelectPlayersAction;
import com.google.common.collect.ImmutableMap;
import java.lang.Void;
import java.util.*;
import java.util.function.BiFunction;
import java.util.function.Consumer;
import java.util.stream.C... | UTF-8 | Java | 7,535 | java | GameClientEventVisitor.java | Java | [] | null | [] | package com.aluminati.onuw;
import com.aluminati.onuw.actions.ActionType;
import com.aluminati.onuw.actions.SelectPlayersAction;
import com.google.common.collect.ImmutableMap;
import java.lang.Void;
import java.util.*;
import java.util.function.BiFunction;
import java.util.function.Consumer;
import java.util.stream.C... | 7,535 | 0.587658 | 0.585003 | 179 | 41.094971 | 30.753242 | 226 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759777 | false | false | 0 |
d8fdc6aeb007c98e2711eac2987c6dfc80908922 | 32,650,341,388,317 | e748f89f439fb327975bfc7f65aa69205bf76d2e | /src/main/java/com/example/ogloszenia/service/UserViewService.java | 06e06ba278672e2ac9123d1367a2c0f37ddae62f | [] | no_license | bartlomiejmont/JavaFX-spring-boot-hibernate | https://github.com/bartlomiejmont/JavaFX-spring-boot-hibernate | c7ccc89b6b645ba979dc57d197953b68104c2ec7 | 13eeab9ed00e5378560f358abc579304aa459b41 | refs/heads/master | 2022-09-03T13:50:54.111000 | 2020-05-25T23:53:28 | 2020-05-25T23:53:28 | 260,198,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ogloszenia.service;
import com.example.ogloszenia.model.User;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.SplitPane;
import javafx.scene.control.TabPane;
import javafx.scene.layout.AnchorPane;
impor... | UTF-8 | Java | 2,535 | java | UserViewService.java | Java | [] | null | [] | package com.example.ogloszenia.service;
import com.example.ogloszenia.model.User;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.SplitPane;
import javafx.scene.control.TabPane;
import javafx.scene.layout.AnchorPane;
impor... | 2,535 | 0.714793 | 0.714793 | 81 | 30.296297 | 26.452587 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617284 | false | false | 0 |
e2ada9985ecf5c8cedb08858b0b7fe61296f20df | 25,005,299,658,493 | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/main/java/pt/ipp/isep/dei/project/model/house/Address.java | f77396fb0f49718d80a904ec6f923470536a0cb9 | [] | no_license | 1181687/hateoasToy | https://github.com/1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451000 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.ipp.isep.dei.project.model.house;
import pt.ipp.isep.dei.project.model.Location;
import pt.ipp.isep.dei.project.model.geographicalarea.GeographicalArea;
import pt.ipp.isep.dei.project.roles.ValueObject;
import javax.persistence.*;
import java.io.Serializable;
@Embeddable
public class Address implements Va... | UTF-8 | Java | 3,519 | java | Address.java | Java | [] | null | [] | package pt.ipp.isep.dei.project.model.house;
import pt.ipp.isep.dei.project.model.Location;
import pt.ipp.isep.dei.project.model.geographicalarea.GeographicalArea;
import pt.ipp.isep.dei.project.roles.ValueObject;
import javax.persistence.*;
import java.io.Serializable;
@Embeddable
public class Address implements Va... | 3,519 | 0.614947 | 0.614379 | 124 | 27.387096 | 24.947916 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.33871 | false | false | 0 |
cbe4d0f2db11cf328dcd1b2a668d806a7a9ad2dc | 8,813,272,952,580 | a0ce619f33869de04699262b36620f51e1ea4386 | /app/src/main/java/com/josecuentas/android_loginsocial/LoginActivity.java | a5a379719eb31fd984d54b852cb0230de7040c30 | [] | no_license | PibeDx/Android-LoginFacebook-WithSdk11 | https://github.com/PibeDx/Android-LoginFacebook-WithSdk11 | 5b7ad1814587c15378505a91e0cac046b05db582 | dd0565d68d93ee06bf71955df859a728a30b2e8c | refs/heads/master | 2020-06-24T15:19:12.068000 | 2017-07-11T22:40:19 | 2017-07-11T22:40:19 | 96,942,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.josecuentas.android_loginsocial;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import com.facebook.AccessToken;
import com.facebook.CallbackManager;
import com.... | UTF-8 | Java | 3,621 | java | LoginActivity.java | Java | [] | null | [] | package com.josecuentas.android_loginsocial;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import com.facebook.AccessToken;
import com.facebook.CallbackManager;
import com.... | 3,621 | 0.627175 | 0.626899 | 103 | 34.165047 | 27.859249 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68932 | false | false | 0 |
95283fa89c0ca5404d926f88188f2615d207e4b4 | 8,589,934,661,581 | a50e1820160babc3f5ca918e836de0227f572e0d | /phenodigm2-web/src/main/java/uk/ac/sanger/phenodigm2/controller/GeneController.java | 6bdd8a376aefa92993795500843e1da02397243b | [
"Apache-2.0"
] | permissive | mpi2/PhenoDigm2 | https://github.com/mpi2/PhenoDigm2 | 2d46b907736f67fe6f303647783665f81b0ec57c | 4f2db9334743dfcc57f29e4e268c7a15550d6c3a | refs/heads/master | 2020-12-25T06:22:21.991000 | 2013-11-01T15:35:43 | 2013-11-01T15:35:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package uk.ac.sanger.phenodigm2.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactor... | UTF-8 | Java | 5,591 | java | GeneController.java | Java | [
{
"context": "er.phenodigm2.model.MouseModel;\n\n/**\n *\n * @author jj8\n */\n\n@Controller\npublic class GeneController {\n\n ",
"end": 978,
"score": 0.9996572732925415,
"start": 975,
"tag": "USERNAME",
"value": "jj8"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package uk.ac.sanger.phenodigm2.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactor... | 5,591 | 0.711858 | 0.71007 | 123 | 44.455284 | 37.97694 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 0 |
09781aac4f5a1e82218a45cf9c9074c5ea18e8a2 | 12,386,685,750,101 | b1d5a96789ce8edaa11afa9ea75625124507c268 | /integrates/alipay/src/main/java/com/acmedcare/framework/applet/integrate/alipay/support/api/response/KoubeiServindustryPortfolioOpusBatchqueryResponse.java | 790e7a10b1d81eb964f6c409c66eb96c5c58ebf1 | [
"MIT"
] | permissive | maliro/Acmedcare-Applets | https://github.com/maliro/Acmedcare-Applets | 10ac6240de6335de1216b1932aade10702eef86c | e13e6df3f6dd60156b0114e1886ff6d9f289c525 | refs/heads/master | 2022-03-25T13:13:14.572000 | 2019-11-24T13:19:35 | 2019-11-24T13:19:35 | 292,529,759 | 0 | 1 | null | true | 2020-09-03T09:49:13 | 2020-09-03T09:49:13 | 2020-09-03T09:49:09 | 2019-11-24T13:19:36 | 12,069 | 0 | 0 | 0 | null | false | false | package com.acmedcare.framework.applet.integrate.alipay.support.api.response;
import java.util.List;
import com.acmedcare.framework.applet.integrate.alipay.support.api.internal.mapping.ApiField;
import com.acmedcare.framework.applet.integrate.alipay.support.api.internal.mapping.ApiListField;
import com.acmedcare.frame... | UTF-8 | Java | 1,223 | java | KoubeiServindustryPortfolioOpusBatchqueryResponse.java | Java | [
{
"context": "portfolio.opus.batchquery response.\n * \n * @author auto create\n * @since 1.0, 2019-01-07 20:51:15\n */\npublic cla",
"end": 564,
"score": 0.885330080986023,
"start": 553,
"tag": "USERNAME",
"value": "auto create"
}
] | null | [] | package com.acmedcare.framework.applet.integrate.alipay.support.api.response;
import java.util.List;
import com.acmedcare.framework.applet.integrate.alipay.support.api.internal.mapping.ApiField;
import com.acmedcare.framework.applet.integrate.alipay.support.api.internal.mapping.ApiListField;
import com.acmedcare.frame... | 1,223 | 0.763832 | 0.73493 | 47 | 24.765957 | 29.177528 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.893617 | false | false | 0 |
1ae199fc8a35b75a9c9754275e996ccbf50dd062 | 12,386,685,750,397 | 4f56cacb95767c44a96cf13a391bc8f690d741d4 | /src/test/java/com/gbz/kata_losange/LosangeTest.java | 783ce39f65e8908d061d9d7e58396297fa0bbab7 | [] | no_license | giboulz/losaTEngeST | https://github.com/giboulz/losaTEngeST | 2865164ca592ae0c36c69a8e4f470f84321536cc | 1cc41f6509caf30f109d0ef866e6364f32b572fd | refs/heads/master | 2021-04-15T15:15:01.726000 | 2018-03-25T16:18:27 | 2018-03-25T16:18:27 | 126,368,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gbz.kata_losange;
import static org.hamcrest.CoreMatchers.allOf;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.notNu... | UTF-8 | Java | 1,717 | java | LosangeTest.java | Java | [] | null | [] | package com.gbz.kata_losange;
import static org.hamcrest.CoreMatchers.allOf;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.notNu... | 1,717 | 0.64007 | 0.638905 | 85 | 19.200001 | 21.104111 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.270588 | false | false | 0 |
2cceed4a0e2c067435c4aa3bb498129dbf3ddd88 | 17,901,423,751,872 | 0d528d22c4a5e02cd4a5a845b743b0117772c8e0 | /week10-week10_27.TheFinnishRingingCentre/src/RingingCentre.java | eaf2b61ed35abe45b22a034268d4ce6d2c01635e | [] | no_license | banigoden/Java-Helsinki-University-part2 | https://github.com/banigoden/Java-Helsinki-University-part2 | 7a760560f0c08f75bcd7859921607a71703a7594 | a900223eeba4c3b841dbff7a0508ededc2932278 | refs/heads/master | 2020-05-15T02:27:16.421000 | 2019-07-17T09:34:00 | 2019-07-17T09:34:00 | 182,049,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.*;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Deni
*/
public class RingingCentre {
private Map<Bird, List<String>>... | UTF-8 | Java | 1,210 | java | RingingCentre.java | Java | [
{
"context": "emplate in the editor.\r\n */\r\n\r\n/**\r\n *\r\n * @author Deni\r\n */\r\npublic class RingingCentre {\r\n \r\n pri",
"end": 241,
"score": 0.9957270622253418,
"start": 237,
"tag": "NAME",
"value": "Deni"
}
] | null | [] |
import java.util.*;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Deni
*/
public class RingingCentre {
private Map<Bird, List<String>>... | 1,210 | 0.519008 | 0.518182 | 54 | 20.370371 | 21.781147 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 0 |
ed473b5ffb1f6fa551d5fd0bed3bf46f558fcd32 | 893,353,217,625 | 4451f632d242889aaadc38490ca778075f533660 | /src/main/java/com/lzxuni/modules/system/entity/UserPost.java | 05c01b3e97e8867f7508f546d3eedf71a12535b9 | [] | no_license | lzxuni/lzxdata | https://github.com/lzxuni/lzxdata | 86407f240435355a90025cc1dab4280e5f04cf98 | 060d780e145cd9c71d80f30ea378c45ada47e3ce | refs/heads/master | 2020-03-21T01:46:59.776000 | 2018-09-13T06:25:50 | 2018-09-13T06:25:50 | 137,962,209 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzxuni.modules.system.entity;
/**
/**
* 〈一句话功能简述〉<br>
*
* @author:szq
* @create:2018-03-23 13:02
* @Modified BY:
**/
public class UserPost {
private String userId ;
private String postId ;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = ... | UTF-8 | Java | 469 | java | UserPost.java | Java | [
{
"context": ".entity;\n\n/**\n /**\n * 〈一句话功能简述〉<br>\n *\n * @author:szq\n * @create:2018-03-23 13:02\n * @Modified BY:\n **/",
"end": 86,
"score": 0.9996203184127808,
"start": 83,
"tag": "USERNAME",
"value": "szq"
}
] | null | [] | package com.lzxuni.modules.system.entity;
/**
/**
* 〈一句话功能简述〉<br>
*
* @author:szq
* @create:2018-03-23 13:02
* @Modified BY:
**/
public class UserPost {
private String userId ;
private String postId ;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = ... | 469 | 0.660754 | 0.634146 | 32 | 13.09375 | 13.175164 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78125 | false | false | 0 |
4f6e033d1071eba8d1b0b06cea363ee44a1fef16 | 6,657,199,325,381 | 477b5312c5048cc30365cbe03d19afd3b5adbbf8 | /src/com/kumanoit/array/FindNUniqueIntegersSumuptoZero.java | 1b3d3701b4b0d10810caf6724c500559cf89bbc9 | [] | no_license | kumanoit/Leetcode | https://github.com/kumanoit/Leetcode | e8079f6a56f2426dece74f3162d8a85130a97d11 | 5facf9c3c46f7de534041d78e1b69cc8f4a93d81 | refs/heads/master | 2022-12-22T17:34:18.497000 | 2022-12-12T18:17:47 | 2022-12-12T18:17:47 | 227,443,409 | 1 | 0 | null | false | 2022-12-12T18:17:49 | 2019-12-11T19:25:33 | 2022-01-01T12:00:21 | 2022-12-12T18:17:48 | 996 | 1 | 0 | 4 | Java | false | false | package com.kumanoit.array;
/**
* https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/
*
* Time: O(n)
* Space: O(1) not counting size of array that has to be returned.
*
* @author kumanoit 29-Dec-2019 10:53:03 AM
*/
public class FindNUniqueIntegersSumuptoZero {
public static void main(Strin... | UTF-8 | Java | 848 | java | FindNUniqueIntegersSumuptoZero.java | Java | [
{
"context": "e of array that has to be returned.\n * \n * @author kumanoit 29-Dec-2019 10:53:03 AM\n */\npublic class FindNUni",
"end": 214,
"score": 0.999570906162262,
"start": 206,
"tag": "USERNAME",
"value": "kumanoit"
}
] | null | [] | package com.kumanoit.array;
/**
* https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/
*
* Time: O(n)
* Space: O(1) not counting size of array that has to be returned.
*
* @author kumanoit 29-Dec-2019 10:53:03 AM
*/
public class FindNUniqueIntegersSumuptoZero {
public static void main(Strin... | 848 | 0.604953 | 0.575472 | 43 | 18.72093 | 18.991217 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.627907 | false | false | 0 |
f19de6db1dcbe87a291d3732ee8734e0feb601c7 | 33,234,456,992,517 | 66e9231ff5277e092de9772da6646969f125820f | /MVCBoard/src/lab/board/filter/EncoFilter.java | c013366b00822434c6541ca150d8ca3590bd40b6 | [] | no_license | ehdqkd616/JSPServlet_Study1 | https://github.com/ehdqkd616/JSPServlet_Study1 | add27da12ddc0bd8514cce474e48a83130367e37 | b7429ba8f5b90878fde449ef6ed32422abaf9d7b | refs/heads/master | 2023-02-10T01:19:44.178000 | 2021-01-07T17:36:27 | 2021-01-07T17:36:27 | 286,909,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab.board.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;
//해당 프로젝트의 모든 요청에 대해 적용
@WebFilter("/*")
pub... | UTF-8 | Java | 1,014 | java | EncoFilter.java | Java | [] | null | [] | package lab.board.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;
//해당 프로젝트의 모든 요청에 대해 적용
@WebFilter("/*")
pub... | 1,014 | 0.748756 | 0.746269 | 29 | 26.724138 | 26.058153 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
5fd63b87cfaac3bcf54f3134e17916f432afa8a5 | 7,696,581,449,969 | 958f30e5185ed28b6cbcb396e6e5892ea1d3622a | /app/src/main/java/assignment_6/cput/za/ac/pc_assembly_store_app/factories/CPUFactory.java | 76a512b68bd7a9f179a5f58fbd0948ce52336b4f | [] | no_license | angorora/PC_Assembly_Store_ANDROID_6_2 | https://github.com/angorora/PC_Assembly_Store_ANDROID_6_2 | 260560fa014c7adebea409f2672153cd38bdd085 | 14af1ec3781e1b827e3ab91bf7264280b7b5645a | refs/heads/master | 2017-10-05T23:18:15.326000 | 2016-05-31T17:57:45 | 2016-05-31T17:57:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignment_6.cput.za.ac.pc_assembly_store_app.factories;
import assignment_6.cput.za.ac.pc_assembly_store_app.domain.PC.CPU;
/**
* Created by Cuan on 4/3/2016.
*/
public interface CPUFactory {
CPU createCPU(Long id, String code, String description, Integer socket, String processorBrand, double speed_Ghz... | UTF-8 | Java | 387 | java | CPUFactory.java | Java | [
{
"context": "sembly_store_app.domain.PC.CPU;\n\n/**\n * Created by Cuan on 4/3/2016.\n */\npublic interface CPUFactory {\n ",
"end": 157,
"score": 0.8340016007423401,
"start": 153,
"tag": "NAME",
"value": "Cuan"
}
] | null | [] | package assignment_6.cput.za.ac.pc_assembly_store_app.factories;
import assignment_6.cput.za.ac.pc_assembly_store_app.domain.PC.CPU;
/**
* Created by Cuan on 4/3/2016.
*/
public interface CPUFactory {
CPU createCPU(Long id, String code, String description, Integer socket, String processorBrand, double speed_Ghz... | 387 | 0.762274 | 0.741602 | 10 | 37.700001 | 53.135769 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 0 |
74e3d3f00db68aab1dc5433db1709b761617e27b | 23,605,140,322,708 | d895cb4fd9fe7db9abbef28a1ddd7d58023834f1 | /src/main/java/com/indiana/server/model/logic/LogicControlPosicion.java | 4db0ff490bafd78cc09dabd4cefabb742b7ed154 | [
"MIT"
] | permissive | jofrantoba/Maven-Indiant-Capedwarf | https://github.com/jofrantoba/Maven-Indiant-Capedwarf | 59a3e30a0ea09d09a3db7f786cf82d032d070199 | 160f4600162d444c9364b880ae031d64f95ea3e3 | refs/heads/main | 2023-08-24T18:17:01.497000 | 2021-11-05T23:58:52 | 2021-11-05T23:58:52 | 425,087,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.indiana.server.model.logic;
import java.util.Collection;
import javax.jdo.PersistenceManager;
import com.indiana.server.model.bean.ControlPosicion;
import com.indiana.server.model.dao.DaoControlPosicion;
import com.indiana.shared.BeanParametro;
import com.indiana.shared.UnknownException;
public class Lo... | UTF-8 | Java | 1,193 | java | LogicControlPosicion.java | Java | [] | null | [] | package com.indiana.server.model.logic;
import java.util.Collection;
import javax.jdo.PersistenceManager;
import com.indiana.server.model.bean.ControlPosicion;
import com.indiana.server.model.dao.DaoControlPosicion;
import com.indiana.shared.BeanParametro;
import com.indiana.shared.UnknownException;
public class Lo... | 1,193 | 0.803018 | 0.803018 | 40 | 28.825001 | 25.420353 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 0 |
d26d77a88eb3f572fc5b8157a4a865669ad99541 | 20,813,411,581,691 | fa9d35143e6322074588a72f85f7f484348db0f9 | /app/src/main/java/com/mdcbeta/data/remote/model/Laboratory.java | d0bb72561590e39e114903e22210934400cdcb95 | [] | no_license | shabbirhussain-tech4life/Sojro-Tech4life | https://github.com/shabbirhussain-tech4life/Sojro-Tech4life | f8b9a6e0f0f61679e98dad9db7fd242496c4d470 | 4460df5cd9c80e087a8bff9d5c47f81d420d9077 | refs/heads/main | 2023-07-08T12:11:12.014000 | 2021-08-06T12:14:51 | 2021-08-06T12:14:51 | 392,292,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mdcbeta.data.remote.model;
import com.google.gson.annotations.SerializedName;
import javax.annotation.Generated;
/**
* Created by MahaRani on 28/06/2018.
*/
@Generated("com.robohorse.robopojogenerator")
public class Laboratory {
@SerializedName("users_id")
private String users_id;
@Seria... | UTF-8 | Java | 2,027 | java | Laboratory.java | Java | [
{
"context": "ort javax.annotation.Generated;\n\n/**\n * Created by MahaRani on 28/06/2018.\n */\n\n@Generated(\"com.robohorse.rob",
"end": 154,
"score": 0.9851222038269043,
"start": 146,
"tag": "NAME",
"value": "MahaRani"
}
] | null | [] | package com.mdcbeta.data.remote.model;
import com.google.gson.annotations.SerializedName;
import javax.annotation.Generated;
/**
* Created by MahaRani on 28/06/2018.
*/
@Generated("com.robohorse.robopojogenerator")
public class Laboratory {
@SerializedName("users_id")
private String users_id;
@Seria... | 2,027 | 0.615195 | 0.611248 | 114 | 16.780703 | 15.258451 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 0 |
0cea577f91b26b6a80d9b9c6afa013d902a2c89b | 33,328,946,231,986 | 5d64fbc218d0abd87e345d3616610c28998a4fbd | /CSE-2101/lab-exam/DivisionExceptionExample.java | de0c55ad0804ec7ba3f579fb8e6bc6e4984751e0 | [
"MIT"
] | permissive | imrande/university-courses | https://github.com/imrande/university-courses | f7390da46b73457dda19d4001bec515d244fa3ec | e10af95d1e6bfc2f0a0e467e732f9b39bf8d99c1 | refs/heads/master | 2021-11-24T15:54:47.113000 | 2021-11-12T05:11:47 | 2021-11-12T05:11:47 | 245,792,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class DivisionExceptionExample {
public static void main(String[] args){
int a, b, r;
Scanner input_ = new Scanner(System.in);
a = input_.nextInt();
b = input_.nextInt();
// input_.close();
try {
r = a / b;
... | UTF-8 | Java | 531 | java | DivisionExceptionExample.java | Java | [] | null | [] | import java.util.Scanner;
public class DivisionExceptionExample {
public static void main(String[] args){
int a, b, r;
Scanner input_ = new Scanner(System.in);
a = input_.nextInt();
b = input_.nextInt();
// input_.close();
try {
r = a / b;
... | 531 | 0.519774 | 0.519774 | 19 | 26.052631 | 17.77483 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 0 |
95a2833cfab0821130e6573b26b7434bcbda0ba4 | 22,625,887,766,160 | 1cf014ca585fec7ec910efe2b0d90d6b1ed4b7c9 | /src/main/java/com/eighth/airrent/service/impl/SmsSendServiceImpl.java | c9c37615786b15ffa1cf669d4fe10974e70a0c76 | [] | no_license | wsjyz/airrent | https://github.com/wsjyz/airrent | 456da573735994f566e3535ffd0d4aebd3cc1429 | a758633a940fcf15053b3234ca20e3df2a0a140e | refs/heads/master | 2016-09-06T12:00:27.379000 | 2014-12-29T13:44:07 | 2014-12-29T13:44:59 | 21,379,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eighth.airrent.service.impl;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.springframework.beans.factory.annotation.Autowired;... | UTF-8 | Java | 2,895 | java | SmsSendServiceImpl.java | Java | [
{
"context": "px?action=send&userid=8H&account=jkwl015&password=a142563&mobile=\";\n\n\t@Override\n\tpublic boolean sendSms(Str",
"end": 811,
"score": 0.9994324445724487,
"start": 804,
"tag": "PASSWORD",
"value": "a142563"
}
] | null | [] | package com.eighth.airrent.service.impl;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.springframework.beans.factory.annotation.Autowired;... | 2,898 | 0.679629 | 0.673564 | 107 | 25.196262 | 21.22793 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.738318 | false | false | 0 |
0c89898e0ceedc5b7d9d69799b5e7ea441830005 | 31,808,527,850,806 | 2b92302fc02f8034961beb841f13d7d96c1d21d7 | /SelfPay-hotel/StaticData/tops-hotel-elong-static-data-service/src/main/java/com/travelzen/tops/hotel/elong/staticdata/service/externalProcess/DownloadAmenityExtProcess.java | 7bcaa38c5ab20d2beea1557727f507b2554fe98b | [] | no_license | fangleu/tops-hotel | https://github.com/fangleu/tops-hotel | 6761fbbaa4984d6e8ea7c9df9a992bf90fd25e3f | 6dae9939ab672d920dad7a7f33adbb3ab2fa20ef | refs/heads/master | 2021-01-21T04:39:52.045000 | 2016-07-15T05:24:30 | 2016-07-15T05:25:38 | 34,242,862 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.travelzen.tops.hotel.elong.staticdata.service.externalProcess;
import java.io.IOException;
import java.io.InputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.travelzen.tops.hotel.elong.common.utils.IHttpUtilExternalProcess;
import com.travelzen.tops.hotel.elong.staticdata.ser... | UTF-8 | Java | 737 | java | DownloadAmenityExtProcess.java | Java | [] | null | [] | package com.travelzen.tops.hotel.elong.staticdata.service.externalProcess;
import java.io.IOException;
import java.io.InputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.travelzen.tops.hotel.elong.common.utils.IHttpUtilExternalProcess;
import com.travelzen.tops.hotel.elong.staticdata.ser... | 737 | 0.793758 | 0.789688 | 26 | 27.346153 | 29.840528 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 0 |
6064bccf7c7c2bf8f8f8a89c9920aaa5bcf413ae | 712,964,598,634 | 3258bae11ad5e087fbf46939188b3eb04e34f1e1 | /app/src/main/java/com/news/elvezanews/Interfaces/VolleyRequestResponse.java | 25926617df615c23a553a8771adecbb645639b0e | [] | no_license | mixinmax1990/elveza-media | https://github.com/mixinmax1990/elveza-media | 6103ae134f7ea835d05bd1c0ec40a7e68c824b1f | 874ee50ddaa2a9b86e067aba31fb04f99bb799c3 | refs/heads/master | 2022-07-31T01:18:23.997000 | 2020-05-24T20:09:57 | 2020-05-24T20:09:57 | 258,746,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.news.elvezanews.Interfaces;
import org.json.JSONArray;
import org.json.JSONObject;
public interface VolleyRequestResponse {
public void onSuccessJson(JSONArray result, String type);
public void onFailureJson(int responseCode, String responseMessage);
}
| UTF-8 | Java | 275 | java | VolleyRequestResponse.java | Java | [] | null | [] | package com.news.elvezanews.Interfaces;
import org.json.JSONArray;
import org.json.JSONObject;
public interface VolleyRequestResponse {
public void onSuccessJson(JSONArray result, String type);
public void onFailureJson(int responseCode, String responseMessage);
}
| 275 | 0.807273 | 0.807273 | 9 | 29.555555 | 24.877974 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 0 |
5bfacd7ab4bdc78e92e0a04c8ad34b96612d923f | 6,201,932,832,450 | c592885e930e3f50e1a9938c288b0eb2ccc83e00 | /Solibasho/src/model/IU.java | 38c0dcd2a30ab43ef9aacd3dad77f90be79a109b | [] | no_license | AlbertoLastres/UNO_Game | https://github.com/AlbertoLastres/UNO_Game | 05c0902fadcbdba326216a49cb69e167efcfbc83 | 638de7951a560b06321ce3546f8d8e25181f0e55 | refs/heads/master | 2021-01-01T05:45:10.455000 | 2016-05-31T20:22:18 | 2016-05-31T20:22:18 | 57,379,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.Graphics2D;
import javax.swing.JFrame;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JLabel;
import javax.swing.SwingConstants;
import tipoEnu... | UTF-8 | Java | 9,459 | java | IU.java | Java | [] | null | [] | package model;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.Graphics2D;
import javax.swing.JFrame;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JLabel;
import javax.swing.SwingConstants;
import tipoEnu... | 9,459 | 0.715826 | 0.69574 | 355 | 25.645071 | 21.092237 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.287324 | false | false | 0 |
83ebc16173b7d374c2b1b4960459e56f186802eb | 21,260,088,155,857 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /GenealogyJ/rev5531-5561/left-branch-5561/genj/src/core/genj/window/WindowManager.java | 31aee7a81d43074df6cf67e257c5cb197cf51e75 | [] | no_license | joliebig/featurehouse_fstmerge_examples | https://github.com/joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974000 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package genj.window;
import genj.gedcom.Gedcom;
import genj.util.Registry;
import genj.util.swing.Action2;
import genj.util.swing.ImageIcon;
import genj.util.swing.TextAreaWidget;
import genj.util.swing.TextFieldWidget;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Container;
import java.a... | UTF-8 | Java | 12,881 | java | WindowManager.java | Java | [] | null | [] |
package genj.window;
import genj.gedcom.Gedcom;
import genj.util.Registry;
import genj.util.swing.Action2;
import genj.util.swing.ImageIcon;
import genj.util.swing.TextAreaWidget;
import genj.util.swing.TextFieldWidget;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Container;
import java.a... | 12,881 | 0.639081 | 0.635975 | 515 | 24.007767 | 27.776989 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.667961 | false | false | 0 |
c267690f8c67dfdbce452cfa3565e3533b475e1d | 31,911,607,012,120 | 36da1f3fbab5cea3f03a4a0c6dbb45f87edaddb7 | /src/main/java/siwes/fingerprint/db/DBConnection.java | dae0af9cdf24e1e1ce6352543b12ab2c351bc1ce | [] | no_license | wilfred-unsho/siwes-fingerprint-reader | https://github.com/wilfred-unsho/siwes-fingerprint-reader | 696c445413d5a6d52cc750e9f2d7025219829ff2 | ed4b781552029f2ed35b4f1a4447e4a8413a2eff | refs/heads/master | 2020-03-25T06:34:00.482000 | 2018-08-04T11:01:57 | 2018-08-04T11:01:57 | 143,509,930 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package siwes.fingerprint.db;
import java.io.ByteArrayInputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import j... | UTF-8 | Java | 3,045 | java | DBConnection.java | Java | [
{
"context": ";\nimport java.sql.SQLException;\n\n/**\n *\n * @author Wilfred\n */\npublic class DBConnection {\n \n // db co",
"end": 490,
"score": 0.9994601607322693,
"start": 483,
"tag": "NAME",
"value": "Wilfred"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package siwes.fingerprint.db;
import java.io.ByteArrayInputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import j... | 3,045 | 0.59803 | 0.589819 | 113 | 25.946903 | 21.133307 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522124 | false | false | 0 |
5b7aae3a7f51549a99ed97bbb2cf911fd1df1baa | 5,935,644,872,305 | 627e355948b28f60cb643b3086c6618bb523afe4 | /mqtool/src/main/java/com/antbrains/mqtool/ActiveMqSender.java | 3bf861cc66f568c2a791588b9b3f859a390ab427 | [] | no_license | cuirongbo/knowledge-distillation | https://github.com/cuirongbo/knowledge-distillation | da19cd5767bddf7e12f851082ae2aeb6d0961841 | 6adcf5a7a89bcc977f9bbf332905784a5e66afc1 | refs/heads/master | 2020-03-22T07:49:17.960000 | 2018-07-04T09:21:29 | 2018-07-04T09:21:29 | 139,726,701 | 1 | 0 | null | true | 2018-07-04T13:35:11 | 2018-07-04T13:35:11 | 2018-07-04T09:21:47 | 2018-07-04T09:21:46 | 66,929 | 0 | 0 | 0 | null | false | null | package com.antbrains.mqtool;
import javax.jms.DeliveryMode;
import javax.jms.JMSException;
import javax.jms.MapMessage;
import javax.jms.Message;
import javax.jms.MessageConsumer;
import javax.jms.MessageProducer;
import javax.jms.Queue;
import javax.jms.QueueSender;
import javax.jms.QueueSession;
import javax.jms.Te... | UTF-8 | Java | 4,482 | java | ActiveMqSender.java | Java | [] | null | [] | package com.antbrains.mqtool;
import javax.jms.DeliveryMode;
import javax.jms.JMSException;
import javax.jms.MapMessage;
import javax.jms.Message;
import javax.jms.MessageConsumer;
import javax.jms.MessageProducer;
import javax.jms.Queue;
import javax.jms.QueueSender;
import javax.jms.QueueSession;
import javax.jms.Te... | 4,482 | 0.678269 | 0.676484 | 207 | 20.652174 | 18.01247 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.246377 | false | false | 0 |
313384282340e32817abafcbfbf32c82a9338d58 | 33,122,787,790,148 | 7d3e3d7b2ab191e2f785890974ce8c25987b0c35 | /Algorithm_Java/programmers/src/DeleteSmallNum.java | 466ab9aa095d558b4166931c8a5f5da2d17400af | [] | no_license | JisangYou/algorithm-solution | https://github.com/JisangYou/algorithm-solution | 7a873b026ca9c064628b333a5250754a44e78e39 | 8e35fb773c5e72fd38fba0b2152f05b6cdb3a879 | refs/heads/master | 2022-12-19T04:08:05.048000 | 2020-09-30T11:25:58 | 2020-09-30T11:25:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class DeleteSmallNum {
public int[] solution(int[] arr) {
int[] answer = {};
ArrayList list = new ArrayList();
answer = new int[arr.length - 1];
if (arr.length <= 1) {
... | UTF-8 | Java | 1,065 | java | DeleteSmallNum.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class DeleteSmallNum {
public int[] solution(int[] arr) {
int[] answer = {};
ArrayList list = new ArrayList();
answer = new int[arr.length - 1];
if (arr.length <= 1) {
... | 1,065 | 0.504306 | 0.488038 | 45 | 22.222221 | 18.018372 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711111 | false | false | 0 |
e6cf8790916ca77365b5e55907f53a0cca12b0e2 | 33,122,787,793,543 | 7fb86db1f7fb942cb43d7bb38ace1df1a2bcc535 | /src/main/java/com/axa/sesummit/codinggame/controller/FeedbackController.java | 2f5365700e799821d74f671fa75c30e520da3ccd | [] | no_license | diskostu/extremeInsurance | https://github.com/diskostu/extremeInsurance | 5e9d33080513ae703a6bae986b44f26fc0b2cbd4 | ec2cc63378398e5022212db9ee5a1fcc3a08a742 | refs/heads/master | 2020-06-11T18:26:23.096000 | 2016-12-05T17:30:46 | 2016-12-05T17:30:46 | 75,632,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.axa.sesummit.codinggame.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web... | UTF-8 | Java | 842 | java | FeedbackController.java | Java | [] | null | [] | package com.axa.sesummit.codinggame.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web... | 842 | 0.806413 | 0.804038 | 25 | 32.68 | 30.45616 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 0 |
53280439f37e4bd06e55880c68634d5f5ac8bb39 | 29,557,964,974,168 | d1bd1246f161b77efb418a9c24ee544d59fd1d20 | /android/myapplication/trunk/src/org/javenstudio/provider/account/dashboard/OnDashboardClickListener.java | 3187b317b83b5647adb6c906a37cf36feb4e08a5 | [] | no_license | navychen2003/javen | https://github.com/navychen2003/javen | f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a | a3c2312bc24356b1c58b1664543364bfc80e816d | refs/heads/master | 2021-01-20T12:12:46.040000 | 2015-03-03T06:14:46 | 2015-03-03T06:14:46 | 30,912,222 | 0 | 1 | null | false | 2023-03-20T11:55:50 | 2015-02-17T10:24:28 | 2015-03-03T06:15:44 | 2017-05-18T15:33:18 | 64,024 | 0 | 0 | 0 | Java | false | false | package org.javenstudio.provider.account.dashboard;
import android.app.Activity;
public interface OnDashboardClickListener {
public boolean onDashboardClick(Activity activity, DashboardItem item);
}
| UTF-8 | Java | 205 | java | OnDashboardClickListener.java | Java | [] | null | [] | package org.javenstudio.provider.account.dashboard;
import android.app.Activity;
public interface OnDashboardClickListener {
public boolean onDashboardClick(Activity activity, DashboardItem item);
}
| 205 | 0.829268 | 0.829268 | 9 | 21.777779 | 26.143951 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
6f48973548d3a82551596e58edb19c9eeb7a5b3f | 17,901,423,748,322 | 8a7b235652bba9b85107e406473f285c94e4d998 | /b2b2c-core/.svn/pristine/57/5727ea50da4208d9775125d7b9902359f9e82328.svn-base | 87f3e30a0441f3a3bcc6e3616f0390f26b1ca30c | [] | no_license | kate2014/b2b2c | https://github.com/kate2014/b2b2c | 2abba3785c7d8f8685c498c709886a6606f4c9b9 | 0b078de0397ba2156c48dff9337edcead686f037 | refs/heads/develop | 2021-01-01T15:47:03.272000 | 2017-07-17T02:35:12 | 2017-07-17T02:35:12 | 97,697,653 | 1 | 5 | null | true | 2017-07-19T09:19:55 | 2017-07-19T09:19:55 | 2017-07-14T16:34:57 | 2017-07-17T02:35:13 | 130,520 | 0 | 0 | 0 | null | null | null | package com.enation.app.b2b2c.component.bonus.tag;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.enation.app.b2b2c.component.bonus.model.StoreBonusType;
import com.enation.app.b2b2c.component.bon... | UTF-8 | Java | 1,165 | 5727ea50da4208d9775125d7b9902359f9e82328.svn-base | Java | [
{
"context": "delException;\n\n/**\n * 获取店铺所有有效的优惠券集合Tag\n * @author DMRain\n * @date 2016年1月19日\n * @version v1.0\n * @since v1",
"end": 631,
"score": 0.9996809959411621,
"start": 625,
"tag": "USERNAME",
"value": "DMRain"
}
] | null | [] | package com.enation.app.b2b2c.component.bonus.tag;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.enation.app.b2b2c.component.bonus.model.StoreBonusType;
import com.enation.app.b2b2c.component.bon... | 1,165 | 0.816092 | 0.790451 | 37 | 29.567568 | 26.545769 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.810811 | false | false | 0 | |
546bf668661226af60437a4bfb215ff4ebc5c51b | 29,996,051,650,392 | 9150e08e6178a657838598cb0a45797ece08acf3 | /src/algoritmos/lista2/Algoritmo_68.java | 5f4c76d976833d09ba52ac77697e2866e62b2420 | [] | no_license | ViniciusGalvaoMarques/algorithms-exercises | https://github.com/ViniciusGalvaoMarques/algorithms-exercises | 017397c7148b13fffc676a120328e067415a1f3a | b587d79fd4df82edd1fb4e7d2819f22832686367 | refs/heads/master | 2022-05-07T00:54:23.325000 | 2020-03-27T04:49:29 | 2020-03-27T04:49:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algoritmos.lista2;
import algoritmos.tools.Input;
public class Algoritmo_68 {
public static void main(String[] args) {
/*
* (158)
*
* Criar um algoritmo que entre com o valor de x, calcule e imprima o valor de
* f(x).
*
* fx = 8 / (2 - x);
*
*/
int x, fx;
x = Input.intege... | UTF-8 | Java | 501 | java | Algoritmo_68.java | Java | [] | null | [] | package algoritmos.lista2;
import algoritmos.tools.Input;
public class Algoritmo_68 {
public static void main(String[] args) {
/*
* (158)
*
* Criar um algoritmo que entre com o valor de x, calcule e imprima o valor de
* f(x).
*
* fx = 8 / (2 - x);
*
*/
int x, fx;
x = Input.intege... | 501 | 0.53 | 0.506 | 39 | 11.820513 | 17.056274 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.358974 | false | false | 0 |
d34d90b346c97ca32f7ba658d5a7d20be9673dac | 30,863,634,990,681 | b66f687417663bb0580ea7b181fe41ae1d93c1f8 | /Carrom.java | 93f71d0c8f855af3860f74f52f072263646403e9 | [] | no_license | SKumar180/Coding-Practice | https://github.com/SKumar180/Coding-Practice | 8e3f596fcbd099132298ffb2a4feee2890f9407d | 22cb369bc922c2793122e11f240856da811249e4 | refs/heads/master | 2020-12-02T01:57:15.268000 | 2020-01-29T10:12:35 | 2020-01-29T10:12:35 | 230,850,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class Main
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("Enter number of lost team's coins left on board");
int coinleft=sc.nextInt();
int score=0;
if(coinleft<1 || coinleft>9)
{
... | UTF-8 | Java | 749 | java | Carrom.java | Java | [] | null | [] | import java.util.Scanner;
class Main
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
System.out.println("Enter number of lost team's coins left on board");
int coinleft=sc.nextInt();
int score=0;
if(coinleft<1 || coinleft>9)
{
... | 749 | 0.46729 | 0.460614 | 29 | 24.827587 | 20.265596 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 0 |
d15292df35a6b8482786d5499488d124f609cf07 | 31,920,196,953,686 | 3e32c6bd71577217b4b5db4890d314dfd17d6593 | /hcms-rest-api/src/main/java/com/abminvestama/hcms/rest/api/filter/AuthenticationTokenProcessingFilter.java | 1658220bbab8290eb677e3660ff4da5490ed80b7 | [] | no_license | yauritux/hcms-api | https://github.com/yauritux/hcms-api | d6e7fd3ac450a170c8065cda6c76224a4ce3c404 | 2e4538e9bc6f4dde70d894295197c00c9c82fe00 | refs/heads/master | 2021-01-10T01:15:00.935000 | 2016-02-03T07:09:54 | 2016-02-03T07:09:54 | 50,981,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abminvestama.hcms.rest.api.filter;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import org.springframework.security.authenticati... | UTF-8 | Java | 3,847 | java | AuthenticationTokenProcessingFilter.java | Java | [
{
"context": "a.hcms.core.model.entity.User;\n\n/**\n * \n * @author yauri (yauritux@gmail.com)\n * @version 1.0.0\n * @since ",
"end": 931,
"score": 0.9976892471313477,
"start": 926,
"tag": "USERNAME",
"value": "yauri"
},
{
"context": "ore.model.entity.User;\n\n/**\n * \n * @author ... | null | [] | package com.abminvestama.hcms.rest.api.filter;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import org.springframework.security.authenticati... | 3,836 | 0.768911 | 0.767351 | 121 | 30.801653 | 29.139057 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68595 | false | false | 0 |
87108ffd326ecf305a6150ffc2fb80219c3dbe1f | 9,053,791,095,465 | 33d60ce7a12ec8dbaee179f7507924f483f09d82 | /app-back/src/main/java/jp/co/sint/webshop/web/action/back/communication/DiscountEditCommodityUpdateAction.java | b2863ca5e86767784dc6dbffbb80fa670f29bdbc | [] | no_license | mqiy/ec_test | https://github.com/mqiy/ec_test | e342fbfb660aeabdb71f1299f94ac1dd624c99bb | 7b4495c3f219a1e000b479e2b3932302a0b79ddd | refs/heads/master | 2016-09-05T23:14:39.801000 | 2015-02-09T11:05:07 | 2015-02-09T11:05:07 | 30,531,830 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.co.sint.webshop.web.action.back.communication;
import jp.co.sint.webshop.data.domain.UsingFlg;
import jp.co.sint.webshop.data.dto.DiscountCommodity;
import jp.co.sint.webshop.service.CommunicationService;
import jp.co.sint.webshop.service.Permission;
import jp.co.sint.webshop.service.ServiceLocator;
... | UTF-8 | Java | 6,600 | java | DiscountEditCommodityUpdateAction.java | Java | [] | null | [] | package jp.co.sint.webshop.web.action.back.communication;
import jp.co.sint.webshop.data.domain.UsingFlg;
import jp.co.sint.webshop.data.dto.DiscountCommodity;
import jp.co.sint.webshop.service.CommunicationService;
import jp.co.sint.webshop.service.Permission;
import jp.co.sint.webshop.service.ServiceLocator;
... | 6,600 | 0.675048 | 0.669407 | 161 | 36.534161 | 31.090937 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515528 | false | false | 0 |
caaff3bf536d9c1f2d78431a75332836e39870ba | 1,073,741,826,623 | f19e8ec510d8499123f6d7ff8ce3e384a532af2a | /green-fleet/src/com/heartyoh/model/DriverRelation.java | b9c6247e427b6e07ec1c9b4ae094145bf49faf86 | [] | no_license | heartyoh/green-fleet | https://github.com/heartyoh/green-fleet | f7cba471aff3f9526488a4c3f84eeca6f879385b | b88a46101b565fea1ad04c07d28ef981162bacfc | refs/heads/master | 2021-01-10T18:57:45.942000 | 2015-11-02T01:34:47 | 2015-11-02T01:34:47 | 3,025,760 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.heartyoh.model;
/**
* Driver & Driver Group Relation
*
* @author jhnam
*/
public class DriverRelation extends AbstractEntity {
/**
* vehicle id
*/
private String driverId;
/**
* vehicle group id
*/
private String groupId;
/**
* 기본 생성자
*/
public DriverRelation() {
}
... | UTF-8 | Java | 949 | java | DriverRelation.java | Java | [
{
"context": "*\n * Driver & Driver Group Relation\n * \n * @author jhnam\n */\npublic class DriverRelation extends AbstractE",
"end": 99,
"score": 0.9992052912712097,
"start": 94,
"tag": "USERNAME",
"value": "jhnam"
}
] | null | [] | /**
*
*/
package com.heartyoh.model;
/**
* Driver & Driver Group Relation
*
* @author jhnam
*/
public class DriverRelation extends AbstractEntity {
/**
* vehicle id
*/
private String driverId;
/**
* vehicle group id
*/
private String groupId;
/**
* 기본 생성자
*/
public DriverRelation() {
}
... | 949 | 0.640943 | 0.640943 | 61 | 14.295082 | 15.995229 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.163934 | false | false | 0 |
8e425758065af72f33cedea06a5efe4c14f1b6d7 | 20,899,310,903,652 | 73fc2829f6cd67346d6fd62a6b437336d633441a | /src/main/java/co/uk/foodco/recipes/service/RecipesService.java | 9f652c823a40b6ba066092189099dd920f85bd61 | [] | no_license | aravin-86/Recipes | https://github.com/aravin-86/Recipes | 4273e409f7717718bfa60d735890daf9277dadd6 | 146c85e4f160df30d3b582fa1d4e65617c6d446e | refs/heads/master | 2022-12-26T16:28:46.114000 | 2020-08-27T16:24:46 | 2020-08-27T16:24:46 | 38,158,060 | 0 | 0 | null | false | 2022-12-16T04:41:07 | 2015-06-27T11:42:13 | 2020-08-27T16:24:49 | 2022-12-16T04:41:05 | 358 | 0 | 0 | 4 | JavaScript | false | false | package co.uk.foodco.recipes.service;
import co.uk.foodco.recipes.model.Recipes;
public interface RecipesService {
Recipes listRecipes();
Recipes listRecipes(int pageNo, int itemsPerPage);
}
| UTF-8 | Java | 203 | java | RecipesService.java | Java | [] | null | [] | package co.uk.foodco.recipes.service;
import co.uk.foodco.recipes.model.Recipes;
public interface RecipesService {
Recipes listRecipes();
Recipes listRecipes(int pageNo, int itemsPerPage);
}
| 203 | 0.763547 | 0.763547 | 10 | 19.299999 | 20.223995 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
d16e7c471dd553f0a22bfa3f1e45a0c96ea78a69 | 9,655,086,489,874 | e3513886e5a2381b50261d2b47a9419fb103a00e | /lab02-Cyclometer/Cyclometer.java | 19b358faa2e9d0488239463f985d46aca0f3cd41 | [] | no_license | sgy214/CSE2 | https://github.com/sgy214/CSE2 | e31219a553e53717b467c639f96b4388589a7675 | b6dd38f67114946601718f6030478a190715a9db | refs/heads/master | 2021-01-23T20:17:38.069000 | 2014-12-06T05:55:41 | 2014-12-06T05:55:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Sunny Yu
//lab02-Cyclometer
public class Cyclometer
{
public static void main(String[] args)
{
//input data
int secsTrip1 = 480; //time in seconds of trip 1
int secsTrip2 = 3220; //time in seconds of trip 2
int countsTrip1 = 1561; //rotation count of trip 1
int co... | UTF-8 | Java | 1,601 | java | Cyclometer.java | Java | [
{
"context": "//Sunny Yu\n//lab02-Cyclometer\n\npublic class Cyclometer\n{\n ",
"end": 10,
"score": 0.9998505711555481,
"start": 2,
"tag": "NAME",
"value": "Sunny Yu"
}
] | null | [] | //<NAME>
//lab02-Cyclometer
public class Cyclometer
{
public static void main(String[] args)
{
//input data
int secsTrip1 = 480; //time in seconds of trip 1
int secsTrip2 = 3220; //time in seconds of trip 2
int countsTrip1 = 1561; //rotation count of trip 1
int coun... | 1,599 | 0.638976 | 0.601499 | 37 | 42.297298 | 30.554218 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 0 |
4c82d66ce37ed0edbeb96a800b57c0c7376f0b5f | 5,514,738,018,150 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/tencentmap/mapsdk/maps/p667a/C41045eo.java | 4dc4ad216c00a554448f8bfa93152ae25db75f27 | [] | no_license | xsren/AndroidReverseNotes | https://github.com/xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072000 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.tencentmap.mapsdk.maps.p667a;
import com.tencent.matrix.trace.core.AppMethodBeat;
/* renamed from: com.tencent.tencentmap.mapsdk.maps.a.eo */
final class C41045eo implements Runnable {
/* renamed from: a */
private /* synthetic */ int f16469a;
/* renamed from: b */
private /* synth... | UTF-8 | Java | 619 | java | C41045eo.java | Java | [] | null | [] | package com.tencent.tencentmap.mapsdk.maps.p667a;
import com.tencent.matrix.trace.core.AppMethodBeat;
/* renamed from: com.tencent.tencentmap.mapsdk.maps.a.eo */
final class C41045eo implements Runnable {
/* renamed from: a */
private /* synthetic */ int f16469a;
/* renamed from: b */
private /* synth... | 619 | 0.660743 | 0.513732 | 22 | 27.136364 | 19.491945 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 0 |
f1468676998d9fe9ccd1586ff90d3cf54a263b9d | 29,609,504,572,790 | 6ba161d638abc26053ba04f65d753e6562cd1ac3 | /src/main/java/com/stackroute/basics/MultidimensionalArray.java | f597e91e9350ab52886d36cdf9824b18b659d0c9 | [] | no_license | keerthika9/java-keywords-implementation | https://github.com/keerthika9/java-keywords-implementation | b000b89624bed08626e1889a7444cf0e5e11ca37 | c0464344ab1ceefaa9c3ade72b2c205d85060569 | refs/heads/master | 2020-06-28T20:08:48.019000 | 2019-08-05T04:03:46 | 2019-08-05T04:03:46 | 200,329,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stackroute.basics;
import java.util.Scanner;
public class MultidimensionalArray {
public static void main(String[] args) {
int rows, columns,i,j;
System.out.println("enter no.of rows");
Scanner scanner = new Scanner(System.in);
rows = scanner.nextInt();
System.out.println("enter no.o... | UTF-8 | Java | 1,050 | java | MultidimensionalArray.java | Java | [] | null | [] | package com.stackroute.basics;
import java.util.Scanner;
public class MultidimensionalArray {
public static void main(String[] args) {
int rows, columns,i,j;
System.out.println("enter no.of rows");
Scanner scanner = new Scanner(System.in);
rows = scanner.nextInt();
System.out.println("enter no.o... | 1,050 | 0.532381 | 0.526667 | 38 | 26.605263 | 17.068808 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.842105 | false | false | 0 |
fa70f8c7a4e32eb3a9de62b32a349a2bb03ab194 | 18,433,999,671,484 | 416d7f4c3a1890f019b04215652a8210f071f247 | /app/src/main/java/imagecaching/ikram/com/imageloadingdemo/ui/fragments/DetailFragment.java | 8ae25887f8d2d7487307fc6d7d67d45b24708880 | [] | no_license | ikram0788/ImageLoadingDemo | https://github.com/ikram0788/ImageLoadingDemo | c003612ca793e0802263cc5ab0fc2f3229e7430c | efe233d638b4e5a5020565cf7d9d39d6851bf1b1 | refs/heads/master | 2020-05-01T09:31:52.188000 | 2019-03-24T11:00:04 | 2019-03-24T11:00:04 | 177,402,380 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package imagecaching.ikram.com.imageloadingdemo.ui.fragments;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.util.Log;
import android.view.View;
... | UTF-8 | Java | 3,423 | java | DetailFragment.java | Java | [
{
"context": "viewmodels.DetailFragViewModel;\n\n/**\n * Created by ikram on 24/03/2019.\n * A simple {@link BaseFragment} s",
"end": 621,
"score": 0.999726414680481,
"start": 616,
"tag": "USERNAME",
"value": "ikram"
}
] | null | [] | package imagecaching.ikram.com.imageloadingdemo.ui.fragments;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.StaggeredGridLayoutManager;
import android.util.Log;
import android.view.View;
... | 3,423 | 0.716915 | 0.713701 | 109 | 30.403669 | 27.260592 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431193 | false | false | 0 |
01453f20529dc65222bbd55096f515aae7d3b580 | 27,041,114,118,246 | ec7a42a952604f29fbdf0b2c5e3661da5728af87 | /QRScannerandImageSimilarityDetection/app/src/main/java/com/example/qr_scanner_and_image_similarity_detection/Activation.java | 68822d6191f32774e6e986c9948790c14978343b | [] | no_license | AbanoOoub/QR-Scanner-and-Image-Similarity-Detection | https://github.com/AbanoOoub/QR-Scanner-and-Image-Similarity-Detection | 338c6756b6c78749386ce138b435e540994594d6 | 27e8b7c104c991ff280038d66c2606008b981ef0 | refs/heads/main | 2023-06-12T23:32:51.594000 | 2021-07-06T19:51:11 | 2021-07-06T19:51:11 | 326,704,806 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.qr_scanner_and_image_similarity_detection;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.widget.Button;
import android.widget.Toast;
import com.example.qr_scanner_and_image_similarity_detection... | UTF-8 | Java | 910 | java | Activation.java | Java | [] | null | [] | package com.example.qr_scanner_and_image_similarity_detection;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.widget.Button;
import android.widget.Toast;
import com.example.qr_scanner_and_image_similarity_detection... | 910 | 0.779121 | 0.779121 | 29 | 30.413794 | 27.044685 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 0 |
bcfa85fb4161b6b50fd90589692b648034064c5b | 27,135,603,441,308 | 041743d695e413fb8e707a4a92a07be3551fb303 | /app/src/main/java/com/ktc/camerafilter/listener/StartRecordingFilterCallback.java | 8289d5f37734c8ef744ec09c2f6c12424859bc19 | [
"Apache-2.0"
] | permissive | SmartArvin/MagicCamera | https://github.com/SmartArvin/MagicCamera | 21b94ab4032cafd33316bf0c4e16a8d7663fe962 | 09ad0da1e019090b866051f305a92c95589daad0 | refs/heads/master | 2021-02-18T05:06:55.492000 | 2020-03-05T12:57:32 | 2020-03-05T12:57:32 | 245,163,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ktc.camerafilter.listener;
import android.app.Activity;
import android.widget.Toast;
import org.wysaid.view.CameraRecordGLSurfaceView;
public class StartRecordingFilterCallback implements CameraRecordGLSurfaceView.StartRecordingCallback {
private Activity mActivity;
public StartRecordingFilter... | UTF-8 | Java | 865 | java | StartRecordingFilterCallback.java | Java | [] | null | [] | package com.ktc.camerafilter.listener;
import android.app.Activity;
import android.widget.Toast;
import org.wysaid.view.CameraRecordGLSurfaceView;
public class StartRecordingFilterCallback implements CameraRecordGLSurfaceView.StartRecordingCallback {
private Activity mActivity;
public StartRecordingFilter... | 865 | 0.634958 | 0.634958 | 31 | 26.129032 | 27.391712 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 0 |
75f4568cc218ed10292b07f938e995fbc1509367 | 5,978,594,493,117 | 009d18eb4b877ab2e653e69e766e2d86b1928757 | /CodigoDeFuente/src/com/waze/reports/AccidentReport$1.java | 124b3cf83fbe5d28e089a3ae908b048a014e74b2 | [] | no_license | secretline/waze-security-paper | https://github.com/secretline/waze-security-paper | 3a6fbaf6dfa63aca81c195d9c9ffb8ba9c827b71 | eb573a23e4f2cbe4484fd2a1b1f09c31d5364fe4 | refs/heads/master | 2016-09-07T18:14:39.292000 | 2015-06-28T19:15:45 | 2015-06-28T19:15:45 | 38,207,099 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.waze.reports;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.waze.NativeManag... | UTF-8 | Java | 1,441 | java | AccidentReport$1.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.999660074710846,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.waze.reports;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.waze.NativeManager;
import... | 1,431 | 0.668286 | 0.614851 | 46 | 30.326086 | 27.363142 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 0 |
b5d09aa154bfd57cc5ae33a91d8789af262c4a60 | 17,497,696,814,045 | 412ec214c7332cc2be402d8f60356f53b770bb36 | /BeanSearcher/src/main/java/com/example/sbean/Employee.java | 6c91d9a507ebe71cb1583a43e1f7b4f54207cff3 | [] | no_license | panyongtao/PAnPAn | https://github.com/panyongtao/PAnPAn | 843f70c8d5560a2eb7c790ce23bc1bac7b41446f | 9c11ffcd4f542be25e2dedf29d1f7fc8dbfd06ab | refs/heads/master | 2022-10-05T03:35:05.864000 | 2022-09-18T13:26:04 | 2022-09-18T13:26:04 | 126,426,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sbean;
import com.ejlchina.searcher.bean.*;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
import java.util.Map;
@SearchBean(
tables = "employee e, department d",
joinCond = "e.department_id = d.id",
autoMapTo = "e" // 字段没使用 DbF... | UTF-8 | Java | 1,231 | java | Employee.java | Java | [] | null | [] | package com.example.sbean;
import com.ejlchina.searcher.bean.*;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
import java.util.Map;
@SearchBean(
tables = "employee e, department d",
joinCond = "e.department_id = d.id",
autoMapTo = "e" // 字段没使用 DbF... | 1,231 | 0.679568 | 0.678668 | 52 | 20.365385 | 22.254669 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 0 |
b0ab7962010d73c28c432b97e6f3f69f193bca44 | 33,586,644,273,913 | 893eca96f8635d866baa18f3d4e6afe8d19030c6 | /src/Db_layer/IFDB_Company.java | f8d670f1dcf084837ace14e56ffdeb8c83a44195 | [] | no_license | obkladacka/VikaNord | https://github.com/obkladacka/VikaNord | f9bd3e7319f08389b465e8e71ba9ed98365362cc | 0e43e24e06fd603e03bc35283208b4ce724280d1 | refs/heads/master | 2016-09-08T02:54:35.951000 | 2015-06-01T20:34:41 | 2015-06-01T20:34:41 | 34,651,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Db_layer;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import Model_layer.*;
public interface IFDB_Company
{
public ArrayList<Company> getCompanies(boolean retriveAssociation);
public ResultSet getCompaniesResultSet() throws SQLException;
public Company getCom... | UTF-8 | Java | 841 | java | IFDB_Company.java | Java | [
{
"context": "eCompany(String username, String password , String firstName , String lastName , String phoneNumber ,\n\t\t\tStrin",
"end": 519,
"score": 0.9684944748878479,
"start": 510,
"tag": "NAME",
"value": "firstName"
},
{
"context": "rname, String password , String firstName , S... | null | [] | package Db_layer;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import Model_layer.*;
public interface IFDB_Company
{
public ArrayList<Company> getCompanies(boolean retriveAssociation);
public ResultSet getCompaniesResultSet() throws SQLException;
public Company getCom... | 841 | 0.79786 | 0.79786 | 28 | 29.035715 | 35.035168 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.642857 | false | false | 0 |
33d7eeb9e464f4d6ac478bbe9f9f3fc58a38f284 | 32,590,211,896,858 | a0ff1c154e73fda717f4083ae5a898d0e3b655f1 | /MiniScript/commands/TreeCmd.java | afc10421f194e87b516244b248505e4f96ea76a5 | [] | no_license | damnthiscsharp/Mini-Scripting | https://github.com/damnthiscsharp/Mini-Scripting | ea94897a7c569e2476f645331dce92aa1ca9eb7b | 68a64980ec643ccbba2fe48dbb8fefafb420492e | refs/heads/master | 2021-03-22T07:32:15.331000 | 2020-03-15T11:30:41 | 2020-03-15T11:30:41 | 247,343,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MiniScript.commands;
import java.util.Collection;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import MiniScript.loader.scripting.Script;
public class TreeCmd implements CommandExecutor {
@Override
public boolean onCommand(CommandS... | SHIFT_JIS | Java | 989 | java | TreeCmd.java | Java | [] | null | [] | package MiniScript.commands;
import java.util.Collection;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import MiniScript.loader.scripting.Script;
public class TreeCmd implements CommandExecutor {
@Override
public boolean onCommand(CommandS... | 989 | 0.713819 | 0.711643 | 38 | 23.18421 | 25.408096 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789474 | false | false | 0 |
0f7719f4e8280e388c70469fe89e66f90ef10336 | 10,797,547,849,629 | 8a3ba97168a93ea67a5a7c6c43cbc185f9465e60 | /javasources/KTool/src/org/kframework/backend/java/util/GappaServer.java | da8e4283c5a03ab591d8efad4503045f5f06294f | [] | no_license | vladmgrusu/k | https://github.com/vladmgrusu/k | 2e6efedc356c8e99a89279dfe46c1a22d9b9dc1b | c81be80fcfce243da6e1a45591810ef1e044d684 | refs/heads/master | 2021-01-17T15:58:27.182000 | 2013-09-20T21:00:11 | 2013-09-20T21:01:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kframework.backend.java.util;
import org.kframework.utils.ExternalProcessServer;
import java.io.IOException;
public final class GappaServer {
private static ExternalProcessServer gappaProcess = null;
private static void init() throws IOException {
gappaProcess = new ExternalProcessServer... | UTF-8 | Java | 1,267 | java | GappaServer.java | Java | [] | null | [] | package org.kframework.backend.java.util;
import org.kframework.utils.ExternalProcessServer;
import java.io.IOException;
public final class GappaServer {
private static ExternalProcessServer gappaProcess = null;
private static void init() throws IOException {
gappaProcess = new ExternalProcessServer... | 1,267 | 0.614049 | 0.614049 | 42 | 29.166666 | 22.38294 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 0 |
232b01b44f54f285094c3648ff6bcb2df414bc54 | 20,684,562,524,546 | 205a205866e7c59262997c0a2c7ed1687ffa8d8e | /jiaoxue/app/src/main/java/com/wlsj2021/jiaoxue/OnRegisterListener.java | 58f9061ca8e283eb5f06b0106eca438859475684 | [] | no_license | wlsj2021/jiaoxue | https://github.com/wlsj2021/jiaoxue | cab00166dff8e3af55ab906fb872d8843667aad5 | ce6b169c9b6049fbc6a0b8368e323710d7a76ed7 | refs/heads/main | 2023-06-26T16:01:02.485000 | 2021-07-26T09:01:20 | 2021-07-26T09:01:20 | 385,856,952 | 23 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wlsj2021.jiaoxue;
//1111
public interface OnRegisterListener {
void register();
void registerSuccess();
}
| UTF-8 | Java | 126 | java | OnRegisterListener.java | Java | [] | null | [] | package com.wlsj2021.jiaoxue;
//1111
public interface OnRegisterListener {
void register();
void registerSuccess();
}
| 126 | 0.738095 | 0.674603 | 6 | 20 | 12.754085 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
05167a1bbb7edc5ed19e06711b04ee5574cd7736 | 16,862,041,643,968 | b11d7ee7cf2a99083b41391151d3a5c3fbababad | /Practica 9 biz/src/com/lumina/model/Admin.java | 098af59736bc44a0e62c823a128258eba589e969 | [] | no_license | lsmolenski/java | https://github.com/lsmolenski/java | 397bdab188967f761d35d081c3b3b0dfec54e74d | 76a367a78f13191f5f6ecf1534341a8a35c99a74 | refs/heads/master | 2020-05-29T11:57:53.292000 | 2015-04-01T12:07:24 | 2015-04-01T12:07:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lumina.model;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.HashSet;
import com.lumina.impl.FileHandler;
public class Admin {
private String nombre;
private Password pass;
private HashSet<Usuario> usuarios;
public Admin (String nombre, String pass){
... | UTF-8 | Java | 4,983 | java | Admin.java | Java | [
{
"context": "s = null;\r\n\r\n\t}\r\n\t\r\n\tpublic Admin(){\r\n\t\tnombre = \"administrador\";\r\n\t\tpass = new Password(\"C4P0MaFia\");\r\n\t\tusuario",
"end": 571,
"score": 0.7506648302078247,
"start": 558,
"tag": "USERNAME",
"value": "administrador"
},
{
"context": "nombre = \"... | null | [] | package com.lumina.model;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.HashSet;
import com.lumina.impl.FileHandler;
public class Admin {
private String nombre;
private Password pass;
private HashSet<Usuario> usuarios;
public Admin (String nombre, String pass){
... | 4,984 | 0.65302 | 0.648405 | 204 | 22.42647 | 24.691219 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.053921 | false | false | 0 |
9ff7d9c2b865ff77efa0471536fe63c41c6c6394 | 7,937,099,567,771 | a8c1dc2428da43c8ff52a0fab5cbbaa9e556909f | /src/main/java/org/kris/oilsimulation/model/automatonview/GridView.java | f83084313eef8de2c672cd587dae11476537e871 | [] | no_license | wojciechkumon/oil-simulation | https://github.com/wojciechkumon/oil-simulation | 1d1739c6dd2891fac079e05ec0347616c90a93f3 | ddc8262322188bf7f3cde2b23dd1d4fb39c6ebbe | refs/heads/master | 2022-10-14T02:06:54.320000 | 2017-01-24T20:18:01 | 2019-08-20T18:14:42 | 203,428,258 | 0 | 0 | null | false | 2022-10-05T19:32:26 | 2019-08-20T18:02:29 | 2019-08-20T18:15:19 | 2022-10-05T19:32:23 | 6,717 | 0 | 0 | 4 | Java | false | false | package org.kris.oilsimulation.model.automatonview;
public interface GridView {
CellView getCellView(int row, int col);
int getWidth();
int getHeight();
}
| UTF-8 | Java | 165 | java | GridView.java | Java | [] | null | [] | package org.kris.oilsimulation.model.automatonview;
public interface GridView {
CellView getCellView(int row, int col);
int getWidth();
int getHeight();
}
| 165 | 0.739394 | 0.739394 | 10 | 15.5 | 17.951323 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
bd3d99af8210ea02640526c023f04b64187c472d | 17,532,056,570,285 | f9bdedecf5965aabeda0756f63bd14d6a0c66997 | /src/taskQueue/queueMarket/monitor/MonitorServer.java | e0e512f645577ed731bde427d59529c0044ff6ae | [] | no_license | qq1186943772/queue | https://github.com/qq1186943772/queue | 8185352d2b5e8bce7dc4f7ce96fd905b93e6fba4 | 74ae69c3ca5e7b3761f5352af3d4e90be09a48a4 | refs/heads/master | 2020-03-24T16:18:53.096000 | 2019-09-10T03:02:40 | 2019-09-10T03:02:40 | 142,820,112 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package taskQueue.queueMarket.monitor;
import taskQueue.config.DeferConfig;
import taskQueue.conn.Connect;
import taskQueue.entity.QueueBean;
import taskQueue.queueMarket.consumer.ConsumerServer;
/**
* 监控中心
* @author 王勃
*
*/
public class MonitorServer extends Thread{
QueueBean queue;
Connect connect;
Consume... | UTF-8 | Java | 2,060 | java | MonitorServer.java | Java | [
{
"context": ".consumer.ConsumerServer;\n\n/**\n * 监控中心\n * @author 王勃\n *\n */\npublic class MonitorServer extends Thread{",
"end": 223,
"score": 0.9981799125671387,
"start": 221,
"tag": "NAME",
"value": "王勃"
}
] | null | [] | package taskQueue.queueMarket.monitor;
import taskQueue.config.DeferConfig;
import taskQueue.conn.Connect;
import taskQueue.entity.QueueBean;
import taskQueue.queueMarket.consumer.ConsumerServer;
/**
* 监控中心
* @author 王勃
*
*/
public class MonitorServer extends Thread{
QueueBean queue;
Connect connect;
Consume... | 2,060 | 0.682057 | 0.674187 | 91 | 19.945055 | 19.852402 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.197802 | false | false | 0 |
f05c2289eab0ad62eb4af7c9f1952b99282d762a | 3,908,420,258,098 | ae1bb448276db098ed06d7bfdd812a9e3a4f33e7 | /Lab2/testScores.java | 7f1741943cad7ff250e6d8d43963da6a041aafde | [] | no_license | Tmwill87/CS131Labs | https://github.com/Tmwill87/CS131Labs | 55b8d3fa4ff01603b1fc5d8812f35e834011e6b4 | 62e818857ec253d8b3ae1c4bc3fc87da24a27675 | refs/heads/master | 2020-12-24T18:51:07.920000 | 2016-04-22T01:20:06 | 2016-04-22T01:20:06 | 56,816,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
class testScores
{
public static void main(String[] args)
{
int[][] Students = new int[5][5];
double average = 0;
JTextArea outputArea = new JTextArea();
String output = "Student\tAverage";
for (int i = 0;i < 5;i++)
{
Students[i][0] = Integer.parseInt(JOptionPane.showInputDialo... | UTF-8 | Java | 870 | java | testScores.java | Java | [] | null | [] | import javax.swing.*;
class testScores
{
public static void main(String[] args)
{
int[][] Students = new int[5][5];
double average = 0;
JTextArea outputArea = new JTextArea();
String output = "Student\tAverage";
for (int i = 0;i < 5;i++)
{
Students[i][0] = Integer.parseInt(JOptionPane.showInputDialo... | 870 | 0.608046 | 0.588506 | 36 | 23.138889 | 28.641609 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.583333 | false | false | 0 |
45e51e1f22733292ed8c28a0e4d03156e1841e59 | 21,036,749,831,345 | 08726ce4aca938c479296aacc9fae6544251e5a0 | /src/main/java/fi/morabotti/skydive/view/auth/CreateAccountRequest.java | efc2b846741f7138bc283f8b7b7c1df428cc0374 | [] | no_license | Morabotti/skydive-app | https://github.com/Morabotti/skydive-app | cc771edce1b4725ac0a5457a4bd4889487601f36 | d680994c48ca2043dc7bbb0d369bd0bffbbc6c5d | refs/heads/master | 2023-01-19T16:28:07.985000 | 2020-12-03T10:20:22 | 2020-12-03T10:20:22 | 296,652,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fi.morabotti.skydive.view.auth;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import fi.jubic.easyvalue.EasyValue;
import fi.morabotti.skydive.db.enums.AccountRole;
@EasyValue
@JsonDeserialize(builder = CreateAccountRequest.Builder.class)
public abstract class CreateAccountRequest {
pu... | UTF-8 | Java | 901 | java | CreateAccountRequest.java | Java | [] | null | [] | package fi.morabotti.skydive.view.auth;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import fi.jubic.easyvalue.EasyValue;
import fi.morabotti.skydive.db.enums.AccountRole;
@EasyValue
@JsonDeserialize(builder = CreateAccountRequest.Builder.class)
public abstract class CreateAccountRequest {
pu... | 901 | 0.751387 | 0.751387 | 37 | 23.351351 | 23.245129 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 0 |
e2b7ac8801619182b7cfbf74bea1dd40dd32b04c | 3,350,074,513,737 | 6af5e083a5774c2b00255e4f4f77ae4c7a351989 | /ShifterBot/src/org/usfirst/frc3504/shifterbot/subsystems/AccessoryMotors.java | 3593753c1f9837e5d75992f8b00e925abfd0cea7 | [] | no_license | GirlsOfSteelRobotics/2015season | https://github.com/GirlsOfSteelRobotics/2015season | 4fa902c1073f8c248774d8fb286c15512fe0bda2 | 8fbd0f25ec43ab446fe51d9c1ca33d35ff428f48 | refs/heads/master | 2021-06-28T05:52:40.636000 | 2016-09-16T21:40:12 | 2016-09-16T21:40:12 | 23,844,396 | 0 | 0 | null | false | 2016-09-16T21:40:12 | 2014-09-09T17:56:38 | 2016-01-28T19:16:15 | 2016-09-16T21:40:12 | 110,762 | 0 | 0 | 0 | Java | null | null | package org.usfirst.frc3504.shifterbot.subsystems;
import org.usfirst.frc3504.shifterbot.RobotMap;
//import org.usfirst.frc3504.shifterbot.commands.*;
import edu.wpi.first.wpilibj.*;
import edu.wpi.first.wpilibj.command.Subsystem;
/**
*
*/
public class AccessoryMotors extends Subsystem {
SpeedControll... | UTF-8 | Java | 1,038 | java | AccessoryMotors.java | Java | [] | null | [] | package org.usfirst.frc3504.shifterbot.subsystems;
import org.usfirst.frc3504.shifterbot.RobotMap;
//import org.usfirst.frc3504.shifterbot.commands.*;
import edu.wpi.first.wpilibj.*;
import edu.wpi.first.wpilibj.command.Subsystem;
/**
*
*/
public class AccessoryMotors extends Subsystem {
SpeedControll... | 1,038 | 0.717726 | 0.694605 | 43 | 22.139534 | 21.863829 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.255814 | false | false | 0 |
9cfd2c308f3cba7d75451b2d0d8f78b30aa46a58 | 25,735,444,054,757 | 9e107f1fd5d6cfc4b6a5b5d261baf12405ada035 | /leetcode/src/Solution0703.java | 1c942e182373677b5626550bdc1636121c342a96 | [] | no_license | jyulei/Coding-Practice | https://github.com/jyulei/Coding-Practice | bfa2bb5dfb4bf70249a4c238978ccbd2d395154e | c4942f4fec319028ca4b1929818cd9af96348e51 | refs/heads/master | 2023-05-05T10:14:08.854000 | 2021-06-01T12:08:33 | 2021-06-01T12:08:33 | 321,289,920 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import java.util.PriorityQueue;
/**
* 703. 数据流中的第 K 大元素
*/
public class Solution0703 {
/**
* 蠢蠢的方法一
*/
static class KthLargest {
private int k;
private PriorityQueue<Integer> heap;
public KthLarge... | UTF-8 | Java | 1,834 | java | Solution0703.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import java.util.PriorityQueue;
/**
* 703. 数据流中的第 K 大元素
*/
public class Solution0703 {
/**
* 蠢蠢的方法一
*/
static class KthLargest {
private int k;
private PriorityQueue<Integer> heap;
public KthLarge... | 1,834 | 0.441242 | 0.431818 | 69 | 25.144928 | 16.42045 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550725 | false | false | 0 |
9b90ccd1d9eff1583a3fe10b8120292f965deb85 | 20,804,821,584,648 | 61a6d062a77bf4b72779de6bd3751182f4f7696f | /src/com/justin/AStarSearch.java | 6d6833a8c4daacae13f12c1931a7fc424406b29c | [] | no_license | JusGrimes/MazeSolver | https://github.com/JusGrimes/MazeSolver | 1095b8a43e44787d9bbcc6fa4aa13673717fe4de | 2b7e7ef85d568f55a4904fe1193019f767336e45 | refs/heads/master | 2022-02-18T12:56:40.931000 | 2019-07-26T01:49:44 | 2019-07-26T01:49:44 | 198,113,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.justin;
import java.util.PriorityQueue;
import static java.lang.Math.*;
public class AStarSearch implements Algorithm {
private PriorityQueue<Node> storageHeap = new PriorityQueue<>();
@Override
public void addNewNode(Node parent, Location location, double cost, Location goal) {
sto... | UTF-8 | Java | 1,161 | java | AStarSearch.java | Java | [] | null | [] | package com.justin;
import java.util.PriorityQueue;
import static java.lang.Math.*;
public class AStarSearch implements Algorithm {
private PriorityQueue<Node> storageHeap = new PriorityQueue<>();
@Override
public void addNewNode(Node parent, Location location, double cost, Location goal) {
sto... | 1,161 | 0.658915 | 0.657192 | 41 | 27.317074 | 27.033348 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658537 | false | false | 0 |
08cf4921af0321865b9d7344d3d8ddd3d9e31d50 | 20,598,663,166,010 | 51a4c1a446f8bf2483203d8d64c60c9dacc43788 | /2021/202103/Main_1753_최단경로.java | c8cf9c370178d464a2d0b0eb3979c3bcd1d404f9 | [] | no_license | ponyong/algo_git | https://github.com/ponyong/algo_git | ff281e76632ac5951d3c8981533f810243c6d741 | fcbc5831e6518d166e5053d9797a0e70057035e6 | refs/heads/master | 2021-08-17T20:58:07.197000 | 2021-08-14T15:43:23 | 2021-08-14T15:43:23 | 227,239,710 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Algo_Study_BOJ;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
class Node5 implements Comparable<Node5> {
int ed;
int cost;
public Node5(int ed, int cost) {
this.ed = ed;
this.cost = cost;
}
@Override
public int compareTo(Node5 o) {
return ... | UTF-8 | Java | 1,998 | java | Main_1753_최단경로.java | Java | [] | null | [] | package Algo_Study_BOJ;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
class Node5 implements Comparable<Node5> {
int ed;
int cost;
public Node5(int ed, int cost) {
this.ed = ed;
this.cost = cost;
}
@Override
public int compareTo(Node5 o) {
return ... | 1,998 | 0.58191 | 0.565327 | 86 | 21.139534 | 18.101242 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.627907 | false | false | 0 |
8faea01e72b6a19daf2b54f88046413f9132e982 | 19,035,295,082,656 | e788d2b446a6bc6f0e20e0d1883f55d232b49497 | /
90 Subsets II
.java | 6602b37e3227dedc5290c7d1ad6b2448155e0407 | [] | no_license | yihaow/leetcode | https://github.com/yihaow/leetcode | f1042b7dfd6828a044e1c2574f33fd8d047a5a3a | f62736a6dfab761eb395689a42a62509cba19ce2 | refs/heads/master | 2021-01-12T10:46:17.493000 | 2017-01-16T20:52:24 | 2017-01-16T20:52:24 | 72,688,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public List<List<Integer>> subsetsWithDup(int[] nums) {
ArrayList<List<Integer>> res = new ArrayList();
if (nums == null || nums.length == 0) {
return res;
}
Arrays.sort(nums);
ArrayList<Integer> list = new ArrayList();
subsets(res,... | UTF-8 | Java | 742 | java |
90 Subsets II
.java | Java | [] | null | [] | public class Solution {
public List<List<Integer>> subsetsWithDup(int[] nums) {
ArrayList<List<Integer>> res = new ArrayList();
if (nums == null || nums.length == 0) {
return res;
}
Arrays.sort(nums);
ArrayList<Integer> list = new ArrayList();
subsets(res,... | 742 | 0.510782 | 0.505391 | 22 | 32.727272 | 21.576885 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.045455 | false | false | 0 |
f9a782081f6982115837e1eeecf238c206b179f2 | 20,933,670,623,900 | c625bb217a72531fa8614605859317253b97da2c | /src/main/java/OddOccurrencesInArray.java | dd8b618da162428690488cb9ee2b55fcac830f00 | [] | no_license | abdullahanwar/algoproblems | https://github.com/abdullahanwar/algoproblems | bf89117e498c183ad243590d2f7d989c44e3b645 | 57975b5e1cb9fbb6ba50501a869dbc7dab3917c2 | refs/heads/master | 2020-03-17T13:05:45.660000 | 2018-05-17T10:23:24 | 2018-05-17T10:23:24 | 133,616,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class OddOccurrencesInArray {
// Find a single element that comes odd number of times where other comes even number of times.
public int solution(int ar[], int ar_size)
{
int res = 0;
for (int i = 0; i < ar_size; i++)
res = res ^ ar[i];
return res;
}
}
| UTF-8 | Java | 314 | java | OddOccurrencesInArray.java | Java | [] | null | [] | public class OddOccurrencesInArray {
// Find a single element that comes odd number of times where other comes even number of times.
public int solution(int ar[], int ar_size)
{
int res = 0;
for (int i = 0; i < ar_size; i++)
res = res ^ ar[i];
return res;
}
}
| 314 | 0.570064 | 0.563694 | 12 | 25.166666 | 27.394749 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
4663ac296a4f058f8fa99fe93a4d48648c3dc6e9 | 26,783,416,077,870 | b377c17d3b191b176f3721bca205de08144d4e97 | /src/main/java/models/dao/mysqlfactotries/GenreDAOFactory.java | 8de80dfdb437245930e38739c2802c335f3cae50 | [] | no_license | AnnaSherepa/Editions | https://github.com/AnnaSherepa/Editions | ea81932b6be6df3ce1316cb28510d9505fbf4f0c | 1aa72c91f2bd31561f5396ff3420f623fb368986 | refs/heads/master | 2023-05-10T08:01:25.988000 | 2021-06-09T09:32:55 | 2021-06-09T09:32:55 | 374,608,343 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models.dao.mysqlfactotries;
import models.dao.factory.Connector;
import models.dao.interfaces.GenreDAO;
import models.entity.Genre;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.NoSuchElementException;
public class GenreDAOFactory implements GenreDAO {
private st... | UTF-8 | Java | 6,849 | java | GenreDAOFactory.java | Java | [] | null | [] | package models.dao.mysqlfactotries;
import models.dao.factory.Connector;
import models.dao.interfaces.GenreDAO;
import models.entity.Genre;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.NoSuchElementException;
public class GenreDAOFactory implements GenreDAO {
private st... | 6,849 | 0.586071 | 0.583589 | 199 | 33.417084 | 27.949198 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603015 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.