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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2322c88dcf8de5df77805f4f55ccfc6788ffea3b | 13,443,247,647,077 | 337935a7c2d28f3e357836fd9f361d62688ba88a | /src/com/yzhang/RegisterWithRMIServer.java | 3a195ef530a65efe765e51302aea07491163e334 | [] | no_license | yukyhaha/Poll-System | https://github.com/yukyhaha/Poll-System | 7af653ff54945a21c350a0e3accf0f1d899731e1 | c3368f6b2844d8c74e8f8802986b919d17369f19 | refs/heads/master | 2020-05-28T13:19:03.787000 | 2012-07-14T21:48:44 | 2012-07-14T21:48:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.yzhang;
/**
*
* @author yunzhang
*/
import java.rmi.registry.*;
import java.rmi.*;
public class RegisterWithRMIServer implements Remote {
public static void main(String[] args)
{
try{
... | UTF-8 | Java | 681 | java | RegisterWithRMIServer.java | Java | [
{
"context": "ditor.\n */\n\npackage com.yzhang;\n\n/**\n *\n * @author yunzhang\n */\nimport java.rmi.registry.*;\nimport java.rmi.*",
"end": 148,
"score": 0.98514723777771,
"start": 140,
"tag": "USERNAME",
"value": "yunzhang"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.yzhang;
/**
*
* @author yunzhang
*/
import java.rmi.registry.*;
import java.rmi.*;
public class RegisterWithRMIServer implements Remote {
public static void main(String[] args)
{
try{
... | 681 | 0.609398 | 0.609398 | 32 | 20.28125 | 21.076103 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 5 |
dc8ea9d4b4701193ec60203bfea15bafa9d6f51b | 24,859,270,756,688 | cb03de8987ecd226dae6e8edd50e30b6951246d1 | /src/main/java/model/dao/Dao.java | 4552b4387e0fa59325c75eda2486cb606be9094b | [] | no_license | LucasEmanoel/ClinicaMedica | https://github.com/LucasEmanoel/ClinicaMedica | 4ba18ff312f3029737774efc2367f58f7650fd04 | b4872697f50074c4b9bcdd77b48b35920636844b | refs/heads/master | 2022-09-19T06:25:06.813000 | 2019-12-13T01:04:54 | 2019-12-13T01:04:54 | 176,519,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.dao;
public interface Dao<T> {
public T salvar(T obj);
public T atualizar(T obj);
public boolean deletar(T obj);
public T encontrar(Class<T> c, Long id);
} | UTF-8 | Java | 188 | java | Dao.java | Java | [] | null | [] | package model.dao;
public interface Dao<T> {
public T salvar(T obj);
public T atualizar(T obj);
public boolean deletar(T obj);
public T encontrar(Class<T> c, Long id);
} | 188 | 0.659574 | 0.659574 | 11 | 15.272727 | 14.560787 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
57b6794fe28d4077765f07c1380e497b3f25ad2f | 12,137,577,604,879 | c878685236512307fe66f096d6e478465dba2d9f | /src/main/java/com/enlink/elasticsearch/service/LogDownloadRepository.java | ad886ace8046c3483714a16e32d671fb77052b2a | [] | no_license | wuzhibin93/demoBala | https://github.com/wuzhibin93/demoBala | 0d640c06988e55f1e384062743fe588fe768a1c8 | 189b2515e4ed513dea40e34216daa1c97f249d00 | refs/heads/master | 2020-03-28T16:44:55.616000 | 2019-04-11T09:21:53 | 2019-04-11T09:21:53 | 148,724,556 | 0 | 0 | null | false | 2019-01-02T03:31:14 | 2018-09-14T02:28:07 | 2019-01-02T01:41:18 | 2019-01-02T03:30:46 | 22,660 | 0 | 0 | 1 | Python | false | null | package com.enlink.elasticsearch.service;
/**
* 日志下载记录业务层接口
*
* @author changgq
*/
public interface LogDownloadRepository {
}
| UTF-8 | Java | 167 | java | LogDownloadRepository.java | Java | [
{
"context": ".service;\r\n\r\n\r\n/**\r\n * 日志下载记录业务层接口\r\n *\r\n * @author changgq\r\n */\r\npublic interface LogDownloadRepository {\r\n",
"end": 90,
"score": 0.9995245933532715,
"start": 83,
"tag": "USERNAME",
"value": "changgq"
}
] | null | [] | package com.enlink.elasticsearch.service;
/**
* 日志下载记录业务层接口
*
* @author changgq
*/
public interface LogDownloadRepository {
}
| 167 | 0.662069 | 0.662069 | 11 | 11.181818 | 15.164661 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.090909 | false | false | 5 |
99055ccf98e0831e40dbc389363008465c1ec828 | 13,503,377,209,485 | b2b93a80e6ef2c65eb9352e6879b5b285d1d2ee6 | /lol/ExampleMIP.java | 3af2e15e4731d064ffbd81cd63320d350a4af2c7 | [] | no_license | Sibaso/T-i-u-l-p-k-ho-ch | https://github.com/Sibaso/T-i-u-l-p-k-ho-ch | 8c11dd4d093d32a796bd9fe697d592c2923001a3 | 5f967fbe4f7686c9c70cac4ba58493dc17bae6cd | refs/heads/master | 2021-05-20T01:59:10.318000 | 2021-04-09T06:38:01 | 2021-04-09T06:38:01 | 252,138,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lol;
import com.google.ortools.linearsolver.MPConstraint;
import com.google.ortools.linearsolver.MPObjective;
import com.google.ortools.linearsolver.MPSolver;
import com.google.ortools.linearsolver.MPVariable;
public class ExampleMIP {
static {
System.loadLibrary("jniortools");
}
public void solveMIP(... | UTF-8 | Java | 1,345 | java | ExampleMIP.java | Java | [] | null | [] | package lol;
import com.google.ortools.linearsolver.MPConstraint;
import com.google.ortools.linearsolver.MPObjective;
import com.google.ortools.linearsolver.MPSolver;
import com.google.ortools.linearsolver.MPVariable;
public class ExampleMIP {
static {
System.loadLibrary("jniortools");
}
public void solveMIP(... | 1,345 | 0.718959 | 0.686245 | 51 | 25.372549 | 22.200478 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.235294 | false | false | 5 |
710e2699fa0c14533d06e20764127abc02d43eb4 | 16,234,976,413,983 | 5cd7e9a0233e7bd2df93cf63e26cfed6f608e014 | /src/main/java/pl/zai/places/domain/Account.java | 3078ea5378cca99b4bf15dad605e039d62096b9f | [] | no_license | peterek333/Places | https://github.com/peterek333/Places | 91f8007f90a0fde2a27bbd6803f29f305c082135 | bb38a4041d1395b8769ac7603559e472188d4e8e | refs/heads/master | 2020-03-20T22:56:21.685000 | 2017-07-11T19:43:15 | 2017-07-11T19:43:15 | 94,553,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.zai.places.domain;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Set;
@Entity
@Table(name = "account")
public class Account... | UTF-8 | Java | 2,190 | java | Account.java | Java | [
{
"context": "assword(String password) {\n this.password = password;\n }\n\n public String getNick() {\n ret",
"end": 1772,
"score": 0.7187871932983398,
"start": 1764,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package pl.zai.places.domain;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Set;
@Entity
@Table(name = "account")
public class Account... | 2,192 | 0.635616 | 0.619635 | 93 | 22.548388 | 20.691547 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 5 |
0122097840754327bcd4deebbb03753bb3084cb2 | 25,460,566,159,139 | 2e792fe1ec4e7c4a8e0998419076da9e7ef3c178 | /src/java/com/opensymphony/module/sitemesh/html/Tag.java | 8c2d0675f736c0568da1eac9122bd3292c707217 | [
"Apache-1.1",
"BSD-2-Clause"
] | permissive | sitemesh/sitemesh2 | https://github.com/sitemesh/sitemesh2 | d8f557a0b78d457749e7923a38eb6e146ef23558 | 581bd42db079c7496718f239674c0f7b13d73957 | refs/heads/master | 2023-08-31T14:38:09.729000 | 2023-08-19T22:13:55 | 2023-08-19T22:13:55 | 297,658 | 77 | 67 | NOASSERTION | false | 2023-07-23T15:52:00 | 2009-09-04T16:23:05 | 2023-07-16T21:36:02 | 2023-07-23T15:51:59 | 23,552 | 128 | 88 | 14 | Java | false | false | package com.opensymphony.module.sitemesh.html;
import com.opensymphony.module.sitemesh.SitemeshBufferFragment;
import com.opensymphony.module.sitemesh.html.util.CharArray;
/**
* Tag returned by HTMLTagTokenizer. Allows easy access to element name and attributes.
*
* This interface supports read-only operations on ... | UTF-8 | Java | 2,333 | java | Tag.java | Java | [
{
"context": "nizer.TagTokenizer\n * @see CustomTag\n *\n * @author Joe Walnes\n */\npublic interface Tag {\n\n int OPEN = 1;\n ",
"end": 552,
"score": 0.9998771548271179,
"start": 542,
"tag": "NAME",
"value": "Joe Walnes"
}
] | null | [] | package com.opensymphony.module.sitemesh.html;
import com.opensymphony.module.sitemesh.SitemeshBufferFragment;
import com.opensymphony.module.sitemesh.html.util.CharArray;
/**
* Tag returned by HTMLTagTokenizer. Allows easy access to element name and attributes.
*
* This interface supports read-only operations on ... | 2,329 | 0.643806 | 0.641663 | 90 | 24.922222 | 29.886166 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 5 |
01703fd3509343323f6c74b2ba62a126b329edb4 | 11,261,404,288,241 | 2423ab7e600dae9eafe6964f713c7e85fc5a1de2 | /coffeescene/src/main/java/com/geronimostudios/coffeescene/animations/ScenesParams.java | 9961d8a3a9d97a97ba2ca97259c779d3f0019ba9 | [
"Apache-2.0"
] | permissive | tperraut/CoffeeScene-Android | https://github.com/tperraut/CoffeeScene-Android | 8946e08b6ccdce3c478e99bd62d4157969c68080 | b8a889abb476d7d27bdb4a8c8543295db464f361 | refs/heads/master | 2020-04-28T09:29:09.648000 | 2018-08-28T15:34:01 | 2018-08-28T15:34:01 | 175,168,519 | 2 | 0 | null | true | 2019-03-12T08:37:12 | 2019-03-12T08:37:11 | 2018-08-28T15:43:10 | 2018-08-28T15:43:08 | 7,207 | 0 | 0 | 0 | null | false | null | package com.geronimostudios.coffeescene.animations;
import android.util.SparseArray;
import android.view.View;
import java.util.List;
public abstract class ScenesParams {
protected final SparseArray<List<View>> mScenes;
protected ScenesParams(SparseArray<List<View>> scenes) {
this.mScenes = scenes;
... | UTF-8 | Java | 328 | java | ScenesParams.java | Java | [] | null | [] | package com.geronimostudios.coffeescene.animations;
import android.util.SparseArray;
import android.view.View;
import java.util.List;
public abstract class ScenesParams {
protected final SparseArray<List<View>> mScenes;
protected ScenesParams(SparseArray<List<View>> scenes) {
this.mScenes = scenes;
... | 328 | 0.753049 | 0.753049 | 14 | 22.428572 | 21.073729 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
d40916c41b9f58fe1a029b0e4e6131d84afd6847 | 18,562,848,690,347 | 32c11f39a9f5d772f1339543077672a75acfd33b | /src/main/java/com/happy/dao/AddressDAO.java | b50d809d05652351144a2507f6aea2d119594a33 | [] | no_license | SivagamaSundariVetrivel/ShoppingWebsite | https://github.com/SivagamaSundariVetrivel/ShoppingWebsite | fe264b14a4da022ab4e1809cdc239a826df6535e | dacb2c99d58b00e8bd0e1731d0bab8b9d0310eb0 | refs/heads/master | 2022-02-10T11:26:17.943000 | 2017-10-19T15:26:07 | 2017-10-19T15:26:07 | 75,156,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.happy.dao;
import java.util.List;
import com.happy.model.ShippingAddress;
//import com.happy.model.ShippingAddress;
public interface AddressDAO {
public int insertRow(ShippingAddress cate);
public List getList();
public ShippingAddress getRowById(int id);
public int updateRow(ShippingAddress ca... | UTF-8 | Java | 363 | java | AddressDAO.java | Java | [] | null | [] | package com.happy.dao;
import java.util.List;
import com.happy.model.ShippingAddress;
//import com.happy.model.ShippingAddress;
public interface AddressDAO {
public int insertRow(ShippingAddress cate);
public List getList();
public ShippingAddress getRowById(int id);
public int updateRow(ShippingAddress ca... | 363 | 0.768595 | 0.768595 | 20 | 17.1 | 18.162874 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 5 |
93dcce85f675cb4168f94a1acf0f85440f4d3d3f | 29,575,144,831,142 | f435c5dbc7595d9a1944a4819c117814f488dbec | /Hw4/src/StackOfIntegers.java | 410030a9f384b899bc8e7fd991d61f2800f200a0 | [] | no_license | DanielStanev/Hw2336 | https://github.com/DanielStanev/Hw2336 | a123585f7c6f59f9db1b78e03495befdcdf4ceb9 | 20b52ad14d36dd38765236259ef9739a8f515aa4 | refs/heads/master | 2023-06-27T22:30:27.629000 | 2021-07-30T19:46:03 | 2021-07-30T19:46:03 | 387,234,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /************************************
Author: Daniel Stanev
Course: CS 2336.0w3
Date: 8 Jul 2021
Assignment: Homework #04 Exercise #05
Version: Java SE 11 (LTS)
Description: StackOfIntegers Class for
exercise 5.
*************************************/
public class StackOf... | UTF-8 | Java | 976 | java | StackOfIntegers.java | Java | [
{
"context": "********************************\n\n Author: Daniel Stanev\n Course: CS 2336.0w3\n Date: 8 J",
"end": 69,
"score": 0.9997870922088623,
"start": 56,
"tag": "NAME",
"value": "Daniel Stanev"
}
] | null | [] | /************************************
Author: <NAME>
Course: CS 2336.0w3
Date: 8 Jul 2021
Assignment: Homework #04 Exercise #05
Version: Java SE 11 (LTS)
Description: StackOfIntegers Class for
exercise 5.
*************************************/
public class StackOfInteger... | 969 | 0.530738 | 0.507172 | 41 | 22.829268 | 16.928692 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 5 |
170ebdf59fab1506358ccf4e7ab8e54bd29750ea | 13,967,233,680,480 | 50d73c82eadfc409f77f208c1781e77c364d64fb | /param-managment/src/main/java/edu/parammanagment/parammanagment/rest/controller/AbstractControllerImpl.java | b21d76da7bc55a6e370b83f560b6272657553281 | [] | no_license | lurykry/task_01 | https://github.com/lurykry/task_01 | 9de0e290d9251f7c2969e5b6408e6e697a35fe7e | 57cf068c2aa0682ca4b790ee0109de2d037e0b0b | refs/heads/master | 2022-12-09T10:56:18.495000 | 2020-09-13T22:19:28 | 2020-09-13T22:19:28 | 294,014,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.parammanagment.parammanagment.rest.controller;
import edu.parammanagment.parammanagment.domain.core.AbstractEntity;
import edu.parammanagment.parammanagment.domain.core.Parameter;
import edu.parammanagment.parammanagment.rest.exception.ModelNotFoundException;
import edu.parammanagment.parammanagment.rest.m... | UTF-8 | Java | 1,917 | java | AbstractControllerImpl.java | Java | [
{
"context": "model, extending {@link AbstractModel}.\n * @author Kirill Mansurov\n * @version 1.0\n */\npublic abstract class Abstrac",
"end": 1271,
"score": 0.9998337626457214,
"start": 1256,
"tag": "NAME",
"value": "Kirill Mansurov"
}
] | null | [] | package edu.parammanagment.parammanagment.rest.controller;
import edu.parammanagment.parammanagment.domain.core.AbstractEntity;
import edu.parammanagment.parammanagment.domain.core.Parameter;
import edu.parammanagment.parammanagment.rest.exception.ModelNotFoundException;
import edu.parammanagment.parammanagment.rest.m... | 1,908 | 0.757955 | 0.756912 | 58 | 32.068966 | 29.120951 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465517 | false | false | 5 |
bc79747010b360439c2a7b579556498753d5f055 | 26,379,689,168,459 | 283414cb77c455a9c94c88c3b8ed144cbb797866 | /src/main/java/springboot/mybatis/crud/user/service/ServService.java | 9015c4d1a24cd10e15d12545c3d48ec26bae81df | [] | no_license | datvndong/spring.mybatis.user-management | https://github.com/datvndong/spring.mybatis.user-management | 1116d25877cafe7cf263d18ece8c2d7a4ccc187e | bf3e892e1c315b1a060e4d3a5f08aaefe8500ca0 | refs/heads/master | 2021-10-27T01:17:13.068000 | 2019-04-15T06:39:29 | 2019-04-15T06:39:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package springboot.mybatis.crud.user.service;
import java.util.List;
import springboot.mybatis.crud.user.domain.Serv;
public interface ServService {
List<Serv> findAll();
}
| UTF-8 | Java | 181 | java | ServService.java | Java | [] | null | [] | package springboot.mybatis.crud.user.service;
import java.util.List;
import springboot.mybatis.crud.user.domain.Serv;
public interface ServService {
List<Serv> findAll();
}
| 181 | 0.767956 | 0.767956 | 10 | 17.1 | 18.479448 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
26c71b0213fa5c07ea299c2e84db136a2a246090 | 3,066,606,682,935 | ae488c2c8877167f0655d4ba1a4344eed3c5b6d9 | /JavaOOP/Lection04InterfacesAndAbstraction/04InterfacesAndAbstraction/Hierarchy/models/AddRemoveCollection.java | be908245a5343f2fb22d17c5f9f52b6133181f94 | [] | no_license | dimitar-paskov/JavaFundamentals | https://github.com/dimitar-paskov/JavaFundamentals | 2feb574589649ffe869b6e17976c9a814010de92 | da915352e0f2f1cb03bc74052caee2a470b1492d | refs/heads/master | 2022-06-16T23:39:09.416000 | 2022-06-06T07:20:48 | 2022-06-06T07:20:48 | 194,718,158 | 0 | 0 | null | false | 2022-06-03T12:41:22 | 2019-07-01T17:47:09 | 2022-06-03T12:37:11 | 2022-06-03T12:41:22 | 34,088 | 0 | 0 | 0 | Java | false | false | package models;
import interfaces.AddRemovable;
import models.base.Collection;
public class AddRemoveCollection extends Collection implements AddRemovable {
public AddRemoveCollection() {
}
@Override
public int add(String element) {
if(!super.hasCapacity()){
return -... | UTF-8 | Java | 591 | java | AddRemoveCollection.java | Java | [] | null | [] | package models;
import interfaces.AddRemovable;
import models.base.Collection;
public class AddRemoveCollection extends Collection implements AddRemovable {
public AddRemoveCollection() {
}
@Override
public int add(String element) {
if(!super.hasCapacity()){
return -... | 591 | 0.573604 | 0.566836 | 28 | 19.107143 | 18.764212 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 5 |
f3cc9477c490d12d05ede1a07d5039445a7c8bd0 | 5,231,270,213,311 | 8142a35fcc94312be9cc39baae3e48cd90edc77e | /src/co/schmitt/si/Main.java | 28351301b457a5d2e38e76b2bca014cbf819d840 | [
"BSD-3-Clause",
"WTFPL"
] | permissive | pschmitt/hochschulsport | https://github.com/pschmitt/hochschulsport | 288dfd2ad00036d4ca72796e5689c7415268a554 | dabea6c5aab9d67a919f30fcef6a3c217b0cd48b | refs/heads/master | 2021-01-25T08:55:20.553000 | 2013-08-26T20:27:20 | 2013-08-26T20:27:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.schmitt.si;
import co.schmitt.si.db.DBProvider;
import co.schmitt.si.gui.MainGUI;
import co.schmitt.si.model.DLQuery;
import co.schmitt.si.model.Question;
import co.schmitt.si.model.Sport;
import co.schmitt.si.ontology.DLQueryBuilder;
import co.schmitt.si.ontology.OntologyProvider;
import co.schmitt.si.pars... | UTF-8 | Java | 5,651 | java | Main.java | Java | [
{
"context": "a.util.List;\nimport java.util.Stack;\n\n/**\n * User: pschmitt\n * Date: 8/5/13\n * Time: 1:35 PM\n */\npublic class",
"end": 474,
"score": 0.9996930956840515,
"start": 466,
"tag": "USERNAME",
"value": "pschmitt"
}
] | null | [] | package co.schmitt.si;
import co.schmitt.si.db.DBProvider;
import co.schmitt.si.gui.MainGUI;
import co.schmitt.si.model.DLQuery;
import co.schmitt.si.model.Question;
import co.schmitt.si.model.Sport;
import co.schmitt.si.ontology.DLQueryBuilder;
import co.schmitt.si.ontology.OntologyProvider;
import co.schmitt.si.pars... | 5,651 | 0.580251 | 0.578659 | 189 | 28.899471 | 21.439356 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391534 | false | false | 5 |
95eb4723400a00017b782e2788273a0ec15d228c | 13,288,628,863,400 | 2439228ea76e499171c3c684f14e7afc0c34baed | /LintCode_398.java | 66069ed6d5a3379eae3d16f696953b20bb97bc07 | [] | no_license | akekho/LintCode-2 | https://github.com/akekho/LintCode-2 | 760161dfe3b23fd6b8c11bed2c925d2c8272762e | 833815e9df97dc394e8523f189a10ad51b824d56 | refs/heads/master | 2020-03-28T07:32:58.473000 | 2017-07-31T11:27:45 | 2017-07-31T11:27:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
/*
* @param : An integer matrix
* @return: an integer
*/
private int row, col;
private int[][] dp;
private int[][] flag;
public int longestIncreasingContinuousSubsequenceII(int[][] A) {
// write your code here
if(A.length == 0 || A[0].length == ... | UTF-8 | Java | 1,340 | java | LintCode_398.java | Java | [] | null | [] | public class Solution {
/*
* @param : An integer matrix
* @return: an integer
*/
private int row, col;
private int[][] dp;
private int[][] flag;
public int longestIncreasingContinuousSubsequenceII(int[][] A) {
// write your code here
if(A.length == 0 || A[0].length == ... | 1,340 | 0.376119 | 0.358209 | 51 | 25.294117 | 15.697251 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 5 |
6e842198c4937ebf713fb856ed68afdf6b2e62c8 | 17,008,070,546,010 | df51486d5e7edd26852e19fa7b5fac606c44ef8d | /server/app/controllers/BaseController.java | b8f548da16a57fe63197fcda3e3a83a3031deba6 | [
"Apache-2.0"
] | permissive | amtech/a-tech-backend | https://github.com/amtech/a-tech-backend | e9bb06caa67f0e70f06d8cff360b7ce0973d0aaa | 7a9a6a2fe14a0c1f5e632bdcc6ffd22aeb926b51 | refs/heads/master | 2020-06-06T13:19:43.595000 | 2017-02-24T07:08:12 | 2017-02-24T07:08:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import models.Admin;
import models.User;
import play.mvc.Controller;
import play.mvc.Http;
import play.mvc.Security;
/**
* Created by guodont on 16/4/18.
*/
public class BaseController extends Controller {
public static int page;
public static int pageSize;
public static void init... | UTF-8 | Java | 2,438 | java | BaseController.java | Java | [
{
"context": "Http;\nimport play.mvc.Security;\n\n/**\n * Created by guodont on 16/4/18.\n */\npublic class BaseController exten",
"end": 165,
"score": 0.9996836185455322,
"start": 158,
"tag": "USERNAME",
"value": "guodont"
}
] | null | [] | package controllers;
import models.Admin;
import models.User;
import play.mvc.Controller;
import play.mvc.Http;
import play.mvc.Security;
/**
* Created by guodont on 16/4/18.
*/
public class BaseController extends Controller {
public static int page;
public static int pageSize;
public static void init... | 2,438 | 0.569293 | 0.562953 | 77 | 27.675325 | 29.913921 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337662 | false | false | 5 |
8812f1fd0c3b62a0edcc034c9466d090c01b4b12 | 32,392,643,410,466 | 625e26912d33c0d57e0a6cf4e8f0dddbb4a62545 | /MedicalSystem_SSM/src/com/qx/service/ChargingitemsService.java | e55747b1fe8cbaa509b99e0da44fe8a634392b5c | [] | no_license | DreamsHer/Java | https://github.com/DreamsHer/Java | afad4b67d8b638519b649997c780fc399f4cc888 | 931a24def69568760fd05ed8f43601f0c971cc67 | refs/heads/master | 2020-05-30T10:55:02.390000 | 2019-06-01T03:19:00 | 2019-06-01T03:19:00 | 189,685,334 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qx.service;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.qx.po.Chargingitems;
import com.qx.po.Chargingitemsdetail;
public interface ChargingitemsService {
//自动生成编号
public List<Chargingitems> findOuBianHao(String invoicecode);
//新增收费项目信息
public boolean InsertShou... | UTF-8 | Java | 1,069 | java | ChargingitemsService.java | Java | [] | null | [] | package com.qx.service;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.qx.po.Chargingitems;
import com.qx.po.Chargingitemsdetail;
public interface ChargingitemsService {
//自动生成编号
public List<Chargingitems> findOuBianHao(String invoicecode);
//新增收费项目信息
public boolean InsertShou... | 1,069 | 0.779679 | 0.779679 | 35 | 25.714285 | 36.732681 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.342857 | false | false | 5 |
e2f9e08a89aeeb43908c81bd0e9e3be027e23b32 | 14,113,262,552,061 | 0ba35784756e0cf8e4983024edfcb65411c4ca73 | /src/login/LoginFuncionario.java | a94a75bb18ec5bf15757d1be4c903847fb8a2f72 | [] | no_license | Jhenerson/banksys | https://github.com/Jhenerson/banksys | d8bea0fb78f495456de458d748db37e4fa6805b6 | 472837970f269a346867a5d9e19dd3a7d413c507 | refs/heads/master | 2020-04-05T22:11:17.782000 | 2018-12-18T19:50:59 | 2018-12-18T19:50:59 | 157,248,041 | 2 | 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 login;
import entidades.Funcionario;
import persistencia.PFuncionario;
/**
*
* @author rodolpho.repezza
*/
public class Lo... | UTF-8 | Java | 758 | java | LoginFuncionario.java | Java | [
{
"context": "port persistencia.PFuncionario;\n\n/**\n *\n * @author rodolpho.repezza\n */\npublic class LoginFuncionario extends ",
"end": 292,
"score": 0.6680436134338379,
"start": 284,
"tag": "USERNAME",
"value": "rodolpho"
},
{
"context": "stencia.PFuncionario;\n\n/**\n *\n * @au... | 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 login;
import entidades.Funcionario;
import persistencia.PFuncionario;
/**
*
* @author rodolpho.repezza
*/
public class Lo... | 758 | 0.609499 | 0.609499 | 31 | 23.451612 | 20.460566 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 5 |
be80d30c4f12a0bed263d91755da375273b73c13 | 27,719,718,946,339 | 0bba0bac3865b2e70a0d268e9eba42c8de513a3c | /mantis-publish/mantis-publish-netty/src/main/java/io/mantisrx/publish/netty/pipeline/HttpEventChannelHandler.java | d41f2cce07cf659beda85737c28a7b88c5ad4ebb | [
"Apache-2.0"
] | permissive | Netflix/mantis | https://github.com/Netflix/mantis | f5206c1d1a127ea76c4e47f31db4dd654ed620f9 | cafbe81a6c22128cafbbb7b90b2d107501a28e44 | refs/heads/master | 2023-08-17T18:28:46.594000 | 2023-08-16T04:21:03 | 2023-08-16T04:21:03 | 190,664,284 | 1,393 | 197 | Apache-2.0 | false | 2023-09-14T21:04:02 | 2019-06-06T23:44:48 | 2023-09-12T20:27:34 | 2023-09-14T21:04:00 | 27,325 | 1,345 | 170 | 81 | Java | false | false | /*
* Copyright 2019 Netflix, 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 | 3,814 | java | HttpEventChannelHandler.java | Java | [
{
"context": "/*\n * Copyright 2019 Netflix, Inc.\n *\n * Licensed under the Apache License, Ve",
"end": 28,
"score": 0.9079924821853638,
"start": 21,
"tag": "NAME",
"value": "Netflix"
}
] | null | [] | /*
* Copyright 2019 Netflix, 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... | 3,814 | 0.706607 | 0.702412 | 103 | 36.029125 | 29.97781 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504854 | false | false | 5 |
4c43165ae215f8999b942c92707502c94892aec7 | 18,726,057,427,518 | 79e19a45d8b20e3c46377bd619b00d17fb0bd166 | /src/Monkey_GUI/GUI_Close.java | 0701662836e6da2c38715f2ef784bf915a52dca7 | [] | no_license | XingYu0707/MonkeyGUI | https://github.com/XingYu0707/MonkeyGUI | 83b8110566d0cebb7f2bed1c20267eb3cb82b0ec | fba1db4d04bbebb0ec748b7827e5a89adf940afb | refs/heads/master | 2020-06-13T17:01:35.430000 | 2017-01-19T09:35:41 | 2017-01-19T09:35:41 | 75,523,571 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Monkey_GUI;
import java.awt.*;
import java.awt.event.*;
import java.io.File;
import java.net.URL;
import java.util.HashMap;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.T... | GB18030 | Java | 8,465 | java | GUI_Close.java | Java | [] | null | [] | package Monkey_GUI;
import java.awt.*;
import java.awt.event.*;
import java.io.File;
import java.net.URL;
import java.util.HashMap;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.T... | 8,465 | 0.703253 | 0.683285 | 236 | 32.741524 | 21.773802 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.800848 | false | false | 5 |
c3468de1e828b021859584635fc540722f5c39e2 | 31,911,607,054,606 | 05f6c5eef02cf82855a0052faa5d91c6432a5745 | /src/application/clases/Probando.java | d7664c2a14e2ee2bc841023b6f16f8e80bbd5d9b | [] | no_license | jamesFSoft/sobreviviendo | https://github.com/jamesFSoft/sobreviviendo | d929e01bec362cfb40d433e1a8360f8fd5fe815b | 9667d45920aa895444f12ede23d9af82b2a5ff6f | refs/heads/main | 2023-06-09T01:38:33.796000 | 2021-06-29T01:29:45 | 2021-06-29T01:29:45 | 375,865,066 | 0 | 0 | null | false | 2021-06-24T22:19:37 | 2021-06-11T00:44:58 | 2021-06-24T22:17:54 | 2021-06-24T22:19:36 | 18 | 0 | 0 | 0 | Java | false | false | package application.clases;
public class Probando {
/**
* @param args
*/
public static void main(String[] args) {
Carne pescado = new Carne("Trucha", 25, true);
Integer nuevoPuntaje = pescado.getPuntaje();
Nocivo arena = new Nocivo("Arena", nuevoPuntaje - 10 , -10);
System.out.println(arena.getPuntaje(... | UTF-8 | Java | 331 | java | Probando.java | Java | [] | null | [] | package application.clases;
public class Probando {
/**
* @param args
*/
public static void main(String[] args) {
Carne pescado = new Carne("Trucha", 25, true);
Integer nuevoPuntaje = pescado.getPuntaje();
Nocivo arena = new Nocivo("Arena", nuevoPuntaje - 10 , -10);
System.out.println(arena.getPuntaje(... | 331 | 0.670695 | 0.652568 | 17 | 18.470589 | 20.787773 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 5 |
1cd762d7a07be8043c2637b0e23d9aa78d03fcc2 | 31,911,607,051,550 | c0f6925a03d7d427ac54334119eb600fea8ec565 | /web/src/main/java/egovframework/com/cons/service/ConsumableBoardService.java | a24a2fe55ca889ee2e803d61e31f9064f2abd430 | [] | no_license | eunsebi/java | https://github.com/eunsebi/java | e73c65b9c2832501a6ff33061b3965fbaa7f8e45 | d3f7b54266cf54b8a78de6a2f9da170014fc464a | refs/heads/master | 2021-01-10T12:06:51.434000 | 2015-10-05T04:16:56 | 2015-10-05T04:16:56 | 43,404,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package egovframework.com.cons.service;
import java.util.HashMap;
import java.util.Map;
public interface ConsumableBoardService {
/**
* 유포지 게시물 등록한다.
* @param consumableInventoryVO
* @throws Exception
*/
void insertCleanPaperUseRegister(ConsumableInventoryVO consumableInventoryVO) throws Exception;
/**
... | UTF-8 | Java | 4,039 | java | ConsumableBoardService.java | Java | [] | null | [] | package egovframework.com.cons.service;
import java.util.HashMap;
import java.util.Map;
public interface ConsumableBoardService {
/**
* 유포지 게시물 등록한다.
* @param consumableInventoryVO
* @throws Exception
*/
void insertCleanPaperUseRegister(ConsumableInventoryVO consumableInventoryVO) throws Exception;
/**
... | 4,039 | 0.754651 | 0.754651 | 157 | 22.624205 | 28.125381 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025478 | false | false | 5 |
d2a4103d7c0861f91da49f1cdc4ebecd33205a29 | 27,169,963,117,707 | 5e58b9f77e588d07272e524fb88ae03ea34c0c58 | /src/GameObjects/MapEdge.java | 47cef05093f755eae465370525b5b9e983c06bb1 | [] | no_license | jpreciadom/Bomberman | https://github.com/jpreciadom/Bomberman | a0b50da605594baa85ed5d07eeef0d38ca00baca | 161eb7470ed836041c54686605a721b3eea1d084 | refs/heads/master | 2020-04-24T12:04:04.963000 | 2020-02-25T15:32:10 | 2020-02-25T15:32:10 | 163,629,448 | 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 GameObjects;
import Utilities.ImageToDraw;
import Utilities.Vector2D;
import javafx.scene.shape.*;
/**
*
* @author Juan Die... | UTF-8 | Java | 759 | java | MapEdge.java | Java | [
{
"context": "D;\nimport javafx.scene.shape.*;\n\n/**\n *\n * @author Juan Diego\n */\npublic class MapEdge extends RigidObjects {\n ",
"end": 322,
"score": 0.999871551990509,
"start": 312,
"tag": "NAME",
"value": "Juan Diego"
}
] | 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 GameObjects;
import Utilities.ImageToDraw;
import Utilities.Vector2D;
import javafx.scene.shape.*;
/**
*
* @author <NAME>
... | 755 | 0.638999 | 0.620553 | 28 | 26.107143 | 22.556816 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 5 |
5d3c18958bc04f56149f66fa5a0051be985206b0 | 27,169,963,115,569 | 477d1e039fcd14fe1aa72463b43e45b96037ce93 | /src/main/java/com/sc/crmsys/bean/CustomerBean.java | 38b262ffe43b452fe3f134643529296f4d728a6a | [] | no_license | 3191226079/crm | https://github.com/3191226079/crm | b8d25c2345f7e4c62fd88cc5e083a3f38a902ee2 | 4b46517e826d65cbe7a152c5873924efac3e7dd6 | refs/heads/master | 2022-12-28T08:24:15.411000 | 2019-06-30T08:16:00 | 2019-06-30T08:16:00 | 192,544,881 | 0 | 0 | null | false | 2022-12-16T08:18:18 | 2019-06-18T13:23:43 | 2019-06-30T08:16:15 | 2022-12-16T08:18:15 | 2,938 | 0 | 0 | 12 | Java | false | false | package com.sc.crmsys.bean;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
public class CustomerBean {
private String customerId;
private String customerName;
private String customerUpDepartment;
private String customerContactPerson;
private... | UTF-8 | Java | 5,569 | java | CustomerBean.java | Java | [
{
"context": "is.customerId = customerId;\r\n\t\tthis.customerName = customerName;\r\n\t\tthis.customerUpDepartment = customerUpDep",
"end": 1258,
"score": 0.9990778565406799,
"start": 1250,
"tag": "NAME",
"value": "customer"
},
{
"context": "erId = customerId;\r\n\t\tthis.customerNa... | null | [] | package com.sc.crmsys.bean;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
public class CustomerBean {
private String customerId;
private String customerName;
private String customerUpDepartment;
private String customerContactPerson;
private... | 5,569 | 0.684503 | 0.684503 | 190 | 27.321053 | 28.7603 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.873684 | false | false | 5 |
c004967acd163992d0b60cbdbc79756186313b45 | 17,205,639,056,086 | 5c470fd046a22719e66ce65b4709a936a1ed370d | /Backend1/src/main/java/com/niit/dao/Frienddao.java | 54d176923504b4b25ece4190831816f7863c7d18 | [] | no_license | chinrasu555/Project2-WebApplication | https://github.com/chinrasu555/Project2-WebApplication | 9f9035d0c60eb052a828ca70a22c49fa67eee50c | e071dae1b6366ed8d0a25108937765b0b188097f | refs/heads/master | 2020-04-15T16:28:13.673000 | 2019-01-09T10:15:48 | 2019-01-09T10:15:48 | 164,838,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niit.dao;
import java.util.List;
import com.niit.model.Friend;
import com.niit.model.User;
public interface Frienddao {
List<User> getAllSuggestedUsers(String email);
void friendRequest(Friend friend);
List<Friend> pendingRequests(String email);//email is email id of logged in user
void acce... | UTF-8 | Java | 458 | java | Frienddao.java | Java | [] | null | [] | package com.niit.dao;
import java.util.List;
import com.niit.model.Friend;
import com.niit.model.User;
public interface Frienddao {
List<User> getAllSuggestedUsers(String email);
void friendRequest(Friend friend);
List<Friend> pendingRequests(String email);//email is email id of logged in user
void acce... | 458 | 0.770742 | 0.770742 | 19 | 22.210526 | 22.474731 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 5 |
8b17f15f9f312bde1b663f950c7543f17ead8d72 | 7,378,753,848,707 | e64c0ba075f981e34e294499903c3e35c3b1a8ea | /APS/src/com/newspace/aps/payChannel/wosai/utils/WosaiConfig.java | 3966303b8757ea8decbb13e40da1b3a40eff5e59 | [] | no_license | hk20088/Projects | https://github.com/hk20088/Projects | 26b96092fa33d7f939a43078ecc317a66cc81576 | a7aeb2200687d1212e35d7a6c0f0a55d663db808 | refs/heads/master | 2021-01-25T06:35:59.242000 | 2017-06-08T06:02:14 | 2017-06-08T06:02:14 | 93,584,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newspace.aps.payChannel.wosai.utils;
/**
* {@link WosaiConfig.java}
* @description: 喔噻分配的相关相关参数
* 备注:以下参数是喔噻万能收银台提供给 第三合作⽅的前置代理接口
* 喔噻会为
* 1)使本系统的第三方商户分配:wosai_store_id,wosai_appid,wosai_appkey,其中,
* wosai_appkey为私钥,必须在商户系统中妥善保存,不得外泄;
* 2)使用本系统的合作分配:channel_id; channel_secret;其中channel_secret为合
... | UTF-8 | Java | 1,556 | java | WosaiConfig.java | Java | [
{
"context": " channel_id和channel_secret请跟收钱吧申请\n * \n * @author Huqili\n * @date 2016年9月17日\n */\npublic class WosaiConfig ",
"end": 433,
"score": 0.9905187487602234,
"start": 427,
"tag": "NAME",
"value": "Huqili"
},
{
"context": "\n\t */\n\tpublic static final String WOSAI_APPKEY... | null | [] | package com.newspace.aps.payChannel.wosai.utils;
/**
* {@link WosaiConfig.java}
* @description: 喔噻分配的相关相关参数
* 备注:以下参数是喔噻万能收银台提供给 第三合作⽅的前置代理接口
* 喔噻会为
* 1)使本系统的第三方商户分配:wosai_store_id,wosai_appid,wosai_appkey,其中,
* wosai_appkey为私钥,必须在商户系统中妥善保存,不得外泄;
* 2)使用本系统的合作分配:channel_id; channel_secret;其中channel_secret为合
... | 1,502 | 0.741611 | 0.544463 | 45 | 25.48889 | 36.036785 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.844444 | false | false | 5 |
43410a01ac395ec7568673e426fe48f75def6add | 14,671,608,317,920 | 5ec94371ec7abd1c7719d8d6b3f651ce17406867 | /src/main/java/StringBuilderFail.java | 0fe86b1eb1103b76ce85891336f531c2beecd8fe | [
"MIT"
] | permissive | aakoch/pet-peeves | https://github.com/aakoch/pet-peeves | 8a7207482ab22ce2cc686a4c52328ce48462ea6d | aa1e6a84247d36647ce1672bbfe22a3e0654ee11 | refs/heads/master | 2021-01-20T19:44:50.203000 | 2016-06-22T12:49:01 | 2016-06-22T12:49:01 | 61,642,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author aakoch
* @since 6/22/2016
*/
public class StringBuilderFail {
public static void main(String[] args) {
String stringVariable = "string variable";
String calls = "calls";
StringBuilder sb = new StringBuilder();
sb.append("a string literal plus a " + stringVariable + ... | UTF-8 | Java | 659 | java | StringBuilderFail.java | Java | [
{
"context": "/**\n * @author aakoch\n * @since 6/22/2016\n */\npublic class StringBuilde",
"end": 21,
"score": 0.9996912479400635,
"start": 15,
"tag": "USERNAME",
"value": "aakoch"
}
] | null | [] | /**
* @author aakoch
* @since 6/22/2016
*/
public class StringBuilderFail {
public static void main(String[] args) {
String stringVariable = "string variable";
String calls = "calls";
StringBuilder sb = new StringBuilder();
sb.append("a string literal plus a " + stringVariable + ... | 659 | 0.608498 | 0.597876 | 18 | 35.611111 | 33.174854 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
cd93474cf4c71155030d6e4ca0f85ff284900a2e | 37,804,302,158,283 | 322c3de6d3e52eba36793709543e9f91390d2802 | /src/main/java/com/azure/azurecompat/util/EndergeticCompat.java | fc88bcc7b97040dd7fe0c9af237d6dd3f983a8e2 | [] | no_license | AzureDoom/Mine-and-Slash-AutoCompat | https://github.com/AzureDoom/Mine-and-Slash-AutoCompat | f86d75c1a82e6ba985b7530c71db3232e291aa50 | ece6b84a723e194ceb30f657b01abb7605d44b7c | refs/heads/master | 2020-09-09T03:40:59.031000 | 2020-02-22T17:10:22 | 2020-02-22T17:10:22 | 221,334,247 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.azure.azurecompat.util;
import com.robertx22.mine_and_slash.api.MineAndSlashAPI;
import com.robertx22.mine_and_slash.config.compatible_items.ConfigItem;
import com.robertx22.mine_and_slash.database.gearitemslots.cloth.ClothChest;
public class EndergeticCompat {
public EndergeticCompat() {
MineAndSlash... | UTF-8 | Java | 466 | java | EndergeticCompat.java | Java | [
{
"context": "package com.azure.azurecompat.util;\n\nimport com.robertx22.mine_and_slash.api.MineAndSlashAPI;\nimport com.ro",
"end": 57,
"score": 0.9699962139129639,
"start": 48,
"tag": "USERNAME",
"value": "robertx22"
},
{
"context": "22.mine_and_slash.api.MineAndSlashAPI;\nimport ... | null | [] | package com.azure.azurecompat.util;
import com.robertx22.mine_and_slash.api.MineAndSlashAPI;
import com.robertx22.mine_and_slash.config.compatible_items.ConfigItem;
import com.robertx22.mine_and_slash.database.gearitemslots.cloth.ClothChest;
public class EndergeticCompat {
public EndergeticCompat() {
MineAndSlash... | 466 | 0.815451 | 0.802575 | 13 | 34.923077 | 32.156975 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 5 |
f0a30ce357a7ac744a11f0c99280d5b403a0bdc9 | 35,003,983,511,457 | 422010250c9c0f6530b73f69953366cb9fa376e9 | /src/test/java/com/mayab/calidad/dao/TestDAO.java | 2c099a712619be424576ba17d566f6c982030af5 | [] | no_license | korriwan/assignments_qualityandtests | https://github.com/korriwan/assignments_qualityandtests | cd0e6eb660407f134302c7b4cabd047cb0c2ab9e | c7d457c32af0f81d1c81b90cf5cb5c892e0fb815 | refs/heads/main | 2023-05-02T00:40:47.472000 | 2020-12-02T01:19:17 | 2020-12-02T01:19:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mayab.calidad.dao;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestDAO {
private DAOFake dao;
@Before
public void setup(){
dao = new DAOFake();
}
@After
public ... | UTF-8 | Java | 1,161 | java | TestDAO.java | Java | [
{
"context": " {\n\t\tStudent student = new Student(\"1\",\"nombre\", \"xx@xx.xxx\", 22, 7.0f);\n\t\t\n\t\tdao.addStudent(student);\n\t\t\n\t\tS",
"end": 436,
"score": 0.9994400143623352,
"start": 427,
"tag": "EMAIL",
"value": "xx@xx.xxx"
},
{
"context": "){\n\t\tStudent student = ne... | null | [] | package com.mayab.calidad.dao;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestDAO {
private DAOFake dao;
@Before
public void setup(){
dao = new DAOFake();
}
@After
public ... | 1,157 | 0.676141 | 0.658053 | 60 | 18.35 | 18.549776 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.866667 | false | false | 5 |
89683e9f397defa94fd7c344519ee8a6d33a4b3b | 35,003,983,509,573 | 194ed35fd7a24e56468856d844f5ab16ffc7e6dc | /sor/src/test/java/com/bazaarvoice/emodb/sor/core/DeltaHistoryTest.java | aa980ed3e7dcacad21cd8a5080b0bc1a6f428c6e | [
"Apache-2.0"
] | permissive | bazaarvoice/emodb | https://github.com/bazaarvoice/emodb | e08ac86ff561b92faa6b739423cd4eb88b9ffbc0 | 00c574745567dad04f6a2375940068a05dee4a54 | refs/heads/main | 2023-09-05T05:57:15.054000 | 2023-09-01T07:20:11 | 2023-09-01T07:20:11 | 66,303,306 | 64 | 67 | Apache-2.0 | false | 2023-09-13T20:31:18 | 2016-08-22T19:51:26 | 2023-04-12T07:10:33 | 2023-09-13T20:31:17 | 40,500 | 54 | 44 | 124 | Java | false | false | package com.bazaarvoice.emodb.sor.core;
import com.bazaarvoice.emodb.sor.api.Audit;
import com.bazaarvoice.emodb.sor.api.AuditBuilder;
import com.bazaarvoice.emodb.sor.api.Change;
import com.bazaarvoice.emodb.sor.api.DataStore;
import com.bazaarvoice.emodb.sor.api.ReadConsistency;
import com.bazaarvoice.emodb.sor.api.... | UTF-8 | Java | 15,799 | java | DeltaHistoryTest.java | Java | [
{
"context": "meUUIDs.newUUID(), Deltas.fromString(\"{\\\"name\\\":\\\"Bob\\\"}\"), newAudit(\"submit\"), WriteConsistency.STRONG",
"end": 2245,
"score": 0.999491810798645,
"start": 2242,
"tag": "NAME",
"value": "Bob"
},
{
"context": "meUUIDs.newUUID(), Deltas.fromString(\"{\\\"name\... | null | [] | package com.bazaarvoice.emodb.sor.core;
import com.bazaarvoice.emodb.sor.api.Audit;
import com.bazaarvoice.emodb.sor.api.AuditBuilder;
import com.bazaarvoice.emodb.sor.api.Change;
import com.bazaarvoice.emodb.sor.api.DataStore;
import com.bazaarvoice.emodb.sor.api.ReadConsistency;
import com.bazaarvoice.emodb.sor.api.... | 15,799 | 0.659789 | 0.650548 | 328 | 47.167683 | 40.048744 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.996951 | false | false | 5 |
77c837014e4f9284968e5ee87077ec9424ea15a5 | 35,407,710,429,168 | 866553ae0f362e9d36fba844e3b7dfba9395af16 | /src/main/java/com/manage/app/dao/ManageExpressDaoImpl.java | 5686284282cfeda33632e886f8c4ee2b6dbda23e | [] | no_license | c12king/manager | https://github.com/c12king/manager | a39975dc1193610f1a7c0c5846d11fe569c75dbf | c3e47e81a90d93fa67b4cbfc4b2cd41089274df1 | refs/heads/master | 2020-05-30T08:26:41.050000 | 2015-03-04T10:45:28 | 2015-03-04T10:45:28 | 28,179,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manage.app.dao;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.manage.app.bean.ManageExpr... | UTF-8 | Java | 4,287 | java | ManageExpressDaoImpl.java | Java | [] | null | [] | package com.manage.app.dao;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.manage.app.bean.ManageExpr... | 4,287 | 0.726141 | 0.725897 | 142 | 26.852112 | 34.01759 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380282 | false | false | 5 |
afe49697a4942d21cde71d99b0b38ba73f1121ef | 32,315,334,001,442 | 715886a98aa526dc4c1253f82c092866cd203e61 | /src/main/java/org/iesalandalus/programacion/reservasaulas/modelo/dominio/Profesor.java | b17f3465a356ae1e23065bc8151276c0fa22ac54 | [] | no_license | RafaelAybar/ReservasAulas-v0 | https://github.com/RafaelAybar/ReservasAulas-v0 | 062d779c9df518ba06ebd1c7a7b1baaf96ac6975 | 67ba9fe5754d6f740accdb19d8090416d69e156a | refs/heads/master | 2020-04-13T16:20:15.233000 | 2019-02-27T01:51:07 | 2019-02-27T01:51:07 | 163,318,507 | 0 | 0 | null | true | 2018-12-27T17:06:21 | 2018-12-27T17:06:21 | 2018-11-29T00:31:57 | 2018-11-29T00:31:56 | 326 | 0 | 0 | 0 | null | false | null | package org.iesalandalus.programacion.reservasaulas.modelo.dominio;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Profesor {
private static final String ER_TELEFONO = "^[9]+[0-9]{8}|[6]+[0-9]{8}";
private static final String ER_CORREO = "^[A-Z0-9._%+-]+@[A-Z0-9.-]*$";
privat... | UTF-8 | Java | 3,206 | java | Profesor.java | Java | [] | null | [] | package org.iesalandalus.programacion.reservasaulas.modelo.dominio;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Profesor {
private static final String ER_TELEFONO = "^[9]+[0-9]{8}|[6]+[0-9]{8}";
private static final String ER_CORREO = "^[A-Z0-9._%+-]+@[A-Z0-9.-]*$";
privat... | 3,206 | 0.557776 | 0.552467 | 113 | 27.345133 | 24.208815 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451327 | false | false | 5 |
fc84365a9c6550e90a38f8f5f93cc0fa2a6c949d | 37,555,194,059,004 | ebb225d925674bbe5859a7608abcf71d019118bf | /watchstore-server/src/main/java/com/pilot/watchstore/services/impl/CartServiceImpl.java | 311b6aa28d01982943a5032d4775759c5b4426b2 | [] | no_license | petarpetrovic2913/IT355-WatchStore | https://github.com/petarpetrovic2913/IT355-WatchStore | a683017d0859840570890c96d72a9cb6028a55ae | 645c2fa137d33514d9bed37c35708b2e6bf7276e | refs/heads/master | 2021-06-25T13:46:24.890000 | 2019-06-30T19:25:05 | 2019-06-30T19:25:05 | 194,548,274 | 0 | 0 | null | false | 2021-01-05T11:28:49 | 2019-06-30T18:29:08 | 2019-06-30T19:25:20 | 2021-01-05T11:28:48 | 347 | 0 | 0 | 1 | Java | false | false | package com.pilot.watchstore.services.impl;
import com.pilot.watchstore.exceptions.handlers.InvalidParameterException;
import com.pilot.watchstore.exceptions.handlers.RequestedResourceNotFoundException;
import com.pilot.watchstore.model.Cart;
import com.pilot.watchstore.model.CartItem;
import com.pilot.watchstore.mode... | UTF-8 | Java | 3,661 | java | CartServiceImpl.java | Java | [] | null | [] | package com.pilot.watchstore.services.impl;
import com.pilot.watchstore.exceptions.handlers.InvalidParameterException;
import com.pilot.watchstore.exceptions.handlers.RequestedResourceNotFoundException;
import com.pilot.watchstore.model.Cart;
import com.pilot.watchstore.model.CartItem;
import com.pilot.watchstore.mode... | 3,661 | 0.673313 | 0.672767 | 99 | 35.979797 | 31.003088 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535354 | false | false | 5 |
b302ddd933566b2892be41ea24880840a557b29b | 4,509,715,725,478 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a112/A112031.java | 0959d213a87b97faca74a803b499ad151ec8f698 | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a112;
// Generated by gen_linrec.pl - DO NOT EDIT here!
import irvine.oeis.LinearRecurrence;
/**
* A112031 Numerator of <code>3/4 + 1/4 - 3/8 - 1/8 + 3/16 + 1/16 - 3/32 - 1/32 + 3/64 +</code> ....
* @author Georg Fischer
*/
public class A112031 extends LinearRecurrence {
/** Construct the se... | UTF-8 | Java | 455 | java | A112031.java | Java | [
{
"context": "1/16 - 3/32 - 1/32 + 3/64 +</code> ....\n * @author Georg Fischer\n */\npublic class A112031 extends LinearRecurrence",
"end": 244,
"score": 0.9998326301574707,
"start": 231,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a112;
// Generated by gen_linrec.pl - DO NOT EDIT here!
import irvine.oeis.LinearRecurrence;
/**
* A112031 Numerator of <code>3/4 + 1/4 - 3/8 - 1/8 + 3/16 + 1/16 - 3/32 - 1/32 + 3/64 +</code> ....
* @author <NAME>
*/
public class A112031 extends LinearRecurrence {
/** Construct the sequence.... | 448 | 0.61978 | 0.492308 | 16 | 27.4375 | 27.009186 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
eb0fb2258143b274331937f789a81f55bbcbb889 | 35,141,422,462,342 | 11dc14d4f9083ce6bdcd3d9eaad15670d025d9a3 | /src/main/java/com/fictivebank/core/service/impl/HistoryServiceImpl.java | 93aca155cc94e98c68f7a5289a49410991617d36 | [] | no_license | kissimre/core-banking-homework | https://github.com/kissimre/core-banking-homework | e388ba619ff22fca15791a99889718359d320b4a | fc17b0e37b53766a44f88599cfd7dfdbb9069cff | refs/heads/master | 2020-03-19T04:23:02.956000 | 2018-06-02T14:58:52 | 2018-06-02T14:58:52 | 135,822,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fictivebank.core.service.impl;
import java.math.BigDecimal;
import java.text.NumberFormat;
import java.util.List;
import org.springframework.data.domain.Sort;
import org.springframework.data.domain.Sort.Direction;
import org.springframework.stereotype.Service;
import com.fictivebank.core.model.Account;
i... | UTF-8 | Java | 2,724 | java | HistoryServiceImpl.java | Java | [] | null | [] | package com.fictivebank.core.service.impl;
import java.math.BigDecimal;
import java.text.NumberFormat;
import java.util.List;
import org.springframework.data.domain.Sort;
import org.springframework.data.domain.Sort.Direction;
import org.springframework.stereotype.Service;
import com.fictivebank.core.model.Account;
i... | 2,724 | 0.726505 | 0.724302 | 71 | 37.366196 | 30.873316 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788732 | false | false | 5 |
98d4706b37a1140cc2026d548e75a31f980c329b | 34,772,055,274,037 | 050d277065332adbfc56a2008df1a2d35ad69f84 | /wslib/src/main/java/nl/inl/blacklab/server/jobs/HitGroupSortSettings.java | f28573af60daab3c33206f128b248084494869dc | [
"Apache-2.0"
] | permissive | INL/BlackLab | https://github.com/INL/BlackLab | d48d4cbb6e3bd0fd797c76472b272651c0fcdb42 | c27a1b0ad0425393ca7c8cf1d048bf0fad6f7bf6 | refs/heads/dev | 2023-09-02T19:14:26.371000 | 2023-08-10T09:59:58 | 2023-08-10T10:03:47 | 6,074,181 | 73 | 50 | Apache-2.0 | false | 2023-09-14T11:42:14 | 2012-10-04T10:59:42 | 2023-09-10T01:33:35 | 2023-09-14T11:42:10 | 25,314 | 87 | 52 | 73 | Java | false | false | package nl.inl.blacklab.server.jobs;
import nl.inl.blacklab.resultproperty.HitGroupProperty;
public class HitGroupSortSettings {
private final HitGroupProperty sortBy;
public HitGroupSortSettings(HitGroupProperty sortBy) {
super();
this.sortBy = sortBy;
}
public HitGroupProperty sor... | UTF-8 | Java | 453 | java | HitGroupSortSettings.java | Java | [] | null | [] | package nl.inl.blacklab.server.jobs;
import nl.inl.blacklab.resultproperty.HitGroupProperty;
public class HitGroupSortSettings {
private final HitGroupProperty sortBy;
public HitGroupSortSettings(HitGroupProperty sortBy) {
super();
this.sortBy = sortBy;
}
public HitGroupProperty sor... | 453 | 0.673289 | 0.673289 | 23 | 18.695652 | 19.116199 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 5 |
48edbb3de774bd7b33300a52f316e1bd3661e342 | 30,897,994,785,112 | 28aea1e62df10b31d0cf1211bb531a8449cfe42a | /com.learnautomation.hybrid/src/test/java/factory/DataProviderFactory.java | 5f3080db3f9445c01a5396c6fabf624c4f78bda0 | [] | no_license | yash1731/LearnAutomationOnline | https://github.com/yash1731/LearnAutomationOnline | 8c3583ac3e015e1983b473e82e2404494d46b0d0 | dc40b20d6fed08c8bff03673db1a5ee79d0f4597 | refs/heads/master | 2020-12-04T17:55:10.485000 | 2016-09-06T10:13:42 | 2016-09-06T10:13:42 | 67,490,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package factory;
import dataProvider.ConfigDetaProvider;
import dataProvider.ExcelDetaProvider;
public class DataProviderFactory {
public static ConfigDetaProvider getConfig()
{
ConfigDetaProvider config = new ConfigDetaProvider();
return config;
}
public static ExcelDetaProvider getExcel()
{
Exc... | UTF-8 | Java | 396 | java | DataProviderFactory.java | Java | [] | null | [] | package factory;
import dataProvider.ConfigDetaProvider;
import dataProvider.ExcelDetaProvider;
public class DataProviderFactory {
public static ConfigDetaProvider getConfig()
{
ConfigDetaProvider config = new ConfigDetaProvider();
return config;
}
public static ExcelDetaProvider getExcel()
{
Exc... | 396 | 0.760101 | 0.760101 | 24 | 15.5 | 19.072231 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.291667 | false | false | 5 |
7d347ec2f1834c3ed76b60c5c74de5d9629234f0 | 18,854,906,484,647 | 3641a36ddfc6eb689c1bba350a557aaf67b273cc | /src/main/java/com/postman/qa/pages/LoginPage.java | afa3a0ba1e2692bcc4b65f890630084c2850fced | [] | no_license | rakiuppar/PostmanAssignment | https://github.com/rakiuppar/PostmanAssignment | 76ad98ba5808b277d662ac7f8b727491d0ac1542 | e848c63698ad71435e9c4099c0d70e297d6be025 | refs/heads/master | 2023-04-14T19:05:23.280000 | 2020-05-04T13:14:09 | 2020-05-04T13:14:09 | 260,702,501 | 0 | 0 | null | false | 2021-04-26T20:14:34 | 2020-05-02T14:18:36 | 2020-05-04T13:14:12 | 2021-04-26T20:14:33 | 9,096 | 0 | 0 | 1 | HTML | false | false | /* @author Rakesh Mustoor
*
*/
package com.postman.qa.pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.postman.qa.base.Base;
public class LoginPage extends Base {
@FindBy(id = "username")
WebElement... | UTF-8 | Java | 1,288 | java | LoginPage.java | Java | [
{
"context": "/* @author Rakesh Mustoor\r\n * \r\n */\r\npackage com.postman.qa.pages;\r\n\r\nimpor",
"end": 25,
"score": 0.9998801350593567,
"start": 11,
"tag": "NAME",
"value": "Rakesh Mustoor"
},
{
"context": " class LoginPage extends Base {\r\n\r\n\t@FindBy(id = \"username\")\r\n... | null | [] | /* @author <NAME>
*
*/
package com.postman.qa.pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.postman.qa.base.Base;
public class LoginPage extends Base {
@FindBy(id = "username")
WebElement userNam... | 1,276 | 0.693323 | 0.692547 | 58 | 20.206896 | 17.836187 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.137931 | false | false | 5 |
846ef0248d83abe39657de0a722e34f8a0bc95dd | 16,140,487,128,728 | 6b18283b9e1a75f92c923041c1b619ce9143874f | /mobile/src/cat/DesktopRun.java | ba81d69f98cc7eaa851826553e0e24db499fd05c | [] | no_license | l1z2g9/accountforwife | https://github.com/l1z2g9/accountforwife | cac655cfc01ab690730100e2d7eaf958456cd0eb | 5adb3b0d594a54c48d395a90202a6f6a54879e01 | refs/heads/master | 2020-04-06T04:36:01.523000 | 2013-01-21T07:06:23 | 2013-01-21T07:06:23 | 32,308,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cat;
import java.awt.Frame;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.net.HttpURLConnection;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.SwingUtilities;
import cat.model.Item;
import com.sun.lwuit.D... | UTF-8 | Java | 2,254 | java | DesktopRun.java | Java | [] | null | [] | package cat;
import java.awt.Frame;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.net.HttpURLConnection;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.SwingUtilities;
import cat.model.Item;
import com.sun.lwuit.D... | 2,254 | 0.653505 | 0.62378 | 81 | 25.82716 | 20.145023 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.222222 | false | false | 5 |
3722c41d93f824059c218decc947fdb9390d1f1d | 6,493,990,620,034 | b51d36064e0582f2ef44b774e7e881e3166f53de | /src/main/java/io/simars/petstore/entity/image/Image.java | 2f9e87938be1b2b5497b30c2c07a1aaa828d8d3e | [] | no_license | simars/pet-store-srv-spring | https://github.com/simars/pet-store-srv-spring | 74b8e4cbc9aeb2fb8912db6eabe51dfbd785c103 | f533c0986f6af0a7232243eee5f26d6141d83eef | refs/heads/master | 2020-03-27T00:40:02.811000 | 2018-03-27T18:42:35 | 2018-03-27T18:42:35 | 145,643,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.simars.petstore.entity.image;
import io.simars.petstore.entity.BaseEntity;
import org.hibernate.annotations.NaturalId;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import java.util.Objects;
@Enti... | UTF-8 | Java | 1,146 | java | Image.java | Java | [] | null | [] | package io.simars.petstore.entity.image;
import io.simars.petstore.entity.BaseEntity;
import org.hibernate.annotations.NaturalId;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import java.util.Objects;
@Enti... | 1,146 | 0.605585 | 0.605585 | 58 | 18.758621 | 16.914909 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 5 |
2a6055c06f8e080e333ac1e69641dab25a1f476d | 6,493,990,619,788 | b6ddb3397c6bb38f3d6217038490c2af88aa4f52 | /Assignment4/OOprinciples/src/main/java/Inheritance_pckg/runMain.java | 762940108d58df054b819acce7c89e8544f1fd8a | [] | no_license | aketelo/Assignment4 | https://github.com/aketelo/Assignment4 | f9b80f3b047231e6d0f236631dd7ca0e67eac30d | fb782dd2c6adc392f40233de5d47ae97a8adca52 | refs/heads/master | 2021-01-18T17:56:56.805000 | 2017-04-01T03:30:15 | 2017-04-01T03:30:15 | 86,828,905 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Inheritance_pckg;
/**
* Created by student on 2017/03/23.
*/
public class runMain
{
public String DogFoodType()
{
Dog pitbull = new Dog();
String f_type = pitbull.eat();
return f_type;
}
public String BirdFoodType()
{
Bird pidgeon = new Bird();
... | UTF-8 | Java | 387 | java | runMain.java | Java | [
{
"context": "package Inheritance_pckg;\n\n/**\n * Created by student on 2017/03/23.\n */\npublic class runMain\n{\n\n\n p",
"end": 52,
"score": 0.9950742125511169,
"start": 45,
"tag": "USERNAME",
"value": "student"
}
] | null | [] | package Inheritance_pckg;
/**
* Created by student on 2017/03/23.
*/
public class runMain
{
public String DogFoodType()
{
Dog pitbull = new Dog();
String f_type = pitbull.eat();
return f_type;
}
public String BirdFoodType()
{
Bird pidgeon = new Bird();
... | 387 | 0.54522 | 0.524548 | 29 | 12.344828 | 14.434813 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 5 |
ca56a639009e03eff65d62aa7bf4aa7312e6e406 | 17,566,416,308,655 | e00edb905ec2bc5fc93a71da566aab5bcbf7ef10 | /src/cn/oy/dao/UserDao.java | 4d593bb59cd96feb2a19c8ba01413b0f1638fd4e | [] | no_license | 1471104698/webChat | https://github.com/1471104698/webChat | 85f02e9312d8f9ec0b8f47dcd07ebbfed8fe2db1 | 2b1ee8bc2ca905ed0c4e171e72aa096e7b841159 | refs/heads/master | 2020-05-18T07:16:17.306000 | 2019-05-13T10:25:57 | 2019-05-13T10:25:57 | 184,258,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.oy.dao;
import java.util.List;
import cn.oy.pojo.Group;
import cn.oy.pojo.User;
public interface UserDao {
//检查用户是否为空||通过账号称查找用户
User isEmptyByAccount(String account);
//检查用户是否为空
User isEmptyById(Integer id);
//通过用户名称查找用户
List<User> isExistByNameDao(String name);
//得到用户信息
User Logi... | UTF-8 | Java | 1,741 | java | UserDao.java | Java | [] | null | [] | package cn.oy.dao;
import java.util.List;
import cn.oy.pojo.Group;
import cn.oy.pojo.User;
public interface UserDao {
//检查用户是否为空||通过账号称查找用户
User isEmptyByAccount(String account);
//检查用户是否为空
User isEmptyById(Integer id);
//通过用户名称查找用户
List<User> isExistByNameDao(String name);
//得到用户信息
User Logi... | 1,741 | 0.729581 | 0.729581 | 52 | 26.01923 | 23.003754 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.846154 | false | false | 5 |
a53ce1edf136576348a97156d4fae1e68baa45cc | 21,234,318,380,131 | 8bba923942604359185cfceffc680b006efb9306 | /DatabasesFrameworksHibernate/wedding-planner/src/main/java/weddingplanner/weddingplanner/repositories/AgencyRepository.java | 88d32284cf6f6a9cf0138ab4d067b4f0bb178460 | [] | no_license | KaPrimov/JavaCoursesSoftUni | https://github.com/KaPrimov/JavaCoursesSoftUni | d8a48ab30421d7a847f35d970535ddc3da595597 | 9676ec4c9bc1ece13d64880ff47a3728227bf4c9 | refs/heads/master | 2022-12-04T13:27:47.249000 | 2022-07-14T14:44:10 | 2022-07-14T14:44:10 | 97,306,295 | 1 | 2 | null | false | 2022-11-24T09:28:28 | 2017-07-15T09:39:47 | 2022-07-14T14:44:23 | 2022-11-24T09:28:24 | 8,334 | 1 | 1 | 51 | Java | false | false | package weddingplanner.weddingplanner.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import weddingplanner.weddingplanner.entities... | UTF-8 | Java | 892 | java | AgencyRepository.java | Java | [] | null | [] | package weddingplanner.weddingplanner.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import weddingplanner.weddingplanner.entities... | 892 | 0.75 | 0.747758 | 25 | 34.68 | 25.140757 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 5 |
a014423c176830158937ca6f086707910f7e8c1a | 2,585,570,328,993 | 76bf471471097103eaac71a5d3381c206eb367b0 | /src/br/com/tresf/formatanome/ComTitulo.java | 450ba787f2f9663ef2e99c2a7fd2cd5168689d84 | [] | no_license | fabix83/ITA_Avaliacoes | https://github.com/fabix83/ITA_Avaliacoes | 4f21b8d4dc3d237afe743f169781a4dcca8b7f20 | c5eaf675fdf50e83cdd6aa530ef1c0f7b69cf59e | refs/heads/master | 2021-01-01T05:18:19.089000 | 2016-04-17T13:24:16 | 2016-04-17T13:24:16 | 56,437,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.tresf.formatanome;
public class ComTitulo implements FormatadorNome {
String titulo;
ComTitulo (String titulo) {
this.titulo = titulo;
}
public String formataNome(String nome, String sobrenome) {
return titulo + " " + nome + " " + sobrenome;
}
}
| UTF-8 | Java | 277 | java | ComTitulo.java | Java | [] | null | [] | package br.com.tresf.formatanome;
public class ComTitulo implements FormatadorNome {
String titulo;
ComTitulo (String titulo) {
this.titulo = titulo;
}
public String formataNome(String nome, String sobrenome) {
return titulo + " " + nome + " " + sobrenome;
}
}
| 277 | 0.700361 | 0.700361 | 15 | 17.466667 | 20.415245 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 5 |
8c7f71b10d071d052d497bffe3a96159f3d89235 | 6,691,559,111,877 | 300e2de7d2a438fa65f742416368b0db21e42cec | /app/src/main/java/com/breakfastseta/foodcache/recipe/viewrecipe/CookRecipeActivity.java | f217a12b6533ea7b86c51a32413fdae694e7a26c | [] | no_license | samuelfangjw/FoodCache | https://github.com/samuelfangjw/FoodCache | d53d8c0105211e82a2bed7c1b7d6f216d1baa102 | 99b347d123ce18af2b0d9d59861ef72b7284a787 | refs/heads/master | 2023-02-18T07:56:45.495000 | 2020-12-26T09:02:10 | 2020-12-26T09:02:10 | 267,289,835 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.breakfastseta.foodcache.recipe.viewrecipe;
import android.content.Intent;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.LinearLayoutManager;
im... | UTF-8 | Java | 2,720 | java | CookRecipeActivity.java | Java | [] | null | [] | package com.breakfastseta.foodcache.recipe.viewrecipe;
import android.content.Intent;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.LinearLayoutManager;
im... | 2,720 | 0.687868 | 0.687868 | 79 | 33.443039 | 24.632359 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670886 | false | false | 5 |
88ca02679a1e1643cad21404fb97d7cbddf1599d | 27,015,344,333,055 | 24dea0685446578b04e59b7be9dd7144d662ff5d | /src/main/java/ren/wizard/archm/provider/controller/TestController.java | 499940e84c3dba0f4c3cf56d45a64febebcf3868 | [] | no_license | wizardArchm/archmProvider | https://github.com/wizardArchm/archmProvider | 9c0589980d616a0cc80d3c34a2ce44ef0a57ecf8 | f427c5d7fc585c85983aae266b8448121240f24f | refs/heads/master | 2020-03-16T14:57:41.952000 | 2018-05-09T12:38:10 | 2018-05-09T12:38:10 | 132,720,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ren.wizard.archm.provider.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping... | UTF-8 | Java | 1,130 | java | TestController.java | Java | [
{
"context": "mport reactor.core.publisher.Flux;\n\n/**\n * @author uyangjie\n */\n@RestController\n@RequestMapping(\"/test/\")\npub",
"end": 445,
"score": 0.9993768930435181,
"start": 437,
"tag": "USERNAME",
"value": "uyangjie"
}
] | null | [] | package ren.wizard.archm.provider.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping... | 1,130 | 0.723009 | 0.723009 | 36 | 30.388889 | 24.361032 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 5 |
06991c718f631c2dc9d7cd76f3bb5af43742d654 | 22,677,427,328,384 | c624676c90af2b39609fc306b0cab0ba301d03d5 | /src/main/java/com/lhx/s3/service/BaseService.java | 9142db4647ca1988d7aa8e318a083616708f55b7 | [] | no_license | Garolhx/s3 | https://github.com/Garolhx/s3 | 36427bdbc2e0e2da9eb9c21460836f08cb9e3bfb | 9a059dd8a6950edaf3df18edc5a89fd1cae9d80b | refs/heads/master | 2022-12-23T14:48:56.867000 | 2020-09-30T00:47:28 | 2020-09-30T00:47:28 | 290,140,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lhx.s3.service;
import com.amazonaws.ClientConfiguration;
import com.amazonaws.Protocol;
import com.amazonaws.auth.AWSCredentials;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazona... | UTF-8 | Java | 2,007 | java | BaseService.java | Java | [] | null | [] | package com.lhx.s3.service;
import com.amazonaws.ClientConfiguration;
import com.amazonaws.Protocol;
import com.amazonaws.auth.AWSCredentials;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazona... | 2,007 | 0.730475 | 0.72486 | 56 | 33.982143 | 26.994371 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
9531dcbdf4275224e81ddc30293afa248dfe9559 | 10,170,482,583,654 | ebe2b44faddebaf4cb17d6f35f5eb53556176b43 | /src/stericson/busybox/interfaces/PopupCallback.java | 6da7c372d681fb1478a5cf91cf94e6ec807dcd28 | [] | no_license | Stericson/busybox-free | https://github.com/Stericson/busybox-free | 61b9489d99264c1cf5998853c72840caf4d863c2 | c73855c8decf45472ce138ada4e1f4c7d3e159ea | refs/heads/master | 2021-01-18T22:35:30.267000 | 2020-07-18T20:18:35 | 2020-07-18T20:18:35 | 16,189,346 | 41 | 16 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stericson.busybox.interfaces;
public interface PopupCallback
{
void popupDismissed(int id);
}
| UTF-8 | Java | 107 | java | PopupCallback.java | Java | [
{
"context": "package stericson.busybox.interfaces;\n\npublic interface Popu",
"end": 10,
"score": 0.7512319684028625,
"start": 8,
"tag": "USERNAME",
"value": "st"
}
] | null | [] | package stericson.busybox.interfaces;
public interface PopupCallback
{
void popupDismissed(int id);
}
| 107 | 0.785047 | 0.785047 | 6 | 16.833334 | 16.303545 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
cb4df853e6c4ff3493264bd42a6d17bb2cc2202a | 21,990,232,589,138 | 3f7c7d559a5743ab38012a92ea35a2a5410f18ee | /services/Dynamohr126tabs/src/com/test_25feb/dynamohr126tabs/service/AnnouncementServiceImpl.java | 22292a8007e8778a7a3f8c5cdbd4f272ebf27c90 | [] | no_license | Sushma-M/tes25feb | https://github.com/Sushma-M/tes25feb | 427a8d2d875a894ffaa45170ff62fbcd37ecc74a | 2adc594a0a12673349463fd328e2beb89586b3a5 | refs/heads/master | 2021-01-10T15:09:35.906000 | 2016-02-25T08:40:21 | 2016-02-25T08:40:21 | 52,509,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Copyright (c) 2016-2017 gmail.com All Rights Reserved.
This software is the confidential and proprietary information of gmail.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with gmail.com*/
package co... | UTF-8 | Java | 4,646 | java | AnnouncementServiceImpl.java | Java | [] | null | [] | /*Copyright (c) 2016-2017 gmail.com All Rights Reserved.
This software is the confidential and proprietary information of gmail.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with gmail.com*/
package co... | 4,646 | 0.741713 | 0.729875 | 113 | 40.097343 | 35.057465 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566372 | false | false | 5 |
0f5e90da5110d2a4cf20a5484b35e4bf201948dc | 5,935,644,809,216 | df417fb19fb3b535c946f6333d8e0fa1c931c145 | /Winter_Base/src/week3/Code_2675.java | f0bafe15288b1233ab96ef795daa27eb02fd4382 | [] | no_license | kje6445/algorithm | https://github.com/kje6445/algorithm | 47570f3c8d4ebda2730880261dc686745a25e976 | 39bc878b512dad8771d82a7aab9a83ed0d6c70b3 | refs/heads/master | 2021-06-26T20:13:57.040000 | 2019-07-26T06:39:49 | 2019-07-26T06:39:49 | 150,244,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package week3;
import java.util.Scanner;
/*
문자열 반복
문제
문자열 S를 입력받은 후에, 각 문자를 R번 반복해 새 문자열 P를 만든 후 출력하는 프로그램을 작성하시오. 즉, 첫 번째 문자를 R번 반복하고, 두 번째 문자를 R번 반복하는 식으로 P를 만들면 된다. S에는 QR Code "alphanumeric" 문자만 들어있다.
QR Code "alphanumeric" 문자는 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\$%*+-./: 이다.
입력
첫째 줄에 테스트 케이스의 개수 ... | UTF-8 | Java | 1,324 | java | Code_2675.java | Java | [] | null | [] | package week3;
import java.util.Scanner;
/*
문자열 반복
문제
문자열 S를 입력받은 후에, 각 문자를 R번 반복해 새 문자열 P를 만든 후 출력하는 프로그램을 작성하시오. 즉, 첫 번째 문자를 R번 반복하고, 두 번째 문자를 R번 반복하는 식으로 P를 만들면 된다. S에는 QR Code "alphanumeric" 문자만 들어있다.
QR Code "alphanumeric" 문자는 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\$%*+-./: 이다.
입력
첫째 줄에 테스트 케이스의 개수 ... | 1,324 | 0.625296 | 0.586288 | 67 | 11.626865 | 26.404905 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522388 | false | false | 5 |
22b92c19e50720df1f310e0a33a32e4a5c1672d9 | 22,110,491,640,457 | 9d36a12c1d188814b6759dee40af461d4fdbac1f | /ecommerce/src/main/java/com/tomtom/ecommerce/repoistory/AddProductToCartRepo.java | 5cbab93e96158048bf55adf890e227e2d286c4bd | [] | no_license | saurabh301990/TomTomProblem | https://github.com/saurabh301990/TomTomProblem | 7df39a67e14d6ed3e8ec0bc2bd6adb0ada6f39a4 | 428954742996b1b3e82df3ca7745746f108f1582 | refs/heads/main | 2023-07-02T02:19:52.022000 | 2021-08-10T10:38:52 | 2021-08-10T10:38:52 | 394,613,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tomtom.ecommerce.repoistory;
import com.tomtom.ecommerce.entity.CartEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface AddProductToCartRepo extends JpaRepository<CartEntity,Long> {
... | UTF-8 | Java | 874 | java | AddProductToCartRepo.java | Java | [] | null | [] | package com.tomtom.ecommerce.repoistory;
import com.tomtom.ecommerce.entity.CartEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface AddProductToCartRepo extends JpaRepository<CartEntity,Long> {
... | 874 | 0.71167 | 0.71167 | 20 | 41.700001 | 41.685848 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 5 |
c7d5237e1ff1e011a452585157c746675f941247 | 6,743,098,724,331 | 5083f4714eb325eb7f79b7502aa91b376f0e9c00 | /src/com/sofiyaagencies/dao/StockDAOImpl.java | f0519a5e00408eb588cc011dd939e4107cdd04b4 | [] | no_license | arifcodecamper/billingapp | https://github.com/arifcodecamper/billingapp | e7fc95c7fbbda8bdaf70898eb30158adfbb661d4 | a750b1b7705fdec1458d2acd464853220410bf86 | refs/heads/master | 2020-04-22T20:08:09.426000 | 2019-02-15T12:41:02 | 2019-02-15T12:41:02 | 129,632,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sofiyaagencies.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.LinkedHashMap;
import java.util.Map;
import com.jsoniter.any.Any;
import com.sofiyaagencies.db.SingletonDatabaseConnection;
import com.sofiyaagencies... | UTF-8 | Java | 5,856 | java | StockDAOImpl.java | Java | [] | null | [] | package com.sofiyaagencies.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.LinkedHashMap;
import java.util.Map;
import com.jsoniter.any.Any;
import com.sofiyaagencies.db.SingletonDatabaseConnection;
import com.sofiyaagencies... | 5,856 | 0.655738 | 0.655225 | 200 | 28.280001 | 40.281033 | 402 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.865 | false | false | 5 |
6b1638af5217a64fb1c25dabfb0770be9f6dc643 | 4,423,816,382,750 | f9eb3ae8d587aa560231077dee20f272aa4bb02a | /src/com/wicare/wistormdemo/test/VehicleApiTest.java | 8742c3ff32c6cc587cd23b5d6499f5760f9982e8 | [] | no_license | wisegps/wistorm-API-test | https://github.com/wisegps/wistorm-API-test | 2c9b023c74ae89d39139bd2954eae987563ee8c8 | 8eaa8bf1a3cba8c32a5df51b490904b3b5032efc | refs/heads/master | 2021-01-10T02:21:21.671000 | 2016-02-02T07:45:22 | 2016-02-02T07:45:22 | 50,903,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* VehicleApiTest.java
* c
* TODO
* 2015-1-20
*/
package com.wicare.wistormdemo.test;
import java.util.HashMap;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.test.ActivityInstrumentationTestCase2;
import com.baidu.android.... | UTF-8 | Java | 4,122 | java | VehicleApiTest.java | Java | [
{
"context": "g>();\r\n\r\n\t\tparams.put(\r\n\t\t\t\t\"access_token\",\r\n\t\t\t\t\"f1b3afaf9bbedfcb0ca3f0465a1d2e7e157c1ea55ad8d2dbcaa7083d125d360cc1792bdb116812d81a3e51f8d269cccc\");\r\n\t\tparams.put(\"_cust_id\", \"1273\");//客户ID\r\n\t\tpa",
"end": 1515,
"score": 0.909899115562439,
"start": 141... | null | [] | /**
* VehicleApiTest.java
* c
* TODO
* 2015-1-20
*/
package com.wicare.wistormdemo.test;
import java.util.HashMap;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.test.ActivityInstrumentationTestCase2;
import com.baidu.android.... | 4,122 | 0.689587 | 0.638261 | 140 | 27.085714 | 35.278786 | 258 | false | false | 0 | 0 | 0 | 0 | 96 | 0.070727 | 2.414286 | false | false | 5 |
9295119ca46d480c76b30c212a8a658544f01977 | 21,191,368,707,226 | 65e20f74d85fdaf3eb30d6184cf7974d4002f81f | /app/src/main/java/com/example/grocify/HorizontalRecyclerView.java | f3991e090c81173174e7d4a59028ec130609e7ed | [] | no_license | eugenewere/androidrecyclerview | https://github.com/eugenewere/androidrecyclerview | f4eacb1d672db40785c2fe89d9305c99e488b3bd | adcaf0e7e703c6b0f2d4b9f94899fc9a1a267feb | refs/heads/master | 2021-05-18T04:49:24.330000 | 2020-04-01T16:49:20 | 2020-04-01T16:49:20 | 251,116,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.grocify;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Context;
import android.os.Bundle;
import android.widget.LinearLayout;
import java.util.ArrayList;
public cl... | UTF-8 | Java | 2,319 | java | HorizontalRecyclerView.java | Java | [
{
"context": "fd5-f4527f73ea11/brave.png\");\n mNames.add(\"Eugene\");\n\n mImageUrlss.add(\"https://encrypted-tb",
"end": 913,
"score": 0.9988527297973633,
"start": 907,
"tag": "NAME",
"value": "Eugene"
},
{
"context": "cM8IJ4Q9_3UlpzAopeK8SEGKvq\");\n mNames.ad... | null | [] | package com.example.grocify;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Context;
import android.os.Bundle;
import android.widget.LinearLayout;
import java.util.ArrayList;
public cl... | 2,319 | 0.733506 | 0.653299 | 58 | 38.982758 | 40.910538 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 5 |
1ecfd5dc36e50ed85c0688401b26400735184cb7 | 2,138,893,775,139 | 6f0035c0aa7e79e0d01ccdcebe1aff1bda47dad3 | /src/com/lingzhuo/entity/ExaminationEntity.java | 7d3e6ef162ff522c9f2f1ec6c17787e9daac319f | [] | no_license | shiqiRose/8.30_Project_1 | https://github.com/shiqiRose/8.30_Project_1 | 75fc4b07aceebf660fece4e6422594b078b8339f | 2ef15f531211da30d050b8e324623b5653f7a44a | refs/heads/master | 2020-03-08T19:32:08.755000 | 2018-04-07T04:15:39 | 2018-04-07T04:15:39 | 128,355,956 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.lingzhuo.entity;
import com.lingzhuo.framework.entity.BaseEntity;
/**
* @ClassName: ExaminationEntity
* @Description: 考务人员信息实体
* @author Zyg
* @date 2017年8月30日 上午11:58:33
*
*/
public class ExaminationEntity extends BaseEntity {
private Integer examinationId ;//num... | UTF-8 | Java | 2,021 | java | ExaminationEntity.java | Java | [
{
"context": "ionEntity \r\n * @Description: 考务人员信息实体 \r\n * @author Zyg \r\n * @date 2017年8月30日 上午11:58:33 \r\n * \r\n */\r\n\r\npu",
"end": 182,
"score": 0.9989533424377441,
"start": 179,
"tag": "USERNAME",
"value": "Zyg"
}
] | null | [] | /**
*
*/
package com.lingzhuo.entity;
import com.lingzhuo.framework.entity.BaseEntity;
/**
* @ClassName: ExaminationEntity
* @Description: 考务人员信息实体
* @author Zyg
* @date 2017年8月30日 上午11:58:33
*
*/
public class ExaminationEntity extends BaseEntity {
private Integer examinationId ;//num... | 2,021 | 0.681092 | 0.66306 | 80 | 22.262501 | 18.064983 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.475 | false | false | 5 |
6d259e08800ae90f2f051581eb86f28392e2658b | 6,519,760,372,883 | 97b02e0e85ce69df66a8e5bae8ad4b0199ddbb92 | /Module2/javaweb/TongQuanUngDungWeb/BaiTap/UngDungProductDiscountCalculator/src/CalDiscountServlet.java | a8f882e043b84d722c6766eb24caded0d3ec4eca | [] | no_license | ngocthanh2992/C0220G1-TranChiHieu | https://github.com/ngocthanh2992/C0220G1-TranChiHieu | 3866839a0732503ad00924046111a78f510e469a | 7e9f2ac72a9c37a162b774028aed6449533043c5 | refs/heads/master | 2022-11-11T21:10:05.475000 | 2020-07-03T12:35:03 | 2020-07-03T12:35:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(name = "CalDiscountServlet", urlPatterns = "/caldiscount")
publi... | UTF-8 | Java | 717 | java | CalDiscountServlet.java | Java | [] | null | [] | import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(name = "CalDiscountServlet", urlPatterns = "/caldiscount")
publi... | 717 | 0.814505 | 0.814505 | 17 | 41.176472 | 38.702843 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 5 |
39c15336bd4d4c4c8c3325cc73950fc7eb1e1cac | 6,201,932,780,017 | 65cca1d20cba9e1b098a0e03c6015b00d2e03c3e | /src/TwoIntegersRunner.java | d51ad6407dc2cd15d163af8c251df52292dcfdd5 | [] | no_license | VHS-APCSA/twointegers-josepharchambeau | https://github.com/VHS-APCSA/twointegers-josepharchambeau | bc1fe94eb5f1c83ce022679f4f4caa28336bb06e | cde7ccd397e8960743d0c7edb9228aec93b933a6 | refs/heads/master | 2021-08-08T06:20:14.082000 | 2017-11-09T19:20:41 | 2017-11-09T19:20:41 | 105,065,446 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class TwoIntegersRunner
{
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
System.out.println("This will add the first and second number together");
System.out.println("Plug in first number");
double int1 = input.nextInt();
System.out.println(... | UTF-8 | Java | 776 | java | TwoIntegersRunner.java | Java | [] | null | [] | import java.util.Scanner;
public class TwoIntegersRunner
{
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
System.out.println("This will add the first and second number together");
System.out.println("Plug in first number");
double int1 = input.nextInt();
System.out.println(... | 776 | 0.744845 | 0.739691 | 23 | 32.739132 | 19.420334 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.26087 | false | false | 5 |
96549ad48652fd857fc0b4e88b6876084e2d5422 | 12,730,283,114,506 | 6f422fd1ebd109e5def91eca0c3bc7e8dce7a4eb | /cy_BaseTools_Test/src/com/cy/uiframetest/main/UIFrameLoadDataHelper.java | a16cd438053586a0a61c48b0dcc110d8aaaa3eae | [] | no_license | cyminge/cy_code | https://github.com/cyminge/cy_code | 75818106d905b600e2262bfaa78d8d19ab2d122a | 7297c4d75f624d940457d762e33af83ae906c024 | refs/heads/master | 2021-01-16T23:09:47.438000 | 2017-12-23T01:34:25 | 2017-12-23T01:34:25 | 72,270,331 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cy.uiframetest.main;
import com.cy.uiframe.main.load.BaseLoadDataHelper;
import com.cy.uiframe.main.load.ILoadDataHelper;
import com.cy.uiframe.main.load.IUrlBean;
public class UIFrameLoadDataHelper extends BaseLoadDataHelper {
public UIFrameLoadDataHelper(IUrlBean urlBean, ILoadDataHelper loadD... | UTF-8 | Java | 533 | java | UIFrameLoadDataHelper.java | Java | [] | null | [] | package com.cy.uiframetest.main;
import com.cy.uiframe.main.load.BaseLoadDataHelper;
import com.cy.uiframe.main.load.ILoadDataHelper;
import com.cy.uiframe.main.load.IUrlBean;
public class UIFrameLoadDataHelper extends BaseLoadDataHelper {
public UIFrameLoadDataHelper(IUrlBean urlBean, ILoadDataHelper loadD... | 533 | 0.756592 | 0.756592 | 19 | 23.947369 | 24.461514 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 5 |
89fce322c13d51038ccff35cd78731ed94e47e05 | 5,841,155,540,932 | c6ebc4def5f3cfd93ae622734cd1ae4590fdedfe | /springNomaven-1/src/pe/edu/upeu/Spring01/dao/HojaContratoDao.java | 20f865ab3d03e3f987daff28b84fb18dc5cc4ccd | [] | no_license | JoseGuzman21/SISPLAT-GUADALUPE | https://github.com/JoseGuzman21/SISPLAT-GUADALUPE | 270482834b64bfe15e4933162f3948e70b6f7f29 | 387fa36a7a1a3797ab2430dfbd0c8ecbd891e571 | refs/heads/master | 2020-04-05T09:41:43.861000 | 2018-11-09T16:16:05 | 2018-11-09T16:16:05 | 156,769,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.upeu.Spring01.dao;
import java.sql.SQLException;
import java.util.List;
import pe.edu.upeu.Spring01.pojo.Compra;
import pe.edu.upeu.Spring01.pojo.HojaContrato;
import pe.edu.upeu.Spring01.pojo.Usuario;
public interface HojaContratoDao {
public int create(HojaContrato hojacontrato)throws SQLException;... | UTF-8 | Java | 471 | java | HojaContratoDao.java | Java | [] | null | [] | package pe.edu.upeu.Spring01.dao;
import java.sql.SQLException;
import java.util.List;
import pe.edu.upeu.Spring01.pojo.Compra;
import pe.edu.upeu.Spring01.pojo.HojaContrato;
import pe.edu.upeu.Spring01.pojo.Usuario;
public interface HojaContratoDao {
public int create(HojaContrato hojacontrato)throws SQLException;... | 471 | 0.802548 | 0.785563 | 16 | 28.4375 | 18.74823 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 5 |
416c53116caca96b36e496546a7121a4e7c0d5fa | 22,239,340,719,728 | 658ae7366f65dd1dbcd2ff7083d6efb46c40d506 | /TVRDFizator/src/fr/eurecom/tvrdfizator/core/readers/EntityReader.java | beb08b876650cabf864ed2d57c3662ad1160ccfd | [] | no_license | curiousTauseef/TVRDFizator | https://github.com/curiousTauseef/TVRDFizator | 24a463510206ce1c55b51a3bc56b786618fc9cba | dddda1e18e98f4316f00237a3fcda87880b36470 | refs/heads/master | 2021-05-29T21:27:40.604000 | 2015-11-24T10:30:38 | 2015-11-24T10:30:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.eurecom.tvrdfizator.core.readers;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.interna... | UTF-8 | Java | 1,000 | java | EntityReader.java | Java | [] | null | [] | package fr.eurecom.tvrdfizator.core.readers;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.interna... | 1,000 | 0.717 | 0.717 | 51 | 18.588236 | 21.834652 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.862745 | false | false | 5 |
1cc2ae015cf88cbcd3481083a66ab4d20bdf85d3 | 20,375,324,867,934 | 150b34f59bde5e0b21dfe75018132a28d57c49d4 | /app/src/main/java/com/xpower/xhomeremote/data/model/Outlet.java | d6d9d7808f0dc550c70c50b383fbccdc3a8686e5 | [
"MIT"
] | permissive | chlister/XHomeRemote | https://github.com/chlister/XHomeRemote | 33b18faf7cb98e71485437125f11e0dae22d1441 | a812ec842d1046f43d06a7c76e1d1357dce88a00 | refs/heads/master | 2020-09-13T07:24:09.159000 | 2019-12-05T09:51:22 | 2019-12-05T09:51:22 | 222,694,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This Class represent the Outlet.
*
* @author Martin J. J.
* @version 1.0
* @since 11/20/2019
*/
package com.xpower.xhomeremote.data.model;
import java.io.Serializable;
public class Outlet implements Serializable {
public int id;
public int agentId;
public String name;
public HomeAppliance... | UTF-8 | Java | 1,064 | java | Outlet.java | Java | [
{
"context": "\n * This Class represent the Outlet.\n *\n * @author Martin J. J.\n * @version 1.0\n * @since 11/20/2019\n */\npackage",
"end": 65,
"score": 0.9998784065246582,
"start": 54,
"tag": "NAME",
"value": "Martin J. J"
},
{
"context": " public boolean state;\n\n /**\n ... | null | [] | /**
* This Class represent the Outlet.
*
* @author <NAME>.
* @version 1.0
* @since 11/20/2019
*/
package com.xpower.xhomeremote.data.model;
import java.io.Serializable;
public class Outlet implements Serializable {
public int id;
public int agentId;
public String name;
public HomeApplianceType ... | 1,049 | 0.509399 | 0.484962 | 48 | 21.166666 | 16.576004 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 5 |
5752e52ce7c7f7e7650ca4116ea074aaf84e9084 | 20,856,361,201,987 | 86e87b4076968dbbcf35e6f86988ddeedb43a93a | /src/main/java/com/dev/opera/app/security/AuthenticationService.java | 91d2bc3a46423b24894fde857bb562ffc4d8aca6 | [] | no_license | Sashk52/opera-app | https://github.com/Sashk52/opera-app | c39a8c331741e593c71c354717e689c962b02e91 | 93612620e0c82173f8ec592c0261dd4c7ea30221 | refs/heads/main | 2023-03-12T05:47:22.041000 | 2021-02-26T07:11:35 | 2021-02-26T07:11:35 | 333,065,486 | 0 | 0 | null | false | 2021-02-26T08:08:40 | 2021-01-26T11:37:05 | 2021-02-26T07:11:39 | 2021-02-26T07:11:36 | 159 | 0 | 0 | 0 | Java | false | false | package com.dev.opera.app.security;
import com.dev.opera.app.model.User;
public interface AuthenticationService {
User register(String email, String password);
}
| UTF-8 | Java | 169 | java | AuthenticationService.java | Java | [] | null | [] | package com.dev.opera.app.security;
import com.dev.opera.app.model.User;
public interface AuthenticationService {
User register(String email, String password);
}
| 169 | 0.775148 | 0.775148 | 8 | 20.125 | 20.257328 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
bcf07fe71389557d94aa1fd6bc0a11eeb22f2e1d | 10,256,381,935,952 | ccbfba2fc9ad65a188c6df3b4259e898443385ab | /src/AddressBookListener.java | 5b6da792a890591dae7868e2fb682f3869aa27bc | [] | no_license | dillonclaremont/SYSC3110 | https://github.com/dillonclaremont/SYSC3110 | 6ec053e4ae161a38fe6e788191ffacb0f17acaeb | e4b382227a6094de9ab979cb2c1d8debbed40b12 | refs/heads/master | 2021-08-24T07:41:07.505000 | 2017-12-08T17:45:45 | 2017-12-08T17:45:45 | 107,056,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public interface AddressBookListener {
public void buddyAdded(AddressBookEvent e);
public void buddyRemoved(AddressBookEvent e);
}
| UTF-8 | Java | 134 | java | AddressBookListener.java | Java | [] | null | [] |
public interface AddressBookListener {
public void buddyAdded(AddressBookEvent e);
public void buddyRemoved(AddressBookEvent e);
}
| 134 | 0.820895 | 0.820895 | 4 | 32.25 | 18.280796 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
427554d54c970ed5502a2613c70353a8e243bf7e | 7,980,049,293,803 | 550a88dfbe3c7f9079c58ae435b610c975d6779b | /Test/PlayTest.java | ce144ff574f9e8d386608e4f54737f229c8883f6 | [] | no_license | dieselpardal/tictactoe | https://github.com/dieselpardal/tictactoe | 81d9e02f7d705e5921b95445da2e6ba8bead1b73 | ecf375624819f9841c2f74f0698742f0ac6b7905 | refs/heads/master | 2021-01-10T12:05:10.925000 | 2016-03-08T14:31:57 | 2016-03-08T14:31:57 | 53,140,690 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.mockito.MockitoAnnotations;
import org.mockito.Spy;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public class PlayTest {
@Spy
private Player player;
@Before
public void before... | UTF-8 | Java | 681 | java | PlayTest.java | Java | [] | null | [] | import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.mockito.MockitoAnnotations;
import org.mockito.Spy;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public class PlayTest {
@Spy
private Player player;
@Before
public void before... | 681 | 0.650514 | 0.647577 | 35 | 18.457144 | 16.043411 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
804f6e629256f952740ed2159b41164abb062520 | 9,440,338,126,149 | c49dfabb2bb21a492e3844ea174246198ac4400f | /bulk_upload/src/main/java/com/wipro/piramal/helper/ErrorResponse.java | ac20733e9e37d73a5415f1ef32a56c5a3981a93d | [] | no_license | ps1437/SpringBoot_CSV_Upload | https://github.com/ps1437/SpringBoot_CSV_Upload | 82ff6d453fd99fad827e4b54903b707232a0fdba | 515ea243e0c4065901340685e6de5f6cc6cfaa55 | refs/heads/master | 2020-03-19T20:57:16.366000 | 2018-07-09T12:03:59 | 2018-07-09T12:03:59 | 136,923,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wipro.piramal.helper;
public class ErrorResponse {
private String errorMsg;
private String errorId;
public ErrorResponse() {
}
public ErrorResponse(String errorId, String errorMsg) {
super();
this.errorId = errorId;
this.errorMsg = errorMsg;
}
public String getErrorMsg() {
return errorM... | UTF-8 | Java | 530 | java | ErrorResponse.java | Java | [] | null | [] | package com.wipro.piramal.helper;
public class ErrorResponse {
private String errorMsg;
private String errorId;
public ErrorResponse() {
}
public ErrorResponse(String errorId, String errorMsg) {
super();
this.errorId = errorId;
this.errorMsg = errorMsg;
}
public String getErrorMsg() {
return errorM... | 530 | 0.715094 | 0.715094 | 34 | 14.588235 | 15.639538 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.147059 | false | false | 5 |
0f81656688aa7dbec508427c4d718470fbe5d98a | 12,584,254,230,597 | 1e9b9ffc25c110955066d90af68df1821f1e057e | /src/iostream/BufferedStream.java | c18a5e75c294fa750968147ff4ba0f2b70675fc9 | [] | no_license | MixJiang/J2SE | https://github.com/MixJiang/J2SE | 340c9aa33a06b26270bb838252d938149fae9438 | 11633cf27db88b66f9eefe1eb0560e3764e28159 | refs/heads/master | 2021-01-15T11:25:21.756000 | 2013-05-18T02:33:45 | 2013-05-18T02:33:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package iostream;
/**
*
* @author PenGuin
*/
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.IOException;
/**
* @author WuDian
*
*/
public class BufferedStream {
//... | UTF-8 | Java | 2,240 | java | BufferedStream.java | Java | [
{
"context": "e editor.\n */\npackage iostream;\n\n/**\n *\n * @author PenGuin\n */\n\nimport java.io.BufferedInputStream;\nimport j",
"end": 144,
"score": 0.9882696270942688,
"start": 137,
"tag": "NAME",
"value": "PenGuin"
},
{
"context": "tream;\nimport java.io.IOException;\n\n/**\... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package iostream;
/**
*
* @author PenGuin
*/
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.IOException;
/**
* @author WuDian
*
*/
public class BufferedStream {
//... | 2,240 | 0.691087 | 0.679487 | 66 | 23.818182 | 19.130262 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.272727 | false | false | 5 |
4a20daa52ed98c8d0ad98e01292cf40d5d7e5c42 | 11,166,914,997,437 | 35713a4b2dd86c6d4e57053e0a231c09e2c25861 | /src/main/java/com/equalexperts/weather1self/model/lib1self/Stream.java | 559db01f81162dcb31e503c5dd4ca0acf5c87ef3 | [
"MIT"
] | permissive | gauravsak/weather1self-api | https://github.com/gauravsak/weather1self-api | 447512cc4ce3c23daf958a8bae7e3228574b09dd | 9eb9265c98b38679adf1de2402d2aa2b73cdaeab | refs/heads/master | 2020-05-29T15:33:35.357000 | 2015-03-25T13:15:02 | 2015-03-25T13:15:02 | 32,474,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equalexperts.weather1self.model.lib1self;
import org.json.JSONObject;
public class Stream {
private String streamId;
private String readToken;
private String writeToken;
public Stream(String streamId, String readToken, String writeToken) {
this.streamId = streamId;
this.r... | UTF-8 | Java | 1,239 | java | Stream.java | Java | [] | null | [] | package com.equalexperts.weather1self.model.lib1self;
import org.json.JSONObject;
public class Stream {
private String streamId;
private String readToken;
private String writeToken;
public Stream(String streamId, String readToken, String writeToken) {
this.streamId = streamId;
this.r... | 1,239 | 0.642454 | 0.640839 | 46 | 25.934782 | 24.191628 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586957 | false | false | 5 |
e668ff4f6d97aa6e29a8e9b54b68a431e5f39c81 | 9,852,655,032,285 | c1562d17a91d30af6697dfe517d52c0d64e886c3 | /99-ykinterface-test/src/main/java/szr/controller/response/inner/ResLocalHead.java | 00c822ae8ff05273ba4a7ab56fc22c118fff5011 | [] | no_license | a546835886/spring-boot | https://github.com/a546835886/spring-boot | 5cab0e7d8047c0f5980b4bf1872f9b36429e0714 | b8e899393053ca76969700fb837a5efeb9114f77 | refs/heads/master | 2022-06-26T00:30:04.513000 | 2019-09-28T09:15:57 | 2019-09-28T09:15:57 | 166,989,668 | 0 | 0 | null | false | 2022-06-17T02:28:59 | 2019-01-22T12:22:48 | 2019-09-28T09:16:11 | 2022-06-17T02:28:56 | 3,403 | 0 | 0 | 4 | Java | false | false | package szr.controller.response.inner;
public class ResLocalHead {
}
| UTF-8 | Java | 70 | java | ResLocalHead.java | Java | [] | null | [] | package szr.controller.response.inner;
public class ResLocalHead {
}
| 70 | 0.8 | 0.8 | 4 | 16.5 | 16.469669 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
280b07fc6fd08cdcccf136617a717c3b61524f34 | 12,292,196,464,055 | a6957067db7e49cd74ba3a8ae853d5a61362cfe6 | /app/src/main/java/cf/app/com/shannon/VisorPerfil.java | a6010a6271ae26caf729e01a116debc648fb5043 | [] | no_license | DavidMGomez/Shannon | https://github.com/DavidMGomez/Shannon | 3e08fe50c101b0f67f5c568d9b8ca35c56325d94 | 9a7303f7a0e249ef3aa3eba8301a94cefc7dbdb8 | refs/heads/master | 2021-01-17T17:37:24.235000 | 2016-07-06T16:28:39 | 2016-07-06T16:28:39 | 62,736,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cf.app.com.shannon;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.ImageView;
import an... | UTF-8 | Java | 1,638 | java | VisorPerfil.java | Java | [] | null | [] | package cf.app.com.shannon;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.ImageView;
import an... | 1,638 | 0.739316 | 0.738095 | 52 | 30.5 | 24.276056 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 5 |
d6d6fd8804f7bdb3fa6fe5c4847b2d3c23249a81 | 26,628,797,272,234 | b24818a948152b06c7d85ac442e9b37cb6becbbc | /src/main/java/com/ash/experiments/performance/whitespace/Class6685.java | ed6af53620011d8407bc097366f50ac5f368d605 | [] | no_license | ajorpheus/whitespace-perf-test | https://github.com/ajorpheus/whitespace-perf-test | d0797b6aa3eea1435eaa1032612f0874537c58b8 | d2b695aa09c6066fbba0aceb230fa4e308670b32 | refs/heads/master | 2020-04-17T23:38:39.420000 | 2014-06-02T09:27:17 | 2014-06-02T09:27:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Class6685 {}
| UTF-8 | Java | 41 | java | Class6685.java | Java | [] | null | [] | public class Class6685 {}
| 41 | 0.487805 | 0.390244 | 1 | 25 | 0 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 5 |
b2e0030c1339140d7f4597cd686854c282fa4e4e | 19,035,295,101,924 | 404e00a1bf33d8c84f5245a899fe9295a4d476ce | /src/com/company/Main.java | 18fec2d9ed61a2372fea734f3c20b6fd6b587da1 | [] | no_license | edubwitowski/myDogArray | https://github.com/edubwitowski/myDogArray | d1c7cd8e212562110c1b78ba875590ad0c3e083f | f82c318a85b01e8e66eb6a03a782198808e2c7f8 | refs/heads/master | 2021-06-30T23:40:32.714000 | 2017-09-18T02:54:36 | 2017-09-18T02:54:36 | 103,883,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class myDogArray {
public static void main(String[] args) {
String[] myDogArray;
myDogArray = new String[4];
myDogArray[0] = "Ketchup";
System.out.println(myDogArray[0]);
myDogArr... | UTF-8 | Java | 698 | java | Main.java | Java | [] | null | [] | package com.company;
public class myDogArray {
public static void main(String[] args) {
String[] myDogArray;
myDogArray = new String[4];
myDogArray[0] = "Ketchup";
System.out.println(myDogArray[0]);
myDogArr... | 698 | 0.462751 | 0.446991 | 36 | 18.333334 | 21.290321 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 5 |
6d36099ec2addcd680095824c9e1db81033faac8 | 6,597,069,811,300 | c1a68f97190cc00f5e81b7d753b7906d9d4ccf79 | /out/test/Spring2020B18_Java/src/day01_FirstProgramming/classmates.java | 4a6eb72ec2c7b413b0fbdc1a31c1832690de8a5e | [] | no_license | Sheymaaa/JavaSpringPractice2020 | https://github.com/Sheymaaa/JavaSpringPractice2020 | 005918af888d935677b56bb9a46844a821b206d0 | 81acb76e7778ffe610318d19c7d24ba575a20dc0 | refs/heads/master | 2022-06-06T21:27:22.917000 | 2020-04-23T18:14:56 | 2020-04-23T18:14:56 | 258,290,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day01_FirstProgramming;
public class classmates {
}
| UTF-8 | Java | 61 | java | classmates.java | Java | [] | null | [] | package day01_FirstProgramming;
public class classmates {
}
| 61 | 0.803279 | 0.770492 | 4 | 14.25 | 13.917166 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
a04b2eeae723b925f652c1f7669071e21f744ade | 18,811,956,787,919 | c92e21cc40d0f5e6628e77397c020095e27507f9 | /timeline/src/main/java/cc/duduhuo/timelinerecyclerview/model/PhotoViewVO.java | 09c63f13161cf6fbf9d45c1eb01abb8c184608cb | [] | no_license | Sirhu173977450/MyModuleApplication | https://github.com/Sirhu173977450/MyModuleApplication | ab6721294f7518b7db039d48a4c81d0250a05589 | 4b181508554ae9b49464a5d2a6f972654e68218a | refs/heads/master | 2023-05-08T18:20:06.744000 | 2021-05-17T01:28:37 | 2021-05-17T01:28:37 | 368,021,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.duduhuo.timelinerecyclerview.model;
import java.io.Serializable;
/**
* Created by Administrator on 2017/9/10.
*/
public class PhotoViewVO implements Serializable {
private Integer width;
private Integer height;
private String imgurl;
public Integer getWidth() {
return width;
... | UTF-8 | Java | 689 | java | PhotoViewVO.java | Java | [] | null | [] | package cc.duduhuo.timelinerecyclerview.model;
import java.io.Serializable;
/**
* Created by Administrator on 2017/9/10.
*/
public class PhotoViewVO implements Serializable {
private Integer width;
private Integer height;
private String imgurl;
public Integer getWidth() {
return width;
... | 689 | 0.632801 | 0.622642 | 38 | 17.131578 | 16.414324 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289474 | false | false | 5 |
7eee00bb472dd7f4a5b8823caf0eaec1b6e87fbd | 9,663,676,451,383 | e391573ff6c6519fd902d5aef7653c228ba5eb16 | /mesofi-plugin-core/src/main/java/mx/com/mesofi/plugins/project/core/metadata/ApplicationBuilderDataSourceVo.java | 0cce4e1dab56b3f63b9449ddda756f9ac1c187e7 | [] | no_license | mesofi/mesofi-apps | https://github.com/mesofi/mesofi-apps | 87a9eea29400148351d2ac648da25f5a7d8643b2 | e8a9ea523b689328a3d2c1f1de6fa93670edf0f4 | refs/heads/master | 2021-01-19T03:38:05.882000 | 2016-08-09T13:04:40 | 2016-08-09T13:04:40 | 51,485,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* COPYRIGHT. Mesofi 2014. ALL RIGHTS RESERVED.
*
* This software is only to be used for the purpose for which it has been
* provided. No part of it is to be reproduced, disassembled, transmitted,
* stored in a retrieval system nor translated in any human or computer
* language in any way or for any other purpo... | UTF-8 | Java | 3,119 | java | ApplicationBuilderDataSourceVo.java | Java | [
{
"context": "tion to the corresponding database.\n * \n * @author Armando Rivas\n * @since Sep 01 2014.\n */\npublic class Applicati",
"end": 671,
"score": 0.9998800158500671,
"start": 658,
"tag": "NAME",
"value": "Armando Rivas"
},
{
"context": "assword(String password) {\n ... | null | [] | /*
* COPYRIGHT. Mesofi 2014. ALL RIGHTS RESERVED.
*
* This software is only to be used for the purpose for which it has been
* provided. No part of it is to be reproduced, disassembled, transmitted,
* stored in a retrieval system nor translated in any human or computer
* language in any way or for any other purpo... | 3,114 | 0.571016 | 0.56781 | 151 | 19.655628 | 18.270247 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192053 | false | false | 5 |
491b43f9c1b8f86dbd213b4896ad430442771cf6 | 21,766,894,295,156 | bca385639dad199acca0cfec64201e93fdb674aa | /BlockGitHubWorkSpace/MobileZoneLib/src/main/java/com/efounder/zone/util/CommentUtil.java | a162628cee507acd805478b4d0ae7b9d8a27792b | [
"Apache-2.0"
] | permissive | xOpenPlanet/Android | https://github.com/xOpenPlanet/Android | 82f0d89faa56d42ba08642b44a45ebb91f5e7543 | 9ba488565b85b51fd2dd0412fa3f663dc3d59b68 | refs/heads/master | 2020-03-15T05:56:07.423000 | 2018-06-01T10:16:14 | 2018-06-01T10:16:14 | 131,997,214 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.efounder.zone.util;
import android.annotation.SuppressLint;
import android.content.Context;
import android.support.v4.app.FragmentManager;
import android.view.LayoutInflater;
import com.efounder.constant.EnvironmentVariable;
import com.efounder.frame.utils.Constants;
import com.efounder.zone.R;
... | UTF-8 | Java | 4,111 | java | CommentUtil.java | Java | [
{
"context": "alogFragment.STYLE_NO_FRAME;\r\n\r\n/**\r\n * Created by Richard on 2018/5/11.\r\n */\r\n\r\npublic class CommentUtil {\r",
"end": 875,
"score": 0.6329873204231262,
"start": 868,
"tag": "NAME",
"value": "Richard"
}
] | null | [] | package com.efounder.zone.util;
import android.annotation.SuppressLint;
import android.content.Context;
import android.support.v4.app.FragmentManager;
import android.view.LayoutInflater;
import com.efounder.constant.EnvironmentVariable;
import com.efounder.frame.utils.Constants;
import com.efounder.zone.R;
... | 4,111 | 0.654872 | 0.652131 | 109 | 34.816513 | 33.632435 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642202 | false | false | 5 |
0b5ffe818b70f2dad5a4758682bcd2c636c7c4ea | 25,606,595,039,423 | efde01078b382cf4c714845d88f027c3af2d043e | /src/Practice1/Fibonacci.java | e95e7ac750c9a408c2a443fdf78ec43e7c43519c | [] | no_license | vietne329/ExerciseVanAnh | https://github.com/vietne329/ExerciseVanAnh | 1cb80a03de671ef52235ede203add6645ba1a188 | 6d2c2e4db36a28eedc5b1451401db2739a8264c3 | refs/heads/master | 2020-07-19T14:30:19.703000 | 2019-09-05T03:21:13 | 2019-09-05T03:21:13 | 206,465,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Practice1;
import java.util.Scanner;
public class Fibonacci {
public static void main(String[] args) {
int n;
Scanner input = new Scanner(System.in);
System.out.println("Input n: ");
n = input.nextInt();
int[] f= new int[n+1];
f[0]= 1; f[1]= 1;
for(... | UTF-8 | Java | 473 | java | Fibonacci.java | Java | [] | null | [] | package Practice1;
import java.util.Scanner;
public class Fibonacci {
public static void main(String[] args) {
int n;
Scanner input = new Scanner(System.in);
System.out.println("Input n: ");
n = input.nextInt();
int[] f= new int[n+1];
f[0]= 1; f[1]= 1;
for(... | 473 | 0.486258 | 0.46723 | 19 | 23.842106 | 18.374075 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 5 |
eb69b70374a01f39c1b201a34b2a445d7f0fb02f | 94,489,283,647 | c05b576eec0f1e47722d2c2e38a900a6b1411736 | /src/main/java/com/sinoparasoft/scsws/io/FileInformation.java | b4f90edd3be9c5594ebad349dbb84f2f2bbeb6ef | [] | no_license | hustyuantao/scsws | https://github.com/hustyuantao/scsws | 2566cdb8aab6eabc09352e019acd6382d7b539ff | 9d8ae337517d5b3019f1273abc6260bd0876d61f | refs/heads/master | 2021-01-21T12:39:54.678000 | 2013-07-02T15:14:17 | 2013-07-02T15:14:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinoparasoft.scsws.io;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* 文件信息
*
* @author 袁涛
*/
@XmlRootEl... | GB18030 | Java | 3,053 | java | FileInformation.java | Java | [
{
"context": "otation.XmlType;\r\n\r\n/**\r\n * 文件信息\r\n * \r\n * @author 袁涛\r\n */\r\n@XmlRootElement(name = \"Item\")\r\n@XmlType(pr",
"end": 303,
"score": 0.9989984035491943,
"start": 301,
"tag": "NAME",
"value": "袁涛"
}
] | null | [] | package com.sinoparasoft.scsws.io;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* 文件信息
*
* @author 袁涛
*/
@XmlRootEl... | 3,053 | 0.55268 | 0.55268 | 175 | 13.457143 | 14.175518 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.091429 | false | false | 5 |
d0df3ae7f581572702efa0b6da8e4455a9cde01c | 13,426,067,768,524 | 7d75b22c1b8e9df8694646cfd3a727fea40bd1d5 | /src/unittest/ElevatorScheduleUpdateTest.java | f55d5f104c185d7c393eb169d614a3ffeab4f453 | [] | no_license | AustinMitchell/sysc-3303-project | https://github.com/AustinMitchell/sysc-3303-project | 35b3da36d1328ff11f430b4b4058aca59e4c5fdb | 2fd97b2203370b8ca5cedbf434bef16ebf1533a7 | refs/heads/master | 2020-04-18T05:45:10.655000 | 2019-04-10T17:52:03 | 2019-04-10T17:52:03 | 167,290,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unittest;
import static org.junit.Assert.*;
import org.junit.Test;
import main.ElevatorSchedule;
import main.FloorStop;
import main.elevator.ElevatorMotor.MotorState;
import utils.message.ElevatorScheduleUpdate;
public class ElevatorScheduleUpdateTest {
@Test
public void test() {
ElevatorSc... | UTF-8 | Java | 2,457 | java | ElevatorScheduleUpdateTest.java | Java | [] | null | [] | package unittest;
import static org.junit.Assert.*;
import org.junit.Test;
import main.ElevatorSchedule;
import main.FloorStop;
import main.elevator.ElevatorMotor.MotorState;
import utils.message.ElevatorScheduleUpdate;
public class ElevatorScheduleUpdateTest {
@Test
public void test() {
ElevatorSc... | 2,457 | 0.71917 | 0.689459 | 59 | 40.64407 | 32.051212 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.322034 | false | false | 5 |
407b74dbb4e64c3cfced781b8f6e146a0dfeecd6 | 22,565,758,199,292 | ab0c848c1ddce877193493910a25ecfa62f6ecec | /src/suburbia/.svn/text-base/BurningBush.java.svn-base | 909ef391177553e40ee66156ca483154cac2076c | [] | no_license | celiadd/Suburbia | https://github.com/celiadd/Suburbia | f436963b0e293e47665246076ad5295324e7b771 | c1c1f494dcb9f11a3fcee056a6dddb816cd9e879 | refs/heads/master | 2016-09-13T09:33:20.166000 | 2016-05-26T07:03:37 | 2016-05-26T07:03:37 | 59,723,884 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package suburbia;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class BurningBush extends Plant{
// super(name, nativeRegion, invasive, attract_good, attract_bad, shade,
// root, maintainTime, engaging, round1, round2, round3, isVisibl... | UTF-8 | Java | 473 | BurningBush.java.svn-base | Java | [] | null | [] | package suburbia;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class BurningBush extends Plant{
// super(name, nativeRegion, invasive, attract_good, attract_bad, shade,
// root, maintainTime, engaging, round1, round2, round3, isVisibl... | 473 | 0.731501 | 0.725159 | 19 | 23.894737 | 25.264692 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.210526 | false | false | 5 | |
f3aaef42c573a299467717d30bf075c7075ed146 | 13,048,110,715,132 | da434d6dffb0565b397b8d5a51bb012363f2c432 | /src/main/java/frc/robot/subsystems/UltrasonicSensor.java | 410fbaa1786bbc273c67868268873fa72237c1fb | [] | no_license | mvhs4173/FRC-2019 | https://github.com/mvhs4173/FRC-2019 | 38998bb75b9c9b59acccd7ba8fb41ada86c40d97 | 5c7d6c2aa311baed9536df15a438480e389a7ebc | refs/heads/master | 2020-04-16T00:40:34.299000 | 2019-03-14T23:33:18 | 2019-03-14T23:33:18 | 165,146,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | UTF-8 | Java | 1,741 | java | UltrasonicSensor.java | Java | [] | null | [] | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | 1,741 | 0.60942 | 0.604825 | 51 | 33.156864 | 36.568695 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.254902 | false | false | 5 |
6e394225f1ed79c9af48e25632826fe029b1b0c6 | 5,111,011,116,211 | b21a10d6b58d78c9733be5a8845c692b5af71fa6 | /core/src/main/java/com/github/exceptions/MessageInsertException.java | 0e5aaa8615efce5d528ebde215118573b8125c80 | [] | no_license | AlexDodul/Messenger | https://github.com/AlexDodul/Messenger | 3b2525257915e9a2e33708f742396014586a6b69 | 339174374df12d02ed66bcc69fe84864adc76a30 | refs/heads/master | 2023-04-17T21:20:37.821000 | 2021-05-12T11:48:32 | 2021-05-12T11:48:32 | 359,825,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.exceptions;
public class MessageInsertException extends RuntimeException {
public MessageInsertException() {
}
public MessageInsertException(String message) {
super(message);
}
}
| UTF-8 | Java | 226 | java | MessageInsertException.java | Java | [] | null | [] | package com.github.exceptions;
public class MessageInsertException extends RuntimeException {
public MessageInsertException() {
}
public MessageInsertException(String message) {
super(message);
}
}
| 226 | 0.721239 | 0.721239 | 12 | 17.833334 | 21.365211 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 5 |
208b0472e3c4daaee16a9ac8aedaca662a117141 | 5,763,846,144,924 | ef97cfc5492b83989bcbaa7b55995cb98bfc3ce4 | /bes(mapper)_crud/src/main/java/com/bosssoft/hr/train/chp2/controller/UserController.java | 0a627d47e08cc6665f66c7f974e98a62b2304ffd | [] | no_license | luoxiang2015/DTO-VO-PO | https://github.com/luoxiang2015/DTO-VO-PO | 188f375f7467223c0d4247fa17ef42dd59e471c0 | c7e34a01bc64e9ed24243cac6f089f197e19caf8 | refs/heads/master | 2022-02-13T15:32:34.431000 | 2019-08-23T02:11:22 | 2019-08-23T02:11:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bosssoft.hr.train.chp2.controller;
import com.bosssoft.hr.train.chp2.dao.UserDao;
import com.bosssoft.hr.train.chp2.pojo.dto.UserDto;
import com.bosssoft.hr.train.chp2.pojo.entity.User;
import com.bosssoft.hr.train.chp2.pojo.vo.UserVo;
import com.bosssoft.hr.train.chp2.service.UserService;
import ... | UTF-8 | Java | 2,166 | java | UserController.java | Java | [
{
"context": "ringframework.beans.BeanUtils;\r\n\r\n/**\r\n * @author 94327\r\n */\r\n@RestController\r\npublic class UserControlle",
"end": 771,
"score": 0.9992073178291321,
"start": 766,
"tag": "USERNAME",
"value": "94327"
}
] | null | [] | package com.bosssoft.hr.train.chp2.controller;
import com.bosssoft.hr.train.chp2.dao.UserDao;
import com.bosssoft.hr.train.chp2.pojo.dto.UserDto;
import com.bosssoft.hr.train.chp2.pojo.entity.User;
import com.bosssoft.hr.train.chp2.pojo.vo.UserVo;
import com.bosssoft.hr.train.chp2.service.UserService;
import ... | 2,166 | 0.704986 | 0.697599 | 62 | 32.935482 | 22.79705 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 5 |
c727c31a6b23e1902fb7612e8aaac3503825ea25 | 18,459,769,475,009 | 0b3911e2ce802ce2b75ceccde3a0cedb2edf9282 | /src/main/java/org/giniesoft/MsGeschool1Application.java | cd878d6e8de0f16da9d4531e980a6fbbf3b2b1e6 | [] | no_license | abousalih/ms-geschool-1 | https://github.com/abousalih/ms-geschool-1 | 798593954822090e0bfd677a08b66d448a920256 | 7c80eb2f2621d45ca6cd81181bd83d92f3ecc563 | refs/heads/master | 2020-03-31T00:54:34.391000 | 2018-10-08T11:50:36 | 2018-10-08T11:50:36 | 151,758,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.giniesoft;
import java.util.Date;
import org.giniesoft.dao.EtudiantRepository;
import org.giniesoft.dao.FiliereRepository;
import org.giniesoft.entities.Etudiant;
import org.giniesoft.entities.Filiere;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLi... | UTF-8 | Java | 1,916 | java | MsGeschool1Application.java | Java | [
{
"context": ";\n\t\t\n\t\tEtudiant e3=new Etudiant();\n\t\te3.setNomFr(\"Abousalih\");\n\t\te3.setPrenomFr(\"ziyad\");\n\t\t\n\t\tEtudiant e4=ne",
"end": 1543,
"score": 0.9990566968917847,
"start": 1534,
"tag": "NAME",
"value": "Abousalih"
},
{
"context": "();\n\t\te3.setNomFr(\"Abo... | null | [] | package org.giniesoft;
import java.util.Date;
import org.giniesoft.dao.EtudiantRepository;
import org.giniesoft.dao.FiliereRepository;
import org.giniesoft.entities.Etudiant;
import org.giniesoft.entities.Filiere;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLi... | 1,912 | 0.748434 | 0.728079 | 76 | 24.210526 | 17.054337 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.052632 | false | false | 5 |
70ff9429dd8fbbcbba68cabc1d5f91aaac66648b | 18,459,769,473,424 | 6235d3b43a49a6d7fea4344300874e8e6853f020 | /src/main/java/com/amap/api/mapcore2d/m.java | cdad3a179c6b1a412d0133edb22e630b17877e1a | [] | no_license | junges521/src_awe | https://github.com/junges521/src_awe | a12bcfeb6c62bd55afba7147b83f4e3df8797019 | cff4a5e230f3346f493df79744e6f2a6f20a47e2 | refs/heads/master | 2020-07-13T19:37:36.253000 | 2019-08-29T10:47:51 | 2019-08-29T10:47:51 | 205,140,726 | 0 | 0 | null | true | 2019-08-29T10:41:58 | 2019-08-29T10:41:58 | 2019-08-29T08:24:29 | 2019-08-23T11:31:27 | 177,015 | 0 | 0 | 0 | null | false | false | package com.amap.api.mapcore2d;
import android.graphics.Point;
import com.amap.api.a.m;
import com.amap.api.maps2d.model.CameraPosition;
import com.amap.api.maps2d.model.LatLng;
import com.amap.api.maps2d.model.LatLngBounds;
public class m extends com.amap.api.a.m {
/* renamed from: a reason: collision with roo... | UTF-8 | Java | 2,948 | java | m.java | Java | [] | null | [] | package com.amap.api.mapcore2d;
import android.graphics.Point;
import com.amap.api.a.m;
import com.amap.api.maps2d.model.CameraPosition;
import com.amap.api.maps2d.model.LatLng;
import com.amap.api.maps2d.model.LatLngBounds;
public class m extends com.amap.api.a.m {
/* renamed from: a reason: collision with roo... | 2,948 | 0.561737 | 0.524763 | 119 | 23.773109 | 20.727701 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655462 | false | false | 5 |
7bb883513fb84e4318c5c6975fd4aba3c25625eb | 1,838,246,047,770 | 19ee50e8cc017aa793be658c4707f60662a19130 | /Code/src/LeetCode/ordinary/Code1103_DistributeCandies.java | 882ff65e9b3476ddb1a2ac48e2ee553061cf6595 | [] | no_license | xiaoshanzha/Algorithms | https://github.com/xiaoshanzha/Algorithms | a1d7d7d64e258b83147f9153aaa187cc1df35fec | 8efbeabfaf592b10bc091a83207710756895acc3 | refs/heads/master | 2020-08-31T00:02:20.608000 | 2020-05-16T15:07:09 | 2020-05-16T15:07:09 | 218,528,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCode.ordinary;
public class Code1103_DistributeCandies {
/*
* 暴力分糖果
* */
public static int[] distributeCandies(int candies, int num_people) {
int i = 0;
int[] res = new int[num_people];
while (candies > 0){
int index = i % num_people;
if(candi... | UTF-8 | Java | 2,164 | java | Code1103_DistributeCandies.java | Java | [] | null | [] | package LeetCode.ordinary;
public class Code1103_DistributeCandies {
/*
* 暴力分糖果
* */
public static int[] distributeCandies(int candies, int num_people) {
int i = 0;
int[] res = new int[num_people];
while (candies > 0){
int index = i % num_people;
if(candi... | 2,164 | 0.475155 | 0.449275 | 68 | 27.411764 | 20.720291 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573529 | false | false | 5 |
a6920493fa6ca08d84e61d22736c1acc95e3ed3e | 18,837,726,601,247 | 8a6452712417897a4d7f6f7e001013665c37ffd1 | /src/main/java/com/godzynskyi/util/ConnectionDB.java | 3bf9d8b084a77bd4040f565d399b59704f573cfb | [] | no_license | JKasyan/Project4 | https://github.com/JKasyan/Project4 | b5c06ddb29850a46ea0d4df9b44ca69e31eb29f3 | e9b4f9d78a820ca4415374cb6c96b575b15881bb | refs/heads/master | 2016-08-12T20:57:57.070000 | 2015-12-06T23:05:48 | 2015-12-06T23:05:48 | 47,499,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.godzynskyi.util;
import com.godzynskyi.properties.DataSource;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* Created by Java Developer on 21.11.2015.
*/
public class ConnectionDB {
private static String DB_DRIVER = DataSource.getInstance... | UTF-8 | Java | 1,188 | java | ConnectionDB.java | Java | [] | null | [] | package com.godzynskyi.util;
import com.godzynskyi.properties.DataSource;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* Created by Java Developer on 21.11.2015.
*/
public class ConnectionDB {
private static String DB_DRIVER = DataSource.getInstance... | 1,188 | 0.653199 | 0.646465 | 39 | 28.461538 | 30.537783 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 5 |
f0cac7046a26158a21d1c2c9354edb46521c6f45 | 2,010,044,750,779 | 19aabcaa54b64d5f7abba64d7b390252244dee5d | /src/main/java/de/oneaxis/backend/ddd/Entity.java | 0575261819aea478eeb0a3809be10f43d7722b82 | [] | no_license | oneaxis/balou-api | https://github.com/oneaxis/balou-api | b4157570f8eabf34991b038eec91edb57909c731 | e9803a92b072ed7f81adc9cd2f2060ab96e10eb7 | refs/heads/main | 2023-01-03T08:45:26.708000 | 2020-10-10T18:10:33 | 2020-10-10T18:10:33 | 302,961,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.oneaxis.backend.ddd;
public @interface Entity {
}
| UTF-8 | Java | 62 | java | Entity.java | Java | [] | null | [] | package de.oneaxis.backend.ddd;
public @interface Entity {
}
| 62 | 0.758065 | 0.758065 | 4 | 14.5 | 14.115594 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
f60dcfaf4e5bfc195049983af9af9d1748c58a9e | 1,606,317,815,514 | 8118cd29d6119fdda93fd29bc05e4e762fc424f4 | /app/src/main/java/usst/edu/cn/sharebooks/model/event/DeleteSellBookEvent.java | 49e60f51c338b149c32014ad238e114832b633bd | [] | no_license | cool-little-fish/ShareBooks | https://github.com/cool-little-fish/ShareBooks | 93ffab1e6286ff983110f2c60f1986dab82f795c | df1708da67d3b1bd72d1fc5efbe72867931bddd7 | refs/heads/master | 2021-10-24T20:03:45.595000 | 2019-03-28T08:56:15 | 2019-03-28T08:56:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package usst.edu.cn.sharebooks.model.event;
public class DeleteSellBookEvent {
public String bookName;
public DeleteSellBookEvent(String bookName) {
this.bookName = bookName;
}
public String getBookName() {
return bookName;
}
}
| UTF-8 | Java | 269 | java | DeleteSellBookEvent.java | Java | [] | null | [] | package usst.edu.cn.sharebooks.model.event;
public class DeleteSellBookEvent {
public String bookName;
public DeleteSellBookEvent(String bookName) {
this.bookName = bookName;
}
public String getBookName() {
return bookName;
}
}
| 269 | 0.67658 | 0.67658 | 15 | 16.933332 | 17.585854 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 5 |
7d050ae24cd44062339279c7d1e1e45f13e650cc | 14,405,320,360,458 | acba6f76e4a15e31a3b225241610d2bb52f17f6b | /contrib/storage-opentsdb/src/main/java/org/apache/drill/exec/store/openTSDB/OpenTSDBRecordReader.java | 57c9cfdf45d8d89249e4b72b88026cea60e76227 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | apache/drill | https://github.com/apache/drill | c273c928be0ea6c32b9cc627f817893fe6f36d35 | aa52f05c33b786c5eda002e713ccfee7722753fc | refs/heads/master | 2023-08-31T09:52:49.660000 | 2023-08-29T15:44:04 | 2023-08-29T15:44:04 | 5,683,653 | 1,725 | 1,006 | Apache-2.0 | false | 2023-08-25T13:52:24 | 2012-09-05T07:00:26 | 2023-08-25T03:52:57 | 2023-08-25T13:52:23 | 68,881 | 1,836 | 944 | 85 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 9,457 | java | OpenTSDBRecordReader.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 9,457 | 0.728032 | 0.725389 | 256 | 35.941406 | 30.258013 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710938 | false | false | 5 |
299654df2b7176f04da4e443aa564c8131180694 | 30,124,900,676,215 | d9e45d2f58c31c91d37be0dedaba60f493c426e5 | /app/src/main/java/org/c_base/pymlgame/controller/MainActivity.java | 80521ca72e591b5d4ae36aff32b0cb24277578ae | [
"MIT"
] | permissive | PyMLGame/PyMLGame-Controller | https://github.com/PyMLGame/PyMLGame-Controller | 7cc623a08160975463b546fa6d04da718ecbd5e0 | 50bbacb1522d6eec73c60f6d4bdb776945176984 | refs/heads/master | 2021-01-13T01:57:54.289000 | 2017-05-20T17:33:21 | 2017-05-20T17:33:21 | 28,543,083 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.c_base.pymlgame.controller;
import android.content.Context;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditT... | UTF-8 | Java | 6,679 | java | MainActivity.java | Java | [] | null | [] | package org.c_base.pymlgame.controller;
import android.content.Context;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditT... | 6,679 | 0.560713 | 0.547387 | 197 | 32.90863 | 27.451698 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.80203 | false | false | 5 |
7a664c6cf0324890b7106da3e56a49a50c8bb3f3 | 5,995,774,403,956 | 11e3d04f49970e0a8ba50c1dbb7132f84607d6ee | /HRSystem/src/com/nathan/common/PropertiesUtils.java | 5b41e7545b3c8f9c088b41533fda6b22d8451730 | [] | no_license | GreatPlace-NathanLi/MyHRSystem | https://github.com/GreatPlace-NathanLi/MyHRSystem | e964a63de8054d07f1e422701e1e4412d049a180 | 3a156e59c1c05d82d8371f2eb2550436767ed8c0 | refs/heads/master | 2021-01-24T18:59:10.705000 | 2017-09-06T10:32:26 | 2017-09-06T10:32:26 | 86,172,123 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nathan.common;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Enumeration;
import java.util.Properties;
import org.apache.log4j.Logger;
/**
* 从properties配置中取值并打印日志,注意:读取完毕要手动调用close方法.
*
*/
pu... | GB18030 | Java | 7,226 | java | PropertiesUtils.java | Java | [] | null | [] | package com.nathan.common;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Enumeration;
import java.util.Properties;
import org.apache.log4j.Logger;
/**
* 从properties配置中取值并打印日志,注意:读取完毕要手动调用close方法.
*
*/
pu... | 7,226 | 0.558283 | 0.556777 | 281 | 21.629892 | 21.691259 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88968 | false | false | 5 |
1b5c99c058289772d41755ad641e624e2a5e6047 | 19,104,014,585,316 | 1680617bade56ce194233967f9fe261a2c971991 | /src/vobj/potion/GreenL.java | bee986076b6439fe90a7d3ddb3ce85a86b84fb62 | [
"MIT"
] | permissive | chharvey/elemental | https://github.com/chharvey/elemental | da7ab71b5d3aa1f91ec691c5df01e4e5e05684f1 | 107ec1e322c2c028453a1812770deb26127d1a39 | refs/heads/master | 2019-01-19T18:00:59.159000 | 2015-03-02T02:40:51 | 2015-03-02T02:40:51 | 11,215,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vobj.potion;
/**
* Restores 50% HP to a character.
* @author Christopher H. Harvey <chrisharvey2pi@gmail.com>
* @version 2011.08.06
*/
public final class GreenL extends Potion {
/** The name of this object. */
private static final String NAME = "Green-L";
/** The description of this object. */
... | UTF-8 | Java | 1,706 | java | GreenL.java | Java | [
{
"context": "\n/**\n * Restores 50% HP to a character.\n * @author Christopher H. Harvey <chrisharvey2pi@gmail.com>\n * @version 2011.08.06",
"end": 93,
"score": 0.9998772740364075,
"start": 72,
"tag": "NAME",
"value": "Christopher H. Harvey"
},
{
"context": "to a character.\n * @au... | null | [] | package vobj.potion;
/**
* Restores 50% HP to a character.
* @author <NAME> <<EMAIL>>
* @version 2011.08.06
*/
public final class GreenL extends Potion {
/** The name of this object. */
private static final String NAME = "Green-L";
/** The description of this object. */
private static final String ... | 1,674 | 0.61313 | 0.601993 | 60 | 27.433332 | 22.828613 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316667 | false | false | 5 |
d239ce66d615f0bd38ed4d5c79c366ecfcf1d88d | 19,104,014,588,686 | 79c9efd828a2e752a82db036089edd792dea2108 | /app/src/main/java/com/tugcenurdaglar/kisileruygulamasi/KisilerAdapter.java | 3ce0870da1625677459e5b15f88cea1a4d9910f7 | [] | no_license | tugcenurdaglar/rehber_uygulamasi | https://github.com/tugcenurdaglar/rehber_uygulamasi | 6222991f225b0487247d517210686c2dc980efbf | d7d33e2203fc8dbc684f8bf4f2b347477e2b58db | refs/heads/master | 2023-03-28T04:31:28.933000 | 2021-03-25T14:49:56 | 2021-03-25T14:49:56 | 347,509,058 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tugcenurdaglar.kisileruygulamasi;
import android.content.Context;
import android.content.DialogInterface;
import android.view.LayoutInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.ImageView;
import androi... | UTF-8 | Java | 7,159 | java | KisilerAdapter.java | Java | [] | null | [] | package com.tugcenurdaglar.kisileruygulamasi;
import android.content.Context;
import android.content.DialogInterface;
import android.view.LayoutInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.ImageView;
import androi... | 7,159 | 0.566816 | 0.566395 | 196 | 35.346939 | 33.269341 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 5 |
ad994e8a08ff9fc0f3e926911d2ffb498686a994 | 29,669,634,123,334 | e6ed9960e3c5aaf381b5644e7c1fd9afb6e13e95 | /api/src/main/java/com/example/demo/api/service/TeacherUserService.java | 3f3e5d55cedc729f4f1366cbebd0a919a67d2080 | [] | no_license | liunaijie/platform | https://github.com/liunaijie/platform | fc2ea0841a0d1b10b7e2c4a1e09147489fd17ab3 | 2181d6b5c4560b5e572488406f6295e6f22f5fb5 | refs/heads/master | 2020-04-25T15:09:41.039000 | 2019-07-06T19:22:15 | 2019-07-06T19:22:15 | 172,868,504 | 0 | 0 | null | false | 2020-06-06T16:25:53 | 2019-02-27T07:45:50 | 2019-07-06T19:22:58 | 2020-06-06T16:25:52 | 3,999 | 1 | 0 | 2 | Java | false | false | package com.example.demo.api.service;
import com.example.demo.api.model.TeacherUser;
import com.example.demo.api.util.ResultBean;
import org.springframework.web.multipart.MultipartFile;
/**
* @author LiuNaiJie
* on 2019-03-06
*/
public interface TeacherUserService {
/**
* 教师信息注册
*
* @param teacherUser
*... | UTF-8 | Java | 1,283 | java | TeacherUserService.java | Java | [
{
"context": "work.web.multipart.MultipartFile;\n\n\n/**\n * @author LiuNaiJie\n * on 2019-03-06\n */\npublic interface TeacherUser",
"end": 213,
"score": 0.9974151253700256,
"start": 204,
"tag": "NAME",
"value": "LiuNaiJie"
}
] | null | [] | package com.example.demo.api.service;
import com.example.demo.api.model.TeacherUser;
import com.example.demo.api.util.ResultBean;
import org.springframework.web.multipart.MultipartFile;
/**
* @author LiuNaiJie
* on 2019-03-06
*/
public interface TeacherUserService {
/**
* 教师信息注册
*
* @param teacherUser
*... | 1,283 | 0.650821 | 0.643907 | 74 | 14.635135 | 17.254513 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.932432 | false | false | 5 |
d188da5551dfa867c6e13b4dc17bcd46eeced5e5 | 10,771,777,992,234 | 9d53050d9802398cc045b46897efedf63a192ef3 | /SaveMyPhone/src/main/java/com/serveme/savemyphone/view/BackGroundActivity.java | 61ad45c22d9789c78015bb822ec9e937e1236098 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Ahmedbadereldin/SaveMe | https://github.com/Ahmedbadereldin/SaveMe | ad9881244fabd9fc4746aef1a8abb26e7bdb71d0 | a477c670fee5cd1cef4d6a1e7f0a71750330a90f | refs/heads/master | 2023-01-06T11:08:17.242000 | 2020-09-24T11:10:10 | 2020-09-24T11:10:10 | 298,185,454 | 0 | 0 | Apache-2.0 | true | 2020-09-24T06:13:43 | 2020-09-24T06:13:43 | 2020-09-10T05:52:43 | 2020-09-03T05:37:23 | 18,062 | 0 | 0 | 0 | null | false | false | package com.serveme.savemyphone.view;
import java.io.IOException;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import an... | UTF-8 | Java | 4,179 | java | BackGroundActivity.java | Java | [] | null | [] | package com.serveme.savemyphone.view;
import java.io.IOException;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import an... | 4,179 | 0.695382 | 0.694185 | 135 | 28.955555 | 19.735235 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.518518 | false | false | 5 |
be180c2ea794a9209c3af3fa3a2e94a161ed8acd | 10,599,979,347,543 | ca0d773501210c629dbf49bd4727ac29269b4add | /Procon/app/src/main/java/com/example/user/procon/B106.java | 28393d79567ce6655e9a04256f60ebaf10aeb7e0 | [] | no_license | jmwjmw01/atcoder | https://github.com/jmwjmw01/atcoder | fa09a078e80fdbb31a4daa949293a470cf80872b | 9a7f04ff6b00b9b2e46bea5c7eacadfd34d2afb9 | refs/heads/master | 2020-03-25T08:27:38.006000 | 2018-08-23T15:54:50 | 2018-08-23T15:54:50 | 143,613,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.user.procon;
import java.util.Scanner;
import java.util.stream.IntStream;
/**
* Created by user on 2018/08/23.
*/
public class B106 {
public static void main(String[] args) {
new B106().run();
}
void run() {
Scanner sc = new Scanner(System.in);
int n = sc.n... | UTF-8 | Java | 526 | java | B106.java | Java | [
{
"context": "ort java.util.stream.IntStream;\n\n/**\n * Created by user on 2018/08/23.\n */\n\npublic class B106 {\n publi",
"end": 118,
"score": 0.9664384722709656,
"start": 114,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package com.example.user.procon;
import java.util.Scanner;
import java.util.stream.IntStream;
/**
* Created by user on 2018/08/23.
*/
public class B106 {
public static void main(String[] args) {
new B106().run();
}
void run() {
Scanner sc = new Scanner(System.in);
int n = sc.n... | 526 | 0.574144 | 0.532319 | 25 | 20.040001 | 23.440956 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 5 |
b91562a2fc8128d0db3f9c3ac4865e405a8ad388 | 14,250,701,507,662 | 24b349ca46d80ca602b5510bc5cf8a6a599829b8 | /day19codeChallenge/src/Main.java | 07d71042ff5d2d13d9f9daabd2bec80cc9825162 | [] | no_license | withvidit/cheat | https://github.com/withvidit/cheat | a800ec4eaf1c57f2e179372ec476bd855c25e92d | 13050b1ae058e4d832e4d91512590c3ea69ee314 | refs/heads/master | 2021-01-22T01:58:11.452000 | 2017-02-06T05:07:17 | 2017-02-06T05:07:29 | 81,020,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String args[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter the book name");
String name=b... | UTF-8 | Java | 1,602 | java | Main.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String args[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter the book name");
String name=b... | 1,602 | 0.723471 | 0.720974 | 53 | 28.188679 | 25.121634 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.188679 | false | false | 5 |
8c914be4bc9945cc60cc506a5bdfad60a55ed4d1 | 20,151,986,584,210 | 7f33990f6bec206842037bb83a8dc76b6e856dce | /consumer/src/main/java/com/ly/springcloud/consumer/service/error/HelloFeignErro.java | 0ca1ad7656be53c256e6d69e527eefd5c50861ff | [] | no_license | ly-w-97/test | https://github.com/ly-w-97/test | b3b9c6451b52b9ed6abdfa7de6c86b63a8daf799 | 323f4a10ab3b6143dbfec759f3046d92e799c013 | refs/heads/master | 2020-07-28T14:58:35.229000 | 2019-09-24T01:38:27 | 2019-09-24T01:38:27 | 209,445,656 | 0 | 0 | null | false | 2019-09-20T09:01:53 | 2019-09-19T02:30:58 | 2019-09-20T08:47:44 | 2019-09-20T09:01:50 | 87 | 0 | 0 | 0 | Java | false | false | package com.ly.springcloud.consumer.service.error;
import com.ly.springcloud.consumer.service.HelloFeign;
import org.springframework.stereotype.Component;
@Component
public class HelloFeignErro implements HelloFeign {
@Override
public String hello(String name) {
return "sorry "+name+", I have a error!... | UTF-8 | Java | 331 | java | HelloFeignErro.java | Java | [] | null | [] | package com.ly.springcloud.consumer.service.error;
import com.ly.springcloud.consumer.service.HelloFeign;
import org.springframework.stereotype.Component;
@Component
public class HelloFeignErro implements HelloFeign {
@Override
public String hello(String name) {
return "sorry "+name+", I have a error!... | 331 | 0.749245 | 0.749245 | 12 | 26.583334 | 22.325092 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
90881bfa2e5a8360bf08425a3c4dd1f60e2190ee | 5,609,227,311,741 | b5ea0219d930c8001b30e9b848ccc0c43a46e4d7 | /src/com/doksapp/controller/utils/ServletViewUtility.java | ced0d699e3f55359600b2100769410ee7ccc5ac4 | [] | no_license | Kalash97/DoksApp | https://github.com/Kalash97/DoksApp | 7344a1c0ebd311670d67c185a53a39a60096231c | b548904af2b744cd50b0b3594248bb673d7a88ea | refs/heads/master | 2022-11-12T16:27:39.996000 | 2020-03-11T17:42:59 | 2020-03-11T17:42:59 | 241,434,980 | 0 | 0 | null | false | 2022-10-05T19:42:28 | 2020-02-18T18:21:11 | 2020-03-11T17:44:14 | 2022-10-05T19:42:25 | 413 | 0 | 0 | 4 | Java | false | false | package com.doksapp.controller.utils;
import java.io.IOException;
import javax.servlet.ServletException;
import com.doksapp.model.entities.Person;
import com.doksapp.view.ServletView;
import lombok.AllArgsConstructor;
@AllArgsConstructor
public class ServletViewUtility {
private ServletView view;
public void at... | UTF-8 | Java | 663 | java | ServletViewUtility.java | Java | [] | null | [] | package com.doksapp.controller.utils;
import java.io.IOException;
import javax.servlet.ServletException;
import com.doksapp.model.entities.Person;
import com.doksapp.view.ServletView;
import lombok.AllArgsConstructor;
@AllArgsConstructor
public class ServletViewUtility {
private ServletView view;
public void at... | 663 | 0.785822 | 0.785822 | 24 | 26.625 | 26.951828 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.041667 | false | false | 5 |
0ffdae476888df4fc88f523fec1ff7d5b2e6dd93 | 28,140,625,731,456 | c1733286676759669690252068fd68b8ffeb3010 | /src/main/java/model/User.java | 16dd86eede7e615adeb0782819cc3cd1e4605cea | [] | no_license | prerak8/kafkaStreams | https://github.com/prerak8/kafkaStreams | 2ccbefd50cd8a70dcd236e0f83577aa35b1ce075 | 31dead7c0416a4e1b2b57f300e17c815c40b3a04 | refs/heads/master | 2022-06-13T20:02:54.604000 | 2020-05-05T17:27:40 | 2020-05-05T17:27:40 | 259,533,808 | 0 | 0 | null | false | 2022-05-20T21:35:21 | 2020-04-28T04:47:32 | 2020-08-14T12:58:41 | 2022-05-20T21:35:20 | 76 | 0 | 0 | 1 | Java | false | false | package model;
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.fasterxml.jackson.anno... | UTF-8 | Java | 2,561 | java | User.java | Java | [] | null | [] | package model;
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.fasterxml.jackson.anno... | 2,561 | 0.70246 | 0.70207 | 117 | 19.905983 | 22.997206 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.162393 | false | false | 5 |
acc4fb9c1d42c3f4156bd5bf05184cc7968aea1a | 16,140,487,101,129 | 42694706c3993788c6e5eb5a34c60eba56a28fab | /src/main/java/com/example/springProject/repositories/ProductRepository.java | 19f93a25bb5c65be54f3252b9b83aa42465252f0 | [] | no_license | GuilhermeOM/springbootApp | https://github.com/GuilhermeOM/springbootApp | 4fd1359fe44289ef2eee982ff5ca1681eb6ac2ad | 9f75f592a1e64a73244acbd16377b4d7845e35b6 | refs/heads/master | 2023-07-21T06:26:49.920000 | 2021-08-24T23:17:21 | 2021-08-24T23:17:21 | 395,405,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springProject.repositories;
import com.example.springProject.entities.Product;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductRepository extends JpaRepository<Product, Long>{
} | UTF-8 | Java | 243 | java | ProductRepository.java | Java | [] | null | [] | package com.example.springProject.repositories;
import com.example.springProject.entities.Product;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductRepository extends JpaRepository<Product, Long>{
} | 243 | 0.835391 | 0.835391 | 9 | 26.111111 | 28.857676 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.