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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e27345cb2e178be7774c53357e696077eb37e414 | 24,799,141,185,472 | 4d9fd985c9f4ae3c39a2c0fc2eaa070589c91b09 | /spring/mesh/src/main/java/com/d4dl/permean/io/CellWriter.java | 6ed611175a588cafc35edad7285f43eb4835e63c | [] | no_license | d4dl/permean | https://github.com/d4dl/permean | 036305792066c3157b83b083c7e78f0964f11c58 | 7f7d95c6e9e5632dc83f535284a0051623b0f75d | refs/heads/master | 2021-03-27T17:06:15.478000 | 2018-11-09T00:12:31 | 2018-11-09T00:12:31 | 54,802,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.d4dl.permean.io;
import com.d4dl.permean.mesh.MeshCell;
public interface CellWriter {
void writeCell(MeshCell cell, boolean b);
void setCountsAndStartWriting(int cellCount, int vertexCount);
int writeCell(int currentPersistentVertexIndex, MeshCell cell);
}
| UTF-8 | Java | 280 | java | CellWriter.java | Java | [] | null | [] | package com.d4dl.permean.io;
import com.d4dl.permean.mesh.MeshCell;
public interface CellWriter {
void writeCell(MeshCell cell, boolean b);
void setCountsAndStartWriting(int cellCount, int vertexCount);
int writeCell(int currentPersistentVertexIndex, MeshCell cell);
}
| 280 | 0.792857 | 0.785714 | 12 | 22.333334 | 24.587711 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
858a238a8c7235049b890ee6d23b816c819e9e7c | 9,809,705,325,582 | 505e2a8a63a66e920f3e5464e0082739a06f7134 | /src/main/java/com/okgo/goodhelper/service/UserService.java | cc0fff7109034e8996b0b1b905a4dd0df21999ea | [
"Apache-2.0"
] | permissive | Jiang6334/goodhelper | https://github.com/Jiang6334/goodhelper | 3f25dae7e3022153d5b06deaa34e3dc6ea234dc3 | 7e58054f0d2f54e0e9c6e0a1574d50564815d766 | refs/heads/master | 2022-12-02T17:09:15.282000 | 2020-08-13T23:36:09 | 2020-08-13T23:36:09 | 284,158,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.okgo.goodhelper.service;
import com.okgo.goodhelper.pojo.User;
import java.util.List;
public interface UserService {
User queryUserByUserId(int user_id);
List<User> queryUserList();
List<User> selectUserIdByOpenId(String openId);
boolean addUserInfoByUserId(User user);
String isOpen... | UTF-8 | Java | 484 | java | UserService.java | Java | [] | null | [] | package com.okgo.goodhelper.service;
import com.okgo.goodhelper.pojo.User;
import java.util.List;
public interface UserService {
User queryUserByUserId(int user_id);
List<User> queryUserList();
List<User> selectUserIdByOpenId(String openId);
boolean addUserInfoByUserId(User user);
String isOpen... | 484 | 0.734914 | 0.732759 | 19 | 23.421053 | 17.354858 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 1 |
12c9eef1112dd53fb538fe1796ba23aeb69fb5d0 | 9,809,705,323,465 | 62f2546e6d5bf7f2a5c462f55d2458fc044b82b5 | /LINGI2132-Langages_et_traducteurs/interpreter/postal/objects/TupleObject.java | a7444dbc411bd7fc0259dd1890b4c166a620cda8 | [] | no_license | ingi-cf/Courses | https://github.com/ingi-cf/Courses | 110ffccf4622adc8624f797c0e4e908f5fbd9d98 | 6f0cacc278837368fb8e62f5d5cc9d38d59ff304 | refs/heads/master | 2021-01-22T23:53:36.948000 | 2012-05-18T21:51:05 | 2012-05-18T21:51:05 | 3,844,436 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package postal.objects;
import java.util.LinkedList;
import java.util.ListIterator;
import postal.ast.ElementNode;
import postal.classes.*;
import postal.environment.PostalEnvironment;
/*
* tuple representation for collections of data
*/
public class TupleObject extends PostalObject
{
LinkedList<ElementNode> ... | UTF-8 | Java | 1,741 | java | TupleObject.java | Java | [] | null | [] | package postal.objects;
import java.util.LinkedList;
import java.util.ListIterator;
import postal.ast.ElementNode;
import postal.classes.*;
import postal.environment.PostalEnvironment;
/*
* tuple representation for collections of data
*/
public class TupleObject extends PostalObject
{
LinkedList<ElementNode> ... | 1,741 | 0.600804 | 0.599655 | 84 | 19.738094 | 17.316465 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 1 |
ab34ebe03c794e5470f36611d49f38b41b3e0dca | 25,340,307,068,485 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Spring/Spring14006.java | 0a41596136a2f9fb8b5b1963b104d6304bec32ff | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public void delegateMessages(String... messages) throws SockJsMessageDeliveryException {
List<String> undelivered = new ArrayList<>(Arrays.asList(messages));
for (String message : messages) {
try {
if (isClosed()) {
throw new SockJsMessageDeliveryException(this.id, undelivered, "Session closed");
}... | UTF-8 | Java | 546 | java | Spring14006.java | Java | [] | null | [] | public void delegateMessages(String... messages) throws SockJsMessageDeliveryException {
List<String> undelivered = new ArrayList<>(Arrays.asList(messages));
for (String message : messages) {
try {
if (isClosed()) {
throw new SockJsMessageDeliveryException(this.id, undelivered, "Session closed");
}... | 546 | 0.692308 | 0.690476 | 17 | 31.058823 | 30.733141 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.764706 | false | false | 1 |
3d2a12ac12a41c87ca09e4e2f32b45e41daf7d9c | 28,973,849,398,999 | 1e9c9f2a9639db7cdb032aae69cb4d99aef1d3a5 | /hackerRank/tracks/tutorials/30DaysOfCode/MadLibs/src/madlibs/MadLibs.java | e18c1c42671c76479f6484de6a697d90d13cde35 | [
"MIT"
] | permissive | sagarnikam123/learnNPractice | https://github.com/sagarnikam123/learnNPractice | f0da3f8acf653e56c591353ab342765a6831698c | 1b3b0cb2cff2f478006626a4c37a99102acbb628 | refs/heads/master | 2023-02-04T11:21:18.211000 | 2023-01-24T14:47:52 | 2023-01-24T14:47:52 | 61,184,927 | 2 | 1 | MIT | false | 2022-03-06T11:07:18 | 2016-06-15T06:57:19 | 2022-01-09T16:47:26 | 2022-03-06T11:07:18 | 33,448 | 0 | 1 | 0 | Python | false | false | package madlibs;
import java.util.Random;
import java.util.Scanner;
public class MadLibs {
Scanner scanner = new Scanner(System.in);
String story, name;
String adjective1, adjective2, adjective3;
String noun1, noun2, noun3;
String adverb, randomNums;
Random rand = new Random();
// Getters!
public String get... | UTF-8 | Java | 4,563 | java | MadLibs.java | Java | [
{
"context": "and.nextInt()) % 2;\n\t\tif (num == 0) {\n\t\t\tstory = \"Jesse and her best friend \" + getName() + \" went to Dis",
"end": 3197,
"score": 0.999707818031311,
"start": 3192,
"tag": "NAME",
"value": "Jesse"
},
{
"context": "er. The next day I ran \" + getAdverb() + \" to... | null | [] | package madlibs;
import java.util.Random;
import java.util.Scanner;
public class MadLibs {
Scanner scanner = new Scanner(System.in);
String story, name;
String adjective1, adjective2, adjective3;
String noun1, noun2, noun3;
String adverb, randomNums;
Random rand = new Random();
// Getters!
public String get... | 4,563 | 0.664694 | 0.647162 | 191 | 22.890053 | 24.481073 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.795812 | false | false | 1 |
1c1e5e27578b9f6f426fa56f16094b73d5b7654d | 17,454,747,105,726 | 7eb540dfbb83bc0522f69129dcdf54fcacf4b396 | /common/src/main/java/org/beiter/michael/authn/jaas/common/audit/package-info.java | bd74b40a9af566f115b495f2e06f7751e62f33f8 | [] | no_license | mbeiter/jaas | https://github.com/mbeiter/jaas | e1573763da08f0d562831dbc9a801b1d2fdf6eb0 | 540e78af91c73291fa0e57b0df352f4a22950772 | refs/heads/master | 2020-04-30T14:00:42.637000 | 2017-01-18T17:54:08 | 2017-01-18T17:54:08 | 31,793,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Provides an interface, a configurable factory, and a default implementation for common auditing in the JAAS modules.
*/
package org.beiter.michael.authn.jaas.common.audit;
| UTF-8 | Java | 180 | java | package-info.java | Java | [] | null | [] | /**
* Provides an interface, a configurable factory, and a default implementation for common auditing in the JAAS modules.
*/
package org.beiter.michael.authn.jaas.common.audit;
| 180 | 0.777778 | 0.777778 | 4 | 44 | 47.528938 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
58a6f4517ab66c4629f404ea9f94a6e7c9d663e0 | 28,278,064,697,454 | 259ba6122e366d32776a012e1e1a3fedf00e9e7c | /src/test/java/draughts/views/StartViewTest.java | e24501a88b3e775e6d8a24e25e0384d7c034eff1 | [] | no_license | ccorcobado/mastercloudapp-practica6 | https://github.com/ccorcobado/mastercloudapp-practica6 | 830571767d733616f5ff044901f1a84efa0ce57c | 69f6ae1189f772c9fc5e6f2fc25addc2d5cf62dd | refs/heads/master | 2021-07-20T20:41:43.608000 | 2019-11-04T11:03:30 | 2019-11-04T11:03:30 | 219,382,088 | 0 | 0 | null | false | 2020-10-13T17:11:14 | 2019-11-03T23:49:34 | 2019-11-04T11:03:32 | 2020-10-13T17:11:12 | 22 | 0 | 0 | 1 | Java | false | false | package draughts.views;
import draughts.controllers.StartController;
import draughts.types.Message;
import draughts.utils.Console;
import draughts.views.console.StartView;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import org.junit.Before;
import org.junit.Rule;
import org.juni... | UTF-8 | Java | 1,117 | java | StartViewTest.java | Java | [] | null | [] | package draughts.views;
import draughts.controllers.StartController;
import draughts.types.Message;
import draughts.utils.Console;
import draughts.views.console.StartView;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import org.junit.Before;
import org.junit.Rule;
import org.juni... | 1,117 | 0.749329 | 0.749329 | 46 | 23.282608 | 16.851866 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 1 |
0ccf2a84c73c07337612e47878931eb65275a5fe | 25,494,925,893,030 | 98b4d500f99c6db47b54263d381d3b6d537c62b9 | /demoJpa/src/main/java/com/example/demo/da/util/QPredicates.java | 6b778ee0803a826140d3de6149c7cf9f1f5aa5d0 | [] | no_license | jijoungsoo/demoJpa | https://github.com/jijoungsoo/demoJpa | 446f8626d18822f26ab8e71ad35089ce01c65527 | f38421b149f34cf6fccd92c3a089ec9925d08e09 | refs/heads/master | 2023-06-25T04:48:48.011000 | 2021-07-25T09:30:48 | 2021-07-25T09:30:48 | 316,695,008 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.da.util;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Function;
import com.querydsl.core.types.ExpressionUtils;
import com.querydsl.core.types.Predicate;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PRIVA... | UTF-8 | Java | 807 | java | QPredicates.java | Java | [] | null | [] | package com.example.demo.da.util;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Function;
import com.querydsl.core.types.ExpressionUtils;
import com.querydsl.core.types.Predicate;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PRIVA... | 807 | 0.750929 | 0.750929 | 37 | 20.756756 | 19.499695 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.243243 | false | false | 1 |
8e29f15ecc7b1c3587bf67f349710b1c9c895b5b | 27,152,783,309,184 | 704507754a9e7f300dfab163e97cd976b677661b | /src/org/omg/PortableInterceptor/IORInfoOperations.java | 8e45afe24a0db6e785f063c491694c1804f1669d | [] | no_license | ossaw/jdk | https://github.com/ossaw/jdk | 60e7ca5e9f64541d07933af25c332e806e914d2a | b9d61d6ade341b4340afb535b499c09a8be0cfc8 | refs/heads/master | 2020-03-27T02:23:14.010000 | 2019-08-07T06:32:34 | 2019-08-07T06:32:34 | 145,785,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/IORInfoOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from
* c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u144/9417/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Friday, Jul... | UTF-8 | Java | 4,849 | java | IORInfoOperations.java | Java | [] | null | [] | package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/IORInfoOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from
* c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u144/9417/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Friday, Jul... | 4,849 | 0.683234 | 0.676634 | 114 | 41.535088 | 32.177189 | 132 | false | false | 0 | 0 | 0 | 0 | 85 | 0.017529 | 0.201754 | false | false | 1 |
7dcc25980232c23a717afb9170cf742b790f4af7 | 32,263,794,391,498 | dc4dc7ee6b49465dd5338c2e7b577a1b7d2b56c7 | /pushclient/src/main/java/com/betbrain/b3/data/ChangeDeleteWrapper.java | bae8a6c4aaf90d6227cd21380e9c02906fcbd84c | [] | no_license | huybanh/b3 | https://github.com/huybanh/b3 | 9273e660dd8eece0e1c93f7f06017013ad4e7547 | bebf08ef61c7c9c07864a2830b67808cc98bd27f | refs/heads/master | 2021-01-10T18:34:38.098000 | 2016-05-31T04:36:30 | 2016-05-31T04:36:30 | 56,286,999 | 1 | 0 | null | false | 2016-05-31T04:36:30 | 2016-04-15T03:09:09 | 2016-04-15T03:42:42 | 2016-05-31T04:36:30 | 1,747 | 0 | 0 | 2 | Java | null | null | package com.betbrain.b3.data;
import java.util.HashMap;
import com.betbrain.sepc.connector.sportsmodel.Entity;
import com.betbrain.sepc.connector.sportsmodel.EntityDelete;
@Deprecated
public class ChangeDeleteWrapper extends ChangeBase {
private EntityDelete delete;
private String entityClassName;
private lo... | UTF-8 | Java | 1,212 | java | ChangeDeleteWrapper.java | Java | [] | null | [] | package com.betbrain.b3.data;
import java.util.HashMap;
import com.betbrain.sepc.connector.sportsmodel.Entity;
import com.betbrain.sepc.connector.sportsmodel.EntityDelete;
@Deprecated
public class ChangeDeleteWrapper extends ChangeBase {
private EntityDelete delete;
private String entityClassName;
private lo... | 1,212 | 0.713696 | 0.712046 | 61 | 18.868853 | 20.15715 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.147541 | false | false | 1 |
fbdffa046211b527cb96a3114eaf9102c86dea50 | 2,645,699,925,052 | a1476882b085b3bd7bf1f111870cfe5ec00f63fb | /xg/src/main/java/com/dk/mp/xg/wsjc/entity/SchoolYearOrTeram.java | 3de73d6d04b34eeefd99e34c1b8d209af4924365 | [] | no_license | dataedu/Czwx-new | https://github.com/dataedu/Czwx-new | 4120b5b8979b66d94321e7ab48e53141a57ba180 | 663c6198413e4a0325a5e4685749c9bfc3610eed | refs/heads/master | 2020-03-08T07:18:57.413000 | 2018-05-07T02:39:44 | 2018-05-07T02:39:44 | 127,991,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dk.mp.xg.wsjc.entity;
import java.io.Serializable;
/**
* 学年或学期实体
* 作者:janabo on 2017/5/8 15:31
*/
public class SchoolYearOrTeram implements Serializable{
private String id;
private String mc;
public String getId() {
return id;
}
public void setId(String id) {
this... | UTF-8 | Java | 637 | java | SchoolYearOrTeram.java | Java | [
{
"context": "mport java.io.Serializable;\n\n/**\n * 学年或学期实体\n * 作者:janabo on 2017/5/8 15:31\n */\npublic class SchoolYearOrTe",
"end": 92,
"score": 0.999632716178894,
"start": 86,
"tag": "USERNAME",
"value": "janabo"
}
] | null | [] | package com.dk.mp.xg.wsjc.entity;
import java.io.Serializable;
/**
* 学年或学期实体
* 作者:janabo on 2017/5/8 15:31
*/
public class SchoolYearOrTeram implements Serializable{
private String id;
private String mc;
public String getId() {
return id;
}
public void setId(String id) {
this... | 637 | 0.570502 | 0.554295 | 38 | 15.236842 | 14.849126 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 1 |
4d50fe567a711ece208d2f0e69a8e86713899a7b | 6,107,443,502,155 | 71dd5a62896d88ef3d1a8b383d6964408d7d239f | /javastudy/part14-polymorphism/src/com/koreait/downcasting/Ex02_Car.java | 2c4316bd595254f6e3111d7a283bf6d863be1704 | [] | no_license | hwangseokjin94/java_web_0224 | https://github.com/hwangseokjin94/java_web_0224 | 42df3f57b3b50598e2ca8b12d27e20a284670ca7 | 6c9ab05ac743763db8264c42c814b79cada95458 | refs/heads/master | 2022-11-13T08:23:36.271000 | 2020-07-02T08:26:19 | 2020-07-02T08:26:19 | 250,546,467 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.koreait.downcasting;
class Car {
private String model;
public Car(String model) {
super();
this.model = model;
}
public void drive() {
System.out.println(model + "타고 드라이브중 .");
}
}
class EV extends Car {
private int battery;
private final int FULL_BATTERY = 80;
public EV(String model, in... | UTF-8 | Java | 1,233 | java | Ex02_Car.java | Java | [] | null | [] | package com.koreait.downcasting;
class Car {
private String model;
public Car(String model) {
super();
this.model = model;
}
public void drive() {
System.out.println(model + "타고 드라이브중 .");
}
}
class EV extends Car {
private int battery;
private final int FULL_BATTERY = 80;
public EV(String model, in... | 1,233 | 0.616846 | 0.601156 | 78 | 14.525641 | 14.81313 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.551282 | false | false | 1 |
9262831b1204cd3847aa611c82472c9299227ea8 | 635,655,228,655 | 98d3db35b9f0e0e92a4494075affe86a7e03e978 | /AutoMobileAssociation/src/com/am/entities/Invoice.java | cfe2f7bea89dd02aae4e86bf918e155ed75b6812 | [] | no_license | dattatreyatech/Hibernate | https://github.com/dattatreyatech/Hibernate | b45cba5775e8631c3ccd5a7a4de3d058960f61eb | b6eb96391c1640d8c6005dca48a609bb270f0356 | refs/heads/master | 2021-08-08T02:36:34.999000 | 2017-11-09T11:01:55 | 2017-11-09T11:01:55 | 110,084,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.am.entities;
import java.util.Date;
import java.util.Set;
public class Invoice implements java.io.Serializable {
private int invoiceNo;
private Date invoiceDt;
private int invoiceAmount;
private Jobsheet jobsheet;
private Set<Bill> bills;
private Set<RepairsConducted> repairsConducteds;
public i... | UTF-8 | Java | 2,193 | java | Invoice.java | Java | [] | null | [] | package com.am.entities;
import java.util.Date;
import java.util.Set;
public class Invoice implements java.io.Serializable {
private int invoiceNo;
private Date invoiceDt;
private int invoiceAmount;
private Jobsheet jobsheet;
private Set<Bill> bills;
private Set<RepairsConducted> repairsConducteds;
public i... | 2,193 | 0.699498 | 0.697674 | 92 | 22.836956 | 17.886282 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956522 | false | false | 1 |
8f5ef55b6b88dd5c19994b1cfcffa8189cdfb12e | 31,671,088,848,347 | 5bc9a9a64ed217caeab769e872615972e5cd7fac | /code/jims/jims-crossbow/jims-crossbow-infrastructure/src/main/java/org/jims/modules/crossbow/infrastructure/worker/NameHelper.java | 219ac17bcaa454008e6e61203dea5448b0f73db7 | [] | no_license | robertboczek/solaris-crossbow | https://github.com/robertboczek/solaris-crossbow | b812bfdffbdf1f23d3e472d7ba8b992e6d11450c | bf318f2638a4fd7f18dab0dfae0b4a4a32345738 | refs/heads/master | 2021-01-23T11:40:41.163000 | 2011-09-26T04:49:48 | 2011-09-26T04:49:48 | 781,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jims.modules.crossbow.infrastructure.worker;
import java.util.Arrays;
import java.util.EnumMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.log4j.Logger;
import org.jims.modules.crossbow.objectmodel.policy.Policy;
import org... | UTF-8 | Java | 6,581 | java | NameHelper.java | Java | [
{
"context": "les.crossbow.util.struct.Pair;\n\n\n/**\n *\n * @author cieplik\n */\npublic class NameHelper {\n\n\tpublic enum NameP",
"end": 653,
"score": 0.9995438456535339,
"start": 646,
"tag": "USERNAME",
"value": "cieplik"
}
] | null | [] | package org.jims.modules.crossbow.infrastructure.worker;
import java.util.Arrays;
import java.util.EnumMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.log4j.Logger;
import org.jims.modules.crossbow.objectmodel.policy.Policy;
import org... | 6,581 | 0.638049 | 0.634554 | 197 | 32.40609 | 29.898434 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.619289 | false | false | 1 |
74b941018fa81616c2e4395d7552a00c735808c4 | 20,332,375,181,571 | 23ef29030652a6cfdc56019177e639a8a00d7241 | /src/main/java/clippr/Controller/API/UserController.java | b714fd4a73a9c0658f7b178f2854e1ead1f7174b | [] | no_license | pachev/clippr | https://github.com/pachev/clippr | 3c6e7e9d7274a84944f7e9f507893edcb432133e | d397757a15fb7bdf886186a46e016ccbcfcf7d4f | refs/heads/master | 2022-10-08T20:31:35.896000 | 2017-02-21T13:53:36 | 2017-02-21T13:53:36 | 80,892,086 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clippr.Controller.API;
import clippr.Model.User;
import clippr.Repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bin... | UTF-8 | Java | 688 | java | UserController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n * Created by pachevjoseph on 2/4/17.\n */\n@RestController(\"ProfileController",
"end": 380,
"score": 0.999659538269043,
"start": 368,
"tag": "USERNAME",
"value": "pachevjoseph"
}
] | null | [] | package clippr.Controller.API;
import clippr.Model.User;
import clippr.Repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bin... | 688 | 0.777616 | 0.771802 | 27 | 24.481482 | 22.704821 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
a386ba46024883dbc5b3850df9acf773820ead88 | 9,062,381,007,093 | 4c1abb71cce0fd1971a7f539e77764048d040cf6 | /src/main/java/io/wisetime/connector/sql/format/LogFormatter.java | 8ca4f408e2ecb1c0095c7e8634bcabe6bed0458d | [] | no_license | wisetime-io/wisetime-sql-connector | https://github.com/wisetime-io/wisetime-sql-connector | 1a534808f5dbb06ece57186b34da2339b91322e2 | 82f18080a582149f99022aea03c8c9dcd5b092ff | refs/heads/master | 2023-09-04T10:50:47.221000 | 2023-08-25T08:36:19 | 2023-08-25T08:36:19 | 205,302,208 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2019 Practice Insight Pty Ltd. All Rights Reserved.
*/
package io.wisetime.connector.sql.format;
import io.wisetime.connector.sql.sync.TagSyncRecord;
import io.wisetime.connector.sql.sync.activity_type.ActivityTypeRecord;
import java.util.Collection;
import java.util.List;
import java.util.stream... | UTF-8 | Java | 1,556 | java | LogFormatter.java | Java | [
{
"context": "mport java.util.stream.Collectors;\n\n/**\n * @author shane.xie\n */\npublic class LogFormatter {\n\n public static ",
"end": 358,
"score": 0.9170676469802856,
"start": 349,
"tag": "USERNAME",
"value": "shane.xie"
}
] | null | [] | /*
* Copyright (c) 2019 Practice Insight Pty Ltd. All Rights Reserved.
*/
package io.wisetime.connector.sql.format;
import io.wisetime.connector.sql.sync.TagSyncRecord;
import io.wisetime.connector.sql.sync.activity_type.ActivityTypeRecord;
import java.util.Collection;
import java.util.List;
import java.util.stream... | 1,556 | 0.634319 | 0.628535 | 48 | 31.416666 | 29.317823 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 1 |
0e8e73eee07283fb3ed92534263083775d4c64a9 | 6,373,731,477,003 | e4b83aef8f8ed53a7bfe91941d6c9b93a5b6319a | /src/application/RouterConfig.java | 51f13ed49b7bd004e965891e422451137edcc828 | [] | no_license | QSF/konoha | https://github.com/QSF/konoha | 3b3a4642084fc6eba3cc0f26237047936d838b99 | 36000b8fafe5cb0ed139b05e8efda3df46d9ec03 | refs/heads/master | 2020-04-14T15:08:10.794000 | 2012-11-29T17:30:11 | 2012-11-29T17:30:11 | 6,781,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
/**
* Classe que le o prop. files de configuração do router.
* */
public class RouterConfig {
protected Properties prop;
private String fileName;
private int port;
private int connections;... | UTF-8 | Java | 1,483 | java | RouterConfig.java | Java | [] | null | [] | package application;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
/**
* Classe que le o prop. files de configuração do router.
* */
public class RouterConfig {
protected Properties prop;
private String fileName;
private int port;
private int connections;... | 1,483 | 0.596894 | 0.596894 | 72 | 19.569445 | 18.456274 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 1 |
d5436025fb71dff247f9d8b8b8d5f02c68d6612a | 6,373,731,480,640 | 1ac3801404446806c96a9252b67895e896901bad | /src/lt/bt/java/demo/genericAndEnum/demo8/Main.java | 9db741259dd01841d1452f4f5ccef02a90aeaec3 | [] | no_license | vytnau/BT-Java-Samples | https://github.com/vytnau/BT-Java-Samples | 96d1d217ef453deea9d9587944e4631b0d5c4510 | 8b55f6618065144d86918302f41e13da1a380fba | refs/heads/master | 2020-04-06T11:45:09.742000 | 2019-04-24T05:34:41 | 2019-04-24T05:34:41 | 157,428,724 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lt.bt.java.demo.genericAndEnum.demo8;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
String text = "a,v,n,t,g, sss, ttt, a";
String[] array = text.split(",");
for(int i = 0; i < array.length; i++){
System.out.println(a... | UTF-8 | Java | 1,838 | java | Main.java | Java | [] | null | [] | package lt.bt.java.demo.genericAndEnum.demo8;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
String text = "a,v,n,t,g, sss, ttt, a";
String[] array = text.split(",");
for(int i = 0; i < array.length; i++){
System.out.println(a... | 1,838 | 0.5642 | 0.563112 | 65 | 27.276922 | 21.682682 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 1 |
605ab80ecebeda7346a48c1d80226a2526189e06 | 7,627,861,928,773 | bb59c52e8f04cbab7f57eac733bb82035c1e22b1 | /Games/softeng/AmericanToad-master/AmericanToad-master/test/mdduran/TestResetDeckMove.java | 65d405a749c7f43b53494dba0bd67d58e26513f3 | [] | no_license | mdduran/mdduran.github.io | https://github.com/mdduran/mdduran.github.io | 60230afb9c52691103c2d637efc1e56a90ab91af | b7e1bb69fba1ade97cf685b8389cd023f6038342 | refs/heads/master | 2020-03-23T13:57:32.315000 | 2018-10-17T01:07:43 | 2018-10-17T01:07:43 | 141,647,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mdduran;
import junit.framework.TestCase;
import ks.client.gamefactory.GameWindow;
import ks.common.model.MultiDeck;
import ks.launcher.Main;
public class TestResetDeckMove extends TestCase {
public void testSimple(){
AmericanToad americanToad = new AmericanToad();
GameWindow gw = Main.generateWindow(ame... | UTF-8 | Java | 1,037 | java | TestResetDeckMove.java | Java | [] | null | [] | package mdduran;
import junit.framework.TestCase;
import ks.client.gamefactory.GameWindow;
import ks.common.model.MultiDeck;
import ks.launcher.Main;
public class TestResetDeckMove extends TestCase {
public void testSimple(){
AmericanToad americanToad = new AmericanToad();
GameWindow gw = Main.generateWindow(ame... | 1,037 | 0.786885 | 0.786885 | 28 | 36.035713 | 25.506977 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.071429 | false | false | 1 |
617f35d1a023becc93561b0ce13ac267c9900d82 | 8,675,833,949,519 | 56b91c8c5a4a1d052230697d9ff9fc5c3f4b0e63 | /TestAds/AdProjects/TestAds/src/com/example/testads/AdOverlay.java | 4d5551324e2a4009fb2f2f42427da7c6b9a121f3 | [] | no_license | xujiyong/tests | https://github.com/xujiyong/tests | eb75143dcb773e670b79a5ee17a92655e5593a7e | 927fdbeb40ee79816cfb8b21a16f760a825e02c2 | refs/heads/master | 2016-04-03T17:39:45.742000 | 2012-11-29T07:07:25 | 2012-11-29T07:07:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.testads;
import java.util.List;
import java.util.Timer;
import java.util.TimerTask;
import net.youmi.android.AdManager;
import org.json.JSONObject;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ActivityManager.RecentTaskInfo;
import android.cont... | UTF-8 | Java | 20,624 | java | AdOverlay.java | Java | [
{
"context": " initAdOverlay(Context context) {\r\n Log.i(\"xujiyong\", \"initAdOverlay\");\r\n\r\n // createBaiduAdVi",
"end": 2163,
"score": 0.9971314668655396,
"start": 2155,
"tag": "USERNAME",
"value": "xujiyong"
}
] | null | [] | package com.example.testads;
import java.util.List;
import java.util.Timer;
import java.util.TimerTask;
import net.youmi.android.AdManager;
import org.json.JSONObject;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.ActivityManager.RecentTaskInfo;
import android.cont... | 20,624 | 0.540602 | 0.535551 | 624 | 30.996796 | 24.281139 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55609 | false | false | 1 |
66762c5a4f8b25f6108bf722639a1d397ec6a754 | 27,573,690,051,786 | cef2e3ca941d91fb550ca5bcb376fcd4f4590307 | /src/glowne/PanelStart.java | 362bdf6ecf8c08c8f5f75fef0ecd05f4ee08d0af | [] | no_license | a9a/Gra-memo | https://github.com/a9a/Gra-memo | 0fe25f9b6de0e83c26a77ffb84346c57396fd7b0 | 5dfe37362806d82671a60933d2b80c176195f0ea | refs/heads/master | 2016-09-11T12:41:02.054000 | 2015-06-17T09:43:04 | 2015-06-17T09:43:04 | 37,586,515 | 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 glowne;
import baza.Ranking;
import baza.Wynik;
import java.awt.Color;
import java.awt.Image;
import java.io.IOException;
impo... | UTF-8 | Java | 5,395 | java | PanelStart.java | Java | [
{
"context": "\nimport javax.swing.text.Caret;\n\n/**\n *\n * @author Aga\n */\npublic class PanelStart extends JPanel{\n p",
"end": 689,
"score": 0.7049372792243958,
"start": 686,
"tag": "USERNAME",
"value": "Aga"
},
{
"context": "wing.JTextField();\n jTextNameUser.setText... | 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 glowne;
import baza.Ranking;
import baza.Wynik;
import java.awt.Color;
import java.awt.Image;
import java.io.IOException;
impo... | 5,395 | 0.61316 | 0.603893 | 155 | 33.80645 | 26.009451 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703226 | false | false | 1 |
c8e09b1e80e2fb1ee1c3ec5ff6e044c3f53584eb | 2,164,663,530,416 | 0cb9f34aeb550f53b3beafbdfd9c5468619d899b | /app/src/main/java/com/example/administrator/yyqianghongb/utils/Md5Util.java | 36810b25c6f070a66e2998763e297882659a2d7d | [] | no_license | yayo292916/waibao | https://github.com/yayo292916/waibao | 5489acd2d3a04c979ef255e89b3f76394edc2b8f | cbecb3e4de5c2b05d2db219cc2d7157a2450e396 | refs/heads/master | 2023-02-05T05:40:05.864000 | 2020-12-26T08:04:47 | 2020-12-26T08:04:47 | 324,508,437 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.yyqianghongb.utils;
import android.util.Base64;
import java.io.File;
import java.io.FileInputStream;
import java.security.MessageDigest;
/**
* Created by 杨勇 on 2020/11/12.
* QQ邮箱:824343111@qq.com
*/
public class Md5Util {
private static final String[] a = new String[]{"0", "1... | UTF-8 | Java | 4,102 | java | Md5Util.java | Java | [
{
"context": "t java.security.MessageDigest;\n\n/**\n * Created by 杨勇 on 2020/11/12.\n * QQ邮箱:824343111@qq.com\n */\npubli",
"end": 194,
"score": 0.9986891746520996,
"start": 192,
"tag": "NAME",
"value": "杨勇"
},
{
"context": "est;\n\n/**\n * Created by 杨勇 on 2020/11/12.\n * QQ邮箱:8243... | null | [] | package com.example.administrator.yyqianghongb.utils;
import android.util.Base64;
import java.io.File;
import java.io.FileInputStream;
import java.security.MessageDigest;
/**
* Created by 杨勇 on 2020/11/12.
* QQ邮箱:<EMAIL>
*/
public class Md5Util {
private static final String[] a = new String[]{"0", "1", "2", "... | 4,093 | 0.404692 | 0.353617 | 150 | 26.280001 | 21.892502 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513333 | false | false | 1 |
249ca25b8576c5680f03003c2bb98c9cf0f66414 | 21,680,994,920,366 | 704dc4a5b95c0930b07a8cc1f1735dc5ef035ea6 | /core/src/main/java/com/alibaba/datax/server/scheduler/AbstractScheduler.java | a2faabd9195374aaa8df8c5076e7062a2e0724f4 | [
"Apache-2.0"
] | permissive | shichunyuez/CustomerDatax | https://github.com/shichunyuez/CustomerDatax | f9307b8bdd13546781a030e8d2aa4d526d43fabf | fe288a1dd0602c00a67634554d547b70215cbd6d | refs/heads/master | 2022-12-12T04:19:44.988000 | 2019-05-25T15:51:08 | 2019-05-25T15:51:08 | 165,774,672 | 1 | 0 | NOASSERTION | false | 2022-12-06T00:31:39 | 2019-01-15T02:57:13 | 2019-07-23T08:36:47 | 2022-12-06T00:31:39 | 17,538 | 2 | 2 | 17 | JavaScript | false | false | package com.alibaba.datax.server.scheduler;
import com.alibaba.datax.common.util.Configuration;
import com.alibaba.datax.server.container.AbstractContainer;
import com.alibaba.datax.server.service.ZooKeeperService;
import com.alibaba.datax.server.service.ZookeeperSupport;
import com.alibaba.datax.server.work.Abstract... | UTF-8 | Java | 2,960 | java | AbstractScheduler.java | Java | [] | null | [] | package com.alibaba.datax.server.scheduler;
import com.alibaba.datax.common.util.Configuration;
import com.alibaba.datax.server.container.AbstractContainer;
import com.alibaba.datax.server.service.ZooKeeperService;
import com.alibaba.datax.server.service.ZookeeperSupport;
import com.alibaba.datax.server.work.Abstract... | 2,960 | 0.71928 | 0.714336 | 91 | 30.120878 | 28.12368 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516484 | false | false | 1 |
e56c244ebee85d077c3ace856284488b4dc754b4 | 21,680,994,923,964 | bfb621b11896ac6afb3a3573a9a114f5f814796b | /JAVA.NET_A_Connection/src/com/abigdreamer/java/net/connection/nativejdbc/CommonsDbcpNativeJdbcExtractor.java | b760eec50eb48494f0c831bbfa4b4b0469df5e90 | [] | no_license | dalinhuang/xdarkness | https://github.com/dalinhuang/xdarkness | b728bf5644a6ae99b7a756e9bc8c52fcde14029e | 243c938b1b59ea5bda748f1b6e6bc41f88815f0d | refs/heads/master | 2016-08-11T14:10:41.821000 | 2011-07-29T15:54:58 | 2011-07-29T15:54:58 | 48,953,917 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abigdreamer.java.net.connection.nativejdbc;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.sql.Connection;
import java.sql.SQLException;
/**
*
* Create on May 14, 2010 11:39:57 AM
* @author XDarkness
* @version 1.0
*/
public class CommonsDbcpNativeJdbcEx... | UTF-8 | Java | 1,503 | java | CommonsDbcpNativeJdbcExtractor.java | Java | [
{
"context": "\n * Create on May 14, 2010 11:39:57 AM\r\n * @author XDarkness\r\n * @version 1.0\r\n */\r\npublic class CommonsDbcpNa",
"end": 260,
"score": 0.9995917677879333,
"start": 251,
"tag": "USERNAME",
"value": "XDarkness"
}
] | null | [] | package com.abigdreamer.java.net.connection.nativejdbc;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.sql.Connection;
import java.sql.SQLException;
/**
*
* Create on May 14, 2010 11:39:57 AM
* @author XDarkness
* @version 1.0
*/
public class CommonsDbcpNativeJdbcEx... | 1,503 | 0.712575 | 0.702595 | 50 | 28.059999 | 24.892899 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.08 | false | false | 1 |
b146dcd482477cbd164740610ed147217c4c67e1 | 12,532,714,591,907 | d4007d1caae011f503aa548de8103f65eae36cd3 | /TweetFetcher_Observer/src/Observable/IObservable.java | 12a9a559bcd0ef3649c23e2a37fca9a2909997d4 | [] | no_license | ackermannQ/design_patterns | https://github.com/ackermannQ/design_patterns | 30fb0043aff1a5a1827638692116874bbd54f823 | 44ce7a59a31a70634b30dc5975f417a66b380ed4 | refs/heads/master | 2023-04-29T22:44:15.511000 | 2021-05-10T16:23:34 | 2021-05-10T16:23:34 | 365,211,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Observable;
import Observer.IObserver;
public interface IObservable {
void registerObserver(IObserver o);
void removeObserver(IObserver o);
void notifyObservers();
}
| UTF-8 | Java | 189 | java | IObservable.java | Java | [] | null | [] | package Observable;
import Observer.IObserver;
public interface IObservable {
void registerObserver(IObserver o);
void removeObserver(IObserver o);
void notifyObservers();
}
| 189 | 0.756614 | 0.756614 | 10 | 17.9 | 15.339166 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
457add753768708989e0cd80672396542fa266b9 | 26,783,416,073,195 | a070239bb913af27d0c0cd34190508ce41c88344 | /src/main/java/com/gelerion/spark/ClassEncoder.java | ade8fdd3e791c5edf02b408f9e6e4807237f2cbb | [] | no_license | Gelerion/spark-stackoverflow-answers | https://github.com/Gelerion/spark-stackoverflow-answers | 6f471b013747833dee53b20b64448db2f603ede9 | 27de0506f944aaeb9b886175685428bab201143f | refs/heads/master | 2022-11-06T23:48:55.813000 | 2020-07-05T11:07:41 | 2020-07-05T11:07:41 | 277,283,801 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gelerion.spark;
import org.apache.spark.sql.SparkSession;
import static org.apache.spark.sql.functions.*;
public class ClassEncoder {
public static void main(String[] args) {
SparkSession spark = SparkSession
.builder()
.appName("af-so")
.master... | UTF-8 | Java | 699 | java | ClassEncoder.java | Java | [] | null | [] | package com.gelerion.spark;
import org.apache.spark.sql.SparkSession;
import static org.apache.spark.sql.functions.*;
public class ClassEncoder {
public static void main(String[] args) {
SparkSession spark = SparkSession
.builder()
.appName("af-so")
.master... | 699 | 0.536481 | 0.529328 | 30 | 22.299999 | 17.554012 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 1 |
7f1acbfe45d45f55853a65e92ea33115e01137dd | 17,798,344,491,243 | 33023250f16cfd3bea145742fe53ef6794f31069 | /day0929/Practice07.java | 072a4ca11d9d0b83a3909c3688f564b0285b30c9 | [] | no_license | seongmipark/javaStudy | https://github.com/seongmipark/javaStudy | 2eb364a2a94855525eef52c40d835efb0c812530 | 20c7e0ad65e256551e000e0536863d4d8cf8ce9c | refs/heads/main | 2023-08-02T23:26:58.186000 | 2021-09-30T03:09:43 | 2021-09-30T03:09:43 | 411,869,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //연습 사용자에게 임의의 수 N를 입력받아 짝수인지 홀수인지 판별하는 프로그램을 삼항연산자를 이용하여 작성
import java.util.Scanner;
class Practice07
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
int n;
System.out.print("숫자 n를 입력하세요==>");
n = sc.nextInt();
//System.out.println(n+"은 "+((n%2==0)?"짝수":"홀수") +"입니다.");... | UHC | Java | 608 | java | Practice07.java | Java | [] | null | [] | //연습 사용자에게 임의의 수 N를 입력받아 짝수인지 홀수인지 판별하는 프로그램을 삼항연산자를 이용하여 작성
import java.util.Scanner;
class Practice07
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
int n;
System.out.print("숫자 n를 입력하세요==>");
n = sc.nextInt();
//System.out.println(n+"은 "+((n%2==0)?"짝수":"홀수") +"입니다.");... | 608 | 0.607306 | 0.593607 | 19 | 21.947369 | 22.530619 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 1 |
f9ec5e14a12b0ce0dd54c14bec04daec1f115270 | 2,336,462,247,079 | b0840f7df46c540d0985bbb1d524322e0354ed19 | /multi-cokb/src/mkb/knowbase/core/extension/AbstractExtension.java | 2a6ec80d45e3864d55b1ded0b48576882a1a6df4 | [] | no_license | nhantvo/MultiCOKB | https://github.com/nhantvo/MultiCOKB | 47b77f8143add407724ba4ed6dead379051e9b13 | 670db27ffdc990eae9db4508351ca4bd293c7a82 | refs/heads/master | 2016-09-13T07:42:24.582000 | 2016-09-12T06:26:11 | 2016-09-12T06:26:11 | 65,765,099 | 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 mkb.knowbase.core.extension;
import mkb.knowba.KnowledgeBase;
import mkb.knowbase.core.ExecuteExtensionContext;
impor... | UTF-8 | Java | 1,355 | java | AbstractExtension.java | Java | [
{
"context": "kb.knowbase.core.Extension;\r\n\r\n/**\r\n *\r\n * @author Nhan Vo\r\n */\r\npublic class AbstractExtension implements Ext",
"end": 381,
"score": 0.99913090467453,
"start": 374,
"tag": "NAME",
"value": "Nhan Vo"
}
] | 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 mkb.knowbase.core.extension;
import mkb.knowba.KnowledgeBase;
import mkb.knowbase.core.ExecuteExtensionContext;
impor... | 1,354 | 0.678229 | 0.678229 | 47 | 26.829786 | 28.20089 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 1 |
4bf42f34c803973cf3c58bbc5cc28d230a18de79 | 22,265,110,487,328 | 65216528bfb77eb576a457b2f1171155200d28bf | /trunk/src/main/java/com/trunk/controller/MenuController.java | 48132b0eedc9235700b8f7f9c5e0fb3cca478723 | [] | no_license | liuzhihai520/cms-web-java | https://github.com/liuzhihai520/cms-web-java | f25e6c83311aad38839e544a7ed0aef0cb0b4ff9 | abb6e70606f21cce1113af4d1bd929be2bdce568 | refs/heads/master | 2021-01-10T08:11:25.806000 | 2015-11-18T09:53:40 | 2015-11-18T09:53:40 | 44,811,277 | 0 | 1 | null | false | 2015-10-30T07:01:34 | 2015-10-23T12:17:49 | 2015-10-24T15:35:16 | 2015-10-30T07:01:33 | 0 | 0 | 1 | 1 | JavaScript | null | null | package com.trunk.controller;
import com.alibaba.fastjson.JSON;
import com.trunk.bean.Menu;
import com.trunk.bean.TreeObject;
import com.trunk.service.MenuService;
import com.trunk.util.Common;
import com.trunk.util.Pages;
import com.trunk.util.ResultUtil;
import com.trunk.util.TreeUtil;
import com.trunk.util.xutil.Va... | UTF-8 | Java | 8,326 | java | MenuController.java | Java | [
{
"context": "ort java.util.Map;\n\n/**\n * 方法描述:系统菜单\n *\n * @author 小刘\n * @version v1.0\n * @date 2015/11/2\n */\n@RequestM",
"end": 951,
"score": 0.9923120141029358,
"start": 949,
"tag": "NAME",
"value": "小刘"
}
] | null | [] | package com.trunk.controller;
import com.alibaba.fastjson.JSON;
import com.trunk.bean.Menu;
import com.trunk.bean.TreeObject;
import com.trunk.service.MenuService;
import com.trunk.util.Common;
import com.trunk.util.Pages;
import com.trunk.util.ResultUtil;
import com.trunk.util.TreeUtil;
import com.trunk.util.xutil.Va... | 8,326 | 0.598284 | 0.593616 | 223 | 34.542603 | 22.258705 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.883408 | false | false | 1 |
4c461f9cd6b88376d87cc72571a230b6b783fa6f | 13,005,160,997,122 | 3344a3598fc7b9fc73588c98141459c80ed00ea1 | /src/main/java/com/example/demo/entity/Author.java | ddb29793430dab0b20952e1ce3d588a05e87d31c | [] | no_license | hpopov/ModellingExamples | https://github.com/hpopov/ModellingExamples | 9a63807230c4a81d81f84187737661440d39f0aa | 206a298e0242edcc9277f2a81699919d66289ec2 | refs/heads/master | 2022-07-18T00:26:40.594000 | 2020-05-16T15:07:34 | 2020-05-16T15:07:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.entity;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import java... | UTF-8 | Java | 856 | java | Author.java | Java | [] | null | [] | package com.example.demo.entity;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import java... | 856 | 0.753505 | 0.753505 | 34 | 24.17647 | 20.372229 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 1 |
cc97d68ace72bd189572560b136bb7f2957647a5 | 3,822,520,925,615 | 7fa15f1b382bdcdbce7653df790d522d2aab6dc2 | /openfeign-consumer/src/main/java/com/springcloud/test/openfeign/service/CustomerService.java | e59ce70a8144f97e7200b241444c043fa0cf7c48 | [] | no_license | PNZBEIJINGL/spring-cloud-lab | https://github.com/PNZBEIJINGL/spring-cloud-lab | 17edb86d887182e488713307140f54931723c519 | af87e3b1c34710a0c072c5e7131d8cb0cefe05a6 | refs/heads/master | 2022-01-19T09:19:54.060000 | 2022-01-10T11:35:48 | 2022-01-10T11:35:48 | 247,680,166 | 1 | 0 | null | false | 2021-09-20T20:57:41 | 2020-03-16T11:02:08 | 2020-05-18T16:13:06 | 2021-09-20T20:57:40 | 30 | 0 | 0 | 4 | Java | false | false | package com.springcloud.test.openfeign.service;
import feign.hystrix.FallbackFactory;
import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;... | UTF-8 | Java | 1,785 | java | CustomerService.java | Java | [] | null | [] | package com.springcloud.test.openfeign.service;
import feign.hystrix.FallbackFactory;
import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;... | 1,785 | 0.652174 | 0.652174 | 57 | 30.070175 | 28.890512 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
919cbf2111675487d12b02338f89aac2d91cb5dc | 7,335,804,166,612 | a8f063abb701bd4eba7bd948eaaaedb048fc057f | /code/src/main/java/br/edu/utfpr/labscontrol/model/service/impl/PaisServiceImpl.java | 8d2ad9c2a8b6592efff4b79d7b1a515b473f9e99 | [] | no_license | EdsonGustavoTofolo/labscontrol | https://github.com/EdsonGustavoTofolo/labscontrol | 1ca08939b5105c64b89bad1aa3beccfe90c24aa7 | af173392e106cbd046e7f40003dfa636347be1a5 | refs/heads/master | 2022-08-05T07:19:46.607000 | 2022-07-20T18:15:56 | 2022-07-20T18:15:56 | 23,748,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.utfpr.labscontrol.model.service.impl;
import br.edu.utfpr.labscontrol.model.data.PaisData;
import br.edu.utfpr.labscontrol.model.entity.Pais;
import br.edu.utfpr.labscontrol.model.framework.CrudService;
import br.edu.utfpr.labscontrol.model.service.PaisService;
import org.springframework.beans.factory.a... | UTF-8 | Java | 903 | java | PaisServiceImpl.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by EdsonGustavo on 29/05/2015.\n */\n@Service\npublic class PaisServ",
"end": 505,
"score": 0.9981409311294556,
"start": 493,
"tag": "NAME",
"value": "EdsonGustavo"
}
] | null | [] | package br.edu.utfpr.labscontrol.model.service.impl;
import br.edu.utfpr.labscontrol.model.data.PaisData;
import br.edu.utfpr.labscontrol.model.entity.Pais;
import br.edu.utfpr.labscontrol.model.framework.CrudService;
import br.edu.utfpr.labscontrol.model.service.PaisService;
import org.springframework.beans.factory.a... | 903 | 0.772979 | 0.76412 | 30 | 29.1 | 25.798386 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 1 |
290855f5d9eef325ba218ccb18b816c9972b5446 | 4,492,535,843,690 | 0a52816516f00361d91990716df233ed498a1822 | /app/src/main/java/romeotrip/fragment/HomeFragment.java | d07a533f452fbf66cfc596339c3d00a2d2942ece | [] | no_license | mohdfaiz/romeo_trip | https://github.com/mohdfaiz/romeo_trip | 9475ada2a482110bcd3565756ad3ca7ac619681e | e36ac34c2a2032442849fa8a71b57fd37de55493 | refs/heads/master | 2021-01-19T08:25:37.137000 | 2017-04-09T02:53:00 | 2017-04-09T02:53:00 | 87,629,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package romeotrip.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
... | UTF-8 | Java | 3,528 | java | HomeFragment.java | Java | [
{
"context": "om.android.volley.VolleyError;\nimport com.example.mohdfaiz.romeotrip.R;\nimport com.vstechlab.easyfonts.EasyF",
"end": 387,
"score": 0.997986376285553,
"start": 379,
"tag": "USERNAME",
"value": "mohdfaiz"
},
{
"context": "ort com.example.mohdfaiz.romeotrip.R;\nimport c... | null | [] | package romeotrip.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
... | 3,528 | 0.644274 | 0.643141 | 98 | 35 | 34.471817 | 263 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 1 |
27d2a75e03ed12a37065265d47d5cc8457047b93 | 15,685,220,628,187 | ac872f23f03e375510005602905f4df954534eb1 | /app/src/main/java/com/example/yaacoov/utracker/application/ActionApplication.java | bd108d85cd95bcce1d3c3cda242a172766253922 | [] | no_license | yaacoov/Utracker | https://github.com/yaacoov/Utracker | cea2dbd5ff8d50cadee542ed5838b83c2c6162a6 | cae067c81a6b16654c462ed970854addf12ab808 | refs/heads/master | 2021-01-19T22:46:43.006000 | 2017-04-20T13:42:26 | 2017-04-20T13:42:26 | 88,866,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.yaacoov.utracker.application;
import android.app.Application;
import com.example.yaacoov.utracker.analytics.ActionAnalytics;
import com.example.yaacoov.utracker.sync.FirebaseSyncUtils;
/**
* Created by yaacoov on 20/03/17.
* UTracker.
*/
public class ActionApplication extends Application {
... | UTF-8 | Java | 535 | java | ActionApplication.java | Java | [
{
"context": "tracker.sync.FirebaseSyncUtils;\n\n/**\n * Created by yaacoov on 20/03/17.\n * UTracker.\n */\n\npublic class Actio",
"end": 233,
"score": 0.999710738658905,
"start": 226,
"tag": "USERNAME",
"value": "yaacoov"
}
] | null | [] | package com.example.yaacoov.utracker.application;
import android.app.Application;
import com.example.yaacoov.utracker.analytics.ActionAnalytics;
import com.example.yaacoov.utracker.sync.FirebaseSyncUtils;
/**
* Created by yaacoov on 20/03/17.
* UTracker.
*/
public class ActionApplication extends Application {
... | 535 | 0.734579 | 0.723364 | 23 | 22.26087 | 22.004381 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 1 |
729a6a4159f2fced14584643a72e9691cad8cbd5 | 31,782,757,993,821 | 72a584059589984898566650ec76b10677eafab3 | /src/main/java/org/iokit/message/Body.java | d6847301a4a57e96b98b4706d4416ca1cf7a9e72 | [] | no_license | sharlenlxm/iokit | https://github.com/sharlenlxm/iokit | 82b042d897caacdc0268406421adc902a9c8be2f | f1190d5aa225ddf19834e2bd1e89a8723cfc7277 | refs/heads/master | 2021-12-14T23:08:00.017000 | 2017-06-23T14:38:48 | 2017-06-23T14:38:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.iokit.message;
import org.iokit.general.ParameterizedReader;
import org.iokit.core.IOKitInputStream;
import org.iokit.core.IOKitOutputStream;
import org.iokit.core.IOKitWriter;
public interface Body<Data> {
Data getData();
abstract class Reader<H, B> extends ParameterizedReader<H, B> {
... | UTF-8 | Java | 605 | java | Body.java | Java | [] | null | [] | package org.iokit.message;
import org.iokit.general.ParameterizedReader;
import org.iokit.core.IOKitInputStream;
import org.iokit.core.IOKitOutputStream;
import org.iokit.core.IOKitWriter;
public interface Body<Data> {
Data getData();
abstract class Reader<H, B> extends ParameterizedReader<H, B> {
... | 605 | 0.649587 | 0.649587 | 31 | 18.516129 | 19.75474 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 1 |
f9680325d7326c0a38dc9db117e8aef7cf0aa1cf | 9,045,201,173,089 | c2b7fc2c8e65bb19bae8943751714748a2bed3ef | /commons/src/main/java/com/fullstackyang/crawler/weibo/utils/DateConvertor.java | 9e611a9fad670f815bd840b45d7a3c1e0b2e933c | [] | no_license | jetma/weibo-crawler | https://github.com/jetma/weibo-crawler | 5ae18fe09e2e78e2cab4dcfdcd77049fc4ccd142 | e305d515955d6fb106de3bd87b98d937730694dd | refs/heads/master | 2020-03-25T17:01:37.873000 | 2017-09-24T11:34:48 | 2017-09-24T11:34:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fullstackyang.crawler.weibo.utils;
import com.google.common.base.Strings;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.regex.Matcher;
import java.util... | UTF-8 | Java | 4,445 | java | DateConvertor.java | Java | [] | null | [] | package com.fullstackyang.crawler.weibo.utils;
import com.google.common.base.Strings;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.regex.Matcher;
import java.util... | 4,445 | 0.550196 | 0.528502 | 103 | 41.067963 | 31.105915 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203884 | false | false | 1 |
c95533f2897d531e1f5bfbc8a06ff2dff66bff4d | 28,432,683,508,858 | dbee41c4c1742aaba2fa5eca988cdeee55a45bbf | /src/main/java/com/yapp18/retrospect/aop/ExtractUser.java | 834cf378de8c1540cd78ee8fe1ad0896b015e7e2 | [
"Apache-2.0"
] | permissive | YAPP-18th/Web-Team-1-Backend | https://github.com/YAPP-18th/Web-Team-1-Backend | fd29f6641b0dc8881cea4f8c951b6cefc6f9f4c6 | 38fc65ce2830e49158f02841ee04620a63e09ba2 | refs/heads/master | 2023-09-05T17:07:08.832000 | 2021-08-03T11:08:15 | 2021-08-03T11:08:15 | 331,208,916 | 7 | 1 | Apache-2.0 | false | 2021-07-31T02:53:39 | 2021-01-20T06:02:42 | 2021-07-27T11:22:02 | 2021-07-31T02:53:39 | 651 | 3 | 0 | 7 | Java | false | false | package com.yapp18.retrospect.aop;
public @interface ExtractUser {
}
| UTF-8 | Java | 70 | java | ExtractUser.java | Java | [] | null | [] | package com.yapp18.retrospect.aop;
public @interface ExtractUser {
}
| 70 | 0.785714 | 0.757143 | 4 | 16.5 | 16.039015 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
d0caa311706cc514ad339cd4d0f83b8269372ad6 | 6,614,249,678,523 | 7e689be329d1aae9065b59c9549ee06fddecee3b | /platform/src/java/com/xcase/integrate/impl/simple/methods/GetRulesMethod.java | 20f2ee91182c035081b9f799c80336abff2d7fe2 | [] | no_license | martinpg2001/xcase | https://github.com/martinpg2001/xcase | 14564efa8160105ed2301a2c7ad79293a039414a | e530d16f951adbdde1694b0d837bfd6c6c9b7f6b | refs/heads/master | 2023-08-22T14:28:40.712000 | 2023-08-01T03:52:35 | 2023-08-01T03:52:35 | 34,886,456 | 0 | 2 | null | false | 2022-12-12T02:45:28 | 2015-05-01T02:20:51 | 2021-12-19T15:48:06 | 2022-12-12T02:45:27 | 148,235 | 0 | 1 | 5 | Java | false | false | /**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.integrate.impl.simple.methods;
import com.google.gson.*;
import com.xcase.integrate.objects.IntegrateRule;
import com.xcase.common.constant.CommonConstant;
import com.xcase.common.impl.simple.core.CommonHttpResponse;
import com.xcase.common.utils.C... | UTF-8 | Java | 5,232 | java | GetRulesMethod.java | Java | [
{
"context": "rg.apache.logging.log4j.Logger;\n\n/**\n *\n * @author martinpg\n */\npublic class GetRulesMethod extends BaseInteg",
"end": 831,
"score": 0.9996463060379028,
"start": 823,
"tag": "USERNAME",
"value": "martinpg"
}
] | null | [] | /**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.integrate.impl.simple.methods;
import com.google.gson.*;
import com.xcase.integrate.objects.IntegrateRule;
import com.xcase.common.constant.CommonConstant;
import com.xcase.common.impl.simple.core.CommonHttpResponse;
import com.xcase.common.utils.C... | 5,232 | 0.657875 | 0.655963 | 105 | 48.828571 | 35.13036 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704762 | false | false | 1 |
23fb7bab34c6f92db01b8b0955fc571b2c4bf4bf | 824,633,730,910 | 724cff45da932cfe61e28a7808912a269cb39612 | /viewPage/src/main/java/rentalapp/RentalStatusViewRepository.java | aa7a4747cd5d399e1f151290b596b16976dd47ea | [] | no_license | ewqsaz123/ebook-rental | https://github.com/ewqsaz123/ebook-rental | 6b7a6efad0f4c2c0758bd659d56a428a5c7a4974 | 0f03b9d8390b64dc34545ea6f71e3b28a0c86ee3 | refs/heads/main | 2023-07-15T03:44:50.526000 | 2021-09-03T04:23:37 | 2021-09-03T04:23:37 | 401,623,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rentalapp;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import java.util.List;
public interface RentalStatusViewRepository extends CrudRepository<RentalStatusView, Long> {
RentalStatusView findByRentalId(Long rentalId);
RentalStat... | UTF-8 | Java | 356 | java | RentalStatusViewRepository.java | Java | [] | null | [] | package rentalapp;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import java.util.List;
public interface RentalStatusViewRepository extends CrudRepository<RentalStatusView, Long> {
RentalStatusView findByRentalId(Long rentalId);
RentalStat... | 356 | 0.831461 | 0.831461 | 13 | 26.461538 | 29.572897 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 1 |
634dab6085fb441eea3138573eb2b2bd03aeb869 | 11,398,843,271,525 | 8191bea395f0e97835735d1ab6e859db3a7f8a99 | /f737922a0ddc9335bb0fc2f3ae5ffe93_source_from_JADX/java_files/acy.java | 77dc05c9f72a62be12083e34df20ad96d02b0f74 | [] | no_license | msmtmsmt123/jadx-1 | https://github.com/msmtmsmt123/jadx-1 | 5e5aea319e094b5d09c66e0fdb31f10a3238346c | b9458bb1a49a8a7fba8b9f9a6fb6f54438ce03a2 | refs/heads/master | 2021-05-08T19:21:27.870000 | 2017-01-28T04:19:54 | 2017-01-28T04:19:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public interface acy {
void FH(int i);
}
| UTF-8 | Java | 45 | java | acy.java | Java | [] | null | [] | public interface acy {
void FH(int i);
}
| 45 | 0.622222 | 0.622222 | 3 | 14 | 9.273619 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
b9829099bd43bf3c2cea983cfd59579408eadfb0 | 27,436,251,148,501 | c48076c31c495d7b4199c09f56e213b23d06322b | /test/org/apache/pig/test/MapReduceMiniCluster.java | 6672af976ee2db8b3cc82e0b177f93d9ca4296cb | [
"Apache-2.0"
] | permissive | apache/pig | https://github.com/apache/pig | f387e0331c4c12bd7191a6e936e8149819b71046 | 4bf875077dbd0f9c7baed23cd0d33d9c93c973fe | refs/heads/trunk | 2023-08-31T03:15:47.911000 | 2023-07-15T20:46:35 | 2023-07-15T20:46:35 | 206,357 | 487 | 373 | Apache-2.0 | false | 2023-07-03T21:29:17 | 2009-05-21T01:10:43 | 2023-06-27T07:34:12 | 2023-07-03T21:29:17 | 91,866 | 659 | 457 | 10 | Java | false | false | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | UTF-8 | Java | 1,747 | java | MapReduceMiniCluster.java | Java | [] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 1,747 | 0.761305 | 0.755581 | 48 | 35.395832 | 28.350294 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479167 | false | false | 1 |
9c372b57f944b62e206faeeb882fe633740d1369 | 1,649,267,510,856 | cde3a2e2cc0e0150b4837a0af2376696a00bd1ce | /src/main/java/org/orion/common/miscutil/StringUtil.java | c1ac05ffd4e3f6e40a257b2f66c692d782bb92ca | [] | no_license | marulato/Orion | https://github.com/marulato/Orion | 38770ee07b55b688dbc858b545d7592bf3897d56 | 87f1e4a53f03114679ce2fbff1736cb79341ccef | refs/heads/master | 2022-07-10T11:14:10.181000 | 2019-09-02T13:20:16 | 2019-09-02T13:20:16 | 183,387,244 | 1 | 0 | null | false | 2022-06-30T20:17:24 | 2019-04-25T08:08:22 | 2019-09-02T13:20:35 | 2022-06-30T20:17:23 | 22,108 | 0 | 0 | 6 | JavaScript | false | false | package org.orion.common.miscutil;
import org.apache.commons.lang.StringEscapeUtils;
import java.lang.reflect.Field;
import java.util.Arrays;
import java.util.List;
public final class StringUtil {
private static String alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static boolean isEmpty(String value) {
... | UTF-8 | Java | 7,380 | java | StringUtil.java | Java | [] | null | [] | package org.orion.common.miscutil;
import org.apache.commons.lang.StringEscapeUtils;
import java.lang.reflect.Field;
import java.util.Arrays;
import java.util.List;
public final class StringUtil {
private static String alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static boolean isEmpty(String value) {
... | 7,380 | 0.557046 | 0.554336 | 227 | 31.511013 | 26.337585 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511013 | false | false | 1 |
f5d51cfa31b274e993d3a01752104795ec5c0c86 | 1,649,267,512,553 | ec7cdb58fa20e255c23bc855738d842ee573858f | /java/defpackage/ajs$1.java | d1eeb06e4de06d728d16e9935f60fc2a2f59c20f | [] | no_license | BeCandid/JaDX | https://github.com/BeCandid/JaDX | 591e0abee58764b0f58d1883de9324bf43b52c56 | 9a3fa0e7c14a35bc528d0b019f850b190a054c3f | refs/heads/master | 2021-01-13T11:23:00.068000 | 2016-12-24T10:39:48 | 2016-12-24T10:39:48 | 77,222,067 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package defpackage;
import com.google.gson.stream.JsonToken;
import java.io.IOException;
/* compiled from: TypeAdapters */
class ajs$1 extends air<Class> {
ajs$1() {
}
public /* synthetic */ Object b(ajv ajv) throws IOException {
return a(ajv);
}
public void a(ajw out, Class value) throw... | UTF-8 | Java | 854 | java | ajs$1.java | Java | [] | null | [] | package defpackage;
import com.google.gson.stream.JsonToken;
import java.io.IOException;
/* compiled from: TypeAdapters */
class ajs$1 extends air<Class> {
ajs$1() {
}
public /* synthetic */ Object b(ajv ajv) throws IOException {
return a(ajv);
}
public void a(ajw out, Class value) throw... | 854 | 0.607728 | 0.605386 | 30 | 27.466667 | 34.928246 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 1 |
afa19e999fc59a079c92c88829ec0424b8e760fe | 10,033,043,640,495 | 722f510022d03cbc52ff27a913531d1336013ea0 | /src/main/java/com/smerp/email/EmailerGenerator.java | 6ee01004ec866e76fe7efe817975855b8e94881b | [] | no_license | kiranpanchakarla/smerp | https://github.com/kiranpanchakarla/smerp | d0b7550af769b5b7e6dce03178ad1ab112c8daff | 937136e0ffa9b3696b2acfcddf7563fe86b96eab | refs/heads/master | 2023-04-07T09:44:59.221000 | 2019-08-08T09:57:35 | 2019-08-08T09:57:35 | 201,266,074 | 0 | 0 | null | false | 2023-03-27T22:26:28 | 2019-08-08T13:37:13 | 2019-08-08T13:50:54 | 2023-03-27T22:26:25 | 5,685 | 0 | 0 | 2 | Java | false | false | package com.smerp.email;
import java.io.IOException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annota... | UTF-8 | Java | 3,696 | java | EmailerGenerator.java | Java | [] | null | [] | package com.smerp.email;
import java.io.IOException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annota... | 3,696 | 0.670455 | 0.669913 | 149 | 22.818792 | 22.142326 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.127517 | false | false | 1 |
f676d886005d2d401bd549d6800c686fffad581d | 1,915,555,471,997 | f05a601c328ed5473cd2155bc250ba1952004b30 | /android/app/src/main/java/io/metamask/MainApplication.java | 1f53c18fe688bca15532b664cf85d84eb0ce305d | [
"MIT"
] | permissive | pawelwludyka1981/metamask-mobile | https://github.com/pawelwludyka1981/metamask-mobile | 4e43798ed25553447fd9530edb2e7a21f7b5876b | 219872212fbca5cc972b1adb1b97af0b6abd53ce | refs/heads/master | 2022-02-13T19:37:03.465000 | 2019-07-19T21:48:11 | 2019-07-19T21:48:11 | 198,351,597 | 3 | 1 | null | true | 2019-07-23T04:26:26 | 2019-07-23T04:26:26 | 2019-07-22T23:29:59 | 2019-07-23T01:21:11 | 49,746 | 0 | 0 | 0 | null | false | false | package io.metamask;
import com.facebook.react.ReactApplication;
import com.smixx.fabric.FabricPackage;
import com.reactnativecommunity.netinfo.NetInfoPackage;
import fr.greweb.reactnativeviewshot.RNViewShotPackage;
import com.airbnb.android.react.lottie.LottiePackage;
import com.reactnativecommunity.asyncstorage.Asyn... | UTF-8 | Java | 3,101 | java | MainApplication.java | Java | [] | null | [] | package io.metamask;
import com.facebook.react.ReactApplication;
import com.smixx.fabric.FabricPackage;
import com.reactnativecommunity.netinfo.NetInfoPackage;
import fr.greweb.reactnativeviewshot.RNViewShotPackage;
import com.airbnb.android.react.lottie.LottiePackage;
import com.reactnativecommunity.asyncstorage.Asyn... | 3,101 | 0.772331 | 0.769107 | 100 | 30.01 | 20.519987 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.91 | false | false | 1 |
73d5a054cfa7bed99bcb0752a8fbc1cda6c22148 | 2,654,289,832,528 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/systems/crafting/bio_engineer/bio_component_attrib.java | 9bd06652cc52c15fb06fc9a96b1bb8bf27137248 | [] | no_license | geralex/SWG-NGE | https://github.com/geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110000 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | true | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | 2018-03-19T15:42:35 | 2018-03-19T15:42:33 | 47,108 | 0 | 0 | 0 | null | false | null | package script.systems.crafting.bio_engineer;
import script.library.bio_engineer;
import script.library.craftinglib;
import script.library.utils;
import script.obj_id;
import script.obj_var;
public class bio_component_attrib extends script.base_script
{
public bio_component_attrib()
{
}
public int OnI... | UTF-8 | Java | 8,557 | java | bio_component_attrib.java | Java | [] | null | [] | package script.systems.crafting.bio_engineer;
import script.library.bio_engineer;
import script.library.craftinglib;
import script.library.utils;
import script.obj_id;
import script.obj_var;
public class bio_component_attrib extends script.base_script
{
public bio_component_attrib()
{
}
public int OnI... | 8,557 | 0.510693 | 0.505668 | 202 | 41.361385 | 36.458889 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653465 | false | false | 1 |
f039975855cc4e77cd1dcfafc07e7c4691604023 | 27,943,057,278,006 | e64ef99447fccc58d046e497f7fe21436eaba391 | /src/main/java/org/onap/dcae/ci/utilities/HttpRequest.java | d12720f1d63479c7220ae4c239967631eca64fd0 | [
"Apache-2.0"
] | permissive | onap/archive-sdc-dcae-d-ci | https://github.com/onap/archive-sdc-dcae-d-ci | ea29752a500c78120881141d01d472b6063fedb0 | 9c83dcff8a788b80a61370918b34cfac1d6ecc22 | refs/heads/master | 2023-07-05T08:29:02.396000 | 2020-07-17T13:42:16 | 2020-07-20T13:23:22 | 143,781,882 | 0 | 1 | NOASSERTION | false | 2021-06-29T19:10:28 | 2018-08-06T20:51:11 | 2020-09-01T18:16:13 | 2021-06-29T19:10:28 | 551 | 0 | 0 | 2 | Java | false | false | /*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
* ============================================================... | UTF-8 | Java | 9,883 | java | HttpRequest.java | Java | [] | null | [] | /*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
* ============================================================... | 9,883 | 0.682687 | 0.680563 | 374 | 25.425133 | 24.911791 | 108 | false | false | 0 | 0 | 0 | 0 | 81 | 0.016392 | 2.147059 | false | false | 1 |
e17dc82ed51b45e6b7942667ed9fed0375fb51a2 | 26,826,365,769,246 | 569375b03d4260b4079a981acd58844b61429688 | /fornax-cartridges-sculptor-metamodel/src/main/java/sculptormetamodel/InheritanceType.java | e84098250b1425955d96cbe2e68a87a0e7cc3def | [] | no_license | keymaker369/base | https://github.com/keymaker369/base | af800519e5a163ec37f9f54b8e762ab45df48cc2 | 07db6d0da94c89447f3fb9d372ab318e0895dfb0 | refs/heads/master | 2021-01-21T00:59:58.164000 | 2013-01-18T03:43:16 | 2013-01-18T03:43:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package sculptormetamodel;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.AbstractEnumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Inheritance T... | UTF-8 | Java | 4,247 | java | InheritanceType.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package sculptormetamodel;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.AbstractEnumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Inheritance T... | 4,247 | 0.555215 | 0.554274 | 150 | 27.313334 | 25.628925 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.246667 | false | false | 1 |
cf2522cd5fe77613572c5cf7be5cc9041336d6c6 | 26,826,365,768,885 | 5aefb73da6e8cb1425e9050fe0ac1998e51d4403 | /domino-api-client/src/main/java/org/dominokit/domino/api/client/mvp/StoreRegistry.java | 78c43d39555b535d4482aaf45fb8e1b8ad3658d6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hpehl/domino-mvp | https://github.com/hpehl/domino-mvp | 93a909f74c147ec0748ac8b60290abb78b1bda62 | d9b71fd24826a793e1ac8f16f18a9db3dc0155c1 | refs/heads/master | 2020-12-26T07:29:34.044000 | 2020-01-20T12:49:45 | 2020-01-20T12:49:45 | 237,433,480 | 0 | 0 | Apache-2.0 | true | 2020-01-31T13:15:52 | 2020-01-31T13:15:52 | 2020-01-20T12:49:52 | 2020-01-20T12:49:50 | 4,552 | 0 | 0 | 0 | null | false | false | package org.dominokit.domino.api.client.mvp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
public class StoreRegistry {
public static final StoreRegistry INSTANCE = new StoreRegistry();
private Map<String, IsStore<?>> st... | UTF-8 | Java | 2,037 | java | StoreRegistry.java | Java | [] | null | [] | package org.dominokit.domino.api.client.mvp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
public class StoreRegistry {
public static final StoreRegistry INSTANCE = new StoreRegistry();
private Map<String, IsStore<?>> st... | 2,037 | 0.64163 | 0.640157 | 65 | 30.338461 | 29.026924 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553846 | false | false | 1 |
f17c4b81c13f07e25f8f73aa3019331668723def | 27,247,272,539,842 | 114db2ba99407597de9ae8ec2d2a55be7bb02a5a | /exercise31/src/main/java/baseline/TargetHeartRate.java | e0ae6d98ac50900bd6e229f8f53f1bb2d48f46fc | [] | no_license | EmanuelPadro/Padro-a03 | https://github.com/EmanuelPadro/Padro-a03 | 7e7ab546342c240689cde3f40e4fc1828aceaeaf | 3213105c3f6ba4a12a17f274814a3fa7e513073a | refs/heads/master | 2023-09-04T00:16:14.786000 | 2021-10-04T01:01:12 | 2021-10-04T01:01:12 | 412,138,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package baseline;
public class TargetHeartRate {
private static int Pulse;
private static int Age;
//each of this does the job of filling the age variables or returning them
static void FillPulse(int InputRestingPulse){
Pulse = InputRestingPulse;
}
static void FillAge(int InputAge){
... | UTF-8 | Java | 671 | java | TargetHeartRate.java | Java | [] | null | [] | package baseline;
public class TargetHeartRate {
private static int Pulse;
private static int Age;
//each of this does the job of filling the age variables or returning them
static void FillPulse(int InputRestingPulse){
Pulse = InputRestingPulse;
}
static void FillAge(int InputAge){
... | 671 | 0.643815 | 0.639344 | 30 | 21.366667 | 23.498203 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 1 |
8371ca20df92c6030cf7b6ce4e9000475f517e92 | 5,231,270,183,108 | 500a27162fd435c57ee0b0066938c631f557ec29 | /authorization-oauth2/authorization-oauth2-server/src/main/java/com/ht/oauth2/server/filter/Oauth2AuthenticationManager.java | f0a3d057decff9a26d8ba44dfc4837bdce9258ec | [] | no_license | xiaoyaowenyue/root | https://github.com/xiaoyaowenyue/root | c705710ff818171c433d923fdf68e9f4b9ad40f6 | ebd337054f629d2367a2c49a31976866e2c8e52f | refs/heads/master | 2022-07-08T08:35:00.850000 | 2020-07-03T04:19:22 | 2020-07-03T04:19:22 | 253,794,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ht.oauth2.server.filter;
import com.ht.authorization.Authentication;
import com.ht.authorization.BearerTokenExtractor;
import com.ht.authorization.exception.AuthenticationException;
import com.ht.authorization.filter.AuthenticationManager;
import com.ht.oauth2.service.token.AuthorizationServerTokenService;... | UTF-8 | Java | 1,704 | java | Oauth2AuthenticationManager.java | Java | [] | null | [] | package com.ht.oauth2.server.filter;
import com.ht.authorization.Authentication;
import com.ht.authorization.BearerTokenExtractor;
import com.ht.authorization.exception.AuthenticationException;
import com.ht.authorization.filter.AuthenticationManager;
import com.ht.oauth2.service.token.AuthorizationServerTokenService;... | 1,704 | 0.794261 | 0.789988 | 42 | 38 | 31.825417 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 1 |
d7a68506e51605869fd576510f093e139c7c08d8 | 9,715,216,041,829 | 1166350a086a3d9c36cdce911b52793725f200f4 | /app/src/main/java/com/honganjk/ynybzbizfood/utils/http/httpquest/MarvelSigningInterceptor.java | 9ab2a526c2b5d13572d546e945185afe4ca97d34 | [] | no_license | xxmcell/ynybz | https://github.com/xxmcell/ynybz | d5df49dd2631866ac2cdd888d7e1e2dddee1ca54 | ea91b4777d2f7377d5e2d573151f0b71f61c8e1f | refs/heads/master | 2021-09-01T08:26:16.423000 | 2017-09-30T09:07:55 | 2017-09-30T09:07:55 | 109,099,305 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.honganjk.ynybzbizfood.utils.http.httpquest;
import com.honganjk.ynybzbizfood.mode.enumeration.HeadType;
import java.io.IOException;
import okhttp3.HttpUrl;
import okhttp3.Interceptor;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import static android.R.attr.type;
import s... | UTF-8 | Java | 2,495 | java | MarvelSigningInterceptor.java | Java | [
{
"context": "avabean.base.UserInfo.userData;\n\n/**\n * Created by likun on 2016/8/3.\n * 添加一些公共的参数\n */\n\npublic class Marve",
"end": 414,
"score": 0.9996598958969116,
"start": 409,
"tag": "USERNAME",
"value": "likun"
}
] | null | [] | package com.honganjk.ynybzbizfood.utils.http.httpquest;
import com.honganjk.ynybzbizfood.mode.enumeration.HeadType;
import java.io.IOException;
import okhttp3.HttpUrl;
import okhttp3.Interceptor;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import static android.R.attr.type;
import s... | 2,495 | 0.570906 | 0.566436 | 91 | 26.043957 | 24.30254 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32967 | false | false | 1 |
d707097769e545ead06011d4ba5f33e96d29d997 | 25,795,573,649,742 | 90ce856e19382db7f6e6bbdf681a398efc3620ec | /ee-std-client-demo-web/src/main/java/wipb/jee/clientdemo/web/util/JSF.java | 8b16f6ddde2beca086078a4cf1934319ca532ab3 | [] | no_license | AdamRozuk/javaEE-bookstore | https://github.com/AdamRozuk/javaEE-bookstore | c898cc83518c1647d7e00258be86b48dac2ed1df | 6f0fded586d17ee49238d0d239c25dc9330ac90b | refs/heads/master | 2022-11-27T22:08:24.912000 | 2018-06-20T17:38:28 | 2018-06-20T17:38:28 | null | 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 wipb.jee.clientdemo.web.util;
import javax.faces.application.FacesMessage;
import javax.faces.context.ExternalContext;... | UTF-8 | Java | 1,586 | java | JSF.java | Java | [] | 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 wipb.jee.clientdemo.web.util;
import javax.faces.application.FacesMessage;
import javax.faces.context.ExternalContext;... | 1,586 | 0.711854 | 0.711854 | 43 | 34.837208 | 31.314556 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 1 |
4b0fe45dfcbd400a6182b97fc52032dec8607a93 | 34,170,759,852,652 | 4733e528e7982dc8ab6bcda3f6677a9e1649c7ab | /src/First.java | e50b6563d47fb0a516b401f1e3945fce8fed6d74 | [] | no_license | KuznecovAl/JordanoBruno | https://github.com/KuznecovAl/JordanoBruno | c726ec727095093264dbf5c4531a3f7ebe1ce9ec | 2d9429623723ea41978d17b292e53e8abb8b014b | refs/heads/master | 2021-09-05T14:37:02.623000 | 2018-01-28T23:24:28 | 2018-01-28T23:24:28 | 111,892,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class First {
public static void main (String args[]) {
String St1="BY JAVA";
System.out.println("Hello! This is my first program");
System.out.println(St1);
}
}
| UTF-8 | Java | 201 | java | First.java | Java | [] | null | [] | public class First {
public static void main (String args[]) {
String St1="BY JAVA";
System.out.println("Hello! This is my first program");
System.out.println(St1);
}
}
| 201 | 0.60199 | 0.59204 | 7 | 27.714285 | 19.940729 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
9720663f1d17d9781324f860cb4f1edaa3d7f5e4 | 31,164,282,755,063 | 58f517b2dd5b44eab3a3967bc6f06a20b47cd769 | /src/main/java/com/jarlenai/riotapi/core/LeagueMethods.java | 8786e6a5cb11534b1f361ea7e5206655892a58d0 | [] | no_license | Jarlenai/RiotApi | https://github.com/Jarlenai/RiotApi | 0b84300bb35ca67fda47e3128001cf634427a20a | fcc90071a729f0abc71b42a833678fa6f27a4158 | refs/heads/master | 2016-09-09T20:34:29.206000 | 2014-03-27T07:08:07 | 2014-03-27T07:08:07 | 17,918,297 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jarlenai.riotapi.core;
import static com.jarlenai.riotapi.util.ApiRegion.br;
import static com.jarlenai.riotapi.util.ApiRegion.eune;
import static com.jarlenai.riotapi.util.ApiRegion.euw;
import static com.jarlenai.riotapi.util.ApiRegion.na;
import static com.jarlenai.riotapi.util.ApiRegion.tr;
import jav... | UTF-8 | Java | 13,073 | java | LeagueMethods.java | Java | [
{
"context": "d Regions: br, eune,\n * euw, na, tr\n * \n * @author Jarlenai\n */\npublic class LeagueMethods extends ApiMethod ",
"end": 783,
"score": 0.9994549751281738,
"start": 775,
"tag": "NAME",
"value": "Jarlenai"
}
] | null | [] | package com.jarlenai.riotapi.core;
import static com.jarlenai.riotapi.util.ApiRegion.br;
import static com.jarlenai.riotapi.util.ApiRegion.eune;
import static com.jarlenai.riotapi.util.ApiRegion.euw;
import static com.jarlenai.riotapi.util.ApiRegion.na;
import static com.jarlenai.riotapi.util.ApiRegion.tr;
import jav... | 13,073 | 0.704658 | 0.697315 | 489 | 25.734152 | 29.198687 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787321 | false | false | 1 |
784347cfa7e1755476f612bbf613596364037b85 | 31,164,282,754,495 | 0de516dcf4fc1c642923279dee69dbc20459817f | /token/ms/EncryptedData.java | f8e8e9e3c776b8c895b59bf89b675258844b39a5 | [] | no_license | f-simon/Example | https://github.com/f-simon/Example | 7f154cae091e091c69d146dd0a605ebc9c5964c8 | 22095a90d5c90af000514bc4e626cac4a6f9af2c | refs/heads/master | 2023-01-04T09:02:49.382000 | 2020-10-27T21:57:45 | 2020-10-27T21:57:45 | 260,239,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fdc.mtrg.network.token.ms;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.Objects;
@JsonIgnoreProperties(ignoreUnknown = true)
public class EncryptedData implements Serializable {
@Json... | UTF-8 | Java | 4,514 | java | EncryptedData.java | Java | [] | null | [] | package com.fdc.mtrg.network.token.ms;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.Objects;
@JsonIgnoreProperties(ignoreUnknown = true)
public class EncryptedData implements Serializable {
@Json... | 4,514 | 0.664599 | 0.64444 | 149 | 29.295301 | 25.553341 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38255 | false | false | 1 |
ea237f4259624cb56beb296de9e8d29e3f386a96 | 34,239,479,335,742 | b176a21f1d6bc1b131f9cd55e04ef00f64905c30 | /src/com/zhangchao/object/StrongReferenceTest.java | b3c5a623eb6590a1864b3816d03f3b9d5cdd7f23 | [] | no_license | 664775176/pratice | https://github.com/664775176/pratice | b36f03339f2c742cd7104ea51b518500fccc11b8 | d6ce8128b35337ace8d319be6796e0a03b67c221 | refs/heads/master | 2020-04-26T21:57:50.194000 | 2019-07-11T07:44:40 | 2019-07-11T07:44:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhangchao.object;
import java.lang.ref.PhantomReference;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.SoftReference;
import java.lang.ref.WeakReference;
import java.util.Date;
public class StrongReferenceTest {
public static void main(String[] args) {
Date date = new Date();
... | UTF-8 | Java | 655 | java | StrongReferenceTest.java | Java | [] | null | [] | package com.zhangchao.object;
import java.lang.ref.PhantomReference;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.SoftReference;
import java.lang.ref.WeakReference;
import java.util.Date;
public class StrongReferenceTest {
public static void main(String[] args) {
Date date = new Date();
... | 655 | 0.671756 | 0.668702 | 25 | 25.24 | 20.976711 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 1 |
72fdced8f05bf5b547450e81e37cf5694db11380 | 38,955,353,404,577 | 9834bdeefece723f5dde33172ac6ab0422c52399 | /src/shared/exceptions/JoinExceptions.java | 2257cc26531a636340af406ef405ba210b0f62ad | [] | no_license | Iridium232/settlers-of-catan | https://github.com/Iridium232/settlers-of-catan | a51f071e9baa848f7af1c806c1d2048a48304982 | 492ae08db1f50cccd0f5e0275b565a69a56cd543 | refs/heads/master | 2021-01-10T17:54:29.446000 | 2016-04-12T05:18:32 | 2016-04-12T05:18:32 | 49,628,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shared.exceptions;
/**
* Created by rscheuer on 2/12/16.
*/
public class JoinExceptions extends Exception {
public JoinExceptions(String message) {
super(message);
}
}
| UTF-8 | Java | 195 | java | JoinExceptions.java | Java | [
{
"context": "package shared.exceptions;\n\n/**\n * Created by rscheuer on 2/12/16.\n */\npublic class JoinExceptions exten",
"end": 54,
"score": 0.9996447563171387,
"start": 46,
"tag": "USERNAME",
"value": "rscheuer"
}
] | null | [] | package shared.exceptions;
/**
* Created by rscheuer on 2/12/16.
*/
public class JoinExceptions extends Exception {
public JoinExceptions(String message) {
super(message);
}
}
| 195 | 0.682051 | 0.65641 | 10 | 18.5 | 17.437029 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
a3ed20f159b06cbb277cf3dbad3e5969d71fb383 | 38,285,338,499,060 | fe995caef4050776e2a893853f2eabf4e6ef1526 | /src/test/java/obsevable/test/Test.java | 4b3de221ec85c61ad40ebd34598fd468a038934c | [] | no_license | ysavochenko/playing-with-rxjava | https://github.com/ysavochenko/playing-with-rxjava | b81536a7a00f71c517b495c0974007ab82fdcf06 | 2919c289c874ca6304b40903bfe4b630c8c2206f | refs/heads/master | 2023-05-11T07:42:53.934000 | 2019-12-22T20:49:20 | 2019-12-22T20:49:20 | 229,481,569 | 0 | 0 | null | false | 2023-05-09T18:36:58 | 2019-12-21T20:49:38 | 2019-12-22T20:49:30 | 2023-05-09T18:36:55 | 9 | 0 | 0 | 1 | Java | false | false | package obsevable.test;
import monitoring.observable.FileObservableSource;
import monitoring.LogListener;
import monitoring.observable.ContinuousFileObservableSource;
import monitoring.observable.RandomStringObservableSource;
import monitoring.observer.StandardPersistableObserver;
@org.testng.annotations.Test
public ... | UTF-8 | Java | 4,258 | java | Test.java | Java | [] | null | [] | package obsevable.test;
import monitoring.observable.FileObservableSource;
import monitoring.LogListener;
import monitoring.observable.ContinuousFileObservableSource;
import monitoring.observable.RandomStringObservableSource;
import monitoring.observer.StandardPersistableObserver;
@org.testng.annotations.Test
public ... | 4,258 | 0.65054 | 0.627525 | 99 | 42.010101 | 35.288849 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 1 |
5329597e4d6a4e96c7bde8b1e787a18173095029 | 6,768,868,510,700 | ab4df63dbce5a662b4d2db5e63f893225b40fbe1 | /Test/com/twu/biblioteca/AppTest.java | 941d44c3fd865b65e1e770c4f4e27376139a20f8 | [] | no_license | priyadarshiniravi/Biblioteca | https://github.com/priyadarshiniravi/Biblioteca | f3f34d8a967395b73c0fee0de84c41de73a83d75 | 7f32d326032195b1c417173a79173a07fbc881da | refs/heads/master | 2021-01-23T22:53:21.477000 | 2015-06-22T10:48:52 | 2015-06-22T10:48:52 | 37,447,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twu.biblioteca;
import org.junit.Test;
import static org.mockito.Mockito.*;
public class AppTest {
@Test
public void shouldDisplayWelcomeMessage() {
ConsoleInputOutput consoleInputOutput = mock(ConsoleInputOutput.class);
Menu menu = mock(Menu.class);
Login login=mock(Logi... | UTF-8 | Java | 1,757 | java | AppTest.java | Java | [] | null | [] | package com.twu.biblioteca;
import org.junit.Test;
import static org.mockito.Mockito.*;
public class AppTest {
@Test
public void shouldDisplayWelcomeMessage() {
ConsoleInputOutput consoleInputOutput = mock(ConsoleInputOutput.class);
Menu menu = mock(Menu.class);
Login login=mock(Logi... | 1,757 | 0.63119 | 0.619806 | 55 | 30.963636 | 26.565845 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.927273 | false | false | 1 |
a800ba9a6339a615a273ab931824656ab8c57713 | 36,833,639,561,509 | ecf26fea0f5fcced8cd4b3c414e5bea717386b17 | /kodilla-good-patterns/src/main/java/com/kodilla/good/patterns/challanges/Order.java | c163627fc83fa18c35a99f687e4d26e610ca8ed8 | [] | no_license | rradomski1977/Shape | https://github.com/rradomski1977/Shape | a1afd2c78f353da15919fe8d78c56a8e49716be0 | 8bfef04c96dafca70243cf36cc758b2c3019a700 | refs/heads/master | 2023-07-17T04:29:35.493000 | 2021-08-15T20:51:23 | 2021-08-15T20:51:23 | 371,951,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.good.patterns.challanges;
import java.time.LocalDateTime;
public class Order {
private String type;
private String orderNumber;
private double price;
private LocalDateTime submitDate;
private LocalDateTime executionDate;
public Order(String type, String orderNumber, doubl... | UTF-8 | Java | 569 | java | Order.java | Java | [] | null | [] | package com.kodilla.good.patterns.challanges;
import java.time.LocalDateTime;
public class Order {
private String type;
private String orderNumber;
private double price;
private LocalDateTime submitDate;
private LocalDateTime executionDate;
public Order(String type, String orderNumber, doubl... | 569 | 0.717047 | 0.717047 | 20 | 27.5 | 26.373281 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 1 |
8284b556840af66313dab1273e2d651e8ad8a4e1 | 39,402,029,975,850 | aeb2a3b7eb3922172964f60da20c91e199057e66 | /Proyecto/interfaz/src/cr/ac/ucenfotec/ui/ControllerLogIn.java | e815a6a67d4dd27be6333379dd62650d3eb280c5 | [] | no_license | wesbrek/CloudTime | https://github.com/wesbrek/CloudTime | ffa5a7fbdb66928d13c48f268aa0353c6f3e33b9 | bcab0f900de5afe639423f1c277a4463a77ea64e | refs/heads/master | 2020-04-13T10:29:59.225000 | 2019-02-13T06:19:36 | 2019-02-13T06:19:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cr.ac.ucenfotec.ui;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXPasswordField;
import com.jfoenix.controls.JFXRadioButton;
import com.jfoenix.controls.JFXTextField;
import cr.ac.ucenfotec.tl.Gestor;
import java.io.IOException;
import javafx.event.ActionEvent;
import java.net.URL;
impo... | UTF-8 | Java | 11,643 | java | ControllerLogIn.java | Java | [] | null | [] | package cr.ac.ucenfotec.ui;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXPasswordField;
import com.jfoenix.controls.JFXRadioButton;
import com.jfoenix.controls.JFXTextField;
import cr.ac.ucenfotec.tl.Gestor;
import java.io.IOException;
import javafx.event.ActionEvent;
import java.net.URL;
impo... | 11,643 | 0.6189 | 0.617612 | 386 | 29.155441 | 32.486294 | 226 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518135 | false | false | 1 |
9dd7d0039f92d22a0df024c8b2c0a30390990ddf | 39,118,562,148,524 | 7b569a34e9287c10f3c5e5e26f8e4431aea31556 | /edu/src/main/java/com/edu/roy/wx/tools/JsonTools.java | 151bb93ad501c362455a627ec391c6d82389ee2f | [] | no_license | luoyh/sers | https://github.com/luoyh/sers | e6674e37c076f4906cdb7dda19fb760c8d2fb0d9 | 8b926c365720da8bc58eacdb4dae6b6f6c13de12 | refs/heads/master | 2021-01-11T23:39:55.928000 | 2017-02-24T09:11:49 | 2017-02-24T09:11:49 | 78,615,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.roy.wx.tools;
import java.text.SimpleDateFormat;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
public class JsonTools {
private static ObjectMapper mapper;
static {
mapper = new ObjectMapper();
mapper.setDateFormat(new SimpleD... | UTF-8 | Java | 542 | java | JsonTools.java | Java | [] | null | [] | package com.edu.roy.wx.tools;
import java.text.SimpleDateFormat;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
public class JsonTools {
private static ObjectMapper mapper;
static {
mapper = new ObjectMapper();
mapper.setDateFormat(new SimpleD... | 542 | 0.745387 | 0.745387 | 26 | 19.846153 | 20.530825 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 1 |
1159d9596f61f86304d6dcc391f55ec991b22c96 | 39,187,281,637,226 | 5f99bda7f496c48213125782ad29eaa1a6d6c3ba | /src/main/java/lesson_1_generics/with_enums/Orange.java | 41a1ba224d3e546b3234a3a6002cbce6b2fe669f | [] | no_license | gvardianez/Java_3_lessons | https://github.com/gvardianez/Java_3_lessons | 9a46e7e88762ae2e911006866021183355e68874 | e810e90a308df5557a0f0b064b9c2fd4c263fc01 | refs/heads/master | 2023-08-19T05:11:01.536000 | 2021-10-14T09:40:52 | 2021-10-14T09:40:52 | 409,213,164 | 0 | 0 | null | false | 2021-10-14T09:40:52 | 2021-09-22T13:21:15 | 2021-10-06T09:38:47 | 2021-10-14T09:40:52 | 17 | 0 | 0 | 0 | Java | false | false | package lesson_1_generics.with_enums;
public class Orange extends Fruit{
private final Enum<? extends Varieties> variety;
public <T extends Enum<T> & Varieties> Orange(float weight,T variety) {
this.weight = weight;
this.variety = variety;
totalPrice = variety.getUnitPrice() * weight;... | UTF-8 | Java | 810 | java | Orange.java | Java | [] | null | [] | package lesson_1_generics.with_enums;
public class Orange extends Fruit{
private final Enum<? extends Varieties> variety;
public <T extends Enum<T> & Varieties> Orange(float weight,T variety) {
this.weight = weight;
this.variety = variety;
totalPrice = variety.getUnitPrice() * weight;... | 810 | 0.559259 | 0.558025 | 36 | 21.5 | 19.000731 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
5559badeeac17f38c3f8c3ccac61f24e9b866347 | 18,159,121,768,333 | 68283b3967958f17a0c4d9f4b2c547d427a3bfdd | /Second-year/OOP/esami/esami-2020/a02b/sol1/Test.java | 7b1e82469bab0e2ba28f3dba9dd621e4791c228a | [] | no_license | Norby99/Architetture-Algoritmi | https://github.com/Norby99/Architetture-Algoritmi | 759f0082f5037ab7883ab1f94746036d2604964d | b81239d12b6508734bb600f9af4f474e2044ef50 | refs/heads/master | 2023-05-05T02:01:22.599000 | 2023-04-21T15:27:16 | 2023-04-21T15:27:16 | 347,060,784 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a02b.sol1;
import static org.junit.Assert.*;
import java.util.*;
/**
* Si consulti la documentazione della interfaccia PatternExtractorFactory, che modella
* una factory per PatternExtractor, che a sua volta modella un trasformatore da liste a
* liste, che funziona isolando nell'input pezzi di lista i cui ... | UTF-8 | Java | 2,156 | java | Test.java | Java | [] | null | [] | package a02b.sol1;
import static org.junit.Assert.*;
import java.util.*;
/**
* Si consulti la documentazione della interfaccia PatternExtractorFactory, che modella
* una factory per PatternExtractor, che a sua volta modella un trasformatore da liste a
* liste, che funziona isolando nell'input pezzi di lista i cui ... | 2,156 | 0.718532 | 0.688342 | 64 | 32.640625 | 32.615837 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.546875 | false | false | 1 |
ba04f97a16a0a79a0ced97ac89d23f5c92dbff0c | 18,159,121,770,168 | 459805e61f3b1fea89dd5eff4a2b7fb51eb4b36d | /modules/gateway/policy-exporter/src/test/java/com/l7tech/policy/exporter/ExternalReferenceFinderStub.java | 6f6be0edad40be385873bd58567a3c3526cf7c96 | [] | no_license | neelam-007/gateway | https://github.com/neelam-007/gateway | 9ae2d04eda96ce510ad7034f4d72efa034f973cd | 60e0a4138746803a14d8de070d3319b028fcffe4 | refs/heads/master | 2023-04-29T01:19:08.369000 | 2018-11-08T20:03:09 | 2018-11-08T20:03:09 | 368,039,344 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.l7tech.policy.exporter;
import com.l7tech.gateway.common.cassandra.CassandraConnection;
import com.l7tech.gateway.common.export.ExternalReferenceFactory;
import com.l7tech.gateway.common.jdbc.JdbcConnection;
import com.l7tech.gateway.common.resources.ResourceEntryHeader;
import com.l7tech.gateway.common.re... | UTF-8 | Java | 6,115 | java | ExternalReferenceFinderStub.java | Java | [] | null | [] | package com.l7tech.policy.exporter;
import com.l7tech.gateway.common.cassandra.CassandraConnection;
import com.l7tech.gateway.common.export.ExternalReferenceFactory;
import com.l7tech.gateway.common.jdbc.JdbcConnection;
import com.l7tech.gateway.common.resources.ResourceEntryHeader;
import com.l7tech.gateway.common.re... | 6,115 | 0.742273 | 0.738348 | 197 | 30.040609 | 35.021942 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365482 | false | false | 1 |
61e737f3262b402134975ae3f108893e5ea27cd2 | 32,418,413,209,370 | ab87eec51bd622bba89b8c9a52918962720027f9 | /CouponsProject-Spring-Server/src/main/java/app/core/services/CustomerService.java | 7fa46c6ac86f8c46a269e56138bd76cb1addb1e2 | [] | no_license | YohaiBen/MyPortfolioRepo | https://github.com/YohaiBen/MyPortfolioRepo | 44d0e7ac5aaf9688234ca3a491499a3ea70024d2 | 2e3847b6f061df857b39e4c0f35bd07e59c925db | refs/heads/main | 2023-06-04T16:47:27.652000 | 2021-06-23T10:01:32 | 2021-06-23T10:01:32 | 379,535,624 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.core.services;
import java.sql.Date;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
import org.springframework.context.annotation.Scope;
import org.springframework.s... | UTF-8 | Java | 4,858 | java | CustomerService.java | Java | [] | null | [] | package app.core.services;
import java.sql.Date;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
import org.springframework.context.annotation.Scope;
import org.springframework.s... | 4,858 | 0.722877 | 0.722257 | 151 | 30.046358 | 29.108232 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.139073 | false | false | 1 |
7c4ba9d4b6c7fc9af245316af2dfbed0c937cf5b | 19,679,540,152,561 | 5fc51885b4b9e00f1d081154ca5be84ff7dccdd8 | /teenviolence/src/main/java/project/msd/teenviolence/FetchImages.java | 1aa6402e8c5ecdd009c02adf85b307a228679193 | [] | no_license | manognyakoduganti/Psych-Android | https://github.com/manognyakoduganti/Psych-Android | 3f4274ce0a263e4aa738af5f3c02f8fba44db4a7 | 421f1410d16682669dc49a754509d89816fcc8fe | refs/heads/master | 2021-01-20T13:59:11.573000 | 2017-04-21T20:04:24 | 2017-04-21T20:04:24 | 82,726,238 | 0 | 0 | null | false | 2017-04-21T20:04:25 | 2017-02-21T20:55:42 | 2017-02-21T20:59:03 | 2017-04-21T20:04:24 | 18,193 | 0 | 0 | 0 | Java | null | null | package project.msd.teenviolence;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.toolbox.ImageLo... | UTF-8 | Java | 3,194 | java | FetchImages.java | Java | [
{
"context": "java.util.concurrent.Semaphore;\n\n/**\n * Created by surindersokhal on 4/4/16.\n */\npublic class FetchImages implement",
"end": 522,
"score": 0.997376024723053,
"start": 508,
"tag": "USERNAME",
"value": "surindersokhal"
}
] | null | [] | package project.msd.teenviolence;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.toolbox.ImageLo... | 3,194 | 0.616781 | 0.614277 | 98 | 31.591837 | 23.213665 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673469 | false | false | 1 |
9e1bc75c2838b9965b9c9e61f420ccd79a734689 | 2,104,534,039,050 | 2766ef7d24edccbde6c3b0e662f8744762bc648e | /app/src/main/java/com/techuva/ome_new/adapters/CartListAdapter.java | 0a25eb8b4170eff78d94db7937f9d5602574e876 | [] | no_license | nikks-tu/OME_NEW | https://github.com/nikks-tu/OME_NEW | d33e420b158c10c0c7d0d3e15085979a087303f4 | e0ee55b40a9ec4c8523c0e6af593b74a5ec13201 | refs/heads/master | 2022-07-04T21:04:32.490000 | 2020-05-07T05:13:33 | 2020-05-07T05:13:33 | 261,955,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techuva.ome_new.adapters;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.graphics.drawable.AnimationDrawable;
import android.graphics.drawable.ColorDrawable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
i... | UTF-8 | Java | 25,578 | java | CartListAdapter.java | Java | [
{
"context": "context).load(\"https://homepages.cae.wisc.edu/~ece533/images/airplane.png\").into(holder.iv_product_imag",
"end": 8261,
"score": 0.8828306794166565,
"start": 8258,
"tag": "USERNAME",
"value": "533"
}
] | null | [] | package com.techuva.ome_new.adapters;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.graphics.drawable.AnimationDrawable;
import android.graphics.drawable.ColorDrawable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
i... | 25,578 | 0.600633 | 0.599226 | 606 | 41.209572 | 33.543438 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69802 | false | false | 3 |
79c0e81960d3276ba9447b4e3b481c3f3d4ce4ce | 11,562,052,010,469 | fe32d75c2021fbfd6539d0e1740e0a05697ea7ca | /src/test/java/me/gv7/woodpecker/requests/HeadersTest.java | 669a170fec86f54056ff3cd980ed5990472c0430 | [
"BSD-2-Clause",
"MIT"
] | permissive | CrackerCat/woodpecker-requests | https://github.com/CrackerCat/woodpecker-requests | 56cf46676833044cafae0ed3e2dc82196cb25bd7 | 41e4aee2a4f14891dd9f6083b60ea37f86c3455b | refs/heads/master | 2023-04-28T04:44:54.539000 | 2021-05-22T14:10:31 | 2021-05-22T14:10:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.gv7.woodpecker.requests;
import me.gv7.woodpecker.requests.config.HttpConfigManager;
import net.dongliu.commons.collection.Lists;
import org.junit.Test;
import java.util.Arrays;
import java.util.LinkedHashMap;
import static org.junit.Assert.assertEquals;
/**
* @author Liu Dong
*/
public class HeadersTe... | UTF-8 | Java | 3,298 | java | HeadersTest.java | Java | [
{
"context": "tic org.junit.Assert.assertEquals;\n\n/**\n * @author Liu Dong\n */\npublic class HeadersTest {\n @Test\n publ",
"end": 293,
"score": 0.9998595118522644,
"start": 285,
"tag": "NAME",
"value": "Liu Dong"
}
] | null | [] | package me.gv7.woodpecker.requests;
import me.gv7.woodpecker.requests.config.HttpConfigManager;
import net.dongliu.commons.collection.Lists;
import org.junit.Test;
import java.util.Arrays;
import java.util.LinkedHashMap;
import static org.junit.Assert.assertEquals;
/**
* @author <NAME>
*/
public class HeadersTest... | 3,296 | 0.623669 | 0.617095 | 90 | 34.5 | 26.156473 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.966667 | false | false | 3 |
600b3270a58827bab0f7adcf13730dd0e8794852 | 128,849,072,408 | 98573ec9f4a2a4988c610cc257c0314955c9a039 | /ssf/gwt/src/org/kablink/teaming/gwt/server/util/GwtProxyIdentityHelper.java | 0e9f6da7d9eb95cf64f36989259ae6ca07745a1a | [] | no_license | new333333/ibert | https://github.com/new333333/ibert | 1524f3aeb9b090fe9c20a72ed4dfdf4da79ea37d | 31de6da02ca0f2b09a36abe623ba0203b7ca1514 | refs/heads/master | 2021-05-11T02:05:54.839000 | 2018-01-22T08:43:50 | 2018-01-22T08:43:50 | 118,158,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 1998-2015 Novell, Inc. and its licensors. All rights reserved.
*
* This work is governed by the Common Public Attribution License Version 1.0 (the
* "CPAL"); you may not use this file except in compliance with the CPAL. You may
* obtain a copy of the CPAL at http://www.opensource.org/licenses/... | UTF-8 | Java | 17,670 | java | GwtProxyIdentityHelper.java | Java | [
{
"context": "in dealing with proxy\n * identities.\n *\n * @author drfoster@novell.com\n */\npublic class GwtProxyIdentityHelper {\n\tprotec",
"end": 3565,
"score": 0.9999169111251831,
"start": 3546,
"tag": "EMAIL",
"value": "drfoster@novell.com"
},
{
"context": "Id( pi.getId(... | null | [] | /**
* Copyright (c) 1998-2015 Novell, Inc. and its licensors. All rights reserved.
*
* This work is governed by the Common Public Attribution License Version 1.0 (the
* "CPAL"); you may not use this file except in compliance with the CPAL. You may
* obtain a copy of the CPAL at http://www.opensource.org/licenses/... | 17,654 | 0.703509 | 0.701415 | 493 | 34.841785 | 35.371849 | 240 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.902637 | false | false | 3 |
0b32b9af9a895ddd472b4d16bb363134e25cdbe8 | 29,394,756,235,138 | 93c8ea3031ac9f1c12385ea03e127f99ef015a99 | /src/com/boboysdadda/passman/util/FileWorker.java | a7ac41fe526cec7b4f9d728e34954a9a68132755 | [] | no_license | bbd08unlimited/PasswordManager | https://github.com/bbd08unlimited/PasswordManager | 6aca587edb05b3440bf5dc9a8196ee726066955b | b06f18108dc18957c88a1693d955b90c12b190c5 | refs/heads/master | 2019-01-21T21:53:39.256000 | 2016-05-07T17:30:03 | 2016-05-07T17:30:03 | 57,413,336 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boboysdadda.passman.util;
import com.boboysdadda.passman.ApplicationDriver;
import com.boboysdadda.passman.model.SiteListWrapper;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.File;
import java.util.prefs.Preferences;
/**
* Projec... | UTF-8 | Java | 3,580 | java | FileWorker.java | Java | [
{
"context": ": PasswordManager\n * FileName:\n * Author: james\n * Date: 4/29/2016\n * Description:\n */\npub",
"end": 377,
"score": 0.9692658185958862,
"start": 372,
"tag": "USERNAME",
"value": "james"
}
] | null | [] | package com.boboysdadda.passman.util;
import com.boboysdadda.passman.ApplicationDriver;
import com.boboysdadda.passman.model.SiteListWrapper;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.File;
import java.util.prefs.Preferences;
/**
* Projec... | 3,580 | 0.609777 | 0.607821 | 113 | 30.681416 | 27.038898 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424779 | false | false | 3 |
aabb3979dba2bac703960649cf557f6c386b0dd9 | 867,583,451,986 | cc9cfba8ea06a7751129edb63e9bdaca73b25e31 | /12_SpringBootWebDevelopment/ToDoList/src/main/java/main/config/SecurityConfig.java | 057dba2056063a08695a8f79e032826993d47086 | [] | no_license | Folko85/SkillBoxHW | https://github.com/Folko85/SkillBoxHW | 7fd1bf2122d25a2d371f9dde093559a93226f659 | 1a5f5ca1a69dda7271c53afe82b57bf7369c9edf | refs/heads/master | 2023-07-02T21:43:30.865000 | 2021-07-30T15:50:47 | 2021-07-30T15:50:47 | 301,501,810 | 6 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.config;
import main.model.Role;
import main.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authenticat... | UTF-8 | Java | 2,102 | java | SecurityConfig.java | Java | [] | null | [] | package main.config;
import main.model.Role;
import main.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authenticat... | 2,102 | 0.718839 | 0.717888 | 54 | 37.925926 | 31.59281 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
556991c410b3c2aa4382a2f69302e197d6e5c97b | 37,409,165,172,519 | 996af3dc4a28ba8d5245b2ab58943301160cc32b | /src/main/java/com/example/user/restcontroller/UserRestController.java | 1689feee3e4fda89ddd0e4be7783058cb244e25c | [] | no_license | y-emre/spring-boot-rest--crud | https://github.com/y-emre/spring-boot-rest--crud | 7cbe68fc6fe347620862b938182d0ab299d3b49c | 8c67b2d58ccb13152243e111a61576e27d395f6c | refs/heads/master | 2020-04-02T21:23:23.168000 | 2018-10-26T07:51:20 | 2018-10-26T07:51:20 | 154,797,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.user.restcontroller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;... | UTF-8 | Java | 2,952 | java | UserRestController.java | Java | [] | null | [] | package com.example.user.restcontroller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;... | 2,952 | 0.765921 | 0.765244 | 76 | 37.842106 | 27.558575 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.592105 | false | false | 3 |
3f37cad5631f8552f9aa8cb622ef49ee7cd733b5 | 37,409,165,172,106 | 5a80002735018913fd193df5ff14d9e823bbb1dc | /admin/admin-common/src/main/java/no/valg/eva/admin/configuration/domain/model/valgnatt/PollingDistrictData.java | b31a2928f0fa6fba1ff5bd4d6f1e3d17ab5ca905 | [] | no_license | GhostNwa/election-eva-admin | https://github.com/GhostNwa/election-eva-admin | 8e6dcea25346e96fc92a4fa84f7ddbd6a3cbb16b | 662d7ff2a20f1587eaee4ca1c63036a2308bbefd | refs/heads/master | 2022-12-09T13:05:12.291000 | 2019-09-26T14:32:58 | 2019-09-26T14:36:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.valg.eva.admin.configuration.domain.model.valgnatt;
/**
* PollingDistrict data for Valgnatt
*/
public abstract class PollingDistrictData {
protected final String municipalityId;
protected final String municipalityName;
protected final String countyName;
protected final String countyId;
protected fin... | UTF-8 | Java | 2,204 | java | PollingDistrictData.java | Java | [] | null | [] | package no.valg.eva.admin.configuration.domain.model.valgnatt;
/**
* PollingDistrict data for Valgnatt
*/
public abstract class PollingDistrictData {
protected final String municipalityId;
protected final String municipalityName;
protected final String countyName;
protected final String countyId;
protected fin... | 2,204 | 0.783575 | 0.783575 | 85 | 24.929411 | 25.812349 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.764706 | false | false | 3 |
3f07ce2ac46810ebbcc342226f4dd01f6ddad769 | 4,028,679,384,211 | a10e4cc60e2dbc303f19796646878cc8ff552c68 | /week1/day2/LearnSwitchCase.java | f35a51895cb12a156a4601289df8a7681cf7afbe | [] | no_license | TestLeafPages/SelSept2020 | https://github.com/TestLeafPages/SelSept2020 | 499542ff557ef16dfa8e6567c8b104ba9f1dd6bd | fcc17e900077ffd9beaaa034c0c60751c937ee16 | refs/heads/master | 2023-01-10T11:40:17.458000 | 2020-11-09T09:10:03 | 2020-11-09T09:10:03 | 294,965,482 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week1.day2;
public class LearnSwitchCase {
public static void main(String[] args) {
//int input =2;
String input ="Three";
switch (input) {
case "One": System.out.println("Monday");
break;
case "Two": System.out.println("Tuesday");
break;
case "Three": System.out.print... | UTF-8 | Java | 1,044 | java | LearnSwitchCase.java | Java | [] | null | [] | package week1.day2;
public class LearnSwitchCase {
public static void main(String[] args) {
//int input =2;
String input ="Three";
switch (input) {
case "One": System.out.println("Monday");
break;
case "Two": System.out.println("Tuesday");
break;
case "Three": System.out.print... | 1,044 | 0.562261 | 0.55364 | 47 | 20.212767 | 23.120348 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.404255 | false | false | 3 |
a7eaf7cfb3272bda5554029f97c3e23fc842265e | 6,579,889,967,104 | ad63488e213ce3ce6c9bb3b6e79fc4bd0d2fbaa8 | /lib/src/main/java/com/ack/adventureandconquer/game/proficiency/AnimalHusbandry.java | 5dcbfdfca683876909dd658dd529f528cb14363a | [
"MIT"
] | permissive | FlorianHuebner/Adventurer-Conqueror-King-Mobile | https://github.com/FlorianHuebner/Adventurer-Conqueror-King-Mobile | b8a681dd4e6528d77f22440d48deb4f644a4deb9 | 7ad951ea4b869ea95ab30199fa06c89b6f025e4f | refs/heads/master | 2021-01-15T14:11:56.184000 | 2015-09-08T15:00:30 | 2015-09-08T15:00:30 | 34,348,377 | 1 | 0 | null | true | 2015-06-02T05:53:56 | 2015-04-21T19:40:59 | 2015-04-23T10:19:00 | 2015-06-02T05:53:03 | 1,669 | 1 | 0 | 0 | Java | null | null | package com.ack.adventureandconquer.game.proficiency;
import com.ack.adventureandconquer.game.Proficiency;
/**
* Created by saskyrar on 27/02/15.
*/
public class AnimalHusbandry extends Proficiency {
@Override
public String getName() {
return ANIMAL_HUSBANDRY;
}
@Override
public String ... | UTF-8 | Java | 1,511 | java | AnimalHusbandry.java | Java | [
{
"context": "ureandconquer.game.Proficiency;\n\n/**\n * Created by saskyrar on 27/02/15.\n */\npublic class AnimalHusbandry ext",
"end": 135,
"score": 0.998812735080719,
"start": 127,
"tag": "USERNAME",
"value": "saskyrar"
}
] | null | [] | package com.ack.adventureandconquer.game.proficiency;
import com.ack.adventureandconquer.game.Proficiency;
/**
* Created by saskyrar on 27/02/15.
*/
public class AnimalHusbandry extends Proficiency {
@Override
public String getName() {
return ANIMAL_HUSBANDRY;
}
@Override
public String ... | 1,511 | 0.65321 | 0.642621 | 29 | 51.103447 | 41.106544 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 3 |
3d1392f203c51d55bd03072482887cc4436372c5 | 6,579,889,965,114 | cbdd1768cd6747cee6d91c42c62b9913ddfbcb24 | /src/test/java/org/osgl/util/BigLinesIteratorTest.java | a92c2508f2dd39c9f9cddaa7df1a3eb304cd45c6 | [
"Apache-2.0"
] | permissive | osglworks/java-tool | https://github.com/osglworks/java-tool | 4df56e65dd1cfe4e18f19f852139c079a64f7feb | 3e60f5b35b18c0ba75c664b24a70e2cdb79ac15c | refs/heads/master | 2022-11-29T17:12:14.508000 | 2022-11-25T23:23:26 | 2022-11-25T23:23:26 | 10,664,256 | 60 | 21 | Apache-2.0 | false | 2022-11-25T20:17:36 | 2013-06-13T10:52:28 | 2022-02-28T10:02:52 | 2022-11-25T20:17:35 | 3,394 | 51 | 18 | 17 | Java | false | false | package org.osgl.util;
/*-
* #%L
* Java Tool
* %%
* Copyright (C) 2014 - 2019 OSGL (Open Source General Library)
* %%
* 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:/... | UTF-8 | Java | 1,568 | java | BigLinesIteratorTest.java | Java | [] | null | [] | package org.osgl.util;
/*-
* #%L
* Java Tool
* %%
* Copyright (C) 2014 - 2019 OSGL (Open Source General Library)
* %%
* 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:/... | 1,568 | 0.623087 | 0.60523 | 60 | 25.133333 | 24.080051 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
ee44318bb802a3f96168fcf2bd29771360ccf829 | 6,588,479,832,159 | c34ddbb6713820146b29c0a69f867f71678b41cf | /Administracion-Clientes/src/main/java/com/sophossystems/client/asmon/dao/spring/ServiciosDaoImpl.java | 0b56cb7ff1d0a9ca6c831cdf4294aff1890b2f31 | [] | no_license | jvelezb/Administracion-clientes | https://github.com/jvelezb/Administracion-clientes | b33bc28a6eb226d4c2b7500185c1fa2cb894ecea | 907e6e1c27ecf8202e04002910f0d5f6e1beb88f | refs/heads/master | 2019-07-16T10:34:38.250000 | 2011-11-04T12:37:36 | 2011-11-04T12:37:36 | 2,671,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sophossystems.client.asmon.dao.spring;
import com.sophossystems.client.asmon.dao.ServiciosDao;
import com.sophossystems.client.asmon.dto.ActivityDTO;
import com.sophossystems.client.asmon.dto.ActivityPkDTO;
import com.sophossystems.client.asmon.dto.ServiciosDTO;
import com.sophossystems.client.asmon.dto.Se... | UTF-8 | Java | 10,939 | java | ServiciosDaoImpl.java | Java | [] | null | [] | package com.sophossystems.client.asmon.dao.spring;
import com.sophossystems.client.asmon.dao.ServiciosDao;
import com.sophossystems.client.asmon.dto.ActivityDTO;
import com.sophossystems.client.asmon.dto.ActivityPkDTO;
import com.sophossystems.client.asmon.dto.ServiciosDTO;
import com.sophossystems.client.asmon.dto.Se... | 10,939 | 0.710485 | 0.709937 | 320 | 33.184376 | 47.17276 | 234 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.521875 | false | false | 3 |
18144b80cf21846263274a2f3fba711b501fec6e | 28,140,625,726,863 | eee99db6c1bfde320bfb0ac11098b77c13c7739a | /app/src/main/java/com/example/administrator/autolayoutapplication/MyApplication.java | ea6bc546f82c88e8e06b63570cce455ef7f382e0 | [] | no_license | zhouqihao/AutoLayoutApp | https://github.com/zhouqihao/AutoLayoutApp | 4d1c370b9b339d9ee7e078b79ed387300a5b322d | 023f815ef473c58a237c687f0d7d98eddc66a46c | refs/heads/master | 2022-01-21T04:34:03.283000 | 2019-07-02T09:02:26 | 2019-07-02T09:02:26 | 103,118,390 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.autolayoutapplication;
import android.app.Application;
import com.hx.autolayout.LayoutSizeUtil;
import com.hx.autolayout.bean.SizeUnitBean;
import com.hx.autolayout.constant.SizeUnitType;
public class MyApplication extends Application {
@Override
public void onCreate() {
... | UTF-8 | Java | 456 | java | MyApplication.java | Java | [] | null | [] | package com.example.administrator.autolayoutapplication;
import android.app.Application;
import com.hx.autolayout.LayoutSizeUtil;
import com.hx.autolayout.bean.SizeUnitBean;
import com.hx.autolayout.constant.SizeUnitType;
public class MyApplication extends Application {
@Override
public void onCreate() {
... | 456 | 0.765351 | 0.734649 | 16 | 27.5 | 27.581697 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
4bdb2a731823e85793bfd4c49d30673bf10b6684 | 32,615,981,704,832 | 5835b2cb109799282c29dc4b9658d46a33200eae | /src/main/java/com/ibm/g11n/pipeline/client/ServiceInstanceInfo.java | f081cc8ca0c8ab67de6af215d2f746d7cc3ddd49 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | sid41/gp-java-client | https://github.com/sid41/gp-java-client | d9a8085d9ba662f7a2c1b6392516dccf0f6a9529 | 342152cec4f87259c242f362c9e4df5efc1f4399 | refs/heads/master | 2020-05-02T14:59:49.117000 | 2019-04-11T18:48:14 | 2019-04-11T18:48:14 | 178,028,279 | 0 | 0 | Apache-2.0 | true | 2019-03-27T15:56:45 | 2019-03-27T15:56:45 | 2018-08-20T20:56:57 | 2018-08-20T20:56:54 | 285 | 0 | 0 | 0 | null | false | null | /*
* Copyright IBM Corp. 2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | UTF-8 | Java | 6,204 | java | ServiceInstanceInfo.java | Java | [
{
"context": "e service instance's\n * properties.\n * \n * @author Yoshito Umaoka\n */\npublic abstract class ServiceInstanceInfo {\n ",
"end": 785,
"score": 0.9998471140861511,
"start": 771,
"tag": "NAME",
"value": "Yoshito Umaoka"
},
{
"context": "s\n * usage information.\n ... | null | [] | /*
* Copyright IBM Corp. 2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 6,188 | 0.646841 | 0.645229 | 202 | 29.712872 | 26.69755 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242574 | false | false | 3 |
332916cc6f4a635431cfd14a2c22c568248f24ee | 5,471,788,350,163 | b11e26c471d3491ff22a0d5d7eb7508a9c50c60f | /simple-shopping-list/app/src/main/java/com/naskogeorgiev/simpleshoppinglist/adapters/ShoppingListAdapter.java | a872dd0220594fe3311dc4e1296d7fbd87fb70b7 | [] | no_license | VladimirAnaniev/Android-Fundamentals | https://github.com/VladimirAnaniev/Android-Fundamentals | cfeeebd33846ce1c26fef954682a03c7228678f9 | 60301a299b18978557697b588ea9227676e6f1fa | refs/heads/master | 2021-01-12T13:18:35.523000 | 2016-11-01T09:34:28 | 2016-11-01T09:34:28 | 72,195,147 | 0 | 0 | null | false | 2016-11-01T09:34:28 | 2016-10-28T09:44:21 | 2016-10-28T09:47:37 | 2016-11-01T09:34:28 | 60,304 | 0 | 0 | 0 | Java | null | null | package com.naskogeorgiev.simpleshoppinglist.adapters;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
import com.nasko... | UTF-8 | Java | 3,023 | java | ShoppingListAdapter.java | Java | [] | null | [] | package com.naskogeorgiev.simpleshoppinglist.adapters;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
import com.nasko... | 3,023 | 0.689051 | 0.688389 | 94 | 31.159575 | 28.000496 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
d422042bde2becc8f7e69e114b873361a365622e | 7,705,171,358,422 | 749c916acd21ef9e1dd96096d31c8c9737fbfdd9 | /src/main/java/com/ifpb/padroes/commands/AtualizarUsuario.java | f081aa5ac6fa814dcf0502d4e413a53f2b2d2971 | [] | no_license | rodrigobentorodrigues/padroesprojeto | https://github.com/rodrigobentorodrigues/padroesprojeto | d821f7cb19c8e2540577e8d77158296aea19e600 | 70e5260500dfec19a8f66c805231153cb573f581 | refs/heads/master | 2021-07-17T15:24:08.471000 | 2017-10-23T14:44:55 | 2017-10-23T14:44:55 | 103,555,420 | 0 | 0 | null | false | 2017-10-21T00:14:38 | 2017-09-14T16:23:15 | 2017-10-19T19:09:43 | 2017-10-21T00:14:37 | 971 | 0 | 0 | 0 | JavaScript | false | null |
package com.ifpb.padroes.commands;
import com.ifpb.padroes.daos.GerenciadorUsuario;
import com.ifpb.padroes.entidades.Usuario;
import com.ifpb.padroes.enums.Papel;
import com.ifpb.padroes.interfaces.Command;
import com.ifpb.padroes.interfaces.UsuarioDao;
import java.io.IOException;
import javax.ejb.EJB;
import javax.... | UTF-8 | Java | 1,363 | java | AtualizarUsuario.java | Java | [] | null | [] |
package com.ifpb.padroes.commands;
import com.ifpb.padroes.daos.GerenciadorUsuario;
import com.ifpb.padroes.entidades.Usuario;
import com.ifpb.padroes.enums.Papel;
import com.ifpb.padroes.interfaces.Command;
import com.ifpb.padroes.interfaces.UsuarioDao;
import java.io.IOException;
import javax.ejb.EJB;
import javax.... | 1,363 | 0.707997 | 0.707997 | 37 | 35.81081 | 25.705019 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783784 | false | false | 3 |
f6645217d52520a087ab264af62e69ab4500ff0b | 11,278,584,152,525 | ee7d652c446dd6ed68665cc9230614eccc950397 | /src/training_mine/METHODS/quize.java | e48dd50ba8b5160e03fa5775e400da70508c0160 | [] | no_license | zhanylai01/Spring2020B18_Java | https://github.com/zhanylai01/Spring2020B18_Java | c39659ebf53bdcc80783b6104731afc16dca9db4 | a57910d381d8e4a568f1c99261be1303fe682a6e | refs/heads/master | 2022-11-08T20:09:02.954000 | 2020-07-05T21:06:45 | 2020-07-05T21:06:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package training_mine.METHODS;
import Resources.Library;
public class quize {
public static void main(String[] args) {
String str="AABBCC"; //A2B2C2
//ABC
String nonDup = Library.RemoveDuplicates(str); //ABC
for (int i=0; i<nonDup.length();i++) {
String ch... | UTF-8 | Java | 1,038 | java | quize.java | Java | [] | null | [] | package training_mine.METHODS;
import Resources.Library;
public class quize {
public static void main(String[] args) {
String str="AABBCC"; //A2B2C2
//ABC
String nonDup = Library.RemoveDuplicates(str); //ABC
for (int i=0; i<nonDup.length();i++) {
String ch... | 1,038 | 0.516378 | 0.511561 | 46 | 21.543478 | 21.802181 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
5afdc76f2cfdc5f5541930706ef95a5fcbd7e40b | 17,532,056,530,955 | e9b3d2dd8aa5d53b24676e468a7c459db6a03c09 | /src/main/java/dev/demeng/demlib/inputwaiter/InputWaiterManager.java | 830fd390d6d93004735094b5fb983f53bdf541d0 | [] | no_license | Demeng7215/DemLib | https://github.com/Demeng7215/DemLib | 1c040e0e093d20fe4c4e68005fdd779cbb31c8fa | caf5726b6e1b314cbc708b6fa880f87f72f78dfb | refs/heads/master | 2021-11-15T04:16:56.142000 | 2021-08-10T21:34:58 | 2021-08-10T21:34:58 | 230,344,098 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.demeng.demlib.inputwaiter;
import com.cryptomorin.xseries.messages.Titles;
import lombok.Getter;
import org.bukkit.Bukkit;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
/** Manages current input waiters. */
public class InputWaiterManager {
@Getter private static final Map<UUI... | UTF-8 | Java | 1,053 | java | InputWaiterManager.java | Java | [] | null | [] | package dev.demeng.demlib.inputwaiter;
import com.cryptomorin.xseries.messages.Titles;
import lombok.Getter;
import org.bukkit.Bukkit;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
/** Manages current input waiters. */
public class InputWaiterManager {
@Getter private static final Map<UUI... | 1,053 | 0.702754 | 0.702754 | 44 | 22.931818 | 21.527359 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340909 | false | false | 3 |
4470ee8402a12f6f2ce7f4f25fb0e02b8c1cb003 | 23,459,111,371,800 | fe259c5206a4e30beddfdd43e9c05a990b52f431 | /java/spring/spring-initializer-demo/src/main/java/com/avorona/web/Image.java | 9692c4aab4d50eb2b53704b1901377a74f958a65 | [] | no_license | 0ffensive/sandbox | https://github.com/0ffensive/sandbox | 3d0d9bebdde08559060edd5de97a991ac2bf384d | cbbe4596c351a65c7fba1d8d8b22e8b904c746d1 | refs/heads/master | 2020-06-28T00:08:30.174000 | 2016-08-05T13:35:24 | 2016-08-05T13:35:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.avorona.web;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.persistence.Id;
import javax.validation.constraints.NotNull;
import java.math.BigInteger;
import java.time.Instant;
/**
* Created by avorona on 12.04.16.
*/
@Document
public class Image {
@Id
private BigI... | UTF-8 | Java | 1,257 | java | Image.java | Java | [
{
"context": "eger;\nimport java.time.Instant;\n\n/**\n * Created by avorona on 12.04.16.\n */\n\n@Document\npublic class Image {\n",
"end": 245,
"score": 0.9994434714317322,
"start": 238,
"tag": "USERNAME",
"value": "avorona"
}
] | null | [] | package com.avorona.web;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.persistence.Id;
import javax.validation.constraints.NotNull;
import java.math.BigInteger;
import java.time.Instant;
/**
* Created by avorona on 12.04.16.
*/
@Document
public class Image {
@Id
private BigI... | 1,257 | 0.622116 | 0.617343 | 74 | 15.986486 | 15.692564 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283784 | false | false | 3 |
84caeadbb1736cbb2ca19a26f17ac0e14805a50b | 30,210,799,978,709 | 547de0887f52be5afe7aa35c6301189ffa774892 | /src/br/edu/devmedia/rest/NotasService.java | 846db7758dc521237ea937fcf635b2598b2f5204 | [] | no_license | iFalcao/Rest-Notas | https://github.com/iFalcao/Rest-Notas | 89ddae20bff6b2a9994d652a0ce8e9efc484e57f | f0a6f5d8b53db273a541a4918a734cb866ca6c26 | refs/heads/master | 2021-01-22T17:28:57.627000 | 2017-03-15T02:15:49 | 2017-03-15T02:15:49 | 85,018,790 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.devmedia.rest;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.... | ISO-8859-1 | Java | 2,656 | java | NotasService.java | Java | [] | null | [] | package br.edu.devmedia.rest;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.... | 2,656 | 0.681647 | 0.679003 | 127 | 19.850393 | 19.747253 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.818898 | false | false | 3 |
6485032235f2a2ad6ae3f22373dab4b51928089c | 23,931,557,775,540 | dbd379b3075132610fedbe1731ddac501296daba | /focWebServer/src/com/foc/vaadin/gui/pdfGenerator/FocPDFLabel.java | 963497f847d416fc3923816fda78f4ad9b337441 | [
"Apache-2.0"
] | permissive | FOC-framework/framework | https://github.com/FOC-framework/framework | 4e69e7c4575040df495eaf31309031506f25a9b7 | 94e80741ed2df3deb15ceb9d4924ff720eac5023 | refs/heads/master | 2022-11-22T19:17:58.337000 | 2022-08-23T13:00:52 | 2022-08-23T13:00:52 | 82,582,475 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2016 Antoine Nicolas SAMAHA
*
* 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
*
* ... | UTF-8 | Java | 2,938 | java | FocPDFLabel.java | Java | [
{
"context": "*******************************\r\n * Copyright 2016 Antoine Nicolas SAMAHA\r\n * \r\n * Licensed under the Apache License, Versi",
"end": 122,
"score": 0.9998445510864258,
"start": 100,
"tag": "NAME",
"value": "Antoine Nicolas SAMAHA"
}
] | null | [] | /*******************************************************************************
* Copyright 2016 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apac... | 2,922 | 0.663376 | 0.655548 | 92 | 29.934782 | 28.917351 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.945652 | false | false | 3 |
9cf3bae33fc1c7c185f8c43b3eaef6bfe9ae3310 | 31,413,390,872,977 | 4ab8bb7e3546538546bb2f170ea67dc03d90b58e | /src/main/java/problems/TriangularVertices.java | 696529dbff7be948d98871cf9b6aa825be6144ff | [] | no_license | espiegel/Problems | https://github.com/espiegel/Problems | d954d933f435a18f2dc06c7b2ee980e842d1c618 | eb03888cabecc640155db8ba7db4bb05ab8d41a8 | refs/heads/master | 2017-12-04T05:08:29.979000 | 2015-04-09T07:59:35 | 2015-04-09T07:59:35 | 25,042,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package problems;
import java.util.stream.IntStream;
/**
* Created by Eidan on 10/4/2014.
*/
public class TriangularVertices {
private static final int MAX = 32767;
public static void main(String[] args) {
IntStream.range(1, MAX + 1).forEach(i -> System.out.println(getLevel(i)));
System.o... | UTF-8 | Java | 4,721 | java | TriangularVertices.java | Java | [
{
"context": "ort java.util.stream.IntStream;\n\n/**\n * Created by Eidan on 10/4/2014.\n */\npublic class TriangularVertices",
"end": 78,
"score": 0.9856672286987305,
"start": 73,
"tag": "NAME",
"value": "Eidan"
}
] | null | [] | package problems;
import java.util.stream.IntStream;
/**
* Created by Eidan on 10/4/2014.
*/
public class TriangularVertices {
private static final int MAX = 32767;
public static void main(String[] args) {
IntStream.range(1, MAX + 1).forEach(i -> System.out.println(getLevel(i)));
System.o... | 4,721 | 0.545223 | 0.503919 | 147 | 31.115646 | 28.810314 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 3 |
d6a070dd1ac74ad17b098f165d371f2218158717 | 3,573,412,802,765 | d21626061e73d1fe6188df2a36ee04ae28262862 | /clover-android-sdk/src/main/java/com/clover/sdk/v3/payments/api/CapturePreAuthRequestIntentBuilder.java | 22af41e21a35204f66acef6bb197ebb4581dc6e8 | [
"Apache-2.0"
] | permissive | clover/clover-android-sdk | https://github.com/clover/clover-android-sdk | fa69371554ef9a01006e02fe1fe0a5860cee6977 | deed533a7e83c9ae42dae5459a1cd7518ba4c9b9 | refs/heads/master | 2023-03-07T18:41:41.413000 | 2023-02-22T22:01:34 | 2023-02-22T22:01:34 | 12,652,338 | 83 | 91 | NOASSERTION | false | 2023-02-22T22:01:36 | 2013-09-06T19:17:10 | 2023-01-03T12:14:24 | 2023-02-22T22:01:34 | 50,730 | 84 | 80 | 9 | Java | false | false | package com.clover.sdk.v3.payments.api;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import com.clover.sdk.v1.Intents;
import com.clover.sdk.v3.payments.ReceiptOptionType;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import ... | UTF-8 | Java | 11,892 | java | CapturePreAuthRequestIntentBuilder.java | Java | [] | null | [] | package com.clover.sdk.v3.payments.api;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import com.clover.sdk.v1.Intents;
import com.clover.sdk.v3.payments.ReceiptOptionType;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import ... | 11,892 | 0.711487 | 0.710646 | 312 | 37.115383 | 37.514519 | 225 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
d0da88b74a484ed38741a24e7200917ceaa3dd39 | 9,234,179,700,147 | 5d62f78ab8006bc93813e75858302ba8a68dab6a | /src/main/java/conflerge/DiffTool.java | 3d035b8f6958a4b33ce6e12043c357ab55bc1dbf | [] | no_license | ishansaksena/Conflerge | https://github.com/ishansaksena/Conflerge | 72ab67c94b91c2dacb32edafd0ca95ba02029336 | 825d1260762b71f8bb6fda795c78204af4324917 | refs/heads/master | 2021-01-11T18:41:56.417000 | 2017-03-18T19:52:00 | 2017-03-18T19:52:00 | 79,603,808 | 1 | 2 | null | false | 2017-03-18T19:36:32 | 2017-01-20T22:01:29 | 2017-03-10T02:00:46 | 2017-03-18T19:36:32 | 2,779 | 0 | 1 | 0 | Java | null | null | package conflerge;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.List;
import com.github.javaparser.JavaToken;
import conflerge.token.TokenDiffer;
import conflerge.token.TokenParser;
import static com.github.javaparser.ASTParserConstants.*;
/**
* A useful tool for differencing fi... | UTF-8 | Java | 3,082 | java | DiffTool.java | Java | [] | null | [] | package conflerge;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.List;
import com.github.javaparser.JavaToken;
import conflerge.token.TokenDiffer;
import conflerge.token.TokenParser;
import static com.github.javaparser.ASTParserConstants.*;
/**
* A useful tool for differencing fi... | 3,082 | 0.516548 | 0.510383 | 85 | 35.258823 | 27.457413 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423529 | false | false | 3 |
f17897fc71a6316922198108763d82f8f8319e3e | 10,368,051,066,608 | 90e593814425b02a59806997883bd126fb1f9e0a | /Multilevel.java | 7913a0d8c2d2a39bd0fb6a4e95785cfe9abbc8be | [] | no_license | pushpalathakancharla/Training-Pushpalatha | https://github.com/pushpalathakancharla/Training-Pushpalatha | 15060d70eb0ba6063e2b11c4ce9addd770df659c | aba43b8ae1548b2f61c88c112fbfc9238a5afa4e | refs/heads/main | 2023-01-31T21:40:15.963000 | 2020-12-18T12:09:06 | 2020-12-18T12:09:06 | 308,006,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Mobile
{
int price=200;
String brandname="iphone";
class nokia extends Mobile
{
public void call()
{
System.out.println("call");
}
class Realme extends nokia
{
public void videocall()
{
System.out.println("videocall");
}
}
}
class Multilevel
{
public static void main(String[]args)
{
Realme s... | UTF-8 | Java | 462 | java | Multilevel.java | Java | [] | null | [] | class Mobile
{
int price=200;
String brandname="iphone";
class nokia extends Mobile
{
public void call()
{
System.out.println("call");
}
class Realme extends nokia
{
public void videocall()
{
System.out.println("videocall");
}
}
}
class Multilevel
{
public static void main(String[]args)
{
Realme s... | 462 | 0.670996 | 0.65368 | 30 | 13.466666 | 13.703365 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
45b1f425f2ceaeae2e2815e1949e4c4ef0c2b603 | 32,865,089,754,469 | 0971a3f10259f21b01aa9cbad241b5c7bfadd7ff | /src/main/java/com/recordz/general/cli/AddressMenu.java | 5d8999658773737cece1e0157c7ea227cdd1585b | [] | no_license | ddold/Recordz | https://github.com/ddold/Recordz | 699b835a4f991424c92102173ff13c315e0e66ab | d59a1295ab563ebd48f4b4036e5252c88cbe1dba | refs/heads/master | 2018-02-08T07:06:20.846000 | 2017-09-14T07:36:05 | 2017-09-14T07:36:05 | 96,470,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.recordz.general.cli;
import com.recordz.general.multichain.AddressCommand;
import com.recordz.general.pojo.UserEntity;
import java.util.List;
public class AddressMenu extends OptionsMenu {
AddressCommand addressCommand = new AddressCommand();
public AddressMenu(UserEntity userEntity) {
... | UTF-8 | Java | 2,136 | java | AddressMenu.java | Java | [] | null | [] | package com.recordz.general.cli;
import com.recordz.general.multichain.AddressCommand;
import com.recordz.general.pojo.UserEntity;
import java.util.List;
public class AddressMenu extends OptionsMenu {
AddressCommand addressCommand = new AddressCommand();
public AddressMenu(UserEntity userEntity) {
... | 2,136 | 0.590824 | 0.58661 | 68 | 30.411764 | 23.893906 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455882 | false | false | 3 |
5ba498356f69e498f7904bbc33d943007b39165a | 14,362,370,667,636 | 8a086cf4735e315755f4d7f11d6cfbee6c1db154 | /ksqldb-serde/src/test/java/io/confluent/ksql/schema/ksql/PhysicalSchemaTest.java | 540f28d08187464250a7d41e4f99970cd440b064 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | vcrfxia/ksql | https://github.com/vcrfxia/ksql | 489a8b69dbfa4d6651ed71038640b210364381ca | 4995684db13a7e29016c5a9142977ab7754fb4f8 | refs/heads/master | 2023-07-08T11:50:26.245000 | 2020-12-16T21:05:47 | 2020-12-16T21:05:47 | 151,648,605 | 0 | 1 | Apache-2.0 | true | 2018-10-04T23:34:41 | 2018-10-04T23:34:40 | 2018-10-04T22:46:57 | 2018-10-04T22:46:52 | 11,409 | 0 | 0 | 0 | null | false | null | /*
* Copyright 2019 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | UTF-8 | Java | 3,267 | java | PhysicalSchemaTest.java | Java | [] | null | [] | /*
* Copyright 2019 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... | 3,267 | 0.709213 | 0.707683 | 99 | 32.010101 | 27.48057 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 3 |
ab34b4ffc9890251923961bd418a7f5f8f4e2e56 | 9,328,668,970,042 | 076b966aa19da13781c2f27f4c2ee518130f966e | /src/solver/graph/Metric.java | 292e0f9f7cb2c2b98aa1c5399df22715f8158bbc | [
"Apache-2.0"
] | permissive | mtomono/TERSE3 | https://github.com/mtomono/TERSE3 | 4a32e2a181d6608fac8a63ad4fd4bc845622c230 | 5775f1f9a9570a05ef1b6ef20b15219b25b7c1f1 | refs/heads/master | 2022-01-01T13:17:27.459000 | 2021-12-23T03:50:47 | 2021-12-23T03:50:47 | 127,700,065 | 3 | 2 | Apache-2.0 | false | 2018-06-15T05:47:07 | 2018-04-02T03:53:18 | 2018-06-13T09:23:48 | 2018-06-15T05:47:07 | 774 | 2 | 1 | 0 | Java | false | null | /*
Copyright 2017, 2018, 2019 Masao Tomono
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law... | UTF-8 | Java | 1,369 | java | Metric.java | Java | [
{
"context": "/*\r\n Copyright 2017, 2018, 2019 Masao Tomono\r\n\r\n Licensed under the Apache License, Version ",
"end": 44,
"score": 0.9998593926429749,
"start": 32,
"tag": "NAME",
"value": "Masao Tomono"
},
{
"context": "ava.util.function.Function;\r\n\r\n/**\r\n *\r\n * @author... | null | [] | /*
Copyright 2017, 2018, 2019 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | 1,363 | 0.677137 | 0.665449 | 44 | 29.113636 | 26.261116 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 3 |
43da3af5a09a37d9328371037c98dee6c6c9be1e | 17,497,696,764,839 | fbe3b419be2984b00f782d3b249cc5fa72e777d4 | /src/com/MainTest.java | e43c95667daebeb74839a7974bc8cdfb424ed2aa | [] | no_license | ly18904889569/java-ly- | https://github.com/ly18904889569/java-ly- | 2017c66bf4afa6cdba2bc1378650fbbad03913de | 48212d180e937812d3a82e4674d06e01a8e30127 | refs/heads/master | 2020-04-24T19:14:31.016000 | 2020-02-20T17:57:01 | 2020-02-20T17:57:01 | 172,205,656 | 0 | 0 | null | false | 2020-02-20T17:57:03 | 2019-02-23T11:19:59 | 2020-02-20T17:52:03 | 2020-02-20T17:57:02 | 43 | 0 | 0 | 0 | Java | false | false | package com;
import java.io.File;
import java.io.IOException;
public class MainTest
{
public static void main(String[] args)
{
// TODO write a java project to show the relative path of file
// File file1 = new file();
createFile();
}
public static void createFile()
{
String path = "E:/liy... | UTF-8 | Java | 1,035 | java | MainTest.java | Java | [] | null | [] | package com;
import java.io.File;
import java.io.IOException;
public class MainTest
{
public static void main(String[] args)
{
// TODO write a java project to show the relative path of file
// File file1 = new file();
createFile();
}
public static void createFile()
{
String path = "E:/liy... | 1,035 | 0.628019 | 0.615459 | 44 | 21.522728 | 25.255503 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.272727 | false | false | 3 |
4c9d5589f9f0be40b12c6ffb611d390a07dcfe18 | 42,949,741,223 | bb7bf8c0adefa3e78d8d64512184a50cd2a56ed9 | /src/main/java/com/neicake/cafeapp/dao/PurchaseRepository.java | dbc1e2fc9b07c611b35a4cb937a097a67cdc4eb8 | [] | no_license | NeiCake/cafeapp | https://github.com/NeiCake/cafeapp | 9b3c5bca7cedf88b0d86f19995dd57dbf3d51579 | 7c59e6eb967f6a46fdb84b7194589b3a8bf44e7b | refs/heads/master | 2021-07-15T06:26:42.978000 | 2017-10-19T04:38:12 | 2017-10-19T04:38:12 | 106,906,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neicake.cafeapp.dao;
import com.neicake.cafeapp.domain.Purchase;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Date;
import java.util.List;
@Repository
public interface PurchaseRepository extends JpaRepository<Purchase,Lo... | UTF-8 | Java | 392 | java | PurchaseRepository.java | Java | [] | null | [] | package com.neicake.cafeapp.dao;
import com.neicake.cafeapp.domain.Purchase;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Date;
import java.util.List;
@Repository
public interface PurchaseRepository extends JpaRepository<Purchase,Lo... | 392 | 0.818878 | 0.818878 | 15 | 25.133333 | 25.729015 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
1e5fdd247b11ff1524ab8a2647400b546bfd7e9a | 30,142,080,510,066 | f909ec612f17254be491c3ef9cdc1f0b186e8daf | /springboot_plugin/springboot_bootshiro/src/main/java/com/usthe/bootshiro/dao/AuthUserRoleMapper.java | 548b04efc740d858e24df882e894db04353aada4 | [
"MIT"
] | permissive | kingking888/jun_java_plugin | https://github.com/kingking888/jun_java_plugin | 8853f845f242ce51aaf01dc996ed88784395fd83 | f57e31fa496d488fc96b7e9bab3c245f90db5f21 | refs/heads/master | 2023-06-04T19:30:29.554000 | 2021-06-24T17:19:55 | 2021-06-24T17:19:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.usthe.bootshiro.dao;
import com.usthe.bootshiro.domain.bo.AuthUserRole;
import org.springframework.dao.DataAccessException;
public interface AuthUserRoleMapper {
int deleteByPrimaryKey(Integer id) throws DataAccessException;
int insert(AuthUserRole record) throws DataAccessException;
int in... | UTF-8 | Java | 700 | java | AuthUserRoleMapper.java | Java | [] | null | [] | package com.usthe.bootshiro.dao;
import com.usthe.bootshiro.domain.bo.AuthUserRole;
import org.springframework.dao.DataAccessException;
public interface AuthUserRoleMapper {
int deleteByPrimaryKey(Integer id) throws DataAccessException;
int insert(AuthUserRole record) throws DataAccessException;
int in... | 700 | 0.83 | 0.83 | 21 | 32.380951 | 32.926289 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 3 |
4cb9fc5a366fbc42654c0533a31623972aa1b807 | 21,534,966,027,838 | ea60e6632091c409ef2ee87090e7a4b4f4ae0b24 | /src/main/java/edu/samir/pizza2nice/model/PizzaSize.java | 96b471223e0ff64833292558b34a2d27c3be7beb | [] | no_license | samirguemri/pizza2nice | https://github.com/samirguemri/pizza2nice | 3b54e691e40802d9ea99f067bec1a4a3de0d4c14 | 83e352c9a1ebf013cd072d87f77b2f1310c0b35c | refs/heads/master | 2022-12-17T08:41:02.408000 | 2020-09-07T20:43:10 | 2020-09-07T20:43:10 | 293,947,532 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.samir.pizza2nice.model;
public enum PizzaSize {
SMALL,
MEDIUM,
FAMILY;
}
| UTF-8 | Java | 98 | java | PizzaSize.java | Java | [] | null | [] | package edu.samir.pizza2nice.model;
public enum PizzaSize {
SMALL,
MEDIUM,
FAMILY;
}
| 98 | 0.673469 | 0.663265 | 7 | 13 | 11.426785 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 3 |
11c8287445b6099442e3c267684881cd0e5010a5 | 24,730,421,719,197 | f520d805507efce8f4cae7a99521e0dbad5d216a | /src/main/java/co/uk/silvania/cities/food/blocks/bushes/BlockSeaweedBush.java | bfc9feb54b94504604cdada4c84a9bc0df07b106 | [] | no_license | Fureniku/FlenixCitiesFood | https://github.com/Fureniku/FlenixCitiesFood | e5ffba1884db644c4c9ba6367899d5b58a88ab0e | 1bb70935f1ae236794a0c6f6a1981291945e2d2b | refs/heads/master | 2021-05-30T05:06:00.414000 | 2015-11-30T20:07:20 | 2015-11-30T20:07:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.uk.silvania.cities.food.blocks.bushes;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft... | UTF-8 | Java | 4,107 | java | BlockSeaweedBush.java | Java | [] | null | [] | package co.uk.silvania.cities.food.blocks.bushes;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft... | 4,107 | 0.59849 | 0.584368 | 119 | 33.512604 | 30.859091 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.109244 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.