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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7ddb89d8def5805cb03e1a6cb2e8907020e51777 | 7,937,099,619,054 | 613d589e45fffe0f0440b251a6a0ae90ca7d404f | /src/edu/washington/cse/concerto/interpreter/ai/StateUpdater.java | c4b7c9d75ce7925937457f6ccd5261a92540ba60 | [
"MIT"
] | permissive | uwplse/concerto | https://github.com/uwplse/concerto | bac6eda9d99465c42b2fd6d2b6f703409220ad3a | a23d35eae9f6be8c0c1e8e0e4adac5aa3386c1df | refs/heads/master | 2021-09-24T16:29:37.771000 | 2018-10-10T18:17:40 | 2018-10-11T23:46:40 | 96,581,483 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.washington.cse.concerto.interpreter.ai;
public interface StateUpdater<AS> {
public static class IdentityUpdater {
public static <T> StateUpdater<T> v() {
return new StateUpdater<T>() {
@Override
public T updateState(final T state, final Object value) {
return state;
}
};
}
}
p... | UTF-8 | Java | 368 | java | StateUpdater.java | Java | [] | null | [] | package edu.washington.cse.concerto.interpreter.ai;
public interface StateUpdater<AS> {
public static class IdentityUpdater {
public static <T> StateUpdater<T> v() {
return new StateUpdater<T>() {
@Override
public T updateState(final T state, final Object value) {
return state;
}
};
}
}
p... | 368 | 0.692935 | 0.692935 | 15 | 23.533333 | 20.362928 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 15 |
5fa8e116cf5ad83d7f136430d2d65a046e2120e0 | 35,235,911,708,150 | 5622d518bac15a05590055a147628a728ca19b23 | /dragontool/src/main/java/dragon/ir/clustering/ClusteringEva.java | ac9e126c63efb39bed8608d438675a77d98fba11 | [
"BSD-2-Clause"
] | permissive | JULIELab/jcore-dependencies | https://github.com/JULIELab/jcore-dependencies | e51349ccf6f26c7b7dab777a9e6baacd7068b853 | a303c6a067add1f4b05c4d2fe31c1d81ecaa7073 | refs/heads/master | 2023-03-19T20:26:55.083000 | 2023-03-09T20:32:13 | 2023-03-09T20:32:13 | 44,806,492 | 4 | 2 | BSD-2-Clause | false | 2022-11-16T19:48:08 | 2015-10-23T10:32:10 | 2022-04-12T19:32:20 | 2022-11-16T19:48:07 | 36,188 | 4 | 2 | 8 | Java | false | false | package dragon.ir.clustering;
/**
* <p>Class for evaluating clustering results </p>
* <p> </p>
* <p>Copyright: Copyright (c) 2005</p>
* <p>Company: IST, Drexel University</p>
* @author Davis Zhou
* @version 1.0
*/
public class ClusteringEva {
private double entropyScore;
private double fSc... | UTF-8 | Java | 7,015 | java | ClusteringEva.java | Java | [
{
"context": "<p>Company: IST, Drexel University</p>\r\n * @author Davis Zhou\r\n * @version 1.0\r\n */\r\n\r\npublic class ClusteringE",
"end": 208,
"score": 0.999832034111023,
"start": 198,
"tag": "NAME",
"value": "Davis Zhou"
}
] | null | [] | package dragon.ir.clustering;
/**
* <p>Class for evaluating clustering results </p>
* <p> </p>
* <p>Copyright: Copyright (c) 2005</p>
* <p>Company: IST, Drexel University</p>
* @author <NAME>
* @version 1.0
*/
public class ClusteringEva {
private double entropyScore;
private double fScore;... | 7,011 | 0.515182 | 0.504918 | 245 | 26.640816 | 22.48831 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685714 | false | false | 15 |
dd826b80b828a4b252b3be7bedff87ac0e95e239 | 16,415,365,034,202 | 5bfa81ad2ae75ec97508dfd4b1f870e1b2bf8c4a | /src/main/java/com/yuanpeng/CustomerManageApplication.java | ae5e4f75ca87da4177e168ecf61a3c009b8bf5f6 | [] | no_license | 16678529224/customer-manage | https://github.com/16678529224/customer-manage | 74ca36c4ce2850dd389a45651df3598a4b694c50 | 87757de56990ab2859e9263d66fa053803ec391c | refs/heads/master | 2022-07-16T05:09:26.325000 | 2020-01-20T12:51:40 | 2020-01-20T12:51:42 | 197,167,210 | 0 | 0 | null | false | 2022-06-17T02:17:28 | 2019-07-16T09:51:36 | 2020-01-20T12:53:21 | 2022-06-17T02:17:26 | 2,914 | 0 | 0 | 2 | JavaScript | false | false | package com.yuanpeng;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.transaction.annotation.EnableTransactionManagement;
/**
* 日志使用:SpringBoot底层也是使用slf4j+logback的方式进行日志记录
*/
@SpringBootApplication
@EnableTransaction... | UTF-8 | Java | 535 | java | CustomerManageApplication.java | Java | [] | null | [] | package com.yuanpeng;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.transaction.annotation.EnableTransactionManagement;
/**
* 日志使用:SpringBoot底层也是使用slf4j+logback的方式进行日志记录
*/
@SpringBootApplication
@EnableTransaction... | 535 | 0.816901 | 0.814889 | 19 | 25.157894 | 26.505735 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 15 |
caa39abfc3210713713d2a1a7f2a4c4a319fd075 | 25,726,854,145,877 | 90fdb9adb2fe0a857911d6d965d89fe7cfbbf644 | /random/CountChars.java | e8a006abc6883d0a7f342e74a92477f9d6e7c6f6 | [] | no_license | ajwilsonvt/coding-problems | https://github.com/ajwilsonvt/coding-problems | 844f716db4b79029003d772e17a85e3b2e7b6408 | d390c53fd06ee6c380043323ff3b74e0578843d3 | refs/heads/master | 2020-03-13T05:04:21.701000 | 2017-05-13T18:32:15 | 2017-05-13T18:32:15 | 130,975,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package codingproblems;
public class CountChars {
public static void main(String[] args) {
System.out.println(countCharsRec("this is a string", 'i', 0));
}
public static int countCharsRec(String word, char c, int n) {
if (word.length() == 0) {
return n;
}
else {
int count = n;
if (word.charAt(0... | UTF-8 | Java | 412 | java | CountChars.java | Java | [] | null | [] | package codingproblems;
public class CountChars {
public static void main(String[] args) {
System.out.println(countCharsRec("this is a string", 'i', 0));
}
public static int countCharsRec(String word, char c, int n) {
if (word.length() == 0) {
return n;
}
else {
int count = n;
if (word.charAt(0... | 412 | 0.616505 | 0.606796 | 22 | 17.727272 | 20.143084 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.136364 | false | false | 15 |
0357c3799ee9b83aeed028e91e3a6d3897bc52b7 | 15,590,731,348,140 | fe4b02080d821c0fd430fd23e8e90ed93257fa71 | /src/detalleCompraIngrediente/entity/NoExisteDetalleCompraIngrediente.java | d120ff17a592a7f0d37b434ec5f1c504bf45d724 | [] | no_license | CarlaBarrientos/ProyectoJava | https://github.com/CarlaBarrientos/ProyectoJava | c0b5eb158ec93810e1c4f958f6dc884a9f8a4dfb | a0c2fcfd947ccc995ba7e93b5835e25c20e89b01 | refs/heads/master | 2021-09-23T00:33:02.768000 | 2018-09-19T06:36:38 | 2018-09-19T06:36:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package detalleCompraIngrediente.entity;
public class NoExisteDetalleCompraIngrediente extends Exception {
private static final long serialVersionUID = 1L;
public NoExisteDetalleCompraIngrediente() {
super("No existe el detalle de compra de ingrediente!");
}
}
| UTF-8 | Java | 272 | java | NoExisteDetalleCompraIngrediente.java | Java | [] | null | [] | package detalleCompraIngrediente.entity;
public class NoExisteDetalleCompraIngrediente extends Exception {
private static final long serialVersionUID = 1L;
public NoExisteDetalleCompraIngrediente() {
super("No existe el detalle de compra de ingrediente!");
}
}
| 272 | 0.797794 | 0.794118 | 11 | 23.727272 | 25.835461 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 15 |
c473375f259c45960cc58673a201df976df3bcc1 | 34,548,716,941,030 | c1eb9772ad67d08bb047e71c8b0a0ac47f7e9ace | /app/src/main/java/com/newsing/activity/weather/today/WeatherHourBody.java | dbaef2450356dc4807d1a89651f4bd17f83087b3 | [] | no_license | ndroidOrganization/Newsing | https://github.com/ndroidOrganization/Newsing | cd31b843e236fbf8770ba9e0b400320822b65ac1 | ec5ce4de02d3818dd866208cc6355d9ff4f7e494 | refs/heads/master | 2021-01-18T12:33:28.054000 | 2017-08-03T03:16:46 | 2017-08-03T03:16:46 | 68,696,406 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newsing.activity.weather.today;
/**
* Created by Qzhu on 2017/8/2.
*/
public class WeatherHourBody {
// "weather_code": "07",
// "time": "201708021300",
// "wind_direction": "东南偏南",
// "wind_power": "5-6 清风 10.8~13.8m/s",
// "weather": "小雨",
// ... | UTF-8 | Java | 1,783 | java | WeatherHourBody.java | Java | [
{
"context": "newsing.activity.weather.today;\n\n/**\n * Created by Qzhu on 2017/8/2.\n */\n\npublic class WeatherHourBody {\n",
"end": 67,
"score": 0.9978955388069153,
"start": 63,
"tag": "USERNAME",
"value": "Qzhu"
}
] | null | [] | package com.newsing.activity.weather.today;
/**
* Created by Qzhu on 2017/8/2.
*/
public class WeatherHourBody {
// "weather_code": "07",
// "time": "201708021300",
// "wind_direction": "东南偏南",
// "wind_power": "5-6 清风 10.8~13.8m/s",
// "weather": "小雨",
// ... | 1,783 | 0.587535 | 0.567139 | 74 | 22.851351 | 17.947884 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486486 | false | false | 15 |
93918d3f0ce4972bbff503d785ee0920a798c07f | 2,052,994,378,402 | a773302268366f94ca6f54b22c659d162430aedc | /Week_11/redis/src/main/java/com/lh/redis/test/RedisCountTest.java | e4c1ba1b3583b110f76716166cf61504bff44c92 | [] | no_license | wuliendan/JAVA-000 | https://github.com/wuliendan/JAVA-000 | 33020c8aea8f93c3a15613233454ca5c1c43f9d5 | ec4dff8ce45799835031ae5110ca74d8751d26db | refs/heads/main | 2023-02-25T09:10:01.210000 | 2021-02-06T15:58:46 | 2021-02-06T15:58:46 | 303,402,971 | 0 | 0 | null | true | 2020-10-12T13:36:23 | 2020-10-12T13:36:23 | 2020-10-12T03:41:54 | 2020-10-12T08:13:10 | 2 | 0 | 0 | 0 | null | false | false | package com.lh.redis.test;
import com.lh.redis.config.RedisConnection;
import com.lh.redis.util.RedisConnectionUtil;
import com.lh.redis.util.RedisTool;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class RedisCountTest {
public static void main(String[] args) {
new Thread(new Runnable() {
... | UTF-8 | Java | 782 | java | RedisCountTest.java | Java | [] | null | [] | package com.lh.redis.test;
import com.lh.redis.config.RedisConnection;
import com.lh.redis.util.RedisConnectionUtil;
import com.lh.redis.util.RedisTool;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class RedisCountTest {
public static void main(String[] args) {
new Thread(new Runnable() {
... | 782 | 0.519182 | 0.508951 | 26 | 29.076923 | 21.030972 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
bd4637472a26039b6eafe5e903ff582bab612d14 | 30,958,124,339,655 | a58d971375ccca97fcde81f2719e325259c412f9 | /pset-1/twitter/ExtractTest.java | ec5c1d7d2c428966eef87de998872a07bb51d64a | [] | no_license | ennisthemennis/SoftwareConstructionClass | https://github.com/ennisthemennis/SoftwareConstructionClass | 39ee868ae36ad5e546657342d406bded8a0b31e0 | 5115b2208c640f615be1fc332ce6a3af7dff9b25 | refs/heads/master | 2015-08-12T00:34:39.591000 | 2014-06-09T02:03:48 | 2014-06-09T02:03:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package twitter;
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.junit.BeforeClass;
import org.junit.Test;
/*Partition for getTimespan() input ... | UTF-8 | Java | 8,986 | java | ExtractTest.java | Java | [
{
"context": ";\n \n timeTestTweet1 = new Tweet(0, \"alyssa\", \"is it reasonable to talk about rivest so much?",
"end": 2359,
"score": 0.9996140599250793,
"start": 2353,
"tag": "USERNAME",
"value": "alyssa"
},
{
"context": "ch?\", d1);\n timeTestTweet2 = new Twe... | null | [] | package twitter;
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.junit.BeforeClass;
import org.junit.Test;
/*Partition for getTimespan() input ... | 8,986 | 0.68629 | 0.673492 | 226 | 38.761063 | 30.642321 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.013274 | false | false | 15 |
fabf54d0f16df299addbe5e64eee2d3eec9e8f06 | 15,015,205,712,505 | c1fb6003ca6f6280b9b102019ee1289d2f9d9ee5 | /src/main/java/com/epam/lab/task/agency/entity/User.java | 8ce8c0bdf3d9fa0a6928704fc1fe0aa5b56ba891 | [] | no_license | NameIess/travel-agency | https://github.com/NameIess/travel-agency | e0631af46e8685da5e03106a57767d1d55d347c2 | 5dd960ec536589e1b0e5c77a2a8e3d3a1a651781 | refs/heads/master | 2020-03-19T02:04:28.524000 | 2018-05-31T14:47:31 | 2018-05-31T14:47:31 | 134,885,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.lab.task.agency.entity;
import java.util.ArrayList;
import java.util.List;
/**
* User domain entity.
*/
public class User implements Identified<Long> {
private static final long serialVersionUID = 1L;
private Long id;
private String login;
private String password;
p... | UTF-8 | Java | 2,695 | java | User.java | Java | [
{
"context": "+ login + '\\'' +\r\n \", password='\" + password + '\\'' +\r\n '}';\r\n }\r\n}\r\n",
"end": 2652,
"score": 0.9849284291267395,
"start": 2644,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.epam.lab.task.agency.entity;
import java.util.ArrayList;
import java.util.List;
/**
* User domain entity.
*/
public class User implements Identified<Long> {
private static final long serialVersionUID = 1L;
private Long id;
private String login;
private String password;
p... | 2,697 | 0.49833 | 0.495362 | 119 | 20.647058 | 19.341507 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319328 | false | false | 15 |
f9f756610bf9a19532d6f28b8b0d17e5921ce6bb | 15,015,205,712,491 | 38eb3004a35646fb0e77c859363b1267d2f58138 | /task-api-core/src/main/java/com/sogou/bizwork/task/api/core/score/bo/ScoreDetail.java | a25f2112723727e64eb6c7c2fef08ed407fc2f7d | [] | no_license | bellmit/bizwork-task | https://github.com/bellmit/bizwork-task | e2d0f6b5b80c62c6d8eb95b07f49ab0968114bd6 | 4581ba198a52c0e0c9fe15d9027f88082dcae788 | refs/heads/master | 2021-12-23T09:46:28.732000 | 2017-11-10T12:12:29 | 2017-11-10T12:12:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sogou.bizwork.task.api.core.score.bo;
public class ScoreDetail {
private String dateTime;
private int score;
private String reason;
public String getDateTime() {
return dateTime;
}
public void setDateTime(String dateTime) {
this.dateTime = dateTime;
}
public int getScore() {
return score;
... | UTF-8 | Java | 500 | java | ScoreDetail.java | Java | [] | null | [] | package com.sogou.bizwork.task.api.core.score.bo;
public class ScoreDetail {
private String dateTime;
private int score;
private String reason;
public String getDateTime() {
return dateTime;
}
public void setDateTime(String dateTime) {
this.dateTime = dateTime;
}
public int getScore() {
return score;
... | 500 | 0.714 | 0.714 | 26 | 18.23077 | 14.232432 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.461538 | false | false | 15 |
2df0f8330a87896cbb131b72e433ec4079e6a0ba | 18,588,618,500,384 | fcc6c7a22161c77274efdd519d8ce71b3ac8829b | /ru.jnano.math/src/ru/jnano/math/calc/diff/constrain/ConstrainException.java | 75ed3950dc57c08a2620a275c56229987d9c6b1f | [] | no_license | vitalytravin/Jnano | https://github.com/vitalytravin/Jnano | 2d4e562ba9630a94357260316dbe808f736001ca | 53ef7aab388781a7d51b93604f7be87b4b6c65fd | refs/heads/master | 2018-12-29T12:32:03.739000 | 2014-10-03T10:25:51 | 2014-10-03T10:25:51 | 16,662,518 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.jnano.math.calc.diff.constrain;
public class ConstrainException extends RuntimeException{
private ConstraintError constrain;
public ConstrainException(ConstraintError constrain) {
super();
this.constrain = constrain;
}
public ConstraintError getConstrain() {
return constrain;
}
... | UTF-8 | Java | 327 | java | ConstrainException.java | Java | [] | null | [] | package ru.jnano.math.calc.diff.constrain;
public class ConstrainException extends RuntimeException{
private ConstraintError constrain;
public ConstrainException(ConstraintError constrain) {
super();
this.constrain = constrain;
}
public ConstraintError getConstrain() {
return constrain;
}
... | 327 | 0.737003 | 0.737003 | 17 | 17.235294 | 20.472448 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
b03f6cec24a00b53177dc045081c6ba7284d9cd2 | 32,899,449,556,479 | 91e6989895ea7f348b72a600f112232f88ca72bf | /app/src/main/java/com/example/mihir/haloworld/Question32Activity.java | c15b70a07625c8263f0d9392e58a8972085eefb4 | [] | no_license | Alaska47/HaloWorld | https://github.com/Alaska47/HaloWorld | 28f4e0011841882b3cfedfec6c3b2d871d472798 | 3af1db10087e5e8d33b2ccc7d040cc732e1619e7 | refs/heads/master | 2021-01-13T00:46:23.973000 | 2016-02-16T21:48:25 | 2016-02-16T21:48:25 | 51,220,766 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mihir.haloworld;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Question32Activity extends AppCompatActivity {
private String q2;
@Override
protected void onCreate(Bundle savedInstanceSta... | UTF-8 | Java | 883 | java | Question32Activity.java | Java | [] | null | [] | package com.example.mihir.haloworld;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Question32Activity extends AppCompatActivity {
private String q2;
@Override
protected void onCreate(Bundle savedInstanceSta... | 883 | 0.671574 | 0.651189 | 30 | 28.433332 | 22.207632 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 15 |
319cf8a90428035c7210d758214668ef123bf177 | 403,726,960,729 | 3b015665af0d4ff87cdd94a736c3d3d12e486f67 | /src/Servicios/Serv_Parentesco.java | 0823a9afd9dcf8726a2c3ab46c6b6c244d5e49c2 | [] | no_license | efra1/prueba_1_software2 | https://github.com/efra1/prueba_1_software2 | aea0dbcde6242ea196a95a24926b87b2fef5fb43 | 1532481737fafa2d83680052a1f4c5e24de028c0 | refs/heads/master | 2020-03-28T23:29:43.572000 | 2018-09-19T12:59:04 | 2018-09-19T12:59:04 | 149,294,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Servicios;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import Modelos.Especialidad;
import Modelos.Parentesco;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
import or... | UTF-8 | Java | 3,094 | java | Serv_Parentesco.java | Java | [] | null | [] | package Servicios;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import Modelos.Especialidad;
import Modelos.Parentesco;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
import or... | 3,094 | 0.737233 | 0.734325 | 104 | 28.759615 | 27.613575 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.961538 | false | false | 15 |
1be6a8f860b769b75bbf50a043c6ca70d1aa9236 | 7,352,984,063,386 | 6ef1a6b9c4d3ef9ca63ac7da7def95481a1e4c48 | /app/src/main/java/com/example/andy/pomo_proj/PomodoroList.java | 8822ec681ae9cdba361f99a573f302dc7c621682 | [] | no_license | techdiary/pomo-proj | https://github.com/techdiary/pomo-proj | dd974b24db609a3521ab28989dfd5c2806ad7a08 | 3d091b502b673711f20b0139e3cb4112604c52e5 | refs/heads/master | 2021-01-19T02:52:15.909000 | 2016-06-18T03:41:38 | 2016-06-18T03:41:38 | 54,181,331 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.andy.pomo_proj;
/**
* Created by Andy on 3/18/2016.
*/
import android.app.Activity;
import android.content.CursorLoader;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.app.LoaderManager;
import android.content.Loader;
import android.widget.... | UTF-8 | Java | 3,821 | java | PomodoroList.java | Java | [
{
"context": "age com.example.andy.pomo_proj;\n\n/**\n * Created by Andy on 3/18/2016.\n */\nimport android.app.Activity;\nim",
"end": 59,
"score": 0.998717188835144,
"start": 55,
"tag": "NAME",
"value": "Andy"
}
] | null | [] | package com.example.andy.pomo_proj;
/**
* Created by Andy on 3/18/2016.
*/
import android.app.Activity;
import android.content.CursorLoader;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.app.LoaderManager;
import android.content.Loader;
import android.widget.... | 3,821 | 0.672075 | 0.667888 | 126 | 29.325397 | 33.499783 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531746 | false | false | 15 |
95357fb30c87653cae7c7b6eee488988c32b2534 | 369,367,230,477 | be425e3b1af03694d1771776b18ac1de5c2e954b | /app/src/main/java/com/example/geek/view/WeChatView.java | 5417e3bcace4441fd0fae4b42e372b639d9a97e2 | [] | no_license | wcxsz/-1 | https://github.com/wcxsz/-1 | 4c5539453dffa09edea8ef40fd8284ffb346dba3 | cd361220b8400c7c75d0d649343cec3c7b3479c4 | refs/heads/master | 2020-05-15T22:23:07.359000 | 2019-04-21T11:39:32 | 2019-04-21T11:39:32 | 182,525,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.geek.view;
import com.example.geek.base.BaseMvpView;
import com.example.geek.bean.WeChatBean;
public interface WeChatView extends BaseMvpView {
void setData(WeChatBean weChatBean);
void setShiBai(String string);
void initData(WeChatBean weChatBean);
void shuo(String string);
}
| UTF-8 | Java | 319 | java | WeChatView.java | Java | [] | null | [] | package com.example.geek.view;
import com.example.geek.base.BaseMvpView;
import com.example.geek.bean.WeChatBean;
public interface WeChatView extends BaseMvpView {
void setData(WeChatBean weChatBean);
void setShiBai(String string);
void initData(WeChatBean weChatBean);
void shuo(String string);
}
| 319 | 0.768025 | 0.768025 | 14 | 21.785715 | 19.302771 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
543a3831cdd369030779f613399b4b6bdfcb40cf | 25,829,933,379,478 | 2e92d982a5a4beea9b0637dd568b9dba2c9208c7 | /order/src/main/java/com/weichuang/ecommerce/RabbitMQConfig.java | 3af58cbcbe0ab19a36ff0bd1314d6530e2c004d3 | [] | no_license | 303084687/ecommerce | https://github.com/303084687/ecommerce | 2e17c7d7b8082832da8dc6bbdc221413ab380b0d | 714661441b2cf02b9a1e5ce694a820eb0bf74bb2 | refs/heads/master | 2020-03-11T23:52:14.818000 | 2018-04-20T08:38:54 | 2018-04-20T08:38:54 | 130,334,240 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.zhidian.ecommerce;
//
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.springframework.amqp.core.AmqpAdmin;
//import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
//import org.springframework.amqp.rabbit.connection.ConnectionFactory;
//import org.springframe... | UTF-8 | Java | 3,629 | java | RabbitMQConfig.java | Java | [] | null | [] | //package com.zhidian.ecommerce;
//
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.springframework.amqp.core.AmqpAdmin;
//import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
//import org.springframework.amqp.rabbit.connection.ConnectionFactory;
//import org.springframe... | 3,629 | 0.695297 | 0.692199 | 89 | 38.898876 | 29.155548 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595506 | false | false | 15 |
521158a21075d37128990351ea8b6b9f1ea4b390 | 19,155,554,207,302 | e3ac2d5fed18f008873541fe449470c3b42f2448 | /src/main/java/zw/co/rental/app/service/UsersService.java | 84882a1591f6a17d5e50566ca29b569636a56deb | [] | no_license | knkatekwe/rental-backend | https://github.com/knkatekwe/rental-backend | 63071fc182ebec5b3554b8f8736afbbb9e76f4e3 | adf87087a8300bfab05f982d8be64d8c6834e6a1 | refs/heads/main | 2023-03-30T01:34:01.184000 | 2021-03-31T16:40:55 | 2021-03-31T16:40:55 | 347,360,627 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zw.co.rental.app.service;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.web.multipart.MultipartFile;
import zw.co.rental.app.dto.UsersDTO;
import zw.co.rental.app.entity.User;
public interface UsersService {
public List<User> getUsers();
public User getUse... | UTF-8 | Java | 632 | java | UsersService.java | Java | [] | null | [] | package zw.co.rental.app.service;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.web.multipart.MultipartFile;
import zw.co.rental.app.dto.UsersDTO;
import zw.co.rental.app.entity.User;
public interface UsersService {
public List<User> getUsers();
public User getUse... | 632 | 0.735759 | 0.735759 | 28 | 21.571428 | 22.890154 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 15 |
e4fa30bbbd4aec7c29b795cb85acfc6878e45134 | 37,357,625,547,001 | 21d831294f38f8bee9ca69cc2b148a738592fe66 | /Inheritance/src/com/goutermoutlabs/Email.java | 13addf9d89a5afd8f925f2b2bf4de6361b458194 | [] | no_license | goutern/Java-Examples | https://github.com/goutern/Java-Examples | eb8e0c1a6c39cd4f2f4105fb36afdb30b8dfdd1e | 0a94236289419141cafef24e978e4f223097543f | refs/heads/master | 2022-01-27T01:53:01.144000 | 2019-07-31T01:40:57 | 2019-07-31T01:40:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.goutermoutlabs;
public class Email extends Document {
private String sender;
private String receiver;
private String title;
//Constuctors
public Email() {
}
;
public Email(String text, String s, String r, String t) {
this.setText(text);
this.sender = s;
... | UTF-8 | Java | 1,355 | java | Email.java | Java | [] | null | [] | package com.goutermoutlabs;
public class Email extends Document {
private String sender;
private String receiver;
private String title;
//Constuctors
public Email() {
}
;
public Email(String text, String s, String r, String t) {
this.setText(text);
this.sender = s;
... | 1,355 | 0.519557 | 0.519557 | 66 | 19.530304 | 16.321783 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 15 |
76b63d6c89172d18f1854fe0c87f77456685a2c3 | 35,107,062,704,379 | ba84fb730376946807c97685d80c20c27467ded0 | /src/test/java/com/springframework/converters/NotesToCommandTest.java | 932c263587d2a20e3fbb54bc3a8f19a8a37fad2a | [] | no_license | dgizer/spring-recipe-mongo | https://github.com/dgizer/spring-recipe-mongo | 85c739544b871543674422c240ae776b1c7f9249 | b65a656c112c4164e4e7d07c58363a0a61f84cde | refs/heads/main | 2023-03-07T09:04:18.665000 | 2021-02-20T23:13:42 | 2021-02-20T23:13:42 | 340,516,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springframework.converters;
import com.springframework.commands.NotesCommand;
import com.springframework.domain.Notes;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.instanceOf;
import sta... | UTF-8 | Java | 1,256 | java | NotesToCommandTest.java | Java | [] | null | [] | package com.springframework.converters;
import com.springframework.commands.NotesCommand;
import com.springframework.domain.Notes;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.instanceOf;
import sta... | 1,256 | 0.675955 | 0.675159 | 49 | 24.653061 | 20.966009 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510204 | false | false | 15 |
94865214a9e5cf6c7eae4a1ec1221d5412fdcc47 | 37,142,877,185,882 | ed6f4e9265fe6992bc93cadc05a696a221b3cd45 | /src/main/java/software/DeveloperSoftware.java | 984c9e6855b3e446c19e60a0a77f6a4faeaaf1f3 | [] | no_license | mezeia77/training-solutions | https://github.com/mezeia77/training-solutions | 46b01f761ac9fae2d3b2224aa952e3c36034d9f8 | fdf99495f18ef1771e6a0d4188edd35642ce248e | refs/heads/master | 2023-06-24T15:03:05.043000 | 2021-06-25T18:14:00 | 2021-06-25T18:14:00 | 308,588,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package software;
public class DeveloperSoftware extends Software{
public DeveloperSoftware(String name, int price) {
super(name, price);
}
@Override
public double increasePrice() {
return super.increasePrice();
}
}
| UTF-8 | Java | 255 | java | DeveloperSoftware.java | Java | [] | null | [] | package software;
public class DeveloperSoftware extends Software{
public DeveloperSoftware(String name, int price) {
super(name, price);
}
@Override
public double increasePrice() {
return super.increasePrice();
}
}
| 255 | 0.666667 | 0.666667 | 13 | 18.615385 | 18.702276 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 15 |
7df3152b17f342eb10e18d057155f32b64e5f49e | 37,142,877,185,485 | b67cf468a65e66649bdea0a26e18deb05ab2778d | /Advanced Wars Simple SLG/src/Canvas/Menu/ActionMenu.java | 7127b4c3aed748541e3e335e4bc916b1358a4d28 | [] | no_license | lrscy/Design-Pattern-Homework | https://github.com/lrscy/Design-Pattern-Homework | 578ca4dfb964e18d4fbebba9630a15a0f5889314 | f2e8a9861fe221095e23623e90a7fc6844b32b83 | refs/heads/master | 2021-01-21T13:48:04.328000 | 2017-08-08T10:30:26 | 2017-08-08T10:30:26 | 54,373,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Canvas.Menu;
import Global.BaseDraw;
import Canvas.TextObject;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.input.MouseEvent;
import javafx.scene.paint.Color;
import javafx.scene.paint.Paint;
/**
* Description: 动作菜单 在点击火力单元时出现在火力单元右侧
*/
public class ActionMenu extends BaseDraw {
priva... | UTF-8 | Java | 2,223 | java | ActionMenu.java | Java | [] | null | [] | package Canvas.Menu;
import Global.BaseDraw;
import Canvas.TextObject;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.input.MouseEvent;
import javafx.scene.paint.Color;
import javafx.scene.paint.Paint;
/**
* Description: 动作菜单 在点击火力单元时出现在火力单元右侧
*/
public class ActionMenu extends BaseDraw {
priva... | 2,223 | 0.600642 | 0.590096 | 65 | 32.553844 | 27.197302 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.646154 | false | false | 15 |
caa251b5db3eb2cbf604f807b668b0b56dee6024 | 9,612,136,851,405 | 48ad15057ee5ea34981c4dfb147c6db636882b69 | /Bank_Management_System/src/MyPage.java | 5fae168671f1161f2a545ebbdbd86d9202df33ee | [] | no_license | vaibhav-karnwal/Bank-Management-System-By-Vaibhav-Karnwal | https://github.com/vaibhav-karnwal/Bank-Management-System-By-Vaibhav-Karnwal | bd88aae589335c7bb8166bb071690821f02f5a7c | 9c8b08f074640a97240bf6748383692982ecf914 | refs/heads/master | 2022-12-09T10:20:55.896000 | 2020-09-29T09:07:22 | 2020-09-29T09:07:22 | 299,557,997 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.sql.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author E... | UTF-8 | Java | 98,809 | java | MyPage.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Er Vaibhav Karnwal\n */\n\nimport java.util.*;\nimport net.proteanit.sql",
"end": 337,
"score": 0.9998732805252075,
"start": 319,
"tag": "NAME",
"value": "Er Vaibhav Karnwal"
},
{
"context": "el1.setIcon(new javax.... | null | [] |
import java.sql.*;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author <... | 98,608 | 0.633647 | 0.601808 | 1,885 | 51.418037 | 38.774097 | 356 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.858355 | false | false | 15 |
26cb5c7e3fbd5545a836d9c532178c6561578397 | 9,612,136,848,441 | 13c9775159174d056ba65a81d297f0a46998246c | /src/test/java/leetcode_0701_0750/leetcode_0738/Solution0738Test.java | 372be913ce8ea1d5230f141b2ab41bceb27c84d5 | [] | no_license | SunGuanJun/leetcode | https://github.com/SunGuanJun/leetcode | d53654ae6425d62bfb6d18df2b568adb22140f1a | 9c9a63775eabea6602b78efbbf36c2baa850ef46 | refs/heads/master | 2022-06-28T01:57:44.332000 | 2019-11-09T04:24:59 | 2019-11-09T04:24:59 | 147,917,714 | 0 | 0 | null | false | 2022-06-17T01:46:35 | 2018-09-08T08:55:42 | 2019-11-09T04:25:12 | 2022-06-17T01:46:26 | 522 | 0 | 0 | 2 | Java | false | false | package leetcode_0701_0750.leetcode_0738;
import org.junit.Test;
public class Solution0738Test {
Solution0738 solution0738 = new Solution0738();
@Test
public void test1(){
}
} | UTF-8 | Java | 183 | java | Solution0738Test.java | Java | [] | null | [] | package leetcode_0701_0750.leetcode_0738;
import org.junit.Test;
public class Solution0738Test {
Solution0738 solution0738 = new Solution0738();
@Test
public void test1(){
}
} | 183 | 0.754098 | 0.595628 | 12 | 14.333333 | 16.947632 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 15 |
c51d397919428f411819886f90ff62ef8784b982 | 8,589,998,301 | e9d1b2db15b3ae752d61ea120185093d57381f73 | /mytcuml-src/src/java/components/project_action/trunk/src/java/tests/com/topcoder/uml/actions/project/MockCodeGenerator.java | cd21437fe058ed067ea7df8e4d0b61a290db9caa | [] | no_license | kinfkong/mytcuml | https://github.com/kinfkong/mytcuml | 9c65804d511ad997e0c4ba3004e7b831bf590757 | 0786c55945510e0004ff886ff01f7d714d7853ab | refs/heads/master | 2020-06-04T21:34:05.260000 | 2014-10-21T02:31:16 | 2014-10-21T02:31:16 | 25,495,964 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.uml.actions.project;
import java.util.ArrayList;
import java.util.List;
import com.topcoder.uml.model.core.Classifier;
import com.topcoder.uml.model.modelmanagement.Package;
import com.topcoder.uml.stubclassgenerator.CodeGenerator;
... | UTF-8 | Java | 3,491 | java | MockCodeGenerator.java | Java | [
{
"context": " extension of CodeGenerator.\n * </p>\n *\n * @author TCSDEVELOPER\n * @version 1.0\n */\npublic class MockCodeGenerato",
"end": 488,
"score": 0.9994747042655945,
"start": 476,
"tag": "USERNAME",
"value": "TCSDEVELOPER"
}
] | null | [] | /*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.uml.actions.project;
import java.util.ArrayList;
import java.util.List;
import com.topcoder.uml.model.core.Classifier;
import com.topcoder.uml.model.modelmanagement.Package;
import com.topcoder.uml.stubclassgenerator.CodeGenerator;
... | 3,491 | 0.594672 | 0.592953 | 140 | 23.935715 | 23.501736 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.207143 | false | false | 15 |
c6397cff19b0c0c3fa9d8710f55b8d464a6376c1 | 6,682,969,167,250 | 49b75fd17df7899dcb4c958b5e76c0183cd570b8 | /src/main/java/com/xshi/xchat/controller/UserController.java | 42697be862744a92d5f1a2a7c4357aa100fe2abc | [] | no_license | shixs/xChat | https://github.com/shixs/xChat | 13ad305970acfca2880a9527ffb04feff0fbf307 | d4ba90bebfa23a69290beeda0e5c17603e8d2eed | refs/heads/master | 2021-01-01T05:03:12.175000 | 2016-05-05T15:13:36 | 2016-05-05T15:13:36 | 58,139,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xshi.xchat.controller;
import com.xshi.xchat.model.UMessage;
import com.xshi.xchat.model.User;
import com.xshi.xchat.representation.UserRepresentation;
import com.xshi.xchat.security.PasswordHash;
import com.xshi.xchat.services.UserService;
import org.apache.logging.log4j.core.Logger;
import org.apache.log... | UTF-8 | Java | 5,705 | java | UserController.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by sheng on 4/12/2016.\n */\n@RestController\n@RequestMapping",
"end": 1035,
"score": 0.9270569086074829,
"start": 1030,
"tag": "USERNAME",
"value": "sheng"
}
] | null | [] | package com.xshi.xchat.controller;
import com.xshi.xchat.model.UMessage;
import com.xshi.xchat.model.User;
import com.xshi.xchat.representation.UserRepresentation;
import com.xshi.xchat.security.PasswordHash;
import com.xshi.xchat.services.UserService;
import org.apache.logging.log4j.core.Logger;
import org.apache.log... | 5,705 | 0.690798 | 0.688519 | 124 | 45.008064 | 33.687008 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66129 | false | false | 15 |
affefa2cf1184a7d96d068f21f1eaf524974141e | 609,885,420,826 | bc24a9e0653af1f1f3b3b4cf07ff24098bd57361 | /business/src/test/java/com/softexpert/business/sortition/UserExperimentSortitionServiceTest.java | b8bda5036f38ce1e3d34d21d70300878c5edf331 | [] | no_license | pologood/abtest | https://github.com/pologood/abtest | bf3f7235f50f227c34584499aa90f34a16f33a2d | 0d79ea68151c0a2f622c027a96a89447b581313d | refs/heads/master | 2021-01-19T10:42:41.623000 | 2016-01-21T19:14:18 | 2016-01-21T19:14:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.softexpert.business.sortition;
import static com.softexpert.business.experiment.ExperimentTestBuilder.createExperiment;
import java.math.BigDecimal;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Test;
import org.mockito.InjectMocks;
import org.... | UTF-8 | Java | 2,997 | java | UserExperimentSortitionServiceTest.java | Java | [] | null | [] | package com.softexpert.business.sortition;
import static com.softexpert.business.experiment.ExperimentTestBuilder.createExperiment;
import java.math.BigDecimal;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Test;
import org.mockito.InjectMocks;
import org.... | 2,997 | 0.784117 | 0.768769 | 82 | 35.548782 | 36.135635 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.841463 | false | false | 15 |
417f15b5900d4e60a45f2165bd409b783f2eedca | 22,393,959,530,830 | 9d7af1d29563708c856c00326cb8265668f514e5 | /src/main/java/com/td/bbwp/wf/CaseStatus.java | 44790e968e792d3693892d0c85b16fd12b666b33 | [] | no_license | codeworxzw/springReact | https://github.com/codeworxzw/springReact | be4eae251a3c2d7bf44bfe7339bad1776f4c6be8 | 0a6b8a67e43d11761a628ecd6daa3af55ed84f6e | refs/heads/master | 2021-01-23T04:20:32.058000 | 2017-04-13T20:41:30 | 2017-04-13T20:41:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.td.bbwp.wf;
public enum CaseStatus {
ACTIVE,
COMPLETE,
ABORTED,
SUSPENDED
}
| UTF-8 | Java | 114 | java | CaseStatus.java | Java | [] | null | [] |
package com.td.bbwp.wf;
public enum CaseStatus {
ACTIVE,
COMPLETE,
ABORTED,
SUSPENDED
}
| 114 | 0.596491 | 0.596491 | 13 | 6.615385 | 8.241905 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 15 |
3651069608580dc8d7c9a8c6cd7bb6eb589b8213 | 2,851,858,322,352 | 588f89741c0e5fdc194f17836d36722d8840d4ea | /sqlman-core/src/main/java/io/sqlman/core/SqlVersion.java | 9e191b36ff7f28a80dd85c2135ddb7b81bcc4e21 | [
"Apache-2.0"
] | permissive | core-lib/sqlman | https://github.com/core-lib/sqlman | 4f0f2df89bbcfd1c32f90c0fd7dbaf7e870a755d | c0e18ad0802465196db278aedca3e1dc09aad8aa | refs/heads/master | 2022-12-28T18:09:54.629000 | 2019-12-25T07:50:44 | 2019-12-25T07:50:44 | 187,319,939 | 21 | 8 | Apache-2.0 | false | 2022-12-14T20:34:58 | 2019-05-18T05:51:46 | 2021-09-26T02:22:16 | 2022-12-14T20:34:58 | 2,869 | 17 | 5 | 5 | Java | false | false | package io.sqlman.core;
import java.sql.Timestamp;
/**
* 数据库版本
*
* @author Payne 646742615@qq.com
* 2019/5/18 13:48
*/
public class SqlVersion {
private Integer id;
private String name;
private String version;
private Integer ordinal;
private String description;
private Integer sqlQuanti... | UTF-8 | Java | 2,534 | java | SqlVersion.java | Java | [
{
"context": "rt java.sql.Timestamp;\n\n/**\n * 数据库版本\n *\n * @author Payne 646742615@qq.com\n * 2019/5/18 13:48\n */\npublic cl",
"end": 86,
"score": 0.9995114803314209,
"start": 81,
"tag": "NAME",
"value": "Payne"
},
{
"context": ".sql.Timestamp;\n\n/**\n * 数据库版本\n *\n * @author Pa... | null | [] | package io.sqlman.core;
import java.sql.Timestamp;
/**
* 数据库版本
*
* @author Payne <EMAIL>
* 2019/5/18 13:48
*/
public class SqlVersion {
private Integer id;
private String name;
private String version;
private Integer ordinal;
private String description;
private Integer sqlQuantity;
p... | 2,525 | 0.627179 | 0.619255 | 126 | 19.031746 | 16.888964 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 15 |
2a4642fde3653c13ce35123d2990dd19d2d63e47 | 30,571,577,280,492 | 12773841e1a5767c20948303c375c8870e73f605 | /app/src/main/java/com/evacuator/uses/evacuator/Order/OrderDetailsActivity.java | b74555331500673735378429b8a803af0b6b5213 | [] | no_license | PapinPar/Evacuator | https://github.com/PapinPar/Evacuator | fbf934e8fc73c02638c862f3e227e3fb2fc9166c | 813872f272d30ca7ed4efb63cbdeb8c019d5a42a | refs/heads/master | 2021-01-09T09:33:24.330000 | 2016-01-14T10:29:37 | 2016-01-14T10:29:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evacuator.uses.evacuator.Order;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.CompoundButton;
import android.widget.EditText;
i... | UTF-8 | Java | 5,411 | java | OrderDetailsActivity.java | Java | [
{
"context": "om.evacuator.uses.evacuator.R;\n\n\n/**\n * Created by root on 06.01.16.\n */\npublic class OrderDetailsActivit",
"end": 476,
"score": 0.9970952272415161,
"start": 472,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package com.evacuator.uses.evacuator.Order;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.CompoundButton;
import android.widget.EditText;
i... | 5,411 | 0.590649 | 0.586213 | 133 | 39.69173 | 26.309374 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909774 | false | false | 15 |
2c2e877ffa33d3cd25eee1bc23cc23b33b5f6e75 | 24,867,860,678,910 | b8a2af585195236cf67de7fba0cdd9b408f9c584 | /src/main/java/by/itClass/servlets/MainServlet.java | a0f68e66cc57b57920e280db38ec1d23358c434e | [] | no_license | ruslan547/Lesson40_WebApp01 | https://github.com/ruslan547/Lesson40_WebApp01 | 2c589df3e71afff2f07a25fae9b254bcfe22c8d5 | 1a48dd18432ed2f1da4f913d9de318d324804701 | refs/heads/main | 2023-04-16T20:20:38.355000 | 2021-04-29T17:50:17 | 2021-04-29T17:50:17 | 359,505,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.itClass.servlets;
import by.itClass.entity.User;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
imp... | UTF-8 | Java | 897 | java | MainServlet.java | Java | [
{
"context": "er(\"/main.jsp\");\n User user = new User(1, \"alex1993\", \"Alexander\");\n\n request.setAttribute(\"me",
"end": 744,
"score": 0.9996472597122192,
"start": 736,
"tag": "USERNAME",
"value": "alex1993"
},
{
"context": "p\");\n User user = new User(1,... | null | [] | package by.itClass.servlets;
import by.itClass.entity.User;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
imp... | 897 | 0.749164 | 0.74359 | 25 | 34.880001 | 27.626537 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92 | false | false | 15 |
e3f6f52bbff52e917b1595d99c524d880898412d | 11,020,886,135,509 | 917ad7031dbdf555ea82e05d0d70f29c64a44a6f | /최규성/day36/java/di_test01/CalcMain5.java | ab59fe16f73fcfe17d77df77d73dd862eb2ebce9 | [] | no_license | qrtz7950/bit | https://github.com/qrtz7950/bit | 9bd001e224ed1cfd649a24768e594b6230e87529 | 42d2c8a62aa4f273d66497bb6538c3b84a2f44b7 | refs/heads/master | 2020-03-22T04:40:24.844000 | 2018-10-18T04:18:24 | 2018-10-18T04:18:24 | 139,512,969 | 1 | 2 | null | false | 2018-07-03T03:49:07 | 2018-07-03T01:32:48 | 2018-07-03T03:48:20 | 2018-07-03T03:48:18 | 0 | 0 | 1 | 0 | null | false | null | package di_test01;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.GenericXmlApplicationContext;
public class CalcMain5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
// Calculator calculator = new Calculator();
// My... | UTF-8 | Java | 607 | java | CalcMain5.java | Java | [] | null | [] | package di_test01;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.GenericXmlApplicationContext;
public class CalcMain5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
// Calculator calculator = new Calculator();
// My... | 607 | 0.700165 | 0.688633 | 25 | 22.280001 | 23.742823 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 15 |
b7621f497bc9b61f94a8ccc363911ab19df8e612 | 12,979,391,236,616 | a98f6db6f1c397e9bd5bdef859d7f3eca24dbc94 | /JOO_Aulas_ModuloII/src/aula_3_55_Enum_ValueEvalueOf/TesteEnum.java | f0c26d51bdf372fcf253ef3b91204b3476134329 | [] | no_license | rafaelcarvalhocaetano/Exercicios_Loiane | https://github.com/rafaelcarvalhocaetano/Exercicios_Loiane | 66aac4072a0f6f4f6591f8051db5d4bd02487f38 | ea84a5b9d14560e4b5e0f52594c4998be70f9ab0 | refs/heads/master | 2020-05-21T22:43:17.312000 | 2017-03-28T10:49:11 | 2017-03-28T10:49:11 | 63,433,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula_3_55_Enum_ValueEvalueOf;
import aula_2_54_EnumComoClass.DiaSemana;
public class TesteEnum {
public static void main(String[] args) {
DiaSemana[] dias = DiaSemana.values();
for(int i=0; i<dias.length;i++){
System.out.println(dias[i]);
}
System.out.println();
for... | UTF-8 | Java | 416 | java | TesteEnum.java | Java | [] | null | [] | package aula_3_55_Enum_ValueEvalueOf;
import aula_2_54_EnumComoClass.DiaSemana;
public class TesteEnum {
public static void main(String[] args) {
DiaSemana[] dias = DiaSemana.values();
for(int i=0; i<dias.length;i++){
System.out.println(dias[i]);
}
System.out.println();
for... | 416 | 0.600962 | 0.584135 | 26 | 14 | 16.415283 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.653846 | false | false | 15 |
aee15d640a48aeb66e900d6273f69155ddfbf2f3 | 12,979,391,236,459 | 5fd5e668c3b89d327705573e289d55745cba5f37 | /src/main/java/interview/E_ConversionFromOcta.java | 5eef16548e14c05fa243c35c7af2270ca636de99 | [] | no_license | sheetal0123/OceanWay | https://github.com/sheetal0123/OceanWay | df016fb8a027e7542e85deb7e1db5b38930ba1e8 | 746a61d0c1478bd497d6ea12bd863b932e03cfdb | refs/heads/master | 2022-12-21T11:41:28.481000 | 2022-07-26T11:39:02 | 2022-07-26T11:39:02 | 42,355,520 | 0 | 1 | null | false | 2022-12-14T20:41:15 | 2015-09-12T11:58:59 | 2022-01-11T16:51:25 | 2022-12-14T20:41:12 | 37,017 | 0 | 1 | 12 | Java | false | false | package interview;
import java.util.Scanner;
public class E_ConversionFromOcta {
public void octaToOthers() {
Scanner sc = new Scanner(System.in);
System.out.println("Enter Octa:");
String octa = sc.nextLine();
int dec = Integer.parseInt(octa, 8);
System.out.println("Decimal: " + dec);
System.out.print... | UTF-8 | Java | 611 | java | E_ConversionFromOcta.java | Java | [] | null | [] | package interview;
import java.util.Scanner;
public class E_ConversionFromOcta {
public void octaToOthers() {
Scanner sc = new Scanner(System.in);
System.out.println("Enter Octa:");
String octa = sc.nextLine();
int dec = Integer.parseInt(octa, 8);
System.out.println("Decimal: " + dec);
System.out.print... | 611 | 0.693944 | 0.679214 | 27 | 21.629629 | 19.567827 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259259 | false | false | 15 |
744c54855a3238a589394808a39753ebef40bc0a | 26,001,732,063,905 | 924094bf9c7a056713b2471a87c6e4ab211b9032 | /src/day27/MethodsWithArgument.java | 873d930bb9818f184f927c95068a176db612fae2 | [] | no_license | SafarEkberli/AkbarClasses | https://github.com/SafarEkberli/AkbarClasses | 021a793735e371a1edb0caa6494cf9e181d2616c | 846925812ba426d81ba389ca46164bd2fa8eace4 | refs/heads/master | 2022-04-25T14:00:52.062000 | 2020-04-22T06:53:47 | 2020-04-22T06:53:47 | 257,817,282 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day27;
public class MethodsWithArgument {
public static void main(String[] args) {
oddNumberOrEven(45);
sumOfNumbers(8,90);
removeDuplicates("aaaabbbbccccdddd");
}
public static void removeDuplicates(String word){
String unique = "";
for (int i = 0; i <word.... | UTF-8 | Java | 839 | java | MethodsWithArgument.java | Java | [] | null | [] | package day27;
public class MethodsWithArgument {
public static void main(String[] args) {
oddNumberOrEven(45);
sumOfNumbers(8,90);
removeDuplicates("aaaabbbbccccdddd");
}
public static void removeDuplicates(String word){
String unique = "";
for (int i = 0; i <word.... | 839 | 0.536353 | 0.524434 | 32 | 25.1875 | 18.740726 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 15 |
cd22f30f6fe2a36c8170148e3ec611c1e464ee61 | 7,267,084,715,995 | 11e3d4a5fd26ca53e0d974527b53aee48d849a26 | /src/main/java/com/navercorp/pinpoint/web/vo/XTransactionEvent.java | a48661debf6822ce543652ba5ea964894f7b1f2e | [] | no_license | Aires1208/Kernel | https://github.com/Aires1208/Kernel | 24f56bf4b71400512c35a1259fadf031bc50b14c | 698155c4532fd2f683ee22335cb50891f1c39693 | refs/heads/master | 2021-01-18T07:56:33.415000 | 2017-07-27T06:39:22 | 2017-07-27T06:39:22 | 84,297,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.navercorp.pinpoint.web.vo;
import com.navercorp.pinpoint.web.report.usercase.HealthLevel;
/**
* Created by root on 16-8-29.
*/
public class XTransactionEvent extends XEvent {
private String traceName;
public XTransactionEvent(String eventName, String eventTime, HealthLevel level, String eventDe... | UTF-8 | Java | 515 | java | XTransactionEvent.java | Java | [
{
"context": "eb.report.usercase.HealthLevel;\n\n/**\n * Created by root on 16-8-29.\n */\npublic class XTransactionEvent ex",
"end": 126,
"score": 0.9729058742523193,
"start": 122,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package com.navercorp.pinpoint.web.vo;
import com.navercorp.pinpoint.web.report.usercase.HealthLevel;
/**
* Created by root on 16-8-29.
*/
public class XTransactionEvent extends XEvent {
private String traceName;
public XTransactionEvent(String eventName, String eventTime, HealthLevel level, String eventDe... | 515 | 0.718447 | 0.708738 | 19 | 26.105263 | 30.461184 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 15 |
c506a85eac4a57055172041811a036d7fb53ee0f | 5,557,687,727,079 | 037c82fa1ce2e22c00390182b6f1c35dce4a7216 | /src/com/study/P332/Solution.java | fa2a0d20610c586275b56b348cfc20b6d0bcbb76 | [] | no_license | loganabc/LeetCode | https://github.com/loganabc/LeetCode | d1e7fddc8ff491e9da755284558c2ea958d22223 | 9c21246886ea4e1c488155bec76b880a9f8ab9fb | refs/heads/master | 2023-01-30T17:31:21.739000 | 2020-12-12T13:36:08 | 2020-12-12T13:36:08 | 294,138,372 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.study.P332;
import java.util.List;
class Solution {
public List<String> findItinerary(List<List<String>> tickets) {
return null;
}
}
| UTF-8 | Java | 166 | java | Solution.java | Java | [] | null | [] | package com.study.P332;
import java.util.List;
class Solution {
public List<String> findItinerary(List<List<String>> tickets) {
return null;
}
}
| 166 | 0.662651 | 0.644578 | 12 | 12.833333 | 18.725353 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
fd4fd3bb31ac946056067c9975ab74772a1d20b4 | 2,894,808,023,422 | fbb811180522afc7dfc59238798ab6188297a62f | /src/Methods/VarargOverloadingDemo.java | 0419040cd59bc0bfc97453e929e062d2d90b9183 | [] | no_license | redballtoy/JavaStudy | https://github.com/redballtoy/JavaStudy | 0c3a979eec7f23ff155a7dc60c51badda4bd8fe5 | 2cf59e8be99b11f4a361606923e81cad5c3326b0 | refs/heads/master | 2020-03-20T18:50:41.128000 | 2018-11-19T18:40:12 | 2018-11-19T18:40:12 | 137,607,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Methods;
//Пример перегрузки метода с перенным количеством
//аргументов
public class VarargOverloadingDemo {
public static void main(String[] args) {
VarArgs3.vaTest3(1, 2, 3);
VarArgs3.vaTest3(true, false, false);
VarArgs3.vaTest3("Привет", 1, 2, 3);
}
}
class VarArgs3 {
... | UTF-8 | Java | 1,341 | java | VarargOverloadingDemo.java | Java | [] | null | [] | package Methods;
//Пример перегрузки метода с перенным количеством
//аргументов
public class VarargOverloadingDemo {
public static void main(String[] args) {
VarArgs3.vaTest3(1, 2, 3);
VarArgs3.vaTest3(true, false, false);
VarArgs3.vaTest3("Привет", 1, 2, 3);
}
}
class VarArgs3 {
... | 1,341 | 0.50461 | 0.488684 | 46 | 24.956522 | 20.629187 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 15 |
bcd64e7f1e60ff9d678707b1f284c87f4d592353 | 10,453,950,444,232 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.ui/2351.java | 6cf5e78d7b116e1f1b9e27f09af80c548b4efc14 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | https://github.com/SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005000 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | true | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | 2018-10-01T23:38:52 | 2018-10-01T23:38:50 | 135,431 | 0 | 0 | 0 | null | false | null | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | UTF-8 | Java | 17,978 | java | 2351.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | 17,978 | 0.612693 | 0.607632 | 418 | 42.009571 | 29.564785 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703349 | false | false | 15 |
0cdad0507f1a8480be6dc328e70561e253a421d3 | 6,030,134,144,901 | 588aadede8ee0577ce0f0b629fffa5680bac7c1c | /app/src/main/java/vanlandingham/friendimals/first_activity.java | 9091a545f2e767626c5888fe871f695683c539e1 | [] | no_license | NotJoHam/House_Of_Animals | https://github.com/NotJoHam/House_Of_Animals | fccb925c2d46665bec179cf0c760f3b504200b5d | f6c6330d4d5ed305190bca4e2858d677086b7a58 | refs/heads/master | 2021-09-19T05:58:01.143000 | 2018-07-24T03:13:01 | 2018-07-24T03:13:01 | 115,078,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vanlandingham.friendimals;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.transition.Sl... | UTF-8 | Java | 4,071 | java | first_activity.java | Java | [
{
"context": "User.class);\n\n username = user.getUsername();\n Intent intent = new Intent",
"end": 2482,
"score": 0.9179588556289673,
"start": 2471,
"tag": "USERNAME",
"value": "getUsername"
}
] | null | [] | package vanlandingham.friendimals;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.transition.Sl... | 4,071 | 0.673299 | 0.668632 | 123 | 32.097561 | 28.201199 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520325 | false | false | 15 |
ade50280ff590b67c80d70a9680881068c89de16 | 4,449,586,183,264 | cef5170e7cfc03973a8f9af478b985aaf60a9e0e | /src/ststb/CatalogueItem.java | 6d6c90fd65e690b31f6cdbf8ad177c95d82d094b | [] | no_license | bigfoot150/STSTextbooks | https://github.com/bigfoot150/STSTextbooks | 0b21cb2296f731a74e275b05502b2abb6f2a265b | 6c0c8a7734ce7c8e6e27793a8093aa803c8593d2 | refs/heads/master | 2020-08-22T01:15:26.262000 | 2019-12-01T01:41:20 | 2019-12-01T01:41:20 | 216,288,518 | 0 | 0 | null | false | 2019-11-27T02:23:42 | 2019-10-20T00:47:16 | 2019-11-23T17:49:46 | 2019-11-27T02:23:42 | 22,770 | 0 | 0 | 0 | Java | false | false |
package ststb;
import org.hibernate.validator.constraints.Length;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
@Entity
public class CatalogueItem extends shared.PersistentBase implements Serializable {
public CatalogueI... | UTF-8 | Java | 2,796 | java | CatalogueItem.java | Java | [] | null | [] |
package ststb;
import org.hibernate.validator.constraints.Length;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
@Entity
public class CatalogueItem extends shared.PersistentBase implements Serializable {
public CatalogueI... | 2,796 | 0.611588 | 0.592632 | 128 | 20.835938 | 19.449766 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523438 | false | false | 15 |
c29963a889b75d71f13786bff9ba4dd3917629d2 | 25,340,307,111,481 | 238adff3be9baa4cf54cc063c9cea277f8e289a2 | /packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMethod.java | ee3d19c746c8404ccfcf65987fa8f93d572e83a2 | [
"MIT",
"CC-BY-4.0",
"CC-BY-NC-SA-4.0",
"CC-BY-SA-4.0"
] | permissive | facebook/react-native | https://github.com/facebook/react-native | e7c418db82563907b3564d81d505b3125b3a6cc7 | 041f459d8c674f6817e0ac1851be49c435d53089 | refs/heads/main | 2023-09-04T01:53:34.965000 | 2023-09-02T23:23:34 | 2023-09-02T23:23:34 | 29,028,775 | 131,047 | 32,710 | MIT | false | 2023-09-14T21:49:45 | 2015-01-09T18:10:16 | 2023-09-14T21:21:05 | 2023-09-14T21:49:44 | 862,133 | 111,867 | 23,791 | 1,668 | Java | false | false | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.bridge;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Rete... | UTF-8 | Java | 1,591 | java | ReactMethod.java | Java | [] | null | [] | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.bridge;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Rete... | 1,591 | 0.746072 | 0.746072 | 38 | 40.86842 | 38.710239 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 15 |
1bbc5e235043876e62a5d9e5fe89249a43b0f492 | 3,350,074,552,735 | 073e2e940722b81c0ad3269bdfe51639fdab88fe | /app/src/main/java/com/todolist/reminder/activities/CreateReminderActivity.java | 6f084d2f8760533db97d694928d4c0507f045eb4 | [] | no_license | lashket/todo | https://github.com/lashket/todo | fbe7b0d3e60c86096b0aa478096a8403cf56aaea | 6e21c0a19bbb335bef9ed23ff8a8cfb0c8900596 | refs/heads/master | 2019-07-13T02:41:17.955000 | 2017-05-31T11:43:27 | 2017-05-31T11:43:27 | 92,588,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.todolist.reminder.activities;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlarmManager;
import android.app.DatePickerDialog;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.TimePickerDialog;
import android.content.Context;
i... | UTF-8 | Java | 9,514 | java | CreateReminderActivity.java | Java | [] | null | [] | package com.todolist.reminder.activities;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlarmManager;
import android.app.DatePickerDialog;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.TimePickerDialog;
import android.content.Context;
i... | 9,514 | 0.657993 | 0.655138 | 279 | 31.645161 | 27.957333 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681004 | false | false | 15 |
9eea0bed18d3cc21153314079c4fe5b434cd2876 | 10,677,288,720,751 | 3a8df767b5fb6c41534f2f84b50555479e3461a6 | /AppleQuestions/2.java | 61cd2c9f1f92bc0d5e8d9bab53d568a1b644616e | [] | no_license | HibaBarakat/Interview-Exercises | https://github.com/HibaBarakat/Interview-Exercises | 0599c163562dfbc710e66c6ce1bd216e9698fc7b | 66bdef223a6f6a084732991e44ef82dcc53f4e75 | refs/heads/master | 2020-09-13T20:03:02.053000 | 2019-11-28T14:48:16 | 2019-11-28T14:48:16 | 222,889,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// Write a function to check if array has duplicates or not
public static boolean isDublicate(int[] arr){
Set<Integer> set = new HashSet<>(Arrays.asList(arr));
if (set.size() < arr.length() ) return true;
return false;
}
// Write a function returns duplicates of an array.
public static List isDublica... | UTF-8 | Java | 661 | java | 2.java | Java | [] | null | [] |
// Write a function to check if array has duplicates or not
public static boolean isDublicate(int[] arr){
Set<Integer> set = new HashSet<>(Arrays.asList(arr));
if (set.size() < arr.length() ) return true;
return false;
}
// Write a function returns duplicates of an array.
public static List isDublica... | 661 | 0.599092 | 0.597579 | 32 | 19.65625 | 20.471947 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
291f7d172cda7f2dc78b75e3fdb23d00d68882a8 | 10,677,288,718,630 | 1561c02344959888c9655ced5f99aa8fbb67a3ab | /driveHere/src/main/java/com/yukti/driveherenew/ReportActivity.java | 6cd263ddc0b5a235398199ecb91cfdfc38cb77b8 | [] | no_license | DriveHerecom/Driveher | https://github.com/DriveHerecom/Driveher | 7e4b61a42a664338b0d8394ee16200865d97df1e | c77a9e36c332b77c804303477b9eedc9e330abcd | refs/heads/master | 2020-12-02T07:53:41.339000 | 2017-07-10T05:52:12 | 2017-07-10T05:52:12 | 96,740,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yukti.driveherenew;
import android.annotation.SuppressLint;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerV... | UTF-8 | Java | 39,593 | java | ReportActivity.java | Java | [
{
"context": " params.put(ParamsKey.KEY_type, \"drivehere\");\n params.put(ParamsKey.KEY_userI",
"end": 6027,
"score": 0.6831808090209961,
"start": 6023,
"tag": "KEY",
"value": "here"
}
] | null | [] | package com.yukti.driveherenew;
import android.annotation.SuppressLint;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerV... | 39,593 | 0.515394 | 0.511303 | 804 | 48.246269 | 37.680962 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677861 | false | false | 15 |
eed644a964bbb197d7f7d4165e08e820e43f4238 | 22,462,679,023,319 | a69cbea20b2299848da5a265811e558450280c72 | /app/src/main/java/com/example/jlccustomer/Adapters/MyPlacesAdapter.java | a6a7d2a4e383d99462ea3be3c23543ee7be5bcc8 | [] | no_license | webdeveloper510/JlCAndroidCustomer | https://github.com/webdeveloper510/JlCAndroidCustomer | 537b0fd0507aa2bbf06bca7abce461d0e723fb50 | 72805110b6f0489bd62a733fc288a4256a59770b | refs/heads/master | 2020-08-28T02:47:51.404000 | 2019-10-25T15:44:48 | 2019-10-25T15:44:48 | 217,566,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jlccustomer.Adapters;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.TextVi... | UTF-8 | Java | 7,866 | java | MyPlacesAdapter.java | Java | [
{
"context": "le longitude = 76.6956;\n String API_KEY = \"AIzaSyBK_sjlSWkg1pHrNFuJeSyTNo8BZApjYpE\";\n\n String url = \"https://maps.googleapis.",
"end": 3709,
"score": 0.9997578263282776,
"start": 3670,
"tag": "KEY",
"value": "AIzaSyBK_sjlSWkg1pHrNFuJeSyTNo8BZApjYpE"
}
] | null | [] | package com.example.jlccustomer.Adapters;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.TextVi... | 7,832 | 0.58505 | 0.581363 | 212 | 36.10849 | 27.04229 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542453 | false | false | 15 |
8e87f584fe9fb6408bb1900cea4abd7a4d47428e | 24,300,924,984,799 | 60bdad5199da93e48155a39c69fb2b5895b35a2a | /src/main/java/es/juanlsanchez/datask/web/mapper/UserDetailsDTOMapper.java | b5065730caeabc622ad2e310b551667fb0e930e7 | [] | no_license | JuanLSanchez/datask | https://github.com/JuanLSanchez/datask | 54ba6309d6610132ef4f7ce586171d4092a6898b | aa40f4b223eb4af487f86ea7098ec3182f874878 | refs/heads/master | 2021-01-22T04:05:09.504000 | 2017-06-15T17:16:44 | 2017-06-15T17:16:44 | 92,428,773 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.juanlsanchez.datask.web.mapper;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import es.juanlsanchez.datask.domain.UserData;
import es.juanlsanchez.datask.web.dto.UserDetailsDTO;
@Mapper(componentModel = "spring", uses = AuthorityMapper.class)
public interface U... | UTF-8 | Java | 743 | java | UserDetailsDTOMapper.java | Java | [] | null | [] | package es.juanlsanchez.datask.web.mapper;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import es.juanlsanchez.datask.domain.UserData;
import es.juanlsanchez.datask.web.dto.UserDetailsDTO;
@Mapper(componentModel = "spring", uses = AuthorityMapper.class)
public interface U... | 743 | 0.738896 | 0.738896 | 20 | 36.150002 | 26.78857 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 15 |
cf03eff556b3762559fe66bee07770b2abaeef76 | 7,507,602,890,774 | 830b76d11d16107581f7142c8e99c922aae264ab | /src/test/java/de/galan/commons/io/streams/GzipAwareInputStreamTest.java | 471501e1ca83fa04fd44df8e5ab2ebd9c831be9f | [
"Apache-2.0"
] | permissive | galan/commons | https://github.com/galan/commons | 3463fb9171bd93fe352f637368da5f85601f5309 | d5ea9c55d9abdc69faa314ff63676feca0acbba3 | refs/heads/master | 2023-07-20T14:06:40.977000 | 2023-07-07T17:09:44 | 2023-07-07T17:09:44 | 15,569,791 | 6 | 3 | Apache-2.0 | false | 2023-03-31T15:20:47 | 2014-01-01T20:39:39 | 2022-01-04T18:35:09 | 2023-03-31T15:20:43 | 476 | 5 | 3 | 1 | Java | false | false | package de.galan.commons.io.streams;
import static org.assertj.core.api.Assertions.*;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.util.stream.Stream;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
/**
* CUT GzipAwareInputS... | UTF-8 | Java | 1,865 | java | GzipAwareInputStreamTest.java | Java | [] | null | [] | package de.galan.commons.io.streams;
import static org.assertj.core.api.Assertions.*;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.util.stream.Stream;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
/**
* CUT GzipAwareInputS... | 1,865 | 0.737802 | 0.736729 | 61 | 29.573771 | 29.286297 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.934426 | false | false | 15 |
f42bdaa2a921cace811b2e1e27b740d49fcf0834 | 6,794,638,295,736 | 4dc592accc2d5a7578861c18d08ef097bf5a8c27 | /Java_Source/Exam01/src/main/AccountManage.java | 93b5db0ed9dae65dedcd44a244cfb61a7d4f9282 | [] | no_license | wookim789/PlayData | https://github.com/wookim789/PlayData | 008205273811e9aaa69d1f83e709522fbab74e9e | d0fd127e932cd3e029a92fb6c0cdcb3339d9f77f | refs/heads/master | 2021-07-24T18:49:38.058000 | 2018-09-27T04:10:01 | 2018-09-27T04:10:01 | 129,821,279 | 20 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.io.IOException;
import java.util.ArrayList;
import java.util.StringTokenizer;
import data.*;
public class AccountManage {
// 계좌 관리 클래스
private ArrayList<Credit> account;
// 계좌 정보 리스트
private int num;
// 입력 데이터 저장 버퍼
@SuppressWarnings("unchecked")
public AccountManage() {
this.... | UHC | Java | 8,368 | java | AccountManage.java | Java | [] | null | [] | package main;
import java.io.IOException;
import java.util.ArrayList;
import java.util.StringTokenizer;
import data.*;
public class AccountManage {
// 계좌 관리 클래스
private ArrayList<Credit> account;
// 계좌 정보 리스트
private int num;
// 입력 데이터 저장 버퍼
@SuppressWarnings("unchecked")
public AccountManage() {
this.... | 8,368 | 0.620896 | 0.620423 | 250 | 24.344 | 19.251432 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.232 | false | false | 15 |
981769e164e4d4b3c16005abcce0689b18bd1834 | 27,857,157,936,504 | f27fd6dc2b24f2a0fbc3f5681696f41a07098a28 | /unif-common/common-util/src/main/java/com/myfutech/common/util/date/DateUtils.java | 7f1e4b005404d561abde7d5385c3fd440f4018b7 | [] | no_license | hanlin16/springbootcloud | https://github.com/hanlin16/springbootcloud | e0580c85fee90b340573561c42da8f03f94f6790 | 52bccc570639ef759825dd3e2112a1647a159f09 | refs/heads/master | 2022-12-17T05:29:20.978000 | 2019-07-04T01:25:20 | 2019-07-04T01:25:20 | 195,033,002 | 0 | 0 | null | false | 2022-12-16T00:47:28 | 2019-07-03T10:34:58 | 2019-07-04T01:26:00 | 2022-12-16T00:47:25 | 170 | 0 | 0 | 13 | Java | false | false | package com.myfutech.common.util.date;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtils {
public static final String DATETYPE1="yyyy-MM-dd";
public static final String DATETYPE2="yyyy-MM-dd HH:mm:ss";
public static final String DATETYPE3="yyyy-MM-dd HH:mm";
public static final St... | UTF-8 | Java | 1,798 | java | DateUtils.java | Java | [
{
"context": "@param @return \n\t * @return String \n\t * @author gzy\n\t * @date 2018年2月1日\n\t */\n\tpublic static String sp",
"end": 805,
"score": 0.9992600679397583,
"start": 802,
"tag": "USERNAME",
"value": "gzy"
}
] | null | [] | package com.myfutech.common.util.date;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtils {
public static final String DATETYPE1="yyyy-MM-dd";
public static final String DATETYPE2="yyyy-MM-dd HH:mm:ss";
public static final String DATETYPE3="yyyy-MM-dd HH:mm";
public static final St... | 1,798 | 0.673603 | 0.66409 | 78 | 20.564102 | 19.003098 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.410256 | false | false | 15 |
7cb441d2a6b96cb7d68e98f5112daaca93826f54 | 26,645,977,118,151 | e036528266de86ff14e58110cb938b33ee6ac003 | /src/main/java/com/store/groceries/customer/entities/Transaction.java | 2a85dd535e7b9e3fe4b45073d12c983a482880b4 | [] | no_license | adumanasa/Customer-Reward-Calculator | https://github.com/adumanasa/Customer-Reward-Calculator | bcef8ef3cd9cc33ca2940d9c375d85b3ba71b9c0 | 72c5cb64583180af8f30240e5212dddfc519c31e | refs/heads/master | 2022-04-17T14:06:31.710000 | 2020-04-13T23:44:21 | 2020-04-13T23:44:21 | 255,455,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.store.groceries.customer.entities;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.time.LocalDate;
public class Transaction {
@JsonFormat(pattern = "MM/dd/yyyy")
private LocalDate date;
private int amount;
public LocalDate getDate() {
return date;
}
public void setDate(L... | UTF-8 | Java | 485 | java | Transaction.java | Java | [] | null | [] | package com.store.groceries.customer.entities;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.time.LocalDate;
public class Transaction {
@JsonFormat(pattern = "MM/dd/yyyy")
private LocalDate date;
private int amount;
public LocalDate getDate() {
return date;
}
public void setDate(L... | 485 | 0.698969 | 0.698969 | 27 | 16.962963 | 16.028866 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
2f70ddfc4702f88f6e1464a3eb667ac1147d0415 | 24,567,212,999,544 | 15cfde13e22b401555de3045818f79e0c53de3b7 | /Perimeter and area of a rectangle/Main.java | 9490ccacc10d0392e337aa53148a0fc5c38face0 | [] | no_license | bhuvaneswari14/Playground | https://github.com/bhuvaneswari14/Playground | 5a26fdfe040a794ec2220c22f9b2f95e16461d80 | 76b2809dbf3837646520ae3a2ed692bf42b39f79 | refs/heads/master | 2020-06-09T15:22:59.701000 | 2019-07-21T16:48:35 | 2019-07-21T16:48:35 | 193,459,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | #include<stdio.h>
int main()
{
int l=6,b=9,n,m;
n=6*5;
m=l*b;
printf("The perimeter of the rectangle is: %d cm\n",n);
printf("The area of the rectangle is: %d sq cm",m);
return 0;
} | UTF-8 | Java | 193 | java | Main.java | Java | [] | null | [] | #include<stdio.h>
int main()
{
int l=6,b=9,n,m;
n=6*5;
m=l*b;
printf("The perimeter of the rectangle is: %d cm\n",n);
printf("The area of the rectangle is: %d sq cm",m);
return 0;
} | 193 | 0.601036 | 0.57513 | 10 | 18.4 | 19.069347 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 15 |
156d4713328a5f8c38b6c9234e401c4550f4c6e3 | 1,340,029,830,051 | b3418633bf03a546a5254ea422e40de17489980c | /src/main/java/com/fhd/icm/web/controller/assess/AssessGuidelinesControl.java | fe7ee110a2db0f4e1c6e3a0e0e611b349a92ae0c | [] | no_license | vincent-dixin/Financial-Street-ERMIS | https://github.com/vincent-dixin/Financial-Street-ERMIS | d819fd319293e55578e3067c9a5de0cd33c56a93 | 87d6bc6a4ddc52abca2c341eb476c1ea283d70e7 | refs/heads/master | 2016-09-06T13:56:46.197000 | 2015-03-30T02:47:46 | 2015-03-30T02:47:46 | 33,099,786 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fhd.icm.web.controller.assess;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
... | UTF-8 | Java | 4,409 | java | AssessGuidelinesControl.java | Java | [
{
"context": "idelinesProperty;\n/**\n * 评价标准模板control\n * @author 邓广义\n *\n */\n@Controller\npublic class AssessGuidelinesC",
"end": 582,
"score": 0.9997202754020691,
"start": 579,
"tag": "NAME",
"value": "邓广义"
}
] | null | [] | package com.fhd.icm.web.controller.assess;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
... | 4,409 | 0.739665 | 0.73872 | 131 | 31.312977 | 26.677343 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152672 | false | false | 15 |
033693ac2128ad1b70e5c485e843f088a27e6204 | 33,243,046,875,157 | 0698a9d93a040201e1905ed26d073227cd8c3a47 | /src/main/java/com/safelogic/autodex/web/model/UserNotification.java | 82d01ba3ab4ab961aafcae38e3687bafe1076644 | [] | no_license | muggsieXIV/humble-AutoDEX-webapp | https://github.com/muggsieXIV/humble-AutoDEX-webapp | abd0e7b82340a01d89637ba3b8abd8729009cdf2 | 23cba5e631605bf309b94f7323110c90645211b3 | refs/heads/main | 2023-04-16T07:37:00.652000 | 2021-04-30T22:31:26 | 2021-04-30T22:31:26 | 363,273,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.safelogic.autodex.web.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
@Entity
@Table(name = "UserNotifications")
@NamedQuery(nam... | UTF-8 | Java | 1,443 | java | UserNotification.java | Java | [] | null | [] | package com.safelogic.autodex.web.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
@Entity
@Table(name = "UserNotifications")
@NamedQuery(nam... | 1,443 | 0.685378 | 0.672211 | 75 | 17.24 | 17.842152 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.053333 | false | false | 15 |
479e0dd714cf2473354e2659d183222650e998d1 | 31,825,707,712,524 | f46041747a60e41a695f2e1a5939806235be4885 | /src/ctascontablesypolizas/GUIPrincipal.java | e9173491dc2987ea971c6086c07b94307cd1c56b | [] | no_license | avargaz/AS-MigraContaqCoi | https://github.com/avargaz/AS-MigraContaqCoi | 880d3c49b25a19c50d166706e348204286ffcdb8 | 3b884a9244401a13eb312b7b0fdeafcf79085b84 | refs/heads/master | 2020-03-04T16:11:20.714000 | 2016-09-15T22:24:16 | 2016-09-15T22:24:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ctascontablesypolizas;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import ctascontablesypolizas.clases.CrearConexionFBoSQL;
import java.awt.KeyEventDispatcher;
import java.awt.KeyboardFocusManager;
import java.awt.event.KeyEvent;
import java.io.File;
impo... | UTF-8 | Java | 32,305 | java | GUIPrincipal.java | Java | [
{
"context": "e;\nimport org.w3c.dom.NodeList;\n\n/**\n *\n * @author Gabriel-Diaz\n */\npublic class GUIPrincipal extends javax.swing",
"end": 921,
"score": 0.9998723268508911,
"start": 909,
"tag": "NAME",
"value": "Gabriel-Diaz"
}
] | null | [] | package ctascontablesypolizas;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import ctascontablesypolizas.clases.CrearConexionFBoSQL;
import java.awt.KeyEventDispatcher;
import java.awt.KeyboardFocusManager;
import java.awt.event.KeyEvent;
import java.io.File;
impo... | 32,305 | 0.639587 | 0.63138 | 716 | 44.094971 | 32.687824 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703911 | false | false | 15 |
fcc8870b2958343c28d93c4865432012832fc3b6 | 21,431,886,849,559 | 53848e6f2a60def3ba33af07dcc0fc4e51fa839b | /src/main/java/com/hpeu/oa/service/RoleService.java | 37c6e5b2cdd3441d292523bca18405924d5551c6 | [] | no_license | GuoYinJia/oa | https://github.com/GuoYinJia/oa | f87c0cf2a970443be30ed926072dba8e4f64f323 | 7a4b676ec6c15117c543e001f0de158ee179ed18 | refs/heads/master | 2020-03-17T12:59:27.781000 | 2018-05-16T05:07:07 | 2018-05-16T05:07:07 | 133,612,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hpeu.oa.service;
import com.hpeu.oa.entity.Role;
/**
* @author :郭银嘉
* @create : 2018/05/15 21:35
* @description :
*/
public interface RoleService extends BaseService<Role> {
}
| UTF-8 | Java | 206 | java | RoleService.java | Java | [
{
"context": "\nimport com.hpeu.oa.entity.Role;\n\n/**\n * @author :郭银嘉\n * @create : 2018/05/15 21:35\n * @description :\n ",
"end": 82,
"score": 0.9998263120651245,
"start": 79,
"tag": "NAME",
"value": "郭银嘉"
}
] | null | [] | package com.hpeu.oa.service;
import com.hpeu.oa.entity.Role;
/**
* @author :郭银嘉
* @create : 2018/05/15 21:35
* @description :
*/
public interface RoleService extends BaseService<Role> {
}
| 206 | 0.690722 | 0.628866 | 11 | 16.636364 | 17.084139 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 15 |
356b76cfca3c97aec2916c0db5747fb79622fddc | 21,431,886,845,852 | f138557e41667f2199391892301763abcc6fc354 | /src/_2_typy_danych/ObslugaSzkolen.java | 9e16351054b508894159d01efce3b2d53f07da39 | [] | no_license | kamill84/podstawy | https://github.com/kamill84/podstawy | e8a677f2ae30a9634542dc4c0f405d7fc70a44ee | 20dd061c327b873fffeb374ecaf94eeb3da309ed | refs/heads/master | 2020-04-11T15:38:52.118000 | 2019-01-31T21:18:58 | 2019-01-31T21:18:58 | 161,898,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _2_typy_danych;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.Month;
public class ObslugaSzkolen {
public static void main(String[] args) {
Adres adresszkoleniaJava = new Adres("Polna 5", "01-001", "Warszawa");
Szkolenie szkolenieJava = new Szkolenie("Szkolenie ... | UTF-8 | Java | 1,055 | java | ObslugaSzkolen.java | Java | [] | null | [] | package _2_typy_danych;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.Month;
public class ObslugaSzkolen {
public static void main(String[] args) {
Adres adresszkoleniaJava = new Adres("Polna 5", "01-001", "Warszawa");
Szkolenie szkolenieJava = new Szkolenie("Szkolenie ... | 1,055 | 0.616698 | 0.58444 | 42 | 24.095238 | 26.809566 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.738095 | false | false | 15 |
97616dc9880cf99582e024263ade014b0d2f3611 | 34,454,227,666,951 | 8d1a51419670f3a95fac6509c0ee0a75d1e88c89 | /RecordIndexer/test/server/TestFieldDAO.java | 45b4c8a1ef90a7db3cb15e347420bedbaccd8a21 | [] | no_license | YazanHalawa/CS-240 | https://github.com/YazanHalawa/CS-240 | f46daae662a74a33e026be5bf5953279d11817d3 | ed81a8404a1f4ac435b317d01c333d7c8032e332 | refs/heads/master | 2021-01-18T14:10:42.539000 | 2015-09-17T20:01:39 | 2015-09-17T20:01:39 | 42,497,738 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package server;
import static org.junit.Assert.*;
import server.database.*;
import shared.modelClasses.*;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
/**
* This class will test all the methods in fieldDAO
... | UTF-8 | Java | 4,996 | java | TestFieldDAO.java | Java | [
{
"context": "s will test all the methods in fieldDAO\n * @author Yazan Halawa\n *\n */\npublic class TestFieldDAO {\n\n\t/**\n\t * This",
"end": 343,
"score": 0.9998359680175781,
"start": 331,
"tag": "NAME",
"value": "Yazan Halawa"
}
] | null | [] |
package server;
import static org.junit.Assert.*;
import server.database.*;
import shared.modelClasses.*;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
/**
* This class will test all the methods in fieldDAO
... | 4,990 | 0.690753 | 0.678743 | 192 | 25.015625 | 24.286587 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.765625 | false | false | 15 |
df46dc78ff1122040096cb8f45dca02b2793165e | 32,289,564,135,460 | 604d58e9234655ee049ce2afacb1f913a1966225 | /code.samples/lec.6/lec2war/src/main/java/ru/malykh/da/lec6/controllers/RecipesController.java | 44eb121ae24e44a4358d402b9630c50e6591c2fa | [] | no_license | maxsad1/j2ee_course | https://github.com/maxsad1/j2ee_course | f8db53d05ae2053ee9043d1d21a05212e8137f7f | 34e6717d58564597115bdf47134c6b2a038c1c31 | refs/heads/master | 2021-01-12T03:54:24.661000 | 2015-12-06T19:31:02 | 2015-12-06T19:31:02 | 78,284,440 | 1 | 0 | null | true | 2017-01-07T14:45:58 | 2017-01-07T14:45:58 | 2016-03-25T22:02:18 | 2015-12-06T19:31:16 | 15,623 | 0 | 0 | 0 | null | null | null | package ru.malykh.da.lec6.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
@Controller
@RequestMapping( "/recipes" )
public cl... | UTF-8 | Java | 534 | java | RecipesController.java | Java | [] | null | [] | package ru.malykh.da.lec6.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
@Controller
@RequestMapping( "/recipes" )
public cl... | 534 | 0.786517 | 0.784644 | 20 | 25.700001 | 22.79715 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
ec3ab179bed84b7d3b86704e9e1a01d1058b0563 | 31,619,549,280,213 | a460d9e8c9b8466cf5ab1b6f41b6818bbf59044c | /poetry_web/src/main/java/com/poetry/game/OnlineUserOperator.java | 4f0be87c56a8be3502b1c65cdf6bf5b3bc95d474 | [] | no_license | 404008945/poetry_game | https://github.com/404008945/poetry_game | 1d5c5b5f06f4d9647d069a7a0eaa75a1f2bfa7cb | e232e32cc981a070d1192a767542b0ff1ab1bb3c | refs/heads/master | 2022-04-16T22:57:21.458000 | 2020-04-10T06:47:05 | 2020-04-10T06:47:05 | 255,616,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.poetry.game;
import com.poetry.entity.User;
import com.poetry.service.FriendService;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.socket.WebSocketSession;
import java.util.Arra... | UTF-8 | Java | 7,291 | java | OnlineUserOperator.java | Java | [] | null | [] | package com.poetry.game;
import com.poetry.entity.User;
import com.poetry.service.FriendService;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.socket.WebSocketSession;
import java.util.Arra... | 7,291 | 0.581276 | 0.573979 | 203 | 30.729065 | 24.42119 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635468 | false | false | 15 |
89832c55ac2592ab44d6901e0f3c4ad3337a3354 | 10,041,633,606,533 | 8fc56758d41f46409f16f6c43a9eddc1db1a4a8e | /app/src/main/java/com/whut/umrhamster/graduationproject/model/bean/History.java | 1723725ac6260c8460e14d79a44ea151123d390e | [] | no_license | UMRhamster/GraduationProject | https://github.com/UMRhamster/GraduationProject | a5689515d216b5742ceadbdc528b26d742e5d61d | a2b8a4839077f4204f208cb6c0fb38de115f4f68 | refs/heads/master | 2020-05-16T03:05:31.770000 | 2019-05-31T15:16:36 | 2019-05-31T15:16:36 | 182,649,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whut.umrhamster.graduationproject.model.bean;
import android.os.Parcel;
import android.os.Parcelable;
import java.sql.Timestamp;
import java.util.Date;
public class History implements Parcelable {
// private int id;
// private int contentId;
// private int studentId;
// private int type;
// ... | UTF-8 | Java | 3,726 | java | History.java | Java | [] | null | [] | package com.whut.umrhamster.graduationproject.model.bean;
import android.os.Parcel;
import android.os.Parcelable;
import java.sql.Timestamp;
import java.util.Date;
public class History implements Parcelable {
// private int id;
// private int contentId;
// private int studentId;
// private int type;
// ... | 3,726 | 0.605759 | 0.604952 | 160 | 22.225 | 18.85005 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 15 |
07ad920be7fcaed947889f4590e0cc5489790d4c | 11,982,958,816,936 | f4f97396215ef7893c9bd5c36890f84e42906345 | /iotope-node/src/main/java/org/iotope/node/reader/ReaderChange.java | 1a41c0deb6aa84c03a7f511745aa91e45e93e1c5 | [
"Apache-2.0"
] | permissive | alexvanboxel/iotope-node | https://github.com/alexvanboxel/iotope-node | e89bfdfbf33ce27439420f468b632e38d905e18d | 596ff4cec3cccfec8ed2949d42760f9cb8d56274 | refs/heads/master | 2022-12-01T19:02:59.132000 | 2014-06-15T11:36:33 | 2014-06-15T11:36:33 | 3,472,816 | 2 | 0 | null | false | 2022-11-24T02:56:53 | 2012-02-17T18:50:56 | 2014-06-15T11:36:40 | 2022-11-24T02:56:49 | 441 | 6 | 0 | 10 | Java | false | false | package org.iotope.node.reader;
import java.util.Map;
import org.eclipse.jetty.util.ajax.JSON;
import org.eclipse.jetty.util.ajax.JSON.Output;
import org.iotope.pipeline.model.Reader;
public class ReaderChange implements JSON.Convertible {
enum Event {
ADDED, REMOVED
};
@Override
pu... | UTF-8 | Java | 913 | java | ReaderChange.java | Java | [] | null | [] | package org.iotope.node.reader;
import java.util.Map;
import org.eclipse.jetty.util.ajax.JSON;
import org.eclipse.jetty.util.ajax.JSON.Output;
import org.iotope.pipeline.model.Reader;
public class ReaderChange implements JSON.Convertible {
enum Event {
ADDED, REMOVED
};
@Override
pu... | 913 | 0.610077 | 0.610077 | 43 | 20.232557 | 16.646582 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 15 |
e4488b561dd3c8249d21047ef64f596f28ef6a95 | 2,190,433,382,231 | 1dbdd2c28a1c32ffd7ffcf0d0e01b28a966fb1ba | /payment-service/src/main/java/com/chong/pay/paymentservice/domain/Exchange.java | 126a545747e7c89abab4cd623d2e28f7015bfa8e | [] | no_license | JahyunBaek/sample-pay-system | https://github.com/JahyunBaek/sample-pay-system | 7f1a71023a29fdb358660608babf7cf9e0ca6e5a | 97a0ed4318ac20f72d2d84aede70c44fcab576dc | refs/heads/main | 2023-03-17T06:38:28.429000 | 2020-11-11T03:54:01 | 2020-11-11T03:54:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chong.pay.paymentservice.domain;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.annotation.Id;
import java.time.LocalDateTime;
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Exchange {
p... | UTF-8 | Java | 651 | java | Exchange.java | Java | [] | null | [] | package com.chong.pay.paymentservice.domain;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.annotation.Id;
import java.time.LocalDateTime;
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Exchange {
p... | 651 | 0.754386 | 0.754386 | 27 | 22.222221 | 14.548345 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 15 |
2fbd28fde08a0586ad4a67b35fd47d50530a8b06 | 35,184,372,098,756 | 6613506a6e21f8c84c31f2048945b2278252a868 | /dao/src/main/java/com/banger/mobile/dao/loan/ibatis/LnRejectCustomerDaoiBatis.java | 5561362ce0cd80b3c12564192eb78308d3c204e5 | [] | no_license | ephonsun/mircredit | https://github.com/ephonsun/mircredit | eda42e26c6a73dedea4595e20a5dcff15e5f2897 | fca00ad705fc571064000fb77388142765630702 | refs/heads/master | 2020-04-17T03:44:24.272000 | 2018-12-19T12:40:18 | 2018-12-19T12:40:18 | 166,198,506 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.banger.mobile.dao.loan.ibatis;
import com.banger.mobile.Page;
import com.banger.mobile.PageUtil;
import com.banger.mobile.dao.loan.LnRejectCustomerDao;
import com.banger.mobile.domain.model.loan.LnRejectCustomer;
import com.banger.mobile.ibatis.GenericDaoiBatis;
import com.banger.mobile.util.StringUtil;
i... | UTF-8 | Java | 2,191 | java | LnRejectCustomerDaoiBatis.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by BH-TCL on 14-12-3.\n */\npublic class LnRejectCustomerDaoi",
"end": 415,
"score": 0.9996235966682434,
"start": 409,
"tag": "USERNAME",
"value": "BH-TCL"
}
] | null | [] | package com.banger.mobile.dao.loan.ibatis;
import com.banger.mobile.Page;
import com.banger.mobile.PageUtil;
import com.banger.mobile.dao.loan.LnRejectCustomerDao;
import com.banger.mobile.domain.model.loan.LnRejectCustomer;
import com.banger.mobile.ibatis.GenericDaoiBatis;
import com.banger.mobile.util.StringUtil;
i... | 2,191 | 0.701795 | 0.699494 | 61 | 34.622952 | 33.499775 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57377 | false | false | 15 |
43da569c7f09a0e91eaa212bf970e61f8a80d341 | 18,451,179,546,413 | 721fa7168a249ca56ea44df4a746440c72f4983c | /src/pack_001/GameLevel.java | a165db8b2ded89e442c90e3496dfeb5f3cdf3d7e | [] | no_license | rockpell/LastWar | https://github.com/rockpell/LastWar | 10f4a80e19777a3868a9ec230787d8e4b7c53dad | 38a6afd6c8edf3ce1b1bcfffa36d2174de7ad334 | refs/heads/master | 2020-06-09T01:14:43.190000 | 2019-12-04T09:04:38 | 2019-12-04T09:04:38 | 38,497,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pack_001;
import java.awt.Point;
import java.util.ArrayList;
import java.util.Map;
final class GameLevel
{
private GameManager gameManager;
private DataManager dm;
private Map<String, ArrayList<String>> sequenceData;
private int nowSequence = 0;
private int patternIndex = 0, cumulativePartternIndex = 0... | UTF-8 | Java | 2,980 | java | GameLevel.java | Java | [] | null | [] | package pack_001;
import java.awt.Point;
import java.util.ArrayList;
import java.util.Map;
final class GameLevel
{
private GameManager gameManager;
private DataManager dm;
private Map<String, ArrayList<String>> sequenceData;
private int nowSequence = 0;
private int patternIndex = 0, cumulativePartternIndex = 0... | 2,980 | 0.626175 | 0.609732 | 159 | 17.748428 | 18.292854 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.515723 | false | false | 15 |
6dd0a99f2c5b4c1d3ca5a9b7ec1a2666f5aa913b | 33,097,018,002,081 | ce55e10448040cf27b4abccc9fb2b46e83ffb434 | /trunk/datareports/datareports-web/src/test/java/gov/nih/nci/ncicb/tcga/dcc/datareports/dao/CodeTablesReportDAOImplSlowTest.java | 84295c0bd9d4db93b2a5fcee75244726dffa8b18 | [] | no_license | NCIP/tcga-sandbox-v1 | https://github.com/NCIP/tcga-sandbox-v1 | 0518dee6ee9e31a48c6ebddd1c10d20dca33c898 | c8230c07199ddaf9d69564480ff9124782525cf5 | refs/heads/master | 2021-01-19T04:07:08.906000 | 2013-05-29T18:00:15 | 2013-05-29T18:00:15 | 87,348,860 | 1 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Software License, Version 1.0 Copyright 2011 SRA International, Inc.
* Copyright Notice. The software subject to this notice and license includes both human
* readable source code form and machine readable, binary, object code form (the "caBIG
* Software").
*
* Please refer to the complete License tex... | UTF-8 | Java | 6,403 | java | CodeTablesReportDAOImplSlowTest.java | Java | [
{
"context": "or the code table report dao layer\r\n *\r\n * @author Dominique Berton Last updated by: $Author$\r\n * @version $Rev$\r\n */",
"end": 1246,
"score": 0.9998729228973389,
"start": 1230,
"tag": "NAME",
"value": "Dominique Berton"
}
] | null | [] | /*
* Software License, Version 1.0 Copyright 2011 SRA International, Inc.
* Copyright Notice. The software subject to this notice and license includes both human
* readable source code form and machine readable, binary, object code form (the "caBIG
* Software").
*
* Please refer to the complete License tex... | 6,393 | 0.675777 | 0.66828 | 143 | 42.776222 | 26.579191 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 15 |
6b4f92262cc0eda069af9cd830499cc3141251d3 | 27,994,596,889,881 | bc55d7d928d3c6ba0dc72cdc969c3e69427d9f2d | /app/src/main/java/com/example/tryretrofitlogin/postresponse/addReqlelangtoadmin/Success.java | d1d841b87b2363918bc8dd4ce01938ac5e596a91 | [] | no_license | galangsur/TryRetrofitLogin | https://github.com/galangsur/TryRetrofitLogin | c4bce48190063428b5458acb4c977c276258cd62 | 62d0b87a05dabd04ebc973e0027c3c5711327380 | refs/heads/master | 2023-06-28T18:18:11.580000 | 2021-08-04T09:33:57 | 2021-08-04T09:33:57 | 256,243,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tryretrofitlogin.postresponse.addReqlelangtoadmin;
import com.google.gson.annotations.SerializedName;
public class Success{
@SerializedName("sertifparent_token")
private String sertifparentToken;
@SerializedName("req_nominalperbid")
private String reqNominalperbid;
@SerializedName("harga")... | UTF-8 | Java | 4,064 | java | Success.java | Java | [] | null | [] | package com.example.tryretrofitlogin.postresponse.addReqlelangtoadmin;
import com.google.gson.annotations.SerializedName;
public class Success{
@SerializedName("sertifparent_token")
private String sertifparentToken;
@SerializedName("req_nominalperbid")
private String reqNominalperbid;
@SerializedName("harga")... | 4,064 | 0.707677 | 0.707677 | 201 | 19.223881 | 18.308432 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.343284 | false | false | 15 |
57bb81f374f83248d34430db69fb6cd2f8db4a55 | 24,927,990,239,531 | 174815bfc68d7b632dc67e6dce4caab16afdbba4 | /Intro To Programming/Chapter4/src/RomanNumerals.java | ac9d3ff86e24439dbaddacc8e7b0f770a0d9cca1 | [] | no_license | jester155/ClassWork | https://github.com/jester155/ClassWork | e81727ee938c0eca83597c7ebcd3fdf91a1e01fb | a2ba07eed0b45a46555c287374f03b1bb82a7a46 | refs/heads/master | 2016-08-04T15:00:40.222000 | 2013-03-23T00:51:52 | 2013-03-23T00:51:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Mark Provenzano
COP1000
Chapter 4 Exercise 1
Roman Numerals
*/
import java.util.Scanner;
public class RomanNumerals {
public static Scanner scan = new Scanner( System.in );
public static void main( String[] args ) {
System.out.println( "Enter a number 1-10" );
int x = scan.nextInt();
convertNum... | UTF-8 | Java | 1,283 | java | RomanNumerals.java | Java | [
{
"context": "/*\nMark Provenzano\nCOP1000\nChapter 4 Exercise 1\nRoman Numerals\n*/\n\ni",
"end": 18,
"score": 0.9998623132705688,
"start": 3,
"tag": "NAME",
"value": "Mark Provenzano"
}
] | null | [] | /*
<NAME>
COP1000
Chapter 4 Exercise 1
Roman Numerals
*/
import java.util.Scanner;
public class RomanNumerals {
public static Scanner scan = new Scanner( System.in );
public static void main( String[] args ) {
System.out.println( "Enter a number 1-10" );
int x = scan.nextInt();
convertNumber(x);
... | 1,274 | 0.602494 | 0.584567 | 57 | 21.526316 | 21.648796 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.982456 | false | false | 15 |
86a91b8da18a61a3bdf9165daec055f7e7fcfe0a | 10,909,217,000,345 | b39e1ccef276e62964860a707b4918ad90e0f327 | /src/main/java/ru/x5javacourse/hw5/Computer/VideoCard/VideoCard.java | 6372d39bb363acdb12efe7fab2e75e5ffcac851a | [] | no_license | taranovakn/javacoursex5 | https://github.com/taranovakn/javacoursex5 | 3ec3d5df4b98807988e6c9fac33304e338f89a7d | c382a9da64096548039521187f8aec129ac5c6b6 | refs/heads/master | 2023-01-03T05:20:02.866000 | 2020-10-30T12:17:14 | 2020-10-30T12:17:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.x5javacourse.hw5.Computer.VideoCard;
import ru.x5javacourse.hw5.Computer.Component;
public class VideoCard implements Component {
private String videoCardManufacturer;
private String videoCardMemoryType;
private int videoCardVolumeMemory;
private VideoCardStrategy videoCardCooling; //добави... | UTF-8 | Java | 1,283 | java | VideoCard.java | Java | [] | null | [] | package ru.x5javacourse.hw5.Computer.VideoCard;
import ru.x5javacourse.hw5.Computer.Component;
public class VideoCard implements Component {
private String videoCardManufacturer;
private String videoCardMemoryType;
private int videoCardVolumeMemory;
private VideoCardStrategy videoCardCooling; //добави... | 1,283 | 0.710978 | 0.707547 | 30 | 37.866665 | 29.574463 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 15 |
eeab85cee69320cc50bf5224c231f488a5a759aa | 13,503,377,234,594 | 39c95d4c98e20efccbef20be342b8db8f6b42883 | /bksdk/bkapiv2/src/main/java/com/tencent/bk/api/paas/model/CreateApp.java | 009dae1a97e72af2a89d1ad530eddd78d1a407a0 | [] | no_license | sunke1229/buleking-1 | https://github.com/sunke1229/buleking-1 | d715ca473e7b60cc7452827a8ead4ef5b006da92 | c4494b2e6ea2ba50ee86216b42893dd6c8ec6290 | refs/heads/master | 2020-04-22T21:11:20.431000 | 2019-02-14T09:43:25 | 2019-02-14T09:43:25 | 170,665,503 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.bk.api.paas.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class CreateApp {
@JsonProperty("bk_light_app_code")
private String appCode;
}
| UTF-8 | Java | 284 | java | CreateApp.java | Java | [] | null | [] | package com.tencent.bk.api.paas.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class CreateApp {
@JsonProperty("bk_light_app_code")
private String appCode;
}
| 284 | 0.774648 | 0.774648 | 15 | 17.933332 | 15.851253 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
c9e0d5951bd6c70fbc7eb54b88a8779cf8716cdc | 15,427,522,587,892 | 262eb1c2bd71a2397f5fae3cc6fdedf65d847d34 | /ACM Qualifier/2016/BigTruck.java | 862488b15e8aafd3819a7ca0e54657f5de29bad5 | [] | no_license | quanchau/Competitive-Programming | https://github.com/quanchau/Competitive-Programming | 2b759dce264b5351e65c21ded0d950a2a5a8aebb | 2a13e8cbe9778595a83d6fc40e358e68a1c4eddc | refs/heads/master | 2021-05-16T12:55:56.936000 | 2017-10-13T03:24:26 | 2017-10-13T03:24:26 | 105,282,142 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class BigTruck {
static int n;
static int[] items;
static ArrayList<ArrayList<Integer>> adj;
static int[][] vals;
static long[] dist;
static final int INF = 1000000007;
static int[] itemNums;
public static void main(String[] args) {
Scanner in... | UTF-8 | Java | 2,481 | java | BigTruck.java | Java | [] | null | [] | import java.util.*;
public class BigTruck {
static int n;
static int[] items;
static ArrayList<ArrayList<Integer>> adj;
static int[][] vals;
static long[] dist;
static final int INF = 1000000007;
static int[] itemNums;
public static void main(String[] args) {
Scanner in... | 2,481 | 0.446191 | 0.434502 | 74 | 31.554054 | 19.640789 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837838 | false | false | 15 |
ec7a357a933c2f22e49b73598401fa489781505a | 16,587,163,705,249 | 1953a645cbc441404411d9be6d44ca8e9c6f227a | /Source/src/source/Signature.java | 55493c141d2c6796cae42cb482af87f4cedd0301 | [] | no_license | TrackyRaul/UserManagementSystemJavaSWING | https://github.com/TrackyRaul/UserManagementSystemJavaSWING | 134ace2c3ca92a82c0bd8d3e5a1cc06225ea5b25 | 00dc669fb80791aea747b76c2caaebbe04a65783 | refs/heads/master | 2020-05-15T02:31:20.913000 | 2019-05-15T06:15:25 | 2019-05-15T06:15:25 | 182,050,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package source;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
*
* @author Raul Farkas
*/
public class Signature implements Serializable{
private User user;
private LocalDateTime dateTime;
/**
*
* @param user
* @param dateTime
*/
public Signature(User user... | UTF-8 | Java | 675 | java | Signature.java | Java | [
{
"context": "import java.time.LocalDateTime;\n\n/**\n *\n * @author Raul Farkas\n */\npublic class Signature implements Serializabl",
"end": 108,
"score": 0.9998623132705688,
"start": 97,
"tag": "NAME",
"value": "Raul Farkas"
}
] | null | [] | package source;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
*
* @author <NAME>
*/
public class Signature implements Serializable{
private User user;
private LocalDateTime dateTime;
/**
*
* @param user
* @param dateTime
*/
public Signature(User user, Loc... | 670 | 0.545185 | 0.545185 | 43 | 14.697675 | 13.853948 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232558 | false | false | 15 |
1e15a45b77a757d68b27a4550a30bce16346f1a9 | 12,850,542,206,956 | 35cc67e5cb8d07f144b21e9ac2d85334dd7e6905 | /1DV507/src/cw222ng_assign3/CountWords/WordCount2Main.java | 3aee1be76855d01d147941d2f15b5fb612ad2e2e | [] | no_license | Destoffe/1DV507 | https://github.com/Destoffe/1DV507 | 9aff7094f9eb44ac1ce47724552c833a3cbdbb6a | b16e2c825b3bcce31c8aaa85a851ca2c34ee2004 | refs/heads/master | 2020-04-10T09:05:20.379000 | 2018-12-14T09:29:01 | 2018-12-14T09:29:01 | 160,925,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cw222ng_assign3.CountWords;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Iterator;
public class WordCount2Main {
public static void main(String[] args) {
Word myWord;
String filePath = "words.txt";
String text = readText(filePath);
Strin... | UTF-8 | Java | 1,290 | java | WordCount2Main.java | Java | [] | null | [] | package cw222ng_assign3.CountWords;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Iterator;
public class WordCount2Main {
public static void main(String[] args) {
Word myWord;
String filePath = "words.txt";
String text = readText(filePath);
Strin... | 1,290 | 0.660465 | 0.655814 | 61 | 20.163935 | 17.813404 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.245902 | false | false | 15 |
6c3c4036cba8a411657e999336ec0088508108e0 | 12,850,542,208,401 | 74b83f006d47ccc0b1a3800d57e5916c1faed0cb | /easy-android-service/src/main/java/by/easyandroid/service/datasource/IApplicationResultService.java | de4c77fb318d390de5676ab8999f6f4a8714fd75 | [] | no_license | cslisenka/easy-android | https://github.com/cslisenka/easy-android | c14077e58695c7a8cdf66e3907d0ff0477be793a | 13213165940f4b462ef56ece906756951d476915 | refs/heads/master | 2021-05-27T20:22:06.722000 | 2013-04-28T10:06:27 | 2013-04-28T10:06:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.easyandroid.service.datasource;
import java.io.File;
import by.easyandroid.service.exception.ApplicationServiceException;
/**
* Stores compiled applications.
* Returns link or path to stored application
*
* @author kslisenko
*/
public interface IApplicationResultService {
String uploadResultApk(St... | UTF-8 | Java | 406 | java | IApplicationResultService.java | Java | [
{
"context": " link or path to stored application\n * \n * @author kslisenko\n */\npublic interface IApplicationResultService {\n",
"end": 243,
"score": 0.9989465475082397,
"start": 234,
"tag": "USERNAME",
"value": "kslisenko"
}
] | null | [] | package by.easyandroid.service.datasource;
import java.io.File;
import by.easyandroid.service.exception.ApplicationServiceException;
/**
* Stores compiled applications.
* Returns link or path to stored application
*
* @author kslisenko
*/
public interface IApplicationResultService {
String uploadResultApk(St... | 406 | 0.815271 | 0.815271 | 16 | 24.4375 | 30.358213 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
9fb8447d1dd2907c09527662d03b4faebd3de50a | 9,844,065,106,515 | 51c4af9bf042bee3fcb2c0904e5e7a93ee62d3b3 | /src/lt/kaunascoding/factory/Shape.java | e79e1899d1c15e50fc4e45704164f77132de53cc | [] | no_license | denas2011/ShapeFactory | https://github.com/denas2011/ShapeFactory | 263570349e835a107fd8a13a911a916924b42687 | 74cb31b3b01d250688974013c136add17f3e96fd | refs/heads/master | 2020-04-01T15:08:54.432000 | 2018-10-16T17:14:37 | 2018-10-16T17:14:37 | 153,323,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lt.kaunascoding.factory;
public interface Shape {
float drow();
}
| UTF-8 | Java | 79 | java | Shape.java | Java | [] | null | [] | package lt.kaunascoding.factory;
public interface Shape {
float drow();
}
| 79 | 0.721519 | 0.721519 | 5 | 14.8 | 12.607934 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
886343f7b5f79abb3aba4f5806e8d6e4938011e2 | 12,807,592,522,427 | 4c9fd82678d784328e457f7865cf9d6f393a0e7a | /src/edu/pitt/highfrequency/O1CheckPowerof2_142.java | b3b45d8831d376dc83c01e07277a570ed7b3d0bd | [] | no_license | mayangithub/LintCode | https://github.com/mayangithub/LintCode | 54e6d2aeca5d247486d7c234e472d289882b044f | 9753bacf2a0a709a4a150d1bc3fd0bb6611b8028 | refs/heads/master | 2021-03-12T19:37:19.843000 | 2015-11-15T04:59:25 | 2015-11-15T04:59:25 | 37,742,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package edu.pitt.highfrequency;
/**
* O(1) Check Power of 2 #142 --- Accepted
* Using O(1) time to check whether an integer n is a power of 2.
* Example
* For n=4, return true;
* For n=5, return false;
* Challenge
* O(1) time
* @author yanma
* @category High Frequency
* @version 2015-07-21
* @cl... | UTF-8 | Java | 1,458 | java | O1CheckPowerof2_142.java | Java | [
{
"context": "return false;\n * Challenge\n * O(1) time\n * @author yanma\n * @category High Frequency\n * @version 2015-07-2",
"end": 262,
"score": 0.9950074553489685,
"start": 257,
"tag": "USERNAME",
"value": "yanma"
}
] | null | [] | /**
*
*/
package edu.pitt.highfrequency;
/**
* O(1) Check Power of 2 #142 --- Accepted
* Using O(1) time to check whether an integer n is a power of 2.
* Example
* For n=4, return true;
* For n=5, return false;
* Challenge
* O(1) time
* @author yanma
* @category High Frequency
* @version 2015-07-21
* @cl... | 1,458 | 0.48011 | 0.449931 | 73 | 18.972603 | 15.710544 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342466 | false | false | 15 |
34f4b1d796d1d607fe0e078f63248adcd3729c02 | 19,920,058,352,096 | eb69dcc21ea742b481e521b90abd43be2be4d517 | /JSP/BLOG/Blog/src/java/Admin/DbTransaction.java | 6d4ae70fbd9238527be4af9b1939cda3b22bb0eb | [] | no_license | murat-celik/JAVA-Project-Tutorial | https://github.com/murat-celik/JAVA-Project-Tutorial | 584472e21e800ee461b911806668206b1eb91877 | e89a516f0744a180d9036aefd0e6b7e4f7d6f2b6 | refs/heads/master | 2016-06-05T04:51:33.864000 | 2015-12-03T18:47:37 | 2015-12-03T18:47:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Admin;
import java.sql.*;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DbTransaction {
public DbTransaction() {
}
private static Statement st;
private static Connection conn;
public static void Connection() throws ClassNotFound... | UTF-8 | Java | 4,139 | java | DbTransaction.java | Java | [
{
"context": "dmin where Email='\" + Email + \"' and Password='\" + Password + \"'\";\r\n ResultSet Rs = st.executeQuer",
"end": 938,
"score": 0.9148597717285156,
"start": 930,
"tag": "PASSWORD",
"value": "Password"
}
] | null | [] | package Admin;
import java.sql.*;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DbTransaction {
public DbTransaction() {
}
private static Statement st;
private static Connection conn;
public static void Connection() throws ClassNotFound... | 4,141 | 0.565039 | 0.560445 | 96 | 41.083332 | 36.62014 | 235 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 15 |
be7b39bda8f3d394ece229927140db99361a6074 | 19,920,058,354,583 | c6fb5083f2e0e787ba92ba61f2d0ccaefea0c0d4 | /modules/schema/src/main/java/org/apache/ignite/internal/schema/configuration/TableValidatorImpl.java | 9f4f7826bc93c44e41c5f5b18a2c7f79e215539d | [
"Apache-2.0",
"LicenseRef-scancode-gutenberg-2020",
"CC0-1.0",
"BSD-3-Clause"
] | permissive | isabella232/ignite-4 | https://github.com/isabella232/ignite-4 | 3e14393e50c8b0dbe26acb8816a934a5935155dc | 35016535609b3299e741daa6940e091bdeeadccb | refs/heads/main | 2023-08-25T18:45:21.129000 | 2021-10-15T12:00:20 | 2021-10-15T12:00:20 | 418,089,118 | 0 | 0 | Apache-2.0 | true | 2021-10-17T10:27:44 | 2021-10-17T10:11:39 | 2021-10-17T10:11:42 | 2021-10-17T10:27:41 | 4,557 | 0 | 0 | 1 | null | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 3,021 | java | TableValidatorImpl.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 3,021 | 0.717974 | 0.71665 | 69 | 42.782608 | 35.398708 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463768 | false | false | 15 |
f1c673496e756f26568c9193f0001d808a2d4897 | 12,300,786,389,067 | 2f6f597b2b46a51f717d5e9087f5884ea068e99f | /src/br/ufes/inf/ontoumlplugin/shapes/BaseShapeModelController.java | ee3d6acf2f68c9691344b94a4c141d895202002c | [
"MIT"
] | permissive | mvp-sales/ontouml-vp-plugin | https://github.com/mvp-sales/ontouml-vp-plugin | 47bcf65d93f433ff353fa75c13a2551acab15845 | 20e3d93b735cad7695ca3c3d63d2a8bce222cce0 | refs/heads/master | 2021-01-21T20:25:56.769000 | 2017-12-30T02:26:51 | 2017-12-30T02:26:51 | 92,235,181 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufes.inf.ontoumlplugin.shapes;
import RefOntoUML.parser.OntoUMLParser;
import br.ufes.inf.ontoumlplugin.model.OntoUMLClassType;
import br.ufes.inf.ontoumlplugin.utils.CommonUtils;
import com.vp.plugin.ApplicationManager;
import com.vp.plugin.diagram.IClassDiagramUIModel;
import com.vp.plugin.diagram.IDiagra... | UTF-8 | Java | 2,727 | java | BaseShapeModelController.java | Java | [] | null | [] | package br.ufes.inf.ontoumlplugin.shapes;
import RefOntoUML.parser.OntoUMLParser;
import br.ufes.inf.ontoumlplugin.model.OntoUMLClassType;
import br.ufes.inf.ontoumlplugin.utils.CommonUtils;
import com.vp.plugin.ApplicationManager;
import com.vp.plugin.diagram.IClassDiagramUIModel;
import com.vp.plugin.diagram.IDiagra... | 2,727 | 0.676934 | 0.675834 | 70 | 37.957142 | 29.662115 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 15 |
81f9523c0f5eb9b56ee5e2b2051dd01364f1c104 | 28,965,259,463,512 | 06e507907371161595c86844b943a7bf588d709a | /src/com/raj/spring/BeanLifeCycleDemoApp.java | f455aa15859199281258accddbed87e5fb242be9 | [] | no_license | rajdhandus/spring-demo-one | https://github.com/rajdhandus/spring-demo-one | d32e82640febcf9db70139f2b9b938cacba79910 | 52baf45536eb5c5cb022107fb2eae94bfd0c1401 | refs/heads/master | 2021-06-15T12:01:27.743000 | 2017-03-27T19:55:05 | 2017-03-27T19:55:05 | 84,503,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raj.spring;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class BeanLifeCycleDemoApp {
public BeanLifeCycleDemoApp() {
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
// TODO Auto-generated method stub
ClassPathXmlApplica... | UTF-8 | Java | 559 | java | BeanLifeCycleDemoApp.java | Java | [] | null | [] | package com.raj.spring;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class BeanLifeCycleDemoApp {
public BeanLifeCycleDemoApp() {
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
// TODO Auto-generated method stub
ClassPathXmlApplica... | 559 | 0.77102 | 0.77102 | 23 | 23.304348 | 29.836416 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26087 | false | false | 15 |
e09b5b0b31ac4cad06348e32a1c07c2905feb287 | 31,945,966,770,574 | 81588400f7391c5242fc633094b6d37202ddce0b | /poo2020/src/polimorfismodeudores/Hipotecario2.java | d88922f8f276b7041487653c1c750e6b90ce0120 | [] | no_license | dani117m/poo2020 | https://github.com/dani117m/poo2020 | de998666ea424d845424834a9ea95ac65c6939d4 | 83d41c05f0ba4f79e1f21c3b46e917c5b671cbf6 | refs/heads/master | 2020-12-31T08:23:07.720000 | 2020-03-20T03:55:07 | 2020-03-20T03:55:07 | 238,947,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package polimorfismodeudores;
public class Hipotecario2 extends Cliente2{
private double taza;
private double i;
private double j;
public double getTaza() {
return taza;
}
public void setTaza(double taza) {
this.taza = taza;
}
public double getI() {
... | UTF-8 | Java | 695 | java | Hipotecario2.java | Java | [] | null | [] | package polimorfismodeudores;
public class Hipotecario2 extends Cliente2{
private double taza;
private double i;
private double j;
public double getTaza() {
return taza;
}
public void setTaza(double taza) {
this.taza = taza;
}
public double getI() {
... | 695 | 0.509353 | 0.494964 | 39 | 15.820513 | 13.75215 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 15 |
2550daafcfbdde622f7de464f6d0ac8a03452b85 | 1,529,008,402,380 | 2dfac5ed741eaed5d87274844fa7b392307a7e0e | /src/main/java/gui/controls/WaveformViewer.java | c712501d20d3180535340a27ef23079c24e10c77 | [] | no_license | mgorski98/DAW-Bachelor-Project | https://github.com/mgorski98/DAW-Bachelor-Project | 2f9b96cfa11355ba17cda3dac8a6150af3725642 | 7ea42c5b1fa87113b0eb2ef3e776ba88ea6cfb4c | refs/heads/master | 2023-03-10T13:53:29.788000 | 2021-02-20T22:32:01 | 2021-02-20T22:32:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui.controls;
import effects.SoundEffect;
import gui.controllers.EffectWindowController;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.geometry.Insets;
import javafx.geometry.Point2D... | UTF-8 | Java | 16,114 | java | WaveformViewer.java | Java | [] | null | [] | package gui.controls;
import effects.SoundEffect;
import gui.controllers.EffectWindowController;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.geometry.Insets;
import javafx.geometry.Point2D... | 16,114 | 0.584984 | 0.580451 | 410 | 38.275608 | 30.175982 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707317 | false | false | 15 |
f7bcd68cae9f2fa0700c037879f95942b2432d1d | 33,586,644,260,910 | c6bbe00ff69074a710fb0e01c7dce58047a87879 | /Java9/modules.com.hello/src/modules/com/hello/HelloWorld.java | d33d7cb8345c66e04a9bdf18e61ba6e9022977a7 | [
"MIT"
] | permissive | tirthalpatel/Learning-Java | https://github.com/tirthalpatel/Learning-Java | e4abb78544bf56104312a13983472a5eed319996 | f0fc36fd8d04d4da87003f563eb112e794c8598f | refs/heads/master | 2020-12-23T14:46:12.749000 | 2019-05-05T11:00:16 | 2019-05-05T11:00:16 | 18,488,189 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modules.com.hello;
public interface HelloWorld {
String sayHelloWorld();
}
| UTF-8 | Java | 89 | java | HelloWorld.java | Java | [] | null | [] | package modules.com.hello;
public interface HelloWorld {
String sayHelloWorld();
}
| 89 | 0.741573 | 0.741573 | 6 | 13.833333 | 13.532882 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
824b97fdf5a91745ae99e4a504bf6e20a4dd7561 | 16,535,624,134,080 | 99f07bdde609643d25b6e54d9941f3ef359854f9 | /app/src/main/java/com/v3/cookbook/baseview/abstracts/ViewFragment.java | 814a8476571ea31320a7678e3c85ff2c187dd546 | [] | no_license | nguyentrinhlt96/MainActivity | https://github.com/nguyentrinhlt96/MainActivity | b48f3d6af6323b3f9ffa92675edf00ff503aaf56 | a7151d0254aad27a0c289849383468ba93ae642c | refs/heads/master | 2022-12-27T01:46:05.104000 | 2020-09-24T06:50:55 | 2020-09-24T06:50:55 | 291,181,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.v3.cookbook.baseview.abstracts;
import android.app.Activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.v3.cookbook.baseview.BaseActivity;
import com.v3.cookbook.baseview.BaseFragment;
import com.v3.cookbook.baseview.in... | UTF-8 | Java | 3,016 | java | ViewFragment.java | Java | [] | null | [] | package com.v3.cookbook.baseview.abstracts;
import android.app.Activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.v3.cookbook.baseview.BaseActivity;
import com.v3.cookbook.baseview.BaseFragment;
import com.v3.cookbook.baseview.in... | 3,016 | 0.63561 | 0.633952 | 123 | 23.520325 | 22.849579 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 15 |
57734a3c780dc291aad96e500df5570b7a59b2a4 | 31,748,398,295,544 | cadbf628c4b6d3a8e09c89dd301da023a11cf317 | /src/main/java/com/yucheng/cmis/rsc/op/bkacc/QueryBkaccDetailOp.java | abe7efdcbfae4350d7ef6593c78a042196578b10 | [] | no_license | zhizhongsan/cmis-main | https://github.com/zhizhongsan/cmis-main | dfaebf6c42734e9c214f5351253ccd6d18aa1b8a | dea5ca104b22df30d095d17fb4f54144a739f8ac | refs/heads/master | 2016-08-04T22:53:28.897000 | 2013-08-27T03:18:26 | 2013-08-27T03:18:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yucheng.cmis.rsc.op.bkacc;
import java.sql.Connection;
import java.util.HashMap;
import java.util.List;
import org.apache.log4j.Logger;
import com.ecc.emp.core.Context;
import com.ecc.emp.core.EMPException;
import com.ecc.emp.data.IndexedCollection;
import com.ecc.emp.data.KeyedCollection;
im... | UTF-8 | Java | 9,591 | java | QueryBkaccDetailOp.java | Java | [] | null | [] | package com.yucheng.cmis.rsc.op.bkacc;
import java.sql.Connection;
import java.util.HashMap;
import java.util.List;
import org.apache.log4j.Logger;
import com.ecc.emp.core.Context;
import com.ecc.emp.core.EMPException;
import com.ecc.emp.data.IndexedCollection;
import com.ecc.emp.data.KeyedCollection;
im... | 9,591 | 0.717777 | 0.712713 | 237 | 36.333332 | 34.31221 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.675106 | false | false | 15 |
bcb6c82f09b7c06038d3564d40a1e886bb0abdc7 | 31,748,398,297,394 | c9791f5e07b43df9ab4463dd1504159e0495daba | /src/main/java/com/jack12324/eop/machine/particleExciter/GuiParticleExciter.java | b4c146f15f769673cc8cbac77a68dd36b00dc4c5 | [
"MIT"
] | permissive | jack12324/EOP | https://github.com/jack12324/EOP | afb8ef538475209141c7e6d465018926409ad662 | 477bbe31e7d61e6de4e981a07da526a4bbe8ede8 | refs/heads/master | 2021-01-23T10:54:46.009000 | 2017-08-21T20:09:48 | 2017-08-21T20:09:48 | 93,094,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jack12324.eop.machine.particleExciter;
import com.jack12324.eop.ExtremeOreProcessing;
import com.jack12324.eop.util.GuiValues;
import com.jack12324.eop.util.gui.GuiBase;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.util.ResourceLocation;... | UTF-8 | Java | 787 | java | GuiParticleExciter.java | Java | [
{
"context": "package com.jack12324.eop.machine.particleExciter;\n\nimport com.jack1232",
"end": 21,
"score": 0.9939380288124084,
"start": 12,
"tag": "USERNAME",
"value": "jack12324"
},
{
"context": "ack12324.eop.machine.particleExciter;\n\nimport com.jack12324.eop.ExtremeOreProcessi... | null | [] | package com.jack12324.eop.machine.particleExciter;
import com.jack12324.eop.ExtremeOreProcessing;
import com.jack12324.eop.util.GuiValues;
import com.jack12324.eop.util.gui.GuiBase;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.util.ResourceLocation;... | 787 | 0.778907 | 0.753494 | 20 | 38.349998 | 32.238602 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
bf3e36d78425e07b9a19b67c0d0a28d94a0cdad4 | 1,486,058,697,445 | e25191eb8ff133a8b3fa5872815aaabf504aaa0f | /utam-core/src/main/java/utam/core/selenium/factory/AppiumCapabilityProvider.java | 7da1b38fe989100796e1ce48399da7dd9cc06329 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | rajukamal/utam-java | https://github.com/rajukamal/utam-java | 28d600a637199dee5bd6c163bdfa5ad5b31d285d | 7e1541eda994884e70a2bb29ee19e5bf6ba2de6b | refs/heads/main | 2023-07-13T06:09:02.093000 | 2021-08-03T02:39:01 | 2021-08-03T02:39:01 | 397,735,088 | 0 | 0 | MIT | true | 2021-08-18T21:06:59 | 2021-08-18T21:06:59 | 2021-08-17T17:30:24 | 2021-08-18T18:40:54 | 1,048 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2021, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root
* or https://opensource.org/licenses/MIT
*/
package utam.core.selenium.factory;
import org.openqa.selenium.remote.DesiredCapabilities;
/**
* The pro... | UTF-8 | Java | 1,182 | java | AppiumCapabilityProvider.java | Java | [
{
"context": "um capabilities besides default ones\n *\n * @author qren\n * @since 230\n */\n@SuppressWarnings(\"WeakerAccess",
"end": 408,
"score": 0.9994099736213684,
"start": 404,
"tag": "USERNAME",
"value": "qren"
}
] | null | [] | /*
* Copyright (c) 2021, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root
* or https://opensource.org/licenses/MIT
*/
package utam.core.selenium.factory;
import org.openqa.selenium.remote.DesiredCapabilities;
/**
* The pro... | 1,182 | 0.741117 | 0.735195 | 41 | 27.829268 | 28.38662 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243902 | false | false | 15 |
1f26b08e944b2867a2999b53c99dc55d51b7ee74 | 26,671,746,942,957 | 61951d1c8b6c37ad6066b4030ac52dac8c81afd8 | /Sesion-08/Ejemplo-01/PaquetesDiseñoClases/src/com/proyecto/_abstract/Medicina.java | a3807f8a5f5addeeb6a60bd85bae5a27a79db5cb | [] | no_license | beduExpert/B2-Java-standard-edition | https://github.com/beduExpert/B2-Java-standard-edition | f131a61979dbc88f9c54372483867e5beb480744 | 216388002834af12b19851d5c1b48cce233e2bed | refs/heads/master | 2020-08-14T07:49:52.785000 | 2019-12-10T16:44:36 | 2019-12-10T16:44:36 | 215,125,945 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.proyecto._abstract;
public class Medicina{
}
| UTF-8 | Java | 60 | java | Medicina.java | Java | [] | null | [] | package com.proyecto._abstract;
public class Medicina{
}
| 60 | 0.75 | 0.75 | 5 | 11 | 12.976903 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
2bb6f634bbd0f1d296dbc760930ef2152f426b54 | 5,540,507,823,437 | 62433dd4d0bbb284a489eac3b764924905ae1951 | /InterviewBit/Math/Excel1/Solution.java | 5439638287a5db4c00ca8a9a681b8c62441065af | [] | no_license | abhipad14/Data_Structures_-_Algorithms | https://github.com/abhipad14/Data_Structures_-_Algorithms | 8ebc208159807415d1033cc00ff50bc4d855ac69 | e2c51cf8f3025a1cd4931d604f0843697a25f0c1 | refs/heads/master | 2021-01-10T14:47:49.112000 | 2016-09-16T02:40:30 | 2016-09-16T02:40:30 | 49,291,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Math.Math_Excel1;
public class Solution {
public int titleToNumber(String a) {
int answer = 0;
int size = a.length();
int power;
for(int i=size-1; i>=0; i--){
char temp = a.charAt(i);
int value = temp-'A';
power = size-1-i;
answer += ++value*Math.pow(26, power);
}
retu... | UTF-8 | Java | 339 | java | Solution.java | Java | [] | null | [] | package Math.Math_Excel1;
public class Solution {
public int titleToNumber(String a) {
int answer = 0;
int size = a.length();
int power;
for(int i=size-1; i>=0; i--){
char temp = a.charAt(i);
int value = temp-'A';
power = size-1-i;
answer += ++value*Math.pow(26, power);
}
retu... | 339 | 0.569322 | 0.548673 | 17 | 17.941177 | 12.557962 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.352941 | false | false | 15 |
7bd912febc65bee475ab42bfe1093c316cf7fff0 | 31,293,131,735,444 | 0cedd8386a93ae17042d5b4fbc85f7cba35f4197 | /TestProject/src/com/wear/testproject/bean/FriendsComponment.java | 6734b0e1f84ed1660e7a20eea811344ecf917ab0 | [] | no_license | ljwshigood/Xiaogoududu | https://github.com/ljwshigood/Xiaogoududu | 2ae0c78e10af1f2cff7bc6d9aca673fe28980d43 | 0d36c5af93a738fdc1b6972880907e13205a5047 | refs/heads/master | 2021-01-10T08:11:49.696000 | 2016-04-03T06:37:10 | 2016-04-03T06:37:10 | 55,113,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wear.testproject.bean;
import java.io.Serializable;
import java.util.List;
public class FriendsComponment implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String info ;
private int state ;
private List<SerialNumber> SerialNumber ;
public Strin... | UTF-8 | Java | 668 | java | FriendsComponment.java | Java | [] | null | [] | package com.wear.testproject.bean;
import java.io.Serializable;
import java.util.List;
public class FriendsComponment implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String info ;
private int state ;
private List<SerialNumber> SerialNumber ;
public Strin... | 668 | 0.700599 | 0.699102 | 43 | 14.534883 | 16.314281 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.093023 | false | false | 15 |
65d1e9d8c4985f2f30244f99349cc2943f818002 | 7,249,904,838,812 | ed589ea2c8dededa36d3b6d24fc86472a22322b6 | /trunk/GoJava1/myhailo.chernenko/ProjectOfficeManagement/src/test/java/ua/com/goit/gojava/POM/AllTests.java | fac7c1c536e6c4a3b5cbe68e64f200bc5ce569f4 | [] | no_license | baygoit/GoJava | https://github.com/baygoit/GoJava | dcf884d271a4612051036e4fdc2c882c343ec870 | a0a07165092bcc60e109c84227b0024f4bca38ed | refs/heads/master | 2020-04-16T01:46:09.808000 | 2016-08-06T06:28:13 | 2016-08-06T06:28:13 | 42,005,479 | 8 | 27 | null | false | 2016-03-09T11:26:20 | 2015-09-06T14:28:53 | 2016-01-11T14:00:31 | 2016-03-09T11:26:19 | 246,886 | 6 | 19 | 1 | Java | null | null | package ua.com.goit.gojava.POM;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
//import ua.com.goit.gojava.POM.dataModel.*;
/*import ua.com.goit.gojava.POM.dataModel.cash.*;
import ua.com.goit.gojava.POM.dataModel.common.*;
import u... | UTF-8 | Java | 1,066 | java | AllTests.java | Java | [] | null | [] | package ua.com.goit.gojava.POM;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
//import ua.com.goit.gojava.POM.dataModel.*;
/*import ua.com.goit.gojava.POM.dataModel.cash.*;
import ua.com.goit.gojava.POM.dataModel.common.*;
import u... | 1,066 | 0.721388 | 0.721388 | 47 | 20.680851 | 19.323788 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.255319 | false | false | 15 |
ebb7dc571d36a205b1f5206888a154e316e99329 | 14,834,817,049,477 | d7f87df7be436f8d5e6d4613177a2ad945d2ee09 | /SimpleTodo/app/src/main/java/ca/aniche/simpletodo/model/TodoItem.java | 24aa89f7d6bac234d0af372291dbfb42eb7b1862 | [] | no_license | anichelabs/learningAndroid | https://github.com/anichelabs/learningAndroid | f52b6466bd2333dbbbf08ca39a2f10916eaa04d1 | f1e38c8739671fcd42db8058168bda83da676eff | refs/heads/master | 2021-01-16T21:23:29.609000 | 2017-04-06T17:42:05 | 2017-04-06T17:42:05 | 32,780,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.aniche.simpletodo.model;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
@Table(name = "TodoItems")
public class TodoItem extends Model {
@Column(name = "Body")
private String body;
@Column(name = "Priority")
private i... | UTF-8 | Java | 927 | java | TodoItem.java | Java | [] | null | [] | package ca.aniche.simpletodo.model;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
@Table(name = "TodoItems")
public class TodoItem extends Model {
@Column(name = "Body")
private String body;
@Column(name = "Priority")
private i... | 927 | 0.655879 | 0.652643 | 43 | 20.581396 | 20.252169 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348837 | false | false | 15 |
0fab57c8c2e15f17619d2af93de81a4704c93d73 | 8,177,617,761,729 | 50f8908a21e991bacb9ba11024e061b05ca53040 | /Interview/src/patternPractice/Pattern8.java | 17355b6a393996eb40b0493962682b373a6b0dfe | [] | no_license | SKNarayan/JavaProgramming | https://github.com/SKNarayan/JavaProgramming | 5f50ec874605218732c117c51e942968401e24da | fd58cbac21cdf3e0b4aab640950b462ce93f1193 | refs/heads/main | 2023-07-11T11:31:56.580000 | 2021-08-07T19:01:01 | 2021-08-07T19:01:01 | 328,651,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package patternPractice;
public class Pattern8{
public static void main(String[] args) {
for(char c='E'; c>='A'; c--){
for(int i=1; i<=5; i++){
System.out.print(c+" ");
}
System.out.println();
}
}
}
| UTF-8 | Java | 279 | java | Pattern8.java | Java | [] | null | [] | package patternPractice;
public class Pattern8{
public static void main(String[] args) {
for(char c='E'; c>='A'; c--){
for(int i=1; i<=5; i++){
System.out.print(c+" ");
}
System.out.println();
}
}
}
| 279 | 0.448029 | 0.437276 | 15 | 17.6 | 16.288237 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 15 |
d3f77a70c414f1b08f19230703419883250c9674 | 3,109,556,344,961 | 5e6019c7a958541bb2f9ae280f83b32df824d2d4 | /Assignment1/src/Course.java | f2dbf0b3662e6a1015afddbdc3bcc70fa550889b | [] | no_license | sohamvg/COL106_Assignments | https://github.com/sohamvg/COL106_Assignments | 681db61245bd34a6331c65432b0fe247d8e9d76a | 4f92324e29d0ba205190855f6220bac0ba37ab57 | refs/heads/master | 2020-07-03T03:57:42.263000 | 2019-11-26T14:10:31 | 2019-11-26T14:10:31 | 201,776,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Iterator;
public class Course implements Entity_ {
String name;
String code;
List<Student> courseStudents;
public Course(String name, String code) {
this.name = name;
this.code = code;
courseStudents = new List<Student>();
}
@Override
public String name() {
return this.name;
}
... | UTF-8 | Java | 903 | java | Course.java | Java | [] | null | [] | import java.util.Iterator;
public class Course implements Entity_ {
String name;
String code;
List<Student> courseStudents;
public Course(String name, String code) {
this.name = name;
this.code = code;
courseStudents = new List<Student>();
}
@Override
public String name() {
return this.name;
}
... | 903 | 0.669989 | 0.669989 | 55 | 15.418181 | 14.994169 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.654545 | false | false | 15 |
7f23c755bbcdb271ce371a5166c030e7bce27b8f | 28,166,395,569,077 | 6ad2a622b294ac34a38cd5e888abe67550daad5c | /SoccerTeam.java | 77ae516d284c6b2571bd803a1ecefc04cf77d02e | [] | no_license | Vu808/SoccerTournament | https://github.com/Vu808/SoccerTournament | e265eed33b58ca4908ca13e6b2d7becd2191a249 | b979a796034d294e06b0e10facca8b4b9b61e385 | refs/heads/master | 2021-01-20T05:22:16.803000 | 2017-09-01T03:03:43 | 2017-09-01T03:03:43 | 101,439,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class SoccerTeam {
private int wins;
private int losses;
private int ties;
private int points;
private static int gamesplayed;
private static int goals;
public void played(SoccerTeam opponent, int myScore, int opponentScore) {
if (myScore > opponentScore) {
wins++;
} if ... | UTF-8 | Java | 1,384 | java | SoccerTeam.java | Java | [] | null | [] |
public class SoccerTeam {
private int wins;
private int losses;
private int ties;
private int points;
private static int gamesplayed;
private static int goals;
public void played(SoccerTeam opponent, int myScore, int opponentScore) {
if (myScore > opponentScore) {
wins++;
} if ... | 1,384 | 0.627168 | 0.62211 | 74 | 16.675676 | 15.371181 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.864865 | false | false | 15 |
ee693462fc6b25fec8d0133e82671adfa0a101f1 | 15,255,723,884,562 | 3a6b03115f89c52c0990048d653e2d66ff85feba | /org/apache/http/impl/client/RoutedRequest.java | fc8828ee136c3ffe6760fe1221cb197364d3ffe6 | [] | no_license | isabella232/android-sdk-sources-for-api-level-1 | https://github.com/isabella232/android-sdk-sources-for-api-level-1 | 9159e92080649343e6e2be0da2b933fa9d3fea04 | c77731af5068b85a350e768757d229cae00f8098 | refs/heads/master | 2023-03-18T05:07:06.633000 | 2015-06-13T13:35:17 | 2015-06-13T13:35:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: RoutedRequest.java
package org.apache.http.impl.client;
import org.apache.http.conn.routing.HttpRoute;
// Referenced ... | UTF-8 | Java | 770 | java | RoutedRequest.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://kpdus.tripod.com/jad.ht",
"end": 62,
"score": 0.9996963143348694,
"start": 46,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e2. Copyright 2001 <NAME>.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: RoutedRequest.java
package org.apache.http.impl.client;
import org.apache.http.conn.routing.HttpRoute;
// Referenced classes of... | 760 | 0.754545 | 0.742857 | 33 | 22.333334 | 22.582733 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848485 | false | false | 15 |
34846c8a5fbdd84c86cc15b14515b1a155645977 | 15,255,723,881,147 | ec94bfd9ba6ac21e6b30d3286426a843b7cfb3c9 | /src/main/java/com/obok/domain/keyword/KeywordLoggerImpl.java | 60954193e75d37350fb0d0a2ef1b0fa269135026 | [] | no_license | bisori-exam/obok | https://github.com/bisori-exam/obok | 5bd4db9f4dda403200402f3b2d30753306b37f3c | ad478b8a508a4277413f485429aabb2e0f4e2ca4 | refs/heads/master | 2020-06-22T11:20:13.247000 | 2019-07-24T13:20:51 | 2019-07-24T13:20:51 | 197,703,049 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.obok.domain.keyword;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
@RequiredArgsConstructor(onConstructor_ = { @Autowired })
public class KeywordLoggerImpl implements KeywordLogger {
private fi... | UTF-8 | Java | 453 | java | KeywordLoggerImpl.java | Java | [] | null | [] | package com.obok.domain.keyword;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
@RequiredArgsConstructor(onConstructor_ = { @Autowired })
public class KeywordLoggerImpl implements KeywordLogger {
private fi... | 453 | 0.821192 | 0.818985 | 16 | 27.3125 | 22.963881 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 15 |
33d7c4caf67bcdcc3df2a0ccdae84507d64f8e9c | 28,321,014,394,427 | 9bc388d7df36c4a3ea9f0abacda931d828940e38 | /src/main/java/com/example/controller/CardController.java | c9a31e4eba31ff65df6b6b5dfc60bac1c2cb6072 | [] | no_license | justsayr/cardManagement | https://github.com/justsayr/cardManagement | 3ac53c0c4f46826db461c09ee306743b39203e89 | 307a419f243474a049bd988edabb9aa45b6aa3cd | refs/heads/master | 2021-01-19T13:22:01.299000 | 2017-04-12T18:10:39 | 2017-04-12T18:10:39 | 88,082,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
import org.springframework.http.RequestEntity;
import org.springframework.http.ResponseEntity;
import org.spring... | UTF-8 | Java | 2,294 | java | CardController.java | Java | [] | null | [] | package com.example.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
import org.springframework.http.RequestEntity;
import org.springframework.http.ResponseEntity;
import org.spring... | 2,294 | 0.78422 | 0.782912 | 80 | 27.674999 | 26.101137 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.475 | false | false | 15 |
f3633f2dc52400ed2400852b6b2d96242243b21d | 25,503,515,873,654 | 9474673a1e8cd62c820f9ffb6acadbc58090f862 | /src/main/java/vdro/tau/fish/domain/Fish.java | 308cd71b7df9d7bb2d283b3ff42d02ea613241d7 | [] | no_license | vdro/TAU-FishApp | https://github.com/vdro/TAU-FishApp | 76aaee3ef7329f584a9db992cdfe22e2bb8978a4 | 8705a5cfcf89a99c2857fe0ecb43a35336bf980b | refs/heads/master | 2022-12-02T07:35:18.284000 | 2020-01-26T14:35:27 | 2020-01-26T14:35:27 | 213,134,977 | 0 | 0 | null | false | 2022-11-16T09:59:23 | 2019-10-06T08:43:21 | 2020-01-26T14:35:30 | 2022-11-16T09:59:20 | 9,050 | 0 | 0 | 3 | C++ | false | false | package vdro.tau.fish.domain;
public class Fish {
public Fish() {
}
public Fish(int Id,
String Label,
String Name,
String Description,
int CategoryId,
int Quantity,
float NetPrice,
float GrossP... | UTF-8 | Java | 3,414 | java | Fish.java | Java | [] | null | [] | package vdro.tau.fish.domain;
public class Fish {
public Fish() {
}
public Fish(int Id,
String Label,
String Name,
String Description,
int CategoryId,
int Quantity,
float NetPrice,
float GrossP... | 3,414 | 0.598125 | 0.596368 | 144 | 22.715279 | 21.217676 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.402778 | false | false | 15 |
58376666dacee99400075a02337a507d1eab34e8 | 28,827,820,511,061 | 8f2c2e357d5eb4d8a46ff43a900ada1df8c0a4bd | /49. Group Anagrams.java | 36f6fa40c741021016edb96f0941183108bb95a4 | [] | no_license | tiwarisahil91/leetcode | https://github.com/tiwarisahil91/leetcode | f0a653466a2c73fec0eae49fd0c6418480cce43b | cc1d2a2020087c2e911f4b67ae2577afc6af832d | refs/heads/master | 2023-03-27T04:02:55.995000 | 2021-03-25T00:20:33 | 2021-03-25T00:20:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public List<List<String>> groupAnagrams(String[] strs) {
List<List<String>> groupedAnagrams = new ArrayList<>();
if(strs == null || strs.length < 1) return groupedAnagrams;
Map<String, List<String>> map = new HashMap<>();
for(String word : strs){
char[] characters = word.toCh... | UTF-8 | Java | 622 | java | 49. Group Anagrams.java | Java | [] | null | [] | class Solution {
public List<List<String>> groupAnagrams(String[] strs) {
List<List<String>> groupedAnagrams = new ArrayList<>();
if(strs == null || strs.length < 1) return groupedAnagrams;
Map<String, List<String>> map = new HashMap<>();
for(String word : strs){
char[] characters = word.toCh... | 622 | 0.665595 | 0.663987 | 18 | 33.611111 | 20.782309 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 15 |
48b883d97a2d726fc43f70372e8f79325b6d46d8 | 31,181,462,593,975 | 33ced4ea107265f9d51727ce8defcb331bd4dd35 | /src/CollisionInfo.java | 42b852d7868bd98b720209a7227bafbe4cb213c0 | [] | no_license | amiram-yss/ass3 | https://github.com/amiram-yss/ass3 | 5b528d27e51e95b87e0935af8f10a8c4d0b3d570 | 00410543987d6bf02b4428c3c9ab36a8ac30f27a | refs/heads/master | 2023-04-15T20:29:50.111000 | 2021-05-03T20:21:17 | 2021-05-03T20:21:17 | 362,926,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Amiram Yassif
* 314985474
* ass3
*/
public class CollisionInfo {
/**
* Properties
*/
private Point _collisionPoint;
private Collidable _collisionObject;
/**
* Constructor
* @param collisionPoint The collision point.
* @param object The object col... | UTF-8 | Java | 1,048 | java | CollisionInfo.java | Java | [
{
"context": "/**\n * @author Amiram Yassif\n * 314985474\n * ass3\n */\npublic class CollisionIn",
"end": 28,
"score": 0.9998829364776611,
"start": 15,
"tag": "NAME",
"value": "Amiram Yassif"
}
] | null | [] | /**
* @author <NAME>
* 314985474
* ass3
*/
public class CollisionInfo {
/**
* Properties
*/
private Point _collisionPoint;
private Collidable _collisionObject;
/**
* Constructor
* @param collisionPoint The collision point.
* @param object The object collided.
... | 1,041 | 0.599237 | 0.589695 | 46 | 21.782608 | 21.835266 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173913 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.