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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5a69056a695190628cb1f14514dfda491a9e1e22 | 8,297,876,870,218 | cb26f301feacb3214b7fe30703b75332ffb4fa41 | /sdk-common-1909/src/main/java/com/test/sdk/common/util/ErrorCode.java | 95345908088c898f22d65ab79a91bc266200a792 | [] | no_license | sll128/sdk-all-1909 | https://github.com/sll128/sdk-all-1909 | ac96454b247ccb2a7381f6af6c147123f00735fe | 34880b52243085f1be321a5829e8f6d3de1935f6 | refs/heads/master | 2023-01-02T12:22:42.447000 | 2020-10-18T03:32:00 | 2020-10-18T03:32:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.sdk.common.util;
import lombok.Data;
import java.io.Serializable;
/**
* @author 徒有琴
*/
@Data
public class ErrorCode implements Serializable{
private String code;
private String message;
public ErrorCode() {
}
public ErrorCode(String code, String message) {
this.code =... | UTF-8 | Java | 373 | java | ErrorCode.java | Java | [
{
"context": "ta;\n\nimport java.io.Serializable;\n\n/**\n * @author 徒有琴\n */\n@Data\npublic class ErrorCode implements Seria",
"end": 104,
"score": 0.9998544454574585,
"start": 101,
"tag": "NAME",
"value": "徒有琴"
}
] | null | [] | package com.test.sdk.common.util;
import lombok.Data;
import java.io.Serializable;
/**
* @author 徒有琴
*/
@Data
public class ErrorCode implements Serializable{
private String code;
private String message;
public ErrorCode() {
}
public ErrorCode(String code, String message) {
this.code =... | 373 | 0.659401 | 0.659401 | 22 | 15.681818 | 15.653598 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
aafbe1a13ef5ee8e761c2b50da706b199079b1e9 | 23,545,010,778,119 | e7a348ca6e97e3fa15a919b8210da507894d2b24 | /src/main/java/seedu/address/ui/MainWindow.java | 880d5e408426b1f8a210de09f8caa11970ad1b69 | [
"MIT"
] | permissive | AY1920S2-CS2103-T09-2/main | https://github.com/AY1920S2-CS2103-T09-2/main | c7a2793de0958a8f6dc854353da4ce17d03a745d | fc4ea5d32b6ce278364755b93c56c6661e540f3c | refs/heads/master | 2022-04-21T14:38:11.924000 | 2020-04-15T17:00:57 | 2020-04-15T17:00:57 | 239,444,809 | 1 | 2 | NOASSERTION | true | 2020-04-15T17:00:59 | 2020-02-10T06:39:50 | 2020-04-13T19:27:57 | 2020-04-15T17:00:58 | 28,683 | 1 | 3 | 1 | Java | false | false | package seedu.address.ui;
import java.util.logging.Logger;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.geometry.Pos;
import javafx.scene.chart.XYChart;
import javafx.scene.control.Label;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import javafx.scene.layout.Sta... | UTF-8 | Java | 7,432 | java | MainWindow.java | Java | [] | null | [] | package seedu.address.ui;
import java.util.logging.Logger;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.geometry.Pos;
import javafx.scene.chart.XYChart;
import javafx.scene.control.Label;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import javafx.scene.layout.Sta... | 7,432 | 0.681916 | 0.681512 | 231 | 31.173161 | 27.521347 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493506 | false | false | 7 |
54054246e1a46d3d5b612f56a0f53f31cffb07b3 | 24,678,882,121,330 | 82b7606096c19e1550cb78e90ad9a1f05e7f592a | /sdo/src/sdo/ConfigurationProfile.java | 46105ce4c744a9d33f61925a533f384b6ec76df4 | [] | no_license | Janggwan/sdo | https://github.com/Janggwan/sdo | 67e85411eda263c67298a17881ac226393ade53f | 70b3df8722b9a37d98253e94529a93ebc00d14a0 | refs/heads/master | 2016-05-17T23:58:30.534000 | 2016-04-02T11:59:53 | 2016-04-02T11:59:53 | 55,292,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package sdo;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Configuration Profile</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@l... | UTF-8 | Java | 1,828 | java | ConfigurationProfile.java | Java | [] | null | [] | /**
*/
package sdo;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Configuration Profile</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@l... | 1,828 | 0.667943 | 0.667943 | 59 | 29.983051 | 29.567213 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627119 | false | false | 7 |
7f40bad83e5966cd0fc753c8844efd7d48cd3495 | 22,531,398,456,858 | feac1fc978acab5faaaabfe0f83126d6ada379a2 | /src/main/java/textfun/model/CommandType.java | 18d1f682397d396471a259a5b9dc234852ddde4b | [] | no_license | martylookalike/textfun | https://github.com/martylookalike/textfun | 00783388e5238e447eda1e5d1622e95597e0c335 | 3143334a373a2842d20ae8a37a373ebcea487e24 | refs/heads/master | 2017-03-03T18:30:57.213000 | 2017-02-08T20:25:48 | 2017-02-08T20:25:48 | 80,537,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package textfun.model;
public enum CommandType {
NEW_ROOM("new room"),
NEW_LINK("new link"),
EDIT_ROOM("update room"),
GO("go"),
LOOK("look"),
UNKNOWN("");
private final String prefix;
private CommandType(final String prefix) {
this.prefix = prefix;
}
public String getPrefix() {
return prefix;
}
pu... | UTF-8 | Java | 366 | java | CommandType.java | Java | [] | null | [] | package textfun.model;
public enum CommandType {
NEW_ROOM("new room"),
NEW_LINK("new link"),
EDIT_ROOM("update room"),
GO("go"),
LOOK("look"),
UNKNOWN("");
private final String prefix;
private CommandType(final String prefix) {
this.prefix = prefix;
}
public String getPrefix() {
return prefix;
}
pu... | 366 | 0.666667 | 0.666667 | 22 | 15.636364 | 13.854916 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227273 | false | false | 7 |
0aa5b7520e6f3cebea86644192ef269894bb0d22 | 17,136,919,553,876 | faeab23c504cf331ec369e2e7f385056d9ce06fb | /sources/service/service/src/main/java/com/winsinger/miser/service/authorise/service/AuthService.java | dc52151e6229a4be793bf0909df6b23f8cfddd4a | [] | no_license | winsinger/Miser | https://github.com/winsinger/Miser | 4cb2de620534f1108dba6a6010743c5fb0f87c70 | d510c7ef8cc80fd0346eefd1bbb26b761420a952 | refs/heads/master | 2020-05-17T09:38:10.288000 | 2019-08-24T23:52:46 | 2019-08-24T23:52:46 | 142,726,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.winsinger.miser.service.authorise.service;
import com.winsinger.miser.service.authorise.utils.JwtAuthenticationResponse;
import com.winsinger.miser.service.entity.MstAccountEntity;
/**
* @ClassName: AuthService
* @Description:与认证授权有关的服务接口
* @author: user
* @date: 2018年11月27日 下午3:49:47
*
*
*/
p... | UTF-8 | Java | 1,056 | java | AuthService.java | Java | [
{
"context": "thService\n * @Description:与认证授权有关的服务接口\n * @author: user\n * @date: 2018年11月27日 下午3:49:47\n * \n * \n */\npub",
"end": 272,
"score": 0.9967522025108337,
"start": 268,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.winsinger.miser.service.authorise.service;
import com.winsinger.miser.service.authorise.utils.JwtAuthenticationResponse;
import com.winsinger.miser.service.entity.MstAccountEntity;
/**
* @ClassName: AuthService
* @Description:与认证授权有关的服务接口
* @author: user
* @date: 2018年11月27日 下午3:49:47
*
*
*/
p... | 1,056 | 0.661323 | 0.648297 | 47 | 20.234043 | 18.463551 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 7 |
fa9f0654c4f15c83184bfe5d0da5f1568df7c0c0 | 33,277,406,631,589 | 58b36c8b81820aa4defefe9c538b34c832728d9a | /src/main/java/ca/mindlab/intrest/server/feedback/RestaurantFeedback.java | 90519607552f9bdd80dd1ddee2b92528fa701337 | [] | no_license | ffarnia/int-rest | https://github.com/ffarnia/int-rest | 635ec3be1ec56f384386c857d6d3ad0faf2767aa | 9a522e31ef0089acdcd400b2cee573c6dc753240 | refs/heads/master | 2020-12-21T04:54:32.800000 | 2020-11-30T12:21:06 | 2020-11-30T12:21:06 | 236,311,730 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.mindlab.intrest.server.feedback;
import ca.mindlab.intrest.server.base.BaseEntity;
import ca.mindlab.intrest.server.order.model.Order;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import javax.validation.constraints.Max... | UTF-8 | Java | 2,224 | java | RestaurantFeedback.java | Java | [] | null | [] | package ca.mindlab.intrest.server.feedback;
import ca.mindlab.intrest.server.base.BaseEntity;
import ca.mindlab.intrest.server.order.model.Order;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import javax.validation.constraints.Max... | 2,224 | 0.669964 | 0.669065 | 88 | 24.272728 | 22.334099 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 7 |
7a818b6ab36a3566266b61140bc192c9826682de | 14,422,500,194,141 | fd46871ca812a9df5d4bff16c7390d405b7a49d8 | /src/main/java/pl/cekus/user/UserRepository.java | d7ccc7f123b41a1b834e0221b6e60f95c46dbf37 | [] | no_license | Cekus-K/RSS-App | https://github.com/Cekus-K/RSS-App | 40fdf04b02b89539993aaca844c2ef1d0eb18818 | 88e86cb08ca4404819b1e8b2740f6465ca65a845 | refs/heads/master | 2021-04-11T12:01:19.218000 | 2020-05-06T13:18:34 | 2020-05-06T13:18:34 | 248,486,272 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.cekus.user;
import pl.cekus.HibernateUtil;
import java.util.List;
public class UserRepository {
public List<User> findAll() {
var session = HibernateUtil.getSessionFactory().openSession();
var transaction = session.beginTransaction();
var result = session.createQuery("from Use... | UTF-8 | Java | 711 | java | UserRepository.java | Java | [] | null | [] | package pl.cekus.user;
import pl.cekus.HibernateUtil;
import java.util.List;
public class UserRepository {
public List<User> findAll() {
var session = HibernateUtil.getSessionFactory().openSession();
var transaction = session.beginTransaction();
var result = session.createQuery("from Use... | 711 | 0.644163 | 0.644163 | 29 | 23.517241 | 22.37397 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 7 |
5ca5ffff801457166e21176acc15870979c46468 | 28,140,625,751,728 | 657306e1ddcb2f86b9d828e35c073f13245e215e | /SpringMVC2/src/main/java/org/zerock/service/BoardService.java | 922a5d785aa3500338c60ce3099d9f9fb8571d25 | [] | no_license | stkddks/SpringClass | https://github.com/stkddks/SpringClass | 4b2976dcabad19505c6412cdfb9374e69afefa7b | 1137532ea1b3eefe22e00e3507e6d37ee7b65de6 | refs/heads/main | 2023-03-11T22:28:17.707000 | 2021-03-05T08:44:44 | 2021-03-05T08:44:44 | 331,892,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zerock.service;
import java.util.List;
import org.zerock.domain.BoardVO;
import org.zerock.domain.Criteria;
public interface BoardService {
public abstract void register(BoardVO board);
public abstract BoardVO get(Long bno);
public abstract int modify(BoardVO board);
public abstract int remove(Long bn... | UTF-8 | Java | 817 | java | BoardService.java | Java | [] | null | [] | package org.zerock.service;
import java.util.List;
import org.zerock.domain.BoardVO;
import org.zerock.domain.Criteria;
public interface BoardService {
public abstract void register(BoardVO board);
public abstract BoardVO get(Long bno);
public abstract int modify(BoardVO board);
public abstract int remove(Long bn... | 817 | 0.77706 | 0.77706 | 24 | 24.833334 | 17.174755 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 7 |
2171eaf3bba8a46182588ee0d4a2ac231e9b944a | 1,202,590,872,079 | 14ad3c05ca6bd66f70e9efea071656b00cb95a84 | /src/test/CurrencyRatesDownloaderTest.java | 99bf6062533a72b7ee5b463ff4623f335b8da73e | [] | no_license | mandeyoz/currency-converter | https://github.com/mandeyoz/currency-converter | bd0e9e442d38129997c0d8bf5ca14fc33c4aa87c | 8dd32582bdb0acf7793e5a488fb40fafaafb506d | refs/heads/master | 2020-06-10T00:22:36.044000 | 2016-12-11T11:36:03 | 2016-12-11T11:36:03 | 76,121,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import static org.junit.Assert.*;
import java.math.BigDecimal;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import model.Currency;
import service.CurrencyRatesDownloader;
public class CurrencyRatesDownloaderTest {
CurrencyRatesDownloader classUnderTest;
@Before
pub... | UTF-8 | Java | 764 | java | CurrencyRatesDownloaderTest.java | Java | [] | null | [] | package test;
import static org.junit.Assert.*;
import java.math.BigDecimal;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import model.Currency;
import service.CurrencyRatesDownloader;
public class CurrencyRatesDownloaderTest {
CurrencyRatesDownloader classUnderTest;
@Before
pub... | 764 | 0.751309 | 0.751309 | 43 | 16.767443 | 21.332188 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232558 | false | false | 7 |
3889d37f12583a2e5c8a6ca5f7b5a709798d97b2 | 23,132,693,875,733 | bc2cb48eb0ea3ac18eca6b8a52eabe177959139e | /app/src/main/java/com/jgoodwin/virtualbath/service/BoilerService.java | 2f523e7085ba17cf14a44b8ae6086fdc163f4a10 | [
"Apache-2.0"
] | permissive | JamesGoodwin/android-bathtub | https://github.com/JamesGoodwin/android-bathtub | 3ba5791378e71fc0c7a6f3729176d1de953d82c1 | b6757f3af2f6386c79c1260179a8b323e23ffa91 | refs/heads/master | 2015-09-26T01:15:38.369000 | 2015-09-04T06:43:30 | 2015-09-04T06:43:30 | 41,764,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jgoodwin.virtualbath.service;
import com.jgoodwin.virtualbath.domain.BoilerWaterTemperature;
import retrofit.RestAdapter;
public class BoilerService {
public BoilerWaterTemperature getTemperature() {
RestAdapter.Builder builder = new RestAdapter.Builder()
.setEndpoint("http:/... | UTF-8 | Java | 605 | java | BoilerService.java | Java | [] | null | [] | package com.jgoodwin.virtualbath.service;
import com.jgoodwin.virtualbath.domain.BoilerWaterTemperature;
import retrofit.RestAdapter;
public class BoilerService {
public BoilerWaterTemperature getTemperature() {
RestAdapter.Builder builder = new RestAdapter.Builder()
.setEndpoint("http:/... | 605 | 0.735537 | 0.735537 | 20 | 29.25 | 28.142273 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 7 |
eead48d1d873ef8f3798c39ad966a8688fc3a32b | 257,698,081,095 | 23ea91b196ad81a95dac0b6e5cbcf662498c26c7 | /app/src/main/java/ru/trubin23/tasks_mvvm_databinding/addedittask/AddEditTaskFragment.java | 08bbd87d09c7fe8489614f86d4ba18048a1c06d7 | [] | no_license | trubin23/tasks-mvvm-databinding | https://github.com/trubin23/tasks-mvvm-databinding | 7f3109dc8a51383189d69c560dc6d79cde036f04 | 810e188c44bfba0b2d53ba453f7ecc6b68b36729 | refs/heads/master | 2021-04-03T01:26:34.140000 | 2018-09-03T18:59:48 | 2018-09-03T18:59:48 | 124,632,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.trubin23.tasks_mvvm_databinding.addedittask;
import android.databinding.Observable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBar;
import android... | UTF-8 | Java | 3,471 | java | AddEditTaskFragment.java | Java | [] | null | [] | package ru.trubin23.tasks_mvvm_databinding.addedittask;
import android.databinding.Observable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBar;
import android... | 3,471 | 0.690003 | 0.686834 | 109 | 30.844036 | 28.49728 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486239 | false | false | 7 |
43dc0955112437ae173debee914f28404d1f821d | 30,408,368,464,727 | a147661113535303e66b95838b91f377ba6eab42 | /src/main/java/com/mumu/student/service/LessonService.java | 579bb2cdfd4def62833f494b8604ab7a1e62f901 | [
"Apache-2.0"
] | permissive | qq4215279/book_lesson | https://github.com/qq4215279/book_lesson | dd4165a56a24c3275df758881a161948f05a4a60 | 1595443bb474ea871d62d590bb3e0768480e6d49 | refs/heads/master | 2023-03-28T22:24:08.084000 | 2021-04-06T01:40:55 | 2021-04-06T01:40:55 | 355,022,339 | 0 | 0 | Apache-2.0 | false | 2021-04-06T01:49:44 | 2021-04-06T01:37:33 | 2021-04-06T01:37:35 | 2021-04-06T01:43:10 | 0 | 0 | 0 | 1 | null | false | false | package com.mumu.student.service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.mumu.entity.PageResult;
import com.mumu.pojo.LessonCourse;
import com.mumu.student.mapper.LessonMapper;
import com.mumu.student.mapper.LoginMapper;
import org.springframework.beans.factory.annotatio... | UTF-8 | Java | 4,426 | java | LessonService.java | Java | [] | null | [] | package com.mumu.student.service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.mumu.entity.PageResult;
import com.mumu.pojo.LessonCourse;
import com.mumu.student.mapper.LessonMapper;
import com.mumu.student.mapper.LoginMapper;
import org.springframework.beans.factory.annotatio... | 4,426 | 0.693315 | 0.686068 | 108 | 38.611111 | 32.752956 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 7 |
9c87816f3f578ae89f83f211433c638cce7e6921 | 18,322,330,508,094 | 06d3b05e46696be2608675f1126e599c1298a112 | /jobs/src/main/java/jarvast/app/jobs/service/TaskService.java | 5d1baa4d6af65939776c91907441826e00418a6c | [] | no_license | jarvast/Szakdolgozat | https://github.com/jarvast/Szakdolgozat | 0eb2a86ae1932367b665a6d7e17d3760e814d0f0 | 76028e0faad04e7dcec7b4240781501f6ad4e27b | refs/heads/master | 2021-01-25T09:55:27.497000 | 2019-12-08T18:29:33 | 2019-12-08T18:29:33 | 123,330,773 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jarvast.app.jobs.service;
import jarvast.app.jobs.entity.Task;
import jarvast.app.jobs.entity.Worker;
import jarvast.app.jobs.repository.TaskRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.NoSuchE... | UTF-8 | Java | 1,065 | java | TaskService.java | Java | [] | null | [] | package jarvast.app.jobs.service;
import jarvast.app.jobs.entity.Task;
import jarvast.app.jobs.entity.Worker;
import jarvast.app.jobs.repository.TaskRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.NoSuchE... | 1,065 | 0.732394 | 0.732394 | 38 | 27.026316 | 24.119753 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 7 |
467e2637e6d7c110e963adbacefbaa684c5bbe15 | 1,700,807,102,094 | 3ceaf8dff40cd02ff6b4ae698208d065ab06788b | /bizclub/test/bizclub/DBDTest.java | 240e5f7bfdc4c50f31f145df4609ec9f150847fe | [] | no_license | imakedev/dbdbizclub | https://github.com/imakedev/dbdbizclub | 2e733320315a5c41c84b41bd5714dd10cf9b3272 | 8fd54bd7006167a520efd2d5e623edd99b73a128 | refs/heads/master | 2020-06-06T02:52:11.525000 | 2015-04-22T17:03:59 | 2015-04-22T17:03:59 | 39,023,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bizclub;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import th.go.dbd.bizclub.service.BizClubService;
public class DBDTest {
public static void main(String[] args) {
System.out.println("************** BEGINNING PROGRAM *... | UTF-8 | Java | 1,100 | java | DBDTest.java | Java | [] | null | [] | package bizclub;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import th.go.dbd.bizclub.service.BizClubService;
public class DBDTest {
public static void main(String[] args) {
System.out.println("************** BEGINNING PROGRAM *... | 1,100 | 0.686364 | 0.674545 | 33 | 32.333332 | 29.645039 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787879 | false | false | 7 |
6e3c16492aab9549c14488c674efdc1b196fe46d | 721,554,543,230 | 14f8e80f05020ae0416122248faf0262a2505b4b | /Java/Semester 1 usorteret/Lektion15/src/opgaver/StudentApp.java | fc0f33eeff56df621ad06c89376a945eea4ea7f9 | [] | no_license | saphyron/randomstuff | https://github.com/saphyron/randomstuff | 6befba6ffba0818b8f57683f028b425239cb92a9 | e21ba06758818ab11c28a19a608b3804bd589e3f | refs/heads/main | 2023-05-19T15:59:31.006000 | 2021-06-09T07:57:13 | 2021-06-09T07:57:13 | 360,878,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package opgaver;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import javafx.scene... | UTF-8 | Java | 4,329 | java | StudentApp.java | Java | [] | null | [] | package opgaver;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import javafx.scene... | 4,329 | 0.682994 | 0.673521 | 184 | 22.52174 | 17.223265 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.23913 | false | false | 7 |
67362fb391a85bf1da2e1403e7d9ebd51b1d788d | 20,340,965,149,573 | fec350c56c46798198a60facf43c6262713787ac | /Character_Main_Impl/test/net/sf/anathema/test/character/main/impl/charm/LearningCharmGroupArbitratorTest.java | e3f113e528414d28c6dd2f30232bf03a0197bdfe | [] | no_license | DoctorCalgori/anathema | https://github.com/DoctorCalgori/anathema | 02d679a2015c872addd27f65a22bd8ddb77ea206 | 52cf73efe3b6a7ab2b51590a2837d562c8c927f8 | refs/heads/master | 2020-12-30T17:32:36.834000 | 2012-09-02T06:44:43 | 2012-09-02T06:44:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.anathema.test.character.main.impl.charm;
import net.sf.anathema.character.generic.character.IMagicCollection;
import net.sf.anathema.character.generic.framework.additionaltemplate.model.ICharacterModelContext;
import net.sf.anathema.character.generic.magic.ICharm;
import net.sf.anathema.character.i... | UTF-8 | Java | 1,712 | java | LearningCharmGroupArbitratorTest.java | Java | [] | null | [] | package net.sf.anathema.test.character.main.impl.charm;
import net.sf.anathema.character.generic.character.IMagicCollection;
import net.sf.anathema.character.generic.framework.additionaltemplate.model.ICharacterModelContext;
import net.sf.anathema.character.generic.magic.ICharm;
import net.sf.anathema.character.i... | 1,712 | 0.776285 | 0.776285 | 40 | 40.799999 | 33.954529 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 7 |
6d14f17d62fab03eba18b27cec6cd98583f4900a | 20,340,965,149,694 | 0268a726e82143e3bbd9363b060f6b68138f3ac8 | /src/model/sorting_algorithms/comparators/ChampionComparatorByName.java | a979d15d6ccd88b5670f4b4999c3aca3dbef5677 | [] | no_license | Fillps/Challenger-Stats | https://github.com/Fillps/Challenger-Stats | 0abd428ffd7e8d5a0afe9dc9ac868c96fd64feff | 881f6beb1ace5a8b595a37ad79c7ec64f74be1d5 | refs/heads/master | 2021-01-01T03:26:34.157000 | 2016-11-22T03:36:42 | 2016-11-22T03:38:12 | 66,606,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.sorting_algorithms.comparators;
import model.database.stats_structure.entity.Champion;
import java.util.Comparator;
/**
* Created by filip on 07/11/2016.
*/
public class ChampionComparatorByName implements Comparator<Champion> {
public static final String tipo = "categorico";
@Override
p... | UTF-8 | Java | 534 | java | ChampionComparatorByName.java | Java | [
{
"context": ";\n\nimport java.util.Comparator;\n\n/**\n * Created by filip on 07/11/2016.\n */\npublic class ChampionComparato",
"end": 156,
"score": 0.9842109680175781,
"start": 151,
"tag": "USERNAME",
"value": "filip"
}
] | null | [] | package model.sorting_algorithms.comparators;
import model.database.stats_structure.entity.Champion;
import java.util.Comparator;
/**
* Created by filip on 07/11/2016.
*/
public class ChampionComparatorByName implements Comparator<Champion> {
public static final String tipo = "categorico";
@Override
p... | 534 | 0.70412 | 0.689139 | 24 | 21.208334 | 25.063219 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 7 |
d02bcb055189d23b2e56180724d66aca85d00e9b | 27,049,704,034,353 | 7a0cc4011b498e965ae1f34917eb6fda98818281 | /src/main/java/com/pupu/crawler/test/HttpPostNoParamTest.java | 43b33fe5353aadd594f81a2fb08e2900964d13f9 | [] | no_license | foxInfly/web-crawler-first | https://github.com/foxInfly/web-crawler-first | 8ee4ab86051800356a32add6c16db07547077281 | 905bc3c31dc43888403e11f4cd68039ab8d18a5b | refs/heads/master | 2022-12-03T12:13:38.204000 | 2020-08-16T13:31:04 | 2020-08-16T13:31:04 | 287,848,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pupu.crawler.test;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.... | UTF-8 | Java | 1,893 | java | HttpPostNoParamTest.java | Java | [
{
"context": "rrayList;\nimport java.util.List;\n\n/**\n * @author : lipu\n * @since : 2020-08-15 22:15\n */\npublic class Htt",
"end": 628,
"score": 0.9997047781944275,
"start": 624,
"tag": "USERNAME",
"value": "lipu"
}
] | null | [] | package com.pupu.crawler.test;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.... | 1,893 | 0.663292 | 0.65317 | 56 | 32.517857 | 23.967234 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
93fab314252016b11a5e237ec76b84f43cc2bfa3 | 27,049,704,033,287 | c2746cece274f6d2b14083d4781e6e51ef3c9fcb | /src/test/java/com/alicloud/openservices/tablestore/functiontest/DataOperationTest.java | 2c9181a386eab3b6752f9787f9b33a8f61b7b2ff | [
"Apache-2.0"
] | permissive | aliyun/aliyun-tablestore-java-sdk | https://github.com/aliyun/aliyun-tablestore-java-sdk | 4c7e7a91be13e8b2584148b1db64aa65bf6a9188 | 0718c5d7563cf1b43c635e883b66a4331d876fe9 | refs/heads/master | 2023-08-04T21:50:39.930000 | 2023-07-27T12:36:00 | 2023-07-27T12:36:00 | 58,621,439 | 55 | 23 | Apache-2.0 | false | 2023-09-07T05:41:27 | 2016-05-12T08:10:04 | 2023-06-08T13:05:11 | 2023-09-07T05:41:26 | 2,957 | 49 | 23 | 17 | Java | false | false | package com.alicloud.openservices.tablestore.functiontest;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Befor... | UTF-8 | Java | 20,581 | java | DataOperationTest.java | Java | [] | null | [] | package com.alicloud.openservices.tablestore.functiontest;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Befor... | 20,581 | 0.580856 | 0.571471 | 471 | 42.208069 | 32.961201 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.997877 | false | false | 7 |
764e309190415279498f6d221bbfc7eecbda4e21 | 14,336,600,870,791 | 7959d4e97f5c78b882a3d5943b4ced3f0a9f0405 | /src/com/wit/service/UserService.java | 558c013eda98db87589384d94b7242e96dce994f | [] | no_license | 3Youker/eclipse_code | https://github.com/3Youker/eclipse_code | 25ff0c13b57861515605073739d5177976df8b45 | 28be4756ce374266f12431315ba31a168d797564 | refs/heads/master | 2020-03-09T06:30:41.268000 | 2018-04-08T13:14:18 | 2018-04-08T13:14:18 | 128,641,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wit.service;
import java.sql.SQLException;
import com.wit.dao.UserDao;
import com.wit.domain.User;
import com.wit.exception.UserException;
public class UserService {
UserDao ud=new UserDao();
public void regist(User user) throws UserException{
// TODO Auto-generated method stub
try{
... | GB18030 | Java | 1,485 | java | UserService.java | Java | [] | null | [] | package com.wit.service;
import java.sql.SQLException;
import com.wit.dao.UserDao;
import com.wit.domain.User;
import com.wit.exception.UserException;
public class UserService {
UserDao ud=new UserDao();
public void regist(User user) throws UserException{
// TODO Auto-generated method stub
try{
... | 1,485 | 0.664321 | 0.664321 | 61 | 21.229507 | 17.989426 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.213115 | false | false | 7 |
569ef2b87076adb59eea74c28b5895186bf885bc | 32,710,470,972,116 | 08d963ec907ef6181c1b64803ebdcb838c845194 | /app/src/main/java/com/example/digvijay/letschat/EditStatus.java | 0b70d829ed76c528392f2fa5960ac94f61b1e900 | [] | no_license | JainamJhaveri/LetsChat | https://github.com/JainamJhaveri/LetsChat | 6d18f4bf2cab7b5c1ab9e87ad901d5c04b1f463f | af2c803578a0aa22e0ef5852a9cbe45d94be6381 | refs/heads/master | 2021-01-22T14:21:03.357000 | 2016-05-06T19:47:15 | 2016-05-06T19:47:15 | 51,823,361 | 0 | 0 | null | true | 2016-02-16T09:22:49 | 2016-02-16T09:22:49 | 2016-02-16T09:20:32 | 2016-02-16T09:20:30 | 88 | 0 | 0 | 0 | null | null | null | package com.example.digvijay.letschat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import static com.example.digvijay.letschat.MyPreferences.*;
public class EditStatus extend... | UTF-8 | Java | 1,330 | java | EditStatus.java | Java | [
{
"context": "package com.example.digvijay.letschat;\n\nimport android.support.v7.app.AppCompa",
"end": 28,
"score": 0.618472695350647,
"start": 23,
"tag": "USERNAME",
"value": "vijay"
},
{
"context": " android.widget.Toast;\n\nimport static com.example.digvijay.letschat.MyPreference... | null | [] | package com.example.digvijay.letschat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import static com.example.digvijay.letschat.MyPreferences.*;
public class EditStatus extend... | 1,330 | 0.652632 | 0.65188 | 53 | 24.094339 | 23.884363 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 7 |
c6178857fdd76b0d5faf86c7bf12380cfd33f573 | 32,014,686,231,027 | f39f97b685c8c972967dadededcad4c99a6c9903 | /src/client/SumController.java | 906cd2bfaf266585206d5e2cca1ff293f67d3e14 | [] | no_license | snapiproof/lab5 | https://github.com/snapiproof/lab5 | e5c90149270853a10a3c5f02892af0dee598fe81 | 5ed57eb3f495ac1a6c4998b65b5a9abd723de732 | refs/heads/main | 2023-05-21T23:22:01.969000 | 2022-02-09T15:27:11 | 2022-02-09T15:27:11 | 341,151,383 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client;
import client.Client;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.stage.Stage;
import java.net.URL;
import java.util.ResourceBundle;
public class SumController implements Initializable {
... | UTF-8 | Java | 709 | java | SumController.java | Java | [] | null | [] | package client;
import client.Client;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.stage.Stage;
import java.net.URL;
import java.util.ResourceBundle;
public class SumController implements Initializable {
... | 709 | 0.693935 | 0.688293 | 27 | 24.333334 | 19.703356 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 7 |
168904fa1eb8e32b1a66243d1c03d95e55723373 | 12,670,153,541,591 | 6cfee145c4794ef42abfb4848bdc69308ab81835 | /src/main/java/com/github/bestheroz/demo/api/entity/menu/authority/TableMenuAuthorityEntity.java | 81e137ce20d29352c517dc753723db72e597a894 | [] | no_license | jwpark87/My_SpringBoot_Mybatis_VueJS_Typescript_Project | https://github.com/jwpark87/My_SpringBoot_Mybatis_VueJS_Typescript_Project | 0df99a949cf4f4f21948fd9943910faf73a9071b | 4eb26005c29e81e647a66f1af19142688bec64ea | refs/heads/master | 2023-01-03T09:53:39.707000 | 2020-10-20T15:01:20 | 2020-10-20T15:01:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.bestheroz.demo.api.entity.menu.authority;
import com.github.bestheroz.demo.api.entity.AbstractCreatedUpdateEntity;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
@EqualsAndHashCode(callSuper = true... | UTF-8 | Java | 599 | java | TableMenuAuthorityEntity.java | Java | [
{
"context": "package com.github.bestheroz.demo.api.entity.menu.authority;\n\nimport com.gith",
"end": 27,
"score": 0.6066114902496338,
"start": 23,
"tag": "USERNAME",
"value": "hero"
},
{
"context": "api.entity.menu.authority;\n\nimport com.github.bestheroz.demo.api.entity.AbstractC... | null | [] | package com.github.bestheroz.demo.api.entity.menu.authority;
import com.github.bestheroz.demo.api.entity.AbstractCreatedUpdateEntity;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
@EqualsAndHashCode(callSuper = true... | 599 | 0.846411 | 0.814691 | 19 | 30.526316 | 21.806248 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 7 |
65d23cbb6351e6d067d02dade417d48892d92a28 | 3,547,643,011,901 | 7a10c48885631a03ef878ea3a6f07169860bae05 | /yukthi-android-fmarker/actual/freemarker/core/JavaTemplateNumberFormat.java | 8439edda64fc25c69d8baf57b87b66999d9fc30c | [
"Apache-2.0"
] | permissive | yukthitech/utils | https://github.com/yukthitech/utils | 8b0fc916dc37998ecc5621570de0be4fd57e4c6c | b8aa72f6524efffbee852370e917d648a53ebbb1 | refs/heads/master | 2023-06-09T17:24:48.853000 | 2023-06-06T07:18:20 | 2023-06-06T07:18:20 | 44,854,397 | 0 | 3 | Apache-2.0 | false | 2022-12-16T04:56:02 | 2015-10-24T06:01:17 | 2022-01-07T15:34:56 | 2022-12-16T04:55:59 | 65,305 | 0 | 2 | 15 | Java | false | false | /**
* Copyright (c) 2022 "Yukthi Techsoft Pvt. Ltd." (http://yukthitech.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | UTF-8 | Java | 2,107 | java | JavaTemplateNumberFormat.java | Java | [] | null | [] | /**
* Copyright (c) 2022 "Yukthi Techsoft Pvt. Ltd." (http://yukthitech.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 2,107 | 0.692454 | 0.688657 | 63 | 31.444445 | 30.715685 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365079 | false | false | 7 |
74ee0dbbd2360ddf0cb11c95e25f6def066b5bc0 | 4,234,837,775,468 | d4a7eb22322ed26044c7fde7f94b5e8c6ff6cfc3 | /SuperMarioBros/src/smbModel/entities/MovingEntity.java | 3af3be083b4fb0b6264d3aaeb306001a83519db3 | [
"Apache-2.0"
] | permissive | cmurat/CS434-Project | https://github.com/cmurat/CS434-Project | 7031d44dc3d920d2e6ebdaf1c539e93b493d8ad6 | 54639e9154461a28b31f82caa25b75853d7802ec | refs/heads/master | 2020-04-02T06:55:09.208000 | 2014-06-06T13:32:44 | 2014-06-06T13:32:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smbModel.entities;
import java.awt.Point;
import java.awt.Rectangle;
import java.util.ArrayList;
import smbModel.Entity;
public abstract class MovingEntity extends Entity {
public static final double ACCELERATION = 0.25;
public static final double MAX_SPEED = 8;
protected double horizontalSpeed;
protect... | UTF-8 | Java | 4,669 | java | MovingEntity.java | Java | [] | null | [] | package smbModel.entities;
import java.awt.Point;
import java.awt.Rectangle;
import java.util.ArrayList;
import smbModel.Entity;
public abstract class MovingEntity extends Entity {
public static final double ACCELERATION = 0.25;
public static final double MAX_SPEED = 8;
protected double horizontalSpeed;
protect... | 4,669 | 0.716428 | 0.71193 | 200 | 22.344999 | 20.23749 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.855 | false | false | 7 |
d76fe2a2f98d9186e441e7cfa5d14b4d57b404e0 | 15,857,019,318,810 | 49183e10212cee6d129476919d6da5233bd53421 | /src/main/java/order/mm/com/mapper/OrderMapper.java | 8d2fe35be5ded13426360becf16111823e026a32 | [] | no_license | living3060/mmorder | https://github.com/living3060/mmorder | 51c224346b4156b3e337e29eefe3394c2dad6d5e | 76c0a1807f3e5bbcc517fd47ac0f29ce487e0ea8 | refs/heads/master | 2022-06-23T10:16:54.854000 | 2019-09-12T08:00:28 | 2019-09-12T08:00:28 | 207,972,621 | 0 | 0 | null | false | 2022-06-17T02:30:26 | 2019-09-12T05:36:39 | 2019-09-12T08:00:44 | 2022-06-17T02:30:25 | 9,888 | 0 | 0 | 2 | Java | false | false | package order.mm.com.mapper;
import order.mm.com.bean.Order;
import order.mm.com.bean.OrderFilter;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.jdbc.SQL;
import java.util.List;
@Mapper
public interface OrderMapper {
@Insert({"insert into t_order(game_channel,game_id,amount,order_no,status,ex... | UTF-8 | Java | 2,480 | java | OrderMapper.java | Java | [] | null | [] | package order.mm.com.mapper;
import order.mm.com.bean.Order;
import order.mm.com.bean.OrderFilter;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.jdbc.SQL;
import java.util.List;
@Mapper
public interface OrderMapper {
@Insert({"insert into t_order(game_channel,game_id,amount,order_no,status,ex... | 2,480 | 0.593145 | 0.592339 | 59 | 41.033897 | 42.105183 | 215 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
44948ecbe1dfb6b0705c8269f02bfda6225bc91d | 19,705,309,982,164 | 35cae7efe7175fa86bf6da8518e9bacd02b9a0ac | /src/main/java/it/polito/tdp/flight/db/TestDAO.java | fe2a7a4fa2c50ea6b73f7c7c0d512f2bb3959992 | [] | no_license | matteotoma/2016-06-01-simulazione_OpenFlight_JDK11 | https://github.com/matteotoma/2016-06-01-simulazione_OpenFlight_JDK11 | 552922b94f3bbcabe02a2f5c76c3baed3e2e2c5a | 49402e8e93d860c7511670684218c8fd4028c559 | refs/heads/master | 2022-10-13T21:07:18.537000 | 2020-06-07T21:26:24 | 2020-06-07T21:26:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polito.tdp.flight.db;
import java.util.List;
import it.polito.tdp.flight.model.Airport;
public class TestDAO {
public static void main(String args[]) {
FlightDAO dao = new FlightDAO() ;
List<Airport> arps = dao.getAllAirports() ;
System.out.println(arps);
}
}
| UTF-8 | Java | 288 | java | TestDAO.java | Java | [] | null | [] | package it.polito.tdp.flight.db;
import java.util.List;
import it.polito.tdp.flight.model.Airport;
public class TestDAO {
public static void main(String args[]) {
FlightDAO dao = new FlightDAO() ;
List<Airport> arps = dao.getAllAirports() ;
System.out.println(arps);
}
}
| 288 | 0.704861 | 0.704861 | 16 | 17 | 17.324116 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 7 |
da1f6bc504f67c71f31040a127c5bd0961769ea1 | 19,705,309,984,972 | 7d9130b878b58baf1fbb627f4e820d8e40e267b0 | /app/src/main/java/com/mho/bakingapp/features/recipesteppage/RecipeStepPageViewModel.java | 2b6509c72aa977cceefa3111d9dc0f3ad257e7ea | [
"CC-BY-3.0"
] | permissive | proyectox123/baking_app | https://github.com/proyectox123/baking_app | fab5c1ce682d99a181a4151f45802ca1925ce6c7 | aa910e1a637a240331fb517222dd9bbd4f04e056 | refs/heads/master | 2020-06-29T12:22:43.178000 | 2019-08-22T01:13:25 | 2019-08-22T01:13:25 | 200,534,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mho.bakingapp.features.recipesteppage;
import android.app.Application;
import android.content.Context;
import android.content.res.Configuration;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import com.google.android.exopl... | UTF-8 | Java | 3,349 | java | RecipeStepPageViewModel.java | Java | [] | null | [] | package com.mho.bakingapp.features.recipesteppage;
import android.app.Application;
import android.content.Context;
import android.content.res.Configuration;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.lifecycle.MutableLiveData;
import com.google.android.exopl... | 3,349 | 0.699313 | 0.699015 | 115 | 28.130434 | 26.465242 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.417391 | false | false | 7 |
65ad8dc4a0c76b4a1fac8ee3c3d2754e2bb41046 | 8,959,301,784,679 | c9e90a27c8ef17d6b1cc05fdd2da913bbac398c0 | /common/src/test/java/com/example/demo/AopTest.java | 1cf10edc47a1d50275720bbde51d98923ab86319 | [] | no_license | HN605/cc | https://github.com/HN605/cc | fd92065c15fc87e0a27b332c9cf14d67f3cfe98e | a5212aa57c3954beac113693a476529620cd9972 | refs/heads/master | 2023-07-15T12:44:14.784000 | 2021-08-26T14:31:14 | 2021-08-26T14:31:14 | 286,812,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo;
import com.example.demo.aop.DynamicAgent;
import com.example.demo.service.Fruit;
public class AopTest {
public static void main(String[] args){
Fruit fruit = (Fruit) new DynamicAgent("com.example.demo.service.impl.Apple").agent(Fruit.class);
fruit.show();
}
}
| UTF-8 | Java | 314 | java | AopTest.java | Java | [] | null | [] | package com.example.demo;
import com.example.demo.aop.DynamicAgent;
import com.example.demo.service.Fruit;
public class AopTest {
public static void main(String[] args){
Fruit fruit = (Fruit) new DynamicAgent("com.example.demo.service.impl.Apple").agent(Fruit.class);
fruit.show();
}
}
| 314 | 0.700637 | 0.700637 | 13 | 23.153847 | 28.562607 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 7 |
05f74c7af2027f3899cf03d63a3fc291ffc584bc | 5,995,774,354,757 | b236ce46359e036d1b957d78992e9dc5dcb2d856 | /fantasy_toast/src/main/java/cn/bokmark/fantasy_toast/view_pool/ViewPool.java | a7f1341b51d94a7ec4dd46490262996269b2127d | [
"Apache-2.0"
] | permissive | bokmark/FantasyToast | https://github.com/bokmark/FantasyToast | 83d7a7f2f44bd3bdea8a5daa630c63573c72e639 | 399e52a5db71fbd38b14ed6b8d177a263ac30ac3 | refs/heads/master | 2020-03-07T21:39:16.653000 | 2018-04-14T14:30:21 | 2018-04-14T14:30:21 | 127,732,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.bokmark.fantasy_toast.view_pool;
import android.content.Context;
import android.view.View;
/**
* Created by mashuqian on 2018/4/9.
*/
public interface ViewPool {
/**
* 初始化
*
* @param appCtx 传入application context
* @param size pool的大小
*/
void init(Context appCtx, int s... | UTF-8 | Java | 637 | java | ViewPool.java | Java | [
{
"context": "text;\nimport android.view.View;\n\n/**\n * Created by mashuqian on 2018/4/9.\n */\n\npublic interface ViewPool {\n\n ",
"end": 131,
"score": 0.9994024634361267,
"start": 122,
"tag": "USERNAME",
"value": "mashuqian"
}
] | null | [] | package cn.bokmark.fantasy_toast.view_pool;
import android.content.Context;
import android.view.View;
/**
* Created by mashuqian on 2018/4/9.
*/
public interface ViewPool {
/**
* 初始化
*
* @param appCtx 传入application context
* @param size pool的大小
*/
void init(Context appCtx, int s... | 637 | 0.602968 | 0.591837 | 32 | 15.84375 | 14.671634 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21875 | false | false | 7 |
af9db073d61312f09df279cc8f068cb04ce19285 | 17,832,704,225,739 | d8b24c1de19f893aa1e3ab0b04752f7372134684 | /src/main/java/org/practice/trees/bst/FindKthSmallestEleInBST.java | f6f41c01c17bdd4a6cbe07ba99f3671865840bb4 | [] | no_license | sudhirch-nitdgp/problem-solving | https://github.com/sudhirch-nitdgp/problem-solving | 705ed6b870a83b8dea47b769f498a91050d46d3d | c2de4162c00cc6e787f092f175a92c0f80edd3de | refs/heads/master | 2021-06-26T19:39:44.639000 | 2020-05-14T10:15:23 | 2020-05-14T10:15:23 | 167,708,565 | 0 | 0 | null | false | 2020-10-13T11:47:51 | 2019-01-26T16:08:04 | 2020-05-14T10:16:03 | 2020-10-13T11:47:50 | 113 | 0 | 0 | 1 | Java | false | false | package org.practice.trees.bst;
import java.util.Stack;
public class FindKthSmallestEleInBST {
public static void main(String[] args) {
BinarySearchTreeNode root = BinarySearchTreeUtil.getBinarySearchTree();
findKthSmallest(root, 4);
}
public static void findKthSmallest(BinarySearchTreeNode root, int... | UTF-8 | Java | 777 | java | FindKthSmallestEleInBST.java | Java | [] | null | [] | package org.practice.trees.bst;
import java.util.Stack;
public class FindKthSmallestEleInBST {
public static void main(String[] args) {
BinarySearchTreeNode root = BinarySearchTreeUtil.getBinarySearchTree();
findKthSmallest(root, 4);
}
public static void findKthSmallest(BinarySearchTreeNode root, int... | 777 | 0.685972 | 0.683398 | 35 | 21.200001 | 21.615868 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.457143 | false | false | 7 |
b1a82ca4b7f4dc2a34e2be27d8752535a6445298 | 10,144,712,770,485 | fd9a64406724c4451faf032bc303cc8d7864d667 | /src/core/netlink/httpAPI/HTTPParser.java | 2a3042099c8faeb58436c7c80b1cf3163d97de0a | [] | no_license | rmhg/steakS | https://github.com/rmhg/steakS | c2c547d2cac728b97753314624c6e41d093f6ecd | 4baeff45e32c6eb461cc9eae04aa39d1d0c45922 | refs/heads/master | 2022-12-08T14:05:48.870000 | 2020-08-26T05:31:20 | 2020-08-26T05:31:20 | 287,763,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.netlink.httpAPI;
import java.util.HashMap;
import java.util.Map;
import utils.Utils;
class HTTP{
public Map<String, String> headers = new HashMap<String, String>();
public String[] top_line = null;
public byte[] payload = null;
}
public class HTTPParser {
public static HTTP HTTPParse(byte[] b... | UTF-8 | Java | 856 | java | HTTPParser.java | Java | [] | null | [] | package core.netlink.httpAPI;
import java.util.HashMap;
import java.util.Map;
import utils.Utils;
class HTTP{
public Map<String, String> headers = new HashMap<String, String>();
public String[] top_line = null;
public byte[] payload = null;
}
public class HTTPParser {
public static HTTP HTTPParse(byte[] b... | 856 | 0.599299 | 0.588785 | 32 | 25.75 | 19.862024 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.34375 | false | false | 7 |
64278dd7f4d326cc7a6523ad4c9c635bd668bcfc | 16,449,724,759,801 | a2be867c02ff17dd75d1b48a9ab87057f66ffa22 | /src/main/java/br/com/usp/ime/bandex/line/LineStatus.java | f8252d5ae4ac8b88b4f529576f74dac3025e20c7 | [] | no_license | wagnerferreirasp/bandex-web | https://github.com/wagnerferreirasp/bandex-web | 6d6e88f810a6669bc637a93ee4ae01979cd46cfd | 1de6515a9b16d5a381ac1d13033382de88af01b0 | refs/heads/master | 2020-06-29T11:17:49.842000 | 2019-02-23T18:53:11 | 2019-02-23T18:53:11 | 74,429,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.usp.ime.bandex.line;
import br.com.usp.ime.bandex.restaurant.Restaurant;
import lombok.Builder;
import lombok.Getter;
import javax.persistence.*;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import java.util.Date;
/**
* Class to represent the line status of a rest... | UTF-8 | Java | 689 | java | LineStatus.java | Java | [] | null | [] | package br.com.usp.ime.bandex.line;
import br.com.usp.ime.bandex.restaurant.Restaurant;
import lombok.Builder;
import lombok.Getter;
import javax.persistence.*;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import java.util.Date;
/**
* Class to represent the line status of a rest... | 689 | 0.706822 | 0.703919 | 36 | 18.138889 | 16.591753 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 7 |
373668e12d7e1e0399df92f93028d639f1949be6 | 31,894,427,155,464 | c4c436050fe7d3b5d054c1166a9c30394fe3f18f | /code/server/java/files/Files/src/com/mobisols/tollpayments/daoImpl/CcTypeDaoImpl.java | 8e3e600304cd4ea32a56503b1b6632d8ec9293ad | [] | no_license | akshaykumar3/mobisols-apple | https://github.com/akshaykumar3/mobisols-apple | b6c0fdcd6ddf5c4dc8fc17b214c505149a28c3d3 | 89213707708aeea4e84f7038ce59682957b9fdd1 | refs/heads/master | 2021-01-22T02:12:48.302000 | 2012-06-13T09:02:27 | 2012-06-13T09:02:27 | 40,257,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobisols.tollpayments.daoImpl;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import com.mobisols.tollpayments.dao.CcTypeDao;
import com.mobisols.tollpayments.model.CcType;
import com.mobisols.tollpayments.model.H... | UTF-8 | Java | 819 | java | CcTypeDaoImpl.java | Java | [] | null | [] | package com.mobisols.tollpayments.daoImpl;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import com.mobisols.tollpayments.dao.CcTypeDao;
import com.mobisols.tollpayments.model.CcType;
import com.mobisols.tollpayments.model.H... | 819 | 0.759463 | 0.759463 | 30 | 25.299999 | 20.874466 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.233333 | false | false | 7 |
e9fa12edae44507cb591898b90b2801559c68ee0 | 32,504,312,514,653 | de6e0405e658df217250c49744af318a724b9828 | /dmc-iservice/src/main/java/com/cmos/dmc/iservice/sysSuggest/SysSuggestSV.java | 62afcd5765a015bec99539b6f703de7308be99a7 | [] | no_license | dmcaqsars/dmc_parent | https://github.com/dmcaqsars/dmc_parent | 47999438e7ba3d092576791d8efbede6f68d681a | efcaf14745f0f8dac7378081add2930026ffda86 | refs/heads/master | 2018-10-22T11:21:34.276000 | 2018-06-26T07:28:47 | 2018-06-26T07:28:47 | 138,607,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cmos.dmc.iservice.sysSuggest;
import java.util.Map;
public interface SysSuggestSV {
Object getSgtList(Map<String,Object> map);
Map isNameExist(Map<String,Object> map);
Map addSgts(Map<String,Object> map );
Map updateSgt(Map<String,Object> map);
Map editSgts(Map<String,Object> map);
... | UTF-8 | Java | 391 | java | SysSuggestSV.java | Java | [] | null | [] | package com.cmos.dmc.iservice.sysSuggest;
import java.util.Map;
public interface SysSuggestSV {
Object getSgtList(Map<String,Object> map);
Map isNameExist(Map<String,Object> map);
Map addSgts(Map<String,Object> map );
Map updateSgt(Map<String,Object> map);
Map editSgts(Map<String,Object> map);
... | 391 | 0.71867 | 0.71867 | 14 | 26.928572 | 18.522049 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 7 |
b6b7ed9e18c1e293edc555c84a09ef3711cdbd8f | 18,932,215,858,186 | ce20404f39fd8e0f986069475704cd6653bb3b08 | /src/plugin/SimpleAnomalyDetector.java | 1044491868fa5ec5d7140c2bd405ccd9de4e0759 | [] | no_license | yuri2o1o/FlightSimulatorJava | https://github.com/yuri2o1o/FlightSimulatorJava | e4aa2ab2875b121447f12fc34e727da4136dad75 | c38f63e9d714037a0919cbc8290bbe8c78274348 | refs/heads/master | 2023-06-03T12:28:16.554000 | 2021-06-23T18:06:07 | 2021-06-23T18:06:07 | 356,285,809 | 0 | 0 | null | false | 2021-06-23T13:03:38 | 2021-04-09T13:45:09 | 2021-06-22T10:05:21 | 2021-06-23T13:03:37 | 1,196 | 0 | 0 | 0 | Java | false | false | package plugin;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import application.Utils;
import javafx.scene.canvas.Canvas;
import javafx.scene.chart.LineChart... | UTF-8 | Java | 7,777 | java | SimpleAnomalyDetector.java | Java | [] | null | [] | package plugin;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import application.Utils;
import javafx.scene.canvas.Canvas;
import javafx.scene.chart.LineChart... | 7,777 | 0.650894 | 0.62762 | 257 | 29.2607 | 33.562042 | 231 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.910506 | false | false | 7 |
5bf05833a8890ddf52d43ef0a8b6af8d84b14b1a | 23,665,269,816,802 | 517e7155c364ee1a34240059cf626e4187ead924 | /skysail.product.prototypr.dsl.parent/skysail.product.prototypr.dsl/src-gen/skysail/product/prototypr/dsl/scoping/AbstractApplicationScopeProvider.java | 1d6f64408b5cfc62f8073af232fa76525cd49fac | [
"Apache-2.0"
] | permissive | evandor/skysail-prototypr-dsl | https://github.com/evandor/skysail-prototypr-dsl | da8e2c447041ae1a711fd6af435c1b227b9f933e | 70bca74fb0a6d9106a59f39a457a6c89ccee939f | refs/heads/master | 2021-01-18T01:48:13.243000 | 2016-09-30T12:06:08 | 2016-09-30T12:06:08 | 68,295,914 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* generated by Xtext 2.10.0
*/
package skysail.product.prototypr.dsl.scoping;
import org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider;
public abstract class AbstractApplicationScopeProvider extends XbaseBatchScopeProvider {
}
| UTF-8 | Java | 246 | java | AbstractApplicationScopeProvider.java | Java | [] | null | [] | /*
* generated by Xtext 2.10.0
*/
package skysail.product.prototypr.dsl.scoping;
import org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider;
public abstract class AbstractApplicationScopeProvider extends XbaseBatchScopeProvider {
}
| 246 | 0.821138 | 0.804878 | 9 | 26.333334 | 31.93396 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 7 |
57c02b90108c5dd9717d2d3ccdc93c1705ffc72a | 8,727,373,606,151 | 0d22d2c6ee50ee9f75930cab824513e2452186d2 | /dynalloy4/.svn/pristine/57/57c02b90108c5dd9717d2d3ccdc93c1705ffc72a.svn-base | 6cd24dd322806f4407702f69f30d0b1af6af53a4 | [] | no_license | epintos/fajita | https://github.com/epintos/fajita | aa185154841aeac2c6b1ed0a9dcc5a671ac4e8e8 | 3021cd0f11a92d400fdc0064309c1b2d5dbce67c | refs/heads/master | 2021-01-01T17:58:21.608000 | 2014-08-03T13:36:03 | 2014-08-03T13:36:03 | 13,815,542 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.uba.dc.rfm.alloy.ast.formulas;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import ar.uba.dc.rfm.alloy.AlloyVariable;
import ar.uba.dc.rfm.alloy.ast.expressions.AlloyExpression;
import ar.uba.dc.rfm.alloy.ast.formulas.Quantified... | UTF-8 | Java | 2,920 | 57c02b90108c5dd9717d2d3ccdc93c1705ffc72a.svn-base | Java | [] | null | [] | package ar.uba.dc.rfm.alloy.ast.formulas;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import ar.uba.dc.rfm.alloy.AlloyVariable;
import ar.uba.dc.rfm.alloy.ast.expressions.AlloyExpression;
import ar.uba.dc.rfm.alloy.ast.formulas.Quantified... | 2,920 | 0.760959 | 0.760959 | 91 | 31.087912 | 28.131813 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.89011 | false | false | 7 | |
388aa86f45d12d2225a9d0e26a82ce20b637929e | 36,103,495,124,498 | 2cb72004a31cca1515a6eb2bea69cdee94429bfd | /Nido/src/nido/Ninho.java | 67f84e700ab6af420dd99de70abd009b4c7a8d38 | [] | no_license | myarleque/clases | https://github.com/myarleque/clases | f6faa63c65347c3b376d109eccda4419ea410a7c | 320c0607cf5063231105b772fd6996a28e9d243f | refs/heads/master | 2020-06-04T18:58:12.706000 | 2013-09-07T04:30:32 | 2013-09-07T04:30:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nido;
public class Ninho {
private String nombre;
private int edad;
private Conejo conejo;
// asociacion
public Ninho(String nombre)
{
this.nombre= nombre;
this.edad = 0;
}
// agregacion
public Ninho(String nombre, Conejo conejo)
... | UTF-8 | Java | 1,036 | java | Ninho.java | Java | [] | null | [] | package nido;
public class Ninho {
private String nombre;
private int edad;
private Conejo conejo;
// asociacion
public Ninho(String nombre)
{
this.nombre= nombre;
this.edad = 0;
}
// agregacion
public Ninho(String nombre, Conejo conejo)
... | 1,036 | 0.554054 | 0.551158 | 52 | 18.923077 | 18.432671 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 7 |
39aea45d3cedd19c805b362ad7651ecfaa21c01c | 34,316,788,750,044 | 88f2182fb60701c916d1de345592ec1973c55e0f | /common-doc-generator/src/main/java/com/github/chhorz/openapi/common/domain/RequestBody.java | d4cc8cf50ce57ef88c044ad99f9d37839239905a | [
"Apache-2.0"
] | permissive | welsayedaly/openapi-doc-generator | https://github.com/welsayedaly/openapi-doc-generator | 97d90035dfe6062816833fc054789e766f57004b | 17c526e15c1df817d49a25fbb489ec5763c55eca | refs/heads/master | 2021-04-06T20:23:10.063000 | 2018-03-14T21:01:37 | 2018-03-14T21:01:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.chhorz.openapi.common.domain;
import java.util.HashMap;
import java.util.Map;
import com.github.chhorz.openapi.common.domain.meta.Required;
/**
* https://github.com/OAI/OpenAPI-Specification/blob/v3.0.1/versions/3.0.1.md#request-body-object
*
* @author chhorz
*
*/
public class RequestBody {
... | UTF-8 | Java | 972 | java | RequestBody.java | Java | [
{
"context": "ersions/3.0.1.md#request-body-object\n *\n * @author chhorz\n *\n */\npublic class RequestBody {\n\n\tprivate Strin",
"end": 284,
"score": 0.9996531009674072,
"start": 278,
"tag": "USERNAME",
"value": "chhorz"
}
] | null | [] | package com.github.chhorz.openapi.common.domain;
import java.util.HashMap;
import java.util.Map;
import com.github.chhorz.openapi.common.domain.meta.Required;
/**
* https://github.com/OAI/OpenAPI-Specification/blob/v3.0.1/versions/3.0.1.md#request-body-object
*
* @author chhorz
*
*/
public class RequestBody {
... | 972 | 0.728395 | 0.722222 | 48 | 19.25 | 22.208763 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.104167 | false | false | 7 |
2d8ef889792720da758a6ef153f4f61f1b23657b | 39,221,641,358,131 | fe45fe360caa01818d6e6f23a2fdf83a1ae478dc | /app/src/main/java/com/example/royi/racebet/Group.java | 58d25221f72ad7b879a70f8b8d893edd2c2a0d6a | [] | no_license | haidvo/RaceBet---Android-Studio | https://github.com/haidvo/RaceBet---Android-Studio | c72e0eff2636cd71736d5be80303e4447ddb5203 | 9b058b77debaf2645c0b563b55b988bdfcdd6802 | refs/heads/master | 2022-01-25T07:56:24.777000 | 2019-06-04T09:48:04 | 2019-06-04T09:48:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.royi.racebet;
import java.util.List;
public class Group {
public String getGruopID() {
return gruopID;
}
public void setGruopID(String gruopID) {
this.gruopID = gruopID;
}
private String gruopID;
private String name;
private String durtion;
private... | UTF-8 | Java | 1,506 | java | Group.java | Java | [] | null | [] | package com.example.royi.racebet;
import java.util.List;
public class Group {
public String getGruopID() {
return gruopID;
}
public void setGruopID(String gruopID) {
this.gruopID = gruopID;
}
private String gruopID;
private String name;
private String durtion;
private... | 1,506 | 0.61421 | 0.61421 | 77 | 18.558441 | 18.544781 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415584 | false | false | 7 |
84b96bd028fdd10ad943acdb1aff573ca52f9542 | 34,643,206,254,864 | a557fac49276e7b74d7803fb5594a7f4c6c8668c | /parent/user/src/main/java/cn/yyy/user/model/User.java | 71afba2e96782bcf32107022a140df2c1af808e0 | [] | no_license | zerlina0106/zcloud | https://github.com/zerlina0106/zcloud | b5239c16c4ddaba7062c1d1555c501f2b7443d06 | ca0a59d7d800650318c0a47d5f7450c98fb05e9b | refs/heads/master | 2020-04-07T22:18:15.788000 | 2019-05-20T01:51:23 | 2019-05-20T01:51:23 | 158,763,962 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.yyy.user.model;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Accessors(chain = true... | UTF-8 | Java | 528 | java | User.java | Java | [] | null | [] | package cn.yyy.user.model;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Accessors(chain = true... | 528 | 0.761364 | 0.761364 | 30 | 16.633333 | 12.828311 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 7 |
122167a7c67757f5a71597c09c6777b5e4918030 | 34,703,335,800,812 | 9e5890a8945e6dd05a6ea644d26a04c589a5eb18 | /CSE148 L18 JavaFX 2 BorderPane/src/app/App.java | 4855cb76156e17cc1cafdb33d261cf89efd28c3b | [] | no_license | ChenTheInstructor/CSE148Spring2019 | https://github.com/ChenTheInstructor/CSE148Spring2019 | fe200ed3e52c06e528f78b678acccfe0a3465aa9 | 3fd4943299ccb4befefd7da972e66eba5ebdb0cc | refs/heads/master | 2020-03-28T00:23:39.847000 | 2019-05-08T18:47:36 | 2019-05-08T18:47:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
i... | UTF-8 | Java | 1,756 | java | App.java | Java | [] | null | [] | package app;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
i... | 1,756 | 0.728929 | 0.715831 | 68 | 24.82353 | 18.341484 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.117647 | false | false | 7 |
c36971f3fdd2c7671ee7f54af47d8fb2ecc841d2 | 35,029,753,316,618 | fc079c4f2a65c948fe0a1c05e346eb02012d2ae8 | /week-04/day-03/Zoo/src/main/java/animals/Reptile.java | 90f99e82c7c8735c37917cad5435e29c9a94537c | [] | no_license | green-fox-academy/takacscsaba | https://github.com/green-fox-academy/takacscsaba | 8c24fdeef07b56c2d1b79ae1968f26aae573a172 | b0fccf08b4b70f461a9bb96639abea72895afe24 | refs/heads/master | 2020-03-24T23:45:59.181000 | 2019-02-08T02:13:23 | 2019-02-08T02:13:23 | 143,153,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.animals;
public class Reptile extends Animal {
public Reptile(String name) {
this.name = name;
age = 65000000;
cute = true;
}
public Reptile(){
name = "Bronto";
age = 65000000;
cute = true;
}
@Override
public String getName() {
return name;
}
@Override
... | UTF-8 | Java | 448 | java | Reptile.java | Java | [
{
"context": "cute = true;\n }\n\n public Reptile(){\n name = \"Bronto\";\n age = 65000000;\n cute = true;\n }\n\n @Ov",
"end": 201,
"score": 0.9995195865631104,
"start": 195,
"tag": "NAME",
"value": "Bronto"
}
] | null | [] | package main.java.animals;
public class Reptile extends Animal {
public Reptile(String name) {
this.name = name;
age = 65000000;
cute = true;
}
public Reptile(){
name = "Bronto";
age = 65000000;
cute = true;
}
@Override
public String getName() {
return name;
}
@Override
... | 448 | 0.602679 | 0.566964 | 31 | 13.451612 | 11.039047 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 7 |
ab3012e61b69fc75d7ba7a2b2d78417702b4d370 | 19,301,583,095,493 | 043cf772ffd2af3faec7bd5a8e62251cf2ca1341 | /springboot4/src/main/java/com/zzp/springboot/service/Dest.java | 3d01c6c8b70b22a37ef13d75296414bac86bc54e | [] | no_license | ZhaoZhiPingg/springbootredis | https://github.com/ZhaoZhiPingg/springbootredis | b689bf4e71bfcda3c4783dcfef2e3b2a47a616ec | 59dec5ad91a464e142f119782f95c714f9e8bf1f | refs/heads/main | 2023-04-22T15:27:24.200000 | 2021-05-01T06:36:27 | 2021-05-01T06:36:27 | 363,336,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.zzp.springboot.service;
//
//import org.springframework.beans.factory.ObjectFactory;
//import org.springframework.lang.Nullable;
//
//public class Dest {
//
// @Nullable
// protected Object getSingleton(String beanName, boolean allowEarlyReference) {
// // 从 singletonObjects 获取实例,singletonObj... | UTF-8 | Java | 1,605 | java | Dest.java | Java | [] | null | [] | //package com.zzp.springboot.service;
//
//import org.springframework.beans.factory.ObjectFactory;
//import org.springframework.lang.Nullable;
//
//public class Dest {
//
// @Nullable
// protected Object getSingleton(String beanName, boolean allowEarlyReference) {
// // 从 singletonObjects 获取实例,singletonObj... | 1,605 | 0.590175 | 0.590175 | 32 | 43.53125 | 30.985868 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
f5caf3e97d75af875ae386278c429d902e05985e | 36,739,150,292,329 | 14c3a58335661b68371aaba9aec0d4b9964ebfd4 | /shop/src/com/shop/servlet/GoodsListServlet.java | a92dd648048b4667fb49d32938e6b4fdaa91fc4e | [] | no_license | yujinhongMM/shop | https://github.com/yujinhongMM/shop | a19095b54921bc2fa4c14878e2b012e780826c58 | 1f3986acfa920d682f5d5a2c7eda5c5ced637275 | refs/heads/master | 2020-03-28T03:52:47.814000 | 2018-09-06T13:31:46 | 2018-09-06T13:31:46 | 147,677,620 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shop.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.shop.service.GoodsService;
import com... | UTF-8 | Java | 1,389 | java | GoodsListServlet.java | Java | [
{
"context": "ceImpl;\n\n/**\n * \n * Description 全部商品列表\n * @author 方琦\n * @date 2018年6月28日 \n *\n */\n@WebServlet(\"/GoodsL",
"end": 401,
"score": 0.9152571558952332,
"start": 399,
"tag": "NAME",
"value": "方琦"
}
] | null | [] | package com.shop.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.shop.service.GoodsService;
import com... | 1,389 | 0.768105 | 0.760059 | 50 | 26.360001 | 27.954077 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.44 | false | false | 7 |
6fe75c333c244bf21bf244f661badc7a3942bde8 | 36,739,150,289,873 | ae0b72b3d296d89428c83ca420fc05f21cdc65b0 | /CakeIcing.java | 85900d282db8a5ee943f0deead1159d2f7b8099f | [] | no_license | lavanyachebrolu/week-5 | https://github.com/lavanyachebrolu/week-5 | 41310978d472408e64e92167a88a4ec1e48aa459 | 7a6ec29333bdb75d9a59f6a50074110ded047041 | refs/heads/main | 2023-08-20T14:36:04.002000 | 2021-10-02T01:12:18 | 2021-10-02T01:12:18 | 412,658,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CakeIcing implements CakeState{
public void action(BirthdayCake cake){
System.out.println("Preparing Icing for "+ cake.toString()+"...");
cake.newState(this);
}
public String toString(){
return "Icing State";
}
}
| UTF-8 | Java | 266 | java | CakeIcing.java | Java | [] | null | [] | public class CakeIcing implements CakeState{
public void action(BirthdayCake cake){
System.out.println("Preparing Icing for "+ cake.toString()+"...");
cake.newState(this);
}
public String toString(){
return "Icing State";
}
}
| 266 | 0.631579 | 0.631579 | 9 | 28.555555 | 21.99551 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
a9ff8ab845ad0c5f22ff9c1254705243687ae37d | 38,182,259,293,946 | e0a7edec06b14ffb96262b833b69bd117bfbf2e5 | /src/main/java/com/data/data/service/DivisionService.java | d8441dd55ca71661043a93fe3fac3e73205372f2 | [] | no_license | ashitajain14/Spring-spring | https://github.com/ashitajain14/Spring-spring | 90d4535fdcd3956ab3b65607a398f90c5bce72df | 2a5a77686f2879fd1c1b665c985b26874f7c2be4 | refs/heads/master | 2022-11-05T10:50:24.546000 | 2020-06-22T07:39:14 | 2020-06-22T07:39:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.data.data.service;
import java.util.ArrayList;
import java.util.List;
//import org.springframework.beans.BeanUtils;
//import org.apache.tomcat.util.security.PrivilegedSetTccl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.data.dat... | UTF-8 | Java | 980 | java | DivisionService.java | Java | [] | null | [] | package com.data.data.service;
import java.util.ArrayList;
import java.util.List;
//import org.springframework.beans.BeanUtils;
//import org.apache.tomcat.util.security.PrivilegedSetTccl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.data.dat... | 980 | 0.806122 | 0.806122 | 41 | 22.926828 | 22.103294 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804878 | false | false | 7 |
2447c261fe47c9d7c94a5710e1e7998c85f2d258 | 7,026,566,565,743 | 7b54b83d5c3023e3e87181e60483d95cfef8576a | /src/test/java/perkpack/models/AccountTest.java | c7cdc72356a6513dac497f8329dfa587f5366b1c | [] | no_license | lavatahir/Perkpack | https://github.com/lavatahir/Perkpack | 6117c0b36a500b5f2b655cc78ee7bc3da09305e6 | 024a17960cf5aee91045a0407d535a11860dfc6d | refs/heads/master | 2021-01-25T12:02:25.846000 | 2018-04-05T13:02:06 | 2018-04-05T13:02:06 | 123,453,573 | 1 | 0 | null | false | 2018-04-05T13:02:07 | 2018-03-01T15:27:58 | 2018-04-05T12:54:41 | 2018-04-05T13:02:07 | 1,855 | 1 | 0 | 0 | Java | false | null | package perkpack.models;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class AccountTest {
private static String firstName = "ali";
private static String lastName = "farah";
private static String email = "ali@gmail.com";
private static Account account;
... | UTF-8 | Java | 3,613 | java | AccountTest.java | Java | [
{
"context": "me = \"ali\";\n private static String lastName = \"farah\";\n private static String email = \"ali@gmail.co",
"end": 226,
"score": 0.9986186027526855,
"start": 221,
"tag": "NAME",
"value": "farah"
},
{
"context": "ame = \"farah\";\n private static String email =... | null | [] | package perkpack.models;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class AccountTest {
private static String firstName = "ali";
private static String lastName = "farah";
private static String email = "<EMAIL>";
private static Account account;
@Befo... | 3,602 | 0.667036 | 0.649599 | 119 | 29.369747 | 25.226658 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806723 | false | false | 7 |
67ecd4ddd8e8663a49239089f715a1cc74b0d936 | 18,219,251,311,204 | d14eb88f0785b2d133d523dbd41d82be0f63d40d | /src/com/android/runintest/TestService.java | c207ee4f65b60b66686fb41f2bc0c639a339835b | [] | no_license | chenxinsi/RunInTest2 | https://github.com/chenxinsi/RunInTest2 | 07ed6f85e9cfad5663be6ea3de74ee065fafa538 | e33dfc27867e969f696536ecb2206c6147fc6f3c | refs/heads/master | 2021-01-20T14:28:27.848000 | 2017-05-25T10:20:19 | 2017-05-25T10:20:19 | 90,612,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.runintest;
import android.app.KeyguardManager;
import android.app.Service;
import android.content.*;
import android.os.IBinder;
import android.os.UserHandle;
import android.util.Log;
import com.android.internal.widget.LockPatternUtils;
import com.android.runintest.items.reboot.RebootReceiver;
impor... | UTF-8 | Java | 2,953 | java | TestService.java | Java | [
{
"context": ".runintest.utils.LogRuningTest;\n\n/**\n * Created by xinsi on 17-5-17.\n */\n\n/**\n * 监控电量 和 各个运行测试组件的状态\n */\npu",
"end": 437,
"score": 0.9995243549346924,
"start": 432,
"tag": "USERNAME",
"value": "xinsi"
}
] | null | [] | package com.android.runintest;
import android.app.KeyguardManager;
import android.app.Service;
import android.content.*;
import android.os.IBinder;
import android.os.UserHandle;
import android.util.Log;
import com.android.internal.widget.LockPatternUtils;
import com.android.runintest.items.reboot.RebootReceiver;
impor... | 2,953 | 0.654151 | 0.651395 | 100 | 28.030001 | 25.407658 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59 | false | false | 7 |
28c83f288f8b0317d8256240673d3bf6471c8f4e | 18,219,251,310,032 | 1185e0a3641a79a766c73fe570641517cfb52f40 | /app/src/main/java/cn/edu/pku/zuofei/miniweather/SelectCity.java | 724c41d4d9ae57e628aea82f6b14546df72df1b2 | [] | no_license | zuofei01/weather-forecast | https://github.com/zuofei01/weather-forecast | b5071b5345b7d13b49e4fe04bb021b7dd48b7462 | b874df2809828d1976c456b5c1681ef5858ac74c | refs/heads/master | 2021-01-18T01:16:02.695000 | 2016-12-25T11:19:14 | 2016-12-25T11:19:14 | 68,702,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.pku.zuofei.miniweather;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import an... | UTF-8 | Java | 4,254 | java | SelectCity.java | Java | [
{
"context": "rt cn.edu.pku.zuofei.bean.City;\n\n/**\n * Created by zuofei on 2016/10/25.\n */\npublic class SelectCity extend",
"end": 641,
"score": 0.9995233416557312,
"start": 635,
"tag": "USERNAME",
"value": "zuofei"
}
] | null | [] | package cn.edu.pku.zuofei.miniweather;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import an... | 4,254 | 0.586272 | 0.582511 | 124 | 33.314518 | 23.33707 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 7 |
96b9cbfe62561be813009e86ab7f69d9b613d6dd | 17,910,013,651,291 | 3f12ee1ed8799150b91ca889317d4e4641cdb495 | /app/src/main/java/com/gank/chen/base/BaseNoNetFragment.java | fa58521aaa7ca089754c23a81bfe02d9f8ee3ccd | [] | no_license | 7399385/WanAndroid | https://github.com/7399385/WanAndroid | 0988adf305e6588cdc824f7fdd5c5641933466f3 | 1aaf2a78004c0da16484da52dd9cfbd90aafcec0 | refs/heads/master | 2020-04-28T08:30:10.219000 | 2018-11-16T10:13:18 | 2018-11-16T10:13:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gank.chen.base;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.gank.chen.mvp.model.Event;
import com.gank.chen.util.RxBus;
imp... | UTF-8 | Java | 4,004 | java | BaseNoNetFragment.java | Java | [
{
"context": "o.reactivex.functions.Consumer;\r\n\r\n/**\r\n * @author chen\r\n * @date 2017/12/17\r\n */\r\n\r\npublic abstract clas",
"end": 542,
"score": 0.9896450042724609,
"start": 538,
"tag": "USERNAME",
"value": "chen"
}
] | null | [] | package com.gank.chen.base;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.gank.chen.mvp.model.Event;
import com.gank.chen.util.RxBus;
imp... | 4,004 | 0.547668 | 0.545337 | 153 | 23.228758 | 20.901417 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385621 | false | false | 7 |
b085e0813c345caac89ce0cb4142424116f31b68 | 9,552,007,315,755 | c986d0b6ec719c03113ffba2653879053d2c49cb | /app/src/main/java/com/prasilabs/multipartupload/utils/CommonUtil.java | e25014d84006027dcaf77a42022cfe2f7561d211 | [] | no_license | praslnx8/MultiPartUpload | https://github.com/praslnx8/MultiPartUpload | 988e002fe5a5dad2d8c8e656e1e7905e3f426a77 | 1d4acf469abfad2cf3aca61d04d5cb1c1fff027f | refs/heads/master | 2021-01-10T04:38:51 | 2016-02-03T17:30:40 | 2016-02-03T17:30:40 | 50,904,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prasilabs.multipartupload.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Environment;
import android.provider... | UTF-8 | Java | 2,860 | java | CommonUtil.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n * Created by prasi on 1/2/16.\n */\npublic class CommonUtil\n{\n publ",
"end": 768,
"score": 0.9980865716934204,
"start": 763,
"tag": "USERNAME",
"value": "prasi"
}
] | null | [] | package com.prasilabs.multipartupload.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Environment;
import android.provider... | 2,860 | 0.653497 | 0.65035 | 87 | 31.873564 | 28.758129 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 7 |
908967b0cbf5b9129361c59aa8adf4135f1e6a4e | 18,253,611,070,601 | 2eebe3e4e0664463e9d7043ce7c5b76948be1107 | /src/day41_errors_garbagecollector/FinalFinallyFinalize.java | 505a528660d6a1618fbdaed24a2714df62c1564d | [] | no_license | smtdmrll/JavaDers | https://github.com/smtdmrll/JavaDers | b7cf55f664bbc6dceecbdef29a27d690a7305b2f | 194a69efa64714ebee273489e07944458912dc3c | refs/heads/master | 2023-04-11T11:20:45.707000 | 2021-04-10T13:54:42 | 2021-04-10T13:54:42 | 355,529,915 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day41_errors_garbagecollector;
public class FinalFinallyFinalize {
final static int SAYI2= 10 ;
public static void main(String[] args) {
final int sayi= 10 ;
// sayi+=2; final olarak tanımlanan variable yeni değer atanamaz
}
}
| ISO-8859-9 | Java | 273 | java | FinalFinallyFinalize.java | Java | [] | null | [] | package day41_errors_garbagecollector;
public class FinalFinallyFinalize {
final static int SAYI2= 10 ;
public static void main(String[] args) {
final int sayi= 10 ;
// sayi+=2; final olarak tanımlanan variable yeni değer atanamaz
}
}
| 273 | 0.667897 | 0.638376 | 18 | 14.055555 | 19.259838 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 7 |
aa9ba02d278cacf8f45a7afd36b5f6d8a605debd | 18,253,611,071,048 | bc17342f9beab79e90b7949b706f413a3341e345 | /src/main/java/com/neilren/neilren4j/common/entity/IPDBObject.java | 4b1f890b7b18b983de7737f05ed1cbe614238bd9 | [
"Apache-2.0"
] | permissive | xiwangjiang/NEILREN4J | https://github.com/xiwangjiang/NEILREN4J | 588d69ec1783a0d70394d5f871b53665909d8702 | 23cd58254263c1af18fc04c223b4428df9536cee | refs/heads/master | 2020-03-17T06:25:04.612000 | 2018-02-02T13:37:28 | 2018-02-02T13:37:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neilren.neilren4j.common.entity;
import java.io.Serializable;
public class IPDBObject implements Serializable {
private String StartIP;
private String EndIP;
private String Country;
private String Local;
private String Version;
public String getStartIP() {
return StartIP;
... | UTF-8 | Java | 955 | java | IPDBObject.java | Java | [] | null | [] | package com.neilren.neilren4j.common.entity;
import java.io.Serializable;
public class IPDBObject implements Serializable {
private String StartIP;
private String EndIP;
private String Country;
private String Local;
private String Version;
public String getStartIP() {
return StartIP;
... | 955 | 0.61466 | 0.613613 | 51 | 17.725491 | 15.422263 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
0dc2ebf00c6af01fe9219dcd3c399ab3cff3b466 | 17,600,775,998,990 | 486b80ba5214e230269fb55db3399c13ec7e6d35 | /src/main/java/sample/DialogFragments/PathSelected.java | a8d694ba3345e333b9bca5298772270d96105e7f | [] | no_license | ZaljORIGINAL/DocumentEditor | https://github.com/ZaljORIGINAL/DocumentEditor | fdb821ec98aa28762eedc4a4d99108cbea9fac5b | 95593560c6f474c8914780fc6dc05b3e553c5d17 | refs/heads/master | 2023-06-18T10:46:17.285000 | 2021-07-07T11:32:56 | 2021-07-07T11:32:56 | 375,331,228 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.DialogFragments;
public interface PathSelected {
void notif();
}
| UTF-8 | Java | 85 | java | PathSelected.java | Java | [] | null | [] | package sample.DialogFragments;
public interface PathSelected {
void notif();
}
| 85 | 0.752941 | 0.752941 | 5 | 16 | 13.652839 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
fb5905a3a5f0ea0568ef6fc2b461bf29a17bc1ba | 26,199,300,509,048 | a697b6951a6e93cdc28f2f26cfecfc67db7cb8fd | /src/dump/RungeKutta.java | 19076c2c9b2667bb73010c11e3a48e35c5ad73a5 | [] | no_license | DavidDupre/SolarNBody | https://github.com/DavidDupre/SolarNBody | db9d72907433ed216c323b9f667a500b97512a77 | 5adce9f94dd340fd2913257895ad9da62a7ce754 | refs/heads/master | 2021-01-10T18:59:32.785000 | 2014-10-01T00:43:35 | 2014-10-01T00:43:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dump;
import java.util.List;
import java.util.concurrent.locks.ReentrantLock;
import org.lwjgl.Sys;
public class RungeKutta extends Thread {
double rSquared;
private double timeScale;
private List<Body> bodies;
private ReentrantLock physicsLock;
private Thread thread;
public RungeKutta(d... | UTF-8 | Java | 3,364 | java | RungeKutta.java | Java | [] | null | [] | package dump;
import java.util.List;
import java.util.concurrent.locks.ReentrantLock;
import org.lwjgl.Sys;
public class RungeKutta extends Thread {
double rSquared;
private double timeScale;
private List<Body> bodies;
private ReentrantLock physicsLock;
private Thread thread;
public RungeKutta(d... | 3,364 | 0.610583 | 0.564804 | 123 | 25.349594 | 22.678375 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.626016 | false | false | 7 |
f653b95b323686c431ec0da4d023fe647cf638c9 | 21,122,649,185,959 | f7c1bab0f5e6bbd9086299d9b03b6ce15d8edb16 | /src/SocketTest.java | 9e48248dc99c8d283b84ee7334235c522224d5b8 | [] | no_license | WigginsLi/Java_IM | https://github.com/WigginsLi/Java_IM | b4fb1a0f7b516fa603206a42825aa106e73db3fd | 45fb423e60699af5898fbb04699047f08e4acd4b | refs/heads/master | 2023-02-12T07:45:25.848000 | 2021-01-13T07:10:15 | 2021-01-13T07:10:15 | 217,809,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.net.InetAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
// 测试socket模块功能,模拟第一个客户端
public class SocketTest {
public static void main(String[] args) throws IOException, ClassNotFoundException {
Socket socket = new Socket(InetAddres... | UTF-8 | Java | 884 | java | SocketTest.java | Java | [] | null | [] | import java.io.*;
import java.net.InetAddress;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
// 测试socket模块功能,模拟第一个客户端
public class SocketTest {
public static void main(String[] args) throws IOException, ClassNotFoundException {
Socket socket = new Socket(InetAddres... | 884 | 0.64637 | 0.632318 | 26 | 31.846153 | 27.160055 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 7 |
9e8ef72204f5e4754740991c234a930933d51959 | 31,619,549,245,687 | ec6c6e5c492648a2fa85f07c39684790b12d726d | /src/Spring/SpringMVC/OrderProcessor/dao/OrderDAO.java | 7ee60c1a49cd85a5411ffb76a4ce98ceca08defe | [] | no_license | PriyankaBolisetty/Java | https://github.com/PriyankaBolisetty/Java | e2cad726d9fd0bfcff5c00be7920f4ad88ce7f0a | 2f0d969c19adabcd1dae9d55567cb06b319f2e69 | refs/heads/master | 2020-12-03T23:08:08.066000 | 2016-10-10T01:47:36 | 2016-10-10T01:47:36 | 66,741,470 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inventory.orders.dao;
public interface OrderDAO {
}
| UTF-8 | Java | 66 | java | OrderDAO.java | Java | [] | null | [] | package com.inventory.orders.dao;
public interface OrderDAO {
}
| 66 | 0.772727 | 0.772727 | 5 | 12.2 | 14.661514 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
2de561f1e6c5d868e5955655d2a7ed3d6bd39391 | 10,934,986,784,952 | 6536a96a675f8558260edc17609dd65f3c294171 | /app/src/main/java/com/example/root/movieretrofitmvp/data/MovieResponse.java | debdf08b9a3c3296798b46339bcd6173403bd0e1 | [] | no_license | meirusfandi/Movie-Catalogue-Retrofit | https://github.com/meirusfandi/Movie-Catalogue-Retrofit | 4a2bde6e43f2ba2c815c063975ff150e51679cd7 | 2d4a9e09b82733426a7fd6159da7396f4b495319 | refs/heads/master | 2020-04-10T17:58:39.727000 | 2018-12-10T14:51:42 | 2018-12-10T14:51:42 | 161,189,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.root.movieretrofitmvp.data;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class MovieResponse implements Parcelable{
@SerializedName("results")
private List<MovieModel> results;
private Movie... | UTF-8 | Java | 1,143 | java | MovieResponse.java | Java | [] | null | [] | package com.example.root.movieretrofitmvp.data;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class MovieResponse implements Parcelable{
@SerializedName("results")
private List<MovieModel> results;
private Movie... | 1,143 | 0.666667 | 0.665792 | 48 | 22.8125 | 23.421551 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 7 |
9dba68cb707a1e0f85221740043e5b05ac825621 | 2,190,433,347,793 | d9c1bca5910ad317898b0440918848e735227b89 | /MainetService/src/main/java/com/abm/mainetservice/web/cfc/entity/DigitalSign.java | c25ac85e14bf119926916ecf559238159abe2b46 | [] | no_license | jasvinderbhomra/Grievance_BRMS_JBPM6v1.1 | https://github.com/jasvinderbhomra/Grievance_BRMS_JBPM6v1.1 | 9c75ced35bd284f84e415b9c24fed09be1c985d6 | bc0c7c14a36a92bdffb8e78fd03523428c698a1f | refs/heads/master | 2017-12-05T17:16:25.943000 | 2017-01-30T13:27:19 | 2017-01-30T13:27:19 | 80,206,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abm.mainetservice.web.cfc.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
impo... | UTF-8 | Java | 5,035 | java | DigitalSign.java | Java | [
{
"context": "xml.jackson.annotation.JsonIgnore;\n\n/**\n * @author Vishnu Jagdale\n * @since 30 Mar 2015\n */\n@Entity\n@Table(name=\"TB",
"end": 660,
"score": 0.9998543858528137,
"start": 646,
"tag": "NAME",
"value": "Vishnu Jagdale"
}
] | null | [] | package com.abm.mainetservice.web.cfc.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
impo... | 5,027 | 0.716981 | 0.707646 | 244 | 19.639345 | 20.984016 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.401639 | false | false | 7 |
18271ed4c3200aaf0db27bdfde42a21e27c8ad8a | 16,441,134,879,121 | 57abc8ae87ae03c202a386fba9aa0e3bb8b2f452 | /cluster-api/src/main/java/com/sequenceiq/cloudbreak/repository/ClusterCommandRepository.java | 81d841574845718b61877502121e22d35d5ea623 | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD",
"CDDL-1.0",
"bzip2-1.0.6",
"Zlib",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-jdbm-1.00",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hortonworks/cloudbreak | https://github.com/hortonworks/cloudbreak | 11c03bb7b90b49d1d57250ee1691f2484bc686ab | cab154694f43e27e8c429b53a9400fe8cc19d07b | refs/heads/master | 2023-07-26T16:42:10.127000 | 2023-07-04T08:11:17 | 2023-07-12T10:56:54 | 19,638,422 | 199 | 211 | Apache-2.0 | false | 2023-09-14T20:54:32 | 2014-05-10T10:03:07 | 2023-09-06T15:53:45 | 2023-09-14T20:54:32 | 187,316 | 342 | 238 | 37 | Java | false | false | package com.sequenceiq.cloudbreak.repository;
import java.util.Optional;
import javax.transaction.Transactional;
import javax.transaction.Transactional.TxType;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.sequenceiq.cloudbreak.domain.stack.c... | UTF-8 | Java | 793 | java | ClusterCommandRepository.java | Java | [] | null | [] | package com.sequenceiq.cloudbreak.repository;
import java.util.Optional;
import javax.transaction.Transactional;
import javax.transaction.Transactional.TxType;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.sequenceiq.cloudbreak.domain.stack.c... | 793 | 0.861286 | 0.861286 | 21 | 36.761906 | 34.121498 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
57b91d0e9a6a8bfd6cc3d751f0066606da3bd781 | 39,341,900,438,966 | 13a97e5254ec143e53a14ec68fca6590cfe8c82f | /app/src/main/java/com/hemaapp/tyyjsc/activity/ContactCustomer.java | daec1d7755a009eb33a238225b7c90efec218cfe | [] | no_license | jiangtiantian/tyyjsc | https://github.com/jiangtiantian/tyyjsc | 2e643b543a1a528b265f232b9d2cf803ad2ee9f3 | 903ca71004c6cabd8e2193a7b5465c52f8362549 | refs/heads/master | 2020-03-14T21:05:23.699000 | 2018-04-20T08:00:52 | 2018-04-20T08:00:52 | 131,788,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hemaapp.tyyjsc.activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.L... | UTF-8 | Java | 7,383 | java | ContactCustomer.java | Java | [] | null | [] | package com.hemaapp.tyyjsc.activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.L... | 7,383 | 0.596104 | 0.595281 | 206 | 34.373787 | 26.460102 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533981 | false | false | 7 |
66088c9fff5bb4e1a846a8d571b2d22b99cd9d0d | 35,055,523,125,843 | 1c40b7839027cf2ef11826a31d65e6fea18c0b38 | /testframewok/src/main/java/jet/opengl/demos/nvidia/illumination/SimpleRT.java | 5bc744fad020ef3792d26efa1ef0d7660667b453 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mzhg/PostProcessingWork | https://github.com/mzhg/PostProcessingWork | 5370d37597015a178aef8cb631cc2925e4dde71e | fbc0f2a4693995102f623bf5b7643c15d7309f9a | refs/heads/master | 2022-10-21T04:32:24.792000 | 2022-10-06T06:37:31 | 2022-10-06T06:37:31 | 86,224,204 | 17 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jet.opengl.demos.nvidia.illumination;
import org.lwjgl.util.vector.Vector2i;
import jet.opengl.postprocessing.common.Disposeable;
import jet.opengl.postprocessing.texture.Texture2D;
import jet.opengl.postprocessing.texture.Texture2DDesc;
import jet.opengl.postprocessing.texture.Texture3D;
import jet.opengl.po... | UTF-8 | Java | 15,213 | java | SimpleRT.java | Java | [] | null | [] | package jet.opengl.demos.nvidia.illumination;
import org.lwjgl.util.vector.Vector2i;
import jet.opengl.postprocessing.common.Disposeable;
import jet.opengl.postprocessing.texture.Texture2D;
import jet.opengl.postprocessing.texture.Texture2DDesc;
import jet.opengl.postprocessing.texture.Texture3D;
import jet.opengl.po... | 15,213 | 0.610333 | 0.570105 | 383 | 38.720627 | 38.7672 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.167102 | false | false | 7 |
1413c008e104d8bd4b578bcefe6475443b173205 | 36,971,078,517,854 | 812ef6cfdcde6c03fb0818cde47c19dbd90c7bcf | /src/main/java/StrategyPattern/Approach0/Application.java | 2a9e018a6a566b2594e44ef7e3fbe8dc84b54d2f | [] | no_license | maane018/Design-Patterns | https://github.com/maane018/Design-Patterns | 3dd84622abad47fd350166c21c87294f216e73b1 | 7de95cc13c4db598e5a5a0c8772f5ebe1087b104 | refs/heads/main | 2023-08-25T12:21:55.280000 | 2021-10-03T10:11:33 | 2021-10-03T10:11:33 | 401,094,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package StrategyPattern.Approach0;
public class Application {
public static void main(String[] args) {
// Problem 4: What if we want to swap it out with CityDuck instead? Need to change the implementation and also, what will we do with duck.swim()?
// Swimming is not supported by CityDuck
Rub... | UTF-8 | Java | 382 | java | Application.java | Java | [] | null | [] | package StrategyPattern.Approach0;
public class Application {
public static void main(String[] args) {
// Problem 4: What if we want to swap it out with CityDuck instead? Need to change the implementation and also, what will we do with duck.swim()?
// Swimming is not supported by CityDuck
Rub... | 382 | 0.680628 | 0.675393 | 10 | 37.200001 | 41.854031 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
345bc1106931dd75654d026c81ca56d6961bbf02 | 38,319,698,238,740 | 315d8b39bc161f7b54794503d388c5cdf89e9497 | /Java/4 Design Patterns/team/src/be/kdg/herhaling/Speler.java | c8a36a1bb65f51b3488f6dd3d94874e349b96542 | [] | no_license | Bryanx/exercises | https://github.com/Bryanx/exercises | f6ebe93ef953401e1e8625db0333ca80974687a2 | c68d5beeec01eeb828e185186f9b8bc9ee54354d | refs/heads/master | 2021-07-10T14:22:38.854000 | 2021-04-05T14:29:12 | 2021-04-05T14:29:12 | 54,362,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.kdg.herhaling;
public class Speler implements Comparable<Speler> {
private int rugNummer;
private String naam;
private Adres adres;
// TODO 2.1 Maak beide constructors + een getter voor het rugNummer
public Speler(int rugNummer, String naam, Adres adres) {
this.rugNummer = rugN... | UTF-8 | Java | 1,099 | java | Speler.java | Java | [] | null | [] | package be.kdg.herhaling;
public class Speler implements Comparable<Speler> {
private int rugNummer;
private String naam;
private Adres adres;
// TODO 2.1 Maak beide constructors + een getter voor het rugNummer
public Speler(int rugNummer, String naam, Adres adres) {
this.rugNummer = rugN... | 1,099 | 0.654231 | 0.646042 | 40 | 26.475 | 27.035151 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 7 |
76a6b311acfe532e0299d4f60805a392c0b52738 | 34,127,810,193,586 | b044dcd63279741a84ad433c39265e213e3f42b5 | /src/gameobjects/Player.java | 542bb13ca151f12c3bc22f0d34a7e37861035df8 | [] | no_license | SeptentrioGR/ProjectPlatform | https://github.com/SeptentrioGR/ProjectPlatform | 9dd8d5872338e8cbafb905ead702f3e0c9554c0d | 3af10c25db2a2a936e7a8865a9882be617bb96bd | refs/heads/master | 2016-06-15T23:20:16.760000 | 2016-01-17T18:44:32 | 2016-01-17T18:44:32 | 49,830,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gameobjects;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import display.Gui;
import game.Game;
import gfx.*;
import utilities.Debug;
import utilities.utils;
public class Player extends GameObject {
Handler handler;
Game game;
... | UTF-8 | Java | 6,276 | java | Player.java | Java | [] | null | [] | package gameobjects;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import display.Gui;
import game.Game;
import gfx.*;
import utilities.Debug;
import utilities.utils;
public class Player extends GameObject {
Handler handler;
Game game;
... | 6,276 | 0.499203 | 0.48789 | 258 | 23.321705 | 19.435871 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562016 | false | false | 7 |
8b8ab14c61e28b4f1d2dab058c68766fe9a4e3a7 | 39,625,368,285,799 | 83d9cf625002aaab0e15dac8a2e4d57a77ee8919 | /src/main/java/hs/game/controll/SocketController.java | fc8615d1cad06cca6527359d5d79334e776db00e | [] | no_license | dongjuppp/game | https://github.com/dongjuppp/game | 9d33bc92f8a38225303acac3f9c262d43633f218 | ebbc1cf4170ba24ecfdc962bff51cfeaa87861f9 | refs/heads/master | 2021-01-05T04:32:25.788000 | 2020-03-25T17:26:24 | 2020-03-25T17:26:24 | 240,881,380 | 0 | 0 | null | false | 2020-07-02T02:12:57 | 2020-02-16T11:42:46 | 2020-03-25T17:26:40 | 2020-07-02T02:12:55 | 3,856 | 0 | 0 | 2 | Java | false | false | package hs.game.controll;
import hs.game.dto.game.CharacterDto;
import hs.game.dto.game.MessageDto;
import hs.game.dto.user.UserDto;
import hs.game.game_pack.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.messaging.h... | UTF-8 | Java | 15,528 | java | SocketController.java | Java | [] | null | [] | package hs.game.controll;
import hs.game.dto.game.CharacterDto;
import hs.game.dto.game.MessageDto;
import hs.game.dto.user.UserDto;
import hs.game.game_pack.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.messaging.h... | 15,528 | 0.542983 | 0.541585 | 324 | 43.160492 | 29.360764 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617284 | false | false | 7 |
8fdc9f5d5120fdbd9cdd17ce7f56b0f0fc835ba0 | 34,918,084,174,822 | 542d4eff95e3ab1054d496b33251bec47ca7eb78 | /src/main/java/com/gf/ApplicationStartup.java | d674feaff95a4d9d76a4556683f46cdc15bbfbfc | [] | no_license | andioswpo/TestProject2 | https://github.com/andioswpo/TestProject2 | d42f0c286c98359e1744d7565b57620f51f609ff | 725861c2e522e916e9a41f6c582bb3140fc5afe8 | refs/heads/master | 2020-04-19T09:25:03.318000 | 2019-01-29T07:37:22 | 2019-01-29T07:37:22 | 168,109,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gf;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import com.gf.statusflow.IOrgModel;
import com.gf.statusflow.Util;
public class ApplicationStartup implements ApplicationListener<ContextRefreshedEvent> {
@Override
public void o... | UTF-8 | Java | 584 | java | ApplicationStartup.java | Java | [] | null | [] | package com.gf;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import com.gf.statusflow.IOrgModel;
import com.gf.statusflow.Util;
public class ApplicationStartup implements ApplicationListener<ContextRefreshedEvent> {
@Override
public void o... | 584 | 0.804795 | 0.804795 | 21 | 26.809525 | 27.655396 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 7 |
e33c3ae89a8c3f34a85f7fe0b3f7829dd712f9fb | 39,728,447,499,645 | edbfa77f2a4ac2dca10e8f56c463f8fe54afbe64 | /test/Question2.java | dcc1118323f5cdbc8a3d10153284b95c4bf4a1b5 | [] | no_license | viiicky/Problem-Solving | https://github.com/viiicky/Problem-Solving | 4bc1b3ab19ff81a2e6031b34a37f1798accf5a35 | 642e6dd2c3cd65704c90d6e06a392bdae2ddd644 | refs/heads/master | 2023-04-15T20:09:39.077000 | 2021-04-24T18:36:30 | 2021-04-24T18:36:30 | 40,954,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.util.*;
/**
* This is an extension of {@link Question1}, where the constraint that:
* For any given index i where 2 <= i < SIZE,
* the formulae will depend upon either constant values or on the values present at the index k where 0 <= k < i
* HAS BEEN REMOVED
* <p>
* It means the formu... | UTF-8 | Java | 3,902 | java | Question2.java | Java | [] | null | [] | package test;
import java.util.*;
/**
* This is an extension of {@link Question1}, where the constraint that:
* For any given index i where 2 <= i < SIZE,
* the formulae will depend upon either constant values or on the values present at the index k where 0 <= k < i
* HAS BEEN REMOVED
* <p>
* It means the formu... | 3,902 | 0.650948 | 0.638647 | 102 | 37.254902 | 38.504059 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607843 | false | false | 7 |
d818d57593f9f4f1943616ad123a7183f0023e96 | 9,131,100,519,872 | e86a6c8597b223762d45901d2c120496e578b8d6 | /src/main/logic/java/it/ispw/daniele/backpacker/view/utils_view/CliController.java | d0c8b224bdd5d4d91c0dadaa213202a25fe525a7 | [] | no_license | derrik98/Backpacker | https://github.com/derrik98/Backpacker | 2b32a83a2bdb87b668e6a06da6691a3f98656df8 | 5597c673e36f4eb96e67485986e646a271e302bb | refs/heads/master | 2023-06-24T03:07:36.995000 | 2023-06-11T21:40:14 | 2023-06-11T21:40:14 | 304,366,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.ispw.daniele.backpacker.view.utils_view;
import it.ispw.daniele.backpacker.bean.ItineraryBean;
import it.ispw.daniele.backpacker.controller.book_tour.BookTourController;
import it.ispw.daniele.backpacker.controller.book_tour.SaveItinerary;
import it.ispw.daniele.backpacker.exceptions.GenericException;
impor... | UTF-8 | Java | 3,867 | java | CliController.java | Java | [] | null | [] | package it.ispw.daniele.backpacker.view.utils_view;
import it.ispw.daniele.backpacker.bean.ItineraryBean;
import it.ispw.daniele.backpacker.controller.book_tour.BookTourController;
import it.ispw.daniele.backpacker.controller.book_tour.SaveItinerary;
import it.ispw.daniele.backpacker.exceptions.GenericException;
impor... | 3,867 | 0.592708 | 0.590639 | 109 | 34.477066 | 30.255972 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559633 | false | false | 7 |
3ec90569789411dbc49a3757f884a7fd52631cf2 | 15,229,954,076,466 | 6876e7f4adbe13df65cd6465948a6307975c9aa6 | /src/main/java/org/ucode/lecture9/inheritance/Animal.java | 69379564415f054a2859880697ae05b95d784956 | [] | no_license | ovidiu-petridean/ucode-java-examples | https://github.com/ovidiu-petridean/ucode-java-examples | a29a94c68819850d9fa40752b01ce45cfc5102c6 | cd57fc877a7a09397e5608f36d10e66b85fa7cc6 | refs/heads/master | 2020-09-16T21:34:42.401000 | 2020-04-09T18:49:59 | 2020-04-09T18:49:59 | 223,893,813 | 0 | 1 | null | false | 2020-04-09T18:49:24 | 2019-11-25T08:05:01 | 2020-02-22T11:51:30 | 2020-04-09T18:49:23 | 35 | 0 | 1 | 0 | Java | false | false | package org.ucode.lecture9.inheritance;
public class Animal {
int age;
public Animal(int age) {
this.age = age;
}
public void makeASound(){
System.out.println("make a generic sound");
}
}
| UTF-8 | Java | 227 | java | Animal.java | Java | [] | null | [] | package org.ucode.lecture9.inheritance;
public class Animal {
int age;
public Animal(int age) {
this.age = age;
}
public void makeASound(){
System.out.println("make a generic sound");
}
}
| 227 | 0.60793 | 0.603524 | 13 | 16.461538 | 16.146519 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
7798256c32282857f65c0af9eba22fb949caace9 | 34,102,040,362,709 | 6c6f6394e403879fc73b83a21b89d998ca42057f | /src/main/java/com/ousl/myproject/controllers/CategoryController.java | 86aabc57c2eb6d5815eb15a314cd35e0bac241eb | [] | no_license | DilanSandaruwan/myproject-backend | https://github.com/DilanSandaruwan/myproject-backend | 445aa8ef84906e513d2934d42de40fe7d47c2f29 | 8c93729a864e921710b33fba1a186d9c53f02b63 | refs/heads/main | 2023-06-24T13:13:43.941000 | 2021-07-24T19:20:24 | 2021-07-24T19:20:24 | 389,178,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ousl.myproject.controllers;
import com.ousl.myproject.models.requestResponse.Response;
import com.ousl.myproject.services.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 765 | java | CategoryController.java | Java | [] | null | [] | package com.ousl.myproject.controllers;
import com.ousl.myproject.models.requestResponse.Response;
import com.ousl.myproject.services.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotatio... | 765 | 0.801307 | 0.8 | 23 | 32.260868 | 23.016474 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 7 |
dd43cd15ba8410341fee4d4db2a3639ae5baf7de | 35,347,580,865,214 | 5d443908b66af07759eebc19c821c09a3afb248b | /app/src/main/java/com/example/duclinh1610/layout_06/tablelayout/activity/Exercise2.java | 834294b3b59128cf2717b3d4958c6e3184a0860e | [] | no_license | ducnguyenlinh/Layout_06 | https://github.com/ducnguyenlinh/Layout_06 | c7e8afa4ea258317fbc15fcbb6bb2beacc3f14c7 | f0168bd5c1ffe6dbc2ee64106295791b11a87632 | refs/heads/master | 2019-04-28T09:31:16.713000 | 2017-02-27T10:30:09 | 2017-02-27T10:30:09 | 82,532,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.duclinh1610.layout_06.tablelayout.activity;
import android.app.Activity;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.duclinh1610.layout_06.R;
public class Exercise2 extends Activity implements View.OnClickList... | UTF-8 | Java | 1,765 | java | Exercise2.java | Java | [
{
"context": "package com.example.duclinh1610.layout_06.tablelayout.activity;\n\nimport android.a",
"end": 31,
"score": 0.9921109080314636,
"start": 20,
"tag": "USERNAME",
"value": "duclinh1610"
},
{
"context": "import android.widget.Button;\n\nimport com.example.duclinh1610.layout_0... | null | [] | package com.example.duclinh1610.layout_06.tablelayout.activity;
import android.app.Activity;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.duclinh1610.layout_06.R;
public class Exercise2 extends Activity implements View.OnClickList... | 1,765 | 0.626062 | 0.61813 | 53 | 32.301888 | 20.905523 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622642 | false | false | 7 |
c82953a0e6a3c726131e1ea3ba4b44bcb20fcac3 | 13,554,916,828,636 | ba638e92f0ab0d3cc9c93f1b9656bfbaeec935bc | /SingleDraw/test/SDTest/tryout.java | 8ff3988a97e2df4d4efe43a425536cee374b4d60 | [] | no_license | luigip/netbeans-projects | https://github.com/luigip/netbeans-projects | 6a1812b6bf6c0c666e9dcb179aa684b37b7cafac | a1a97b0f6372c74d9e6ace8f3a2758fc9bd294fd | refs/heads/master | 2020-03-28T02:10:22.836000 | 2018-09-05T17:34:09 | 2018-09-05T17:34:09 | 147,552,369 | 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 SDTest;
import java.util.Comparator;
import java.util.Arrays;
/**
*
* @author Rhys
*/
public class tryout {
public static void main(String[] args){
String a = "abc";
String b = "defg";
... | UTF-8 | Java | 847 | java | tryout.java | Java | [
{
"context": "arator;\nimport java.util.Arrays;\n/**\n *\n * @author Rhys\n */\npublic class tryout {\n public static void ",
"end": 194,
"score": 0.9843883514404297,
"start": 190,
"tag": "USERNAME",
"value": "Rhys"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package SDTest;
import java.util.Comparator;
import java.util.Arrays;
/**
*
* @author Rhys
*/
public class tryout {
public static void main(String[] args){
String a = "abc";
String b = "defg";
... | 847 | 0.61157 | 0.602125 | 35 | 23.228571 | 18.975302 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
10341869b0f83567b72be7cab575c9d04b47d0a6 | 36,644,660,975,156 | 70818eddad9ec216d40139d999286cb91948ca5d | /Ex06_SelectionSort.java | 7448b4c40fef65f28092ea6066ac210f4121b442 | [] | no_license | Hong-Seon/NEWbie_JAVA | https://github.com/Hong-Seon/NEWbie_JAVA | 535549d3a215b9189c7a9ef86d9a69739813e987 | 0aa227339f26745e304b21b57e91b00bafcedc87 | refs/heads/master | 2022-04-03T04:17:51.456000 | 2020-01-28T08:41:48 | 2020-01-28T08:41:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class Ex06_SelectionSort {
public static void main(String[] args) {
int[] arr = { 1, 7, 70, 13, 24 };
int temp = 0;
int standard = arr[0];
int space;
for (int step = 0; step < arr.length - 1; step++) {
System.out.println("===== " + (step+1) + "step =====");
... | UTF-8 | Java | 653 | java | Ex06_SelectionSort.java | Java | [] | null | [] | import java.util.Arrays;
public class Ex06_SelectionSort {
public static void main(String[] args) {
int[] arr = { 1, 7, 70, 13, 24 };
int temp = 0;
int standard = arr[0];
int space;
for (int step = 0; step < arr.length - 1; step++) {
System.out.println("===== " + (step+1) + "step =====");
... | 653 | 0.54977 | 0.526799 | 28 | 21.321428 | 19.005739 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.75 | false | false | 7 |
1118ce9e2ac6a5e97681446bf953beb28522ef76 | 38,551,626,454,254 | 497fcb88c10c94fed1caa160ee110561c07b594c | /platform/standalone-server/src/test/java/com/yazino/controller/PlayerControllerTest.java | 7bf1408149c1776d9cca6001e6693ae7e8c782ef | [] | no_license | ShahakBH/jazzino-master | https://github.com/ShahakBH/jazzino-master | 3f116a609c5648c00dfbe6ab89c6c3ce1903fc1a | 2401394022106d2321873d15996953f2bbc2a326 | refs/heads/master | 2016-09-02T01:26:44.514000 | 2015-08-10T13:06:54 | 2015-08-10T13:06:54 | 40,482,590 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yazino.controller;
import com.yazino.host.session.StandaloneSessionService;
import com.yazino.model.StandalonePlayer;
import com.yazino.model.StandalonePlayerService;
import com.yazino.model.session.StandalonePlayerSession;
import org.junit.Before;
import org.junit.Test;
import org.springframework.web.serv... | UTF-8 | Java | 2,317 | java | PlayerControllerTest.java | Java | [] | null | [] | package com.yazino.controller;
import com.yazino.host.session.StandaloneSessionService;
import com.yazino.model.StandalonePlayer;
import com.yazino.model.StandalonePlayerService;
import com.yazino.model.session.StandalonePlayerSession;
import org.junit.Before;
import org.junit.Test;
import org.springframework.web.serv... | 2,317 | 0.751834 | 0.751834 | 61 | 36.983608 | 27.369656 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.737705 | false | false | 7 |
436bc35d26ba3ec0a6b29ac4cd1b02c1f5577b50 | 33,835,752,394,284 | 9b94fdaea53528e17582a1f2a918c83b82066e05 | /Java_Home/src/swapk/serialization/SingletonSeriDeseriApp.java | 3c46320b2da22397b6c0e657838bb716ae757178 | [] | no_license | swapkarnewar/swapkarnewar | https://github.com/swapkarnewar/swapkarnewar | b7ceb018c7b93de6f29611dacb7c4fe44b31d6e3 | c2fce4f596d858615479c37b65fac5541584bab6 | refs/heads/master | 2021-12-14T10:04:58.069000 | 2021-12-02T06:26:06 | 2021-12-02T06:26:06 | 96,796,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package swapk.serialization;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectStreamException;
import java.io.Serializable;
class SingletonSeriDeseriApp implements Serializab... | UTF-8 | Java | 2,308 | java | SingletonSeriDeseriApp.java | Java | [] | null | [] | package swapk.serialization;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectStreamException;
import java.io.Serializable;
class SingletonSeriDeseriApp implements Serializab... | 2,308 | 0.695407 | 0.685442 | 76 | 28.368422 | 25.875635 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.934211 | false | false | 7 |
3ccaf7abb84f64fd667b32efbde2b53247608ccb | 33,835,752,394,151 | 239c8f0ababa0662e4cc6d7ccafefc133747972c | /src/main/java/com/beer/macSim/event/controller/EventController.java | bc6d36866f0b246435a2eec418dac15d118bb92b | [] | no_license | beer-king/mac-sim-project | https://github.com/beer-king/mac-sim-project | 3039832a49c339bf5b8d55eb0b796645070ba3d7 | e20be2d7506f46fd46e4a23c41c4a612e6fb0689 | refs/heads/master | 2023-02-16T02:04:41.601000 | 2021-01-11T09:29:33 | 2021-01-11T09:29:33 | 321,311,955 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beer.macSim.event.controller;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotyp... | UTF-8 | Java | 6,826 | java | EventController.java | Java | [] | null | [] | package com.beer.macSim.event.controller;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotyp... | 6,826 | 0.709913 | 0.701367 | 221 | 28.122171 | 25.313215 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.642534 | false | false | 7 |
d5dcf17f4fbc965e23be17e4f6ddec328cab88a7 | 36,120,674,977,554 | fbfc74f58d73c115b1ae48af3348b8ef5ca1f5d1 | /src/test/java/cl/vampfern/ejercicio13/user/UserServiceTest.java | 1be77bd8ea1ed2a403b19a837ff13438d78dd79a | [] | no_license | Vampfern/spring-user-demo | https://github.com/Vampfern/spring-user-demo | a4444028fe2360831b8169bd7e43b773b0f68585 | 16a79478c9fe88413e7c38cdde7d01cb44df5873 | refs/heads/master | 2023-06-22T18:09:52.889000 | 2022-10-30T18:06:39 | 2022-10-30T18:06:39 | 388,315,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.vampfern.ejercicio13.user;
import cl.vampfern.ejercicio13.exception.NotFoundException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.junit.jupiter.Mock... | UTF-8 | Java | 2,951 | java | UserServiceTest.java | Java | [] | null | [] | package cl.vampfern.ejercicio13.user;
import cl.vampfern.ejercicio13.exception.NotFoundException;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.junit.jupiter.Mock... | 2,951 | 0.72755 | 0.725517 | 82 | 34.987804 | 34.208649 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573171 | false | false | 7 |
bc0221538a9bd8f88707e89d3a7486b8698cfbd1 | 28,698,971,541,490 | e3d0f7f75e4356413d05ba78e14c484f8555b2b5 | /azure-resourcemanager-hybrid/src/main/java/com/azure/resourcemanager/hybrid/compute/models/Disks.java | ea98e4a7ebdbc3fd46e3f22f54b3e444310b5568 | [
"MIT"
] | permissive | weidongxu-microsoft/azure-stack-java-samples | https://github.com/weidongxu-microsoft/azure-stack-java-samples | 1df227502c367f128916f121ccc0f5bc77b045e5 | afdfd0ed220f2f8a603c6fa5e16311a7842eb31c | refs/heads/main | 2023-04-04T12:24:07.405000 | 2021-04-07T08:06:00 | 2021-04-07T08:06:00 | 337,593,216 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.hybrid.compute.models;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure... | UTF-8 | Java | 11,327 | java | Disks.java | Java | [] | null | [] | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.hybrid.compute.models;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure... | 11,327 | 0.72464 | 0.721815 | 213 | 52.178402 | 42.266495 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.253521 | false | false | 7 |
4392518b54b9666b6b70fcd3e2476b93064506fa | 10,754,598,111,019 | 3ff153f2745cdd8e9a34d84ce521ebe2ffe49ab7 | /src/gfg/stack/lru/LinkedHasMapLRU.java | edb2576d343f5faf534e64cc98ca23ed094f41f6 | [] | no_license | Deshraj5268/datastructure | https://github.com/Deshraj5268/datastructure | a512656ee96b0210dcf55108ba4851f04d186462 | 52f0c70f98a3ad1d57eb7bcd83dfe7555a83694e | refs/heads/master | 2023-08-31T14:23:06.991000 | 2023-08-26T02:52:15 | 2023-08-26T02:52:15 | 192,928,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gfg.stack.lru;
import java.util.LinkedHashMap;
import java.util.Map;
public class LinkedHasMapLRU implements LRU{
private int frameSize;
private LinkedHashMap<Integer,Integer> linkedHashMap;
public LinkedHasMapLRU(int frameSize) {
this.frameSize = frameSize;
this.linkedHashMap = ... | UTF-8 | Java | 1,386 | java | LinkedHasMapLRU.java | Java | [] | null | [] | package gfg.stack.lru;
import java.util.LinkedHashMap;
import java.util.Map;
public class LinkedHasMapLRU implements LRU{
private int frameSize;
private LinkedHashMap<Integer,Integer> linkedHashMap;
public LinkedHasMapLRU(int frameSize) {
this.frameSize = frameSize;
this.linkedHashMap = ... | 1,386 | 0.6443 | 0.63925 | 43 | 31.232557 | 33.040382 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 7 |
e8167770a4f6e2d4f51f565f75bfcff0f78f5e4d | 6,305,012,022,198 | 55b07a2961b8ea4a3b01e4f01fb70a2df2895004 | /zadanie/src/main/java/programowaniezaaw/SaveAuthorsToFile.java | 9a6cb425b0b45c845df5e5770b0a39fbd8a32f26 | [] | no_license | Kszan/Library | https://github.com/Kszan/Library | b573ac844a8c117774c0c16fff74df6cb7f038ee | 78b2cc9fcc33c0d2de3042066556973f026d525c | refs/heads/master | 2020-03-14T02:10:01.390000 | 2018-05-12T11:59:39 | 2018-05-12T11:59:39 | 131,393,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package programowaniezaaw;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.List;
public class SaveAuthorsToFile {
public void saveBooksIntoTheFile(List<Book> books) {
System.out.println("Your changes are now saving....");
String url = "books... | UTF-8 | Java | 1,361 | java | SaveAuthorsToFile.java | Java | [] | null | [] | package programowaniezaaw;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.List;
public class SaveAuthorsToFile {
public void saveBooksIntoTheFile(List<Book> books) {
System.out.println("Your changes are now saving....");
String url = "books... | 1,361 | 0.529758 | 0.528288 | 39 | 33.897434 | 21.895784 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 7 |
4bc9206c5a92564da5ff30eb870227ecfb1f9fea | 7,438,883,371,996 | 5905acac8f198d9e702adb27d8d0294c55b175cd | /Day5/src/AbstractFactoryPattern/NYCFeedbackParser.java | 14a48ef6c0d21e7ec451544171e1e520ab174ac5 | [] | no_license | ocoulson/SDP | https://github.com/ocoulson/SDP | 8836d4ce8754951dc712b1ca8175d02300cbd1bc | fd3a547b5a405b266a96d496f31375a65bdfe382 | refs/heads/master | 2021-01-21T04:53:52.565000 | 2016-06-05T22:22:26 | 2016-06-05T22:22:26 | 49,074,578 | 0 | 3 | null | false | 2016-03-09T17:10:59 | 2016-01-05T15:33:32 | 2016-03-08T18:23:06 | 2016-03-09T17:10:59 | 123 | 0 | 1 | 0 | Java | null | null | package AbstractFactoryPattern;
/**
* Created by Oliver Coulson on 02/02/2016.
*/
public class NYCFeedbackParser implements XMLParser {
@Override
public String parse() {
return "NYC Parsing feedback XML...\nNYC Feedback XML Message";
}
}
| UTF-8 | Java | 261 | java | NYCFeedbackParser.java | Java | [
{
"context": "package AbstractFactoryPattern;\n\n/**\n * Created by Oliver Coulson on 02/02/2016.\n */\npublic class NYCFeedbackParser",
"end": 65,
"score": 0.9997290372848511,
"start": 51,
"tag": "NAME",
"value": "Oliver Coulson"
}
] | null | [] | package AbstractFactoryPattern;
/**
* Created by <NAME> on 02/02/2016.
*/
public class NYCFeedbackParser implements XMLParser {
@Override
public String parse() {
return "NYC Parsing feedback XML...\nNYC Feedback XML Message";
}
}
| 253 | 0.697318 | 0.666667 | 11 | 22.727272 | 23.199102 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
d731e6071756ff1bb3dfd16b293152cbca92eb83 | 32,908,039,487,812 | 55aea52e476d1f3c1c05d3b3a63c79e54a68b350 | /courseschedule/src/global/dao/Buildingaccess.java | 2626de0187427b6462d1a525289ee4863a1f7e16 | [] | no_license | gulei88/temp | https://github.com/gulei88/temp | a641a0f5dee3b42f16b0dfcf52dc45ab07c1d95d | 65c40dbb9ea407ae122d0cf6b389d5fc98dad842 | refs/heads/master | 2022-04-24T23:11:24.515000 | 2022-04-20T12:32:24 | 2022-04-20T12:32:24 | 167,507,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package global.dao;
import global.model.Buliding;
import global.model.Major;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
/**
* 教学楼数据管理类
*
* @author ggc
*
*/
public class Buildingaccess {
private static ResultSet r... | GB18030 | Java | 7,508 | java | Buildingaccess.java | Java | [
{
"context": "va.util.ArrayList;\n\n/**\n * 教学楼数据管理类\n * \n * @author ggc\n * \n */\npublic class Buildingaccess {\n\tprivate st",
"end": 254,
"score": 0.9996508359909058,
"start": 251,
"tag": "USERNAME",
"value": "ggc"
},
{
"context": "et rs;\n\tprivate static int b_id;\n\n\t/**\n\t... | null | [] | package global.dao;
import global.model.Buliding;
import global.model.Major;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
/**
* 教学楼数据管理类
*
* @author ggc
*
*/
public class Buildingaccess {
private static ResultSet r... | 7,508 | 0.647895 | 0.646696 | 210 | 26.819048 | 22.624378 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.185714 | false | false | 7 |
e2274a5e7bb691266a12ff2af370591a44749ad5 | 5,832,565,625,513 | 8b2df3003305e32d7b32bb8efedf8a9f6b959685 | /src/Airline/Schedule.java | 78ac5dfccba8431734621deb6c187b4d89b3b127 | [] | no_license | minstart01/SwingFlow | https://github.com/minstart01/SwingFlow | 1284c81a4665fc07442f98a99373ddebb717a3a7 | 9aad04bfd4de131a9e03470b298aa2a4dde476d9 | refs/heads/master | 2020-05-16T21:49:20.478000 | 2014-09-25T08:44:54 | 2014-09-25T08:44:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Airline;
public class Schedule {
int s_Code;
int s_SeatTotal;
String s_DepDay;
String s_DeptTime;
String s_ArrtTime;
String s_FlightTime;
int c_Code;
int c_Code2;
int an_Code;
public Schedule() {
// TODO Auto-generated constructor stub
}
public Schedule(int s_Code, int s_SeatTotal, Stri... | UTF-8 | Java | 1,978 | java | Schedule.java | Java | [] | null | [] | package Airline;
public class Schedule {
int s_Code;
int s_SeatTotal;
String s_DepDay;
String s_DeptTime;
String s_ArrtTime;
String s_FlightTime;
int c_Code;
int c_Code2;
int an_Code;
public Schedule() {
// TODO Auto-generated constructor stub
}
public Schedule(int s_Code, int s_SeatTotal, Stri... | 1,978 | 0.635996 | 0.63094 | 106 | 16.660378 | 15.900568 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 7 |
ab40c4d1e34f2473ab771c0b32472682db82e25d | 2,070,174,260,081 | d384568391ee1cfdcdb482bc1a779e159d451c91 | /src/main/java/com/planning/project/service/SkaTypeService.java | 130dde07f518bf1f36b768f009ffda39bbe2c8ff | [] | no_license | sleepwithmefreewifi/planning | https://github.com/sleepwithmefreewifi/planning | c3c5c2d010309715bdc24443f2f7b8b186f7e7af | 9896282662b39189cd5c7bc087561fbac02f5d83 | refs/heads/master | 2018-02-22T13:55:12.560000 | 2017-04-25T19:01:29 | 2017-04-25T19:01:29 | 53,254,362 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.planning.project.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.planning.project.dao.SkaTypeDAO;
import com.planning.project.entity.TbSkaType;
@S... | UTF-8 | Java | 501 | java | SkaTypeService.java | Java | [] | null | [] | package com.planning.project.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.planning.project.dao.SkaTypeDAO;
import com.planning.project.entity.TbSkaType;
@S... | 501 | 0.772455 | 0.772455 | 23 | 19.782608 | 19.169624 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 7 |
3fa5b1c927d5de1a3e6482f1d76c05963c05e3d9 | 25,847,113,194,827 | 82c3b234401ef5fdaaf0866902e68e46b5b021b6 | /meROA/src/protocol/me/jor/roa/protocol/servlet/ServletResourceAccessUtil.java | 8b1f8502d8c8a96b0fe4fc26e7b01f16132f04c0 | [] | no_license | runfriends/javaonrails | https://github.com/runfriends/javaonrails | 93612bec7989d7245c8799280cfbc84c9f62c17d | a1f07f89868df10897967517a63669480c917127 | refs/heads/master | 2016-09-09T17:01:08.750000 | 2015-10-08T16:22:10 | 2015-10-08T16:22:10 | 5,660,506 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.jor.roa.protocol.servlet;
import java.io.IOException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import me.jor.common.GlobalObject;
import me.jor.roa.core.AccessData;
import me.jor.roa.core.accessable.AccessMethod;
im... | UTF-8 | Java | 979 | java | ServletResourceAccessUtil.java | Java | [] | null | [] | package me.jor.roa.protocol.servlet;
import java.io.IOException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import me.jor.common.GlobalObject;
import me.jor.roa.core.AccessData;
import me.jor.roa.core.accessable.AccessMethod;
im... | 979 | 0.805924 | 0.805924 | 24 | 38.791668 | 38.116028 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 7 |
51766fed4542c7be214500d40f0bf7a6d65d5559 | 24,824,911,000,596 | 9ed23f5b17fde70c21dca6e8c3af06fb916ad573 | /src/com/team2/personc/HjC.java | e720fe5cc4093a1d9773160eda9d21dd5099752a | [] | no_license | joinhyejin/shopping_mall | https://github.com/joinhyejin/shopping_mall | 7fb0b9b6d1c26a139669801c16d38721d7b8f50d | 1881e50537a7b6058c1490178ef62968980f9e17 | refs/heads/master | 2023-04-12T10:18:05.381000 | 2021-04-22T02:12:04 | 2021-04-22T02:12:04 | 360,362,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team2.personc;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.team2.main.Model2;
/**
... | UTF-8 | Java | 1,024 | java | HjC.java | Java | [] | null | [] | package com.team2.personc;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.team2.main.Model2;
/**
... | 1,024 | 0.764648 | 0.759766 | 33 | 29.030304 | 32.506863 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.030303 | false | false | 7 |
0cb9070d0e81b48a9467b9f732b56281d7795820 | 24,824,910,999,349 | 62e8412e3957f4f7056741845e051be35e8d93c9 | /app/src/main/java/com/stuff/squishy/daytrippa/RoutesAdaptor.java | 3153c7b3d3b33ae42b82026af0e767868df42630 | [] | no_license | Damo27/DayTrippa | https://github.com/Damo27/DayTrippa | f7c6255a4376acb58e3c2ba079829fcff782ef89 | b0a055dfa7e82e8bba6eeb36a9e60b31d4a27060 | refs/heads/master | 2020-09-13T11:12:03.776000 | 2019-11-19T18:57:59 | 2019-11-19T18:57:59 | 222,755,876 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stuff.squishy.daytrippa;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.mapbox.mapboxsdk.maps.M... | UTF-8 | Java | 2,203 | java | RoutesAdaptor.java | Java | [] | null | [] | package com.stuff.squishy.daytrippa;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.mapbox.mapboxsdk.maps.M... | 2,203 | 0.712211 | 0.711757 | 64 | 33.421875 | 34.114605 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 7 |
8366193fbea8077c5fa258a9f13d829194288fd1 | 20,495,583,971,885 | 0f2801ce2578b49153b28be99d42acc9db5e6e73 | /company/src/main/java/com/timberliu/algorithm/company/hw/volume_a/logic/no035_1_putBoxes/Solution1.java | b81aa305f17e7412b13d3f7e6e1e4b0d48e3d228 | [] | no_license | liujie0813/learning-algorithm | https://github.com/liujie0813/learning-algorithm | 6a963529421b380033e79cacc8d998905fd2593b | aa376687b2adaf349ae10d701f6971e2b7394a92 | refs/heads/master | 2023-06-26T13:28:01.195000 | 2023-06-18T10:33:32 | 2023-06-18T10:33:32 | 341,491,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.timberliu.algorithm.company.hw.volume_a.logic.no035_1_putBoxes;
import java.util.Scanner;
/**
* @author liujie
* @date 2023/4/25
*/
public class Solution1 {
public static String[] putBoxes(String str, int n) {
StringBuilder[] sb = new StringBuilder[n];
for (int i = 0; i < n; i++) {
sb[i] = ne... | UTF-8 | Java | 1,007 | java | Solution1.java | Java | [
{
"context": "tBoxes;\n\nimport java.util.Scanner;\n\n/**\n * @author liujie\n * @date 2023/4/25\n */\n\npublic class Solution1 {\n",
"end": 125,
"score": 0.9990789294242859,
"start": 119,
"tag": "USERNAME",
"value": "liujie"
}
] | null | [] | package com.timberliu.algorithm.company.hw.volume_a.logic.no035_1_putBoxes;
import java.util.Scanner;
/**
* @author liujie
* @date 2023/4/25
*/
public class Solution1 {
public static String[] putBoxes(String str, int n) {
StringBuilder[] sb = new StringBuilder[n];
for (int i = 0; i < n; i++) {
sb[i] = ne... | 1,007 | 0.578947 | 0.558093 | 45 | 21.377777 | 20.481199 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 7 |
6297b666d2615afdc324755628e9b7ac0491b24d | 26,001,732,044,702 | 4bdc2db9778a62009326a7ed1bed2729c8ff56a9 | /kernel/impl/fabric3-pojo/src/main/java/org/fabric3/implementation/pojo/builder/MethodUtils.java | b82e05b278c8b7a0f5120b438fcd0bb13e7d5010 | [] | no_license | aaronanderson/fabric3-core | https://github.com/aaronanderson/fabric3-core | 2a66038338ac3bb8ba1ae6291f39949cb93412b2 | 44773a3e636fcfdcd6dcd43b7fb5b442310abae5 | refs/heads/master | 2021-01-16T21:56:29.067000 | 2014-01-09T15:44:09 | 2014-01-14T06:26:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Fabric3
* Copyright (c) 2009-2013 Metaform Systems
*
* Fabric3 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version, with the
* ... | UTF-8 | Java | 4,661 | java | MethodUtils.java | Java | [] | null | [] | /*
* Fabric3
* Copyright (c) 2009-2013 Metaform Systems
*
* Fabric3 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version, with the
* ... | 4,661 | 0.653293 | 0.649002 | 103 | 44.252426 | 29.908506 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.572816 | false | false | 7 |
b24d0d7071368eb3f6c002c9e3247b438e5a297c | 22,265,110,493,923 | 70d37c5c41ff66a9ac3d44fac12ee136e48b70ea | /app/src/main/java/fr/insa/clubinfo/amicale/models/ChatMessage.java | 1146efbe0dd17afb83ba9c549eb9f259b1c25665 | [] | no_license | pthebaul/AmicaleAndroid | https://github.com/pthebaul/AmicaleAndroid | 85eae8257d0392c1f36fe6199fab28b68922c02d | c49dd649a97490f339ed0c6b90b99717b9c1a95f | refs/heads/master | 2020-03-26T16:21:21.469000 | 2018-09-24T11:02:37 | 2018-09-24T11:02:37 | 145,096,582 | 1 | 1 | null | true | 2018-09-24T11:02:37 | 2018-08-17T08:52:13 | 2018-08-17T15:19:01 | 2018-09-24T11:02:38 | 495 | 1 | 1 | 0 | Java | false | null | package fr.insa.clubinfo.amicale.models;
import java.util.GregorianCalendar;
import java.util.HashMap;
public class ChatMessage {
private String imageURL = null;
private String content = "";
private String senderName = "";
private boolean own = false;
GregorianCalendar date = new GregorianCalendar();
privat... | UTF-8 | Java | 2,257 | java | ChatMessage.java | Java | [] | null | [] | package fr.insa.clubinfo.amicale.models;
import java.util.GregorianCalendar;
import java.util.HashMap;
public class ChatMessage {
private String imageURL = null;
private String content = "";
private String senderName = "";
private boolean own = false;
GregorianCalendar date = new GregorianCalendar();
privat... | 2,257 | 0.655738 | 0.651307 | 103 | 20.912621 | 18.184122 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194175 | false | false | 7 |
b47c417b95c3eb48935a9ee1f95333c27615b4c4 | 11,768,210,422,795 | 1ed4cab93ed3448d99b877feb303ca3ab90cbb5b | /src/calendar/MyCalendar.java | bd67abd89908d5dcc969d1b0415e6025db4f3af2 | [] | no_license | hglps/FolhaDePagamentoRefactored | https://github.com/hglps/FolhaDePagamentoRefactored | b4cc9b1be9b29701e9f422c25666f073199c594f | 955fd0af688c35abae862e5c9240eba1a91f77f2 | refs/heads/master | 2020-06-29T14:13:12.196000 | 2019-08-15T03:42:29 | 2019-08-15T03:42:29 | 200,558,724 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package calendar;
public class MyCalendar {
private int year = 2019;
private int[] day = new int[]{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
private int counterDate = 1;
private String[] month = new String[]{"January", "February", "March", "April", "May", "June", "July", "August", "September", "... | UTF-8 | Java | 2,312 | java | MyCalendar.java | Java | [] | null | [] | package calendar;
public class MyCalendar {
private int year = 2019;
private int[] day = new int[]{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
private int counterDate = 1;
private String[] month = new String[]{"January", "February", "March", "April", "May", "June", "July", "August", "September", "... | 2,312 | 0.497837 | 0.467993 | 81 | 27.481482 | 26.259441 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.802469 | false | false | 7 |
5e35bf6dc4217dc8db336da66e49572bc458a1f9 | 9,002,251,487,233 | b718de7a306d15f0ad98711ccb7bfc5c2f9a3da8 | /src/main/java/com/sandy/designpattern/singleton/SingletonLazyEnum.java | 60ea7ca172d8e910eafa0079126b9dc3d0be4b62 | [] | no_license | sandeepgondal/DesignPatterns | https://github.com/sandeepgondal/DesignPatterns | 7620e64a1442ca6146abb5ca80092c5c5a9557bd | 0ea6a6a56d9f891e3795c7bc654d8e1e783ba934 | refs/heads/master | 2021-05-03T22:36:08.316000 | 2016-10-22T11:41:04 | 2016-10-22T11:41:04 | 71,631,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sandy.designpattern.singleton;
public enum SingletonLazyEnum {
INSTANCE;
SingletonLazyEnum() {
System.out.println("Singletong instance created");
}
private int data = 100;
public void printData() {
System.out.println("Data is : " + data);
}
}
| UTF-8 | Java | 301 | java | SingletonLazyEnum.java | Java | [] | null | [] | package com.sandy.designpattern.singleton;
public enum SingletonLazyEnum {
INSTANCE;
SingletonLazyEnum() {
System.out.println("Singletong instance created");
}
private int data = 100;
public void printData() {
System.out.println("Data is : " + data);
}
}
| 301 | 0.637874 | 0.627907 | 17 | 16.705883 | 18.885925 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 7 |
591a9ba10d504398a88b433d817429fd9a30c119 | 5,196,910,467,248 | 6aff26592ba2960802dbf1146d311e33469c4c44 | /AndroidCMD/src/com/sorin/mobilecmd/androidcmd/data/UserWS.java | 8d9306692e15e3065b4257bf0f17b554570e3064 | [] | no_license | sorinslavic/mobilecmd | https://github.com/sorinslavic/mobilecmd | 6254523f331251204f6c10bbaaf84c20f0daeaa9 | 533457f700215dd7f6b52548c1efecfcc3590171 | refs/heads/main | 2023-03-28T03:55:09.523000 | 2021-03-30T11:00:59 | 2021-03-30T11:00:59 | 352,958,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sorin.mobilecmd.androidcmd.data;
import org.ksoap2.serialization.SoapObject;
import com.sorin.mobilecmd.androidcmd.util.SoapUtil;
import com.sorin.mobilecmd.androidcmd.ws.SoapRequest;
import com.sorin.mobilecmd.androidcmd.ws.SoapResponse;
public class UserWS implements SoapResponse, SoapRequest {
priva... | UTF-8 | Java | 2,245 | java | UserWS.java | Java | [
{
"context": "\tthis.setUserName(soapObject.getPropertyAsString(\"Username\"));\n\t\tthis.setPassword(soapObject.getPropertyAsSt",
"end": 1248,
"score": 0.5069225430488586,
"start": 1240,
"tag": "USERNAME",
"value": "Username"
},
{
"context": "userID;\n\t}\n\tpublic String getUserNam... | null | [] | package com.sorin.mobilecmd.androidcmd.data;
import org.ksoap2.serialization.SoapObject;
import com.sorin.mobilecmd.androidcmd.util.SoapUtil;
import com.sorin.mobilecmd.androidcmd.ws.SoapRequest;
import com.sorin.mobilecmd.androidcmd.ws.SoapResponse;
public class UserWS implements SoapResponse, SoapRequest {
priva... | 2,247 | 0.73363 | 0.728285 | 82 | 26.378048 | 24.1159 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.609756 | false | false | 7 |
927a6d34e092c038393d9dd594fc4250cf3c70ec | 32,813,550,181,989 | 52d5ab62533430147a4cc51d19677fee4ad546a2 | /app/src/main/java/com/neodevloper/hdwallpaper2021/adapter/listadapters/pair_list/CustomAdapter.java | 81306967d2276972f42ad9f14ac8dd88810258dc | [
"MIT"
] | permissive | ulvinasirli99/4K-Wallpaper-App | https://github.com/ulvinasirli99/4K-Wallpaper-App | 3f54c10fb20d822565945bb78a849a1ac336a01e | 560ea7a488820b63205de83eefa8123e7627c6b4 | refs/heads/master | 2023-01-29T13:06:18.859000 | 2020-12-15T08:25:41 | 2020-12-15T08:25:41 | 296,017,779 | 0 | 0 | null | false | 2020-12-15T08:25:42 | 2020-09-16T11:53:43 | 2020-09-16T12:11:33 | 2020-12-15T08:25:42 | 13,136 | 0 | 0 | 0 | Java | false | false | package com.neodevloper.hdwallpaper2021.adapter.listadapters.pair_list;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
i... | UTF-8 | Java | 4,174 | java | CustomAdapter.java | Java | [] | null | [] | package com.neodevloper.hdwallpaper2021.adapter.listadapters.pair_list;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
i... | 4,174 | 0.660278 | 0.655486 | 127 | 31.866142 | 29.191565 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566929 | false | false | 7 |
79bf39ce59f6f1eaa9215a96d4a75c08e5fb0529 | 29,033,978,955,876 | ee130f6f6f85656eb583db52e24c7035680869e8 | /src/main/java/org/sid/web/AppController.java | e0c8f4c011e79134630a08e1f57304529986c8c1 | [] | no_license | mfirass/JobFinder | https://github.com/mfirass/JobFinder | ef45ca79d729b4bbde966a9f48bde4eb7981cb62 | 611f1eb3a91c37452ef66a6a060e0e53389b68ef | refs/heads/main | 2023-07-19T06:04:31.321000 | 2021-09-11T18:47:51 | 2021-09-11T18:47:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sid.web;
import java.security.Principal;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.authentication.A... | UTF-8 | Java | 5,719 | java | AppController.java | Java | [
{
"context": "uest request,Model model) {\n\t\tSystem.out.println(\"achraf tarueour \\n\\nggg\\ngg\\nggg\\nggggg\");\n//\t\tPrincipal principa",
"end": 2386,
"score": 0.9992822408676147,
"start": 2371,
"tag": "NAME",
"value": "achraf tarueour"
}
] | null | [] | package org.sid.web;
import java.security.Principal;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.authentication.A... | 5,710 | 0.758 | 0.75765 | 176 | 31.454546 | 27.885077 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8125 | false | false | 7 |
26a8b9d47793165c9072e2ae5d8a3a44228edd12 | 31,001,073,980,846 | 5094702be643f1d5b412ca35a13a225c52e525e8 | /FactOrMythCardCreator/src/test/java/com/valuablecode/tool/PageLayoutBuilder.java | 89789f4a0938ad6777914f848032bfa81d061d26 | [] | no_license | amckinnell/FactOrMythCardCreator | https://github.com/amckinnell/FactOrMythCardCreator | c1dfd9fdedf47e60928f88e0e092e00af8dff79e | eee44e31e2210200d825e2ca963ef1ca74a45191 | refs/heads/master | 2020-04-05T02:35:37.528000 | 2013-12-15T20:09:59 | 2013-12-15T20:09:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.valuablecode.tool;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Rectangle;
public class PageLayoutBuilder implements TestDataBuilder<PageLayout> {
private final int cardsPerPage;
private final int columnsPerPage;
public static PageLayoutBuilder aPageLayout() {
return... | UTF-8 | Java | 1,409 | java | PageLayoutBuilder.java | Java | [] | null | [] | package com.valuablecode.tool;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Rectangle;
public class PageLayoutBuilder implements TestDataBuilder<PageLayout> {
private final int cardsPerPage;
private final int columnsPerPage;
public static PageLayoutBuilder aPageLayout() {
return... | 1,409 | 0.630234 | 0.628815 | 54 | 25.074074 | 23.459068 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 7 |
c70e0d9807038bdcacf4d5372edf5708f24144c3 | 3,848,290,719,613 | 85dc6cc397282bc44ffbe25e5818af688bac03e8 | /MappingResearch/OneEmpMulParkingForeignKey/src/main/java/com/app/entity/Parking.java | 30f6e4fcaebf4f97e5732080b75aee7604ec621e | [] | no_license | mysoulraghavendra/Lecture_1 | https://github.com/mysoulraghavendra/Lecture_1 | ae3cc4f588bc258bcdfdc41a9b00e5bb7fbed00d | bcd32eff7a069d0c6bef4866e8771637892b0bb2 | refs/heads/master | 2023-06-29T14:42:53.831000 | 2021-08-08T07:04:54 | 2021-08-08T07:04:54 | 389,671,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.entity;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import jav... | UTF-8 | Java | 1,377 | java | Parking.java | Java | [] | null | [] | package com.app.entity;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import jav... | 1,377 | 0.67175 | 0.67175 | 94 | 12.648936 | 15.53151 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925532 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.