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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
928647b1184d73df5701fe8d62f1df167773f815 | 3,685,081,986,966 | 3af8d729e82e10196ab187c557c2e090eea849df | /src/main/java/shadowmaster435/the_beginning/blockentity/portalentity.java | acb98f1c8ad6c06f9a330b171e79a0889d74008a | [
"MIT"
] | permissive | shadowmaster435/The_Beginning_Remaster | https://github.com/shadowmaster435/The_Beginning_Remaster | ecde9419e1ce84110958d294e1d9a2c5f460d444 | 5fa37920d2571e3caeab53729fabc419cb2f8f7e | refs/heads/master | 2023-05-14T02:37:00.653000 | 2021-06-07T21:39:52 | 2021-06-07T21:39:52 | 309,817,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shadowmaster435.the_beginning.blockentity;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.util.math.Direction;
import shadowmaster435.the_beginning.registry.TBBlocks;
public class portalentity extends BlockEntity {
... | UTF-8 | Java | 531 | java | portalentity.java | Java | [] | null | [] | package shadowmaster435.the_beginning.blockentity;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.util.math.Direction;
import shadowmaster435.the_beginning.registry.TBBlocks;
public class portalentity extends BlockEntity {
... | 531 | 0.764595 | 0.753296 | 19 | 26.947369 | 20.671551 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 14 |
e10425d48e6f3cd67f1649f36c04ad591f0dc35d | 35,820,027,270,120 | 23cdefd4d37e0a5e0039b11aca906045e0643f88 | /GoNature Server/src/Server/EchoServer.java | 7ee47bf58b708e456e227a20b7316f28b4470ea0 | [] | no_license | Tal-Langer/GoNature-Server | https://github.com/Tal-Langer/GoNature-Server | ebcd4a5b0eaf52a8ca84b66a0038da9ccca3b906 | f50480679d4dd107fd80b32f4c9f5bd6badf95ef | refs/heads/master | 2023-02-11T02:45:41.835000 | 2021-01-11T10:30:46 | 2021-01-11T10:30:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // This file contains material supporting section 3.7 of the textbook:
// "Object Oriented Software Engineering" and is issued under the open-source
// license found at www.lloseng.com
package Server;
import java.io.*;
import SqlConnector.*;
import src.ocsf.server.AbstractServer;
import src.ocsf.server.ConnectionToCl... | UTF-8 | Java | 25,156 | java | EchoServer.java | Java | [
{
"context": "more functionality to the server.\n *\n * @author Dr Timothy C. Lethbridge\n * @author Dr Robert Laganière\n * @author ",
"end": 1073,
"score": 0.9998924732208252,
"start": 1052,
"tag": "NAME",
"value": "Timothy C. Lethbridge"
},
{
"context": "\n * @author Dr Tim... | null | [] | // This file contains material supporting section 3.7 of the textbook:
// "Object Oriented Software Engineering" and is issued under the open-source
// license found at www.lloseng.com
package Server;
import java.io.*;
import SqlConnector.*;
import src.ocsf.server.AbstractServer;
import src.ocsf.server.ConnectionToCl... | 25,116 | 0.638536 | 0.629949 | 859 | 28.285215 | 22.306917 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.847497 | false | false | 14 |
12476576d96589905ab3a8d8e7c50d120d31d62c | 2,740,189,187,361 | 005814f84c4b95dc361ddbf8815ebf7d9f0fdd9d | /src/sale/xiao/test/TestService.java | 09ae7b7029e482010a5e618d05b3f63f27968729 | [] | no_license | tanxiujiang/saleSystem | https://github.com/tanxiujiang/saleSystem | 90bc9e3096a406cb1a447255b4c4a3c12bbe9091 | ff1f3cba42b6f56637613d75fe62a40591b68c40 | refs/heads/master | 2020-12-02T07:22:03.240000 | 2015-04-15T11:06:23 | 2015-04-15T11:06:23 | 32,172,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sale.xiao.test;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext... | UTF-8 | Java | 1,211 | java | TestService.java | Java | [
{
"context": "(){\n\t\t//System.out.println(adminService.sayHello(\"harry\"));\n\t}\n\t\n\t\n\t@Test\n\tpublic void TestAdminService()",
"end": 898,
"score": 0.9351804256439209,
"start": 893,
"tag": "NAME",
"value": "harry"
}
] | null | [] | package sale.xiao.test;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext... | 1,211 | 0.818332 | 0.815855 | 35 | 33.599998 | 32.690933 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.914286 | false | false | 14 |
5bc3ca04c28f933faf21e25c10e8a294cc808a3d | 5,188,320,531,133 | 14ee7c376b7b3c619c0b21762802b7627ef5a72e | /src/broadcastService/SpanningTree.java | 1fc7f62a915d786e88755b720e62ea2f915449fa | [] | no_license | achutkiran/AOS-P1 | https://github.com/achutkiran/AOS-P1 | 63b78a4517b719d114c132c512f51d740a97a034 | ec42406d61bcd34216368b40332df5fe3ef4ed3b | refs/heads/master | 2021-01-23T17:55:19.502000 | 2017-09-08T01:59:19 | 2017-09-08T01:59:19 | 102,778,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package broadcastService;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.LinkedList;
public class SpanningTree {
public void spannin... | UTF-8 | Java | 3,575 | java | SpanningTree.java | Java | [] | null | [] | package broadcastService;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.LinkedList;
public class SpanningTree {
public void spannin... | 3,575 | 0.682238 | 0.68028 | 128 | 26.914063 | 22.483337 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.203125 | false | false | 14 |
23259ca6ce686ef6bc2d20158eda17d7e301a50a | 32,186,484,963,798 | 68b275a3dfc8c3af5868a23710f0d8353414e6e1 | /src/main/java/com/ifi/service/UserProfileService.java | e3144bf0a09d93cc3e1d4d8c922bfc23f1996b8e | [] | no_license | lkintheend/lkintheend-blog-backend | https://github.com/lkintheend/lkintheend-blog-backend | 82ebde0b53a6c21e25c786f4b80cad3ec981692b | 3428814ef882278d358ef45af91994cfe0e426b4 | refs/heads/master | 2020-03-30T09:12:13.641000 | 2018-10-01T09:35:50 | 2018-10-01T09:35:50 | 151,065,230 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 2018-10-01 ( Date ISO 2018-10-01 - Time 16:29:46 )
* Generated by Telosys ( http://www.telosys.org/ ) version 3.0.0
*/
package com.ifi.service;
import com.ifi.entity.UserProfile;
import java.util.List;
public interface UserProfileService {
public UserProfile getOne(Integer id);
public List<UserP... | UTF-8 | Java | 535 | java | UserProfileService.java | Java | [] | null | [] | /*
* Created on 2018-10-01 ( Date ISO 2018-10-01 - Time 16:29:46 )
* Generated by Telosys ( http://www.telosys.org/ ) version 3.0.0
*/
package com.ifi.service;
import com.ifi.entity.UserProfile;
import java.util.List;
public interface UserProfileService {
public UserProfile getOne(Integer id);
public List<UserP... | 535 | 0.757009 | 0.71028 | 23 | 22.26087 | 23.008915 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 14 |
a7cc7dcdbf3dc3faf2dc88764be64349fcf98f29 | 12,438,225,352,336 | b1ed5d1056671a26f60476aa7d0676b3f95b73c8 | /ping-pong/src/main/java/org/dan/ping/pong/sys/db/converters/num/CidConverter.java | bae2b285bb7903d896f610d4ed14a1cb612055d5 | [] | no_license | yaitskov/ping-pong | https://github.com/yaitskov/ping-pong | 8b339cc4b0fbf5561fb87eeace248c3de7afaffe | d4d88c70c15f74b56c9161cf6791f6dd023e3ed4 | refs/heads/master | 2022-06-27T00:54:04.679000 | 2018-07-22T12:45:56 | 2018-07-22T12:45:56 | 96,780,470 | 0 | 0 | null | false | 2022-06-21T00:48:18 | 2017-07-10T13:26:48 | 2018-07-22T12:54:38 | 2022-06-21T00:48:15 | 4,146 | 0 | 0 | 5 | Java | false | false | package org.dan.ping.pong.sys.db.converters.num;
import org.dan.ping.pong.app.category.Cid;
import org.jooq.types.UByte;
public class CidConverter extends UByteConverter<Cid> {
@Override
protected Cid fromNonNull(UByte u) {
return new Cid(u.intValue());
}
@Override
public String overflowM... | UTF-8 | Java | 458 | java | CidConverter.java | Java | [] | null | [] | package org.dan.ping.pong.sys.db.converters.num;
import org.dan.ping.pong.app.category.Cid;
import org.jooq.types.UByte;
public class CidConverter extends UByteConverter<Cid> {
@Override
protected Cid fromNonNull(UByte u) {
return new Cid(u.intValue());
}
@Override
public String overflowM... | 458 | 0.659389 | 0.659389 | 21 | 20.809525 | 17.991053 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
bddfe9e3d525c7fd65aba593325e916e0021284c | 38,706,245,276,958 | ca0afa96dfcb402604b65075c82ce6ea3fd15b14 | /src/main/java/com/pangpang/mvnbook/generic/Rectangle.java | 720a798e0165f22047aeaad950124395aaea9db0 | [] | no_license | leewake/hello-world | https://github.com/leewake/hello-world | f9ecdce565bf857a085168ad391b43124b388930 | 1ef2c80847ca88e4f391c5494dcf6bbd0b6cb3cd | refs/heads/master | 2021-01-10T09:15:53.021000 | 2017-11-28T02:37:27 | 2017-11-28T02:37:27 | 55,144,011 | 0 | 0 | null | false | 2016-03-31T11:21:26 | 2016-03-31T11:02:44 | 2016-03-31T11:02:44 | 2016-03-31T11:21:25 | 0 | 0 | 0 | 0 | null | null | null | package com.pangpang.mvnbook.generic;
/**
* Created by Administrator on 2017/6/15 0015.
*/
public class Rectangle<T> {
private T length;
private T width;
public Rectangle(T length, T width) {
this.length = length;
this.width = width;
}
public T getLength() {
... | UTF-8 | Java | 921 | java | Rectangle.java | Java | [
{
"context": "om.pangpang.mvnbook.generic;\r\n\r\n/**\r\n * Created by Administrator on 2017/6/15 0015.\r\n */\r\npublic class Rectangle<T",
"end": 73,
"score": 0.5816255211830139,
"start": 60,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.pangpang.mvnbook.generic;
/**
* Created by Administrator on 2017/6/15 0015.
*/
public class Rectangle<T> {
private T length;
private T width;
public Rectangle(T length, T width) {
this.length = length;
this.width = width;
}
public T getLength() {
... | 921 | 0.565689 | 0.549403 | 43 | 19.418604 | 19.007015 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395349 | false | false | 14 |
9400d24ed6e6e3f9e65d8bc936ec8120faae195f | 4,063,039,120,921 | 4fa4bc50529b87dfdc458fdc85878c733436aef0 | /HomeWork/Task18/Program.java | e1146b8afe9e2d6caa3c1dc1f901fe934a3eaf75 | [] | no_license | RinataGibaeva/JAVA_IT_PARK_WORK_2 | https://github.com/RinataGibaeva/JAVA_IT_PARK_WORK_2 | d00898a9be69fcaab2776d7842b70878b41c1d26 | 9d0fbc61a8b6fbe616d3f6a0385055fc93692919 | refs/heads/master | 2021-01-25T10:50:00.231000 | 2017-06-12T19:57:51 | 2017-06-12T19:57:51 | 93,881,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class Program {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("enter size array: ");
int n = scanner.nextInt();
int[] x = new int[n];
System.out.println("enter array: ");
for (int i = 0; i < n; i++) {
x[i] = scan... | UTF-8 | Java | 744 | java | Program.java | Java | [] | null | [] | import java.util.Scanner;
class Program {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("enter size array: ");
int n = scanner.nextInt();
int[] x = new int[n];
System.out.println("enter array: ");
for (int i = 0; i < n; i++) {
x[i] = scan... | 744 | 0.466398 | 0.461022 | 40 | 17.625 | 13.723497 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.125 | false | false | 14 |
0158e7d01a930340f79f4cd742afebac0911b8c4 | 18,760,417,216,358 | f3a9be9af403dd71a7a9c1a67558bcfe8ffb35e6 | /src/Controle/ControleFornecedor.java | 42b6d99bf53d881453b700da3fdf638e453b168a | [] | no_license | guilhermegbm/GreenBuy | https://github.com/guilhermegbm/GreenBuy | 49eb9eb271e36e6dd8c4b7e97f7ee8e643d8ebf8 | 357450af4471f0026fbde64041e950f0a2e271d5 | refs/heads/master | 2021-01-23T06:10:52.259000 | 2020-02-08T18:59:34 | 2020-02-08T18:59:34 | 86,343,138 | 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 Controle;
import Modelo.BEAN.Fornecedor;
import Modelo.SQL.FornecedorSql;
import java.util.List;
import java.util.Se... | UTF-8 | Java | 2,808 | java | ControleFornecedor.java | Java | [
{
"context": "tence.PersistenceException;\r\n\r\n/**\r\n *\r\n * @author Guilherme\r\n */\r\npublic class ControleFornecedor {\r\n \r\n ",
"end": 403,
"score": 0.9129189252853394,
"start": 394,
"tag": "NAME",
"value": "Guilherme"
}
] | 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 Controle;
import Modelo.BEAN.Fornecedor;
import Modelo.SQL.FornecedorSql;
import java.util.List;
import java.util.Se... | 2,808 | 0.713319 | 0.713319 | 83 | 31.831326 | 32.156925 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301205 | false | false | 14 |
67685f73b3ec125369bf1c70a44db55ac827de87 | 22,677,427,325,469 | 93c4194706a13e2a989d9dc6706a7a8b69bfcdd2 | /src/test/java/com/finance/homework/unitTests/domain/modelTests/ExtentionEntityTests.java | aa2c44509a9247fe566e29a8cf64ad7857be24e9 | [] | no_license | nislamovs/4finance_hw | https://github.com/nislamovs/4finance_hw | d77e9546759482d66e449ec52e6446c2ca5975c6 | 6627fe12e3d71e71c82990129b2a076a5a4f7cbb | refs/heads/master | 2020-05-25T16:19:08.464000 | 2019-10-24T23:41:25 | 2019-10-24T23:41:25 | 187,884,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.finance.homework.unitTests.domain.modelTests;
import com.finance.homework.model.ExtentionEntity;
import com.finance.homework.model.LoanEntity;
import org.junit.Test;
import java.util.Arrays;
import static com.finance.homework.testHelperClasses.AuxTestMethodsFactory.hasFieldsWithNullValues;
import static... | UTF-8 | Java | 2,063 | java | ExtentionEntityTests.java | Java | [] | null | [] | package com.finance.homework.unitTests.domain.modelTests;
import com.finance.homework.model.ExtentionEntity;
import com.finance.homework.model.LoanEntity;
import org.junit.Test;
import java.util.Arrays;
import static com.finance.homework.testHelperClasses.AuxTestMethodsFactory.hasFieldsWithNullValues;
import static... | 2,063 | 0.749879 | 0.740669 | 59 | 33.966103 | 30.868757 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576271 | false | false | 14 |
d59e8012ee7684beb54bdd3f47fc5de93705a5a9 | 8,117,488,238,234 | 4647fbefbc3f3e4dae670518924c8f350916d407 | /org.neclipse.graphiti.struts2editor/src/org/neclipse/gef/struts2editor/model/rewrite/S2Bean.java | 8966224c95388edd2bc33852924ad06d0656564c | [] | no_license | nbhusare/GEF-Editor | https://github.com/nbhusare/GEF-Editor | 4a3380b929e885492df84bced7306527fbe90d80 | 67d56780156f7e8514dcf07312a624bd980bf236 | refs/heads/master | 2020-01-23T00:12:16.279000 | 2013-10-02T18:58:33 | 2013-10-02T18:58:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package org.neclipse.gef.struts2editor.model.rewrite;
/**
* @author nbhusare
*
*/
public class S2Bean extends S2Model implements IS2Bean {
/**
*
*/
private static final long serialVersionUID = 1L;
/* (non-Javadoc)
* @see org.neclipse.gef.struts2editor.model.rewrite.IS2Bean#getBClass()
*/
... | UTF-8 | Java | 2,190 | java | S2Bean.java | Java | [
{
"context": "e.gef.struts2editor.model.rewrite;\n\n/**\n * @author nbhusare\n *\n */\npublic class S2Bean extends S2Model implem",
"end": 90,
"score": 0.9902410507202148,
"start": 82,
"tag": "USERNAME",
"value": "nbhusare"
}
] | null | [] | /**
*
*/
package org.neclipse.gef.struts2editor.model.rewrite;
/**
* @author nbhusare
*
*/
public class S2Bean extends S2Model implements IS2Bean {
/**
*
*/
private static final long serialVersionUID = 1L;
/* (non-Javadoc)
* @see org.neclipse.gef.struts2editor.model.rewrite.IS2Bean#getBClass()
*/
... | 2,190 | 0.7 | 0.688584 | 107 | 19.467289 | 23.667999 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.943925 | false | false | 14 |
21cab3a887bdfd4d50887270da8d106310cf213d | 32,006,096,352,419 | 418a16477a444a1565c8ede844b2e5d98847d999 | /intranet-calendar-bita-portlet/docroot/WEB-INF/src/com/intranet/agbar/service/service/persistence/CalTipologiaPersistenceImpl.java | f624390c47dc4d1621d7ab44ad7573031bc0c756 | [] | no_license | SanDiegoBeck/intranet-dev | https://github.com/SanDiegoBeck/intranet-dev | 1f7a61918d2fe9b856ca29261f3511e6dc43e1a0 | 0ce37426ec1bb39ac2e41cff446c0637b7bd67e4 | refs/heads/master | 2016-09-10T09:12:02.925000 | 2014-06-11T10:22:09 | 2014-06-11T10:22:09 | 32,135,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | UTF-8 | Java | 21,653 | java | CalTipologiaPersistenceImpl.java | Java | [
{
"context": "ode>portal.properties</code>\n * </p>\n *\n * @author siconet\n * @see CalTipologiaPersistence\n * @see CalTipolo",
"end": 2553,
"score": 0.9994685053825378,
"start": 2546,
"tag": "USERNAME",
"value": "siconet"
}
] | null | [] | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | 21,653 | 0.748949 | 0.74798 | 647 | 32.468315 | 37.922012 | 399 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.027821 | false | false | 14 |
4cc7b31cfbc46d90d2e053d0e6a049ab3a3157e1 | 20,383,914,841,514 | b1e1080a843dc9d1528173587a050d4a2466d777 | /IMMockup/src/mx/kennyeni/immockup/Messages.java | f9201b38e69ba96ba6b10062cc99c7ff20dbc744 | [] | no_license | kennyeni/immockup | https://github.com/kennyeni/immockup | 92a40a85ae731cb28c919d51b9aa7f2957c08ea4 | d8d14abd19a48369ea6d20041b4effa7a7deefa9 | refs/heads/master | 2020-12-24T13:35:43.351000 | 2014-03-22T19:43:48 | 2014-03-22T19:43:48 | 32,117,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.kennyeni.immockup;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.Activity;
import android.app.DialogFragment;
import android.app.ListActivity;
import android.content.Intent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Ar... | UTF-8 | Java | 2,851 | java | Messages.java | Java | [] | null | [] | package mx.kennyeni.immockup;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.Activity;
import android.app.DialogFragment;
import android.app.ListActivity;
import android.content.Intent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Ar... | 2,851 | 0.706068 | 0.706068 | 102 | 26.950981 | 20.323549 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.137255 | false | false | 14 |
ab400061a17f5577958d19e8a533deab55b36080 | 16,716,012,729,949 | 257d217f2651055343ea9a7ebbde46dcd80ea656 | /BDD.java | 9fe7ff5d02923dbbce8b8df4d46836714dcae967 | [] | no_license | rosadsky/binary-decision-diagram | https://github.com/rosadsky/binary-decision-diagram | b371a85824d931be831bff3d3fc8ee3affcf4562 | 1b557ef7bf49b00cc9fcf157125ef465f055c4a1 | refs/heads/main | 2023-05-03T06:06:11.458000 | 2021-05-23T18:09:14 | 2021-05-23T18:09:14 | 360,167,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.omg.Messaging.SYNC_WITH_TRANSPORT;
import java.util.ArrayList;
public class BDD {
Node root;
int pocetPremennych;
int pocetNodes = 0;
public BDD() {
// System.out.println("Vytvoreny BDD");
}
public BDD bddcreate(String vektor) {
int velkostBDD = 0;
int v... | UTF-8 | Java | 5,101 | java | BDD.java | Java | [] | null | [] | import org.omg.Messaging.SYNC_WITH_TRANSPORT;
import java.util.ArrayList;
public class BDD {
Node root;
int pocetPremennych;
int pocetNodes = 0;
public BDD() {
// System.out.println("Vytvoreny BDD");
}
public BDD bddcreate(String vektor) {
int velkostBDD = 0;
int v... | 5,101 | 0.52396 | 0.520594 | 178 | 27.370787 | 28.507591 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567416 | false | false | 14 |
687d95a23283230fcfeceddb4f0834c038a78b67 | 10,093,173,205,848 | cfd1d380bc94a9b7eae45b44d453cb905af1e24a | /src/geometry/Game.java | 905ae61647693a794b872b73cc625fa34fb528ab | [] | no_license | AlexChanson/chaos_game | https://github.com/AlexChanson/chaos_game | 6b8f7da0012d61598ee3bb5c1b456dcdb4973052 | b81df272e3e3f8a3ca36b460fd25dfa3f74917d5 | refs/heads/master | 2021-07-06T19:14:19.929000 | 2017-09-25T13:29:40 | 2017-09-25T13:29:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package geometry;
import utility.Rand;
import utility.State;
import java.util.HashSet;
import java.util.function.BiFunction;
import java.util.function.Function;
public class Game {
private Vector[] startingPoints;
private HashSet<Vector> otherPoints;
private double width, height;
private double fract... | UTF-8 | Java | 2,206 | java | Game.java | Java | [] | null | [] | package geometry;
import utility.Rand;
import utility.State;
import java.util.HashSet;
import java.util.function.BiFunction;
import java.util.function.Function;
public class Game {
private Vector[] startingPoints;
private HashSet<Vector> otherPoints;
private double width, height;
private double fract... | 2,206 | 0.616954 | 0.615594 | 74 | 28.81081 | 25.102318 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756757 | false | false | 14 |
39f1c6078e8083a41f25dee4d32e32581de49848 | 1,795,296,330,886 | ae33a6af238561b431f75ea747bc809d36f9f8ea | /Dynamic-Reminder/src/Model/PossibleHours.java | b327375fed27f3d7a550ee88b91765e2a00bc4bf | [] | no_license | corneliaskold/Dynamic-Reminder | https://github.com/corneliaskold/Dynamic-Reminder | 900378832255d18fb4b16e1a59d60cfd178494df | 98b2a61c1ffd2fd9da956759d52dea40f6b9ed02 | refs/heads/master | 2021-04-24T04:05:10.752000 | 2020-03-27T08:59:12 | 2020-03-27T08:59:12 | 250,073,964 | 1 | 1 | null | false | 2020-03-27T08:36:02 | 2020-03-25T19:36:55 | 2020-03-27T08:13:58 | 2020-03-27T08:36:01 | 24 | 1 | 1 | 0 | Java | false | false | package Model;
import java.time.LocalTime;
import java.util.Calendar;
import java.util.Date;
/**
* Stores the hours possible, for a task to be done, in an array.
* @author Hanna My Jansson
* @version 1.0
*/
public class PossibleHours {
private boolean whenever;
private TimeInterval[] intervals;
privat... | UTF-8 | Java | 2,621 | java | PossibleHours.java | Java | [
{
"context": "le, for a task to be done, in an array.\n * @author Hanna My Jansson\n * @version 1.0\n */\npublic class PossibleHours {\n",
"end": 192,
"score": 0.9997048377990723,
"start": 176,
"tag": "NAME",
"value": "Hanna My Jansson"
}
] | null | [] | package Model;
import java.time.LocalTime;
import java.util.Calendar;
import java.util.Date;
/**
* Stores the hours possible, for a task to be done, in an array.
* @author <NAME>
* @version 1.0
*/
public class PossibleHours {
private boolean whenever;
private TimeInterval[] intervals;
private int free... | 2,611 | 0.615795 | 0.613506 | 100 | 25.209999 | 21.404343 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47 | false | false | 14 |
7d9c0dd7f9371bd6ec204208e1637b812988c592 | 20,770,461,883,791 | 359d02f63fba5a8beb6b09e883d441cf6196aed1 | /app/src/main/java/pb/mytudu/api_response/AuthResponse.java | 634a4ab6c4b8e8abb599b3d5f8883562e169f20c | [] | no_license | naw2nd/Bergerak | https://github.com/naw2nd/Bergerak | 31c916c2742d7964031c95232e735c4d4fc2319a | bcc85d3ec7e7d2398a25d684c7236c0daf309aa9 | refs/heads/main | 2023-02-12T20:16:01.319000 | 2021-01-15T06:58:11 | 2021-01-15T06:58:11 | 294,271,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pb.mytudu.api_response;
public class AuthResponse {
public String accessToken;
}
| UTF-8 | Java | 94 | java | AuthResponse.java | Java | [] | null | [] | package pb.mytudu.api_response;
public class AuthResponse {
public String accessToken;
}
| 94 | 0.765957 | 0.765957 | 5 | 17.799999 | 14.190138 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
819abbf7005f026ef5544ce2fcce4d343ef16080 | 2,422,361,619,035 | 180866b1a5224a313bc0d9f70ef085eca05ca58f | /Libraries/Core/src/main/java/com/cqwo/xxx/core/sms/ISMSStrategy.java | 12e48e59d5392a76d8fc801f4eab35d4b1f3b68d | [] | no_license | cqingwo/baseos | https://github.com/cqingwo/baseos | eddd1ea89fd808d84a9e37c7a33e5ec8ca0dc692 | 7add95ee869bbb9c58a7735a8928f2c781634b56 | refs/heads/master | 2021-06-20T03:08:09.468000 | 2019-08-27T14:18:44 | 2019-08-27T14:18:44 | 145,635,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* * Copyright (C) 2017.
* * 用于JAVA项目开发
* * 重庆青沃科技有限公司 版权所有
* * Copyright (C) 2017. CqingWo Systems Incorporated. All rights reserved.
*
*/
package com.cqwo.xxx.core.sms;
import com.cqwo.xxx.core.domain.sms.SMSInfo;
/**
* Created by cqnews on 2017/3/20.
*/
public interface ISMSStrategy {
/*... | UTF-8 | Java | 1,021 | java | ISMSStrategy.java | Java | [
{
"context": "wo.xxx.core.domain.sms.SMSInfo;\n\n/**\n * Created by cqnews on 2017/3/20.\n */\npublic interface ISMSStrategy {",
"end": 261,
"score": 0.9994776248931885,
"start": 255,
"tag": "USERNAME",
"value": "cqnews"
}
] | null | [] | /*
*
* * Copyright (C) 2017.
* * 用于JAVA项目开发
* * 重庆青沃科技有限公司 版权所有
* * Copyright (C) 2017. CqingWo Systems Incorporated. All rights reserved.
*
*/
package com.cqwo.xxx.core.sms;
import com.cqwo.xxx.core.domain.sms.SMSInfo;
/**
* Created by cqnews on 2017/3/20.
*/
public interface ISMSStrategy {
/*... | 1,021 | 0.562427 | 0.544924 | 52 | 15.480769 | 17.848175 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192308 | false | false | 14 |
c429c891ad65df254564b2c0c7e29a5da8fbe13d | 32,985,348,841,837 | 7a40c5b4af5db86faa4f3cf2437ac8d06b3a982e | /sxshop-api/src/main/java/com/sanxia/common/core/dao/BaseDao.java | 46ea3bcae1325960c24d3d72a99cf8e3880c8d11 | [] | no_license | 691367631/sanxiam | https://github.com/691367631/sanxiam | 769495a7b647d2fa3204b10d6b990ff3daeaca72 | da953cd7c7491b7252bca6044138560f448f5ccf | refs/heads/master | 2020-04-14T10:36:50.553000 | 2019-01-02T06:32:00 | 2019-01-02T06:32:00 | 163,791,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.sanxia.common.core.dao;
import java.util.List;
import java.util.Map;
/**
* 鏁版嵁璁块棶灞傚熀纭�敮鎾戞帴鍙�
*
*/
public interface BaseDao<T> {
/**
* 鍑芥暟鍔熻兘璇存槑 锛氬崟鏉℃彃鍏ユ暟鎹� 淇敼鑰呭悕瀛楋細zgn
*
* @鍙傛暟锛欯param entity
* @鍙傛暟锛欯return
* @return锛歩nt
* @throws
*/
int insertOne(T en... | UTF-8 | Java | 2,571 | java | BaseDao.java | Java | [] | null | [] |
package com.sanxia.common.core.dao;
import java.util.List;
import java.util.Map;
/**
* 鏁版嵁璁块棶灞傚熀纭�敮鎾戞帴鍙�
*
*/
public interface BaseDao<T> {
/**
* 鍑芥暟鍔熻兘璇存槑 锛氬崟鏉℃彃鍏ユ暟鎹� 淇敼鑰呭悕瀛楋細zgn
*
* @鍙傛暟锛欯param entity
* @鍙傛暟锛欯return
* @return锛歩nt
* @throws
*/
int insertOne(T en... | 2,571 | 0.533515 | 0.533515 | 106 | 16.301888 | 16.601416 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.179245 | false | false | 14 |
6cc7828133ab13228b8558792812d4f0d5301dd2 | 3,891,240,412,698 | 701f67a9a463507629a28396ed783440bb8480ca | /basic_ui/src/main/java/com/zemin/basic_ui/heartview/HeartView.java | 94ed2beae1932c7bce15a7451617e423a026f753 | [] | no_license | maozemin666/WanWandroid | https://github.com/maozemin666/WanWandroid | f5f02fea8d319f601dc53fd2bc9b6a3df6a1176e | cab87d7992ab06ef3fdc382b021229e0651b97bf | refs/heads/master | 2023-05-07T16:44:21.236000 | 2021-05-27T10:00:41 | 2021-05-27T10:00:41 | 280,797,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zemin.basic_ui.heartview;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import androidx.annotation.Nulla... | UTF-8 | Java | 3,573 | java | HeartView.java | Java | [
{
"context": "able;\n\n/**\n * @Date 2020/10/9 20:38\n * @Created by zemin\n */\npublic class HeartView extends View {\n pri",
"end": 375,
"score": 0.9991143345832825,
"start": 370,
"tag": "USERNAME",
"value": "zemin"
}
] | null | [] | package com.zemin.basic_ui.heartview;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import androidx.annotation.Nulla... | 3,573 | 0.643717 | 0.620767 | 118 | 29.279661 | 24.006315 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.855932 | false | false | 14 |
43ad1adb0659e4ab783df8e52e9a8b877eec9799 | 7,009,386,676,788 | fb4f577ef3d42e48005f9d89a8e5220bcb3232af | /JUnit/Conditionals 8-14/Conditionals8-14/src/test/java/com/mycompany/conditionals8/Conditionals9Test.java | 144082592a4b93405a4aff519072146bf777ef17 | [] | no_license | josephrohwer/SWGuild | https://github.com/josephrohwer/SWGuild | 5f891792363b99ce0a7846e792c9ff4c2f14c4c9 | 56f2e0636bbf26d7079e8a64ca234f4f75c8d3f5 | refs/heads/master | 2021-01-17T07:23:33.727000 | 2018-03-05T18:15:56 | 2018-03-05T18:15:56 | 73,405,393 | 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 com.mycompany.conditionals8;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Be... | UTF-8 | Java | 1,726 | java | Conditionals9Test.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author josephrohwer\n */\npublic class Conditionals9Test {\n\n public ",
"end": 419,
"score": 0.9991433620452881,
"start": 407,
"tag": "USERNAME",
"value": "josephrohwer"
}
] | 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 com.mycompany.conditionals8;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Be... | 1,726 | 0.628621 | 0.61993 | 77 | 21.415585 | 19.35207 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38961 | false | false | 14 |
b511d222ca1ff5c84a16a126497311032dac612b | 10,703,058,503,232 | 77dacb8f6d47eb7b6f5d6bb2d8a6abcc34ecf76b | /xc-service-manage-cms-client/src/main/java/com/xuecheng/cms/client/config/RabbitmqConfig.java | f3b3ed1ae64c71c58a49d913102f9913f200a049 | [] | no_license | SxunS/xc | https://github.com/SxunS/xc | d4d4194958de03b741f8f86b755fa4d40e036cc1 | 7f9d7f4422b77e968da673dfaf242d398e211a8e | refs/heads/master | 2020-04-05T06:15:11.961000 | 2018-12-06T09:38:46 | 2018-12-06T09:38:46 | 156,631,572 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuecheng.cms.client.config;
import org.springframework.amqp.core.*;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Co... | UTF-8 | Java | 1,664 | java | RabbitmqConfig.java | Java | [] | null | [] | package com.xuecheng.cms.client.config;
import org.springframework.amqp.core.*;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Co... | 1,664 | 0.666878 | 0.666878 | 61 | 24.836065 | 27.296297 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.229508 | false | false | 14 |
e9fdb5f65126f2bf444ec536db3d24f34cd43a79 | 20,332,375,230,914 | 4603b53e1b906a3512300fd7f85d821304c5f250 | /Kooniao/src/com/kooniao/travel/mine/MineFragment.java | 3c062c44e925b8b1f0ab4fe1328cd60450d6910c | [] | no_license | fuhongliang/kooniao | https://github.com/fuhongliang/kooniao | 87fe8f19d98d32de9ba1466e3d2fc0957b4374a6 | 2430ca1c46de08319d65c605f1d083f03f4df87d | refs/heads/master | 2018-02-13T01:20:02.820000 | 2015-06-26T15:42:30 | 2015-06-26T15:42:30 | 43,183,163 | 1 | 0 | null | true | 2015-09-26T00:46:04 | 2015-09-26T00:46:03 | 2015-09-17T12:58:43 | 2015-06-26T15:49:45 | 7,664 | 0 | 0 | 0 | null | null | null | package com.kooniao.travel.mine;
import org.androidannotations.annotations.AfterViews;
import org.androidannotations.annotations.Click;
import org.androidannotations.annotations.EFragment;
import org.androidannotations.annotations.UiThread;
import org.androidannotations.annotations.ViewById;
import org.androida... | UTF-8 | Java | 12,160 | java | MineFragment.java | Java | [
{
"context": "r.core.ImageLoader;\r\n\r\n/**\r\n * 我的\r\n * \r\n * @author ke.wei.quan\r\n * \r\n */\r\n@EFragment(R.layout.fragment_mine)\r\npu",
"end": 1302,
"score": 0.9824371337890625,
"start": 1291,
"tag": "NAME",
"value": "ke.wei.quan"
}
] | null | [] | package com.kooniao.travel.mine;
import org.androidannotations.annotations.AfterViews;
import org.androidannotations.annotations.Click;
import org.androidannotations.annotations.EFragment;
import org.androidannotations.annotations.UiThread;
import org.androidannotations.annotations.ViewById;
import org.androida... | 12,160 | 0.682526 | 0.680427 | 418 | 25.354067 | 22.713507 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.083732 | false | false | 14 |
4ba43316e981cb8ecc1f2f8a974812283b73624f | 27,479,200,762,131 | a718cbdd1300022ed6344b5f4b8b7124bd02c7ab | /Code/Đăng Nhập, Đăng xuất/LoginServlet.java | 90b6f5876495e51ccd8cd313d6513da5f1e693f3 | [] | no_license | MinhDungDo/Proposal-Web-Ban-Hang-Online | https://github.com/MinhDungDo/Proposal-Web-Ban-Hang-Online | e7e4ab6cc4ca87a700f4020b702b4801a6c4180b | da45cfbf2e568c2bb48bf862c491794dd098c26a | refs/heads/master | 2020-12-24T01:43:49.132000 | 2016-07-19T11:58:46 | 2016-07-19T11:58:46 | 60,153,495 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Account.com;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.*;
import java.io.IOException;
public class LoginServlet extends HttpServlet {
public static String getLoginName(HttpServletRequest req, HttpServletResponse resp) {
Cook... | UTF-8 | Java | 5,724 | java | LoginServlet.java | Java | [
{
"context": "on {\r\n String username = req.getParameter(\"username\");\r\n String password = req.getParameter(\"p",
"end": 803,
"score": 0.9992669224739075,
"start": 795,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package Account.com;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.*;
import java.io.IOException;
public class LoginServlet extends HttpServlet {
public static String getLoginName(HttpServletRequest req, HttpServletResponse resp) {
Cook... | 5,724 | 0.454403 | 0.449336 | 135 | 40.400002 | 28.373487 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562963 | false | false | 14 |
def425d7ab51d8ba48a46ccb5e0d44659bca12e2 | 23,124,103,963,853 | 9c1b40072c175b7fc247452429267182dfd879b5 | /src/main/java/com/ecom/listy/util/Category.java | 238aab059d31459f09c323825e2a1613a3331856 | [] | no_license | amostafa88/listy | https://github.com/amostafa88/listy | 5462c34898a3ac442e40d1c357d04eea85dd0262 | 7c5072999676863ac7b02312d1ae3694e859e967 | refs/heads/master | 2021-01-10T21:39:02.857000 | 2015-06-10T09:49:28 | 2015-06-10T09:49:28 | 34,205,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecom.listy.util;
import java.util.List;
public class Category {
private String name_en;
private String name_ar;
private List<Item> items;
@Override
public String toString() {
return "Category [name_en=" + name_en + ", name_ar=" + name_ar
+ ",\n items=" + items + "]";
}
public Str... | UTF-8 | Java | 935 | java | Category.java | Java | [] | null | [] | package com.ecom.listy.util;
import java.util.List;
public class Category {
private String name_en;
private String name_ar;
private List<Item> items;
@Override
public String toString() {
return "Category [name_en=" + name_en + ", name_ar=" + name_ar
+ ",\n items=" + items + "]";
}
public Str... | 935 | 0.626738 | 0.626738 | 75 | 11.466666 | 15.747451 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.08 | false | false | 14 |
94736b24ee86ffc2f435a827878ecb6b1bae7eec | 28,080,496,250,024 | f61fd9f97e137fbe28b2efe2724df5094d74743e | /src/is/nord/dutchess/CodenameDutchess.java | 7fa403bc1bbd2ab594e9cdd7b0ffdb543797337c | [] | no_license | baldurthoremilsson/Codename-Dutchess | https://github.com/baldurthoremilsson/Codename-Dutchess | 08da8c2d64e3c24b041a09b38ba2d5412b1b5ee0 | 47096724d4cd58db110f119a475441764ef44e5e | refs/heads/master | 2021-01-10T22:06:30.931000 | 2010-11-30T14:43:39 | 2010-11-30T14:43:39 | 945,999 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.nord.dutchess;
import org.anddev.andengine.audio.music.Music;
import org.anddev.andengine.audio.music.MusicFactory;
import org.anddev.andengine.audio.sound.Sound;
import org.anddev.andengine.audio.sound.SoundFactory;
import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.camera.Bound... | UTF-8 | Java | 12,255 | java | CodenameDutchess.java | Java | [
{
"context": "icroedition.khronos.opengles.GL10;\n\n/**\n * @author Hopur eitt\n */\npublic class CodenameDutchess extends BaseGam",
"end": 3342,
"score": 0.9998874664306641,
"start": 3332,
"tag": "NAME",
"value": "Hopur eitt"
}
] | null | [] | package is.nord.dutchess;
import org.anddev.andengine.audio.music.Music;
import org.anddev.andengine.audio.music.MusicFactory;
import org.anddev.andengine.audio.sound.Sound;
import org.anddev.andengine.audio.sound.SoundFactory;
import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.camera.Bound... | 12,251 | 0.768258 | 0.761077 | 332 | 35.912651 | 26.235064 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.13253 | false | false | 14 |
af5e65e693aa8c1b0102f7896783751cc87e00a8 | 28,080,496,250,526 | f85a3ed65fac7523b289f7d75d7e5e057f0f07a5 | /src/controller/CalculateSavingsController.java | 28f37cca284027fcd88b097357372a8a6923b9be | [] | no_license | notdev17/NotApp | https://github.com/notdev17/NotApp | 685de967bfb157cc058337e9d9839c1d47a728d2 | 8b89fb567642869c6be4d7aa3450c24a9d4636ef | refs/heads/master | 2018-11-02T13:07:55.719000 | 2018-08-27T00:10:29 | 2018-08-27T00:10:29 | 112,423,572 | 2 | 2 | null | false | 2017-12-15T16:47:35 | 2017-11-29T03:49:39 | 2017-12-14T15:38:21 | 2017-12-15T16:47:35 | 2,285 | 0 | 0 | 0 | Java | false | null | package controller;
import appliance.Appliance;
import javafx.collections.FXCollections;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.Node;
import javafx.scene.control.Button;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableView;
import javafx.scene.control.Te... | UTF-8 | Java | 4,859 | java | CalculateSavingsController.java | Java | [] | null | [] | package controller;
import appliance.Appliance;
import javafx.collections.FXCollections;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.Node;
import javafx.scene.control.Button;
import javafx.scene.control.TableColumn;
import javafx.scene.control.TableView;
import javafx.scene.control.Te... | 4,859 | 0.677094 | 0.675859 | 139 | 33.956833 | 32.750172 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410072 | false | false | 14 |
87d50c8c0a9cc19ad73c4c80681b8f87e938530b | 15,582,141,386,365 | 742bdf60c71e893fc381bf6327c662e538494392 | /com/google/api/client/util/Objects.java | a567b6f6e7f43355a3693332fce45e96fe6ec981 | [] | no_license | Wenaly/Backdoored-1.7.1-Deobf-Source-Leak | https://github.com/Wenaly/Backdoored-1.7.1-Deobf-Source-Leak | e5cdd27aedb3746515b0462979150ceedd92ff12 | ba682e8a6187b757410abf13515ce5a4a0a552f8 | refs/heads/master | 2023-05-05T23:56:50.152000 | 2019-11-19T14:49:45 | 2019-11-19T14:49:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.api.client.util;
public final class Objects
{
public static boolean equal(final Object o, final Object o2) {
return com.google.api.client.repackaged.com.google.common.base.Objects.equal(o, o2);
}
public static ToStringHelper toStringHelper(final Object o) {
return ne... | UTF-8 | Java | 428 | java | Objects.java | Java | [] | null | [] | package com.google.api.client.util;
public final class Objects
{
public static boolean equal(final Object o, final Object o2) {
return com.google.api.client.repackaged.com.google.common.base.Objects.equal(o, o2);
}
public static ToStringHelper toStringHelper(final Object o) {
return ne... | 428 | 0.665888 | 0.661215 | 16 | 25.75 | 28.860657 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 14 |
f8232ecc65b351bb2a838a1ff27cb250f06799a8 | 10,557,029,655,890 | 59b9f0e3b190ac3619ef48b6aba71d6c1b9b2e36 | /android/src/com/ingogo/android/webservices/beans/request/IGInitialiseUnknownPassengerRequestBean.java | 174c6d0e6f864a8443502018d0e4747d94d35f62 | [] | no_license | aswanth/MyAndroid | https://github.com/aswanth/MyAndroid | 66dca7497d4a46d2bc61548e5179ecc97e8e49d8 | 138382ce554f189d5da4ab0b784eb1d11c24f955 | refs/heads/master | 2020-04-27T03:30:08.990000 | 2016-03-01T09:31:55 | 2016-03-01T09:31:55 | 6,941,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ingogo.android.webservices.beans.request;
import com.ingogo.android.webservices.beans.IGBaseBean;
public class IGInitialiseUnknownPassengerRequestBean extends IGBaseBean{
private String longitude;
private String latitude;
private String mobileNumber;
private String password;
public IGIn... | UTF-8 | Java | 1,150 | java | IGInitialiseUnknownPassengerRequestBean.java | Java | [
{
"context": " setPassword(String password) {\r\n\t\tthis.password = password;\r\n\t}\r\n}\r\n",
"end": 1140,
"score": 0.9402206540107727,
"start": 1132,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.ingogo.android.webservices.beans.request;
import com.ingogo.android.webservices.beans.IGBaseBean;
public class IGInitialiseUnknownPassengerRequestBean extends IGBaseBean{
private String longitude;
private String latitude;
private String mobileNumber;
private String password;
public IGIn... | 1,152 | 0.733913 | 0.733913 | 51 | 20.549019 | 23.412176 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 14 |
b81bcf7bdaf39d7bcd1f40d674ad161179e1fe09 | 481,036,342,390 | c9dd2669498996415758489e2ca64674d5375e0c | /Generator/templates/backend/entity.java | 8283cd1d9b25d3624aaf4acf7de4f44262bc0d71 | [
"MIT"
] | permissive | abhiesa/DRYSuperFramework | https://github.com/abhiesa/DRYSuperFramework | c8b003e803002e658252a40cb19e1837f23a0cf8 | 54d713c58d38ffa8999579d0bac945b1f2845965 | refs/heads/master | 2021-01-21T09:33:32.158000 | 2017-03-15T13:00:35 | 2017-03-15T13:00:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated file
package com.github.rognoni.generated.entities;
% if imports.count('Date') > 0:
import java.util.Date;
% endif
% if imports.count('List') > 0:
import java.util.List;
% endif
import javax.persistence.Entity;
% if imports.count('Column') > 0:
import javax.persistence.Column;
% endif
% if imports.count('... | UTF-8 | Java | 1,301 | java | entity.java | Java | [
{
"context": "// Generated file\npackage com.github.rognoni.generated.entities;\n\n% if imports.count('Date') >",
"end": 44,
"score": 0.8097952008247375,
"start": 37,
"tag": "USERNAME",
"value": "rognoni"
}
] | null | [] | // Generated file
package com.github.rognoni.generated.entities;
% if imports.count('Date') > 0:
import java.util.Date;
% endif
% if imports.count('List') > 0:
import java.util.List;
% endif
import javax.persistence.Entity;
% if imports.count('Column') > 0:
import javax.persistence.Column;
% endif
% if imports.count('... | 1,301 | 0.710992 | 0.705611 | 51 | 24.509804 | 18.487274 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 14 |
34cef442cbf250f6550dae7e6898afd2ea1f1e94 | 19,816,979,115,072 | f87695548c7b6cda2f8babc59e132d355cf3ae3a | /Java/Algorithm/src/com/boj/search/binarysearch/Main_Silver4_1920_수찾기.java | 7e8ecc6fba036fb7eeecf14aebc188cf6597a8a1 | [] | no_license | ash-tiger95/Java | https://github.com/ash-tiger95/Java | fb5a7a73052d91306cdbb91fdef4cb65e4953d29 | c87f93fb938668b392870697a25edd0e636c46c4 | refs/heads/master | 2021-05-20T18:55:01.844000 | 2021-05-20T15:20:08 | 2021-05-20T15:20:08 | 252,377,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boj.search.binarysearch;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.StringTokenizer;
public class Main_Silver4_1920_수찾기 {
static int N, M;
static int[] map;
public static void main(String[] args) throws IOExce... | UTF-8 | Java | 1,948 | java | Main_Silver4_1920_수찾기.java | Java | [] | null | [] | package com.boj.search.binarysearch;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.StringTokenizer;
public class Main_Silver4_1920_수찾기 {
static int N, M;
static int[] map;
public static void main(String[] args) throws IOExce... | 1,948 | 0.575107 | 0.552575 | 94 | 18.829786 | 19.142599 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.478723 | false | false | 14 |
f4c0f8ef6e5b0706d67ff5bbf6958ac10c73b99a | 32,796,370,300,609 | 6eeeccca03f2e7fe8c1ab6f2edfd677169d61fd9 | /org.jenetics/src/main/java/org/jenetics/Alterer.java | a75eec26dcf94d1c354fda6797426b8949a3636f | [
"Apache-2.0"
] | permissive | gsemia/jenetics | https://github.com/gsemia/jenetics | 99bf78e1582221021a800a5fe2de59920fbcacdd | d5ca57125e0595c1484264527589151d4e71a590 | refs/heads/master | 2021-01-17T00:27:10.157000 | 2014-04-17T07:29:57 | 2014-04-17T07:29:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* 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/... | UTF-8 | Java | 2,171 | java | Alterer.java | Java | [
{
"context": "ry (@__identifier__@).\n * Copyright (c) @__year__@ Franz Wilhelmstötter\n *\n * Licensed under the Apache License, Version ",
"end": 105,
"score": 0.9998927116394043,
"start": 85,
"tag": "NAME",
"value": "Franz Wilhelmstötter"
},
{
"context": "limitations under the Lic... | null | [] | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ <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/LICEN... | 2,084 | 0.693727 | 0.686808 | 64 | 32.875 | 27.926521 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 14 |
8a51f60fefee710a38ed256d4a144e2cd03e6398 | 1,992,864,854,907 | ff3e21e6a08093d34a8727eb20bcb263f8782e07 | /src/luchavez/SQLKit.java | bea3a4406dc5e0b13b9c317924f0e42c340660a0 | [] | no_license | luchtech/SQLKit | https://github.com/luchtech/SQLKit | 6a17ee45e281f02e8aff92808f9f65e5916407c6 | c63b638dcf70a303c94d6c7e9bf81d04de784030 | refs/heads/master | 2023-05-24T23:35:02.752000 | 2020-01-30T05:10:03 | 2020-01-30T05:10:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package luchavez;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JComboBox;
import javax.swing.JTa... | UTF-8 | Java | 18,744 | java | SQLKit.java | Java | [] | null | [] | package luchavez;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JComboBox;
import javax.swing.JTa... | 18,744 | 0.671628 | 0.670775 | 703 | 25.664295 | 21.533155 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.827881 | false | false | 14 |
a7d05600c326f15a88d8c2e09177338a71ce7f1e | 16,501,264,383,384 | d7a7e89516f594beb701487c73a5908b6a93a0e8 | /src/main/java/bei7473p5254d69jcuat/tenyu/release1/global/objectivity/naturality/game/item/GameMaterialClassDBI.java | 9c94a5a3f9866234fd9846a84f32e1c8b548858b | [] | no_license | piercesword/tenyu | https://github.com/piercesword/tenyu | 1aff89e28f7ef406b3d553601c6bebe0c1d2d7f0 | 4cea7d3ff9d255caef2986428cd1a6088bcbb591 | refs/heads/master | 2020-09-15T01:08:42.046000 | 2019-10-11T19:36:08 | 2019-10-11T19:36:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bei7473p5254d69jcuat.tenyu.release1.global.objectivity.naturality.game.item;
public interface GameMaterialClassDBI extends GameItemClassDBI {
}
| UTF-8 | Java | 154 | java | GameMaterialClassDBI.java | Java | [] | null | [] | package bei7473p5254d69jcuat.tenyu.release1.global.objectivity.naturality.game.item;
public interface GameMaterialClassDBI extends GameItemClassDBI {
}
| 154 | 0.863636 | 0.792208 | 5 | 29.799999 | 36.640961 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
a8e20b81d8d808b9e372088e7fc1c706063c866e | 26,886,495,274,973 | 102a243746972676229326aa041eb11878698548 | /src/main/java/ExelDocInList.java | cc6b8d831d5c29207083f5aeccefab24d7752427 | [] | no_license | id-05/OfficeShare | https://github.com/id-05/OfficeShare | e1f71164e782dadaa28e8216873f7180d1454672 | c8a558bbe4725610f83f7eeb4154e708db0d52b1 | refs/heads/master | 2023-03-26T21:06:17.913000 | 2021-03-22T14:44:04 | 2021-03-22T14:44:04 | 348,003,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class ExelDocInList {
String name;
ArrayList<ExelSheet> Sheets = new ArrayList<>();
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public ArrayList<ExelSheet> getSheets() {
return ... | UTF-8 | Java | 424 | java | ExelDocInList.java | Java | [] | null | [] | import java.util.ArrayList;
public class ExelDocInList {
String name;
ArrayList<ExelSheet> Sheets = new ArrayList<>();
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public ArrayList<ExelSheet> getSheets() {
return ... | 424 | 0.615566 | 0.615566 | 22 | 18.318182 | 17.480864 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 14 |
9d3c7411f801d7a3d9d85cc73922777650641131 | 489,626,293,614 | f725c655d26d2b9b3777594552d62440728bf644 | /app/src/main/java/com/example/kananote/mysamplerobohonvoice/SpeechAdapter.java | 66462b6975d6e85187ba3256b1bf58f285b30891 | [] | no_license | Momijinn/MySampleRobohonVoice | https://github.com/Momijinn/MySampleRobohonVoice | 1a73764b7f00f319e82bb115b69b497a56e81dcb | 5b4692c62566a2c762b95625a44122c9c6e7adbc | refs/heads/master | 2020-04-01T03:43:21.913000 | 2018-10-14T03:00:47 | 2018-10-14T03:00:47 | 152,833,854 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kananote.mysamplerobohonvoice;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.ArrayList;
public class SpeechAdapter extends BaseAdapter... | UTF-8 | Java | 1,369 | java | SpeechAdapter.java | Java | [] | null | [] | package com.example.kananote.mysamplerobohonvoice;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.ArrayList;
public class SpeechAdapter extends BaseAdapter... | 1,369 | 0.69905 | 0.69905 | 52 | 25.326923 | 26.391811 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 14 |
33b7250be29df6ab8da954a7eec754d52348c18d | 6,708,738,936,046 | f1d029ad2deeb4ef9aad867b8e87b61de075b63b | /ssc2/threadLibrary/Server/ListRequest.java | d6efccad1035a98101c8f42cbd44831cfbb9ec37 | [] | no_license | heuristicus/java-assignments | https://github.com/heuristicus/java-assignments | 7dc71e0d9613e9e364407b0e2f2516e312b52ac8 | aaab05c50f8876b499cd6edd3b18cec08b327192 | refs/heads/master | 2021-01-13T02:36:56.254000 | 2012-10-21T15:55:23 | 2012-10-21T15:55:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Server;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.locks.Lock;
/**
*
* @author michal
*/
public class ListRequest {
public static String execute(Map bookList, Lock lock) {
... | UTF-8 | Java | 1,110 | java | ListRequest.java | Java | [
{
"context": "ava.util.concurrent.locks.Lock;\n\n/**\n *\n * @author michal\n */\npublic class ListRequest {\n\n public static",
"end": 226,
"score": 0.8665199279785156,
"start": 220,
"tag": "USERNAME",
"value": "michal"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Server;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.locks.Lock;
/**
*
* @author michal
*/
public class ListRequest {
public static String execute(Map bookList, Lock lock) {
... | 1,110 | 0.530631 | 0.527027 | 41 | 26.073172 | 22.092257 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463415 | false | false | 14 |
595b21222d8144e5913929effa1d5ca91898862c | 128,849,039,301 | 6c5abb77ec1e0c46034ea2317e03a98ada0da249 | /test/controller/ApplicationTest.java | e30b4f871622d2e9e8f8a3fb933ddd5dee0a25cc | [
"Apache-2.0"
] | permissive | jrafferty1113/BusWebApp | https://github.com/jrafferty1113/BusWebApp | c27b9474fdcdc18bf5bb80e8f2332e563b3c10c0 | 781f5f43f39960e0b662979b33d5b780600009a2 | refs/heads/master | 2021-01-11T08:33:29.903000 | 2015-06-30T03:30:51 | 2015-06-30T03:30:51 | 36,969,492 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import models.Bar;
import org.junit.Test;
import play.data.Form;
import play.libs.ws.WS;
import play.mvc.Result;
import play.test.FakeRequest;
import play.twirl.api.Html;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import static org.fest.assertions.Asserti... | UTF-8 | Java | 3,241 | java | ApplicationTest.java | Java | [] | null | [] | package controller;
import models.Bar;
import org.junit.Test;
import play.data.Form;
import play.libs.ws.WS;
import play.mvc.Result;
import play.test.FakeRequest;
import play.twirl.api.Html;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import static org.fest.assertions.Asserti... | 3,241 | 0.592718 | 0.589633 | 95 | 33.115791 | 28.628975 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621053 | false | false | 14 |
87a9fb8d6714127a1eabd8853cbd38ee43d5a37b | 3,899,830,367,247 | 4b61bb3d53e021aae8c956f6ce1176797b91632f | /Students/Georgiu Alin - Ionel/Teme/Zoowsome/src/javasmmr/zoowsome/views/ListFrame.java | 3f1a06813659ce81ca2089b7ff1e82614fece982 | [] | no_license | alingeorgiu43/POO2019-30223 | https://github.com/alingeorgiu43/POO2019-30223 | 7d95977df4e06d79918671a5a009819648d61b7f | 0046662f1b326959902b6f149951f907dc7f2a8f | refs/heads/master | 2020-08-12T23:31:19.933000 | 2020-01-15T17:58:15 | 2020-01-15T17:58:15 | 214,864,693 | 0 | 0 | null | true | 2019-10-13T17:38:49 | 2019-10-13T17:38:49 | 2019-10-11T13:21:15 | 2019-10-13T16:57:05 | 11,867 | 0 | 0 | 0 | null | false | false | package javasmmr.zoowsome.views;
import java.io.IOException;
import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.SAXException;
public class ListFrame extends ZooFrame {
private static final long serialVersionUID = 1L;
public ListFrame(String title) throws ParserConfigurationException, SAXE... | UTF-8 | Java | 364 | java | ListFrame.java | Java | [] | null | [] | package javasmmr.zoowsome.views;
import java.io.IOException;
import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.SAXException;
public class ListFrame extends ZooFrame {
private static final long serialVersionUID = 1L;
public ListFrame(String title) throws ParserConfigurationException, SAXE... | 364 | 0.81044 | 0.807692 | 16 | 21.8125 | 26.935616 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 14 |
f930822927f62dc44dfe8964f8ac7cfbc4db13b6 | 7,387,343,769,549 | 016268d413ffcb2f32901b7ace72fea992c0c75b | /src/day09switchoperator/ArtikTernaryInterview.java | b170e0c1f760b20f9b0151572ce2bef8d2190e09 | [] | no_license | CevdetTellioglu/javaprojects | https://github.com/CevdetTellioglu/javaprojects | d43a8735fd207d192fb7f0a34f93048eac467b77 | 4d139141b41bd69fb6ab5087bbf60cf2a31eb5d4 | refs/heads/master | 2022-11-07T15:01:15.360000 | 2020-06-21T18:40:17 | 2020-06-21T18:40:17 | 273,965,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day09switchoperator;
import java.util.Scanner;
public class ArtikTernaryInterview {
public static void main(String[] args) {
//Kullanıcıdan bir yıl girmesini isteyin, yıl artık yıl ise ekrana “Artık yıl” degilse ekrana “Artık yıl degil”
//yazdırın.
Scanner scan = new Scanner(System.in);
Syste... | UTF-8 | Java | 578 | java | ArtikTernaryInterview.java | Java | [] | null | [] | package day09switchoperator;
import java.util.Scanner;
public class ArtikTernaryInterview {
public static void main(String[] args) {
//Kullanıcıdan bir yıl girmesini isteyin, yıl artık yıl ise ekrana “Artık yıl” degilse ekrana “Artık yıl degil”
//yazdırın.
Scanner scan = new Scanner(System.in);
Syste... | 578 | 0.681004 | 0.659498 | 22 | 24.363636 | 32.768536 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 14 |
278f5d30183ae82e425961ab2f3784a5bbf89d91 | 16,080,357,575,884 | 4fd33ef199014a3314d0654ebb25bb22e6b8928f | /App/src/negocio/Controlador.java | 9626675e4171691504cebdb90f126d4bed0eda38 | [] | no_license | Saftec/Host-Ip | https://github.com/Saftec/Host-Ip | 95a79fcf4ff014676b24a3ea55f8259d3888638a | a82ba3a5d35bb2634d16c20d2ab3488367b687a2 | refs/heads/master | 2021-06-08T15:52:34.709000 | 2016-05-02T00:43:25 | 2016-05-02T00:43:25 | 56,855,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package negocio;
import entidades.Reloj;
import datos.DatosReloj;
import java.net.InetAddress;
import java.util.ArrayList;
public class Controlador {
public String actualizaDatos(String host)
{ String ip="";
try
{
InetAddress ipHost = InetAddress.getByName(host);
ip=String.valueOf(ipHost);
... | UTF-8 | Java | 1,130 | java | Controlador.java | Java | [] | null | [] | package negocio;
import entidades.Reloj;
import datos.DatosReloj;
import java.net.InetAddress;
import java.util.ArrayList;
public class Controlador {
public String actualizaDatos(String host)
{ String ip="";
try
{
InetAddress ipHost = InetAddress.getByName(host);
ip=String.valueOf(ipHost);
... | 1,130 | 0.656637 | 0.653097 | 50 | 20.6 | 17.683891 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.86 | false | false | 14 |
539e8170c7550dd7d192812d222f0c8a2501b57b | 16,080,357,576,700 | b6ca139779d1e0bef89ee130e84dd279fe50ec05 | /app/src/main/java/eim/yar/sbertask/data/repository/CurrentWeatherDataLoaderCallback.java | 3a69f040c8531b5b705f66e6a09e3ae400ac4fc1 | [] | no_license | eimamedov/sber-task | https://github.com/eimamedov/sber-task | c61792b0596a2d3e3fec324d658a0cea8151683f | 39b380177ea663c72f1274b0dd4f87df495df548 | refs/heads/master | 2020-03-18T06:15:15.890000 | 2018-05-31T21:48:10 | 2018-05-31T21:48:10 | 134,384,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eim.yar.sbertask.data.repository;
import android.location.Address;
import android.location.Location;
import java.util.List;
import eim.yar.sbertask.data.entity.WeatherEntity;
import eim.yar.sbertask.data.entity.mapper.WeatherEntityDataMapper;
import eim.yar.sbertask.data.exception.WeatherNotFoundException;
i... | UTF-8 | Java | 4,909 | java | CurrentWeatherDataLoaderCallback.java | Java | [] | null | [] | package eim.yar.sbertask.data.repository;
import android.location.Address;
import android.location.Location;
import java.util.List;
import eim.yar.sbertask.data.entity.WeatherEntity;
import eim.yar.sbertask.data.entity.mapper.WeatherEntityDataMapper;
import eim.yar.sbertask.data.exception.WeatherNotFoundException;
i... | 4,909 | 0.603585 | 0.602567 | 124 | 38.588711 | 28.07881 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346774 | false | false | 14 |
4dde74547a6f925d9952f78cf8c649ae29adc86f | 12,017,318,519,474 | 95dd59d24fc3be6352fe1d8b8638278860fb77b3 | /ibikecph-lib/src/main/java/dk/kk/ibikecphlib/login/FacebookProfileActivity.java | 1d89600f3d8cf70c48a43c6476fa3eb7ad605dc5 | [] | no_license | ibikecph/ibikecph-android | https://github.com/ibikecph/ibikecph-android | 8dd7a93257e506b67f07789b91f5c8d17d3ccb61 | 22077c3d97ae16e1b1c2e4fb3f731eba289744d3 | refs/heads/develop | 2021-04-19T01:23:22.492000 | 2018-09-12T14:23:11 | 2018-09-12T14:23:11 | 26,435,120 | 1 | 1 | null | false | 2018-06-13T08:30:34 | 2014-11-10T12:16:59 | 2018-06-13T08:27:50 | 2018-06-13T08:30:33 | 19,831 | 2 | 1 | 6 | Java | false | null | // Copyright (C) 2013 City of Copenhagen.
//
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
package dk.kk.ibikecphlib.login;
import android.app.ActionBar;
import a... | UTF-8 | Java | 16,701 | java | FacebookProfileActivity.java | Java | [] | null | [] | // Copyright (C) 2013 City of Copenhagen.
//
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
package dk.kk.ibikecphlib.login;
import android.app.ActionBar;
import a... | 16,701 | 0.550027 | 0.548889 | 395 | 41.281013 | 32.362808 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574684 | false | false | 14 |
e7b845645b48fabc75c974c82267b4b1faf90b5d | 12,017,318,522,346 | 8a37c1a3abe77fe6160e25e3036a1f8a8d047a98 | /src/main/java/pl/mwosz/shop_app/controller/UserController.java | 1dc66ec9b57b91cfb28b4b72721788038d673532 | [] | no_license | mwoszczyk/shop_application | https://github.com/mwoszczyk/shop_application | 14deddeef8e2e2bccdd0b20a46c9a99be3661e60 | 4858886df081366f7916086aa17c081a34496522 | refs/heads/master | 2020-03-30T12:38:47.862000 | 2018-10-22T10:10:10 | 2018-10-22T10:10:10 | 151,233,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.mwosz.shop_app.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.spri... | UTF-8 | Java | 1,844 | java | UserController.java | Java | [] | null | [] | package pl.mwosz.shop_app.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.spri... | 1,844 | 0.691974 | 0.690889 | 58 | 30.793104 | 24.257071 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 14 |
2628b237d49464d78e25906ada89b89dea650c2a | 13,520,557,115,910 | afc830a8d9432367ed0b40de6e15ac48e332c8c7 | /src/konakuni/Book.java | 6cc987a0158a77755085808b2db4b27557a98ecf | [] | no_license | jerza90/konakuni-bookstore | https://github.com/jerza90/konakuni-bookstore | 68f830fc5395a61a053bc2008a92b5be8de3e344 | f01941a45f5f9e8b4f254460bfa39350c159e78f | refs/heads/main | 2023-06-26T04:09:35.190000 | 2021-07-24T08:24:07 | 2021-07-24T08:24:07 | 389,041,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package konakuni;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Book {
private String ISBN;
private String title;
protected int quantity ; //pages
public Book() {
}
public Book(String iSBN, String title, int quantity) {
this.ISBN = iSBN;
this.title = title;
this.quantity ... | UTF-8 | Java | 715 | java | Book.java | Java | [] | null | [] | package konakuni;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Book {
private String ISBN;
private String title;
protected int quantity ; //pages
public Book() {
}
public Book(String iSBN, String title, int quantity) {
this.ISBN = iSBN;
this.title = title;
this.quantity ... | 715 | 0.658741 | 0.655944 | 44 | 15.25 | 18.034216 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 14 |
300de96f606b65bad51ec4b0de4f2faebc5bfc86 | 12,713,103,217,862 | d82680363df05105edfeb2fe8b1a09389cd5e50d | /src/main/java/practice/leecode/BinaryTreePaths_257.java | 3709b3dfb0b4b4744cde2d88f9ffe89fb5f8b3a9 | [] | no_license | 18964198046/leetcode_practice | https://github.com/18964198046/leetcode_practice | 517af9ca8ef3b4529fa7cbcd1e11741e05258e70 | de550b1fa94e87a79c63df2fe31cf66f2345b29e | refs/heads/master | 2021-06-15T00:41:19.218000 | 2021-05-31T03:44:14 | 2021-05-31T03:44:14 | 180,137,240 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice.leecode;
import practice.utils.TreeNode;
import java.util.ArrayList;
import java.util.List;
public class BinaryTreePaths_257 {
public List<String> binaryTreePaths(TreeNode root) {
List<String> paths = new ArrayList<>();
binaryTreePaths(root, "", paths);
return paths;
... | UTF-8 | Java | 1,914 | java | BinaryTreePaths_257.java | Java | [] | null | [] | package practice.leecode;
import practice.utils.TreeNode;
import java.util.ArrayList;
import java.util.List;
public class BinaryTreePaths_257 {
public List<String> binaryTreePaths(TreeNode root) {
List<String> paths = new ArrayList<>();
binaryTreePaths(root, "", paths);
return paths;
... | 1,914 | 0.553403 | 0.548691 | 76 | 24.131578 | 23.337536 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 14 |
a25db443f187263fc87e9b4257a9a2e50efefe15 | 12,713,103,219,912 | f4e37847134688c6b739e888fb30a97dd02f217b | /src/main/java/bdd/asset_ledger/AssetLedgerPostingsSteps.java | 017a88c59cbfcdbf38ded6363f7461c857b3cf7b | [] | no_license | vishykaranth/tdd | https://github.com/vishykaranth/tdd | 8bd5e13610d03642d44769a5558b1892130b833f | 5282a1510cffe2ea5d1487ba6aa67f91986b1d3c | refs/heads/master | 2021-06-08T02:50:56.512000 | 2021-05-02T09:15:36 | 2021-05-02T09:15:36 | 149,852,231 | 0 | 0 | null | false | 2021-05-02T08:39:08 | 2018-09-22T06:34:50 | 2021-05-02T08:14:29 | 2021-05-02T08:14:27 | 41 | 0 | 0 | 0 | Java | false | false | package bdd.asset_ledger;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
... | UTF-8 | Java | 2,692 | java | AssetLedgerPostingsSteps.java | Java | [] | null | [] | package bdd.asset_ledger;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
... | 2,692 | 0.670505 | 0.669019 | 71 | 36.929577 | 31.426786 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478873 | false | false | 14 |
19ff7a4ce11c65e7aa65632490b4a7218d8eb37a | 7,696,581,439,298 | 1df79dfe6935538d9478c96c185dc6a0e5b1025e | /src/main/java/com/aladdin/core/service/ITransportCoreService.java | 07f1777f16386513b6c90ac68a46964aeb5da56e | [] | no_license | toyzWang/aladdin-core-lib | https://github.com/toyzWang/aladdin-core-lib | 1ea65e16ea639340de9aaacbf39e4b2fbc1c5ca9 | dacd28fdb2cc02ad5357c33c0ca48474ae9edadf | refs/heads/master | 2018-01-11T19:03:31.770000 | 2016-03-28T02:43:15 | 2016-03-28T02:43:15 | 54,860,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aladdin.core.service;
import cb.base.bo.query.QueryParams;
import com.aladdin.core.bo.*;
import com.aladdin.core.po.AldConstantsEntity;
import com.aladdin.core.vo.*;
import java.util.List;
/**
* Created by zhaohu on 2015/10/23.
* 运输Service (包含,车辆,司机,运价等)
*/
public interface ITransportCoreService {
... | UTF-8 | Java | 4,438 | java | ITransportCoreService.java | Java | [
{
"context": "e.vo.*;\n\nimport java.util.List;\n\n/**\n * Created by zhaohu on 2015/10/23.\n * 运输Service (包含,车辆,司机,运价等)\n */\n\n",
"end": 228,
"score": 0.9995277523994446,
"start": 222,
"tag": "USERNAME",
"value": "zhaohu"
}
] | null | [] | package com.aladdin.core.service;
import cb.base.bo.query.QueryParams;
import com.aladdin.core.bo.*;
import com.aladdin.core.po.AldConstantsEntity;
import com.aladdin.core.vo.*;
import java.util.List;
/**
* Created by zhaohu on 2015/10/23.
* 运输Service (包含,车辆,司机,运价等)
*/
public interface ITransportCoreService {
... | 4,438 | 0.630703 | 0.628556 | 175 | 20.29143 | 22.188818 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.228571 | false | false | 14 |
a5eee4d8122984fdee132156806c266270663804 | 19,524,921,382,155 | 5d4ab2563c0548a683e49b33e80a5859e11899cf | /src/main/java/com/service/ScheduleService.java | adc59daf1920d4268aa80b2b1bac8cbb2cbdd769 | [] | no_license | CKunme/Test | https://github.com/CKunme/Test | 2538a10eb39b6a8ae878c12592337bb3ce78bfe5 | 92c632b63135600e9e929f9f09dca47eb7f3c23b | refs/heads/master | 2022-11-20T03:17:17.502000 | 2020-07-14T01:34:36 | 2020-07-14T01:34:36 | 279,450,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.service;
import com.bean.Schedule;
import com.dao.ScheduleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class ScheduleService {
@Autowired
private ScheduleRepository scheduleReposito... | UTF-8 | Java | 2,015 | java | ScheduleService.java | Java | [] | null | [] | package com.service;
import com.bean.Schedule;
import com.dao.ScheduleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class ScheduleService {
@Autowired
private ScheduleRepository scheduleReposito... | 2,015 | 0.738914 | 0.738914 | 62 | 31.370968 | 33.857498 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 14 |
eb2633e513cf6dd0d550aa4b118bd2cab940a3e8 | 17,437,567,254,162 | 186365ab22ceca9f9fd59ea75c4313e695ab0ca2 | /src/sets/UIPref.java | 33acf0b17999a3c514ead3453b9dd8bc2d0e0859 | [] | no_license | MBergman87/JavaProgress | https://github.com/MBergman87/JavaProgress | f49af11c963d0965a655c9b250b4dee6dc69182c | 2dc94d3194a4190334177f3fdb6fac1af9e823a2 | refs/heads/master | 2021-05-15T20:01:36.324000 | 2017-10-20T20:38:17 | 2017-10-20T20:38:17 | 107,715,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sets;
import java.awt.List;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Scanner;
import java.util.Set;
import sets.UserService;
public class UIPref {
public static void main(String[] args) {
ArrayList<String> userPreferences = new ArrayList<String>();
userPref... | UTF-8 | Java | 1,326 | java | UIPref.java | Java | [] | null | [] | package sets;
import java.awt.List;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Scanner;
import java.util.Set;
import sets.UserService;
public class UIPref {
public static void main(String[] args) {
ArrayList<String> userPreferences = new ArrayList<String>();
userPref... | 1,326 | 0.708899 | 0.701357 | 49 | 25.061224 | 24.71999 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 14 |
4516180a15d98e95bcc0533537dd3588e27630cc | 8,710,193,710,396 | 47ec7bcae05ac17ce1d41c9e238cd4b9bd90ff78 | /src/main/java/com/app/dao/TagsDao.java | 3b8d86710ccc28f04326a88d2e143cc89c6b5252 | [] | no_license | wxdwlai/back | https://github.com/wxdwlai/back | 20ea12138b881cd4f8801e60eb60947a0b14db4e | b51c5963e5c4216cce017280f0c4c864ba9aac10 | refs/heads/master | 2022-01-08T12:01:55.097000 | 2019-05-22T04:45:51 | 2019-05-22T04:45:51 | 177,604,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.dao;
import com.app.model.Tags;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
public interface TagsDao extends JpaRepository<Tags, Integer> {
}
| UTF-8 | Java | 233 | java | TagsDao.java | Java | [] | null | [] | package com.app.dao;
import com.app.model.Tags;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
public interface TagsDao extends JpaRepository<Tags, Integer> {
}
| 233 | 0.815451 | 0.815451 | 9 | 24.888889 | 25.821802 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
18e749c8696586cc7944f8bc1c68200351d359e5 | 24,601,572,722,960 | bb71d9472d0b482966dd6659a828cc9cb01edb96 | /src/main/java/jw/problems/adventofcode/aoc2016/Day14.java | 70fbf6a5495c0f50aff8bc40da7fb56b274fd8aa | [] | no_license | jusw85/problems-java | https://github.com/jusw85/problems-java | f6dae12c40455222c796cd5e626a434bc01302c8 | d7b70c72f89081a8be6f2a28a96f79b03ff95de7 | refs/heads/master | 2023-06-22T19:34:00.601000 | 2021-05-25T19:54:18 | 2021-05-25T19:54:18 | 128,905,085 | 0 | 0 | null | false | 2023-06-14T22:34:12 | 2018-04-10T09:06:52 | 2021-05-25T19:54:26 | 2023-06-14T22:34:11 | 838 | 0 | 0 | 2 | Java | false | false | package jw.problems.adventofcode.aoc2016;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.uti... | UTF-8 | Java | 8,324 | java | Day14.java | Java | [] | null | [] | package jw.problems.adventofcode.aoc2016;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.uti... | 8,324 | 0.599231 | 0.560908 | 199 | 39.839195 | 48.312157 | 288 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.743719 | false | false | 14 |
21aef99e1f8060ddd6b8e2377b34960738b7f154 | 4,741,643,938,017 | 1a2f3d099e0ae4e0b18b439e4a019fefb1b76f2c | /b2c-simple-server/src/main/java/com/bigdatan/b2c/mapper/GoodsPriceMapper.java | 42690bff00c05fdb2bacd4ffbecc6addff7b475f | [] | no_license | shenshuangxi/bd-shop | https://github.com/shenshuangxi/bd-shop | aee590b75c5573319d09af9dce0a8adf1c4c2823 | 13e22950af9a1f1dfe36b91c7aa087a998ad4406 | refs/heads/master | 2021-01-20T01:36:04.188000 | 2017-04-25T00:44:57 | 2017-04-25T00:44:57 | 89,305,808 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bigdatan.b2c.mapper;
import com.bigdatan.b2c.entity.GoodsPrice;
import java.util.List;
/**
* 商品规格价格dao
*/
public interface GoodsPriceMapper extends IBaseDao<GoodsPrice> {
/**
* 依据价格id及状态查询相关记录
*
* @param priceId 价格id
* @param State 记录状态
* @return
*/
public GoodsP... | UTF-8 | Java | 706 | java | GoodsPriceMapper.java | Java | [] | null | [] | package com.bigdatan.b2c.mapper;
import com.bigdatan.b2c.entity.GoodsPrice;
import java.util.List;
/**
* 商品规格价格dao
*/
public interface GoodsPriceMapper extends IBaseDao<GoodsPrice> {
/**
* 依据价格id及状态查询相关记录
*
* @param priceId 价格id
* @param State 记录状态
* @return
*/
public GoodsP... | 706 | 0.657191 | 0.653846 | 28 | 20.357143 | 22.512241 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
f263c0a5315a79a01fe491ac171b8856a82b4b66 | 31,181,462,611,111 | b24818a948152b06c7d85ac442e9b37cb6becbbc | /src/main/java/com/ash/experiments/performance/whitespace/Class955.java | 6e916ec12b9e759d8e87a17b46e88034bcdc24a3 | [] | no_license | ajorpheus/whitespace-perf-test | https://github.com/ajorpheus/whitespace-perf-test | d0797b6aa3eea1435eaa1032612f0874537c58b8 | d2b695aa09c6066fbba0aceb230fa4e308670b32 | refs/heads/master | 2020-04-17T23:38:39.420000 | 2014-06-02T09:27:17 | 2014-06-02T09:27:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Class955 {}
| UTF-8 | Java | 40 | java | Class955.java | Java | [] | null | [] | public class Class955 {}
| 40 | 0.475 | 0.4 | 1 | 24 | 0 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 14 |
8acbc1635117fe44d536db8d80b95cfaf28dbaca | 26,972,394,635,978 | 4a96f217d6dcafa0da64519e19b421d78dea8c65 | /src/main/fortressbreaker/htr89/minigame/mathrush/model/MathRushSeconds.java | 4c73fba7d2579b50a9d53e403b8d9710c95a6de1 | [] | no_license | htr89/FortressBreakerAlpha | https://github.com/htr89/FortressBreakerAlpha | a42d2a52d331f89a86fb86e88793ff5a2844d042 | c5337f1710fd223265191ed21e05d57479d1aff7 | refs/heads/master | 2021-01-01T04:54:55.256000 | 2017-07-15T06:51:00 | 2017-07-15T06:51:00 | 97,276,866 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.fortressbreaker.htr89.minigame.mathrush.model;
import main.fortressbreaker.htr89.minigame.model.Seconds;
public class MathRushSeconds implements Seconds {
@Override
public int getTime() {
// TODO Auto-generated method stub
return 180;
}
}
| UTF-8 | Java | 263 | java | MathRushSeconds.java | Java | [] | null | [] | package main.fortressbreaker.htr89.minigame.mathrush.model;
import main.fortressbreaker.htr89.minigame.model.Seconds;
public class MathRushSeconds implements Seconds {
@Override
public int getTime() {
// TODO Auto-generated method stub
return 180;
}
}
| 263 | 0.779468 | 0.752852 | 13 | 19.23077 | 22.226643 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 14 |
b82e79ed13a8367f3d2ffa692bfb56c585a129ee | 9,818,295,294,430 | e34121c596b59868d17a677a323e947b8940e225 | /Project2/src/Window.java | 97ac7f991e22a2f8620c9146b62e327cc4fb6dc7 | [] | no_license | jtrynisk/csc445 | https://github.com/jtrynisk/csc445 | a368c8464cf3bd823f1a0ef68e6199e4becf6318 | a65cf9fd5e417f06bceb2a97e642b0760e86dab0 | refs/heads/master | 2020-04-25T00:37:59.466000 | 2019-05-17T12:46:18 | 2019-05-17T12:46:18 | 172,384,257 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.xml.crypto.Data;
import java.io.IOException;
import java.net.*;
public class Window {
private long start, rtt, totalTime, end;
private int windowSize, loopCount, packetSize, totalPackets, port;
private InetAddress address;
private DatagramSocket socket;
private DatagramPacket wPacket,... | UTF-8 | Java | 3,454 | java | Window.java | Java | [] | null | [] | import javax.xml.crypto.Data;
import java.io.IOException;
import java.net.*;
public class Window {
private long start, rtt, totalTime, end;
private int windowSize, loopCount, packetSize, totalPackets, port;
private InetAddress address;
private DatagramSocket socket;
private DatagramPacket wPacket,... | 3,454 | 0.557035 | 0.550087 | 116 | 28.775862 | 24.448074 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 14 |
84961389c262663ee7731656daa5c9c85f7ac21c | 34,179,349,764,127 | c3b9c6752edf299ad45dad71c2bb510ce1b849c5 | /P1/src/test/java/de/tukl/programmierpraktikum2020/p1/a2/WeightedSetCoveringTest.java | e64f8758da8ff9fef266005b4a316356eeac638c | [] | no_license | Wissy21/programmierPraktikum | https://github.com/Wissy21/programmierPraktikum | 80a4a8c628ff3a48c5ade31c4c4e84e28638c7d1 | 62269690d6441d4fa27e1213b55559eeb3282230 | refs/heads/master | 2023-02-21T16:02:51.696000 | 2020-07-20T11:54:10 | 2020-07-20T11:54:10 | 332,737,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.tukl.programmierpraktikum2020.p1.a2;
import de.tukl.programmierpraktikum2020.p1.a1.*;
import de.tukl.programmierpraktikum2020.p1.a1.PriorityQueue;
import de.tukl.programmierpraktikum2020.p1.a1.PriorityQueueTest;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Meth... | UTF-8 | Java | 2,949 | java | WeightedSetCoveringTest.java | Java | [] | null | [] | package de.tukl.programmierpraktikum2020.p1.a2;
import de.tukl.programmierpraktikum2020.p1.a1.*;
import de.tukl.programmierpraktikum2020.p1.a1.PriorityQueue;
import de.tukl.programmierpraktikum2020.p1.a1.PriorityQueueTest;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Meth... | 2,949 | 0.664404 | 0.633865 | 69 | 41.710144 | 32.905266 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 14 |
53aa540030eab55c8eb27eaeca77824430cae8ec | 36,464,272,352,339 | 04e336f3f6bb883b00d0ce0585d30109ab8ded62 | /main/java/com/github/alexthe666/rats/server/entity/ai/RatAIHarvestFisherman.java | 7d36314d16ed9da85ce625c2d79ebb13561afa65 | [] | no_license | FuzWig/RatsModUpdate | https://github.com/FuzWig/RatsModUpdate | 2d50658a9262b5af3b2a0fb175d51bf576cd8508 | 43e7fb00e47d613edc496b07e9a879208bfa4b34 | refs/heads/main | 2023-07-19T18:40:50.160000 | 2021-09-07T01:38:56 | 2021-09-07T01:38:56 | 403,805,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.alexthe666.rats.server.entity.ai;
import com.github.alexthe666.rats.server.entity.EntityRat;
import com.github.alexthe666.rats.server.entity.RatCommand;
import com.github.alexthe666.rats.server.items.RatsItemRegistry;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
... | UTF-8 | Java | 7,197 | java | RatAIHarvestFisherman.java | Java | [
{
"context": "package com.github.alexthe666.rats.server.entity.ai;\n\nimport com.github.alexthe",
"end": 29,
"score": 0.9996315240859985,
"start": 19,
"tag": "USERNAME",
"value": "alexthe666"
},
{
"context": "xthe666.rats.server.entity.ai;\n\nimport com.github.alexthe666.rats.server.... | null | [] | package com.github.alexthe666.rats.server.entity.ai;
import com.github.alexthe666.rats.server.entity.EntityRat;
import com.github.alexthe666.rats.server.entity.RatCommand;
import com.github.alexthe666.rats.server.items.RatsItemRegistry;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
... | 7,197 | 0.614701 | 0.604557 | 173 | 40.606937 | 39.761955 | 250 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722543 | false | false | 14 |
81c32b1d5ffa87bb0c57302f3b58c9b6bb74c136 | 35,940,286,347,456 | b4334bfe78a5a6fdbb4df876a42cb0d3a7f5a1cb | /TD2/Truc.java | dab71c039459739ef7823e6fc47a90851bd490ce | [] | no_license | Arbousied/LU2IN002_JAVA | https://github.com/Arbousied/LU2IN002_JAVA | 487029a0f1bf186b5cb0b6b4c9ee7b909679c39d | 741a13425e186314a7539394325d9883be83d446 | refs/heads/master | 2023-01-05T13:36:09.540000 | 2020-11-07T12:07:17 | 2020-11-07T12:07:17 | 310,836,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Truc {
public Truc() {}
public void maMethode(int i) {
System.out.println(" je passe dans : maMethode ( int i)");
}
public void maMethode(double d) {
System.out.println(" je passe dans : maMethode ( double d)");
}
public void maMethode(double d1, double d2) {
... | UTF-8 | Java | 550 | java | Truc.java | Java | [] | null | [] | public class Truc {
public Truc() {}
public void maMethode(int i) {
System.out.println(" je passe dans : maMethode ( int i)");
}
public void maMethode(double d) {
System.out.println(" je passe dans : maMethode ( double d)");
}
public void maMethode(double d1, double d2) {
... | 550 | 0.598182 | 0.58 | 15 | 35.666668 | 29.108227 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 14 |
11c4e125ecc7ddb96b08db6df3d26e9ae3135b8b | 30,897,994,755,990 | 3d1172de8d1753d1240f2e31fcd2df450571e859 | /app/src/main/java/io/wyrmise/sunshine/Weather.java | 400d6f6d833ce7cc82ec70cb733d8a08b28558ac | [] | no_license | b1acKr0se/sunshinev2 | https://github.com/b1acKr0se/sunshinev2 | 18c3c8d3ad2768c426da03742008e3659d44b008 | 7b21999b59e2bd84c7e0097e16ed7d9a6932acef | refs/heads/master | 2020-04-06T03:46:06.369000 | 2015-06-09T04:54:17 | 2015-06-09T04:54:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.wyrmise.sunshine;
/**
* Created by Demise on 6/8/2015.
*/
public class Weather {
private String date;
private String temp;
private String maxTemp;
private String minTemp;
private String description;
private String humidity;
private String pressure;
private String wind;
... | UTF-8 | Java | 1,823 | java | Weather.java | Java | [
{
"context": "package io.wyrmise.sunshine;\n\n/**\n * Created by Demise on 6/8/2015.\n */\npublic class Weather {\n\n priv",
"end": 54,
"score": 0.894548237323761,
"start": 48,
"tag": "USERNAME",
"value": "Demise"
}
] | null | [] | package io.wyrmise.sunshine;
/**
* Created by Demise on 6/8/2015.
*/
public class Weather {
private String date;
private String temp;
private String maxTemp;
private String minTemp;
private String description;
private String humidity;
private String pressure;
private String wind;
... | 1,823 | 0.597916 | 0.594624 | 98 | 17.602041 | 15.181716 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316327 | false | false | 14 |
d746be9b91a686d3795deb5e0db155b02494480c | 34,626,026,369,877 | b4a5355874b16424d0b07e343490e11bf6584e00 | /src/com/isi/duplex/AliveProc.java | 17298ae25cc437d1a253db6650561d43df2bbe00 | [] | no_license | yjs8237/eventQueue | https://github.com/yjs8237/eventQueue | 784ef4c4eeaceb2312ad9c364d9ff60849a7eb29 | 9f0fba72a83249c23180be1967a72433377122f8 | refs/heads/master | 2022-08-02T02:37:33.544000 | 2019-02-01T05:09:32 | 2019-02-01T05:09:32 | 269,348,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.isi.duplex;
import java.net.Socket;
import com.isi.constans.PROPERTIES;
import com.isi.constans.RESULT;
import com.isi.data.XmlInfoMgr;
import com.isi.exception.ExceptionUtil;
import com.isi.file.GLogWriter;
import com.isi.file.ILog;
import com.isi.file.PropertyRead;
/**
*
* @author greatyun
... | UTF-8 | Java | 1,627 | java | AliveProc.java | Java | [
{
"context": "port com.isi.file.PropertyRead;\r\n/**\r\n*\r\n* @author greatyun\r\n*/\r\npublic class AliveProc {\r\n\t\r\n\t\r\n\tprivate Pro",
"end": 319,
"score": 0.9992084503173828,
"start": 311,
"tag": "USERNAME",
"value": "greatyun"
}
] | null | [] | package com.isi.duplex;
import java.net.Socket;
import com.isi.constans.PROPERTIES;
import com.isi.constans.RESULT;
import com.isi.data.XmlInfoMgr;
import com.isi.exception.ExceptionUtil;
import com.isi.file.GLogWriter;
import com.isi.file.ILog;
import com.isi.file.PropertyRead;
/**
*
* @author greatyun
... | 1,627 | 0.664379 | 0.664379 | 66 | 22.287878 | 26.771063 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 14 |
88491d79c9a7b774e7dadfb0edd4a592776f47e3 | 36,094,905,162,051 | 34c39c2c2f62a041820e147fd71f7c565e94da36 | /src/localsearch/domainspecific/vehiclerouting/apps/truckcontainer/model/ExportEmptyRequests.java | aa3b125773216939cefe04064c694c5e2191bbbf | [
"BSD-2-Clause"
] | permissive | dungkhmt/cblsvr | https://github.com/dungkhmt/cblsvr | 015cc1808aeeab09e4bf717933b073815e834680 | 5ff2d2a1c5a6ea6b51cc3db1cdd63e2ca74bb25f | refs/heads/master | 2022-12-23T00:22:03.026000 | 2021-03-29T15:41:26 | 2021-03-29T15:41:26 | 59,760,965 | 4 | 2 | BSD-2-Clause | false | 2022-12-16T02:30:35 | 2016-05-26T15:19:59 | 2022-04-04T22:31:57 | 2022-12-16T02:30:32 | 112,734 | 3 | 2 | 15 | PHP | false | false | package localsearch.domainspecific.vehiclerouting.apps.truckcontainer.model;
public class ExportEmptyRequests {
private int id;
private boolean isBreakRomooc;
private String containerCategory;
private String containerCode;
private String containerType;
private String containerNo;
private String orderCode;
priv... | UTF-8 | Java | 6,994 | java | ExportEmptyRequests.java | Java | [
{
"context": "customerCode = customerCode;\n\t\tthis.customerName = customerName;\n\t\tthis.requestDate = requestDate;\n\t\tthis.ear",
"end": 1668,
"score": 0.9463669657707214,
"start": 1660,
"tag": "NAME",
"value": "customer"
}
] | null | [] | package localsearch.domainspecific.vehiclerouting.apps.truckcontainer.model;
public class ExportEmptyRequests {
private int id;
private boolean isBreakRomooc;
private String containerCategory;
private String containerCode;
private String containerType;
private String containerNo;
private String orderCode;
priv... | 6,994 | 0.79511 | 0.79511 | 217 | 31.230415 | 22.469896 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.105991 | false | false | 14 |
b9cfae100ef01006d50022ffd162df4e079b3967 | 34,943,853,940,236 | 9fb974028d80958f23be4f0c898299e44aa16c90 | /ivf-model/src/main/java/org/cf/card/model/Client.java | 98ba1a59112f0f22b204381942f93def4f873ea6 | [] | no_license | aliens-king/ivf_app | https://github.com/aliens-king/ivf_app | a6cd7757de487fa75f2f59a3f36ecff1f8e09d60 | e34f3b99183fde8bb611fba76338781f523b26f3 | refs/heads/master | 2021-06-20T05:56:29.385000 | 2017-07-28T12:48:48 | 2017-07-28T12:48:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cf.card.model;
import org.hibernate.validator.constraints.Length;
import javax.persistence.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* Created by Dell on 9/19/2014.
*/
@Entity
@Table(name = "client")
public class Client ... | UTF-8 | Java | 6,839 | java | Client.java | Java | [
{
"context": "ate;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by Dell on 9/19/2014.\r\n */\r\n@Entity\r\n@Table(name = \"clien",
"end": 245,
"score": 0.9970239996910095,
"start": 241,
"tag": "NAME",
"value": "Dell"
}
] | null | [] | package org.cf.card.model;
import org.hibernate.validator.constraints.Length;
import javax.persistence.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* Created by Dell on 9/19/2014.
*/
@Entity
@Table(name = "client")
public class Client ... | 6,839 | 0.543647 | 0.535897 | 243 | 26.144033 | 21.544857 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440329 | false | false | 14 |
7fe673d76ae9e77d47f5d671f4112ad95ef95f26 | 11,295,764,000,442 | 192cff5a42f7cba5e9921fa686daee13883c8d23 | /src/main/java/ru/hh/school/social/impl/repositories/MemSessionRepository.java | adbf7dc6f33140438082e343c7da449ba4b49f4d | [] | no_license | timur-valiev/hh-web-app | https://github.com/timur-valiev/hh-web-app | d2f2983651b56809f696531300e6dd3c9aa338f0 | 33fd698c4273727d3e68dc720ed046571be81b60 | refs/heads/master | 2021-05-26T22:24:35.538000 | 2012-03-15T11:40:28 | 2012-03-15T11:40:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.hh.school.social.impl.repositories;
import org.springframework.stereotype.Component;
import ru.hh.school.social.exceptions.NoIdException;
import ru.hh.school.social.impl.entities.Session;
import java.math.BigInteger;
import java.security.SecureRandom;
import java.util.LinkedHashMap;
import java.util.Map;
... | UTF-8 | Java | 1,533 | java | MemSessionRepository.java | Java | [
{
"context": "il.Map;\n\n/**\n * Created by IntelliJ IDEA.\n * User: Тимур\n * Date: 10.01.12\n * Time: 15:53\n * To change thi",
"end": 367,
"score": 0.9798477292060852,
"start": 362,
"tag": "NAME",
"value": "Тимур"
}
] | null | [] | package ru.hh.school.social.impl.repositories;
import org.springframework.stereotype.Component;
import ru.hh.school.social.exceptions.NoIdException;
import ru.hh.school.social.impl.entities.Session;
import java.math.BigInteger;
import java.security.SecureRandom;
import java.util.LinkedHashMap;
import java.util.Map;
... | 1,533 | 0.727094 | 0.717277 | 45 | 32.955555 | 27.350365 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 12 |
eae2d1647157c79d08de2618ad5ecb220c966ddf | 4,243,427,702,075 | 9d97697567d2a11c7279d3e7b11aaa0a54312d0e | /swim-java/swim-runtime/swim-core/swim.uri/src/test/java/swim/uri/UriResolverSpec.java | bf838ccd614c3c08e92634c5396be0963d294836 | [
"Apache-2.0"
] | permissive | swimos/swim | https://github.com/swimos/swim | 5c8b3b4fff6741836f987bf92e58316c2a933bd5 | f0eabb587f4f73bce50f51fb293c460e86e84e35 | refs/heads/main | 2023-09-01T00:13:23.863000 | 2023-05-26T06:50:35 | 2023-05-26T06:50:35 | 171,474,064 | 501 | 42 | Apache-2.0 | false | 2023-09-12T05:31:34 | 2019-02-19T12:59:06 | 2023-08-27T07:11:38 | 2023-09-12T05:31:34 | 24,313 | 465 | 38 | 41 | Java | false | false | // Copyright 2015-2023 Swim.inc
//
// 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 i... | UTF-8 | Java | 6,915 | java | UriResolverSpec.java | Java | [] | null | [] | // Copyright 2015-2023 Swim.inc
//
// 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 i... | 6,915 | 0.618366 | 0.616197 | 116 | 58.612068 | 36.122105 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37931 | false | false | 12 |
acc7290f23856b5d32955dcf165fdfdf7ee245dd | 12,567,074,361,380 | 381b152b8ac222e794f9a3130c641f605cd0b30c | /src/main/java/com/acme/sales/vendor/VendorRepository.java | 2cf8c30429ec5ae5530721bc6a9b454770ce41fd | [] | no_license | LashondaM/salesweb | https://github.com/LashondaM/salesweb | 70b3c99693a744ff0ee2fa289fdbf06a1dc48191 | ea14ca9cfaf2815876adfd4edd3ff46819c3e919 | refs/heads/main | 2023-08-20T09:46:01.422000 | 2021-10-26T20:28:05 | 2021-10-26T20:28:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.acme.sales.vendor;
//
//import java.util.Optional;
//
//import org.springframework.data.jpa.repository.JpaRepository;
//
//public interface VendorRepository extends JpaRepository<Vendor, Integer>{
// Optional<Vendor> findByCodeAndName(String code, String name);
//}
| UTF-8 | Java | 280 | java | VendorRepository.java | Java | [] | null | [] | //package com.acme.sales.vendor;
//
//import java.util.Optional;
//
//import org.springframework.data.jpa.repository.JpaRepository;
//
//public interface VendorRepository extends JpaRepository<Vendor, Integer>{
// Optional<Vendor> findByCodeAndName(String code, String name);
//}
| 280 | 0.771429 | 0.771429 | 9 | 30.111111 | 28.594656 | 75 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 12 |
bd833fd7749b7433b17e8a0e67470a7d5387d415 | 34,763,465,319,000 | 730a6641b98ca525ac36e5aecab45580ce2919cf | /app/src/main/java/com/example/spotifyclone/ui/library/CreatePlaylistActivity.java | e6fb7baf17222e5501db5d168eda1afa58119d32 | [] | no_license | bdeguigne/Spotify-Clone | https://github.com/bdeguigne/Spotify-Clone | 5aa282e288603138fa48dc9c42a658c067354752 | d5972396569dc2f54f9df7faec7a857e5cff6dc7 | refs/heads/master | 2022-12-18T04:29:31.350000 | 2020-09-21T06:21:48 | 2020-09-21T06:21:48 | 296,260,672 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.spotifyclone.ui.library;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import androidx.lifecycle.ViewModelProvider;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.V... | UTF-8 | Java | 2,783 | java | CreatePlaylistActivity.java | Java | [] | null | [] | package com.example.spotifyclone.ui.library;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import androidx.lifecycle.ViewModelProvider;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import android.view.V... | 2,783 | 0.677327 | 0.676967 | 74 | 36.62162 | 33.506233 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 12 |
5da30c7f980a8c62730eed5f32b1626d1e01a66f | 35,012,573,408,753 | 735dceab79073628a0a179cb2f5dc26602a99b67 | /powaco-agwater/src/com/powaco/agwater/model/GhiChiSoNuoc.java | 20379f91d5737bd85d3d12cf5b3e886a301a6ccc | [] | no_license | Timon-CHP/powaco-agwater | https://github.com/Timon-CHP/powaco-agwater | 7f456574a29cd860875eecc96b28dd21dec5cae2 | 7af0c086d08127383482625fac8991a0b81b5e73 | refs/heads/master | 2021-01-10T15:10:14.094000 | 2014-01-03T03:49:30 | 2014-01-03T03:49:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.powaco.agwater.model;
import java.io.Serializable;
public class GhiChiSoNuoc extends Infor implements Serializable{
private static final long serialVersionUID = 1L;
private String idkh;
private String sodb;
private String tenkh;
private String thang;
private String nam;
private S... | UTF-8 | Java | 800 | java | GhiChiSoNuoc.java | Java | [] | null | [] | package com.powaco.agwater.model;
import java.io.Serializable;
public class GhiChiSoNuoc extends Infor implements Serializable{
private static final long serialVersionUID = 1L;
private String idkh;
private String sodb;
private String tenkh;
private String thang;
private String nam;
private S... | 800 | 0.69125 | 0.69 | 37 | 19.621622 | 21.416527 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.756757 | false | false | 12 |
ad080a9eeb3956e1bb32953ceab5c3dd4a2df995 | 12,781,822,715,875 | a4d08d851b9298754ef6f9a288aa92b4c1650079 | /src/source/esdk_controller_rest/src/main/java/com/huawei/esdk/controller/north/rest/app/resource/securitygroup/SecurityGroupResource.java | daa7285c5758832bf5b5b2173517f1f42f871afa | [
"Apache-2.0"
] | permissive | Huawei/eSDK_Controller_REST_Windows_Java | https://github.com/Huawei/eSDK_Controller_REST_Windows_Java | 12562bd3dbcc859e1f635d502b258db022e8721f | 3e338fff92266a025a67df154f9d12cd34dd924a | refs/heads/master | 2019-01-17T04:40:22.056000 | 2016-11-10T08:29:01 | 2016-11-10T08:29:01 | 73,354,826 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2015 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | UTF-8 | Java | 7,735 | java | SecurityGroupResource.java | Java | [] | null | [] | /**
* Copyright 2015 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is 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
*
* ... | 7,735 | 0.6926 | 0.690373 | 197 | 37.756344 | 32.809116 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086294 | false | false | 12 |
bebbca098c1588412de9183e3310bad45c71927e | 36,550,171,707,059 | 2ac9bde33fb6ade7b2ecd89aa6b3834107f3f782 | /src/array/test/OneStringIsRotationOfAnother.java | 3c433808a6dab1402d7e89bc593b384c55883dc6 | [] | no_license | jayramdubey/coding_sec2 | https://github.com/jayramdubey/coding_sec2 | 7a2f9a44fe352a1dff49a1e4fd9ea5421b72bd2f | 4ced08f2977a253cc38d3a361c62dc5f5bb2ee10 | refs/heads/main | 2023-04-26T23:34:38.539000 | 2021-05-09T07:24:57 | 2021-05-09T07:24:57 | 365,574,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package array.test;
import java.util.Scanner;
public class OneStringIsRotationOfAnother {
public static void main(String arg[]){
String s1 = "banana";
String s2 = "anaban";
isRotaionOrNot(s1,s2);
}
private static void isRotaionOrNot(String s1, String s2) {
if(s1.length()!=s2.length()){
Syst... | UTF-8 | Java | 561 | java | OneStringIsRotationOfAnother.java | Java | [] | null | [] | package array.test;
import java.util.Scanner;
public class OneStringIsRotationOfAnother {
public static void main(String arg[]){
String s1 = "banana";
String s2 = "anaban";
isRotaionOrNot(s1,s2);
}
private static void isRotaionOrNot(String s1, String s2) {
if(s1.length()!=s2.length()){
Syst... | 561 | 0.659537 | 0.625668 | 24 | 22.375 | 20.40999 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.791667 | false | false | 12 |
cac91a07d1abcb1393dc3b5327c55cde5eb4150d | 36,550,171,707,269 | 77c41ecd947a224929ca23768a5cf6615a8c36d5 | /src/com/loiko/alex/lesson14/people/OldestPerson.java | ddff508c00d5e6830f5071fbf27498fc0a1b3282 | [] | no_license | CoffeeAL/study-2 | https://github.com/CoffeeAL/study-2 | 7ae147dc14247dc558c513d3fc94691c88afc94e | 31bb382acac930a265ba1c3465588c6b7022e28f | refs/heads/main | 2023-04-15T15:35:12.279000 | 2021-04-23T17:12:27 | 2021-04-23T17:12:27 | 360,822,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.loiko.alex.lesson14.people;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;
/**
* @author Alexey Loiko
* @project study-2
*/
/**
* Дан класс Person с полями firstName, lastName, age. Вывести полное имя самого старшего человека, у которого
* длина этого имени не превышает... | UTF-8 | Java | 1,338 | java | OldestPerson.java | Java | [
{
"context": "til.HashSet;\nimport java.util.Set;\n\n/**\n * @author Alexey Loiko\n * @project study-2\n */\n\n/**\n * Дан класс Person ",
"end": 146,
"score": 0.9998464584350586,
"start": 134,
"tag": "NAME",
"value": "Alexey Loiko"
},
{
"context": "= new HashSet<>();\n people... | null | [] | package com.loiko.alex.lesson14.people;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;
/**
* @author <NAME>
* @project study-2
*/
/**
* Дан класс Person с полями firstName, lastName, age. Вывести полное имя самого старшего человека, у которого
* длина этого имени не превышает 15 си... | 1,332 | 0.622088 | 0.604832 | 34 | 33.117645 | 29.087864 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 12 |
7ce17b1329ad46b80428a533417bd4ec11139eb3 | 35,897,336,680,165 | 102b240774c3741bd9901ad931d72f9b2186017f | /src/main/java/uk/gov/hmcts/probate/config/SecurityConfiguration.java | 057947b258df6653d0f41da9469ed97f27e310ef | [
"MIT"
] | permissive | hmcts/probate-sol-ccd-services | https://github.com/hmcts/probate-sol-ccd-services | 44417b218b0fd6e6ddc1998b7de489c4aa58e079 | 5db1be9a9f4b5849fb3d597a5d92696fbf5cd4c1 | refs/heads/master | 2018-12-24T14:15:57.487000 | 2018-12-20T14:55:31 | 2018-12-20T14:55:31 | 128,388,317 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.gov.hmcts.probate.config;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.ProviderManager;
... | UTF-8 | Java | 2,584 | java | SecurityConfiguration.java | Java | [] | null | [] | package uk.gov.hmcts.probate.config;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.ProviderManager;
... | 2,584 | 0.749613 | 0.748839 | 54 | 46.851852 | 32.409649 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462963 | false | false | 12 |
9a8572b2e990643246bc62dfc3190e9694058f4d | 1,898,375,594,633 | 9b307c596ba158de655f134c8b5a1b25179e704e | /JDSBPM5/src/userclient/net/itjds/usm/persistence/action/FindModule.java | 86e70f4cf7e951462c81ef46b8bee83986e41c65 | [] | no_license | zhanght86/JDSBPM5 | https://github.com/zhanght86/JDSBPM5 | a5f7fa5b3568e349418ad7d92cb927ff114d9836 | fb3ff6faa38f63183adf40b72db0600a8febcae1 | refs/heads/master | 2020-03-27T23:01:36.445000 | 2014-05-21T18:11:51 | 2014-05-21T18:11:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.itjds.usm.persistence.action;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import net.itjds.common.database.DBBeanBase;
import org.appfuse.webapp.action.BaseAction;
import com.kzxd.db.ac... | UTF-8 | Java | 6,586 | java | FindModule.java | Java | [] | null | [] | package net.itjds.usm.persistence.action;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import net.itjds.common.database.DBBeanBase;
import org.appfuse.webapp.action.BaseAction;
import com.kzxd.db.ac... | 6,586 | 0.63468 | 0.63225 | 269 | 23.483271 | 15.926314 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.052045 | false | false | 12 |
17e29f9dd72c19c52f94b56ab06409ae755cdb2c | 36,051,955,492,995 | f77b959c71914c442e77cc67465b26121a84af0f | /src/test/java/com/acme/edu/unit/CommandExceptionHandlingTest.java | ce1426d741084a2133908c7c2987c06769d08e61 | [] | no_license | elfray/java-junior | https://github.com/elfray/java-junior | 075f29246073f3bc206d608afc81b2befe7da273 | 856be749682b029e6597c5bc08e1750ea3c70ffc | refs/heads/master | 2018-01-13T15:25:48.804000 | 2015-11-11T19:13:30 | 2015-11-11T19:13:30 | 45,110,821 | 0 | 0 | null | true | 2015-10-28T12:28:47 | 2015-10-28T12:28:47 | 2015-10-06T10:46:34 | 2015-10-27T15:14:24 | 168 | 0 | 0 | 0 | null | null | null | package com.acme.edu.unit;
import com.acme.edu.businessexceptions.LoggingException;
import com.acme.edu.commands.LogUnaccumulatedTypeCommand;
import com.acme.edu.decorators.Decorator;
import com.acme.edu.writers.LogWriter;
import com.acme.edu.writers.LogWriterException;
import org.junit.Before;
import org.junit.Test;
... | UTF-8 | Java | 3,291 | java | CommandExceptionHandlingTest.java | Java | [] | null | [] | package com.acme.edu.unit;
import com.acme.edu.businessexceptions.LoggingException;
import com.acme.edu.commands.LogUnaccumulatedTypeCommand;
import com.acme.edu.decorators.Decorator;
import com.acme.edu.writers.LogWriter;
import com.acme.edu.writers.LogWriterException;
import org.junit.Before;
import org.junit.Test;
... | 3,291 | 0.74172 | 0.74172 | 79 | 40.658226 | 34.622334 | 146 | false | false | 0 | 0 | 0 | 0 | 100 | 0.082346 | 0.658228 | false | false | 12 |
ffe03b2d90a28551fd8796ee7cd7382e04908ae8 | 5,153,960,816,418 | c13c9080124ba367fafe54ab5074f16eefee9385 | /src/main/java/server/config/CompanyDataProperties.java | 1a1cd9fd51cdb6370f1c21bd6ce453a24750b36e | [] | no_license | herohung093/hixelserver | https://github.com/herohung093/hixelserver | c813dcb0fb5b631dacdf418cda263f6cb9a7af4b | d06e6e144c22b1c2952cdf0736a5cf7c839b795f | refs/heads/master | 2020-04-12T21:40:29.410000 | 2018-12-22T00:13:12 | 2018-12-22T00:13:12 | 162,768,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.validation.annotation.Validated;
import javax.validation.Valid;
import javax.validation.constraints.Min;
/**
* Configuration opti... | UTF-8 | Java | 2,843 | java | CompanyDataProperties.java | Java | [] | null | [] | package server.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.validation.annotation.Validated;
import javax.validation.Valid;
import javax.validation.constraints.Min;
/**
* Configuration opti... | 2,843 | 0.589166 | 0.582835 | 119 | 22.89916 | 23.083843 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.168067 | false | false | 12 |
8446aaa3dd9586243481b5c94976ca740a9a21bb | 9,002,251,501,923 | 6b59c6363a0db1f80e515ce62a9cc8ea293c1a3e | /InRadar/app/src/main/java/inradar/linkedin/com/inradar/RestService.java | b364f51ea387e913e3e3e2147b59bb3c869b8638 | [] | no_license | averiefish/inradar_android | https://github.com/averiefish/inradar_android | 02c4d91b8277add773a8d09c5905364c5825e73d | 0a4825fdf034b6304031ba616ac97c154660fc4b | refs/heads/master | 2016-09-11T13:45:49.860000 | 2014-11-09T08:28:56 | 2014-11-09T08:28:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
package inradar.linkedin.com.inradar;
import android.app.IntentService;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.ResultReceiver;
import android.util.Log;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLi... | UTF-8 | Java | 3,123 | java | RestService.java | Java | [
{
"context": "\nimport java.io.IOException;\n\n*/\n/**\n * Created by bili on 11/8/14.\n *//*\n\npublic class RestService exten",
"end": 632,
"score": 0.9922952055931091,
"start": 628,
"tag": "USERNAME",
"value": "bili"
}
] | null | [] | /*
package inradar.linkedin.com.inradar;
import android.app.IntentService;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.ResultReceiver;
import android.util.Log;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLi... | 3,123 | 0.621838 | 0.619917 | 94 | 32.223404 | 28.298243 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585106 | false | false | 12 |
8f9eaf45201428db10ef1d62b68b1ff50fd909cc | 9,388,798,563,790 | e40b8780eb9a9fb04b69869c03d1795b34359562 | /src/lesson13多线程学习补充_volatile/VolatileTest.java | a8b8e28264ca51bbbd86d07c6ee49c8515336636 | [] | no_license | polarbear007/multi-threading-test | https://github.com/polarbear007/multi-threading-test | f3b5f2221fe25ae4f9d86ebfc8d3856952cab0f8 | b6ac65e74e1c61029976f6d589e8258e7c0669fc | refs/heads/master | 2020-06-21T17:14:53.052000 | 2019-07-18T04:42:31 | 2019-07-18T04:42:31 | 197,512,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson13多线程学习补充_volatile;
class TicketSell implements Runnable{
// 当一个变量使用 volatile 修饰,那么可以保证a线程中对该变量修改以后, b线程中可以读取到修改后的值,也就是说 a线程的修改对b线程是可见的。
// 但是在这个例子中,使用 volatile 并不能真正解决重复标或者 负数票的问题。 -------> 因为volatile 只保证了可见性,却不保证原子性。
// 而 ticket-- 这个操作并不是原子性操作,虽然 a线程一修改, b线程就能马上读取到修改后的值,但是没有用。因为 ticket-- ... | GB18030 | Java | 1,609 | java | VolatileTest.java | Java | [] | null | [] | package lesson13多线程学习补充_volatile;
class TicketSell implements Runnable{
// 当一个变量使用 volatile 修饰,那么可以保证a线程中对该变量修改以后, b线程中可以读取到修改后的值,也就是说 a线程的修改对b线程是可见的。
// 但是在这个例子中,使用 volatile 并不能真正解决重复标或者 负数票的问题。 -------> 因为volatile 只保证了可见性,却不保证原子性。
// 而 ticket-- 这个操作并不是原子性操作,虽然 a线程一修改, b线程就能马上读取到修改后的值,但是没有用。因为 ticket-- ... | 1,609 | 0.626452 | 0.610366 | 42 | 24.642857 | 25.400433 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 12 |
102d85ac85c7dbead6eec648b4bceb3749610279 | 1,906,965,531,396 | 3779a6fd3d7149c53952856b9568a79a7eadcf60 | /SimpleSpringProject/src/org/packt/Spring/chapter2/setterinjection/PayrollSystem.java | 6f8c671ac0b40ee88e977f9599156bde7ed9422b | [] | no_license | trannamhanu/springframework | https://github.com/trannamhanu/springframework | 7625270d49957e6beac1ebd2cbd8ec6a09451580 | 7beb939f14f43e93cd8c6082531801dbf2038461 | refs/heads/master | 2019-07-02T02:38:20.219000 | 2017-10-03T08:05:27 | 2017-10-03T08:05:27 | 102,851,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.packt.Spring.chapter2.setterinjection;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class PayrollSystem {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext(... | UTF-8 | Java | 550 | java | PayrollSystem.java | Java | [] | null | [] | package org.packt.Spring.chapter2.setterinjection;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class PayrollSystem {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext(... | 550 | 0.783636 | 0.763636 | 17 | 31.352942 | 27.668077 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 12 |
de7714b96aaba63c3eac340f0e01183bc9cde96c | 1,434,519,137,357 | 886f5635325a6c1fbc2f220c0ee2942b9b41c7e2 | /app/src/main/java/mobi/inthepocket/customlayoutmanager/adapters/BasicAdapter.java | e082a2e4935bedaeeba7a13a29e3b4da08c937d1 | [
"MIT"
] | permissive | weikipeng/custom-layoutmanager-android | https://github.com/weikipeng/custom-layoutmanager-android | a5622df065f03bb435cc56999b94849ff5d6911f | ccba5670a4f1f179b22acfb5ca931dde917d3e7b | refs/heads/master | 2021-07-04T10:39:34.364000 | 2017-09-28T02:02:13 | 2017-09-28T02:02:13 | 100,344,109 | 0 | 0 | null | true | 2017-08-15T06:01:48 | 2017-08-15T06:01:48 | 2017-06-30T22:34:53 | 2017-03-28T11:04:45 | 99 | 0 | 0 | 0 | null | null | null | package mobi.inthepocket.customlayoutmanager.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import mobi.inthepocket.customlayoutmanager.R;
import mobi.int... | UTF-8 | Java | 5,109 | java | BasicAdapter.java | Java | [] | null | [] | package mobi.inthepocket.customlayoutmanager.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import mobi.inthepocket.customlayoutmanager.R;
import mobi.int... | 5,109 | 0.628499 | 0.627324 | 169 | 29.23077 | 25.756254 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426035 | false | false | 12 |
7179726bba413ea1f5efe99c43984cac4a0142e8 | 1,434,519,135,404 | a6a9b08b21bcebaaef707856d2cf9c3cb0b4d10b | /src/medium/addtwonumbers/Solution.java | 30da7d8e4c7650a5de14dc65fc5145569361b8dc | [] | no_license | wxwcase/LeetCodeJava | https://github.com/wxwcase/LeetCodeJava | 4ad6a51c1e9e95ae7c7b3ab2f5878aa16ad1fad6 | 7366236981bf603bb673e0e54831973ad94b81c3 | refs/heads/master | 2020-04-04T17:10:36.380000 | 2015-06-24T03:40:30 | 2015-06-24T03:40:30 | 30,601,862 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package medium.addtwonumbers;
import common.datastruct.ListNode;
public class Solution {
/**
* Given two linked lists representing two non-negative numbers.
* The digits are stored in reverse order and each of their nodes
* contain a single digit. Add the two numbers and return it as a linked list.
*... | UTF-8 | Java | 1,336 | java | Solution.java | Java | [] | null | [] | package medium.addtwonumbers;
import common.datastruct.ListNode;
public class Solution {
/**
* Given two linked lists representing two non-negative numbers.
* The digits are stored in reverse order and each of their nodes
* contain a single digit. Add the two numbers and return it as a linked list.
*... | 1,336 | 0.529192 | 0.509731 | 58 | 22.034483 | 17.39398 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 12 |
3377aa531368b95773d59bad9bf465e82bd56c41 | 7,103,875,964,983 | 8e72ef7df053f17b311c5442dde826a95b246956 | /app/src/main/java/com/mango/leo/zsproject/personalcenter/show/kefu/PhActivity.java | cd810b387a7c6f9c453b033d501c3bd47e9f5a95 | [] | no_license | yangxinbin/zsproject | https://github.com/yangxinbin/zsproject | a86f52883a269667693c9d3243bdb3118ce07d5a | 434470a1d649ae47e4c83977184429cad42cffa7 | refs/heads/master | 2020-03-16T19:14:28.448000 | 2018-08-01T07:38:44 | 2018-08-01T07:38:44 | 132,906,797 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mango.leo.zsproject.personalcenter.show.kefu;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
... | UTF-8 | Java | 2,664 | java | PhActivity.java | Java | [] | null | [] | package com.mango.leo.zsproject.personalcenter.show.kefu;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
... | 2,664 | 0.581368 | 0.569182 | 84 | 29.285715 | 19.452366 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511905 | false | false | 12 |
b5984134e4b6eea731d2a2d24422fcefbf204bd0 | 11,905,649,376,561 | ed41881a6752334488e81418bcb01f5a76ebfc5b | /app/src/main/java/newsemc/com/awit/news/newsemcapp/GloBalUrl/GloBalUrl.java | 236946a1b060396a42a2ffb99ec53261b1dc6341 | [] | no_license | hengzwd/NEWSAPP | https://github.com/hengzwd/NEWSAPP | cf26c0ba106a8b365956663ec5be23f6c2b25da7 | d1a655572c6db67fe43cac0b368600fcb799c6c1 | refs/heads/master | 2021-01-09T06:04:05.835000 | 2017-03-16T07:57:14 | 2017-03-16T07:57:14 | 83,373,604 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package newsemc.com.awit.news.newsemcapp.GloBalUrl;
/**
* Created by Administrator on 2016-08-22.
*/
public class GloBalUrl {
// public static String match = "http://www.r93535.com/gatewaytest/inter/inter!getMatchAppId.action?userId=jslnqinzhengyang&appId=2";
public static String match = "http://www.r93535.co... | UTF-8 | Java | 367 | java | GloBalUrl.java | Java | [] | null | [] | package newsemc.com.awit.news.newsemcapp.GloBalUrl;
/**
* Created by Administrator on 2016-08-22.
*/
public class GloBalUrl {
// public static String match = "http://www.r93535.com/gatewaytest/inter/inter!getMatchAppId.action?userId=jslnqinzhengyang&appId=2";
public static String match = "http://www.r93535.co... | 367 | 0.757493 | 0.705722 | 9 | 39.777779 | 45.728127 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
2bfa399b3f9bb42d93572655d51196149d4b03ab | 11,905,649,374,021 | bb5467c4cace9b8d95ad7578cf62a56f9b49f2f2 | /WebService/src/java/Gestion/Movimiento.java | c9e03195821050a926d3fe5f4052337f304faff5 | [] | no_license | RMS-TEAM/SoapWebService | https://github.com/RMS-TEAM/SoapWebService | 5c34e7992b651cf5a699e5e0a94e582340f494b7 | 26d78d2c10f272c234415442f180fa8bfe7a30ae | refs/heads/master | 2021-01-18T03:50:09.869000 | 2012-06-04T22:28:32 | 2012-06-04T22:28:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Gestion;
import DAO.Entidad;
import java.util.ArrayList;
public class Movimiento implements Entidad{
private ArrayList<String> movimiento;
public Movimiento(){
movimiento = new ArrayList<String>();
}
public ArrayList<String> getMovimiento() {
return movimiento;
}... | UTF-8 | Java | 670 | java | Movimiento.java | Java | [] | null | [] | package Gestion;
import DAO.Entidad;
import java.util.ArrayList;
public class Movimiento implements Entidad{
private ArrayList<String> movimiento;
public Movimiento(){
movimiento = new ArrayList<String>();
}
public ArrayList<String> getMovimiento() {
return movimiento;
}... | 670 | 0.656716 | 0.656716 | 31 | 20.612904 | 20.270235 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 12 |
a2f6bffc98d176d32753e4f5d5643473cf4fe293 | 6,682,969,166,576 | 9ee7fd07255ed9c8ca503cc550ee4dc3667067fe | /src/main/java/com/example/demo/security/jwt/JwtTokenService.java | 707da445245dd4afd2b9db9444d97d8871500dd5 | [] | no_license | NTDung141/chat-app-server | https://github.com/NTDung141/chat-app-server | bfe4d206c167b4138ee375ffb5166f64cced131a | a9f0ee37521e4922477c10f708f12db0f1d7829f | refs/heads/master | 2023-07-05T00:47:10.541000 | 2021-09-02T08:24:42 | 2021-09-02T08:24:42 | 399,076,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.security.jwt;
import io.jsonwebtoken.ExpiredJwtException;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.MalformedJwtException;
import io.jsonwebtoken.SignatureAlgorithm;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.spri... | UTF-8 | Java | 1,888 | java | JwtTokenService.java | Java | [] | null | [] | package com.example.demo.security.jwt;
import io.jsonwebtoken.ExpiredJwtException;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.MalformedJwtException;
import io.jsonwebtoken.SignatureAlgorithm;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.spri... | 1,888 | 0.704449 | 0.702331 | 55 | 33.327274 | 27.75153 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490909 | false | false | 12 |
4f8452b2ae57ec9c0c3888ba57ed8c3113da43c0 | 609,885,419,110 | a4061faa748be79ff15172651f05bfd3f7140075 | /src/main/java/io/github/jonestimd/swing/table/MixedRowTableColumn.java | 4f119efbb74b881b44df84f346153a14c97eccdb | [
"MIT"
] | permissive | jonestimd/swing-extensions | https://github.com/jonestimd/swing-extensions | 08f0d512c395ecd305784829a1cb4c1b88ce0937 | d7d77c62636db1a045b4d5b2fd15e54d90af9882 | refs/heads/master | 2022-03-01T04:16:49.945000 | 2022-01-15T18:55:58 | 2022-01-15T18:55:58 | 51,336,670 | 10 | 0 | MIT | false | 2021-08-13T21:02:37 | 2016-02-09T00:08:41 | 2021-03-10T21:33:38 | 2021-08-13T21:02:36 | 2,567 | 2 | 0 | 1 | Java | false | false | // The MIT License (MIT)
//
// Copyright (c) 2021 Timothy D. Jones
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use... | UTF-8 | Java | 6,293 | java | MixedRowTableColumn.java | Java | [
{
"context": "// The MIT License (MIT)\n//\n// Copyright (c) 2021 Timothy D. Jones\n//\n// Permission is hereby granted, free of charg",
"end": 66,
"score": 0.999843955039978,
"start": 50,
"tag": "NAME",
"value": "Timothy D. Jones"
}
] | null | [] | // The MIT License (MIT)
//
// Copyright (c) 2021 <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, mo... | 6,283 | 0.693469 | 0.691721 | 147 | 41.816326 | 35.406296 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782313 | false | false | 12 |
1c30c69a2535f82259544512fb1165926b6f2199 | 5,970,004,603,836 | 9e4b17253d305ef1e72127b67da6ec6c562e4808 | /src/main/test/mock/FinancialBuildEnvironment.java | 2f3d74b522d40223e365106193191798fc29d236 | [] | no_license | PErFeCtISHiT/ERPsoftware | https://github.com/PErFeCtISHiT/ERPsoftware | 60c65f9291d1d609bb7c917fecfabbf17e7c9b7c | 22fca39e0457500d3457fa8ed8282809edeed524 | refs/heads/master | 2021-09-04T00:14:56.740000 | 2018-01-13T06:38:09 | 2018-01-13T06:38:09 | 110,433,224 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mock;
import client.BL.Accountant.FinancialBuildAccountbl.FinancialBuildController;
import client.Vo.AccountInitVO;
import server.Po.coPO;
import server.Po.consumerPO;
import server.Po.goodsPO;
import shared.ResultMessage;
import java.util.ArrayList;
/**
* Created by Leonarda on 2017/11/7.
*/
public class ... | UTF-8 | Java | 711 | java | FinancialBuildEnvironment.java | Java | [
{
"context": "e;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Leonarda on 2017/11/7.\n */\npublic class FinancialBuildEnvi",
"end": 288,
"score": 0.9946967959403992,
"start": 280,
"tag": "USERNAME",
"value": "Leonarda"
}
] | null | [] | package mock;
import client.BL.Accountant.FinancialBuildAccountbl.FinancialBuildController;
import client.Vo.AccountInitVO;
import server.Po.coPO;
import server.Po.consumerPO;
import server.Po.goodsPO;
import shared.ResultMessage;
import java.util.ArrayList;
/**
* Created by Leonarda on 2017/11/7.
*/
public class ... | 711 | 0.779184 | 0.769339 | 23 | 29.913044 | 34.73241 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 12 |
aec2c59a2abc13dc88eaf142475c6f0f2b04d3b2 | 21,199,958,619,057 | c169f6f7359f1a650f65a2bc26eb3c060d74bd3a | /app/src/main/java/com/cs151/helpfulhints/Fragments/AddSubjectDialogFragment.java | ca87ff96f23c342c8365de5d30a8db20f27299dd | [] | no_license | chrpham/cs151 | https://github.com/chrpham/cs151 | f9a4ab7db222071a3bacb37b4a7ca6d1e2533e82 | 89965991b2e3ca1872424874b9a06ef15c36ce7a | refs/heads/master | 2016-09-06T04:55:56.701000 | 2015-11-29T20:29:45 | 2015-11-29T20:29:45 | 41,507,534 | 0 | 0 | null | false | 2015-11-29T20:29:45 | 2015-08-27T19:39:02 | 2015-09-26T22:52:51 | 2015-11-29T20:29:45 | 211 | 0 | 0 | 0 | Java | null | null | package com.cs151.helpfulhints.Fragments;
import android.app.DialogFragment;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import... | UTF-8 | Java | 2,725 | java | AddSubjectDialogFragment.java | Java | [] | null | [] | package com.cs151.helpfulhints.Fragments;
import android.app.DialogFragment;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import... | 2,725 | 0.689541 | 0.68367 | 76 | 34.855263 | 28.791311 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 12 |
dc51127a75cce9033bc58c5422f0650da663bf3b | 7,765,300,871,883 | cb9a4368cd0410fade74d065033c2ecb1a453831 | /src/main/java/com/demo/webapp/web/controller/LoginController.java | 80f351a1c7cd8be8540f86d3e642902db8346e65 | [] | no_license | cokepluscarbon/webapp | https://github.com/cokepluscarbon/webapp | 715cb8539c1576af884f53bade38564d964747c9 | 9e20b03678a389c3f07f69e8f44dae78921fa260 | refs/heads/master | 2021-01-25T08:55:04.459000 | 2014-05-23T01:35:05 | 2014-05-23T01:35:05 | 18,054,480 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.webapp.web.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotat... | UTF-8 | Java | 949 | java | LoginController.java | Java | [] | null | [] | package com.demo.webapp.web.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotat... | 949 | 0.754478 | 0.754478 | 36 | 25.361111 | 23.452259 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 12 |
24fc123f4c445477babf604a8b318b9544241028 | 7,756,711,005,117 | f76aa6770a47c6220f888f65e742f3c6a3e31547 | /src/main/java/Adventure/Bosses/Boss.java | c164d44e5cabcf2b1fb42357b634d7fcfbf23bb6 | [] | no_license | DanielLyleWilliamWarren/fantasyAdventureLab | https://github.com/DanielLyleWilliamWarren/fantasyAdventureLab | cc636669148a171a6e1188ccf1d69ecb95c82bde | ff70b1593d5d327aa73571ebd18c2aa2c9920a67 | refs/heads/master | 2020-03-22T07:52:52.313000 | 2018-07-04T14:02:11 | 2018-07-04T14:02:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Adventure.Bosses;
public abstract class Boss {
private int hp;
private int damage;
public Boss(int hp, int damage) {
this.hp = hp;
this.damage = damage;
}
public int getHP() {
return this.hp;
}
public int getDamage() {
return this.damage;
}
... | UTF-8 | Java | 395 | java | Boss.java | Java | [] | null | [] | package Adventure.Bosses;
public abstract class Boss {
private int hp;
private int damage;
public Boss(int hp, int damage) {
this.hp = hp;
this.damage = damage;
}
public int getHP() {
return this.hp;
}
public int getDamage() {
return this.damage;
}
... | 395 | 0.562025 | 0.562025 | 24 | 15.458333 | 13.244431 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 12 |
cd9f6a8cf501ff7f27236662b71a8821c39fe3af | 5,102,421,155,327 | b76af2dc8f20c4e0d8ee77b814ea59e6e6971cbc | /main/java/cannonmod/entity/EntityCannon.java | 68586c3a6dc7b94012798c8356e8df36e60307f4 | [] | no_license | Namayake5/ArtillerySource | https://github.com/Namayake5/ArtillerySource | 7fde604b20a1bc8b9d88f14df345dcfef540cfba | be5caefa42c1a8a1436845fbd77c1952d9c6a0ca | refs/heads/master | 2022-11-24T07:24:41.397000 | 2020-08-05T02:12:34 | 2020-08-05T02:12:34 | 285,153,131 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cannonmod.entity;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import javax.annotation.Nullable;
import cannonmod.core.CannonCore;
import cannonmod.core.MessageCannonGui;
import cannonmod.core.MessageCannonParticle;
import net.minecraft.block.Blo... | UTF-8 | Java | 53,374 | java | EntityCannon.java | Java | [] | null | [] | package cannonmod.entity;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import javax.annotation.Nullable;
import cannonmod.core.CannonCore;
import cannonmod.core.MessageCannonGui;
import cannonmod.core.MessageCannonParticle;
import net.minecraft.block.Blo... | 53,374 | 0.712594 | 0.689437 | 1,540 | 33.658443 | 32.716377 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.577273 | false | false | 12 |
9aa0c1f57e3a8dc9ee72f8a9f7c05ebfc03c3817 | 4,587,025,132,001 | fec87f6b53ba8eb5a1c51e4f105b9ea2ae54f6e9 | /Admin_Portal/src/admin_portal/database_connection/retrieveSingleDetails.java | 90d23ae3d2142dc0881ffed9d26b53873e906264 | [] | no_license | praveenkumarsh/College-Management-Syatem | https://github.com/praveenkumarsh/College-Management-Syatem | 69dfd5e38aa00365937963690d1f588a29c6adbb | 72bbead294172f4d9d3eaa245a6d6ce4815fd76f | refs/heads/master | 2023-03-17T02:59:55.646000 | 2019-08-22T18:51:54 | 2019-08-22T18:51:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package admin_portal.database_connection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class retrieveSingleDetails {
public static String userid = admin_portal.ui.login.LoginPortalController.user;
public static String name = "Ad... | UTF-8 | Java | 1,311 | java | retrieveSingleDetails.java | Java | [
{
"context": "Controller.user;\n public static String name = \"Administrator\";\n \n public static int retrieveyear(String ",
"end": 331,
"score": 0.9944964051246643,
"start": 318,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package admin_portal.database_connection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class retrieveSingleDetails {
public static String userid = admin_portal.ui.login.LoginPortalController.user;
public static String name = "Ad... | 1,311 | 0.562166 | 0.559115 | 34 | 37.558823 | 31.139338 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 12 |
8ca2728ff0b684dc70dbfe5bbaca8cffa7bfb669 | 4,587,025,131,713 | 264c9c2189202a14556ed7d954465e677da24295 | /app/src/main/java/edu/ucdavis/crayfis/fishstand/analysis/Analysis.java | 5369760bdb533e82d0c2acb0800be9c78bdd6e19 | [] | no_license | mulhearn/FishStand | https://github.com/mulhearn/FishStand | ac3be41cb062735f7b89eae1a1489319354098fd | 041de0f7dac83e92399db42a6ac7199f0d57d51e | refs/heads/master | 2021-01-22T17:48:22.264000 | 2019-09-14T04:44:11 | 2019-09-14T04:44:11 | 138,692,374 | 0 | 1 | null | false | 2019-04-14T05:14:51 | 2018-06-26T06:09:45 | 2018-09-17T07:34:38 | 2018-12-12T06:21:56 | 321 | 0 | 1 | 3 | Java | false | false | package edu.ucdavis.crayfis.fishstand.analysis;
import edu.ucdavis.crayfis.fishstand.camera.Frame;
public interface Analysis {
// DAQ interface:
void ProcessFrame(Frame frame);
void ProcessRun();
}
| UTF-8 | Java | 213 | java | Analysis.java | Java | [] | null | [] | package edu.ucdavis.crayfis.fishstand.analysis;
import edu.ucdavis.crayfis.fishstand.camera.Frame;
public interface Analysis {
// DAQ interface:
void ProcessFrame(Frame frame);
void ProcessRun();
}
| 213 | 0.746479 | 0.746479 | 9 | 22.555555 | 18.288498 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
a1e922570afb94b5fdb345b59377483cb5a016da | 31,834,297,657,669 | 94fc7ba368f03c64aedef8a730359ac7c291f6d8 | /SpringJDBC/src/SpringJDBCMain.java | ac036c336064af4d5380fefacaf0eefab5419716 | [] | no_license | RaghuNadimpalli/MyJavaProjects | https://github.com/RaghuNadimpalli/MyJavaProjects | a06bd0896ba1548ef88a27701326e6fd8c663ffe | b41d80b447f1b192b75a877aa617594e1fa15b99 | refs/heads/master | 2016-09-06T09:10:27.099000 | 2015-06-09T03:59:26 | 2015-06-09T03:59:26 | 35,584,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.raghunadimpalli.customer.dao.CustomerDAO;
import com.raghunadimpalli.customer.model.Customer;
public class SpringJDBCMain {
public static void main(String[] args) {
Applica... | UTF-8 | Java | 857 | java | SpringJDBCMain.java | Java | [
{
"context": "customer.setCustId(1);\n\t customer.setName(\"Raghu\");\n\t customer.setAge(31);\n\t custome",
"end": 602,
"score": 0.9997413754463196,
"start": 597,
"tag": "NAME",
"value": "Raghu"
}
] | null | [] | import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.raghunadimpalli.customer.dao.CustomerDAO;
import com.raghunadimpalli.customer.model.Customer;
public class SpringJDBCMain {
public static void main(String[] args) {
Applica... | 857 | 0.71762 | 0.710618 | 27 | 30.74074 | 25.993721 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.185185 | false | false | 12 |
de1b4e38090c241894d71d0921b6d6835e5c625f | 33,397,665,697,685 | c26ba0605cb1a863ddb8e03650faebc457d9539e | /java/solutions/src/Sum/No16_3SumClosest/Solution.java | 029b99334892883c6b320ade97e0207c7a9f137b | [] | no_license | adis300/BestLeetCode | https://github.com/adis300/BestLeetCode | 0f0a9b3887f117e1009723593e2785ad92be07c5 | 9cfcc7bface2957aa93177f083c207ac8ab58542 | refs/heads/master | 2021-01-23T11:07:33.981000 | 2017-07-05T19:01:54 | 2017-07-05T19:01:54 | 39,280,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Sum.No16_3SumClosest;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target.
* Return the sum of the three integers. You may assume that each input would have exactly ... | UTF-8 | Java | 1,075 | java | Solution.java | Java | [] | null | [] | package Sum.No16_3SumClosest;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target.
* Return the sum of the three integers. You may assume that each input would have exactly ... | 1,075 | 0.56 | 0.547907 | 35 | 29.714285 | 30.36311 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.685714 | false | false | 12 |
f8e1d6ae3d5f7fd41c63ffd6b6f5f3ededc017fb | 816,043,805,508 | 19cde2e4b822ff7f7a32db943b4e63d0b90f8166 | /src/main/java/com/jamcracker/objectRepository/customer/AppQueuePage.java | 92f1c19586a8bdc7e499ea7577d0836c88a73070 | [] | no_license | SaiRajeshT/JSDNAutomation | https://github.com/SaiRajeshT/JSDNAutomation | e1a23424eba7d1ebc12d05c04fa846bc3b690fe5 | b73a24dd980f6c1de1febc31b72ddb11ea253c25 | refs/heads/master | 2021-09-07T01:37:15.854000 | 2018-02-15T07:22:53 | 2018-02-15T07:22:53 | 106,266,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jamcracker.objectRepository.customer;
import org.openqa.selenium.support.PageFactory;
import com.jamcracker.utilities.TestBase;
public class AppQueuePage extends TestBase {
public AppQueuePage(){
PageFactory.initElements(driver, this);
}
}
| UTF-8 | Java | 278 | java | AppQueuePage.java | Java | [] | null | [] | package com.jamcracker.objectRepository.customer;
import org.openqa.selenium.support.PageFactory;
import com.jamcracker.utilities.TestBase;
public class AppQueuePage extends TestBase {
public AppQueuePage(){
PageFactory.initElements(driver, this);
}
}
| 278 | 0.755396 | 0.755396 | 14 | 17.857143 | 20.666941 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 12 |
5a3ebfcdc734aa35880484a4055aa87e50f3ec7b | 5,274,219,841,755 | df38014178613455f157cb7eac457218344edf2f | /src/main/java/com/motkur/thebigone/Repository/HistoryRepository.java | 86ad20a0989a7b60f853801151c3cb962faedaf8 | [] | no_license | kuras120/TheBigOne | https://github.com/kuras120/TheBigOne | b6caf6b56b84be0e1e4b74b4a41c4ebc4c17d6ca | 28a7ad6768c1da69c0367458760c3920d2226615 | refs/heads/master | 2021-06-10T18:53:59.479000 | 2019-08-29T17:56:42 | 2019-08-29T17:56:42 | 172,899,266 | 0 | 1 | null | false | 2019-08-29T17:56:43 | 2019-02-27T11:02:34 | 2019-05-28T17:37:48 | 2019-08-29T17:56:42 | 1,329 | 0 | 1 | 0 | Java | false | false | package com.motkur.thebigone.Repository;
import com.motkur.thebigone.Model.History;
import org.springframework.data.jpa.repository.JpaRepository;
public interface HistoryRepository extends JpaRepository<History, Long> {
}
| UTF-8 | Java | 224 | java | HistoryRepository.java | Java | [] | null | [] | package com.motkur.thebigone.Repository;
import com.motkur.thebigone.Model.History;
import org.springframework.data.jpa.repository.JpaRepository;
public interface HistoryRepository extends JpaRepository<History, Long> {
}
| 224 | 0.839286 | 0.839286 | 7 | 31 | 28.505638 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 12 |
eb8963bdb902af78312c06326199dc81c8517317 | 171,798,705,154 | 87f970ab8b4b504c8215f6aac2d6e98ac0e9f9d5 | /src/java/com/wonders/service/HelloWorld.java | e374dc682e03a20b7f8fb8bbb6e0faa6d47a2029 | [] | no_license | Q-jone/wd-portal | https://github.com/Q-jone/wd-portal | f7339fd76e89744576780b0f02761c74a77b9a13 | 7dd219cf23c7474d2a81f3ae61cfed6e458f8e88 | refs/heads/master | 2021-01-19T18:41:43.377000 | 2015-06-24T15:57:18 | 2015-06-24T15:57:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wonders.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import com.wonders.stpt.core.userManage.entity.bo.StptUser;
import com.wonders.stpt.core.userManage.service.StptUs... | UTF-8 | Java | 940 | java | HelloWorld.java | Java | [] | null | [] | package com.wonders.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import com.wonders.stpt.core.userManage.entity.bo.StptUser;
import com.wonders.stpt.core.userManage.service.StptUs... | 940 | 0.742553 | 0.738298 | 38 | 23.736841 | 22.894133 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.552632 | false | false | 12 |
d87fff45e31fc9f7c7ad102af22748e9196dab24 | 3,100,966,396,465 | 387967db9c7442a9e23343baba86df5dc410a078 | /2912/src/Main.java | 0c593832bafe657a0c5eaa3abccb609945308572 | [] | no_license | SuminJegal/Baekjoon-Algorithm | https://github.com/SuminJegal/Baekjoon-Algorithm | 1ec265aafeecb754bcaa78dd6931030f81b01068 | 9b7af89bd336d77938ae9a3651fd223f867fc068 | refs/heads/master | 2021-01-12T02:38:37.513000 | 2017-11-17T11:31:58 | 2017-11-17T11:31:58 | 78,084,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by jegalsumin on 2017. 1. 5..
*/
import java.util.Scanner;
public class Main {
int[] dwarfs;
Scanner scanner;
int[] colours;
int[][] sequenceOfPicture;
public static void main(String[] args){
Main m = new Main();
m.startCheck();
}
public Main(){
sc... | UTF-8 | Java | 3,322 | java | Main.java | Java | [
{
"context": "/**\n * Created by jegalsumin on 2017. 1. 5..\n */\nimport java.util.Scanner;\n\npu",
"end": 28,
"score": 0.9924360513687134,
"start": 18,
"tag": "USERNAME",
"value": "jegalsumin"
}
] | null | [] | /**
* Created by jegalsumin on 2017. 1. 5..
*/
import java.util.Scanner;
public class Main {
int[] dwarfs;
Scanner scanner;
int[] colours;
int[][] sequenceOfPicture;
public static void main(String[] args){
Main m = new Main();
m.startCheck();
}
public Main(){
sc... | 3,322 | 0.472908 | 0.46478 | 119 | 26.915966 | 20.584967 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 12 |
1ae3faa10b88c790557226fe8bc3f57688c849fc | 3,977,139,722,149 | c78c4d5e7636738112f0eb696a740d0187ebd668 | /src/com/ibm/awt/data/WorkflowDAO.java | 3716340e1850f58b2388a9d42212fec0128ed00e | [] | no_license | csimpson15/EAT-DEV2 | https://github.com/csimpson15/EAT-DEV2 | 02fd64f8bb0d15504b4a5a3bc8332cc24f391e9b | c1caa72a52458dc2f86582e2fee52e444fc6a840 | refs/heads/master | 2020-06-28T19:30:32.645000 | 2019-08-05T20:19:37 | 2019-08-05T20:19:37 | 200,320,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibm.awt.data;
import java.util.List;
import java.util.Random;
import java.util.Base64.Decoder;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Base64;
import javax.persistence.criteria.Predicate;
import javax.annotation.PostConstruct;
import javax.enterpri... | UTF-8 | Java | 2,184 | java | WorkflowDAO.java | Java | [] | null | [] | package com.ibm.awt.data;
import java.util.List;
import java.util.Random;
import java.util.Base64.Decoder;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Base64;
import javax.persistence.criteria.Predicate;
import javax.annotation.PostConstruct;
import javax.enterpri... | 2,184 | 0.727106 | 0.722985 | 96 | 21.75 | 20.604408 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.614583 | false | false | 12 |
299f056a6bab026ce4c12f0d459588fbed91ad8a | 6,648,609,389,457 | 2960097c6fc97ffc9e5d5e891e803a6166daf1e2 | /src/main/java/tn/esprit/spring/services/EmployeServiceImpl.java | 0a29c028f0b1d05a552365b287cadd0673b467c0 | [] | no_license | AyedHaithem1/timesheet | https://github.com/AyedHaithem1/timesheet | 4f719c4ce944d8e5fca0aa72db4c157f43e6752f | 491e74bc02c558e6a30f69f02d13b6328e43be45 | refs/heads/master | 2023-07-27T10:06:32.902000 | 2021-09-05T16:20:41 | 2021-09-05T16:20:41 | 361,773,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tn.esprit.spring.services;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import tn.esprit.spring.entities.Departement;
import tn.esprit.sp... | UTF-8 | Java | 2,527 | java | EmployeServiceImpl.java | Java | [] | null | [] | package tn.esprit.spring.services;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import tn.esprit.spring.entities.Departement;
import tn.esprit.sp... | 2,527 | 0.744361 | 0.742778 | 107 | 22.616823 | 23.406063 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.485981 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.