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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00499821685e0dc1cc46e5ac46850418a410f04b | 8,589,934,630,699 | e56b11e3978a05c3d0459189cf22a9cdc87f6d96 | /src/main/java/hr/foi/tbp/Password.java | 953eee0201e28993455fe9ce6305ddfd83567c89 | [] | no_license | kruh91/TBP | https://github.com/kruh91/TBP | f40f6df2002956c8d56c3ad6c6f941cce25c962b | ff7801ac0464d957160cd4caec0acb19ee63dbca | refs/heads/master | 2020-03-20T22:11:56.710000 | 2018-06-18T17:32:31 | 2018-06-18T17:32:31 | 137,784,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.foi.tbp;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
public class Password {
public static void main(String[] args) {
BCryptPasswordEncoder encoder = new BCryptPasswordEncoder();
System.out.println(encoder.encode(args[0]));
}
}
| UTF-8 | Java | 278 | java | Password.java | Java | [] | null | [] | package hr.foi.tbp;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
public class Password {
public static void main(String[] args) {
BCryptPasswordEncoder encoder = new BCryptPasswordEncoder();
System.out.println(encoder.encode(args[0]));
}
}
| 278 | 0.773381 | 0.769784 | 12 | 22.166666 | 25.533747 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 0 |
5f9e9823d1d24863991bb1eacfb08d5b71d96c95 | 21,079,699,509,767 | 5296b2dd5d66e14c1951aca2c511067555363da1 | /jdk-version/jdk/src/main/java/tian/pusen/jdk/CalendarSample.java | e89e96ce71843cdafb9aaf37352a3ac4451f52d1 | [
"MIT"
] | permissive | pustian/learn-java | https://github.com/pustian/learn-java | 75c883627d393a2a35b02cd1c8bbf590ca03daaa | efef1e0d98e66ad90eb6d7e89674d462a093adb0 | refs/heads/master | 2021-12-30T22:13:54.610000 | 2021-02-12T07:48:03 | 2021-02-12T07:48:03 | 248,968,911 | 0 | 0 | MIT | false | 2021-12-14T21:55:16 | 2020-03-21T12:12:30 | 2021-02-12T07:48:49 | 2021-12-14T21:55:14 | 560 | 0 | 0 | 2 | Java | false | false | /**
*
*/
package tian.pusen.jdk;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.concurrent.Callable;
/**
* <p> Title:CalendarSample </p>
* <p> Description: </p>
* <p> Company: Masapay </p>
* @author: tianpusen
* @Date : 2016年10月20日 下午5:14:41
*/... | UTF-8 | Java | 2,017 | java | CalendarSample.java | Java | [
{
"context": " </p>\n * <p> Company: Masapay </p>\n * @author: tianpusen\n * @Date : 2016年10月20日 下午5:14:41\n */\npublic fina",
"end": 282,
"score": 0.9996112585067749,
"start": 273,
"tag": "USERNAME",
"value": "tianpusen"
}
] | null | [] | /**
*
*/
package tian.pusen.jdk;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.concurrent.Callable;
/**
* <p> Title:CalendarSample </p>
* <p> Description: </p>
* <p> Company: Masapay </p>
* @author: tianpusen
* @Date : 2016年10月20日 下午5:14:41
*/... | 2,017 | 0.665607 | 0.624271 | 72 | 25.208334 | 25.042707 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.402778 | false | false | 0 |
42b287b9fdf9d631d17abafcb77bd3ec80c44875 | 9,921,374,506,545 | 45ba74907f0a3f18ee609c01186ce326e82bcb8e | /Android/YuLian/src/com/njkj/yulian/ui/activity/LoveThemeActivity.java | d7e6440a47a490085a053b3fbf8afdefcbe67b20 | [] | no_license | qiu2421653/Yulian | https://github.com/qiu2421653/Yulian | b3e4f49b7fdbb8dd0643e25f7090921e908c8909 | 74ae61ecfe9977bd0d03f4476a2c0c54de6fdc6e | refs/heads/master | 2021-01-23T02:19:09.633000 | 2017-06-02T11:08:43 | 2017-06-02T11:08:43 | 92,915,856 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njkj.yulian.ui.activity;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
impo... | UTF-8 | Java | 7,457 | java | LoveThemeActivity.java | Java | [] | null | [] | package com.njkj.yulian.ui.activity;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
impo... | 7,457 | 0.702256 | 0.699594 | 256 | 26.878906 | 20.753695 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.847656 | false | false | 0 |
84055d8a0e7c6d9966653dcb3851f5137029afb3 | 15,616,501,093,575 | 0475e3ef945f32d484df0104747ac947e205bc05 | /chapter3/src/NumberMessage.java | 2a4b3332984f531c4774744ad366986f3ffd3bf7 | [] | no_license | Gravitonic/javaclass | https://github.com/Gravitonic/javaclass | 8e7a23443e5f0c2a91e437f9ddc0b8541b3beebe | 4c547be814fd0b2553eda9a1fc5c77e1b230a432 | refs/heads/master | 2021-01-25T09:47:59.234000 | 2018-05-15T00:03:09 | 2018-05-15T00:03:09 | 123,321,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Programmer: Dylan Yang
* Date: September 29 2017
* Purpose: To respond to a number inputted by the user.
*/
import java.util.Scanner;
public class NumberMessage {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int num;
System.out.println("Please enter a number betwe... | UTF-8 | Java | 1,014 | java | NumberMessage.java | Java | [
{
"context": "/*\n * Programmer: Dylan Yang\n * Date: September 29 2017\n * Purpose: To respond",
"end": 28,
"score": 0.9998564124107361,
"start": 18,
"tag": "NAME",
"value": "Dylan Yang"
}
] | null | [] | /*
* Programmer: <NAME>
* Date: September 29 2017
* Purpose: To respond to a number inputted by the user.
*/
import java.util.Scanner;
public class NumberMessage {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int num;
System.out.println("Please enter a number between 1... | 1,010 | 0.651874 | 0.63215 | 50 | 19.280001 | 21.330767 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.08 | false | false | 0 |
f7ecf2d5d97fac312491054bfe62590046ba1e81 | 19,911,468,425,997 | 3877a900d46648d5a93ff3294fe58580b1be1c6b | /takeaway-common/src/main/java/com/archu/takeawaycommon/domain/location/Location.java | e57c041adf23462cdaa8090d7611b3f46a8f325b | [] | no_license | MarcinPerka/takeaway-app | https://github.com/MarcinPerka/takeaway-app | f3b721b52de08f3fb804f93ecc290bce6a8d3b0e | 4fe4aa1ab67391b49892c2538c2881f546328764 | refs/heads/main | 2023-06-24T21:19:26.715000 | 2021-07-21T17:59:17 | 2021-07-21T17:59:17 | 349,454,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.archu.takeawaycommon.domain.location;
import lombok.*;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
@Getter
@AllArgsConstructor(access = AccessLevel.PRIVATE, staticName = "of")
@NoArgsConstructor(access = AccessLevel.PRIVATE)
@ToString
public class Location {
@Valid
... | UTF-8 | Java | 425 | java | Location.java | Java | [] | null | [] | package com.archu.takeawaycommon.domain.location;
import lombok.*;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
@Getter
@AllArgsConstructor(access = AccessLevel.PRIVATE, staticName = "of")
@NoArgsConstructor(access = AccessLevel.PRIVATE)
@ToString
public class Location {
@Valid
... | 425 | 0.757647 | 0.757647 | 22 | 18.318182 | 19.384592 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 0 |
94a38d1e928526b662e68b16bd26630db8ecb7e1 | 10,307,921,564,449 | ce2e7104670bde2b52f348595e454d541379ca69 | /src/main/java/com/ccstay/cyou/entity/Result.java | 3412227946c8f57e75995c6d47d50e7d471cfa5f | [] | no_license | elicscc/cyou | https://github.com/elicscc/cyou | c01673b831d769f954d76f365ca0231072529a9b | 48d0e7f64ca547ef2582825a27fa3ebf841d4a01 | refs/heads/master | 2021-02-06T21:42:14.227000 | 2020-03-06T08:59:57 | 2020-03-06T08:59:57 | 243,950,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ccstay.cyou.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Result {
private boolean flag;
private Integer code;
private String message;
private Object data;
public Result(boolean ... | UTF-8 | Java | 420 | java | Result.java | Java | [] | null | [] | package com.ccstay.cyou.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Result {
private boolean flag;
private Integer code;
private String message;
private Object data;
public Result(boolean ... | 420 | 0.702381 | 0.702381 | 21 | 19 | 12.731663 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 0 |
ee50a6a9a96a8a8861f08831f67efac2f8377333 | 33,303,176,465,721 | 5a76e880d4c03a72ec5fd908144d7e1d646f5d58 | /src/Test/Test27_1.java | 022d66768494e1843935941816c22523c9c44265 | [] | no_license | StevenGape/Test | https://github.com/StevenGape/Test | 95941ae96a81b68315313591f6f3742a1a19cc6d | 90fafe92e0cd9440cbac32bd6aa97eb44389ff94 | refs/heads/master | 2021-01-22T01:28:11.709000 | 2015-02-05T15:44:14 | 2015-02-05T15:44:14 | 28,550,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Test;
public class Test27_1 {
/**
* 该程序使用除1位素数得2位方法, 运行效率高通用性差
*/
public static void main(String[] args) {
int[] a = new int[] {2, 3, 5, 7};
for (int j = 0; j < 4; j++)
System.out.print(a[j] + " ");
boolean b = false;
for (int i = 11; i < 100; i += 2) {
for (int j = 0; j < 4; j++) {
i... | UTF-8 | Java | 516 | java | Test27_1.java | Java | [] | null | [] | package Test;
public class Test27_1 {
/**
* 该程序使用除1位素数得2位方法, 运行效率高通用性差
*/
public static void main(String[] args) {
int[] a = new int[] {2, 3, 5, 7};
for (int j = 0; j < 4; j++)
System.out.print(a[j] + " ");
boolean b = false;
for (int i = 11; i < 100; i += 2) {
for (int j = 0; j < 4; j++) {
i... | 516 | 0.447034 | 0.404661 | 27 | 16.481482 | 12.928207 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.925926 | false | false | 0 |
2567945973d6a0ee0ee10f97060bda83f9fad03c | 20,340,965,181,596 | 52d8790c80c3ffd29b5d3bf9c3ae8033735f392d | /src/main/java/net/wakamesoba98/knitcap/window/MainWindow.java | fa8d4e75f92a0b98b371c5bfbf812397a1f9de00 | [
"BSD-3-Clause",
"CC-BY-4.0",
"MIT"
] | permissive | wakamesoba98/knitcap | https://github.com/wakamesoba98/knitcap | 76e427a5c63b0d89055b05cbd1da947350b0f6bc | 17469acc74bcd02b891faf667d57924e81529c74 | refs/heads/master | 2021-01-09T20:20:27.858000 | 2016-08-08T03:45:57 | 2016-08-08T03:46:27 | 61,104,224 | 12 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.wakamesoba98.knitcap.window;
import net.wakamesoba98.knitcap.config.Config;
import net.wakamesoba98.knitcap.view.Controller;
import org.newdawn.slick.*;
public class MainWindow extends BasicGame {
public static final int TOOLBAR_HEIGHT = 36;
private Controller controller;
private String devi... | UTF-8 | Java | 1,730 | java | MainWindow.java | Java | [
{
"context": " net.wakamesoba98.knitcap.window;\n\n\nimport net.wakamesoba98.knitcap.config.Config;\nimport net.wakamesoba98.kn",
"end": 66,
"score": 0.7229117155075073,
"start": 57,
"tag": "USERNAME",
"value": "amesoba98"
},
{
"context": "wakamesoba98.knitcap.config.Config;\nimport ... | null | [] | package net.wakamesoba98.knitcap.window;
import net.wakamesoba98.knitcap.config.Config;
import net.wakamesoba98.knitcap.view.Controller;
import org.newdawn.slick.*;
public class MainWindow extends BasicGame {
public static final int TOOLBAR_HEIGHT = 36;
private Controller controller;
private String devi... | 1,730 | 0.649133 | 0.642197 | 59 | 28.322035 | 24.345982 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59322 | false | false | 0 |
b8718532c1e50bcd51cbb4c5a1d27e58a8dfa40d | 16,183,436,802,850 | 1c30efa3180f5a4fcba99c12b55d92b6f5bf6333 | /src/main/java/generated/qinmf/cycet/carjt/mvyzk/rnknu/Class005342.java | 544fef59328a7cbc109dc4fd1bdbe298f1b8019b | [] | no_license | mojira/MojirAI.git | https://github.com/mojira/MojirAI.git | e4adc643511d943620e364ce46719bd02392484d | 5934d64874e54fddabb16826dfb5af397988825c | refs/heads/main | 2021-06-09T15:12:12.938000 | 2021-04-01T21:30:16 | 2021-04-01T21:30:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package generated.qinmf.cycet.carjt.mvyzk.rnknu;
import helpers.Config;
import helpers.Context;
import helpers.BullshifierException;
import java.util.*;
import java.util.logging.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.text.SimpleDateFormat;
public class Clas... | UTF-8 | Java | 33,344 | java | Class005342.java | Java | [] | null | [] | package generated.qinmf.cycet.carjt.mvyzk.rnknu;
import helpers.Config;
import helpers.Context;
import helpers.BullshifierException;
import java.util.*;
import java.util.logging.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.text.SimpleDateFormat;
public class Clas... | 33,344 | 0.715631 | 0.671395 | 990 | 32.680809 | 35.21537 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.018182 | false | false | 0 |
492f22dc489aeb820300eccbaa3097fd59e76be1 | 27,951,647,223,030 | 2cb38103f945fc07833e4873bf3b7981d2abcee0 | /src/main/java/pl/jkitaj/restcityloader/controller/CityController.java | b183df0c5c56f9bbbdc956edca9cb0594dcea1af | [
"Apache-2.0"
] | permissive | jkitaj/city-loader | https://github.com/jkitaj/city-loader | 843928ef23a451899331aaddea37dfc05ec6a8f1 | ffa86a6426ce05cf44800c4847cbedecd0ce10c1 | refs/heads/master | 2021-01-11T17:21:59.487000 | 2018-03-05T21:44:22 | 2018-03-05T21:44:22 | 79,762,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.jkitaj.restcityloader.controller;
import java.util.SortedSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
i... | UTF-8 | Java | 2,414 | java | CityController.java | Java | [] | null | [] | package pl.jkitaj.restcityloader.controller;
import java.util.SortedSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
i... | 2,414 | 0.733637 | 0.732809 | 75 | 31.186666 | 26.585054 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.933333 | false | false | 0 |
e8c94142d2018e51ce8b9bfe151afe651336ca04 | 4,535,485,530,148 | a9942145d34226e1cfb73e381dd5a9254c2df926 | /Code Wars (2017-2018)/src/prob12.java | 78ca442fccb7a47983d9f2b0e1d8e3a755697d37 | [] | no_license | WissamAntoun/algorithm-competition-repo | https://github.com/WissamAntoun/algorithm-competition-repo | bc39b4d319da3ececc044aed6bda2f0051f33aa8 | 4494821dfb667beb7bcd50f963894f1ee69c334d | refs/heads/master | 2020-09-26T05:18:30.529000 | 2019-04-13T05:03:41 | 2019-04-13T05:03:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
import static java.lang.System.out;
/**
* Correct for 8 points
*/
public class prob12 {
private static final String FILE_NAME = "prob12.txt";
public static void mai... | UTF-8 | Java | 2,290 | java | prob12.java | Java | [] | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
import static java.lang.System.out;
/**
* Correct for 8 points
*/
public class prob12 {
private static final String FILE_NAME = "prob12.txt";
public static void mai... | 2,290 | 0.465066 | 0.459389 | 75 | 29.533333 | 22.992947 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
29fb5c1d6e9ddc701984c0d3b5685255ba38a09e | 28,509,992,946,251 | 9dcb39ce96ac28a1ea9d633c97a1bebfc689bf64 | /java-黑马java课程实践代码/day01/src/homework/prj02.java | a931a1d7690ef683abb281c0614378a6e71cc6df | [
"Apache-2.0"
] | permissive | Ctrl-12/Project-experience | https://github.com/Ctrl-12/Project-experience | eabd32df500dca69c5b8dcecaeb8b4037016c749 | b563c5c3afc07c913c2e1fd25dff41c70533f8de | refs/heads/master | 2023-07-25T07:15:55.444000 | 2021-08-31T14:03:01 | 2021-08-31T14:03:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework;
import java.util.Scanner;
/***
* @author Administrator
*在控制台输出以下内容:
姓名:王洋
年龄:22
性别:男
职业:学生
住址:北京市昌平区北七家镇宏福科技园修正大厦
*/
public class prj02 {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
String name,sex,work,address;
int age;
System.out.println("请输入个人信息:");... | GB18030 | Java | 747 | java | prj02.java | Java | [
{
"context": "\n\n/***\n * @author Administrator\n *在控制台输出以下内容:\n\t姓名:王洋\n\t年龄:22\n\t性别:男\n\t职业:学生\n\t住址:北京市昌平区北七家镇宏福科技园修正大厦\n\n */\n",
"end": 96,
"score": 0.9994929432868958,
"start": 94,
"tag": "NAME",
"value": "王洋"
}
] | null | [] | package homework;
import java.util.Scanner;
/***
* @author Administrator
*在控制台输出以下内容:
姓名:王洋
年龄:22
性别:男
职业:学生
住址:北京市昌平区北七家镇宏福科技园修正大厦
*/
public class prj02 {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
String name,sex,work,address;
int age;
System.out.println("请输入个人信息:");... | 747 | 0.64716 | 0.640275 | 31 | 17.741936 | 14.004533 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 0 |
803056978b854207cacc8c2f8450d05df9b13aed | 29,807,073,055,516 | f8828a3b00b6e2d88abc100014387d285f5ea8db | /src/com/rewardly/perftest/entities/benchmarks/DatastoreFetcher.java | 3b644eb16200e482c299da8799ecc9b9b3d06566 | [] | no_license | aleemstreak/perftest | https://github.com/aleemstreak/perftest | a2b056ca5cf7957b0f0e8629a46f357c26b03df7 | 2e34d8b7d0de762cd6c84ea4bd1d8a7a3a6c31db | refs/heads/master | 2021-01-22T03:14:21.965000 | 2015-01-02T17:57:46 | 2015-01-02T17:57:46 | 18,130,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rewardly.perftest.entities.benchmarks;
import java.util.List;
import com.google.appengine.api.datastore.DatastoreServiceFactory;
import com.google.appengine.api.datastore.Entity;
import com.google.appengine.api.datastore.Key;
import com.rewardly.perftest.entities.EntityBenchmark;
public class DatastoreFe... | UTF-8 | Java | 654 | java | DatastoreFetcher.java | Java | [] | null | [] | package com.rewardly.perftest.entities.benchmarks;
import java.util.List;
import com.google.appengine.api.datastore.DatastoreServiceFactory;
import com.google.appengine.api.datastore.Entity;
import com.google.appengine.api.datastore.Key;
import com.rewardly.perftest.entities.EntityBenchmark;
public class DatastoreFe... | 654 | 0.793578 | 0.793578 | 27 | 23.222221 | 24.163538 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 0 |
9bab64b5cefa70371f7b8bf934809d56584ad2a8 | 29,807,073,055,988 | 41c2912c25c023dffc47cb32defebdeed5e309e4 | /erp-service/src/main/java/com/viettel/erp/business/ConstrDesignBusinessImpl.java | ce10ecb67c92088b94ea18d5d8c92473e2d91f64 | [] | no_license | ngotrog1507/SpringHibernate | https://github.com/ngotrog1507/SpringHibernate | 297277f268293e4b2955cbd4009114e3d7956f0f | 30dc0ee84029ff752cf458d3d05de9943826ec4a | refs/heads/master | 2021-01-01T04:15:00.396000 | 2017-07-13T18:10:01 | 2017-07-13T18:10:01 | 97,151,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viettel.erp.business;
import com.viettel.erp.bo.ConstrDesignBO;
import com.viettel.erp.dao.ConstrDesignDAO;
import com.viettel.erp.dto.ConstrDesignDTO;
import com.viettel.erp.dto.ConstrDesignExtDTO;
import com.viettel.service.base.business.BaseFWBusinessImpl;
import java.util.List;
import org.springframew... | UTF-8 | Java | 1,286 | java | ConstrDesignBusinessImpl.java | Java | [] | null | [] | package com.viettel.erp.business;
import com.viettel.erp.bo.ConstrDesignBO;
import com.viettel.erp.dao.ConstrDesignDAO;
import com.viettel.erp.dto.ConstrDesignDTO;
import com.viettel.erp.dto.ConstrDesignExtDTO;
import com.viettel.service.base.business.BaseFWBusinessImpl;
import java.util.List;
import org.springframew... | 1,286 | 0.76283 | 0.76283 | 46 | 26.956522 | 28.234236 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 0 |
bb81189585393da1ba8fd98c4cc50af6182e920d | 11,312,943,865,563 | edbb0d13651be18a0c1efa91b051a4bfd6214728 | /src/main/java/pl/jasmic/photomanager/photo/PhotoService.java | e4e02eb3771e350658f19f2b4ba54d7cce31b416 | [] | no_license | MichalSFG/photo-gallery | https://github.com/MichalSFG/photo-gallery | 8c04972408f86439dc5ef2ccbf7f5a7e6e474d5b | 117178951dca2c1e960110b65fcd0d5cca9232c3 | refs/heads/main | 2023-03-28T09:30:22.932000 | 2021-03-27T10:14:32 | 2021-03-27T10:14:32 | 351,412,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.jasmic.photomanager.photo;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Optional;
@Service
public interface PhotoService {
List<Photo> findAll();
Optional<Photo> findById(Long id);
void add(Photo photo);
void delete(Photo photo);
}
| UTF-8 | Java | 308 | java | PhotoService.java | Java | [] | null | [] | package pl.jasmic.photomanager.photo;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Optional;
@Service
public interface PhotoService {
List<Photo> findAll();
Optional<Photo> findById(Long id);
void add(Photo photo);
void delete(Photo photo);
}
| 308 | 0.737013 | 0.737013 | 18 | 16.111111 | 16.048153 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 0 |
9ea78e1abaaf0741726ad6bbd1f9b42a46d8dff5 | 18,760,417,181,638 | a37658b8457dc08da2b16d9e18a0ab6a712e3629 | /app/src/main/java/com/example/solarsystemguide/SunMenu.java | 0af99ec05cbbb37fc64417058caf4530a92bbaf6 | [] | no_license | Emilstan28/Solar_System_Guide | https://github.com/Emilstan28/Solar_System_Guide | ea749551f4f52edbc75040cb952d20725a505f4f | 74c359a0eef1b6e82848802cea9cc9785eae3624 | refs/heads/master | 2023-03-18T12:03:37.313000 | 2021-03-15T13:52:33 | 2021-03-15T13:52:33 | 326,017,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.solarsystemguide;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class SunMenu extends AppCompatActivity {
Button learnMoreMissions, learnMoreSunInfo;
@Override
... | UTF-8 | Java | 1,303 | java | SunMenu.java | Java | [] | null | [] | package com.example.solarsystemguide;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class SunMenu extends AppCompatActivity {
Button learnMoreMissions, learnMoreSunInfo;
@Override
... | 1,303 | 0.66462 | 0.66462 | 48 | 26.166666 | 23.899384 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 0 |
748e71a1186d28f79883d174a6477ad88d54a491 | 33,243,046,900,561 | d8df3841a26519649c522e951270b73b191fa41c | /src/main/java/com/github/magrifle/data/searchapi/SearchOperation.java | d8f8fd745acc9e9acecca1a3eda5981cbfec0425 | [
"Apache-2.0"
] | permissive | magrifle/search-api | https://github.com/magrifle/search-api | 708c5b5985dcef46badd44af7289364ea4c3113e | 6d87eaa94d0a581a1eaa0243984abefc312b6ca4 | refs/heads/master | 2023-04-13T00:55:59.752000 | 2023-04-05T19:43:05 | 2023-04-05T19:43:05 | 144,172,938 | 3 | 1 | Apache-2.0 | false | 2023-04-05T19:39:01 | 2018-08-09T15:41:04 | 2022-10-19T15:26:33 | 2023-04-05T19:38:59 | 403 | 4 | 1 | 3 | Java | false | false | package com.github.magrifle.data.searchapi;
import java.util.HashMap;
import java.util.Map;
public enum SearchOperation {
EQUALITY, NEGATION, GREATER_THAN, LESS_THAN, LIKE, STARTS_WITH, ENDS_WITH, CONTAINS, IN;
public static final Map<Character, SearchOperation> SIMPLE_OPERATION_SET;
static {
SI... | UTF-8 | Java | 612 | java | SearchOperation.java | Java | [
{
"context": "package com.github.magrifle.data.searchapi;\n\nimport java.util.HashMap;\nimport",
"end": 27,
"score": 0.9864124059677124,
"start": 19,
"tag": "USERNAME",
"value": "magrifle"
}
] | null | [] | package com.github.magrifle.data.searchapi;
import java.util.HashMap;
import java.util.Map;
public enum SearchOperation {
EQUALITY, NEGATION, GREATER_THAN, LESS_THAN, LIKE, STARTS_WITH, ENDS_WITH, CONTAINS, IN;
public static final Map<Character, SearchOperation> SIMPLE_OPERATION_SET;
static {
SI... | 612 | 0.665033 | 0.665033 | 19 | 31.210526 | 26.82218 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.315789 | false | false | 0 |
ec2a37701749e357c99a41081308fda8d4c4f039 | 29,506,425,336,663 | 82912f1500cdf629573403b1de815eae4a5095e6 | /src/qrom/component/wup/proxy/HttpPostWrap.java | 6f05fbba7fdbdbf073ff39f2cf0333d294030464 | [] | no_license | yqq836438958/wup_github | https://github.com/yqq836438958/wup_github | ebc5a065db523aaff0fff934c3b1488d29f14d33 | f4239c281db3ed7d86fb2ae87582ae18af5c1170 | refs/heads/master | 2021-04-12T11:26:12.410000 | 2017-06-16T12:37:58 | 2017-06-16T12:37:58 | 94,542,321 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package qrom.component.wup.proxy;
import org.apache.http.Header;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.util.EntityUtils;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
public class HttpPostWrap implements Serializable {
/**
*
*/
... | UTF-8 | Java | 1,188 | java | HttpPostWrap.java | Java | [] | null | [] |
package qrom.component.wup.proxy;
import org.apache.http.Header;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.util.EntityUtils;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
public class HttpPostWrap implements Serializable {
/**
*
*/
... | 1,188 | 0.617003 | 0.616162 | 51 | 22.274509 | 19.55192 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490196 | false | false | 0 |
55fe8a5a2ea8544bd21de715d2361a8704b79c0d | 18,622,978,197,265 | 016e4ba161d2371b3254f833f7b32fd45a065215 | /android-app/app/src/main/java/com/example/sergio/sistz/util/TeacherDBHelper.java | d507ab18d0211d01eb369b1410a9dea9de11cf73 | [
"Apache-2.0"
] | permissive | m360-fhi/sis | https://github.com/m360-fhi/sis | db29d89b13f4343f67b4ef02b3011d24791c89a6 | 1fdc4a33581e7faaa116239c0aac3e52f91b283a | refs/heads/master | 2020-09-15T01:06:55.519000 | 2019-11-22T05:46:26 | 2019-11-22T05:46:26 | 223,312,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sergio.sistz.util;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
/**
* Created by Sergio on 3/21/2016.
*/
public class TeacherDBHelper extends SQLiteOpenHelper{
public TeacherDBHelper(... | UTF-8 | Java | 1,673 | java | TeacherDBHelper.java | Java | [
{
"context": "elper;\nimport android.util.Log;\n\n/**\n * Created by Sergio on 3/21/2016.\n */\npublic class TeacherDBHelper ex",
"end": 218,
"score": 0.9977439641952515,
"start": 212,
"tag": "NAME",
"value": "Sergio"
}
] | null | [] | package com.example.sergio.sistz.util;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
/**
* Created by Sergio on 3/21/2016.
*/
public class TeacherDBHelper extends SQLiteOpenHelper{
public TeacherDBHelper(... | 1,673 | 0.513449 | 0.508667 | 48 | 33.854168 | 24.493187 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770833 | false | false | 0 |
27d01063348ce3c3919a007b7ce50456edf3706b | 9,861,244,933,827 | 69fc18553745596b34528f9623a0c0085d34abea | /JCMathLibExamples/src/opencrypto/examples/SimulatedCard.java | 12bf40ceb02e795c5e06cd3d2386fd2bf488e726 | [
"MIT"
] | permissive | lzaoral/JCMathLib | https://github.com/lzaoral/JCMathLib | 836db34815c36bfa158caf58920da6e627771f96 | e81b6ba441024f6d592b31bc58f8820e6e3d959d | refs/heads/master | 2022-12-10T01:57:30.133000 | 2022-03-04T10:19:01 | 2022-03-04T10:19:01 | 286,211,273 | 0 | 0 | MIT | true | 2020-08-09T10:04:19 | 2020-08-09T10:04:18 | 2020-07-31T17:07:26 | 2020-05-22T08:38:48 | 15,333 | 0 | 0 | 0 | null | false | false | package opencrypto.examples;
import javax.smartcardio.ATR;
import javax.smartcardio.Card;
import javax.smartcardio.CardChannel;
import javax.smartcardio.CardException;
/**
* Stub class used by SimulatedCardChannelLocal to turn JCardSim interface into standard javax.smartcardio.
* NOTE: no methods of Card are implem... | UTF-8 | Java | 1,608 | java | SimulatedCard.java | Java | [
{
"context": " sensible return\n * values if required.\n * @author Petr Svenda\n */\npublic class SimulatedCard extends Card {\n\n ",
"end": 437,
"score": 0.9998132586479187,
"start": 426,
"tag": "NAME",
"value": "Petr Svenda"
}
] | null | [] | package opencrypto.examples;
import javax.smartcardio.ATR;
import javax.smartcardio.Card;
import javax.smartcardio.CardChannel;
import javax.smartcardio.CardException;
/**
* Stub class used by SimulatedCardChannelLocal to turn JCardSim interface into standard javax.smartcardio.
* NOTE: no methods of Card are implem... | 1,603 | 0.712065 | 0.712065 | 55 | 28.236364 | 29.972692 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.236364 | false | false | 0 |
8deea7308715ff6109c8dcf68a2b63efbb0877ba | 10,007,273,817,357 | 6da4859d8b01f3504c251c99563868cfdf75548c | /Framework/LGF-Core/src/main/java/de/bright_side/lgf/model/LAnimationResource.java | 28c7928bd58550e54e096e0220cf787fb95ce37c | [
"Apache-2.0"
] | permissive | pheyse/LeinwandGF | https://github.com/pheyse/LeinwandGF | 872e4e5a1858c81354554dae645d68f96735752b | fa28be5683b7b4e7b1e9fdadb8bd084609bb0407 | refs/heads/master | 2021-07-17T03:44:33.219000 | 2019-12-13T17:21:12 | 2019-12-13T17:21:12 | 217,886,231 | 1 | 0 | Apache-2.0 | false | 2020-10-13T17:01:48 | 2019-10-27T16:50:58 | 2019-12-13T17:21:26 | 2020-10-13T17:01:46 | 2,334 | 1 | 0 | 3 | Java | false | false | package de.bright_side.lgf.model;
public class LAnimationResource extends LResourceId{
public LAnimationResource(String id) {
super(id);
}
}
| UTF-8 | Java | 158 | java | LAnimationResource.java | Java | [] | null | [] | package de.bright_side.lgf.model;
public class LAnimationResource extends LResourceId{
public LAnimationResource(String id) {
super(id);
}
}
| 158 | 0.71519 | 0.71519 | 7 | 21.571428 | 19.455864 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 0 |
2c3ebdb1b8d04c312ae0c0a226ed99ebfb58609c | 18,760,417,184,206 | cad84a0b50222f584d65a05e7ef0f4111371bba0 | /practiceJava/src/leetCode/Q84_LargestRectangleInHistogram.java | b2fe1bc33f0b4df8a529c3cb1ec609fcfadbd815 | [] | no_license | pengshuai2010/practiceJava | https://github.com/pengshuai2010/practiceJava | cb14348811160789d1a59df69e5c7d7eb1319688 | a1e03dc0290ab829e0458db52a406aaf74f54d15 | refs/heads/master | 2021-03-13T01:55:26.656000 | 2017-04-29T03:31:15 | 2017-04-29T03:31:15 | 38,922,341 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetCode;
import java.util.Stack;
/**
* Created by speng on 12/17/16.
*/
public class Q84_LargestRectangleInHistogram {
/**
* brute force solution takes O(n^2) time.
* By using stack, we can achieve O(n) time complexity. The reason is that we maintain a stack in which bars are
* monotonic... | UTF-8 | Java | 2,413 | java | Q84_LargestRectangleInHistogram.java | Java | [
{
"context": "tCode;\n\nimport java.util.Stack;\n\n/**\n * Created by speng on 12/17/16.\n */\npublic class Q84_LargestRectangl",
"end": 67,
"score": 0.9995486736297607,
"start": 62,
"tag": "USERNAME",
"value": "speng"
}
] | null | [] | package leetCode;
import java.util.Stack;
/**
* Created by speng on 12/17/16.
*/
public class Q84_LargestRectangleInHistogram {
/**
* brute force solution takes O(n^2) time.
* By using stack, we can achieve O(n) time complexity. The reason is that we maintain a stack in which bars are
* monotonic... | 2,413 | 0.560713 | 0.539992 | 51 | 46.313725 | 38.703747 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.980392 | false | false | 0 |
7a861dfed1931386b7a5e1d26a93cd4c124f2e88 | 21,569,325,772,872 | b81e0a7be263d14c513cc0f9662ed158a6e2c073 | /java_cookbook/cookbook/src/main/java/com/eric/hadoop/hdfs/HDFSUrlCat.java | 925004ff8289318e29de1ad1611fcbe9b275acff | [] | no_license | Eric-aihua/practise | https://github.com/Eric-aihua/practise | b9b25d2ac171d03d9f543107b0ba0e3e476bd378 | 53393d5238d8ec70c18705bd7bea91de59ec6d43 | refs/heads/master | 2022-12-24T23:41:24.714000 | 2020-06-05T15:27:27 | 2020-06-05T15:27:27 | 20,887,119 | 4 | 1 | null | false | 2022-12-16T10:35:49 | 2014-06-16T14:06:42 | 2020-06-05T15:27:39 | 2022-12-16T10:35:46 | 161,510 | 4 | 0 | 27 | HTML | false | false | package com.eric.hadoop.hdfs;
import java.io.InputStream;
import java.net.URL;
import org.apache.hadoop.fs.FsUrlStreamHandlerFactory;
import org.apache.hadoop.io.IOUtils;
/**
* 可以读取某个HDFS文件中的内容
* 执行方法
* 1:先查看文件 hadoop fs -ls output2
* 2:执行程序hadoop jar hadoop-0.0.1-SNAPSHOT.jar output2/part-00000
* @author Eric.... | UTF-8 | Java | 922 | java | HDFSUrlCat.java | Java | [
{
"context": "p-0.0.1-SNAPSHOT.jar output2/part-00000\n * @author Eric.sunah\n * 2014年11月27日\n *\n */\npublic class HDFSUrlCat {\n\n",
"end": 325,
"score": 0.9992672204971313,
"start": 315,
"tag": "NAME",
"value": "Eric.sunah"
}
] | null | [] | package com.eric.hadoop.hdfs;
import java.io.InputStream;
import java.net.URL;
import org.apache.hadoop.fs.FsUrlStreamHandlerFactory;
import org.apache.hadoop.io.IOUtils;
/**
* 可以读取某个HDFS文件中的内容
* 执行方法
* 1:先查看文件 hadoop fs -ls output2
* 2:执行程序hadoop jar hadoop-0.0.1-SNAPSHOT.jar output2/part-00000
* @author Eric.... | 922 | 0.672854 | 0.641531 | 39 | 21.102564 | 19.746853 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 0 |
131953093a6ce5d37c3544cb05a7a808cc67f58a | 33,036,888,444,048 | 0b75fef2a95249eddee4a5ea7b617ae445413534 | /src/elements/DirectionalLight.java | 405642cde1a4ba993808ab2f29e29c032ef3db58 | [] | no_license | AsherMentzer/3D_Project | https://github.com/AsherMentzer/3D_Project | bbe43cd0e7773bc78d679af7bd59c54ed7d6f0ed | 4d0d10fb68ea527abbacf1e6cc171ee7b98b3d0f | refs/heads/master | 2023-05-22T02:01:59.497000 | 2021-06-13T09:10:59 | 2021-06-13T09:10:59 | 345,445,413 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package elements;
import primitives.Color;
import primitives.Point3D;
import primitives.Vector;
/**
* class for direction light like sun that not effected by
* the distance only by the direction
* @author
*
*/
public class DirectionalLight extends Light implements LightSource {
private Vector dir... | UTF-8 | Java | 879 | java | DirectionalLight.java | Java | [] | null | [] | /**
*
*/
package elements;
import primitives.Color;
import primitives.Point3D;
import primitives.Vector;
/**
* class for direction light like sun that not effected by
* the distance only by the direction
* @author
*
*/
public class DirectionalLight extends Light implements LightSource {
private Vector dir... | 879 | 0.692833 | 0.688282 | 55 | 14.981818 | 17.207283 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.872727 | false | false | 0 |
b06cafe5c8d3c95eb998d680853ea4e01c01f858 | 33,036,888,446,943 | 6f0a8bd08f29261fdb2a0233e5df0ea6f26262d7 | /src/Gui/prueba.java | 7ce989c0990ed761453c38185df1746e06388400 | [] | no_license | juliancv/proyecto-convocatoria | https://github.com/juliancv/proyecto-convocatoria | f3762f97e299234296383ee4c87c32f664ee88e3 | f124c0cadd53c816f654674fa1464cafa589875a | refs/heads/master | 2021-01-09T09:04:46.675000 | 2014-10-28T23:32:24 | 2014-10-28T23:32:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //esta es una prueba pa que no alegue ke
| UTF-8 | Java | 41 | java | prueba.java | Java | [] | null | [] | //esta es una prueba pa que no alegue ke
| 41 | 0.731707 | 0.731707 | 1 | 40 | 0 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 0 |
54581b847111e06b3bf58f15915b4df7c7c07723 | 8,022,998,920,148 | ea1614bfe2aec3802eb1ae280b9b37760ff7371c | /app/src/main/java/ghelani/kshamina/sssc_android_app/ui/grades/terms/add_assignment/UpdateAssignmentFragment.java | f297dc86ccbde61d9cc750c7fc7c1c9ddfaea814 | [] | no_license | ScienceStudentSuccessCentre/SSSC-Android-app | https://github.com/ScienceStudentSuccessCentre/SSSC-Android-app | f702fc9cbcb6c92d956aa622a6c2afae58e24c3b | 56f81b72b92e76fa0b6e98e7bc8f62a8c1c8da54 | refs/heads/master | 2021-07-11T20:56:03.762000 | 2020-09-18T00:36:19 | 2020-09-18T00:36:19 | 190,774,799 | 3 | 0 | null | false | 2020-09-29T13:51:51 | 2019-06-07T16:19:42 | 2020-09-18T00:36:23 | 2020-09-19T00:20:35 | 1,329 | 3 | 0 | 3 | Java | false | false | package ghelani.kshamina.sssc_android_app.ui.grades.terms.add_assignment;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget... | UTF-8 | Java | 5,704 | java | UpdateAssignmentFragment.java | Java | [] | null | [] | package ghelani.kshamina.sssc_android_app.ui.grades.terms.add_assignment;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget... | 5,704 | 0.693548 | 0.693022 | 152 | 36.532894 | 33.34211 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618421 | false | false | 0 |
49a2eef17bbfe6b9f99044aef872530f1cc1b700 | 23,347,442,223,373 | d70f01dbefe188877407e8c92f3d960eb0b39684 | /客户端/Cai/app/src/main/java/cn/edu/hebtu/software/cai/HomeAdapter.java | 853705a3236f10c5af9c253354a55b2c507f8aec | [] | no_license | zhaoyunfeng123/project | https://github.com/zhaoyunfeng123/project | 503e01231a1be043753298c2a9879b83489c28ac | 43a58cca80d06e54d3f4a39977e56cf3bed14ef9 | refs/heads/master | 2020-04-08T06:57:26.436000 | 2019-08-15T09:48:03 | 2019-08-15T09:48:03 | 159,120,446 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.hebtu.software.cai;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
public class HomeAdapter extends B... | UTF-8 | Java | 2,040 | java | HomeAdapter.java | Java | [] | null | [] | package cn.edu.hebtu.software.cai;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
public class HomeAdapter extends B... | 2,040 | 0.6365 | 0.632 | 69 | 27.985508 | 21.031029 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 0 |
34ccc8c20ebb8c5b605e8c7841addcc47c542edb | 33,457,795,302,720 | 0677b1de88d8699bbd5721aa36eacfc3597c4230 | /tx-components/tx-component-starter-security/src/main/java/com/tx/component/role/model/Role.java | 3fc2c656de4cc1d53fc5b7ef3ba90c45120e8c33 | [] | no_license | txteam/tx-parent | https://github.com/txteam/tx-parent | 06e100d1e19bb40e2d000701468b6e72cf8b6de4 | d408e33c3febbec48ebc582e2168c0783318e66f | refs/heads/master | 2022-09-13T01:53:29.979000 | 2021-01-13T02:31:56 | 2021-01-13T02:31:56 | 6,153,500 | 11 | 12 | null | false | 2022-09-01T22:34:20 | 2012-10-10T07:13:14 | 2022-02-07T01:37:30 | 2022-09-01T22:34:17 | 33,201 | 12 | 13 | 8 | Java | false | false | /*
* 描 述: <描述>
* 修 改 人: Administrator
* 修改时间: 2019年5月9日
* <修改描述:>
*/
package com.tx.component.role.model;
import java.io.Serializable;
import org.apache.commons.lang3.StringUtils;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.tx.component.role.context.RoleTypeRegistr... | UTF-8 | Java | 3,514 | java | Role.java | Java | [
{
"context": "/*\r\n * 描 述: <描述>\r\n * 修 改 人: Administrator\r\n * 修改时间: 2019年5月9日\r\n * <修改描述:>\r\n */\r\npackage co",
"end": 55,
"score": 0.9879968762397766,
"start": 42,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "可定义为该角色接口定义的实现<br/>\r\n * <功能详细描述>\r\n *... | null | [] | /*
* 描 述: <描述>
* 修 改 人: Administrator
* 修改时间: 2019年5月9日
* <修改描述:>
*/
package com.tx.component.role.model;
import java.io.Serializable;
import org.apache.commons.lang3.StringUtils;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.tx.component.role.context.RoleTypeRegistr... | 3,514 | 0.502545 | 0.497818 | 125 | 20 | 14.98586 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.152 | false | false | 0 |
52a5685b22301e8e8d775c1844f93f49e78f1247 | 14,044,543,115,982 | 14219fd3d34cfee8d98f8b78cff9d8d56aba91d5 | /src/main/java/usermanager/ActionLogic.java | 817a346c71aad8ed076e68da3a89556c0833bfff | [] | no_license | i1rr/exercises | https://github.com/i1rr/exercises | b53e6e3e4991a45a00af543f77ebd0a36d301a53 | e0ffc449aa605b7719a7aa1d14295520a2d1b7d9 | refs/heads/master | 2023-08-13T15:43:45.891000 | 2021-09-23T06:28:25 | 2021-09-23T06:28:25 | 354,463,946 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package usermanager;
public interface ActionLogic {
String name();
boolean execute(Input input, Logic logic);
}
| UTF-8 | Java | 122 | java | ActionLogic.java | Java | [] | null | [] | package usermanager;
public interface ActionLogic {
String name();
boolean execute(Input input, Logic logic);
}
| 122 | 0.721311 | 0.721311 | 7 | 16.428572 | 16.264397 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
e482c15e0e7ce991ee0df6f3b6ae9ef571042743 | 14,044,543,118,642 | cf13906bf9bb636a3292a10e8245e813d6812259 | /Java/InterfaceExample.java | d0eb1b8024d224280251f30a715642f1e0ecf3eb | [] | no_license | arunabh05/Java-JS-HTML5 | https://github.com/arunabh05/Java-JS-HTML5 | 0583ce55332583517d54fc01b5d5d0a5e2cf3348 | 2c03df1945ee95bf6899d5c508f18ee08d98caa4 | refs/heads/master | 2021-06-16T04:05:13.600000 | 2017-05-09T21:22:35 | 2017-05-09T21:22:35 | 68,505,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package package1;
public class InterfaceExample {
public static void main(String args[]) {
GradStudent gs1 = new GradStudent(1, "AA", "CS", 115);
GradStudent gs2 = new GradStudent(2, "BB", "CE", 106);
UnderGradStudent ugs1 = new UnderGradStudent(11, "YY", "CS", 444);
UnderGradStudent ugs2 = new UnderGradStu... | UTF-8 | Java | 783 | java | InterfaceExample.java | Java | [] | null | [] | package package1;
public class InterfaceExample {
public static void main(String args[]) {
GradStudent gs1 = new GradStudent(1, "AA", "CS", 115);
GradStudent gs2 = new GradStudent(2, "BB", "CE", 106);
UnderGradStudent ugs1 = new UnderGradStudent(11, "YY", "CS", 444);
UnderGradStudent ugs2 = new UnderGradStu... | 783 | 0.628352 | 0.578544 | 19 | 40.210526 | 41.482498 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052632 | false | false | 0 |
b48fb1452cc663caac55a5f978768444327f87f1 | 27,702,539,124,359 | 9e77deb0891cb8ac7133a0502f42c6311961f706 | /data/src/main/java/jp/issei/omizu/weghtcalendar/data/google/GoogleApiImpl.java | 44f419c211aeacfc5c66f1b9adf5fa3fade80f27 | [] | no_license | issei-omizu/WeightCalendar | https://github.com/issei-omizu/WeightCalendar | b5a406e040a361e3770f001c0a7a3efa06529b04 | 06fe30ad80320e863ecae0a0a4ac3249a7f63f08 | refs/heads/master | 2021-01-20T15:10:13.260000 | 2017-12-11T23:58:02 | 2017-12-11T23:58:02 | 90,728,298 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2015 Fernando Cejas Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | UTF-8 | Java | 11,996 | java | GoogleApiImpl.java | Java | [
{
"context": "/**\n * Copyright (C) 2015 Fernando Cejas Open Source Project\n *\n * Licensed under the Apac",
"end": 40,
"score": 0.9998593330383301,
"start": 26,
"tag": "NAME",
"value": "Fernando Cejas"
},
{
"context": "OException {\n String spreadsheetId = \"1CYOcWrQG7VG9wwPmf2V... | null | [] | /**
* Copyright (C) 2015 <NAME> Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | 11,919 | 0.694812 | 0.688708 | 323 | 35.520123 | 30.142418 | 160 | false | false | 0 | 0 | 0 | 0 | 69 | 0.005849 | 0.458204 | false | false | 0 |
7a7ed1919f163b3f37f4970a6a802fc93f2fde0e | 20,255,065,831,634 | 035c5461a88dac6e075bb62b484bddc93031f3b9 | /src/com/server/bean/ActiveMachine.java | 8075ffeabbe2474bec59ebc08197c718c2055a69 | [] | no_license | simonxu14/workshop2 | https://github.com/simonxu14/workshop2 | a764efd1786ffc45ac1ecd0bc79308e10dfe63ec | 953bfc79283f9e7081ca5124b79ce0e845340ded | refs/heads/master | 2021-01-01T19:21:19.687000 | 2015-05-01T05:30:27 | 2015-05-01T05:30:27 | 34,890,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.server.bean;
import org.springframework.stereotype.Component;
import com.thoughtworks.xstream.annotations.XStreamAlias;
@Component("activeMachine")
@XStreamAlias("activeMachineData")
public class ActiveMachine {
private String ID;
private String time;
private String moveTime;
private Stri... | UTF-8 | Java | 1,672 | java | ActiveMachine.java | Java | [] | null | [] | package com.server.bean;
import org.springframework.stereotype.Component;
import com.thoughtworks.xstream.annotations.XStreamAlias;
@Component("activeMachine")
@XStreamAlias("activeMachineData")
public class ActiveMachine {
private String ID;
private String time;
private String moveTime;
private Stri... | 1,672 | 0.700957 | 0.700957 | 75 | 20.293333 | 16.394938 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 0 |
11df31d69a1cb1a9c0d6c15365751c040fb0b7be | 30,657,476,625,146 | 95b9c69455f7d4f8b19701c59f3e90ae6012bca0 | /MVVM_CoffeeApp/MinCoffee/app/src/main/java/com/example/mincoffee/ui/main/oder/list/DrinkListAdapter.java | 8b7a8199437caef6b2fab86c98a1627756f3f55e | [] | no_license | anhminhdhtv/AdvancedApps | https://github.com/anhminhdhtv/AdvancedApps | f7325a15147ea5dcfd0e1febba71315c32aca7af | 2b22c3a272776d3789ea8e7c169b036cafbb762f | refs/heads/main | 2023-07-26T17:59:25.890000 | 2021-09-12T05:40:48 | 2021-09-12T05:40:48 | 370,740,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mincoffee.ui.main.oder.list;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.minco... | UTF-8 | Java | 2,682 | java | DrinkListAdapter.java | Java | [] | null | [] | package com.example.mincoffee.ui.main.oder.list;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.minco... | 2,682 | 0.684564 | 0.684191 | 82 | 31.707317 | 25.638428 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548781 | false | false | 0 |
20a8ded646531e50e4f884851a6c2bc537e04a41 | 27,393,301,427,511 | 1c7f073dd1aea5805038b229caf325bf27d70622 | /app/models/JoinInfoEntity.java | 21e85c8c8b1d8fcbf099d6742368faf4d20a4bb2 | [] | no_license | jaydi/Ground-server | https://github.com/jaydi/Ground-server | e4084c1fc4424f8981515aed32cfe92740851405 | 709b974cfb83c6d5a63a0d287403ae70513c9b5a | refs/heads/master | 2016-09-05T08:55:08.051000 | 2015-07-21T19:35:52 | 2015-07-21T19:35:52 | 39,465,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.apache.commons.lang.builder.HashCodeBuilder;
import play.data.validation.Required;
impor... | UTF-8 | Java | 1,921 | java | JoinInfoEntity.java | Java | [] | null | [] | package models;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.apache.commons.lang.builder.HashCodeBuilder;
import play.data.validation.Required;
impor... | 1,921 | 0.700577 | 0.700577 | 96 | 18.864584 | 20.764864 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 0 |
6f9f5b068aa8c4a1cedb812b3b29c38a4400187c | 2,791,728,744,533 | b908f275c906aae10481a79fac304e1c25bd528b | /web/src/main/java/com/acme/kanban/resource/StoryResource.java | 3000d05c2dfb79498dcf0678de3ff8ef142c0ac6 | [] | no_license | calou/TP-Dropwizard | https://github.com/calou/TP-Dropwizard | 60032b924ca233da15a3f7e5ee9cd59bb4e7b179 | a04c9af4c549ef203d392cc61bf3955869d3b610 | refs/heads/master | 2020-04-04T19:25:25.210000 | 2015-07-25T15:15:14 | 2015-07-25T15:15:14 | 39,277,707 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acme.kanban.resource;
import com.acme.kanban.model.Story;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Optional;
import io.dropwizard.hibernate.UnitOfWork;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
@Path("/stories")
@Produces(MediaType.APPLICATION_JSON)
publi... | UTF-8 | Java | 1,690 | java | StoryResource.java | Java | [] | null | [] | package com.acme.kanban.resource;
import com.acme.kanban.model.Story;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Optional;
import io.dropwizard.hibernate.UnitOfWork;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
@Path("/stories")
@Produces(MediaType.APPLICATION_JSON)
publi... | 1,690 | 0.652663 | 0.652663 | 67 | 24.223881 | 20.676485 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38806 | false | false | 0 |
88549d90b916a80d8e50282bef295369a22cdb9d | 3,487,513,451,644 | afcb014d0f5309b2beb2cf6533ebc526e12c873d | /DyanmicProgramming/src/CombinationSum.java | 158323b377341ad66a5af2c1df4064bed967cdde | [] | no_license | aravind28/Algos | https://github.com/aravind28/Algos | 2bb8233e42faf417fbaf28ddf1f31fdf0d225e62 | add9fb4ad620b798740ffc5f512e3f58e55134df | refs/heads/master | 2021-03-19T11:46:59.065000 | 2017-04-20T03:50:06 | 2017-04-20T03:50:06 | 69,217,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class CombinationSum {
public static int combinationSum4(int[] nums, int target){
int[] result = new int[target + 1];
result[0] = 1;
for(int i = 0; i <= target; i++){
for(int n : nums){
if(n <= i){
result[i] +... | UTF-8 | Java | 644 | java | CombinationSum.java | Java | [] | null | [] | import java.util.Arrays;
public class CombinationSum {
public static int combinationSum4(int[] nums, int target){
int[] result = new int[target + 1];
result[0] = 1;
for(int i = 0; i <= target; i++){
for(int n : nums){
if(n <= i){
result[i] +... | 644 | 0.495342 | 0.479814 | 24 | 25.833334 | 18.924559 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 0 |
8a8f8b9c6f600df753ae7ffe08b27d1befc9edb4 | 3,624,952,405,099 | 3c04afcdb126c46401e835f006b59748ccecc0bb | /src/main/java/com/stripcode/service/cs/CS20_030Service.java | a70a312d748eb3583b9d99b2227cb55a5c021edd | [
"Apache-2.0"
] | permissive | zhiyin369love/JeeMQ | https://github.com/zhiyin369love/JeeMQ | ec19a84219e9a49fd7b43eb0976db638a33b2321 | 1706db5a4e8b1e79be665b5e216eca16018deaa3 | refs/heads/master | 2017-12-18T09:28:24.103000 | 2016-12-22T14:59:59 | 2016-12-22T14:59:59 | 77,153,083 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stripcode.service.cs;
import com.stripcode.core.util.UUIDUtils;
import com.stripcode.mybatis.cs.dao.CSContractinfoMapper;
import com.stripcode.mybatis.cs.dao.CSRenewalContractinfoMapper;
import com.stripcode.mybatis.cs.model.*;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.f... | UTF-8 | Java | 2,888 | java | CS20_030Service.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author Metro\n */\n@Service\n@CacheConfig(cacheNames = \"CS20_030S",
"end": 611,
"score": 0.7884060144424438,
"start": 606,
"tag": "USERNAME",
"value": "Metro"
},
{
"context": "ractAttachment.setAttachId(\"1c928d80e30647c9... | null | [] | package com.stripcode.service.cs;
import com.stripcode.core.util.UUIDUtils;
import com.stripcode.mybatis.cs.dao.CSContractinfoMapper;
import com.stripcode.mybatis.cs.dao.CSRenewalContractinfoMapper;
import com.stripcode.mybatis.cs.model.*;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.f... | 2,888 | 0.732281 | 0.714737 | 74 | 37.513512 | 28.952545 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675676 | false | false | 0 |
77099765d441ecf617255eebe4e737fcf29b9895 | 6,433,861,016,318 | 1988b79294e6e23f77a24268f0d3b7298222d68d | /eclihand/model-api/src/main/java/com/pedrero/eclihand/model/domain/Authorization.java | e298e9e1e9fad570132a0d53a2fcdacfe19838a6 | [] | no_license | mathieupedrero/eclihand | https://github.com/mathieupedrero/eclihand | a7ecec040ee2c3ea7537521c1986f15c8598f0e0 | f35eb51e7ad71feb5b504af9fc36f37029c6dafd | refs/heads/master | 2021-04-29T16:12:56.587000 | 2015-04-08T07:13:04 | 2015-04-08T07:13:04 | 5,737,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pedrero.eclihand.model.domain;
public interface Authorization extends DataObject {
public Credential getCredential();
} | UTF-8 | Java | 136 | java | Authorization.java | Java | [] | null | [] | package com.pedrero.eclihand.model.domain;
public interface Authorization extends DataObject {
public Credential getCredential();
} | 136 | 0.808824 | 0.808824 | 8 | 16.125 | 20.948971 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
c7d8a19ad2689b7ed17f7541d6293b5df8528fe4 | 19,043,885,046,292 | 64a041f69e9f8368a5a2feabb7e9751b4463e540 | /src/main/java/com/david/records/Parser.java | dcfac9e58653d15fadfc9bb360ea0a937bfe8eca | [] | no_license | mojogitoverhere/records | https://github.com/mojogitoverhere/records | abc9e4e5ac03776c2d850e3a4687e5f5e7aba100 | acb0c61f7cfda3ca26bf028f1db50a8501a9fe6f | refs/heads/master | 2023-05-02T22:56:06.321000 | 2021-06-01T07:07:40 | 2021-06-01T07:07:40 | 371,230,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.david.records;
import java.util.regex.Pattern;
import org.jetbrains.annotations.Nullable;
public class Parser {
/*
This pattern matches a string with the following form:
Minelli|Alister|aminelli2@webs.com|Violet|6/24/1990
The first [^|]+ matches any string up to the first pipe character,
t... | UTF-8 | Java | 1,965 | java | Parser.java | Java | [
{
"context": "ttern matches a string with the following form:\n Minelli|Alister|aminelli2@webs.com|Violet|6/24/1990\n\n T",
"end": 200,
"score": 0.9993084669113159,
"start": 193,
"tag": "NAME",
"value": "Minelli"
},
{
"context": "ches a string with the following form:\n Minelli... | null | [] | package com.david.records;
import java.util.regex.Pattern;
import org.jetbrains.annotations.Nullable;
public class Parser {
/*
This pattern matches a string with the following form:
Minelli|Alister|<EMAIL>|Violet|6/24/1990
The first [^|]+ matches any string up to the first pipe character,
then this is... | 1,943 | 0.675827 | 0.662595 | 61 | 31.213116 | 29.396172 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688525 | false | false | 0 |
f93c519692b67f51ce37f9094807635d08b07cb8 | 6,975,026,922,009 | a24ec1e0f8f76ac65772dac4efd95095ea2b5a0a | /iterator/src/wbs/AbstractTask.java | 31eb8b8ef23e2df51b1dfff024e6100927e1c9b7 | [] | no_license | mtlthebest/Studying-Design-Patterns-in-Java | https://github.com/mtlthebest/Studying-Design-Patterns-in-Java | adfefcb008299e391bc021acde9522ff94969b43 | e51bc3317de8ffd77314cdd6b3db86b9d176d83a | refs/heads/master | 2021-01-17T23:23:24.579000 | 2012-03-09T13:12:17 | 2012-03-09T13:12:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wbs;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class AbstractTask extends Task implements Iterable<Task>{
public AbstractTask(String name, Task superTask) {
super(name, superTask);
this.subTasks = new ArrayList<Task>();
}
@Override
public Long getTimeRequi... | UTF-8 | Java | 556 | java | AbstractTask.java | Java | [] | null | [] | package wbs;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class AbstractTask extends Task implements Iterable<Task>{
public AbstractTask(String name, Task superTask) {
super(name, superTask);
this.subTasks = new ArrayList<Task>();
}
@Override
public Long getTimeRequi... | 556 | 0.72482 | 0.723022 | 30 | 17.533333 | 18.183754 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 0 |
6f0974a8a7b7f5fe44ed8ca4545998179ee1c41f | 6,476,810,746,505 | e81b626a407e09ad446a49e0762787e131d97c58 | /src/main/java/aed/proyecto/hibernate/tablas/Futbolistas.java | 18d79c10a25a99b8162351bd9c5f7518f5d1468a | [] | no_license | Ayoamaro/Proyecto_HibernateJava | https://github.com/Ayoamaro/Proyecto_HibernateJava | dc123b7bd99a6cd9cc837afde1802b031a03c912 | 1368fae33fc6cc57ddec88e92fd2857a6be5bacd | refs/heads/main | 2023-01-18T23:56:13.374000 | 2020-12-01T23:12:35 | 2020-12-01T23:12:35 | 315,125,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aed.proyecto.hibernate.tablas;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.*;
/**
* @author Ayoze Amaro
*
*/
@Entity
@Table(name = "futbolistas")
public class Futbolistas {
@Id
@Column ( columnDefinition= "char(9)")
String codDNIoNIE;
@Column ( columnDefinition= "var... | UTF-8 | Java | 1,444 | java | Futbolistas.java | Java | [
{
"context": ".List;\nimport javax.persistence.*;\n\n/**\n * @author Ayoze Amaro\n *\n */\n@Entity\n@Table(name = \"futbolistas\")\npubli",
"end": 146,
"score": 0.9998860359191895,
"start": 135,
"tag": "NAME",
"value": "Ayoze Amaro"
}
] | null | [] | package aed.proyecto.hibernate.tablas;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.*;
/**
* @author <NAME>
*
*/
@Entity
@Table(name = "futbolistas")
public class Futbolistas {
@Id
@Column ( columnDefinition= "char(9)")
String codDNIoNIE;
@Column ( columnDefinition= "varchar(... | 1,439 | 0.719529 | 0.716066 | 72 | 19.055555 | 20.214056 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194444 | false | false | 0 |
e2a3de71310d8f04faaff031bd431200711a3d86 | 16,879,221,516,050 | 96bb6bea150cf09c8f69daf232aa69db5771f382 | /optaweb-vehicle-routing-backend/src/main/java/org/optaweb/vehiclerouting/domain/CountryCodeValidator.java | df98669d22a41f883b45932f9d8a86d8c3a8bfb8 | [
"Apache-2.0"
] | permissive | rsynek/optaweb-vehicle-routing | https://github.com/rsynek/optaweb-vehicle-routing | c7274cbf94a4c4c21fe2e96d70451fae041e56e3 | c5d6aab42a557108b0fff1515e3b42512a033047 | refs/heads/master | 2023-05-28T05:30:02.979000 | 2020-11-16T17:08:06 | 2020-11-16T21:04:46 | 192,550,235 | 0 | 1 | Apache-2.0 | true | 2022-01-19T20:30:07 | 2019-06-18T13:54:23 | 2020-11-19T10:06:45 | 2022-01-19T20:30:06 | 5,396 | 0 | 1 | 0 | Java | false | false | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 2,493 | java | CountryCodeValidator.java | Java | [] | null | [] | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 2,493 | 0.689932 | 0.677497 | 65 | 37.353848 | 32.728455 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338462 | false | false | 0 |
39e63ab7ca9209049d6b25f1d26cbb950fd70dc7 | 9,887,014,735,509 | bebacae90aa17ad2ab4c9111a2e5cfa0f8cf13a6 | /Spring/SpringJDBCTransactionManagement/src/main/java/com/journaldev/spring/jdbc/service/CustomerManagerImpl.java | 6464cb24ef4d755c37ea0cd625764ba096964d6f | [
"MIT"
] | permissive | ayanakshi/journaldev | https://github.com/ayanakshi/journaldev | 5b0d73c53bc9a5292a8629c6c0320196abeab76e | a61cba22232e8cc9c40264c31aaba0bd17ff2522 | refs/heads/master | 2020-03-27T21:52:15.081000 | 2018-08-31T11:51:28 | 2018-08-31T11:51:28 | 147,182,378 | 1 | 0 | MIT | true | 2018-09-03T09:28:38 | 2018-09-03T09:28:38 | 2018-08-31T14:56:54 | 2018-08-31T11:51:41 | 24,907 | 0 | 0 | 0 | null | false | null | package com.journaldev.spring.jdbc.service;
import org.springframework.transaction.annotation.Transactional;
import com.journaldev.spring.jdbc.dao.CustomerDAO;
import com.journaldev.spring.jdbc.model.Customer;
public class CustomerManagerImpl implements CustomerManager {
private CustomerDAO customerDAO;
public v... | UTF-8 | Java | 510 | java | CustomerManagerImpl.java | Java | [] | null | [] | package com.journaldev.spring.jdbc.service;
import org.springframework.transaction.annotation.Transactional;
import com.journaldev.spring.jdbc.dao.CustomerDAO;
import com.journaldev.spring.jdbc.model.Customer;
public class CustomerManagerImpl implements CustomerManager {
private CustomerDAO customerDAO;
public v... | 510 | 0.811765 | 0.811765 | 22 | 22.181818 | 23.194115 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 0 |
0d7d44f605f4d2a64fc4a7eb2ed9e729b1d42e5e | 31,636,729,129,986 | efa72336b8246b53b0469ee338ac8c96901c8e5b | /designpattern/src/main/java/com/kaka/jtest/designpatter/builder/DirectorClient.java | f454c18eb32b3888e855b2e10a97c1198e53c622 | [] | no_license | jkaka/jtest | https://github.com/jkaka/jtest | 3b31cfc8c6fd170963d07ba72a759c2d76429d1f | 07e901b2a7814ed62164f3dd61d398c42c60677d | refs/heads/master | 2022-12-22T11:27:41.536000 | 2020-04-13T06:33:01 | 2020-04-13T06:33:01 | 133,806,729 | 1 | 0 | null | false | 2022-12-16T00:42:41 | 2018-05-17T11:57:15 | 2020-04-13T06:33:14 | 2022-12-16T00:42:38 | 930 | 1 | 0 | 25 | Java | false | false | package com.kaka.jtest.designpatter.builder;
/**
* @author: jsk
* @date: 2019/8/10 15:20
*/
public class DirectorClient {
public static void main(String[] args) {
AbstractBuilder builder = new ConcreteBuilder();
Director director = new Director(builder);
Product product = director.constr... | UTF-8 | Java | 372 | java | DirectorClient.java | Java | [
{
"context": ".kaka.jtest.designpatter.builder;\n\n/**\n * @author: jsk\n * @date: 2019/8/10 15:20\n */\npublic class Direct",
"end": 65,
"score": 0.9996732473373413,
"start": 62,
"tag": "USERNAME",
"value": "jsk"
}
] | null | [] | package com.kaka.jtest.designpatter.builder;
/**
* @author: jsk
* @date: 2019/8/10 15:20
*/
public class DirectorClient {
public static void main(String[] args) {
AbstractBuilder builder = new ConcreteBuilder();
Director director = new Director(builder);
Product product = director.constr... | 372 | 0.658602 | 0.629032 | 14 | 25.571428 | 19.988262 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 0 |
156c88189af873473d24793fc79ec24a5d5c975d | 17,970,143,182,087 | c894a51d200f0f88363feba21b535b98686f3e79 | /src/Controlador/Usuarios/DetalleTicketDao.java | fad11f458f759d00148720846abb30646fded1ea | [] | no_license | jimmyhomero/Sofi3 | https://github.com/jimmyhomero/Sofi3 | 9c880970705b07e36cf5025a516619d68b2b5a15 | 46da1de610b7bc7aaedfffe48b967e831a6990a6 | refs/heads/master | 2022-12-10T23:10:44.237000 | 2022-12-07T19:03:10 | 2022-12-07T19:03:10 | 189,910,727 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Controlador.Usuarios;
import Controlador.Coneccion;
import Modelo.DetalleTicket;
import Vista.Principal;
import Vlid... | UTF-8 | Java | 17,774 | java | DetalleTicketDao.java | Java | [
{
"context": "ClasesAuxiliares.debug.Deb;\r\n\r\n/**\r\n *\r\n * @author USUARIO\r\n */\r\npublic class DetalleTicketDao extends Conecci",
"end": 722,
"score": 0.9916221499443054,
"start": 715,
"tag": "USERNAME",
"value": "USUARIO"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Controlador.Usuarios;
import Controlador.Coneccion;
import Modelo.DetalleTicket;
import Vista.Principal;
import Vlid... | 17,774 | 0.534151 | 0.528694 | 426 | 39.723003 | 33.824364 | 218 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.840376 | false | false | 0 |
7921a0b296d11567a6214c69290111b22585a488 | 14,568,529,104,380 | b71814a343683f327d7ddfb02d6d16067520a116 | /app/src/main/java/com/thavelka/funfacts/FactBook.java | 8c20abb1606de3c1d06dd5d5b6f76ead082f91e4 | [] | no_license | thavelka/fun-facts | https://github.com/thavelka/fun-facts | dd71bbc3d10cd1b14e8628e312e45b7baf7c9236 | b32e60ba78890293d5e3f3d0d226f40f917fa0c6 | refs/heads/master | 2021-01-25T10:17:05.890000 | 2015-02-03T05:33:02 | 2015-02-03T05:33:02 | 29,181,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thavelka.funfacts;
import java.util.Random;
/**
* Created by tim on 1/13/15.
*/
public class FactBook {
// Member Variables
private static final String[] mFacts = {
"Ants stretch when they wake up in the morning.",
"Ostriches can run faster than horses.",
"Ol... | UTF-8 | Java | 3,928 | java | FactBook.java | Java | [
{
"context": "acts;\n\nimport java.util.Random;\n\n/**\n * Created by tim on 1/13/15.\n */\npublic class FactBook {\n // Me",
"end": 79,
"score": 0.8546021580696106,
"start": 76,
"tag": "USERNAME",
"value": "tim"
},
{
"context": "ost lipstick contains fish scales.\",\n ... | null | [] | package com.thavelka.funfacts;
import java.util.Random;
/**
* Created by tim on 1/13/15.
*/
public class FactBook {
// Member Variables
private static final String[] mFacts = {
"Ants stretch when they wake up in the morning.",
"Ostriches can run faster than horses.",
"Ol... | 3,912 | 0.627764 | 0.612082 | 72 | 53.027779 | 31.933512 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.902778 | false | false | 0 |
273404740936d2c9e51131e9a33a25601196b270 | 27,032,524,203,925 | 0e991974534eaf5b9d6a0eb076c11523948ea852 | /asset-platform-idm-plus/src/main/java/com/asset/controller/DataSourceController.java | c3c9cbcad70b2462e124cdeb9fe1bdaca36bd76c | [] | no_license | moutainhigh/asset-platform | https://github.com/moutainhigh/asset-platform | f23637476aef67f5bd440bd7b719addbd98e1132 | 28d00ad8b56e9b872a9231fadf1506361c24d3d2 | refs/heads/master | 2023-01-11T02:23:05.953000 | 2019-11-01T04:24:42 | 2019-11-01T04:24:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asset.controller;
import com.alibaba.fastjson.JSONObject;
import com.asset.apiBean.*;
import com.asset.bean.*;
import com.asset.common.model.Query;
import com.asset.service.*;
import com.asset.utils.CommonUtils;
import com.asset.utils.Condition;
import com.asset.vo.ApiDataSourceVO;
import com.asset.wrapper... | UTF-8 | Java | 14,645 | java | DataSourceController.java | Java | [
{
"context": "rt java.util.*;\n\n/**\n * 控制器 haijie\n *\n * @author hjhu\n */\n@RestController\n@AllArgsConstructor\n@Slf4j\n@R",
"end": 981,
"score": 0.9993994832038879,
"start": 977,
"tag": "USERNAME",
"value": "hjhu"
},
{
"context": ";\n\n // 接口访问令牌\n headers.add(\... | null | [] | package com.asset.controller;
import com.alibaba.fastjson.JSONObject;
import com.asset.apiBean.*;
import com.asset.bean.*;
import com.asset.common.model.Query;
import com.asset.service.*;
import com.asset.utils.CommonUtils;
import com.asset.utils.Condition;
import com.asset.vo.ApiDataSourceVO;
import com.asset.wrapper... | 14,552 | 0.652725 | 0.632846 | 331 | 41.401814 | 31.116367 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.824773 | false | false | 0 |
34b61499d572650cbe117c3912094a0ba1ac711a | 21,105,469,326,544 | 5e57520287d4fe212e3d83f911df47167d83a287 | /Saflets/src/com/safi/core/scripting/impl/SafletScriptFactoryImpl.java | 026f1826450058ea7fdd8664a10faa97c3e90d20 | [] | no_license | acastroy/safiserver-all | https://github.com/acastroy/safiserver-all | dc2f0dfedbf994d7a4f7803907cea836530c9cec | 039be68c5d4f7e65fd53f4a836eac39b3d349230 | refs/heads/master | 2020-03-31T19:38:06.020000 | 2010-10-30T10:16:45 | 2010-10-30T10:16:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.safi.core.scripting.impl;
import com.safi.core.scripting.SafletScript;
import com.safi.core.scripting.SafletScriptFactory;
import com.safi.core.scripting.ScriptingPackage;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse... | UTF-8 | Java | 3,371 | java | SafletScriptFactoryImpl.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.safi.core.scripting.impl;
import com.safi.core.scripting.SafletScript;
import com.safi.core.scripting.SafletScriptFactory;
import com.safi.core.scripting.ScriptingPackage;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse... | 3,371 | 0.641946 | 0.641946 | 130 | 23.930769 | 25.521994 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038462 | false | false | 0 |
d69a0539f6550a49ea0f6f6b273dd5ef9446b196 | 32,615,981,660,547 | b93f0e7aa4f8da7f3f32198c931d8336c6f6bf15 | /Desafio2/app/src/main/java/com/example/desafio/Controller/EnderecoController.java | 706dd93d10a11a73464317fc95eda210796ba49a | [] | no_license | brunocaavalcante/DesafioGW | https://github.com/brunocaavalcante/DesafioGW | 53fc57f4d881698a40c3bb89b8367ec818582d0f | b57fcfdf1b4f90d3ae83b080c71195bdf830cd03 | refs/heads/master | 2020-09-20T18:29:24.922000 | 2019-12-12T18:29:49 | 2019-12-12T18:29:49 | 224,559,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.desafio.Controller;
import com.example.desafio.DAO.EnderecoDAO;
import com.example.desafio.Model.EnderecoModel;
import com.example.desafio.dbHelper.ConexaoSQLite;
import java.util.List;
public class EnderecoController {
private final EnderecoDAO enderecoDAO;
public EnderecoController(Con... | UTF-8 | Java | 742 | java | EnderecoController.java | Java | [] | null | [] | package com.example.desafio.Controller;
import com.example.desafio.DAO.EnderecoDAO;
import com.example.desafio.Model.EnderecoModel;
import com.example.desafio.dbHelper.ConexaoSQLite;
import java.util.List;
public class EnderecoController {
private final EnderecoDAO enderecoDAO;
public EnderecoController(Con... | 742 | 0.754717 | 0.754717 | 27 | 26.481482 | 23.349789 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 0 |
5ec2af785812d3b4f576f51c6e3d8273f8a31d8a | 2,216,203,126,255 | f77fb5e7c9d5bba7c25aabb827582d9f3d356ac1 | /src/net/f4fs/persistence/path/IPathPersistence.java | 67139584c637225b937fb002c86a75f8d171b292 | [
"Apache-2.0"
] | permissive | rmatil/p2pfs | https://github.com/rmatil/p2pfs | 059a3a5af36d5a79e4e50b21a3161f58d26272f0 | 58fc70be386a1625fbfd402a865cb73e335a3705 | refs/heads/master | 2021-01-10T05:13:17.231000 | 2015-06-02T16:05:48 | 2015-06-02T16:05:48 | 36,496,140 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.f4fs.persistence.path;
import java.io.IOException;
import java.util.Set;
import net.tomp2p.dht.PeerDHT;
import net.tomp2p.peers.Number160;
import net.tomp2p.storage.Data;
/**
* Provides an interface to get, put and remove
* paths to the DHT.
*/
public interface IPathPersistence {
/**
* Retr... | UTF-8 | Java | 2,478 | java | IPathPersistence.java | Java | [] | null | [] | package net.f4fs.persistence.path;
import java.io.IOException;
import java.util.Set;
import net.tomp2p.dht.PeerDHT;
import net.tomp2p.peers.Number160;
import net.tomp2p.storage.Data;
/**
* Provides an interface to get, put and remove
* paths to the DHT.
*/
public interface IPathPersistence {
/**
* Retr... | 2,478 | 0.69774 | 0.691283 | 71 | 33.901409 | 29.052723 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295775 | false | false | 0 |
cc83a075caeb66f6a23d8189d819568edc7291f3 | 18,210,661,376,715 | 9f00467f803d0fb94f43534e5de3a4a8167c37f1 | /core/src/com/domaners/honeycomber/input/GameInput.java | ea7bf87f8ec87a2ee729ac099cf7ceedbc70236f | [] | no_license | domaners/beegame | https://github.com/domaners/beegame | 0a7a84bdc61531b2eb9e22fc5caa633565df6794 | ea2cd913239c1b19c9bca8663d8c29937188cd04 | refs/heads/master | 2021-01-22T02:58:20.831000 | 2017-03-28T23:45:45 | 2017-03-28T23:45:45 | 81,086,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.domaners.honeycomber.input;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.domaners.honeycomber.Main;
import com.domaners.honeycomber.ScoreArea;
import com.domaners.honeycomber.characters.Player;
public class GameInput {... | UTF-8 | Java | 2,569 | java | GameInput.java | Java | [] | null | [] | package com.domaners.honeycomber.input;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.domaners.honeycomber.Main;
import com.domaners.honeycomber.ScoreArea;
import com.domaners.honeycomber.characters.Player;
public class GameInput {... | 2,569 | 0.627092 | 0.622032 | 104 | 22.701923 | 22.756605 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.576923 | false | false | 0 |
6d7e600c05b41b8724d6e84c45b084cda6a3251c | 35,648,228,581,388 | 8ccff1a5b5370f62e33f3f9cfde18de062dfe08d | /src/com/topstar/volunteer/model/TurnTeamView.java | 9424308a6495df8622b20ae4bd80fd435cdcc3bc | [] | no_license | yinhanxy/volunteer | https://github.com/yinhanxy/volunteer | 1b00f58279302e36b6aa58dd2b539dc830e07996 | a4ff20549df4a29451fe8d83242a9a05b3bb008b | refs/heads/master | 2021-04-26T23:57:54.416000 | 2018-03-05T09:32:30 | 2018-03-05T09:32:30 | 123,886,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.topstar.volunteer.model;
import java.io.Serializable;
import java.util.Date;
import org.apache.commons.lang3.StringUtils;
public class TurnTeamView implements Serializable{
/**
*
*/
private static final long serialVersionUID = 5380363136392002312L;
private Long id;
private Long volunteerId;
... | UTF-8 | Java | 8,191 | java | TurnTeamView.java | Java | [
{
"context": ";\n\n\tprivate Long volunteerId;\n\t\n private String userName;\n \n private String realName;\n\n private S",
"end": 348,
"score": 0.5754223465919495,
"start": 340,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "eerId;\n\t}\n\n\tpublic String getUse... | null | [] | package com.topstar.volunteer.model;
import java.io.Serializable;
import java.util.Date;
import org.apache.commons.lang3.StringUtils;
public class TurnTeamView implements Serializable{
/**
*
*/
private static final long serialVersionUID = 5380363136392002312L;
private Long id;
private Long volunteerId;
... | 8,191 | 0.659094 | 0.655775 | 447 | 16.530201 | 19.671083 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.308725 | false | false | 0 |
d47ec55b54e553aeffe1111d765029afe95da26b | 38,732,015,090,730 | 6554403f893012d90f8126c04f70b8e8089b3c30 | /src/test/java/com/alexa/worldservice/mapper/LanguageMapperTest.java | 10d94f82310a4a328ee40d9567c087106d2122ef | [] | no_license | littlepony99/worldservice | https://github.com/littlepony99/worldservice | de6868c58cec850b377e14afcae897d5243595cd | 86be76dd7b2f77597e393ae8627acc1548d128bf | refs/heads/master | 2020-06-30T12:05:07.492000 | 2019-08-05T07:04:33 | 2019-08-05T07:04:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alexa.worldservice.mapper;
import com.shelberg.entity.Language;
import org.junit.Assert;
import org.junit.Test;
import java.sql.ResultSet;
import java.sql.SQLException;
import static java.lang.Boolean.TRUE;
import static org.junit.Assert.*;
import static org.mockito.Mockito.mock;
import static org.mockit... | UTF-8 | Java | 1,060 | java | LanguageMapperTest.java | Java | [] | null | [] | package com.alexa.worldservice.mapper;
import com.shelberg.entity.Language;
import org.junit.Assert;
import org.junit.Test;
import java.sql.ResultSet;
import java.sql.SQLException;
import static java.lang.Boolean.TRUE;
import static org.junit.Assert.*;
import static org.mockito.Mockito.mock;
import static org.mockit... | 1,060 | 0.732075 | 0.723585 | 33 | 31.151516 | 24.777948 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 0 |
a884a9ce5cc1175e21baa35b38562d9c1f0708d1 | 37,907,381,362,185 | fd29f647db12ac63911e974892f1979812693a58 | /src/main/java/basic/Runner.java | 0a0203d50b7d1d13c7fe6617e9f7ecdf82ee9d59 | [] | no_license | bbartekb/Alarms | https://github.com/bbartekb/Alarms | aefffc481094c3dc49488521f0dd5131a4be4124 | 56182c85949dd2737e0c849eef021de312971426 | refs/heads/master | 2020-09-02T11:14:12.218000 | 2020-01-05T16:33:36 | 2020-01-05T16:33:36 | 219,208,849 | 0 | 0 | null | false | 2020-01-05T16:33:37 | 2019-11-02T20:18:26 | 2019-11-03T19:24:44 | 2020-01-05T16:33:36 | 225 | 0 | 0 | 0 | Java | false | false | package basic;
//import nieuzywane.CollectionOfAlarms;
import dtoobjects.TypeOfObjects;
import objectscollection.CollectionOfObjects;
//import nieuzywane.ConcurrentCollectionOfAlarms;
import swingdisplaying.DialogForCollection;
import swingdisplaying.Window;
import javax.swing.*;
import java.io.File;
public class R... | UTF-8 | Java | 2,541 | java | Runner.java | Java | [] | null | [] | package basic;
//import nieuzywane.CollectionOfAlarms;
import dtoobjects.TypeOfObjects;
import objectscollection.CollectionOfObjects;
//import nieuzywane.ConcurrentCollectionOfAlarms;
import swingdisplaying.DialogForCollection;
import swingdisplaying.Window;
import javax.swing.*;
import java.io.File;
public class R... | 2,541 | 0.681371 | 0.679795 | 90 | 27.211111 | 27.29896 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 0 |
c147e2220e4edf661e13035a78b6c08f4ef66d99 | 30,064,771,075,638 | ce1fcb9b60b3988e3b0a5bedd710eea550f86ed9 | /Börsendaten/src/models/API_Main.java | 34708c55eda38af1eaf2c741415b050608a12f3d | [] | no_license | manuelsaileramena/4AHW_SWP_normal | https://github.com/manuelsaileramena/4AHW_SWP_normal | c16ff076a6d8ed7463e62139398db3d3d519efae | e5a33778f76692892f6083f942d5aea6776d05e3 | refs/heads/main | 2023-06-10T20:38:38.665000 | 2021-06-22T18:57:42 | 2021-06-22T18:57:42 | 297,886,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import org.knowm.xchart.*;
import org.knowm.xchart.style.markers.SeriesMarkers;
import java.io.IOException;
import java.sql.Date;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import static models.API_Data_Boerse.depot;
public ... | UTF-8 | Java | 3,977 | java | API_Main.java | Java | [] | null | [] | package models;
import org.knowm.xchart.*;
import org.knowm.xchart.style.markers.SeriesMarkers;
import java.io.IOException;
import java.sql.Date;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import static models.API_Data_Boerse.depot;
public ... | 3,977 | 0.575819 | 0.573048 | 102 | 36.92157 | 30.107222 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.921569 | false | false | 0 |
cea76ea5b26b728e267eadece166b542021ee08b | 35,081,292,910,323 | 97bbffad0afd47f097bd1725ac51846ce742a08e | /src/main/java/in/lifcare/order/microservice/catalog/model/Salt.java | f76d2f5f894611305bef6b64cd95b3240bbf5c0a | [] | no_license | nehagorakh/web-order-service | https://github.com/nehagorakh/web-order-service | 6fc8be9dbd4dc5fd6c78b78acd79aea7d63c54ea | 287fcadfc7f60f50e49651793ff57ea150217d4e | refs/heads/master | 2022-11-14T21:34:31.012000 | 2020-07-10T17:36:36 | 2020-07-10T17:36:36 | 278,695,523 | 0 | 0 | null | false | 2020-07-10T17:37:34 | 2020-07-10T17:34:25 | 2020-07-10T17:37:17 | 2020-07-10T17:37:32 | 0 | 0 | 0 | 1 | Java | false | false | package in.lifcare.order.microservice.catalog.model;
import java.io.Serializable;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
@Data
@J... | UTF-8 | Java | 796 | java | Salt.java | Java | [] | null | [] | package in.lifcare.order.microservice.catalog.model;
import java.io.Serializable;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
@Data
@J... | 796 | 0.820352 | 0.820352 | 34 | 22.441177 | 20.799026 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.088235 | false | false | 0 |
14fdff6a23e009bd6faa8b77da4b2e9708dd9d5a | 2,430,951,547,255 | e314308c8e234c66ec19f2185015d920dcb53e88 | /app/src/main/java/smartchairinc/smartchairdemo/SensorLauncher.java | 9715e3601ab1f9bcdf6e2d7c9e46da52be1ac301 | [] | no_license | ntrevethan314/SmartChairDemo | https://github.com/ntrevethan314/SmartChairDemo | 64114de01acc901a34b53d63a0fbd8f02b22959b | 22bb357dcce65e5fdac947975965578be1e976b7 | refs/heads/master | 2021-01-10T05:45:23.348000 | 2015-11-13T01:17:39 | 2015-11-13T01:17:39 | 45,581,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package smartchairinc.smartchairdemo;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.... | UTF-8 | Java | 1,628 | java | SensorLauncher.java | Java | [] | null | [] | package smartchairinc.smartchairdemo;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.... | 1,628 | 0.75 | 0.748771 | 48 | 32.916668 | 25.117916 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645833 | false | false | 0 |
f83af065327d0723fe969ca082f33528cc174ba6 | 35,940,286,368,326 | 1152713057bf9793df301f21d92ba044e9624da0 | /app/src/main/java/com/example/moneymanage/Week_4.java | f45e5c50a0049413da74dbbe3124d19006d5c163 | [] | no_license | fitriaananda791/MoneyManage | https://github.com/fitriaananda791/MoneyManage | d639a5448fb2000bc447ecab2ee77db6cdd9f462 | ddcc111649465989fe03a320bd02bffafcd0cdd7 | refs/heads/master | 2020-05-07T17:21:32.833000 | 2019-04-11T06:58:51 | 2019-04-11T06:58:51 | 180,725,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.moneymanage;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Week_4 extends Fragment {
//Constructor default
public Week_... | UTF-8 | Java | 551 | java | Week_4.java | Java | [] | null | [] | package com.example.moneymanage;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Week_4 extends Fragment {
//Constructor default
public Week_... | 551 | 0.753176 | 0.742287 | 21 | 25.190475 | 25.344519 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 0 |
ffb92e6c4978bde4f075a3de4385998d5244d92c | 38,474,317,055,127 | 211182669988cb8c3e4bd29f684d28c536860215 | /src/listandsetpractice/Lab3.java | c35bb9b7cc1c355be21905bdcb266fd068b3f9fa | [] | no_license | murbanski2/ListAndSetPractice | https://github.com/murbanski2/ListAndSetPractice | 128642f064feec75f6230baa2732af30b47f242c | 2da0d848095e0d1ee31212cd837f4e8a05ffb58f | refs/heads/master | 2021-01-25T00:10:34.674000 | 2013-03-06T04:21:30 | 2013-03-06T04:21:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package listandsetpractice;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author murbanski
*/
public class Lab3 {
public static void main(String[] args) {
Employee e1 = new Employee("B27","Steve Austin", 227);
Employee e2 = new Employee("A413","Oscar Goldman", 167);
... | UTF-8 | Java | 2,479 | java | Lab3.java | Java | [
{
"context": "st;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author murbanski\r\n */\r\npublic class Lab3 {\r\n public static void",
"end": 115,
"score": 0.9831173419952393,
"start": 106,
"tag": "USERNAME",
"value": "murbanski"
},
{
"context": "rgs) {\r\n Employee e1... | null | [] | package listandsetpractice;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author murbanski
*/
public class Lab3 {
public static void main(String[] args) {
Employee e1 = new Employee("B27","<NAME>", 227);
Employee e2 = new Employee("A413","<NAME>", 167);
Employ... | 2,462 | 0.536103 | 0.523598 | 65 | 36.138462 | 26.67922 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584615 | false | false | 0 |
4f0424d8af7665446243d1312a4f0ad34548127c | 38,474,317,051,918 | 3cbc2ffafa9616c4823c5b33c3ae8a645aa107a7 | /pdc-service-impl/src/test/java/cn/com/cibtc/pdc/series/dao/BookSeriesApiTest.java | f4e0bc14ad4840a18aa0ebd2967020e100e2365d | [] | no_license | 786991884/pdc-service-parent | https://github.com/786991884/pdc-service-parent | 3fd416e53155967941746b531a85a79379718b84 | 8aa481474d671db69d84bfd7c76fe683a4738ab7 | refs/heads/master | 2017-12-01T10:25:33.183000 | 2017-01-22T01:03:19 | 2017-01-22T01:03:19 | 63,523,938 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2014 中国国际图书贸易集团公司
* All rights reserved.
*
*/
package cn.com.cibtc.pdc.series.dao;
import java.util.ArrayList;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
import cn.com.cibtc.pdc.ApplicationContextTest;
import cn.com.cibtc.pdc.api.BookMusicScoreApi;
import cn.com.... | UTF-8 | Java | 1,497 | java | BookSeriesApiTest.java | Java | [
{
"context": " </p>\n * <p>创建日期:2015-06-26 18:31:57</p>\n * <p>作者:徐冰浩</p>\n * <p>版本:1.6</p>\n */\npublic class BookSeriesA",
"end": 652,
"score": 0.9998765587806702,
"start": 649,
"tag": "NAME",
"value": "徐冰浩"
}
] | null | [] | /*
* Copyright (c) 2014 中国国际图书贸易集团公司
* All rights reserved.
*
*/
package cn.com.cibtc.pdc.series.dao;
import java.util.ArrayList;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
import cn.com.cibtc.pdc.ApplicationContextTest;
import cn.com.cibtc.pdc.api.BookMusicScoreApi;
import cn.com.... | 1,497 | 0.749824 | 0.727273 | 50 | 27.379999 | 23.670986 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.18 | false | false | 0 |
b1bfb3f9adaa36b865e4bcedd88aa6fe56a67989 | 12,120,397,774,423 | e43265d63f4a2a1066547ee10e9fb84d8550fa58 | /src/main/java/com/demo/waitingroom/NNodeRepository.java | 60a505026e748e7d4e37af809705ff539b41e879 | [] | no_license | marcello-dev/waitingroom | https://github.com/marcello-dev/waitingroom | 7ff99b8dc831b2a34d5222193757d89a1edeb489 | 7478555132e504dc8a6385f4f96e30eb6fb506f9 | refs/heads/master | 2023-01-24T06:55:56.140000 | 2020-11-24T14:12:05 | 2020-11-24T14:12:05 | 307,322,763 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.waitingroom;
import java.util.List;
import java.util.Optional;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
public interface NNodeRepository extends JpaRepository<NNode, Long>{
Optional<NNode> findByWaitingRoomIdAndId(Long waitingRoo... | UTF-8 | Java | 811 | java | NNodeRepository.java | Java | [] | null | [] | package com.demo.waitingroom;
import java.util.List;
import java.util.Optional;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
public interface NNodeRepository extends JpaRepository<NNode, Long>{
Optional<NNode> findByWaitingRoomIdAndId(Long waitingRoo... | 811 | 0.848335 | 0.848335 | 17 | 46.705883 | 34.576027 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.470588 | false | false | 0 |
761a066cab52a5407d6e20704421a989b5a79688 | 33,870,112,148,948 | a63e76278a50fafcc33e121f3f77c416e673e92a | /MP1/src/main/Rook.java | e65c204b72b094129e95b0376ab531462a69c45b | [] | no_license | mliu-dark-knight/CS242 | https://github.com/mliu-dark-knight/CS242 | 5efac9e12535f7bce582dc9aff167654397476ce | 838ef721ed2b1bcf35cbd05239997dd75fd6350a | refs/heads/master | 2021-07-24T03:52:12.407000 | 2017-11-04T03:53:21 | 2017-11-04T03:53:21 | 109,464,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import javafx.util.Pair;
import java.util.HashSet;
import java.util.Set;
/**
* Created by mengxiongliu on 8/28/16.
*/
public class Rook extends Piece {
public Rook(int row, int col, int color) {
super(row, col, color);
}
/**
*
* @param game
* @return available posi... | UTF-8 | Java | 504 | java | Rook.java | Java | [
{
"context": ".HashSet;\nimport java.util.Set;\n\n/**\n * Created by mengxiongliu on 8/28/16.\n */\npublic class Rook extends Piece {",
"end": 120,
"score": 0.9994390606880188,
"start": 108,
"tag": "USERNAME",
"value": "mengxiongliu"
}
] | null | [] | package main;
import javafx.util.Pair;
import java.util.HashSet;
import java.util.Set;
/**
* Created by mengxiongliu on 8/28/16.
*/
public class Rook extends Piece {
public Rook(int row, int col, int color) {
super(row, col, color);
}
/**
*
* @param game
* @return available posi... | 504 | 0.646825 | 0.636905 | 25 | 19.16 | 20.051294 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
b6896b8c852a446f8db950b0bd772871e3f4391d | 38,543,036,530,210 | 0633049f47c420f22f1a17e4433a5d32c08f2dc2 | /src/info/nflbuzz/client/controls/grid/NFLScheduleData.java | d4dd294d7423b427d86b71362fdc73be89cb8ea4 | [] | no_license | Ryan4x4/NFLBuzz | https://github.com/Ryan4x4/NFLBuzz | 880d26b8b84a6ab8f57e250d6307b95d7d6a24cd | e4add379972a98ed54ed2d709e8343a640cb4403 | refs/heads/master | 2015-07-31T12:01:56.789000 | 2013-01-17T07:08:56 | 2013-01-17T07:08:56 | 3,231,492 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.nflbuzz.client.controls.grid;
import com.extjs.gxt.ui.client.data.BaseModel;
import com.extjs.gxt.ui.client.util.DateWrapper;
import com.google.gwt.user.client.rpc.IsSerializable;
/**
* I use this class to store my mysql recordset in an object that is an array.
* This will give an example of how I pass... | UTF-8 | Java | 1,449 | java | NFLScheduleData.java | Java | [
{
"context": "f my favourites for its simplicity.\n * \n * @author branflake2267\n *\n */\npublic class NFLScheduleData extends BaseM",
"end": 439,
"score": 0.999395489692688,
"start": 426,
"tag": "USERNAME",
"value": "branflake2267"
}
] | null | [] | package info.nflbuzz.client.controls.grid;
import com.extjs.gxt.ui.client.data.BaseModel;
import com.extjs.gxt.ui.client.util.DateWrapper;
import com.google.gwt.user.client.rpc.IsSerializable;
/**
* I use this class to store my mysql recordset in an object that is an array.
* This will give an example of how I pass... | 1,449 | 0.687371 | 0.68461 | 58 | 24 | 18.801138 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.982759 | false | false | 0 |
25e41ec02da23f663741c0c5965611045089a511 | 36,309,653,551,671 | ea33bcb259d7feb6334e37330651c665199e31bf | /src/main/java/com/inteliment/demo/controllers/CustomerResourceController.java | bc935c5fb804887661e423cead819814a7653d33 | [] | no_license | vinodchavan8412/inteliment-demo | https://github.com/vinodchavan8412/inteliment-demo | 292e21fe34e7aff199b35c40c9981cca48b75b39 | e6d8dd5921f4763d18256d75d16d5f82e2b65670 | refs/heads/master | 2020-03-25T11:09:34.154000 | 2018-08-07T09:47:04 | 2018-08-07T09:47:04 | 143,721,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inteliment.demo.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import com.inteliment.demo... | UTF-8 | Java | 935 | java | CustomerResourceController.java | Java | [
{
"context": "\tCustomer customer= repository.save(new Customer(\"Jack\", \"Bauer\"));\n\t\tSystem.out.println(customer);\n\t\tCu",
"end": 640,
"score": 0.9997706413269043,
"start": 636,
"tag": "NAME",
"value": "Jack"
},
{
"context": "r customer= repository.save(new Customer(\"Jack\"... | null | [] | package com.inteliment.demo.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import com.inteliment.demo... | 935 | 0.801069 | 0.797861 | 30 | 30.166666 | 24.599571 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 0 |
ce1e6fc37df9bd86d92ce1fda4530118c1cf3a3c | 33,844,342,344,539 | 4125e672935215c3c9a143c236cb415680c1e706 | /api/src/test/java/gov/cms/ab2d/api/controller/BulkDataAccessAPIIntegrationTests.java | b717f289af1a0843033e04e3fab434c3a6ee2b06 | [] | no_license | tfmaster0620/ab2d | https://github.com/tfmaster0620/ab2d | ec4813c8aeecb77069ef236475699c1077ccdd59 | 41da5eb35d417c33926b5906e78209f7bde88fa7 | refs/heads/master | 2022-11-04T02:15:25.571000 | 2020-06-18T15:58:01 | 2020-06-18T15:58:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.cms.ab2d.api.controller;
import com.google.gson.Gson;
import com.jayway.jsonpath.JsonPath;
import com.okta.jwt.JwtVerificationException;
import gov.cms.ab2d.api.SpringBootApp;
import gov.cms.ab2d.common.model.*;
import gov.cms.ab2d.common.repository.*;
import gov.cms.ab2d.common.util.AB2DPostgresqlContaine... | UTF-8 | Java | 65,808 | java | BulkDataAccessAPIIntegrationTests.java | Java | [
{
"context": "uals(job.getUser(), userRepository.findByUsername(TEST_USER));\n }\n\n @Test\n public void testBasicPati",
"end": 7047,
"score": 0.9995861649513245,
"start": 7038,
"tag": "USERNAME",
"value": "TEST_USER"
},
{
"context": "uals(job.getUser(), userRepository.findB... | null | [] | package gov.cms.ab2d.api.controller;
import com.google.gson.Gson;
import com.jayway.jsonpath.JsonPath;
import com.okta.jwt.JwtVerificationException;
import gov.cms.ab2d.api.SpringBootApp;
import gov.cms.ab2d.common.model.*;
import gov.cms.ab2d.common.repository.*;
import gov.cms.ab2d.common.util.AB2DPostgresqlContaine... | 65,796 | 0.62731 | 0.62035 | 1,315 | 49.044868 | 32.652943 | 145 | false | false | 0 | 0 | 0 | 0 | 65 | 0.000988 | 0.685932 | false | false | 0 |
0ff50423bbf14fd79bbb03501e9c9d4ceab7c35b | 31,499,290,182,027 | 07aae0ff18b386333a99e3ff6ca26f01b5654ff9 | /nszf2a2_danielAdam_git2/src/x20171129/Serialization_xml.java | 619fbbc3a57d9784dcbd152266f49428a776e030 | [] | no_license | DanielAdam995/mappa | https://github.com/DanielAdam995/mappa | de7e3c944c06fb13000c11a0e4126f816be3098d | 1f4470f1f5eec8be3b194a50c6ca334a9ec8a538 | refs/heads/master | 2021-08-22T04:40:42.027000 | 2017-11-29T09:15:44 | 2017-11-29T09:15:44 | 111,656,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package X20171129;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import static java.lang.System.in;... | UTF-8 | Java | 2,717 | java | Serialization_xml.java | Java | [
{
"context": "anulo sanyi = new Tanulo();\r\n sanyi.nev = \"Ruzsa Sándor\";\r\n sanyi.kor = 160;\r\n \r\n \r\n",
"end": 713,
"score": 0.9997829794883728,
"start": 701,
"tag": "NAME",
"value": "Ruzsa Sándor"
},
{
"context": " Tanulo mari = new Tanulo();\r\n... | null | [] | package X20171129;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import static java.lang.System.in;... | 2,701 | 0.550645 | 0.541436 | 93 | 27.193548 | 20.745907 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
cd22cdeb9409dc19254303288fe8d5ca21e55f37 | 16,819,091,963,276 | 5a496312c71c48599e3f08b47ae9656358d181e4 | /src/Interface/BankTest.java | 42b384b4646d96b00fbf3d138b1599f2f503d256 | [] | no_license | alakd1985/Java-Problem-Solution | https://github.com/alakd1985/Java-Problem-Solution | 0cfda2e34d3fcb13f3b4e314994e37fb616e3b19 | cecf2dee6be9b612ac501bcb947457a37da72dcb | refs/heads/master | 2023-05-04T06:05:44.724000 | 2021-05-23T19:21:03 | 2021-05-23T19:21:03 | 267,474,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interface;
public class BankTest {
public static void main(String[] args) {
Bank bank = new CitiBank();
System.out.println(bank.interestRate());
Bank bank1 = new WellsFargo();
System.out.println(bank1.interestRate());
}
}
| UTF-8 | Java | 243 | java | BankTest.java | Java | [] | null | [] | package Interface;
public class BankTest {
public static void main(String[] args) {
Bank bank = new CitiBank();
System.out.println(bank.interestRate());
Bank bank1 = new WellsFargo();
System.out.println(bank1.interestRate());
}
}
| 243 | 0.703704 | 0.695473 | 12 | 19.25 | 17.248793 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 0 |
4a6c77a55605c8ea5ac017fc9eb804f0ec9f17be | 5,334,349,416,114 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/1/352.java | bd91a78a4654f84ce4b7444f2370cbd0994ad5dc | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | https://github.com/qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154000 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //*****************************
//* ??????? *
//* ?????? *
//* ???2010-12-7 *
//*****************************
int num = 1; //????1?????,?????
int flag = 2;
void way(int);
int main()
{
int a;
int n;
n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true));
while (n-- != 0)
{
a =... | UTF-8 | Java | 705 | java | 352.java | Java | [] | null | [] | //*****************************
//* ??????? *
//* ?????? *
//* ???2010-12-7 *
//*****************************
int num = 1; //????1?????,?????
int flag = 2;
void way(int);
int main()
{
int a;
int n;
n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true));
while (n-- != 0)
{
a =... | 705 | 0.378723 | 0.357447 | 40 | 16.575001 | 15.435166 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55 | false | false | 0 |
19650ec41596840be73cac04a2105a6d790cfa4d | 32,195,074,884,279 | 8f1de5a487da9ac08e771bb46909f9da18b5f060 | /src/no/ntnu/brickbreaker/models/TexturedBrick.java | ac4ca46ed1e3aff8d444b242a6fca4a9f131eac5 | [] | no_license | kruvin/GameForVision_HackTheChange | https://github.com/kruvin/GameForVision_HackTheChange | 2f87435d0cb6118a73fe67f49931335d3873771a | 346faae79a1c2289baadcc629e4bccf8be2bd2de | refs/heads/master | 2020-05-03T04:12:43.726000 | 2013-10-09T18:58:33 | 2013-10-09T18:58:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.ntnu.brickbreaker.models;
import org.anddev.andengine.entity.primitive.Rectangle;
import org.anddev.andengine.opengl.texture.region.TiledTextureRegion;
import org.anddev.andengine.entity.sprite.AnimatedSprite;
import org.anddev.andengine.entity.sprite.BaseSprite;
public class TexturedBrick extends BaseSp... | UTF-8 | Java | 733 | java | TexturedBrick.java | Java | [] | null | [] | package no.ntnu.brickbreaker.models;
import org.anddev.andengine.entity.primitive.Rectangle;
import org.anddev.andengine.opengl.texture.region.TiledTextureRegion;
import org.anddev.andengine.entity.sprite.AnimatedSprite;
import org.anddev.andengine.entity.sprite.BaseSprite;
public class TexturedBrick extends BaseSp... | 733 | 0.809004 | 0.809004 | 23 | 30.826086 | 30.668852 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.304348 | false | false | 0 |
c2b3fb8987057e458742b4073e1d6c129d8e8587 | 17,798,344,515,933 | 5bff983b078310bda614529313a9371c22a41329 | /SrhmFrg/SrhmFrg-ejb/src/main/java/com/shrmfrg/persistence/PersistenceService.java | 2a31226feb40685397bbda1758ca0b9d025cc96c | [] | no_license | Rmarken5/ShroomForager | https://github.com/Rmarken5/ShroomForager | 48f81eaf3647d4c899e3331ca063011b4a286816 | 19c4f6e9af955038748b87b6afd5a452fc10ca2d | refs/heads/master | 2020-03-09T03:44:01.942000 | 2018-04-07T21:57:29 | 2018-04-07T21:57:29 | 128,571,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shrmfrg.persistence;
import javax.ejb.Local;
import javax.ejb.Stateless;
@Stateless
@Local(PersistenceService.class)
public class PersistenceService extends PersistenceServiceBase implements PersistenceServiceRemote {
@Override
public <T> T find(Class clazz, Object id) {
return (T) this.getEntit... | UTF-8 | Java | 355 | java | PersistenceService.java | Java | [] | null | [] | package com.shrmfrg.persistence;
import javax.ejb.Local;
import javax.ejb.Stateless;
@Stateless
@Local(PersistenceService.class)
public class PersistenceService extends PersistenceServiceBase implements PersistenceServiceRemote {
@Override
public <T> T find(Class clazz, Object id) {
return (T) this.getEntit... | 355 | 0.774648 | 0.774648 | 18 | 18.722221 | 25.980347 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 0 |
9a3fb6e1f7bdf6e9cfede0c710025247b984bd2d | 11,295,764,024,402 | 4c2462b3315e234a99882690f2a8fd45ea67203e | /itcs3146groupproject/AbstractJob.java | 0fb1fa28f49bd2d2b0cae79d4c8b07a30eadff43 | [] | no_license | dtyson9/ITCS3146GroupProject | https://github.com/dtyson9/ITCS3146GroupProject | c68f2fab29dd74dcf38fea879fa77c9fd59ffc67 | 2502ec4a77ebf41dc5028a7ef8eeb2e7d0c7c45b | refs/heads/master | 2021-01-24T20:02:52.138000 | 2013-11-22T15:02:19 | 2013-11-22T15:02:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package itcs3146groupproject;
import java.util.*;
public interface AbstractJob
{
public int getSize();
public int getCycles();
public void decrementRunTime();
public boolean isFinishedRunning();
public int getNumberOfPages(int pageSize);
} | UTF-8 | Java | 248 | java | AbstractJob.java | Java | [] | null | [] | package itcs3146groupproject;
import java.util.*;
public interface AbstractJob
{
public int getSize();
public int getCycles();
public void decrementRunTime();
public boolean isFinishedRunning();
public int getNumberOfPages(int pageSize);
} | 248 | 0.778226 | 0.762097 | 12 | 19.75 | 14.799353 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 0 |
d1e4ee6ab4de8498befbe4801dce2f177a6307d6 | 24,309,514,937,062 | e269e4ca0a6e93388aed8ae45214ca4c7edfc96a | /src/main/java/com/saburto/petfishstore/api/Validate.java | c9a0b16c72fe73fa600b29373ab4c25f30677174 | [] | no_license | saburto/assigment | https://github.com/saburto/assigment | fdff55d681a65605d9026bbe95d0a694aac7c9c1 | 9a8dc23e2176f1cfcc3d04649f2dea5761be0cfc | refs/heads/main | 2023-07-04T07:57:02.408000 | 2021-08-01T13:25:38 | 2021-08-01T13:39:04 | 392,328,500 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.saburto.petfishstore.api;
public class Validate {
public interface OnUpdate {
}
public interface OnCreate {
}
}
| UTF-8 | Java | 144 | java | Validate.java | Java | [] | null | [] | package com.saburto.petfishstore.api;
public class Validate {
public interface OnUpdate {
}
public interface OnCreate {
}
}
| 144 | 0.673611 | 0.673611 | 11 | 12.090909 | 14.342908 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.090909 | false | false | 0 |
fdd9481d1bdd84c7a87efd3b3a32d97a662108ee | 38,053,410,247,439 | e211727a138129123140da52289af77d82828aaa | /src/main/java/ru/netology/domain/CommentsInfo.java | 72d5004d81946750aca6a0988e775ddb67bf1cf3 | [] | no_license | Syan91/Manager | https://github.com/Syan91/Manager | a942fa22f262a24eb1e92f87f6a34158b7acb56e | 525eeda2a85eb45bb1ca5808dd8bc3fef7691b88 | refs/heads/master | 2022-12-04T04:07:06.895000 | 2020-09-01T15:23:05 | 2020-09-01T15:23:05 | 292,008,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.netology.domain;
public class CommentsInfo {
private int count;
private int CanPost;
private int groupCanPost;
private boolean canClose;
private boolean canOpen;
public int getCount()
{
return count;
}
public void setCount(int count)
{
this.count=... | UTF-8 | Java | 990 | java | CommentsInfo.java | Java | [] | null | [] | package ru.netology.domain;
public class CommentsInfo {
private int count;
private int CanPost;
private int groupCanPost;
private boolean canClose;
private boolean canOpen;
public int getCount()
{
return count;
}
public void setCount(int count)
{
this.count=... | 990 | 0.588889 | 0.588889 | 68 | 13.558824 | 14.515086 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 0 |
648a7a2358428d66e0c983913a9ebe821115f57b | 34,007,551,085,930 | de662263ef900c09df8513e1c7f093f32008aeb7 | /src/main/java/aquality/selenium/elements/interfaces/IElementFactory.java | 5637a432be3737d898b1bb07537674677107c0e1 | [
"Apache-2.0"
] | permissive | ashwink-tech/aquality-selenium-java | https://github.com/ashwink-tech/aquality-selenium-java | 6391326505a1ce82f6c2e6531d065c1aac89b955 | e38feda320bf8c805e4ad1f00ef01777408ad03e | refs/heads/master | 2022-04-02T09:00:15.783000 | 2020-01-29T14:03:04 | 2020-01-29T14:03:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aquality.selenium.elements.interfaces;
import aquality.selenium.elements.ElementState;
import aquality.selenium.elements.ElementType;
import aquality.selenium.elements.ElementsCount;
import org.openqa.selenium.By;
import java.util.List;
/**
* Defines the interface used to create the elements.
*/
public int... | UTF-8 | Java | 10,558 | java | IElementFactory.java | Java | [] | null | [] | package aquality.selenium.elements.interfaces;
import aquality.selenium.elements.ElementState;
import aquality.selenium.elements.ElementType;
import aquality.selenium.elements.ElementsCount;
import org.openqa.selenium.By;
import java.util.List;
/**
* Defines the interface used to create the elements.
*/
public int... | 10,558 | 0.679958 | 0.679958 | 285 | 36.045612 | 29.706659 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 0 |
e3bab73584d201890bec1dcb80717bfb8fa279ef | 37,821,482,025,931 | f003a6289c53941c350901d2a79eb6110b80cca9 | /demo/src/main/java/com/demo/service/ScoreService.java | 808e99615b213d4abca311497b887a431d138ddd | [] | no_license | lianpx/OsTelecom | https://github.com/lianpx/OsTelecom | 627f892170ac9df040ed7a5614213a942b2496d6 | 3b0622dd360897ed3cb2d026418fa49e8e036f76 | refs/heads/master | 2022-12-11T17:47:08.108000 | 2019-09-25T02:41:03 | 2019-09-25T02:41:03 | 145,058,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.service;
import com.demo.entity.Score;
import java.util.List;
public interface ScoreService {
// Score select
public Score getScoreByUserId(Integer userId);
public Score getScoreByExamId(Integer examId);
public Score getScoreById(Score score);
// Score insert
public void in... | UTF-8 | Java | 573 | java | ScoreService.java | Java | [] | null | [] | package com.demo.service;
import com.demo.entity.Score;
import java.util.List;
public interface ScoreService {
// Score select
public Score getScoreByUserId(Integer userId);
public Score getScoreByExamId(Integer examId);
public Score getScoreById(Score score);
// Score insert
public void in... | 573 | 0.703316 | 0.703316 | 28 | 19.464285 | 17.706903 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
53b0f5dfbcf0372fff5c7b3cb876587c697c8d6b | 7,095,286,020,945 | 867f2570f6c37b08fb1fd05ac5f8069fc344825b | /src/libktvr17/SaverToFile.java | 5b1ef127cab53ebd01528c03c057c4a967cc0e7d | [] | no_license | Dew25/LibProPtvr16 | https://github.com/Dew25/LibProPtvr16 | 86d94630acf9c303cce89442ff4834d69f9ec378 | 26f85aa2b68d9f08d78aaa6c561e816c1c5637c8 | refs/heads/master | 2020-03-09T10:22:42.831000 | 2018-11-15T13:24:51 | 2018-11-15T13:24:51 | 128,735,734 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package libktvr17;
import entity.Book;
import entity.History;
import entity.Reader;
import interfaces.Saveble;
import java.io.FileInpu... | UTF-8 | Java | 5,415 | java | SaverToFile.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author Melnikov\n */\npublic class SaverToFile implements Saveble{\n",
"end": 640,
"score": 0.9603903889656067,
"start": 632,
"tag": "NAME",
"value": "Melnikov"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package libktvr17;
import entity.Book;
import entity.History;
import entity.Reader;
import interfaces.Saveble;
import java.io.FileInpu... | 5,415 | 0.615013 | 0.614626 | 139 | 36.18705 | 28.637041 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755396 | false | false | 0 |
51fb33a196fd66a77505f300651951d54d9fe8ff | 28,449,863,410,357 | b2002471733e3fd325bcbd178bdf70d73f907fc4 | /test/AlgoExpert/SubarraySortTest.java | dcbfbd18f596f9a5a3f6d72aa1388621fe73d2f1 | [] | no_license | kantrar/hacker-rank | https://github.com/kantrar/hacker-rank | c389563e72d885ada803dc464bbfee0b3d4ec161 | bdeb71b8acfdbd011b735e68690d83a9ba697f6e | refs/heads/master | 2022-10-15T03:46:26.781000 | 2019-11-07T14:49:02 | 2019-11-07T14:49:02 | 164,281,437 | 0 | 0 | null | false | 2022-10-04T23:47:26 | 2019-01-06T06:25:36 | 2019-11-07T14:49:26 | 2022-10-04T23:47:24 | 5,955 | 0 | 0 | 2 | Java | false | false | package AlgoExpert;
import org.hamcrest.CoreMatchers;
import org.junit.Assert;
import org.junit.Test;
public class SubarraySortTest {
@Test
public void test() {
int[] res;
res = SubarraySort.subarraySort(new int[] {2, 1});
Assert.assertThat(res, CoreMatchers.equalTo(new int[] {0, 1}));
res = SubarraySort.s... | UTF-8 | Java | 461 | java | SubarraySortTest.java | Java | [] | null | [] | package AlgoExpert;
import org.hamcrest.CoreMatchers;
import org.junit.Assert;
import org.junit.Test;
public class SubarraySortTest {
@Test
public void test() {
int[] res;
res = SubarraySort.subarraySort(new int[] {2, 1});
Assert.assertThat(res, CoreMatchers.equalTo(new int[] {0, 1}));
res = SubarraySort.s... | 461 | 0.681128 | 0.626898 | 17 | 26.117647 | 26.497242 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.294118 | false | false | 0 |
098446e26cde66fad3e4464826b72943e1e863ae | 24,850,680,836,263 | e346caa635164d60e99e0b29111fc3a745b4c199 | /hw7/SynchedUnHashing.java | 0a675ed6e4ec487d278d2710bc7674d3ccee4493 | [] | no_license | jeffreyli211/CS350 | https://github.com/jeffreyli211/CS350 | 126a786e1d29989f4b99d6fad2006f3849a21d05 | 03903c1515acda42ff7393e189fee2bc289384cd | refs/heads/master | 2021-01-01T12:44:20.984000 | 2020-04-30T16:10:42 | 2020-04-30T16:10:42 | 239,284,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw7;
import java.math.*;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.io.File;
import java.util.List;
import java.util.ArrayList;
import java.util.Scanner;
public class SynchedUnHashing {
public static ChunkThread[] threads;
public static void synched... | UTF-8 | Java | 2,952 | java | SynchedUnHashing.java | Java | [] | null | [] | package hw7;
import java.math.*;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.io.File;
import java.util.List;
import java.util.ArrayList;
import java.util.Scanner;
public class SynchedUnHashing {
public static ChunkThread[] threads;
public static void synched... | 2,952 | 0.53523 | 0.528794 | 90 | 31.799999 | 26.688824 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 0 |
cce67e141ffa6e89f08fef1ac4da4a0a087c84ce | 24,850,680,839,799 | a5d467b2d6cf9ff8bd078323ffbf3bd8ae8a9a94 | /src/main/java/cn/mypandora/springboot/modular/system/service/impl/DictionaryServiceImpl.java | 52dda315363e5ddf6cd2c83b7d022318e84a47ab | [] | no_license | hankaibo/myhospital-backend | https://github.com/hankaibo/myhospital-backend | 23707f9d87c2045386e0c58cbb3fa8a9218add96 | 86a70686e7e54debc5d64f72923ff95566bc9841 | refs/heads/master | 2023-08-21T20:57:16.194000 | 2022-02-21T01:45:35 | 2022-02-21T01:45:35 | 253,167,094 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mypandora.springboot.modular.system.service.impl;
import java.time.LocalDateTime;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
impo... | UTF-8 | Java | 2,701 | java | DictionaryServiceImpl.java | Java | [
{
"context": "\nimport lombok.extern.slf4j.Slf4j;\n\n/**\n * @author hankaibo\n * @date 9/12/2021\n */\n@Slf4j\n@Service\npublic cla",
"end": 763,
"score": 0.9995143413543701,
"start": 755,
"tag": "USERNAME",
"value": "hankaibo"
}
] | null | [] | package cn.mypandora.springboot.modular.system.service.impl;
import java.time.LocalDateTime;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
impo... | 2,701 | 0.732614 | 0.728524 | 87 | 29.908047 | 26.282125 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494253 | false | false | 0 |
b26ba2e365b5988270aa398e1313c11c4e1220f5 | 28,724,741,335,875 | 6237feaee63bb4c4831d3c663b49bb4ab28207b2 | /CryptoNewsAndroid/app/src/main/java/com/princess/android/cryptonews/model/News.java | c368b7a18f72a7a8165c7af40315d816365725d9 | [
"Apache-2.0"
] | permissive | elcruci/CryptoNews | https://github.com/elcruci/CryptoNews | 6671500ae1185b4a33167d933edaaacaafa8ede1 | b274419a02ce7963a30b47ba9e2b9fd442335e47 | refs/heads/master | 2021-09-15T15:15:10.075000 | 2018-05-09T14:36:33 | 2018-05-09T14:36:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.princess.android.cryptonews.model;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.PrimaryKey;
import android.content.Context;
import android.support.annotation.NonNull;
import android.text.Html;
import android.util.TypedValue;
... | UTF-8 | Java | 3,594 | java | News.java | Java | [
{
"context": "mport com.bumptech.glide.Glide;\nimport com.github.curioustechizen.ago.RelativeTimeTextView;\nimport com.github.wrdlb",
"end": 478,
"score": 0.9934284090995789,
"start": 463,
"tag": "USERNAME",
"value": "curioustechizen"
},
{
"context": "hizen.ago.RelativeTimeTextView;\... | null | [] | package com.princess.android.cryptonews.model;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.PrimaryKey;
import android.content.Context;
import android.support.annotation.NonNull;
import android.text.Html;
import android.util.TypedValue;
... | 3,594 | 0.669171 | 0.669171 | 170 | 20.147058 | 18.35745 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 0 |
ccc24469f615aa2a6a393619a500a3e550f201c2 | 4,002,909,570,948 | 86d47a02d2bb4f12fab2b9b645740187e16e9296 | /src/com/gpg/utils/JdbcUtils.java | 79cbca4796fdf3694dc1d5c0fe2edd3b240925aa | [] | no_license | A1689733287/loginDemo | https://github.com/A1689733287/loginDemo | ad6725ca1f97c4d454d4cd2a5c8d3a1cd3c06e99 | fd5b5c9fb7b05196c3f328b6561b40343bec2b0f | refs/heads/master | 2021-04-08T18:21:19.775000 | 2018-03-14T06:58:12 | 2018-03-14T09:52:05 | 120,551,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gpg.utils;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import com.mchange.v2.c3p0.ComboPooledDataSource;
public class JdbcUtils {
//创建ThreadLocal对象
private final static ThreadLocal<Connection> LOCA... | UTF-8 | Java | 1,487 | java | JdbcUtils.java | Java | [] | null | [] | package com.gpg.utils;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.sql.DataSource;
import com.mchange.v2.c3p0.ComboPooledDataSource;
public class JdbcUtils {
//创建ThreadLocal对象
private final static ThreadLocal<Connection> LOCA... | 1,487 | 0.667649 | 0.665438 | 75 | 17.093334 | 17.03735 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 0 |
fdce50643bfb792f0d8859f589de5302ea6d49b3 | 21,191,368,685,714 | 6717c8b5d2cdc0852ca863c233fbf958be0b7441 | /src/rn2012a/service/DataPackageMap.java | 337fcf6a22a4fce5ae88f0f463d5d0947c3a9b9e | [] | no_license | younkerli/prjRn2012a | https://github.com/younkerli/prjRn2012a | b3ac89ba3e5af6a2807a9d2947d6fc4cfe86ced7 | 2f16c64ec8af0c9d5043c65e265a325b1fd223d6 | refs/heads/master | 2021-01-10T01:10:13.312000 | 2016-04-11T06:25:12 | 2016-04-11T06:25:12 | 48,841,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rn2012a.service;
import java.util.HashMap;
import java.util.Map;
import org.apache.log4j.Logger;
import rn2012a.entities.Event;
public class DataPackageMap
{
private static Logger logger = Logger.getLogger(DataPackageMap.class);
private Map<Integer, DataPackage> map = new HashMap<Int... | UTF-8 | Java | 3,291 | java | DataPackageMap.java | Java | [] | null | [] | package rn2012a.service;
import java.util.HashMap;
import java.util.Map;
import org.apache.log4j.Logger;
import rn2012a.entities.Event;
public class DataPackageMap
{
private static Logger logger = Logger.getLogger(DataPackageMap.class);
private Map<Integer, DataPackage> map = new HashMap<Int... | 3,291 | 0.557174 | 0.553765 | 118 | 25.347458 | 24.915239 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440678 | false | false | 0 |
87681d197930c9019ce59e1a39453b4574a3bee7 | 22,067,542,016,755 | 98dc720b0b8d80b3dc9723234df961316f584a9f | /src/main/java/com/programmerdan/minecraft/simpleadminhacks/configs/InvisibleFixConfig.java | 07216cb5dd8e8babd8ce6d67fe8c51dc46c86cf5 | [
"BSD-3-Clause"
] | permissive | Falvyu/SimpleAdminHacks | https://github.com/Falvyu/SimpleAdminHacks | e7a79a48d72fd3dca1adb6f96cbb29d195ddcc02 | 22e5d9d255ceddbbeff137e08683020c77e6fbb0 | refs/heads/master | 2022-11-28T04:57:17.112000 | 2020-02-20T13:41:27 | 2020-02-20T13:41:27 | 255,175,797 | 0 | 0 | BSD-3-Clause | true | 2020-04-12T21:45:22 | 2020-04-12T21:45:21 | 2020-02-20T13:41:31 | 2020-02-20T13:41:29 | 343 | 0 | 0 | 0 | null | false | false | package com.programmerdan.minecraft.simpleadminhacks.configs;
import org.bukkit.configuration.ConfigurationSection;
import com.programmerdan.minecraft.simpleadminhacks.SimpleAdminHacks;
import com.programmerdan.minecraft.simpleadminhacks.SimpleHackConfig;
/**
* Lightweight config for InvisibleFix
*
* @author Prog... | UTF-8 | Java | 1,340 | java | InvisibleFixConfig.java | Java | [
{
"context": " Lightweight config for InvisibleFix\n *\n * @author ProgrammerDan\n */\npublic class InvisibleFixConfig extends Simpl",
"end": 329,
"score": 0.9924437999725342,
"start": 316,
"tag": "USERNAME",
"value": "ProgrammerDan"
}
] | null | [] | package com.programmerdan.minecraft.simpleadminhacks.configs;
import org.bukkit.configuration.ConfigurationSection;
import com.programmerdan.minecraft.simpleadminhacks.SimpleAdminHacks;
import com.programmerdan.minecraft.simpleadminhacks.SimpleHackConfig;
/**
* Lightweight config for InvisibleFix
*
* @author Prog... | 1,340 | 0.793284 | 0.790299 | 49 | 26.346939 | 26.441734 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.244898 | false | false | 0 |
bd037dc6db77c815dd4165f10582f07cc27ea7b0 | 31,954,556,742,620 | 3b2e1da54d9e3cc5339feb12aec053ef09b762f5 | /DTextModel.java | 9aaf66819946b8048ceafd7a865ab1406c16a0ab | [] | no_license | gabriale99/Whiteboard-Drawing-application | https://github.com/gabriale99/Whiteboard-Drawing-application | 1106ef1310b2d797fa56df7584a10fff115d06e4 | 90d34227869a5a34ff9024ac7abb679ce16447f8 | refs/heads/master | 2021-05-09T20:39:19.834000 | 2018-01-24T02:25:13 | 2018-01-24T02:25:13 | 118,699,437 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.Color;
import java.awt.Font;
public class DTextModel extends DShapeModel{
private String text = "Hello";
private String font = "Dialog";
private double fontSize = 1;
private boolean recomputeSize = true;
public DTextModel() {}
public DTextModel(int x, int y, int width, int height, Color co... | UTF-8 | Java | 1,429 | java | DTextModel.java | Java | [] | null | [] |
import java.awt.Color;
import java.awt.Font;
public class DTextModel extends DShapeModel{
private String text = "Hello";
private String font = "Dialog";
private double fontSize = 1;
private boolean recomputeSize = true;
public DTextModel() {}
public DTextModel(int x, int y, int width, int height, Color co... | 1,429 | 0.680896 | 0.675297 | 76 | 17.776316 | 16.164938 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.802632 | false | false | 0 |
0365d829baf1ec677f9d4b49b8d78090d3e00d3c | 28,329,604,294,994 | c122922277bc4d748bbbc62996ad43143508d064 | /src/project2/TestGUI.java | a493149cb42cf2fa51051d0c759a4195bb3654dd | [] | no_license | DanialAnsari/Second-Semester-Project | https://github.com/DanialAnsari/Second-Semester-Project | c02ddf869679c8eb0088a9b94472c3b414913ae4 | 34e29cf70bf43365c6b2d54e74fcce5163711394 | refs/heads/master | 2020-03-28T18:36:22.081000 | 2018-09-16T08:12:04 | 2018-09-16T08:12:04 | 148,894,899 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package project2;
/**
*
* @author Sameer
*/
class ProjectGUI2 extends javax.swing.JFrame {
/**
* Creates new form TestGU... | UTF-8 | Java | 18,101 | java | TestGUI.java | Java | [
{
"context": "e editor.\n */\npackage project2;\n\n/**\n *\n * @author Sameer\n */\n class ProjectGUI2 extends javax.swing.JFrame",
"end": 228,
"score": 0.9974443912506104,
"start": 222,
"tag": "NAME",
"value": "Sameer"
},
{
"context": "0));\n jButton23.setFont(new java.awt.Fo... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package project2;
/**
*
* @author Sameer
*/
class ProjectGUI2 extends javax.swing.JFrame {
/**
* Creates new form TestGU... | 18,094 | 0.670736 | 0.633446 | 319 | 55.742947 | 39.602764 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.968652 | false | false | 5 |
dee3f35443534119ba85b32c03f38a66a6ea5ea7 | 27,187,143,040,403 | a4758daf3c3e7005182be4fc1c7f1276b4b4ede4 | /app/src/main/java/eu/danman/streamingcamera/MainActivity.java | 1f926b24d3c48af6246c453829e8e59575bd9ec5 | [] | no_license | danielkucera/StreamingCamera | https://github.com/danielkucera/StreamingCamera | b5a842820983ab4da5f3260db5a4661a601b6f0f | 669d3d96762c1f4fd2849cc010043312aee274cb | refs/heads/master | 2021-01-10T19:04:39.454000 | 2014-10-11T15:47:16 | 2014-10-11T15:47:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.danman.streamingcamera;
import android.app.Activity;
import android.content.pm.ActivityInfo;
import android.hardware.Camera;
import android.media.MediaRecorder;
import android.os.ParcelFileDescriptor;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import ... | UTF-8 | Java | 6,576 | java | MainActivity.java | Java | [
{
"context": "onClick(View v) {\n\n //sender.send(\"jedendvatristyripatsest\".getBytes());\n\n if (!streamRunning",
"end": 2187,
"score": 0.7321124076843262,
"start": 2164,
"tag": "USERNAME",
"value": "jedendvatristyripatsest"
},
{
"context": " {\n ... | null | [] | package eu.danman.streamingcamera;
import android.app.Activity;
import android.content.pm.ActivityInfo;
import android.hardware.Camera;
import android.media.MediaRecorder;
import android.os.ParcelFileDescriptor;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import ... | 6,576 | 0.614203 | 0.607512 | 227 | 27.973568 | 22.35022 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488987 | false | false | 5 |
90525dfceb2cecba6758a39a301aaf439c51031c | 5,128,191,020,419 | 250eb871c995ff47f53cddefcbb12a5757eaacdd | /app/controllers/ImageApplication.java | e7e4ec7f429e0f219650d12708fced149c0d3dd4 | [
"Apache-2.0"
] | permissive | JeffyWang/web-play | https://github.com/JeffyWang/web-play | 6c9bbe96aff0ad546e14812299a54de013fb5e7e | 6ebf3836970eda8e46673c0ec8167c3342359f14 | refs/heads/master | 2021-01-22T17:58:29.367000 | 2015-05-04T02:15:38 | 2015-05-04T02:15:38 | 34,788,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import Service.ImageService;
import models.Pool;
import org.openstack4j.model.image.Image;
import play.mvc.Controller;
import play.mvc.Result;
import views.html.images_info;
import java.util.List;
/**
* Created by jeffy on 2015/4/29 0029.
*/
public class ImageApplication extends Controller {
... | UTF-8 | Java | 550 | java | ImageApplication.java | Java | [
{
"context": "s_info;\n\nimport java.util.List;\n\n/**\n * Created by jeffy on 2015/4/29 0029.\n */\npublic class ImageApplicat",
"end": 244,
"score": 0.999683678150177,
"start": 239,
"tag": "USERNAME",
"value": "jeffy"
}
] | null | [] | package controllers;
import Service.ImageService;
import models.Pool;
import org.openstack4j.model.image.Image;
import play.mvc.Controller;
import play.mvc.Result;
import views.html.images_info;
import java.util.List;
/**
* Created by jeffy on 2015/4/29 0029.
*/
public class ImageApplication extends Controller {
... | 550 | 0.723636 | 0.701818 | 26 | 20.153847 | 20.515833 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 5 |
1d09a5092688f78bac803ed5f41e9258f165dff4 | 32,169,305,104,765 | fb9ee00025b9e4b19bd7c9d009094d088f481125 | /ccc/2010/Senior2010/S1.java | 14b1c1a3191ad195d2d4175777421b0711f1c6b5 | [] | no_license | wonjohnchoi/competitions | https://github.com/wonjohnchoi/competitions | e382e3e544915b57e48bbb826120ef40b99b9843 | 4ba5be75a5b36b56de68d4a4ab8912d89eb73a0e | refs/heads/master | 2021-01-16T00:28:33.446000 | 2015-09-12T16:53:25 | 2015-09-12T16:53:25 | 2,786,296 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Senior2010;
/*
* By Wonjon Choi
*/
import java.io.*;
import java.util.*;
public class S1 {
public static void main(String args[]) throws Exception {
Scanner sc = new Scanner(new FileReader("s1.in"));
int numInput = sc.nextInt();
if (numInput == 0)
System.exit(0);
if (numInput == 1) {
System.o... | UTF-8 | Java | 1,090 | java | S1.java | Java | [
{
"context": "package Senior2010;\n/*\n * By Wonjon Choi\n */\nimport java.io.*;\nimport java.util.*;\n\npublic",
"end": 40,
"score": 0.9998584985733032,
"start": 29,
"tag": "NAME",
"value": "Wonjon Choi"
}
] | null | [] | package Senior2010;
/*
* By <NAME>
*/
import java.io.*;
import java.util.*;
public class S1 {
public static void main(String args[]) throws Exception {
Scanner sc = new Scanner(new FileReader("s1.in"));
int numInput = sc.nextInt();
if (numInput == 0)
System.exit(0);
if (numInput == 1) {
System.out.pr... | 1,085 | 0.565138 | 0.536697 | 65 | 15.784616 | 15.499372 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.923077 | false | false | 5 |
f0f0e1ce4d110d7ee6c1c3b760ecb98b5467b748 | 4,191,888,121,395 | b6b321ea84adb6e4b3fa3800aebf7b2ee3e223f4 | /src/main/java/com/javakc/springbootssm/user/dao/UserDao.java | 9335c6de37962abd4a97edeaf5292d8be60636e9 | [] | no_license | hanziyun/springboot-mybatis | https://github.com/hanziyun/springboot-mybatis | eb64358a23a558db2c089d16b3238173449c3ee8 | 0d26a122ad64b8f77da44e4087fc0cc048f4f2a6 | refs/heads/master | 2023-01-02T14:28:34.631000 | 2020-10-26T13:27:06 | 2020-10-26T13:27:06 | 307,380,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javakc.springbootssm.user.dao;
import com.javakc.springbootssm.user.entity.User;
public interface UserDao {
public int save(User user);
}
| UTF-8 | Java | 158 | java | UserDao.java | Java | [] | null | [] | package com.javakc.springbootssm.user.dao;
import com.javakc.springbootssm.user.entity.User;
public interface UserDao {
public int save(User user);
}
| 158 | 0.765823 | 0.765823 | 9 | 16.555555 | 19.253347 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
de50d2e7c4298380b13ed619bf2940ced971d635 | 3,393,024,224,588 | 47e87aa8096fcbd6d2047e310cccea05a3f09c30 | /portal/src/main/java/cn/csdb/portal/service/CreatedTablesByJsonService.java | 2aa33719aeabc3b7605441bcd9024e996d5854e0 | [] | no_license | caohq/VDB_TOBACCO | https://github.com/caohq/VDB_TOBACCO | 8e7d857533298ad903d58033c5665bd79a4802fd | 8e52883d545eb0b8d03c6bf5ce01aee85c4e7d02 | refs/heads/master | 2022-12-13T19:05:22.636000 | 2019-09-18T07:48:56 | 2019-09-18T07:48:56 | 200,611,962 | 0 | 0 | null | false | 2022-12-06T00:38:53 | 2019-08-05T08:11:46 | 2019-09-12T02:36:55 | 2022-12-06T00:38:52 | 30,686 | 0 | 0 | 6 | HTML | false | false | package cn.csdb.portal.service;
import cn.csdb.portal.model.*;
import cn.csdb.portal.repository.*;
import cn.csdb.portal.utils.ReadJsonFileUtil;
import cn.csdb.portal.utils.dataSrc.DataSourceFactory;
import cn.csdb.portal.utils.dataSrc.IDataSource;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSO... | UTF-8 | Java | 33,173 | java | CreatedTablesByJsonService.java | Java | [
{
"context": "n: com.alibaba.fastjson.JSONObject\n * @Author: zcy\n * @Date: 2019/9/2\n */\n public JSONObj",
"end": 2798,
"score": 0.9996438026428223,
"start": 2795,
"tag": "USERNAME",
"value": "zcy"
},
{
"context": "n: com.alibaba.fastjson.JSONObject\n * @Author:... | null | [] | package cn.csdb.portal.service;
import cn.csdb.portal.model.*;
import cn.csdb.portal.repository.*;
import cn.csdb.portal.utils.ReadJsonFileUtil;
import cn.csdb.portal.utils.dataSrc.DataSourceFactory;
import cn.csdb.portal.utils.dataSrc.IDataSource;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSO... | 33,173 | 0.504877 | 0.499984 | 815 | 38.370552 | 25.957495 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674847 | false | false | 5 |
4507f422abace25a1620b2c8267406b0f859249a | 21,019,569,956,724 | f96a5cca61f0df6be7d0a072af7116df0695bcf0 | /src/main/java/com/jshoperx/entity/GoodsTwocodeRpT_.java | 501336b374972270ee4d0ac32d69feca3786a50b | [
"Apache-2.0"
] | permissive | tomsue/jshoperx | https://github.com/tomsue/jshoperx | 952851b21ef52f0c0733f85e3ef720cb58dc64b1 | 2fec391f1773fa66c8b9cbc2880337ebc652ccfd | refs/heads/master | 2021-01-23T18:57:28.316000 | 2015-07-30T03:31:52 | 2015-07-30T03:31:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jshoperx.entity;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="Dali", date="2015-03-17T18:48:28.756+0800")
@StaticMetamodel(GoodsTwocodeRpT.class)
public class GoodsTwocodeRpT_ {
public static... | UTF-8 | Java | 767 | java | GoodsTwocodeRpT_.java | Java | [] | null | [] | package com.jshoperx.entity;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="Dali", date="2015-03-17T18:48:28.756+0800")
@StaticMetamodel(GoodsTwocodeRpT.class)
public class GoodsTwocodeRpT_ {
public static... | 767 | 0.842242 | 0.814863 | 16 | 46.9375 | 28.027819 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4375 | false | false | 5 |
11fb9cad2d81cb5445cdbd2376ef463020ab0895 | 3,951,369,914,193 | bcd9778c84193c9f212f943174e89c4ec36e48e3 | /src/main/java/ru/in/ssf/resp/service/Scenario.java | 450fe9b3c171027338faf82f9414bc8a46a99c81 | [] | no_license | gus75/ssf-responder | https://github.com/gus75/ssf-responder | c65d4eedebbecee1816934e7356df2e8e82d833b | 78f70da0bf5cb08f672273faa4895ab368674236 | refs/heads/master | 2021-01-19T16:01:23.424000 | 2017-04-14T05:52:00 | 2017-04-14T05:52:00 | 88,237,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.in.ssf.resp.service;
import java.net.DatagramPacket;
import ru.in.ssf.resp.camel.CapApplyChargingReport;
import ru.in.ssf.resp.camel.CapErb;
import ru.in.ssf.resp.camel.CapInitialDP;
public interface Scenario {
void processIdp(CapInitialDP idp, DatagramPacket pkt);
void processErb(CapErb erb, DatagramP... | UTF-8 | Java | 399 | java | Scenario.java | Java | [] | null | [] | package ru.in.ssf.resp.service;
import java.net.DatagramPacket;
import ru.in.ssf.resp.camel.CapApplyChargingReport;
import ru.in.ssf.resp.camel.CapErb;
import ru.in.ssf.resp.camel.CapInitialDP;
public interface Scenario {
void processIdp(CapInitialDP idp, DatagramPacket pkt);
void processErb(CapErb erb, DatagramP... | 399 | 0.809524 | 0.809524 | 14 | 27.571428 | 22.626514 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
f2d0a972b6d5efcc42efa265771d416094143b91 | 1,340,029,829,442 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_55662.java | 473e44e95c112a575f5a304a9caf06b411affa51 | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Returns a ByteBuffer containing the specified text UTF-8 encoded and optionally null-terminated.
* @param text the text to encode
* @param nullTerminated if true, the text will be terminated with a '\0'.
* @return the encoded text. The returned buffer must be deallocated manually with {@link #memFr... | UTF-8 | Java | 593 | java | Method_55662.java | Java | [] | null | [] | /**
* Returns a ByteBuffer containing the specified text UTF-8 encoded and optionally null-terminated.
* @param text the text to encode
* @param nullTerminated if true, the text will be terminated with a '\0'.
* @return the encoded text. The returned buffer must be deallocated manually with {@link #memFr... | 593 | 0.758853 | 0.750422 | 12 | 48.416668 | 33.387768 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 5 |
cc7ce1f2cc2841a4886d686f83b6e8be3bfc4dfd | 33,268,816,725,822 | 79bae5a5380423cfb9877af546e2144e5b71f109 | /src/test/java/PageObjects/buscaCep.java | 29e90aa449ba3479a2cc455647c913640e60eb94 | [] | no_license | rafaelortola/Projeto_Correios | https://github.com/rafaelortola/Projeto_Correios | cfee7c376da0a6106f7fe8d3f838b73207ded403 | eaa0125950b3e639d8d18d77942539b9724b77ca | refs/heads/master | 2021-07-12T15:52:05.988000 | 2019-10-07T01:07:13 | 2019-10-07T01:07:13 | 213,080,535 | 0 | 0 | null | false | 2020-10-13T16:31:27 | 2019-10-05T22:38:05 | 2019-10-07T01:07:24 | 2020-10-13T16:31:26 | 45 | 0 | 0 | 1 | JavaScript | false | false | package PageObjects;
import Suporte.Variaveis;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class buscaCep extends BasePage {
public buscaCep(WebDriver navegador) {
super(navegador);
}
/*public buscaCep acessaUrl(String url){
navegador.get(url);
ret... | UTF-8 | Java | 940 | java | buscaCep.java | Java | [] | null | [] | package PageObjects;
import Suporte.Variaveis;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class buscaCep extends BasePage {
public buscaCep(WebDriver navegador) {
super(navegador);
}
/*public buscaCep acessaUrl(String url){
navegador.get(url);
ret... | 940 | 0.667732 | 0.665602 | 34 | 26.617647 | 31.350031 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 5 |
594bbb45c89e5925e20bc5c4b1becaff6daabd34 | 30,339,648,990,746 | 206d4740099f6a30db9e27eb835dff972fe5d7a1 | /Project1/CustomerTracker.java | 820a41621ff1f1828f31fd10580588754ebd398e | [] | no_license | abzain/CS150_SP17 | https://github.com/abzain/CS150_SP17 | 06616887e076162e1cda489dfcf2e1ae7720b5ea | 38cb0f50eb177a0a02ef66e6e0f3e1d7e10c25bc | refs/heads/master | 2020-12-31T07:11:36.091000 | 2017-06-14T23:02:17 | 2017-06-14T23:02:17 | 80,595,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* Class CustomerTracker - keeps track of it's own status
* events tracked for each customer - arrived, served,
* departed and turned away
*
* @param - custArriveTime, custServeTime, custDepartTime
* custTurnedAway, stopTime, custWaitTime
*
* @author Zainab Hussein
* @version 3-2-20... | UTF-8 | Java | 5,261 | java | CustomerTracker.java | Java | [
{
"context": "tTurnedAway, stopTime, custWaitTime\n * \n * @author Zainab Hussein\n * @version 3-2-2017\n */\npublic class CustomerTra",
"end": 301,
"score": 0.9998641014099121,
"start": 287,
"tag": "NAME",
"value": "Zainab Hussein"
}
] | null | [] | import java.util.*;
/**
* Class CustomerTracker - keeps track of it's own status
* events tracked for each customer - arrived, served,
* departed and turned away
*
* @param - custArriveTime, custServeTime, custDepartTime
* custTurnedAway, stopTime, custWaitTime
*
* @author <NAME>
* @version 3-2-2017
*/
p... | 5,253 | 0.532218 | 0.527086 | 210 | 24.057142 | 20.91995 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347619 | false | false | 5 |
93e43c68f3ee997f5dd93f1abf28a16499d209f8 | 22,694,607,250,252 | e9dbe0b5c953fe50f6e91cd6802a1496d8f3cb85 | /workspace/emf.html.tests/src/uml/tests/OperationTest.java | 97a32ecd3151a768dc9e8a47c614fcb603eacc3d | [] | no_license | fpetitdemang/stage2014 | https://github.com/fpetitdemang/stage2014 | 9d0afa021381c74b40e12348493257f8b47c9497 | 1a6592c4957ba0f7e7726ccc54b828e480b9d2aa | refs/heads/master | 2021-01-02T23:13:35 | 2014-07-06T09:06:53 | 2014-07-06T09:06:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package uml.tests;
import junit.textui.TestRunner;
import uml.Operation;
import uml.UmlFactory;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Operation</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are tested:
* <ul>
* <li>{@link uml.Operation#isIsOrder... | UTF-8 | Java | 11,470 | java | OperationTest.java | Java | [] | null | [] | /**
*/
package uml.tests;
import junit.textui.TestRunner;
import uml.Operation;
import uml.UmlFactory;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Operation</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are tested:
* <ul>
* <li>{@link uml.Operation#isIsOrder... | 11,470 | 0.647254 | 0.647254 | 383 | 28.947781 | 29.630754 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.093995 | false | false | 5 |
3ea548e707bbaae9d2a7c28e5dd96d2380da48bc | 9,405,978,379,908 | 0eb068d697ec6a2d2298a6a3056a9b4d77e419e4 | /src/com/sinotrans/samsung/activity/MainActivity.java | daf6f25ce4d75b4bf7f2e2f3a356e69053618606 | [] | no_license | jiutongxi/SinotransApp | https://github.com/jiutongxi/SinotransApp | d9fe2915ab7684de42ffe67173967ef727820c45 | 2d613560a184bcc21bc647bd941a500198475d55 | refs/heads/master | 2021-01-24T06:29:52.965000 | 2014-09-10T02:13:59 | 2014-09-10T02:14:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinotrans.samsung.activity;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.sinotrans.samsung.activity.R;
import com.sinotrans.sh.activity.SHHomeActivity;
... | UTF-8 | Java | 10,533 | java | MainActivity.java | Java | [
{
"context": "pt(0);\n \t\t\t\t\tusername=jsonObject2.getString(\"username\");\n \t\t\t\t\tLog.i(\"M\",username);\n \t\t\t\t\tuse",
"end": 6074,
"score": 0.9969509840011597,
"start": 6066,
"tag": "USERNAME",
"value": "username"
},
{
"context": "pp.setPosition(pz);\n ... | null | [] | package com.sinotrans.samsung.activity;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.sinotrans.samsung.activity.R;
import com.sinotrans.sh.activity.SHHomeActivity;
... | 10,533 | 0.641275 | 0.634583 | 293 | 33.67918 | 24.343941 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.641638 | false | false | 5 |
5811214088d0e94fe55220bebd55add8ca43ab98 | 13,443,247,699,902 | 197ccb0c86dc69d6bd4974203277fdb3deacc8f1 | /services/CWmwSQL/src/com/restwiz/cwmwsql/service/X0152578ServiceImpl.java | 1c00b3ee616b22c1989dab7fec2eb8fe703b2bec | [] | no_license | chamikaraJ/RestWiz | https://github.com/chamikaraJ/RestWiz | ea3077b0a5bf2c0676c3dfc68d8e7e13ec89cb31 | d8fb8be6e0b9c42039d16d0480de8ef38a8fb139 | refs/heads/master | 2020-04-25T20:06:25.733000 | 2019-02-28T04:53:11 | 2019-02-28T04:53:11 | 173,043,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Copyright (c) 2015-2016 medicalwizard.com.au All Rights Reserved.
This software is the confidential and proprietary information of medicalwizard.com.au You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with m... | UTF-8 | Java | 6,345 | java | X0152578ServiceImpl.java | Java | [] | null | [] | /*Copyright (c) 2015-2016 medicalwizard.com.au All Rights Reserved.
This software is the confidential and proprietary information of medicalwizard.com.au You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with m... | 6,345 | 0.731284 | 0.658156 | 164 | 37.695122 | 33.741554 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 5 |
c2043f4ea82ad9548eafa3d074bb5267bbbff4a3 | 22,119,081,577,412 | 0d8cb607eff8c3025681fec5f16a04d22775af2d | /src/main/java/com/example/demo/repositories/NonRepository.java | b216108c8ee469e17bfa93301074e0affae0622f | [] | no_license | vidyashree06/Inheritance_stratagy | https://github.com/vidyashree06/Inheritance_stratagy | d42f78217ab28a1508422a3af3a27b7af9ee306a | 68b114e43c9929840b9a004b09502f6bad8788a8 | refs/heads/master | 2020-06-05T03:51:00.483000 | 2018-11-28T06:26:17 | 2018-11-28T06:26:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.repositories;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import com.example.demo.models.NonPet;
@RepositoryRestResourc... | UTF-8 | Java | 452 | java | NonRepository.java | Java | [] | null | [] | package com.example.demo.repositories;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import com.example.demo.models.NonPet;
@RepositoryRestResourc... | 452 | 0.825221 | 0.825221 | 16 | 27.25 | 30.25 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
440370cc20d833039efae0f052881170efa1674c | 16,166,256,950,051 | 842ad3f4786b1f95d142ae5ae1739a10ed636187 | /clps.mms/src/main/java/com/clps/mms/log/service/impl/LogServiceImpl.java | 93d284f5f4c95cddbfdaa9cd3f11c2c9c7f218f3 | [] | no_license | GX321/mms | https://github.com/GX321/mms | 71b49f11d30ff57ea05ef5b766efefdcf8b95975 | 2931e88557ae371f0b1dc4b023cf624cf860ed68 | refs/heads/master | 2020-03-24T12:59:59.007000 | 2018-07-29T05:49:52 | 2018-07-29T05:49:52 | 142,731,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clps.mms.log.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.clps.mms.common.ResultConstant;
import com.clps.mms.log.dao.LogMapper;
import com.clps.mms.log.pojo.Log;
import com.clps.mms... | UTF-8 | Java | 1,521 | java | LogServiceImpl.java | Java | [] | null | [] | package com.clps.mms.log.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.clps.mms.common.ResultConstant;
import com.clps.mms.log.dao.LogMapper;
import com.clps.mms.log.pojo.Log;
import com.clps.mms... | 1,521 | 0.731098 | 0.73044 | 62 | 22.5 | 23.973608 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.290323 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.