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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
54f23ac10f1c29a482e591211734ff51e60d3402 | 11,622,181,561,005 | 305ea1c88b93714cd33b38d0ad387bd6ab050906 | /src/main/java/com/js/dao/material/MaterialSplitRecordMapper.java | 32d80df599e3f383c7a05e1cfb4a09fc8c001817 | [] | no_license | xpxupengxp/jsJXC | https://github.com/xpxupengxp/jsJXC | 0a37c88311b1a3334af64569e04b579b10e745ba | a9ad021e2018350d1cd924c342a6acc181192301 | refs/heads/master | 2020-04-27T15:57:26.449000 | 2019-03-15T05:50:05 | 2019-03-15T05:50:05 | 174,466,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.js.dao.material;
import com.js.entity.material.MaterialSplitRecord;
public interface MaterialSplitRecordMapper {
int deleteByPrimaryKey(Long id);
int insert(MaterialSplitRecord record);
int insertSelective(MaterialSplitRecord record);
MaterialSplitRecord selectByPrimaryKey(Long id);
... | UTF-8 | Java | 441 | java | MaterialSplitRecordMapper.java | Java | [] | null | [] | package com.js.dao.material;
import com.js.entity.material.MaterialSplitRecord;
public interface MaterialSplitRecordMapper {
int deleteByPrimaryKey(Long id);
int insert(MaterialSplitRecord record);
int insertSelective(MaterialSplitRecord record);
MaterialSplitRecord selectByPrimaryKey(Long id);
... | 441 | 0.804989 | 0.804989 | 17 | 25 | 24.578804 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 14 |
3d56532b6b717f0bb8b6ad75237d9539ae5e089f | 16,947,940,995,097 | bf0ff2e498ff8211c3228e48955999ddd622bfe6 | /src/project3/task2/KNearestNeighbour.java | 7c03266cf1570155926df3d8f9edd49796a38770 | [] | no_license | tandberg/IT3105 | https://github.com/tandberg/IT3105 | a6a8c8be91127fcaf4036007319b2b4afefe0d65 | 5c3f084a734929102244defe59ec4d0684554017 | refs/heads/master | 2021-01-02T22:51:33.069000 | 2017-01-12T11:11:56 | 2017-01-12T11:11:56 | 12,374,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project3.task2;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class KNearestNeighbour {
public static List<Particle> algorithm(List<Particle> all, Particle current, int k) {
double[] currentPosition = current.getPositions();
List<Particle> result... | UTF-8 | Java | 1,171 | java | KNearestNeighbour.java | Java | [] | null | [] | package project3.task2;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class KNearestNeighbour {
public static List<Particle> algorithm(List<Particle> all, Particle current, int k) {
double[] currentPosition = current.getPositions();
List<Particle> result... | 1,171 | 0.614859 | 0.608027 | 40 | 28.275 | 28.094473 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 14 |
4a066dc9bcb369c8f93b9205ffa184d2dd47a3b2 | 2,791,728,786,171 | 3177df89fbf016b65cdc67171d5c35c7d588a280 | /src/main/java/com/manojkk/learning/cardweb/dto/UserCardObject.java | 651fbe0ec6dbfbff77873962a47f4e7ee644f28f | [] | no_license | mak0128/learningrepo | https://github.com/mak0128/learningrepo | dc4429f70e156e122d38bd8ae988ba69b7ed563b | 1f2276b20f1281f3169202df05c1ed377a7d52b7 | refs/heads/master | 2021-01-11T13:38:31.061000 | 2017-06-21T21:18:58 | 2017-06-21T21:18:58 | 95,047,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manojkk.learning.cardweb.dto;
import java.util.List;
public class UserCardObject {
private String username;
private List<Card> cards;
/**
* @return the username
*/
public String getUsername() {
return username;
}
/**
* @param username the username to set
*/
public void setUsername(String ... | UTF-8 | Java | 563 | java | UserCardObject.java | Java | [] | null | [] | package com.manojkk.learning.cardweb.dto;
import java.util.List;
public class UserCardObject {
private String username;
private List<Card> cards;
/**
* @return the username
*/
public String getUsername() {
return username;
}
/**
* @param username the username to set
*/
public void setUsername(String ... | 563 | 0.660746 | 0.660746 | 34 | 15.558824 | 14.30794 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 14 |
ed35febcb7f15a53cb467c0250ecc2b367b1df49 | 30,666,066,539,501 | e5e600abd7a233d46afb200225cf16097160e0af | /books/sk-mka-books-heroult/src/main/java/cz/heroult/pavel/java/book/Kap02/S28/Soubory2.java | f1b9d90d5c1cddcaf2caf15b7d6056b92754e5a4 | [] | no_license | bracek/books | https://github.com/bracek/books | 760de42aea42eb1e5e634610ef0c46f5a092fe80 | c0a192ca7fd9432d7b024b93cff61e4d68d5e3df | refs/heads/master | 2020-04-02T10:33:28.901000 | 2014-01-24T09:34:17 | 2014-01-24T09:34:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.heroult.pavel.java.book.Kap02.S28;
/////////////////////////////////////////////////////////////////
// //
// Tento zdrojov� k�d je sou��st� distribuce bal�ku program�, //
// poskytovan�ch jako dopl�uj�c� informace ke knize //
// ... | UTF-8 | Java | 1,658 | java | Soubory2.java | Java | [
{
"context": " //\n// (c) Pavel Herout, 2000 // \n// ",
"end": 809,
"score": 0.9998424053192139,
"start": 797,
"tag": "NAME",
"value": "Pavel Herout"
}
] | null | [] | package cz.heroult.pavel.java.book.Kap02.S28;
/////////////////////////////////////////////////////////////////
// //
// Tento zdrojov� k�d je sou��st� distribuce bal�ku program�, //
// poskytovan�ch jako dopl�uj�c� informace ke knize //
// ... | 1,652 | 0.385194 | 0.379548 | 40 | 38.849998 | 25.344181 | 66 | false | false | 0 | 0 | 0 | 0 | 76 | 0.091593 | 0.475 | false | false | 14 |
fef121c27a76c0d2e5aff909d2636318d3b12d8f | 22,866,405,925,338 | eeaeddeab4775a1742dba5c8898686fd38caf669 | /base/base-rocketmq/src/main/java/com/zsw/mq/spring/autoconfigure/RocketMQAutoConfiguration.java | 5f1c79a5d434e76b7404205b33238ee16f01c683 | [
"Apache-2.0"
] | permissive | MasterOogwayis/spring | https://github.com/MasterOogwayis/spring | 8250dddd5d6ee9730c8aec4a7aeab1b80c3bf750 | c9210e8d3533982faa3e7b89885fd4c54f27318e | refs/heads/master | 2023-07-23T09:49:37.930000 | 2023-07-21T03:04:27 | 2023-07-21T03:04:27 | 89,329,352 | 0 | 0 | Apache-2.0 | false | 2023-06-14T22:51:13 | 2017-04-25T07:13:03 | 2022-03-14T12:06:51 | 2023-06-14T22:51:12 | 13,631 | 1 | 0 | 6 | Java | false | false | package com.zsw.mq.spring.autoconfigure;
import com.aliyun.openservices.ons.api.PropertyKeyConst;
import com.aliyun.openservices.ons.api.bean.ProducerBean;
import com.aliyun.openservices.shade.com.alibaba.rocketmq.client.MQAdmin;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.Deser... | UTF-8 | Java | 10,340 | java | RocketMQAutoConfiguration.java | Java | [
{
"context": "config.RocketMQConfigUtils.PREFIX;\n\n/**\n * @author ZhangShaowei on 2019/9/12 11:19\n **/\n@Slf4j\n@Configuration\n@En",
"end": 2459,
"score": 0.9998687505722046,
"start": 2447,
"tag": "NAME",
"value": "ZhangShaowei"
},
{
"context": "properties.setProperty(PropertyKey... | null | [] | package com.zsw.mq.spring.autoconfigure;
import com.aliyun.openservices.ons.api.PropertyKeyConst;
import com.aliyun.openservices.ons.api.bean.ProducerBean;
import com.aliyun.openservices.shade.com.alibaba.rocketmq.client.MQAdmin;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.Deser... | 10,340 | 0.732653 | 0.731293 | 223 | 45.143497 | 33.238464 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659193 | false | false | 14 |
392fe40d0889e2d81c7851e06540137842a67ba8 | 32,409,823,227,269 | 74a9a90ee7064a1da77e1831f12f0485df0ed5a8 | /src/NowCoder/Nowcoder/Nowcoder/code26_BSTConvertDoubleLinkedList.java | ec4f0b33c3b634b22e27d87140e76f8df303af66 | [] | no_license | Lemon-362/NowCoder | https://github.com/Lemon-362/NowCoder | 4191e83bc8d8f6a973e46a7537c43fa453f7477a | 979fa190c2a06a0e84159646df21d2f2193deff2 | refs/heads/master | 2022-12-04T10:48:09.092000 | 2020-08-17T09:19:46 | 2020-08-17T09:19:46 | 261,641,899 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NowCoder.Nowcoder.Nowcoder;
import java.util.ArrayList;
/*
搜索二叉树转换成双向链表:
输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的双向链表。
要求不能创建任何新的结点,只能调整树中结点指针的指向。
*/
public class code26_BSTConvertDoubleLinkedList {
public static class TreeNode {
int val = 0;
TreeNode left = null;
TreeNode ri... | UTF-8 | Java | 2,048 | java | code26_BSTConvertDoubleLinkedList.java | Java | [] | null | [] | package NowCoder.Nowcoder.Nowcoder;
import java.util.ArrayList;
/*
搜索二叉树转换成双向链表:
输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的双向链表。
要求不能创建任何新的结点,只能调整树中结点指针的指向。
*/
public class code26_BSTConvertDoubleLinkedList {
public static class TreeNode {
int val = 0;
TreeNode left = null;
TreeNode ri... | 2,048 | 0.523585 | 0.516771 | 76 | 24.105263 | 17.414135 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513158 | false | false | 14 |
d386b794f52f997e5f30c85266c830172fb1fd80 | 20,598,663,207,670 | ee2ce8393cc47a6c9cd2dc0394c6e4dcf88e3e38 | /src/main/java/com/bridgeLabz/service/ICSVBuilder.java | 5c5b65345e8037994705b26f5dc3b82564e8d858 | [] | no_license | vampire16/IndianStatesCensusAnalyzer | https://github.com/vampire16/IndianStatesCensusAnalyzer | f65823f85e42c110e40746357abd343249a6b7fa | a3c8006062879c109e1c4ca8903befc0c932d016 | refs/heads/master | 2021-03-25T13:43:10.418000 | 2020-04-10T16:51:59 | 2020-04-10T16:51:59 | 247,623,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bridgeLabz.service;
import com.bridgeLabz.Exception.CSVBuilderException;
import java.io.Reader;
import java.util.Iterator;
import java.util.List;
public interface ICSVBuilder {
<E> Iterator getIterator(Reader reader, Class csvClass) throws CSVBuilderException;
<E> List getList(Reader re... | UTF-8 | Java | 347 | java | ICSVBuilder.java | Java | [] | null | [] | package com.bridgeLabz.service;
import com.bridgeLabz.Exception.CSVBuilderException;
import java.io.Reader;
import java.util.Iterator;
import java.util.List;
public interface ICSVBuilder {
<E> Iterator getIterator(Reader reader, Class csvClass) throws CSVBuilderException;
<E> List getList(Reader re... | 347 | 0.763689 | 0.763689 | 12 | 26.916666 | 25.476978 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
2875acf31fca0bca40831ff54e1687ce19f33b62 | 13,632,226,245,942 | 9a57eee0d899b3c1e4d15d946b2f0bf3e67ef0e5 | /hard-paradise/src/main/java/urjc/hardParadise/repositories/UsuarioRepository.java | b045e06eff5641e13ffad4387e343e07e7b3577c | [
"Apache-2.0"
] | permissive | eroosan/Hard-Paradise | https://github.com/eroosan/Hard-Paradise | 8a0a8050374233e59518ea993e472f9abb516413 | fc8b4c32dd12f3496c398866c64e90182f5429b3 | refs/heads/master | 2020-04-24T23:06:44.154000 | 2019-03-23T12:26:13 | 2019-03-23T12:26:13 | 172,332,778 | 0 | 0 | null | true | 2019-02-24T12:07:04 | 2019-02-24T12:07:03 | 2018-04-26T00:34:05 | 2018-04-26T00:34:04 | 13,626 | 0 | 0 | 0 | null | false | null | package urjc.hardParadise.repositories;
import java.util.List;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import urjc.hardPara... | UTF-8 | Java | 639 | java | UsuarioRepository.java | Java | [] | null | [] | package urjc.hardParadise.repositories;
import java.util.List;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import urjc.hardPara... | 639 | 0.823161 | 0.823161 | 22 | 28.045454 | 23.890806 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 14 |
94b452fd536735b888b7a755e5182dc1a00e45cb | 8,744,553,454,457 | 1c6c9b4941d66f76a7e32f7f8be3eab83e5a6f19 | /src/main/java/com/mdj20/quickgraph/quickgraph/main/Edge.java | 4add1e42d517f5123104e89cda5982cdafbdeec4 | [
"MIT"
] | permissive | mdj20/quickgraph | https://github.com/mdj20/quickgraph | 9c3862e7fdfa5340e6e9aedbca28c5319642a475 | 572a0d94bbe6258b577fec1b1bdea44d0f55e030 | refs/heads/master | 2021-05-05T01:33:12.934000 | 2018-03-13T12:47:38 | 2018-03-13T12:47:38 | 119,672,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mdj20.quickgraph.quickgraph.main;
import java.util.List;
/** A pair of type V vertex used in the BaseGraph hierarchy. Denotes a connection between to vertices.
*
* @author Matthew D. Jeffreys
*
* @param <V> Type of vertex that the edge connects.
*/
public interface Edge<V> {
/**
*... | UTF-8 | Java | 1,956 | java | Edge.java | Java | [
{
"context": " connection between to vertices. \r\n * \r\n * @author Matthew D. Jeffreys\r\n *\r\n * @param <V> Type of vertex that the edge c",
"end": 213,
"score": 0.9998695850372314,
"start": 194,
"tag": "NAME",
"value": "Matthew D. Jeffreys"
}
] | null | [] | package com.mdj20.quickgraph.quickgraph.main;
import java.util.List;
/** A pair of type V vertex used in the BaseGraph hierarchy. Denotes a connection between to vertices.
*
* @author <NAME>
*
* @param <V> Type of vertex that the edge connects.
*/
public interface Edge<V> {
/**
* Returns a un... | 1,943 | 0.65593 | 0.649795 | 73 | 24.794521 | 29.849834 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.027397 | false | false | 14 |
2278c0466c28eb9749ea68e0c078df0a5a48639e | 23,476,291,278,288 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.gamingactivity-GamingActivity/sources/com/oculus/modules/codegen/DialogsModule.java | b286f415e89ba170c26aa77121f1b04b959cca1d | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package com.oculus.modules.codegen;
import android.util.Pair;
import com.oculus.ocms.library.provider.contract.OCMSLibraryContract;
import com.oculus.panellib.modules.RCTBaseJavaModule;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
public abstract class ... | UTF-8 | Java | 23,451 | java | DialogsModule.java | Java | [] | null | [] | package com.oculus.modules.codegen;
import android.util.Pair;
import com.oculus.ocms.library.provider.contract.OCMSLibraryContract;
import com.oculus.panellib.modules.RCTBaseJavaModule;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
public abstract class ... | 23,451 | 0.598525 | 0.598439 | 576 | 39.713543 | 31.836926 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553819 | false | false | 14 |
0639ffdd895c1396ac4e681f9c611ecbebdf8244 | 20,375,324,862,811 | c3aa1125807052af55ac51c2b4114ec2749e1ac5 | /brouilles-service/src/main/java/com/les/brouilles/planner/service/constraint/DevisJsonConstraintValidator.java | adcd9e55b0bd96c0002174d3ab3e76c488a25ae2 | [] | no_license | Rouliboy/brouilles | https://github.com/Rouliboy/brouilles | a6807b888e6a88bf6dc6f9533eda4d143df98e33 | ab11662b4983e6dfa509168aea910b6c6187f691 | refs/heads/master | 2018-09-30T10:04:11.409000 | 2018-07-21T17:38:09 | 2018-07-21T17:38:09 | 121,974,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.les.brouilles.planner.service.constraint;
import java.text.MessageFormat;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import org.springframework.beans.factory.annotation.Autowired;
import com.les.brouilles.planner.service.dto.DevisDTO;
import lombok.... | UTF-8 | Java | 1,471 | java | DevisJsonConstraintValidator.java | Java | [] | null | [] | package com.les.brouilles.planner.service.constraint;
import java.text.MessageFormat;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import org.springframework.beans.factory.annotation.Autowired;
import com.les.brouilles.planner.service.dto.DevisDTO;
import lombok.... | 1,471 | 0.813052 | 0.808973 | 49 | 29.040817 | 33.756004 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.122449 | false | false | 14 |
c7d00f886ecf26c2206f4168884414ad4dc1ad9b | 3,040,836,883,426 | bc66e9d72116f35f7d18a93a01035a7ca99e7898 | /Lesson14/src/ZooObservable/Main.java | d716062789edf6b88d5c8533edb9020e7abbdbab | [] | no_license | DjDyXx/hillelJava-IgorMarinich- | https://github.com/DjDyXx/hillelJava-IgorMarinich- | dd2952478a07ab1354563fe0c31ea8dc737bedcc | 66441718bc10886fadb477312da65bbb0bf9769d | refs/heads/master | 2021-01-23T07:30:04.833000 | 2017-04-13T13:50:49 | 2017-04-13T13:50:49 | 80,374,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ZooObservable;
import ZooObservable.Animal.Animal;
import ZooObservable.Animal.Domestic;
import ZooObservable.Animal.Wild;
import ZooObservable.Workers.*;
public class Main {
public static void main(String[] args) {
Animal Wolf = new Wild(1 , "Wolfik");
Animal Cat = new Domestic(2, "Marsi... | UTF-8 | Java | 798 | java | Main.java | Java | [
{
"context": "ing[] args) {\n Animal Wolf = new Wild(1 , \"Wolfik\");\n Animal Cat = new Domestic(2, \"Marsik\")",
"end": 273,
"score": 0.9995368123054504,
"start": 267,
"tag": "NAME",
"value": "Wolfik"
},
{
"context": " \"Wolfik\");\n Animal Cat = new Domestic(2... | null | [] | package ZooObservable;
import ZooObservable.Animal.Animal;
import ZooObservable.Animal.Domestic;
import ZooObservable.Animal.Wild;
import ZooObservable.Workers.*;
public class Main {
public static void main(String[] args) {
Animal Wolf = new Wild(1 , "Wolfik");
Animal Cat = new Domestic(2, "Marsi... | 798 | 0.64411 | 0.641604 | 32 | 23.9375 | 19.279097 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 14 |
97f1512a15049a2c22bb6b0a7c8104d776c29c94 | 17,128,329,602,608 | d7d2f3ea63497da293df4e27d8bae2825e8a9576 | /FractalGrammars.java | c3945c2bdeedd8fec056ae7c4b71309ecd0add2b | [] | no_license | hemanthsivaramg/javaFractals | https://github.com/hemanthsivaramg/javaFractals | 95b04f93960ab30d35c52033f8bbcb727b433d39 | 097db42c4925fc2830a8c5a13ecaf8c7a9f53e6f | refs/heads/master | 2021-01-17T20:07:15.511000 | 2016-07-12T22:42:08 | 2016-07-12T22:42:08 | 63,197,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // FractalGrammars.java
// Copied from Section 8.3 of
// Ammeraal, L. and K. Zhang (2007). Computer Graphics for Java Programmers, 2nd Edition,
// Chichester: John Wiley.
import java.awt.*;
import java.awt.event.*;
public class FractalGrammars extends Frame
{
public static final double MAX_RADIUS=256;
... | UTF-8 | Java | 8,643 | java | FractalGrammars.java | Java | [
{
"context": "Grammars.java\n\n// Copied from Section 8.3 of\n// Ammeraal, L. and K. Zhang (2007). Computer Graphics for Java P",
"end": 72,
"score": 0.9995666146278381,
"start": 61,
"tag": "NAME",
"value": "Ammeraal, L"
},
{
"context": " Copied from Section 8.3 of\n// Ammeraal... | null | [] | // FractalGrammars.java
// Copied from Section 8.3 of
// <NAME>. and <NAME> (2007). Computer Graphics for Java Programmers, 2nd Edition,
// Chichester: <NAME>.
import java.awt.*;
import java.awt.event.*;
public class FractalGrammars extends Frame
{
public static final double MAX_RADIUS=256;
public stat... | 8,632 | 0.584982 | 0.569825 | 256 | 32.761719 | 24.86137 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.660156 | false | false | 14 |
fc68838633f4d34d2d3bb1d57c07fddc618aceca | 6,579,889,935,732 | 8fc6fbc0bf858fcc815007a3aa42b8a189953b9f | /test/com/raphael/lc/p567/CheckInclusionTest.java | e27d508480295c5f96d9e69f8d43e6495fa332c2 | [] | no_license | wangchao0502/lc-weekly-contest | https://github.com/wangchao0502/lc-weekly-contest | 79f01eadb118a92c79006285cb320b4bf316c1f9 | 0ebcd48e816d257ed454e489e9166fbd732ff528 | refs/heads/main | 2023-05-07T06:32:10.541000 | 2021-05-30T02:30:05 | 2021-05-30T02:30:05 | 327,791,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raphael.lc.p567;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
/**
* @author raphael
* @date 2021-02-10 10:08:45
*/
class CheckInclusionTest {
private final CheckInclusion solution = new CheckInclusion();
@Test
void t1() {
Assertions.assertTrue(soluti... | UTF-8 | Java | 474 | java | CheckInclusionTest.java | Java | [
{
"context": "import org.junit.jupiter.api.Test;\n\n/**\n * @author raphael\n * @date 2021-02-10 10:08:45\n */\nclass CheckInclu",
"end": 129,
"score": 0.9971358180046082,
"start": 122,
"tag": "USERNAME",
"value": "raphael"
}
] | null | [] | package com.raphael.lc.p567;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
/**
* @author raphael
* @date 2021-02-10 10:08:45
*/
class CheckInclusionTest {
private final CheckInclusion solution = new CheckInclusion();
@Test
void t1() {
Assertions.assertTrue(soluti... | 474 | 0.664557 | 0.624473 | 23 | 19.608696 | 23.023125 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 14 |
56a041f7de134c3fe0ff2bee6af0578b6794a357 | 22,333,829,987,789 | 6c69998676e9df8be55e28f6d63942b9f7cef913 | /src/com/insigma/siis/local/pagemodel/amain/CYMINGDANPageModel.java | 44b96a5431df727338b0204043ffeee71fd8f0ae | [] | no_license | HuangHL92/ZHGBSYS | https://github.com/HuangHL92/ZHGBSYS | 9dea4de5931edf5c93a6fbcf6a4655c020395554 | f2ff875eddd569dca52930d09ebc22c4dcb47baf | refs/heads/master | 2023-08-04T04:37:08.995000 | 2021-09-15T07:35:53 | 2021-09-15T07:35:53 | 406,219,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.insigma.siis.local.pagemodel.amain;
import java.io.BufferedReader;
import java.io.IOException;
import java.sql.Clob;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import com.insigma.odin.framework.AppException;
import com.insigma.odin.framework.persistence.HBSession;
impo... | UTF-8 | Java | 1,336 | java | CYMINGDANPageModel.java | Java | [] | null | [] | package com.insigma.siis.local.pagemodel.amain;
import java.io.BufferedReader;
import java.io.IOException;
import java.sql.Clob;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import com.insigma.odin.framework.AppException;
import com.insigma.odin.framework.persistence.HBSession;
impo... | 1,336 | 0.833084 | 0.833084 | 39 | 33.256409 | 25.682198 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.897436 | false | false | 14 |
1be030067c4bea0a5127b51890508f5e9245776c | 33,500,744,909,406 | e78ddca48e73361ba0c25bac9a514aa502faba92 | /phase1/Bank System/src/main/java/ATM/ItAccount.java | 7bc4bc6ad345a666567b1abae008b18c6cea70de | [] | no_license | Kevintjy/Java-beginner | https://github.com/Kevintjy/Java-beginner | 8c25a7e22a694ca017e13dbd265f0f93159230a9 | c9ba437d0dc9f6c31a56cc8484b333580d3495be | refs/heads/master | 2020-04-17T01:13:58.988000 | 2019-10-04T02:45:37 | 2019-10-04T02:45:37 | 166,082,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.ATM;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class ItAccount implements Iterable<Account>, Serializable {
// the list storing all current Accounts of a User
private ArrayList<Account> accounts = new ... | UTF-8 | Java | 1,377 | java | ItAccount.java | Java | [] | null | [] | package main.java.ATM;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class ItAccount implements Iterable<Account>, Serializable {
// the list storing all current Accounts of a User
private ArrayList<Account> accounts = new ... | 1,377 | 0.594771 | 0.594045 | 68 | 19.25 | 19.303593 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.279412 | false | false | 14 |
0d32df7f6089fac3dac0572a1781c3ccf8b610e5 | 23,940,147,759,817 | 94c9b76dfd2599eabebf473afa5b1a72d4591284 | /src/NewExceptions/EncomendaInexistenteException.java | f61f435df9f730cfd00cde95fa757d2be97907f4 | [] | no_license | 80Hefner/POO-Project | https://github.com/80Hefner/POO-Project | e0dece029bb057aab7c0fca02a6c9f1211afee55 | 73b8c042a059fcc3ebba8d1afe954fa077ae75d1 | refs/heads/master | 2023-04-01T00:08:39.657000 | 2021-04-02T05:50:42 | 2021-04-02T05:50:42 | 258,696,098 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NewExceptions;
/**
* Classe com Uma Excepetion de Encomenda Não existir
*/
public class EncomendaInexistenteException extends Exception
{
/**
* Função que emite a Exception de que Encomenda Não Existe
*/
public EncomendaInexistenteException()
{
super();
}
/**
* Fun... | UTF-8 | Java | 522 | java | EncomendaInexistenteException.java | Java | [] | null | [] | package NewExceptions;
/**
* Classe com Uma Excepetion de Encomenda Não existir
*/
public class EncomendaInexistenteException extends Exception
{
/**
* Função que emite a Exception de que Encomenda Não Existe
*/
public EncomendaInexistenteException()
{
super();
}
/**
* Fun... | 522 | 0.634241 | 0.634241 | 24 | 20.375 | 21.992067 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 14 |
8ad2797d471d73fade5e76907eefc7844bd4ced5 | 32,203,664,834,394 | 33c5d534439d38712c70a878c83ff06745eb27cc | /app/src/main/java/pro/book/ar/Activity/LoginActivity.java | 679bdd9fd9574110cf249ffeb299ee764be07c99 | [] | no_license | sobhan-zp/bookpro | https://github.com/sobhan-zp/bookpro | ecce576aa97ceedea60eefaefb832b47241b50f6 | 8d0bd576f85be7b18b27bf5b9e2f33a4818e9796 | refs/heads/master | 2020-03-22T09:26:24.939000 | 2018-08-16T06:29:49 | 2018-08-16T06:29:49 | 139,837,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.book.ar.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.IdRes;
import android.text.Editable;
import android.view.View;
import android.view.WindowMan... | UTF-8 | Java | 7,872 | java | LoginActivity.java | Java | [
{
"context": "Controller;\nimport pro.book.ar.R;\nimport uk.co.chrisjenx.calligraphy.CalligraphyContextWrapper;\nimport",
"end": 1096,
"score": 0.5303115844726562,
"start": 1094,
"tag": "USERNAME",
"value": "is"
}
] | null | [] | package pro.book.ar.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.IdRes;
import android.text.Editable;
import android.view.View;
import android.view.WindowMan... | 7,872 | 0.576884 | 0.563009 | 249 | 30.550201 | 23.561388 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546185 | false | false | 14 |
2e71cd0278caa55182b7794a32e89331cdd6f053 | 3,917,010,213,803 | 0c30da0583a79b010eb594b6a8c995cf905184de | /spath/rup/rusrc/ExportToHTML.java | 80944b54d7bcaacd01184e35e55fbf1e2e1d6177 | [] | no_license | calvinjgs/rank-up | https://github.com/calvinjgs/rank-up | 94e167318ed8b89ac37b97d0e59db954812339c4 | ddf62dd674f8f9c7a8d3f552a1d6b5b51d9b6caf | refs/heads/master | 2020-03-29T14:30:16.273000 | 2018-09-26T01:22:47 | 2018-09-26T01:22:47 | 150,020,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rup.rusrc;
import java.util.*;
import java.io.*;
import rup.datasrc.*;
import rup.tools.*;
public class ExportToHTML {
public static boolean includeSpecialDescriptions;
public static void exportArmy(ArmyElement[][] army, ArmyRequirements armyReqs) {
String fn = army[0][0].force().name() + " " + armyReq... | WINDOWS-1252 | Java | 6,409 | java | ExportToHTML.java | Java | [] | null | [] | package rup.rusrc;
import java.util.*;
import java.io.*;
import rup.datasrc.*;
import rup.tools.*;
public class ExportToHTML {
public static boolean includeSpecialDescriptions;
public static void exportArmy(ArmyElement[][] army, ArmyRequirements armyReqs) {
String fn = army[0][0].force().name() + " " + armyReq... | 6,409 | 0.539098 | 0.530201 | 199 | 31.201006 | 28.598763 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.763819 | false | false | 14 |
a83cac664db8ffa3856afcab272310be7a8a64c9 | 24,000,277,319,725 | 3addd799bbbc0c612b1975484f7a2ee2ea3f1efb | /src/main/java/com/ferret/bean/staticBean/PersonInfo.java | 93c1a6e3f890370c4b7df0ecde34f647418cc1c7 | [] | no_license | yinshuaibin/weby2 | https://github.com/yinshuaibin/weby2 | 5d27e08b6da85fcbac1a3f70210cb31584cd3378 | dfe674433a177fa89b3ea76225fd13dd45b9bf89 | refs/heads/master | 2020-04-22T10:01:24.153000 | 2019-02-13T01:31:50 | 2019-02-13T01:31:50 | 170,291,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ferret.bean.staticBean;
import lombok.Data;
@Data
public class PersonInfo {
private String ID; //id
private String name; //姓名
private String sex; //姓别
private String imagepath; //图片的相对路径
private String birthday; //出生日期
private Float threshold; //对比值
private String record; //人物备注信息
private String i... | UTF-8 | Java | 393 | java | PersonInfo.java | Java | [] | null | [] | package com.ferret.bean.staticBean;
import lombok.Data;
@Data
public class PersonInfo {
private String ID; //id
private String name; //姓名
private String sex; //姓别
private String imagepath; //图片的相对路径
private String birthday; //出生日期
private Float threshold; //对比值
private String record; //人物备注信息
private String i... | 393 | 0.744807 | 0.744807 | 16 | 20.0625 | 13.278125 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 14 |
433e44a240b3bda864be907a5d962da78b03b5cd | 28,887,950,100,853 | 39ac9df84ad4baa3c2c85e4181c09ec2f8ecf2f4 | /sources/com/syu/jni/SerialNative.java | d56d1ded1388d658f680a51b9f7659fe5c996787 | [] | no_license | Itay9263/bt-app | https://github.com/Itay9263/bt-app | 05669edbb595d1da34fde31c077d4c68a0639d52 | 1994dc69bcc3533d9db886a329eaa607fe794ab6 | refs/heads/main | 2023-06-06T00:26:07.724000 | 2021-06-26T15:20:16 | 2021-06-26T15:20:16 | 380,532,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syu.jni;
public class SerialNative {
static {
try {
System.loadLibrary("sqlserial");
} catch (Throwable th) {
}
}
public static native void native_close(int i);
public static native int native_open(String str);
public static native int native_open_... | UTF-8 | Java | 554 | java | SerialNative.java | Java | [] | null | [] | package com.syu.jni;
public class SerialNative {
static {
try {
System.loadLibrary("sqlserial");
} catch (Throwable th) {
}
}
public static native void native_close(int i);
public static native int native_open(String str);
public static native int native_open_... | 554 | 0.637184 | 0.624549 | 22 | 24.181818 | 26.331171 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 14 |
35a1b62688f39f8ccc2b9638eb332746a017474a | 5,841,155,548,822 | b0ec84882dfd349eeec328d1572cb4fb34acaa57 | /offline/app/src/main/java/com/example/offline/backend/goal/GoalManager.java | 6effdd6e45603f6e72d401ee3807af0a581e1703 | [] | no_license | devesmee/offline | https://github.com/devesmee/offline | 61e4ec9929c92337d50e4877474c9639760d38e1 | 4e372856efa0a3a9f55d2985c7fa480af6970434 | refs/heads/main | 2023-04-18T00:28:54.388000 | 2021-05-05T12:14:39 | 2021-05-05T12:14:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.offline.backend.goal;
import android.content.Context;
import com.example.offline.backend.rewards.RewardManager;
import com.example.offline.backend.storage.Key;
import com.example.offline.backend.storage.Storage;
import java.util.ArrayList;
public class GoalManager {
private ArrayList<Goal> ... | UTF-8 | Java | 3,088 | java | GoalManager.java | Java | [] | null | [] | package com.example.offline.backend.goal;
import android.content.Context;
import com.example.offline.backend.rewards.RewardManager;
import com.example.offline.backend.storage.Key;
import com.example.offline.backend.storage.Storage;
import java.util.ArrayList;
public class GoalManager {
private ArrayList<Goal> ... | 3,088 | 0.638925 | 0.637953 | 114 | 26.078947 | 22.002848 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
81403fc324c0909a8e7914190304223f3821a501 | 575,525,676,160 | d6ab38714f7a5f0dc6d7446ec20626f8f539406a | /backend/collecting/dsfj/Java/edited/UVa.Newspaper.java | 05520b16c872faa87ed2b10afe7662b0fffb016e | [] | no_license | haditabatabaei/webproject | https://github.com/haditabatabaei/webproject | 8db7178affaca835b5d66daa7d47c28443b53c3d | 86b3f253e894f4368a517711bbfbe257be0259fd | refs/heads/master | 2020-04-10T09:26:25.819000 | 2018-12-08T12:21:52 | 2018-12-08T12:21:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.text.DecimalFormat;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class Newspaper {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int numberOfTestCases = input.nextInt();
while (numberOfTestCases != 0) {
Map<String, Integer... | UTF-8 | Java | 1,108 | java | UVa.Newspaper.java | Java | [] | null | [] |
import java.text.DecimalFormat;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class Newspaper {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int numberOfTestCases = input.nextInt();
while (numberOfTestCases != 0) {
Map<String, Integer... | 1,108 | 0.658845 | 0.648917 | 39 | 27.358974 | 17.950769 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.179487 | false | false | 14 |
e79c39f7e89a2a810e2cb0c4ab960719e8c275f0 | 27,109,833,575,560 | a4e2fcf2da52f479c2c25164599bbdb2628a1ffa | /soft/bindings/gvsig_bindings/src/es/unex/sextante/gvsig/gui/GenericDialog.java | d47729a935bbb5267798ec8b822fa4d4d6d03402 | [] | no_license | GRSEB9S/sextante | https://github.com/GRSEB9S/sextante | 126ffc222a2bed9918bae3b59f87f30158b9bbfe | 8ea12c6c40712df01e2e87b02d722d51adb912ea | refs/heads/master | 2021-05-28T19:24:23.306000 | 2013-03-04T15:21:30 | 2013-03-04T15:21:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.unex.sextante.gvsig.gui;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import javax.swing.JPanel;
import com.iver.andami.ui.mdiManager.IWindow;
import com.iver.andami.ui.mdiManager.IWindowListener;
import com.iver.andami.ui.mdiManager.WindowInfo;
public... | UTF-8 | Java | 1,475 | java | GenericDialog.java | Java | [] | null | [] | package es.unex.sextante.gvsig.gui;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import javax.swing.JPanel;
import com.iver.andami.ui.mdiManager.IWindow;
import com.iver.andami.ui.mdiManager.IWindowListener;
import com.iver.andami.ui.mdiManager.WindowInfo;
public... | 1,475 | 0.625085 | 0.625085 | 71 | 18.774649 | 21.771021 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394366 | false | false | 14 |
3d519e7ddc66924958f6fa6bd8a4cf0fd1d50824 | 953,482,789,315 | 9d8346bfd19915f7e297aa955564848f5b467828 | /031902333/src/main/java/com/zwj/Words.java | b1fd6d75af9958927b19b8ae4c2e28b87fe773a0 | [] | no_license | loveTrain444/031902333 | https://github.com/loveTrain444/031902333 | 6a7731a9e6fcf7c3f5bf500502d8cb7c42af4ba4 | 442200d44f166f3d407d59e16df373379074b29f | refs/heads/main | 2023-07-29T03:58:46.089000 | 2021-09-16T12:21:10 | 2021-09-16T12:21:10 | 405,356,915 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zwj;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.format.HanyuPinyinToneType;
import net.sourceforge.pinyin4j.format.HanyuPinyinVCharType;
import net.... | UTF-8 | Java | 4,318 | java | Words.java | Java | [] | null | [] | package com.zwj;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.format.HanyuPinyinToneType;
import net.sourceforge.pinyin4j.format.HanyuPinyinVCharType;
import net.... | 4,318 | 0.559352 | 0.549875 | 98 | 39.918365 | 27.303911 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836735 | false | false | 14 |
8063d7916ba5c265e469bb5add2def6fe5adce2a | 25,237,227,881,180 | 8f8fd8e4a84f88726b12a446261d41d811474fd0 | /app/src/main/java/com/archirayan/starmakerapp/utils/Util.java | 5db93ad8d7904091f53e9bc69fb7c2fc516b076a | [] | no_license | iamrahulyadav/StarMakerApp | https://github.com/iamrahulyadav/StarMakerApp | 6adb35482ac1ae3fa6293a232d034fa41d92ca55 | ba63dfe4314b42a56dc9e3d5fd998f46cc44eeb2 | refs/heads/master | 2020-03-27T21:04:14.285000 | 2018-03-16T07:42:11 | 2018-03-16T07:42:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.archirayan.starmakerapp.utils;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.conten... | UTF-8 | Java | 18,245 | java | Util.java | Java | [] | null | [] | package com.archirayan.starmakerapp.utils;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.conten... | 18,245 | 0.590244 | 0.586188 | 498 | 34.640564 | 26.94836 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620482 | false | false | 14 |
36dd84d2045dee38d31aafe2216ef0f9b7734eb3 | 18,786,187,019,911 | 7cd41a760dcac165db5cfdc8af03a1452a6e55d5 | /src/main/java/com/springbootshirorestful/SpringbootShiroRestfulApplication.java | 7e6681f5d29a8ee657f5ca5aa270884955b3aecf | [] | no_license | qq616023844/springboot-jpa-paging | https://github.com/qq616023844/springboot-jpa-paging | 3c66e39832e3d627ca686927435a68f3996a2d19 | 0f734974c949f5369399fbaa580f7a1c2d144719 | refs/heads/master | 2022-07-11T05:16:39.202000 | 2019-07-02T07:55:25 | 2019-07-02T07:55:25 | 194,697,463 | 0 | 0 | null | false | 2022-06-21T01:23:24 | 2019-07-01T15:18:24 | 2019-07-02T07:55:37 | 2022-06-21T01:23:20 | 67 | 0 | 0 | 2 | Java | false | false | package com.springbootshirorestful;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.data.jpa... | UTF-8 | Java | 568 | java | SpringbootShiroRestfulApplication.java | Java | [] | null | [] | package com.springbootshirorestful;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.data.jpa... | 568 | 0.838028 | 0.838028 | 16 | 34.5 | 29.261749 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
fd57ab06672e965b3e89c08690cb9813540dba73 | 16,724,602,717,012 | 7fee4aca87253705ecbd16c93c2bd396e2d1cd06 | /src/main/java/bephit/dao/UserDAO.java | bce8f91942f3e8482866790ee7361ab360e08651 | [] | no_license | storagerepo/WPR103V1.3 | https://github.com/storagerepo/WPR103V1.3 | 2997e5790a57f60249a9da29102f673c64348406 | bc601fecd3bd471f74487f2dbf4bb055f7aca599 | refs/heads/master | 2021-01-15T18:14:20.920000 | 2014-05-20T07:01:41 | 2014-05-20T07:01:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bephit.dao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.sql.DataSource;
impo... | UTF-8 | Java | 3,723 | java | UserDAO.java | Java | [
{
"context": "\r\n\t \tString cmd=\"INSERT INTO users(`FULLNAME`,`USERNAME`,`PASSWORD`,`ENABLED`,`EMAIL`,`PROFILE_IMAGE`,`UP",
"end": 2317,
"score": 0.9978424310684204,
"start": 2309,
"tag": "USERNAME",
"value": "USERNAME"
},
{
"context": "BYEMAIL`) VALUES('\"+user.getFullName()+\... | null | [] | package bephit.dao;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.sql.DataSource;
impo... | 3,723 | 0.603814 | 0.598711 | 140 | 24.592857 | 29.343019 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.328571 | false | false | 14 |
ce492028428d7565e636b87f7ed629c269520d6b | 25,082,609,010,236 | f69633cd42ca34da11dbdcc1ed29329bf8ed2335 | /src/main/java/com/example/demo/base/security/UserService.java | d12d7094445e7e6c49150e0205f1e9b888a433ee | [] | no_license | sw373740570/base-management-project | https://github.com/sw373740570/base-management-project | 544c8eff806c08cbdb2aef1fec033b870288dcd8 | bdec08e62723541b744fd88955a33e38e361f0b8 | refs/heads/master | 2020-03-19T10:54:02.565000 | 2018-06-13T02:26:37 | 2018-06-13T02:26:37 | 136,410,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.base.security;
import com.example.demo.entity.User;
import com.example.demo.mapper.UserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsServic... | UTF-8 | Java | 795 | java | UserService.java | Java | [] | null | [] | package com.example.demo.base.security;
import com.example.demo.entity.User;
import com.example.demo.mapper.UserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsServic... | 795 | 0.767561 | 0.767561 | 24 | 31.625 | 27.872944 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 14 |
ba760a1e70d7497c2091a04bf1e9e31fed3e06bf | 27,676,769,320,369 | 2695c6f27e40fbabd3d1e1569a5916ad4dc33e8f | /resttemplae/src/main/java/com/rest/resttemplae/ForexRepro.java | 30d7a72b2a684a34246b1e0a738a338fa0940c0a | [] | no_license | speedyjones/java-rest-mysql | https://github.com/speedyjones/java-rest-mysql | f371c6f5d8a8b9a1a352783b03bacf8d7f890387 | b7840229b353a90e888198f28c4f9d58ded24bb1 | refs/heads/master | 2023-09-01T02:01:55.524000 | 2021-10-28T11:34:32 | 2021-10-28T11:34:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rest.resttemplae;
import com.rest.resttemplae.models.ForexDao;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ForexRepro extends JpaRepository<ForexDao,Integer>{
}
| UTF-8 | Java | 220 | java | ForexRepro.java | Java | [] | null | [] | package com.rest.resttemplae;
import com.rest.resttemplae.models.ForexDao;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ForexRepro extends JpaRepository<ForexDao,Integer>{
}
| 220 | 0.804545 | 0.804545 | 8 | 25.5 | 27.518175 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
01bda32345c237f667a6275dd2b59a00ba974040 | 32,031,866,151,163 | d048299a63913ceb7551519e2cab357f4cfd1a1d | /src/main/java/com/itechart/rest/resource/BuyResource.java | 724e69965c9e4cdd3eb4badfe25e4755069de6ff | [] | no_license | kiksebegolovy/the-rest | https://github.com/kiksebegolovy/the-rest | ba45eaf4043f2c01949f2039f69d5a386661cfc5 | bbab55b533345744c4d36755ec294d73175f29ab | refs/heads/master | 2020-02-06T07:20:00.378000 | 2015-06-21T05:50:55 | 2015-06-21T05:50:55 | 37,762,128 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itechart.rest.resource;
import com.itechart.rest.domain.Action;
import com.itechart.rest.domain.BuyCoupon;
import com.itechart.rest.domain.Company;
import com.itechart.rest.domain.Point;
import com.itechart.rest.domain.User;
import com.itechart.rest.dto.ActiveCouponDTO;
import com.itechart.rest.dto.DTO;
im... | UTF-8 | Java | 3,848 | java | BuyResource.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author aliaksandr.marozau\n */\n@Component\n@Path(\"buy\")\n@Transactional\npublic",
"end": 1020,
"score": 0.99750816822052,
"start": 1002,
"tag": "NAME",
"value": "aliaksandr.marozau"
}
] | null | [] | package com.itechart.rest.resource;
import com.itechart.rest.domain.Action;
import com.itechart.rest.domain.BuyCoupon;
import com.itechart.rest.domain.Company;
import com.itechart.rest.domain.Point;
import com.itechart.rest.domain.User;
import com.itechart.rest.dto.ActiveCouponDTO;
import com.itechart.rest.dto.DTO;
im... | 3,848 | 0.690229 | 0.689709 | 106 | 35.301888 | 25.518831 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650943 | false | false | 14 |
4f6ea7d04ccfa447a3acfddcf8a0f00533c231de | 10,634,339,059,235 | e54888e956d99aff22ba666e269f5c456e5d50ac | /src/com/Generic/Autoconst.java | 80064f5d023815f115484a10588b609c83cdcba3 | [] | no_license | Dinesh-BM/Selenium_Framework | https://github.com/Dinesh-BM/Selenium_Framework | 5b57719535fec48d0b32c9be6e20684c96ce9243 | a60fc0e35b8438929b2ea05a31ccc5340ec4c059 | refs/heads/master | 2020-04-07T22:33:53.299000 | 2018-11-23T03:23:31 | 2018-11-23T03:23:31 | 158,775,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Generic;
public interface Autoconst
{
String chrkey="webdriver.chrome.driver";
String chrval="./driver/chromedriver.exe";
String geckey="webdriver.gecko.driver";
String gecrval="./driver/geckodriver.exe";
String Expath="./input/Input01.xlsx";
}
| UTF-8 | Java | 279 | java | Autoconst.java | Java | [
{
"context": "\r\npublic interface Autoconst \r\n{\r\n\tString chrkey=\"webdriver.chrome.driver\";\r\n\tString chrval=\"./driver/chromedr",
"end": 82,
"score": 0.7534130811691284,
"start": 72,
"tag": "KEY",
"value": "webdriver."
}
] | null | [] | package com.Generic;
public interface Autoconst
{
String chrkey="webdriver.chrome.driver";
String chrval="./driver/chromedriver.exe";
String geckey="webdriver.gecko.driver";
String gecrval="./driver/geckodriver.exe";
String Expath="./input/Input01.xlsx";
}
| 279 | 0.716846 | 0.709677 | 12 | 21.25 | 18.565762 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
47b8101600e54fd71af94067eadfe7983ac60b28 | 20,109,036,919,203 | 246c777042e6adf823f8183abb8d559bacfd59f6 | /app/src/main/java/com/pdac/cameracolor/CustomViews/CameraPreview.java | ed0836943c36dc49cf8b39fbcb1897556cae5246 | [] | no_license | avivCodhen/CameraColor | https://github.com/avivCodhen/CameraColor | 87a450b46e8814a86534a54fe43ba6f382fbb85d | 41dcd80558f5621c643bfff52896e2cb43bc73ae | refs/heads/master | 2018-11-04T06:25:56.792000 | 2018-08-26T14:33:17 | 2018-08-26T14:33:17 | 146,182,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pdac.cameracolor.CustomViews;
import android.app.Activity;
import android.app.Service;
import android.content.Context;
import android.graphics.ImageFormat;
import android.hardware.Camera;
import android.util.Log;
import android.view.Surface;
import android.view.SurfaceHolder;
import android.view.SurfaceVi... | UTF-8 | Java | 10,146 | java | CameraPreview.java | Java | [] | null | [] | package com.pdac.cameracolor.CustomViews;
import android.app.Activity;
import android.app.Service;
import android.content.Context;
import android.graphics.ImageFormat;
import android.hardware.Camera;
import android.util.Log;
import android.view.Surface;
import android.view.SurfaceHolder;
import android.view.SurfaceVi... | 10,146 | 0.588606 | 0.581116 | 325 | 30.218462 | 27.401037 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436923 | false | false | 14 |
36db4067b669b707176971d7191cd14e2f177b53 | 4,818,953,355,378 | 92e2a8b47a075cc8e458669a4d43f424668d65bd | /src/main/java/leetcode/L105_ConstructBinaryTreeFromPreorderAndInorderTraversal.java | dedb976bad1a3e38c6386d8f9d646ddff92161f8 | [] | no_license | IS908/leetcode | https://github.com/IS908/leetcode | 0a46277fc7aa60e3938619a582bfdbaaffd55d17 | 2846b56192b6ad26fa7ab7faeb7d3957e1801e21 | refs/heads/master | 2021-01-23T14:03:43.131000 | 2019-07-28T16:01:02 | 2019-07-28T16:01:02 | 54,365,166 | 3 | 0 | null | false | 2020-10-13T08:47:39 | 2016-03-21T06:29:10 | 2019-07-28T16:01:15 | 2020-10-13T08:47:37 | 323 | 2 | 0 | 1 | Java | false | false | package leetcode;
import leetcode.Utils.TreeNode;
/**
* Given preorder and inorder traversal of a tree, construct the binary tree.
* <p/>
* Created by kevin on 2016/3/30.
*/
public class L105_ConstructBinaryTreeFromPreorderAndInorderTraversal {
public TreeNode buildTree(int[] preorder, int[] inorder) {
... | UTF-8 | Java | 1,054 | java | L105_ConstructBinaryTreeFromPreorderAndInorderTraversal.java | Java | [
{
"context": ", construct the binary tree.\n * <p/>\n * Created by kevin on 2016/3/30.\n */\npublic class L105_ConstructBina",
"end": 161,
"score": 0.9981314539909363,
"start": 156,
"tag": "USERNAME",
"value": "kevin"
}
] | null | [] | package leetcode;
import leetcode.Utils.TreeNode;
/**
* Given preorder and inorder traversal of a tree, construct the binary tree.
* <p/>
* Created by kevin on 2016/3/30.
*/
public class L105_ConstructBinaryTreeFromPreorderAndInorderTraversal {
public TreeNode buildTree(int[] preorder, int[] inorder) {
... | 1,054 | 0.597723 | 0.580645 | 30 | 34.133335 | 31.285496 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 14 |
e4224ef9f9075b7a722d8e4d08da08136bbdf759 | 24,223,615,609,926 | e04b2e8702528789c15e94a00808221671d3a8ba | /neDetectionProject/src/de/uniwue/mk/malletcrf/MaxEntClassifierTrainer.java | 010cca33461f08a833fde8516e006ab1ba66f948 | [
"Apache-2.0"
] | permissive | MarkusKrug/NERDetection | https://github.com/MarkusKrug/NERDetection | 4c6e5348932f5619db141d47422d2a6cf5ee7f9b | 806bd94bd5a9823741b10220ab9bacd4adc49784 | refs/heads/master | 2016-09-05T13:20:17.582000 | 2015-04-21T05:03:49 | 2015-04-21T05:03:49 | 29,518,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.uniwue.mk.malletcrf;
import java.io.File;
import cc.mallet.classify.MaxEntTrainer;
import cc.mallet.pipe.Pipe;
import cc.mallet.types.InstanceList;
public class MaxEntClassifierTrainer {
public static void train(File trainFile, File modelFile) throws Exception {
IPipeInitializer initializer = new ... | UTF-8 | Java | 707 | java | MaxEntClassifierTrainer.java | Java | [] | null | [] | package de.uniwue.mk.malletcrf;
import java.io.File;
import cc.mallet.classify.MaxEntTrainer;
import cc.mallet.pipe.Pipe;
import cc.mallet.types.InstanceList;
public class MaxEntClassifierTrainer {
public static void train(File trainFile, File modelFile) throws Exception {
IPipeInitializer initializer = new ... | 707 | 0.769448 | 0.769448 | 26 | 26.192308 | 27.366486 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 14 |
e6d86f9a0b02629b6f2dd8378c78bf9f326ae212 | 32,908,039,426,270 | 2517d4d57c489fedbbca00e09d30e9ea4d5e6b80 | /app/src/main/java/com/vadomosan/coronaargame/RotatingNode.java | eebeae506d46b7ce9ad3a539b42bb9f4d0ebeae3 | [] | no_license | vahidmohammadisan/kill-corona | https://github.com/vahidmohammadisan/kill-corona | 79992ba42520c54d1c26bd7db061417e5b7d6ad6 | 3d23049c45d9fff658cb0d55696887264d89c77f | refs/heads/master | 2022-04-22T16:13:57.354000 | 2020-04-21T07:28:44 | 2020-04-21T07:28:44 | 257,512,075 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vadomosan.coronaargame;
import android.animation.ObjectAnimator;
import android.view.animation.LinearInterpolator;
import androidx.annotation.Nullable;
import com.google.ar.sceneform.FrameTime;
import com.google.ar.sceneform.Node;
import com.google.ar.sceneform.math.Quaternion;
import com.google.ar.scene... | UTF-8 | Java | 3,573 | java | RotatingNode.java | Java | [] | null | [] | package com.vadomosan.coronaargame;
import android.animation.ObjectAnimator;
import android.view.animation.LinearInterpolator;
import androidx.annotation.Nullable;
import com.google.ar.sceneform.FrameTime;
import com.google.ar.sceneform.Node;
import com.google.ar.sceneform.math.Quaternion;
import com.google.ar.scene... | 3,573 | 0.655751 | 0.644276 | 122 | 28.286884 | 24.964394 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 14 |
5206e988ab6703c3af7ebb3f6ae5deb24c76a3ad | 16,733,192,639,976 | 630771c6c3ba94843080ef2dda14e36e1280aba5 | /src/main/java/com/web/demo/controls/CropRestController.java | 87932238d574bc24fac356d76288cfacc6cdc1b1 | [] | no_license | harilearning1989/spring-boot-oracle-k8s | https://github.com/harilearning1989/spring-boot-oracle-k8s | 7eb5c764b61519d25188a59c5faa6cf209fefed3 | 5913b4eb0313424d311596cb8eb6db2e47d2e5d3 | refs/heads/master | 2023-07-31T22:55:07.478000 | 2021-09-09T12:41:07 | 2021-09-09T12:41:07 | 398,726,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.web.demo.controls;
import com.web.demo.dtos.CropInsuranceDTO;
import com.web.demo.services.CropService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.Respons... | UTF-8 | Java | 1,482 | java | CropRestController.java | Java | [] | null | [] | package com.web.demo.controls;
import com.web.demo.dtos.CropInsuranceDTO;
import com.web.demo.services.CropService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.Respons... | 1,482 | 0.758435 | 0.757085 | 44 | 32.68182 | 25.369785 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 14 |
17f3c546fc7ab68a7d6ef985fc7d3a5d55914d50 | 15,058,155,392,600 | 89a35f8cec7cd1ff9421181fabad45eeb6cc09a6 | /src/test/java/javaPrograms/InheritanceExamples/Child.java | 51ab500ae04dad1aa787179ce787cd28310801ea | [] | no_license | DeepKandey/JavaAndSeleniumConcepts | https://github.com/DeepKandey/JavaAndSeleniumConcepts | 21000aebc0322eb2a97baaecbf95b9549e65d0af | 40b095d1239d87298e326a103bf288d9b870cc08 | refs/heads/master | 2023-06-22T07:54:27.358000 | 2022-12-15T16:44:28 | 2022-12-15T16:44:28 | 139,228,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaPrograms.InheritanceExamples;
public class Child extends Parent {
int a = 100;
public void m1() {
System.out.println("Child");
}
public static void main(String[] args) {
Child obj = new Child();
Parent pObj = obj;
System.out.println(((Child) pObj).a);
System.o... | UTF-8 | Java | 493 | java | Child.java | Java | [] | null | [] | package javaPrograms.InheritanceExamples;
public class Child extends Parent {
int a = 100;
public void m1() {
System.out.println("Child");
}
public static void main(String[] args) {
Child obj = new Child();
Parent pObj = obj;
System.out.println(((Child) pObj).a);
System.o... | 493 | 0.647059 | 0.636917 | 19 | 23.947369 | 26.595358 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 14 |
f3bcee89d16b2207a5895257b182098f32f2196f | 9,311,489,109,139 | 533d671dc699454e5ae36e2943dc3dbbcc81b791 | /sprockets/core-sprockets/src/se/abalon/usecase/CurrencyRequestFormat.java | ff868e29ab6f01d7d866009d64ff902c9066044a | [] | no_license | tstjerndal/steveham_git | https://github.com/tstjerndal/steveham_git | 1647206badef42458459c0eb4072cedafaa40874 | 094308ce12cf64ab1d8f434fcdbf24289c47b6e2 | refs/heads/master | 2016-08-07T18:38:38.255000 | 2013-12-10T11:46:43 | 2013-12-10T11:46:43 | 37,447,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on Oct 25, 2004
*
*/
package se.abalon.usecase;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.text.ParseException;
import java.util.Locale;
import java.util.Map;
import se.abalon.util.FormatException;
/**
* Translates a String containing Locale for... | UTF-8 | Java | 1,691 | java | CurrencyRequestFormat.java | Java | [
{
"context": " currency information to a Double.\r\n *\r\n * @author Fredrik Hellström [f.hellstrom@abalon.se]\r\n */\r\npublic class Curren",
"end": 394,
"score": 0.9998756647109985,
"start": 377,
"tag": "NAME",
"value": "Fredrik Hellström"
},
{
"context": "n to a Double.\r\n *\r\n ... | null | [] | /*
* Created on Oct 25, 2004
*
*/
package se.abalon.usecase;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.text.ParseException;
import java.util.Locale;
import java.util.Map;
import se.abalon.util.FormatException;
/**
* Translates a String containing Locale for... | 1,665 | 0.719527 | 0.715976 | 53 | 29.886793 | 32.316631 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.811321 | false | false | 14 |
859a9aa731b53290d68162f89994743c8ba3abbc | 26,250,840,167,351 | 51227d22a5dff4b7dcdc935cb9e3e1ff4ebbafb1 | /requsetAndResponseDemo/src/main/java/com/DownloadDemo.java | 8cf15a7590dc05f15bb1a69e12278aff6a69220e | [] | no_license | ming954688/java | https://github.com/ming954688/java | 7b2321b756bcc488a524661d2dc11cb79072bd17 | 45748663da21f5201ec492162b2045f45ac1813d | refs/heads/master | 2022-06-30T07:21:34.005000 | 2020-02-20T14:09:35 | 2020-02-20T14:09:35 | 237,375,290 | 0 | 0 | null | false | 2022-06-21T02:43:26 | 2020-01-31T06:43:01 | 2020-02-20T14:10:09 | 2022-06-21T02:43:22 | 42,447 | 0 | 0 | 7 | Java | false | false | package com;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | UTF-8 | Java | 1,411 | java | DownloadDemo.java | Java | [] | null | [] | package com;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | 1,411 | 0.737066 | 0.733522 | 39 | 35.179485 | 30.157597 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820513 | false | false | 14 |
d6cd4ee1c214f71b20e2179b3c915b1989fc28d7 | 19,018,115,213,750 | 6091fc75fd8baee1f278207e0715b06182ca02ed | /app/src/main/java/com/example/administrator/pandatvsecond/util/PermissionUtils.java | 222327d2444bca71498cb2a8543ef776276444a5 | [] | no_license | 3132153418/PandaTvsecond | https://github.com/3132153418/PandaTvsecond | 9bde73f882f67e83cb67e9345ba9c1ac37985755 | 59e709b0e07d37931c1ff4cf4cff144c87e3d12f | refs/heads/master | 2021-01-01T19:27:06.793000 | 2017-08-02T11:27:05 | 2017-08-02T11:27:05 | 98,590,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.pandatvsecond.util;
/**
* Created by Administrator on 2017/7/28.
*/
public class PermissionUtils {
}
| UTF-8 | Java | 140 | java | PermissionUtils.java | Java | [
{
"context": "ministrator.pandatvsecond.util;\n\n/**\n * Created by Administrator on 2017/7/28.\n */\n\npublic class PermissionUtils {",
"end": 86,
"score": 0.5355654954910278,
"start": 73,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.administrator.pandatvsecond.util;
/**
* Created by Administrator on 2017/7/28.
*/
public class PermissionUtils {
}
| 140 | 0.742857 | 0.692857 | 9 | 14.555555 | 19.726526 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 14 |
d702f05616a7670e7ca098672e96c17879f4db24 | 85,899,352,641 | 86606c9b89868d4b57aab41f6451c22a80394219 | /get2018/src/meta/abhay/scf/assignment9/ShapeFactory.java | 0a5206a15b7af22d5ccaf6431cb2e6c3fe989974 | [] | no_license | meta-abhay-verma/GET2018 | https://github.com/meta-abhay-verma/GET2018 | d58a7b064f2edc5e7c6005db0926fc9c78943f8c | 02095b0710f7b9164f17d5bd38846ac5e9f85f55 | refs/heads/master | 2020-03-22T23:23:51.114000 | 2018-10-15T09:27:25 | 2018-10-15T09:27:25 | 140,807,781 | 2 | 0 | null | false | 2018-10-31T10:35:34 | 2018-07-13T06:41:13 | 2018-10-15T09:27:41 | 2018-10-31T10:31:53 | 79,229 | 2 | 0 | 2 | Java | false | null | package meta.abhay.scf.assignment9;
import java.util.List;
/**
* Create a Factory class that will create shapes based on the ShapeType.
* It will expose static method createShape that will take ShapeType, Point and List<Integer>.
* Where Point will specify either starting point of the shape or center poin... | UTF-8 | Java | 2,223 | java | ShapeFactory.java | Java | [
{
"context": "tangle length and breadth, so on.\r\n * \r\n * @author Abhay\r\n *\r\n */\r\npublic class ShapeFactory {\r\n\r\n\t/**\r\n\t ",
"end": 523,
"score": 0.91941899061203,
"start": 518,
"tag": "NAME",
"value": "Abhay"
}
] | null | [] | package meta.abhay.scf.assignment9;
import java.util.List;
/**
* Create a Factory class that will create shapes based on the ShapeType.
* It will expose static method createShape that will take ShapeType, Point and List<Integer>.
* Where Point will specify either starting point of the shape or center poin... | 2,223 | 0.687359 | 0.678363 | 62 | 33.854839 | 32.222935 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.274194 | false | false | 14 |
d36ba09554d2094d419e1564b0ec13c89af15e89 | 14,113,262,537,681 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.1.jar/classes.jar/com/tencent/mobileqq/utils/SendMessageHandler$SendMessageRunnable.java | 7155b97947c9ee35b80778ae50b7069200d80e2e | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.mobileqq.utils;
public class SendMessageHandler$SendMessageRunnable
implements Runnable
{
public int a;
public String a;
public String[] a;
public long c;
public boolean c;
public long d = 9223372036854775807L;
public long e = 9223372036854775807L;
public long f = -1L;... | UTF-8 | Java | 2,183 | java | SendMessageHandler$SendMessageRunnable.java | Java | [] | null | [] | package com.tencent.mobileqq.utils;
public class SendMessageHandler$SendMessageRunnable
implements Runnable
{
public int a;
public String a;
public String[] a;
public long c;
public boolean c;
public long d = 9223372036854775807L;
public long e = 9223372036854775807L;
public long f = -1L;... | 2,183 | 0.66743 | 0.63628 | 69 | 29.724638 | 25.63336 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637681 | false | false | 14 |
63b983b4bf9c11b50b2014e87476f461525196af | 30,434,138,271,157 | c0542546866385891c196b665d65a8bfa810f1a3 | /decompiled/com/android/org/conscrypt/OpenSSLSignature.java | f9545c2720f2fc8265a82f6b5c57e6962d89418a | [] | no_license | auxor/android-wear-decompile | https://github.com/auxor/android-wear-decompile | 6892f3564d316b1f436757b72690864936dd1a82 | eb8ad0d8003c5a3b5623918c79334290f143a2a8 | refs/heads/master | 2016-09-08T02:32:48.433000 | 2015-10-12T02:17:27 | 2015-10-12T02:19:32 | 42,517,868 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.org.conscrypt;
import java.security.InvalidKeyException;
import java.security.InvalidParameterException;
import java.security.NoSuchAlgorithmException;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.security.SignatureException;
import java.security.SignatureSpi;
publi... | UTF-8 | Java | 11,862 | java | OpenSSLSignature.java | Java | [] | null | [] | package com.android.org.conscrypt;
import java.security.InvalidKeyException;
import java.security.InvalidParameterException;
import java.security.NoSuchAlgorithmException;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.security.SignatureException;
import java.security.SignatureSpi;
publi... | 11,862 | 0.624094 | 0.598466 | 348 | 33.086208 | 30.284351 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543103 | false | false | 14 |
a3f639cf10b1c09f5943c897b9a18dda51500fa3 | 26,456,998,605,346 | b9a89c76faf85e618be5cfad7f44c3c727db981c | /src/com/elikill58/negativity/sponge/protocols/FastEatProtocol.java | fbc367936f596f728e1a354b7d76892247ee77aa | [] | no_license | RedNesto/Negativity | https://github.com/RedNesto/Negativity | 97abb5c9a7c7659145afacb644a776a0ff000611 | c45252fb311ffa664ddbf984093c23bfe4c21913 | refs/heads/master | 2021-08-11T02:30:43.579000 | 2021-07-25T13:59:46 | 2021-07-25T13:59:46 | 178,409,930 | 2 | 0 | null | true | 2019-03-29T13:24:52 | 2019-03-29T13:24:51 | 2019-03-26T16:57:40 | 2019-03-22T16:19:57 | 810 | 0 | 0 | 0 | null | false | null | package com.elikill58.negativity.sponge.protocols;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.filter.cause.First;
import org.spongepowered.api.event.item.inventory.UseItemStackEvent;
import org.spongepowered.api.item.ItemTyp... | UTF-8 | Java | 990 | java | FastEatProtocol.java | Java | [
{
"context": "package com.elikill58.negativity.sponge.protocols;\n\nimport org.spongepo",
"end": 21,
"score": 0.633939266204834,
"start": 19,
"tag": "USERNAME",
"value": "58"
},
{
"context": "spongepowered.api.item.ItemTypes;\n\nimport com.elikill58.negativity.sponge.SpongeNegativity... | null | [] | package com.elikill58.negativity.sponge.protocols;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.filter.cause.First;
import org.spongepowered.api.event.item.inventory.UseItemStackEvent;
import org.spongepowered.api.item.ItemTyp... | 990 | 0.816162 | 0.806061 | 26 | 37.076923 | 29.478706 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 14 |
8d6ce1292440e0cacf6c9927ce913238333fb629 | 2,628,520,049,725 | 8929080c3ae0fe6ebc57cdcfbc8f04f8f3cad413 | /src/test/java/com/zeroten/javales/classObject/ClassThisTest.java | 5858b7b13d63aa10e18352d13ace4b4586a737ff | [] | no_license | renshaoqi/JavaStudyDemo | https://github.com/renshaoqi/JavaStudyDemo | 3277db1b70e936e062c2141465437c47ea783b17 | de59abc86e24ca424eff0e51d2ee26197b93aec2 | refs/heads/master | 2020-11-24T18:03:32.951000 | 2020-01-03T09:51:15 | 2020-01-03T09:51:15 | 228,283,476 | 1 | 0 | null | false | 2020-10-13T18:14:43 | 2019-12-16T02:05:57 | 2020-01-03T09:51:51 | 2020-10-13T18:14:43 | 59 | 1 | 0 | 1 | Java | false | false | package com.zeroten.javales.classObject;
import org.testng.annotations.Test;
public class ClassThisTest {
private int index;
// 构造器
public ClassThisTest () {}
// 实例方法
public void println(String name) {
System.out.println(this.index + ".hello" + name);
}
// 可变参数
p... | UTF-8 | Java | 941 | java | ClassThisTest.java | Java | [] | null | [] | package com.zeroten.javales.classObject;
import org.testng.annotations.Test;
public class ClassThisTest {
private int index;
// 构造器
public ClassThisTest () {}
// 实例方法
public void println(String name) {
System.out.println(this.index + ".hello" + name);
}
// 可变参数
p... | 941 | 0.49728 | 0.489663 | 36 | 23.527779 | 17.127766 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
4fbdb660e3af32b24be1a54a1fe83a89047e3281 | 3,891,240,431,010 | 5bb439afe8d8da430824988a22e777220c00f69a | /src/com/daffodil/ssb/model/EmployeeCodeMap.java | 82d5bc77124750188ca1d0026bea45660a5aef7e | [] | no_license | moshiurse/SpringDemo | https://github.com/moshiurse/SpringDemo | 59fc969c09936d96e40b4bdf520da9a96d593206 | 4eaa53ce88890e71bae19fce342fc4f161498dc5 | refs/heads/master | 2021-07-20T11:22:33.144000 | 2017-10-26T00:58:38 | 2017-10-26T00:58:38 | 99,309,364 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daffodil.ssb.model;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.springframework.stereotype.Controller;
@Entity
@Table(name="acc_emp_acc_code_map")
public class EmployeeCodeMap {
private int id;
private String employeeId;
private String accountCode;
private String cod... | UTF-8 | Java | 382 | java | EmployeeCodeMap.java | Java | [] | null | [] | package com.daffodil.ssb.model;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.springframework.stereotype.Controller;
@Entity
@Table(name="acc_emp_acc_code_map")
public class EmployeeCodeMap {
private int id;
private String employeeId;
private String accountCode;
private String cod... | 382 | 0.793194 | 0.793194 | 19 | 19.105263 | 14.927526 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 14 |
485365dc45fa7746449338ce0d609e01dc14a8f0 | 24,223,615,616,539 | e75afa002edb86b429e3d22c8fa42ba596e35cb5 | /src/tptpaxsel/Main.java | 347774d1cdea8f597147d5f591250a2f2bc71093 | [] | no_license | dkuehlwein/tptpaxsel | https://github.com/dkuehlwein/tptpaxsel | ce06ff0aa358430970cb760439ff6e32ba02a6d5 | 4096d23e7bc989912cb5a6f3e5e6ffbda7037d8a | refs/heads/master | 2021-01-11T11:01:42.122000 | 2010-12-17T10:36:18 | 2010-12-17T10:36:18 | 32,890,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package tptpaxsel;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintStream;
import tptpaxsel.PSA.PSADivvy;
import tptpaxsel.PSA.PSAExistential;
import tptpaxsel.PSA.PSAPremiseGrowth;
import tptpaxsel.PSA.PSARandomize;
import tptpaxsel.PSA.PSASimple;
import tptpax... | UTF-8 | Java | 9,842 | java | Main.java | Java | [
{
"context": "import tptpaxsel.example.Example;\n\n\n/**\n * @author Daniel Kühlwein\n *\n */\npublic class Main {\n\t\n\tstatic private Prin",
"end": 373,
"score": 0.9998785853385925,
"start": 358,
"tag": "NAME",
"value": "Daniel Kühlwein"
},
{
"context": "* Start tests */\n// ... | null | [] | /**
*
*/
package tptpaxsel;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintStream;
import tptpaxsel.PSA.PSADivvy;
import tptpaxsel.PSA.PSAExistential;
import tptpaxsel.PSA.PSAPremiseGrowth;
import tptpaxsel.PSA.PSARandomize;
import tptpaxsel.PSA.PSASimple;
import tptpax... | 9,832 | 0.700234 | 0.670359 | 257 | 37.291828 | 23.817816 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.805448 | false | false | 14 |
9f526e159f44141329104fda65427c7ce2fa5d13 | 9,337,258,960,537 | 22ca095ac2b4cae31645318e66864e162ef15323 | /CosLibrary/src/main/java/com/cossystem/core/pojos/TblEmpleadosExperienciaPerfil.java | e7bc4f0d980d1857eebf7f069b83e4ade05bf5c4 | [] | no_license | jkarlos1402/CossystemMaven | https://github.com/jkarlos1402/CossystemMaven | 89f7dc6414721ca6d0be07dc04a2b0c28b252eba | 4a282074019a97c552c751dcac32171be59bbb8e | refs/heads/master | 2021-08-23T23:47:56.910000 | 2017-12-07T04:00:09 | 2017-12-07T04:00:09 | 112,812,173 | 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.cossystem.core.pojos;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Colum... | UTF-8 | Java | 4,101 | java | TblEmpleadosExperienciaPerfil.java | Java | [
{
"context": "nd.annotation.XmlTransient;\r\n\r\n/**\r\n *\r\n * @author TMXIDSJPINAM\r\n */\r\n@Entity\r\n@Table(name = \"tbl_Empleados_Exper",
"end": 790,
"score": 0.997049868106842,
"start": 778,
"tag": "USERNAME",
"value": "TMXIDSJPINAM"
}
] | 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.cossystem.core.pojos;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Colum... | 4,101 | 0.663741 | 0.663009 | 143 | 26.678322 | 25.942001 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.370629 | false | false | 14 |
50400fcb9ed3f9dbc02706debe4a108c2d6a4a63 | 30,709,016,196,432 | 905d39a384c3b0d4b2ec35dcdce0cd5d085df8fe | /effectivejava/src/main/java/com/rightkarma/effectivejava/noninstantiable/NonInstantiableUtilityClass.java | 0ef39ed358b673ddfa18e18fb459e93d04be1ab7 | [] | no_license | RightKarma/learnjava | https://github.com/RightKarma/learnjava | 78c8dd57d831fbe04612eddca9539f9da9bbe2fc | 97ed0f8d9eed3e3b2c1387d293028f8c8b15df99 | refs/heads/master | 2020-01-05T04:47:19.499000 | 2019-07-08T05:10:33 | 2019-07-08T05:10:33 | 123,669,892 | 1 | 2 | null | false | 2019-05-09T07:18:39 | 2018-03-03T07:30:14 | 2019-03-10T10:36:08 | 2019-05-09T07:18:33 | 1,835 | 0 | 1 | 1 | Java | false | false | package com.rightkarma.effectivejava.noninstantiable;
// to make it clear that you don't want class to be instantiated,
// create constructore as private
// create other methods as static
public class NonInstantiableUtilityClass {
private NonInstantiableUtilityClass() {
}
public static void otherStaticMe... | UTF-8 | Java | 351 | java | NonInstantiableUtilityClass.java | Java | [] | null | [] | package com.rightkarma.effectivejava.noninstantiable;
// to make it clear that you don't want class to be instantiated,
// create constructore as private
// create other methods as static
public class NonInstantiableUtilityClass {
private NonInstantiableUtilityClass() {
}
public static void otherStaticMe... | 351 | 0.729345 | 0.729345 | 14 | 24.071428 | 22.150345 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 14 |
e80138219960992bca190e544344b680e3a8e3e4 | 5,746,666,247,467 | cd30c8ddf12482ba71c930998e7bce5669b93ded | /src/main/java/com/currencybaskets/dto/AggregatedAmountDto.java | 672fe5aec58a70b8b2e4a26d91dcd4afc2aefd8b | [
"MIT"
] | permissive | egorvlgavr/currency-baskets | https://github.com/egorvlgavr/currency-baskets | ecb53bec5846eeaf259026ab15b7eee7ae9e7050 | 2dac5bfbd5192ed656928f81d3bd1e9a57898795 | refs/heads/master | 2018-11-05T00:22:08.535000 | 2018-10-06T12:23:39 | 2018-10-06T12:23:39 | 115,663,896 | 0 | 0 | MIT | false | 2018-09-30T18:53:14 | 2017-12-28T22:20:33 | 2018-09-12T15:11:17 | 2018-09-30T18:53:14 | 1,836 | 0 | 0 | 0 | Java | false | null | package com.currencybaskets.dto;
import com.currencybaskets.dao.model.AggregatedAmount;
import com.currencybaskets.util.CurrencyColorMap;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class AggregatedAmountDto {
private String currency;
private BigDecimal amount;
private String color;
... | UTF-8 | Java | 686 | java | AggregatedAmountDto.java | Java | [] | null | [] | package com.currencybaskets.dto;
import com.currencybaskets.dao.model.AggregatedAmount;
import com.currencybaskets.util.CurrencyColorMap;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class AggregatedAmountDto {
private String currency;
private BigDecimal amount;
private String color;
... | 686 | 0.74344 | 0.74344 | 23 | 28.826086 | 22.842852 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 14 |
742f795c53b7590c89b810f2574eecfb0047e508 | 7,593,502,186,278 | 9a4cac200744301680c5e5749971f138cd0eaed9 | /project/src/sd/tp1/client/cloud/cache/CachedPicture.java | 2b9fda65047be07c784a7bb61e4d9d5acfde5339 | [] | no_license | GoncaloBFM/DistributedImageServer | https://github.com/GoncaloBFM/DistributedImageServer | 9eb7f6d046fa6e93de4b2546c1aea6ff0ec1df60 | b6597ce6028f1f5fdf19f91ef83814e30eb90b0a | refs/heads/master | 2021-05-31T23:31:57.263000 | 2016-05-10T19:43:46 | 2016-05-10T19:43:46 | 53,962,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sd.tp1.client.cloud.cache;
import sd.tp1.Album;
import sd.tp1.Picture;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
/**
* Created by apontes on 4/5/16.
*/
public class CachedPicture extends CachedObject<byte[]> implements Picture, CachedBlob {
private static final long ... | UTF-8 | Java | 3,648 | java | CachedPicture.java | Java | [
{
"context": "on;\nimport java.nio.file.Files;\n\n/**\n * Created by apontes on 4/5/16.\n */\npublic class CachedPicture extends",
"end": 184,
"score": 0.999504804611206,
"start": 177,
"tag": "USERNAME",
"value": "apontes"
}
] | null | [] | package sd.tp1.client.cloud.cache;
import sd.tp1.Album;
import sd.tp1.Picture;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
/**
* Created by apontes on 4/5/16.
*/
public class CachedPicture extends CachedObject<byte[]> implements Picture, CachedBlob {
private static final long ... | 3,648 | 0.570724 | 0.567434 | 150 | 23.32 | 23.798689 | 114 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 14 |
9fd2e9004f8c7ad055adc5b1a3b7e6917823b5b9 | 9,062,381,002,327 | a35a6a74ef97c991a5f017732f27ada99ce44d1f | /qy.times.game/src/main/java/com/game/template/CircleTemplate.java | 74974c9b8fb01da2f80cf2bf88af2d2c9a913576 | [] | no_license | zouzhiwu/qy-java | https://github.com/zouzhiwu/qy-java | 7d518df0d39e73b780d4cc931338c43cba4f5076 | 4be2ca43461358850d8a2cb8b0f46dea2bcba678 | refs/heads/master | 2020-05-23T13:23:37.326000 | 2019-05-16T01:53:18 | 2019-05-16T01:53:18 | 186,774,511 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.template;
public class CircleTemplate extends TemplateBase {
private Integer radius;
private Integer liftime;
private Integer stay;
private Integer hurt;
public CircleTemplate(Integer id, String name, Integer radius, Integer liftime, Integer stay, Integer hurt) {
super.setId(id);
super.set... | UTF-8 | Java | 1,073 | java | CircleTemplate.java | Java | [] | null | [] | package com.game.template;
public class CircleTemplate extends TemplateBase {
private Integer radius;
private Integer liftime;
private Integer stay;
private Integer hurt;
public CircleTemplate(Integer id, String name, Integer radius, Integer liftime, Integer stay, Integer hurt) {
super.setId(id);
super.set... | 1,073 | 0.695247 | 0.695247 | 49 | 20.918367 | 25.917322 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.734694 | false | false | 14 |
25ae9c306cb65b20fba4d3ffd5158a759484464f | 9,534,827,402,494 | d9a1e8da98cb7aef92dcb12088985f8cac666783 | /pervider_business_1002_p2p/src/main/java/com/wyy/pervider_business_1002_p2p/service/BidRequestService.java | fd462048d933c1ba1c8594c80c3d975da99a5531 | [] | no_license | wang1024it/springcloud_P2P | https://github.com/wang1024it/springcloud_P2P | d70cece4a40ed3cf6683b5c2357bc8a1e53b0d27 | f1fa905dfe131af0971c9de636651d3ff0ad22a2 | refs/heads/master | 2022-11-07T03:09:17.037000 | 2019-12-18T10:49:12 | 2019-12-18T10:49:12 | 228,818,903 | 0 | 0 | null | false | 2022-10-12T20:35:16 | 2019-12-18T10:47:01 | 2019-12-18T10:52:35 | 2022-10-12T20:35:13 | 243 | 0 | 0 | 9 | Java | false | false | package com.wyy.pervider_business_1002_p2p.service;
import com.wyy.common_p2p.entity.borrowing.BidRequest;
import com.wyy.common_p2p.utils.Query;
import java.util.List;
public interface BidRequestService {
/**
* 通过ID查询单条数据
*
* @param id 主键
* @return 实例对象
*/
BidRequest queryById(Int... | UTF-8 | Java | 1,327 | java | BidRequestService.java | Java | [] | null | [] | package com.wyy.pervider_business_1002_p2p.service;
import com.wyy.common_p2p.entity.borrowing.BidRequest;
import com.wyy.common_p2p.utils.Query;
import java.util.List;
public interface BidRequestService {
/**
* 通过ID查询单条数据
*
* @param id 主键
* @return 实例对象
*/
BidRequest queryById(Int... | 1,327 | 0.5539 | 0.547765 | 73 | 14.643836 | 14.383562 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.164384 | false | false | 14 |
d1ad70d47ae0b0b6da02c27384dc16a4d56a5e70 | 16,939,351,024,023 | 511af8f0846e9feaa23c67408fa40df74f7e74aa | /dbflute-buri-example/src/main/java/com/example/dbflute/buri/dbflute/cbean/cq/bs/AbstractBsBuriStateUserCQ.java | 87bd84caeb8fa459f90ceebbd21edda2d4a4483b | [
"Apache-2.0"
] | permissive | seasarorg/dbflute-nostalgic | https://github.com/seasarorg/dbflute-nostalgic | f43a55a430d227f4c8e5b1785f3067dc2555e6de | af80e512b92d500c708328241b711003598831a4 | refs/heads/master | 2021-01-10T22:11:49.029000 | 2014-01-18T12:10:42 | 2014-01-18T12:10:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dbflute.buri.dbflute.cbean.cq.bs;
import java.util.*;
import org.seasar.dbflute.cbean.*;
import org.seasar.dbflute.cbean.chelper.*;
import org.seasar.dbflute.cbean.ckey.*;
import org.seasar.dbflute.cbean.coption.*;
import org.seasar.dbflute.cbean.cvalue.ConditionValue;
import org.seasar.d... | UTF-8 | Java | 37,554 | java | AbstractBsBuriStateUserCQ.java | Java | [
{
"context": "ract condition-query of BURISTATEUSER.\r\n * @author DBFlute(AutoGenerator)\r\n */\r\npublic abstract class Abstra",
"end": 638,
"score": 0.9953228831291199,
"start": 631,
"tag": "USERNAME",
"value": "DBFlute"
},
{
"context": "<br />\r\n * BURIUSER by my BURIUSERID,... | null | [] | package com.example.dbflute.buri.dbflute.cbean.cq.bs;
import java.util.*;
import org.seasar.dbflute.cbean.*;
import org.seasar.dbflute.cbean.chelper.*;
import org.seasar.dbflute.cbean.ckey.*;
import org.seasar.dbflute.cbean.coption.*;
import org.seasar.dbflute.cbean.cvalue.ConditionValue;
import org.seasar.d... | 37,554 | 0.612798 | 0.602892 | 828 | 43.355072 | 36.424324 | 222 | false | false | 0 | 0 | 0 | 0 | 83 | 0.019891 | 0.713768 | false | false | 14 |
6e7d26e8fc97e19ce85e25446b1cb441df754592 | 22,926,535,432,757 | f6748c453d728aecf6bc1da360c6c0d1ebe652ee | /sansecurekeyboard/src/test/java/com/globile/santander/mobisec/securekeyboard/SanKeyboardViewTest.java | 4f0e25e256ae71fbebd8b8062ad9e20e71d84505 | [] | no_license | mateus-pinheiro/securekeyboard-integration | https://github.com/mateus-pinheiro/securekeyboard-integration | d18a00a6dae0305823f24aa3ef549fe2903ea3b6 | c459292dca92f987e5f962b7f4cc54f2d786f5ae | refs/heads/master | 2021-01-06T05:48:52.401000 | 2020-02-17T23:14:01 | 2020-02-17T23:14:01 | 241,227,349 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.globile.santander.mobisec.securekeyboard;
import static junit.framework.TestCase.assertEquals;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertFalse;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.moc... | UTF-8 | Java | 22,587 | java | SanKeyboardViewTest.java | Java | [] | null | [] | package com.globile.santander.mobisec.securekeyboard;
import static junit.framework.TestCase.assertEquals;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertFalse;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.moc... | 22,587 | 0.728549 | 0.720446 | 696 | 31.451149 | 33.928642 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545977 | false | false | 14 |
02fb6bc931b67990e7133685f6ad3575da52b704 | 30,837,865,190,191 | a981f76061ce09510b195b3a8af908495545a2b8 | /smsSemProject/src/java/rest/Rest.java | c2dfb4c00b31fb6060b0ad1acd065ae5b3e2192d | [] | no_license | Schultzz/smsSemProject | https://github.com/Schultzz/smsSemProject | 22b5ae09a5acfda994a87e37ef850b4a7608b915 | d4b36055b223b7bb6f90129952918d85f0881f51 | refs/heads/master | 2021-01-17T08:17:48.403000 | 2015-05-13T11:19:09 | 2015-05-13T11:19:09 | 35,089,950 | 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 rest;
import datalayer.DBFacade;
import entity.exceptions.FlightNotFoundException;
import java.util.logging.Level;
import java... | UTF-8 | Java | 3,356 | java | Rest.java | Java | [
{
"context": "ws.rs.Path;\n\n/**\n * REST Web Service\n *\n * @author Søren\n */\n@Path(\"flights\")\npublic class Rest {\n\n @Co",
"end": 641,
"score": 0.9997808337211609,
"start": 636,
"tag": "NAME",
"value": "Søren"
}
] | 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 rest;
import datalayer.DBFacade;
import entity.exceptions.FlightNotFoundException;
import java.util.logging.Level;
import java... | 3,356 | 0.664978 | 0.664978 | 119 | 27.193277 | 26.449024 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
c91393f79360f668ba15236b0348bbf5e1ac16e2 | 29,300,266,901,751 | c1d39da2a8d0b3c1fa45c428a42d89b28f28238f | /Java BootCamp/src/bootcamplab/Lab1A.java | cde57a6b7ac90a0052b6cb4bd5b947484100a573 | [] | no_license | CupofJoe3/BootMain | https://github.com/CupofJoe3/BootMain | f97cf8141562d5bbfe321767c3dec77b89a71c1e | d3b7a7409fff113f73fe9d9e3c94d9c41351b2fc | refs/heads/main | 2023-08-02T02:02:11.552000 | 2021-09-17T05:22:35 | 2021-09-17T05:22:35 | 401,420,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bootcamplab;
public class Lab1A {
public static void main(String[] args) {
int numberone = 5;
int numbertwo = 10;
int numberthree = 2;
int total = numberone + numbertwo + numberthree;
int largestnumber = max3(numberone, numbertwo, numberthree);
int smallestnumber = min3(numberone, numbertwo, numb... | UTF-8 | Java | 1,800 | java | Lab1A.java | Java | [] | null | [] | package bootcamplab;
public class Lab1A {
public static void main(String[] args) {
int numberone = 5;
int numbertwo = 10;
int numberthree = 2;
int total = numberone + numbertwo + numberthree;
int largestnumber = max3(numberone, numbertwo, numberthree);
int smallestnumber = min3(numberone, numbertwo, numb... | 1,800 | 0.706667 | 0.699444 | 53 | 32.962265 | 35.276249 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.584906 | false | false | 14 |
ec1f60d0de358e6843991a7486f7e558a7b365f0 | 29,300,266,902,427 | ce17c491aad33d67c4be98ade208caf5d12d3738 | /jdi-light-mobile/src/main/java/com/epam/jdi/light/mobile/asserts/SearchViewFieldAssert.java | 0dffd65d798acce6a341ced6e5d2646949873b41 | [
"MIT"
] | permissive | jdi-testing/jdi-light | https://github.com/jdi-testing/jdi-light | 2b1a0026b0bb87d93c828c206ee7d4dd8cf86878 | cfe696c8288fea9254e31bf672a027d00a28a97c | refs/heads/master | 2023-08-31T18:12:25.357000 | 2023-08-25T04:48:39 | 2023-08-25T04:48:39 | 127,065,400 | 117 | 63 | MIT | false | 2023-09-14T20:04:59 | 2018-03-28T01:20:16 | 2023-09-12T11:07:50 | 2023-09-14T20:04:58 | 167,134 | 101 | 48 | 274 | Java | false | false | package com.epam.jdi.light.mobile.asserts;
import com.epam.jdi.light.asserts.generic.UIAssert;
import com.epam.jdi.light.common.JDIAction;
import com.epam.jdi.light.mobile.asserts.generic.ISearchViewFieldAssert;
import com.epam.jdi.light.mobile.elements.common.app.ISearchViewField;
import org.hamcrest.Matchers;
impor... | UTF-8 | Java | 1,156 | java | SearchViewFieldAssert.java | Java | [] | null | [] | package com.epam.jdi.light.mobile.asserts;
import com.epam.jdi.light.asserts.generic.UIAssert;
import com.epam.jdi.light.common.JDIAction;
import com.epam.jdi.light.mobile.asserts.generic.ISearchViewFieldAssert;
import com.epam.jdi.light.mobile.elements.common.app.ISearchViewField;
import org.hamcrest.Matchers;
impor... | 1,156 | 0.730104 | 0.729239 | 33 | 34.030304 | 32.330196 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 14 |
6054e1e73c42002e20161f2438c49cfd5aa4c06c | 17,076,789,980,078 | 9d8252f8acc01ee9117ed3178947a0341fd776b0 | /app/src/main/java/com/xparticle/notes/MainActivity.java | 9d11b17b38e0224655fe9f6cd8c82777ef5d0970 | [] | no_license | Dhananjaypathak27/Notes | https://github.com/Dhananjaypathak27/Notes | 976af8192543b9a82dfbf96f02607bd4cf1f66e0 | 4770c9919ef3831e0bae341ddbafa182b142aa20 | refs/heads/master | 2022-12-12T17:42:59.548000 | 2020-09-18T06:29:39 | 2020-09-18T06:29:39 | 296,533,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xparticle.notes;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.lifecycle.Observer;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.r... | UTF-8 | Java | 4,247 | java | MainActivity.java | Java | [] | null | [] | package com.xparticle.notes;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.lifecycle.Observer;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.r... | 4,247 | 0.680009 | 0.677419 | 127 | 32.448818 | 26.851505 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.629921 | false | false | 14 |
9f5a9542aaddbc5a4b4178053e87f909d846046d | 2,138,893,725,857 | d411055fec43717eeb39797f217718c6e48991cf | /EPG_Example/src/com/example/epg_try/dtv/DvbManager.java | b1f78ab1e68b05cdf305ce230fb871f6cf7d2d0a | [
"Apache-2.0"
] | permissive | BaneP/CustomViews | https://github.com/BaneP/CustomViews | f10ed6b98b57b5605bb9151dd5468a8525747aa8 | 12230c03254bd804ed568d4ab520c94577fec5ef | refs/heads/master | 2021-06-23T16:05:58.244000 | 2014-12-25T10:28:06 | 2014-12-25T10:28:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.epg_try.dtv;
import android.net.ParseException;
import android.os.RemoteException;
import android.util.Log;
import com.iwedia.dtv.dtvmanager.DTVManager;
import com.iwedia.dtv.dtvmanager.IDTVManager;
import com.iwedia.dtv.epg.EpgEvent;
import com.iwedia.dtv.epg.EpgServiceFilter;
import com.iwedia.d... | UTF-8 | Java | 15,559 | java | DvbManager.java | Java | [] | null | [] | package com.example.epg_try.dtv;
import android.net.ParseException;
import android.os.RemoteException;
import android.util.Log;
import com.iwedia.dtv.dtvmanager.DTVManager;
import com.iwedia.dtv.dtvmanager.IDTVManager;
import com.iwedia.dtv.epg.EpgEvent;
import com.iwedia.dtv.epg.EpgServiceFilter;
import com.iwedia.d... | 15,559 | 0.553892 | 0.550935 | 395 | 38.389874 | 23.511374 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521519 | false | false | 14 |
e055bf3be0928607134dd9e0092a9fe67fb21286 | 2,869,038,167,329 | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-CFR/com/google/android/material/floatingactionbutton/BaseMotionStrategy.java | 832a42fb62be83d737dc658979df8e1cdd741d09 | [] | no_license | ryangardner/excursion-decompiling | https://github.com/ryangardner/excursion-decompiling | 43c99a799ce75a417e636da85bddd5d1d9a9109c | 4b6d11d6f118cdab31328c877c268f3d56b95c58 | refs/heads/master | 2023-07-02T13:32:30.872000 | 2021-08-09T19:33:37 | 2021-08-09T19:33:37 | 299,657,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR <Could not determine version>.
*
* Could not load the following classes:
* android.animation.Animator
* android.animation.Animator$AnimatorListener
* android.animation.AnimatorSet
* android.animation.ObjectAnimator
* android.content.Context
* android.util.Property
* android.vi... | UTF-8 | Java | 4,290 | java | BaseMotionStrategy.java | Java | [] | null | [] | /*
* Decompiled with CFR <Could not determine version>.
*
* Could not load the following classes:
* android.animation.Animator
* android.animation.Animator$AnimatorListener
* android.animation.AnimatorSet
* android.animation.ObjectAnimator
* android.content.Context
* android.util.Property
* android.vi... | 4,290 | 0.727972 | 0.727506 | 120 | 34.741665 | 30.060909 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
bf852bb6c7d992d285e8bcbb1f4ef21a6065f41c | 11,922,829,226,504 | 963738bc478a942799096f0c9d652cfde36e7552 | /iniciante/Uri_1049.java | 119cb38cb5a157c1450a92d02ede0e45d4e230df | [] | no_license | Zaqueu-exe/urionlinejudge | https://github.com/Zaqueu-exe/urionlinejudge | 541d0b4001db9b39bafdebc4c44bec6388421b8b | e4133df959356fbff6be0004b41d8256397af82f | refs/heads/main | 2023-07-14T22:05:03.039000 | 2022-02-21T01:37:53 | 2022-02-21T01:37:53 | 376,390,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iniciante;
import java.util.Scanner;
public class Uri_1049 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String aux, aux1, aux2;
aux = scan.next();
aux1 = scan.next();
aux2 = scan.next();
switch(aux){
... | UTF-8 | Java | 1,348 | java | Uri_1049.java | Java | [] | null | [] | package iniciante;
import java.util.Scanner;
public class Uri_1049 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String aux, aux1, aux2;
aux = scan.next();
aux1 = scan.next();
aux2 = scan.next();
switch(aux){
... | 1,348 | 0.469585 | 0.459199 | 35 | 36.514286 | 24.780605 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.771429 | false | false | 14 |
d03d0aeb194eb9bf173d0f2ace21be9c3576288b | 27,427,661,165,540 | e6f5358a0ba481e5175e2c5be0ebf9ddd780184f | /backend/java/mybatis-demo/src/main/java/com/jay/mapper/WorkCardMapper.java | ba22b848c845d7286067f521447b2d352a625175 | [] | no_license | Jaykin/legend-demo | https://github.com/Jaykin/legend-demo | ae6dced8cf71684267be20cecbe069f366d21a3a | 9a15f3d4af927e5ce79c92a3047a17a36194345d | refs/heads/master | 2023-03-09T00:39:33.599000 | 2022-08-26T08:34:47 | 2022-08-26T08:34:47 | 179,935,499 | 1 | 0 | null | false | 2023-03-03T01:31:04 | 2019-04-07T08:09:22 | 2022-01-27T02:01:23 | 2023-03-03T01:31:03 | 17,657 | 1 | 0 | 22 | JavaScript | false | false | package com.jay.mapper;
import com.jay.entity.WorkCard;
import org.apache.ibatis.annotations.Param;
public interface WorkCardMapper {
WorkCard getWorkCardByEmpid(@Param("empId") Long empId);
}
| UTF-8 | Java | 199 | java | WorkCardMapper.java | Java | [] | null | [] | package com.jay.mapper;
import com.jay.entity.WorkCard;
import org.apache.ibatis.annotations.Param;
public interface WorkCardMapper {
WorkCard getWorkCardByEmpid(@Param("empId") Long empId);
}
| 199 | 0.78392 | 0.78392 | 8 | 23.875 | 20.82329 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
2085fae8bfcadb0447cbe6ae2e87edca5188e889 | 3,418,793,982,324 | cf936cd86f8c9bd83d18ec0bb88e82d8b1bc82b2 | /src/numberlist/shared/BroadcastListener.java | 7d3e3d572069ec95a4506cc456332f74b9fc7381 | [] | no_license | KlausBogestrand/RMI | https://github.com/KlausBogestrand/RMI | 751728bc36ce359e965fb9eced92e0e7ba4540ca | 33d9188d7b2ed96f0381d8e28200d78a10393855 | refs/heads/master | 2021-05-17T00:26:59.783000 | 2020-03-27T12:54:57 | 2020-03-27T12:54:57 | 250,535,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package numberlist.shared;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface BroadcastListener extends Remote {
void listFull() throws RemoteException;
}
| UTF-8 | Java | 192 | java | BroadcastListener.java | Java | [] | null | [] | package numberlist.shared;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface BroadcastListener extends Remote {
void listFull() throws RemoteException;
}
| 192 | 0.770833 | 0.770833 | 8 | 22 | 18.734995 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
722bcce8de390515f96453c5339455288edcbb98 | 32,968,168,980,511 | 3b813e558a726574acf7e32fc4dad8e0c93e510f | /src/main/java/cz/stechy/drd/annotation/ColumnInfo.java | d2c8abf2912a5eb6f5fc7e088e3d126e60a971fb | [
"Apache-2.0"
] | permissive | japanoronha/drd | https://github.com/japanoronha/drd | ac9ed0b47c2173d804a580f50026d9c3d3234f30 | aafd3975dbe5f5bb6f27870f6617c3a69d63c64e | refs/heads/master | 2020-04-01T15:32:43.245000 | 2018-09-24T18:56:12 | 2018-09-24T18:56:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.stechy.drd.annotation;
/**
* Přepravka obsahující informace o daném sloupečku
*/
public class ColumnInfo {
final String name;
final Class clazz;
public ColumnInfo(String name, Class clazz) {
this.name = name;
this.clazz = clazz;
}
}
| UTF-8 | Java | 286 | java | ColumnInfo.java | Java | [] | null | [] | package cz.stechy.drd.annotation;
/**
* Přepravka obsahující informace o daném sloupečku
*/
public class ColumnInfo {
final String name;
final Class clazz;
public ColumnInfo(String name, Class clazz) {
this.name = name;
this.clazz = clazz;
}
}
| 286 | 0.654804 | 0.654804 | 15 | 17.733334 | 17.058592 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
0703efb4352fde784f18fde1b4941f601d948586 | 32,358,283,622,354 | c0ab6310d1af55bca609f273e606d4f7cffbcc47 | /AndroidUtils/src/main/java/com/bhaskar/views/AndWebView.java | 91ee09347eaf1b4130fce7d3f0ebd45a8386bed2 | [] | no_license | GajendraVish/DSE | https://github.com/GajendraVish/DSE | 17503fc1b153eb8557f272bb77c9fdea756371dd | 01c60e99e37dd7b37b6c5682d1bae5ca946ba8ce | refs/heads/master | 2022-11-12T05:27:34.372000 | 2020-07-03T03:00:51 | 2020-07-03T03:00:51 | 276,672,471 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bhaskar.views;
import android.content.Context;
import android.util.AttributeSet;
import android.webkit.WebView;
public class AndWebView extends WebView {
public AndWebView(Context context) {
super(context);
}
public AndWebView(Context context, AttributeSet attrs) {
super(cont... | UTF-8 | Java | 722 | java | AndWebView.java | Java | [] | null | [] | package com.bhaskar.views;
import android.content.Context;
import android.util.AttributeSet;
import android.webkit.WebView;
public class AndWebView extends WebView {
public AndWebView(Context context) {
super(context);
}
public AndWebView(Context context, AttributeSet attrs) {
super(cont... | 722 | 0.695291 | 0.695291 | 29 | 23.896551 | 25.05765 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 14 |
dcda475dc7867a1bf3906977ae829ef8ac66282e | 27,315,992,030,957 | 309ba9bf6ef7d6261f795037cc7ceaa834ffe6cd | /Struts2Demo/src/com/demo/struts/service/LoginService.java | 3a742e7261d697dcd2702a16aa06ba5a5134d999 | [] | no_license | wzfzlw/MyCoding | https://github.com/wzfzlw/MyCoding | a1221c0390f2c86f27182cbbfec4787f9b64b179 | 3a3687972e6754b6d6a7ad23b8fb260ccf2b111f | refs/heads/master | 2016-04-02T18:48:00.870000 | 2015-02-03T09:31:49 | 2015-02-04T16:29:30 | 26,112,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.struts.service;
/**
* Created by wz on 2015/2/3.
*/
public interface LoginService {
public boolean isLogin(String username,String password);
}
| UTF-8 | Java | 170 | java | LoginService.java | Java | [
{
"context": "ackage com.demo.struts.service;\n\n/**\n * Created by wz on 2015/2/3.\n */\npublic interface LoginService {\n",
"end": 54,
"score": 0.9995508193969727,
"start": 52,
"tag": "USERNAME",
"value": "wz"
}
] | null | [] | package com.demo.struts.service;
/**
* Created by wz on 2015/2/3.
*/
public interface LoginService {
public boolean isLogin(String username,String password);
}
| 170 | 0.711765 | 0.676471 | 11 | 14.454545 | 19.41585 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 14 |
80399bed4f55c307b09be579d061e8c73a4511a8 | 14,525,579,420,973 | 5f11e9778657a02e699de184f7ed5961b0627ca0 | /src/main/java/com/bitcup/dropboxfoldercreator/actor/FolderCreatorActor.java | b1e12cfd08bca22bee260610fa109595f890d0dc | [] | no_license | bitcup/dropbox-folder-creator | https://github.com/bitcup/dropbox-folder-creator | 8d627c9fb38f7bbb168a34cb319ad04ac3ca4f4f | 42ed49335cbf4bb7a768968d9dbdcc2e5aa21255 | refs/heads/master | 2021-01-19T00:25:20.877000 | 2016-11-08T00:55:52 | 2016-11-08T00:55:52 | 73,029,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bitcup.dropboxfoldercreator.actor;
import akka.actor.ActorRef;
import akka.actor.UntypedActor;
import akka.event.Logging;
import akka.event.LoggingAdapter;
import com.bitcup.dropboxfoldercreator.config.Config;
import com.bitcup.dropboxfoldercreator.domain.Student;
import com.bitcup.dropboxfoldercreator.dro... | UTF-8 | Java | 3,621 | java | FolderCreatorActor.java | Java | [
{
"context": "reates folders for a single student.\n *\n * @author bitcup\n */\npublic class FolderCreatorActor extends Untyp",
"end": 813,
"score": 0.9996182918548584,
"start": 807,
"tag": "USERNAME",
"value": "bitcup"
}
] | null | [] | package com.bitcup.dropboxfoldercreator.actor;
import akka.actor.ActorRef;
import akka.actor.UntypedActor;
import akka.event.Logging;
import akka.event.LoggingAdapter;
import com.bitcup.dropboxfoldercreator.config.Config;
import com.bitcup.dropboxfoldercreator.domain.Student;
import com.bitcup.dropboxfoldercreator.dro... | 3,621 | 0.682408 | 0.680475 | 86 | 41.104652 | 36.056812 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.732558 | false | false | 14 |
cc1976cfd0febb432afb1bd4e6196fb1444f0859 | 24,627,342,498,038 | a1bb564eb3defacc32245cd90b69e7eed87ba91d | /app/src/main/java/com/example/gallery/ImageAdapter.java | 3fa34f8c16a45f84c5d57d3a2d2d69dc7d0c99c9 | [] | no_license | vitham/vit-gallery | https://github.com/vitham/vit-gallery | 486e041e633ee7e5aa323d0b2797a0811ef97b6f | c27d36dfbf68e32ea6e4d20de621bc899c000710 | refs/heads/master | 2020-05-22T21:41:48.262000 | 2019-05-14T02:50:10 | 2019-05-14T02:50:10 | 186,532,824 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gallery;
import android.content.Context;
import android.graphics.Bitmap;
import android.net.Uri;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android... | UTF-8 | Java | 3,179 | java | ImageAdapter.java | Java | [] | null | [] | package com.example.gallery;
import android.content.Context;
import android.graphics.Bitmap;
import android.net.Uri;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android... | 3,179 | 0.647373 | 0.646744 | 108 | 28.435184 | 25.334894 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 14 |
5b26f7fd2fa4deae0fe9b93fd5d39d3a754e1dbf | 17,738,214,953,064 | 5201b5350d2f47a510184abaf24057f832dc9499 | /gehr/src/hris/J/J03JobCreate/J03RequireLevelData.java | 69fe7d6f792828e63376bfad1d08dd390162dfb7 | [] | no_license | haneul9/LG_CHEM | https://github.com/haneul9/LG_CHEM | a70f361a53c906ec99a7ae40ce719e6597d014ea | 211a7c1e2bb4230f5f217c21b32fb016ae3993e3 | refs/heads/master | 2020-04-14T15:49:37.183000 | 2019-01-03T07:44:40 | 2019-01-03T07:44:40 | 163,938,280 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hris.J.J03JobCreate;
/**
* J03RequireLevelData.java
* 생성시 리턴되는 작업 Message Data
* [관련 RFC] : ZHRH_RFC_GET_REQUIRE_LEVEL,
*
* @author 원도연
* @version 1.0, 2003/06/16
*/
public class J03RequireLevelData extends com.sns.jdf.EntityData {
// L_RESUTL(ZHRH109S)
public String SCALE_ID ; ... | UHC | Java | 506 | java | J03RequireLevelData.java | Java | [
{
"context": "C] : ZHRH_RFC_GET_REQUIRE_LEVEL,\r\n * \r\n * @author 원도연\r\n * @version 1.0, 2003/06/16\r\n */\r\npublic class J",
"end": 158,
"score": 0.999211311340332,
"start": 155,
"tag": "NAME",
"value": "원도연"
}
] | null | [] | package hris.J.J03JobCreate;
/**
* J03RequireLevelData.java
* 생성시 리턴되는 작업 Message Data
* [관련 RFC] : ZHRH_RFC_GET_REQUIRE_LEVEL,
*
* @author 원도연
* @version 1.0, 2003/06/16
*/
public class J03RequireLevelData extends com.sns.jdf.EntityData {
// L_RESUTL(ZHRH109S)
public String SCALE_ID ; ... | 506 | 0.606818 | 0.563636 | 17 | 23.117647 | 19.186031 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
acc1da6242c82e36ca4e650cfd12c18e680ee1e3 | 19,679,540,177,155 | 0881fe31966bb947445b4b5ec927bc6e68396f39 | /src/main/java/parser/other/XmlCharacterHandler.java | 0a086819f4cde5b3ee3298b781ac0b6802373e87 | [] | no_license | MARudnicki/in-xml-csv-parser | https://github.com/MARudnicki/in-xml-csv-parser | cca70125020dfd9c5d74701e7fcb25a2e4f554f5 | dfe276a773e0aa2b790abb4a8b7ace2d10e8dfac | refs/heads/master | 2020-02-27T06:01:54.117000 | 2017-03-10T12:59:54 | 2017-03-10T12:59:54 | 84,066,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parser.other;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import java.util.Properties;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
/**
* Handler for replacing special characters like & into '
*/
public class XmlCharacterHandler {
/**
* ... | UTF-8 | Java | 1,680 | java | XmlCharacterHandler.java | Java | [] | null | [] | package parser.other;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import java.util.Properties;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
/**
* Handler for replacing special characters like & into '
*/
public class XmlCharacterHandler {
/**
* ... | 1,680 | 0.606332 | 0.606332 | 60 | 26.9 | 28.681992 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 14 |
5c8c751f330a2347056eaf8dc07f86d64d31b511 | 27,496,380,658,792 | 7d346b6e1020bb46557bbd2e6d84f228c59e523c | /core-db/src/main/java/com/system/db/repository/specification/builder/EntitySpecificationBuilder.java | 0b0225ab6a27e8eb9bfa3f2c24f07063ad2fd32e | [] | no_license | ampopp04/system | https://github.com/ampopp04/system | 68be6c30debd2c58a30d50094a54f588cc9f5acd | 68cdc2b670512901d85366e66efa37f231143521 | refs/heads/master | 2020-03-10T02:11:52.255000 | 2018-04-11T18:16:33 | 2018-04-11T18:16:33 | 129,130,219 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018, Andrew Popp, All rights reserved. Email ampopp04@gmail.com for commercial licensing use and pricing
*/
package com.system.db.repository.specification.builder;
import com.system.db.repository.search.criteria.SearchCriteria;
import com.system.db.repository.specification.EntitySpecification;
impor... | UTF-8 | Java | 2,473 | java | EntitySpecificationBuilder.java | Java | [
{
"context": "/*\n * Copyright 2018, Andrew Popp, All rights reserved. Email ampopp04@gmail.com fo",
"end": 33,
"score": 0.999843418598175,
"start": 22,
"tag": "NAME",
"value": "Andrew Popp"
},
{
"context": "ight 2018, Andrew Popp, All rights reserved. Email ampopp04@gmail.com for co... | null | [] | /*
* Copyright 2018, <NAME>, All rights reserved. Email <EMAIL> for commercial licensing use and pricing
*/
package com.system.db.repository.specification.builder;
import com.system.db.repository.search.criteria.SearchCriteria;
import com.system.db.repository.specification.EntitySpecification;
import org.springfram... | 2,457 | 0.456935 | 0.453296 | 67 | 35.910446 | 36.748737 | 140 | false | false | 0 | 0 | 0 | 0 | 73 | 0.175091 | 0.41791 | false | false | 14 |
e894cfa4b608dd4e64038d2b78a6236cb582648d | 29,746,943,524,869 | 47e3676edfd1ebefa74f231e66447f631f017cef | /src/android/Ipfs.java | ca06fb9acfbd6f2f90a4110655e66acef005efae | [
"Apache-2.0"
] | permissive | xSkyripper/cordova-plugin-ipfs | https://github.com/xSkyripper/cordova-plugin-ipfs | 39e02c3c93e1ea4cbe0166ee98e91ba263a66f3c | 520814d3921aa071d8c98be5faa8cafe2ae07c86 | refs/heads/master | 2021-01-20T13:21:33.992000 | 2017-06-29T21:18:12 | 2017-06-29T21:18:12 | 90,473,832 | 5 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.cordova.ipfs;
import android.util.Log;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaInterface;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.CordovaWebView;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
impo... | UTF-8 | Java | 20,413 | java | Ipfs.java | Java | [
{
"context": "repo, starting / stopping the daemon\n *\n * @author xSkyripper\n */\npublic class Ipfs extends CordovaPlugin {\n ",
"end": 1203,
"score": 0.9996476173400879,
"start": 1193,
"tag": "USERNAME",
"value": "xSkyripper"
}
] | null | [] | package org.apache.cordova.ipfs;
import android.util.Log;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaInterface;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.CordovaWebView;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
impo... | 20,413 | 0.573066 | 0.571107 | 508 | 39.183071 | 31.415176 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562992 | false | false | 14 |
eefd831d964847f6b132ca3886a94f4162025649 | 15,564,961,513,291 | 4526c200a8a4c5c85c8eb8554048362953838924 | /CMS-09/src/cms/backend/dao/impl/ChannelDaoForIBatisImpl.java | 69f54d8ae6ccb07d84bb3b9bb088dd260c6b88e2 | [] | no_license | hbwy/Projects | https://github.com/hbwy/Projects | 3ba6d45b708b5f3260bb6c62d03f5c96bac31151 | f4733beed29880bb7e57b0241cb887a5dcad62f5 | refs/heads/master | 2021-01-10T11:36:50.195000 | 2015-08-30T13:26:03 | 2015-08-30T13:26:03 | 36,266,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cms.backend.dao.impl;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import cms.backend.dao.ChannelDao;
import cms.model.Channel;
import cms.utils.IDB;
public class ChannelDaoForIBatisImpl implements ChannelDao {
//添加
public void save(Channel c) {
SqlSess... | GB18030 | Java | 1,791 | java | ChannelDaoForIBatisImpl.java | Java | [] | null | [] | package cms.backend.dao.impl;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import cms.backend.dao.ChannelDao;
import cms.model.Channel;
import cms.utils.IDB;
public class ChannelDaoForIBatisImpl implements ChannelDao {
//添加
public void save(Channel c) {
SqlSess... | 1,791 | 0.668549 | 0.668549 | 84 | 20.083334 | 17.524954 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.178571 | false | false | 14 |
da1fa316632bb08040211285a2120bfe96698de8 | 2,044,404,440,761 | b808aff50c6274381be22404d9cfe296f3751bea | /polarbrowser/src/main/java/com/polar/business/search/view/SearchResultView.java | c3ca69686a405d92af6479d55417003699934c41 | [] | no_license | luzhentao/polar | https://github.com/luzhentao/polar | 4dbf0d6a46f4e0fcf708018160d2ee90712f0c46 | fd4f044e38acfe1e2b8e10b0f52e5d65f8206399 | refs/heads/master | 2020-04-12T12:59:26.529000 | 2017-09-04T09:22:25 | 2017-09-04T09:22:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.polar.business.search.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.AbsListView;
import android.widget.ListView;
import androi... | UTF-8 | Java | 6,067 | java | SearchResultView.java | Java | [] | null | [] | package com.polar.business.search.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.AbsListView;
import android.widget.ListView;
import androi... | 6,067 | 0.723297 | 0.713539 | 228 | 24.171053 | 23.025379 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.907895 | false | false | 14 |
329ff0f62a8a88b0ea60d7795b6f3e9f2dbe48bd | 274,877,940,740 | 4c5315e79e9087adf6bc26196ce1187d9e9791e7 | /gwt4ext/src/com/ait/ext4j/client/resizer/Resizer.java | b571d8d2b9369e0421136179e62ece54fe6cc773 | [] | no_license | thiagoteixeira/ext4j | https://github.com/thiagoteixeira/ext4j | 3082fc31ee00a7158c430cd1a616ef228b997cdd | ee8b691191454875f9457d376c72fd39a335145a | refs/heads/master | 2021-01-18T11:09:22.759000 | 2014-02-22T21:34:21 | 2014-02-22T21:34:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Ext4j UI Library Copyright 2014, Alain Ekambi, and individual contributors as
* indicated by the @authors tag. See the copyright.txt in the distribution for
* a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in... | UTF-8 | Java | 5,278 | java | Resizer.java | Java | [
{
"context": "/**\n * Ext4j UI Library Copyright 2014, Alain Ekambi, and individual contributors as\n * indicated by t",
"end": 52,
"score": 0.9998710751533508,
"start": 40,
"tag": "NAME",
"value": "Alain Ekambi"
},
{
"context": "ore/client/JavaScriptObject;)(e);\n\t\t\t\t\t\t\thandl... | null | [] | /**
* Ext4j UI Library Copyright 2014, <NAME>, and individual contributors as
* indicated by the @authors tag. See the copyright.txt in the distribution for
* a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compl... | 5,246 | 0.70576 | 0.699128 | 126 | 40.888889 | 37.733658 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 14 |
0d6c477dd49d67164a76cc216f963f914859460f | 10,179,072,515,136 | 5cbad1a9741e70db54a94c1a0a1ef0952a26d75e | /src/main/java/parkinglot2/Floor.java | f4e0310b2ad2dfe27bc5344fed1ebb3dfdfd0533 | [] | no_license | shubham-v/object-oriented-design | https://github.com/shubham-v/object-oriented-design | 9943339c7386f4b2f997636cacd72127c8e076d0 | 9d25ec2e94538f15123102b7667f451990ecb716 | refs/heads/main | 2023-06-21T01:15:16.037000 | 2023-01-07T12:48:38 | 2023-01-07T12:48:38 | 298,317,966 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parkinglot2;
import java.util.Set;
public class Floor {
int floorNumber;
boolean isFull;
Set<Space> spaces;
DisplayBoard displayboard;
Lot lot;
public void addSpace(Space space) {}
}
| UTF-8 | Java | 221 | java | Floor.java | Java | [] | null | [] | package parkinglot2;
import java.util.Set;
public class Floor {
int floorNumber;
boolean isFull;
Set<Space> spaces;
DisplayBoard displayboard;
Lot lot;
public void addSpace(Space space) {}
}
| 221 | 0.678733 | 0.674208 | 16 | 12.8125 | 12.511088 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 14 |
47783c4a4358e8897b0982ff3768c389fd664060 | 6,227,702,609,072 | 4b44fa9ee29456e868b3ea62a4e0737d0334465d | /src/dao/StudentDAO.java | d70e664f566abad72d7dc9d71436088a67e426d0 | [] | no_license | annalla/hibernate | https://github.com/annalla/hibernate | d2f519a412636251abd5c26e410baf5fa0e4226b | 9406c1a76888d774222be1c7b2796d22b6a67c9c | refs/heads/master | 2023-05-25T21:33:46.486000 | 2021-06-09T16:22:23 | 2021-06-09T16:22:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.query.Query;
import pojo.MinitryEntity;
import pojo.StudentEntity;
import util.HibernateUtil;
import java.util.List;
public class StudentDAO {
public static List<StudentEnti... | UTF-8 | Java | 3,857 | java | StudentDAO.java | Java | [] | null | [] | package dao;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.query.Query;
import pojo.MinitryEntity;
import pojo.StudentEntity;
import util.HibernateUtil;
import java.util.List;
public class StudentDAO {
public static List<StudentEnti... | 3,857 | 0.587503 | 0.587503 | 124 | 30.104839 | 20.499731 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.524194 | false | false | 14 |
f6e96a8db1c3dd0b66abffda3e0512ea80402894 | 27,281,632,306,663 | a9c1dc925542d4c553ef7460e3ba45eb863ac14f | /Loans/src/main/java/com/nwmogk/bukkit/loans/api/Terms.java | c7d9853cb8f01787b5a87dd67b0ffc68c8cc4b1f | [
"Apache-2.0"
] | permissive | nmogk/SerenityLoans | https://github.com/nmogk/SerenityLoans | 9c964ba7d7197962c500dff5ef04d1c333499ebe | ea03b12f089f7814e882536accc392d782a800f0 | refs/heads/master | 2021-01-23T05:45:55.519000 | 2014-07-14T04:17:04 | 2014-07-14T04:17:04 | 21,581,324 | 1 | 0 | null | false | 2014-07-14T04:17:07 | 2014-07-07T18:11:39 | 2014-07-07T21:48:02 | 2014-07-14T04:17:04 | 0 | 0 | 0 | 0 | Java | null | null | /**
* ========================================================================
* DESCRIPTION
* ========================================================================
*
* File: Terms.java
* Contributing Authors: Nathan W Mogk
*
* This enum provides identification for eve... | UTF-8 | Java | 1,974 | java | Terms.java | Java | [
{
"context": " * \r\n * File: Terms.java\r\n * Contributing Authors: Nathan W Mogk\r\n * \r\n * This enum provides identification for ev",
"end": 269,
"score": 0.9998800754547119,
"start": 256,
"tag": "NAME",
"value": "Nathan W Mogk"
},
{
"context": "==========================\r\n * ... | null | [] | /**
* ========================================================================
* DESCRIPTION
* ========================================================================
*
* File: Terms.java
* Contributing Authors: <NAME>
*
* This enum provides identification for every fiel... | 1,960 | 0.458967 | 0.448835 | 51 | 36.705883 | 30.005421 | 75 | false | false | 0 | 0 | 0 | 0 | 72 | 0.218845 | 0.45098 | false | false | 14 |
0342d18e8ab777a8c4bd67726f4580c75eee09c0 | 3,590,592,659,528 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Photography/picarts_studio_source/src/com/picsart/effects/colorsplash/ColorSplashActivity$18.java | df53dd1b43721744cf6bc397b5e05eee8f057804 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.picsart.effects.colorsplash;
import android.view.View;
import android.widget.CompoundButton;
// Referenced classes of package com.p... | UTF-8 | Java | 1,417 | java | ColorSplashActivity$18.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996766448020935,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.picsart.effects.colorsplash;
import android.view.View;
import android.widget.CompoundButton;
// Referenced classes of package com.picsart.eff... | 1,407 | 0.666196 | 0.63091 | 46 | 29.804348 | 27.970186 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369565 | false | false | 14 |
1bb846dab11c483cb95ae7afd485e311e71a6a91 | 28,278,064,710,540 | e977063b4cef9a4e402699ad8697e1bba059e511 | /src/main/java/com/manage/biz/dao/JoinMemberDao.java | 1adc080d320638a15d8d2efb5d669396cf855501 | [] | no_license | leedonghyeon/SNS_Pro3 | https://github.com/leedonghyeon/SNS_Pro3 | 82b2166e19a9d94f6771a2b744b1314a7fda7700 | da5e497af3cabb213e784149a7a6f9085d10220d | refs/heads/master | 2021-04-30T07:07:17.991000 | 2017-01-25T02:20:57 | 2017-01-25T02:20:57 | 79,975,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manage.biz.dao;
import com.manage.biz.vo.JoinMember;
public interface JoinMemberDao {
int insertJoinMember(JoinMember insert_member) throws Exception;
JoinMember selectJoinMember(String member_id) throws Exception;
public JoinMember findByUserIdAndPassword(String userId, String password) ... | UTF-8 | Java | 536 | java | JoinMemberDao.java | Java | [] | null | [] | package com.manage.biz.dao;
import com.manage.biz.vo.JoinMember;
public interface JoinMemberDao {
int insertJoinMember(JoinMember insert_member) throws Exception;
JoinMember selectJoinMember(String member_id) throws Exception;
public JoinMember findByUserIdAndPassword(String userId, String password) ... | 536 | 0.79291 | 0.79291 | 14 | 36.285713 | 31.465239 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 14 |
9abef8aca0c20fe3f29cf8e2255299d49bc11400 | 14,620,068,716,289 | 7d8463292abff3427a502ade6d7d69d307d2aeef | /src/main/java/com/xiaoyuan/common/dao/CommentMapper.java | 94a3ec5d0fdecf71047cdb8faa879cf236a63b76 | [] | no_license | ForMM/java_web | https://github.com/ForMM/java_web | 0491231c253c88263efbd6048591dfd4ff94076a | a5ecba7be97c51077bf45eb40e48418c0afd2ce5 | refs/heads/master | 2022-12-22T04:55:34.374000 | 2020-02-28T03:29:27 | 2020-02-28T03:29:27 | 232,834,808 | 0 | 0 | null | false | 2022-12-16T05:01:48 | 2020-01-09T15:02:50 | 2020-02-28T03:29:47 | 2022-12-16T05:01:45 | 18,926 | 0 | 0 | 14 | Java | false | false | package com.xiaoyuan.common.dao;
import java.util.List;
import java.util.Map;
import com.xiaoyuan.common.entity.Comment;
public interface CommentMapper {
int deleteByPrimaryKey(Long nCommentId);
int insert(Comment record);
int insertSelective(Comment record);
Comment selectByPrimaryKey(Long nComme... | UTF-8 | Java | 634 | java | CommentMapper.java | Java | [] | null | [] | package com.xiaoyuan.common.dao;
import java.util.List;
import java.util.Map;
import com.xiaoyuan.common.entity.Comment;
public interface CommentMapper {
int deleteByPrimaryKey(Long nCommentId);
int insert(Comment record);
int insertSelective(Comment record);
Comment selectByPrimaryKey(Long nComme... | 634 | 0.766562 | 0.766562 | 26 | 23.423077 | 21.377871 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.884615 | false | false | 14 |
27b0d7fbe14d097aace625ef9ec971da584fa2b8 | 30,296,699,335,267 | 5ade2cc67f4b194262c6d22ace2a45f5058b124f | /src/main/java/edu/py/octodb/batch/models/Database.java | 0fc5c972fd0a759901e6a844e59f659773769815 | [] | no_license | locoabuelito/nosql | https://github.com/locoabuelito/nosql | 2a3eb269d81c0df82fc71b5852309f0a41d8553c | b70d20eb9d3236b1dc3d3a482c67c3af55136b63 | refs/heads/master | 2023-05-01T02:42:03.445000 | 2020-05-21T04:17:51 | 2020-05-21T04:17:51 | 265,101,064 | 0 | 0 | null | false | 2021-04-26T20:18:10 | 2020-05-19T00:46:19 | 2020-05-21T04:18:20 | 2021-04-26T20:18:09 | 951 | 0 | 0 | 1 | Java | false | false | package edu.py.octodb.batch.models;
import java.util.Date;
import java.util.List;
// Gestion de las bases de datos
// Lista de documentos y colecciones
public class Database {
private String name;
private String descripcion;
private Date date;
private List<Document> users;
private List<Collection> collections;
... | UTF-8 | Java | 1,128 | java | Database.java | Java | [] | null | [] | package edu.py.octodb.batch.models;
import java.util.Date;
import java.util.List;
// Gestion de las bases de datos
// Lista de documentos y colecciones
public class Database {
private String name;
private String descripcion;
private Date date;
private List<Document> users;
private List<Collection> collections;
... | 1,128 | 0.718085 | 0.718085 | 65 | 16.353846 | 15.920408 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 14 |
2f0ac4dc18d1a7a704e5f909b84b22f5a456a772 | 29,515,015,296,651 | 969dcd0b6cf2c24cca4324f20f40ba50e54acd69 | /MinXing-android/src/cn/minxing/activity/SZ_SheZhiActivity.java | 356d2004e789a9b66fed183a63d46c275f324f56 | [] | no_license | zhumingmin/android_project | https://github.com/zhumingmin/android_project | 29a63bce57e37fc720d0adf13e31d490530accad | a4036d6d130352d13054eed7a4a87cde786e72cf | refs/heads/master | 2021-01-20T20:03:34.787000 | 2017-03-19T10:31:36 | 2017-03-19T10:31:36 | 62,620,131 | 5 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.minxing.activity;
import com.zhumingmin.vmsofminxing.R;
import cn.minxing.PushMessage.ExitApplication;
import cn.minxing.PushMessage.XiaoMiTuiSong;
import cn.minxing.restwebservice.LoginService;
import cn.minxing.restwebservice.YiBaoService;
import cn.minxing.util.JianChaGengXin;
import android.app.Activit... | UTF-8 | Java | 4,611 | java | SZ_SheZhiActivity.java | Java | [] | null | [] | package cn.minxing.activity;
import com.zhumingmin.vmsofminxing.R;
import cn.minxing.PushMessage.ExitApplication;
import cn.minxing.PushMessage.XiaoMiTuiSong;
import cn.minxing.restwebservice.LoginService;
import cn.minxing.restwebservice.YiBaoService;
import cn.minxing.util.JianChaGengXin;
import android.app.Activit... | 4,611 | 0.737777 | 0.73405 | 147 | 30.02721 | 23.808174 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.666667 | false | false | 14 |
2bffd05f174ec1864517e1b55c92805b66f227aa | 29,515,015,296,597 | 7ccd837c94e59aea198812227a9d9fe2ef6b6d57 | /MyProxyB/Client.java | 96fd934353197e306d61bba1c01ef98f04789318 | [] | no_license | RaisaSilva/Ejercicio-Proxy | https://github.com/RaisaSilva/Ejercicio-Proxy | e05d988eab80a07a3f931dc42bfae6b32ac2113e | 9c099bc0d4598a19ab0a7e68085beb1f0af155e0 | refs/heads/master | 2022-11-04T09:23:06.959000 | 2020-06-23T13:34:07 | 2020-06-23T13:34:07 | 274,414,026 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy.MyProxyB;
public class Client {
public static void main (String []args){
Proxy proxy = new Proxy();
proxy.setFile(new File("Musica", ".zzip"));
proxy.request();
}
}
| UTF-8 | Java | 212 | java | Client.java | Java | [] | null | [] | package proxy.MyProxyB;
public class Client {
public static void main (String []args){
Proxy proxy = new Proxy();
proxy.setFile(new File("Musica", ".zzip"));
proxy.request();
}
}
| 212 | 0.59434 | 0.59434 | 12 | 16.666666 | 17.598927 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
04602eb5fcab712d79d462a1432555e007d22ee5 | 26,233,660,291,208 | 24da0765d172d4f8cfbf46d61f7ce95a21463a73 | /src/printReadme/PrintReadme.java | b6aa60a3bba7cc714db7c601e9b77c330086a8ac | [] | no_license | alex-novosiber/MultiParser | https://github.com/alex-novosiber/MultiParser | c2f4d0181ce817f99fd73bbbd8d3b4d8da0cbd71 | c9c384adba752c0ab2643647b6b867ed7f932025 | refs/heads/master | 2023-07-14T23:44:43.900000 | 2021-08-31T14:26:58 | 2021-08-31T14:26:58 | 381,346,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package printReadme;
public class PrintReadme {
public static void print() {
System.out.println("");
System.out.println("*****************************************************************");
System.out.println(" Парсер обьявлений о продаже недвижимости по Новосибирску.\n" +
... | UTF-8 | Java | 1,740 | java | PrintReadme.java | Java | [
{
"context": " \"\\n\" +\n \" Автор - Олег Гюнтер, 04,2020 , Новосибирск.\");\n ",
"end": 1139,
"score": 0.9536855816841125,
"start": 1134,
"tag": "NAME",
"value": "Автор"
},
{
"context": " \"\\n\" +\n \" ... | null | [] | package printReadme;
public class PrintReadme {
public static void print() {
System.out.println("");
System.out.println("*****************************************************************");
System.out.println(" Парсер обьявлений о продаже недвижимости по Новосибирску.\n" +
... | 1,725 | 0.480963 | 0.470085 | 28 | 44.964287 | 37.317635 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 14 |
a29bbcd5c605753ab4eb21b57a9a75702d30f552 | 18,932,215,886,063 | f36c1715273809f63748a742add10d327b808575 | /onstreet/src/main/java/org/kosta/onstreet/model/service/AdminServiceImpl.java | eea987b4f82257322eaf92006127b5844f075cd1 | [] | no_license | JinYongHyeon/ONStreet | https://github.com/JinYongHyeon/ONStreet | 4ef3aa0507af8813f4629777f6eef1ff3d5bda52 | b5c01604a88cbf107e051122e25d4e5cbad95c1b | refs/heads/main | 2023-02-18T06:19:13.425000 | 2021-01-21T07:24:51 | 2021-01-21T07:24:51 | 315,853,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kosta.onstreet.model.service;
import javax.annotation.Resource;
import org.kosta.onstreet.model.PagingBean;
import org.kosta.onstreet.model.mapper.AdminMapper;
import org.kosta.onstreet.model.mapper.BoardMapper;
import org.kosta.onstreet.model.mapper.MemberMapper;
import org.kosta.onstreet.model.vo.Artist... | UTF-8 | Java | 7,592 | java | AdminServiceImpl.java | Java | [] | null | [] | package org.kosta.onstreet.model.service;
import javax.annotation.Resource;
import org.kosta.onstreet.model.PagingBean;
import org.kosta.onstreet.model.mapper.AdminMapper;
import org.kosta.onstreet.model.mapper.BoardMapper;
import org.kosta.onstreet.model.mapper.MemberMapper;
import org.kosta.onstreet.model.vo.Artist... | 7,592 | 0.745202 | 0.745202 | 279 | 24.770609 | 26.8305 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.781362 | false | false | 14 |
eab552a9040f8bda0fc5378e9e56b20df2fdd8ff | 6,468,220,808,946 | af16bdeebb2e09810a12000265b883e2fc6e58db | /lab1from2012/lab1/Citat.java | 805175ffc821d56eeb3ba8b8a6125f74e31c4116 | [] | no_license | jherrlin/1DV006 | https://github.com/jherrlin/1DV006 | ccd44cf5f66ac8872a38a1f2df4153e961152a4a | bafc3371ed948fca6383022b3e69512d2d74cceb | refs/heads/master | 2020-02-22T04:45:25.052000 | 2014-11-09T22:44:17 | 2014-11-09T22:44:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab1;
// Import scanner
import java.util.Scanner;
/* Useful escape sequences
\t is for inserting tabs into the literal
\b inserts a backspace
\n inserts a newline
\r inserts a carriage return
\' inserts a single quotation mark
\" inserts a double quotation mark
\\ inserts a backslash
*/
public class Citat ... | UTF-8 | Java | 589 | java | Citat.java | Java | [] | null | [] | package lab1;
// Import scanner
import java.util.Scanner;
/* Useful escape sequences
\t is for inserting tabs into the literal
\b inserts a backspace
\n inserts a newline
\r inserts a carriage return
\' inserts a single quotation mark
\" inserts a double quotation mark
\\ inserts a backslash
*/
public class Citat ... | 589 | 0.663837 | 0.658744 | 32 | 17.40625 | 15.978226 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
e35a1ad29c0db1b4bfaaa4ebbce94cd1d9cb3070 | 7,627,861,959,243 | 4da340a6db0eb1d845fec6aaf6b75a6871987eea | /org.adichatz.generator/src/generator/org/adichatz/generator/xjc/QueryTree.java | e62d23540d25426f5a2735694f7dd89bb766d1e3 | [] | no_license | YvesDrumbonnet/Adichatz-RCP-Eclipse | https://github.com/YvesDrumbonnet/Adichatz-RCP-Eclipse | 107bbf784407a6167729e9ed82c5546f3f8e3b5d | 359c430f6daec55cab93a63d08c669fcd05dea84 | refs/heads/master | 2023-08-26T02:06:25.194000 | 2020-04-28T15:49:51 | 2020-04-28T15:49:51 | 256,515,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Gén... | ISO-8859-1 | Java | 9,595 | java | QueryTree.java | Java | [] | null | [] | //
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Gén... | 9,595 | 0.572148 | 0.566481 | 352 | 25.071022 | 23.077515 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.215909 | false | false | 14 |
bda1b4b700483e3f1e67bb08f78a9d747e6b7474 | 20,804,821,632,680 | 068532b8088823bbbd34ebc987cd3cd6e229467b | /Song.java | 6168945b52d32b0696ac405cfa3e596fe418700c | [] | no_license | shuiqingliu/Java | https://github.com/shuiqingliu/Java | 6226ed102840ee3b61ed4e379352f2c5bcbcc3b6 | 0420dfa79c4a2b7e9bafe9eb4497a8b24ceaa504 | refs/heads/master | 2021-01-13T02:09:05.519000 | 2014-05-03T13:51:12 | 2014-05-03T13:51:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Song{
String title;
String artist;
public void setTitle(String title){
this.title = title;
}
public void setArtist(String artist){
this.artist = artist;
}
public void play(){
System.out.println(artist + " is play " + title);
}
public static void main(String[] args){
Song mysong = n... | UTF-8 | Java | 425 | java | Song.java | Java | [] | null | [] | public class Song{
String title;
String artist;
public void setTitle(String title){
this.title = title;
}
public void setArtist(String artist){
this.artist = artist;
}
public void play(){
System.out.println(artist + " is play " + title);
}
public static void main(String[] args){
Song mysong = n... | 425 | 0.670588 | 0.670588 | 26 | 15.384615 | 15.845593 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 14 |
793f72e52cb63e87dcb694ddaed0c9d4e80cf444 | 4,148,938,457,336 | 93079b507815ccb6b7987e1427c9d9c548f5f4bc | /cdap-app-fabric/src/main/java/co/cask/cdap/route/store/ZKRouteStore.java | a60d1e7e657a2fc0b3d7aac3c62b35ca2dea79e0 | [] | no_license | pergrand/cdap | https://github.com/pergrand/cdap | 1ca2cc775880db0bb8f6e0560737709dd4caeb69 | b0f9efd05494ddcdc7587f474236ae43cc04eeb4 | refs/heads/master | 2020-03-05T16:52:08.823000 | 2017-06-06T11:03:06 | 2017-06-06T11:03:06 | 93,508,449 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright © 2016 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | UTF-8 | Java | 9,840 | java | ZKRouteStore.java | Java | [
{
"context": "/*\n * Copyright © 2016 Cask Data, Inc.\n *\n * Licensed under the Apache License, Ve",
"end": 32,
"score": 0.9339993596076965,
"start": 23,
"tag": "NAME",
"value": "Cask Data"
}
] | null | [] | /*
* Copyright © 2016 <NAME>, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 9,837 | 0.702307 | 0.700986 | 248 | 38.673386 | 31.917519 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669355 | false | false | 14 |
bd6a77de063330734d266e15a6d2b488e2ef55aa | 16,621,523,491,162 | 292bd357f3a14a81d7fd743453fbd52e2c3090e8 | /src/leetcode/problems/dp/LC_Triangle.java | 743c7d3de98a7be7a449b09eed57d82c96014bb6 | [] | no_license | BangKiHyun/Algorithm | https://github.com/BangKiHyun/Algorithm | 90ea1e07924d06ab7c16a9aa6e5578c33953c705 | 065953a728227c796294ef993815a1fa50d9be31 | refs/heads/master | 2023-04-13T11:14:35.325000 | 2023-04-02T08:50:43 | 2023-04-02T08:50:43 | 190,966,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.problems.dp;
import java.util.Arrays;
import java.util.List;
public class LC_Triangle {
private int maxSize;
public static void main(String[] args) {
final LC_Triangle task = new LC_Triangle();
List<List<Integer>> triangle = Arrays.asList(Arrays.asList(2),
Arr... | UTF-8 | Java | 1,160 | java | LC_Triangle.java | Java | [] | null | [] | package leetcode.problems.dp;
import java.util.Arrays;
import java.util.List;
public class LC_Triangle {
private int maxSize;
public static void main(String[] args) {
final LC_Triangle task = new LC_Triangle();
List<List<Integer>> triangle = Arrays.asList(Arrays.asList(2),
Arr... | 1,160 | 0.568965 | 0.55431 | 36 | 31.222221 | 25.721922 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.972222 | false | false | 14 |
17db1752a3eeee3b9100a987bd8ee65efdc9cbe2 | 32,633,161,581,191 | c11a11419232edac993d327a881f5888a8158569 | /src/Etoile.java | 4178fc6b73b12335ad2bf786d34ea767b1bffc98 | [] | no_license | Lordimado/Etoile | https://github.com/Lordimado/Etoile | 7c4c12ec2e9207093014489e86611b82c2fe0c8c | 86c0e10598a4e32f2ed5fa192e4d9a486710d3f6 | refs/heads/master | 2021-01-10T22:42:08.420000 | 2016-10-15T21:08:17 | 2016-10-15T21:08:17 | 70,365,370 | 0 | 5 | null | false | 2016-10-22T18:33:15 | 2016-10-09T00:38:55 | 2016-10-09T00:39:39 | 2016-10-15T21:08:17 | 8 | 0 | 4 | 1 | Java | null | null | import java.util.*;
public class Etoile {
public static void triangle(int n,int espace){
String etoile = " ";
for(int i=0;i<n;i++){
espace =n-i;
for(int j=0;j<espace;j++){
System.out.print(" ");
}
etoile =etoile+"* ";
System.out.println(etoile);
}
}
public static void main(String [] args){
Sc... | UTF-8 | Java | 426 | java | Etoile.java | Java | [] | null | [] | import java.util.*;
public class Etoile {
public static void triangle(int n,int espace){
String etoile = " ";
for(int i=0;i<n;i++){
espace =n-i;
for(int j=0;j<espace;j++){
System.out.print(" ");
}
etoile =etoile+"* ";
System.out.println(etoile);
}
}
public static void main(String [] args){
Sc... | 426 | 0.605634 | 0.598592 | 25 | 16.040001 | 13.799942 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88 | false | false | 14 |
180c004944addada444da5e47274f8108c42e35c | 31,207,232,410,931 | 07203ed1daa77c037eeb903c2f2c7e74c7814566 | /src/Index.java | 324ee552faef926c43de494aa7336d69672e6003 | [] | no_license | lamlamngo/index-generator | https://github.com/lamlamngo/index-generator | b8a2e20eb82b4c14b635f4282bce9be4c17afd36 | 9619978225126ff806077e1b3fb2951696763e7e | refs/heads/master | 2021-08-22T07:11:04.609000 | 2017-11-29T15:24:19 | 2017-11-29T15:24:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Create an index that tells on what pages you can find certain keywords for any given text files.
*
* @author Lam Ngo
* @version 06/02/2016
*
* I have read the syllabus and understand what outside sources I am allowed to consult for this
*class and how I am allowed to discuss the class projects with oth... | UTF-8 | Java | 3,774 | java | Index.java | Java | [
{
"context": " keywords for any given text files.\n * \n * @author Lam Ngo\n * @version 06/02/2016\n * \n * I have read the sy",
"end": 127,
"score": 0.9998530149459839,
"start": 120,
"tag": "NAME",
"value": "Lam Ngo"
}
] | null | [] |
/**
* Create an index that tells on what pages you can find certain keywords for any given text files.
*
* @author <NAME>
* @version 06/02/2016
*
* I have read the syllabus and understand what outside sources I am allowed to consult for this
*class and how I am allowed to discuss the class projects with othe... | 3,773 | 0.635494 | 0.630978 | 141 | 25.687943 | 24.224756 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.212766 | false | false | 14 |
22bfe05b2a40136119a4d2695b97c95c32a69bea | 11,081,015,680,756 | 2d6d240d0dd256b2d28d93af6640ec0058200ab9 | /DSLs/kafka/model/src/main/java-gen/com/fkorotkov/kubernetes/kafka/Schema.java | e8e132184fb71b206ecfb972d8ea8bb50c4a1c36 | [
"MIT"
] | permissive | woxiehaode/k8s-kotlin-dsl | https://github.com/woxiehaode/k8s-kotlin-dsl | 5b591e318ad388159452655e1ed356ec772f5f47 | 5caafecc9948817feadb977069091e111012b45a | refs/heads/master | 2022-06-23T04:35:19.151000 | 2020-05-13T18:21:29 | 2020-05-13T18:21:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.fkorotkov.kubernetes.kafka;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fast... | UTF-8 | Java | 15,146 | java | Schema.java | Java | [
{
"context": "\npackage com.fkorotkov.kubernetes.kafka;\n\nimport java.util.HashMa",
"end": 15,
"score": 0.6139136552810669,
"start": 13,
"tag": "USERNAME",
"value": "fk"
}
] | null | [] |
package com.fkorotkov.kubernetes.kafka;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fast... | 15,146 | 0.597319 | 0.597121 | 711 | 20.300985 | 28.006168 | 605 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264416 | false | false | 14 |
a42890f09e29cffcfc8b94d31155bf292af2122d | 28,346,784,217,964 | 5c2d47a1a641af5a3c4bfbb771b0c957ca21bfa7 | /app/src/main/java/com/suki/bnk48profile/MainActivity.java | cad618669e90d785854838e9000568c45c131092 | [] | no_license | khichi0104/bnk48profile | https://github.com/khichi0104/bnk48profile | d3d2bf1677cba3eac5715953c253eab7e649e727 | 3023f2f41f5c8b9a1e9341050a862f9dd112ed5c | refs/heads/master | 2021-01-19T23:21:32.403000 | 2017-04-21T09:58:32 | 2017-04-21T09:58:32 | 88,969,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suki.bnk48profile;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity exte... | UTF-8 | Java | 1,027 | java | MainActivity.java | Java | [] | null | [] | package com.suki.bnk48profile;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity exte... | 1,027 | 0.680623 | 0.676728 | 37 | 26.756756 | 20.869486 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 14 |
270b73d33da71d1f0be46c1e8c2fba02bff61997 | 5,394,478,971,871 | 83b99dd19c2b82a203f4d8956c5c91a8749cc62e | /src/top/codingma/leetcode/leet559/Solution.java | 8bae913a8399c2c1a9c379d83ed0139a7b5bd3cd | [] | no_license | codingbyma/leet | https://github.com/codingbyma/leet | fe1e54a9cb907c3b0f2c23240b83dd6c6b279023 | d0e1865b01551db6637b86fab341a3b5403671f2 | refs/heads/master | 2020-05-31T21:00:37.726000 | 2019-06-24T07:18:56 | 2019-06-24T07:18:56 | 190,488,353 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.codingma.leetcode.leet559;
import java.util.List;
class Node {
public int val;
public List<Node> children;
public Node() {}
public Node(int _val, List<Node> _children) {
val = _val;
children = _children;
}
}
class Solution {
int maxH=0;
public int maxDepth(Nod... | UTF-8 | Java | 706 | java | Solution.java | Java | [] | null | [] | package top.codingma.leetcode.leet559;
import java.util.List;
class Node {
public int val;
public List<Node> children;
public Node() {}
public Node(int _val, List<Node> _children) {
val = _val;
children = _children;
}
}
class Solution {
int maxH=0;
public int maxDepth(Nod... | 706 | 0.532578 | 0.521246 | 38 | 17.605263 | 16.274843 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 14 |
cb1d204f0170ff188277a042140b8b7a6169aba5 | 7,318,624,342,170 | 95a026a7fa118f0ea421358554494ba1bf086ecf | /web/src/main/java/com/vlogs/web/Controller/UserController.java | 83159da46c74a2f1bd8e15d9d6e28b7b095ae2c6 | [] | no_license | kolanan/wefun | https://github.com/kolanan/wefun | 7c69289937509d28579731e9ce4911ae0d10d5ce | 74f39a2ccfd5fb87ee91ffabaedf12cdaee2ca12 | refs/heads/master | 2021-04-15T14:48:52.581000 | 2018-03-21T14:21:00 | 2018-03-21T14:21:00 | 126,188,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vlogs.web.Controller;
import com.vlogs.web.Service.UserService;
import com.vlogs.web.domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframe... | UTF-8 | Java | 647 | java | UserController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n * Created by nan on 2018/3/21 21:22\n */\n@RestController\npublic cla",
"end": 383,
"score": 0.9463778734207153,
"start": 380,
"tag": "USERNAME",
"value": "nan"
}
] | null | [] | package com.vlogs.web.Controller;
import com.vlogs.web.Service.UserService;
import com.vlogs.web.domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframe... | 647 | 0.760433 | 0.743431 | 25 | 24.879999 | 22.987509 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 14 |
f996b2b70ce1560d9065c320ce0093a12b870c19 | 28,845,000,421,070 | 308d4cb3d43231cba48900b2a3ddca510c9f1d82 | /src/main/java/com/appcrews/javaee/maicai/dal/ShopImpl.java | f20791c967410d9d070a2e3dc9588f77c848713a | [] | no_license | wlancer1/Manage | https://github.com/wlancer1/Manage | 94674c77c490687a15f6dafebd26682641a51ecf | 2b79e897a13388927bbc1f1c963ff1de1c7a892e | refs/heads/myweb | 2023-06-21T18:33:52.241000 | 2022-07-21T07:38:17 | 2022-07-21T07:38:17 | 56,694,120 | 0 | 0 | null | false | 2023-04-15T14:04:51 | 2016-04-20T14:31:00 | 2022-07-21T07:38:21 | 2023-04-15T14:04:50 | 38,613 | 0 | 0 | 93 | Java | false | false | package com.appcrews.javaee.maicai.dal;
import com.appcrews.javaee.maicai.model.base.ShopInfo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by micheal on 2017/8/23.
*/
@Repository
public class ShopImpl implemen... | UTF-8 | Java | 794 | java | ShopImpl.java | Java | [
{
"context": "sitory;\n\nimport java.util.List;\n\n/**\n * Created by micheal on 2017/8/23.\n */\n@Repository\npublic class ShopIm",
"end": 259,
"score": 0.9996429085731506,
"start": 252,
"tag": "USERNAME",
"value": "micheal"
}
] | null | [] | package com.appcrews.javaee.maicai.dal;
import com.appcrews.javaee.maicai.model.base.ShopInfo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Created by micheal on 2017/8/23.
*/
@Repository
public class ShopImpl implemen... | 794 | 0.677582 | 0.668766 | 34 | 22.352942 | 19.253544 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.