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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d0ef4856c3338a10db59931f882397f23a3e63bc | 18,176,301,614,710 | 8159468e4ad0922caddc70b17c5b2695876ac799 | /src/main/java/cea/video/frame_similarity/feature/FeatureType.java | 1f8466984e1f9203cc1a31fb3bc6ba9557207025 | [
"MIT"
] | permissive | wegrzyns/adnoter | https://github.com/wegrzyns/adnoter | e1f26aa76c72e5ba519f194866ff6c74e24608a3 | 09684ad40cf177e923b444802ab83215bc890156 | refs/heads/master | 2021-09-20T21:55:06.464000 | 2018-08-15T23:45:10 | 2018-08-15T23:45:10 | 118,169,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cea.video.frame_similarity.feature;
public enum FeatureType {
SIFT,
PixelDiff,
BRISK,
AKAZE,
SURF
}
| UTF-8 | Java | 129 | java | FeatureType.java | Java | [] | null | [] | package cea.video.frame_similarity.feature;
public enum FeatureType {
SIFT,
PixelDiff,
BRISK,
AKAZE,
SURF
}
| 129 | 0.658915 | 0.658915 | 9 | 13.333333 | 12.543259 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 8 |
7dde4ea4bb102c3811341f6c93d70f5bca0c1fee | 7,318,624,298,241 | c5bda2592e98dd46676e916df1b84daf1dd4d642 | /src/javatest/sort/BoolenSort.java | 3ddf8ba5fd74010c9be593901fab1308317b0db2 | [] | no_license | youhuansky/javaFoundation | https://github.com/youhuansky/javaFoundation | e4e0c0600c46c4aedb493adbede6b43576c635ef | 7691f75133259954df1114d8f4679ad4bd81889f | refs/heads/master | 2020-05-28T09:15:39.535000 | 2018-06-15T09:15:57 | 2018-06-15T09:15:57 | 93,990,315 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javatest.sort;
/**
* @author youhuan
* @date 创建时间:2017年6月5日 下午10:22:40
* @describe:冒泡排序模拟
* @version 1.0
*/
public class BoolenSort {
public static void main(String args[]) {
// int[] intArr=new int[]{5,9,2,4,1};
// int[] intArr=new int[]{1, 2 , 4 , 5 , 9 };
int[] intArr=new int[]{... | UTF-8 | Java | 849 | java | BoolenSort.java | Java | [
{
"context": "package javatest.sort;\r\n\r\n/**\r\n * @author youhuan\r\n * @date 创建时间:2017年6月5日 下午10:22:40\r\n * @describe",
"end": 49,
"score": 0.9890561103820801,
"start": 42,
"tag": "USERNAME",
"value": "youhuan"
}
] | null | [] | package javatest.sort;
/**
* @author youhuan
* @date 创建时间:2017年6月5日 下午10:22:40
* @describe:冒泡排序模拟
* @version 1.0
*/
public class BoolenSort {
public static void main(String args[]) {
// int[] intArr=new int[]{5,9,2,4,1};
// int[] intArr=new int[]{1, 2 , 4 , 5 , 9 };
int[] intArr=new int[]{... | 849 | 0.506732 | 0.461444 | 42 | 17.452381 | 16.447901 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 8 |
dae83d6371dd62a186ce37c0969f61ff45b5d768 | 16,999,480,619,035 | fa9b9e51b80bf70d92450a3bc0bd86ce201d2cee | /buildSrc/src/main/java/com/vinctor/Utils.java | f9dc64b5b29c1536197796bf7aaa020dfcaae7a5 | [
"Apache-2.0"
] | permissive | JasperLue/Uatu | https://github.com/JasperLue/Uatu | ccdf9bb70755dd8d37a28041e8fa20862d09217e | d6070013392473a253393016011df31d6ea6494e | refs/heads/master | 2023-06-02T11:47:59.496000 | 2021-06-08T05:21:20 | 2021-06-08T05:21:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vinctor;
import org.objectweb.asm.Type;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.InputStreamReader;
import java.io.Reader;
public class Utils {
public static String transformClassName(String className) {
return className.trim().replace(... | UTF-8 | Java | 1,924 | java | Utils.java | Java | [] | null | [] | package com.vinctor;
import org.objectweb.asm.Type;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.InputStreamReader;
import java.io.Reader;
public class Utils {
public static String transformClassName(String className) {
return className.trim().replace(... | 1,924 | 0.516632 | 0.515073 | 72 | 25.722221 | 17.692766 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486111 | false | false | 8 |
ec8fa9f9302bf9f931a1322ab0978c068f8cc254 | 22,643,067,626,391 | 1ccbfa001889a5e0c83468f04bb61f100d08a3e8 | /src/main/java/com/htf/fmusic/repositories/UserRepository.java | 5c52cb947001a329f6459339e4eca43c1dcf16ac | [] | no_license | htfeeds/FMusic | https://github.com/htfeeds/FMusic | ed99ff12b996279713d2443682f4400c7e13014f | d75dc469f3986cb7fb1e805ffd35884832a30c3b | refs/heads/master | 2021-01-13T17:27:23.224000 | 2017-08-31T17:10:45 | 2017-08-31T17:10:45 | 43,608,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.htf.fmusic.repositories;
import com.htf.fmusic.models.User;
/**
* @author HTFeeds
*/
public interface UserRepository extends BaseRepository<User, Integer> {
public User findByUsername(String username);
public User findByEmail(String email);
}
| UTF-8 | Java | 278 | java | UserRepository.java | Java | [
{
"context": "import com.htf.fmusic.models.User;\n\n/**\n * @author HTFeeds\n */\npublic interface UserRepository extends BaseR",
"end": 96,
"score": 0.9995796084403992,
"start": 89,
"tag": "USERNAME",
"value": "HTFeeds"
}
] | null | [] | package com.htf.fmusic.repositories;
import com.htf.fmusic.models.User;
/**
* @author HTFeeds
*/
public interface UserRepository extends BaseRepository<User, Integer> {
public User findByUsername(String username);
public User findByEmail(String email);
}
| 278 | 0.730216 | 0.730216 | 14 | 18.857143 | 22.293039 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 8 |
54822652be146355ec64fa4d63130551e1b82164 | 20,993,800,174,865 | 38f9fe319e3406894d3c0bc2154d333ada642091 | /OOP2/Set 2/Calendar/Problem9/Library.java | 969d10c0213a9baa0516bb5462928187275b83d7 | [] | no_license | helenitt/ooprogramming | https://github.com/helenitt/ooprogramming | 2d0d2eb3b5da14c87967d188bdc4eedf6139a41c | 24bdd8f3cbacef873dd1de98799ad092a8f22191 | refs/heads/master | 2021-01-17T16:47:43.972000 | 2016-09-26T18:53:09 | 2016-09-26T18:53:09 | 69,280,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Library.java
import javax.swing.*;
import java.text.*;
import java.util.*;
public class Library {
public static void main (String args[])
{
GregorianCalendar borrowDate;
GregorianCalendar returnDate;
borrowDate = new GregorianCalendar (2015,9,18);
returnDate = new GregorianCalendar ();
//int m... | UTF-8 | Java | 689 | java | Library.java | Java | [] | null | [] | //Library.java
import javax.swing.*;
import java.text.*;
import java.util.*;
public class Library {
public static void main (String args[])
{
GregorianCalendar borrowDate;
GregorianCalendar returnDate;
borrowDate = new GregorianCalendar (2015,9,18);
returnDate = new GregorianCalendar ();
//int m... | 689 | 0.679245 | 0.647315 | 39 | 16.692308 | 21.960516 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.897436 | false | false | 8 |
a3018b3cc013e6499ba672631a208e23a07e946d | 34,187,939,693,434 | 27ff24c2a03432191e7ff13408025edce986d26f | /src/main/java/controllers/NewStudentController.java | 86a57fe5e672759575eff79ee117863b9852799a | [] | no_license | viktor-konst/web-application | https://github.com/viktor-konst/web-application | b57056360a8b7f837b820c433db5c9d24cc3cda5 | 78892f997b57caa710ed18831a63ba1dd7add741 | refs/heads/master | 2023-03-31T18:05:15.133000 | 2021-04-09T20:22:33 | 2021-04-09T20:22:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import dataBase.DBManager;
import entity.Group;
import entity.Student;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java... | UTF-8 | Java | 2,209 | java | NewStudentController.java | Java | [] | null | [] | package controllers;
import dataBase.DBManager;
import entity.Group;
import entity.Student;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java... | 2,209 | 0.711634 | 0.711182 | 53 | 40.679245 | 36.370098 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.018868 | false | false | 8 |
3edc762ab79e8be30cad18c0f8469107e1455381 | 35,235,911,716,983 | c91ef390d1de8aa0514ae7b8492357cf2c3d5ed3 | /01. Java Advanced/14. StreamAPI - Exercises/src/p12_LittleJohn.java | ff87b3082ae0c67e39a0b0e607aebd289e3acec3 | [] | no_license | did0sh/Java-Development | https://github.com/did0sh/Java-Development | ad8778fdc3691e7e68b38742dee463018a95284c | 6e333f4daa5658f9124f6a145146b337888cfe58 | refs/heads/master | 2020-03-17T15:02:18.644000 | 2019-03-16T12:38:05 | 2019-03-16T12:38:05 | 133,696,032 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class p12_LittleJohn {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new Input... | UTF-8 | Java | 1,492 | java | p12_LittleJohn.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class p12_LittleJohn {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new Input... | 1,492 | 0.553619 | 0.543566 | 43 | 32.697674 | 23.094885 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674419 | false | false | 8 |
6a7b989576bca5257e48892aa067785d5c81a958 | 37,890,201,490,516 | 19c29428314062fc2c0fcafe291ab86cf5ae769f | /server/src/main/java/com/lsu/server/service/FileService.java | 2cdaf667946f2e04258e9c560a6eba73ffb0f4c1 | [] | no_license | wsuo/online-course | https://github.com/wsuo/online-course | c0a9d2481f87260293bdc6f2abfc566d73a598d8 | da25ae163ff5a574827c236e29170ddc4e425c8f | refs/heads/master | 2023-02-12T20:08:45.562000 | 2021-01-03T13:52:44 | 2021-01-03T13:52:44 | 302,608,123 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lsu.server.service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.lsu.server.domain.File;
import com.lsu.server.domain.FileExample;
import com.lsu.server.dto.FileDto;
import com.lsu.server.dto.PageDto;
import com.lsu.server.mapper.FileMapper;
import com.lsu.serv... | UTF-8 | Java | 3,154 | java | FileService.java | Java | [
{
"context": ";\nimport java.util.List;\n\n/**\n * 业务层\n *\n * @Author wang suo\n * @Date 2020/10/9 0009 20:49\n * @Version 1.0\n */",
"end": 586,
"score": 0.9997590780258179,
"start": 578,
"tag": "NAME",
"value": "wang suo"
}
] | null | [] | package com.lsu.server.service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.lsu.server.domain.File;
import com.lsu.server.domain.FileExample;
import com.lsu.server.dto.FileDto;
import com.lsu.server.dto.PageDto;
import com.lsu.server.mapper.FileMapper;
import com.lsu.serv... | 3,152 | 0.627217 | 0.621078 | 112 | 25.178572 | 19.515202 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 8 |
d99157813b0a55f29328fbc7554303c397784dda | 5,257,039,981,876 | 3c55308547286846e1e5b9ae13b390329655bd86 | /src/clases/Producto.java | 1bf0ea1fb91558fa8aa475aa86aa625f3cd13534 | [] | no_license | emixgg/miSistema | https://github.com/emixgg/miSistema | 3a97d0c4f7ec30a835b453dcbc7c8313e31c4e11 | 2582e0964a95a34054db3d3bbb0dd0e8d3f087de | refs/heads/master | 2016-08-07T11:53:12.212000 | 2015-08-07T00:43:49 | 2015-08-07T00:43:49 | 40,331,653 | 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 clases;
/**
*
* @author eramieri
*/
public class Producto {
private int Codigo;
private String Nomb... | UTF-8 | Java | 2,582 | java | Producto.java | Java | [
{
"context": "itor.\r\n */\r\npackage clases;\r\n\r\n/**\r\n *\r\n * @author eramieri\r\n */\r\npublic class Producto {\r\n private int ",
"end": 237,
"score": 0.9921175837516785,
"start": 229,
"tag": "USERNAME",
"value": "eramieri"
},
{
"context": " this.Codigo = Codigo;\r... | 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 clases;
/**
*
* @author eramieri
*/
public class Producto {
private int Codigo;
private String Nomb... | 2,582 | 0.597211 | 0.595275 | 117 | 20.068377 | 21.47299 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393162 | false | false | 8 |
d4306e9ed3022f566cb8b3963b14d3010c13dde9 | 28,114,855,961,924 | d1cd9f7d2678783cc9d7c09939ea77276e2bdeb1 | /src/main/java/com/promotions/models/ESPNumberItemsRequest.java | 2ef3d7091bb0e490cacb3f993f95255b949f7ca8 | [] | no_license | mobisoftb2b/B2BPricingJava | https://github.com/mobisoftb2b/B2BPricingJava | 82bb1ab9baf381bebeb91db639fec3bf424765b6 | b23d9259ac713c474388af0ed4674667cfc6928e | refs/heads/master | 2022-11-27T20:14:47.058000 | 2020-12-10T15:07:13 | 2020-12-10T15:07:13 | 205,111,318 | 0 | 0 | null | false | 2022-11-16T11:56:36 | 2019-08-29T07:56:54 | 2020-12-10T15:11:26 | 2022-11-16T11:56:33 | 143,727 | 0 | 0 | 3 | Java | false | false | package com.promotions.models;
public class ESPNumberItemsRequest {
public String ESPNumber;
}
| UTF-8 | Java | 100 | java | ESPNumberItemsRequest.java | Java | [] | null | [] | package com.promotions.models;
public class ESPNumberItemsRequest {
public String ESPNumber;
}
| 100 | 0.79 | 0.79 | 5 | 19 | 15.336231 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 8 |
5b871df82a6c62369b27258ac607dfc6dd500c5f | 32,590,211,902,254 | ddb9cd767c6e97ffd1c7db8f6e31f193f2492c4d | /src/main/java/nl/androidappfactory/designpatterns/command/Light.java | 9d48e2a58664ac5d752267a1946dfc5d63d5bea4 | [] | no_license | drummer0417/DesignPatterns | https://github.com/drummer0417/DesignPatterns | f5d93748247e8f58c7d2a5d666867f218c8dd152 | 19e20fb21d7fd1f3771d6ceacda651357e92e494 | refs/heads/master | 2021-09-10T15:09:52.216000 | 2018-03-28T08:41:12 | 2018-03-28T08:41:12 | 111,904,696 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.androidappfactory.designpatterns.command;
/**
*
* This is the Receiver
*
*/
public class Light {
private String status;
public void turnOn() {
status = "On";
}
public void turnOff() {
status = "Off";
}
public String getStatus() {
return status;
}
}
| UTF-8 | Java | 283 | java | Light.java | Java | [] | null | [] | package nl.androidappfactory.designpatterns.command;
/**
*
* This is the Receiver
*
*/
public class Light {
private String status;
public void turnOn() {
status = "On";
}
public void turnOff() {
status = "Off";
}
public String getStatus() {
return status;
}
}
| 283 | 0.64311 | 0.64311 | 23 | 11.304348 | 13.116319 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 8 |
91397644a2c5c5ab53e2e1457c8249b0165d40a9 | 24,455,543,833,944 | b808dd1098e596e213b3224d03851ce018d7ba30 | /src/org/xjd/client/OrderInputService.java | a3483220257e29aa84827ac141bad58197f5137e | [] | no_license | xx70235/OrderInterface | https://github.com/xx70235/OrderInterface | 52809ef11e89b92f0f10e0e11e558d81569d1cd5 | cc71834495da5ec43eff630c21e56c2ed13d95e7 | refs/heads/master | 2020-05-30T11:03:41.645000 | 2014-07-20T14:45:44 | 2014-07-20T14:45:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xjd.client;
import org.xjd.client.models.OrderFetchModel;
import org.xjd.client.models.OrderModel;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
@RemoteServiceRelativePath("OrderInput")
public interface OrderInputService extends Remo... | UTF-8 | Java | 401 | java | OrderInputService.java | Java | [] | null | [] | package org.xjd.client;
import org.xjd.client.models.OrderFetchModel;
import org.xjd.client.models.OrderModel;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
@RemoteServiceRelativePath("OrderInput")
public interface OrderInputService extends Remo... | 401 | 0.840399 | 0.840399 | 13 | 29.846153 | 25.690004 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 8 |
8d8e848b11875050c3c17c4978cb9775cecce446 | 9,560,597,216,397 | b4e59f050c45945902fe52a6b61ae5d3c24ee84c | /src/ua/kiev/prog/sample11/Sample11.java | 8091fb460931ba86989fda7ed1b393f91c6708ce | [
"Apache-2.0"
] | permissive | AlSidorenko/ThreadsWebinar | https://github.com/AlSidorenko/ThreadsWebinar | 390d90a01220fa0e13629126c66c16ee32542f42 | a19ec9e340941484edba863a8b5002108a9b1874 | refs/heads/master | 2020-05-03T05:29:31.662000 | 2019-03-30T22:25:40 | 2019-03-30T22:25:40 | 178,448,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.kiev.prog.sample11;
import ua.kiev.prog.sample10.Counter;
import java.util.Arrays;
import java.util.concurrent.CompletionService;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorCompletionService;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.E... | UTF-8 | Java | 1,708 | java | Sample11.java | Java | [
{
"context": "ture;\n\n/**\n * Created on 30.03.2019.\n *\n * @author Aleks Sidorenko (alek.sidorenko1979@gmail.com).\n * @version Id$.\n",
"end": 426,
"score": 0.9998703002929688,
"start": 411,
"tag": "NAME",
"value": "Aleks Sidorenko"
},
{
"context": "ted on 30.03.2019.\n *\n * @au... | null | [] | package ua.kiev.prog.sample11;
import ua.kiev.prog.sample10.Counter;
import java.util.Arrays;
import java.util.concurrent.CompletionService;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorCompletionService;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.E... | 1,678 | 0.594848 | 0.574941 | 57 | 28.964912 | 23.967789 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596491 | false | false | 8 |
d6d96401cf478d0d46c715dd0d247daf46bba17a | 31,353,261,320,862 | 1f360588496421d7f63d10f8233e9d98d4b5b83a | /src/main/java/com/xiagang/controller/ForeController.java | b0f85335141378609497b8d5958becc9b89743f9 | [] | no_license | LoveYourGang/tmall-ssm | https://github.com/LoveYourGang/tmall-ssm | 0c218f8be460f2cf918a2e180087e780a6d3d6fa | 713e0aa5b9c4d2d00e1fc46a71b7ea5954af6f82 | refs/heads/master | 2023-02-05T21:55:50.300000 | 2021-01-01T06:29:22 | 2021-01-01T06:29:26 | 320,616,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiagang.controller;
import com.xiagang.bean.*;
import com.xiagang.comparator.*;
import com.xiagang.service.*;
import com.xiagang.utils.Page;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Reques... | UTF-8 | Java | 14,290 | java | ForeController.java | Java | [] | null | [] | package com.xiagang.controller;
import com.xiagang.bean.*;
import com.xiagang.comparator.*;
import com.xiagang.service.*;
import com.xiagang.utils.Page;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Reques... | 14,290 | 0.578762 | 0.577215 | 403 | 34.285358 | 22.054083 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 8 |
9d0b66dc28ff0a173a7da7e95c205a612f647226 | 6,081,673,713,367 | 2120011c1558b1d5f580d28406b9ad868f714dda | /gulp-excel/src/com/azul/gulp/excel/GulpExcel.java | 9db1ebe80ec67604d0232d1e5e2e0247f91804ee | [] | no_license | dougqh/gulp | https://github.com/dougqh/gulp | 7d0894f16d086f1abb04e6c8f2afe176f0f09bc5 | 8856656b6edc65bb543d949e3ae7b77433950ec8 | refs/heads/master | 2020-04-01T20:58:46.088000 | 2019-07-23T12:05:13 | 2019-07-23T12:05:13 | 153,630,409 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.azul.gulp.excel;
import java.io.File;
import java.io.FileInputStream;
import com.azul.gulp.tables.GulpWorkbook;
public final class GulpExcel {
private GulpExcel() {}
public static final GulpWorkbook gulpFile(final String fileName) {
return gulpFile(new File(fileName));
}
public static f... | UTF-8 | Java | 914 | java | GulpExcel.java | Java | [] | null | [] | package com.azul.gulp.excel;
import java.io.File;
import java.io.FileInputStream;
import com.azul.gulp.tables.GulpWorkbook;
public final class GulpExcel {
private GulpExcel() {}
public static final GulpWorkbook gulpFile(final String fileName) {
return gulpFile(new File(fileName));
}
public static f... | 914 | 0.702407 | 0.702407 | 32 | 27.5625 | 25.723211 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 8 |
b25b237a261de02ce7d77308d91a4c6e64917bd5 | 5,712,306,511,608 | 6b755eaeaaf9d765661de1672b8f54dd5688ba9b | /app/src/main/java/com/hishd/emptyslot/activity_booking_private_parking.java | 0ea38d01f9b7d34427c267fae6fd780e0eae3556 | [] | no_license | hishd/emptyslot | https://github.com/hishd/emptyslot | 629ccfdee707d0bd2effeec3d58e2682379bfa21 | 7d65bd7efc89068e63ea86f6db8acf4e9248ac86 | refs/heads/master | 2020-11-27T21:39:28.480000 | 2020-02-20T09:09:45 | 2020-02-20T09:09:45 | 229,608,858 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hishd.emptyslot;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
import android... | UTF-8 | Java | 14,366 | java | activity_booking_private_parking.java | Java | [] | null | [] | package com.hishd.emptyslot;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
import android... | 14,366 | 0.622372 | 0.617639 | 327 | 42.93272 | 40.092728 | 338 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565749 | false | false | 8 |
c4fbf160500f48177824ee5897143f43e59f2f1f | 11,544,872,095,199 | d4b760f775b2d5947b4eefc3541d23ffbbb78479 | /src/com/devil/adapter/used/Test.java | ca02603b487bc70b23930411a1168458526853cb | [] | no_license | LuoShaoJie/DesignPattern | https://github.com/LuoShaoJie/DesignPattern | 2cba29a31a9777acb3006098955e8a5c84dd0fc7 | bd24a782d5ae8ed234e9ac8ec3ee6c8f0a0f8085 | refs/heads/master | 2020-11-27T17:14:25.298000 | 2019-12-22T09:33:59 | 2019-12-22T09:33:59 | 229,541,767 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.devil.adapter.used;
import com.devil.adapter.unuse.Forwards;
import com.devil.adapter.unuse.Guards;
import com.devil.adapter.unuse.Player;
/**
* Created by callmeDevil on 2019/8/4.
*/
public class Test {
public static void main(String[] args) {
Player b = new Forwards("巴蒂尔");
b.attac... | UTF-8 | Java | 586 | java | Test.java | Java | [
{
"context": "com.devil.adapter.unuse.Player;\n\n/**\n * Created by callmeDevil on 2019/8/4.\n */\npublic class Test {\n public s",
"end": 182,
"score": 0.9996805787086487,
"start": 171,
"tag": "USERNAME",
"value": "callmeDevil"
},
{
"context": " m.attack();\n\n Player ym =... | null | [] | package com.devil.adapter.used;
import com.devil.adapter.unuse.Forwards;
import com.devil.adapter.unuse.Guards;
import com.devil.adapter.unuse.Player;
/**
* Created by callmeDevil on 2019/8/4.
*/
public class Test {
public static void main(String[] args) {
Player b = new Forwards("巴蒂尔");
b.attac... | 586 | 0.606589 | 0.594961 | 22 | 22.454546 | 16.129383 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
6521ab99168ac1725e9468c1acebc234356d3737 | 24,558,623,038,056 | 565919f6110652e3f9e62229b0dedcec43a54f2a | /src/day39/Student.java | 199916176e911924bcd0c0b31b40d18aa5045abb | [] | no_license | fmadieva/JavaProgrammingB15Online | https://github.com/fmadieva/JavaProgrammingB15Online | 3ad2bcc799e07440cf399825cf151e6f4ec84c1f | 33cec58a1578012a047b3ae664fd33219bb9eacd | refs/heads/master | 2022-08-20T12:58:21.981000 | 2020-05-27T00:22:25 | 2020-05-27T00:22:25 | 255,457,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day39;
/*
* Anytime you create a class, it will become a blueprint for object
* and this class type can be a type for variable
* for example - String has its own class so we can create a String variable
* and assign a String object
*
* in here student become a blueprint for creating student object
* and any st... | UTF-8 | Java | 596 | java | Student.java | Java | [] | null | [] | package day39;
/*
* Anytime you create a class, it will become a blueprint for object
* and this class type can be a type for variable
* for example - String has its own class so we can create a String variable
* and assign a String object
*
* in here student become a blueprint for creating student object
* and any st... | 596 | 0.718121 | 0.713087 | 28 | 20.285715 | 27.869411 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
eda1d1e0a5e712f856f9671d953ee4661a1ef42a | 15,985,868,294,323 | 008a439c73abcea36c26ec9d1d45762b5ec903f4 | /lib/src/main/java/com/arun/practise/arrays/SpiralMatrix.java | 04250428cfae2af9f63b18c36ab3cbac4e3b7228 | [] | no_license | arunzingh/MySolutions | https://github.com/arunzingh/MySolutions | a1b09c6cbcf77336fb54c67d02e45b114c444673 | f1c64c7c6851970ac88bb6a88734dc9c2beb3872 | refs/heads/master | 2020-04-09T02:47:00.825000 | 2019-06-23T09:45:14 | 2019-06-23T09:45:14 | 159,953,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arun.practise.arrays;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class SpiralMatrix {
/**
* Given a matrix of m x n elements (m rows, n columns),
* return all elements of the matrix in spiral order.
... | UTF-8 | Java | 6,749 | java | SpiralMatrix.java | Java | [] | null | [] | package com.arun.practise.arrays;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class SpiralMatrix {
/**
* Given a matrix of m x n elements (m rows, n columns),
* return all elements of the matrix in spiral order.
... | 6,749 | 0.445844 | 0.398578 | 253 | 25.67589 | 21.996176 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 8 |
1e26ba9583712bda334b6c2a158f099e5027273b | 19,413,252,192,674 | 21947ac6f5b7ba04aba186931ad6c08e0c012d86 | /shiro-springboot-mybatis-authentication-Authorization/src/main/java/com/zhao/shirospringboot/controller/Index.java | ff640eb68092ac1524cfafdf8b07d9bc92af017c | [] | no_license | Chazz-John/jtw_shiro | https://github.com/Chazz-John/jtw_shiro | 0985361e4d9a8ef921b55f31bf985606ccb2a3bc | 807e29ff386a222825243e6ea4586852bdb6cc3e | refs/heads/master | 2023-01-13T21:08:06.389000 | 2020-11-11T14:32:26 | 2020-11-11T14:32:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhao.shirospringboot.controller;
import com.zhao.shirospringboot.config.PwdConfig;
import com.zhao.shirospringboot.entity.UserInfo;
import com.zhao.shirospringboot.service.UserInfoService;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.*;
import org.apache.shiro.authz.annotation.Requ... | UTF-8 | Java | 3,333 | java | Index.java | Java | [
{
"context": ".web.bind.annotation.ResponseBody;\n\n/**\n * @author chazz\n */\n@Controller\npublic class Index {\n\n @Autowi",
"end": 774,
"score": 0.999573826789856,
"start": 769,
"tag": "USERNAME",
"value": "chazz"
},
{
"context": " String s = \"hello,\"+token.getUsername()+\"... | null | [] | package com.zhao.shirospringboot.controller;
import com.zhao.shirospringboot.config.PwdConfig;
import com.zhao.shirospringboot.entity.UserInfo;
import com.zhao.shirospringboot.service.UserInfoService;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.*;
import org.apache.shiro.authz.annotation.Requ... | 3,332 | 0.664017 | 0.664017 | 97 | 32.721649 | 21.768105 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742268 | false | false | 8 |
61ca1edcb27deddc42560e6f75849f59f87dc2aa | 18,004,502,949,297 | 8798ac0e4514af1e6d09510aaa0dbcff2b77d498 | /admessage-app/src/main/java/com/adwork/microservices/admessage/dto/AdMessageDto.java | 64a52556a1067abecfcca52a43014b1229b2c3ef | [] | no_license | pavlser/adwork-microservices | https://github.com/pavlser/adwork-microservices | 221236fe8d3f40e789626151d5f252dd3965e56a | d1935374a197c1e269595b2dc004fecff1ea0f6f | refs/heads/master | 2020-04-06T19:35:32.533000 | 2018-11-26T15:26:29 | 2018-11-26T15:26:29 | 157,742,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adwork.microservices.admessage.dto;
import java.util.Date;
public class AdMessageDto {
public Long id;
public String title;
public String body;
public Integer likesCount;
public Integer dislikesCount;
public Integer commentsCount;
public String createdBy;
public Date createdDate;
pub... | UTF-8 | Java | 351 | java | AdMessageDto.java | Java | [] | null | [] | package com.adwork.microservices.admessage.dto;
import java.util.Date;
public class AdMessageDto {
public Long id;
public String title;
public String body;
public Integer likesCount;
public Integer dislikesCount;
public Integer commentsCount;
public String createdBy;
public Date createdDate;
pub... | 351 | 0.769231 | 0.769231 | 15 | 21.4 | 12.46221 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 8 |
f2943d16d92cde4e81efeaa24602993bf3ad863a | 25,271,587,634,604 | b50a06f1f905c24dd5d885fb5e48686d8c9c37ac | /src/com/sitech/busimngplat/model/dimension/service/ProductGroupServiceImpl.java | 55950f51660d019b8d145ccc60cb2f1f9532fc65 | [
"Apache-2.0"
] | permissive | guohao0204/guazcatv_mng | https://github.com/guohao0204/guazcatv_mng | bd96c798f157cffa942718c98bcf9680e2b0989e | 848e9f724a2e667ddf870da0bf3878b8f03b82c5 | refs/heads/master | 2019-01-12T21:10:31.461000 | 2016-05-30T06:32:25 | 2016-05-30T06:32:25 | 52,336,636 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sitech.busimngplat.model.dimension.service;
import java.lang.reflect.InvocationTargetException;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;... | GB18030 | Java | 27,160 | java | ProductGroupServiceImpl.java | Java | [] | null | [] | package com.sitech.busimngplat.model.dimension.service;
import java.lang.reflect.InvocationTargetException;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;... | 27,160 | 0.68785 | 0.686338 | 902 | 28.325943 | 26.005888 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456763 | false | false | 8 |
52debad4f5acf12ea4faa9ce232bec5e81677ae9 | 21,904,333,263,533 | 890b7c3a13919183c2c4826854f0f2951f5f5c25 | /Projekt/Sort/src/com/company/Main.java | 9ae031abc64678fef4fda0beeb9f935a9bd6f73d | [] | no_license | mikearson/Projekt-Java-grundkurs | https://github.com/mikearson/Projekt-Java-grundkurs | a0dd4b5400ea28e90d646ceeb29685ccfac30b30 | e51235c18b982e67e165dce232c6272093b47f3b | refs/heads/master | 2020-09-15T07:43:19.236000 | 2019-11-22T10:58:02 | 2019-11-22T10:58:02 | 223,383,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<B> list = new ArrayList<B>();
ArrayList<? super C> xList = list;
Integer[] intValues = {17, 3, 9 , 15, 8, 11};
String[] stringBalues = {"John", "Alice", "Zeu... | UTF-8 | Java | 1,025 | java | Main.java | Java | [
{
"context": "9 , 15, 8, 11};\n String[] stringBalues = {\"John\", \"Alice\", \"Zeus\", \"Tom\", \"Breda\"};\n Bubbl",
"end": 304,
"score": 0.9998793601989746,
"start": 300,
"tag": "NAME",
"value": "John"
},
{
"context": "8, 11};\n String[] stringBalues = {\"John... | null | [] | package com.company;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<B> list = new ArrayList<B>();
ArrayList<? super C> xList = list;
Integer[] intValues = {17, 3, 9 , 15, 8, 11};
String[] stringBalues = {"John", "Alice", "Zeu... | 1,025 | 0.556098 | 0.541463 | 42 | 23.404762 | 21.587099 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 8 |
1cbcec3cc1a59e78a5802b914b6ee9f2d76c697d | 21,904,333,262,560 | dec9a148a33ed331fdf443e9e8c5b4b80c1352e6 | /src/main/java/mods/natura/blocks/NSlabBase.java | 07d959f5c3eeff06b2e6c6019248ce81e4ee9713 | [
"CC-BY-4.0",
"CC-BY-3.0",
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | jss2a98aj/Nature | https://github.com/jss2a98aj/Nature | af44039bd8f531ab9fda6e1ebfbe5f2eb04344da | e167c3f4f7496accb3c4c48663b1faa18c2aecaa | refs/heads/master | 2021-01-16T15:40:19.255000 | 2020-03-01T00:26:57 | 2020-03-01T00:26:57 | 243,171,181 | 5 | 1 | NOASSERTION | true | 2020-02-26T04:49:26 | 2020-02-26T04:49:26 | 2019-06-03T07:59:51 | 2016-01-11T00:45:53 | 2,303 | 0 | 0 | 0 | null | false | false | package mods.natura.blocks;
import java.util.List;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import mods.natura.common.NContent;
import mods.natura.items.blocks.PlankSlabItem;
import mods.natura.items.blocks.PlankSlabItemExt;
import... | UTF-8 | Java | 4,363 | java | NSlabBase.java | Java | [] | null | [] | package mods.natura.blocks;
import java.util.List;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import mods.natura.common.NContent;
import mods.natura.items.blocks.PlankSlabItem;
import mods.natura.items.blocks.PlankSlabItemExt;
import... | 4,363 | 0.666285 | 0.642677 | 106 | 40.160378 | 38.138065 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 8 |
89592eb1fb8516fd86ad8cfbbd8cca3508c8044e | 3,281,355,075,962 | a35ef9d06e643ef046660095c7bd6fa3181aac37 | /app/src/main/java/com/linzhi/common/NetworkManager.java | 5ba9702805219b36a1903e7a8dca2f04198fdf4f | [] | no_license | 66668/Linzhi | https://github.com/66668/Linzhi | 1d015de487d1b76a874ab8a16f247d5e390fdc4f | c859dcbcffd9cd2828f2f430bf81113d44615bbd | refs/heads/master | 2021-01-19T12:01:02.359000 | 2018-01-13T11:54:15 | 2018-01-13T11:54:15 | 88,014,593 | 4 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linzhi.common;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class NetworkManager {
private NetworkManager(){}
//判断是否有网络(UserHelper在线登录),返回boolean
public static boolean isNetworkAvailable(Context context) {
boolean result = false;
///... | UTF-8 | Java | 1,117 | java | NetworkManager.java | Java | [] | null | [] | package com.linzhi.common;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class NetworkManager {
private NetworkManager(){}
//判断是否有网络(UserHelper在线登录),返回boolean
public static boolean isNetworkAvailable(Context context) {
boolean result = false;
///... | 1,117 | 0.69001 | 0.68898 | 33 | 28.424242 | 26.349665 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.969697 | false | false | 8 |
0a9dafb5a057f5a4250d60467fce744c000ef331 | 3,281,355,073,604 | 91b9065a8b41c83043ab5c0257301028a87dca55 | /src/com/ds/basic/SumConsecutiveElements.java | 86b7ab3a2e41d2c06b7c3dc74e1a214fe805dfc6 | [] | no_license | ankit249/Algorithms | https://github.com/ankit249/Algorithms | 87466184876823d0198a5c25987db7be03f10320 | 2ee9aeb938e1b9b11528c40ea5350701899994fe | refs/heads/master | 2021-07-16T19:22:09.539000 | 2021-03-17T04:51:21 | 2021-03-17T04:51:21 | 53,219,755 | 3 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ds.basic;
public class SumConsecutiveElements {
public static boolean solution(int[] a, int target) {
if (a.length == 0) {
return target == 0;
}
int lo = 0;
int hi = 0;
int sum = a[0];
if (sum == target) {
return true;
}
while (hi < a.length) {
if (sum > target) {
sum -= a[lo]... | UTF-8 | Java | 594 | java | SumConsecutiveElements.java | Java | [] | null | [] | package com.ds.basic;
public class SumConsecutiveElements {
public static boolean solution(int[] a, int target) {
if (a.length == 0) {
return target == 0;
}
int lo = 0;
int hi = 0;
int sum = a[0];
if (sum == target) {
return true;
}
while (hi < a.length) {
if (sum > target) {
sum -= a[lo]... | 594 | 0.516835 | 0.5 | 34 | 16.470589 | 15.010262 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.764706 | false | false | 8 |
7086d818316b79ad4eca43a2957712ce574ada6c | 22,600,117,978,837 | f19cca195c1f6c66582eda1d105bf015f2e045c1 | /weixin/weixin-abframe/src/main/java/com/xuchunchun/abframe/service/AclLoginstrategyService.java | ff7046e1fe46a87da3b3ddda9f46f8939856207d | [] | no_license | uwitec/weixin-platform | https://github.com/uwitec/weixin-platform | 989d611f4942fc592abdfe1a702d9cce59b8ecff | 94e520eca32f2c0252287906896dfbb72f8d59ac | refs/heads/master | 2021-01-01T19:06:34.069000 | 2013-07-28T09:19:15 | 2013-07-28T09:19:15 | 41,207,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuchunchun.abframe.service;
import java.util.List;
import java.util.Map;
import com.xuchunchun.abframe.db.entity.AclLoginstrategy;
import com.xuchunchun.abframe.web.vo.AclLoginstrategyVo;
public interface AclLoginstrategyService {
public void add(AclLoginstrategy aclLoginstrategy);
public v... | UTF-8 | Java | 858 | java | AclLoginstrategyService.java | Java | [] | null | [] | package com.xuchunchun.abframe.service;
import java.util.List;
import java.util.Map;
import com.xuchunchun.abframe.db.entity.AclLoginstrategy;
import com.xuchunchun.abframe.web.vo.AclLoginstrategyVo;
public interface AclLoginstrategyService {
public void add(AclLoginstrategy aclLoginstrategy);
public v... | 858 | 0.800699 | 0.800699 | 24 | 33.75 | 28.888075 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 8 |
f99639d82bc5507b5120d8e9a8498ad046b490c0 | 15,187,004,419,944 | 63bb099e20fca19975f076e0228b2ed837b7f71d | /src/main/java/com/codvision/terminal/service/FirmnameService.java | 6d5b3e57075b31be89acc30d636d19765b13cbf4 | [] | no_license | bellmit/IOT-2 | https://github.com/bellmit/IOT-2 | dfd9093e535dab6341d92166a9361a6e9a1a09d4 | 225277b7455b7d2fb578f230a2e5b8866047de65 | refs/heads/master | 2022-04-08T14:57:16.581000 | 2019-04-10T06:26:10 | 2019-04-10T06:26:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codvision.terminal.service;
public interface FirmnameService {
}
| UTF-8 | Java | 78 | java | FirmnameService.java | Java | [] | null | [] | package com.codvision.terminal.service;
public interface FirmnameService {
}
| 78 | 0.820513 | 0.820513 | 4 | 18.5 | 18.090052 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
cea41174fb4a502a21d85a73b38d2e81c3934b01 | 15,187,004,419,180 | f36647ba39ba9c79762ac572f7f982523b45132e | /ChatClient/src/com/client/view/controller/DialogHandler.java | 92496193273bcba1ca9d71e4318054def503f4f7 | [] | no_license | awagdii/ChatProject | https://github.com/awagdii/ChatProject | 83ae844a9e009eedeb4476aee6725a61fd9633d8 | 72af626f289951585ecdfd8962b2b12965afaf32 | refs/heads/master | 2022-01-08T04:10:07.603000 | 2019-05-29T06:02:54 | 2019-05-29T06:02:54 | null | 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.client.view.controller;
import chatclient.ChatClient;
import java.io.IOException;
import java.util.logging.Level;
import j... | UTF-8 | Java | 3,395 | java | DialogHandler.java | Java | [
{
"context": "mport javafx.stage.WindowEvent;\n\n/**\n *\n * @author Shall\n */\npublic class DialogHandler extends AnchorPane ",
"end": 784,
"score": 0.9074622988700867,
"start": 779,
"tag": "NAME",
"value": "Shall"
}
] | 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.client.view.controller;
import chatclient.ChatClient;
import java.io.IOException;
import java.util.logging.Level;
import j... | 3,395 | 0.536966 | 0.536966 | 102 | 32.284313 | 27.528374 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
0d8d08ab89dff07a44d86791e98bd1b3e8ea4d76 | 32,830,730,065,708 | 5cba45fb0c825ea9483c7fe82da2aea8c07a5167 | /microservice-task/rainbow-job-service/src/main/java/com/rainbow/job/service/service/JobLogService.java | 96e107dbecc9c19c37db2657a013a78a3af7cf79 | [
"Apache-2.0"
] | permissive | Lijie002/microservice | https://github.com/Lijie002/microservice | 38c9630eee056f3a8ab268daa2875e24f1e05b7e | f5d660e31dccce1ae5ee594527418d202cba263a | refs/heads/main | 2023-04-21T02:26:58.781000 | 2021-05-19T16:48:59 | 2021-05-19T16:48:59 | 365,566,864 | 0 | 0 | Apache-2.0 | false | 2021-05-10T16:52:50 | 2021-05-08T16:55:16 | 2021-05-08T16:55:19 | 2021-05-10T16:52:50 | 5 | 0 | 0 | 0 | null | false | false | package com.rainbow.job.service.service;
import com.rainbow.job.api.entity.JobLog;
/**
* @Description jobLog 业务层接口
* @author liuhu
* @Date 2020-6-28 15:02:16
*/
public interface JobLogService {
/**
* @Description 保存任务
* @author liuhu
* @createTime 2020-06-28 15:29:49
* @param jobLog
* ... | UTF-8 | Java | 397 | java | JobLogService.java | Java | [
{
"context": "bLog;\n\n/**\n* @Description jobLog 业务层接口\n* @author liuhu\n* @Date 2020-6-28 15:02:16\n*/\npublic interface J",
"end": 134,
"score": 0.9936968684196472,
"start": 129,
"tag": "USERNAME",
"value": "liuhu"
},
{
"context": " {\n /**\n * @Description 保存任务\n * ... | null | [] | package com.rainbow.job.service.service;
import com.rainbow.job.api.entity.JobLog;
/**
* @Description jobLog 业务层接口
* @author liuhu
* @Date 2020-6-28 15:02:16
*/
public interface JobLogService {
/**
* @Description 保存任务
* @author liuhu
* @createTime 2020-06-28 15:29:49
* @param jobLog
* ... | 397 | 0.641161 | 0.569921 | 19 | 18.947369 | 14.087971 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 8 |
9a47f219a6f0c05a530b7be6c6d0a20b2673d4b7 | 1,073,741,835,243 | 449a150200bde89df308a77e6da87938edb3656c | /src/main/java/com/redflaggroup/iwcms/dao/iwpro/EnquiryDaoImpl.java | 767cacd42c78c77d5f49794c792ac0a223f83595 | [] | no_license | goldthelocks/test-repo | https://github.com/goldthelocks/test-repo | 0866df5d384a2d8041fe2f2237ee85046e1618a7 | 2d223ecb8921887051e541dfbffd3f39cfea1dd0 | refs/heads/master | 2020-03-11T04:05:10.521000 | 2018-04-16T15:55:38 | 2018-04-16T15:55:38 | 129,768,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
* Copyright 2017 The Red Flag Group (http://www.redflaggroup.com)
*
* You may not use this file except in compliance with the terms of your service agreement with The Red Flag Group
*
*/
package com.redflaggroup.iwcms.dao.iwpro;
import com.redflaggroup.iwcms.container.iwpro.enquiry.EnquiryContainer;
import com.... | UTF-8 | Java | 56,777 | java | EnquiryDaoImpl.java | Java | [
{
"context": "work.stereotype.Repository;\r\n\r\n/**\r\n *\r\n * @author user2\r\n */\r\n@Repository\r\npublic class EnquiryDaoImpl ex",
"end": 1940,
"score": 0.9993994235992432,
"start": 1935,
"tag": "USERNAME",
"value": "user2"
}
] | null | [] |
/*
* Copyright 2017 The Red Flag Group (http://www.redflaggroup.com)
*
* You may not use this file except in compliance with the terms of your service agreement with The Red Flag Group
*
*/
package com.redflaggroup.iwcms.dao.iwpro;
import com.redflaggroup.iwcms.container.iwpro.enquiry.EnquiryContainer;
import com.... | 56,777 | 0.608046 | 0.602762 | 1,013 | 54.055283 | 44.780289 | 240 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.661402 | false | false | 8 |
ac0d683502811957879e17289400f03415290493 | 29,729,763,662,854 | 3a9d6bfbde19ecf6849a83f3f118a371bb64b109 | /Trees/BinaryTreetoDLL.java | 13f492640eeba80adc0686ca2ce48c63464b879c | [] | no_license | Auroshis/JAVA | https://github.com/Auroshis/JAVA | b0ada6d7d8ae66c14a09bcf736d87060f09a379b | 23d2d7a2ff136d928125f3b5290bf996b1765dd4 | refs/heads/master | 2020-12-30T02:30:48.775000 | 2020-04-27T17:10:04 | 2020-04-27T17:10:04 | 238,829,952 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class GfG
{
Node head;
void Util(Node node){
if(node==null) return;
Util(node.right);
node.right = head;
if (head != null)
(head).left = node;
head = node;
// Recursively convert left subtree
Util(node.left);
}
Node bToDLL(No... | UTF-8 | Java | 486 | java | BinaryTreetoDLL.java | Java | [] | null | [] | class GfG
{
Node head;
void Util(Node node){
if(node==null) return;
Util(node.right);
node.right = head;
if (head != null)
(head).left = node;
head = node;
// Recursively convert left subtree
Util(node.left);
}
Node bToDLL(No... | 486 | 0.497942 | 0.497942 | 26 | 17.73077 | 11.450756 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 8 |
8dfa78bb521b8277939bad75c8df59ddec993aee | 29,180,007,844,114 | abc594f8721e4bfae9e554a5ad5363726810dcad | /src/main/java/ru/hse/edu/myurachinskiy/models/keys/EmptyKey.java | 2972af5a315b408cf7dbb718638633e0f9b5b653 | [] | no_license | myrachins/UX_virtual_keyboard | https://github.com/myrachins/UX_virtual_keyboard | 32831ede4aa322cec6994183b230b2aa392bfa83 | 751a7bd78fb402d1df47b2a943e39da4e51faf52 | refs/heads/master | 2022-10-20T14:23:55.191000 | 2020-07-27T16:18:42 | 2020-07-27T16:18:42 | 250,488,701 | 1 | 0 | null | false | 2020-04-06T17:25:03 | 2020-03-27T09:09:50 | 2020-04-04T18:28:55 | 2020-04-06T17:25:02 | 35 | 1 | 0 | 0 | Java | false | false | package ru.hse.edu.myurachinskiy.models.keys;
import ru.hse.edu.myurachinskiy.models.keyboards.Keyboard;
public class EmptyKey extends Key {
public EmptyKey() {
super("");
}
@Override
public void pressKey(Keyboard keyboard) { }
}
| UTF-8 | Java | 256 | java | EmptyKey.java | Java | [] | null | [] | package ru.hse.edu.myurachinskiy.models.keys;
import ru.hse.edu.myurachinskiy.models.keyboards.Keyboard;
public class EmptyKey extends Key {
public EmptyKey() {
super("");
}
@Override
public void pressKey(Keyboard keyboard) { }
}
| 256 | 0.695313 | 0.695313 | 11 | 22.272728 | 20.032206 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 8 |
8b8aa79220e6e6b6a606b1ee4068fe58e2f062f3 | 9,371,618,687,342 | ca635789d9e641a888280646317524af70fe3647 | /eReleveWeb/src/eReleveEJB/RegisterAdminForm.java | 4fa343b3b981b78364756443452174cae863c0ec | [] | no_license | mmusb/eReleve | https://github.com/mmusb/eReleve | d4942d556522b70a63242bcb568fca9cce1a4e54 | e38b125008bbf3f3262b57aeef9652df7ac1030b | refs/heads/master | 2016-09-06T23:34:33.422000 | 2015-06-15T19:14:56 | 2015-06-15T19:14:56 | 37,484,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eReleveEJB;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.RequestScoped;
import eReleveEJB.AdminFlowRemote.State;
@ManagedBean(name="registerAdminForm")
@RequestScoped
public class RegisterAdm... | MacCentralEurope | Java | 2,240 | java | RegisterAdminForm.java | Java | [
{
"context": "renom;\n\t}\n\tpublic String getUsernameA() {\n\t\treturn usernameA;\n\t}\n\tpublic void setUsernameA(String username) {",
"end": 1392,
"score": 0.7866244316101074,
"start": 1384,
"tag": "USERNAME",
"value": "username"
},
{
"context": "Password1A(String password1) {\n\t... | null | [] | package eReleveEJB;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.RequestScoped;
import eReleveEJB.AdminFlowRemote.State;
@ManagedBean(name="registerAdminForm")
@RequestScoped
public class RegisterAdm... | 2,241 | 0.711925 | 0.704332 | 120 | 17.658333 | 15.726567 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.708333 | false | false | 8 |
ec7d193bc4d25ebe8c5c35df974f158aff71ef7e | 6,390,911,354,822 | ef732e6b1d52d93edf111f07b871c5e40f2ebe75 | /Ticket.java | 8d7d5843496dec8353fb943a41303d7c7ed9a77b | [] | no_license | susandriskill/itc-115-assignment-10 | https://github.com/susandriskill/itc-115-assignment-10 | 8b6b7027880d125b27e3f6a8fb53dd98ba6245fd | 292a9eeb6d506d51473367d4c5921e5bb049a4c3 | refs/heads/master | 2021-04-21T08:55:44.615000 | 2020-03-24T20:00:11 | 2020-03-24T20:00:11 | 249,767,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //------------------------------------------------------------------------------
//A Ticket represents a ticket with a ticket number.
public abstract class Ticket {
//Fields:
private int ticketNumber;
//Constructors:
public Ticket(int ticketNumber) {
this.ticketNumber = ticketNumber;
}
//Getters:
publi... | UTF-8 | Java | 456 | java | Ticket.java | Java | [] | null | [] | //------------------------------------------------------------------------------
//A Ticket represents a ticket with a ticket number.
public abstract class Ticket {
//Fields:
private int ticketNumber;
//Constructors:
public Ticket(int ticketNumber) {
this.ticketNumber = ticketNumber;
}
//Getters:
publi... | 456 | 0.585526 | 0.585526 | 24 | 18.041666 | 19.886091 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 8 |
22d0325eb3ffb1e747039ba2c4203d07df55346b | 8,074,538,558,331 | 6420624112a73018e4cb6964d91f4f79fd254904 | /014/src/main/java/com/wusd/dao/UserDao.java | 721900d65de617efe5dd2d94d2c7d8d7e00adc01 | [] | no_license | wsd5656126/java-architects-first-stage | https://github.com/wsd5656126/java-architects-first-stage | 54e66a45330fe1cd99b88bd948a348fe071597f8 | 21bcd2754a1ea7f6a21469a3b7304fe908d5a4e6 | refs/heads/master | 2021-06-13T18:55:27.291000 | 2019-07-12T05:13:28 | 2019-07-12T05:13:28 | 194,967,280 | 1 | 0 | null | false | 2021-06-07T16:55:10 | 2019-07-03T02:43:14 | 2020-01-04T07:36:46 | 2021-06-07T16:55:09 | 7,826 | 1 | 0 | 10 | Java | false | false | package com.wusd.dao;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Repository;
@Slf4j
@Repository
public class UserDao {
private boolean flag;
public void add() {
log.info("UserDao.add...flag:{}", flag);
}
public void setFlag(boolean flag) {
log.info("UserD... | UTF-8 | Java | 379 | java | UserDao.java | Java | [] | null | [] | package com.wusd.dao;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Repository;
@Slf4j
@Repository
public class UserDao {
private boolean flag;
public void add() {
log.info("UserDao.add...flag:{}", flag);
}
public void setFlag(boolean flag) {
log.info("UserD... | 379 | 0.643799 | 0.635884 | 19 | 18.947369 | 17.190798 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 8 |
d25d7bac866f30f87f05310fbc73f03aac16b246 | 3,238,405,387,907 | daec595468e5816e562dadb99ff5f8f1cce67f03 | /src/main/java/com/customer/netty/chat/NettyChatServerHandler.java | 7b3a36d90b34684283cedcbdacaba99c2b7051a6 | [] | no_license | peterAndzeze/javaBase | https://github.com/peterAndzeze/javaBase | 7ea8d57c03e30958040dc4262a88d03450d3d728 | 8c98f63bf6c8a7c3768d3c58f02f1e25797a45e3 | refs/heads/master | 2022-06-27T01:36:01.891000 | 2022-04-01T13:43:47 | 2022-04-01T13:43:47 | 101,944,300 | 0 | 1 | null | false | 2022-06-17T03:34:57 | 2017-08-31T01:13:47 | 2021-10-11T00:15:32 | 2022-06-17T03:34:57 | 515 | 0 | 1 | 2 | Java | false | false | package com.customer.netty.chat;
import io.netty.channel.Channel;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import java.util.ArrayList;
import java.util.List;
/**
* 聊天室服务端业务处理类
*/
public class NettyChatServerHandler extends SimpleChannelInboundHandler {
... | UTF-8 | Java | 2,223 | java | NettyChatServerHandler.java | Java | [] | null | [] | package com.customer.netty.chat;
import io.netty.channel.Channel;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import java.util.ArrayList;
import java.util.List;
/**
* 聊天室服务端业务处理类
*/
public class NettyChatServerHandler extends SimpleChannelInboundHandler {
... | 2,223 | 0.621945 | 0.61955 | 79 | 25.417721 | 27.059525 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265823 | false | false | 8 |
a15a26efe9402fe7f33fe1ee19aac86456ca93b0 | 32,203,664,830,070 | 538e6c00dbe90645737f268bf22696a7cf840ee1 | /src/main/java/dev/stasys/shipmentdiscount/rules/AllSShipmentsMathLowestSPackagePriceRule.java | 9ce2e90202243a93acecefbebc3418ced117b7ed | [] | no_license | stasys-skliutas/int-shipment-discount-module | https://github.com/stasys-skliutas/int-shipment-discount-module | fc7fbbb144a13e80ca72966cd1f5d4f416d0feb9 | bd05bdd2daedb413aaba91bafae46f3944a89ac2 | refs/heads/master | 2022-04-24T00:53:53.557000 | 2020-04-26T06:50:49 | 2020-04-27T06:35:29 | 255,125,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.stasys.shipmentdiscount.rules;
import dev.stasys.shipmentdiscount.Discount;
import dev.stasys.shipmentdiscount.PackageSize;
import dev.stasys.shipmentdiscount.ShipmentPrices;
import dev.stasys.shipmentdiscount.Transaction;
import java.math.BigDecimal;
/**
* All S shipments should always match the lowest... | UTF-8 | Java | 1,126 | java | AllSShipmentsMathLowestSPackagePriceRule.java | Java | [] | null | [] | package dev.stasys.shipmentdiscount.rules;
import dev.stasys.shipmentdiscount.Discount;
import dev.stasys.shipmentdiscount.PackageSize;
import dev.stasys.shipmentdiscount.ShipmentPrices;
import dev.stasys.shipmentdiscount.Transaction;
import java.math.BigDecimal;
/**
* All S shipments should always match the lowest... | 1,126 | 0.769982 | 0.769982 | 32 | 34.1875 | 35.197155 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
af7576ccf9e569a617d43106786f3102d5675fc5 | 32,203,664,830,336 | 08fba68f7c16e2a39b72e7f7137f80ed473a0e8c | /core/src/main/java/org/blh/core/formula/volumes/totalpot/VolumeInPotPreBoilBIAB.java | 7c33c5bd225d59e5a45b9c992719200dbd871c54 | [] | no_license | cemoulto/BrewersLittleHelper | https://github.com/cemoulto/BrewersLittleHelper | 9a861bb85698a2be54d6160c1b6a0a66964458eb | 2825c4d4cf384c6f6d46164373c5c59ea3bb621f | refs/heads/master | 2021-05-29T04:49:15.235000 | 2015-06-03T18:45:43 | 2015-06-03T18:46:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.blh.core.formula.volumes.totalpot;
import org.blh.core.unit.Factor;
import org.blh.core.unit.volume.Liters;
import org.blh.core.unit.weight.Kilograms;
/**
* Calculates how much volume is in the pot before boiling when using BIAB.
*
* @author Erik Larkö <erik.larko@purplescout.se>
* @since Jul 17, 2013... | UTF-8 | Java | 694 | java | VolumeInPotPreBoilBIAB.java | Java | [
{
"context": " pot before boiling when using BIAB.\n *\n * @author Erik Larkö <erik.larko@purplescout.se>\n * @since Jul 17, 201",
"end": 269,
"score": 0.9998838305473328,
"start": 259,
"tag": "NAME",
"value": "Erik Larkö"
},
{
"context": "oiling when using BIAB.\n *\n * @author Erik... | null | [] | package org.blh.core.formula.volumes.totalpot;
import org.blh.core.unit.Factor;
import org.blh.core.unit.volume.Liters;
import org.blh.core.unit.weight.Kilograms;
/**
* Calculates how much volume is in the pot before boiling when using BIAB.
*
* @author <NAME> <<EMAIL>>
* @since Jul 17, 2013 10:08:37 PM
*/
publi... | 671 | 0.709957 | 0.691198 | 24 | 27.875 | 28.657913 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
88f5decbb27b9382866aa74a73dc09c182c8faf4 | 3,435,973,864,732 | 20606384a9825b6cf00f85baf3ebefcb13ed8655 | /sourcecode/ex52solution/src/test/java/com/ticketmanor/service/ShoppingCartIT.java | bb2888daec1a9834fb5250bd3294bedf270cc5fe | [
"MIT",
"BSD-2-Clause"
] | permissive | IanDarwin/CourseFiles936 | https://github.com/IanDarwin/CourseFiles936 | 4b3c2569940620e40835d0e3bdad9644ce93f47e | d9db5d08e1b39b6cb6c649e3e4d44bc4f127c89c | refs/heads/master | 2023-07-06T05:20:10.255000 | 2023-06-28T01:16:39 | 2023-06-28T01:16:39 | 44,605,446 | 0 | 0 | BSD-2-Clause | false | 2022-11-24T14:10:19 | 2015-10-20T12:43:01 | 2022-01-07T00:01:37 | 2022-11-24T14:10:18 | 2,018 | 0 | 0 | 0 | HTML | false | false | package com.ticketmanor.service;
import javax.naming.InitialContext;
import org.junit.Before;
import org.junit.BeforeClass;
/**
* Let's try to re-use all the tests in the ShoppingCartTest
* by subclassing it.
*/
public class ShoppingCartIT extends ShoppingCartTest {
private static final String LOOKUP_STRING =
... | UTF-8 | Java | 1,147 | java | ShoppingCartIT.java | Java | [] | null | [] | package com.ticketmanor.service;
import javax.naming.InitialContext;
import org.junit.Before;
import org.junit.BeforeClass;
/**
* Let's try to re-use all the tests in the ShoppingCartTest
* by subclassing it.
*/
public class ShoppingCartIT extends ShoppingCartTest {
private static final String LOOKUP_STRING =
... | 1,147 | 0.734961 | 0.730602 | 40 | 27.674999 | 26.781885 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 8 |
e765ea7d0601ec53e30d438a89b0af161cab2eed | 6,871,947,682,610 | b4c2b5bbbdfd61d6eef61b476dc76ded557ef102 | /src/main/java/com/cg/creditcard/entity/Statement.java | 65232c25a75bc6d347e64c3c40944a94f74bec37 | [] | no_license | steverogers2597/CreditCardProjectApp | https://github.com/steverogers2597/CreditCardProjectApp | 9d1c81bf41dd2a19f2048b30c5da089a5af1a0e0 | cbef1d859f1a085c3545bfd3d3e8537b77e51d21 | refs/heads/master | 2023-05-04T01:51:42.069000 | 2021-05-22T12:34:09 | 2021-05-22T12:34:09 | 369,804,935 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.creditcard.entity;
import java.time.LocalDate;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
im... | UTF-8 | Java | 1,891 | java | Statement.java | Java | [] | null | [] | package com.cg.creditcard.entity;
import java.time.LocalDate;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
im... | 1,891 | 0.741407 | 0.741407 | 88 | 20.488636 | 21.059977 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 8 |
4b2e193065139bf33b18e6d860c2b4a9e1c00a7a | 13,537,736,960,947 | 2a7e413a4ad79443f55b1806f53ed96b846ab2b2 | /GeoProblemSolving-back/src/main/java/cn/edu/njnu/geoproblemsolving/comparison/dao/computablemodel/IComputableModelDao.java | deafbde41eef5f2e07d276fd30afe151ddf04a75 | [] | no_license | SuilandCoder/GeoProblemSolving_CMIP | https://github.com/SuilandCoder/GeoProblemSolving_CMIP | 62cfebea4c29ba8f0e8f87e9f5485da33756d93a | 9ed5ed60aebe6d871f44aa832a2d6907cce97739 | refs/heads/master | 2022-12-13T14:57:16.425000 | 2020-04-19T06:50:16 | 2020-04-19T06:50:16 | 211,809,738 | 0 | 0 | null | false | 2022-12-10T06:30:15 | 2019-09-30T08:13:58 | 2020-04-19T06:50:20 | 2022-12-10T06:30:15 | 37,330 | 0 | 0 | 36 | JavaScript | false | false | package cn.edu.njnu.geoproblemsolving.comparison.dao.computablemodel;
import cn.edu.njnu.geoproblemsolving.comparison.entity.CmpItem;
import cn.edu.njnu.geoproblemsolving.comparison.entity.ComputableModel;
import cn.edu.njnu.geoproblemsolving.comparison.entity.ModelState;
import java.util.List;
/**
* @Author: SongJ... | UTF-8 | Java | 1,059 | java | IComputableModelDao.java | Java | [
{
"context": "delState;\n\nimport java.util.List;\n\n/**\n * @Author: SongJie\n * @Description:\n * @Date: Created in 19:57 2019/",
"end": 322,
"score": 0.7219826579093933,
"start": 315,
"tag": "NAME",
"value": "SongJie"
}
] | null | [] | package cn.edu.njnu.geoproblemsolving.comparison.dao.computablemodel;
import cn.edu.njnu.geoproblemsolving.comparison.entity.CmpItem;
import cn.edu.njnu.geoproblemsolving.comparison.entity.ComputableModel;
import cn.edu.njnu.geoproblemsolving.comparison.entity.ModelState;
import java.util.List;
/**
* @Author: SongJ... | 1,059 | 0.79509 | 0.782814 | 35 | 29.257143 | 29.138432 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 8 |
6476625a68d15569d8c5e86f437c9693f6eb10f9 | 15,169,824,496,056 | 72e46f9e9385a266f4b1e5fe0abf1fe8de776846 | /haifa-cache/src/main/java/org/wrj/haifa/redis/redisson/RedissonTest.java | c0f49db2b620db09315a9ab8cfc5ac4c9220db59 | [
"MIT"
] | permissive | wangrenjun12/haifa | https://github.com/wangrenjun12/haifa | 5676259c632083da726ce5e8592239b0ca71e756 | e0bf6f245014d98b1f867388de38fcc5cd411b95 | refs/heads/master | 2022-06-02T15:49:39.184000 | 2022-04-13T10:39:58 | 2022-04-13T10:39:58 | 87,405,091 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wrj.haifa.redis.redisson;
import org.redisson.Redisson;
import org.redisson.api.RList;
import org.redisson.api.RedissonClient;
import org.redisson.config.Config;
/**
* Created by wangrenjun on 2017/9/20.
*/
public class RedissonTest {
public static void main(String[] args) {
Config config ... | UTF-8 | Java | 562 | java | RedissonTest.java | Java | [
{
"context": "ort org.redisson.config.Config;\n\n/**\n * Created by wangrenjun on 2017/9/20.\n */\npublic class RedissonTest {\n\n ",
"end": 204,
"score": 0.9991164207458496,
"start": 194,
"tag": "USERNAME",
"value": "wangrenjun"
},
{
"context": " config.useSingleServer().setAdd... | null | [] | package org.wrj.haifa.redis.redisson;
import org.redisson.Redisson;
import org.redisson.api.RList;
import org.redisson.api.RedissonClient;
import org.redisson.config.Config;
/**
* Created by wangrenjun on 2017/9/20.
*/
public class RedissonTest {
public static void main(String[] args) {
Config config ... | 562 | 0.681495 | 0.649466 | 24 | 22.416666 | 21.669712 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 8 |
524d1aecce3a4df9f62ed4c6c16ece9a8edaad0d | 29,368,986,429,438 | 15209ad55b8aa1ff980378fd9de789c285dda0db | /Forum/src/main/java/com/sell/hibernateUI/HibernateUI.java | 2fa85c8c7484b4989946b7816fad92727318fc35 | [] | no_license | hoanqak/forum | https://github.com/hoanqak/forum | f1ca584b2ffce2b315ceb9592f736095b932d07b | 4f29468aaf7dfa13856238ed5d8ea7f394fe64e0 | refs/heads/master | 2022-12-22T12:19:13.117000 | 2019-07-27T09:29:54 | 2019-07-27T09:29:54 | 187,999,452 | 0 | 0 | null | false | 2022-12-16T00:35:49 | 2019-05-22T08:47:24 | 2019-07-27T09:30:40 | 2022-12-16T00:35:49 | 21,600 | 0 | 0 | 8 | Java | false | false | package com.sell.hibernateUI;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public final class HibernateUI {
private static SessionFactory sessionFactory;
private static Session session;
public static SessionFactory getSessionFactory() {
sessionFacto... | UTF-8 | Java | 1,570 | java | HibernateUI.java | Java | [] | null | [] | package com.sell.hibernateUI;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public final class HibernateUI {
private static SessionFactory sessionFactory;
private static Session session;
public static SessionFactory getSessionFactory() {
sessionFacto... | 1,570 | 0.707006 | 0.707006 | 67 | 22.432837 | 17.497313 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044776 | false | false | 8 |
7ba011f34181581f2bf030d98e4b9dd2dc2f24ed | 15,341,623,241,350 | ae771ff97b5ce8bafa42bc27411f5d599dfbcbb1 | /PROG/src/com/AlquilerVehiculos/Vehiculo.java | 611ccd78306127be13dc552dc9ebe12955d87164 | [] | no_license | guillemerill/DAM | https://github.com/guillemerill/DAM | 5a6dc5adc698ed451aff732eae2c29abe2731440 | 616556cea6e9eaea898fd9d6e6fc93fd85a03098 | refs/heads/master | 2021-01-17T18:06:04.955000 | 2017-01-31T19:43:57 | 2017-01-31T19:43:57 | 70,180,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.AlquilerVehiculos;
/*
Cada vehículo se identifica inequívocamente por medio de su matrícula.
La empresa alquila distintos tipos de vehículos, tanto para transporte de personas como de carga.
En la actualidad los vehículos alquilados por la empresa son: coches, microbuses, furgonetas de carga y camiones.
*... | UTF-8 | Java | 759 | java | Vehiculo.java | Java | [] | null | [] | package com.AlquilerVehiculos;
/*
Cada vehículo se identifica inequívocamente por medio de su matrícula.
La empresa alquila distintos tipos de vehículos, tanto para transporte de personas como de carga.
En la actualidad los vehículos alquilados por la empresa son: coches, microbuses, furgonetas de carga y camiones.
*... | 759 | 0.696286 | 0.693634 | 28 | 25.928572 | 27.999908 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 8 |
3b4800d7867be9571f904058473e2e5d0ee6b063 | 18,528,488,920,769 | d1ead5350afef7bafc72af7e3a0cd445d4014fdc | /src/main/java/victor/perf/ThreadPoolSizeOverSizedCPUOnlyTest.java | c608a500df3a99759997897b05dae712ef31ffe1 | [
"MIT"
] | permissive | itbhp/performance-jmh | https://github.com/itbhp/performance-jmh | 4424ffbd7215b6ec399f0182a5aa2df2d595a00b | 132114e70d784f91b03bf0d4a82201ba637216db | refs/heads/main | 2023-05-14T10:16:40.917000 | 2021-05-24T20:22:36 | 2021-05-24T20:22:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package victor.perf;
//
//import org.jooq.lambda.Unchecked;
//import org.openjdk.jmh.annotations.*;
//import victor.perf.tasks.CPUTask;
//
//import java.util.ArrayList;
//import java.util.List;
//import java.util.concurrent.ExecutorService;
//import java.util.concurrent.Executors;
//import java.util.concurrent.Future... | UTF-8 | Java | 1,201 | java | ThreadPoolSizeOverSizedCPUOnlyTest.java | Java | [] | null | [] | //package victor.perf;
//
//import org.jooq.lambda.Unchecked;
//import org.openjdk.jmh.annotations.*;
//import victor.perf.tasks.CPUTask;
//
//import java.util.ArrayList;
//import java.util.List;
//import java.util.concurrent.ExecutorService;
//import java.util.concurrent.Executors;
//import java.util.concurrent.Future... | 1,201 | 0.682764 | 0.664446 | 38 | 30.605263 | 23.628195 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 8 |
e2f2a3d86fcc43fd3f869b61ac08ca7dd74e06d7 | 31,172,872,643,224 | 038dca6eda5e8c57d9b879953efe1ef31c4c2a96 | /biz.aQute.bndlib/src/aQute/bnd/maven/PomPropertiesResource.java | 959c99974a149a6ed07f20f4c322c79484ecf93a | [
"EPL-2.0",
"Apache-2.0"
] | permissive | stbischof/bnd | https://github.com/stbischof/bnd | 2763deba24c181b953deb59939a2bb291624e440 | 5b97818df2538313ffe15e373c01d8ddcf6308a5 | refs/heads/master | 2023-02-22T20:47:16.048000 | 2022-03-09T14:52:17 | 2022-04-29T15:23:18 | 141,993,619 | 0 | 0 | Apache-2.0 | true | 2018-07-23T09:39:33 | 2018-07-23T09:39:33 | 2018-07-20T13:41:45 | 2018-07-23T09:21:48 | 303,407 | 0 | 0 | 0 | null | false | null | package aQute.bnd.maven;
import java.util.Properties;
import aQute.bnd.osgi.PropertiesResource;
public class PomPropertiesResource extends PropertiesResource {
private final String where;
public PomPropertiesResource(PomResource pomResource) {
super();
Properties properties = getProperties();
properties.s... | UTF-8 | Java | 1,017 | java | PomPropertiesResource.java | Java | [] | null | [] | package aQute.bnd.maven;
import java.util.Properties;
import aQute.bnd.osgi.PropertiesResource;
public class PomPropertiesResource extends PropertiesResource {
private final String where;
public PomPropertiesResource(PomResource pomResource) {
super();
Properties properties = getProperties();
properties.s... | 1,017 | 0.752212 | 0.752212 | 32 | 30.78125 | 26.616177 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125 | false | false | 8 |
89f21638c6675944644925b96673cda811df90c8 | 31,731,218,390,157 | 18408cdbf71401f52ae6b476001995cf3157e88e | /app/src/main/java/com/google/zero_touchresellertool/AddDevice.java | 42f1864207552361ce31d1022ed553a205360ad7 | [
"Apache-2.0"
] | permissive | isabella232/zero-touch-reseller-tool | https://github.com/isabella232/zero-touch-reseller-tool | ce1356e2248c67c08d2715bbd2348b957d7ed098 | 07bc191b65e23c0fb1987a5374601abdfaf5c859 | refs/heads/main | 2022-12-03T22:33:44.262000 | 2020-08-17T22:23:31 | 2020-08-17T22:23:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright 2020 Google 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 to in ... | UTF-8 | Java | 14,784 | java | AddDevice.java | Java | [] | null | [] | // Copyright 2020 Google 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 to in ... | 14,784 | 0.608699 | 0.606061 | 337 | 42.869434 | 25.551035 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735905 | false | false | 8 |
fac8321a6608f5a594a68a9f51d7686cb1f20b4b | 3,659,312,150,122 | 33e47549a7f3f7621be100b68efac0df9f671553 | /src/com/huaixuan/network/biz/enums/EnumAdminPermission.java | 72907d5c1b342ee0aa51cb67264dba6e2375f200 | [] | no_license | Maddox-Zhao/admin | https://github.com/Maddox-Zhao/admin | 150b60074e5b89692da52bcdb0b789bdd581a915 | 67ff15e6a5731aa39c0b747dfca35efc4c87a121 | refs/heads/master | 2022-08-20T00:06:19.244000 | 2019-10-31T05:58:30 | 2019-10-31T05:58:30 | 218,693,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huaixuan.network.biz.enums;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 后台管理员权限
*
*/
public enum EnumAdminPermission {
A_COMMON_USER("1", "系统通用权限", true, null, "erp"),
A_CRM_COMMON_USER("99", "CRM系统通用权限", true, null, "crm"),
A_GOOD... | UTF-8 | Java | 28,757 | java | EnumAdminPermission.java | Java | [
{
"context": "false, A_ORDER_MANAGE, \"erp\"),\n\tA_REF_PASS_USER(\"200203\", \"退换货申请(验收通过)权限\", false, A_ORDER_MANAGE, \"erp",
"end": 8074,
"score": 0.6446226835250854,
"start": 8072,
"tag": "PASSWORD",
"value": "00"
},
{
"context": "se, A_ORDER_MANAGE, \"erp\"),\n\tA_REF_NO_PASS_US... | null | [] | package com.huaixuan.network.biz.enums;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 后台管理员权限
*
*/
public enum EnumAdminPermission {
A_COMMON_USER("1", "系统通用权限", true, null, "erp"),
A_CRM_COMMON_USER("99", "CRM系统通用权限", true, null, "crm"),
A_GOOD... | 28,766 | 0.674033 | 0.599263 | 444 | 54.020271 | 31.89308 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.986486 | false | false | 8 |
7e295eec55c719b7b02f23b53db9f99a108ce66a | 8,727,373,564,038 | d0b2e7a5886252cbbaad9f44599eac7e3576e7a8 | /src/main/java/student_volodya_danilin/lesson_8/level_2/Task_7/ChildClass.java | 942784f77d01d4b85b077013eb817842cb3659d9 | [] | no_license | Dmitryyyyo/java_1_tuesday_2020_online | https://github.com/Dmitryyyyo/java_1_tuesday_2020_online | ac1b44822a2aed40a6e12e6909e9b8c699e57d4c | 7e3bba7ead444d0b2bf1b6715289b2fcc4d22c54 | refs/heads/master | 2023-01-02T11:21:40.223000 | 2020-10-21T18:02:55 | 2020-10-21T18:02:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package student_volodya_danilin.lesson_8.level_2.Task_7;
import teacher.codereview.CodeReview;
@CodeReview(approved = true)
public class ChildClass extends ParentClass {
int level = 222;
public ChildClass(int age, String name, int level) {
super(age, name); // вызов конструктора-родителя
th... | UTF-8 | Java | 1,093 | java | ChildClass.java | Java | [
{
"context": "package student_volodya_danilin.lesson_8.level_2.Task_7;\n\nimport teacher.",
"end": 23,
"score": 0.7451057434082031,
"start": 18,
"tag": "NAME",
"value": "lodya"
},
{
"context": "package student_volodya_danilin.lesson_8.level_2.Task_7;\n\nimport teacher.coderevi",
... | null | [] | package student_volodya_danilin.lesson_8.level_2.Task_7;
import teacher.codereview.CodeReview;
@CodeReview(approved = true)
public class ChildClass extends ParentClass {
int level = 222;
public ChildClass(int age, String name, int level) {
super(age, name); // вызов конструктора-родителя
th... | 1,093 | 0.705529 | 0.698317 | 29 | 27.724138 | 25.945429 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 8 |
a15479a70f83d86d02d37915d356debea978e013 | 34,016,141,001,513 | fc5a6bf034683183942e1f4a03d3ae893710cc87 | /spring-boot-example/src/main/java/cn/wanghaomiao/seimi/domain/Node.java | de7feb4790a267b1470294920553dd7ace3a1c09 | [
"Apache-2.0"
] | permissive | a434950303/SeimiCrawler | https://github.com/a434950303/SeimiCrawler | 1e24c78aef788588b123ffaf80897b30211a5a71 | 5172eaa87eda851be9aa34efe378291983865e4f | refs/heads/master | 2020-09-05T14:19:05.207000 | 2019-11-12T08:40:42 | 2019-11-12T08:40:42 | 220,130,850 | 0 | 0 | Apache-2.0 | true | 2019-11-07T02:08:31 | 2019-11-07T02:08:30 | 2019-11-07T02:08:29 | 2019-04-06T05:01:19 | 437 | 0 | 0 | 0 | null | false | false | package cn.wanghaomiao.seimi.domain;
import java.util.ArrayList;
import java.util.List;
public class Node {
public Node() {
this.nodes = new ArrayList<Node>();
}
public Node(String nodeId, String pId) {
this.nodeId = nodeId;
this.pid = pId;
this.nodes = new ArrayList<Node>... | UTF-8 | Java | 3,820 | java | Node.java | Java | [] | null | [] | package cn.wanghaomiao.seimi.domain;
import java.util.ArrayList;
import java.util.List;
public class Node {
public Node() {
this.nodes = new ArrayList<Node>();
}
public Node(String nodeId, String pId) {
this.nodeId = nodeId;
this.pid = pId;
this.nodes = new ArrayList<Node>... | 3,820 | 0.499715 | 0.498288 | 155 | 21.612904 | 18.538326 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 8 |
0f13d1689f6e7f702885b65834fb8d4a3809e4e4 | 27,273,042,353,544 | 2d856c710a24c698178a634b8996c742321962aa | /src/Opdrachten_2/Opdracht_2_1_1/Docent.java | 3d9d5b9afe0c86a8dafa199baa86bd90e31d8d2a | [] | no_license | sjardi/PAFR-Werkboek | https://github.com/sjardi/PAFR-Werkboek | db5583e6370a7bf7525d8a21ec8f4108562d0459 | fc285079dde6ff1d6a51337c18a8c1bed45061ef | refs/heads/master | 2021-08-22T16:21:26.341000 | 2017-11-30T16:58:29 | 2017-11-30T16:58:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Opdrachten_2.Opdracht_2_1_1;
/**
* Created by sjard on 18-Nov-17.
*/
public class Docent extends Onderwijzend {
}
| UTF-8 | Java | 125 | java | Docent.java | Java | [
{
"context": "ge Opdrachten_2.Opdracht_2_1_1;\n\n/**\n * Created by sjard on 18-Nov-17.\n */\npublic class Docent extends Ond",
"end": 61,
"score": 0.9994006156921387,
"start": 56,
"tag": "USERNAME",
"value": "sjard"
}
] | null | [] | package Opdrachten_2.Opdracht_2_1_1;
/**
* Created by sjard on 18-Nov-17.
*/
public class Docent extends Onderwijzend {
}
| 125 | 0.704 | 0.64 | 7 | 16.857143 | 17.642712 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 8 |
1340ae5980246c1bc2a6ec1043426328a2ea78b7 | 2,396,591,771,415 | 1ad4266ed26096987dab9f989f02659970fff241 | /tosv2/src/edu/must/tos/dao/ExassLectDAO.java | 2e908940c114930cc09b248626a3db8db07f5def | [] | no_license | kabolu/tosv2 | https://github.com/kabolu/tosv2 | ca79f20de870c38d35a4faf509d0d99363124b9c | 7c3f06b06153fd92c679932f3f6ff56b85fe08a3 | refs/heads/master | 2016-08-10T13:20:59.545000 | 2016-01-15T03:40:30 | 2016-01-15T03:40:30 | 49,557,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.must.tos.dao;
import java.sql.Connection;
import java.util.List;
import edu.must.tos.bean.ExassLect;
public interface ExassLectDAO {
public List<ExassLect> getLectByCrs(Connection conn, ExassLect lect) throws Exception;
}
| UTF-8 | Java | 250 | java | ExassLectDAO.java | Java | [] | null | [] | package edu.must.tos.dao;
import java.sql.Connection;
import java.util.List;
import edu.must.tos.bean.ExassLect;
public interface ExassLectDAO {
public List<ExassLect> getLectByCrs(Connection conn, ExassLect lect) throws Exception;
}
| 250 | 0.76 | 0.76 | 11 | 20.727272 | 24.9876 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 8 |
c4fda431a331ed83bb2242f28d2ff88dbbf97896 | 33,947,421,525,264 | ed82f4113b0122d8f67a5d31b3408e4235d6a39d | /src/HW3/task1/Fox.java | 93efe917300d4b7f40f50f77da6b90c5ccaaf6b7 | [] | no_license | KarinaLazarina/Part6.Java | https://github.com/KarinaLazarina/Part6.Java | d98e98d8979d2231e17fbe8402df007cad08b9f8 | d2d43aeb72a6470954452267ca9c0ca641c41d2e | refs/heads/master | 2022-12-21T08:51:05.201000 | 2020-09-05T11:51:44 | 2020-09-05T11:51:44 | 287,008,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package HW3.task1;
public class Fox extends WildAnimal {
}
| UTF-8 | Java | 60 | java | Fox.java | Java | [] | null | [] | package HW3.task1;
public class Fox extends WildAnimal {
}
| 60 | 0.766667 | 0.733333 | 4 | 14 | 15.083103 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
43c07757cdbe767e7e32b523ed1a659a8eaef355 | 34,187,939,677,405 | cf0d162a2bfaec227c947a6263c17e3e831eb25d | /Talkable.java | e5bfc0c4e848b3251f93ffe6ff4caf047cd0ebcb | [] | no_license | njinz/JavaClass_Quiz | https://github.com/njinz/JavaClass_Quiz | 50c7d1a24dbb2f01ee26cf2b5782591776071e21 | 914bb2be32fc34065ea75d2ea74e96b8315427d6 | refs/heads/master | 2021-05-16T20:56:22.783000 | 2020-05-15T07:02:48 | 2020-05-15T07:02:48 | 250,466,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.human.ex;
public interface Talkable {
public String speak();
}
| UTF-8 | Java | 86 | java | Talkable.java | Java | [] | null | [] | package com.human.ex;
public interface Talkable {
public String speak();
}
| 86 | 0.662791 | 0.662791 | 5 | 14.4 | 11.516944 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 8 |
feb65732f7c36dab6654ed419d9cb4b200f17eb5 | 35,837,207,125,707 | f8644d00ab8cd89659d98e7bf4653fc84897faf1 | /com.servoy.eclipse.exporter.war/src/com/servoy/eclipse/warexporter/ui/wizard/DeployConfigurationPage.java | 2d937cbaf1e2c9e2d872c93043b251e028469c60 | [] | no_license | Servoy/servoy-eclipse | https://github.com/Servoy/servoy-eclipse | 159e25751543ebc99bcdbe1d3809ddba51305246 | 31a3546089ce6d398786e0dc6573a26dc81e2583 | refs/heads/master | 2023-09-03T10:49:45.987000 | 2023-09-01T17:39:57 | 2023-09-01T17:39:57 | 21,302,211 | 2 | 8 | null | false | 2023-06-02T09:10:03 | 2014-06-28T12:25:27 | 2023-01-31T16:34:32 | 2023-06-02T09:09:49 | 1,281,219 | 2 | 7 | 4 | Java | false | false | /*
This file belongs to the Servoy development and deployment environment, Copyright (C) 1997-2017 Servoy BV
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation; either version 3 of the License... | UTF-8 | Java | 15,442 | java | DeployConfigurationPage.java | Java | [
{
"context": "servoy.j2db.util.SortedProperties;\n\n/**\n * @author gboros\n *\n */\npublic class DeployConfigurationPage exten",
"end": 1879,
"score": 0.9994953274726868,
"start": 1873,
"tag": "USERNAME",
"value": "gboros"
}
] | null | [] | /*
This file belongs to the Servoy development and deployment environment, Copyright (C) 1997-2017 Servoy BV
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation; either version 3 of the License... | 15,442 | 0.778461 | 0.775612 | 374 | 40.291443 | 35.310436 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.534759 | false | false | 8 |
ba1e9b8575477a01cf076420432850da6e19e910 | 33,380,485,873,942 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_fdf908fd0a0a1cad219ff06a8e589d234b9d450c/SkillPort/2_fdf908fd0a0a1cad219ff06a8e589d234b9d450c_SkillPort_t.java | b7b990a842c34ca1fde345b1ef18278d20328a80 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package com.herocraftonline.dev.heroes.skill.skills;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;
import com.herocraftonline.dev.heroes.Heroes;
import com.herocraftonline.dev.heroes.api.SkillResult;
import com.her... | UTF-8 | Java | 3,648 | java | 2_fdf908fd0a0a1cad219ff06a8e589d234b9d450c_SkillPort_t.java | Java | [] | null | [] | package com.herocraftonline.dev.heroes.skill.skills;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;
import com.herocraftonline.dev.heroes.Heroes;
import com.herocraftonline.dev.heroes.api.SkillResult;
import com.her... | 3,648 | 0.615406 | 0.610746 | 87 | 40.91954 | 30.632872 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.827586 | false | false | 8 |
c56312f2492036c2a79612e890f28de12e121897 | 34,385,508,181,551 | 0cb28b5408bef548b3690cfcace018dda2b6d8b6 | /app/src/main/java/com/qlabs/wordbook/common/RecyclerViewClickHandler.java | 0c9c85c7aa360b4aca624c80c65a1b2aa5d0ebdc | [] | no_license | Gogul-S/gre-word-taker | https://github.com/Gogul-S/gre-word-taker | 4aeef41ae35687ea187e7fd9b2431401ac2c23df | 62c8ad198f23f3902eb20f91a6c1f8312337a370 | refs/heads/master | 2022-12-29T21:35:42.132000 | 2020-10-09T16:08:32 | 2020-10-09T16:08:32 | 296,624,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qlabs.wordbook.common;
import android.view.View;
public interface RecyclerViewClickHandler<T extends RecyclerViewEntity> {
void onItemClicked(View view, T recyclerViewEntity);
void onItemLongClicked(View view, T recyclerViewEntity);
}
| UTF-8 | Java | 257 | java | RecyclerViewClickHandler.java | Java | [] | null | [] | package com.qlabs.wordbook.common;
import android.view.View;
public interface RecyclerViewClickHandler<T extends RecyclerViewEntity> {
void onItemClicked(View view, T recyclerViewEntity);
void onItemLongClicked(View view, T recyclerViewEntity);
}
| 257 | 0.805447 | 0.805447 | 8 | 31.125 | 27.606329 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 8 |
79b901f3c568e6a2dfce9713120d7f7a1de750cf | 32,624,571,639,112 | a4e9a810197d962f0ae8619efa9715aa3f663cc0 | /src/main/java/com/jv/console/CSVFileReader.java | 2c8c677a039ad9ecd97b771b823f014a33bb5849 | [] | no_license | jvictorbr/lucene-example | https://github.com/jvictorbr/lucene-example | dff782ba0bc5b505cc22bca99eead52260dd245f | c94239ebf50973291c2ad45bf7b175f12bfa7737 | refs/heads/master | 2021-01-10T09:35:07.473000 | 2015-12-13T21:04:00 | 2015-12-13T21:04:00 | 47,936,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jv.console;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVRecord;
import org.springframework.stereotype.Component;
@Component
public class CSVFileReader {
public ... | UTF-8 | Java | 634 | java | CSVFileReader.java | Java | [] | null | [] | package com.jv.console;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVRecord;
import org.springframework.stereotype.Component;
@Component
public class CSVFileReader {
public ... | 634 | 0.791798 | 0.791798 | 24 | 25.416666 | 26.06389 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.208333 | false | false | 8 |
9e6648e177f0e877f15802ad9fb66a841aedcb58 | 26,774,826,180,160 | d4eb0caddd7a92ed726707517072df1c59aaec4f | /app/src/main/java/com/example/fitnessapp/Interface/IExercise.java | df34f7855a3f982422570952d7f7a23666e36f49 | [] | no_license | glassbe/FitnessApp | https://github.com/glassbe/FitnessApp | c88f97b2131f652071430656d5d3252289c14bf7 | f65520d5831839500da0e0f05d9a67eb98c2241d | refs/heads/master | 2022-12-10T14:07:32.762000 | 2020-09-12T13:13:59 | 2020-09-12T13:13:59 | 267,273,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fitnessapp.Interface;
import com.example.fitnessapp.db.Entity.Exercise;
import java.util.List;
public interface IExercise {
// Functions Implemented
boolean InsertExercise(Exercise exercise);
void UpdateExercise(Exercise exercise);
void DeleteExercise(Exercise exercise);
... | UTF-8 | Java | 358 | java | IExercise.java | Java | [] | null | [] | package com.example.fitnessapp.Interface;
import com.example.fitnessapp.db.Entity.Exercise;
import java.util.List;
public interface IExercise {
// Functions Implemented
boolean InsertExercise(Exercise exercise);
void UpdateExercise(Exercise exercise);
void DeleteExercise(Exercise exercise);
... | 358 | 0.759777 | 0.759777 | 20 | 16.9 | 19.501026 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 8 |
877c8da4ae2e35c80165d7f430f2c428ffe8fe8f | 31,980,326,556,036 | e149483e63579f388e4d71a9b38c4f9def417fd8 | /Game/src/Files/HorseshoeCrabEggs.java | 717fe842e3358c44981784e8c398cfe87340a4c2 | [] | no_license | amchacko/birdgame | https://github.com/amchacko/birdgame | 50b60b04cc86b81448b3ca648f6d98d7dca739da | 556fac9dc54c05d89794fc22642a5f5c41050900 | refs/heads/master | 2020-07-04T19:45:16.001000 | 2019-08-14T17:18:17 | 2019-08-14T17:18:17 | 202,393,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Files;
public class HorseshoeCrabEggs extends Food{
} | UTF-8 | Java | 64 | java | HorseshoeCrabEggs.java | Java | [] | null | [] | package Files;
public class HorseshoeCrabEggs extends Food{
} | 64 | 0.796875 | 0.796875 | 5 | 12 | 16.816658 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 8 |
8bdbbb2db4d9d2e01b9180f49a71268b518b8017 | 34,797,825,035,725 | aec7f4ad11a449116793c42e31ff15a6f5b8dc31 | /课程代码/BigDataSZ1903N08/src/com/qianfeng/test/Demo2.java | 2457448b4dad6ba4fe9f68ca4e873dcf192a4839 | [] | no_license | StarCloudes/JAVA-FOUDAMATION | https://github.com/StarCloudes/JAVA-FOUDAMATION | 8b88aca0a71b93f401953de0111523bd1b9df9aa | 7d24b96ef23fcd68f7628d923480a60d286b7e72 | refs/heads/master | 2020-04-30T00:08:48.430000 | 2019-04-24T12:34:30 | 2019-04-24T12:34:30 | 176,495,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qianfeng.test;
public class Demo2 {
/*
* 知识复习:
* 1.多引用指向一个对象-----会
* 2.匿名对象----了解
* 3.类与类的关系----了解
* 4.static------会会
* >static的作用
* >static修饰成员
* >比较成员变量和局部变量
* >static修饰成员时的说明
* >工具类
* 5.构造方法------会
* >构造方法基础
* >this
*
*
* 今天:
* * 代码块儿----了... | UTF-8 | Java | 624 | java | Demo2.java | Java | [] | null | [] | package com.qianfeng.test;
public class Demo2 {
/*
* 知识复习:
* 1.多引用指向一个对象-----会
* 2.匿名对象----了解
* 3.类与类的关系----了解
* 4.static------会会
* >static的作用
* >static修饰成员
* >比较成员变量和局部变量
* >static修饰成员时的说明
* >工具类
* 5.构造方法------会
* >构造方法基础
* >this
*
*
* 今天:
* * 代码块儿----了... | 624 | 0.434091 | 0.420455 | 30 | 12.666667 | 6.456693 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 8 |
fba7fdeab8265f8851670ad93051ad06abfb6a14 | 28,836,410,457,146 | 2954520b4f7100481be805b8ba3d8a50fc0314dd | /app/auth/AuthConstants.java | 361f34f3727506eab51534648a727730fd8e03c1 | [] | no_license | jesubiag/wifree | https://github.com/jesubiag/wifree | 3bdff7a795cbbc7869ca7483c6db4e265f54dcf0 | df0cf81d2e36e5b7eb153164c2a72e8328a29af0 | refs/heads/master | 2021-08-26T08:49:43.436000 | 2021-08-21T19:33:45 | 2021-08-21T19:33:45 | 89,517,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package auth;
import utils.CollectionHelper;
import java.util.Map;
public class AuthConstants {
public static final String ADMIN_LOGIN_URL = "/login";
public static final String CONSOLE_LOGIN_URL = "/console/login";
public static final String CALLBACK_URL = "/callback";
public static final String DEFAULT_LOGOUT... | UTF-8 | Java | 793 | java | AuthConstants.java | Java | [
{
"context": "ic final String[] CONSOLE_USERS = new String[] { \"jesu772@gmail.com\", \"mcruz342@gmail.com\", \"nicohuvi@gmail.com\", \"gi",
"end": 434,
"score": 0.9999049305915833,
"start": 417,
"tag": "EMAIL",
"value": "jesu772@gmail.com"
},
{
"context": "SOLE_USERS = new String[] ... | null | [] | package auth;
import utils.CollectionHelper;
import java.util.Map;
public class AuthConstants {
public static final String ADMIN_LOGIN_URL = "/login";
public static final String CONSOLE_LOGIN_URL = "/console/login";
public static final String CALLBACK_URL = "/callback";
public static final String DEFAULT_LOGOUT... | 716 | 0.761665 | 0.754098 | 18 | 43.055557 | 51.330597 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 8 |
b29decfb0889698a4a79966e1d48d3285e581713 | 6,923,487,320,427 | bb2b1bee333dc2cff50dfb7892b1f424ea1563ee | /FileComparator.java | fa0434b8adca35b67d4a80d7324e25bc1405242e | [] | no_license | Bhanditz/delta_calculator | https://github.com/Bhanditz/delta_calculator | 7f8ea93d694b6122ed598fadcccdc2db711a7857 | 29160a283b7a041d62b78ba7c47bd9c3d3fd0248 | refs/heads/master | 2020-04-20T13:42:20.153000 | 2018-02-05T07:58:27 | 2018-02-05T07:58:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**Created by Nada Eliba on January 2nd, 2018
* This class aims at comparing two versions of the same file
* to define the modified, inserted, and deleted lines
* the two files are first sorted in-place,
* then sdiff command is called to write the differences to a file,
* suppressing the common lines between the two... | UTF-8 | Java | 8,581 | java | FileComparator.java | Java | [
{
"context": "/**Created by Nada Eliba on January 2nd, 2018\n* This class aims at compari",
"end": 24,
"score": 0.9998970031738281,
"start": 14,
"tag": "NAME",
"value": "Nada Eliba"
}
] | null | [] | /**Created by <NAME> on January 2nd, 2018
* This class aims at comparing two versions of the same file
* to define the modified, inserted, and deleted lines
* the two files are first sorted in-place,
* then sdiff command is called to write the differences to a file,
* suppressing the common lines between the two fil... | 8,577 | 0.607272 | 0.60296 | 212 | 39.481133 | 29.939949 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617925 | false | false | 8 |
0745ef5a11766ce34ea56f8f281ce77309f80f37 | 12,309,376,329,062 | ef38d70d9b0c20da068d967e089046e626b60dea | /hibernate-orm/HibBugResults/16/betweenReport.java | 75352a310b71b74dddf3c27c62ee956273302dbc | [] | no_license | martapanc/SATD-replication-package | https://github.com/martapanc/SATD-replication-package | 0ea0e8a27582750d39f8742b3b9b2e81bb7ec25d | e3235d25235b3b46416239ee9764bfeccd2d7433 | refs/heads/master | 2021-07-18T14:28:24.543000 | 2020-07-10T09:04:40 | 2020-07-10T09:04:40 | 94,113,844 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | 16/report.java
Satd-method: private static ExecuteUpdateResultCheckStyle getResultCheckStyle(Element element, boolean callable) throws MappingException {
********************************************
********************************************
16/Between/ HHH-1904 06ab0652_diff.java
———————————————————————————————————... | UTF-8 | Java | 49,191 | java | betweenReport.java | Java | [] | null | [] | 16/report.java
Satd-method: private static ExecuteUpdateResultCheckStyle getResultCheckStyle(Element element, boolean callable) throws MappingException {
********************************************
********************************************
16/Between/ HHH-1904 06ab0652_diff.java
———————————————————————————————————... | 49,191 | 0.484949 | 0.459262 | 1,049 | 32.474739 | 24.421419 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.158246 | false | false | 8 |
bac4f0a14bee0d40340061d7882272f9c4e4f85d | 35,029,753,288,229 | 442023c1258839444d93256aaa11a621184eebaa | /HRM/src/main/java/com/bootcamp/hrm/business/AddressService.java | cba56b14b564174f0b9a5f53cc46b68270ec1805 | [] | no_license | Akki4A/Boot-Camp | https://github.com/Akki4A/Boot-Camp | caf77c966c38572e653980b52c1752102acf9a68 | ae9b07891e6c794499a8bf54f865d86c34c911a4 | refs/heads/main | 2023-05-03T03:34:55.119000 | 2021-05-21T09:37:48 | 2021-05-21T09:37:48 | 363,952,565 | 0 | 0 | null | false | 2021-05-21T09:37:49 | 2021-05-03T14:14:07 | 2021-05-19T07:31:43 | 2021-05-21T09:37:48 | 158 | 0 | 0 | 0 | Java | false | false | package com.bootcamp.hrm.business;
import com.bootcamp.hrm.common.AddressRequest;
import com.bootcamp.hrm.entities.Address;
import com.bootcamp.hrm.repository.AddressRepository;
import com.bootcamp.hrm.utils.CommonUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereoty... | UTF-8 | Java | 2,873 | java | AddressService.java | Java | [] | null | [] | package com.bootcamp.hrm.business;
import com.bootcamp.hrm.common.AddressRequest;
import com.bootcamp.hrm.entities.Address;
import com.bootcamp.hrm.repository.AddressRepository;
import com.bootcamp.hrm.utils.CommonUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereoty... | 2,873 | 0.716324 | 0.716324 | 74 | 37.837837 | 26.214308 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716216 | false | false | 8 |
7250e0650b0550b1e1d20c3f22b229d8cf5e80e4 | 13,889,924,291,012 | db68a5d3ef9840e657e865ace0bc12382bc2b398 | /GeeksForGeeks/src/Tree/Problems/HeightOfTheeTree.java | 3f9d2b0cea4315202932df10883794015c840021 | [] | no_license | Ysunil016/Java_Coding_Challenges | https://github.com/Ysunil016/Java_Coding_Challenges | e329627c045e30adcea52023c10ec7ce8eac0901 | 5b83e5d26e4603d9e7fb9dac0339cde2f410599b | refs/heads/master | 2020-08-22T05:29:26.947000 | 2020-08-21T15:37:02 | 2020-08-21T15:37:02 | 216,325,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tree.Problems;
public class HeightOfTheeTree {
static class Node {
int data;
Node left = null;
Node right = null;
Node(int data) {
this.data = data;
}
}
public static void main(String[] args) {
Node rootN = new Node(69);
getRandomTreeGeneration(rootN, 2, 0);
System.out.println(getHeigh... | UTF-8 | Java | 1,153 | java | HeightOfTheeTree.java | Java | [] | null | [] | package Tree.Problems;
public class HeightOfTheeTree {
static class Node {
int data;
Node left = null;
Node right = null;
Node(int data) {
this.data = data;
}
}
public static void main(String[] args) {
Node rootN = new Node(69);
getRandomTreeGeneration(rootN, 2, 0);
System.out.println(getHeigh... | 1,153 | 0.692108 | 0.6817 | 50 | 22.059999 | 24.805975 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76 | false | false | 8 |
e7299784adfc2cb27d1bddd797f74279544fedab | 35,304,631,206,490 | 822b6a8391afc4ce69c031ad8d1f71d61c8cd988 | /src/test/java/com/example/VersionClient.java | ff0f36f0b14627de535be87b1aa3ecbaa5204f10 | [] | no_license | maanur/fictional-garbanzo | https://github.com/maanur/fictional-garbanzo | 534810d050ffe9a60f8edb3829683b519fd50edf | ad1b8a9ec61617ce6343c0447e67c319e81adb96 | refs/heads/master | 2023-03-15T16:47:54.169000 | 2021-03-16T14:06:53 | 2021-03-16T14:06:53 | 347,905,141 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import com.example.domain.model.Version;
import io.micronaut.http.annotation.Get;
import io.micronaut.http.client.annotation.Client;
@Client("/version")
public interface VersionClient {
@Get
Version getVersion();
}
| UTF-8 | Java | 247 | java | VersionClient.java | Java | [] | null | [] | package com.example;
import com.example.domain.model.Version;
import io.micronaut.http.annotation.Get;
import io.micronaut.http.client.annotation.Client;
@Client("/version")
public interface VersionClient {
@Get
Version getVersion();
}
| 247 | 0.765182 | 0.765182 | 12 | 19.583334 | 17.255232 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 8 |
1d38ded05fa96a014bf33af7d51076ccb188ca69 | 35,081,292,897,650 | b938c6c2e593f98f21e2b49d203be022910a1f28 | /src/main/java/com/anonymoushacker1279/immersiveweapons/client/integration/waila/overrides/PitfallBlockOverride.java | f34f2575ae59e0e9a86680f8bdfd8c97f8a9c883 | [
"MIT"
] | permissive | BernardoGrigiastro/ImmersiveWeapons | https://github.com/BernardoGrigiastro/ImmersiveWeapons | e65fa0fe5515284a68c00ff60c676d7e09d5a25f | cf55f8f5e81aa193f23fd5e3f6dbbbf808962544 | refs/heads/master | 2023-07-18T13:06:23.542000 | 2021-08-31T00:49:03 | 2021-08-31T00:49:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anonymoushacker1279.immersiveweapons.client.integration.waila.overrides;
import mcp.mobius.waila.api.IBlockAccessor;
import mcp.mobius.waila.api.IBlockComponentProvider;
import mcp.mobius.waila.api.IPluginConfig;
import net.minecraft.world.level.block.Blocks;
import net.minecraft.world.level.block.state.Bl... | UTF-8 | Java | 546 | java | PitfallBlockOverride.java | Java | [
{
"context": "package com.anonymoushacker1279.immersiveweapons.client.integration.waila.overrid",
"end": 31,
"score": 0.9977362751960754,
"start": 12,
"tag": "USERNAME",
"value": "anonymoushacker1279"
}
] | null | [] | package com.anonymoushacker1279.immersiveweapons.client.integration.waila.overrides;
import mcp.mobius.waila.api.IBlockAccessor;
import mcp.mobius.waila.api.IBlockComponentProvider;
import mcp.mobius.waila.api.IPluginConfig;
import net.minecraft.world.level.block.Blocks;
import net.minecraft.world.level.block.state.Bl... | 546 | 0.844322 | 0.836996 | 14 | 38.07143 | 29.133841 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 8 |
57b3b1fabddb80890c4e2bdcbb4f094276046ced | 35,081,292,898,685 | 0b838a0c6cb807cab79c11d3a5f531d3b1ca3010 | /App/app/src/main/java/com/aegypti/aedes/mapeador/aedesaegyptimapeador/Adapters/MultiAutoCompleteAdatper.java | 96f4562dc88c43e58a5edec4e0c2fd931e96b597 | [] | no_license | thiagomaia971/AedesMap | https://github.com/thiagomaia971/AedesMap | 19d359328692d053dd6e1ed275f62219f79d82bf | fe52246f167ba824fa1cb5b44b647216dd44a4d2 | refs/heads/master | 2016-09-14T09:20:15.007000 | 2016-04-13T01:24:57 | 2016-04-13T01:24:57 | 56,109,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aegypti.aedes.mapeador.aedesaegyptimapeador.Adapters;
import android.content.Context;
import android.location.Address;
import android.text.Editable;
import android.text.TextWatcher;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.MultiAutoCompleteTextView;
import ... | UTF-8 | Java | 2,639 | java | MultiAutoCompleteAdatper.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by thiag on 24/02/2016.\n */\npublic class MultiAutoComplete",
"end": 666,
"score": 0.9993896484375,
"start": 661,
"tag": "USERNAME",
"value": "thiag"
}
] | null | [] | package com.aegypti.aedes.mapeador.aedesaegyptimapeador.Adapters;
import android.content.Context;
import android.location.Address;
import android.text.Editable;
import android.text.TextWatcher;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.MultiAutoCompleteTextView;
import ... | 2,639 | 0.667298 | 0.661235 | 77 | 33.272728 | 28.862701 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 8 |
0b4d7f64bd370fb44844d286baec42f8543292dc | 37,417,755,087,121 | 8e6500a9c0814208c51c37fc70b855dbaa633ca4 | /src/main/java/com/jadeStone/nettyStudyDemo/Main.java | b8daaa0d65853c29dc31531c28650efba1bbb5c1 | [] | no_license | jadestoner/nettyStudy | https://github.com/jadestoner/nettyStudy | af792dd486448429dc2c99939d0f1f70f59678aa | 200c04a07b3e85253f1a33014990810f60077527 | refs/heads/master | 2023-06-04T20:49:03.238000 | 2021-06-25T09:16:41 | 2021-06-25T09:16:41 | 192,679,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jadeStone.nettyStudyDemo;
import io.netty.channel.ChannelHandlerContext;
import java.util.ArrayList;
import java.util.List;
/*
@author YHL
@qq: 1357098586
@version 创建时间:2019年3月21日 下午4:09:22
*/
public class Main {
public static List<ChannelHandlerContext> listmacs=new ArrayList<ChannelHandlerContext... | UTF-8 | Java | 663 | java | Main.java | Java | [
{
"context": "util.ArrayList;\nimport java.util.List;\n\n/*\n@author YHL\n@qq: 1357098586\n@version 创建时间:2019年3月21日 下午4:09:2",
"end": 153,
"score": 0.9996776580810547,
"start": 150,
"tag": "USERNAME",
"value": "YHL"
}
] | null | [] | package com.jadeStone.nettyStudyDemo;
import io.netty.channel.ChannelHandlerContext;
import java.util.ArrayList;
import java.util.List;
/*
@author YHL
@qq: 1357098586
@version 创建时间:2019年3月21日 下午4:09:22
*/
public class Main {
public static List<ChannelHandlerContext> listmacs=new ArrayList<ChannelHandlerContext... | 663 | 0.754358 | 0.719493 | 27 | 22.370371 | 26.68631 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851852 | false | false | 8 |
fa6e1173082b34a6597982f0fffd9752e75ab120 | 1,219,770,763,556 | 502c3dc7f9c438811958c45164fa3ae5fc830d5c | /axis2/src/com/zhiwei/service/SimpleService.java | 459655ffe1268f5268ac631404be86d1f816e1ec | [] | no_license | Zerone1993/Java | https://github.com/Zerone1993/Java | bbd1af8539ffaab78b931af9af5efc2bfa5fd908 | 454ac90ad3cf4d0ef8f000aa56a3bcf981e46a02 | HEAD | 2016-09-13T14:10:17 | 2016-09-13T12:07:43 | 2016-09-13T12:07:43 | 62,275,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhiwei.service;
/*作为AXIS的服务类:编译成.class文件,放置于tomcat/webapp/axis/web-inf/pojo文件下,启动tomcat会自动发布
浏览器调用webservice:http://localhost:8080/axis2/SimpleService?name=bill 函数名和参数名必须一致
http://localhost:8080/axis2/SimpleService
*/
public class SimpleService
{
public String getGreeting(String name)
{
... | GB18030 | Java | 540 | java | SimpleService.java | Java | [] | null | [] | package com.zhiwei.service;
/*作为AXIS的服务类:编译成.class文件,放置于tomcat/webapp/axis/web-inf/pojo文件下,启动tomcat会自动发布
浏览器调用webservice:http://localhost:8080/axis2/SimpleService?name=bill 函数名和参数名必须一致
http://localhost:8080/axis2/SimpleService
*/
public class SimpleService
{
public String getGreeting(String name)
{
... | 540 | 0.696429 | 0.665179 | 16 | 27 | 25.226475 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 8 |
324d6931957e523d4d21f36b9e77177cf7eb2283 | 28,389,733,865,326 | facaf6cfc426cf572f41af587e6d6153be17de65 | /src/test/java/uk/gov/justice/digital/cla/factories/PageFactory.java | 10601491f0fc950bf1320577325975105dc32273 | [] | no_license | ministryofjustice/cla_acceptance_tests | https://github.com/ministryofjustice/cla_acceptance_tests | ca60091d3551dbcb13d6b33306644c8a7586524e | 28b113a438dd1dfc63fc4dccd81901cb6b11d29d | refs/heads/master | 2021-01-22T18:23:25.461000 | 2015-10-15T09:49:25 | 2015-10-15T09:49:25 | 38,052,973 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.gov.justice.digital.cla.factories;
import org.openqa.selenium.WebDriver;
import uk.gov.justice.digital.cla.web.pages.CLA_WebALegalAdvisorMaybeToHelpPage;
import uk.gov.justice.digital.cla.web.pages.CLA_WebCommunityCareFindALegalAdvisorPage;
import uk.gov.justice.digital.cla.web.pages.CLA_WebConfirmationPag... | UTF-8 | Java | 10,720 | java | PageFactory.java | Java | [] | null | [] | package uk.gov.justice.digital.cla.factories;
import org.openqa.selenium.WebDriver;
import uk.gov.justice.digital.cla.web.pages.CLA_WebALegalAdvisorMaybeToHelpPage;
import uk.gov.justice.digital.cla.web.pages.CLA_WebCommunityCareFindALegalAdvisorPage;
import uk.gov.justice.digital.cla.web.pages.CLA_WebConfirmationPag... | 10,720 | 0.856157 | 0.856157 | 225 | 46.644444 | 43.652035 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.355556 | false | false | 8 |
d8a869f4b06fc1992b974656bbb5b48be3eb45d3 | 27,247,272,572,310 | 514d982bbb7dd48c9c9dceb592701cee60acb8fa | /spotify.springmvc/src/main/java/es/upm/miw/spotify/models/forms/UserForm.java | 353a6be52f2b6dd56ff4c67d385728067a35f87f | [] | no_license | rpuerta85/spotify | https://github.com/rpuerta85/spotify | 02e84fd8819718fafd824f37e4431a99382a6f94 | 8a25d683dde06a0d6c98e86ef434eade11b21019 | refs/heads/master | 2020-05-18T05:11:10.255000 | 2015-07-08T17:46:58 | 2015-07-08T17:46:58 | 35,449,268 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.upm.miw.spotify.models.forms;
public class UserForm {
private String userName;
private String password;
private boolean isAdmin;
private boolean isEnabled;
private String email;
private long createTime;//in miliseconds
private String msgErrorUserName;
private String msgErrorPassword;... | UTF-8 | Java | 2,874 | java | UserForm.java | Java | [
{
"context": " long createTime) {\r\n\t\tsuper();\r\n\t\tthis.userName = userName;\r\n\t\tthis.password = password;\r\n\t\tthis.isAdmin = i",
"end": 627,
"score": 0.9952752590179443,
"start": 619,
"tag": "USERNAME",
"value": "userName"
},
{
"context": ");\r\n\t\tthis.userName = userN... | null | [] | package es.upm.miw.spotify.models.forms;
public class UserForm {
private String userName;
private String password;
private boolean isAdmin;
private boolean isEnabled;
private String email;
private long createTime;//in miliseconds
private String msgErrorUserName;
private String msgErrorPassword;... | 2,878 | 0.727557 | 0.727557 | 113 | 23.433628 | 17.421316 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.814159 | false | false | 8 |
7015058b427345d7839898df320983876c7bb723 | 9,629,316,726,922 | b143cfe7f4a23141ddd325f958d8abbe25cf71a5 | /Levelup/src/game/components/Activity.java | 6437edacd9fbdf03557d1a1b4700cf5b5bd92e72 | [] | no_license | qq1053831109/learnJME3 | https://github.com/qq1053831109/learnJME3 | 0ecb6b5b0f761b6aad7d1c6206b100ef6b4b3595 | 27063462a0387579382979a8e6ac671f10655060 | refs/heads/master | 2020-12-03T15:48:15.931000 | 2017-02-25T06:43:27 | 2017-02-25T06:43:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.components;
import com.simsilica.es.EntityComponent;
/**
* Represents an activity that a MOB or player is actively
* engaged in over a period of time. During this time, no
* other activities can be performed.
*
* @author Paul Speed
*/
public class Activity implements EntityCompon... | UTF-8 | Java | 1,196 | java | Activity.java | Java | [
{
"context": "r activities can be performed.\r\n *\r\n * @author Paul Speed\r\n */\r\npublic class Activity implements EntityCompon",
"end": 268,
"score": 0.9385655522346497,
"start": 258,
"tag": "NAME",
"value": "Paul Speed"
}
] | null | [] | package game.components;
import com.simsilica.es.EntityComponent;
/**
* Represents an activity that a MOB or player is actively
* engaged in over a period of time. During this time, no
* other activities can be performed.
*
* @author <NAME>
*/
public class Activity implements EntityComponent ... | 1,192 | 0.592809 | 0.588629 | 49 | 22.44898 | 19.967382 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 8 |
5f873ad6e8089c4b2575cc6c14b42d9ee8e1cad4 | 28,217,935,174,279 | 5a3caf6ee5b1756836a6717df50c3c17c09e7ff1 | /app/src/main/java/com/pinnoocle/storeman/adapter/PackageManagementAdapter.java | 4e18de66df4a186baaf2dc0f4279fd2af9ad6496 | [] | no_license | ganwanghua/storeMan | https://github.com/ganwanghua/storeMan | 49fc077d0e21238436fc329b61d13bc26dcc95ee | 8383c5390ea13d2123a3fc80085b5e40b9eb59bf | refs/heads/main | 2023-01-18T15:04:19.584000 | 2020-11-27T00:43:42 | 2020-11-27T00:43:42 | 310,260,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pinnoocle.storeman.adapter;
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.recyclerview.widget.RecyclerView;
... | UTF-8 | Java | 6,381 | java | PackageManagementAdapter.java | Java | [
{
"context": "import ch.ielse.view.SwitchView;\n\n\n/**\n * @author: xl\n * @date: 2017/7/19\n */\n\npublic class PackageMana",
"end": 519,
"score": 0.9741753935813904,
"start": 517,
"tag": "USERNAME",
"value": "xl"
}
] | null | [] | package com.pinnoocle.storeman.adapter;
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.recyclerview.widget.RecyclerView;
... | 6,381 | 0.634093 | 0.632207 | 160 | 38.78125 | 33.756977 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 8 |
a4b7894ebd4fcdd6d7f42da7b1bedba47335b14c | 28,484,223,162,204 | cff9a59aeab3e1649c83e270a97378bcd7493f55 | /app/src/main/java/jp/techacademy/takahashi/tetsu/javalog/Thinkable.java | 937c22c4ace064d96b0d891f3d2827e918aa9840 | [] | no_license | tetsutakahashi/JavaLog | https://github.com/tetsutakahashi/JavaLog | 65b991ccacd01dca55adc208b315264af933a0dd | 1dfbf27393e96f3e7f67bc15a07a4dd5e3fcb16f | refs/heads/master | 2020-03-14T05:26:27.791000 | 2018-04-29T04:06:12 | 2018-04-29T04:06:12 | 131,464,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.techacademy.takahashi.tetsu.javalog;
interface Thinkable {
public void think();
}
| UTF-8 | Java | 98 | java | Thinkable.java | Java | [] | null | [] | package jp.techacademy.takahashi.tetsu.javalog;
interface Thinkable {
public void think();
}
| 98 | 0.755102 | 0.755102 | 5 | 18.6 | 17.304335 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 8 |
28df71e0d9c6b914e2879887ca9fb072ee7b9a79 | 19,310,173,029,634 | cd232e1a0edcf0e8c9e6a2dd210f2d1eee7b9f33 | /app/src/main/java/im/after/app/model/dashboard/DashboardModel.java | ef5eddd1b7feddf520384f3f0e64993be698fafa | [] | no_license | zeuxisoo/android-neko | https://github.com/zeuxisoo/android-neko | 5d28f0d86ed679ff3d9bf29e3a0cb0d4c5ceb04c | 1bd3cddee6abde5616f04618b39866cff13ff2c8 | refs/heads/master | 2021-01-17T09:27:36.069000 | 2016-06-02T03:31:29 | 2016-06-02T03:31:29 | 27,116,015 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package im.after.app.model.dashboard;
import javax.inject.Inject;
import im.after.app.data.api.dashboard.DashboardApi;
import im.after.app.data.api.dashboard.bean.all.DashboardAllBean;
import rx.Subscription;
import rx.android.schedulers.AndroidSchedulers;
import rx.functions.Action1;
import rx.schedulers.Schedulers;... | UTF-8 | Java | 817 | java | DashboardModel.java | Java | [] | null | [] | package im.after.app.model.dashboard;
import javax.inject.Inject;
import im.after.app.data.api.dashboard.DashboardApi;
import im.after.app.data.api.dashboard.bean.all.DashboardAllBean;
import rx.Subscription;
import rx.android.schedulers.AndroidSchedulers;
import rx.functions.Action1;
import rx.schedulers.Schedulers;... | 817 | 0.729498 | 0.725826 | 28 | 28.178572 | 26.323608 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
02263347efd1afbc9f6362b49fadf09a0e6ef531 | 33,260,226,782,619 | 3f8220706ef19709e797ea33a8331b69ed26b330 | /src/test/java/Pages/FormContent.java | 239c5ab2ab564bb4a2c57f3a2aa7f3bb28a8e24c | [] | no_license | MHekim28/BASQAR-PROJECT | https://github.com/MHekim28/BASQAR-PROJECT | a04ede3b0f32bfe3f980ab1716317f0157cd7635 | e85d267f4dd16481d561c7b543fd5519a7d8a83f | refs/heads/master | 2023-01-22T13:21:58.029000 | 2020-12-05T20:16:59 | 2020-12-05T20:16:59 | 316,280,152 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Pages;
import org.apache.xmlbeans.impl.xb.xsdschema.FieldDocument;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindAll;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.List;
public class FormContent extends Parent {
... | UTF-8 | Java | 6,734 | java | FormContent.java | Java | [] | null | [] | package Pages;
import org.apache.xmlbeans.impl.xb.xsdschema.FieldDocument;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindAll;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.List;
public class FormContent extends Parent {
... | 6,734 | 0.582715 | 0.577963 | 247 | 26.259109 | 21.184692 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.417004 | false | false | 8 |
9522ee96cb9711bd2f07d9d634e99c20461a9c13 | 17,643,725,711,471 | 7d0568e7201375a77bf656dfcfc92168df1d9730 | /ttgApiDemo/src/cn/com/ttg/entity/VipUserCard.java | 4910225318e24d0aba6a44e4f5da04d35c11825a | [] | no_license | crianzy/ttg | https://github.com/crianzy/ttg | f60ae6a49388abd38563d78bacc3eb67add6fdc3 | c9a040bf94bbc4a72dcc43c4ccc8812ab124111c | refs/heads/master | 2016-09-15T16:29:01.399000 | 2013-12-23T02:42:16 | 2013-12-23T02:42:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.ttg.entity;
import java.io.Serializable;
import java.util.Date;
/**
* 已绑定的会员卡的信息
* 带有部分用户信息 和 会员卡数据
* @author leon
*
*/
public class VipUserCard implements Serializable {
private static final long serialVersionUID = 8890371694833446425L;
private Integer uvcid;
private Integer vipc... | UTF-8 | Java | 3,666 | java | VipUserCard.java | Java | [
{
"context": "**\r\n * 已绑定的会员卡的信息\r\n * 带有部分用户信息 和 会员卡数据\r\n * @author leon\r\n *\r\n */\r\npublic class VipUserCard implements Ser",
"end": 142,
"score": 0.8557775616645813,
"start": 138,
"tag": "USERNAME",
"value": "leon"
}
] | null | [] | package cn.com.ttg.entity;
import java.io.Serializable;
import java.util.Date;
/**
* 已绑定的会员卡的信息
* 带有部分用户信息 和 会员卡数据
* @author leon
*
*/
public class VipUserCard implements Serializable {
private static final long serialVersionUID = 8890371694833446425L;
private Integer uvcid;
private Integer vipc... | 3,666 | 0.67026 | 0.663074 | 204 | 15.735294 | 15.109357 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259804 | false | false | 8 |
dec5acd7a7a171793dc08b2294d066368cc02c7c | 23,373,212,095,198 | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/java/com/gensym/classes/modules/uilroot/UilRadioBox.java | 45aad089e8ffb8b5e37e50ef7321b1f728aa93c9 | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | https://github.com/UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559000 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 1986-2017 Gensym Corporation.
* All Rights Reserved.
*
* UilRadioBox.java
*
* Description: Generated Interface file. Do not edit!
*
* Author: Gensym Corp.
*
* Version: 5.1 Rev. 1
*
* Date: Mon Oct 22 11:05:28 EDT 2007
*
*/
package com.gensym.classes.modu... | UTF-8 | Java | 2,271 | java | UilRadioBox.java | Java | [
{
"context": " Interface file. Do not edit!\n *\n * Author: Gensym Corp.\n *\n * Version: 5.1 Rev. 1\n *\n * D",
"end": 196,
"score": 0.9992818236351013,
"start": 185,
"tag": "NAME",
"value": "Gensym Corp"
}
] | null | [] | /*
* Copyright (C) 1986-2017 Gensym Corporation.
* All Rights Reserved.
*
* UilRadioBox.java
*
* Description: Generated Interface file. Do not edit!
*
* Author: <NAME>.
*
* Version: 5.1 Rev. 1
*
* Date: Mon Oct 22 11:05:28 EDT 2007
*
*/
package com.gensym.classes.modules.u... | 2,266 | 0.722149 | 0.708498 | 67 | 32.895523 | 35.692356 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38806 | false | false | 8 |
de5320f5af04b628a8ca92a37df636079f7261bb | 2,714,419,334,578 | 106704d9b419f67a14dc5e26a8d46407e6ec936a | /src/test/java/org/toughjobs/exams/trains/processing/ProcessorImplTest.java | 811522967cd79488dca49a177bc99c0d60dad570 | [] | no_license | daochuanli/TRAINS | https://github.com/daochuanli/TRAINS | 6ad3c059477013977852556031f249dcc7d3277d | 6f1436ad82f2e693c731c46d7928997056ff5df9 | refs/heads/master | 2021-01-08T21:01:15.158000 | 2010-12-02T19:23:24 | 2010-12-02T19:23:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.toughjobs.exams.trains.processing;
import java.util.Set;
import java.util.logging.Logger;
import org.toughjobs.exams.trains.data.Route;
import org.toughjobs.exams.trains.data.Trip;
import org.toughjobs.exams.trains.exceptions.NoSuchRouteException;
import org.toughjobs.exams.trains.processing.Processor;
i... | UTF-8 | Java | 4,701 | java | ProcessorImplTest.java | Java | [
{
"context": "to test {@link ProcessorImpl}\n * @author <a href=\"tgoirand@gmail.com\">Thomas Goirand</a>\n */\npublic class ProcessorImp",
"end": 505,
"score": 0.9999256134033203,
"start": 487,
"tag": "EMAIL",
"value": "tgoirand@gmail.com"
},
{
"context": "ssorImpl}\n * @author <a h... | null | [] | package org.toughjobs.exams.trains.processing;
import java.util.Set;
import java.util.logging.Logger;
import org.toughjobs.exams.trains.data.Route;
import org.toughjobs.exams.trains.data.Trip;
import org.toughjobs.exams.trains.exceptions.NoSuchRouteException;
import org.toughjobs.exams.trains.processing.Processor;
i... | 4,682 | 0.601787 | 0.593065 | 170 | 26.652941 | 24.774813 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.870588 | false | false | 8 |
8a0d6fbf35aa801fe6ab45b130bdcbd1cc3c369a | 4,097,398,854,898 | b8a549d61b6fc98d92090585c5afea57f8711ed8 | /Phone-ACC-Version/app/src/main/java/com/example/monsterbot/myapplication/Train_Activity.java | 392bcada44fd31b6853e3f04030cd86b894db086 | [] | no_license | asdfvar/sensor | https://github.com/asdfvar/sensor | fcf8af577e7a37b85642738935a710eb17eabd5b | 620682003cbecf6b00838c7d29153a1ebc2c38d4 | refs/heads/master | 2020-04-04T02:21:15.806000 | 2017-05-03T02:46:29 | 2017-05-03T02:46:29 | 17,891,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.monsterbot.myapplication;
import android.content.pm.ActivityInfo;
import android.os.Handler;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor... | UTF-8 | Java | 3,979 | java | Train_Activity.java | Java | [] | null | [] | package com.example.monsterbot.myapplication;
import android.content.pm.ActivityInfo;
import android.os.Handler;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor... | 3,979 | 0.657703 | 0.644634 | 104 | 36.259617 | 23.999598 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740385 | false | false | 8 |
ecb47b573cd801b860eea3666a827d1642dad727 | 31,988,916,481,589 | 2f0d62907cd0ed506038c1f980cf96e165ad9426 | /rapid-ui/src/main/java/com/jye/rapidandroid/ui/util/RapidCountDownButtonHelper.java | a07a2c140ee4e2398dcd3b345009c6a2aaa888af | [] | no_license | xiaojye/RapidAndroid | https://github.com/xiaojye/RapidAndroid | 0d6d8f710da7011a26dd7bb96df1358e44d2a568 | 4fa7a220203c1e18891fdbe0a2bf9402342273de | refs/heads/master | 2022-11-06T07:14:36.166000 | 2020-06-13T07:44:10 | 2020-06-13T07:44:10 | 271,958,459 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jye.rapidandroid.ui.util;
import android.os.CountDownTimer;
import android.widget.TextView;
/**
* 描述:倒计时Button帮助类
* 创建人:jye-ixiaojye@163.com
*/
public class RapidCountDownButtonHelper {
private TextView mButton;
/**
* 倒计时总时间
*/
private int mCount;
/**
* 倒计时间期
*/
... | UTF-8 | Java | 4,308 | java | RapidCountDownButtonHelper.java | Java | [
{
"context": "d.widget.TextView;\n\n/**\n * 描述:倒计时Button帮助类\n * 创建人:jye-ixiaojye@163.com\n */\npublic class RapidCountDownButtonHelper {\n\n ",
"end": 156,
"score": 0.999898374080658,
"start": 136,
"tag": "EMAIL",
"value": "jye-ixiaojye@163.com"
},
{
"context": " }\n\n /**\n ... | null | [] | package com.jye.rapidandroid.ui.util;
import android.os.CountDownTimer;
import android.widget.TextView;
/**
* 描述:倒计时Button帮助类
* 创建人:<EMAIL>
*/
public class RapidCountDownButtonHelper {
private TextView mButton;
/**
* 倒计时总时间
*/
private int mCount;
/**
* 倒计时间期
*/
private in... | 4,295 | 0.514698 | 0.504992 | 158 | 21.829113 | 21.112776 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303797 | false | false | 8 |
e0c6134b88b579ec65cb33c4db4104d71f2c0ec3 | 13,735,305,422,623 | 824e25abe8ab6f32db73f1fef3915b82f123768d | /0705/src/pack003/p02.java | 66ca0256e2a9456d393eeb8112165ea201377129 | [] | no_license | packking/parkkingparking | https://github.com/packking/parkkingparking | d9d9503beed083b1ba6245c4c26666c50edb3e96 | d762f333ee5b0987a510b4e52c99a728a519444d | refs/heads/master | 2020-03-22T05:13:54.777000 | 2018-10-29T09:23:11 | 2018-10-29T09:23:11 | 139,551,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pack003;
public class p02 {
public double latitude;
public double longitude;
//매개변수가 없는 생성자 - 디폴트 생성자
public p02() {
super();
// TODO Auto-generated constructor stub
}
//접근자 메소드 - getter , setter
public double getLatitude() {
return latitude;
}
public void setLatitude... | UTF-8 | Java | 910 | java | p02.java | Java | [] | null | [] | package pack003;
public class p02 {
public double latitude;
public double longitude;
//매개변수가 없는 생성자 - 디폴트 생성자
public p02() {
super();
// TODO Auto-generated constructor stub
}
//접근자 메소드 - getter , setter
public double getLatitude() {
return latitude;
}
public void setLatitude... | 910 | 0.631841 | 0.618159 | 48 | 14.75 | 17.989 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.208333 | false | false | 8 |
bce9caa898399aaa72b83413d661a15a5f273cbf | 1,151,051,290,885 | 3aeed54a3045acaa331937c32f1e7827fcffe216 | /Java/ProjectEuler/Problem006.java | 91df0aaabd8f0e6288abe6125f05ed33ddaa2017 | [
"WTFPL"
] | permissive | Numerios/Playground | https://github.com/Numerios/Playground | cd5de41095b82b91d698f58b8192e32e87475e36 | d99b85427138c6def1adc14fe2205075230a7663 | refs/heads/master | 2020-04-24T18:01:12.187000 | 2013-07-04T22:12:39 | 2013-07-04T22:12:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Playground - Java - Project Euler
*
* Problem 006
* http://projecteuler.net/problem=6
*
* "Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum."
*/
public class Problem006 extends AProblem{
public static int RANGE = 100; // our static variab... | UTF-8 | Java | 1,037 | java | Problem006.java | Java | [] | null | [] | /* Playground - Java - Project Euler
*
* Problem 006
* http://projecteuler.net/problem=6
*
* "Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum."
*/
public class Problem006 extends AProblem{
public static int RANGE = 100; // our static variab... | 1,037 | 0.681774 | 0.66731 | 23 | 44.086956 | 43.407986 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.565217 | false | false | 8 |
053fa5b4146f3583163a2db68287c04f31265365 | 18,674,517,860,034 | 59c4601296c99c5cce843bbaccc01afa090656d3 | /Demo1/Utils.java | 99d9ec9f9e04955918231dd131a2cd9112c9fc5e | [
"MIT"
] | permissive | aaronlinv/learn-programming | https://github.com/aaronlinv/learn-programming | 856ca8f01cdb9549cc34b0c201c50b8495b98377 | cf878a5a0d9f7d0206d28355656539fba7fe83f9 | refs/heads/master | 2020-12-28T17:35:51.785000 | 2020-02-16T06:08:53 | 2020-02-16T06:08:53 | 238,424,362 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Demo1;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class Utils {
private static String numWords = "零一二三四五六七八九十";
private static Map<String, Integer> map = new HashMap<String, Integer>();
/**
* 运行语句并处理异常
* @param str
*/
public static void runMain(String str) {
tr... | UTF-8 | Java | 10,465 | java | Utils.java | Java | [] | null | [] | package Demo1;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
public class Utils {
private static String numWords = "零一二三四五六七八九十";
private static Map<String, Integer> map = new HashMap<String, Integer>();
/**
* 运行语句并处理异常
* @param str
*/
public static void runMain(String str) {
tr... | 10,465 | 0.577878 | 0.557567 | 441 | 19.54195 | 18.988688 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.24263 | false | false | 8 |
74b270f8ba7ede3b295e360097bfdc9f62b385b1 | 8,246,337,272,392 | f192633bcd3e7d820f64acd81bcb6ab293434f15 | /app/src/main/java/com/famousindiasocialnetwork/network/response/ProfileResponse.java | 17f0d5190927004417feec670ee872b03790fb56 | [] | no_license | Noblepal/social-network | https://github.com/Noblepal/social-network | f2874954ddd7f5bed4d64294a50c66fec2f8714a | c5137a7b11b3b230d4a9e646efd86cc92162857e | refs/heads/master | 2022-11-10T16:25:25.854000 | 2020-07-01T18:34:18 | 2020-07-01T18:34:18 | 275,784,310 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.famousindiasocialnetwork.network.response;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by a_man on 12-12-2017.
*/
public class ProfileResponse extends UserResponse implements Parcelab... | UTF-8 | Java | 3,306 | java | ProfileResponse.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by a_man on 12-12-2017.\n */\npublic class ProfileResponse e",
"end": 231,
"score": 0.9996519088745117,
"start": 226,
"tag": "USERNAME",
"value": "a_man"
}
] | null | [] | package com.famousindiasocialnetwork.network.response;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by a_man on 12-12-2017.
*/
public class ProfileResponse extends UserResponse implements Parcelab... | 3,306 | 0.565336 | 0.558984 | 130 | 24.430769 | 18.5385 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 8 |
3197640f2926c5201d608eed5a7f371b4b169a36 | 33,285,996,596,849 | 7e9156598ac7b16ef2d7c371b878798aad962f14 | /app/src/main/java/romain/grellier/com/vroom/data/remote/rxwebsocketwrapper/SocketEventTypeEnum.java | b73a57771b2271b00598a50d857ffdfeb78c70c9 | [
"MIT"
] | permissive | thegrxp/Vroom | https://github.com/thegrxp/Vroom | 3bb49e96d1455deed3153ac96662d0524cdbb1fc | c315cf55666a2ba17e932d2e42d5970c0a52ada6 | refs/heads/master | 2019-03-17T22:52:14.431000 | 2018-03-29T14:38:25 | 2018-03-29T14:38:25 | 123,304,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package romain.grellier.com.vroom.data.remote.rxwebsocketwrapper;
public enum SocketEventTypeEnum {
OPEN, CLOSING, CLOSED, FAILURE, MESSAGE
}
| UTF-8 | Java | 147 | java | SocketEventTypeEnum.java | Java | [] | null | [] | package romain.grellier.com.vroom.data.remote.rxwebsocketwrapper;
public enum SocketEventTypeEnum {
OPEN, CLOSING, CLOSED, FAILURE, MESSAGE
}
| 147 | 0.795918 | 0.795918 | 5 | 28.4 | 25.024788 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
fa87e851996d89a0d75e8d4e09a24aa75421bed5 | 6,193,342,906,766 | da008a1c7385dfd5beb1da1f72989551557c4ff7 | /app/src/main/java/com/example/myapplication6/FoodDetail.java | e848ddc146a32b00ba6c59d56c4b2652b99ae477 | [] | no_license | wassimbenslimene/EAT4UP-wassimbenslimene | https://github.com/wassimbenslimene/EAT4UP-wassimbenslimene | 3ebefd3c690eb384a215e88c946b2822d0773094 | 74cc61c3b2ab3f8576c6d79d9e20791d4176b503 | refs/heads/master | 2022-03-29T17:29:33.474000 | 2019-12-04T08:34:15 | 2019-12-04T08:34:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication6;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widg... | UTF-8 | Java | 4,739 | java | FoodDetail.java | Java | [] | null | [] | package com.example.myapplication6;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageView;
import android.widg... | 4,739 | 0.681789 | 0.680945 | 118 | 39.161018 | 29.790787 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694915 | false | false | 8 |
ac31604f9af319e397bf2a5f3c1e5df35e0499f4 | 4,183,298,201,178 | fbce9ccf073aab02e0c7b3e58e444c1dda95f745 | /16장-네스티드 클래스,인터페이스/src/Nested/NestedClassExample6.java | f8d9c3a6721f0585c960047d56e8c0fc8321d1d0 | [] | no_license | HoJun-Seo/Java-Study | https://github.com/HoJun-Seo/Java-Study | 5fc5e85d6f1bd41cd76da732fcc395b7e0e6f7ba | 2350ee236b90eb64878f0395257b186c5258be25 | refs/heads/master | 2022-01-31T06:27:21.696000 | 2022-01-21T08:29:36 | 2022-01-21T08:29:36 | 241,072,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Nested;
/*
* 정적 네스티드 클래스는 인클로징 클래스의 정적(static) 구성요소 이다. 그래서 정적 네스티드 클래스의 객체는 이너 클래스의 경우 처럼
* 인클로징 객체와 연관 관계를 맺거나 하지 않는다.
* 그렇기 때문에 정적 네스티드 클래스의 객체를 생성 할 때는 new 키워드 앞에 아무것도 쓸 필요가 없고, 생성자 이름 앞에 인클로징 클래스의 이름과 마침표만 써주면 된다.
* 예) Line.Point point = new Line.Point(100, 200); - Line : 인클로징 클래스의 이름, Point : 정적 네스티드 ... | UTF-8 | Java | 885 | java | NestedClassExample6.java | Java | [] | null | [] | package Nested;
/*
* 정적 네스티드 클래스는 인클로징 클래스의 정적(static) 구성요소 이다. 그래서 정적 네스티드 클래스의 객체는 이너 클래스의 경우 처럼
* 인클로징 객체와 연관 관계를 맺거나 하지 않는다.
* 그렇기 때문에 정적 네스티드 클래스의 객체를 생성 할 때는 new 키워드 앞에 아무것도 쓸 필요가 없고, 생성자 이름 앞에 인클로징 클래스의 이름과 마침표만 써주면 된다.
* 예) Line.Point point = new Line.Point(100, 200); - Line : 인클로징 클래스의 이름, Point : 정적 네스티드 ... | 885 | 0.671028 | 0.646729 | 14 | 37.214287 | 32.846348 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 8 |
da3d45311885b50519d96728da59821fbd8dcaa7 | 31,619,549,265,518 | e240a2f7da24659172476077d65bb9da484aa7eb | /src/ua/itea/lesson15/tasks/ShapeContainer.java | 29dc2f0374f1c4bb21bf6017456992c91654bd78 | [] | no_license | yaroslav36455/ITEA_JavaBase | https://github.com/yaroslav36455/ITEA_JavaBase | f9c1c31b1d77cc5f7d33ff26839ab9efe5258d6b | 7201ac246470d49f3071f20eccff203f9638a95d | refs/heads/master | 2022-12-27T05:46:22.614000 | 2020-10-15T07:36:11 | 2020-10-15T07:36:11 | 289,955,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.itea.lesson15.tasks;
import java.sql.SQLException;
import ua.itea.lesson15.tasks.shape.Shape;
public class ShapeContainer {
public int size() throws SQLException {
throw new RuntimeException("Unimplemented method 'size()'"
+ " in class ShapeContainer");
}
public void add(Shape shape... | UTF-8 | Java | 988 | java | ShapeContainer.java | Java | [] | null | [] | package ua.itea.lesson15.tasks;
import java.sql.SQLException;
import ua.itea.lesson15.tasks.shape.Shape;
public class ShapeContainer {
public int size() throws SQLException {
throw new RuntimeException("Unimplemented method 'size()'"
+ " in class ShapeContainer");
}
public void add(Shape shape... | 988 | 0.692308 | 0.687247 | 32 | 29.875 | 31.226742 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.03125 | false | false | 8 |
4333081ea26665d804712289ac0cc24554560ed7 | 6,734,508,757,676 | 08b5b216004b785f79692f42432bf97e12cef6db | /src/com/rodionorets/leetcode/arrays/ConvertSortedArrayToBST.java | 0f8f5a3fb0eaa4b1c4683e57607c12dd9190b604 | [] | no_license | RodionOrets/algorithms-practice | https://github.com/RodionOrets/algorithms-practice | 1ccda592274fc3d1e272fda22662f9eda03ed96c | 3395b9df7ec2b7fca1e9b385e4fdad65a3c2cf4a | refs/heads/master | 2022-07-16T07:38:42.121000 | 2022-07-06T20:30:48 | 2022-07-06T20:30:48 | 143,181,519 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rodionorets.leetcode.arrays;
public class ConvertSortedArrayToBST {
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) { val = x; }
}
public TreeNode sortedArrayToBST(int[] nums) {
return sortedArrayToBST(nums, 0, nums.lengt... | UTF-8 | Java | 711 | java | ConvertSortedArrayToBST.java | Java | [] | null | [] | package com.rodionorets.leetcode.arrays;
public class ConvertSortedArrayToBST {
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) { val = x; }
}
public TreeNode sortedArrayToBST(int[] nums) {
return sortedArrayToBST(nums, 0, nums.lengt... | 711 | 0.582278 | 0.575246 | 30 | 22.700001 | 21.988102 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
1109bd6daed4cf2507346ca29ce462ed98b28913 | 14,087,492,801,052 | cb770e9e26d0ef8bef06148a2ff4fba77dbd5fcf | /src/main/java/com/example/ecomerce/exception/PasswordResetException.java | 8409d1608c39d4c4e966c00eae261dde53f6e999 | [] | no_license | DarkCodePE/ecomerce | https://github.com/DarkCodePE/ecomerce | 34e11409338ec30876fc7a8a6be4cfcb0b60723e | e28e9b60b259b4a972a3f4409cc757051b3847f7 | refs/heads/master | 2023-06-17T18:00:24.807000 | 2021-07-19T20:34:14 | 2021-07-19T20:34:14 | 382,518,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ecomerce.exception;
public class PasswordResetException extends I18AbleException{
public PasswordResetException(String key, Object... args) {
super(key, args);
}
}
| UTF-8 | Java | 194 | java | PasswordResetException.java | Java | [] | null | [] | package com.example.ecomerce.exception;
public class PasswordResetException extends I18AbleException{
public PasswordResetException(String key, Object... args) {
super(key, args);
}
}
| 194 | 0.768041 | 0.757732 | 8 | 23.25 | 25.222757 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
29220b62d503b49f0caa0638be1162a1bffce566 | 31,559,419,742,359 | 3983bc1129662ddea5cd5937b3859d1d0359eea7 | /CureMe/app/src/main/java/tk/mrinalini/cureme/SearchResult.java | cfb09983d3d3e43caa37d5372fc3ff97c11d5be9 | [] | no_license | MrinaliniPal/Capstone-Project | https://github.com/MrinaliniPal/Capstone-Project | 082f0dc6592db9dcd9816f5337b695c032947f95 | d1e0cdc5c9f58aa625e47e1ba100da0dbc2010ec | refs/heads/master | 2021-01-22T21:00:05.448000 | 2017-03-22T09:02:14 | 2017-03-22T09:02:14 | 85,385,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tk.mrinalini.cureme;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
public class SearchResult extends AppCompatActivity {
static String search;
... | UTF-8 | Java | 1,236 | java | SearchResult.java | Java | [
{
"context": "package tk.mrinalini.cureme;\n\nimport android.os.Bundle;\nimport android",
"end": 20,
"score": 0.5045327544212341,
"start": 17,
"tag": "USERNAME",
"value": "ini"
}
] | null | [] | package tk.mrinalini.cureme;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
public class SearchResult extends AppCompatActivity {
static String search;
... | 1,236 | 0.702265 | 0.699029 | 36 | 33.333332 | 27.703791 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694444 | false | false | 8 |
b3c237c46ffeeef9d2bf4a92c3ac2a90885931bd | 21,638,045,276,213 | 0dd365ddce3eb410d317f6fc35029879f4bf6281 | /V5/battlebot-console/src/main/java/com/wesleyreisz/battlebot/renderer/MessageRenderer.java | 99c3e586c070e3e39607d5e6e01e8fc74e45f95f | [] | no_license | wesreisz/battlebot | https://github.com/wesreisz/battlebot | 0364253f45839dd8f68685fe0b764cfc0d99bff5 | 88bebe73da5cf500c74505cb36d1e28e939a3eea | refs/heads/master | 2016-09-05T22:24:26.345000 | 2013-04-16T00:39:25 | 2013-04-16T00:39:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wesleyreisz.battlebot.renderer;
public interface MessageRenderer {
public abstract void render(String input);
} | UTF-8 | Java | 127 | java | MessageRenderer.java | Java | [] | null | [] | package com.wesleyreisz.battlebot.renderer;
public interface MessageRenderer {
public abstract void render(String input);
} | 127 | 0.811024 | 0.811024 | 7 | 17.285715 | 19.868958 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 8 |
e829b7ec2df375ebab36fab5148cb80a16097af4 | 27,255,862,474,365 | 56e9e0cad36db0ba0af9dcd96e593fbbcddd117b | /consultas/src/gob/min/digemin/ejb/Simpersona1.java | 2fbb3b0c4bd7a963d89c9724a3597053f479fbfc | [] | no_license | karmveer220/ecampos | https://github.com/karmveer220/ecampos | 37710af4381b7019fd14c66dd883c05286f403da | 1c6c75df498e20040b68b67a1c68e198d69631cc | refs/heads/master | 2021-03-12T23:28:29.428000 | 2014-05-13T17:01:55 | 2014-05-13T17:01:55 | 35,677,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package gob.min.digemin.ejb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
... | UTF-8 | Java | 8,799 | java | Simpersona1.java | Java | [] | null | [] |
package gob.min.digemin.ejb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
... | 8,799 | 0.546994 | 0.538129 | 341 | 23.797653 | 22.338442 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.205279 | false | false | 8 |
80a2060e61433c99cbf1a5fa772c88bc0e87f343 | 21,225,728,393,733 | dc108bf7f57d87f8d56c9587d382313d4ccf9be0 | /core/cmf/common-base/src/java/com/pb/common/matrix/TranscadIO.java | c2f522d033fe741f39fa0577ca7dba7ef32c2c48 | [] | no_license | BayAreaMetro/travel-model-two | https://github.com/BayAreaMetro/travel-model-two | ac7066ab72e4c54c2b575b055259a51183b6a2eb | ced0a27a9a850f9ae59adf030d506c34d4863884 | refs/heads/master | 2023-08-13T22:34:16.576000 | 2023-04-10T18:33:34 | 2023-04-10T18:33:34 | 24,194,131 | 10 | 12 | null | false | 2023-04-12T22:17:39 | 2014-09-18T15:41:03 | 2022-10-20T18:42:23 | 2023-04-12T22:17:39 | 504,818 | 16 | 14 | 22 | Java | false | false | /*
* Copyright 2005 PB Consult Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | UTF-8 | Java | 26,627 | java | TranscadIO.java | Java | [
{
"context": "er the License.\n *\n * Created on Dec 13, 2005 by Joel Freedman <freedman@pbworld.com>\n */\npackage com.pb.common.",
"end": 652,
"score": 0.9998728036880493,
"start": 639,
"tag": "NAME",
"value": "Joel Freedman"
},
{
"context": " *\n * Created on Dec 13, 2005 by J... | null | [] | /*
* Copyright 2005 PB Consult Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 26,607 | 0.564803 | 0.558193 | 781 | 33.09219 | 28.26107 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614597 | false | false | 8 |
f6ba86d3f6de2081f4d8cf03d757c7d9638b67fc | 31,284,541,798,299 | a64e417ab85aa5eb5fed2d12cd14d1bc6a10a27d | /src/main/java/invoice/DAO.java | 2661d1ad6300f622017aef69e87563a5e3221cf9 | [] | no_license | MatthieuRibeyrolles/Invoice | https://github.com/MatthieuRibeyrolles/Invoice | 5167a37d5bf6107e63d679280dc5e8beab2992d8 | 51a72fd33ccfff974537b800d8651e1ade46354d | refs/heads/master | 2021-07-19T06:43:51.968000 | 2019-10-22T11:22:14 | 2019-10-22T11:22:14 | 216,795,985 | 0 | 0 | null | false | 2020-10-13T16:54:13 | 2019-10-22T11:22:34 | 2019-10-22T11:23:11 | 2020-10-13T16:54:12 | 18 | 0 | 0 | 1 | Java | false | false | package invoice;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import javax.sql.DataSource;
public class DAO {
private final DataSource... | UTF-8 | Java | 8,268 | java | DAO.java | Java | [] | null | [] | package invoice;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import javax.sql.DataSource;
public class DAO {
private final DataSource... | 8,268 | 0.595336 | 0.592179 | 243 | 32.884773 | 27.382879 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.720165 | false | false | 8 |
0a101c032539b11d0335744934982a4d872d1311 | 21,689,584,850,590 | b942e0d9d06f46aba411d5e9c26b09bac8ea8954 | /branches/3.0/engine/src/ios/com/clockwork/system/ios/ObjcNativeObject.java | 9629cb4bd71ffa8aed1022ba5f71e67abcb9a412 | [
"Apache-2.0"
] | permissive | PlanetWaves/clockworkengine | https://github.com/PlanetWaves/clockworkengine | fc9331a98aac2ef9be6afbf53c74d56fad2bdea5 | c621e5602d696ece9b7611f643b4ce55b9dc8c47 | refs/heads/master | 2020-12-31T06:08:40.298000 | 2017-03-24T21:35:47 | 2017-03-24T21:35:47 | 80,635,295 | 0 | 0 | null | false | 2017-03-05T22:47:04 | 2017-02-01T15:48:10 | 2017-02-03T16:15:33 | 2017-03-05T22:47:04 | 375,674 | 0 | 0 | 0 | Java | null | null |
package com.clockwork.system.ios;
/**
* Java Object that represents a native iOS class. You can call methods and
* retrieve objects from the native object via this class.
*
*/
public class ObjcNativeObject {
private final long nativeObject;
/**
* Creates a new native object representation
*
... | UTF-8 | Java | 3,676 | java | ObjcNativeObject.java | Java | [] | null | [] |
package com.clockwork.system.ios;
/**
* Java Object that represents a native iOS class. You can call methods and
* retrieve objects from the native object via this class.
*
*/
public class ObjcNativeObject {
private final long nativeObject;
/**
* Creates a new native object representation
*
... | 3,676 | 0.71518 | 0.71518 | 98 | 36.5 | 36.608589 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438776 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.