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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3dbf6fbbcec90e4a8e83fec9f222313cbf981584 | 3,985,729,717,984 | db15f75c284fe3df64bf4eb7b9e40bc516c9fed1 | /src/main/java/com/TrackApp/TrackApp/services/security/SecurityService.java | b8cb7422b15d26860b5ba3ab604ad18d398a288b | [] | no_license | OanaChis/TrackApp | https://github.com/OanaChis/TrackApp | 6de106f3c8d0f77cbe2cba6205dc95625de8018c | 8de73f7dadcb861b7d718a54386d601c7c191746 | refs/heads/master | 2021-01-21T21:06:16.918000 | 2017-06-19T17:41:52 | 2017-06-19T17:41:52 | 94,775,648 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.TrackApp.TrackApp.services.security;
/**
* Created by oana_ on 6/15/2017.
*/
public interface SecurityService {
String findLoggedInUserName();
void autoLogin(String userName,String pass);
}
| UTF-8 | Java | 217 | java | SecurityService.java | Java | [
{
"context": "App.TrackApp.services.security;\n\n/**\n * Created by oana_ on 6/15/2017.\n */\npublic interface SecurityServic",
"end": 73,
"score": 0.9996291995048523,
"start": 68,
"tag": "USERNAME",
"value": "oana_"
}
] | null | [] | package com.TrackApp.TrackApp.services.security;
/**
* Created by oana_ on 6/15/2017.
*/
public interface SecurityService {
String findLoggedInUserName();
void autoLogin(String userName,String pass);
}
| 217 | 0.723502 | 0.691244 | 11 | 18.727272 | 19.854429 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 0 |
800f85cbf4fa9becf97facfb95f5358e20820317 | 10,402,410,818,022 | 9a984dfb52b195c0e6997f5bf58f8b8dc868d015 | /JavaCore/eGain_Java_Material_Examples/MisccJAVA_(3)/src/ThreadGroupManager.java | 110f360960119b74f9b683f5a45cceae68c3ac6b | [] | no_license | akkhil2012/DsAndAlgo | https://github.com/akkhil2012/DsAndAlgo | 2788d8b0068579452a64b52562636b5999ea4117 | e3d0fb625d1c06c1c26e58d66dc007b17df71bed | refs/heads/master | 2015-09-25T18:06:53.725000 | 2015-08-18T06:08:00 | 2015-08-18T06:08:00 | 40,953,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ThreadGroupManager {
public static void main(String[] args) {
ThreadGroup group = new ThreadGroup("My thread group");
Thread1 t1 = new Thread1();
Thread2 t2 = new Thread2();
Thread th1 = new Thread(group, t1);
Thread th2 = new Thread(group, t2);
th1.start... | UTF-8 | Java | 608 | java | ThreadGroupManager.java | Java | [] | null | [] | public class ThreadGroupManager {
public static void main(String[] args) {
ThreadGroup group = new ThreadGroup("My thread group");
Thread1 t1 = new Thread1();
Thread2 t2 = new Thread2();
Thread th1 = new Thread(group, t1);
Thread th2 = new Thread(group, t2);
th1.start... | 608 | 0.592105 | 0.565789 | 27 | 21.555555 | 19.820179 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 0 |
5066bf0722be085df8fec87381346ca6de575939 | 19,189,913,904,922 | d276feb190a6b3ce6ad8e7d00df212513f473ef2 | /sspp01/src/test/java/com/starterkit/controller/TwilioControllerTest.java | 9519f515b66866df2d33e369fd467be68d192778 | [] | no_license | SanthoshkumarAR/testpublic-repository | https://github.com/SanthoshkumarAR/testpublic-repository | a1f82b302df17cbe475de990d0ed4720f067d597 | 4528fc08724b04f30e2ffd5c95deca803a80709f | refs/heads/master | 2020-05-29T14:37:02.496000 | 2017-04-03T03:58:29 | 2017-04-03T03:58:29 | 60,689,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.starterkit.controller;
/**
*
*/
import org.junit.Before;
import org.junit.Test;
import org.mockito.InjectMocks;
import org.mockito.MockitoAnnotations;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.web.servlet.MockMvc;
import org.springfra... | UTF-8 | Java | 1,120 | java | TwilioControllerTest.java | Java | [
{
"context": "arterkit.service.TwilioService;\r\n\r\n/**\r\n * @author narendra.gurram@cognizant.com\r\n *\r\n */\r\n@SpringApplicationConfiguration(classes",
"end": 628,
"score": 0.9908295273780823,
"start": 599,
"tag": "EMAIL",
"value": "narendra.gurram@cognizant.com"
}
] | null | [] | package com.starterkit.controller;
/**
*
*/
import org.junit.Before;
import org.junit.Test;
import org.mockito.InjectMocks;
import org.mockito.MockitoAnnotations;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.web.servlet.MockMvc;
import org.springfra... | 1,098 | 0.775 | 0.775 | 41 | 25.317074 | 24.692686 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780488 | false | false | 0 |
68640227e728ef435010e7188e619600632221ea | 22,608,707,860,471 | 57ebfc8e1fa89366f5bcb8d56a0aded110f15f7b | /auth-service/auth-service-api/src/main/java/com/jiejie/mall/auth/request/AuthRequest.java | 7100fd78261f6b69f5ebf41eaae2f75197ef7838 | [] | no_license | linyelai/jiejie-mall | https://github.com/linyelai/jiejie-mall | aa2dd6f9c4d560bcbf53bac0fe5f2d2eebc89939 | e1bbd5e5edefbc0154bfb63f2914df5551b9a329 | refs/heads/master | 2022-12-21T06:23:04.622000 | 2020-08-22T14:08:40 | 2020-08-22T14:08:40 | 212,304,140 | 0 | 1 | null | false | 2022-12-16T04:47:20 | 2019-10-02T09:47:24 | 2020-08-22T14:09:20 | 2022-12-16T04:47:16 | 396 | 0 | 1 | 42 | Java | false | false | package com.jiejie.mall.auth.request;
import lombok.Data;
@Data
public class AuthRequest {
private Integer id;
private String name;//权限名称
private Integer platform;//平台
}
| UTF-8 | Java | 196 | java | AuthRequest.java | Java | [] | null | [] | package com.jiejie.mall.auth.request;
import lombok.Data;
@Data
public class AuthRequest {
private Integer id;
private String name;//权限名称
private Integer platform;//平台
}
| 196 | 0.728261 | 0.728261 | 10 | 17.4 | 13.865064 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
b96272dfb97fc03f31046b22e7a0c523b812639f | 22,608,707,861,992 | fdd84f72b9fa697f55f2b33c631da16d2a860b8e | /iveely.brain/src/com/iveely/brain/index/Inverted.java | 556c1bff6328a4e0332cabb94f136a196146e588 | [] | no_license | gaoyanfeng2016/iveely.search | https://github.com/gaoyanfeng2016/iveely.search | 5cd496768af1a610861a37e6c26ea70e665e1269 | ce589fb3d1c5caecd3d8a5875cc7a60fbf74942e | refs/heads/master | 2023-08-17T08:48:32.055000 | 2019-08-02T10:11:06 | 2019-08-02T10:11:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* date : 2016年1月30日 author : Iveely Liu contact: sea11510@mail.ustc.edu.cn
*/
package com.iveely.brain.index;
import com.iveely.framework.text.StringUtil;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
/**
* @author {Iveely Liu}
... | UTF-8 | Java | 3,123 | java | Inverted.java | Java | [
{
"context": "/**\n * date : 2016年1月30日 author : Iveely Liu contact: sea11510@mail.ustc.edu.cn\n */\npackage co",
"end": 46,
"score": 0.999901294708252,
"start": 36,
"tag": "NAME",
"value": "Iveely Liu"
},
{
"context": "* date : 2016年1月30日 author : Iveely Liu contact: sea11510@ma... | null | [] | /**
* date : 2016年1月30日 author : <NAME> contact: <EMAIL>
*/
package com.iveely.brain.index;
import com.iveely.framework.text.StringUtil;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
/**
* @author {<NAME>}
*/
public class Inverted ... | 3,097 | 0.558871 | 0.551492 | 123 | 24.341463 | 19.804256 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447154 | false | false | 0 |
0b6c835b9478d96a1ff6ccef5955615e752bdb56 | 28,638,841,996,490 | 180f4155105680e17fd3551512640a5994be6df5 | /7ADMVENTASREMOTASSISTEMA/src/com/sevensoft/admvrs/encapsulacion/EmpresasN.java | 7458ca364faa19321be4ccb7a72bbaad2aae85e4 | [] | no_license | manuelisc17/VentasRemotas7Soft | https://github.com/manuelisc17/VentasRemotas7Soft | 37943a87060cf0b60947fcc89ad2cbcccda3d186 | 5f9f3ce2f8dc01028a461cef16dc9740e599da06 | refs/heads/master | 2016-06-05T09:53:57.465000 | 2016-03-09T11:02:55 | 2016-03-09T11:02:55 | 47,875,515 | 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.sevensoft.admvrs.encapsulacion;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import... | UTF-8 | Java | 4,849 | java | EmpresasN.java | Java | [
{
"context": "l.bind.annotation.XmlTransient;\n\n/**\n *\n * @author 7soft\n */\n@Entity\n@Table(name = \"empresas_n\")\n@Xml",
"end": 787,
"score": 0.8098800778388977,
"start": 787,
"tag": "USERNAME",
"value": ""
},
{
"context": ".bind.annotation.XmlTransient;\n\n/**\n *\n * @author... | 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.sevensoft.admvrs.encapsulacion;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import... | 4,849 | 0.665498 | 0.664673 | 170 | 27.523529 | 25.382301 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 0 |
09bf8273f7a7e00621c816090187db073d87e99f | 2,156,073,616,479 | 88a21329858dd94f81c7b8479e517db75335c595 | /src/main/java/fr/ensimag/deca/codegen/VirtualStaticRegisterOffset.java | 3f5d38c34939944c34f32b41ab3e005b88d19cd5 | [] | no_license | ChristopheEhret/SE_Project | https://github.com/ChristopheEhret/SE_Project | 4add274f01b6a4e2ed58f529879d24ae83ca3e3d | c7307b5b74e6fa98c399b1472bb2dbdc9e3a9782 | refs/heads/main | 2023-08-11T18:35:29.234000 | 2021-09-21T02:40:58 | 2021-09-21T02:40:58 | 408,665,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.ensimag.deca.codegen;
import fr.ensimag.deca.DecacCompiler;
import fr.ensimag.pseudocode.DAddr;
import fr.ensimag.pseudocode.DVal;
import fr.ensimag.pseudocode.Register;
import fr.ensimag.pseudocode.gba.GRegisterOffset;
import fr.ensimag.pseudocode.gba.instructions.GLDR;
import fr.ensimag.pseudocode.ima.Reg... | UTF-8 | Java | 1,602 | java | VirtualStaticRegisterOffset.java | Java | [] | null | [] | package fr.ensimag.deca.codegen;
import fr.ensimag.deca.DecacCompiler;
import fr.ensimag.pseudocode.DAddr;
import fr.ensimag.pseudocode.DVal;
import fr.ensimag.pseudocode.Register;
import fr.ensimag.pseudocode.gba.GRegisterOffset;
import fr.ensimag.pseudocode.gba.instructions.GLDR;
import fr.ensimag.pseudocode.ima.Reg... | 1,602 | 0.730961 | 0.729089 | 46 | 33.826088 | 29.270332 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 0 |
bd9239032f41d446873e99a19dbed225a8359ec3 | 32,684,701,167,778 | 36ecf4dd4d99467e25aff43cc3acb29c1777613e | /ProyectoBAD/src/java/beans/DocenteController.java | 3aaa4703328e75b6d46256f1d869b635d1576b14 | [] | no_license | manu23/ProyectoBAD | https://github.com/manu23/ProyectoBAD | 2abdf555cb4076cbf5e47cad19b5872732f64d26 | bf2e1056cc0f9fbad905820ed9a5a4bed3b16385 | refs/heads/master | 2020-05-18T10:28:06.489000 | 2013-07-01T02:39:10 | 2013-07-01T02:39:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beans;
import beans.util.Auxiliares;
import entidades.Docente;
import controladores.DocenteFacade;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.event.A... | UTF-8 | Java | 1,357 | java | DocenteController.java | Java | [] | null | [] | package beans;
import beans.util.Auxiliares;
import entidades.Docente;
import controladores.DocenteFacade;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.event.A... | 1,357 | 0.625645 | 0.624171 | 52 | 25.096153 | 18.190508 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519231 | false | false | 0 |
063abca5002d91ed5105a93ea3688bd44fc132f7 | 21,122,649,176,893 | f141a3902ae8a470b13346a7b59f1ca7ba092dfe | /Lab 8/MyFirstHbaseTable.java | 718338c4e879dcbd62c6e540cbfc512d38f9e6cb | [] | no_license | NghiepNguyenQuoc/BigDataTechnology | https://github.com/NghiepNguyenQuoc/BigDataTechnology | 850458f6581b2d8c7be5592f9b6970d871c39d1c | 8beec92e4d6a7618097b754f4403edaaffc13696 | refs/heads/master | 2020-03-14T12:25:12.440000 | 2018-05-26T15:27:20 | 2018-05-26T15:27:24 | 131,611,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.HColumnDescriptor;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.Admin;
import or... | UTF-8 | Java | 5,022 | java | MyFirstHbaseTable.java | Java | [
{
"context": "\t\t initTable(config);\n\t\t insertData(config, \"1\", \"John\", \"Boston\", \"Manager\", \"150000\");\n\t\t insertData(c",
"end": 1378,
"score": 0.999860942363739,
"start": 1374,
"tag": "NAME",
"value": "John"
},
{
"context": "able(config);\n\t\t insertData(config, \"... | null | [] | import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.HColumnDescriptor;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.Admin;
import or... | 5,022 | 0.734767 | 0.727997 | 151 | 32.258278 | 23.012943 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.291391 | false | false | 0 |
5368cec76e74d192ab8d7fef852dd4cf195a04b9 | 29,454,885,760,902 | 49885bca32532faac93cb461b0c6875cdd29516c | /Java/OOP/OOPLab3/TaskCInternetMailServer/MailServer.java | 961869f992ebb281e57aa8d95a7c331ec7b7a8a3 | [] | no_license | charlottepierce/Scratchpad | https://github.com/charlottepierce/Scratchpad | 746173412001af794995360db56d44c8ce8bad96 | 94a9d6d8dfbc30a558d559273777bce23c034e53 | refs/heads/master | 2016-09-08T19:20:08.988000 | 2016-08-24T12:36:16 | 2016-08-24T12:36:16 | 5,909,770 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
import java.util.Iterator;
/**
* A simple model of a mail server. The server is able to receive
* mail items for storage, and deliver them to clients on demand.
* @author David J. Barnes and Michael Kolling
* @version 2008.03.30
*/
public class MailServer
{
/... | UTF-8 | Java | 2,389 | java | MailServer.java | Java | [
{
"context": " and deliver them to clients on demand.\n * @author David J. Barnes and Michael Kolling\n * @version 2008.03.30\n */\npu",
"end": 241,
"score": 0.9998825192451477,
"start": 226,
"tag": "NAME",
"value": "David J. Barnes"
},
{
"context": " clients on demand.\n * @author D... | null | [] | import java.util.ArrayList;
import java.util.List;
import java.util.Iterator;
/**
* A simple model of a mail server. The server is able to receive
* mail items for storage, and deliver them to clients on demand.
* @author <NAME> and <NAME>
* @version 2008.03.30
*/
public class MailServer
{
// Storage for the ... | 2,371 | 0.55923 | 0.555044 | 96 | 23.895834 | 18.132889 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302083 | false | false | 0 |
757f82f92f47b7de521b54bc55359c89ad854528 | 35,175,782,178,173 | 0b88b9b7b8202fae9ac0c1447e2971355f9bf31d | /book-shop-manager/book-manager-mapper/src/main/java/com/team/dao/BookTypeMapper.java | 7032a32e974a003b53d8270f37e49e7a1cd4a3e7 | [] | no_license | 389091912/book-shop-parent | https://github.com/389091912/book-shop-parent | 69530c2d267d9746433366217b628668b9d5fe82 | cf7eae4f3294b431ed4335a07cbffd2bd4254249 | refs/heads/master | 2020-03-25T01:15:19.129000 | 2018-08-02T01:39:41 | 2018-08-02T01:39:41 | 143,227,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team.dao;
import com.team.pojo.BookType;
import tk.mybatis.mapper.common.Mapper;
public interface BookTypeMapper extends Mapper<BookType> {
} | UTF-8 | Java | 156 | java | BookTypeMapper.java | Java | [] | null | [] | package com.team.dao;
import com.team.pojo.BookType;
import tk.mybatis.mapper.common.Mapper;
public interface BookTypeMapper extends Mapper<BookType> {
} | 156 | 0.801282 | 0.801282 | 8 | 18.625 | 20.772202 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
093b62f25673ce8c7da7f121981abb3e373922e2 | 34,488,587,410,983 | 6412a3ed2680e32df63d64f6e035b49705ac7896 | /src/com/foodget/store/blog/model/BlogRankInfoDto.java | 6e88754383981f2727f04822bb2b094b088b4002 | [] | no_license | tmqeh/foodget | https://github.com/tmqeh/foodget | f5420412e0d89ed75a387bacedb287e374256f08 | ae338f9c2db7179b4ef036cb0b76a1dd5a055da7 | refs/heads/master | 2021-01-17T21:07:16.900000 | 2016-07-22T07:34:50 | 2016-07-22T07:34:50 | 62,538,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foodget.store.blog.model;
import java.util.List;
public class BlogRankInfoDto extends BlogDto{
private String blog_writer_id;
private int comment_count;
private int body_lenth;
private int image_count;
BlogImgInfoDto blogImgInfoDto;
public String getBlog_writer_id() {
return blog_writer_id;
}
... | UTF-8 | Java | 1,291 | java | BlogRankInfoDto.java | Java | [] | null | [] | package com.foodget.store.blog.model;
import java.util.List;
public class BlogRankInfoDto extends BlogDto{
private String blog_writer_id;
private int comment_count;
private int body_lenth;
private int image_count;
BlogImgInfoDto blogImgInfoDto;
public String getBlog_writer_id() {
return blog_writer_id;
}
... | 1,291 | 0.717273 | 0.717273 | 52 | 23.826923 | 23.352419 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 0 |
d60a4ce926b89f3632e62d4a0a87a274c05fecee | 35,974,646,092,643 | 0727c56b55f1eb60510019fbedc2603d329660da | /src/org/ucnj/paccess/News.java | 251fe194e9c56c2e4463b5de74112addd6d9fa75 | [] | no_license | drshiller/UCPA | https://github.com/drshiller/UCPA | 4d819f4dbc57fa718b0f724135937e1dbdc1361f | ac9351f2010c18a4365e9afcec44006e8f271701 | refs/heads/main | 2023-06-03T00:45:37.159000 | 2021-06-27T20:18:48 | 2021-06-27T20:18:48 | 380,830,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ucnj.paccess;
import java.io.Serializable;
import java.util.List;
public class News implements Serializable {
private static final long serialVersionUID = 1L;
private List<NewsItem> news;
public List<NewsItem> getNews() {
return news;
}
public void setNews(List<NewsItem> news) {... | UTF-8 | Java | 350 | java | News.java | Java | [] | null | [] | package org.ucnj.paccess;
import java.io.Serializable;
import java.util.List;
public class News implements Serializable {
private static final long serialVersionUID = 1L;
private List<NewsItem> news;
public List<NewsItem> getNews() {
return news;
}
public void setNews(List<NewsItem> news) {... | 350 | 0.694286 | 0.691429 | 19 | 16.421053 | 16.909405 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 0 |
595e97718df1c92d30b086da3ce2e8d82dc7b3b7 | 8,409,546,007,622 | a95fbe4532cd3eb84f63906167f3557eda0e1fa3 | /src/main/java/l2f/gameserver/model/items/ItemInstance.java | e29f5dc17bc14771f589bf638c36a6ff86c64988 | [
"MIT"
] | permissive | Kryspo/L2jRamsheart | https://github.com/Kryspo/L2jRamsheart | a20395f7d1f0f3909ae2c30ff181c47302d3b906 | 98c39d754f5aba1806f92acc9e8e63b3b827be49 | refs/heads/master | 2021-04-12T10:34:51.419000 | 2018-03-26T22:41:39 | 2018-03-26T22:41:39 | 126,892,421 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package l2f.gameserver.model.items;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ScheduledFuture;
import org.napile.primitive.Containers;
import org.napile.primitive.sets.IntSet;
import org.napile.primitive.sets.impl.HashIntSet;
import l2f.commons.confi... | UTF-8 | Java | 29,784 | java | ItemInstance.java | Java | [] | null | [] | package l2f.gameserver.model.items;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ScheduledFuture;
import org.napile.primitive.Containers;
import org.napile.primitive.sets.IntSet;
import org.napile.primitive.sets.impl.HashIntSet;
import l2f.commons.confi... | 29,784 | 0.698128 | 0.691268 | 1,352 | 20.4571 | 23.710649 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.561391 | false | false | 0 |
b3e3bfaac92e7124e2ec45aa4ba6046c01398ba8 | 36,825,049,605,178 | de98daad19846833d7d509f09ac2bba15538d8da | /src/main/java/de/maxhenkel/miningdimension/Main.java | 6e1923247eac7e3f599758fb84fa5b85f86b5b80 | [] | no_license | metzen227/advanced-mining-dimension | https://github.com/metzen227/advanced-mining-dimension | e10192daa8d40aefe4749095f97a079ffd631caa | b1ecff3ad884c10479accb1dfad9b0ac5e9cd643 | refs/heads/master | 2022-12-02T09:51:20.595000 | 2020-08-19T16:20:26 | 2020-08-19T16:20:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.maxhenkel.miningdimension;
import de.maxhenkel.corelib.CommonRegistry;
import de.maxhenkel.corelib.config.DynamicConfig;
import de.maxhenkel.miningdimension.block.ModBlocks;
import de.maxhenkel.miningdimension.config.MobConfig;
import de.maxhenkel.miningdimension.config.OreConfig;
import de.maxhenkel.mining... | UTF-8 | Java | 5,292 | java | Main.java | Java | [] | null | [] | package de.maxhenkel.miningdimension;
import de.maxhenkel.corelib.CommonRegistry;
import de.maxhenkel.corelib.config.DynamicConfig;
import de.maxhenkel.miningdimension.block.ModBlocks;
import de.maxhenkel.miningdimension.config.MobConfig;
import de.maxhenkel.miningdimension.config.OreConfig;
import de.maxhenkel.mining... | 5,292 | 0.775321 | 0.767574 | 111 | 46.684685 | 37.353432 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846847 | false | false | 0 |
5f039e0c0365a1137b3ac31ee613131f91a4c122 | 16,930,761,122,601 | 3a6d8f0f565a00bae6c0cb35cfaf84fcfc8fff66 | /lab3/Flik/FlikTest.java | 4eea590779fc39c902a033282bd0228dc4f5c263 | [] | no_license | datlife/skeleton-sp18 | https://github.com/datlife/skeleton-sp18 | 3b7f0ac4005c5fcf1c470cb4b6f0ce31f2bcfe79 | 4932daf9d400d61316def7274af2576148b16293 | refs/heads/master | 2020-04-17T05:30:54.151000 | 2019-01-18T00:43:01 | 2019-01-18T00:43:01 | 166,282,752 | 0 | 1 | null | true | 2019-01-17T19:20:27 | 2019-01-17T19:20:26 | 2019-01-16T19:17:58 | 2019-01-01T21:28:50 | 3,516 | 0 | 0 | 0 | null | false | null | import static org.junit.Assert.*;
import org.junit.Test;
public class FlikTest {
/**
* Test if two number is the same
*/
@Test
public void testIsSameNumber() {
assertTrue(Flik.isSameNumber(1, 1));
assertTrue(Flik.isSameNumber(255, 255));
assertTrue(Flik.isSameNumber(128,... | UTF-8 | Java | 336 | java | FlikTest.java | Java | [] | null | [] | import static org.junit.Assert.*;
import org.junit.Test;
public class FlikTest {
/**
* Test if two number is the same
*/
@Test
public void testIsSameNumber() {
assertTrue(Flik.isSameNumber(1, 1));
assertTrue(Flik.isSameNumber(255, 255));
assertTrue(Flik.isSameNumber(128,... | 336 | 0.622024 | 0.580357 | 16 | 20 | 17.881556 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
bde4a19bf8d61b6fa91b9ef3fe22c9c9355dbd5a | 3,375,844,359,697 | 7ca76e699dc0d1e33f645d8990e8736dd8ec9bc9 | /vn_post/src/main/java/vn_post/mapper/RoleMapper.java | d93fd4a84ec08ff8b9beb366ba3a8b96f8e561f8 | [] | no_license | son98hn/vn_post | https://github.com/son98hn/vn_post | 6f47f256cd77af88b129376f3cd846671a617946 | 2fde4b32615547f3dc321e0d6fb6259fd3f262bc | refs/heads/master | 2023-06-05T19:58:10.373000 | 2021-06-17T13:11:00 | 2021-06-17T13:11:00 | 368,373,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn_post.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import vn_post.model.RoleModel;
public class RoleMapper implements RowMapper<RoleModel> {
@Override
public RoleModel mapRow(ResultSet resultSet) {
try {
RoleModel role = new RoleModel();
role.setId(resultSet.getLong("id"));
... | UTF-8 | Java | 480 | java | RoleMapper.java | Java | [] | null | [] | package vn_post.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import vn_post.model.RoleModel;
public class RoleMapper implements RowMapper<RoleModel> {
@Override
public RoleModel mapRow(ResultSet resultSet) {
try {
RoleModel role = new RoleModel();
role.setId(resultSet.getLong("id"));
... | 480 | 0.722917 | 0.722917 | 21 | 21.857143 | 17.857334 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.761905 | false | false | 0 |
1e68b0e70a6ffe4eeafb55c4ebf1207a8dc54b37 | 37,194,416,784,512 | 4f1392b7c53a901758b16e24c0de3de3502bc3cb | /src/main/java/hbec/app/hospital/service/impl/AskService.java | d07af08cd42e027c8709c32fbf4e37653b3fabb9 | [] | no_license | cw2030/falconiter01 | https://github.com/cw2030/falconiter01 | c99aeba84c4bf3af2781486e29deb2207ee497e2 | 6623e63b1330c909ba0dcf9a197d56e5dd7362ec | refs/heads/master | 2021-04-12T02:46:09.779000 | 2018-03-20T11:05:47 | 2018-03-20T11:05:47 | 125,826,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hbec.app.hospital.service.impl;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.alibaba.fastjson.JSON;
import com.google.common.collect.Maps;
import com.xy.platform.commons.annotations.Inject;
import com.xy.platform.commons.exceptions.DbServ... | UTF-8 | Java | 2,952 | java | AskService.java | Java | [] | null | [] | package hbec.app.hospital.service.impl;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.alibaba.fastjson.JSON;
import com.google.common.collect.Maps;
import com.xy.platform.commons.annotations.Inject;
import com.xy.platform.commons.exceptions.DbServ... | 2,952 | 0.695799 | 0.691734 | 110 | 25.836363 | 22.658142 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.527273 | false | false | 0 |
4718c4ff0988a0127bec485f9eab83c4d62189b8 | 37,194,416,785,291 | ff72eacb53e5fa100c84ab323838b4e0a1881dee | /jps-plugin/src/com/eiffel/jps/EiffelTargetType.java | 271fefd95cee4eac96519df70ab32e69ca6f22b3 | [
"MIT"
] | permissive | ionagamed/eiffel-idea | https://github.com/ionagamed/eiffel-idea | 37da8ce647708363c5708e1c88c0277af328f3e3 | bd3945c8637a57b8a9e5ed02d0d724e684c5ab53 | refs/heads/master | 2021-09-04T03:44:01.830000 | 2018-01-11T21:30:09 | 2018-01-11T21:30:09 | 103,184,447 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eiffel.jps;
import com.eiffel.jps.model.JpsEiffelModuleType;
import com.intellij.openapi.diagnostic.Logger;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jps.builders.BuildTargetLoader;
import org.jetbrains.jps.builders.ModuleBasedBuildTargetType;... | UTF-8 | Java | 1,773 | java | EiffelTargetType.java | Java | [] | null | [] | package com.eiffel.jps;
import com.eiffel.jps.model.JpsEiffelModuleType;
import com.intellij.openapi.diagnostic.Logger;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jps.builders.BuildTargetLoader;
import org.jetbrains.jps.builders.ModuleBasedBuildTargetType;... | 1,773 | 0.688663 | 0.688663 | 49 | 35.183674 | 29.945988 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 0 |
c4ba5f93dc0155f6ce96c92ba0279829583fe9f0 | 1,786,706,442,296 | adbc08836d71efe291cff0d31d1b45f2a0c61b6a | /oscm-billing-unittests/javasrc-it/org/oscm/billingservice/business/calculation/share/SharesCalculatorBeanCutOffDayIT.java | f4d35358e6afdb9710afdd940e14e7beb1d2fef7 | [
"Apache-2.0",
"EPL-1.0",
"BSD-3-Clause",
"W3C",
"LGPL-3.0-only",
"CPL-1.0",
"CDDL-1.1",
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-or-later",
"CDDL-1.0",
"Apache-1.1",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"W3C-19980720",
"LGPL-2.1-only",
"... | permissive | servicecatalog/development | https://github.com/servicecatalog/development | 6f43905f4ee7a8e32926df0c3aeac26a096b5982 | c8e4ab513993fc635c97dc5d2639c09a84a64b31 | refs/heads/master | 2021-05-24T03:22:18.823000 | 2020-10-20T07:43:14 | 2020-10-20T07:43:14 | 43,540,339 | 57 | 41 | Apache-2.0 | false | 2020-10-20T07:43:15 | 2015-10-02T07:20:22 | 2020-02-21T21:48:02 | 2020-10-20T07:43:14 | 82,615 | 38 | 27 | 117 | Java | false | false | /*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* ... | UTF-8 | Java | 39,723 | java | SharesCalculatorBeanCutOffDayIT.java | Java | [
{
"context": "share calculations with cut-off day\n * \n * @author stavreva\n */\npublic class SharesCalculatorBeanCutOffDayIT ",
"end": 2529,
"score": 0.9969953894615173,
"start": 2521,
"tag": "USERNAME",
"value": "stavreva"
}
] | null | [] | /*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* ... | 39,723 | 0.615739 | 0.608514 | 904 | 42.941372 | 28.16803 | 132 | false | false | 0 | 0 | 0 | 0 | 72 | 0.001813 | 0.844027 | false | false | 0 |
39a73e46255e34a9ad55624f90e32c9cbf6ea3c0 | 27,556,510,208,150 | 5eb21c560f664aa3179acf16fc2c2a3a89aa4097 | /src/main/java/com/example/demo/util/StrUtil.java | 63e7ddb2c55cc0492f5d1e7f13b33a048545bb5b | [
"Apache-2.0"
] | permissive | cjqCN/springboot-demo | https://github.com/cjqCN/springboot-demo | f8f7aa2715839f865a096781aa56a604c274ef84 | c2775750886453fba9516ca853912100a01fa7cd | refs/heads/master | 2021-01-24T10:26:11.593000 | 2018-07-02T01:58:52 | 2018-07-02T01:58:52 | 123,051,726 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.util;
import com.google.common.base.Charsets;
import com.google.common.base.Joiner;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.google.common.hash.Hashing;
import com.google.common.io.BaseEncoding;
import javax.annotation.Nullable;
import java.io... | UTF-8 | Java | 24,221 | java | StrUtil.java | Java | [
{
"context": "llo world\")));\n\t\tSystem.out.println(checkIsEmail(\"123@122.com\"));\n\t}\n\n\n\t/**\n\t * 检查字符串是否为空。null、“” 是空字符\n\t * 如果为空",
"end": 929,
"score": 0.9960607886314392,
"start": 918,
"tag": "EMAIL",
"value": "123@122.com"
},
{
"context": "4进制字符串(通过Google guava)\n\t * ... | null | [] | package com.example.demo.util;
import com.google.common.base.Charsets;
import com.google.common.base.Joiner;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.google.common.hash.Hashing;
import com.google.common.io.BaseEncoding;
import javax.annotation.Nullable;
import java.io... | 24,117 | 0.650136 | 0.634391 | 961 | 21.5359 | 24.954256 | 113 | false | false | 0 | 0 | 0 | 0 | 114 | 0.020224 | 1.635796 | false | false | 0 |
157031fa8c71db92468b106c3b3ef4d323385c20 | 27,556,510,207,459 | e5f3a8a8f2aca58d6b13f5655fb04d6bb547a714 | /src/main/java/com/cdk/carbuy/dao/OrderDAO.java | 7c91d1000e0141e79a862baab1da453537c44e4b | [] | no_license | anithashok1910/CaseStudy-car-buy | https://github.com/anithashok1910/CaseStudy-car-buy | c29c122d71da1a116bd7eade49a4985f74d79742 | bce6f2b90f2406b95e830a010d282551ce8fd828 | refs/heads/master | 2020-04-24T05:20:12.298000 | 2016-09-09T09:00:28 | 2016-09-09T09:00:28 | 67,688,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cdk.carbuy.dao;
import com.cdk.carbuy.dto.Order;
import com.google.gson.Gson;
import com.google.gson.stream.JsonReader;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate3.HibernateTemplate;
import org.springframework.stereotype.Component;
import java.i... | UTF-8 | Java | 993 | java | OrderDAO.java | Java | [
{
"context": "ion;\nimport java.io.FileReader;\n\n/**\n * Created by guptah on 9/1/2016.\n */\n@Component\npublic class OrderDAO",
"end": 397,
"score": 0.9996786713600159,
"start": 391,
"tag": "USERNAME",
"value": "guptah"
}
] | null | [] | package com.cdk.carbuy.dao;
import com.cdk.carbuy.dto.Order;
import com.google.gson.Gson;
import com.google.gson.stream.JsonReader;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate3.HibernateTemplate;
import org.springframework.stereotype.Component;
import java.i... | 993 | 0.748238 | 0.741188 | 37 | 25.837837 | 23.917101 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 0 |
e464f643246a62a984a17530abaa666f2787a3d8 | 3,169,685,878,832 | 224e6cd990e439176cc148dcbcef8a2f3c1d6fb2 | /src/main/java/ml/jmoodle/authentications/MoodleAuthentication.java | dd4f1143af4ee0ab3ae9b1fbd9895871e7deb8ec | [
"MIT"
] | permissive | tuliomn/jMoodle | https://github.com/tuliomn/jMoodle | 2ae261b45a2da35539f00f42e9b67c438fee6340 | 7ddd4540858d3e37a0732634a2e610cb2c084b81 | refs/heads/master | 2018-03-25T15:48:09.948000 | 2016-08-29T17:48:16 | 2016-08-29T17:48:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ml.jmoodle.authentications;
/**
* Interface for Moodle WS authentication methods
*
*
* @author Carlos Alexandre S. da Fonseca
* @copyrigth © 2016 Carlos Alexandre S. da Fonseca
* @license https://opensource.org/licenses/MIT - MIT License
*
*/
public interface MoodleAuthentication {
/**
* Get the ... | UTF-8 | Java | 413 | java | MoodleAuthentication.java | Java | [
{
"context": "oodle WS authentication methods\n * \n * \n * @author Carlos Alexandre S. da Fonseca\n * @copyrigth © 2016 Carlos Alexandre S. da Fonse",
"end": 141,
"score": 0.9998846054077148,
"start": 111,
"tag": "NAME",
"value": "Carlos Alexandre S. da Fonseca"
},
{
"context": "arl... | null | [] | package ml.jmoodle.authentications;
/**
* Interface for Moodle WS authentication methods
*
*
* @author <NAME>
* @copyrigth © 2016 <NAME>
* @license https://opensource.org/licenses/MIT - MIT License
*
*/
public interface MoodleAuthentication {
/**
* Get the authentication string
* @return Authentication... | 365 | 0.720874 | 0.711165 | 19 | 20.68421 | 20.591394 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 0 |
eb9ac0c407925eeac597dbeaf7517478fc0913b0 | 11,579,231,876,396 | 36a6cf3869191757466c617719b405d1b0a17db6 | /src/test/java/com/lionxxw/seckill/service/SeckillServiceTest.java | 616d7926d3caef91cfa4157c4d89b1190cdc1c46 | [] | no_license | fimi2008/seckill | https://github.com/fimi2008/seckill | e0773f6b9bc688e7fa7f307a32462fa26d0a3c30 | 2cc13cb0cde6fa431a15f9c479c5755ecfed3df2 | refs/heads/master | 2021-01-21T10:19:09.975000 | 2018-11-26T06:01:13 | 2018-11-26T06:01:13 | 83,403,589 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lionxxw.seckill.service;
import com.lionxxw.seckill.dto.Exposer;
import com.lionxxw.seckill.dto.SeckillExecution;
import com.lionxxw.seckill.entity.Seckill;
import com.lionxxw.seckill.exception.RepeatKillException;
import com.lionxxw.seckill.exception.SeckillCloseException;
import org.junit.Test;
import or... | UTF-8 | Java | 3,332 | java | SeckillServiceTest.java | Java | [
{
"context": "assRunner;\n\nimport java.util.List;\n\n/**\n * @author lionxxw\n * @version 1.0.0\n * @description 接口集成测试类\n * @pac",
"end": 645,
"score": 0.9996693134307861,
"start": 638,
"tag": "USERNAME",
"value": "lionxxw"
}
] | null | [] | package com.lionxxw.seckill.service;
import com.lionxxw.seckill.dto.Exposer;
import com.lionxxw.seckill.dto.SeckillExecution;
import com.lionxxw.seckill.entity.Seckill;
import com.lionxxw.seckill.exception.RepeatKillException;
import com.lionxxw.seckill.exception.SeckillCloseException;
import org.junit.Test;
import or... | 3,332 | 0.63319 | 0.615738 | 100 | 31.67 | 23.364098 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 0 |
f8cc46ae8c70eec893fe26f92d43ce83db65a178 | 11,879,879,588,213 | cb0ba5bfa61576bd679eb1b60e53a30c488e4f86 | /src/ncu/im3069/Group23/controllers/RequirementController.java | d7ce12415260518b4d5db3583d57a17c0c5ceeb0 | [] | no_license | cyihsu/ncuim-sa-final-project | https://github.com/cyihsu/ncuim-sa-final-project | 70d78d91be275a24767abb36d2b66df5afc0ec47 | 736aca82124862e6ff88b34c45ad07e0e67066bc | refs/heads/master | 2020-10-01T18:09:11.394000 | 2020-01-06T04:37:26 | 2020-01-06T04:37:26 | 227,595,205 | 0 | 0 | null | false | 2020-01-02T14:02:22 | 2019-12-12T11:53:08 | 2019-12-12T12:35:41 | 2020-01-02T14:02:21 | 5,638 | 0 | 0 | 0 | Java | false | false | package ncu.im3069.Group23.controllers;
import java.text.*;
import java.util.*;
import javax.annotation.security.*;
import javax.persistence.NoResultException;
import javax.ws.rs.*;
import javax.ws.rs.core.*;
import javax.ws.rs.core.Response.Status;
import org.hibernate.*;
import org.hibernate.query.Query;
import n... | UTF-8 | Java | 8,901 | java | RequirementController.java | Java | [] | null | [] | package ncu.im3069.Group23.controllers;
import java.text.*;
import java.util.*;
import javax.annotation.security.*;
import javax.persistence.NoResultException;
import javax.ws.rs.*;
import javax.ws.rs.core.*;
import javax.ws.rs.core.Response.Status;
import org.hibernate.*;
import org.hibernate.query.Query;
import n... | 8,901 | 0.691495 | 0.682058 | 322 | 26.642857 | 25.564552 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52795 | false | false | 0 |
0bfe310585390658013f48ad69f8ea935ee86387 | 3,178,275,827,498 | e67e002ae02c8d47b37a410f7caffd6053222767 | /src/com/kyle/service/CoreService.java | 1c306e510d2a856d3df9272ac6d25ebdac043a56 | [] | no_license | zhangjinde/weixin | https://github.com/zhangjinde/weixin | 232ad9152e7073bedc69a07433aadd348b4b978d | 19ad63478166a301c6a762c9dfdf02f0aa2a8b7d | refs/heads/master | 2021-01-19T21:58:22.104000 | 2017-03-03T05:04:14 | 2017-03-03T05:04:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kyle.service;
import com.kyle.message_resp.*;
import com.kyle.util.FacePlusPlusUtil;
import com.kyle.util.MessageUtil;
import com.kyle.util.MysqlUtil;
import javax.servlet.http.HttpServletRequest;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
/**
*... | UTF-8 | Java | 5,545 | java | CoreService.java | Java | [
{
"context": "HashMap;\nimport java.util.List;\n\n/**\n * Created by Java on 2016/10/9.\n * 邏輯處理,就是你想怎麽將請求消息進行處理就怎麽處理,按照你的意願",
"end": 336,
"score": 0.9955761432647705,
"start": 332,
"tag": "USERNAME",
"value": "Java"
},
{
"context": "Message();\n mm.setFromUserName... | null | [] | package com.kyle.service;
import com.kyle.message_resp.*;
import com.kyle.util.FacePlusPlusUtil;
import com.kyle.util.MessageUtil;
import com.kyle.util.MysqlUtil;
import javax.servlet.http.HttpServletRequest;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
/**
*... | 5,545 | 0.56 | 0.553623 | 122 | 41.418034 | 25.842791 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 0 |
2f1b07c5c4cdb0596aa0fd05d4037577638f9466 | 32,719,060,876,038 | 320f31665b7fa7022358930c345050557ec2f2d7 | /proiect/src/CenterAlign.java | ca91d46f69a73b874759a2eadcc815a186a57f6a | [] | no_license | robertmuraru/Muraru-Alexa-Robert_IR_SP | https://github.com/robertmuraru/Muraru-Alexa-Robert_IR_SP | 6deba1ad11d0adddea86a43c4ca7e2f17469e462 | 8ca1b6513253f85923982eeae6825665911f3007 | refs/heads/master | 2021-05-11T18:04:07.789000 | 2018-01-17T09:39:41 | 2018-01-17T09:39:41 | 117,814,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class CenterAlign implements AlignStrategy {
public void print(String text) {
System.out.print("***" + text + "***");
}
}
| UTF-8 | Java | 136 | java | CenterAlign.java | Java | [] | null | [] |
public class CenterAlign implements AlignStrategy {
public void print(String text) {
System.out.print("***" + text + "***");
}
}
| 136 | 0.647059 | 0.647059 | 6 | 21.5 | 20.830666 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
0ea48fabadac4d88aca5d67ce38cc35364e72f6e | 19,000,935,341,342 | f184f6c7101c40a08d80d49d38f883c55b2453c7 | /Source/monopolycards/ui/test/PlayerInfoTest.java | 1e34cfb3625033344cd193eb86d7600a57ab0e5b | [] | no_license | theKidOfArcrania/Monopoly-Cards | https://github.com/theKidOfArcrania/Monopoly-Cards | 6156de5530fd56537f3ddfa539c4786ea45cc548 | 9ba0480bf0d196b283cd6d4ffa897ec46d4dd5e7 | refs/heads/master | 2021-01-01T19:39:32.143000 | 2017-02-02T19:26:47 | 2017-02-02T19:26:47 | 40,675,463 | 1 | 1 | null | false | 2015-08-21T20:08:57 | 2015-08-13T18:35:33 | 2015-08-21T14:31:33 | 2015-08-21T20:08:57 | 15,336 | 0 | 0 | 0 | Java | null | null | package monopolycards.ui.test;
import java.awt.Dimension;
import java.awt.DisplayMode;
import javafx.animation.Animation.Status;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.application.Application;
import javafx.beans.property.SimpleDoublePropert... | UTF-8 | Java | 9,464 | java | PlayerInfoTest.java | Java | [
{
"context": ";\n\t\tout.setRadius(2.0);\n\n\n\t\tText name = new Text(\"MyUsername\");\n\t\t//name.textProperty().bind(playerName);\n\t\tna",
"end": 3268,
"score": 0.9995445013046265,
"start": 3258,
"tag": "USERNAME",
"value": "MyUsername"
}
] | null | [] | package monopolycards.ui.test;
import java.awt.Dimension;
import java.awt.DisplayMode;
import javafx.animation.Animation.Status;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.application.Application;
import javafx.beans.property.SimpleDoublePropert... | 9,464 | 0.749049 | 0.726014 | 282 | 32.560284 | 25.935509 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.241135 | false | false | 0 |
77c40502eaf3d01a6b17b3ef9a307f6fe263f6c0 | 5,557,687,702,035 | 5bce7ceba3ae5ce9b750c98211c6ed8439611cbb | /src/server/src/model/SettingsData.java | a78fd45e20e9f28884523e8468b4918c67905ca6 | [] | no_license | MiniCodeMonkey/Willys-Jukebox | https://github.com/MiniCodeMonkey/Willys-Jukebox | 55f17e74280449a9b9f63f642e9a7ee5fbe4852d | aa657115b757f7b3e9f3f81f2308fd8583d86bf1 | refs/heads/master | 2021-01-19T00:12:41.518000 | 2015-01-07T04:20:09 | 2015-01-07T04:20:09 | 28,898,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import db.daf.DAFException;
import db.daf.impl.SettingsDAF;
import db.daf.interfaces.ISettingsDAF;
public class SettingsData implements ISettingsData
{
private static SettingsData instance = null;
private ISettingsDAF settingsDAF = null;
/**
* Contructor that initiates all settings
*/
protec... | UTF-8 | Java | 1,442 | java | SettingsData.java | Java | [] | null | [] | package model;
import db.daf.DAFException;
import db.daf.impl.SettingsDAF;
import db.daf.interfaces.ISettingsDAF;
public class SettingsData implements ISettingsData
{
private static SettingsData instance = null;
private ISettingsDAF settingsDAF = null;
/**
* Contructor that initiates all settings
*/
protec... | 1,442 | 0.658114 | 0.652566 | 85 | 15.964705 | 16.110243 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964706 | false | false | 0 |
2412b8e8f020501464ce4c08d34ea81e0b997dc4 | 11,819,750,027,450 | 4468800dd72174adada7c612b4343b9be4898a6d | /java01/src/step08/Test07_4.java | 6fbaf1c01e4c970d5d5cfc44848278b0baf8da55 | [] | no_license | sharryhong/java93-hs | https://github.com/sharryhong/java93-hs | be793ea5d1e692c62939b001eba9d7a314f42be1 | ec73dbe0669d26073ec0fd7e7db99548c466cee9 | refs/heads/master | 2021-01-23T04:34:06.551000 | 2017-06-23T09:13:33 | 2017-06-23T09:13:33 | 86,209,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 컬렉션(Collection) 클래스 : java.util.HashSet
* => 저장하려는 객체에 대해 hashCode()를 호출하여, 그 리턴 값을 가지고 저장할 위치(인덱스)를 계산 */
package step08;
import java.sql.Date;
import java.util.HashSet;
import java.util.Iterator;
public class Test07_4 {
public static void main(String[] args) {
HashSet set = new HashSet();
... | UTF-8 | Java | 1,450 | java | Test07_4.java | Java | [] | null | [] | /* 컬렉션(Collection) 클래스 : java.util.HashSet
* => 저장하려는 객체에 대해 hashCode()를 호출하여, 그 리턴 값을 가지고 저장할 위치(인덱스)를 계산 */
package step08;
import java.sql.Date;
import java.util.HashSet;
import java.util.Iterator;
public class Test07_4 {
public static void main(String[] args) {
HashSet set = new HashSet();
... | 1,450 | 0.609206 | 0.604693 | 38 | 28.157894 | 23.209034 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 0 |
1dd69030bfedd68dc907bf7a71983cec09ce3b43 | 22,033,182,252,626 | 01becdd9c3418b33e02590b33bcbd97a822fa377 | /src/Observer/Boss.java | 9cd352e6a42260618e44ad9380bd1658bc3c73a5 | [] | no_license | JafetDS/Trabajo_Extraclase2_DatosI_1semestre_2020 | https://github.com/JafetDS/Trabajo_Extraclase2_DatosI_1semestre_2020 | 16344ccff426beaa075617bb9a7f00f1393de82a | 8220f9e6b535ed7e013dea6be045df1e79054854 | refs/heads/master | 2021-03-25T01:49:44.986000 | 2020-03-25T18:45:53 | 2020-03-25T18:45:53 | 247,579,827 | 0 | 0 | null | false | 2020-03-25T18:45:54 | 2020-03-16T01:00:25 | 2020-03-16T22:22:01 | 2020-03-25T18:45:54 | 309 | 0 | 0 | 0 | HTML | false | false | /*
* 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 Observer;
/**
*
* @author Kennet
*/
public class Boss {
private Employe empleado;
/**
*
* @param emplea... | UTF-8 | Java | 795 | java | Boss.java | Java | [
{
"context": "e editor.\n */\npackage Observer;\n\n/**\n *\n * @author Kennet\n */\npublic class Boss {\n private Employe em",
"end": 225,
"score": 0.8546298742294312,
"start": 222,
"tag": "NAME",
"value": "Ken"
},
{
"context": "itor.\n */\npackage Observer;\n\n/**\n *\n * @author... | 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 Observer;
/**
*
* @author Kennet
*/
public class Boss {
private Employe empleado;
/**
*
* @param emplea... | 795 | 0.587642 | 0.587642 | 38 | 19.868422 | 19.913195 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289474 | false | false | 0 |
a26585a71fcb2bb2faf453c1e5d4dac85cd00e7a | 6,743,098,657,650 | c4c7f3b6dec38705ff85d9f2f5eec4261ceeead0 | /Raspcast/api/src/main/java/be/krivi/ucll/da/raspcast/api/filter/JWTSecured.java | 2989d20016c811ba489e5252d108df5fffc1a285 | [] | no_license | Qrivi/UCLL-DA | https://github.com/Qrivi/UCLL-DA | fd6488cd25b7509716d52a664a6da3a2f05dfb8a | 79e78ee14a9137b4b65660a5b9f6215d302fd2c4 | refs/heads/master | 2021-01-13T07:53:00.780000 | 2016-12-18T23:41:28 | 2016-12-18T23:41:28 | 68,927,031 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.krivi.ucll.da.raspcast.api.filter;
import javax.ws.rs.NameBinding;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIM... | UTF-8 | Java | 416 | java | JWTSecured.java | Java | [] | null | [] | package be.krivi.ucll.da.raspcast.api.filter;
import javax.ws.rs.NameBinding;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIM... | 416 | 0.8125 | 0.8125 | 15 | 26.799999 | 20.057251 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
fd6a9f9eff7f41519d4ea02ca203ae2d979eea1f | 412,316,888,790 | 7ae2c9cbae47072bf0853af67b8ad36dbd0823cd | /dataproviders/src/main/java/com/paypal/selion/platform/dataprovider/filter/DataProviderFilter.java | 246ec30b9870591d2a5c5c9de1f3def6112f7d21 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | mach6/SeLion | https://github.com/mach6/SeLion | e4e5dbaa33bf26128b1b35bd979aaf9ff6c75e09 | b74585a5c65911068febd71f4fa19d5ba2a73f4e | refs/heads/develop | 2022-05-13T10:52:43.603000 | 2022-03-24T06:31:16 | 2022-03-24T06:31:16 | 24,708,086 | 6 | 0 | Apache-2.0 | true | 2022-03-24T06:31:17 | 2014-10-02T05:57:34 | 2022-03-24T06:30:17 | 2022-03-24T06:31:16 | 6,935 | 2 | 0 | 4 | Java | false | false | /*-------------------------------------------------------------------------------------------------------------------*\
| Copyright (C) 2015 PayPal |
| ... | UTF-8 | Java | 2,641 | java | DataProviderFilter.java | Java | [] | null | [] | /*-------------------------------------------------------------------------------------------------------------------*\
| Copyright (C) 2015 PayPal |
| ... | 2,641 | 0.408936 | 0.404771 | 47 | 55.19149 | 50.381371 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723404 | false | false | 0 |
0eabc3a38a6a1e39630d401ca88963458a1eb313 | 7,808,250,567,887 | 38ab080e4df324ddbff102f9862f5848907dac69 | /stockmanager/src/main/java/com/usr/csdm/stockmanager/common/db/DBUtil.java | b9c7d42831c4591d68fe35f95b4aad83023c2f02 | [] | no_license | gcsdm/stock_manager | https://github.com/gcsdm/stock_manager | 3ff6c52396cb9f8f6e1a610f38d6106e71682db3 | e2a763f9bcca54eff9d8f53fe23dbb7f9bc795b5 | refs/heads/master | 2021-01-10T11:17:06.494000 | 2016-01-24T05:07:23 | 2016-01-24T05:10:04 | 44,109,153 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: DBUtil.java
package com.usr.csdm.stockmanager.common.db;
import java.sql.*;
import java.util.Hashtable;
import javax.naming.*;
import j... | UTF-8 | Java | 3,895 | java | DBUtil.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\r\n// Jad home page: http://www.kpdus.com/jad.html",
"end": 61,
"score": 0.9996394515037537,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: DBUtil.java
package com.usr.csdm.stockmanager.common.db;
import java.sql.*;
import java.util.Hashtable;
import javax.naming.*;
import javax.sql.D... | 3,885 | 0.565854 | 0.560719 | 138 | 26.224638 | 32.92746 | 250 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 0 |
0b452d2c43e9fdea036e6ca692f0f658eb7e3b54 | 16,037,407,944,379 | 750e169703bcec290abd6e4b3221e88a54bd9ee8 | /example/src/main/java/com/fastcode/example/application/core/casehistory/dto/UpdateCaseHistoryOutput.java | c55e09431ee779ee64fea5a91aedacec2fce640d | [] | no_license | fastcode-inc/case-mgmt | https://github.com/fastcode-inc/case-mgmt | 150833791a666b4b5d4d58a81dec3ec488277a8e | 859a46cacb94fe0f986d5a0d0f49d41b59187421 | refs/heads/master | 2023-08-14T15:57:03.594000 | 2021-10-12T18:19:50 | 2021-10-12T18:19:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fastcode.example.application.core.casehistory.dto;
import java.time.*;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class UpdateCaseHistoryOutput {
private Long caseHistoryId;
private String message;
private OffsetTime timestamp;
private Long caseId;
private Long... | UTF-8 | Java | 346 | java | UpdateCaseHistoryOutput.java | Java | [] | null | [] | package com.fastcode.example.application.core.casehistory.dto;
import java.time.*;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class UpdateCaseHistoryOutput {
private Long caseHistoryId;
private String message;
private OffsetTime timestamp;
private Long caseId;
private Long... | 346 | 0.777457 | 0.777457 | 16 | 20.625 | 17.138681 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 0 |
dd89a0b36aa1468e2ced0e10cf944dd523d5803f | 16,037,407,948,217 | 7450e68d1b58035a892ee4b6e83848eb10aa4d99 | /app/src/main/java/com/example/seminarhall/LogIn/MainActivity.java | f45ef4226075b67be30a43444e1507018b4fd48f | [] | no_license | shubhamB25/Seminar-Hall-Reservation | https://github.com/shubhamB25/Seminar-Hall-Reservation | d6b999df26947f65d769d7ff8a94b57f5bb0a158 | 42f30707338bb3a10ff5741be79b6d5a260f9b9a | refs/heads/master | 2023-06-15T18:04:04.495000 | 2021-07-10T06:25:32 | 2021-07-10T06:25:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.seminarhall.LogIn;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.text.Html;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.example.seminarhall.R;
import com.example.sem... | UTF-8 | Java | 2,047 | java | MainActivity.java | Java | [] | null | [] | package com.example.seminarhall.LogIn;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.text.Html;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.example.seminarhall.R;
import com.example.sem... | 2,047 | 0.679531 | 0.679531 | 69 | 28.652174 | 25.032631 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 0 |
862298323d61b9e90784b00cff9ba773c5c906c5 | 23,484,881,237,449 | f716634ea97b91bf19ab246dd2f4fde87478379d | /src/main/java/com/qa/student/rest/ScreenService.java | 2527775cfb7c25ba99b63f6da61ffc1ae5b5c2a4 | [] | no_license | scrappy1987/Team1 | https://github.com/scrappy1987/Team1 | 467e15577150f262d127e3efc344783c21b91ff4 | b1cdc7f7c6955348d283ebbdc7ef797bde48a12e | refs/heads/master | 2021-05-01T02:20:54.412000 | 2017-02-03T14:36:44 | 2017-02-03T14:36:44 | 79,910,600 | 0 | 0 | null | false | 2017-02-03T14:36:44 | 2017-01-24T12:43:01 | 2017-01-24T12:45:31 | 2017-02-03T14:36:44 | 218 | 0 | 0 | 1 | Java | null | null | package com.qa.student.rest;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import org.jboss.logging.Logger;
import com.google.gson.Gson;
import com.qa.student.model.Screen;
public class ScreenService {
private static fin... | UTF-8 | Java | 2,249 | java | ScreenService.java | Java | [] | null | [] | package com.qa.student.rest;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import org.jboss.logging.Logger;
import com.google.gson.Gson;
import com.qa.student.model.Screen;
public class ScreenService {
private static fin... | 2,249 | 0.687417 | 0.687417 | 91 | 22.714285 | 20.320122 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.989011 | false | false | 0 |
b702a6041b86a05f6ac46da5fd4a24a4c8c389fd | 10,934,986,782,821 | 99b4a1303345ecb8dd2547dac2c783bf979dbad0 | /src/main/java/com/hs/entity/FrontRole.java | 8ec7e4ae66d9f11b4a6babb96c7f0d40cf1befb8 | [] | no_license | YuChengHup/Hs-The-flower-shoping | https://github.com/YuChengHup/Hs-The-flower-shoping | e32f39fbe992a6cec0937f84a359a6fb419245fd | ff8767bba63e23d014c1b65d2c416d1a0d31fb06 | refs/heads/master | 2023-09-02T12:19:00.554000 | 2021-11-09T02:54:06 | 2021-11-09T02:54:06 | 420,320,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hs.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class FrontRole {
private Integer pageSize;
private String comName;
private Integer comVolume;
private String priceDesc;
private Stri... | UTF-8 | Java | 389 | java | FrontRole.java | Java | [] | null | [] | package com.hs.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class FrontRole {
private Integer pageSize;
private String comName;
private Integer comVolume;
private String priceDesc;
private Stri... | 389 | 0.766067 | 0.766067 | 21 | 17.523809 | 12.427385 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 0 |
45116bdcf26b12db107eeaf2515ff69118298160 | 19,920,058,385,235 | 6d1d8fffa895fb5daf11f7edbd07f81bb26ed121 | /service/src/main/java/com/rensm/audit/service/mq/config/MQAutoConfiguration.java | 856dc39bcb7c71be6423767e3ce9e7c632d55037 | [] | no_license | pianotrain/micro_service | https://github.com/pianotrain/micro_service | 7e1db2723eb20765c888b433d9e4daf62d322142 | 1af534ced14d913e71870328499e3ef24503fefa | refs/heads/master | 2020-03-27T02:27:44.128000 | 2018-08-23T03:17:19 | 2018-08-23T03:17:19 | 145,791,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rensm.audit.service.mq.config;
/**
* Created by DELL on 2018/8/14.
*/
public class MQAutoConfiguration {
public MQAutoConfiguration() {
}
}
| UTF-8 | Java | 163 | java | MQAutoConfiguration.java | Java | [
{
"context": ".rensm.audit.service.mq.config;\n\n/**\n * Created by DELL on 2018/8/14.\n */\npublic class MQAutoConfiguratio",
"end": 66,
"score": 0.9992382526397705,
"start": 62,
"tag": "USERNAME",
"value": "DELL"
}
] | null | [] | package com.rensm.audit.service.mq.config;
/**
* Created by DELL on 2018/8/14.
*/
public class MQAutoConfiguration {
public MQAutoConfiguration() {
}
}
| 163 | 0.687117 | 0.644172 | 9 | 17.111111 | 16.69627 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 0 |
acb28a2d009d3b0507536e5f887ff81bf024ea87 | 18,769,007,100,658 | 211f4d054af55616c5c5eaf95e1c1772f7987e6a | /pinyougou-interface/src/main/java/com/pinyougou/service/TypeTemplateService.java | 67dcd4e1941e3981af8465682df19cbd92755106 | [] | no_license | coding4happiness/pinyougou | https://github.com/coding4happiness/pinyougou | 158daa0d257ce3ef169aadb33e791e31485d75f4 | 46f27063a95fe271c96d37ced68eb8799abaad77 | refs/heads/master | 2020-05-05T07:29:23.709000 | 2019-04-06T12:12:32 | 2019-04-06T12:12:35 | 179,426,937 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pinyougou.service;
import com.pinyougou.common.pojo.PageResult;
import com.pinyougou.pojo.TypeTemplate;
import java.util.List;
import java.util.Map;
public interface TypeTemplateService {
PageResult findByPage(TypeTemplate typeTemplate, Integer page, Integer rows);
void save(TypeTemplate typeTe... | UTF-8 | Java | 511 | java | TypeTemplateService.java | Java | [] | null | [] | package com.pinyougou.service;
import com.pinyougou.common.pojo.PageResult;
import com.pinyougou.pojo.TypeTemplate;
import java.util.List;
import java.util.Map;
public interface TypeTemplateService {
PageResult findByPage(TypeTemplate typeTemplate, Integer page, Integer rows);
void save(TypeTemplate typeTe... | 511 | 0.772994 | 0.772994 | 22 | 22.227272 | 23.043303 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 0 |
220e217bcadd1924035ce89d25049993b642a37e | 13,426,067,770,002 | a205936864332316bd12ae37777cd695b53b8598 | /profiles/2-spring-profiles-example/src/main/java/org/spring/boot/examples/profiles/service/SmtpMailSender.java | 617c6714c4292469831ce2d78003a7c5d125435d | [] | no_license | amdouni-mohamed-ali/spring-boot-examples | https://github.com/amdouni-mohamed-ali/spring-boot-examples | a3dc5bb4096d1ddef3310f313c1ea667952ff1cc | 8e35f4f64f3a962afe83dd991cbdb28fe51e1ef3 | refs/heads/master | 2020-05-09T14:51:34.323000 | 2020-02-27T16:21:23 | 2020-02-27T16:21:23 | 181,209,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.spring.boot.examples.profiles.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Service
@Profile("production")
public class SmtpMailSender implements MailSender {
/*
* this is a... | UTF-8 | Java | 732 | java | SmtpMailSender.java | Java | [] | null | [] | package org.spring.boot.examples.profiles.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Service
@Profile("production")
public class SmtpMailSender implements MailSender {
/*
* this is a... | 732 | 0.698087 | 0.695355 | 25 | 28.280001 | 25.306948 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 0 |
48c2c406a9ce173ac89e4d05611d852f93bc72ec | 25,280,177,519,653 | a2d9f50738956a066dcb41850baf60a3166ece93 | /src/Company.java | 0d1cb87ed94b577d078e9e9726f9c1226d570182 | [] | no_license | vallerboy/AkademiaFirma | https://github.com/vallerboy/AkademiaFirma | e7a51ecf843800fe7ed10cdcc907d44944c129d1 | fdbc4dc0d15274b2fbaadddfeddd9e38af11b596 | refs/heads/master | 2021-01-01T15:44:06.355000 | 2017-07-19T08:00:03 | 2017-07-19T08:00:03 | 97,689,498 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
/**
* Created by Lenovo on 18.07.2017.
*/
public class Company {
List<Menager> menagerList = new ArrayList<>();
public static void main(String[] args) {
}
public Company() {
for (Menager menager : menagerList) {
for(Worker wor... | UTF-8 | Java | 649 | java | Company.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Lenovo on 18.07.2017.\n */\npublic class Company {\n Lis",
"end": 76,
"score": 0.9555339813232422,
"start": 70,
"tag": "USERNAME",
"value": "Lenovo"
}
] | null | [] | import java.util.ArrayList;
import java.util.List;
/**
* Created by Lenovo on 18.07.2017.
*/
public class Company {
List<Menager> menagerList = new ArrayList<>();
public static void main(String[] args) {
}
public Company() {
for (Menager menager : menagerList) {
for(Worker wor... | 649 | 0.553159 | 0.540832 | 25 | 24.959999 | 26.536737 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
202686805e3843c410c8c8a39b31a41c69434135 | 33,217,277,114,505 | 5c53356618e4d6d422fa59993cfe220dba4620cd | /src/main/java/edu/drexel/TrainDemo/controllers/itinerary/ItineraryController.java | ee685ef6ebcdafebf260cee6c11b5272170dcb7c | [] | no_license | UjiMani/SE577_SEPTA | https://github.com/UjiMani/SE577_SEPTA | 00472e550acfb1271fe3bc264be85b786b67c84f | db904b0d744b30f88e80bb51c306b25295083c97 | refs/heads/master | 2022-04-08T14:44:56.670000 | 2020-03-21T03:35:45 | 2020-03-21T03:35:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.drexel.TrainDemo.controllers.itinerary;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.... | UTF-8 | Java | 1,594 | java | ItineraryController.java | Java | [] | null | [] | package edu.drexel.TrainDemo.controllers.itinerary;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.... | 1,594 | 0.806148 | 0.805521 | 53 | 29.075472 | 25.633005 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.09434 | false | false | 0 |
8a26766fe02929f625fb1b3dd64414f1c8f0d152 | 1,279,900,280,343 | fe9f4cae529b8f127cab8fc3380e86cd84ec0c4c | /library/src/main/java/com/gatebuzz/rapidapi/rx/FailedCallException.java | f1ce9e4e684bf055739bcc3bb6a2c1ef23c4f417 | [
"Apache-2.0"
] | permissive | waffle-iron/RxRapidApi | https://github.com/waffle-iron/RxRapidApi | 1a5725825da4c2cdd9bbe4994507788d816515d2 | c0f57eed3630e5f7711613b7c5fec49a68e2c4b0 | refs/heads/master | 2020-06-14T22:57:28.608000 | 2016-12-02T14:09:15 | 2016-12-02T14:09:15 | 75,401,028 | 0 | 0 | null | true | 2016-12-02T14:09:14 | 2016-12-02T14:09:13 | 2016-12-01T21:45:50 | 2016-12-02T14:01:27 | 162 | 0 | 0 | 0 | null | null | null | package com.gatebuzz.rapidapi.rx;
import android.support.annotation.Keep;
import java.util.Map;
@Keep
public class FailedCallException extends Throwable {
private Map<String, Object> response;
public FailedCallException(Map<String, Object> response) {
this.response = response;
}
public Map<... | UTF-8 | Java | 385 | java | FailedCallException.java | Java | [] | null | [] | package com.gatebuzz.rapidapi.rx;
import android.support.annotation.Keep;
import java.util.Map;
@Keep
public class FailedCallException extends Throwable {
private Map<String, Object> response;
public FailedCallException(Map<String, Object> response) {
this.response = response;
}
public Map<... | 385 | 0.709091 | 0.709091 | 18 | 20.388889 | 20.621292 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
753138f7fd9553589963eb76d8c7e5b5ce9df82e | 13,280,038,903,044 | e3fbf300cd2fb07840f7204b8ec97e8cf9141b9f | /passport/passport-coupon/src/main/java/cn/globalph/coupon/dao/CouponAttributeDao.java | 162f9d0fc64b22dade5e97af7ac6e98991af0ec2 | [] | no_license | ynial/nongph | https://github.com/ynial/nongph | 0af2b6b60956b9e77f60eb369c339db5e86b2699 | 4f4c2a640a2832ff447073107988652993f2d88c | refs/heads/master | 2019-07-09T03:19:00.279000 | 2016-01-20T12:35:09 | 2016-01-20T12:35:09 | 58,435,964 | 2 | 0 | null | false | 2019-10-18T13:57:45 | 2016-05-10T06:36:09 | 2016-11-22T08:16:32 | 2019-10-18T13:57:41 | 19,033 | 2 | 0 | 2 | Java | false | false | package cn.globalph.coupon.dao;
public interface CouponAttributeDao {
}
| UTF-8 | Java | 74 | java | CouponAttributeDao.java | Java | [] | null | [] | package cn.globalph.coupon.dao;
public interface CouponAttributeDao {
}
| 74 | 0.797297 | 0.797297 | 5 | 13.8 | 16.606024 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 0 |
572c8c4cb22582041d881bf91180f4996a8d8bb6 | 18,227,841,231,884 | 5725bd8869f1638363ac1bee8e53dd92fecd7a4d | /siscae/src/main/java/pe/edu/unmsm/fisi/siscae/service/impl/reporte/ReporteEstadisticaInfraccionesService.java | 8c104d3c25d525e0e528e748eacb820260900c80 | [] | no_license | CrisDC/SISCAE | https://github.com/CrisDC/SISCAE | cc331295e37834a528a3628a005c6b965611f2a0 | 8fa750e41473f72a939528ce05406d294ae99491 | refs/heads/master | 2023-04-10T05:54:33.870000 | 2020-01-15T22:01:44 | 2020-01-15T22:01:44 | 362,678,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.unmsm.fisi.siscae.service.impl.reporte;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pe.edu.unmsm.fisi.siscae.mapper.IReporteEstadisticaInfraccionesMapper;
import pe.edu.unmsm.fisi.siscae.model.consu... | UTF-8 | Java | 2,850 | java | ReporteEstadisticaInfraccionesService.java | Java | [] | null | [] | package pe.edu.unmsm.fisi.siscae.service.impl.reporte;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pe.edu.unmsm.fisi.siscae.mapper.IReporteEstadisticaInfraccionesMapper;
import pe.edu.unmsm.fisi.siscae.model.consu... | 2,850 | 0.847719 | 0.847719 | 70 | 38.685715 | 38.033272 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.185714 | false | false | 0 |
98551eda8a3b6f0c98f7f0e5f3ebd09329c23975 | 24,369,644,460,193 | 174a0df65d5a550215f5528684c6b52cd784e14a | /test/ResultTest.java | daf2ce19cf9286c992da67bbfa2191a69b1ce79e | [] | no_license | wyjwl/GuessNumber | https://github.com/wyjwl/GuessNumber | 9c01c211b618ae2184fd2dcfcd48268117d84b1e | c5af3a315f420ac7d7fdb5679ae78b8c7ea65fb6 | refs/heads/master | 2021-01-10T01:17:40.372000 | 2016-01-14T04:01:02 | 2016-01-14T04:01:02 | 49,621,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.company.ReturnResult;
import com.sun.org.apache.xpath.internal.SourceTree;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* Created by lenovo on 2015/12/26.
*/
public class ResultTest {
@Test
public void should_equals_0A0B() {
assertEquals(new ReturnResult()... | UTF-8 | Java | 628 | java | ResultTest.java | Java | [
{
"context": ".framework.Assert.assertEquals;\n\n/**\n * Created by lenovo on 2015/12/26.\n */\npublic class ResultTest {\n ",
"end": 186,
"score": 0.9995195865631104,
"start": 180,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | import com.company.ReturnResult;
import com.sun.org.apache.xpath.internal.SourceTree;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* Created by lenovo on 2015/12/26.
*/
public class ResultTest {
@Test
public void should_equals_0A0B() {
assertEquals(new ReturnResult()... | 628 | 0.659236 | 0.589172 | 25 | 24.120001 | 24.889067 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 0 |
7438ed9fc16fc68f201b3e3188f7141007332a46 | 8,126,078,129,822 | 17a988215c219afb94f65096754bef1595a24849 | /src/test/java/com/selenium/template/tests/LeftSideMenuCustomerTest.java | 2f54cf762212e6531d20296253803e1faf0a9aa1 | [] | no_license | AlexandruZainea/EPOCA-Selenium | https://github.com/AlexandruZainea/EPOCA-Selenium | 468e8990f4b069ff0a79722886d71631863ba48c | b6bc88f6b392065aff02e50a9bd32c04feaba5ee | refs/heads/master | 2020-03-12T22:11:54.640000 | 2018-06-04T06:55:58 | 2018-06-04T06:55:58 | 130,842,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.selenium.template.tests;
import com.selenium.template.DriverBase;
import com.selenium.template.automationFramework.TestData;
import com.selenium.template.pageObjects.frontend.FELeftMenu;
import com.selenium.template.pageObjects.frontend.FELoginPage;
import org.openqa.selenium.By;
import org.openqa... | UTF-8 | Java | 6,626 | java | LeftSideMenuCustomerTest.java | Java | [
{
"context": ");\r\n\r\n feLoginPage.inputUsername (TestData.username);\r\n feLoginPage.inputPassword (TestData.pa",
"end": 2414,
"score": 0.788414478302002,
"start": 2406,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ta.username);\r\n feLoginPage.inpu... | null | [] | package com.selenium.template.tests;
import com.selenium.template.DriverBase;
import com.selenium.template.automationFramework.TestData;
import com.selenium.template.pageObjects.frontend.FELeftMenu;
import com.selenium.template.pageObjects.frontend.FELoginPage;
import org.openqa.selenium.By;
import org.openqa... | 6,591 | 0.633112 | 0.630848 | 204 | 30.470589 | 30.138798 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544118 | false | false | 0 |
fa5683e631206c36bf6f253b36be7f8b9672dd2a | 12,635,793,803,565 | c62717b03b3c04b779900d009eab54348936d067 | /guli-microservice-sysuser/src/main/java/com/guli/sysuser/entity/Sysuser.java | 24650a4fd2aebf8ee64eb650a072488956d63a9c | [] | no_license | cuvee233/guli | https://github.com/cuvee233/guli | bdd2ffb7949a52cf8e43f06be0b1c73df90f93b6 | e0eac68362e802d01737ce7cf31d4c764ccb9ec8 | refs/heads/master | 2022-07-10T13:45:36.352000 | 2019-08-12T02:26:55 | 2019-08-12T02:26:55 | 200,234,339 | 1 | 1 | null | false | 2022-05-20T21:04:24 | 2019-08-02T12:53:25 | 2019-08-20T06:00:29 | 2022-05-20T21:04:24 | 83 | 0 | 0 | 5 | Java | false | false | package com.guli.sysuser.entity;
import lombok.Data;
/**
* @author helen
* @since 2019/3/2
*/
@Data
public class Sysuser {
private String id;
private String username;
private String password;
}
| UTF-8 | Java | 203 | java | Sysuser.java | Java | [
{
"context": "suser.entity;\n\nimport lombok.Data;\n\n/**\n * @author helen\n * @since 2019/3/2\n */\n@Data\npublic class Sysuser",
"end": 75,
"score": 0.9996377229690552,
"start": 70,
"tag": "USERNAME",
"value": "helen"
}
] | null | [] | package com.guli.sysuser.entity;
import lombok.Data;
/**
* @author helen
* @since 2019/3/2
*/
@Data
public class Sysuser {
private String id;
private String username;
private String password;
}
| 203 | 0.70936 | 0.679803 | 15 | 12.533334 | 10.794237 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
56cb15f3cbcb95e43f32095a6bc35a0a8082e115 | 13,726,715,493,845 | 2f5fe456f8a85db0dfd69faa26c2e561e7613cf3 | /src/main/java/com/ual/blog/service/impl/UserServiceImpl.java | a5a08a31d43ead6975076c1ca42f1d53d9efe621 | [] | no_license | Uarealoser/blog | https://github.com/Uarealoser/blog | 6bc1ebdf87349e8a1053f557a3803070c56e7876 | a05c62f0e865b6b93d3e7e32dd9644d75d20e488 | refs/heads/master | 2022-06-08T06:27:02.056000 | 2020-10-29T08:24:42 | 2020-10-29T08:24:42 | 225,748,467 | 1 | 0 | null | false | 2022-05-20T21:17:31 | 2019-12-04T01:03:06 | 2020-10-29T08:24:45 | 2022-05-20T21:17:30 | 84 | 0 | 0 | 2 | Java | false | false | package com.ual.blog.service.impl;
import com.ual.blog.Mapper.BaseMapper;
import com.ual.blog.Mapper.UserMapper;
import com.ual.blog.model.User;
import com.ual.blog.service.UserService;
import com.ual.blog.web.exception.GlobalException;
import org.apache.commons.codec.digest.DigestUtils;
import org.springframework.bea... | UTF-8 | Java | 1,404 | java | UserServiceImpl.java | Java | [
{
"context": "e UserServiceImpl\n * @Description TODO\n * @Author ual\n */\npublic class UserServiceImpl extends BaseServ",
"end": 423,
"score": 0.9883745908737183,
"start": 420,
"tag": "USERNAME",
"value": "ual"
}
] | null | [] | package com.ual.blog.service.impl;
import com.ual.blog.Mapper.BaseMapper;
import com.ual.blog.Mapper.UserMapper;
import com.ual.blog.model.User;
import com.ual.blog.service.UserService;
import com.ual.blog.web.exception.GlobalException;
import org.apache.commons.codec.digest.DigestUtils;
import org.springframework.bea... | 1,404 | 0.707122 | 0.701308 | 46 | 28.913044 | 25.043289 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 0 |
1000347df643cba9b5a5dcdab8e7a2f99d88ca5f | 19,129,784,350,981 | f0087b99eba30d13921e7cf9baf700e8fc32aed5 | /evens.java | 97700e2a866832245ed9935876a88b1a4e89b082 | [] | no_license | nikhil336/assign2 | https://github.com/nikhil336/assign2 | b488b9037bed1714f766294cac9505c3561c42ca | 06280b7497a8a2b8fb0d3f35da3506e36d30cd84 | refs/heads/master | 2020-03-26T22:02:42.014000 | 2018-08-20T15:08:35 | 2018-08-20T15:08:35 | 145,427,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class evens
{
public static void main(String args[])
{
Scanner kb=new Scanner(System.in);
System.out.print("Enter no:");
int n;
n=kb.nextInt();
System.out.println("output: ");
for(int i=1;i<=n;i++)
{
if(i%2==0)
{
System.out.print(i+" ");
}
}
}
} | UTF-8 | Java | 271 | java | evens.java | Java | [] | null | [] | import java.util.Scanner;
class evens
{
public static void main(String args[])
{
Scanner kb=new Scanner(System.in);
System.out.print("Enter no:");
int n;
n=kb.nextInt();
System.out.println("output: ");
for(int i=1;i<=n;i++)
{
if(i%2==0)
{
System.out.print(i+" ");
}
}
}
} | 271 | 0.649446 | 0.638376 | 19 | 13.315789 | 13.026502 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 0 |
3adaacdca5d2e33377d2ccbba738cb6371c3c021 | 22,574,348,127,792 | 33a60f53cee83923f0a2b154e9d8da5071317987 | /app/src/main/java/com/example/comer/myproject/Activity/ThirdNewsRepeat.java | 5546d7cc0880b629761cffc9d4b13439ff0647b7 | [] | no_license | CBaldemir/webservice-project | https://github.com/CBaldemir/webservice-project | 9a08d1652c0a41cb0c394f3d81f8c962bfc77a5f | 5ff849b8dd4f882adf48545d627ca166ac0ba49b | refs/heads/master | 2021-01-25T00:48:56.220000 | 2017-06-18T15:23:31 | 2017-06-18T15:23:31 | 94,695,285 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.comer.myproject.Activity;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import com.example.comer.myproject.R;
import com.google.android.gms.common.api.GoogleApiClient;
public class ThirdNewsRepeat extends Activity {
private TextView textview;
priva... | UTF-8 | Java | 1,374 | java | ThirdNewsRepeat.java | Java | [] | null | [] | package com.example.comer.myproject.Activity;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import com.example.comer.myproject.R;
import com.google.android.gms.common.api.GoogleApiClient;
public class ThirdNewsRepeat extends Activity {
private TextView textview;
priva... | 1,374 | 0.657605 | 0.637766 | 38 | 34.763157 | 27.737904 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 0 |
eebbbe1380727763d155065714028fa7508ddbaf | 30,906,584,675,795 | 2e360ad1620b76ff17c2a846865a8b3cdd9b948c | /tcp/src/main/java/com/mkleo/tcp/Sender.java | 40ce23025ef1143f84f4b1b94b13c318189cfa7c | [] | no_license | Mkleo-github/MkLibraryStore | https://github.com/Mkleo-github/MkLibraryStore | d3e0ea0d3e7dbc7eacfedcbabb2c160f98d98426 | 41bc779b710ebed9e0d315c8e3fcee27ef96dc67 | refs/heads/master | 2021-03-28T20:21:17.183000 | 2020-06-18T07:23:18 | 2020-06-18T07:23:18 | 247,891,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mkleo.tcp;
import java.lang.ref.WeakReference;
/**
* @说明:
* @作者: Wang HengJin
* @日期: 2018/12/7 11:53 星期五
*/
public abstract class Sender {
private WeakReference<IClient.Internal> mClientRefrence;
public Sender() {
}
void bindClient(IClient.Internal client) {
mClientRefrence ... | UTF-8 | Java | 739 | java | Sender.java | Java | [
{
"context": " java.lang.ref.WeakReference;\n\n/**\n * @说明:\n * @作者: Wang HengJin\n * @日期: 2018/12/7 11:53 星期五\n */\npublic abstract c",
"end": 93,
"score": 0.9998309016227722,
"start": 81,
"tag": "NAME",
"value": "Wang HengJin"
}
] | null | [] | package com.mkleo.tcp;
import java.lang.ref.WeakReference;
/**
* @说明:
* @作者: <NAME>
* @日期: 2018/12/7 11:53 星期五
*/
public abstract class Sender {
private WeakReference<IClient.Internal> mClientRefrence;
public Sender() {
}
void bindClient(IClient.Internal client) {
mClientRefrence = new ... | 733 | 0.57305 | 0.557447 | 41 | 16.195122 | 18.738535 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.146341 | false | false | 0 |
8bfb38960986a319db1adb4bf6495769dc7e63ba | 11,639,361,388,790 | 530fe1b3a654543334d5a9afbb2ea46b8544d6b0 | /Week-12/Day2/src/Generacio.java | 0b4240f1ee6944bbd885961b10cc06f68e76af31 | [] | no_license | greenfox-zerda-raptors/PappBeata | https://github.com/greenfox-zerda-raptors/PappBeata | d58ea959f8588172df5ae9994a552a6af5bb7283 | 3a67b8eedeb7e1b0ff723429ea4faa5350fa8d80 | refs/heads/master | 2021-01-12T18:19:16.649000 | 2017-05-06T07:55:19 | 2017-05-06T07:55:19 | 71,363,242 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Generacio {
private Cell[][] cells;
public Generacio(String[][] input) {
for (int i = 0; i < input.length; i++) {
for (int j = 0; j < input[i].length; j++) {
if (input[i][j].equals(".")) {
cells[i][j] = new Cell(false);
}
... | UTF-8 | Java | 1,068 | java | Generacio.java | Java | [] | null | [] |
public class Generacio {
private Cell[][] cells;
public Generacio(String[][] input) {
for (int i = 0; i < input.length; i++) {
for (int j = 0; j < input[i].length; j++) {
if (input[i][j].equals(".")) {
cells[i][j] = new Cell(false);
}
... | 1,068 | 0.473783 | 0.467228 | 40 | 25.674999 | 20.877485 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
a0718e69ffbc11b9f7c01f50258a97d2a4d30b2c | 25,769,803,797,746 | caa64876e9a42a8720dcbaf28edd1da6828a70c4 | /io/netty/util/NetUtil.java | 95959de2adb9648ee5d710848d0814022d8d3921 | [] | no_license | linouxis9/mc-dev-1.10.2 | https://github.com/linouxis9/mc-dev-1.10.2 | 488bb40d6823a1a78e752de350ca7270ac689240 | ba3498c936b28fd4bdfa2fb74e97e85f13d8a1a4 | refs/heads/master | 2016-09-22T12:49:41.289000 | 2016-07-03T16:32:17 | 2016-07-03T16:32:17 | 62,504,260 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.netty.util;
import io.netty.util.internal.PlatformDependent;
import io.netty.util.internal.logging.InternalLogger;
import io.netty.util.internal.logging.InternalLoggerFactory;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.net.Inet4Address;
import java.net.Inet6Ad... | UTF-8 | Java | 16,104 | java | NetUtil.java | Java | [] | null | [] | package io.netty.util;
import io.netty.util.internal.PlatformDependent;
import io.netty.util.internal.logging.InternalLogger;
import io.netty.util.internal.logging.InternalLoggerFactory;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.net.Inet4Address;
import java.net.Inet6Ad... | 16,104 | 0.419709 | 0.397727 | 543 | 28.657459 | 25.370779 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513812 | false | false | 0 |
dc9ba32fbb61e1f3ee1a89c7c77b63db88e16374 | 2,705,829,424,079 | 274d2c4ccb3045b1b9736f3340420b87b5df2308 | /app/src/main/java/com/example/two_dimentioncodedemo/Activity/Fragment3.java | e8b387be5e8bd04bc7cd88eb897d6dd61ff36690 | [] | no_license | seventeenxsq/Rubbish_Classify | https://github.com/seventeenxsq/Rubbish_Classify | f8fe4dd0fcf98f62e1a601cc42545676644a1238 | 59fb450eaf3dc38349495b455bf6580b906ec0b0 | refs/heads/master | 2020-12-11T11:29:03.819000 | 2020-04-14T15:09:04 | 2020-04-14T15:09:04 | 233,836,255 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.two_dimentioncodedemo.Activity;
import android.animation.ObjectAnimator;
import android.app.Service;
import android.content.Intent;
import android.os.Bundle;
import android.os.Vibrator;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import and... | UTF-8 | Java | 2,542 | java | Fragment3.java | Java | [] | null | [] | package com.example.two_dimentioncodedemo.Activity;
import android.animation.ObjectAnimator;
import android.app.Service;
import android.content.Intent;
import android.os.Bundle;
import android.os.Vibrator;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import and... | 2,542 | 0.676423 | 0.647153 | 74 | 32.702702 | 26.384235 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.959459 | false | false | 0 |
1bc59cad3aa35b5e617c32e1a77cba6870a15b56 | 23,373,212,048,927 | 43f0ee726d3f65b2fb77eb80a3473ae646d17d02 | /core/src/io/piotrjastrzebski/playground/box2dtest/lights/SimpleRayLight.java | 3bbe99683a3693f5b6554e851be1c3b4872b1f00 | [] | no_license | piotr-j/libgdxplayground | https://github.com/piotr-j/libgdxplayground | a4280a672152d5a059a6828d9f56c1eab840a45e | db30e4c6b6c5f6476e8ce0794a40c9276e3e2e2b | refs/heads/master | 2023-01-22T20:56:28.570000 | 2023-01-19T19:58:44 | 2023-01-19T19:58:44 | 37,018,024 | 41 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.piotrjastrzebski.playground.box2dtest.lights;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.Fixture;
import com.badlogic.gdx.... | UTF-8 | Java | 1,928 | java | SimpleRayLight.java | Java | [
{
"context": "package io.piotrjastrzebski.playground.box2dtest.lights;\n\nimport com.ba",
"end": 21,
"score": 0.6212727427482605,
"start": 18,
"tag": "USERNAME",
"value": "str"
},
{
"context": "logic.gdx.physics.box2d.World;\n\n\n/**\n * Created by PiotrJ on 18/09/15.\n */\npublic cl... | null | [] | package io.piotrjastrzebski.playground.box2dtest.lights;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.Fixture;
import com.badlogic.gdx.... | 1,928 | 0.688278 | 0.671681 | 76 | 24.368422 | 21.625912 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.078947 | false | false | 0 |
800859f6fd95a55c11ba2c450632fba73a256fae | 6,227,702,605,250 | 0d98e84c2cc3b702ed30030b98f71a46f638bf56 | /src/main/java/structuralpattern/decoratorpattern/BasicCar/Car.java | 7d9cd8c131f602eafccefd8d4f93ae8c4f4e286d | [] | no_license | rsun07/Design_Pattern | https://github.com/rsun07/Design_Pattern | 1cf55c063588b94871714387276481b4168ee17b | 48a301b9e8f176a0ee836d8f43f47d40c398fb2b | refs/heads/master | 2023-04-01T22:45:45.787000 | 2019-07-23T20:06:22 | 2019-07-23T20:06:22 | 124,569,614 | 0 | 0 | null | false | 2021-03-31T19:06:25 | 2018-03-09T17:03:30 | 2019-07-23T20:06:24 | 2021-03-31T19:06:22 | 121 | 0 | 0 | 2 | Java | false | false | package structuralpattern.decoratorpattern.BasicCar;
public abstract class Car {
String description;
public abstract int price();
public String getDescription() {
return "This is a car";
};
}
| UTF-8 | Java | 220 | java | Car.java | Java | [] | null | [] | package structuralpattern.decoratorpattern.BasicCar;
public abstract class Car {
String description;
public abstract int price();
public String getDescription() {
return "This is a car";
};
}
| 220 | 0.686364 | 0.686364 | 12 | 17.333334 | 17.499207 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
74890fc71292f59ec7dff05d1cb62da747885c93 | 32,057,635,922,907 | c5326e2ae655ddbdc5ce15021d91f4554068ae61 | /src/com/trax/tools/TableAdapter.java | 6061ab06252b0dc6bd072c4a8beb1066636b0300 | [] | no_license | drogeek/Trax | https://github.com/drogeek/Trax | 60d66f384d12649ff40a36322cbb97de55fdc4b6 | 38b7fee7d9e8214c11ac2d383ac600ac52b8e6f9 | refs/heads/master | 2021-08-11T17:31:44.054000 | 2017-11-14T00:50:24 | 2017-11-14T00:50:24 | 110,620,851 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.trax.tools;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import java.util.*;
/**
* Created by unautre on 03/12/14.
*/
public abstract class TableAdapter<K, V> exte... | UTF-8 | Java | 1,303 | java | TableAdapter.java | Java | [
{
"context": "seAdapter;\n\nimport java.util.*;\n\n/**\n * Created by unautre on 03/12/14.\n */\npublic abstract class TableAdapt",
"end": 257,
"score": 0.9996193051338196,
"start": 250,
"tag": "USERNAME",
"value": "unautre"
}
] | null | [] | package com.trax.tools;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import java.util.*;
/**
* Created by unautre on 03/12/14.
*/
public abstract class TableAdapter<K, V> exte... | 1,303 | 0.656946 | 0.652341 | 54 | 23.129629 | 20.367044 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 0 |
a85fe0f130afc0a71a0bb2b6576ce18e9c5fc305 | 28,346,784,170,852 | eded31167b89eb1e533c9ddc59179baa72e55eb4 | /Heap.java | 8044092c777716db2021886af0439b7cebcf67e0 | [] | no_license | mohdryz/Heapz | https://github.com/mohdryz/Heapz | 49d9b3c8a99fd8f307c9abf038ec62c0f0ca0055 | 68fb741de8484cdd19e059d9e0a76d99c41aba99 | refs/heads/master | 2020-05-25T23:12:19.806000 | 2019-05-23T20:32:32 | 2019-05-23T20:32:32 | 188,030,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.Math;
class Heap{
private Node head;
private int size;
public Heap(){
this.head = null;
this.size = 0;
}
public void createHeap(int[] a){
for(int i=0;i<a.length;i++){
Node curr = new Node(a[i],i);
insertLast(curr);
}
}
... | UTF-8 | Java | 6,264 | java | Heap.java | Java | [] | null | [] | import java.lang.Math;
class Heap{
private Node head;
private int size;
public Heap(){
this.head = null;
this.size = 0;
}
public void createHeap(int[] a){
for(int i=0;i<a.length;i++){
Node curr = new Node(a[i],i);
insertLast(curr);
}
}
... | 6,264 | 0.458493 | 0.455779 | 187 | 32.502674 | 18.681219 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 0 |
48f5265adde02b35441dd19ac53c6c5f340df51a | 2,705,829,416,598 | 6c9a1852426ce7b255a5a05433a66806a927c5d3 | /ch03/src/ch03/OperatorEx34.java | 07235c3e0b0a00d3574452659076fbb5efddb26f | [] | no_license | LEEWOODO/work_java | https://github.com/LEEWOODO/work_java | f26eee2b6b20508c0bd17500cdbf327cdd188a49 | c66024bd09bb5daf4e17b163e41ea2432b92a6e7 | refs/heads/master | 2020-03-18T03:43:36.400000 | 2018-06-30T05:21:44 | 2018-06-30T05:21:44 | 134,252,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch03;
public class OperatorEx34 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int i=0;
i=i+3;
System.out.println(" i :"+i);
i=0;
i+=3;
System.out.println(" i :"+i);
i=0;
i=i-3;
System.out.println(" i :"+i);
i=0;
i-=3;
System.out.p... | UTF-8 | Java | 449 | java | OperatorEx34.java | Java | [] | null | [] | package ch03;
public class OperatorEx34 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int i=0;
i=i+3;
System.out.println(" i :"+i);
i=0;
i+=3;
System.out.println(" i :"+i);
i=0;
i=i-3;
System.out.println(" i :"+i);
i=0;
i-=3;
System.out.p... | 449 | 0.510022 | 0.47216 | 28 | 14.035714 | 13.026024 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.178571 | false | false | 0 |
31cb45734aca186bb2afbc16a649c8ac13486122 | 28,071,906,257,221 | 2186e9547154ff5dd2e57a9197f8952accb96942 | /app/src/main/java/com/longhan/huang/homeinter/ui/acticity/SplashActivity.java | aacf3a014ae0ef93e8928074defc217df069becc | [] | no_license | kar98kar/homeinter_and | https://github.com/kar98kar/homeinter_and | 1179f994c328b1e39e30fee85d77d40b158b3566 | d2c309272afcf4be71ea9bf706246b1bbbf3e065 | refs/heads/master | 2021-06-19T03:09:17.628000 | 2016-09-11T14:46:03 | 2016-09-11T14:46:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.longhan.huang.homeinter.ui.acticity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import java.util.concurrent.TimeUnit;
import com.longhan.huang.homeinter.R;
import com.longhan.huang.homeinter.service.LocationService;
import com.longhan.huang.homeinter.service.Mon... | UTF-8 | Java | 1,682 | java | SplashActivity.java | Java | [] | null | [] | package com.longhan.huang.homeinter.ui.acticity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import java.util.concurrent.TimeUnit;
import com.longhan.huang.homeinter.R;
import com.longhan.huang.homeinter.service.LocationService;
import com.longhan.huang.homeinter.service.Mon... | 1,682 | 0.656956 | 0.656361 | 59 | 27.508474 | 23.171705 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 0 |
cf2cd18329690f85857ef9d96608129e2e9944cf | 18,459,769,456,187 | 87fcfaef8247183bbb8032565645c5a0bd080e2f | /app/src/main/java/com/Sparsh/easymanpower/MainUI/Comments.java | eab9652b85727293cdc323084dda2a8c38dbb672 | [] | no_license | spur-s/Diss.e-Commerce | https://github.com/spur-s/Diss.e-Commerce | 5839a47d07cb1d0baa85896ccc879af1784d1fc6 | 6730b0cb370dba6177867abae27f39b6c221f12c | refs/heads/main | 2022-12-28T09:55:07.556000 | 2020-10-14T15:23:39 | 2020-10-14T15:23:39 | 304,055,707 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kishor_bhattarai.easymanpower.MainUI;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.kishor_bhattarai.easymanpower.Int... | UTF-8 | Java | 3,414 | java | Comments.java | Java | [
{
"context": "er.Interfaces.ManpowerInterface;\nimport com.kishor_bhattarai.easymanpower.R;\nimport com.kishor_bhatta",
"end": 364,
"score": 0.506798505783081,
"start": 364,
"tag": "USERNAME",
"value": ""
},
{
"context": "trofit.Builder()\n .baseUrl(\"http://10.0.2.2:3... | null | [] | package com.kishor_bhattarai.easymanpower.MainUI;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.kishor_bhattarai.easymanpower.Int... | 3,414 | 0.623609 | 0.619215 | 104 | 31.817308 | 29.547474 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 0 |
8cc7fb0bb0af168a1b8d98635d18f4589b777e40 | 32,469,952,774,465 | 9c99132280e82f663bf5c8d51ae7d295247e365d | /src/test/java/logintoapp/loginTestSteps.java | e455de39064c3683feb933e68745867514dc84de | [] | no_license | PiotrKoziel/TestingTheApps | https://github.com/PiotrKoziel/TestingTheApps | c24c04847d639e6b2c483c5f7a47a77f2b65c15f | bd35dfa3d7c2ddc24a2a5567f28259e7503a63b4 | refs/heads/master | 2023-01-20T06:05:04.069000 | 2020-11-27T18:05:07 | 2020-11-27T18:05:07 | 302,064,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logintoapp;
import cucumber.api.java.en.*;
import org.junit.Assert;
public class loginTestSteps {
private userLogsIn userlogsin;
private String username;
private String password;
@Given("^user is on the login page$")
public void userIsOnTheLogInPage() {
userlogsin = new userLo... | UTF-8 | Java | 2,019 | java | loginTestSteps.java | Java | [
{
"context": "\" and password: \" + pass);\n this.username = name;\n this.password = pass;\n userlogsin",
"end": 932,
"score": 0.9975913763046265,
"start": 928,
"tag": "USERNAME",
"value": "name"
},
{
"context": " this.username = name;\n this.password ... | null | [] | package logintoapp;
import cucumber.api.java.en.*;
import org.junit.Assert;
public class loginTestSteps {
private userLogsIn userlogsin;
private String username;
private String password;
@Given("^user is on the login page$")
public void userIsOnTheLogInPage() {
userlogsin = new userLo... | 2,025 | 0.669143 | 0.669143 | 70 | 27.842857 | 27.337381 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 0 |
e0d0290c0958ab3a928b70af711397d77da38cfc | 32,469,952,775,968 | f0b974c20b0f17ff0173c04d445cbe7c59dee1c5 | /src/com/GeekTech/players/EnumSuperAbility.java | 322f55a8830a2018b75740f0960ad925bd55a477 | [] | no_license | AskarIbraimov/homework8 | https://github.com/AskarIbraimov/homework8 | 9cca5131c90f96af415674268553fdbe91ec7407 | 9c2a2dd7db90e557b7cc08aad341d5b36dae7402 | refs/heads/master | 2023-04-30T15:04:48.313000 | 2021-05-23T11:06:23 | 2021-05-23T11:06:23 | 369,302,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.GeekTech.players;
public enum EnumSuperAbility {
SHIELD_DAMAGE, TO_FLY, ALL_CRASH, TO_HEAL,TO_STUN,FACE_BLOCK,SECOND_LIFE;
}
| UTF-8 | Java | 142 | java | EnumSuperAbility.java | Java | [] | null | [] | package com.GeekTech.players;
public enum EnumSuperAbility {
SHIELD_DAMAGE, TO_FLY, ALL_CRASH, TO_HEAL,TO_STUN,FACE_BLOCK,SECOND_LIFE;
}
| 142 | 0.753521 | 0.753521 | 5 | 27.4 | 27.989998 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 0 |
d6d4f2a9729dbcad19da6ae45c01290704c9c6d4 | 11,321,533,815,396 | dbec444d769dd76ed192245ca134e3c7372a70ad | /app/src/main/java/com/example/hoanglong/bushelper/HistoryFragment.java | 03d08a226352dd23b8b7d5d18e296655e31c6188 | [] | no_license | hoanglong26/BusHelper | https://github.com/hoanglong26/BusHelper | bba4eeb9cf220c42c1674d23cf2effb51ded6278 | cdc0420e59d54346e23966852b99787de50b72b2 | refs/heads/master | 2020-12-02T23:54:36.617000 | 2017-11-07T01:10:30 | 2017-11-07T01:10:30 | 95,959,511 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hoanglong.bushelper;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflate... | UTF-8 | Java | 4,614 | java | HistoryFragment.java | Java | [] | null | [] | package com.example.hoanglong.bushelper;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflate... | 4,614 | 0.627222 | 0.624187 | 135 | 33.177776 | 27.627647 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
08b17d7d6e5757e3c9a8c0075a007ab24bf88dab | 14,070,312,876,154 | f53e950e6b11003d096c7d1f454301479c19eb84 | /_src/Chapter 04/CupcakeCounter_end/Particles.java | 8f92e858634eab04d0452ee006ae35903411b894 | [
"Apache-2.0"
] | permissive | paullewallencom/greenfoot-978-1-7839-8038-3 | https://github.com/paullewallencom/greenfoot-978-1-7839-8038-3 | 05c32d4a0870b52acf51f33b18e5bebd8f8568dc | ae6d6f79fd33e0dee4d002b4030f17c6f3a0c5d7 | refs/heads/main | 2023-02-04T14:16:43.184000 | 2020-12-28T18:08:39 | 2020-12-28T18:08:39 | 319,414,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import greenfoot.*;
public class Particles extends Enemy {
private int turnRate = 2;
private int speed = 5;
private int lifeSpan = 50;
public Particles(int tr, int s, int l) {
turnRate = tr;
speed = s;
lifeSpan = l;
setRotation(-90);
}
public void act()... | UTF-8 | Java | 588 | java | Particles.java | Java | [] | null | [] | import greenfoot.*;
public class Particles extends Enemy {
private int turnRate = 2;
private int speed = 5;
private int lifeSpan = 50;
public Particles(int tr, int s, int l) {
turnRate = tr;
speed = s;
lifeSpan = l;
setRotation(-90);
}
public void act()... | 588 | 0.488095 | 0.47619 | 31 | 17.967741 | 12.054938 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 0 |
7873d48146f045ad2b869337346ddf4c2a073914 | 18,897,856,118,915 | ee3eb6a73dddabe0a43fc2bdf7ee68ed564114e2 | /HW_7/HW_7/BookType.java | b65201b2a127d714b419a546d019b0964e8ed542 | [] | no_license | celt244/HomeWork | https://github.com/celt244/HomeWork | 79cd812a907e4f49efdd8b0f537b065779eee668 | 8fcc77d67eb4a56bf19ae19a39c1a8efd0f07526 | refs/heads/master | 2020-12-24T12:41:11.684000 | 2017-05-24T22:54:03 | 2017-05-24T22:54:03 | 72,959,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public enum BookType {
NOVEL, TALE, COMEDY, DRAMA, SCIENCEFICTION, DETECTIVE
}
| UTF-8 | Java | 80 | java | BookType.java | Java | [] | null | [] | public enum BookType {
NOVEL, TALE, COMEDY, DRAMA, SCIENCEFICTION, DETECTIVE
}
| 80 | 0.7625 | 0.7625 | 4 | 19 | 21.505814 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 0 |
524707049d58165466041f7703d53749a61eadcb | 17,678,085,410,801 | 86c6ebae300751209fd7fd6eef5ea9ce8a9b8995 | /src/main/java/ua/ramax/task/LoadAndSaveCountryTask.java | b01ba6ba79e5aec93c9cab729ca707dfb8c26524 | [] | no_license | zccmj/Tripcomposer | https://github.com/zccmj/Tripcomposer | b0baf18ae0bdbce3ddbefdfa8e590caa32e6bc87 | 96401d00b56acb49381df230713d5dfead7fbacf | refs/heads/master | 2018-01-12T00:51:56.123000 | 2015-11-07T14:56:17 | 2015-11-07T14:56:17 | 45,082,238 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.ramax.task;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ua.ramax.model.Country;
import ua.ramax.service.CountryService;
import ua.ramax.service.LoadFromApiService;
import java.util.List;
/**
* Created by ramax on 10/28/15.
*/
@Co... | UTF-8 | Java | 671 | java | LoadAndSaveCountryTask.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by ramax on 10/28/15.\n */\n@Component\npublic class LoadAndS",
"end": 299,
"score": 0.9996192455291748,
"start": 294,
"tag": "USERNAME",
"value": "ramax"
}
] | null | [] | package ua.ramax.task;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ua.ramax.model.Country;
import ua.ramax.service.CountryService;
import ua.ramax.service.LoadFromApiService;
import java.util.List;
/**
* Created by ramax on 10/28/15.
*/
@Co... | 671 | 0.754098 | 0.745156 | 28 | 22.964285 | 20.854053 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 0 |
a4bc5e3f8313240275a4ebd1ed268192889791ea | 9,354,438,792,502 | 2ec90784f0eae7adb74913b0090f5a3da11a4575 | /app/src/main/java/com/lzx/demo/adapter/ExpandableItemAdapter.java | f8f0b4e929c567774c5fde4585165b47e640b551 | [
"Apache-2.0"
] | permissive | 15637972610/LRecyclerView | https://github.com/15637972610/LRecyclerView | 6bb06272b13fa0ff2b670d9b57ea6d72a1599cee | 9ae6fc677a9d8fc4a6d0c62f0037c25241b2780f | refs/heads/master | 2020-05-28T10:21:53.175000 | 2019-05-28T07:10:53 | 2019-05-28T07:10:53 | 188,968,626 | 1 | 0 | Apache-2.0 | true | 2019-05-28T06:34:50 | 2019-05-28T06:34:50 | 2019-05-27T01:41:14 | 2019-03-13T03:22:57 | 38,343 | 0 | 0 | 0 | null | false | false | package com.lzx.demo.adapter;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.lzx.demo.R;
import com.lzx.demo.base.BaseMultiAdapter;
import com.lzx.demo.base.SuperViewHolder;
import com.lzx.demo.bean.Level0Item;
import com.lzx.demo.bean.Lev... | UTF-8 | Java | 4,075 | java | ExpandableItemAdapter.java | Java | [
{
"context": ".util.AppToast;\n\n/**\n * 分组可点击展开的adapter\n * @author lizhixian\n * @time 2017/1/12 22:36\n */\n\npublic class Expand",
"end": 483,
"score": 0.999401330947876,
"start": 474,
"tag": "USERNAME",
"value": "lizhixian"
}
] | null | [] | package com.lzx.demo.adapter;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.lzx.demo.R;
import com.lzx.demo.base.BaseMultiAdapter;
import com.lzx.demo.base.SuperViewHolder;
import com.lzx.demo.bean.Level0Item;
import com.lzx.demo.bean.Lev... | 4,075 | 0.604829 | 0.597438 | 113 | 34.920353 | 26.577702 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672566 | false | false | 0 |
20de0a3c067897f2283dbc303b07bdae086cff55 | 16,784,732,212,327 | b8d329b4ffec479595ed0c557c079a31e86ed8b9 | /src/main/java/mrcao/exception/TipException.java | 49e7e7db21d2e7d6647fcbf288052b8e58322096 | [] | no_license | mrcao20/MySite | https://github.com/mrcao20/MySite | 195f090b0b0194373fb0bcdb185876ecb0aa5fb9 | 68d47d8584942baad53512c0230bf829f78bc062 | refs/heads/master | 2020-04-12T04:19:20.459000 | 2019-02-27T14:37:47 | 2019-02-27T14:37:47 | 162,292,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* All rights Reserved, Designed By https://github.com/mrcao20
* @Title: TipException.java
* @Package mrcao.exception
* @Description: TODO()
* @author: mrcao
* @date: 2019年1月20日 下午2:56:23
* @version V1.0
* @Copyright: 2019 https://github.com/mrcao20 Inc. All rights reserved.
*... | UTF-8 | Java | 1,124 | java | TipException.java | Java | [
{
"context": "l rights Reserved, Designed By https://github.com/mrcao20\r\n * @Title: TipException.java \r\n * @Package mr",
"end": 69,
"score": 0.9996077418327332,
"start": 62,
"tag": "USERNAME",
"value": "mrcao20"
},
{
"context": "ion \r\n * @Description: TODO() \r\n * @a... | null | [] | /**
* All rights Reserved, Designed By https://github.com/mrcao20
* @Title: TipException.java
* @Package mrcao.exception
* @Description: TODO()
* @author: mrcao
* @date: 2019年1月20日 下午2:56:23
* @version V1.0
* @Copyright: 2019 https://github.com/mrcao20 Inc. All rights reserved.
*... | 1,124 | 0.627119 | 0.571563 | 44 | 22.136364 | 21.124727 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 0 |
a122da69f7a5812c58fc6da6d936512bbff574a0 | 13,804,024,911,187 | d528fe4f3aa3a7eca7c5ba4e0aee43421e60857f | /main/com/zfsoft/xgxt/rcsw/xsxwkh/jbfgl/JbfglForm.java | 5e9121a8e7cb61b00c5be2fd1b781596fbb0ba06 | [] | no_license | gxlioper/xajd | https://github.com/gxlioper/xajd | 81bd19a7c4b9f2d1a41a23295497b6de0dae4169 | b7d4237acf7d6ffeca1c4a5a6717594ca55f1673 | refs/heads/master | 2022-03-06T15:49:34.004000 | 2019-11-19T07:43:25 | 2019-11-19T07:43:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @部门:学工产品事业部
* @日期:2016-8-2 下午04:09:29
*/
package com.zfsoft.xgxt.rcsw.xsxwkh.jbfgl;
import org.apache.struts.action.ActionForm;
import xgxt.comm.search.SearchModel;
import xgxt.utils.Pages;
import com.zfsoft.xgxt.comm.export.model.ExportModel;
/**
* @系统名称: 学生工作管理系统
* @模块名称: XXXX管理模块
... | GB18030 | Java | 3,878 | java | JbfglForm.java | Java | [
{
"context": "\r\n * @模块名称: XXXX管理模块\r\n * @类功能描述: 基本分表pojo\r\n * @作者: caopei[工号:1352]\r\n * @时间: 2016-8-2 下午04:09:29 \r\n * @版本: V",
"end": 354,
"score": 0.9997149109840393,
"start": 348,
"tag": "USERNAME",
"value": "caopei"
},
{
"context": "\t}\r\n\t/** \r\n\t * @描述:TODO(这里用一句话描述这个... | null | [] | /**
* @部门:学工产品事业部
* @日期:2016-8-2 下午04:09:29
*/
package com.zfsoft.xgxt.rcsw.xsxwkh.jbfgl;
import org.apache.struts.action.ActionForm;
import xgxt.comm.search.SearchModel;
import xgxt.utils.Pages;
import com.zfsoft.xgxt.comm.export.model.ExportModel;
/**
* @系统名称: 学生工作管理系统
* @模块名称: XXXX管理模块
... | 3,878 | 0.59862 | 0.585681 | 193 | 16.020725 | 13.785537 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.207254 | false | false | 0 |
db742719459ca95126935a0f8fae801efe146786 | 27,822,798,166,325 | 022c6a9a3027d454e62605f2d872b6cdb4fdd267 | /src/lv/mixam/comunidad/AccPaymentsActivity.java | 6a71514d1c464817196e8763353699efd0b492e5 | [] | no_license | mixamlv/comunidad | https://github.com/mixamlv/comunidad | 0088a4fffacf225d8088eb895d5035328deb8b4c | 70acd6919d6670a55b8a41af8b8d58a7f640b2c5 | refs/heads/master | 2016-09-07T06:53:57.377000 | 2012-08-17T21:07:36 | 2012-08-17T21:07:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.mixam.comunidad;
import java.util.ArrayList;
import android.app.ListActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
im... | UTF-8 | Java | 1,126 | java | AccPaymentsActivity.java | Java | [] | null | [] | package lv.mixam.comunidad;
import java.util.ArrayList;
import android.app.ListActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
im... | 1,126 | 0.699822 | 0.699822 | 45 | 23.022223 | 18.867361 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 0 |
896402ad0d2032eaca2bfdcd77f5044fbba6c754 | 29,137,058,157,407 | 2779b245f591b173f0181b225f21320b23f38d4d | /List/src/com/psybergste/practise/linkedlist/MyLinkedList.java | 55900d042571f62f6a34f488bb6014f80b9dcd10 | [] | no_license | kholsas/LearningArchive | https://github.com/kholsas/LearningArchive | cad9898e6fd7ff8e4c61d66f49e59e7d8158d96d | 637ed94913efd9b3e10c55c668d02dbc3be72659 | refs/heads/master | 2020-07-07T06:21:51.006000 | 2016-08-24T11:59:09 | 2016-08-24T11:59:09 | 66,458,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.psybergste.practise.linkedlist;
import java.util.*;
public class MyLinkedList<T> implements List , Iterable
{
private Node head;
private int index;
/**
* default constructor
*/
public MyLinkedList ( ) {
this.head = null;
this.index = 0;
}
// this method is a general additio... | UTF-8 | Java | 5,909 | java | MyLinkedList.java | Java | [] | null | [] |
package com.psybergste.practise.linkedlist;
import java.util.*;
public class MyLinkedList<T> implements List , Iterable
{
private Node head;
private int index;
/**
* default constructor
*/
public MyLinkedList ( ) {
this.head = null;
this.index = 0;
}
// this method is a general additio... | 5,909 | 0.556778 | 0.552885 | 330 | 16.9 | 17.426704 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.733333 | false | false | 0 |
3b98c6be1ea49ffb0a29db92d8ac48dbc765242a | 12,378,095,771,506 | 7826588e64bb04dfb79c8262bad01235eb409b3d | /src/test/java/com/microsoft/bingads/v13/api/test/entities/negative_site/campaign/site/BulkCampaignNegativeSiteTests.java | 66b2a3e698fc1725c89eb58e376a86c67836de96 | [
"MIT"
] | permissive | BingAds/BingAds-Java-SDK | https://github.com/BingAds/BingAds-Java-SDK | dcd43e5a1beeab0b59c1679da1151d7dd1658d50 | a3d904bbf93a0a93d9c117bfff40f6911ad71d2f | refs/heads/main | 2023-08-28T13:48:34.535000 | 2023-08-18T06:41:51 | 2023-08-18T06:41:51 | 29,510,248 | 33 | 44 | NOASSERTION | false | 2023-08-23T01:29:18 | 2015-01-20T03:40:03 | 2023-08-14T14:34:50 | 2023-08-18T06:43:55 | 173,910 | 38 | 41 | 11 | Java | false | false | package com.microsoft.bingads.v13.api.test.entities.negative_site.campaign.site;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import com.microsoft.bingads.v13.api.test.entities.negative_site.campaign.site.read.BulkCampaignNegativeSiteReadTests;
import c... | UTF-8 | Java | 603 | java | BulkCampaignNegativeSiteTests.java | Java | [] | null | [] | package com.microsoft.bingads.v13.api.test.entities.negative_site.campaign.site;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import com.microsoft.bingads.v13.api.test.entities.negative_site.campaign.site.read.BulkCampaignNegativeSiteReadTests;
import c... | 603 | 0.854063 | 0.844113 | 14 | 42.07143 | 42.967537 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
5138e6e7ac1600894a7e5afb8febc97a70c59255 | 25,357,486,943,645 | f463bbbcb41480573e62c27043cbfa844dedb777 | /module_04/C0421G1_LeVanDiep_Module1/C0221_nhatbede/src/main/java/com/c02/model/service/QuestionService.java | 8fc18e0448b11f7c61d4a56484a4f1b0e7f3d9b8 | [] | no_license | vantjn01/C0421G1_LeVanDiep_Module1 | https://github.com/vantjn01/C0421G1_LeVanDiep_Module1 | eb7c8ffbc34b2f2a4a8f672c274adefbb6977b76 | 199f8d99ef1d92cc1879a864000980bf4749ab1b | refs/heads/master | 2023-04-21T07:35:42.144000 | 2022-02-22T03:13:06 | 2022-02-22T03:13:06 | 362,051,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.c02.model.service;
import com.c02.model.entity.Question;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
public interface QuestionService {
@Query... | UTF-8 | Java | 754 | java | QuestionService.java | Java | [] | null | [] | package com.c02.model.service;
import com.c02.model.entity.Question;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
public interface QuestionService {
@Query... | 754 | 0.766578 | 0.761273 | 17 | 43.35294 | 37.944141 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 0 |
2421f122ca47724f226dcd7f3bbd0b438508fd5d | 2,911,987,860,852 | f7dbd548b8cc1e27313d342c9ca4c14eeb835204 | /src/DB/strategy.java | ce38b6c094eb162cfe5df9dffea53b556c02e599 | [] | no_license | xsomnus/e-mall-api | https://github.com/xsomnus/e-mall-api | 63cf12beabb92bb3ee9d7a24acf93603e5cf898c | 972ed3c1dc77d80faf6e458bab40a93b6dd3fb29 | refs/heads/master | 2021-06-30T14:06:58.511000 | 2017-09-23T02:15:18 | 2017-09-23T02:15:18 | 104,534,238 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DB;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class strategy {
public static String User_Log_in(Connection conn, String UserName, String pass) {
PreparedStatement past = null;
ResultSet rs = null;
String str = null;
try {
past... | UTF-8 | Java | 844 | java | strategy.java | Java | [] | null | [] | package DB;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class strategy {
public static String User_Log_in(Connection conn, String UserName, String pass) {
PreparedStatement past = null;
ResultSet rs = null;
String str = null;
try {
past... | 844 | 0.671801 | 0.665877 | 31 | 25.225807 | 33.783665 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.709677 | false | false | 0 |
00b4fd773a1189a7f103565f466cf2aa2e4eb8c9 | 26,250,840,179,120 | bfb316da5e12587780dbfb8c975f6a85a0f1051e | /src/main/java/net/sacredlabyrinth/Phaed/PreciousStones/visualization/Visualize.java | d8aa6fe6e9efe101602d5492a1660b68a324fe33 | [] | no_license | elBukkit/PreciousStones | https://github.com/elBukkit/PreciousStones | 1b53b840df4381fedd36a0f0fb3df9935f8c83da | 9865256de305a6323537c2044eca10cb70a6b1f6 | refs/heads/master | 2022-06-18T06:30:43.760000 | 2021-12-30T21:04:56 | 2021-12-30T21:04:56 | 259,953,009 | 9 | 39 | null | true | 2022-12-27T22:49:33 | 2020-04-29T14:43:53 | 2022-08-11T17:58:23 | 2022-05-30T20:45:40 | 5,467 | 9 | 9 | 32 | Java | false | false | package net.sacredlabyrinth.Phaed.PreciousStones.visualization;
import net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones;
import net.sacredlabyrinth.Phaed.PreciousStones.entries.BlockEntry;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
impo... | UTF-8 | Java | 2,372 | java | Visualize.java | Java | [
{
"context": "util.List;\nimport java.util.Queue;\n\n/**\n * @author phaed\n */\npublic class Visualize implements Runnable {\n",
"end": 413,
"score": 0.9995489716529846,
"start": 408,
"tag": "USERNAME",
"value": "phaed"
}
] | null | [] | package net.sacredlabyrinth.Phaed.PreciousStones.visualization;
import net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones;
import net.sacredlabyrinth.Phaed.PreciousStones.entries.BlockEntry;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
impo... | 2,372 | 0.645025 | 0.641653 | 65 | 35.49231 | 35.293114 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723077 | false | false | 0 |
b006eaf3ffcac441ae882212618eceb5a4afc43a | 22,668,837,411,909 | d395faa4e2c4c5180492cc61eb921c19769fc2b3 | /chapter_004/src/main/java/ru/job4j/dsagai/exam/server/game/round/GameCell.java | 82bddbde4ef2945f8fd8d64535f0547c5f922e01 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DSagai/dsagai | https://github.com/DSagai/dsagai | 7d412e8be4b76d97f3afda0ca5bcfc35cb10744d | 7cfa8d972560b29816dbc1eaa378e21437ac1087 | refs/heads/master | 2021-01-12T07:51:36.786000 | 2017-06-13T15:10:35 | 2017-06-13T15:10:35 | 77,045,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.dsagai.exam.server.game.round;
import java.io.Serializable;
/**
* Class holds game turn information - selected field cell
*
* @author dsagai
* @version 1.00
* @since 21.02.2017
*/
public final class GameCell implements Serializable {
private final int x;
private final int y;
privat... | UTF-8 | Java | 1,277 | java | GameCell.java | Java | [
{
"context": "rn information - selected field cell\n *\n * @author dsagai\n * @version 1.00\n * @since 21.02.2017\n */\n\npublic",
"end": 162,
"score": 0.9992818832397461,
"start": 156,
"tag": "USERNAME",
"value": "dsagai"
}
] | null | [] | package ru.job4j.dsagai.exam.server.game.round;
import java.io.Serializable;
/**
* Class holds game turn information - selected field cell
*
* @author dsagai
* @version 1.00
* @since 21.02.2017
*/
public final class GameCell implements Serializable {
private final int x;
private final int y;
privat... | 1,277 | 0.518403 | 0.507439 | 69 | 17.507246 | 14.405739 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
d170bfdb4c5cba006c67919e9ac20ac02f21dbb4 | 26,800,595,939,255 | d01aed06051eb29982d9d63f105358e680c75821 | /mybatis_demo_01/src/main/java/com/koki/dao/studentDao/StudentDao.java | 0b07942c2bee4ef2845b7a9768bf991444dd8613 | [] | no_license | juicyai/mybatis_01 | https://github.com/juicyai/mybatis_01 | 194c2543bcdcd77cd477213153b856de400a54d7 | 281df7b23bed63477db105804f7423252a69edb2 | refs/heads/master | 2022-12-25T04:17:29.887000 | 2020-09-21T14:05:45 | 2020-09-21T14:05:45 | 297,295,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.koki.dao.studentDao;
import com.koki.entity.Student;
import java.util.List;
public interface StudentDao {
//查询student表的所有数据
public List<Student> selectStudents();
//插入
public int insertStudent(Student student);
}
| UTF-8 | Java | 264 | java | StudentDao.java | Java | [] | null | [] | package com.koki.dao.studentDao;
import com.koki.entity.Student;
import java.util.List;
public interface StudentDao {
//查询student表的所有数据
public List<Student> selectStudents();
//插入
public int insertStudent(Student student);
}
| 264 | 0.737705 | 0.737705 | 12 | 19.333334 | 16.357126 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
0f138416a045a9c8c8c870ac1ac45028630db7a6 | 9,698,036,220,975 | 3af985cc74f20bc973925304ede8d41a2a900ac5 | /src/main/java/dao1/LocationDetailsdao.java | d4a7aac2f9bbb5c5efa6c8d99c5d9f37d4852da3 | [] | no_license | sangeethpps/taxibookingsystem | https://github.com/sangeethpps/taxibookingsystem | ff17c771e1039b0919457857e7854147ac6dfbb7 | 2295ec19578c51e51dcf7dc32b8a73fe11a33206 | refs/heads/master | 2020-03-28T14:48:06.757000 | 2018-09-12T18:39:02 | 2018-09-12T18:39:02 | 148,524,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao1;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Arrays;
import implementation.locationretreival;
import implementation.locationretreival.*;
import MODEL.LocationDetails;
import UTI... | UTF-8 | Java | 3,018 | java | LocationDetailsdao.java | Java | [] | null | [] | package dao1;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Arrays;
import implementation.locationretreival;
import implementation.locationretreival.*;
import MODEL.LocationDetails;
import UTI... | 3,018 | 0.719682 | 0.71438 | 119 | 24.361345 | 23.220076 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.789916 | false | false | 0 |
d2b3b34ceb3a4a2699b5d64d60b8ef53774ae48f | 11,278,584,147,154 | 0e045dfe12561fdd856f0472750316a1e641ac92 | /src/norn/MailingList/Definition.java | e5620f4cf200c9e53386e4a98ec8ba116c386667 | [] | no_license | quinnmagendanz/EmailParserServer | https://github.com/quinnmagendanz/EmailParserServer | f71d1315e739f1d834b0c51cf999f6c920e94ffc | ae4c0378086db841d759c5d81cb7341d0c025761 | refs/heads/master | 2021-01-15T12:01:57.002000 | 2017-08-12T03:24:59 | 2017-08-12T03:24:59 | 99,640,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package norn.MailingList;
import java.util.Objects;
import lib6005.parser.UnableToParseException;
import norn.Environment;
/**
* ADT for the command that assigns the name of a MailingList to a MailingList
*/
public class Definition implements MailingList {
// AF: AF(name, list) = the parsed definition of ... | UTF-8 | Java | 2,724 | java | Definition.java | Java | [] | null | [] | package norn.MailingList;
import java.util.Objects;
import lib6005.parser.UnableToParseException;
import norn.Environment;
/**
* ADT for the command that assigns the name of a MailingList to a MailingList
*/
public class Definition implements MailingList {
// AF: AF(name, list) = the parsed definition of ... | 2,724 | 0.634728 | 0.63326 | 100 | 26.24 | 26.190884 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
92f42fbe2fb183e8e8d3f5f8bffb8e8b87be6c15 | 13,305,808,713,948 | 0540dacfc8a8951cfc3b5abd25cbb2a239f3b5a0 | /ProjetoFinal/dashcards/src/main/java/br/techinsiders/dashcards/repo/AgenteRepo.java | 9826aee0bcae8a23e29ba39c0b22ae52bd639dbf | [] | no_license | FabioCarvalho10/Repositorio18b | https://github.com/FabioCarvalho10/Repositorio18b | 05514abc3cee164129b9ececfa2f6e08ec9a512a | c42f758cdbf79af16baf76790c96c7fbe088aae7 | refs/heads/master | 2023-04-28T08:16:01.641000 | 2021-05-21T12:34:18 | 2021-05-21T12:34:18 | 365,323,709 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.techinsiders.dashcards.repo;
import java.util.List;
import org.springframework.data.domain.Sort;
import org.springframework.data.repository.CrudRepository;
import br.techinsiders.dashcards.model.Agente;
public interface AgenteRepo extends CrudRepository<Agente, Integer> {
public List<Agente> findAll(So... | UTF-8 | Java | 330 | java | AgenteRepo.java | Java | [] | null | [] | package br.techinsiders.dashcards.repo;
import java.util.List;
import org.springframework.data.domain.Sort;
import org.springframework.data.repository.CrudRepository;
import br.techinsiders.dashcards.model.Agente;
public interface AgenteRepo extends CrudRepository<Agente, Integer> {
public List<Agente> findAll(So... | 330 | 0.818182 | 0.818182 | 10 | 32 | 23.714973 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 0 |
d447818eb68d1b6f30528743fb45398109afc70e | 25,426,206,434,250 | 787d1b273258eeb55e9aa9da2700a9be3806cba5 | /Transaction.java | 297cc07a69cf2b6a183a0e08c68752a4c8fe52e9 | [] | no_license | zay31/Zaynab | https://github.com/zay31/Zaynab | c0039bd37371b6c56f095cecbffd6bef5e886471 | cd994d9e78eb16839803f39195a0db93d08adfe8 | refs/heads/master | 2022-07-16T01:24:47.207000 | 2020-05-11T16:59:12 | 2020-05-11T16:59:12 | 247,484,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.CardLayout;
import java.awt.Choice;
import java.awt.Color;
import java.awt.Container;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.SystemColor;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.even... | UTF-8 | Java | 10,758 | java | Transaction.java | Java | [] | null | [] | import java.awt.CardLayout;
import java.awt.Choice;
import java.awt.Color;
import java.awt.Container;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.SystemColor;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.even... | 10,758 | 0.673266 | 0.626418 | 352 | 28.5625 | 19.639986 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.275568 | false | false | 0 |
3b749bbec88092333573de29ac2a36ea4e715f63 | 12,910,671,740,179 | 21222f7ea7d14fe4812d839b0196d64ad9c51e47 | /shailaja/JdbcEx/src/InsertTable.java | 5292ac29284982a8010b58467f33c8e47d5825fb | [] | no_license | shailajasrjava/tekgroup | https://github.com/shailajasrjava/tekgroup | a30baf298b58a4c6a8112d09d37c52fea5f0a341 | 5d84c8f3b100f8588df301e0ad67c8d26d9bd0c6 | refs/heads/master | 2021-01-19T03:54:23.331000 | 2017-04-05T01:04:33 | 2017-04-05T01:04:33 | 87,342,072 | 0 | 0 | null | true | 2017-04-05T18:16:58 | 2017-04-05T18:16:58 | 2016-11-07T02:11:55 | 2017-04-05T01:04:52 | 42,252 | 0 | 0 | 0 | null | null | null | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class InsertTable {
public static void main(String[] args) throws Exception {
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection obj=DriverManager.getConnection("jdbc:oracle:thin:@loc... | UTF-8 | Java | 1,097 | java | InsertTable.java | Java | [] | null | [] | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class InsertTable {
public static void main(String[] args) throws Exception {
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection obj=DriverManager.getConnection("jdbc:oracle:thin:@loc... | 1,097 | 0.702826 | 0.677302 | 31 | 34.387096 | 26.136955 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.483871 | false | false | 0 |
1d40715ee3deec2bae472ca9e7873146fb6c65f7 | 20,667,382,662,268 | ffd9290319ea35763d6da538e43d808462852410 | /src/main/java/cn/edu/hit/spat/system/service/impl/GoodsServiceImpl.java | e420bc56582e13f49168d20496fa06794cd628ca | [
"Apache-2.0"
] | permissive | HIT-SoftwareProcessAndTools/GWARBMS | https://github.com/HIT-SoftwareProcessAndTools/GWARBMS | 423768fde7e6d2bf5f0dad3d65e1d4f585f4571d | 317c781cae1a768b0f80c435bf0d1651202e8435 | refs/heads/main | 2023-02-13T00:50:20.880000 | 2021-01-14T05:37:16 | 2021-01-14T05:37:16 | 315,177,166 | 3 | 2 | Apache-2.0 | false | 2020-12-03T06:27:30 | 2020-11-23T02:13:02 | 2020-12-02T02:11:51 | 2020-12-03T06:27:28 | 6,259 | 0 | 0 | 0 | Java | false | false | package cn.edu.hit.spat.system.service.impl;
import cn.edu.hit.spat.common.entity.GwarbmsConstant;
import cn.edu.hit.spat.common.entity.QueryRequest;
import cn.edu.hit.spat.common.utils.SortUtil;
import cn.edu.hit.spat.system.entity.Goods;
import cn.edu.hit.spat.system.entity.Record;
import cn.edu.hit.spat.system.enti... | UTF-8 | Java | 3,157 | java | GoodsServiceImpl.java | Java | [
{
"context": "til.Arrays;\nimport java.util.List;\n\n/**\n * @author XuJian\n */\n@Service\n@RequiredArgsConstructor\n@Transactio",
"end": 1080,
"score": 0.974144697189331,
"start": 1074,
"tag": "NAME",
"value": "XuJian"
}
] | null | [] | package cn.edu.hit.spat.system.service.impl;
import cn.edu.hit.spat.common.entity.GwarbmsConstant;
import cn.edu.hit.spat.common.entity.QueryRequest;
import cn.edu.hit.spat.common.utils.SortUtil;
import cn.edu.hit.spat.system.entity.Goods;
import cn.edu.hit.spat.system.entity.Record;
import cn.edu.hit.spat.system.enti... | 3,157 | 0.732658 | 0.732024 | 90 | 34.077778 | 26.459709 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
f7b5b6c8da5bc1e1a2ce3132e31651c90dbac99f | 17,514,876,679,896 | 6a5078d6066b2b669b7f3ab8c44e0ee160b04f18 | /class_src/homework/hw12/DamageCalculation.java | 627caefd76feb11cdfa449052323871982a001c1 | [] | no_license | FoeverNa/JBS-Java | https://github.com/FoeverNa/JBS-Java | 850b9e96a1858d0f364ba24de5ff0b82be9f2417 | c5fcb4e03a3e5b585d86620f58fe29f91d6fbf32 | refs/heads/master | 2023-01-08T13:02:32.967000 | 2020-11-13T04:39:17 | 2020-11-13T04:39:17 | 309,682,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework.hw12;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* 열거형 타입과 함수형 프로그래밍을 이용하여 플레이어의 공격력을 계산하는 알고리즘을 구현하시오.
*
* 플레이어 공격력을 계산하는 과정은 아래와 같다.
* 1. 플레이어의 무기에 따라 공격력이 변화한다. 무기는 최근에 장착한 무기의 공격력 만으로 계산된다.
... | UTF-8 | Java | 3,213 | java | DamageCalculation.java | Java | [] | null | [] | package homework.hw12;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* 열거형 타입과 함수형 프로그래밍을 이용하여 플레이어의 공격력을 계산하는 알고리즘을 구현하시오.
*
* 플레이어 공격력을 계산하는 과정은 아래와 같다.
* 1. 플레이어의 무기에 따라 공격력이 변화한다. 무기는 최근에 장착한 무기의 공격력 만으로 계산된다.
... | 3,213 | 0.625046 | 0.605215 | 98 | 26.795918 | 24.275612 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479592 | false | false | 0 |
c3f517750eac5e08da17d930b6cb6fbe4647e9bc | 19,078,244,770,067 | 1686a3db42ad24c2ae169e1065f982c46140829f | /src/main/java/com/example/externalservice/commom/ExternalServiceException.java | a95b1c024d7d90cfdd54f8eeb3f1c41de705f8e7 | [] | no_license | xiaotaosky/external-service | https://github.com/xiaotaosky/external-service | 0edc740159387e07265ed33ac158ddcbaace1c52 | 8614e12e80549a70f6c127b0fa45fa13590055af | refs/heads/master | 2022-06-28T00:50:19.526000 | 2019-06-20T16:54:25 | 2019-06-20T16:54:25 | 192,950,301 | 0 | 0 | null | false | 2022-06-17T02:14:26 | 2019-06-20T16:05:23 | 2019-06-20T16:55:29 | 2022-06-17T02:14:26 | 57 | 0 | 0 | 1 | Java | false | false | package com.example.externalservice.commom;
public class ExternalServiceException extends RuntimeException {
public ExternalServiceException() {
super();
}
public ExternalServiceException(String msg) {
super(msg);
}
}
| UTF-8 | Java | 253 | java | ExternalServiceException.java | Java | [] | null | [] | package com.example.externalservice.commom;
public class ExternalServiceException extends RuntimeException {
public ExternalServiceException() {
super();
}
public ExternalServiceException(String msg) {
super(msg);
}
}
| 253 | 0.703557 | 0.703557 | 12 | 20.083334 | 21.784775 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
ad62168cb290c5e0e0b139edaff15b18bb4763e9 | 7,722,351,239,290 | 80dc3b2e3f1e53de6b5794842e49fdf4094d1892 | /app/src/main/java/com/example/lzy/review/ChartActivity.java | 58c57626df8c9d67a62997b755fc751a35b27b2c | [] | no_license | liangzyyy/Review0122 | https://github.com/liangzyyy/Review0122 | 74df10ebbee6350cae11aea4145962ef7ff0ab5b | 3a34105c69f80375cfbddb1e35474c0b79bfc175 | refs/heads/master | 2020-04-17T21:16:31.870000 | 2019-01-22T10:26:20 | 2019-01-22T10:26:20 | 166,942,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lzy.review;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.lzy.review.Fragment.HorizontalBarChartFragment;
import com... | UTF-8 | Java | 1,395 | java | ChartActivity.java | Java | [] | null | [] | package com.example.lzy.review;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.lzy.review.Fragment.HorizontalBarChartFragment;
import com... | 1,395 | 0.594982 | 0.589964 | 50 | 26.9 | 20.855934 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46 | false | false | 0 |
63f0267d30348d5e299381b8132cf16a25eb5468 | 14,465,449,902,003 | 7ff358f4d802b0ba5b1fbd314b1e4253a53cf2e5 | /src/main/java/org/elasticsearch/plugin/HttpRequestTypes.java | 44f2e36bd51e0ef1a296c8d20ebbb46bf38b83d9 | [] | no_license | master-thesis-ntnu/elasticsearch-plugin | https://github.com/master-thesis-ntnu/elasticsearch-plugin | 3a5681cf0af52ca746648db113259ff47831669e | fc7fab688a5b33316b2314735b328084ca67cdc9 | refs/heads/master | 2021-01-23T00:15:48.638000 | 2017-05-25T10:42:51 | 2017-05-25T10:42:51 | 85,711,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.elasticsearch.plugin;
public class HttpRequestTypes {
public static final String GET = "GET";
public static final String POST = "POST";
}
| UTF-8 | Java | 159 | java | HttpRequestTypes.java | Java | [] | null | [] | package org.elasticsearch.plugin;
public class HttpRequestTypes {
public static final String GET = "GET";
public static final String POST = "POST";
}
| 159 | 0.72956 | 0.72956 | 6 | 25.5 | 18.364368 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
33ab96e30dc430ec92a9c857a041317acf5c33fa | 9,036,611,234,312 | 2016365307d9e3e7f3d30cc81512da927f6d8e08 | /Lab2/code/TestMachinery.java | f00503e5813c7c6cd8e92576ab6a223e9c96807c | [] | no_license | twisty-n/SENG3160Labs | https://github.com/twisty-n/SENG3160Labs | 36314b2d476a36b3686736591517512922c3b64e | 8f58337c13d947c02fc1dc09f02a6b9525c5fff2 | refs/heads/master | 2021-01-17T18:43:56.247000 | 2016-08-10T03:03:11 | 2016-08-10T03:03:11 | 64,810,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.easymock.EasyMock;
import org.easymock.EasyMockRunner;
import org.easymock.Mock;
import org.easymock.TestSubject;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(EasyMockRunner.class)
public class TestMachinery {
@TestSubject
TestMac... | UTF-8 | Java | 650 | java | TestMachinery.java | Java | [] | null | [] | import org.easymock.EasyMock;
import org.easymock.EasyMockRunner;
import org.easymock.Mock;
import org.easymock.TestSubject;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(EasyMockRunner.class)
public class TestMachinery {
@TestSubject
TestMac... | 650 | 0.690769 | 0.670769 | 30 | 20.700001 | 16.3384 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
90008162e85f99efb602301a50cdd723d29b7097 | 9,036,611,235,942 | f44f77e7d2a82881e2e2d4fcf8e518fc0c267090 | /annotation-demo/src/main/java/com/wordpython/controller/LoginController.java | f15d440664fafbfcc4dd404fe190f044b43daae9 | [] | no_license | lzx0009/springboot-HotelManagement | https://github.com/lzx0009/springboot-HotelManagement | 081d7ec5b7e44d2c8d72650dd0cc5f1b2e648085 | 1e5f750ffb7da0cea01b2bd401f8bd5185f37f0a | refs/heads/master | 2022-03-31T06:24:48.426000 | 2019-11-01T14:37:40 | 2019-11-01T14:37:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wordpython.controller;
import com.wordpython.dao.UserDao;
import com.wordpython.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class... | UTF-8 | Java | 599 | java | LoginController.java | Java | [
{
"context": " User user=new User();\n user.setUsername(\"wordpython\");\n System.out.println(userDao.selectUser(",
"end": 505,
"score": 0.9995757341384888,
"start": 495,
"tag": "USERNAME",
"value": "wordpython"
}
] | null | [] | package com.wordpython.controller;
import com.wordpython.dao.UserDao;
import com.wordpython.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class... | 599 | 0.734558 | 0.734558 | 21 | 27.523809 | 19.580406 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 0 |
66e0a542f6e1d685fa45425801340a13cdd0314d | 22,857,815,998,380 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes2.dex_source_from_JADX/com/facebook/widget/listview/ScrollListenerWithThrottlingSupport.java | 64117b783d60572dc143cb0ce6d93d02f0d3ff09 | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.widget.listview;
import com.facebook.widget.listview.ScrollingViewProxy.OnScrollListener;
/* compiled from: photo_gallery */
public interface ScrollListenerWithThrottlingSupport extends OnScrollListener {
int mo1974a();
}
| UTF-8 | Java | 249 | java | ScrollListenerWithThrottlingSupport.java | Java | [] | null | [] | package com.facebook.widget.listview;
import com.facebook.widget.listview.ScrollingViewProxy.OnScrollListener;
/* compiled from: photo_gallery */
public interface ScrollListenerWithThrottlingSupport extends OnScrollListener {
int mo1974a();
}
| 249 | 0.819277 | 0.803213 | 8 | 30.125 | 29.611811 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
3e07eda5effe2f2869ecf1f3ad794357d530f79b | 9,723,805,968,200 | d610e459a50a12932dca8da07c9de11c4d5cb20c | /src/main/java/org/sagebionetworks/TableUtil.java | 86fc8336759e420e14e2492ebe8e47164e950a2e | [] | no_license | Sage-Bionetworks/NRGRSynapseGlue | https://github.com/Sage-Bionetworks/NRGRSynapseGlue | 46632d56ee2b86db8cf1f20b423ed99abfa03964 | 1c7d32035785cfb564076822080b19f0f5423b0c | refs/heads/master | 2021-07-04T01:15:45.939000 | 2021-06-29T18:48:04 | 2021-06-29T18:48:04 | 31,036,943 | 0 | 0 | null | false | 2021-06-04T02:45:03 | 2015-02-19T21:07:00 | 2021-06-04T00:56:57 | 2021-06-04T02:45:01 | 336 | 0 | 0 | 2 | Java | false | false | package org.sagebionetworks;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.sagebionetworks.client.Syna... | UTF-8 | Java | 12,593 | java | TableUtil.java | Java | [
{
"context": "PARTMASK;\n\n\tpublic static final String USER_ID = \"UserId\";\n\tpublic static final String APPLICATION_TEAM_ID",
"end": 1064,
"score": 0.9619017839431763,
"start": 1058,
"tag": "USERNAME",
"value": "UserId"
},
{
"context": "ew field\n\tpublic static final String USER... | null | [] | package org.sagebionetworks;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.sagebionetworks.client.Syna... | 12,583 | 0.724847 | 0.722624 | 298 | 41.258389 | 31.612009 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.201342 | false | false | 0 |
936df9a37b1049d56eb9306eb282bd5bb1c65cb0 | 9,723,805,969,785 | 2c3f8602138190797d8b01c23f022b9dbc16b823 | /com.intel.llvm.ireditor/src-gen/com/intel/llvm/ireditor/lLVM_IR/impl/AggregateInstructionImpl.java | b0174a8f203da2aaaa07f1acd75056d2744d6f7d | [
"BSD-3-Clause"
] | permissive | thSoft/llvm-ir-editor | https://github.com/thSoft/llvm-ir-editor | 7be492aba9c0ce0c8c620832bcd0db44e14143a5 | eb19fd7588da3e90dede48aabd7dba3939788c67 | refs/heads/master | 2020-12-14T07:32:23.210000 | 2014-02-19T15:38:36 | 2014-02-19T15:50:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package com.intel.llvm.ireditor.lLVM_IR.impl;
import com.intel.llvm.ireditor.lLVM_IR.AggregateInstruction;
import com.intel.llvm.ireditor.lLVM_IR.Constant;
import com.intel.llvm.ireditor.lLVM_IR.LLVM_IRPackage;
import com.intel.llvm.ireditor.lLVM_IR.TypedValue;
import java.util.Collection;
import org.eclipse... | UTF-8 | Java | 8,395 | java | AggregateInstructionImpl.java | Java | [] | null | [] | /**
*/
package com.intel.llvm.ireditor.lLVM_IR.impl;
import com.intel.llvm.ireditor.lLVM_IR.AggregateInstruction;
import com.intel.llvm.ireditor.lLVM_IR.Constant;
import com.intel.llvm.ireditor.lLVM_IR.LLVM_IRPackage;
import com.intel.llvm.ireditor.lLVM_IR.TypedValue;
import java.util.Collection;
import org.eclipse... | 8,395 | 0.640739 | 0.640739 | 312 | 25.907051 | 28.450041 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339744 | false | false | 0 |
02a74d28ad3c73ff83a2b4698d207666e631a573 | 29,549,375,067,476 | f76f012aa05594dc9ebb62e92eeee7fa7d6e9edd | /Hardware/src/main/java/com/qualcomm/hardware/modernrobotics/comm/ModernRoboticsReaderWriter.java | 546e936d88b891a7f93ea0e57c9621941258209f | [
"MIT"
] | permissive | Volt40/FTCLib | https://github.com/Volt40/FTCLib | 3d384434faed0c5adae4f7b8c22a87683c5667b6 | a11fcd03178e92df1b80df9eaca3aa35b2dbf211 | refs/heads/master | 2022-12-16T15:09:40.701000 | 2020-09-24T14:03:16 | 2020-09-24T14:03:16 | 298,296,818 | 0 | 0 | MIT | true | 2020-09-24T14:02:06 | 2020-09-24T14:02:05 | 2020-09-22T19:17:22 | 2020-09-24T13:32:15 | 63,653 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2014, 2015, 2016 Qualcomm Technologies Inc
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* (subject to the limitations in the disclaimer below) provided that the following conditions are
* met:
*
* Redistributions ... | UTF-8 | Java | 30,604 | java | ModernRoboticsReaderWriter.java | Java | [
{
"context": "TY OF SUCH DAMAGE.\n */\n /*\nCopyright (c) 2016-2017 Robert Atkinson\n\nAll rights reserved.\n\nRedistribution and use in ",
"end": 1770,
"score": 0.9998503923416138,
"start": 1755,
"tag": "NAME",
"value": "Robert Atkinson"
}
] | null | [] | /*
* Copyright (c) 2014, 2015, 2016 Qualcomm Technologies Inc
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* (subject to the limitations in the disclaimer below) provided that the following conditions are
* met:
*
* Redistributions ... | 30,595 | 0.593158 | 0.588812 | 620 | 48.36129 | 40.84544 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735484 | false | false | 0 |
51db69a984d8284d069499951d73c8f5a94b3414 | 884,763,288,719 | 00242f1bed28157fd45eccc5b4fb7126c19b44b9 | /D05-Hackathon-master/Proyecto/Acme-Rebujito/src/main/java/services/SystemRequirementsService.java | 4df4ff28411b2d2337993a2c4836a68b1b682db6 | [] | no_license | juanmiguelruiz/DP2 | https://github.com/juanmiguelruiz/DP2 | 13961224645a1b1ac8cedf568a9b69fc2d727353 | a5afdbe5e3ababb99069e12716ade3f0b43e08e4 | refs/heads/master | 2020-08-29T15:44:25.624000 | 2020-06-03T15:13:24 | 2020-06-03T15:13:24 | 218,077,147 | 0 | 0 | null | false | 2020-10-13T19:07:55 | 2019-10-28T15:18:29 | 2020-06-03T15:13:56 | 2020-10-13T19:07:54 | 415,072 | 0 | 0 | 26 | Java | false | false |
package services;
import java.util.Collection;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.Assert;
import repositories.SystemRequirementsRepository;
import domain.SystemRequirem... | UTF-8 | Java | 2,151 | java | SystemRequirementsService.java | Java | [] | null | [] |
package services;
import java.util.Collection;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.Assert;
import repositories.SystemRequirementsRepository;
import domain.SystemRequirem... | 2,151 | 0.756631 | 0.7557 | 96 | 21.375 | 24.259127 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.260417 | false | false | 0 |
97d7589d6635674a3d959046ced0d829c941346c | 7,567,732,394,664 | 845ee455b46c20034a22e11d7bc99490ddaa1008 | /JavaFX.Examen.FXCodeGenerator.JavierAlejandroFuentesOchoa/gen/dad/agenda/model/Identificable.java | 897c4597553763833b897e551135e66ff13f0813 | [] | no_license | Jaxier/dadEjercicios | https://github.com/Jaxier/dadEjercicios | c96934fcae15589fa78ad0ccc5b9136fbfd5780e | 4c2a9da4085ca243e2f1c4d49401654c00755e62 | refs/heads/master | 2021-09-05T07:34:16.351000 | 2018-01-25T08:37:31 | 2018-01-25T08:37:31 | 111,685,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dad.agenda.model;
import javafx.beans.property.LongProperty;
import javafx.beans.property.SimpleLongProperty;
public class Identificable {
private LongProperty id;
public Identificable() {
id = new SimpleLongProperty(this, "id");
}
public Long getId() {
return this.idProperty().get();
}
public vo... | UTF-8 | Java | 439 | java | Identificable.java | Java | [] | null | [] | package dad.agenda.model;
import javafx.beans.property.LongProperty;
import javafx.beans.property.SimpleLongProperty;
public class Identificable {
private LongProperty id;
public Identificable() {
id = new SimpleLongProperty(this, "id");
}
public Long getId() {
return this.idProperty().get();
}
public vo... | 439 | 0.722096 | 0.722096 | 25 | 16.559999 | 16.429438 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04 | false | false | 0 |
a1116c438614162bbb653d4facd2ed22796e696f | 25,134,148,642,899 | 28870e816cd263848753f9bae5c3279afcc38ace | /enginewithadvancedopengl/src/engine/graphics/text/TextMaster.java | 37323c35dd25464dd2dec9621ad8ad5d876de49a | [
"Apache-2.0"
] | permissive | sharhar/LudumDareGame | https://github.com/sharhar/LudumDareGame | abaf7b818de73c9f885d1b9cc0cf432bc13d3976 | 1e74f67bcff1a6d6d537bd03d07ae1ff4e92ed25 | refs/heads/master | 2021-01-19T03:27:00.791000 | 2016-06-06T23:52:34 | 2016-06-06T23:52:34 | 43,473,026 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine.graphics.text;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import engine.utils.Loader;
public class TextMaster {
private static Map<FontType, List<Text>> texts = new HashMap<FontType, List<Text>>();
public static void init(){
FontShader.in... | UTF-8 | Java | 1,082 | java | TextMaster.java | Java | [] | null | [] | package engine.graphics.text;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import engine.utils.Loader;
public class TextMaster {
private static Map<FontType, List<Text>> texts = new HashMap<FontType, List<Text>>();
public static void init(){
FontShader.in... | 1,082 | 0.707948 | 0.707948 | 47 | 22.021276 | 20.391373 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.744681 | false | false | 0 |
1714fe711b6871c3d8ac889774d03589d0b0eaf7 | 28,424,093,593,318 | 6d63dd5c08fbbb6c11ff1b2947ae5b6bb76c6e02 | /src/main/java/com/beesndraw/web/Trade.java | 4b54aef4c9d5ff1b556e1b400e16f9c8bc1ad4a1 | [] | no_license | beesndraw/frontend | https://github.com/beesndraw/frontend | e6032f64ca9331091c1f8603e4d0110c3de66981 | 00e3fa53eb42161551d1934607838f0fd248e5dc | refs/heads/master | 2021-04-27T00:01:52.233000 | 2018-04-15T15:47:49 | 2018-04-15T15:47:49 | 123,745,981 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beesndraw.web;
import java.text.ParseException;
import java.util.Date;
public class Trade {
int id;
String strategy;
String side;
double quantity;
double amount;
double price;
Date date;
double tradePl;
double profileLoss;
String position;
boolean round;
public Trade(int id, String strategy, ... | UTF-8 | Java | 4,923 | java | Trade.java | Java | [] | null | [] | package com.beesndraw.web;
import java.text.ParseException;
import java.util.Date;
public class Trade {
int id;
String strategy;
String side;
double quantity;
double amount;
double price;
Date date;
double tradePl;
double profileLoss;
String position;
boolean round;
public Trade(int id, String strategy, ... | 4,923 | 0.637619 | 0.625838 | 206 | 22.898058 | 21.625772 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.014563 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.