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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3fd45b4477665b80155a47783b98c73e0d2c16fd | 12,773,232,804,931 | 0932200cbc66008e0b69eb76b3af9090c410ac8b | /src/main/java/mjh/tm/restapi/resource/ProjectResource.java | fd78982989390331758d4b01b43281f5331bdedb | [] | no_license | MikeHake/task-manager-jee | https://github.com/MikeHake/task-manager-jee | a4870c9e29fd4e6aa9a321b88a139e94a4fbdb04 | 13f8664d3f8c0636068714b6ae19e79d2c0ed02f | refs/heads/master | 2021-01-23T07:21:39.966000 | 2015-01-19T15:47:39 | 2015-01-19T15:47:39 | 28,672,284 | 0 | 0 | null | false | 2015-01-16T16:26:48 | 2014-12-31T18:25:49 | 2015-01-09T22:40:25 | 2015-01-16T16:26:46 | 204 | 0 | 0 | 0 | Java | null | null | package mjh.tm.restapi.resource;
import java.util.List;
import javax.annotation.Resource;
import javax.annotation.security.DeclareRoles;
import javax.annotation.security.RolesAllowed;
import javax.ejb.SessionContext;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.json.JsonObject;
import javax.ws... | UTF-8 | Java | 3,994 | java | ProjectResource.java | Java | [] | null | [] | package mjh.tm.restapi.resource;
import java.util.List;
import javax.annotation.Resource;
import javax.annotation.security.DeclareRoles;
import javax.annotation.security.RolesAllowed;
import javax.ejb.SessionContext;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.json.JsonObject;
import javax.ws... | 3,994 | 0.727842 | 0.727842 | 118 | 32.847458 | 29.433529 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483051 | false | false | 6 |
615675755d0663f523644ae49c1bed072f7df0e4 | 13,718,125,555,780 | b39700bdcf98596b7c6f073cacabe29860e2e0fd | /CoreJava/src/com/tech/ninzaz/JavaNewFeatures/java7/MultiCatchEx.java | 539dc7e83142a67fa44be20d2b5f2bea68af0afc | [] | no_license | Gizmosoft/CoreJava-Practice | https://github.com/Gizmosoft/CoreJava-Practice | 2d721cfdfea4c439af95fc5b39a71f0a81073816 | f7affea4152fa7f52a53d6de0fc3186d2627c032 | refs/heads/master | 2021-06-08T15:37:56.086000 | 2021-05-05T06:21:27 | 2021-05-05T06:21:27 | 173,529,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tech.ninzaz.JavaNewFeatures.java7;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.SQLException;
public class MultiCatchEx {
public static void main(String[] args) {
testMultiCatchPreJava7();
testMultiCatchJava7();
}
public static void testMultiCatchPreJava... | UTF-8 | Java | 1,087 | java | MultiCatchEx.java | Java | [] | null | [] | package com.tech.ninzaz.JavaNewFeatures.java7;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.SQLException;
public class MultiCatchEx {
public static void main(String[] args) {
testMultiCatchPreJava7();
testMultiCatchJava7();
}
public static void testMultiCatchPreJava... | 1,087 | 0.684453 | 0.678013 | 55 | 18.781818 | 19.04224 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.290909 | false | false | 6 |
4c64d79198fd6d5de66ae47b881916a67983836c | 231,928,246,676 | 09a7db94de11030b01b077962da86547cac07d74 | /PROYECTO/src/main/java/net/osgg/papeleria/clienteRepository.java | 2a057f5fc90a6672db7e3ebdefe76611992fba7e | [] | no_license | LuisBuenanio/PAPELERIA | https://github.com/LuisBuenanio/PAPELERIA | 7f27bb388e66637eef665bae002f8f9e2ca5fdb1 | 27eeea05343b42906234de59c7f5e418f77b3902 | refs/heads/master | 2022-11-22T02:41:33.959000 | 2020-07-25T18:23:09 | 2020-07-25T18:23:09 | 282,499,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
-------------------------------------------------------------------
|
| CRUDyLeaf - A Domain Specific Language for generating Spring Boot
| REST resources from entity CRUD operations.
| Author: Omar S. G�mez (2020)
| File Date: Tue Jul 21 20:30:04 COT 2020
|
----------------------------... | UTF-8 | Java | 849 | java | clienteRepository.java | Java | [
{
"context": " resources from entity CRUD operations.\r\n| Author: Omar S. G�mez (2020)\r\n| File Date: Tue Jul 21 20:30:04 COT 2020",
"end": 235,
"score": 0.9998943209648132,
"start": 222,
"tag": "NAME",
"value": "Omar S. G�mez"
}
] | null | [] | /*
-------------------------------------------------------------------
|
| CRUDyLeaf - A Domain Specific Language for generating Spring Boot
| REST resources from entity CRUD operations.
| Author: <NAME> (2020)
| File Date: Tue Jul 21 20:30:04 COT 2020
|
-----------------------------------... | 840 | 0.602125 | 0.583235 | 28 | 27.678572 | 25.163826 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 6 |
4cfc0806ba639ba4ba451980ed96afcaa0910c7e | 17,952,963,338,264 | b085e5ae552567f375fad2376ec61755e0dc2902 | /Android-Tutorial/app-service/src/main/java/com/kk/service/SpecialService.java | 08a54dbeabdcedd9df54915b7664558b5f801edb | [] | no_license | kamaihamaiha/Tutorial | https://github.com/kamaihamaiha/Tutorial | 50aff4d8a69fb6831107d4af85a2325d23686c59 | c1f2bfaf53703c36f1c4c45308b11b49ec09b917 | refs/heads/master | 2023-06-02T21:18:23.572000 | 2021-06-18T03:52:07 | 2021-06-18T03:52:07 | 207,139,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kk.service;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.util.Log;
/**
* @Author: kk
* @Create Date: 19-3-9 下午10:35
* @E-mail: kamaihamaiha@gmail.com
* @Motto: 人生苦短,就是干!
* @Des: this is SpecialService
* 服务,可与 activity ... | UTF-8 | Java | 2,771 | java | SpecialService.java | Java | [
{
"context": "IBinder;\nimport android.util.Log;\n\n/**\n * @Author: kk\n * @Create Date: 19-3-9 下午10:35\n * @E-mail: kamai",
"end": 181,
"score": 0.9991698861122131,
"start": 179,
"tag": "USERNAME",
"value": "kk"
},
{
"context": "or: kk\n * @Create Date: 19-3-9 下午10:35\n * @E-mail: ... | null | [] | package com.kk.service;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.util.Log;
/**
* @Author: kk
* @Create Date: 19-3-9 下午10:35
* @E-mail: <EMAIL>
* @Motto: 人生苦短,就是干!
* @Des: this is SpecialService
* 服务,可与 activity 进行双向通信
*/
publ... | 2,756 | 0.511951 | 0.506939 | 105 | 23.704762 | 18.797125 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 6 |
1c4c1769e6375e273dd7190046e4e63cd29b34a2 | 2,808,908,633,689 | b880f7901f73ef3c52d8677b929f40e7072ad0b6 | /src/main/java/momah/Utils/OrderHelperValidator.java | 936d0900ff6265fddbbdb5916492a490ee7b10d5 | [] | no_license | motios/demo2 | https://github.com/motios/demo2 | 9e15022845c31f34ae6675b2ee9c7069f2fad2cd | fe7d8ac640844e3323ce508a3ac839f48277cd0f | refs/heads/master | 2021-08-24T03:20:29.546000 | 2017-12-07T21:26:51 | 2017-12-07T21:26:51 | 113,473,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package momah.Utils;
public class OrderHelperValidator {
public static final int CUSTOMER_ID_DEFAULT = -1;
public static final double PRICE_DEFAULT = 0.00;
}
| UTF-8 | Java | 167 | java | OrderHelperValidator.java | Java | [] | null | [] | package momah.Utils;
public class OrderHelperValidator {
public static final int CUSTOMER_ID_DEFAULT = -1;
public static final double PRICE_DEFAULT = 0.00;
}
| 167 | 0.742515 | 0.718563 | 6 | 26.833334 | 21.674999 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
9b7808639a4843e50a847743990be9925c29e922 | 26,860,725,522,171 | 71fdaa2d8263591b684042a92acf9be1365f6710 | /src/test/java/com/adu/org/apache/commons/lang3/tuple/MutableTripleTest.java | 4650590edcd93327b28fdedde0e62008c788673f | [] | no_license | zouyq/adu-test | https://github.com/zouyq/adu-test | 9811958c793c3cd489eacf87fbcc3ddbc918d73b | ce65ccce187ff99e8912e00301b0800acb8a025a | refs/heads/master | 2023-05-07T12:27:29.129000 | 2020-12-17T07:37:10 | 2020-12-17T07:37:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adu.org.apache.commons.lang3.tuple;
import org.apache.commons.lang3.tuple.MutableTriple;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MutableTripleTest {
MutableTriple<Integer, String, String> triple = MutableTriple.of(1, "adu", "Male");
private Logg... | UTF-8 | Java | 1,078 | java | MutableTripleTest.java | Java | [] | null | [] | package com.adu.org.apache.commons.lang3.tuple;
import org.apache.commons.lang3.tuple.MutableTriple;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MutableTripleTest {
MutableTriple<Integer, String, String> triple = MutableTriple.of(1, "adu", "Male");
private Logg... | 1,078 | 0.616883 | 0.608534 | 42 | 24.666666 | 24.682426 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 6 |
ede854610b38ecec5cb2b9e669ff0d0fb90186c2 | 14,714,557,965,328 | e354e28058c35fa87cb666fe29b9ff38f2c2d8ef | /src/main/java/com/lgq/servlet/DispatcherServlet.java | ff42b5a3f871e6a203e3e0abbd37b118c291a4bc | [
"Apache-2.0"
] | permissive | ygs12/spring-mvc-custom | https://github.com/ygs12/spring-mvc-custom | 2d632425115795c0fe28c05631cbf9b469a6111e | 7c2ddf212ef8e49d764a4a1c7e58f53e57c5e0af | refs/heads/master | 2021-04-01T21:29:42.305000 | 2020-03-03T11:22:26 | 2020-03-03T11:22:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lgq.servlet;
import com.lgq.adapter.HandlerAdapter;
import com.lgq.handler.HandlerMapping;
import com.lgq.ioc.BeanFactory;
import com.lgq.model.ModelAndView;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servl... | UTF-8 | Java | 3,760 | java | DispatcherServlet.java | Java | [
{
"context": "ist;\n import java.util.Map;\n\n/**\n * @author lgq\n * @date 2019/10/25\n */\npublic class DispatcherSe",
"end": 519,
"score": 0.9996205568313599,
"start": 516,
"tag": "USERNAME",
"value": "lgq"
}
] | null | [] | package com.lgq.servlet;
import com.lgq.adapter.HandlerAdapter;
import com.lgq.handler.HandlerMapping;
import com.lgq.ioc.BeanFactory;
import com.lgq.model.ModelAndView;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servl... | 3,760 | 0.605983 | 0.603134 | 111 | 30.621622 | 25.14393 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342342 | false | false | 6 |
70b98a0c957dc3ed3853c295ebb32d9b2233b2c7 | 24,060,406,818,037 | 455f8fe40c7f256ac75059586c8925a00550d41f | /backend/homfitchallenge/src/main/java/com/ssafy/homfit/api/ChallengeRepository.java | 24d22c56ee4919afe0ed73c81f5d1eb5bcf777a7 | [] | no_license | ekgml3765/Homfit-Challenge | https://github.com/ekgml3765/Homfit-Challenge | 6324ab825ff805a4058243b8ded62f061ebfe2f6 | 1f101b6644ab6d7649bb20ec07685d5195c55087 | refs/heads/master | 2023-07-12T01:53:25.413000 | 2021-08-15T14:37:11 | 2021-08-15T14:37:11 | 373,220,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.homfit.api;
import org.springframework.data.repository.CrudRepository;
import com.ssafy.homfit.model.Challenge;
public interface ChallengeRepository extends CrudRepository<Challenge, Integer>{
}
| UTF-8 | Java | 219 | java | ChallengeRepository.java | Java | [] | null | [] | package com.ssafy.homfit.api;
import org.springframework.data.repository.CrudRepository;
import com.ssafy.homfit.model.Challenge;
public interface ChallengeRepository extends CrudRepository<Challenge, Integer>{
}
| 219 | 0.826484 | 0.826484 | 10 | 20.9 | 27.998035 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
adf76f9863f8bc0057957cf56af0a9d12c5bdd79 | 5,823,975,694,355 | fc049dde0440056d95baacb25ad8224c96088678 | /src/main/java/com/c9/survival/controller/MovePointController.java | e940521632c092378539778e66cc359306bf1e43 | [] | no_license | Kprunning/c9Plugin | https://github.com/Kprunning/c9Plugin | bc8235965d4b6c6c6ea26aa9111bcc8981b4115c | d83bd94b5ec51f294971c631f721dabc2560ff52 | refs/heads/master | 2022-11-19T22:44:09.046000 | 2020-07-14T03:26:12 | 2020-07-14T03:27:22 | 279,470,526 | 12 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.c9.survival.controller;
import com.c9.survival.service.MovePointService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBod... | UTF-8 | Java | 718 | java | MovePointController.java | Java | [] | null | [] | package com.c9.survival.controller;
import com.c9.survival.service.MovePointService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBod... | 718 | 0.800587 | 0.791789 | 25 | 26.280001 | 23.473423 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
0c135b10f3c2090fe7b47a05be8cd5a1c2523d1a | 28,587,302,350,797 | ec1e385a1001801f85272ae6f5ff8461dda77c63 | /src/com/playthatchord/model/note/Note.java | a6f3a3a737faad5f13ba43d80deee7b862fb7e4e | [] | no_license | baotpham/PlayThatChord | https://github.com/baotpham/PlayThatChord | 429d518e09ff9e590b972cf64cb6f195dbbff33f | 8995737bde3fd87881e2b934f10b11a1dee2752f | refs/heads/master | 2020-04-23T09:45:05.005000 | 2019-03-20T19:37:40 | 2019-03-20T19:37:40 | 171,079,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playthatchord.model.note;
public interface Note {
String getNoteName();
int[][] getNotePositions();
}
| UTF-8 | Java | 125 | java | Note.java | Java | [] | null | [] | package com.playthatchord.model.note;
public interface Note {
String getNoteName();
int[][] getNotePositions();
}
| 125 | 0.696 | 0.696 | 8 | 14.625 | 14.890748 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 6 |
de6610ace1afd9caac77b6c8f462160f782491a0 | 25,494,925,910,934 | 05f3869d5c276b76d2ee4553686b8eaf96dea03f | /src/uk/ac/isc/Test_DatePicker.java | 4a54b3e00625a026e187a4b01d365a3e57bdf5a4 | [] | no_license | saifulkhan/scheduling-system | https://github.com/saifulkhan/scheduling-system | 077b080b6246bcce8ca818f9ee17e029c86a02ee | bac7c8c03eade9f06e9803cd49bce6939514ba50 | refs/heads/master | 2021-01-18T19:31:42.906000 | 2017-05-05T13:05:50 | 2017-05-05T13:05:50 | 72,102,862 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package uk.ac.isc;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.A... | UTF-8 | Java | 3,253 | java | Test_DatePicker.java | Java | [] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package uk.ac.isc;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.A... | 3,253 | 0.643671 | 0.642439 | 105 | 29.923809 | 26.045635 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 6 |
9916f64a1d52112cf0550b9151fdda615a1b07ad | 31,765,578,157,093 | f2fcc0e25e0f64e5b47aa72ae085e5bf6f1e3156 | /src/AST/VarType/String_type.java | 3fac27b795bda412e5df09c1801b388d50441550 | [] | no_license | 906476903/A-Compiler-for-modified-C | https://github.com/906476903/A-Compiler-for-modified-C | 4854878750a215e805b24825a290d58fc5e5ebc4 | 35cdffca7407a35892a3253ea47515d50687082d | refs/heads/master | 2021-01-19T09:17:31.381000 | 2017-02-15T18:07:52 | 2017-02-15T18:07:52 | 82,090,338 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package AST.VarType;
import IR.ILOC.Reg;
/**
* Created by xsc on 2016/3/31.
*/
public class String_type {
public String s;
public boolean is_lvalue;
public Reg pl;
public String_type(){}
public String_type(boolean s){is_lvalue = s;}
public String_type(Reg tmp){pl = tmp;}
}
| UTF-8 | Java | 304 | java | String_type.java | Java | [
{
"context": "T.VarType;\n\nimport IR.ILOC.Reg;\n\n/**\n * Created by xsc on 2016/3/31.\n */\npublic class String_type {\n ",
"end": 64,
"score": 0.9995430707931519,
"start": 61,
"tag": "USERNAME",
"value": "xsc"
}
] | null | [] | package AST.VarType;
import IR.ILOC.Reg;
/**
* Created by xsc on 2016/3/31.
*/
public class String_type {
public String s;
public boolean is_lvalue;
public Reg pl;
public String_type(){}
public String_type(boolean s){is_lvalue = s;}
public String_type(Reg tmp){pl = tmp;}
}
| 304 | 0.641447 | 0.618421 | 17 | 16.882353 | 15.296606 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 6 |
5fa5c1823a27637188842cd1b0d5603014eb5e81 | 20,186,346,331,058 | f864c784f759f555669e9357fee7f531e34a37dd | /src/test/java/com/szucsatti/lemkehowson/MatrixOperationsTest.java | f37da6887371ad69da7023e2326452584a2b1cee | [] | no_license | szucsatti/nash-equilibrium | https://github.com/szucsatti/nash-equilibrium | 4b519a304c397e02e635b52785f28169ae94a157 | f0d3a56c139b8e05a5575ab9766fd39c0eeb05e7 | refs/heads/master | 2020-09-17T03:50:49.713000 | 2019-12-04T13:45:47 | 2019-12-04T13:45:47 | 223,978,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szucsatti.lemkehowson;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import static com.szucsatti.lemkehowson.Rational.valueOf;
class MatrixOperationsTest {
private Matrix xMatrix = new Matrix(new long[][]{
{1, 2, 3},
{7... | UTF-8 | Java | 4,211 | java | MatrixOperationsTest.java | Java | [] | null | [] | package com.szucsatti.lemkehowson;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import static com.szucsatti.lemkehowson.Rational.valueOf;
class MatrixOperationsTest {
private Matrix xMatrix = new Matrix(new long[][]{
{1, 2, 3},
{7... | 4,211 | 0.60437 | 0.556875 | 127 | 32.157482 | 33.209293 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307087 | false | false | 6 |
e49e8556dec22bc92681c58f5b931f716ffad3ea | 26,603,027,463,879 | 4939d585ba2801b5b332bd6e30be112e71988bd0 | /src/main/java/com/jm3200104/spring/mvc/model/Student.java | 9c61223fdbe1e01e2cfca7350dc98666e049190b | [] | no_license | codewnw/JM3200104 | https://github.com/codewnw/JM3200104 | 14edd8eb8333991d5b16512a2417612e70ea6839 | c3a923d4a81a3caceab4a8e03c9804cfea745f8f | refs/heads/master | 2022-12-21T12:00:24.025000 | 2020-04-25T04:51:47 | 2020-04-25T04:51:47 | 232,623,982 | 0 | 0 | null | false | 2022-12-15T23:35:37 | 2020-01-08T17:48:31 | 2020-04-25T04:51:44 | 2022-12-15T23:35:35 | 90 | 0 | 0 | 8 | Java | false | false | package com.jm3200104.spring.mvc.model;
public class Student {
private String name;
private int age;
private String gender;
private String country;
private String[] courses;
private boolean graduate;
private String comment;
public String getComment() {
return comment;
}
... | UTF-8 | Java | 1,337 | java | Student.java | Java | [] | null | [] | package com.jm3200104.spring.mvc.model;
public class Student {
private String name;
private int age;
private String gender;
private String country;
private String[] courses;
private boolean graduate;
private String comment;
public String getComment() {
return comment;
}
... | 1,337 | 0.629768 | 0.624533 | 86 | 13.546512 | 14.483075 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.22093 | false | false | 6 |
8ceff33e22637a7b40364caec6fbd973623add90 | 1,675,037,295,356 | 6e2e383a00778d826c451a4d9274fc49e0cff41c | /hackerrank/src/ds/H_Queue_TruckTour.java | 491248ee743ba1abd9f2783330ca35a63e9cbb84 | [] | no_license | kenvifire/AlgorithmPractice | https://github.com/kenvifire/AlgorithmPractice | d875df9d13a76a02bce9ce0b90a8fad5ba90f832 | e16315ca2ad0476f65f087f608cc9424710e0812 | refs/heads/master | 2022-12-17T23:45:37.784000 | 2020-09-22T14:45:46 | 2020-09-22T14:45:46 | 58,105,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* Created by kenvi on 16/5/21.
*/
public class H_Queue_TruckTour {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int N = scanner.nextInt();
int min = 0;
int a,d;
... | UTF-8 | Java | 725 | java | H_Queue_TruckTour.java | Java | [
{
"context": "List;\nimport java.util.Scanner;\n\n/**\n * Created by kenvi on 16/5/21.\n */\npublic class H_Queue_TruckTour {\n",
"end": 101,
"score": 0.9981463551521301,
"start": 96,
"tag": "USERNAME",
"value": "kenvi"
}
] | null | [] | import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* Created by kenvi on 16/5/21.
*/
public class H_Queue_TruckTour {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int N = scanner.nextInt();
int min = 0;
int a,d;
... | 725 | 0.456552 | 0.441379 | 36 | 19.138889 | 14.246155 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 6 |
525c612dd82926f1d79f73c50694d64cac30ff95 | 27,152,783,274,954 | 7051d41edfbee034cc50e0d4dc2b294e0f9391d9 | /src/Solution581.java | fb9cf8536ca6762109bb5dd2431f94b0e6eaf2fc | [] | no_license | Ryougi-Shiki0/Leetcode-Practice | https://github.com/Ryougi-Shiki0/Leetcode-Practice | 5d073df139e4fefc7fce0a10dcd87c091849e0de | f2125a57210bbafc96874e76f368db349320f493 | refs/heads/master | 2022-07-15T11:20:05.353000 | 2022-06-06T17:17:12 | 2022-06-06T17:17:12 | 233,251,796 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* @author Arthas
*/
public class Solution581 {
public int findUnsortedSubarray(int[] nums) {
int length = nums.length;
int l = length - 1;
int r = 0;
int max = nums[0];
int min = nums[length-1];
for (int i = 0;i < length;i++) {
max = Math.max(nums[i... | UTF-8 | Java | 819 | java | Solution581.java | Java | [
{
"context": "\n/**\n * @author Arthas\n */\npublic class Solution581 {\n public int fin",
"end": 22,
"score": 0.9998445510864258,
"start": 16,
"tag": "NAME",
"value": "Arthas"
}
] | null | [] |
/**
* @author Arthas
*/
public class Solution581 {
public int findUnsortedSubarray(int[] nums) {
int length = nums.length;
int l = length - 1;
int r = 0;
int max = nums[0];
int min = nums[length-1];
for (int i = 0;i < length;i++) {
max = Math.max(nums[i... | 819 | 0.443223 | 0.409035 | 32 | 24.5625 | 15.576299 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 6 |
f648c2b69da095e0a290d21730c82b27f7e4463f | 30,691,836,344,535 | 558ead99189c8a17337bcbebb2693c8aad007f0b | /src/test/java/com/yusufsoysal/algorithms/interview/IteratorCollapseTest.java | e5c801e826b26e51308dfb52e6de51a2503a9fd6 | [] | no_license | yusufsoysal/Katas | https://github.com/yusufsoysal/Katas | 723dcb6eb4dd8fb27bbd5942f466c5056baaeb13 | a9e175667cb3027ae898a053d838b94e347c719e | refs/heads/master | 2021-01-18T08:32:42.328000 | 2017-12-14T22:04:27 | 2017-12-14T22:04:27 | 57,919,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yusufsoysal.algorithms.interview;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
public class IteratorCollapseTest {
private fin... | UTF-8 | Java | 2,231 | java | IteratorCollapseTest.java | Java | [] | null | [] | package com.yusufsoysal.algorithms.interview;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
public class IteratorCollapseTest {
private fin... | 2,231 | 0.66069 | 0.644106 | 68 | 31.82353 | 28.673077 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794118 | false | false | 6 |
2b3bf22c9cc4ec24b0987b2838c4991442632229 | 19,361,712,604,171 | 6368775cff70e45b16590b5bff5a09a5262fc67f | /src/test/java/ch/ethz/globis/phtree/bits/TestBitsLong.java | 8b3853e1d2972e7443877743977e83f64f26d7df | [
"Apache-2.0"
] | permissive | tzaeschke/phtree | https://github.com/tzaeschke/phtree | 2f348a7363e27ee432a9bec5d1068a0edeade137 | 04fa75a3680a5115e2d3d022ff27fce4d3bc3f47 | refs/heads/master | 2023-08-09T18:04:02.026000 | 2023-07-29T17:12:51 | 2023-07-29T17:12:51 | 41,664,931 | 110 | 21 | Apache-2.0 | false | 2023-07-29T17:07:11 | 2015-08-31T08:36:51 | 2023-07-23T17:31:18 | 2023-07-29T17:07:09 | 3,679 | 111 | 20 | 6 | Java | false | false | /*
* Copyright 2011 ETH Zurich. All Rights Reserved.
*
* This software is the proprietary information of ETH Zurich.
* Use is subject to license terms.
*/
package ch.ethz.globis.phtree.bits;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.util.Arrays;
import java.uti... | UTF-8 | Java | 30,074 | java | TestBitsLong.java | Java | [
{
"context": "h.ethz.globis.phtree.v11.Bits;\n\n/**\n * \n * @author ztilmann\n *\n */\npublic class TestBitsLong {\n\n\tprivate stat",
"end": 466,
"score": 0.9979772567749023,
"start": 458,
"tag": "USERNAME",
"value": "ztilmann"
}
] | null | [] | /*
* Copyright 2011 ETH Zurich. All Rights Reserved.
*
* This software is the proprietary information of ETH Zurich.
* Use is subject to license terms.
*/
package ch.ethz.globis.phtree.bits;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.util.Arrays;
import java.uti... | 30,074 | 0.697879 | 0.407661 | 799 | 36.639549 | 61.049461 | 592 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.329161 | false | false | 6 |
bc41a91d98477b88f9f3bd565a8c945c8bb57917 | 19,361,712,606,818 | 54bb6ba4a094962eb044a80410fd791acebb0a27 | /app/src/main/java/com/sohu/focus/salesmaster/utils/UpgradeUtil.java | 0b7e1b2b4396475ebc7d2935e838fbafcb917cda | [] | no_license | justicejia/salesMaster | https://github.com/justicejia/salesMaster | a002cc5c35abb73eaf6d9eeecd05bb9863b7ad26 | b450878b18b3daf7a06ca2980daf7f348c60b788 | refs/heads/master | 2020-03-21T22:01:14.645000 | 2018-06-29T04:11:31 | 2018-06-29T04:11:31 | 139,099,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sohu.focus.salesmaster.utils;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.text.TextUtils;
import com.sohu.focus.salesmaster.R;
import com.sohu.focus.salesmas... | UTF-8 | Java | 4,376 | java | UpgradeUtil.java | Java | [
{
"context": "d.VERSION_CODES.N;\n\n\n/**\n * 更新并下载安装包\n * Created by yuanminjia on 17-12-13.\n */\n\npublic enum UpgradeUtil {\n\n ",
"end": 905,
"score": 0.9993810653686523,
"start": 895,
"tag": "USERNAME",
"value": "yuanminjia"
}
] | null | [] | package com.sohu.focus.salesmaster.utils;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.text.TextUtils;
import com.sohu.focus.salesmaster.R;
import com.sohu.focus.salesmas... | 4,376 | 0.675164 | 0.669785 | 116 | 35.870689 | 28.235624 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637931 | false | false | 6 |
00acf7529904b9f4aa0797b0acd545abac5b0a7f | 34,849,364,666,452 | 459db55d82c8307736b3a0d04f958a7299dcd7d1 | /app/src/main/java/youthvine/internshiptask/Sign_In.java | 8f195ddb638879f85c23dbe114e9868dc168551f | [] | no_license | AbbyB97/InternshipTask | https://github.com/AbbyB97/InternshipTask | 6560da4084805091554c9ce3806593d4c33aaff8 | 220e0efefc9bb5024663b4467806b8984f0c4fdb | refs/heads/master | 2020-03-21T04:55:51.937000 | 2018-06-22T10:28:59 | 2018-06-22T10:28:59 | 138,134,836 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package youthvine.internshiptask;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.T... | UTF-8 | Java | 11,095 | java | Sign_In.java | Java | [] | null | [] | package youthvine.internshiptask;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.T... | 11,095 | 0.524651 | 0.5242 | 234 | 46.414532 | 33.408684 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709402 | false | false | 10 |
9fe0e5ea8d2f1cef02a879c9ca2f5af6a01b3293 | 36,713,380,461,367 | 079ea997708e7c6d99981b081ef697b52182e496 | /app/src/main/java/profilecom/connectgujarat/HomePageFragment.java | 31385ee094ad0de459c8fab65924460350c01c3a | [] | no_license | connectgujarat/connectgujarat_org | https://github.com/connectgujarat/connectgujarat_org | a4863993e4d15f663ce93cb7ce263dc34d94d809 | 7564afb38b8977df6da85081477b6acfa8dddbd9 | refs/heads/master | 2021-01-20T01:45:40.808000 | 2017-07-24T12:37:11 | 2017-07-24T12:37:11 | 89,326,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package profilecom.connectgujarat;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Anim... | UTF-8 | Java | 7,033 | java | HomePageFragment.java | Java | [] | null | [] | package profilecom.connectgujarat;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Anim... | 7,033 | 0.62221 | 0.62093 | 200 | 34.165001 | 29.974785 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59 | false | false | 10 |
9ec1ab014d38b24085969e87fa6c3491f01b6113 | 35,433,480,209,640 | d20d7afc0d8542e3bd8764875f563b059261698f | /proxypool/src/main/java/com/cv4j/proxy/ProxyManager.java | bfd67564968d297d0c5db2723b7eebe977037888 | [
"Apache-2.0"
] | permissive | frankies/ProxyPool | https://github.com/frankies/ProxyPool | 8a6f7c2d6395a5dd69dd85ef817311972b41a26f | 1ea007b155df4f2f379bc2423055829a8c7346d9 | refs/heads/master | 2020-08-28T19:58:40.464000 | 2019-09-06T12:46:11 | 2019-09-06T12:46:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cv4j.proxy;
import com.cv4j.proxy.domain.Proxy;
import com.cv4j.proxy.http.HttpManager;
import com.cv4j.proxy.task.ProxyPageCallable;
import com.safframework.tony.common.utils.Preconditions;
import io.reactivex.Flowable;
import io.reactivex.functions.Consumer;
import io.reactivex.functions.Function... | UTF-8 | Java | 3,839 | java | ProxyManager.java | Java | [
{
"context": "java.util.stream.Collectors;\r\n\r\n/**\r\n * Created by tony on 2017/10/25.\r\n */\r\n@Slf4j\r\npublic class ProxyMa",
"end": 654,
"score": 0.9928829669952393,
"start": 650,
"tag": "USERNAME",
"value": "tony"
}
] | null | [] | package com.cv4j.proxy;
import com.cv4j.proxy.domain.Proxy;
import com.cv4j.proxy.http.HttpManager;
import com.cv4j.proxy.task.ProxyPageCallable;
import com.safframework.tony.common.utils.Preconditions;
import io.reactivex.Flowable;
import io.reactivex.functions.Consumer;
import io.reactivex.functions.Function... | 3,839 | 0.468906 | 0.46497 | 100 | 36.110001 | 27.223848 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
f5274cbf3f736f23cf2c82f47667f6a8fb4fd68d | 18,700,287,655,065 | 5e0c7b28e9f08ec9466ce3e8afd78a57384fb912 | /src/Grader.java | e31d1af3b143c5c95059f404ab02603287454dde | [] | no_license | bdevo1896/learning-java-p3 | https://github.com/bdevo1896/learning-java-p3 | 7954e5e2ea8ca74e4d2276c76c9c5c726d9ee013 | a6e56ea4b78d7c24400a2bbb59e017a7c203c337 | refs/heads/master | 2020-06-28T13:19:35.386000 | 2019-08-02T14:08:22 | 2019-08-02T14:08:22 | 200,244,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Grader {
/*
* -----|BREAKDOWN OF GRADER|-----
* 1)
* Create a method to ask the user for a certain category of grades and the number of grades they
* want to enter. Then return the array created from the user input. *Note: This method will have
* an "int" parameter for creating a hard-co... | UTF-8 | Java | 3,485 | java | Grader.java | Java | [] | null | [] |
public class Grader {
/*
* -----|BREAKDOWN OF GRADER|-----
* 1)
* Create a method to ask the user for a certain category of grades and the number of grades they
* want to enter. Then return the array created from the user input. *Note: This method will have
* an "int" parameter for creating a hard-co... | 3,485 | 0.626112 | 0.606313 | 129 | 26.007751 | 27.776655 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.449612 | false | false | 10 |
15e841eb72c66444ea3b99edf1b364fef494b643 | 36,094,905,169,437 | 6d59613a8f0bf44f419de91d6ffe7cdcd6653001 | /cloud-app/app-system/src/main/java/com/union/aimei/system/service/BaseHomepageGuidePageService.java | bb6765fa7898bc83af792c2a3f9c48eb0e0cca91 | [] | no_license | moutainhigh/amez-springcloud | https://github.com/moutainhigh/amez-springcloud | a343ce35e47af9281002e17d9f7707728ba86600 | b2880475ec454fa88b2d0ab6885a5a0ee7d6059a | refs/heads/master | 2021-10-22T13:50:55.343000 | 2019-03-11T09:31:21 | 2019-03-11T09:31:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.union.aimei.system.service;
import com.github.pagehelper.PageInfo;
import com.union.aimei.common.model.system.BaseHomepageGuidePage;
/**
* @author liufeihua
*/
public interface BaseHomepageGuidePageService {
/**
* 基本操作
* @param id
* @return
*/
int deleteByPrimaryKey(Integer id... | UTF-8 | Java | 958 | java | BaseHomepageGuidePageService.java | Java | [
{
"context": "model.system.BaseHomepageGuidePage;\n/**\n * @author liufeihua\n */\npublic interface BaseHomepageGuidePageService",
"end": 170,
"score": 0.9995172619819641,
"start": 161,
"tag": "USERNAME",
"value": "liufeihua"
}
] | null | [] | package com.union.aimei.system.service;
import com.github.pagehelper.PageInfo;
import com.union.aimei.common.model.system.BaseHomepageGuidePage;
/**
* @author liufeihua
*/
public interface BaseHomepageGuidePageService {
/**
* 基本操作
* @param id
* @return
*/
int deleteByPrimaryKey(Integer id... | 958 | 0.635575 | 0.635575 | 41 | 21.512196 | 23.502073 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243902 | false | false | 10 |
86d26fd9dc3b53c292f0cbc18d7a373100786572 | 33,689,723,514,044 | c054af6f9badce2b31e2f1a7dd1408e1dec3f991 | /src/com/cocobabys/log/LogWriter.java | 85d79e5e44b82506af43e7b026c8b1ae4a23040b | [] | no_license | amoydream/Android_app | https://github.com/amoydream/Android_app | aacfd978746798ba47e7a9a8c282ac0ec54d9a39 | 24add584b2abcf136c98e11aa47fcc0b39199ac4 | refs/heads/master | 2021-12-07T19:13:24.891000 | 2015-12-28T14:54:22 | 2015-12-28T14:54:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cocobabys.log;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.Writer;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.cocobabys.activities.MyApplication;
import com.cocobabys.utils.Utils;
import android.util.Log;
public class LogWriter ... | UTF-8 | Java | 1,822 | java | LogWriter.java | Java | [] | null | [] | package com.cocobabys.log;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.Writer;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.cocobabys.activities.MyApplication;
import com.cocobabys.utils.Utils;
import android.util.Log;
public class LogWriter ... | 1,822 | 0.665733 | 0.663494 | 87 | 19.528736 | 19.963667 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954023 | false | false | 10 |
b5dbc234308406da25939c2874751c39196671d0 | 27,453,431,022,675 | 303b697e2499f60975679fe889619a68145f57df | /KharkivJavaTask4/src/shop/repository/ShopRepository.java | 22f729850a8b3af5dcf476df4d531b57fbb65826 | [] | no_license | Arsalan1357/preprod | https://github.com/Arsalan1357/preprod | ba1135392e8441e0f95a4949972f19c2125bb4f4 | cb73d5fceeca8aeed98e92729296fa5ed2296a6d | refs/heads/master | 2021-01-13T14:28:31.728000 | 2016-12-30T13:33:17 | 2016-12-30T13:33:17 | 72,885,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shop.repository;
import shop.entity.product.Product;
import shop.entity.shop.Shop;
import java.util.Date;
import java.util.Map;
/**
* @author Arsalan
* template shop.repository for shop
*/
public interface ShopRepository {
/**
* Makes order and adds it to list order
*
* @param date date of order
... | UTF-8 | Java | 468 | java | ShopRepository.java | Java | [
{
"context": "a.util.Date;\nimport java.util.Map;\n\n/**\n * @author Arsalan\n * template shop.repository for shop\n */\npublic i",
"end": 161,
"score": 0.9345543384552002,
"start": 154,
"tag": "NAME",
"value": "Arsalan"
}
] | null | [] | package shop.repository;
import shop.entity.product.Product;
import shop.entity.shop.Shop;
import java.util.Date;
import java.util.Map;
/**
* @author Arsalan
* template shop.repository for shop
*/
public interface ShopRepository {
/**
* Makes order and adds it to list order
*
* @param date date of order
... | 468 | 0.688034 | 0.688034 | 29 | 15.137931 | 15.947596 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 10 |
d8ab16c8457697ebe4167819fb867c5f848b6575 | 24,893,630,483,125 | 020b281e80e22d661803520c041b04846f3a5f91 | /src/main/java/com/hiqes/andele/RequestOwnerFragment.java | cbceaa6b97b9f22e8fae62c0f08194070a125cf9 | [] | no_license | hiqes/andele | https://github.com/hiqes/andele | 67b18f2b49f61cf1903e257f4b27beb58a82c0f5 | f62829b4d5b94b9616c7732a83bff86ef972642b | refs/heads/master | 2021-01-10T10:00:50.401000 | 2020-01-17T18:26:43 | 2020-01-17T18:26:43 | 45,207,946 | 71 | 8 | null | false | 2020-01-17T18:26:44 | 2015-10-29T20:12:48 | 2020-01-17T14:32:16 | 2020-01-17T18:26:43 | 144 | 61 | 7 | 6 | Java | false | false | /*
* Copyright (C) 2015 HIQES LLC
*
* 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 ... | UTF-8 | Java | 5,661 | java | RequestOwnerFragment.java | Java | [] | null | [] | /*
* Copyright (C) 2015 HIQES LLC
*
* 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 ... | 5,661 | 0.586822 | 0.583996 | 179 | 30.625698 | 25.348513 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391061 | false | false | 10 |
23263d82ead40e535176f3ea8fac024dba9c9458 | 31,447,750,571,912 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Spring/Spring8439.java | 9a593662172e13c022a3f1ce0b6bbb679c100f0f | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @Test
public void localConfigWithCustomValues() throws Exception {
Method method = getClass().getMethod("localConfigMethodWithCustomValues");
SqlConfig localSqlConfig = method.getAnnotation(Sql.class).config();
MergedSqlConfig cfg = new MergedSqlConfig(localSqlConfig, getClass());
assertNotNull(cfg);
assert... | UTF-8 | Java | 937 | java | Spring8439.java | Java | [] | null | [] | @Test
public void localConfigWithCustomValues() throws Exception {
Method method = getClass().getMethod("localConfigMethodWithCustomValues");
SqlConfig localSqlConfig = method.getAnnotation(Sql.class).config();
MergedSqlConfig cfg = new MergedSqlConfig(localSqlConfig, getClass());
assertNotNull(cfg);
assert... | 937 | 0.760939 | 0.760939 | 16 | 57.5 | 25.181839 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.75 | false | false | 10 |
3179d1a73baac26464ae359c4cacef05bb361baf | 31,447,750,572,173 | 1582714ec085c95cffef85cb7d49ad15e1e7e36b | /app/src/main/java/com/example/configurar/sistema_clinico/ReactivosDAO.java | f7e5177d0f88e30bd4c43c45895527ff90ca2488 | [] | no_license | aureliomigueltu/SISTEMA_CLINICO | https://github.com/aureliomigueltu/SISTEMA_CLINICO | 2014d559ea5b128d7aa2a44f78a8a69263500184 | 240c2d9a40f85a0e7d9047d7dbcf884ea526582f | refs/heads/master | 2023-02-03T10:30:30.372000 | 2015-08-04T23:53:07 | 2015-08-04T23:53:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.configurar.sistema_clinico;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class ReactivosDAO {
privat... | UTF-8 | Java | 2,141 | java | ReactivosDAO.java | Java | [] | null | [] | package com.example.configurar.sistema_clinico;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class ReactivosDAO {
privat... | 2,141 | 0.613732 | 0.605325 | 66 | 31.439394 | 30.679245 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848485 | false | false | 10 |
9c6074a11e698bcc7f2240925bbfbff9d4841991 | 8,435,315,779,395 | f7333169a0f52069a990420d0c401eca0395d3a6 | /cms/src/main/java/go/gg/cms/core/util/CmsPaginationRenderer.java | abdecc086be2404542ab4f03a222179f1398632f | [] | no_license | haroldjeong/workspace | https://github.com/haroldjeong/workspace | e9defa6cd4a0c49317fbaeb7113c991faa49cc85 | c1bc7c7826eb75762cfbda66e125b5376992c25d | refs/heads/master | 2022-12-07T09:53:35.919000 | 2020-08-26T07:34:36 | 2020-08-26T07:34:36 | 290,731,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2008-2009 the original author or authors.
*
* 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 ap... | UTF-8 | Java | 2,211 | java | CmsPaginationRenderer.java | Java | [] | null | [] | /*
* Copyright 2008-2009 the original author or authors.
*
* 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 ap... | 2,211 | 0.703981 | 0.688056 | 52 | 40.057693 | 40.714489 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038462 | false | false | 10 |
987d4532d5efd3cf8bc3d3f879c7a55db43cba23 | 26,706,106,687,267 | 93c7c359a3f92b0d4c73a67671f62a34ba4690fe | /src/RepositoryRegistry.java | 3ddc346731a9b31dd55c4faf7671a9c985ecf066 | [
"MIT"
] | permissive | tcK1/EP-DSID-2017_1 | https://github.com/tcK1/EP-DSID-2017_1 | 37f580ad3addde765d3b485a79eadd3cd4d278fb | c865839a2c93fd257d523290830e50ee40b60673 | refs/heads/master | 2021-01-18T23:05:46.336000 | 2017-04-22T16:21:16 | 2017-04-22T16:21:16 | 87,087,967 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.net.InetAddress;
import java.net.UnknownHostException;
import java.rmi.registry.Registry;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.HashMap;
public class RepositoryRegistry implements Registry{
private HashMap<String, Remote> repos = new HashMap<String, Remote>();
publ... | UTF-8 | Java | 1,028 | java | RepositoryRegistry.java | Java | [] | null | [] | import java.net.InetAddress;
import java.net.UnknownHostException;
import java.rmi.registry.Registry;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.HashMap;
public class RepositoryRegistry implements Registry{
private HashMap<String, Remote> repos = new HashMap<String, Remote>();
publ... | 1,028 | 0.73249 | 0.73249 | 44 | 22.363636 | 22.506657 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.681818 | false | false | 10 |
3356a5825522ebdda4917f1c48fd9b9007c951f0 | 17,695,265,277,892 | 26d8368b02b735ab0287b2b752cfba412c763ecf | /Exams/Midterm/src/test/java/midtermExam/p1/IndividualFilerTest.java | f5f0097f820b74a48d24d8ec77b1a7dd8e3af776 | [] | no_license | Johnspeanut/object_oriented_programming_course | https://github.com/Johnspeanut/object_oriented_programming_course | 84a7e4cf6853b030ccf127ad6f56a4fbe97879da | 3a2c872ef9c9652bd87defaeb91e87c4ee6cafbf | refs/heads/master | 2023-05-09T10:55:08.969000 | 2021-05-31T06:57:16 | 2021-05-31T06:57:16 | 372,411,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package midtermExam.p1;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class IndividualFilerTest {
IndividualFiler individualFiler;
IndividualFiler individualFilerCopy;
IndividualFiler individualFilerVary;
String taxID = "001";
Name name = new Name("John","Lee");
... | UTF-8 | Java | 4,088 | java | IndividualFilerTest.java | Java | [
{
"context": ";\n String taxID = \"001\";\n Name name = new Name(\"John\",\"Lee\");\n String phoneNumber = \"4512563021\";\n S",
"end": 309,
"score": 0.9998630285263062,
"start": 305,
"tag": "NAME",
"value": "John"
},
{
"context": "ing taxID = \"001\";\n Name name = new Name(\"J... | null | [] | package midtermExam.p1;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class IndividualFilerTest {
IndividualFiler individualFiler;
IndividualFiler individualFilerCopy;
IndividualFiler individualFilerVary;
String taxID = "001";
Name name = new Name("John","Lee");
... | 4,072 | 0.776663 | 0.746575 | 129 | 30.697674 | 36.849075 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674419 | false | false | 10 |
a3a876a8a6e4279a86f41367d4c02b7a250d3653 | 27,839,978,015,848 | 26398e8e88f2fc01c650275f56c76e23548decbe | /src/main/java/com/shanhh/webhook/integration/microbadger/service/MicrobadgerServiceImpl.java | d46a38659854811a2692f213702922a5a6e7df49 | [] | no_license | danshan/webhook-slack | https://github.com/danshan/webhook-slack | 40621f3e0a6ded4b748a30ea899beefa3589e26a | f5dc9fe9629cf1fdb19eac5253a2261c03b83fdb | refs/heads/master | 2021-01-19T22:26:55.898000 | 2018-04-26T07:55:51 | 2018-04-26T07:55:51 | 83,774,809 | 1 | 1 | null | false | 2018-04-26T07:55:52 | 2017-03-03T08:15:58 | 2018-04-26T07:49:05 | 2018-04-26T07:55:51 | 1,824 | 1 | 1 | 0 | Java | false | null | package com.shanhh.webhook.integration.microbadger.service;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.shanhh.webhook.integration.microbadger.beans.MicrobadgerPayload;
import com.shanhh.webhook.repo.entity.SlackAttaColor;
import com.shanhh.webhook.repo.entity.SlackAttaPayl... | UTF-8 | Java | 2,860 | java | MicrobadgerServiceImpl.java | Java | [
{
"context": "mport java.util.stream.Collectors;\n\n/**\n * @author dan\n * @since 2017-03-05 23:46\n */\n@Service\n@Slf4j\npu",
"end": 611,
"score": 0.9203769564628601,
"start": 608,
"tag": "USERNAME",
"value": "dan"
}
] | null | [] | package com.shanhh.webhook.integration.microbadger.service;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.shanhh.webhook.integration.microbadger.beans.MicrobadgerPayload;
import com.shanhh.webhook.repo.entity.SlackAttaColor;
import com.shanhh.webhook.repo.entity.SlackAttaPayl... | 2,860 | 0.631119 | 0.625874 | 74 | 37.648647 | 32.979286 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391892 | false | false | 10 |
826b978252cc805070ca187cea295d04e6ff9794 | 24,816,321,042,779 | ff6f74d3ea4bc0ccd7053c12884834a064dcae85 | /java/src/test/java/edu/numbers/DifferentNumberClassesTest.java | 611a94ade50821f1ebca9ca3ae0f6944de0034d4 | [] | no_license | maximchukmm/java-and-friends | https://github.com/maximchukmm/java-and-friends | 5267add2c3ed2358a3a7265b018cbf37149651e6 | 80f8b59656d3e973e66abeeaca579d5c9b405463 | refs/heads/master | 2023-07-19T19:52:35.411000 | 2023-05-09T06:09:39 | 2023-05-09T06:09:39 | 144,025,110 | 0 | 0 | null | false | 2023-07-07T21:57:29 | 2018-08-08T14:26:27 | 2021-12-24T16:28:08 | 2023-07-07T21:57:28 | 458 | 0 | 0 | 8 | Java | false | false | package edu.numbers;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class DifferentNumberClassesTest {
@Test
public void primitiveTypes_WhenFloatBringsIntoLong_ThenRemoveDecimalPartWithoutAnyRounding() {
float floatValue = 9.9F;
long longValue = (long) floatValue;... | UTF-8 | Java | 1,008 | java | DifferentNumberClassesTest.java | Java | [] | null | [] | package edu.numbers;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class DifferentNumberClassesTest {
@Test
public void primitiveTypes_WhenFloatBringsIntoLong_ThenRemoveDecimalPartWithoutAnyRounding() {
float floatValue = 9.9F;
long longValue = (long) floatValue;... | 1,008 | 0.660714 | 0.612103 | 37 | 26.243244 | 26.651308 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675676 | false | false | 10 |
e7397efa0d6a11c770ced10ec835d44c0642818a | 20,143,396,646,138 | eb25be30fe6050e8d54e74421f7facb5115df759 | /commons/storage/kvs/src/main/java/tv/notube/commons/storage/kvs/mybatis/KVStoreDao.java | 1656865527460d99e4fe1ebc9258f4337edb12f5 | [] | no_license | mox601/NoTube-Beancounter-2.0 | https://github.com/mox601/NoTube-Beancounter-2.0 | bf05676d1576e6a4f2465b4e256d2ab9a3ef4581 | 8cda0bc613bd4512ffeaf843d4dd47d51e5b9b76 | refs/heads/master | 2020-04-11T06:48:27.997000 | 2012-03-15T10:58:43 | 2012-03-15T10:58:43 | 3,727,195 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tv.notube.commons.storage.kvs.mybatis;
import tv.notube.commons.storage.kvs.mybatis.mappers.KVSMapper;
import org.apache.ibatis.session.SqlSession;
import tv.notube.commons.storage.model.Query;
import tv.notube.commons.storage.model.fields.Bytes;
import tv.notube.commons.storage.model.fields.StringField;
impo... | UTF-8 | Java | 4,576 | java | KVStoreDao.java | Java | [
{
"context": "List;\nimport java.util.Properties;\n\n/**\n * @author Davide Palmisano ( dpalmisano@gmail.com )\n */\npublic class KVStore",
"end": 400,
"score": 0.9998913407325745,
"start": 384,
"tag": "NAME",
"value": "Davide Palmisano"
},
{
"context": "til.Properties;\n\n/**\n * @a... | null | [] | package tv.notube.commons.storage.kvs.mybatis;
import tv.notube.commons.storage.kvs.mybatis.mappers.KVSMapper;
import org.apache.ibatis.session.SqlSession;
import tv.notube.commons.storage.model.Query;
import tv.notube.commons.storage.model.fields.Bytes;
import tv.notube.commons.storage.model.fields.StringField;
impo... | 4,553 | 0.593094 | 0.593094 | 139 | 31.928057 | 26.113102 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647482 | false | false | 10 |
d3d1e04ec58d61a29b72a2c91da300ba0bcfaeed | 20,143,396,645,772 | 0c013c5a7fdbdc9e132217385d831a066fe4db17 | /src/com/hrbust/dao/impl/NewsDaoImpl.java | cb1e4cc6ce8b0895629d9785fdda81a6a50366e0 | [] | no_license | dalinhuang/campusfan | https://github.com/dalinhuang/campusfan | 6df4e8f7e0eba0122d87eb122067e5d259e363ad | a96781340b5b57209dea6d0aa202d204a366cac4 | refs/heads/master | 2016-08-11T14:04:50.811000 | 2009-06-05T01:10:03 | 2009-06-05T01:10:03 | 46,650,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hrbust.dao.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.hrbust.dao.DataConverter;
import com.hrbust.dao.INewsDao;
import com.hrbust.resource.dbtable.NewsTable;
import com.hrbust.util.StringUtil;
import com.hrbust.vo.News;
import com.hrbust.vo.User;
public class... | UTF-8 | Java | 6,433 | java | NewsDaoImpl.java | Java | [] | null | [] | package com.hrbust.dao.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.hrbust.dao.DataConverter;
import com.hrbust.dao.INewsDao;
import com.hrbust.resource.dbtable.NewsTable;
import com.hrbust.util.StringUtil;
import com.hrbust.vo.News;
import com.hrbust.vo.User;
public class... | 6,433 | 0.657933 | 0.655669 | 240 | 24.762501 | 28.845528 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.570833 | false | false | 10 |
50eb05183dab6826ac400494e4963bc68ff4b0ad | 15,513,421,890,389 | 250713e8ee2ec893df548024ef89d06f60b16dd5 | /0.2.4.2/JFP-Framework-Core/src/main/java/org/isotope/jfp/framework/common/CommonChannelConfig.java | c2200e1ec0ab3c8925c5e9c33d87c80c3bfd8c53 | [
"BSD-3-Clause-Clear"
] | permissive | moutainhigh/cnsoft | https://github.com/moutainhigh/cnsoft | 5ecda93285476041cde6711b8fa46dc7e7354a7d | b9b921d43ea9b06c881121ab5d98ce18e14df87d | refs/heads/master | 2023-07-31T23:20:56.388000 | 2021-04-30T03:50:46 | 2021-04-30T03:50:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.isotope.jfp.framework.common;
import org.isotope.jfp.framework.biz.common.ISInit;
import org.isotope.jfp.framework.cache.ICacheService;
import org.isotope.jfp.framework.cache.redis.MyRedisMaster;
import org.isotope.jfp.framework.cache.redis.master.JedisMasterUtil;
import org.isotope.jfp.framework.cache.red... | UTF-8 | Java | 1,409 | java | CommonChannelConfig.java | Java | [
{
"context": "orkConstants;\n\n/**\n * 通用Redis通道队列设置\n * \n * @author fucy\n * @version 2.4.1 2015/8/15\n * @since 2.4.1\n */\np",
"end": 451,
"score": 0.9996778964996338,
"start": 447,
"tag": "USERNAME",
"value": "fucy"
}
] | null | [] | package org.isotope.jfp.framework.common;
import org.isotope.jfp.framework.biz.common.ISInit;
import org.isotope.jfp.framework.cache.ICacheService;
import org.isotope.jfp.framework.cache.redis.MyRedisMaster;
import org.isotope.jfp.framework.cache.redis.master.JedisMasterUtil;
import org.isotope.jfp.framework.cache.red... | 1,409 | 0.759327 | 0.749817 | 62 | 21.048388 | 22.211903 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.032258 | false | false | 10 |
1bc5dc6323310d6fa695aae4f6c160fb90ef15ff | 15,513,421,889,396 | b8e62239883262f00972a2a9eb78b52a398a8d43 | /src/main/java/com/zopa/assignment/repository/LenderRepositoryImpl.java | 0026c28441e72145e3860a801c84905533106261 | [] | no_license | sanketgujarathi/lender-service | https://github.com/sanketgujarathi/lender-service | eb6be46aac56f74533ae01fa4ce21eb95ac473ad | b19b9648770ec2522c648f3f1ac808b3d8b85026 | refs/heads/master | 2023-04-29T21:38:29.250000 | 2021-05-24T12:46:17 | 2021-05-24T12:46:17 | 369,891,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zopa.assignment.repository;
import com.opencsv.bean.CsvToBean;
import com.opencsv.bean.CsvToBeanBuilder;
import com.zopa.assignment.domain.Lender;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Reposi... | UTF-8 | Java | 1,189 | java | LenderRepositoryImpl.java | Java | [] | null | [] | package com.zopa.assignment.repository;
import com.opencsv.bean.CsvToBean;
import com.opencsv.bean.CsvToBeanBuilder;
import com.zopa.assignment.domain.Lender;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Reposi... | 1,189 | 0.735913 | 0.73423 | 37 | 31.135136 | 26.840029 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 10 |
8038434b6905f3b82af526b6d2e537c046d9b231 | 5,677,946,787,079 | d0fe0f8b83eb47e9f54a428ca6bd30f589464167 | /app/src/main/java/com/example/shows/model/database/entity/User.java | 282bc824efcc49e5d328921484ef304a71f9fed3 | [] | no_license | Nastya-Lis/ShowsMobile | https://github.com/Nastya-Lis/ShowsMobile | 99828e75da7dd30372f4f90daabf3fb0ff013d91 | f66b06b511d5781229f37f1f73c4de605dc19871 | refs/heads/master | 2023-05-15T08:31:59.785000 | 2021-06-06T06:18:07 | 2021-06-06T06:18:07 | 361,262,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shows.model.database.entity;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.ForeignKey;
import androidx.room.Ignore;
import java.util.Collection;
import java.util.List;
import lombok.Data;
@Data
@Entity(tableName = "user")
@ForeignKey(parentColumns = "id", ch... | UTF-8 | Java | 749 | java | User.java | Java | [] | null | [] | package com.example.shows.model.database.entity;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.ForeignKey;
import androidx.room.Ignore;
import java.util.Collection;
import java.util.List;
import lombok.Data;
@Data
@Entity(tableName = "user")
@ForeignKey(parentColumns = "id", ch... | 749 | 0.703605 | 0.703605 | 36 | 19.805555 | 18.038261 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 10 |
224c8472985f467d4d1f09eed8b6b0ba76b3b234 | 11,098,195,537,130 | 50157aa0d6bef718831770a7f67db18f616a5747 | /src/main/java/com/phones/ldap/domain/dao/ContactRepoImpl.java | 8882ea4cf198cdf1477f9d4ce576a3b2f074d82c | [] | no_license | gevorg96/phones | https://github.com/gevorg96/phones | f87a552e20f9d1249600263040c3e4bb9a75034d | ebab21d5f5b037e062293f56eccd2e2d7f781ef2 | refs/heads/master | 2020-04-06T10:47:39.797000 | 2018-11-13T14:28:23 | 2018-11-13T14:28:23 | 157,392,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.phones.ldap.domain.dao;
import com.phones.ldap.domain.ContactEntry;
import java.util.List;
import org.springframework.bean... | UTF-8 | Java | 1,808 | java | ContactRepoImpl.java | Java | [
{
"context": "ramework.stereotype.Repository;\n\n/**\n *\n * @author trunov_as\n */\n@Repository\npublic class ContactRepoImpl impl",
"end": 672,
"score": 0.9993951916694641,
"start": 663,
"tag": "USERNAME",
"value": "trunov_as"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.phones.ldap.domain.dao;
import com.phones.ldap.domain.ContactEntry;
import java.util.List;
import org.springframework.bean... | 1,808 | 0.745575 | 0.745575 | 61 | 28.639345 | 28.806324 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.360656 | false | false | 10 |
d0c002ed8c5a9a22c1acf992f6725ce637bd2a51 | 8,332,236,586,478 | f4a4b9818b2f0d1ec604aefcee37aa35ba4eaf3d | /commons/src/main/java/com/reactiveminds/psi/common/imdg/DataGridConfiguration.java | 08a81f9b47815a41e3966e7b39c4348d255500fa | [] | no_license | matteobevilacqua/psi-platform | https://github.com/matteobevilacqua/psi-platform | 98c325eeea3db2b2c4bd305032f72edccc0fa315 | d30fc7129e39e773b07c480d3d26fcb3284df798 | refs/heads/master | 2023-03-15T15:24:49.375000 | 2020-09-22T13:07:54 | 2020-09-22T13:07:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reactiveminds.psi.common.imdg;
import com.hazelcast.client.HazelcastClient;
import com.hazelcast.client.config.ClientConfig;
import com.hazelcast.client.config.XmlClientConfigBuilder;
import com.hazelcast.core.HazelcastInstance;
import com.reactiveminds.psi.client.ClientConfiguration;
import com.reactivemi... | UTF-8 | Java | 2,710 | java | DataGridConfiguration.java | Java | [
{
"context": "re=<keystore> -Djavax.net.ssl.trustStorePassword=<password>`\");\n }\n }\n Resource con",
"end": 1764,
"score": 0.9137638211250305,
"start": 1756,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.reactiveminds.psi.common.imdg;
import com.hazelcast.client.HazelcastClient;
import com.hazelcast.client.config.ClientConfig;
import com.hazelcast.client.config.XmlClientConfigBuilder;
import com.hazelcast.core.HazelcastInstance;
import com.reactiveminds.psi.client.ClientConfiguration;
import com.reactivemi... | 2,712 | 0.727675 | 0.726937 | 73 | 36.123287 | 28.501356 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493151 | false | false | 10 |
ae3e7b31d3ffcd5b02772430bf096144be1d385b | 21,320,217,696,368 | 0b4d0c67d74b256e1befbaa1a2565f60a8072d00 | /src/main/java/io/lovelacetech/server/command/company/CompanyByNameOrPhoneNumberCommand.java | d0955f405005be52c40503dd2334ca46c000113e | [] | no_license | JaceyPenny/lovelaceassetmanager-server-v2 | https://github.com/JaceyPenny/lovelaceassetmanager-server-v2 | fddd4e9d72faa1a4e7bea6f982d7454f4a55885e | 425cac16cc8303f1cfb84027c319fa74ee784182 | refs/heads/master | 2020-05-18T15:15:41.003000 | 2018-04-08T06:21:53 | 2018-04-08T06:21:53 | 184,492,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.lovelacetech.server.command.company;
import com.google.common.base.Strings;
import io.lovelacetech.server.model.api.model.ApiCompanyList;
import io.lovelacetech.server.model.api.response.company.CompanyListApiResponse;
public class CompanyByNameOrPhoneNumberCommand
extends CompanyCommand<CompanyByNameO... | UTF-8 | Java | 1,409 | java | CompanyByNameOrPhoneNumberCommand.java | Java | [] | null | [] | package io.lovelacetech.server.command.company;
import com.google.common.base.Strings;
import io.lovelacetech.server.model.api.model.ApiCompanyList;
import io.lovelacetech.server.model.api.response.company.CompanyListApiResponse;
public class CompanyByNameOrPhoneNumberCommand
extends CompanyCommand<CompanyByNameO... | 1,409 | 0.721789 | 0.721789 | 50 | 27.18 | 23.691931 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34 | false | false | 10 |
c26ceca2a3d9f6ed0ffaea9834282565fd60ecc0 | 24,567,212,997,600 | 55821b09861478c6db214d808f12f493f54ff82a | /trunk/java.prj/sv65Ecc_ofbiz_component/src/com/siteview/ecc/api/UserEntity.java | 94f34196a2656149fb3b2e669c790d306612b253 | [] | no_license | SiteView/ECC8.13 | https://github.com/SiteView/ECC8.13 | ede526a869cf0cb076cd9695dbc16075a1cf9716 | bced98372138b09140dc108b33bb63f33ef769fe | refs/heads/master | 2016-09-05T13:57:21.282000 | 2012-06-12T08:54:40 | 2012-06-12T08:54:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siteview.ecc.api;
import java.util.Enumeration;
import java.util.List;
import jgl.Array;
import jgl.HashMap;
import org.ofbiz.base.util.UtilMisc;
import org.ofbiz.entity.GenericValue;
import org.ofbiz.entity.condition.EntityCondition;
import org.ofbiz.entity.condition.EntityOperator;
import... | UTF-8 | Java | 4,792 | java | UserEntity.java | Java | [
{
"context": "n\", hashmap.get(\"_login\"));\r\n\t\tval.set(\"password\", hashmap.get(\"_password\"));\r\n\t\tval.set(\"realName\", hashmap.get(\"_realName",
"end": 2777,
"score": 0.9544013142585754,
"start": 2755,
"tag": "PASSWORD",
"value": "hashmap.get(\"_password"
}
] | null | [] | package com.siteview.ecc.api;
import java.util.Enumeration;
import java.util.List;
import jgl.Array;
import jgl.HashMap;
import org.ofbiz.base.util.UtilMisc;
import org.ofbiz.entity.GenericValue;
import org.ofbiz.entity.condition.EntityCondition;
import org.ofbiz.entity.condition.EntityOperator;
import... | 4,780 | 0.679048 | 0.677796 | 141 | 31.985815 | 29.571404 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.602837 | false | false | 10 |
fd4f923291fad215d8400b727d9d40a9da0d29c4 | 24,567,212,998,620 | 297c77843daad98db1a570170273f1ad6e15a773 | /src/com/selenium/Actions_Keyboard.java | dd6b6cd88a2fe04ebf9045a037c1343e362263d6 | [] | no_license | srikanth-05/Selenium_Testing | https://github.com/srikanth-05/Selenium_Testing | 580178bda02da4325e3d37b4aa62adb2b09a2cd5 | a43f6942b910030ab52990be6ff04ff9ce14e062 | refs/heads/master | 2023-06-12T10:29:00.464000 | 2021-07-06T11:28:29 | 2021-07-06T11:28:29 | 383,443,123 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.selenium;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public... | UTF-8 | Java | 1,161 | java | Actions_Keyboard.java | Java | [] | null | [] | package com.selenium;
import java.awt.AWTException;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public... | 1,161 | 0.730405 | 0.721792 | 33 | 34.18182 | 30.387852 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787879 | false | false | 10 |
5abdf95f587fb2af05e0874977f99be3ed85337c | 21,320,217,666,791 | 764aaebebb0ab2764aa0829166bff7cb1e121e18 | /contribs/bicycle/src/main/java/org/matsim/contrib/bicycle/BicycleTravelTime.java | cf476907b6fe564ad86d6a106c72fedb14dcaf27 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | muellermichel/matsim | https://github.com/muellermichel/matsim | dabed0f74661e93d64e99181bcfa9d095a849115 | a5d811368aeea06b41dd1ee6511b3b26c81dbf00 | refs/heads/master | 2020-03-25T02:33:06.880000 | 2019-06-01T22:13:17 | 2019-06-01T22:13:17 | 143,295,240 | 2 | 1 | null | true | 2018-08-02T12:59:54 | 2018-08-02T12:59:54 | 2018-08-01T21:16:59 | 2018-08-02T05:06:21 | 909,763 | 0 | 0 | 0 | null | false | null | /* *********************************************************************** *
* project: org.matsim.* *
* *
* *********************************************************************** *
* ... | UTF-8 | Java | 6,576 | java | BicycleTravelTime.java | Java | [
{
"context": "mport org.matsim.vehicles.Vehicle;\n\n/**\n * @author dziemke\n */\nclass BicycleTravelTime implements TravelTime",
"end": 1589,
"score": 0.9996232986450195,
"start": 1582,
"tag": "USERNAME",
"value": "dziemke"
}
] | null | [] | /* *********************************************************************** *
* project: org.matsim.* *
* *
* *********************************************************************** *
* ... | 6,576 | 0.635285 | 0.622509 | 142 | 45.302818 | 34.157257 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.485915 | false | false | 10 |
991e4d93d0f72b713c778667ba95729febeeb6be | 3,865,470,578,648 | 41da1c487e808e988e830e740aecf45a4dd589f9 | /src/com/school/dao/DataBaseDao.java | 9d007089a170b068bce0008f5a735936e7878532 | [] | no_license | RaniaSalem/NewSchool | https://github.com/RaniaSalem/NewSchool | bfc86f56c0d6ba93c76d79a9d6b7c6e956a2fa0d | 21444026847ff6864965f8ec4d435b063fcc68c7 | refs/heads/master | 2021-01-10T16:09:28.981000 | 2015-12-27T22:14:15 | 2015-12-27T22:14:15 | 48,400,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.school.dao;
import java.sql.Connection;
import java.sql.ResultSet;
public interface DataBaseDao {
public Connection openConnection();
public void closeConnection(Connection conn);
public void updateQuery(String sql,Connection conn);
public ResultSet excuteQuery(String sql,C... | UTF-8 | Java | 341 | java | DataBaseDao.java | Java | [] | null | [] | package com.school.dao;
import java.sql.Connection;
import java.sql.ResultSet;
public interface DataBaseDao {
public Connection openConnection();
public void closeConnection(Connection conn);
public void updateQuery(String sql,Connection conn);
public ResultSet excuteQuery(String sql,C... | 341 | 0.739003 | 0.739003 | 12 | 26.416666 | 21.08498 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 10 |
88e1dafe91c763494b82854d1f971d874f3b6ead | 32,555,852,116,104 | 6b38bd930c704e243c7c3fc17c62b690980c206e | /EnergyFalcon/src/Fireball.java | 1d930113a9b0e30642c233459c73c8e87be9faac | [
"MIT"
] | permissive | dfpaglia/Arcade-Team-2 | https://github.com/dfpaglia/Arcade-Team-2 | 66d55bc055210dd428859fc258a425ce1070798a | 495b88583118c2830ba169e1c40c49b8e217a72c | refs/heads/master | 2021-01-11T19:47:34.103000 | 2017-04-17T01:05:03 | 2017-04-17T01:05:03 | 79,397,628 | 0 | 0 | null | false | 2017-04-09T18:04:02 | 2017-01-19T00:08:34 | 2017-04-09T17:30:18 | 2017-04-09T18:04:02 | 141,855 | 0 | 0 | 0 | Java | null | null | import java.awt.Graphics2D;
import arcadia.Game;
public class Fireball {
private static final double DEFAULT_SPEED = 5.0;
private static final double RADIUS = 15.0;
private Vector2D direction;
private boolean shouldDelete = false;
private boolean shouldDestruct = false;
private class Fireball... | UTF-8 | Java | 2,142 | java | Fireball.java | Java | [] | null | [] | import java.awt.Graphics2D;
import arcadia.Game;
public class Fireball {
private static final double DEFAULT_SPEED = 5.0;
private static final double RADIUS = 15.0;
private Vector2D direction;
private boolean shouldDelete = false;
private boolean shouldDestruct = false;
private class Fireball... | 2,142 | 0.654062 | 0.645658 | 85 | 23.200001 | 22.954071 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.694118 | false | false | 10 |
cd22361defb8ac231356f90b6dddf3e6d94fc9e9 | 30,820,685,324,759 | f0f1892f604dc3b1e5afd08e8cd772d65b82b17c | /src/main/java/com/ncr/chess/Pawn.java | a7b28e9277644af4db3e5eb46e4265842bb524a5 | [] | no_license | tmeedimale/ChessProject | https://github.com/tmeedimale/ChessProject | c8d2980f4425739654da99bfb6555cfaaabe862c | bf0d000c201575799dff2d81b91a41d3e87f6061 | refs/heads/master | 2023-03-10T13:49:18.021000 | 2021-02-28T13:35:00 | 2021-02-28T13:35:00 | 343,109,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ncr.chess;
public class Pawn {
private ChessBoard chessBoard;
private int xCoordinate;
private int yCoordinate;
private PieceColor pieceColor;
public Pawn(PieceColor pieceColor) {
this.pieceColor = pieceColor;
}
public ChessBoard getChessBoard() {
return chess... | UTF-8 | Java | 2,270 | java | Pawn.java | Java | [] | null | [] | package com.ncr.chess;
public class Pawn {
private ChessBoard chessBoard;
private int xCoordinate;
private int yCoordinate;
private PieceColor pieceColor;
public Pawn(PieceColor pieceColor) {
this.pieceColor = pieceColor;
}
public ChessBoard getChessBoard() {
return chess... | 2,270 | 0.58326 | 0.578855 | 76 | 28.868422 | 27.168743 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486842 | false | false | 10 |
3c098da1a859c54d77a47596b761120b820d9b4d | 29,076,928,651,074 | 51830a51638e18ad5c208c65ab9aea9695fcb1ae | /src/main/java/ie/home/graphs_own/GraphMapList.java | 90469b7ac0527fd1a8315cbf96890685cc0169e6 | [] | no_license | Octtavius/data-structures-examples | https://github.com/Octtavius/data-structures-examples | a188276b221b1df1fd8e79ee28bb4dd64aa8b249 | 74becec4d9fadbf19a0df8ca17c837f85f62c585 | refs/heads/master | 2021-06-23T07:18:51.485000 | 2019-10-28T13:17:19 | 2019-10-28T13:17:19 | 211,544,134 | 0 | 0 | null | false | 2021-03-31T21:30:29 | 2019-09-28T18:24:18 | 2019-10-28T13:17:34 | 2021-03-31T21:30:29 | 77 | 0 | 0 | 2 | Java | false | false | package ie.home.graphs_own;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class GraphMapList extends Graph{
Map<Integer, List<Integer>> graphMap;
public GraphMapList() {
graphMap = new HashMap<Integer, List<Integer>>();
}
@Override
protected void... | UTF-8 | Java | 1,366 | java | GraphMapList.java | Java | [] | null | [] | package ie.home.graphs_own;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class GraphMapList extends Graph{
Map<Integer, List<Integer>> graphMap;
public GraphMapList() {
graphMap = new HashMap<Integer, List<Integer>>();
}
@Override
protected void... | 1,366 | 0.693997 | 0.693997 | 66 | 19.69697 | 19.494343 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.848485 | false | false | 10 |
944e285af26eca002608ea222c998f204cb05316 | 28,930,899,724,296 | 11e5eb5d1de8ec8d03615b0ed236eac057bab1e7 | /src/main/java/com/demo/java8/pojo/util/CommonUtil.java | 755f0e87ad44be975a834287670b7214c3f8e97e | [] | no_license | vljh246v/vljh246v-java8-test-pracitce | https://github.com/vljh246v/vljh246v-java8-test-pracitce | 17c68d2d9c36546703badf29f327de7211d330f3 | e37eb74b6660a1cb80dfbf75a80e9028c37e83f0 | refs/heads/master | 2020-07-04T10:10:52.091000 | 2019-08-16T06:57:40 | 2019-08-16T06:57:40 | 202,252,320 | 0 | 0 | null | false | 2019-08-16T06:57:42 | 2019-08-14T01:46:52 | 2019-08-14T01:48:14 | 2019-08-16T06:57:41 | 12 | 0 | 0 | 0 | Java | false | false | package com.demo.java8.pojo.util;
import com.demo.java8.pojo.chapter3.functioninterface.BufferReaderProcessor;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Consumer;
import java.util.function.Predicate;
public class CommonUtil {
public static <T> List<... | UTF-8 | Java | 679 | java | CommonUtil.java | Java | [] | null | [] | package com.demo.java8.pojo.util;
import com.demo.java8.pojo.chapter3.functioninterface.BufferReaderProcessor;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Consumer;
import java.util.function.Predicate;
public class CommonUtil {
public static <T> List<... | 679 | 0.599411 | 0.594993 | 28 | 23.25 | 20.453125 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 10 |
71807012984d90530906c0cb676c16dbe23310ae | 5,282,809,777,443 | 832fdd5af3347b6afdefe92a67c6028d576e6876 | /testbot/android/src/TestSimpleClientTest/src/org/alljoyn/bus/samples/simpleclient/test/TestSimpleClient.java | e8207a28d455c8ecd41c7f04432e09f5ff1c9ca1 | [
"Apache-2.0"
] | permissive | alljoyn/core-test | https://github.com/alljoyn/core-test | fedcdba7d598010ecc3c856964bfd181295ab9a8 | 377bec783c8917b4a30350d82dd08fcab27ef6d6 | refs/heads/master | 2021-09-11T12:36:50.418000 | 2018-04-06T21:45:26 | 2018-04-06T21:45:26 | 112,536,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
* Copyright (c) Open Connectivity Foundation (OCF), AllJoyn Open Source
* Project (AJOSP) Contributors and others.
*
* SPDX-License-Identifier: Apache-2.0
*
* All rights reserved. This program and the accompanying ... | UTF-8 | Java | 4,429 | java | TestSimpleClient.java | Java | [] | null | [] | /******************************************************************************
* Copyright (c) Open Connectivity Foundation (OCF), AllJoyn Open Source
* Project (AJOSP) Contributors and others.
*
* SPDX-License-Identifier: Apache-2.0
*
* All rights reserved. This program and the accompanying ... | 4,429 | 0.681418 | 0.670806 | 144 | 29.763889 | 27.086021 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.722222 | false | false | 10 |
e15088d0fcf7d5e4cee3a0162e02148aaea85216 | 9,792,525,453,601 | f292322f18e0217c98268b64e93d92853b21cb8c | /app/src/main/java/com/example/siemie/recipes/IngredientsPreference.java | 7e6db30a4cdd6c88a07a7afa6b1cabe3964b8725 | [] | no_license | Maximvda/Recipes | https://github.com/Maximvda/Recipes | aa41aee658d89c9bcbb9df8d686c4218c744c77b | 4ea144128893161dd3110dfcbd7c7a16a43d5cfe | refs/heads/master | 2018-11-10T04:18:53.325000 | 2018-08-22T21:29:50 | 2018-08-22T21:29:50 | 143,733,784 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.siemie.recipes;
import java.util.ArrayList;
public class IngredientsPreference {
private ArrayList<Ingredient> ingredientsNegative;
private ArrayList<Ingredient> ingredientsPositive;
private IngredientList ingredientList;
}
| UTF-8 | Java | 260 | java | IngredientsPreference.java | Java | [] | null | [] | package com.example.siemie.recipes;
import java.util.ArrayList;
public class IngredientsPreference {
private ArrayList<Ingredient> ingredientsNegative;
private ArrayList<Ingredient> ingredientsPositive;
private IngredientList ingredientList;
}
| 260 | 0.807692 | 0.807692 | 11 | 22.636364 | 21.764328 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
d6ce6097a6ba589687f23bd3007ee0563f395fb9 | 28,312,424,452,376 | 4392711786df5d0a4313dee2b840d69316f83860 | /Service/src/main/java/com/td/service/command/crud/contractor/FindDriversCommand.java | 24e7053e2a901f4c7cf623d8e168b88112bf3ce4 | [] | no_license | Zerotul/TransDocs | https://github.com/Zerotul/TransDocs | 5aff678b902bf4a88c1c53a82b84888c210caaea | beed3415278dadd815df60bec32d5fae6e2e0e62 | refs/heads/master | 2018-01-07T18:14:15.060000 | 2017-03-16T09:09:21 | 2017-03-16T09:09:21 | 35,799,120 | 2 | 2 | null | false | 2017-10-11T17:07:19 | 2015-05-18T05:46:06 | 2017-03-16T09:09:24 | 2017-03-16T09:09:22 | 3,638 | 2 | 2 | 2 | CSS | null | null | package com.td.service.command.crud.contractor;
import com.td.model.entity.dictionary.company.CarrierModel;
import com.td.model.entity.dictionary.company.DriverModel;
import com.td.service.command.AbstractProducerCommand;
import com.td.service.command.ProducerCommandContext;
import com.td.service.command.argument.Argu... | UTF-8 | Java | 1,392 | java | FindDriversCommand.java | Java | [
{
"context": "Component;\n\nimport java.util.*;\n\n/**\n * Created by zerotul.\n */\n@Component\n@FindDrivers\npublic class FindDri",
"end": 520,
"score": 0.9996802806854248,
"start": 513,
"tag": "USERNAME",
"value": "zerotul"
}
] | null | [] | package com.td.service.command.crud.contractor;
import com.td.model.entity.dictionary.company.CarrierModel;
import com.td.model.entity.dictionary.company.DriverModel;
import com.td.service.command.AbstractProducerCommand;
import com.td.service.command.ProducerCommandContext;
import com.td.service.command.argument.Argu... | 1,392 | 0.766523 | 0.766523 | 39 | 34.692307 | 37.308933 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589744 | false | false | 10 |
9de1f538934b5e271b94d1f252be421e6ba3b76e | 28,312,424,451,365 | 3d1cb2e58e59db09a536081d7bcf21cd0e9b3d5d | /mall-pojo/src/main/java/com/yunfeng/pojo/vo/SubCategoryVO.java | 131cb8dbd58c859b545132f01429ba3814c5f620 | [] | no_license | YvantYun/mall | https://github.com/YvantYun/mall | 59e2af331cf2fe69c123b3e5bc06063bab4d9871 | c2ef65a8dbbb53ea13960a993f18a21a2010b0b5 | refs/heads/master | 2022-07-24T14:34:20.619000 | 2020-03-10T13:15:56 | 2020-03-10T13:15:56 | 221,631,682 | 0 | 0 | null | false | 2022-06-21T02:14:17 | 2019-11-14T06:53:41 | 2020-03-10T13:16:12 | 2022-06-21T02:14:14 | 218 | 0 | 0 | 4 | Java | false | false | package com.yunfeng.pojo.vo;
import lombok.Data;
/**
* <p>
* 三级分类vo
* </p>
*
* @author yunfeng
* @since 2019-11-20
*/
@Data
public class SubCategoryVO {
private Integer subId;
private String subName;
private String subType;
private Integer subFatherId;
}
| UTF-8 | Java | 290 | java | SubCategoryVO.java | Java | [
{
"context": ".Data;\n\n/**\n * <p>\n * 三级分类vo\n * </p>\n *\n * @author yunfeng\n * @since 2019-11-20\n */\n@Data\npublic class SubCa",
"end": 101,
"score": 0.9973490238189697,
"start": 94,
"tag": "USERNAME",
"value": "yunfeng"
}
] | null | [] | package com.yunfeng.pojo.vo;
import lombok.Data;
/**
* <p>
* 三级分类vo
* </p>
*
* @author yunfeng
* @since 2019-11-20
*/
@Data
public class SubCategoryVO {
private Integer subId;
private String subName;
private String subType;
private Integer subFatherId;
}
| 290 | 0.656028 | 0.62766 | 21 | 12.428572 | 11.508057 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
36ae5e33ed213789d59425128dc6121ce2167f75 | 4,887,672,812,085 | 2c533a20f8e77f447d6c0fcddb0dd479d810f8ea | /src/main/java/com/honghailt/cjtj/repository/LocationRepository.java | da9507d4cbf400ba8698a369130bee2218265500 | [] | no_license | wjx656761524/cjti | https://github.com/wjx656761524/cjti | 88861e73980f88714e382aa2a5fcad4bbc792043 | 5615b21c650972ee4ba60befe41bcdf5a391134b | refs/heads/master | 2022-12-21T03:15:39.640000 | 2019-10-15T05:39:37 | 2019-10-15T05:39:37 | 215,215,950 | 0 | 1 | null | false | 2022-12-10T06:42:26 | 2019-10-15T05:42:57 | 2019-10-15T05:44:33 | 2022-12-10T06:42:25 | 2,698 | 0 | 1 | 23 | Java | false | false | package com.honghailt.cjtj.repository;
import com.honghailt.cjtj.domain.GroupStatus;
import com.honghailt.cjtj.domain.Location;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.util.List;
/**
* @Author: WujinXian
* @D... | UTF-8 | Java | 613 | java | LocationRepository.java | Java | [
{
"context": "Executor;\n\nimport java.util.List;\n\n/**\n * @Author: WujinXian\n * @Description:\n * @Date: Created in 17:36 2019/",
"end": 314,
"score": 0.9880121350288391,
"start": 305,
"tag": "NAME",
"value": "WujinXian"
}
] | null | [] | package com.honghailt.cjtj.repository;
import com.honghailt.cjtj.domain.GroupStatus;
import com.honghailt.cjtj.domain.Location;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.util.List;
/**
* @Author: WujinXian
* @D... | 613 | 0.796085 | 0.77814 | 20 | 29.65 | 29.433441 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
ec444e0e93485f60713f0d9ae7e6fd72be9b895e | 14,723,147,928,328 | 8adca8f049c8bc9494fedc57aa5aea09e77d3ffa | /hibernate_image_demo/src/main/java/hibernate_image_demo/model/Photo.java | db16d72fe940ec84fb3c793cb6a19d952b05b23e | [] | no_license | dhiraj515151/Core_java_Training | https://github.com/dhiraj515151/Core_java_Training | 9406c315f59f7c2f3f4319b18c439cd819c92a11 | 76fa6738dbd6da0f80bce9f7d7d179d9b7a9bb77 | refs/heads/master | 2022-12-22T08:32:17.776000 | 2020-03-14T12:13:17 | 2020-03-14T12:13:17 | 232,235,581 | 0 | 0 | null | false | 2022-12-16T15:24:28 | 2020-01-07T03:34:06 | 2020-03-14T12:13:28 | 2022-12-16T15:24:24 | 4,543 | 0 | 0 | 60 | Java | false | false | package hibernate_image_demo.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import lombok.Data;
... | UTF-8 | Java | 832 | java | Photo.java | Java | [] | null | [] | package hibernate_image_demo.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import lombok.Data;
... | 832 | 0.729567 | 0.729567 | 40 | 18.85 | 15.927257 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 10 |
6142c3272edb7bd3f5f276c2722452eac2724e8e | 20,564,303,447,993 | ea5e0679a9f76d34fbf72e83d235e3f77b5f51a8 | /org/apache/logging/log4j/util/ProviderUtil.java | ae15e94eb2bd6f01e89a47a5d621d20a85eb1ea8 | [] | no_license | jipi84/Monitoring | https://github.com/jipi84/Monitoring | d7523e471a38f7ea7a28b69d89997ece69ec1c35 | 8ccdfd90f67238cdb6b02a98ac36c9733fd66b20 | refs/heads/master | 2018-02-11T09:42:02.975000 | 2017-03-16T17:52:29 | 2017-03-16T17:52:49 | 39,367,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package org.apache.logging.log4j.util;
/* */
/* */ import java.io.IOException;
/* */ import java.net.URL;
/* */ import java.util.Collection;
/* */ import java.util.Enumeration;
/* */ import java.util.HashSet;
/* */ import java.util.Properties;
/* */ import java.util.concurrent... | UTF-8 | Java | 4,460 | java | ProviderUtil.java | Java | [] | null | [] | /* */ package org.apache.logging.log4j.util;
/* */
/* */ import java.io.IOException;
/* */ import java.net.URL;
/* */ import java.util.Collection;
/* */ import java.util.Enumeration;
/* */ import java.util.HashSet;
/* */ import java.util.Properties;
/* */ import java.util.concurrent... | 4,460 | 0.458072 | 0.436323 | 152 | 28.348684 | 24.903566 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309211 | false | false | 10 |
c702676ab3a9b267b498d7a353e0dec604d1eca8 | 16,020,228,050,527 | b4a557174523100183a96ad42cfb7b2a87e6428e | /app/src/main/java/com/mc/books/fragments/gift/myGift/IGiftPresenter.java | 2badae277123eceed0623d8c0d72b2f657a59bfe | [] | no_license | atuyen/mcbook_android_test | https://github.com/atuyen/mcbook_android_test | fe9b35ddb02f41933e352188b7ed012b378e550b | befa1156b1474ace15e7f08f2821b44f3ac02296 | refs/heads/master | 2022-09-09T07:26:23.877000 | 2020-06-03T08:27:43 | 2020-06-03T08:27:43 | 269,031,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mc.books.fragments.gift.myGift;
import android.view.View;
import com.hannesdorfmann.mosby3.mvp.MvpPresenter;
import com.hannesdorfmann.mosby3.mvp.MvpView;
import com.mc.models.gift.CategoryGift;
import java.util.List;
public interface IGiftPresenter<V extends MvpView> extends MvpPresenter<V> {
void ... | UTF-8 | Java | 559 | java | IGiftPresenter.java | Java | [] | null | [] | package com.mc.books.fragments.gift.myGift;
import android.view.View;
import com.hannesdorfmann.mosby3.mvp.MvpPresenter;
import com.hannesdorfmann.mosby3.mvp.MvpView;
import com.mc.models.gift.CategoryGift;
import java.util.List;
public interface IGiftPresenter<V extends MvpView> extends MvpPresenter<V> {
void ... | 559 | 0.781753 | 0.778175 | 21 | 25.619047 | 25.901785 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
31441e525efda62ff8f788548b366f6ab4b5e43a | 26,774,826,126,261 | 3feec211c81ea942f207d0986dde9428fcbbe23a | /arrays2D/Array2D.java | c308e85588c162a8da66d8b946bb76fbe4241aa1 | [
"MIT"
] | permissive | SwettSoquelHS/think-java-notswett | https://github.com/SwettSoquelHS/think-java-notswett | 137d6043ad30d8d8eb22de70a8f741c1c467e5f9 | 0a5e442eb5883f2906149a58731f590e69a21509 | refs/heads/master | 2021-07-11T11:28:12.883000 | 2019-03-25T16:13:19 | 2019-03-25T16:13:19 | 146,488,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Array2D {
public static void main(String[] args){
//Normal 1-dimensional array
int[] arr1 = {1,2,3,};
//2-Dimensional array
int[][] arr2;
}
public static void print2DArray(int[][] matrix){
}
} | UTF-8 | Java | 263 | java | Array2D.java | Java | [] | null | [] | public class Array2D {
public static void main(String[] args){
//Normal 1-dimensional array
int[] arr1 = {1,2,3,};
//2-Dimensional array
int[][] arr2;
}
public static void print2DArray(int[][] matrix){
}
} | 263 | 0.539924 | 0.505703 | 16 | 15.5 | 17.208282 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 10 |
899d75e6e6fe93f4eb6b51e9403b7487e7c21049 | 28,338,194,237,107 | 7df444076a31e8cc10d38c31d18a2074423f3b7a | /src/test/java/PageObject/CatalogPO.java | d5c28ba35c2fb80213c9611fdbbb14d4b0863c0e | [] | no_license | AlekseiShabalin/yandexMarketTest | https://github.com/AlekseiShabalin/yandexMarketTest | 84d21bb107d6834dd27d28336aba7898be8dd022 | 3fe8727af7b6ff181023fef8eccb65986b921687 | refs/heads/master | 2023-03-03T11:20:20.775000 | 2021-02-17T16:56:59 | 2021-02-17T16:56:59 | 339,769,238 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PageObject;
import org.openqa.selenium.By;
import static com.codeborne.selenide.Condition.*;
import static com.codeborne.selenide.Selenide.$;
import static com.codeborne.selenide.Selenide.page;
public class CatalogPO {
private String buttonBasketSelector = "//a[contains(@href, 'my/cart')]";
public ... | UTF-8 | Java | 971 | java | CatalogPO.java | Java | [] | null | [] | package PageObject;
import org.openqa.selenium.By;
import static com.codeborne.selenide.Condition.*;
import static com.codeborne.selenide.Selenide.$;
import static com.codeborne.selenide.Selenide.page;
public class CatalogPO {
private String buttonBasketSelector = "//a[contains(@href, 'my/cart')]";
public ... | 971 | 0.680741 | 0.669413 | 32 | 29.34375 | 27.854095 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 10 |
abc4449dd1202ca0e394b17921cf91c5303326e8 | 25,675,314,564,618 | 5d58a54ac1733b9464c248c04ae5d99ffb48d4b8 | /plugin/src/main/java/com/exadel/aem/toolkit/plugin/sources/ClassSourceImpl.java | 170a9b9da9c3ab77dd012897333c65ec095d12bf | [
"Apache-2.0"
] | permissive | exadel-inc/aem-authoring-toolkit | https://github.com/exadel-inc/aem-authoring-toolkit | 95af4382eca81fd716ee2f0ee1ccdcdea8a119b6 | a25eeb18e2a57d1d5567cd16d3607766053efd2b | refs/heads/master | 2021-06-23T08:26:23.435000 | 2021-06-15T12:27:44 | 2021-06-15T12:27:44 | 206,580,735 | 48 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | UTF-8 | Java | 2,276 | java | ClassSourceImpl.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | 2,276 | 0.645431 | 0.643234 | 86 | 25.465117 | 27.521534 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.197674 | false | false | 10 |
4051c69995850707f319404f1be4b39229fe98e6 | 20,452,634,283,022 | c2f9d69a16986a2690e72718783472fc624ded18 | /com/whatsapp/ast.java | 7a8fded26196f6a5c764ea967ecb790cef95d48a | [] | no_license | mithileshongit/WhatsApp-Descompilado | https://github.com/mithileshongit/WhatsApp-Descompilado | bc973e1356eb043661a2efc30db22bcc1392d7f3 | 94a9d0b1c46bb78676ac401572aa11f60e12345e | refs/heads/master | 2021-01-16T20:56:27.864000 | 2015-02-09T04:08:40 | 2015-02-09T04:08:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whatsapp;
import android.os.Handler.Callback;
import android.os.Message;
import com.whatsapp.contact.c;
import com.whatsapp.contact.i;
final class ast implements Callback {
ast() {
}
public boolean handleMessage(Message message) {
i.b(App.p);
App.a(c.BACKGROUND_FULL);
... | UTF-8 | Java | 341 | java | ast.java | Java | [] | null | [] | package com.whatsapp;
import android.os.Handler.Callback;
import android.os.Message;
import com.whatsapp.contact.c;
import com.whatsapp.contact.i;
final class ast implements Callback {
ast() {
}
public boolean handleMessage(Message message) {
i.b(App.p);
App.a(c.BACKGROUND_FULL);
... | 341 | 0.671554 | 0.671554 | 17 | 19.058823 | 15.26037 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 10 |
3c1b15fc321e8a70cf7c97173855b1c737272f32 | 3,951,369,980,498 | 73009358f8acb8e646c2b304875681ce82cadcab | /src/main/java/com/learn/classloader/Test01.java | c5f943b893cbcf58a6428210c3d5ecdc6b6ca159 | [] | no_license | zhueinstein/scala | https://github.com/zhueinstein/scala | c234eb76d60cc71407a570216384d993445a81d2 | 9561f444f3bebf1841ceedb27c9c3721204920b9 | refs/heads/master | 2020-09-07T12:28:27.865000 | 2018-12-19T09:54:25 | 2018-12-19T10:19:36 | 94,426,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.classloader;
/**
* @ClassName: UcInfoEnterpriseExample
*
* @author: 亚信安全NSG WeFon
* @date: 2018/7/12
* @Copyright: 2018
*/
public class Test01 {
public static void main(String[] args) throws Exception{
ClassLoader classLoader = ClassLoader.getSystemClassLoader();
// 主动使用系统类加载器 加载类,并不会初始化... | UTF-8 | Java | 610 | java | Test01.java | Java | [
{
"context": "me: UcInfoEnterpriseExample\n *\n * @author: 亚信安全NSG WeFon\n * @date: 2018/7/12\n * @Copyright: 2018\n */\npubli",
"end": 103,
"score": 0.9962102770805359,
"start": 98,
"tag": "NAME",
"value": "WeFon"
}
] | null | [] | package com.learn.classloader;
/**
* @ClassName: UcInfoEnterpriseExample
*
* @author: 亚信安全NSG WeFon
* @date: 2018/7/12
* @Copyright: 2018
*/
public class Test01 {
public static void main(String[] args) throws Exception{
ClassLoader classLoader = ClassLoader.getSystemClassLoader();
// 主动使用系统类加载器 加载类,并不会初始化... | 610 | 0.676259 | 0.652878 | 25 | 21.24 | 21.902109 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.88 | false | false | 10 |
059becfea1535c66afb63531a7170884a2403af7 | 24,945,170,109,605 | ac96fd546cf6a1426d90534d1b85492ba877d5ea | /ui-notifications/src/main/java/com/bravedroid/ui/notifications/snackbar/SnackbarManager.java | 93dcb039543a94324b5881fc90774caae0ddf772 | [
"Unlicense"
] | permissive | BraveDroid/UI-playground | https://github.com/BraveDroid/UI-playground | dea6aba06578c4de4d8ad54726908fa62d4f3ffe | 9a2663a21f296516b1e9bcf16a65b11be642dba9 | refs/heads/master | 2020-09-23T03:25:36.218000 | 2020-03-04T08:02:45 | 2020-03-04T08:02:45 | 225,390,289 | 0 | 2 | Unlicense | false | 2020-03-04T08:02:46 | 2019-12-02T14:12:05 | 2020-01-28T22:48:20 | 2020-03-04T08:02:46 | 750 | 0 | 2 | 0 | Java | false | false | package com.bravedroid.ui.notifications.snackbar;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.content.ContextCompat... | UTF-8 | Java | 3,345 | java | SnackbarManager.java | Java | [] | null | [] | package com.bravedroid.ui.notifications.snackbar;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.content.ContextCompat... | 3,345 | 0.749776 | 0.747982 | 76 | 43.013157 | 37.057739 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 10 |
e8c2bf57fc70600ae32965619ca16be1b5541e99 | 6,536,940,245,264 | b6e5cb5db466bd323fb11295506b95caff6fc41b | /src/main/java/com/acme/meetyourroommate/controller/TeamsController.java | dbe164207621c9070bb6be80a4d14badaa51d147 | [] | no_license | U-Friends-Evo/UF-MYR-REP-SS | https://github.com/U-Friends-Evo/UF-MYR-REP-SS | a4b0248c263597cfd58eb2a556cf4001e8c41bc3 | 22652b88f49575dda15cc8fb71b50227bcdba921 | refs/heads/master | 2023-06-10T00:21:41.907000 | 2021-07-04T00:50:35 | 2021-07-04T00:50:35 | 382,733,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acme.meetyourroommate.controller;
import com.acme.meetyourroommate.domain.model.Team;
import com.acme.meetyourroommate.domain.service.TeamService;
import com.acme.meetyourroommate.resource.SaveTeamResource;
import com.acme.meetyourroommate.resource.TeamResource;
import io.swagger.v3.oas.annotations.Operati... | UTF-8 | Java | 3,492 | java | TeamsController.java | Java | [] | null | [] | package com.acme.meetyourroommate.controller;
import com.acme.meetyourroommate.domain.model.Team;
import com.acme.meetyourroommate.domain.service.TeamService;
import com.acme.meetyourroommate.resource.SaveTeamResource;
import com.acme.meetyourroommate.resource.TeamResource;
import io.swagger.v3.oas.annotations.Operati... | 3,492 | 0.72709 | 0.726804 | 84 | 40.57143 | 32.003082 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 10 |
3388a4e5f4a9d354f03b26aa39a115ccdb5caee1 | 21,723,944,631,212 | f2a4ee2eb536e3817ac5bbf6504ade75f0376cf7 | /ace-web/src/main/java/com/quikj/ace/web/client/view/desktop/DesktopChatPanel.java | 71a2cdd7f04acd6d26d7056785c60a3de50e9dea | [] | no_license | aceoperator/ace | https://github.com/aceoperator/ace | 3ef2ce7d489c0625a2cba83d24f535c09871b062 | 08f7c98896b3cc71793cdea3d1e44c910f0fdb74 | refs/heads/master | 2020-04-06T04:27:51.734000 | 2018-06-30T12:25:53 | 2018-06-30T12:25:53 | 82,558,405 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.quikj.ace.web.client.view.desktop;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.google.gwt.core.client.GWT;
import com.google.gwt.core.client.Scheduler;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.event.dom.client.Change... | UTF-8 | Java | 28,332 | java | DesktopChatPanel.java | Java | [
{
"context": ".ace.web.client.view.ViewUtils;\r\n\r\n/**\r\n * @author amit\r\n * \r\n */\r\npublic class DesktopChatPanel extends ",
"end": 3040,
"score": 0.9094216823577881,
"start": 3036,
"tag": "USERNAME",
"value": "amit"
}
] | null | [] | /**
*
*/
package com.quikj.ace.web.client.view.desktop;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.google.gwt.core.client.GWT;
import com.google.gwt.core.client.Scheduler;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.event.dom.client.Change... | 28,332 | 0.735635 | 0.731929 | 853 | 31.214537 | 28.222897 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.614302 | false | false | 10 |
b74a5419a195f8b3753d40f66ffb72ee9206dfe7 | 30,554,397,344,365 | 93c1f8260b3e657de83cd2e1d6f1008890b5b3b1 | /common/src/main/java/by/smirnov/message/util/MessageJSONParser.java | e2dc2dca69e7d77c876afd85243426240d7ba58f | [] | no_license | dzmt/support | https://github.com/dzmt/support | 7ac9dc30148b8fe737cbd60aba8f7d5d9540fc34 | 87d7895b01a57a49fd4793cdb27fa1b19893cafc | refs/heads/master | 2020-03-31T21:31:47.504000 | 2018-10-30T05:48:26 | 2018-10-30T05:48:26 | 152,584,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.smirnov.message.util;
import by.smirnov.message.Message;
public interface MessageJSONParser {
String parseMessage(Message message);
Message parseString(String message);
}
| UTF-8 | Java | 194 | java | MessageJSONParser.java | Java | [] | null | [] | package by.smirnov.message.util;
import by.smirnov.message.Message;
public interface MessageJSONParser {
String parseMessage(Message message);
Message parseString(String message);
}
| 194 | 0.778351 | 0.778351 | 10 | 18.4 | 18.364096 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
86c7127043b6f4f0795b6762c04075ceed0041cd | 26,585,847,562,289 | 751bf5bdd7a36cb9653e9b5ef2e3291587851418 | /src/main/java/io/xhao/scanner/impl/ScanUtil.java | b2ff51ba8511fef4252563f6eeee2a57c94b3899 | [
"MIT"
] | permissive | XHao/annotation-scanner | https://github.com/XHao/annotation-scanner | 19eb8399b5b5150501ec7535370ef41dd4f036e6 | f17127701102d97b7fdbe32009b12dee99d97d39 | refs/heads/master | 2015-08-11T19:04:12.315000 | 2015-05-12T05:47:39 | 2015-05-12T05:47:39 | 20,156,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.xhao.scanner.impl;
import java.io.File;
import java.util.ArrayList;
import org.apache.log4j.Logger;
public class ScanUtil {
private static Logger logger = Logger.getLogger(ScanUtil.class);
public static ArrayList<String> readClassPath(String[] paths)
throws IllegalArgumentException {
ArrayList<S... | UTF-8 | Java | 1,214 | java | ScanUtil.java | Java | [] | null | [] | package io.xhao.scanner.impl;
import java.io.File;
import java.util.ArrayList;
import org.apache.log4j.Logger;
public class ScanUtil {
private static Logger logger = Logger.getLogger(ScanUtil.class);
public static ArrayList<String> readClassPath(String[] paths)
throws IllegalArgumentException {
ArrayList<S... | 1,214 | 0.668863 | 0.666392 | 48 | 24.291666 | 22.108595 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.291667 | false | false | 10 |
4de28cf901ef6c57cf36c3af685e697f23a50a4e | 15,083,925,186,297 | 641e77f33ad8fa499cc36b661e3c24917bc47f96 | /issue/src/server/essp/issue/report/action/AcIssueReport.java | cf4b6a650f0d11e593c7f4beb602bfa3f3be024d | [] | no_license | stonethink/essp | https://github.com/stonethink/essp | 43203bba6d95438eca7e47a071beba32dc7c2db1 | 10267cd3af60fc06631a7ff4b7fd855f7143f271 | refs/heads/master | 2021-04-12T10:07:27.792000 | 2018-04-22T03:18:02 | 2018-04-22T03:18:02 | 126,622,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.essp.issue.report.action;
import server.framework.action.AbstractBusinessAction;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import c2s.dto.TransactionData;
import server.framework.common.BusinessException;
public class AcIssueReport extends AbstractBusi... | GB18030 | Java | 1,042 | java | AcIssueReport.java | Java | [] | null | [] | package server.essp.issue.report.action;
import server.framework.action.AbstractBusinessAction;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import c2s.dto.TransactionData;
import server.framework.common.BusinessException;
public class AcIssueReport extends AbstractBusi... | 1,042 | 0.69863 | 0.697652 | 29 | 34.241379 | 24.107025 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 10 |
7bbd0a0fb1b2026236f16e6ba8aeed6c9ece2c58 | 4,286,377,417,808 | 24388a40be7ca8fa2f4ecb2d0fedf0efeb33fa19 | /web/src/main/java/is/service/CardServiceImpl.java | 6887bb0bed53b042427feab8e9923273bb9e7c7a | [] | no_license | mohammadrezaaliabadi/is | https://github.com/mohammadrezaaliabadi/is | d15c55e41ad6319a4b6237d3dd372ba638db3c8d | 9ac0df7568436e7a4f20a83f5721ca012cfee034 | refs/heads/master | 2022-11-28T08:58:14.319000 | 2020-08-05T16:59:19 | 2020-08-05T16:59:19 | 282,042,672 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.service;
import is.domain.Account;
import is.domain.Card;
import is.domain.Customer;
import is.repository.AccountRepository;
import is.repository.CardRepository;
import is.web.mapper.CardMapper;
import is.web.model.CardDto;
import javassist.NotFoundException;
import org.springframework.beans.factory.annotat... | UTF-8 | Java | 1,719 | java | CardServiceImpl.java | Java | [] | null | [] | package is.service;
import is.domain.Account;
import is.domain.Card;
import is.domain.Customer;
import is.repository.AccountRepository;
import is.repository.CardRepository;
import is.web.mapper.CardMapper;
import is.web.model.CardDto;
import javassist.NotFoundException;
import org.springframework.beans.factory.annotat... | 1,719 | 0.728912 | 0.728912 | 58 | 28.637932 | 25.845495 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 10 |
2872439e34f74b3b10657ed684261cd4aeb6225f | 12,799,002,607,300 | 53e4e6bf14cd9e1c62b40cc855576d61429bef2b | /demo/src/main/java/cn/cj/dlna/dms/ContentDirectoryCommand.java | d2478e211ebc4a7f26cba723d93f48ac15bb4c71 | [] | no_license | woodyhi/dlna-android | https://github.com/woodyhi/dlna-android | 6dbb6ef1d191e176e33bd350d251a993c7b97bbe | 7e23804486f2cd3a34b90c2ef48adde4ce80eb3f | refs/heads/master | 2020-03-19T07:48:27.696000 | 2018-07-20T07:11:34 | 2018-07-20T07:11:34 | 136,149,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cj.dlna.dms;
import org.fourthline.cling.UpnpService;
import org.fourthline.cling.android.AndroidUpnpService;
import org.fourthline.cling.controlpoint.ActionCallback;
import org.fourthline.cling.model.action.ActionInvocation;
import org.fourthline.cling.model.message.UpnpResponse;
import org.fourthline.clin... | UTF-8 | Java | 1,791 | java | ContentDirectoryCommand.java | Java | [
{
"context": "ng.support.model.SortCriterion;\n\n/**\n * Created by June on 2017/3/7.\n */\n\npublic class ContentDirectoryCo",
"end": 704,
"score": 0.9451736211776733,
"start": 700,
"tag": "NAME",
"value": "June"
}
] | null | [] | package cn.cj.dlna.dms;
import org.fourthline.cling.UpnpService;
import org.fourthline.cling.android.AndroidUpnpService;
import org.fourthline.cling.controlpoint.ActionCallback;
import org.fourthline.cling.model.action.ActionInvocation;
import org.fourthline.cling.model.message.UpnpResponse;
import org.fourthline.clin... | 1,791 | 0.772753 | 0.768286 | 54 | 32.166668 | 30.728048 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.722222 | false | false | 10 |
3b4a2551ea01884570767e44afb6ab26387cc89b | 29,996,051,649,919 | b23e379d0b191dcf1044a3ad7c3b682059a86a2e | /sampu/JavaSource/portal/entidades/GthEducacionEmpleado.java | 8ea2adaa914fc6bd6aef1e5c58e041a0f4afbe73 | [] | no_license | hhslouis/erp | https://github.com/hhslouis/erp | bc0291474a8df1a4d24b3fc1de7a420af56b1a4f | ab2615d2072cf1e93962e88fc3a8908d98e51432 | refs/heads/master | 2020-04-06T07:03:23.312000 | 2016-08-23T06:10:50 | 2016-08-23T06:10:50 | 42,479,772 | 0 | 1 | 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 portal.entidades;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
im... | UTF-8 | Java | 8,383 | java | GthEducacionEmpleado.java | Java | [
{
"context": "alidation.constraints.Size;\r\n\r\n/**\r\n *\r\n * @author Jimes\r\n */\r\n@Entity\r\n@Table(name = \"gth_educacion_emple",
"end": 696,
"score": 0.7338130474090576,
"start": 691,
"tag": "NAME",
"value": "Jimes"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package portal.entidades;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
im... | 8,383 | 0.66444 | 0.663128 | 262 | 29.996183 | 31.765301 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435115 | false | false | 10 |
4cf21da65016f7bd7c6e0de8d54f195e374811e2 | 23,613,730,199,225 | a39222979ed147d8d233dc8be619a216a8b52e8e | /JxvaFramework/WebRoot/WEB-INF/classes/com/jxva/entity/Path.java | 5d7f082c096112f0112dc89e49fedc145d405cf0 | [] | no_license | jxva/jxvaframework | https://github.com/jxva/jxvaframework | ae532cbaa027540f907b00ea745b8236c17ba555 | d56b3a5eafe78dedb55a8feca215de562bac045c | refs/heads/master | 2020-06-05T01:23:57.433000 | 2012-04-17T08:20:39 | 2012-04-17T08:20:39 | 1,904,195 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright @ 2006-2010 by The Jxva Framework Foundation
*
* 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... | UTF-8 | Java | 3,013 | java | Path.java | Java | [] | null | [] | /*
* Copyright @ 2006-2010 by The Jxva Framework Foundation
*
* 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... | 3,013 | 0.65956 | 0.635533 | 98 | 29.163265 | 29.843706 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.663265 | false | false | 10 |
02d7883fa80dbfb2f74cc3fe2909980167e99536 | 25,297,357,425,854 | 301412742fdaf35d10b38b37283968932404bd94 | /bank-client-selfservice/src/main/java/controller/CustomerAddPayeeController.java | 0e06433c24020e4cbc22ac4599879d00b837566b | [] | no_license | skarlet-witcher/CS5721-Project | https://github.com/skarlet-witcher/CS5721-Project | 6a7c46739e420869fb1a4dc719214501d7a17a33 | 46db460a5d5a011745f45ec57461f07c4bffd199 | refs/heads/master | 2021-10-27T18:33:38.576000 | 2019-04-18T16:26:32 | 2019-04-18T16:26:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import model.UserModel;
import model.UserPayeeModel;
import service.impl.CustomerPayeeService;
import util.JTextFieldLimit;
import view.CustomerAddPayeeView;
import view.CustomerMainView;
import javax.swing.*;
import java.awt.event.ActionEvent;
import static javax.swing.WindowConstants.EXIT_ON_CL... | UTF-8 | Java | 3,991 | java | CustomerAddPayeeController.java | Java | [] | null | [] | package controller;
import model.UserModel;
import model.UserPayeeModel;
import service.impl.CustomerPayeeService;
import util.JTextFieldLimit;
import view.CustomerAddPayeeView;
import view.CustomerMainView;
import javax.swing.*;
import java.awt.event.ActionEvent;
import static javax.swing.WindowConstants.EXIT_ON_CL... | 3,991 | 0.610874 | 0.60887 | 107 | 36.299065 | 24.740982 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719626 | false | false | 10 |
f2c1b8b93930c0ae2a18c2a3395213aab59ecd20 | 25,237,227,892,744 | de66fcd4c3528e265b6db9bb0968fde4dedc795c | /backend/src/main/java/com/stu/luanvan/controller/URlController.java | 60d6807fe2cc8caf66390021dad2019ab4932add | [] | no_license | ndhuy3011/luanvantotnghiep | https://github.com/ndhuy3011/luanvantotnghiep | 5cbe367a6177b3d92e267983f619da7ba7e75d99 | 84c57d9831fce934bdf590e2e2808a5eeded29ef | refs/heads/master | 2023-07-30T15:36:27.069000 | 2021-09-22T15:51:25 | 2021-09-22T15:51:25 | 409,262,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stu.luanvan.controller;
public class URlController {
public final static String ADMIN = "/api/admin";
public final static String CATEGORY_ADMIN = ADMIN + "/category";
public final static String COLOR_ADMIN = ADMIN + "/color";
public final static String COUPON_ADMIN = ADMIN + "/coupon";
... | UTF-8 | Java | 991 | java | URlController.java | Java | [] | null | [] | package com.stu.luanvan.controller;
public class URlController {
public final static String ADMIN = "/api/admin";
public final static String CATEGORY_ADMIN = ADMIN + "/category";
public final static String COLOR_ADMIN = ADMIN + "/color";
public final static String COUPON_ADMIN = ADMIN + "/coupon";
... | 991 | 0.705348 | 0.705348 | 18 | 54.055557 | 22.319578 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 10 |
ca652167ddb73318bc88e6aa5ed5fc200b43baaa | 25,666,724,611,387 | 84be7356cffc267844db8d8e7384a0b1739db26c | /CoFHCore/src/main/java/cofh/lib/util/comparison/ComparableItemStackValidatedNBT.java | 10305e0aeb9e30454d8724d1c3543ab4a0bc31e8 | [] | no_license | KingLemming/1.13-pre | https://github.com/KingLemming/1.13-pre | bc851d425658cc191d1a5abb09d3ca2aa43a1535 | 3badbe2e158f1fb8756ceb80a0a6cee4d105a172 | refs/heads/master | 2020-04-20T10:56:17.220000 | 2019-06-22T07:58:44 | 2019-06-22T07:58:44 | 168,802,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cofh.lib.util.comparison;
import cofh.lib.util.oredict.OreDictHelper;
import net.minecraft.item.ItemStack;
import javax.annotation.Nonnull;
import java.util.List;
/**
* This is an implementation of a ComparableItemStackNBT - where the oreName/Id is constrained to an allowed subset, specified by the validato... | UTF-8 | Java | 1,312 | java | ComparableItemStackValidatedNBT.java | Java | [
{
"context": " subset, specified by the validator.\n *\n * @author King Lemming\n */\npublic class ComparableItemStackValidatedNBT ",
"end": 349,
"score": 0.9998576045036316,
"start": 337,
"tag": "NAME",
"value": "King Lemming"
}
] | null | [] | package cofh.lib.util.comparison;
import cofh.lib.util.oredict.OreDictHelper;
import net.minecraft.item.ItemStack;
import javax.annotation.Nonnull;
import java.util.List;
/**
* This is an implementation of a ComparableItemStackNBT - where the oreName/Id is constrained to an allowed subset, specified by the validato... | 1,306 | 0.734756 | 0.732469 | 55 | 22.854546 | 27.885101 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490909 | false | false | 10 |
6c8427630c6c27c195fa86dae3fdf7aed011e0cb | 21,414,707,005,350 | 2cbe972eed176600f56174f93cde736b703db916 | /core/implementations/swordSkills/JellyfishStingImplementations.java | 7fece13e752ad8d82f8de669ab6805f9c456d494 | [] | no_license | beanowonotanuwu/HydraClass | https://github.com/beanowonotanuwu/HydraClass | 2b45cc94b990242df12fb188f3d8c4e40f8ae67e | 16fdcb54c3be64dc9b77a0d43689e41a2c0a5d44 | refs/heads/master | 2022-12-05T09:37:19.109000 | 2020-09-02T15:17:55 | 2020-09-02T15:17:55 | 291,409,431 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hydra.hunter.core.implementations.swordSkills;
import hydra.hunter.core.implementations.SkillImplementations;
import hydra.hunter.core.vaults.swordSkillsVault.JellyfishStingVault;
public interface JellyfishStingImplementations extends
SkillImplementations,
JellyfishStingVault {
}
| UTF-8 | Java | 316 | java | JellyfishStingImplementations.java | Java | [] | null | [] | package hydra.hunter.core.implementations.swordSkills;
import hydra.hunter.core.implementations.SkillImplementations;
import hydra.hunter.core.vaults.swordSkillsVault.JellyfishStingVault;
public interface JellyfishStingImplementations extends
SkillImplementations,
JellyfishStingVault {
}
| 316 | 0.810127 | 0.810127 | 9 | 33.111111 | 26.358404 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
206688d71da115b2928db70b1d5da96b9cc5f327 | 16,750,372,488,074 | 4402f51f35b8b76898a00a6f83345fcbb05a3699 | /src/main/java/com/jcoroutine/core/instrument/JCoroutineTransformer.java | c68b8531595915674234b597419c252d043fca1f | [] | no_license | Kweii/JCoroutine | https://github.com/Kweii/JCoroutine | 9edbb8bc0cccd112284c615c635da3ab6439c8e0 | a00f3dfbb4796d3a09f00d5c0a1d74c4be86289a | refs/heads/master | 2020-04-05T15:00:42.181000 | 2018-11-12T10:31:02 | 2018-11-12T10:31:02 | 156,948,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jcoroutine.core.instrument;
import com.jcoroutine.common.tool.JCoroutineTools;
import com.jcoroutine.core.callSite.CallSiteAnalyzer;
import org.apache.log4j.Logger;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm... | UTF-8 | Java | 2,942 | java | JCoroutineTransformer.java | Java | [
{
"context": "ava.security.ProtectionDomain;\r\n\r\n/**\r\n * @author: guiliehua\r\n * @description:\r\n * @date:2018-09-10\r\n */\r\npubl",
"end": 612,
"score": 0.994574248790741,
"start": 603,
"tag": "USERNAME",
"value": "guiliehua"
}
] | null | [] | package com.jcoroutine.core.instrument;
import com.jcoroutine.common.tool.JCoroutineTools;
import com.jcoroutine.core.callSite.CallSiteAnalyzer;
import org.apache.log4j.Logger;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm... | 2,942 | 0.635622 | 0.631543 | 84 | 33.023811 | 32.088783 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 10 |
e3e55e6fa5d2f6bfc7d25d79dcff988ea2f78145 | 25,580,825,251,947 | 3c8d465e076222003e10ca8b100a10be592fe6d9 | /src/main/java/exercise/AtlassianExercise.java | d54732eefe79f07590cafdafbabcad0d9c51c781 | [] | no_license | amitavabasu/atlassian-exercise | https://github.com/amitavabasu/atlassian-exercise | 39160b8b855b76126b82190ca5cfdb4463c242cb | 7c881a5fd81332650a1ff066f0146d39bba4c0f6 | refs/heads/master | 2021-01-20T20:53:37.120000 | 2016-08-19T22:21:51 | 2016-08-19T22:21:51 | 65,860,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercise;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Phaser;
import org.springframework.http.ResponseEntity;
import org.springframework.util.concurrent.ListenableFutureCallback;
impor... | UTF-8 | Java | 4,976 | java | AtlassianExercise.java | Java | [] | null | [] | package exercise;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Phaser;
import org.springframework.http.ResponseEntity;
import org.springframework.util.concurrent.ListenableFutureCallback;
impor... | 4,976 | 0.738947 | 0.736736 | 130 | 37.276924 | 35.303524 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.1 | false | false | 10 |
8e86cf97488ec457ad9e6d4531c2bec3bd02f4b9 | 17,042,430,266,248 | a1820d9b2e33d02ef89fdd2070491a5065c0cf89 | /enode-common/src/main/java/com/kunlv/ddd/j/enode/common/serializing/IJsonSerializer.java | 792ac7d24c333471a969050940dd7e7655d30506 | [] | no_license | bellmit/JGEnode | https://github.com/bellmit/JGEnode | 5b9ea789532ad91f688a7a154a4600dbed192e07 | 1dbf2740996ebc032e78ad37acbb9fe5306f765d | refs/heads/master | 2022-02-17T07:10:14.414000 | 2019-09-13T19:32:45 | 2019-09-13T19:32:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kunlv.ddd.j.enode.common.serializing;
public interface IJsonSerializer {
String serialize(Object obj);
<T> T deserialize(String aSerialization, final Class<T> aType);
}
| UTF-8 | Java | 191 | java | IJsonSerializer.java | Java | [] | null | [] | package com.kunlv.ddd.j.enode.common.serializing;
public interface IJsonSerializer {
String serialize(Object obj);
<T> T deserialize(String aSerialization, final Class<T> aType);
}
| 191 | 0.753927 | 0.753927 | 7 | 26.285715 | 24.78314 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
8ecdb6d15f454225aab583eaf8c85315186bc2db | 17,042,430,266,252 | 556643d73371ba9b09111cc65ec422f248e14248 | /src/classes/ContaController.java | 5d839aa16d54c0ab0a3d087535264cd8e15a8612 | [] | no_license | samaratg/projeto-conta-corrente | https://github.com/samaratg/projeto-conta-corrente | d7c7d74f3e55fd29802bc5b04087f572e36003f0 | 513209326a2bb5df3699e1542433f6a7ef4735ee | refs/heads/main | 2023-03-22T06:39:41.812000 | 2021-03-18T16:37:51 | 2021-03-18T16:37:51 | 349,145,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes;
import java.util.ArrayList;
import java.util.List;
import exception.NumeroContaException;
import exception.SaldoInsuficienteException;
public class ContaController {
public List<Conta> lista = new ArrayList<>();
// private void preencherLista() {
// Pessoa p1 = new Pessoa("Faris","f@mail.com","0... | ISO-8859-1 | Java | 5,397 | java | ContaController.java | Java | [
{
"context": "id preencherLista() {\n//\t\tPessoa p1 = new Pessoa(\"Faris\",\"f@mail.com\",\"065\");\n//\t\tPessoa p2 = new Pessoa(",
"end": 303,
"score": 0.9998564124107361,
"start": 298,
"tag": "NAME",
"value": "Faris"
},
{
"context": "cherLista() {\n//\t\tPessoa p1 = new Pessoa(\"... | null | [] | package classes;
import java.util.ArrayList;
import java.util.List;
import exception.NumeroContaException;
import exception.SaldoInsuficienteException;
public class ContaController {
public List<Conta> lista = new ArrayList<>();
// private void preencherLista() {
// Pessoa p1 = new Pessoa("Faris","<EMAIL>","065"... | 5,382 | 0.645167 | 0.631784 | 207 | 24.990337 | 23.222925 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.628019 | false | false | 10 |
74fdc0a1df613cfb73ba2add13eae2bd634a956a | 11,450,382,863,168 | b8e323eca953d88446aca904fae0bd3f73b8803a | /GuoLeetCode/src/NumberOfBoomeranges.java | ba258b8d0781cccdca5fa57ab32480127a064901 | [] | no_license | guowenyu999/leetcode | https://github.com/guowenyu999/leetcode | 88a44d9886815159bc8ff679021a0e1edd3ccc43 | 09ddb985f40ba125097c4f1995cf7fbdea591ff8 | refs/heads/master | 2021-01-12T06:23:58.109000 | 2017-06-03T08:20:47 | 2017-06-03T08:20:47 | 77,353,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
import java.util.Map;
public class NumberOfBoomeranges {
public static int numberOfBoomerangs(int[][] points) {
Map<Integer, Integer> map = new HashMap<Integer, Integer>();
int sum = 0;
for (int i = 0; i < points.length; i++) {
for (int j = 0; j < points.length; j++) {
... | UTF-8 | Java | 1,128 | java | NumberOfBoomeranges.java | Java | [] | null | [] | import java.util.HashMap;
import java.util.Map;
public class NumberOfBoomeranges {
public static int numberOfBoomerangs(int[][] points) {
Map<Integer, Integer> map = new HashMap<Integer, Integer>();
int sum = 0;
for (int i = 0; i < points.length; i++) {
for (int j = 0; j < points.length; j++) {
... | 1,128 | 0.52305 | 0.495567 | 49 | 21.020409 | 17.910765 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.877551 | false | false | 10 |
c878e00d364f8a4cb707789d41670fe93267a09e | 21,509,196,246,608 | 1d8bd0efb0903dd91288b653856144c9a92e729e | /OldExams/SimulazioneEsame-Favoliere-TaglianiMichele-0000978601/test/favoliere/controller/test/MyControllerTest.java | 8463d0a65b17c91c085d62b7c1db452d9b3e12bc | [] | no_license | taglioIsCoding/LearnJava | https://github.com/taglioIsCoding/LearnJava | 7c3026f2dea2a54ea6c5ad0965038f77d8004b65 | 3b34d8e2e01cf018106579c7b53668862bcfb776 | refs/heads/main | 2023-07-11T05:00:17.010000 | 2021-08-17T10:42:28 | 2021-08-17T10:42:28 | 343,448,023 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package favoliere.controller.test;
import static org.junit.jupiter.api.Assertions.*;
import java.util.Optional;
import org.junit.jupiter.api.*;
import favoliere.controller.Controller;
import favoliere.controller.MyController;
import favoliere.model.FasciaEta;
import favoliere.model.Favola;
import favoliere.model.Imp... | UTF-8 | Java | 1,456 | java | MyControllerTest.java | Java | [] | null | [] | package favoliere.controller.test;
import static org.junit.jupiter.api.Assertions.*;
import java.util.Optional;
import org.junit.jupiter.api.*;
import favoliere.controller.Controller;
import favoliere.controller.MyController;
import favoliere.model.FasciaEta;
import favoliere.model.Favola;
import favoliere.model.Imp... | 1,456 | 0.783654 | 0.783654 | 48 | 29.333334 | 32.933857 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.604167 | false | false | 10 |
79418102528fc07ad3a3c162c70c719c2d5eba72 | 25,769,838,009 | de6e0405e658df217250c49744af318a724b9828 | /dmc-dao/src/main/java/com/cmos/dmc/dao/myAttetion/VisitTop10Dao.java | cef6fdf911d52d85c4feced99c07b006933921a4 | [] | no_license | dmcaqsars/dmc_parent | https://github.com/dmcaqsars/dmc_parent | 47999438e7ba3d092576791d8efbede6f68d681a | efcaf14745f0f8dac7378081add2930026ffda86 | refs/heads/master | 2018-10-22T11:21:34.276000 | 2018-06-26T07:28:47 | 2018-06-26T07:28:47 | 138,607,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cmos.dmc.dao.myAttetion;
import java.util.List;
import java.util.Map;
public interface VisitTop10Dao {
List queryTop10ztDetail(Map<String,Object> map);
List queryTop10rptDetail(Map<String,Object> map);
List queryTop10idxDetail(Map<String,Object> map);
List queryTop10mrptDetail(Map<String,O... | UTF-8 | Java | 336 | java | VisitTop10Dao.java | Java | [] | null | [] | package com.cmos.dmc.dao.myAttetion;
import java.util.List;
import java.util.Map;
public interface VisitTop10Dao {
List queryTop10ztDetail(Map<String,Object> map);
List queryTop10rptDetail(Map<String,Object> map);
List queryTop10idxDetail(Map<String,Object> map);
List queryTop10mrptDetail(Map<String,O... | 336 | 0.764881 | 0.735119 | 12 | 27 | 21.863211 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 10 |
4ebe8e248ff0d7209670d1e20dca2b35d44c2222 | 6,459,630,829,781 | 056fe6f8c30a54b07fec80e66ede1ac5fcd3ad1d | /src/com/ns/neo/dao/jpa/NameQueryInvoke.java | 843eeed2adc3f3e1a7594b7a062e6409da41cec0 | [] | no_license | githubQQ/wzcx | https://github.com/githubQQ/wzcx | c6930bb6f1ba894d045030a745b8ff9588fda262 | 947f470276e097447d8ef06cdde6d91e430ffbcd | refs/heads/master | 2019-01-02T01:56:41.077000 | 2015-06-24T01:19:21 | 2015-06-24T01:19:21 | 37,698,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ns.neo.dao.jpa;
import java.util.List;
import javax.persistence.TypedQuery;
/**
* Created by zzm on 15/2/9.
*/
public interface NameQueryInvoke {
public List excuteQuery(TypedQuery typedQuery);
}
| UTF-8 | Java | 217 | java | NameQueryInvoke.java | Java | [
{
"context": "t javax.persistence.TypedQuery;\n\n/**\n * Created by zzm on 15/2/9.\n */\npublic interface NameQueryInvoke {",
"end": 112,
"score": 0.999634861946106,
"start": 109,
"tag": "USERNAME",
"value": "zzm"
}
] | null | [] | package com.ns.neo.dao.jpa;
import java.util.List;
import javax.persistence.TypedQuery;
/**
* Created by zzm on 15/2/9.
*/
public interface NameQueryInvoke {
public List excuteQuery(TypedQuery typedQuery);
}
| 217 | 0.737327 | 0.718894 | 12 | 17.083334 | 17.240738 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
c28862ed8ca35fe4c3d797dec692fbee47f1bca1 | 17,360,257,845,344 | 68c3a929801c13770ceae9497184206630611da2 | /wr/src/main/java/wordroot/wr/service/UserService.java | 4b4fb218f20a3dea38204d92587d9946974ec5c7 | [] | no_license | StephenCurryMVP/wordRoot | https://github.com/StephenCurryMVP/wordRoot | 7722d3e9567dd0e26ec31669a58335ca3598f0f5 | 359d46cb5713af6ad7bab30c2a6829e580d5a482 | refs/heads/master | 2022-11-23T23:54:55.133000 | 2020-08-01T13:36:15 | 2020-08-01T13:36:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wordroot.wr.service;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.util.HtmlUtils;
import org.apache.shiro.crypto.SecureRandomNumberGenerator;
import wordroot.wr.Mapper... | UTF-8 | Java | 2,644 | java | UserService.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @auctor wuliang\n * @date 2020/7/21\n */\n\n@Service\npublic class Use",
"end": 433,
"score": 0.999607264995575,
"start": 426,
"tag": "USERNAME",
"value": "wuliang"
},
{
"context": "Id(user.getId());\n userID.setUser... | null | [] | package wordroot.wr.service;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.util.HtmlUtils;
import org.apache.shiro.crypto.SecureRandomNumberGenerator;
import wordroot.wr.Mapper... | 2,649 | 0.623534 | 0.618452 | 107 | 22.906542 | 20.822136 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457944 | false | false | 10 |
f2079660b13ae8baaf70027e028d5f234c862a9a | 29,901,562,381,212 | 9fc7f217c1ad1173086cbcee297c2e26da9da2fd | /src/main/java/br/com/byron/luderia/controller/CreditCardController.java | d378a57d53c4cf2167aaa4fbb3368c91a13d7164 | [] | no_license | byron-codes/Luderia | https://github.com/byron-codes/Luderia | ec5f1c0fa2d619f81ea43811eb59cbbb2f2fbc8e | 7f148fc855a86c3570d9b8b3bc7004b6784dc930 | refs/heads/master | 2022-11-16T16:47:25.791000 | 2020-07-11T16:56:21 | 2020-07-11T16:56:21 | 236,067,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.byron.luderia.controller;
import br.com.byron.luderia.domain.filter.CreditCardFilter;
import br.com.byron.luderia.domain.mapper.ICreditCardMapper;
import br.com.byron.luderia.domain.request.CreditCardRequest;
import br.com.byron.luderia.domain.response.CreditCardResponse;
import br.com.byron.luderia.fac... | UTF-8 | Java | 1,576 | java | CreditCardController.java | Java | [] | null | [] | package br.com.byron.luderia.controller;
import br.com.byron.luderia.domain.filter.CreditCardFilter;
import br.com.byron.luderia.domain.mapper.ICreditCardMapper;
import br.com.byron.luderia.domain.request.CreditCardRequest;
import br.com.byron.luderia.domain.response.CreditCardResponse;
import br.com.byron.luderia.fac... | 1,576 | 0.824873 | 0.819162 | 32 | 48.25 | 35.04818 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28125 | false | false | 10 |
ffdf0247f50a888fb85e95412f85e61ebba88336 | 16,681,652,986,781 | baab6f1a00fa6979c38f1d8cf553bdf2099ddc81 | /PrototypeNavigator/app/src/main/java/se/jolo/prototypenavigator/utils/Cipher.java | 23f4d4d7070380a97cc6daf638b17ea0fefcce45 | [] | no_license | PrototypeNavigator/PrototypeNavigator | https://github.com/PrototypeNavigator/PrototypeNavigator | 6736df3e7f8c2b9677e0be1582484cff23899d31 | 63dd2de592d6a40cf8ff6beca29a0b7518f40222 | refs/heads/master | 2021-01-10T16:08:06.585000 | 2016-04-11T11:27:06 | 2016-04-11T11:27:06 | 51,075,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.jolo.prototypenavigator.utils;
import java.util.ArrayList;
import java.util.Collections;
/* The Cipher class decodes the encrypted xml file. */
public final class Cipher {
private Cipher() {}
public static byte[] decrypt(byte[] data, byte[] key) {
/* Create a table with the given key */
... | UTF-8 | Java | 5,247 | java | Cipher.java | Java | [] | null | [] | package se.jolo.prototypenavigator.utils;
import java.util.ArrayList;
import java.util.Collections;
/* The Cipher class decodes the encrypted xml file. */
public final class Cipher {
private Cipher() {}
public static byte[] decrypt(byte[] data, byte[] key) {
/* Create a table with the given key */
... | 5,247 | 0.489423 | 0.484658 | 170 | 29.870588 | 24.197613 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664706 | false | false | 10 |
ed20b802e2c123e3ca7d41db6f70ad9eae1b2c12 | 38,156,489,477,628 | 2cf3ec06632124e03afb49c2f0199d6d145e668c | /src/main/java/object/ways/WayDetailDto.java | 324ca5a7b0b10ea5fdad48bbc0dfbb76eae0d6fe | [] | no_license | hoangnp2G/Vaccine2 | https://github.com/hoangnp2G/Vaccine2 | a7084a280b76f31b2dace0a3bb99a8961c3a24e4 | f48f222ea9cbeb476cd4eda01188b9db9f00f188 | refs/heads/master | 2023-05-22T21:50:10.052000 | 2021-06-04T10:19:28 | 2021-06-04T10:19:28 | 372,352,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package object.ways;
import com.google.gson.annotations.SerializedName;
public class WayDetailDto{
@SerializedName("type4")
private String type4;
@SerializedName("type3")
private String type3;
@SerializedName("type2")
private String type2;
@SerializedName("way_id2")
private int wayId2;
@SerializedName("... | UTF-8 | Java | 2,562 | java | WayDetailDto.java | Java | [] | null | [] | package object.ways;
import com.google.gson.annotations.SerializedName;
public class WayDetailDto{
@SerializedName("type4")
private String type4;
@SerializedName("type3")
private String type3;
@SerializedName("type2")
private String type2;
@SerializedName("way_id2")
private int wayId2;
@SerializedName("... | 2,562 | 0.685402 | 0.635441 | 182 | 13.082417 | 12.319859 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 10 |
e63d330d3206494ec2f50514f43698792e783687 | 34,780,645,196,900 | 26749f30330e1bf3aaab2d1e526b89848e5ea5b1 | /src/girard/sc/be/io/msg/BETimeTckMsg.java | 06adb6252cae6865b91c745ebeaf61aec1dc8d1f | [] | no_license | impsbro/ExNet | https://github.com/impsbro/ExNet | fbd398230598528bae270a1eca472130afba1ccc | 8d76fd386766222fd4fe29bbfe86616c4426c545 | refs/heads/master | 2021-01-19T04:22:13.920000 | 2016-06-10T18:07:24 | 2016-06-10T18:07:24 | 60,866,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package girard.sc.be.io.msg;
/* Lets subjects and observers know that another time tick has
passed. Subjects respond back so the server knows when to
move time foward again.
Author: Dudley Girard
Started: 1-1-2001
Modified: 4-26-2001
Modified: 5-18-2001
*/
import girard.sc.awt.ErrorDialog;
import girard.sc.be... | UTF-8 | Java | 13,589 | java | BETimeTckMsg.java | Java | [
{
"context": "knows when to \n move time foward again.\n\nAuthor: Dudley Girard\nStarted: 1-1-2001\nModified: 4-26-2001\nModified: 5",
"end": 204,
"score": 0.9998857975006104,
"start": 191,
"tag": "NAME",
"value": "Dudley Girard"
}
] | null | [] | package girard.sc.be.io.msg;
/* Lets subjects and observers know that another time tick has
passed. Subjects respond back so the server knows when to
move time foward again.
Author: <NAME>
Started: 1-1-2001
Modified: 4-26-2001
Modified: 5-18-2001
*/
import girard.sc.awt.ErrorDialog;
import girard.sc.be.awt.BE... | 13,582 | 0.503716 | 0.496431 | 325 | 40.815384 | 32.55825 | 284 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523077 | false | false | 10 |
74c2114f42467df4b018cb62dae61a6a9ba81150 | 1,357,209,732,554 | 13a0a332cdcf9fb5b258b61dc906cdec286a2140 | /src/main/java/cn/edu/buaa/network/nexmark/Query5.java | a67b46f7b4eaf3b3ead8728ced86e1cc080b6d6a | [] | no_license | HalfCoke/nexmark-datastream | https://github.com/HalfCoke/nexmark-datastream | fd284c0853088717a75c55a0ae12dd9aebd60aaa | 9b43243451b583c00b219cf29e7e0e71f7b4ef47 | refs/heads/master | 2023-08-15T12:22:48.675000 | 2021-10-18T07:22:48 | 2021-10-18T07:22:48 | 418,388,554 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.buaa.network.nexmark;
import cn.edu.buaa.network.nexmark.sources.BidSourceFunction;
import org.apache.beam.sdk.nexmark.model.Bid;
import org.apache.flink.api.common.state.*;
import org.apache.flink.api.common.typeinfo.TypeHint;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apac... | UTF-8 | Java | 8,161 | java | Query5.java | Java | [] | null | [] | package cn.edu.buaa.network.nexmark;
import cn.edu.buaa.network.nexmark.sources.BidSourceFunction;
import org.apache.beam.sdk.nexmark.model.Bid;
import org.apache.flink.api.common.state.*;
import org.apache.flink.api.common.typeinfo.TypeHint;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apac... | 8,161 | 0.745252 | 0.733611 | 203 | 39.201969 | 38.458904 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.374384 | false | false | 10 |
4536931ac923acb320709722b92107ca3115c047 | 36,842,229,486,166 | 9702a51962cda6e1922d671dbec8acf21d9e84ec | /src/main/com/topcoder/web/aolicq/dao/AolicqDAOUtil.java | 6e03e9304aa729a0e686f3414d540201f5b3fe8e | [] | no_license | topcoder-platform/tc-website | https://github.com/topcoder-platform/tc-website | ccf111d95a4d7e033d3cf2f6dcf19364babb8a08 | 15ab92adf0e60afb1777b3d548b5ba3c3f6c12f7 | refs/heads/dev | 2023-08-23T13:41:21.308000 | 2023-04-04T01:28:38 | 2023-04-04T01:28:38 | 83,655,110 | 3 | 19 | null | false | 2023-04-04T01:32:16 | 2017-03-02T08:43:01 | 2023-01-31T16:48:18 | 2023-04-04T01:32:15 | 504,085 | 2 | 14 | 19 | Java | false | false | package com.topcoder.web.aolicq.dao;
import com.topcoder.web.aolicq.dao.hibernate.AolicqDAOFactoryHibernate;
/**
* @author dok
* @version $Revision$ Date: 2005/01/01 00:00:00
* Create Date: Jul 17, 2006
*/
public class AolicqDAOUtil {
public static AolicqDAOFactory getFactory() {
return new A... | UTF-8 | Java | 356 | java | AolicqDAOUtil.java | Java | [
{
"context": "bernate.AolicqDAOFactoryHibernate;\n\n/**\n * @author dok\n * @version $Revision$ Date: 2005/01/01 00:00:00\n",
"end": 129,
"score": 0.995752215385437,
"start": 126,
"tag": "USERNAME",
"value": "dok"
}
] | null | [] | package com.topcoder.web.aolicq.dao;
import com.topcoder.web.aolicq.dao.hibernate.AolicqDAOFactoryHibernate;
/**
* @author dok
* @version $Revision$ Date: 2005/01/01 00:00:00
* Create Date: Jul 17, 2006
*/
public class AolicqDAOUtil {
public static AolicqDAOFactory getFactory() {
return new A... | 356 | 0.702247 | 0.646067 | 14 | 24.428572 | 22.81827 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
84efb210e1304675c42f96bf0d374559b1b26c52 | 35,244,501,675,778 | caeee03c16513be8a47e25f925ee02c0d6da3ae2 | /CookyApp/src/main/java/de/cookyapp/enums/Role.java | 237e532d46b94ddbcfbe2d9dc0bd7660fb1394a7 | [] | no_license | dschaufelberger/Cooky | https://github.com/dschaufelberger/Cooky | f5527e1dab34e108ac87d3cf9306647c776935ec | dab9ad5df7d46347e9861426be0fbee3e4f2ee97 | refs/heads/master | 2021-01-18T03:10:10.958000 | 2016-06-07T12:37:55 | 2016-06-07T12:37:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.cookyapp.enums;
/**
* Created by Dominik Schaufelberger on 14.05.2016.
*/
public enum Role {
COOKY_USER,
COOKY_ADMIN
}
| UTF-8 | Java | 141 | java | Role.java | Java | [
{
"context": "package de.cookyapp.enums;\n\n/**\n * Created by Dominik Schaufelberger on 14.05.2016.\n */\npublic enum Role {\n COOKY_U",
"end": 68,
"score": 0.9998708963394165,
"start": 46,
"tag": "NAME",
"value": "Dominik Schaufelberger"
}
] | null | [] | package de.cookyapp.enums;
/**
* Created by <NAME> on 14.05.2016.
*/
public enum Role {
COOKY_USER,
COOKY_ADMIN
}
| 125 | 0.673759 | 0.617021 | 9 | 14.666667 | 15.398413 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 10 |
7a4292ada907cde6728f4b445b67534e324fa3ed | 35,244,501,675,600 | 1f2011841ddc728d338b6bb3b7be35a84b565315 | /app/src/main/java/com/example/kitchen_assistant/models/HistoryEntry.java | 173c23a884e7ed619c62a835113587ebbc581c9c | [] | no_license | truonghh99/Kitchen-Assistant | https://github.com/truonghh99/Kitchen-Assistant | 16eddaad7c9f8984dd60fd0455bcb93969803582 | b60e2c5b399e189bf4007fab8b917456dbe4bc88 | refs/heads/master | 2022-12-01T16:08:39.139000 | 2020-08-13T19:52:43 | 2020-08-13T19:52:43 | 278,228,540 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kitchen_assistant.models;
import android.util.Log;
import com.example.kitchen_assistant.storage.CurrentHistoryEntries;
import com.parse.ParseClassName;
import com.parse.ParseException;
import com.parse.ParseObject;
import com.parse.ParseUser;
import java.util.Date;
import java.util.Map;
@ParseCl... | UTF-8 | Java | 4,357 | java | HistoryEntry.java | Java | [] | null | [] | package com.example.kitchen_assistant.models;
import android.util.Log;
import com.example.kitchen_assistant.storage.CurrentHistoryEntries;
import com.parse.ParseClassName;
import com.parse.ParseException;
import com.parse.ParseObject;
import com.parse.ParseUser;
import java.util.Date;
import java.util.Map;
@ParseCl... | 4,357 | 0.680285 | 0.679367 | 143 | 29.468531 | 22.936155 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552448 | false | false | 10 |
02b774a07a719a23ba0329cea80ce51958692af3 | 33,956,011,492,581 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/androidx/core/g/v.java | 0577ba14a069378a0960d7e9c1db6b0d19c83ff3 | [] | no_license | BharathPalanivelu/repotest | https://github.com/BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802000 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package androidx.core.g;
import android.view.VelocityTracker;
@Deprecated
public final class v {
@Deprecated
public static float a(VelocityTracker velocityTracker, int i) {
return velocityTracker.getXVelocity(i);
}
}
| UTF-8 | Java | 239 | java | v.java | Java | [] | null | [] | package androidx.core.g;
import android.view.VelocityTracker;
@Deprecated
public final class v {
@Deprecated
public static float a(VelocityTracker velocityTracker, int i) {
return velocityTracker.getXVelocity(i);
}
}
| 239 | 0.732218 | 0.732218 | 11 | 20.727272 | 20.670977 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
6db800b99fcbcb862a53a1ada7b215174fbe25a9 | 25,451,976,257,212 | 9b33a32530197dbeabd9f253ee3fd3d11c764507 | /app/models/MaisAntigoNaoAssistido.java | 8d46cfc6d80ba0880b8ebebff7a25485f5cde548 | [] | no_license | leticiamaia/si1-lab2-parte3 | https://github.com/leticiamaia/si1-lab2-parte3 | 9d4a4c1d6d978fb9e2a0fdbd5d0fa9bd5c0c732b | 5d82ebcdf712f031dd90b2d59673d4e6ae3c9eb2 | refs/heads/master | 2021-01-24T05:15:13.775000 | 2015-02-13T23:56:42 | 2015-02-13T23:56:42 | 30,425,987 | 0 | 0 | null | true | 2015-02-06T18:10:30 | 2015-02-06T18:10:30 | 2014-12-06T00:12:05 | 2014-12-06T00:12:05 | 1,660 | 0 | 0 | 0 | null | null | null | package models;
import javax.persistence.Entity;
import java.util.List;
/**
* Created by Leticia on 2/13/2015.
*/
@Entity(name="MaisAntigoNaoAssistido")
public class MaisAntigoNaoAssistido extends IndicadorDeProximoEp{
public MaisAntigoNaoAssistido(Serie serie) {super.serie = serie;}
public MaisAntigoNaoAss... | UTF-8 | Java | 681 | java | MaisAntigoNaoAssistido.java | Java | [
{
"context": ".Entity;\nimport java.util.List;\n\n/**\n * Created by Leticia on 2/13/2015.\n */\n@Entity(name=\"MaisAntigoNaoAssi",
"end": 99,
"score": 0.9993034601211548,
"start": 92,
"tag": "NAME",
"value": "Leticia"
}
] | null | [] | package models;
import javax.persistence.Entity;
import java.util.List;
/**
* Created by Leticia on 2/13/2015.
*/
@Entity(name="MaisAntigoNaoAssistido")
public class MaisAntigoNaoAssistido extends IndicadorDeProximoEp{
public MaisAntigoNaoAssistido(Serie serie) {super.serie = serie;}
public MaisAntigoNaoAss... | 681 | 0.651982 | 0.640235 | 25 | 26.24 | 23.777771 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
b2d3e8a46e2a4cce42bdf0a462608ea556456403 | 37,503,654,456,997 | fe1b9ef5832d8e43171a751b90dec8dfb67bd153 | /CoursePricing/src/test/java/com/example/course/service/PriceServiceImplTest.java | fa35bbf821dca0b9b529b2e30b0e19eb9b47c0e5 | [] | no_license | vrajeshjayswal/UpworkTest | https://github.com/vrajeshjayswal/UpworkTest | 1f65ceb9300a6a181bd893f4c732ad85a03fd32f | 63ee0ac813df2cedab747436649a16b43c31d6e2 | refs/heads/master | 2022-11-13T00:44:22.963000 | 2020-07-11T09:53:26 | 2020-07-11T09:53:26 | 278,294,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.course.service;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThrows;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.when;
import java.math.BigDecimal;
import java.util.O... | UTF-8 | Java | 4,475 | java | PriceServiceImplTest.java | Java | [
{
"context": " testing for PriceServiceImpl class\n * \n * @author vrajesh\n *\n */\n@SpringBootTest\npublic class PriceServiceI",
"end": 951,
"score": 0.9873467683792114,
"start": 944,
"tag": "USERNAME",
"value": "vrajesh"
}
] | null | [] | package com.example.course.service;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThrows;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.when;
import java.math.BigDecimal;
import java.util.O... | 4,475 | 0.795754 | 0.792402 | 126 | 34.523811 | 26.638889 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.650794 | false | false | 10 |
8f37e187a8c5f5c2b430748544c58b55b1f86515 | 37,503,654,456,290 | 69fde681f0eb27ac5b416cd00628fc2458bacb05 | /src/main/java/matrix/MatrixTask.java | 1d52730c38bd96e7ec29c670134c5d4d97f6eab6 | [] | no_license | wzhang12/operatefile | https://github.com/wzhang12/operatefile | b1426159b1a73c03933330c61a92792954a46394 | dcc574f9c1daa419d1222a19f8dc4bc124689aa1 | refs/heads/master | 2021-01-01T19:01:33.384000 | 2016-01-06T11:07:32 | 2016-01-06T11:07:32 | 33,345,257 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package matrix;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicInteger;
public class MatrixTask implements Runnable {
private static final AtomicInteger counter = new AtomicInteger();
private static final int FOUNDED_WORDS_BUF_SIZE = 1024;
privat... | UTF-8 | Java | 1,906 | java | MatrixTask.java | Java | [] | null | [] | package matrix;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicInteger;
public class MatrixTask implements Runnable {
private static final AtomicInteger counter = new AtomicInteger();
private static final int FOUNDED_WORDS_BUF_SIZE = 1024;
privat... | 1,906 | 0.649606 | 0.632171 | 66 | 25.939394 | 22.140652 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.833333 | false | false | 10 |
14d1b92948a4d606a38cd2d84f1df10c685df071 | 12,678,743,510,330 | d9e374943344e25299a58de161cdee1ce3108d59 | /src/main/java/com/allforfunmc/CamoStuff/CamoBlock.java | 8e7213cbdda3ff42e3e40709c8c09f0af80c69bf | [
"MIT"
] | permissive | AllForFun/modpack | https://github.com/AllForFun/modpack | 1869bf595536c716252a59d8e8889cd56c7021f3 | 0befd4db4175438e6125901dbad92d1c87332370 | refs/heads/master | 2021-01-23T11:48:16.496000 | 2015-03-01T18:56:49 | 2015-03-01T18:56:49 | 21,941,773 | 1 | 0 | null | false | 2014-10-14T16:11:32 | 2014-07-17T12:53:10 | 2014-10-10T11:43:06 | 2014-10-14T13:00:59 | 8,028 | 4 | 5 | 16 | Java | null | null | package com.allforfunmc.CamoStuff;
import com.allforfunmc.allforfuncore.Core;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.Block;
import net.minecraft.block.ITileEntityProvider;
import net.minecraft.block.material.Material;
import net.minecraft.tileentity.Til... | UTF-8 | Java | 1,560 | java | CamoBlock.java | Java | [] | null | [] | package com.allforfunmc.CamoStuff;
import com.allforfunmc.allforfuncore.Core;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.Block;
import net.minecraft.block.ITileEntityProvider;
import net.minecraft.block.material.Material;
import net.minecraft.tileentity.Til... | 1,560 | 0.774359 | 0.764103 | 56 | 26.857143 | 23.309584 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.696429 | false | false | 10 |
6958c51e18d5e40190cec64534931e58a7d446a4 | 39,402,029,993,667 | 19dd636fb3fb6485571f021d20aaf8443a06c2d4 | /src/org/twak/tweed/gen/SolverState.java | 50c901d2bd060d99bdd928e03a269949266e93b2 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | twak/chordatlas | https://github.com/twak/chordatlas | b15e939d345e32ef459a0b1d22500a16eee4abee | 9f5603b03a8e50570e00edad3f74ecb44b33df91 | refs/heads/stable | 2022-03-01T05:46:09.474000 | 2022-02-13T19:13:29 | 2022-02-13T19:13:29 | 93,035,129 | 99 | 28 | Apache-2.0 | false | 2020-11-16T20:30:46 | 2017-06-01T08:33:28 | 2020-11-09T08:04:50 | 2020-11-16T20:30:45 | 41,672 | 65 | 17 | 3 | Java | false | false | package org.twak.tweed.gen;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Rectangle2D;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
im... | UTF-8 | Java | 6,900 | java | SolverState.java | Java | [] | null | [] | package org.twak.tweed.gen;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Rectangle2D;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
im... | 6,900 | 0.602029 | 0.588841 | 255 | 26.062746 | 23.703314 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.913725 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.