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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f8d8a6a5e1633a2bd2860a7623996b9d80c1e72b | 7,155,415,516,348 | 584dca5b86c1c790cc4fab2de02c162954c3ddd3 | /src/main/java/de/drentech/innihald/documentrepository/ocr/OcrUtil.java | b3eededaa1428394e792c278d9f65e2be7ace9d5 | [
"MIT"
] | permissive | Innihald/document_repository | https://github.com/Innihald/document_repository | c4fb9c8e7433cab554931d02a28fa1f167d72be6 | b7b9dbcc4c94d1e1e481ad278ba63e19ccbeedef | refs/heads/master | 2022-12-12T15:01:04.253000 | 2020-09-11T10:39:02 | 2020-09-11T10:39:02 | 294,129,419 | 0 | 0 | null | false | 2020-09-09T19:30:32 | 2020-09-09T13:59:33 | 2020-09-09T14:03:12 | 2020-09-09T19:30:31 | 82 | 0 | 0 | 0 | Java | false | false | package de.drentech.innihald.documentrepository.ocr;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.rendering.ImageType;
import org.apache.pdfbox.rendering.PDFRenderer;
import javax.enterprise.context.ApplicationScoped;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
... | UTF-8 | Java | 2,123 | java | OcrUtil.java | Java | [] | null | [] | package de.drentech.innihald.documentrepository.ocr;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.rendering.ImageType;
import org.apache.pdfbox.rendering.PDFRenderer;
import javax.enterprise.context.ApplicationScoped;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
... | 2,123 | 0.607631 | 0.605276 | 57 | 35.245613 | 31.20126 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719298 | false | false | 13 |
b0ccb79e46e0198653fd40aa04d5176dbbbcd5c2 | 15,908,558,920,835 | 8b9cdee30dcd939c18699959e98dc74236589000 | /src/main/java/data/NegativeData.java | ae9dd092821f103ac52d3bf49ef2fb08d3fedf90 | [] | no_license | ArtBi/SuperCalculator_WebDriver | https://github.com/ArtBi/SuperCalculator_WebDriver | d059db768b0cf93010b39246cc0821db68fa4129 | 9cf2989be8ca4777656531218059ed7dcdb3ca3c | refs/heads/master | 2021-01-18T22:19:45.883000 | 2016-11-05T15:30:46 | 2016-11-05T15:31:12 | 72,486,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data;
import org.testng.annotations.*;
/**
* Created by RtB on 28.10.2016.
*/
public class NegativeData {
@DataProvider(name = "addition-provider")
public static Object[][] additionTestProvider() {
return new Object[][]{
{"", "", "NaN"},
{"", "-1... | UTF-8 | Java | 2,220 | java | NegativeData.java | Java | [
{
"context": "rt org.testng.annotations.*;\r\n\r\n/**\r\n * Created by RtB on 28.10.2016.\r\n */\r\npublic class NegativeData {\r",
"end": 75,
"score": 0.9994392395019531,
"start": 72,
"tag": "USERNAME",
"value": "RtB"
}
] | null | [] | package data;
import org.testng.annotations.*;
/**
* Created by RtB on 28.10.2016.
*/
public class NegativeData {
@DataProvider(name = "addition-provider")
public static Object[][] additionTestProvider() {
return new Object[][]{
{"", "", "NaN"},
{"", "-1... | 2,220 | 0.322523 | 0.300901 | 73 | 28.410959 | 16.721601 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.465753 | false | false | 13 |
18d29112b958c0993add2742c400e54d56bdaa88 | 28,132,035,843,433 | 6e20fc51db65163f03aea11e73e4862ae846eb1d | /web/src/main/java/org/zerock/web/BoardController.java | 905eeba6a2bf0dedcbf6a0f18b4d6bd0fae05d1c | [] | no_license | Jung-hyeon-Park/UsedGames | https://github.com/Jung-hyeon-Park/UsedGames | f9c8aee89a3b9c3d32e7d61bd191683ba396f65b | 1d749af65e7c5ee3a0cec5793bd604a683621baa | refs/heads/master | 2018-10-29T22:54:12.928000 | 2018-10-12T01:43:12 | 2018-10-12T01:43:12 | 144,663,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zerock.web;
import java.io.File;
import java.io.IOException;
import javax.inject.Inject;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sprin... | UTF-8 | Java | 3,271 | java | BoardController.java | Java | [] | null | [] | package org.zerock.web;
import java.io.File;
import java.io.IOException;
import javax.inject.Inject;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sprin... | 3,271 | 0.737496 | 0.737496 | 104 | 28.951923 | 28.269438 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.759615 | false | false | 13 |
2158d5416e022eda3d122750be7cd24474024501 | 30,631,706,788,558 | bacde5bb0effd64aa061a729d73e07642d876368 | /vnp/Defense Run/src/org/com/vnp/defenserun/data/NormalQuaivat.java | fc06ba7675b18862416cd70f4118c816fec27fa4 | [] | no_license | fordream/store-vnp | https://github.com/fordream/store-vnp | fe10d74acd1a780fb88f90e4854d15ce44ecb68c | 6ca37dd4a69a63ea65d601aad695150e70f8d603 | refs/heads/master | 2020-12-02T15:05:14.994000 | 2015-10-23T13:52:51 | 2015-10-23T13:52:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.com.vnp.defenserun.data;
public class NormalQuaivat extends Quaivat {
}
| UTF-8 | Java | 86 | java | NormalQuaivat.java | Java | [] | null | [] | package org.com.vnp.defenserun.data;
public class NormalQuaivat extends Quaivat {
}
| 86 | 0.790698 | 0.790698 | 5 | 16.200001 | 19.6 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
e3eb107e2e1908bc43ab9e42c546680e826b51c5 | 28,278,064,718,924 | 14136dbf87ce6951b65de054b7d82aad76d1de68 | /site/permi-parent/shiro-spring-redis/src/main/java/com/outrun/permission/oper/dao/relation/User_arole_dao.java | f80fbcf8f6d0687607423378b66a8502d7a43f2c | [] | no_license | outrunJ/projects | https://github.com/outrunJ/projects | 082484d6e914d79175fccf25048c814fed9b0166 | 7ea2ad0384112399972fca87da022b8e5f0e3e86 | refs/heads/master | 2016-08-31T01:52:27.111000 | 2016-08-25T09:35:57 | 2016-08-25T09:35:57 | 35,462,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.outrun.permission.oper.dao.relation;
import java.sql.SQLException;
import com.outrun.permission.oper.dao.base.PermiBaseDao;
import com.outrun.permission.oper.entity.relation.User_arole;
public interface User_arole_dao extends PermiBaseDao<User_arole>{
public abstract boolean detachAroles(String[] userI... | UTF-8 | Java | 513 | java | User_arole_dao.java | Java | [] | null | [] | package com.outrun.permission.oper.dao.relation;
import java.sql.SQLException;
import com.outrun.permission.oper.dao.base.PermiBaseDao;
import com.outrun.permission.oper.entity.relation.User_arole;
public interface User_arole_dao extends PermiBaseDao<User_arole>{
public abstract boolean detachAroles(String[] userI... | 513 | 0.808967 | 0.808967 | 16 | 31.0625 | 33.345669 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 13 |
773cbdac99c608be77da06990d855c1161f6c434 | 30,262,339,602,779 | e88d8f11e8ea08e6d166b9b9cd4da65dcd1606ed | /src/test/java/com/qa/pippin/TestCases/HomePageTest.java | e4441e53e0bac1648e9b57e31830c15b754851ed | [] | no_license | varshitha-automation/AutomationCoding-Challenge | https://github.com/varshitha-automation/AutomationCoding-Challenge | b01ea416772ad88a75223db5c49042d4c19d90e3 | 8cb376b9b3ae302e2bd14efedb2fdf300d4deeae | refs/heads/master | 2023-05-14T00:48:57.051000 | 2021-06-05T10:46:57 | 2021-06-05T10:46:57 | 374,087,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qa.pippin.TestCases;
import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;
import com.qa.pippin.Listener.listen;
import com.qa.pi... | UTF-8 | Java | 1,005 | java | HomePageTest.java | Java | [] | null | [] | package com.qa.pippin.TestCases;
import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;
import com.qa.pippin.Listener.listen;
import com.qa.pi... | 1,005 | 0.770149 | 0.770149 | 50 | 19.1 | 16.021547 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 13 |
a8f813ac0db950a2e3fed1a5cf2f97ff779780c7 | 30,872,224,959,799 | 578d7cf6846165afc6086b8d81faf020d9578979 | /web/juzhai/trunk/src/main/java/com/juzhai/core/web/filter/CheckLoginFilter.java | ca121ccc115a00123b0d95f2543030dc1eb1b269 | [] | no_license | dalinhuang/weguan | https://github.com/dalinhuang/weguan | edd2ec613e71f2c9509a10628d8517fe53862344 | 4d3feaffe2e7374e632247a66e8f320d3e3a9f1f | refs/heads/master | 2016-09-13T18:55:22.557000 | 2014-06-12T08:00:48 | 2014-06-12T08:00:48 | 56,267,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juzhai.core.web.filter;
import java.io.IOException;
import java.net.URLEncoder;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
imp... | UTF-8 | Java | 5,192 | java | CheckLoginFilter.java | Java | [
{
"context": "\r\n\r\n\tpublic static final String LOGIN_USER_KEY = \"loginUser\";\r\n\tpublic static final String IS_FROM_QQ_PLU",
"end": 1166,
"score": 0.6727568507194519,
"start": 1161,
"tag": "KEY",
"value": "login"
}
] | null | [] | package com.juzhai.core.web.filter;
import java.io.IOException;
import java.net.URLEncoder;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
imp... | 5,192 | 0.723173 | 0.722978 | 156 | 30.97436 | 22.936352 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.455128 | false | false | 13 |
3660b1bdbd0015b04f45119770bfd551576f5b0f | 1,365,799,638,899 | 0e0343f1ceacde0b67d7cbf6b0b81d08473265ab | /aurora_ide/aurora.ide.prototype.consultant.product/src/aurora/ide/prototype/consultant/view/wizard/FunctionFSDDescPage.java | 145a3f7436b41a0b36120073ac3938f6c365522f | [] | no_license | Chajunghun/aurora-project | https://github.com/Chajunghun/aurora-project | 33d5f89e9f21c49d01d3d09d32102d3c496df851 | d4d39861446ea941929780505987dbaf9e3b7a8d | refs/heads/master | 2021-01-01T05:39:36.339000 | 2015-03-24T07:41:45 | 2015-03-24T07:41:45 | 33,435,911 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aurora.ide.prototype.consultant.view.wizard;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Label;
import uncertain.composite.CompositeMap;
import aurora.ide.prototy... | UTF-8 | Java | 2,960 | java | FunctionFSDDescPage.java | Java | [] | null | [] | package aurora.ide.prototype.consultant.view.wizard;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Label;
import uncertain.composite.CompositeMap;
import aurora.ide.prototy... | 2,960 | 0.778716 | 0.777027 | 85 | 33.823528 | 24.886177 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.988235 | false | false | 13 |
22880a1281728d765fa358bea45ea6b0196557dd | 10,780,367,960,713 | 46fea422f231b095fd201fc939d5292bf49f7bac | /src/main/java/com/xiao/test1.java | 6a79b27fd1bc876f3e033572f567ecc4cf765ff8 | [] | no_license | XL340823/githubtet03 | https://github.com/XL340823/githubtet03 | 0dc14500b0e4aacdc84027c89a528b9c3703b0bd | fd33c3ccb68322d4bf44d42d148cf4a93e99bf50 | refs/heads/master | 2023-04-27T21:00:23.097000 | 2021-05-08T08:27:11 | 2021-05-08T08:27:11 | 365,449,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiao;
public class test1 {
public static void main(String[] args) {
System.out.println("111");
System.out.println("push test");
System.out.println("push test1");
System.out.println("pull test");
System.out.println("gitee test");
System.out.println("gitee ... | UTF-8 | Java | 340 | java | test1.java | Java | [] | null | [] | package com.xiao;
public class test1 {
public static void main(String[] args) {
System.out.println("111");
System.out.println("push test");
System.out.println("push test1");
System.out.println("pull test");
System.out.println("gitee test");
System.out.println("gitee ... | 340 | 0.605882 | 0.591176 | 12 | 27.416666 | 16.992441 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
0fa9652e71188c6b0865d3e96a5df7a5addfacb5 | 17,712,445,128,984 | 2070fb4b67d8c79dca49605c9a9c6ce839d9023d | /que2.java | 344da72a8688cadd19c22f7dd41b4db56542bca8 | [] | no_license | parmar1399/dsass5 | https://github.com/parmar1399/dsass5 | a0965302bed63285cda8aa0fba9b05e4aa8b1525 | d98ac65aa67853aff8f069f1bdc1c4b12230f38e | refs/heads/master | 2020-04-08T04:09:35.571000 | 2018-11-25T06:40:45 | 2018-11-25T06:40:45 | 159,005,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class node
{
int data;
node next;
public node(int data)
{
this.data=data;
this.next=null;
}
}
class Stack
{
node head;
Stack()
{
this.head=null;
}
public void push (int data)
{
node temp=new node(data);
temp.next=this.head;
this.head=temp;
}
public int pop(... | UTF-8 | Java | 1,774 | java | que2.java | Java | [] | null | [] | class node
{
int data;
node next;
public node(int data)
{
this.data=data;
this.next=null;
}
}
class Stack
{
node head;
Stack()
{
this.head=null;
}
public void push (int data)
{
node temp=new node(data);
temp.next=this.head;
this.head=temp;
}
public int pop(... | 1,774 | 0.509583 | 0.490417 | 118 | 13.983051 | 11.26114 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364407 | false | false | 13 |
81650128e05094fa44acfde69d5fab397af6594e | 25,804,163,568,603 | 7a487f05633873b9a7812f4ada520c950ffb2e34 | /src/main/java/net/amritha/flightTracking/Flight.java | 803b5b2e60d659e90c084876359f414f666c26c4 | [] | no_license | sshenoy80/QuoateBot | https://github.com/sshenoy80/QuoateBot | 140e34e93fc5372551bdb84d2bad63de5b92884c | 8f85c62e29345f362d218375981544f3721634ea | HEAD | 2018-07-11T01:55:51.915000 | 2018-06-01T07:39:31 | 2018-06-01T07:39:31 | 133,780,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.amritha.flightTracking;
public class Flight extends Object {
private int passengers;
private int seats;
//Integer wrapperInt=3;
public Flight() {
this.seats=150;
this.passengers=0;
}
public int getPassengers() {
return passengers;
}
public int getS... | UTF-8 | Java | 1,590 | java | Flight.java | Java | [] | null | [] | package net.amritha.flightTracking;
public class Flight extends Object {
private int passengers;
private int seats;
//Integer wrapperInt=3;
public Flight() {
this.seats=150;
this.passengers=0;
}
public int getPassengers() {
return passengers;
}
public int getS... | 1,590 | 0.557862 | 0.546541 | 69 | 22.043478 | 18.314827 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376812 | false | false | 13 |
e1ca64a40cc3d246ca67ee750f049bff34ab6684 | 807,453,917,405 | 67541a19d6806faac77e31363dfa381ece293a05 | /src/main/java/com/coretheorylife/modules/shop/service/TOrderLineService.java | 9e27e3456e92bb8346a4a16df4937bdc392819de | [] | no_license | AllenJuy/coretheorylife | https://github.com/AllenJuy/coretheorylife | 562176560b53da9cd427dba56a4ec8b009ee18db | 269e6f08ba7386b3ef3509c07aa86221e7c9be90 | refs/heads/master | 2021-03-04T16:46:53.085000 | 2020-03-17T16:21:27 | 2020-03-17T16:21:27 | 246,049,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coretheorylife.modules.shop.service;
import com.coretheorylife.modules.common.service.BaseService;
import com.coretheorylife.modules.shop.entity.TOrderLine;
import com.coretheorylife.modules.shop.entity.TOrderLineExample;
import java.util.List;
public interface TOrderLineService extends BaseService<TOrde... | UTF-8 | Java | 406 | java | TOrderLineService.java | Java | [] | null | [] | package com.coretheorylife.modules.shop.service;
import com.coretheorylife.modules.common.service.BaseService;
import com.coretheorylife.modules.shop.entity.TOrderLine;
import com.coretheorylife.modules.shop.entity.TOrderLineExample;
import java.util.List;
public interface TOrderLineService extends BaseService<TOrde... | 406 | 0.839902 | 0.839902 | 12 | 32.833332 | 30.827026 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
dd832901b57473f6521eeb1e1e3e4fdf99a8e5a2 | 15,169,824,545,178 | c7bc146a007c3d11a498e61a0986cdaed32f6276 | /app/src/main/java/kr/co/axioms/base/Const.java | f7888230e6319f7eef4d86e0c4f8ff9582f0b090 | [] | no_license | Axioms2018/Axioms | https://github.com/Axioms2018/Axioms | 862e2d62dd2687202ef9109ffc3705129e4f471b | 62ab22e656048f92a7519459e0fe971d94f7ce32 | refs/heads/master | 2020-03-28T01:08:22.848000 | 2018-09-06T07:49:21 | 2018-09-06T07:49:21 | 147,479,998 | 0 | 1 | null | false | 2018-09-06T07:41:46 | 2018-09-05T07:45:14 | 2018-09-05T08:38:59 | 2018-09-06T07:41:46 | 198,793 | 0 | 1 | 2 | Java | false | null | package kr.co.axioms.base;
import android.os.Environment;
/**
* Created by 김민정 on 2018-04-03.
*/
public class Const {
public static final String PACKAGENAME = "kr.co.axioms";
public static final String APPNAME = "Axiom";
public static final String APKFILENAME = "axiom";
public static final String R... | UTF-8 | Java | 2,346 | java | Const.java | Java | [
{
"context": "\nimport android.os.Environment;\n\n/**\n * Created by 김민정 on 2018-04-03.\n */\n\npublic class Const {\n publ",
"end": 81,
"score": 0.9998188614845276,
"start": 78,
"tag": "NAME",
"value": "김민정"
}
] | null | [] | package kr.co.axioms.base;
import android.os.Environment;
/**
* Created by 김민정 on 2018-04-03.
*/
public class Const {
public static final String PACKAGENAME = "kr.co.axioms";
public static final String APPNAME = "Axiom";
public static final String APKFILENAME = "axiom";
public static final String R... | 2,346 | 0.662677 | 0.652039 | 53 | 41.566036 | 38.324585 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566038 | false | false | 13 |
c03b7604e00589ce457671eba57c4dd07748b65b | 21,096,879,418,870 | 50e6d0e764cc08ca94ef29713f67565114d6cb0a | /Eclipse Projects/Solynchron/net.sf.swtbot.finder/src/net/sf/swtbot/widgets/SWTBotStyledText.java | 766dec2566f92a0282fccc903fd08fb617b94407 | [
"Apache-2.0"
] | permissive | plamkata/TestProjects | https://github.com/plamkata/TestProjects | 638b6000b435d87a6cc767e9b0f34ddb12f9b748 | c137d926f0f4aa785334f58505d1cc64846b2a6f | refs/heads/master | 2021-01-17T06:27:48.307000 | 2013-07-04T12:14:33 | 2013-07-04T12:14:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2007 SWTBot, http://swtbot.org/
*
* 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
*
* h... | UTF-8 | Java | 12,160 | java | SWTBotStyledText.java | Java | [
{
"context": "rt org.eclipse.swt.widgets.Widget;\n\n/**\n * @author Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>\n * ",
"end": 1395,
"score": 0.9999002814292908,
"start": 1378,
"tag": "NAME",
"value": "Ketan Padegaonkar"
}
] | null | [] | /*******************************************************************************
* Copyright 2007 SWTBot, http://swtbot.org/
*
* 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
*
* h... | 12,149 | 0.668832 | 0.664967 | 455 | 25.725275 | 23.844398 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.582418 | false | false | 13 |
aaecdf42878666cf63a210ad2b0893a60786b9e8 | 26,379,689,182,544 | d09fe4e45a6420c5f228224a773eb5fab8344c5b | /JavaWeb/EJBExercise/src/bg/jwd/servlets/HomeServlet.java | d8bd6b7d3c39947324e1a7996a9918085a3a4f71 | [
"MIT"
] | permissive | KaPrimov/JavaEECourses | https://github.com/KaPrimov/JavaEECourses | 9b6b8feb2a46ac11ff90f23654f9d2c3839cafba | b19e0fc530565c2922fbf08357fdf00828017f37 | refs/heads/master | 2018-11-28T12:26:51.298000 | 2018-09-17T11:26:15 | 2018-09-17T11:26:15 | 108,261,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bg.jwd.servlets;
import java.io.IOException;
import java.math.BigDecimal;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | UTF-8 | Java | 1,714 | java | HomeServlet.java | Java | [] | null | [] | package bg.jwd.servlets;
import java.io.IOException;
import java.math.BigDecimal;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... | 1,714 | 0.783547 | 0.782964 | 51 | 32.607841 | 31.105185 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.509804 | false | false | 13 |
d19c46550028f6f54305b6acf800fc969d3d7a42 | 25,580,825,275,167 | fab96025ef998ab4997dd347c69a36a7b655b134 | /Retail_Chinese_data/Retail_AvgCostPricePerUnit/src/MapClass.java | 8a4f691d95bfc68f1d5b3cd6f195a38506ef63a4 | [] | no_license | arvindpe/MapReduceCode | https://github.com/arvindpe/MapReduceCode | 98bef696191473a2144ecaa0c00d28a839b56eea | 47c6690e3327ac7b6fde46d0be468316e700a793 | refs/heads/master | 2021-06-13T01:18:58.026000 | 2017-03-23T05:25:44 | 2017-03-23T05:25:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class MapClass extends Mapper<LongWritable, Text,Text, Text>
{
public void map(LongWritable key, Text value, Context context ) throws IOException, Interrup... | UTF-8 | Java | 570 | java | MapClass.java | Java | [] | null | [] | import java.io.IOException;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class MapClass extends Mapper<LongWritable, Text,Text, Text>
{
public void map(LongWritable key, Text value, Context context ) throws IOException, Interrup... | 570 | 0.712281 | 0.707018 | 23 | 23.782608 | 27.150076 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.217391 | false | false | 13 |
257b0c1afe4b45f5ccb05e30247c6400c474b4c8 | 30,193,620,143,398 | 357babaef8454c0962b0ebb8d540dd5432a13dc8 | /prototype/commons/src/main/java/com/xxxx/it/go/commons/response/ui/gen/NavElementType.java | 628dbb3be70baf1889cc64611548ccfa3ea8dd1b | [] | no_license | hpang123/Sandbox | https://github.com/hpang123/Sandbox | da48abcb5cd0e13f4eb0f40b09f0511c8e1961e4 | cd76ca34f8946ff8f3494bef11fc405ae353afa0 | refs/heads/master | 2018-07-19T17:06:01.383000 | 2018-07-13T02:36:28 | 2018-07-13T02:36:28 | 14,911,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
// Implementation, vhudson-jaxb-ri-2.1-661
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013... | UTF-8 | Java | 9,078 | java | NavElementType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference
// Implementation, vhudson-jaxb-ri-2.1-661
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013... | 9,078 | 0.592311 | 0.583168 | 353 | 24.716713 | 24.793634 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.252125 | false | false | 13 |
98f76a28c290a8f943e313d0bedd0f9aa1442b07 | 27,152,783,295,166 | c4a62b4d6479985868a5e9983d56dbcaead72fdb | /src/main/java/com/wujincheng/mrpccommon/filter/Filter.java | 1f773837b7a13d84ef879d6763595dca182ceff0 | [] | no_license | wujincheng2333/mrpc-common | https://github.com/wujincheng2333/mrpc-common | 1f59f2009d9e8bcb5b0b715397a3bfd18b6e2d3a | 716f8f3b146ca4f4fe925f546d7db666bc2fb455 | refs/heads/master | 2023-02-16T17:48:54.435000 | 2021-01-20T02:56:10 | 2021-01-20T02:56:10 | 325,482,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wujincheng.mrpccommon.filter;
import com.wujincheng.mrpccommon.invoke.Invocation;
import com.wujincheng.mrpccommon.invoke.MyInvoker;
public interface Filter {
Object invoke(MyInvoker invoker, Invocation invocation);
}
| UTF-8 | Java | 237 | java | Filter.java | Java | [] | null | [] | package com.wujincheng.mrpccommon.filter;
import com.wujincheng.mrpccommon.invoke.Invocation;
import com.wujincheng.mrpccommon.invoke.MyInvoker;
public interface Filter {
Object invoke(MyInvoker invoker, Invocation invocation);
}
| 237 | 0.818565 | 0.818565 | 9 | 25.333334 | 24.110855 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
493943336f49b568d0ef9ed88d07ee05c8264092 | 20,160,576,488,793 | 83e7d1b0bf608146e07c688c8788b655b8616546 | /src/main/java/com/krishDev/Tasks/services/UserService.java | eefcb7a03ed80b416bfa23e6b4044297350cf41e | [] | no_license | mksphaninder/task-manager | https://github.com/mksphaninder/task-manager | 2f453f7968c17713b9c00a8184d2af4f603f3e95 | c195602648c5f1e29ecb68f1f793799e8f6e845a | refs/heads/master | 2022-12-24T22:07:03.477000 | 2020-08-03T00:28:34 | 2020-08-03T00:28:34 | 280,974,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.krishDev.Tasks.services;
import java.util.List;
import java.util.Optional;
import com.krishDev.Tasks.models.User;
import com.krishDev.Tasks.repositories.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class Use... | UTF-8 | Java | 551 | java | UserService.java | Java | [] | null | [] | package com.krishDev.Tasks.services;
import java.util.List;
import java.util.Optional;
import com.krishDev.Tasks.models.User;
import com.krishDev.Tasks.repositories.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class Use... | 551 | 0.753176 | 0.753176 | 23 | 23 | 20.926373 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 13 |
eebb6b358b8578726d66452422f18f61b44778d8 | 21,036,749,872,292 | 2e48499218e48e80700fba43dcf557093d616cad | /client/src/main/java/com/xilidou/config/RpcConfig.java | 065da80bd083e23cb13afa1b2c024472b90b952e | [] | no_license | diaozxin007/DouRpc | https://github.com/diaozxin007/DouRpc | 7e268dab2d9aaaaa395ea78018a7c563805335dc | f9943048dfc47ff7a981c9c658c143b63aaa21d9 | refs/heads/master | 2023-04-07T09:59:07.624000 | 2020-07-30T03:34:11 | 2020-07-30T03:34:11 | 150,297,319 | 56 | 26 | null | false | 2023-03-31T14:51:02 | 2018-09-25T16:36:27 | 2023-03-23T08:27:55 | 2023-03-31T14:50:59 | 45 | 46 | 20 | 1 | Java | false | false | package com.xilidou.config;
import com.xilidou.annotation.RpcInterface;
import com.xilidou.proxy.ProxyFactory;
import lombok.extern.slf4j.Slf4j;
import org.reflections.Reflections;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.bea... | UTF-8 | Java | 2,009 | java | RpcConfig.java | Java | [
{
"context": "va.util.Map;\nimport java.util.Set;\n\n/**\n * @author zhengxin\n */\n@Configuration\n@Slf4j\npublic class RpcConfig ",
"end": 1153,
"score": 0.9930862784385681,
"start": 1145,
"tag": "USERNAME",
"value": "zhengxin"
}
] | null | [] | package com.xilidou.config;
import com.xilidou.annotation.RpcInterface;
import com.xilidou.proxy.ProxyFactory;
import lombok.extern.slf4j.Slf4j;
import org.reflections.Reflections;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.bea... | 2,009 | 0.845694 | 0.844201 | 49 | 40 | 31.895876 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.122449 | false | false | 13 |
1792eec2ec71801a4cb98c91570e52c25b93603f | 30,159,260,409,285 | 6d2c6d944178a98a0cf8df568b9fd41d208a9a39 | /Utilities/src/main/java/syne/regularize/timesheet/RegularizeTimesheet.java | bb579bc025aca25412242038cc6641c9abf7fb9a | [] | no_license | siddharthshirodkar/zuul-gateway | https://github.com/siddharthshirodkar/zuul-gateway | 4556957e1a1e927c74a9073cb6f42e011c4ebb3d | 66fa8fe96a20bd6ad4728624d2487a92215d1a7b | refs/heads/master | 2021-06-26T11:46:02.319000 | 2020-01-10T07:56:12 | 2020-01-10T07:56:12 | 233,030,500 | 0 | 0 | null | false | 2021-06-15T16:03:20 | 2020-01-10T11:11:51 | 2020-01-10T11:12:38 | 2021-06-15T16:03:19 | 4,192 | 0 | 0 | 2 | Java | false | false | package syne.regularize.timesheet;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.text.ParseException;
import java.text.SimpleDateFormat;
... | UTF-8 | Java | 18,529 | java | RegularizeTimesheet.java | Java | [
{
"context": "EAG Login details\r\n\tpublic String EAG_USERNAME = \"siddharth.s\";\r\n\tpublic String EAG_PASSWORD = \"qAzxsw@123\";\r\n\t",
"end": 3511,
"score": 0.9996729493141174,
"start": 3500,
"tag": "USERNAME",
"value": "siddharth.s"
},
{
"context": " = \"siddharth.s\";\r\n\tpu... | null | [] | package syne.regularize.timesheet;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.text.ParseException;
import java.text.SimpleDateFormat;
... | 18,527 | 0.725835 | 0.721248 | 445 | 39.638203 | 36.742615 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.820225 | false | false | 13 |
d6f5d3b2428a80a20ae86b5b6df937a19778bdbc | 19,069,654,839,774 | 781df6f9e3b057f30cadbe06237fe2635367566a | /notebook/src/main/java/com/arbardhan/notebook/dao/AttachedDocument.java | 5bc90fdd42119ebf161a3521d68ea7f12627128c | [] | no_license | arbardhan/notebook | https://github.com/arbardhan/notebook | 79cd2400d8a211181813dbb4bad969827970735c | 27121ab97817177e5ed1cdd3feaeadab0d6c81e6 | refs/heads/master | 2020-04-23T06:21:09.201000 | 2019-03-13T18:44:45 | 2019-03-13T18:44:45 | 170,970,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arbardhan.notebook.dao;
import java.io.Serializable;
import java.util.UUID;
import org.springframework.stereotype.Repository;
@Repository
public class AttachedDocument implements Serializable {
/**
*
*/
private static final long serialVersionUID = 615466027190510636L;
private UUID documentid;
pr... | UTF-8 | Java | 2,518 | java | AttachedDocument.java | Java | [] | null | [] | package com.arbardhan.notebook.dao;
import java.io.Serializable;
import java.util.UUID;
import org.springframework.stereotype.Repository;
@Repository
public class AttachedDocument implements Serializable {
/**
*
*/
private static final long serialVersionUID = 615466027190510636L;
private UUID documentid;
pr... | 2,518 | 0.791501 | 0.784353 | 97 | 24.958763 | 20.228548 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.525773 | false | false | 13 |
c428ae162310e715d5657024db5e78e4f5a95dbe | 35,356,170,787,493 | b7428a4b39b1000a64c0d9ebd8fc4e3322693542 | /src/main/java/com/bertazoli/charity/server/guice/ServerModule.java | d4e931f137e24a95471d0f8eba735276a8eb7e21 | [] | no_license | yawenc/Charity | https://github.com/yawenc/Charity | 655dc836e13ecf2025a5111bbe70ef0247ccd5d2 | 6183e4266f7875ce4da56e1e4b4e13297181c7cc | refs/heads/master | 2020-12-25T08:50:28.086000 | 2014-05-24T12:36:55 | 2014-05-24T12:36:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bertazoli.charity.server.guice;
import com.bertazoli.charity.server.action.validator.AdminActionValidator;
import com.bertazoli.charity.server.action.validator.LoggedInActionValidator;
import com.bertazoli.charity.server.handlers.CharitySearchHandler;
import com.bertazoli.charity.server.handlers.LoginHandl... | UTF-8 | Java | 2,789 | java | ServerModule.java | Java | [] | null | [] | package com.bertazoli.charity.server.guice;
import com.bertazoli.charity.server.action.validator.AdminActionValidator;
import com.bertazoli.charity.server.action.validator.LoggedInActionValidator;
import com.bertazoli.charity.server.handlers.CharitySearchHandler;
import com.bertazoli.charity.server.handlers.LoginHandl... | 2,789 | 0.841879 | 0.841879 | 45 | 60.977779 | 27.599911 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 13 |
f81a1d47633a4b5e3a0cb68466425753ddedfc65 | 33,045,478,418,171 | 53f7c613df9074c88a6cd057c64c28d4a57472ca | /src/balls/controller/Controller.java | 662caa4c146f1ef9484e8df306316b90348bb887 | [
"MIT"
] | permissive | ria8246/Java2_VirtualPhysicsLab | https://github.com/ria8246/Java2_VirtualPhysicsLab | c8e14d62e7633cde5330a37ee925a8f7c7b00502 | 8092a1d78d056c740c5a2ec0247a62121dd767ab | refs/heads/master | 2021-01-10T05:07:55.259000 | 2015-12-07T11:51:15 | 2015-12-07T11:51:15 | 45,296,203 | 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 balls.controller;
import balls.model.Model;
import balls.view.View;
import java.util.Timer;
import java.util.TimerTa... | UTF-8 | Java | 5,258 | java | Controller.java | Java | [
{
"context": "afx.scene.input.MouseEvent;\r\n\r\n/**\r\n *\r\n * @author n0g3\r\n */\r\npublic class Controller {\r\n\r\n //ball state",
"end": 566,
"score": 0.9982606768608093,
"start": 562,
"tag": "USERNAME",
"value": "n0g3"
}
] | 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 balls.controller;
import balls.model.Model;
import balls.view.View;
import java.util.Timer;
import java.util.TimerTa... | 5,258 | 0.514454 | 0.51027 | 175 | 28.045713 | 24.775984 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 13 |
3e64ec69bce4deb5648e16ec7a86b7d03b77508b | 37,245,956,394,747 | d621862a8f0d5cf1d9cdc52593372b8ecc3c563f | /src/main/java/com/mokiwi/dao/LoginRecordDao.java | 47037a94963977b2c6f9501c581502bd753454be | [] | no_license | zddzdd/ICPWms | https://github.com/zddzdd/ICPWms | c748a9c67f317e50cc2c8ebe9faa78d28403803d | cec3002cf8c773172ebbb19c0a39f4dd19c9c738 | refs/heads/master | 2018-12-25T02:02:47.134000 | 2018-10-18T03:16:04 | 2018-10-18T03:16:04 | 153,556,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mokiwi.dao;
import com.mokiwi.entity.LoginRecord;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
/**
* Created by Administrator on 2018/10/16 0016.
*/
public interface LoginRecordDao extends CrudRepository<LoginRecord,Long>{
List<LoginRecord> findAllByUsernameCont... | UTF-8 | Java | 484 | java | LoginRecordDao.java | Java | [
{
"context": "sitory;\n\nimport java.util.List;\n\n/**\n * Created by Administrator on 2018/10/16 0016.\n */\npublic interface LoginRec",
"end": 178,
"score": 0.5586840510368347,
"start": 165,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.mokiwi.dao;
import com.mokiwi.entity.LoginRecord;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
/**
* Created by Administrator on 2018/10/16 0016.
*/
public interface LoginRecordDao extends CrudRepository<LoginRecord,Long>{
List<LoginRecord> findAllByUsernameCont... | 484 | 0.803719 | 0.778926 | 17 | 27.470589 | 28.504112 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
abcb0232b20a3ef3a16b44ea2be2ccedc11e7568 | 24,026,047,057,033 | 3f66d35addb25c8d2b1a1776057c82211c7ede5e | /src/com/company/Subscription.java | 7b9737e4aa85b3b39818fdd26525a5ef8e7ab828 | [] | no_license | oliverbskau/DolphinSwim | https://github.com/oliverbskau/DolphinSwim | f1801a102f9dc04f48b270cc7bc57e0682a7e9e3 | c3fb68f5faf4769608a8ad225da82955a40ffad6 | refs/heads/master | 2023-01-29T19:13:22.772000 | 2020-12-04T12:42:12 | 2020-12-04T12:42:12 | 315,291,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author Rasmus
*/
public class Subscription {
//navigate in the class with a switch
public void subscriptionNavigation(ArrayList<Clubmember> members) {
Scanner scanner = new Scanner(System.in);
System.out.prin... | UTF-8 | Java | 3,039 | java | Subscription.java | Java | [
{
"context": "rayList;\nimport java.util.Scanner;\n\n/**\n * @author Rasmus\n */\npublic class Subscription {\n\n //navigate i",
"end": 98,
"score": 0.9997847080230713,
"start": 92,
"tag": "NAME",
"value": "Rasmus"
}
] | null | [] | package com.company;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author Rasmus
*/
public class Subscription {
//navigate in the class with a switch
public void subscriptionNavigation(ArrayList<Clubmember> members) {
Scanner scanner = new Scanner(System.in);
System.out.prin... | 3,039 | 0.575758 | 0.562912 | 91 | 32.362637 | 29.8279 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483516 | false | false | 13 |
8cf481d1aab54a9319a056cf1710e94e3c878a49 | 34,892,314,339,707 | c14c7c0c26d4f918699540443b02b9e8a1b13d3b | /app/src/main/java/com/example/braintrainer/PlayAgainActivity.java | f94f7439753776d674f95f5c926899227d574380 | [] | no_license | Asmat-dev/BrainTrainer | https://github.com/Asmat-dev/BrainTrainer | 39cf0ffb24550095df3eef57f45cc68e7ce56121 | a18d7095b1226e27cc1cf7972a0f7c28bd94dc33 | refs/heads/master | 2022-12-11T10:00:14.379000 | 2020-09-06T12:22:32 | 2020-09-06T12:22:32 | 289,476,343 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.braintrainer;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import java.util.Objects;
public class PlayAgainActivity extends AppCompatActivity {
public void playAgain(View ... | UTF-8 | Java | 1,224 | java | PlayAgainActivity.java | Java | [] | null | [] | package com.example.braintrainer;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import java.util.Objects;
public class PlayAgainActivity extends AppCompatActivity {
public void playAgain(View ... | 1,224 | 0.700163 | 0.700163 | 45 | 26.200001 | 23.882677 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
f0fe14e2951d55a22b319441ee2ac59c85388b3e | 36,704,790,512,690 | 0fac63d0f8eedfb5b7b95dbec81c2081d7a621ee | /service-share/mall-srv/src/main/java/com/lawu/eshop/mall/srv/domain/SuggestionDO.java | 38e5a1b9115bf29073308712689d6e7ec030f0d4 | [] | no_license | moutainhigh/server-3 | https://github.com/moutainhigh/server-3 | 4385ffcee5587d1c1b91f7eb541a7128fbc7ec0f | 3845625b954e3e025b3e0896a1c08fe5ecc46753 | refs/heads/master | 2022-12-28T06:10:56.826000 | 2019-06-04T08:45:03 | 2019-06-04T08:45:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lawu.eshop.mall.srv.domain;
import java.io.Serializable;
import java.util.Date;
public class SuggestionDO implements Serializable {
/**
*
* 主键
* suggestion.id
*
* @mbg.generated 2017-03-23 17:01:47
*/
private Integer id;
/**
*
* 用户编号
* suggestion.u... | UTF-8 | Java | 6,204 | java | SuggestionDO.java | Java | [] | null | [] | package com.lawu.eshop.mall.srv.domain;
import java.io.Serializable;
import java.util.Date;
public class SuggestionDO implements Serializable {
/**
*
* 主键
* suggestion.id
*
* @mbg.generated 2017-03-23 17:01:47
*/
private Integer id;
/**
*
* 用户编号
* suggestion.u... | 6,204 | 0.606268 | 0.555175 | 245 | 24.008163 | 22.949099 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.102041 | false | false | 13 |
52c053cba316a517c5d6e4e44131ad71d1ca50ca | 32,530,082,367,439 | b031e61709d0a2efe0306d33394e8f75b6b3fc37 | /watchdog-core/src/main/java/io/watchdog/security/web/verification/sms/SmsCodeVerificationService.java | 80f96584246755ae7b6df8f2818fc5b9b2182325 | [
"Apache-2.0"
] | permissive | leatomic/watchdog | https://github.com/leatomic/watchdog | 53e054137e08b3596db96bc27e27ef6aac477eef | 8310668b98b250b5044a83fab65932c79caaf7ea | refs/heads/master | 2020-05-05T00:36:28.872000 | 2019-05-21T17:49:01 | 2019-05-21T17:49:01 | 179,580,378 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | UTF-8 | Java | 2,832 | java | SmsCodeVerificationService.java | Java | [] | null | [] | /*
* Copyright (c) 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 2,832 | 0.70339 | 0.698799 | 78 | 35.307693 | 34.141602 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 13 |
11406a2c7e123334839fa7ed43c83442380997da | 32,341,103,762,249 | 65c44eae02cb1933a9b07cbead942cca168b92d3 | /src/main/java/com/icms/cms/model/base/BaseAdminRole.java | ac1d8d95107593051cf2fbd4bfb7c19bdc1a9d2a | [] | no_license | hezhengwei92/icms | https://github.com/hezhengwei92/icms | efc652998fc66685d06d37b6eb303d8bfecf52c2 | 38e78f984d030d1174131ff5bc0a3810d6ea1c6d | refs/heads/master | 2021-08-23T08:43:52.466000 | 2017-12-04T10:26:16 | 2017-12-04T10:26:16 | 113,028,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.icms.cms.model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings("serial")
public abstract class BaseAdminRole<M extends BaseAdminRole<M>> extends Model<M> implements IBean {
public v... | UTF-8 | Java | 743 | java | BaseAdminRole.java | Java | [] | null | [] | package com.icms.cms.model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings("serial")
public abstract class BaseAdminRole<M extends BaseAdminRole<M>> extends Model<M> implements IBean {
public v... | 743 | 0.705249 | 0.705249 | 36 | 19.638889 | 22.591976 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.027778 | false | false | 13 |
8744cf559342d6cc5112ba07c3c53f0aa163f30f | 17,317,308,160,193 | 08aa3146ef613b09539fdcab717dc0b70047792d | /src/test/java/com/jakubfilipiak/restthymeleaf/TestPass.java | 79adc8139ecdd24745678d248eb841e6f90fd223 | [] | no_license | JakubFilipiak/Spring-Boot-REST-Security---reference-app | https://github.com/JakubFilipiak/Spring-Boot-REST-Security---reference-app | e5b08f2edefdcedc82db5d9dc8f0d5a317f81fae | c34829fb9f483d1c5c22af27b2e876e8b53e4adf | refs/heads/master | 2022-07-16T14:45:49.275000 | 2019-05-27T17:47:53 | 2019-05-27T17:47:53 | 188,886,775 | 0 | 0 | null | false | 2022-06-29T17:24:08 | 2019-05-27T17:49:37 | 2019-05-31T19:42:29 | 2022-06-29T17:24:06 | 18 | 0 | 0 | 1 | Java | false | false | package com.jakubfilipiak.restthymeleaf;
import org.junit.Test;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
/**
* Created by Jakub Filipiak on 10.05.2019.
*/
public class TestPass {
@Test
public void getPass()... | UTF-8 | Java | 580 | java | TestPass.java | Java | [
{
"context": "rypto.password.PasswordEncoder;\n\n/**\n * Created by Jakub Filipiak on 10.05.2019.\n */\npublic class TestPass {\n\n @",
"end": 240,
"score": 0.9998908638954163,
"start": 226,
"tag": "NAME",
"value": "Jakub Filipiak"
}
] | null | [] | package com.jakubfilipiak.restthymeleaf;
import org.junit.Test;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
/**
* Created by <NAME> on 10.05.2019.
*/
public class TestPass {
@Test
public void getPass() {
... | 572 | 0.725862 | 0.712069 | 22 | 25.363636 | 24.82584 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
3791a331a49f3b019da3c79debd11ee747634657 | 3,736,621,560,884 | 106c512834e8ba9d1424d0e41463fc2874b3c6cc | /src/test/java/it/unical/demacs/inf/asd/ProgettoAgile8/EsameMedicoServiceTest.java | 28c1d0cd3212ad5f33d175a06493cd1f54f18b3b | [] | no_license | packo97/ProgettoAgile8 | https://github.com/packo97/ProgettoAgile8 | 4ce5d91dd63920a5aa7047fe7975b94d54d04d5b | 244d5dd0444378a35f89440a695a502e148095fb | refs/heads/master | 2023-02-22T06:34:35.799000 | 2021-01-21T22:08:28 | 2021-01-21T22:08:28 | 318,741,469 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unical.demacs.inf.asd.ProgettoAgile8;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.*;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.AnimaleService;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.DottoreService;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.Esame_medicoService... | UTF-8 | Java | 7,603 | java | EsameMedicoServiceTest.java | Java | [
{
"context": "_identificativo(\"3\");\n dottore.setCognome(\"Rossi\");\n dottore.setEmail(\"testEsami@a.it\");\n ",
"end": 1392,
"score": 0.9988104701042175,
"start": 1387,
"tag": "NAME",
"value": "Rossi"
},
{
"context": "re.setCognome(\"Rossi\");\n dottore.setE... | null | [] | package it.unical.demacs.inf.asd.ProgettoAgile8;
import it.unical.demacs.inf.asd.ProgettoAgile8.dto.*;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.AnimaleService;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.DottoreService;
import it.unical.demacs.inf.asd.ProgettoAgile8.service.Esame_medicoService... | 7,488 | 0.65027 | 0.631461 | 194 | 38.190723 | 23.619181 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747423 | false | false | 13 |
b2c60e4626d978499b91d65e734bfbb253f1f281 | 30,983,894,095,992 | f181a87f3c371c1c9cf705ccc017b15899908893 | /Corejava/Lab6/Experiment2.java | 2b11f698d303667650be2de65564eb5c7720e6d5 | [] | no_license | ujjawaltomar1/Module1 | https://github.com/ujjawaltomar1/Module1 | de5f2b76b0a029417e10230afbbc1ae9b9936e6f | 052e0b94f6ad3fa23bb037a7559adcd7580e1066 | refs/heads/master | 2021-01-16T03:13:30.867000 | 2020-02-25T11:58:24 | 2020-02-25T11:58:24 | 242,958,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lab6;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
public class Experiment2 {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
FileReader file=new FileReader("c... | UTF-8 | Java | 520 | java | Experiment2.java | Java | [] | null | [] | package Lab6;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
public class Experiment2 {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
FileReader file=new FileReader("c... | 520 | 0.721154 | 0.715385 | 22 | 22.636364 | 19.843811 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 13 |
95f12ccf7c7d9a703f1e003de84f8bb4735b7970 | 30,983,894,095,455 | d2fe17deab32e75e29f39282666832eca49a3038 | /src/main/java/CSVExtraction.java | 89a3a0116b55261d8b79f010a2383d971d21e1ee | [] | no_license | RajatDevSharma/RepoExt | https://github.com/RajatDevSharma/RepoExt | 2bb6d364377b471d6ea5f9ea20310838a1223b0a | 8ad756e76b7903c58c7833587574555ec2f1e9a6 | refs/heads/master | 2018-09-12T05:00:27.585000 | 2018-06-05T14:24:09 | 2018-06-05T14:24:09 | 117,958,605 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.opencsv.CSVReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import com.opencsv.CSVReaderBuilder;
public class CSVExtraction {
public static void main(String[] args) {
Ha... | UTF-8 | Java | 2,357 | java | CSVExtraction.java | Java | [] | null | [] | import com.opencsv.CSVReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import com.opencsv.CSVReaderBuilder;
public class CSVExtraction {
public static void main(String[] args) {
Ha... | 2,357 | 0.631735 | 0.612643 | 79 | 28.848101 | 26.591181 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632911 | false | false | 13 |
e54d8c6206c9ca45300350b842eea4260c500a55 | 3,204,045,631,614 | ca0b7eb4754b7189ca4ba8dd27500ca0ed1ff7da | /Somatorio/Produtor.java | af3efa2d155834df98cf5ed8aa093115c27836ef | [
"MIT"
] | permissive | jonathan-freitas/java | https://github.com/jonathan-freitas/java | 0ecaef1f5f1e86eeb93d79b9a9405e88006be7fe | b581fe3458e9a0d9ff5a46fbaf6a9a3a2ba11a98 | refs/heads/master | 2021-09-27T12:53:09.400000 | 2018-11-08T16:50:49 | 2018-11-08T16:50:49 | 92,427,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Somatorio;
import java.util.concurrent.ConcurrentLinkedQueue;
/**
* Created by Jonathan Freitas on 06/03/2017.
*/
public class Produtor extends Thread{
//Mantendo as referencias das variaveis
ConcurrentLinkedQueue<Integer> list = null;
Finish finish = null;
//Metodo Construtor... | UTF-8 | Java | 767 | java | Produtor.java | Java | [
{
"context": "rrent.ConcurrentLinkedQueue;\r\n\r\n/**\r\n * Created by Jonathan Freitas on 06/03/2017.\r\n */\r\n\r\npublic class Produtor exte",
"end": 109,
"score": 0.9998669028282166,
"start": 93,
"tag": "NAME",
"value": "Jonathan Freitas"
}
] | null | [] | package Somatorio;
import java.util.concurrent.ConcurrentLinkedQueue;
/**
* Created by <NAME> on 06/03/2017.
*/
public class Produtor extends Thread{
//Mantendo as referencias das variaveis
ConcurrentLinkedQueue<Integer> list = null;
Finish finish = null;
//Metodo Construtor
publ... | 757 | 0.597132 | 0.578879 | 32 | 22.03125 | 20.275423 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
c640985925d11656b824886446d821c9420a7e52 | 3,204,045,631,069 | f7dcf6b5a2ec1cbd8e17f8b8c5af0a19d7cd520b | /app/src/main/java/com/jwcnetworks/bsyoo/jwc/user/terms/TermsActivity.java | 58a81c77779eccb3244c7c3b2e11480072499dab | [] | no_license | dbqudtjd1122/MyJWC | https://github.com/dbqudtjd1122/MyJWC | 935506534c5bf1b4ee7dc5b974eedeed5f0aa68b | 6f36a5a4b9bf15edea5d2350655fda70112def64 | refs/heads/master | 2021-09-13T06:55:00.294000 | 2018-04-26T06:50:48 | 2018-04-26T06:50:48 | 109,110,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jwcnetworks.bsyoo.jwc.user.terms;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCo... | UTF-8 | Java | 3,541 | java | TermsActivity.java | Java | [] | null | [] | package com.jwcnetworks.bsyoo.jwc.user.terms;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCo... | 3,541 | 0.664097 | 0.662022 | 99 | 33.070705 | 28.53042 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434343 | false | false | 13 |
bdcd2ef959d53b4d2a514722ace481ebfb1634ad | 12,300,786,373,845 | 6d59a74529ee5af8da8a7e66b1e2e1da08ff6aa9 | /blocks.java | cda0f90436f697be5c4d3eadfe6a20e3271206ce | [] | no_license | liluc/Tetris | https://github.com/liluc/Tetris | a54fe7e0b1c0c287e932577bcd7123da0d540149 | 786404d3b2b4a6039e6aca9dcaf424a2c941bf2d | refs/heads/main | 2023-08-04T13:30:38.225000 | 2021-09-12T22:14:34 | 2021-09-12T22:14:34 | 362,964,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* @author Lucas Li
* A bigger unit to make the tetris.
* Some movement just related to the single block
*/
public class blocks {
private cells[] location;
private String type;
int count;
//The constructor takes two int as parameter. The ints are the starting point of the block object
//Cr... | UTF-8 | Java | 4,657 | java | blocks.java | Java | [
{
"context": "\n/**\n * @author Lucas Li\n * A bigger unit to make the tetris.\n * Some move",
"end": 24,
"score": 0.9996511340141296,
"start": 16,
"tag": "NAME",
"value": "Lucas Li"
}
] | null | [] |
/**
* @author <NAME>
* A bigger unit to make the tetris.
* Some movement just related to the single block
*/
public class blocks {
private cells[] location;
private String type;
int count;
//The constructor takes two int as parameter. The ints are the starting point of the block object
//Crea... | 4,655 | 0.455229 | 0.437836 | 154 | 29.233767 | 22.365265 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707792 | false | false | 13 |
09188c596d5aff170378fd88eb1d54572a5b9a21 | 21,148,418,988,618 | 6fa23e1a6bcfd58b18d49485a1cab8449ab118d9 | /src/BookTest.java | 0ca81c4e4e28214f5c590cee2e026c6e6e7f95f7 | [] | no_license | kalyang95/JavaProgramms | https://github.com/kalyang95/JavaProgramms | d3c092a55497218f5511d264747e29970d44e630 | 8836b72bb82bca64843490896e28bdaca87a5b22 | refs/heads/master | 2023-06-16T18:00:07.354000 | 2021-07-07T22:30:10 | 2021-07-07T22:30:10 | 383,933,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Book{
int bno;
String bname;
double price;
Book(int bno,String bname,double price){
this.bname = bname;
this.bno = bno;
this.price = price;
}
void display() {
System.out.println("Book Number: "+bno);
System.out.println("Book Name: "+bname);
System.out.println("Book Price: "+price);
}
}
class Sp... | UTF-8 | Java | 740 | java | BookTest.java | Java | [
{
"context": "pecialEditionBook b = new SpecialEditionBook(111,\"sherlock\",25.00,5);\n\t\tb.display();\n\t}\n\n}\n",
"end": 707,
"score": 0.9930456876754761,
"start": 699,
"tag": "NAME",
"value": "sherlock"
}
] | null | [] | class Book{
int bno;
String bname;
double price;
Book(int bno,String bname,double price){
this.bname = bname;
this.bno = bno;
this.price = price;
}
void display() {
System.out.println("Book Number: "+bno);
System.out.println("Book Name: "+bname);
System.out.println("Book Price: "+price);
}
}
class Sp... | 740 | 0.694595 | 0.683784 | 34 | 20.764706 | 18.967556 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.882353 | false | false | 13 |
b347580611c9a22ddb33d7cce738abc1782a59e6 | 34,729,105,616,210 | f18986b961084eebe49af6cbdd15fbb82239bf58 | /src/com/address/model/AddressDAO_interface.java | 11d2102c2f6e89c526993fc5fbb7bb5230f2cee3 | [] | no_license | CA105G1/SPORTGO | https://github.com/CA105G1/SPORTGO | f4879b7c97525a71fa2b138e7bb715ea406d22e1 | 04967c2e0e8f70a96e1c06aebb6ede43fd2fce28 | refs/heads/master | 2020-04-10T22:28:59.253000 | 2019-02-10T16:42:55 | 2019-02-10T16:42:55 | 161,317,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.address.model;
import java.util.List;
public interface AddressDAO_interface {
public void insert(AddressVO address);
public void delete(String addr_no);
public List<AddressVO> getByForeignKey(String mem_no);
public List<AddressVO> getAll();
}
| UTF-8 | Java | 261 | java | AddressDAO_interface.java | Java | [] | null | [] | package com.address.model;
import java.util.List;
public interface AddressDAO_interface {
public void insert(AddressVO address);
public void delete(String addr_no);
public List<AddressVO> getByForeignKey(String mem_no);
public List<AddressVO> getAll();
}
| 261 | 0.781609 | 0.781609 | 10 | 25.1 | 18.201374 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
2fee30f977b2c5da747bf8c077e0082c7e8c4bd9 | 35,184,372,141,277 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java | 0f00f4fc99a2866c44a571e01d472858a603d757 | [] | no_license | STAMP-project/dspot-experiments | https://github.com/STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919000 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | false | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | 2022-02-18T17:43:31 | 2023-01-26T23:57:40 | 651,434 | 12 | 14 | 5 | null | false | false | /**
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.test.hql.joinedSubclass;
import org.hibernate.Session;
imp... | UTF-8 | Java | 3,718 | java | JoinedSubclassBulkManipTest.java | Java | [
{
"context": "ase;\nimport org.junit.Test;\n\n\n/**\n *\n *\n * @author Steve Ebersole\n */\n@SkipForDialect(value = CUBRIDDialect.class, ",
"end": 573,
"score": 0.9997687935829163,
"start": 559,
"tag": "NAME",
"value": "Steve Ebersole"
}
] | null | [] | /**
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.test.hql.joinedSubclass;
import org.hibernate.Session;
imp... | 3,710 | 0.691232 | 0.682625 | 70 | 52.099998 | 43.592644 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
63b96d5aa292e724357ec9cd96247dfb8c90f113 | 24,446,953,882,571 | eedcd6eab369112d499e6c48fb6748970542a495 | /percolation/Percolation.java | 096908a7f30ced3d05a6ddd3b81f8384d2c5751e | [] | no_license | akaoss/algorithms | https://github.com/akaoss/algorithms | 050c1f876edbb0eae9ec6144c5231d1b0b1b41c2 | 0503bdfa0af6a5dfc1cbedac6a7c626631a0ab46 | refs/heads/master | 2019-03-12T19:49:20.439000 | 2015-05-04T10:47:12 | 2015-05-04T10:47:12 | 29,282,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Percolation {
private int n;
private WeightedQuickUnionUF perc;
private WeightedQuickUnionUF perc2;
private boolean[][] matrix;
private int virtualTop;
private int virtualBottom;
public Percolation(int N) {
n = N;
if (n <= 0) throw new IllegalArgumentExcepti... | UTF-8 | Java | 2,982 | java | Percolation.java | Java | [] | null | [] | public class Percolation {
private int n;
private WeightedQuickUnionUF perc;
private WeightedQuickUnionUF perc2;
private boolean[][] matrix;
private int virtualTop;
private int virtualBottom;
public Percolation(int N) {
n = N;
if (n <= 0) throw new IllegalArgumentExcepti... | 2,982 | 0.540577 | 0.524145 | 76 | 38.25 | 34.655495 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.144737 | false | false | 13 |
f0144a956d047fe54d75bf8e08601e13b1cd082d | 36,361,193,170,172 | 6edc1ca68545236ee71bfe6f63d016835323bfe3 | /app/src/main/java/com/wahidhidayat/newsapp/adapters/CategoryAdapter.java | 0d4ce2aed206d8d3ee70f3f63c3a4d280715334b | [] | no_license | wakhidhidayat/News-App | https://github.com/wakhidhidayat/News-App | 00ad6b5fd39d2241b63bc5f7bd6062f0c9c4f2bb | c30252d30c2d0c236d42a928b9eca975a6be6c4e | refs/heads/master | 2022-11-17T07:46:18.860000 | 2020-07-05T12:54:36 | 2020-07-05T12:54:36 | 272,995,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wahidhidayat.newsapp.adapters;
import android.content.Context;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.ProgressBar;
import an... | UTF-8 | Java | 7,547 | java | CategoryAdapter.java | Java | [] | null | [] | package com.wahidhidayat.newsapp.adapters;
import android.content.Context;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.ProgressBar;
import an... | 7,547 | 0.612296 | 0.611766 | 183 | 40.240437 | 29.630827 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.743169 | false | false | 13 |
3bc0ee75b3224550b82036c9f5450daf0af2f6bb | 35,407,710,432,713 | ca5b2cad8aeb18629226b520aedcde53547d481e | /src/logic/Rule.java | b140337a81eb1a5368dbc4b5a006c9d7051c0ff9 | [] | no_license | mokeddembillel/Multi-Agent-Seller | https://github.com/mokeddembillel/Multi-Agent-Seller | aac41e1a6764a61cc27d843849e3bda9b9f236a9 | 765d1bed83c9371a0b0a12ffb5462c1640d4770f | refs/heads/main | 2023-02-04T04:36:23.771000 | 2020-12-15T21:05:21 | 2020-12-15T21:05:21 | 315,458,549 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logic;
import java.util.ArrayList;
public class Rule {
public BooleanRuleBase rb;
public String name;
public ArrayList<Clause> antecedents = new ArrayList<>();
public Clause consequent;
public Boolean truth;
public Boolean fired = false;
public Rule(BooleanRuleBase rb, String name... | UTF-8 | Java | 2,307 | java | Rule.java | Java | [] | null | [] | package logic;
import java.util.ArrayList;
public class Rule {
public BooleanRuleBase rb;
public String name;
public ArrayList<Clause> antecedents = new ArrayList<>();
public Clause consequent;
public Boolean truth;
public Boolean fired = false;
public Rule(BooleanRuleBase rb, String name... | 2,307 | 0.534894 | 0.53446 | 84 | 26.464285 | 21.719778 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 13 |
63698020187a5b7dae89ec09698ebd687cb0a245 | 4,028,679,384,887 | 73f9be6fa5b3a5ad165585cc1657ee60695aa0ed | /Spring/src/main/java/tests/hashmap/HashMapTest.java | 42c27a251c3f6f20d96908e3a5e26987132d45e6 | [
"Apache-2.0"
] | permissive | jiaoqiyuan/codeabbeyTests | https://github.com/jiaoqiyuan/codeabbeyTests | bc664b2a37319d7dd79f38948557cc2fbf202ef4 | e9811b8905d4b78adaff0de61d19b175cc109862 | refs/heads/master | 2022-12-24T13:15:37.755000 | 2022-04-06T05:45:49 | 2022-04-06T05:45:49 | 195,944,113 | 1 | 1 | Apache-2.0 | false | 2022-12-16T15:00:31 | 2019-07-09T06:13:03 | 2022-04-06T05:45:40 | 2022-12-16T15:00:23 | 379 | 0 | 0 | 41 | Java | false | false | package tests.hashmap;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class HashMapTest {
public static void main(String[] args) {
HashMap<Integer, String> hashMap = new HashMap<Integer, String>();
hashMap.put(1, "Jony");
hashMap.put(2, "Bill");
/... | UTF-8 | Java | 901 | java | HashMapTest.java | Java | [
{
"context": "shMap<Integer, String>();\n hashMap.put(1, \"Jony\");\n hashMap.put(2, \"Bill\");\n //Syst",
"end": 275,
"score": 0.9994529485702515,
"start": 271,
"tag": "NAME",
"value": "Jony"
},
{
"context": " hashMap.put(1, \"Jony\");\n hashMap.put(2, \... | null | [] | package tests.hashmap;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class HashMapTest {
public static void main(String[] args) {
HashMap<Integer, String> hashMap = new HashMap<Integer, String>();
hashMap.put(1, "Jony");
hashMap.put(2, "Bill");
/... | 901 | 0.599334 | 0.592675 | 25 | 35.080002 | 28.054119 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 13 |
651c736aca54b22fb2146a124c595f1994f11844 | 10,582,799,471,409 | ab5f81ee84700c417faa88d4944cf7b5466907ca | /src/corpustools/Defined.java | 22bafa5e84b9eb6f6e34de0bd62dc2f19f97919e | [] | no_license | pombredanne/yutta | https://github.com/pombredanne/yutta | cd8cccf267c910f4e2eb8d571f6e109a7e1a44ca | 841a641e0744e086b9b1527afd0e9c7970080ff0 | refs/heads/master | 2018-01-10T19:56:37.929000 | 2011-03-08T17:27:04 | 2011-03-08T17:27:04 | 47,922,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package corpustools;
import swutils.BinaryIn;
import swutils.BinaryOut;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.UnsupportedEncodingException;
/**
* Simple test program to print out all utf-8 sequences.
*/
public class Defined {
/** Utility class. No construct... | UTF-8 | Java | 3,133 | java | Defined.java | Java | [] | null | [] | package corpustools;
import swutils.BinaryIn;
import swutils.BinaryOut;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.UnsupportedEncodingException;
/**
* Simple test program to print out all utf-8 sequences.
*/
public class Defined {
/** Utility class. No construct... | 3,133 | 0.483243 | 0.477817 | 102 | 29.715687 | 19.6735 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490196 | false | false | 13 |
1ffff96dca67a6015a0af777462fe4e5d478c247 | 4,191,888,098,873 | ba29179f41fdf2884f8894e1c5484a11480ae9d8 | /src/main/java/com/example/springAuthenticationJWT/Controllers/SeasonController.java | 403d9175550a1be8839f1023e7cc9d5e967f2b25 | [] | no_license | Abilda/Final_HotelChain | https://github.com/Abilda/Final_HotelChain | b994189d1e76933dd50cb6b4200aff4ace7ea223 | 1af90381bd44a5df3b8e81235e1bdef6b2caca96 | refs/heads/master | 2023-01-14T00:01:52.652000 | 2020-11-13T18:15:29 | 2020-11-13T18:15:29 | 312,241,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springAuthenticationJWT.Controllers;
import com.example.springAuthenticationJWT.models.*;
import com.example.springAuthenticationJWT.payload.response.MessageResponse;
import com.example.springAuthenticationJWT.repository.HotelRepository;
import com.example.springAuthenticationJWT.repository.SeasonR... | UTF-8 | Java | 6,411 | java | SeasonController.java | Java | [] | null | [] | package com.example.springAuthenticationJWT.Controllers;
import com.example.springAuthenticationJWT.models.*;
import com.example.springAuthenticationJWT.payload.response.MessageResponse;
import com.example.springAuthenticationJWT.repository.HotelRepository;
import com.example.springAuthenticationJWT.repository.SeasonR... | 6,411 | 0.645141 | 0.643737 | 143 | 43.832169 | 29.401247 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657343 | false | false | 13 |
d12fd778d0c455e62e10d776fc8cd4d90d0a40e1 | 26,010,321,983,033 | 2f851be67ad219dff5e7d23fe9bc37151bbbf6bd | /P03/credhub/app/src/main/java/com/gonzalezolmedo/credhub/repository/RetrieveCredentialListTask.java | 2c45dfb607e6306131dfafc2cfc482e487adffdf | [] | no_license | olmedocr-university/mobile-security | https://github.com/olmedocr-university/mobile-security | d6981f896df22e75991190c66ace729835615d71 | e989d7bb10cbe8086f8e9f1a06e8b488580b63c2 | refs/heads/master | 2022-04-14T02:16:17.795000 | 2020-03-31T17:31:53 | 2020-03-31T17:31:53 | 241,073,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gonzalezolmedo.credhub.repository;
import android.os.AsyncTask;
import android.util.Log;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
impor... | UTF-8 | Java | 4,204 | java | RetrieveCredentialListTask.java | Java | [
{
"context": "package com.gonzalezolmedo.credhub.repository;\n\nimport android.os.AsyncTask;",
"end": 26,
"score": 0.9666044116020203,
"start": 12,
"tag": "USERNAME",
"value": "gonzalezolmedo"
},
{
"context": "oidHttpTransport = new HttpTransportSE(\"https://10.0.2.2/SDM/WebRepo?wsdl... | null | [] | package com.gonzalezolmedo.credhub.repository;
import android.os.AsyncTask;
import android.util.Log;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
impor... | 4,204 | 0.648192 | 0.637964 | 95 | 43.252632 | 32.949394 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705263 | false | false | 13 |
b6c935b8165471099842e93af5d2abf6779a66e7 | 4,045,859,233,006 | 6eeba5ee421416a8424f0a3948e6cf98855b7730 | /projects/bingdou-core/src/main/java/com/bingdou/core/repository/user/UserStatisticsDao.java | a172cf9b09a6861b3d403f567a5e06d1c97d22d5 | [] | no_license | magichill/sdk | https://github.com/magichill/sdk | 3cba634ca8c3f49f4174d211e39103366da87c46 | 509bf60e2a1ee73f261bb77045c619be1a84d372 | refs/heads/master | 2020-06-23T12:38:48.938000 | 2017-06-28T05:13:54 | 2017-06-28T05:13:54 | 74,646,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bingdou.core.repository.user;
import com.bingdou.core.mapper.user.IUserStatisticsMapper;
import com.bingdou.core.model.UserSourceReport;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.Map;
@Repository
public class UserStat... | UTF-8 | Java | 2,636 | java | UserStatisticsDao.java | Java | [] | null | [] | package com.bingdou.core.repository.user;
import com.bingdou.core.mapper.user.IUserStatisticsMapper;
import com.bingdou.core.model.UserSourceReport;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.Map;
@Repository
public class UserStat... | 2,636 | 0.717754 | 0.715857 | 65 | 39.553844 | 36.641308 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.953846 | false | false | 13 |
1cd1635ae1b00a35da5d1f2e934932495fe33f3e | 20,435,454,451,259 | 3cc21bf61b46481ebf1b94f26f49eb5889f774ce | /test/com/jpozarycki/utils/entity/Message.java | d4aeaa848cb9ea4b631949c7f593cb7da28e3143 | [] | no_license | jpozarycki/play-hibernate-util | https://github.com/jpozarycki/play-hibernate-util | 3fad2ba5831df92cbfee0d4e2c2dabe0fc2d3a0d | 02c5ad9aeb02f4e30eecb7c698b0f9779d683194 | refs/heads/main | 2023-01-03T01:35:19.227000 | 2020-10-25T17:48:33 | 2020-10-25T17:48:33 | 307,079,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jpozarycki.utils.entity;
import javax.persistence.*;
@Entity
@Table(name = "messages")
public class Message {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(name = "text")
private String text;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(n... | UTF-8 | Java | 778 | java | Message.java | Java | [] | null | [] | package com.jpozarycki.utils.entity;
import javax.persistence.*;
@Entity
@Table(name = "messages")
public class Message {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(name = "text")
private String text;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(n... | 778 | 0.589974 | 0.589974 | 46 | 15.913043 | 14.488115 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.23913 | false | false | 13 |
d0717c1cd5a43e36e5d5c49c63fb7ffc9b3bbb31 | 1,692,217,132,755 | b86b6cfefb29612b45fe0df6a903517bbea9262e | /src/main/java/com/mabaya/sponsored/SponsoredApplication.java | 18a19a472ff7f344342ed0ba14877576ed6bd861 | [] | no_license | rantsur/SponsoredAds | https://github.com/rantsur/SponsoredAds | c21486ca1fd7820da24b800e581fc8c77f187f36 | 5ded7dd697d41ad37a000c8be16031923b864049 | refs/heads/master | 2022-10-27T03:32:12.863000 | 2020-06-11T12:23:34 | 2020-06-11T12:23:34 | 270,724,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mabaya.sponsored;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SponsoredApplication
{
public static void main(String[] args)
{
SpringApplication.run(SponsoredApplication.class, args);
}
}
| UTF-8 | Java | 320 | java | SponsoredApplication.java | Java | [] | null | [] | package com.mabaya.sponsored;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SponsoredApplication
{
public static void main(String[] args)
{
SpringApplication.run(SponsoredApplication.class, args);
}
}
| 320 | 0.821875 | 0.821875 | 15 | 20.333334 | 23.425531 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
bd2647379b73159c06fc013c8de8083eec8a7a14 | 32,478,542,761,551 | 65239a206fe5c38d8e2f57328ebde1384b30a2e6 | /src/main/java/schoolManagment/SchoolManagment/ImplementCourseList.java | 39caea01b78d90750d4617c51de10d896dc82613 | [] | no_license | anashlal/schoolmanagment | https://github.com/anashlal/schoolmanagment | 0d5358607e6fec588e8d276863911bfdb7aaad4b | 9d72a46de84df96ca1ba76eeeba0ca284727c360 | refs/heads/master | 2021-07-09T02:04:47.705000 | 2019-08-19T13:28:28 | 2019-08-19T13:28:28 | 203,178,286 | 0 | 0 | null | false | 2020-10-13T15:26:24 | 2019-08-19T13:27:30 | 2019-08-19T13:28:40 | 2020-10-13T15:26:23 | 8 | 0 | 0 | 1 | Java | false | false | package schoolManagment.SchoolManagment;
import java.lang.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class ImplementCourseList implements CourseList {
Scanner scanerInput = new Scanner(System.in);
static List<Course> CoursesList = new ArrayList<Course>();
p... | UTF-8 | Java | 3,884 | java | ImplementCourseList.java | Java | [] | null | [] | package schoolManagment.SchoolManagment;
import java.lang.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class ImplementCourseList implements CourseList {
Scanner scanerInput = new Scanner(System.in);
static List<Course> CoursesList = new ArrayList<Course>();
p... | 3,884 | 0.628733 | 0.619464 | 159 | 22.427673 | 20.77355 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.647799 | false | false | 13 |
23110c26e3b6e0b62de6108d2288f5b3ac2432d8 | 23,845,658,485,325 | 3e0d6cc5fdffc31c0d19c56c2bf4c558f08354b2 | /temp/src/lxj/ssh2/base/core/search/TermQueryFactoryUtil.java | f2ecf7dc01a709044470702343a2b409ca4bdfae | [] | no_license | lixiaojian/demo | https://github.com/lixiaojian/demo | 324b65278738ae5968ca156db168e57004fdf884 | b4b39bc8d838c10af040cbe58ac369866ce820f1 | refs/heads/master | 2016-07-26T09:35:10.804000 | 2013-06-08T05:23:22 | 2013-06-08T05:23:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*@copyright :Copyright @2012, VISIONET ltd. All right reserved.
*
*/
package lxj.ssh2.base.core.search;
/**
* @author visionet
*/
public class TermQueryFactoryUtil {
public static TermQuery create(String field, long value) {
return getTermQueryFactory().create(field, value);
}
public static TermQu... | UTF-8 | Java | 678 | java | TermQueryFactoryUtil.java | Java | [
{
"context": "package lxj.ssh2.base.core.search;\n\n/**\n * @author visionet\n */\npublic class TermQueryFactoryUtil {\n\n\tpublic ",
"end": 140,
"score": 0.9995237588882446,
"start": 132,
"tag": "USERNAME",
"value": "visionet"
}
] | null | [] | /**
*
*@copyright :Copyright @2012, VISIONET ltd. All right reserved.
*
*/
package lxj.ssh2.base.core.search;
/**
* @author visionet
*/
public class TermQueryFactoryUtil {
public static TermQuery create(String field, long value) {
return getTermQueryFactory().create(field, value);
}
public static TermQu... | 678 | 0.747788 | 0.740413 | 34 | 18.970589 | 22.808002 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 13 |
fd8afdb9b8a747ee122597b94917682961c7db62 | 10,393,820,866,334 | dd1ec9edef3c41ce51003f687c7cbead432b84f2 | /Drawable.java | 867f1110b8ce9b61466683476c52eef186447141 | [] | no_license | Solopie/Five-in-a-Row | https://github.com/Solopie/Five-in-a-Row | 83d9c8fe20dfa35f3a04a058156154f5cf81e5d0 | 530f1ec7b60a1d42f8543d7a29c073551560a428 | refs/heads/master | 2021-01-06T06:12:41.384000 | 2020-04-24T11:50:25 | 2020-04-24T11:50:25 | 241,231,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | interface Drawable {
public void drawComponent();
}
| UTF-8 | Java | 59 | java | Drawable.java | Java | [] | null | [] | interface Drawable {
public void drawComponent();
}
| 59 | 0.677966 | 0.677966 | 4 | 13.75 | 12.968713 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
b566c9ae523fe9e1a4ad4468aea1b809c6ff6c1e | 16,243,566,374,119 | 3e7d74e632f081d4ed44d06c0cb7a60eb592a904 | /summer/SpringBoot/springboot-jdbc/src/main/java/com/example/springbootjdbc/controller/AccountController.java | 6b9f502d32986fcf9a16b871a47495699b374efd | [] | no_license | lalahaha323/SpringBootPractice | https://github.com/lalahaha323/SpringBootPractice | da32a3ec87fb94626790b4b2af827b7b060aedcd | 14659b262671f9495034b7792a424d15d209e15a | refs/heads/master | 2022-07-27T16:25:27.636000 | 2020-01-29T14:11:20 | 2020-01-29T14:11:20 | 197,742,452 | 0 | 0 | null | false | 2022-06-21T01:48:10 | 2019-07-19T09:16:23 | 2020-01-29T14:11:30 | 2022-06-21T01:48:10 | 624 | 0 | 0 | 5 | Java | false | false | package com.example.springbootjdbc.controller;
import com.example.springbootjdbc.enty.Account;
import com.example.springbootjdbc.service.IAccountService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.ComponentScans;
import org.springframework.web.bind.ann... | UTF-8 | Java | 1,954 | java | AccountController.java | Java | [] | null | [] | package com.example.springbootjdbc.controller;
import com.example.springbootjdbc.enty.Account;
import com.example.springbootjdbc.service.IAccountService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.ComponentScans;
import org.springframework.web.bind.ann... | 1,954 | 0.654555 | 0.653531 | 61 | 31.032787 | 22.200256 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57377 | false | false | 13 |
77720b1fa4fe8ab09d9e1a41f4edbffa7d5c1d8e | 13,786,845,060,725 | 02b464724d0db652824552c1a01d32fe65d2c076 | /InscriptionsSportives/src/gui/controllers/competition/VoirCandidatsController.java | c9443b95bf8642759def2d673f0840d0e3045f4c | [] | no_license | Nenjil/inscriptionsSportives | https://github.com/Nenjil/inscriptionsSportives | 9d2e5abaf24fae837d8fd4748da1176a7f7e072a | 4415cc11ab91931065be913a32ce33173566d182 | refs/heads/master | 2020-04-04T19:39:26.852000 | 2019-05-20T01:40:40 | 2019-05-20T01:40:40 | 156,215,088 | 0 | 1 | null | true | 2018-11-05T12:33:33 | 2018-11-05T12:33:32 | 2016-01-14T23:38:16 | 2018-03-12T14:14:11 | 13 | 0 | 0 | 0 | null | false | null | package gui.controllers.competition;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import inscriptions.Candidat;
import inscriptions.Competition;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import java... | UTF-8 | Java | 1,141 | java | VoirCandidatsController.java | Java | [] | null | [] | package gui.controllers.competition;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import inscriptions.Candidat;
import inscriptions.Competition;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import java... | 1,141 | 0.743208 | 0.741455 | 45 | 23.355556 | 21.649897 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 13 |
858723c0c3c087c3125678da50141ca6c6412dc8 | 6,811,818,199,574 | 25e025e2ea944c17311075470a29be4d419a1321 | /OCRManager/ocr-system/src/main/java/com/ocr/system/model/MarriageLicense.java | ee86e80c79ffc51a50b6828c968b03fb42f5774c | [
"MIT"
] | permissive | Fanbb/XTOCR | https://github.com/Fanbb/XTOCR | 4eba91b5b66349348cdb40a965b0681bd2f268f5 | 8e5e8641cf7f375aa69d374086405e33b1c7e622 | refs/heads/main | 2023-03-30T06:13:00.256000 | 2021-03-26T06:30:00 | 2021-03-26T06:30:00 | 351,686,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ocr.system.model;
import com.ocr.common.utils.StringUtils;
/**
* 结婚证
* @author Jocker
*/
public class MarriageLicense {
/**
* 流水ID
*/
private String tradeId;
/**
* 结婚证号
*/
private String marriageNo;
/**
* 配偶姓名
*/
private String name;
/**
*... | UTF-8 | Java | 2,646 | java | MarriageLicense.java | Java | [
{
"context": "r.common.utils.StringUtils;\n\n/**\n * 结婚证\n * @author Jocker\n */\npublic class MarriageLicense {\n /**\n *",
"end": 102,
"score": 0.8510545492172241,
"start": 96,
"tag": "USERNAME",
"value": "Jocker"
}
] | null | [] | package com.ocr.system.model;
import com.ocr.common.utils.StringUtils;
/**
* 结婚证
* @author Jocker
*/
public class MarriageLicense {
/**
* 流水ID
*/
private String tradeId;
/**
* 结婚证号
*/
private String marriageNo;
/**
* 配偶姓名
*/
private String name;
/**
*... | 2,646 | 0.53483 | 0.53483 | 125 | 19.672001 | 20.954342 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384 | false | false | 13 |
1479ecd14f19d237b193750b513e1ba05460a4c0 | 10,926,396,820,336 | 259b114e0fb2a7ea2d44543035df2545311192c4 | /src/com/cadastro/servelets/AtivaCadastro.java | cd49847a5f7b662d7c28dd34cb63469f59356269 | [] | no_license | cledsonAlves/digitalJava | https://github.com/cledsonAlves/digitalJava | 0580411b968716de5ca8c2e65d1e3ac11a6af596 | ac45a5ab6f0fc40b33e5b6b078c2cdbb991acfd7 | refs/heads/master | 2021-01-16T18:19:14.837000 | 2014-11-20T21:29:08 | 2014-11-20T21:29:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cadastro.servelets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.cadastr... | ISO-8859-1 | Java | 1,429 | java | AtivaCadastro.java | Java | [] | null | [] | package com.cadastro.servelets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.cadastr... | 1,429 | 0.719101 | 0.718399 | 58 | 23.551723 | 28.153013 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.637931 | false | false | 13 |
7654b24cc409fa2f9f1985faf0af85efb8d548b7 | 13,168,369,793,388 | ff0dc48e0a85c0c6e1acb6d3da4842cbe322d34f | /letubaselib/src/main/java/com/letu/app/baselib/base/BaseFragmentView.java | 9e3aef3da38907a903ae7643f7b9be66a8159ab0 | [] | no_license | id4lin/letu | https://github.com/id4lin/letu | 9dccbbb96c0232c49d139715df667a83d9304885 | bec70a2c10ddfdc72bc2e31f8cb44ab34dc485ce | refs/heads/master | 2020-03-27T00:51:08.831000 | 2018-09-28T11:32:27 | 2018-09-28T11:32:27 | 145,662,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.letu.app.baselib.base;
import com.trello.rxlifecycle2.LifecycleProvider;
import com.trello.rxlifecycle2.android.FragmentEvent;
/**
* Created by ${user} on 2018/7/5
*/
public interface BaseFragmentView {
BaseFragment getFragment();
LifecycleProvider<FragmentEvent> getLifecycleProvider();
}
| UTF-8 | Java | 314 | java | BaseFragmentView.java | Java | [
{
"context": "fecycle2.android.FragmentEvent;\n\n/**\n * Created by ${user} on 2018/7/5\n */\npublic interface BaseFragmen",
"end": 158,
"score": 0.7630532383918762,
"start": 158,
"tag": "USERNAME",
"value": ""
},
{
"context": "ycle2.android.FragmentEvent;\n\n/**\n * Created by ${use... | null | [] | package com.letu.app.baselib.base;
import com.trello.rxlifecycle2.LifecycleProvider;
import com.trello.rxlifecycle2.android.FragmentEvent;
/**
* Created by ${user} on 2018/7/5
*/
public interface BaseFragmentView {
BaseFragment getFragment();
LifecycleProvider<FragmentEvent> getLifecycleProvider();
}
| 314 | 0.77707 | 0.751592 | 12 | 25.166666 | 21.717249 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
111e6ea21c619d72e37a6676e38e39398efa5007 | 25,262,997,704,864 | 6cb34b25be0c254fcba72165777bf939d65686cd | /library/src/com/eyeem/poll/Poll.java | 7d9ab58bdf89848ab2f2ce77629346200102ad4c | [
"Apache-2.0"
] | permissive | mttkay/PotatoLibrary | https://github.com/mttkay/PotatoLibrary | 00942408f0b1f016e7d29fa8befebf9a48cca0c2 | 7a6e9cc420f9face7c195641af91ced07ff62b27 | refs/heads/master | 2021-01-18T14:15:53.980000 | 2013-02-22T09:18:29 | 2013-02-22T09:18:29 | 8,389,425 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eyeem.poll;
import java.util.ArrayList;
import java.util.Vector;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import com.eyeem.storage.Storage;
import com.eyeem.storage.Storage.List;
/**
* Base class for polling. Works in combination with {@link Storage}
* clas... | UTF-8 | Java | 8,939 | java | Poll.java | Java | [] | null | [] | package com.eyeem.poll;
import java.util.ArrayList;
import java.util.Vector;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import com.eyeem.storage.Storage;
import com.eyeem.storage.Storage.List;
/**
* Base class for polling. Works in combination with {@link Storage}
* clas... | 8,939 | 0.549838 | 0.549055 | 370 | 23.15946 | 20.371256 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302703 | false | false | 13 |
e0cfc5c7d1ea38997ea0a569f44b2ba645d71328 | 34,797,825,056,021 | d454c0939078fed92ad2052723f5433b6172f367 | /src/main/java/common_toolkits/multi_thread/callable/FutureAndCallableExample.java | 0d8228936c288e5ffc159bb0b99545946f6bd43a | [] | no_license | dangshanli/highlight_spring4idea | https://github.com/dangshanli/highlight_spring4idea | 71ccfe80afbf27b69b23e37f7ac4404b8c31bff5 | 15a64295ff52063929cbf5408dabd22eed7d1716 | refs/heads/master | 2021-09-19T23:44:37.727000 | 2018-08-01T14:26:06 | 2018-08-01T14:26:06 | 115,599,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common_toolkits.multi_thread.callable;
import java.util.concurrent.*;
/**
* @author luzj
* @description: 1.使用Callable接口,创建任务
* 2.Callable几乎等同于Runnable,不同的是他可以在call()方法中返回结果
* 3.Callable<T>通过泛型T指定返回类型
* 4.Callable返回的是Future类型,里面包装的是我们的泛型类型的结果对象
* 5.future.get()获取返回值,在task结束之前这个方法处于阻塞状态
* 6.Future对象是可以及时... | UTF-8 | Java | 4,074 | java | FutureAndCallableExample.java | Java | [
{
"context": "e;\n\nimport java.util.concurrent.*;\n\n/**\n * @author luzj\n * @description: 1.使用Callable接口,创建任务\n * 2.Callabl",
"end": 99,
"score": 0.9996485710144043,
"start": 95,
"tag": "USERNAME",
"value": "luzj"
}
] | null | [] | package common_toolkits.multi_thread.callable;
import java.util.concurrent.*;
/**
* @author luzj
* @description: 1.使用Callable接口,创建任务
* 2.Callable几乎等同于Runnable,不同的是他可以在call()方法中返回结果
* 3.Callable<T>通过泛型T指定返回类型
* 4.Callable返回的是Future类型,里面包装的是我们的泛型类型的结果对象
* 5.future.get()获取返回值,在task结束之前这个方法处于阻塞状态
* 6.Future对象是可以及时... | 4,074 | 0.594634 | 0.579342 | 120 | 27.883333 | 22.950739 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
91903827a7c48dec6d11988865029fa393518466 | 22,187,801,116,052 | 141bd778f666df8653b66385ba86b218cd615fe6 | /nova-pis/src/main/java/net/yuan/nova/pis/controller/MenuController.java | 0ae05b502868cf116f4d1c6d3a05778072bcc097 | [] | no_license | ydapp/ydweb | https://github.com/ydapp/ydweb | f6f4260b832ab1f619f5bac92c604e336af67f17 | 58a07e5ec3eaf6abfb2fb50d9551d680d62200a7 | refs/heads/master | 2021-01-09T20:51:10.566000 | 2017-03-24T08:12:32 | 2017-03-24T08:12:32 | 57,933,696 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.yuan.nova.pis.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.yuan.nova.commons.SystemConstant;
import net.yuan.nova.core.shiro.vo.User;
import net.yuan.nova.core.vo.JsonVo;
import net.yuan.nova.core.vo.T... | UTF-8 | Java | 6,433 | java | MenuController.java | Java | [
{
"context": ".RequestParam;\r\n\r\n/**\r\n * 系统菜单控制器\r\n * \r\n * @author zhangshuai\r\n * \r\n */\r\n@Controller\r\npublic class MenuControll",
"end": 1195,
"score": 0.9945471286773682,
"start": 1185,
"tag": "USERNAME",
"value": "zhangshuai"
}
] | null | [] | package net.yuan.nova.pis.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.yuan.nova.commons.SystemConstant;
import net.yuan.nova.core.shiro.vo.User;
import net.yuan.nova.core.vo.JsonVo;
import net.yuan.nova.core.vo.T... | 6,433 | 0.704963 | 0.703662 | 192 | 30.005209 | 25.171185 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.203125 | false | false | 13 |
f3662f2c99a1a768d285fb72e799884c9e35fcbe | 22,187,801,117,813 | 1637b42bfe66763990223d674aa470aa239a240b | /ttsd-point-service/src/main/java/com/tuotiansudai/point/service/SignInService.java | 14070463726602b86a22dceeec2b04141f13cdce | [] | no_license | haifeiforwork/tuotiansudai | https://github.com/haifeiforwork/tuotiansudai | 11feef3e42f02c3e590ca2b7c081f106b706f7da | 891fefef783a96f86c3283ce377ba18e80db0c81 | refs/heads/master | 2020-12-12T09:16:06.320000 | 2019-03-08T09:34:26 | 2019-03-08T09:34:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tuotiansudai.point.service;
import com.tuotiansudai.point.repository.dto.SignInPointDto;
public interface SignInService {
SignInPointDto signIn(String loginName);
boolean signInIsSuccess(String loginName);
SignInPointDto getLastSignIn(String loginName);
int getNextSignInPoint(String l... | UTF-8 | Java | 377 | java | SignInService.java | Java | [] | null | [] | package com.tuotiansudai.point.service;
import com.tuotiansudai.point.repository.dto.SignInPointDto;
public interface SignInService {
SignInPointDto signIn(String loginName);
boolean signInIsSuccess(String loginName);
SignInPointDto getLastSignIn(String loginName);
int getNextSignInPoint(String l... | 377 | 0.787798 | 0.787798 | 18 | 19.944445 | 22.785162 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 13 |
17240213a6f4c6d9575ff1cf8d3e0c5df34c9881 | 36,060,545,439,345 | 977d0a2fbc152296c040fcbdcbc61b575f903a4b | /gobblin-metrics/src/main/java/gobblin/metrics/metric/InnerMetric.java | c05a2bfd12d1cac7afb3b002db9a404d690392ed | [
"Apache-2.0",
"BSD-3-Clause",
"xpp",
"MIT"
] | permissive | pndaproject/gobblin | https://github.com/pndaproject/gobblin | 01b963e24e90dc1f91a348c42caf503cfe1812be | 506c4a519911b453412dad784f4bfb10e7e6a84a | refs/heads/develop | 2021-01-20T23:23:44.411000 | 2017-12-06T17:05:40 | 2017-12-06T17:05:40 | 62,383,333 | 1 | 8 | Apache-2.0 | true | 2017-12-06T17:05:41 | 2016-07-01T09:53:50 | 2017-04-19T08:15:44 | 2017-12-06T17:05:41 | 97,824 | 1 | 6 | 0 | Java | false | null | /*
* Copyright (C) 2014-2016 LinkedIn Corp. All rights reserved.
*
* 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 appl... | UTF-8 | Java | 940 | java | InnerMetric.java | Java | [] | null | [] | /*
* Copyright (C) 2014-2016 LinkedIn Corp. All rights reserved.
*
* 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 appl... | 940 | 0.744681 | 0.731915 | 31 | 29.32258 | 32.66584 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 13 |
0532b58056d3ea90c1500d254bf05594d2395039 | 35,304,631,202,327 | a038096f0b4fc0969a484ce53298998b6e2aa092 | /CAR/ProjetStruts/src/metawebmodel/Entity.java | fb33f4d3d959254b7b2d074e87e29904f5778f8e | [] | no_license | youba/CARPRO | https://github.com/youba/CARPRO | e3f0ec4c30018852a4c990852dd097331b8772fb | 84a5e98e005d14839a8c43aa486eeed4189f145e | refs/heads/master | 2016-09-06T09:00:02.816000 | 2012-11-21T19:32:05 | 2012-11-21T19:32:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package metawebmodel;
import metawebmodel.tools.IVisiteurModel;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are... | UTF-8 | Java | 1,279 | java | Entity.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package metawebmodel;
import metawebmodel.tools.IVisiteurModel;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are... | 1,279 | 0.653636 | 0.653636 | 52 | 23.596153 | 24.817225 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519231 | false | false | 13 |
abdefb32775c18b9b93978caabd5dd4f0f5e45a8 | 21,157,008,955,586 | bfb75cff58924a548eb385ad77d3054f79715177 | /sandbox/src/main/java/ru/nc/pdtb6/sandbox/MyFirstProject.java | 3bc4fb9ed0f615594df1e405e21c84f8c1969027 | [
"Apache-2.0"
] | permissive | Ch-Natalia/java_pdtb6 | https://github.com/Ch-Natalia/java_pdtb6 | 656c6b0a79ee575e3bbea6b762c47f5fbdb60fdb | 2a3c3f53aedd789043fd851e4ddd72c4d4cc81f0 | refs/heads/master | 2020-07-07T18:47:39.138000 | 2019-08-26T20:12:32 | 2019-08-26T20:12:32 | 203,443,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.nc.pdtb6.sandbox;
public class MyFirstProject {
public static void main(String[] args) {
System.out.println("Hello, World");
Point a = new Point();
Point b = new Point();
a.distance(b);
b.distance(a);
distance(a, b);
}
public static void distan... | UTF-8 | Java | 699 | java | MyFirstProject.java | Java | [] | null | [] | package ru.nc.pdtb6.sandbox;
public class MyFirstProject {
public static void main(String[] args) {
System.out.println("Hello, World");
Point a = new Point();
Point b = new Point();
a.distance(b);
b.distance(a);
distance(a, b);
}
public static void distan... | 699 | 0.420601 | 0.389127 | 34 | 19.588236 | 14.035915 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 13 |
bc0f24c2d354fb90fd1017070b9bcb6ad1b16b61 | 8,959,301,833,488 | f63d18f59cb370fd5ad037ed07cf5dba864c2a63 | /Hzsever/src/main/java/htht/system/ocean/model/UimIssueRole.java | 658a14a903e53061388b7a47f55138d433918e5b | [] | no_license | sengeiou/HzServer | https://github.com/sengeiou/HzServer | db9402604fb35f4e6638828974dfe4982b6fe1d2 | cce2d6a1bef9463ba4e92d081a2930851f8a6eab | refs/heads/master | 2020-05-16T02:01:36.338000 | 2018-10-15T09:05:43 | 2018-10-15T09:05:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package htht.system.ocean.model;
import javax.persistence.*;
@Table(name = "UIM_ISSUE_ROLE")
public class UimIssueRole {
@Id
@Column(name = "ID")
@GeneratedValue(strategy = GenerationType.IDENTITY)
private String id;
@Column(name = "ROLE_NAME")
private String roleName;
@Column(name = "ME... | UTF-8 | Java | 1,535 | java | UimIssueRole.java | Java | [] | null | [] | package htht.system.ocean.model;
import javax.persistence.*;
@Table(name = "UIM_ISSUE_ROLE")
public class UimIssueRole {
@Id
@Column(name = "ID")
@GeneratedValue(strategy = GenerationType.IDENTITY)
private String id;
@Column(name = "ROLE_NAME")
private String roleName;
@Column(name = "ME... | 1,535 | 0.523127 | 0.523127 | 93 | 15.516129 | 13.179989 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.182796 | false | false | 13 |
5e5e18aa4fca63b10a92c691cf8039ff5a6ef59b | 31,533,649,917,140 | 3262eeda1110cdd17ff294be8c783b543f87f0f0 | /src/pepmhc/affy/AffinityCache.java | e0c6d9fc678a7e8567238387dda13fe0a0ffc2bc | [
"Apache-2.0"
] | permissive | tipplerow/pepmhc | https://github.com/tipplerow/pepmhc | 06cffb6d9c02ceae4faa79e823309ad08f641ec5 | fd030de9a72a94ce896da6cbcfa7e962084a4a38 | refs/heads/master | 2021-07-04T07:48:00.392000 | 2020-09-15T16:29:08 | 2020-09-15T16:29:08 | 168,204,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package pepmhc.affy;
import jam.app.JamProperties;
import jam.util.PairKeyTable;
import jene.hla.Allele;
import pepmhc.bind.BindCache;
/**
* Maintains an in-memory cache of affinity records backed by a
* persistent database store.
*/
public final class AffinityCache extends BindCache<AffinityRecord> {
priva... | UTF-8 | Java | 2,849 | java | AffinityCache.java | Java | [] | null | [] |
package pepmhc.affy;
import jam.app.JamProperties;
import jam.util.PairKeyTable;
import jene.hla.Allele;
import pepmhc.bind.BindCache;
/**
* Maintains an in-memory cache of affinity records backed by a
* persistent database store.
*/
public final class AffinityCache extends BindCache<AffinityRecord> {
priva... | 2,849 | 0.677782 | 0.677782 | 93 | 29.623655 | 29.612885 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408602 | false | false | 13 |
c5984cb27f71b5164df6ededa0f677a2b1f186c6 | 2,671,469,695,029 | 11a7f36f51f5040391521bfc67e17103f32a0034 | /src/Util/CharacterEscape.java | 3346cb601cc7c25187af800f55cd4d936b5d47fc | [] | no_license | jobrob/FYP | https://github.com/jobrob/FYP | fcec453455126b9e0e6ca2c3be689988de1717e0 | f073cf24fdac9b711ee299855f26b9224e4b06cc | refs/heads/master | 2021-09-11T13:22:51.950000 | 2018-04-07T16:10:54 | 2018-04-07T16:10:54 | 109,271,150 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Util;
import java.util.*;
public class CharacterEscape
{
/**
* Takes a string an returns a string that has its special characters replaced by the escaped values
* @return
*/
public static String escapeHtml(String input)
{
HashMap<String, String> hashmap = new HashMap<>();
hashmap.put("\"","""... | UTF-8 | Java | 1,044 | java | CharacterEscape.java | Java | [] | null | [] | package Util;
import java.util.*;
public class CharacterEscape
{
/**
* Takes a string an returns a string that has its special characters replaced by the escaped values
* @return
*/
public static String escapeHtml(String input)
{
HashMap<String, String> hashmap = new HashMap<>();
hashmap.put("\"","""... | 1,044 | 0.611111 | 0.606322 | 44 | 22.75 | 23.005064 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.090909 | false | false | 13 |
5da5a927d856deaa7bb327031eb5ce29768ebd8f | 28,793,460,777,634 | 6700b25d187a172a52ccddbc02a17d6e0485c69a | /src/test/java/io/qdivision/demo/bowling/services/GameServiceTest.java | 74e7330b36eac7b3f6dd78b5d6d4000d949f918e | [] | no_license | jwmorrow1s/bowling-api | https://github.com/jwmorrow1s/bowling-api | 139be652fd581798ec10bc7eb5247db8edfb695a | d050f4fec9c35a370c4e8725197465f2b8f95f7b | refs/heads/master | 2020-03-31T13:19:52.379000 | 2018-10-09T12:57:36 | 2018-10-09T12:57:36 | 152,251,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.qdivision.demo.bowling.services;
import io.qdivision.demo.bowling.models.Game;
import io.qdivision.demo.bowling.models.Player;
import io.qdivision.demo.bowling.repositories.GameRepository;
import io.qdivision.demo.bowling.utils.GameStatus;
import org.junit.Assert;
import org.junit.Test;
import org.junit.ru... | UTF-8 | Java | 3,657 | java | GameServiceTest.java | Java | [] | null | [] | package io.qdivision.demo.bowling.services;
import io.qdivision.demo.bowling.models.Game;
import io.qdivision.demo.bowling.models.Player;
import io.qdivision.demo.bowling.repositories.GameRepository;
import io.qdivision.demo.bowling.utils.GameStatus;
import org.junit.Assert;
import org.junit.Test;
import org.junit.ru... | 3,657 | 0.701395 | 0.69948 | 109 | 32.550457 | 27.574581 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651376 | false | false | 13 |
10eae1f6ed2ec8afb239dce48dfe8cefc2806a96 | 8,246,337,246,683 | 05c76c34eca5753508b79cd488a8486994868b5c | /core/src/main/java/equalshash/Person.java | 32303b98e44e14bbd2fbc75de7d6df9c3d011ca9 | [
"Apache-2.0"
] | permissive | aw3s0me/java-tuts | https://github.com/aw3s0me/java-tuts | 3fd56a2a0d260708a00dc4efdf3420b5669906e4 | b7a7dbef1f2611c6c66da62630dd72b23eff5581 | refs/heads/master | 2017-12-11T15:57:01.747000 | 2017-06-20T19:05:03 | 2017-06-20T19:05:03 | 78,959,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package equalshash;
import java.util.Objects;
/**
* Created by korovin on 6/13/2017.
*/
public class Person {
private String firstName;
private String lastName;
public Person(String firstName, String lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
public Str... | UTF-8 | Java | 1,634 | java | Person.java | Java | [
{
"context": "ash;\n\nimport java.util.Objects;\n\n/**\n * Created by korovin on 6/13/2017.\n */\npublic class Person {\n priva",
"end": 73,
"score": 0.997648298740387,
"start": 66,
"tag": "USERNAME",
"value": "korovin"
}
] | null | [] | package equalshash;
import java.util.Objects;
/**
* Created by korovin on 6/13/2017.
*/
public class Person {
private String firstName;
private String lastName;
public Person(String firstName, String lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
public Str... | 1,634 | 0.618115 | 0.613831 | 58 | 27.172413 | 28.365921 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327586 | false | false | 13 |
f7c666aea00148e0d692d22126dcaef609052e5d | 32,968,169,011,454 | 459035782e96a17c623a062a88c581a1780921ae | /ego_manage/src/main/java/com/ego/manage/controller/PageController.java | ecd3f8a3abcdb8b55501b48eb9c345e522b1bd0b | [] | no_license | yueqianhan/ego_parent | https://github.com/yueqianhan/ego_parent | ea3a1916f72520bb4382a1dc12e3aebcca4e893d | 1bf6bbf7481c08d2a101b63d3a4c17fba98ced8f | refs/heads/master | 2022-05-10T00:34:48.720000 | 2019-10-28T13:37:01 | 2019-10-28T13:37:01 | 218,054,503 | 0 | 0 | null | false | 2022-06-21T02:07:56 | 2019-10-28T13:35:46 | 2019-10-28T13:38:14 | 2022-06-21T02:07:53 | 3,602 | 0 | 0 | 4 | CSS | false | false | package com.ego.manage.controller;
import com.sun.org.apache.regexp.internal.RE;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author hanyueqian
* @date 2019/9/20 0020-下午 16:21
*/
... | UTF-8 | Java | 756 | java | PageController.java | Java | [
{
"context": "eb.bind.annotation.RequestMapping;\n\n/**\n * @author hanyueqian\n * @date 2019/9/20 0020-下午 16:21\n */\n@Controller\n",
"end": 282,
"score": 0.9993515014648438,
"start": 272,
"tag": "USERNAME",
"value": "hanyueqian"
}
] | null | [] | package com.ego.manage.controller;
import com.sun.org.apache.regexp.internal.RE;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author hanyueqian
* @date 2019/9/20 0020-下午 16:21
*/
... | 756 | 0.659892 | 0.639566 | 36 | 19.5 | 18.249048 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 13 |
1a18b62c88d2a230190d369f349c975cb01ab7b0 | 23,871,428,255,076 | ebc5be5c0334fbaea5435a6d36c9c96dd9c570eb | /melon-admin/src/main/java/org/tieland/melon/admin/common/ClientResultBuilder.java | 022ab216d1ed49b61ccd8713a3641a72c5f2349a | [] | no_license | moutainhigh/melon | https://github.com/moutainhigh/melon | 04ea26c5759d1f58fda286f7971612b831726d0c | 5e4e3a6f3af91141cb4e8f885cdbba699ed469d3 | refs/heads/master | 2022-07-30T12:32:56.386000 | 2020-05-21T09:36:49 | 2020-05-21T09:36:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tieland.melon.admin.common;
/**
* 接口返回Builder
* @author zhouxiang
* @date 2018/6/20 8:30
*/
public final class ClientResultBuilder<T> {
private Integer code;
private T data;
private String message = GlobalCodeEnum.SUCCESS.getMessage();
public ClientResultBuilder<T> success(){
... | UTF-8 | Java | 1,307 | java | ClientResultBuilder.java | Java | [
{
"context": "melon.admin.common;\n\n/**\n * 接口返回Builder\n * @author zhouxiang\n * @date 2018/6/20 8:30\n */\npublic final class Cl",
"end": 80,
"score": 0.9905985593795776,
"start": 71,
"tag": "USERNAME",
"value": "zhouxiang"
}
] | null | [] | package org.tieland.melon.admin.common;
/**
* 接口返回Builder
* @author zhouxiang
* @date 2018/6/20 8:30
*/
public final class ClientResultBuilder<T> {
private Integer code;
private T data;
private String message = GlobalCodeEnum.SUCCESS.getMessage();
public ClientResultBuilder<T> success(){
... | 1,307 | 0.61047 | 0.602771 | 54 | 23.055555 | 20.970364 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 13 |
08d9dd80d10c9d4e240d24a3b9afa2ae94894625 | 33,560,874,474,787 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/C25741Ac.java | 3a9c61aaa0266145d97b02e46e455012f9ae7779 | [] | no_license | stanvanrooy/decompiled-instagram | https://github.com/stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155000 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p000X;
/* renamed from: X.1Ac reason: invalid class name and case insensitive filesystem */
public final class C25741Ac implements Runnable {
public final /* synthetic */ AnonymousClass1AZ A00;
public C25741Ac(AnonymousClass1AZ r1) {
this.A00 = r1;
}
public final void run() {
... | UTF-8 | Java | 628 | java | C25741Ac.java | Java | [] | null | [] | package p000X;
/* renamed from: X.1Ac reason: invalid class name and case insensitive filesystem */
public final class C25741Ac implements Runnable {
public final /* synthetic */ AnonymousClass1AZ A00;
public C25741Ac(AnonymousClass1AZ r1) {
this.A00 = r1;
}
public final void run() {
... | 628 | 0.558917 | 0.457006 | 24 | 25.166666 | 20.649187 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
a396261d67e4c5ab226e0a392eca92ffccfa7a02 | 9,457,518,007,717 | 11e1feb02aba32524d6d7a24dfca53903b43112e | /Testing/src/test.java | e45cf6a04881996bfdc14cfdc07214e0ceda61b6 | [] | no_license | skuchibh/IdeaProjects | https://github.com/skuchibh/IdeaProjects | 405aa9a3c93fa45597137957ba264f95eebfe9e3 | 4f5030e878e955dcf1940f1ff64eef4ec8e2b490 | refs/heads/master | 2021-01-23T12:47:25.008000 | 2017-06-02T20:24:45 | 2017-06-02T20:24:45 | 93,200,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* Built using CHelper plug-in * Actual solution is at the top
*
* @author Maverickk
*/
class test {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = Syste... | UTF-8 | Java | 4,037 | java | test.java | Java | [
{
"context": "g-in * Actual solution is at the top\n *\n * @author Maverickk\n */\nclass test {\n public static void main(Stri",
"end": 171,
"score": 0.8577058911323547,
"start": 162,
"tag": "NAME",
"value": "Maverickk"
}
] | null | [] | import java.io.*;
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* Built using CHelper plug-in * Actual solution is at the top
*
* @author Maverickk
*/
class test {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = Syste... | 4,037 | 0.434481 | 0.420114 | 139 | 28.021584 | 22.567394 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755396 | false | false | 13 |
cd76e8e766bdb4cb49478c3cfa7da6098a72f578 | 8,057,358,674,596 | 1aca61570d7440242da1ab5ca9a74848d9d44fa8 | /ADIES/src/adies/ConfirmacionCita.java | 27badd094ad0443bc5a3cedd12db74026edb2794 | [] | no_license | GJHR-6/ADIES | https://github.com/GJHR-6/ADIES | 2ee78c5eb36f279abf0349cfea6cc8e202c10787 | c5d47c699033bac558022a605841570cf26ca650 | refs/heads/main | 2023-03-27T00:49:38.421000 | 2021-03-25T01:06:04 | 2021-03-25T01:06:04 | 339,560,399 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package adies;
import java.awt.Image;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JButton;
/**
*
* @a... | UTF-8 | Java | 12,115 | java | ConfirmacionCita.java | Java | [
{
"context": "on;\nimport javax.swing.JButton;\n\n/**\n *\n * @author guill\n */\npublic class ConfirmacionCita extends javax.s",
"end": 331,
"score": 0.9947910308837891,
"start": 326,
"tag": "USERNAME",
"value": "guill"
}
] | 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 adies;
import java.awt.Image;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JButton;
/**
*
* @a... | 12,115 | 0.613441 | 0.598002 | 278 | 42.568344 | 33.335777 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615108 | false | false | 13 |
272e7a4e46b567e0b1a2798611884548c6e788f9 | 23,441,931,559,036 | 1b2f9c769570c83adf326af0466fa3e852bf9644 | /src/br/com/rick/frederico/file/codec/coding/CodecFactory.java | 52c69bd0dc76590d03f862e654f54f8e357ee2ca | [] | no_license | fredericoarick/file-codec | https://github.com/fredericoarick/file-codec | e44b317ce540520bff4228ccaf4552dd06314cec | 92a62574ed03cfb89203b32a9e6765dfc78f0922 | refs/heads/master | 2023-08-18T19:42:47.296000 | 2021-10-07T00:25:44 | 2021-10-07T00:25:44 | 414,004,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.rick.frederico.file.codec.coding;
import br.com.rick.frederico.file.codec.error.CodecException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Queue;
public class CodecFactory {
public static Codec getForEncoding(String codecName, Queue<String> additionalArgs) {
... | UTF-8 | Java | 1,959 | java | CodecFactory.java | Java | [] | null | [] | package br.com.rick.frederico.file.codec.coding;
import br.com.rick.frederico.file.codec.error.CodecException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Queue;
public class CodecFactory {
public static Codec getForEncoding(String codecName, Queue<String> additionalArgs) {
... | 1,959 | 0.643185 | 0.643185 | 47 | 40.680851 | 26.82497 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 1 |
d208887f049ed3bb2f79ff01b2eacd2a873041a3 | 34,024,730,919,529 | a8749ee5c5e23468cd5fbebb36d87d8373d25b26 | /libs/ESF/src/emergent/FeedBack.java | 16e3b6d77055b03dc347e400b07dcd3bd3fe95ba | [] | no_license | tectronics/emergent-rules-and-behaviour-study | https://github.com/tectronics/emergent-rules-and-behaviour-study | 559c67facdc8aa008937d3715a698f60b37be6b7 | 4337cff407f7992bbd7a39aa1bd65d485e183ad2 | refs/heads/master | 2018-01-11T15:15:47.479000 | 2010-05-18T16:43:07 | 2010-05-18T16:43:07 | 46,907,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package emergent;
public class FeedBack {
}
| UTF-8 | Java | 47 | java | FeedBack.java | Java | [] | null | [] | package emergent;
public class FeedBack {
}
| 47 | 0.723404 | 0.723404 | 6 | 6.833333 | 9.47658 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 1 |
cdaee580dd01e5dfd967ca38e9f402aa91854566 | 31,078,383,414,676 | f1d73d5b299561875dbc0b85df937541c08d9e68 | /The Second Iteration/palm_meal_customer/src/com/zsct/customer/model/Shop.java | b4cbc8f63d796241bad84ce6a00b571ac25957ad | [] | no_license | KevinLong15/Canteen_Managing_System | https://github.com/KevinLong15/Canteen_Managing_System | d069a13643f1c428ea08f0a4a7ed6d89172dc406 | c7f9ed2d322393abd03b5747b4b11d20d2755c12 | refs/heads/master | 2021-09-03T10:22:20.593000 | 2018-01-08T10:26:21 | 2018-01-08T10:26:21 | 107,943,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* http://www.appcodes.cn APP精品源码下载站声明:
* 1、本站源码为网上搜集或网友提供,如果涉及或侵害到您的版 权,请立即通知我们。
* 2、 本站提供免费代码只可供研究学习使用,切勿用于商业用途 由此引起一切后果与本站无关。
* 3、 商业源码请在源码授权范围内进行使用。
* 4、更多APP精品源码下载请访问:http://www.appcodes.cn。
* 5、如有疑问请发信息至appcodes@qq.com。
*/
package com.zsct.customer.model;
import java.io.Serializable;
public class Shop... | UTF-8 | Java | 8,552 | java | Shop.java | Java | [
{
"context": "PP精品源码下载请访问:http://www.appcodes.cn。\n * 5、如有疑问请发信息至appcodes@qq.com。\n */\npackage com.zsct.customer.model;\n\nimport jav",
"end": 233,
"score": 0.9999287128448486,
"start": 218,
"tag": "EMAIL",
"value": "appcodes@qq.com"
},
{
"context": "\n\tprivate String bane_username... | null | [] | /*
* http://www.appcodes.cn APP精品源码下载站声明:
* 1、本站源码为网上搜集或网友提供,如果涉及或侵害到您的版 权,请立即通知我们。
* 2、 本站提供免费代码只可供研究学习使用,切勿用于商业用途 由此引起一切后果与本站无关。
* 3、 商业源码请在源码授权范围内进行使用。
* 4、更多APP精品源码下载请访问:http://www.appcodes.cn。
* 5、如有疑问请发信息至<EMAIL>。
*/
package com.zsct.customer.model;
import java.io.Serializable;
public class Shop impleme... | 8,550 | 0.687817 | 0.687213 | 319 | 24.987461 | 17.54117 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.131661 | false | false | 1 |
0a825e7eb3190005a9f0645501d6cf5a20adac2d | 24,429,773,990,737 | 2a53f85816d8d30f593197afe4314318be989f05 | /src/main/java/org/apache/struts/action/ActionServlet.java | f2be882ad646ac5351495d9b4950653d6ba85339 | [
"Apache-2.0"
] | permissive | ibissource/ibis-struts | https://github.com/ibissource/ibis-struts | c95834d2bf817b7762b019bee7b41aefdaf9d3f8 | d9bdfc3f289d5074d6271a8580a91911ae926ec9 | refs/heads/master | 2020-03-23T12:47:27.795000 | 2018-08-23T15:24:50 | 2018-08-23T15:24:50 | 141,582,182 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* $Id: ActionServlet.java 264684 2005-08-30 03:08:01Z niallp $
*
* Copyright 2000-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | UTF-8 | Java | 43,125 | java | ActionServlet.java | Java | [
{
"context": "Id: ActionServlet.java 264684 2005-08-30 03:08:01Z niallp $ \n *\n * Copyright 2000-2005 The Apache Software ",
"end": 64,
"score": 0.9994458556175232,
"start": 58,
"tag": "USERNAME",
"value": "niallp"
},
{
"context": " It was committed for version 1.136 by ... | null | [] | /*
* $Id: ActionServlet.java 264684 2005-08-30 03:08:01Z niallp $
*
* Copyright 2000-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | 43,125 | 0.613797 | 0.609461 | 1,200 | 34.9375 | 28.218851 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 1 |
21515b26797bf3b688913800ca7d9da26508b9a9 | 15,341,623,183,123 | 0591f3eae69042a166ac6789df6e1a23f4f023b2 | /codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler.java | fad32463af969a54a301d68298ee7f4d8b3c9c0e | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"CC-PDDC",
"BSD-3-Clause",
"APSL-2.0",
"MIT"
] | permissive | netty/netty | https://github.com/netty/netty | 646740a2625e2849eb642183d8adbaab427e9fbb | c91d5a2608a8461377d004d5fe1bd2572533083d | refs/heads/4.1 | 2023-09-04T05:06:31.688000 | 2023-09-01T07:47:58 | 2023-09-01T07:47:58 | 1,064,563 | 31,408 | 16,820 | Apache-2.0 | false | 2023-09-12T23:37:43 | 2010-11-09T09:22:21 | 2023-09-12T15:21:54 | 2023-09-12T17:50:22 | 86,577 | 31,788 | 15,596 | 587 | Java | false | false | /*
* Copyright 2019 The Netty Project
*
* The Netty Project licenses this file to you 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:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | UTF-8 | Java | 7,875 | java | WebSocketServerProtocolHandshakeHandler.java | Java | [
{
"context": " //\n // See https://github.com/netty/netty/issues/9471.\n WebSocketS",
"end": 3680,
"score": 0.9993133544921875,
"start": 3675,
"tag": "USERNAME",
"value": "netty"
}
] | null | [] | /*
* Copyright 2019 The Netty Project
*
* The Netty Project licenses this file to you 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:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | 7,875 | 0.628952 | 0.626921 | 179 | 42.994415 | 31.509243 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564246 | false | false | 1 |
e1d3e66232183c5ee937ef735341218f30afb169 | 13,907,104,142,013 | 287a3ac57f57bf88454f6abe2d195635780154c1 | /app/src/main/java/com/app/diceroid/nerede/Activities/KidsAddActivity.java | 15dc8c88456163e1f9970088cd85bdab166f629a | [] | no_license | oguzzarci/AndroidLoginFireBase | https://github.com/oguzzarci/AndroidLoginFireBase | dcc1eb5cf5244c26102803be75849a5583d67ab8 | 93371019f361a8bcd4233b8c5b14783914c2ef93 | refs/heads/master | 2021-05-05T06:09:41.810000 | 2018-01-24T15:49:13 | 2018-01-24T15:49:13 | 118,784,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.diceroid.nerede.Activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.TextView;
import android... | UTF-8 | Java | 2,486 | java | KidsAddActivity.java | Java | [] | null | [] | package com.app.diceroid.nerede.Activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.TextView;
import android... | 2,486 | 0.72361 | 0.723207 | 83 | 28.903614 | 24.983664 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578313 | false | false | 1 |
f1124580a1370aee047bb2561ef8f4f73e5f457a | 11,570,641,895,486 | e3c14dca31d741f7b4e6341f32a9d8a6d232d254 | /stream-compare-server/src/main/java/com/sugon/gsq/scs/entity/LocalPasswordEntity.java | 09ce46fce5e8dd23e9c9852608837c516f8b50a0 | [] | no_license | fengzhongfeixu/stream-compare | https://github.com/fengzhongfeixu/stream-compare | b2e65f8304606318d536da622a7540a5436bc73e | 2181020097f8bbf2c4239f197368c5d5a3852933 | refs/heads/master | 2022-11-08T06:55:43.607000 | 2019-11-06T02:03:36 | 2019-11-06T02:03:36 | 219,890,582 | 1 | 0 | null | false | 2022-11-04T22:49:51 | 2019-11-06T02:01:55 | 2019-11-06T02:04:16 | 2022-11-04T22:49:51 | 3,406 | 0 | 0 | 5 | Java | false | false | package com.sugon.gsq.scs.entity;
import java.util.Date;
public class LocalPasswordEntity {
private Integer id;
private Integer localUserId;
private String password;
private Date expiresAt;
/*默认为 false*/
private Boolean selfService = false;
private Date createdAt;
public Integer ... | UTF-8 | Java | 1,275 | java | LocalPasswordEntity.java | Java | [
{
"context": "this.password = password == null ? null : password.trim();\n }\n\n public Date getExpiresAt() {\n ",
"end": 771,
"score": 0.5697118639945984,
"start": 767,
"tag": "PASSWORD",
"value": "trim"
}
] | null | [] | package com.sugon.gsq.scs.entity;
import java.util.Date;
public class LocalPasswordEntity {
private Integer id;
private Integer localUserId;
private String password;
private Date expiresAt;
/*默认为 false*/
private Boolean selfService = false;
private Date createdAt;
public Integer ... | 1,281 | 0.628054 | 0.628054 | 66 | 18.227272 | 17.638453 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 1 |
8df333417f86c31851f9032dbdd9b63d1d57f931 | 20,469,814,172,711 | 65aee608515bb994f9779741d564fc60fbe9432f | /base/src/main/java/com/flb/base/http/PassportUtils.java | 6ef2fceb5f2969bb1037bf3fa6c8053e99805bb9 | [] | no_license | flb775141545/base | https://github.com/flb775141545/base | 8624498ae07d61a2c28d6046b767fe8e180cd78d | 180973bd77606f886204f8696fe4730f6a7e1eac | refs/heads/master | 2021-01-11T04:00:22.831000 | 2016-10-19T14:09:01 | 2016-10-19T14:09:01 | 71,259,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.flb.base.http;
import javax.servlet.http.HttpServletRequest;
public abstract class PassportUtils
{
public static String getRemoteAddr(HttpServletRequest request)
{
String remoteAddr = request.getHeader("x-forwarded-for");
if (remoteAddr == null
|| "".equals(remoteAddr)
|| "unkno... | UTF-8 | Java | 972 | java | PassportUtils.java | Java | [] | null | [] | package com.flb.base.http;
import javax.servlet.http.HttpServletRequest;
public abstract class PassportUtils
{
public static String getRemoteAddr(HttpServletRequest request)
{
String remoteAddr = request.getHeader("x-forwarded-for");
if (remoteAddr == null
|| "".equals(remoteAddr)
|| "unkno... | 972 | 0.632716 | 0.630658 | 44 | 20.136364 | 20.675623 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.340909 | false | false | 1 |
1f2eb3e5d9c8684c405fee46b4e0f1e019176b0e | 19,524,921,332,551 | f823f023ce0835c62a35c3fad6f03df26802b0cf | /apps/dolly-backend/src/main/java/no/nav/dolly/bestilling/arenaforvalter/ArenaForvalterClient.java | 6bea324edab7e9926e1aaf597e54832922e609dd | [
"MIT"
] | permissive | abdukerim/testnorge | https://github.com/abdukerim/testnorge | b4778f97f9a51d3591aa29d7ef8bfb1c1f11cdd9 | 31ea38d2286db6de244eb1ab71c4751cc01f8d05 | refs/heads/master | 2023-08-23T11:49:12.549000 | 2021-11-03T14:10:23 | 2021-11-03T14:10:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.nav.dolly.bestilling.arenaforvalter;
import io.swagger.v3.core.util.Json;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import ma.glasnost.orika.MapperFacade;
import no.nav.dolly.bestilling.ClientRegister;
import no.nav.dolly.domain.jpa.BestillingProgress;
import no.nav.dolly.doma... | UTF-8 | Java | 10,796 | java | ArenaForvalterClient.java | Java | [] | null | [] | package no.nav.dolly.bestilling.arenaforvalter;
import io.swagger.v3.core.util.Json;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import ma.glasnost.orika.MapperFacade;
import no.nav.dolly.bestilling.ClientRegister;
import no.nav.dolly.domain.jpa.BestillingProgress;
import no.nav.dolly.doma... | 10,796 | 0.584886 | 0.584052 | 230 | 45.891304 | 37.138302 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582609 | false | false | 1 |
f4f7ada5a8964a3d049d2dccc48e158f1f96e40b | 26,697,516,726,575 | e138c05a75b2d9c464b4d22c0024c53a462f0894 | /src/main/java/pl/infoshare/nine/model/Car.java | 58bb7a835f0912cc96d5d4a78db7955c84ea8c3e | [] | no_license | lewis657/warsztaty-java-gdansk2-eu | https://github.com/lewis657/warsztaty-java-gdansk2-eu | 9268ddc9bb5d39f2b589695ffdc6e5e2dd754c2e | bed7b7269bbdb3fc5de576afdc80e6621d19b4a3 | refs/heads/master | 2020-04-04T11:12:29.618000 | 2018-11-14T19:06:09 | 2018-11-14T19:06:09 | 155,882,381 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.infoshare.nine.model;
import pl.infoshare.nine.impl.Fiat;
import pl.infoshare.nine.impl.Mercedes;
public class Car {
int kola = 4 ;
int szyby = 6;
public Car() {
System.out.println("Tworze klase Car");
}
public Car(int kola, int szyby) {
this.kola = kola;
... | UTF-8 | Java | 349 | java | Car.java | Java | [] | null | [] | package pl.infoshare.nine.model;
import pl.infoshare.nine.impl.Fiat;
import pl.infoshare.nine.impl.Mercedes;
public class Car {
int kola = 4 ;
int szyby = 6;
public Car() {
System.out.println("Tworze klase Car");
}
public Car(int kola, int szyby) {
this.kola = kola;
... | 349 | 0.598854 | 0.593123 | 24 | 13.541667 | 15.340522 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 1 |
3e30282d1954d506dfc5f3416215fdc124d87f0b | 23,416,161,760,296 | c2f9f0720e822ec1d1127db6d57ebd8220fb4182 | /dbProject/src/com/example/test/MyListAdapter.java | 68cf1364e427c7ba80d72fc8c4e5097098eb4b7a | [] | no_license | parkjinyoung/2014dbProject | https://github.com/parkjinyoung/2014dbProject | ddaff8854f8ba54429115ee2d7db8a14767bf391 | eb1925fef94f60a22fe45f153b9cdcefd1bc6aca | refs/heads/master | 2021-01-10T21:07:40.993000 | 2020-12-08T16:48:23 | 2020-12-08T16:48:23 | 18,587,967 | 0 | 0 | null | false | 2014-04-11T10:45:11 | 2014-04-09T06:43:10 | 2014-04-09T14:44:27 | 2014-04-09T14:44:26 | 0 | 0 | 1 | 2 | Java | null | null | package com.example.test;
import java.util.ArrayList;
import object.Comment;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
public class MyListAdapter extends ... | UTF-8 | Java | 1,211 | java | MyListAdapter.java | Java | [] | null | [] | package com.example.test;
import java.util.ArrayList;
import object.Comment;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
public class MyListAdapter extends ... | 1,211 | 0.668869 | 0.668869 | 38 | 29.789474 | 25.721338 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 1 |
2b9aac56a745a9480ee438acf309414622f3087f | 31,705,448,580,907 | f545498f9a0741a9e45340ce4843646846cce59a | /Netty/exer-netty/spring-netty-common/src/main/java/com/briskhu/exercize/springnetty/common/util/ApplicationContextUtil.java | 02e45cb150ee5fd4923efc05ec3befa923fda741 | [] | no_license | BriskHu/exercise-java-web | https://github.com/BriskHu/exercise-java-web | 7ab71c5b198ee6f16ce0fbb060d5aa06adfcac84 | 50fba20d8e7b0f244678b69f040f18b293790c40 | refs/heads/master | 2022-11-24T05:27:29.433000 | 2021-03-14T06:08:22 | 2021-03-14T06:08:22 | 209,778,208 | 0 | 0 | null | false | 2022-11-15T23:56:17 | 2019-09-20T11:48:32 | 2021-03-14T06:13:02 | 2022-11-15T23:56:14 | 155 | 0 | 0 | 8 | Java | false | false | package com.briskhu.exercize.springnetty.common.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
/**
* <p/>
*
* @author Brisk Hu
* creat... | UTF-8 | Java | 1,240 | java | ApplicationContextUtil.java | Java | [
{
"context": "pplicationContextAware;\n\n/**\n * <p/>\n *\n * @author Brisk Hu\n * created on 2019-12-09\n **/\npublic class Applic",
"end": 311,
"score": 0.999523937702179,
"start": 303,
"tag": "NAME",
"value": "Brisk Hu"
}
] | null | [] | package com.briskhu.exercize.springnetty.common.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
/**
* <p/>
*
* @author <NAME>
* created... | 1,238 | 0.665323 | 0.657258 | 38 | 31.578947 | 34.592842 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 1 |
f3845edcf128579c0ce573318d28f769fb8c686b | 26,637,387,184,587 | c6d807c0c0272f7a564a2818c1a70b9f816b2520 | /src/main/java/com/wkk/everyday/june/WordBreak.java | 5b1994463f48e3c88f7ff38fc0a182eeaf0d59c3 | [] | no_license | lcaczk/LuckCode | https://github.com/lcaczk/LuckCode | d645e7d763a2bda648656ba65ba68f280d510985 | 478962b9ed778ffc02950eb73b2488a68b578390 | refs/heads/master | 2023-05-03T13:07:11.197000 | 2021-05-29T02:39:00 | 2021-05-29T02:39:00 | 200,884,339 | 0 | 0 | null | false | 2020-10-14T09:27:18 | 2019-08-06T16:06:26 | 2020-10-11T15:04:29 | 2020-10-14T09:27:17 | 5,520 | 0 | 0 | 0 | Java | false | false | package com.wkk.everyday.june;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* @Time: 2020/6/25上午9:12
* @Author: kongwiki
* @Email: kongwiki@163.com
*/
public class WordBreak {
public boolean wordBreak(String s, List<String> wordDict) {
boolean[... | UTF-8 | Java | 1,048 | java | WordBreak.java | Java | [
{
"context": "il.Set;\n\n/**\n * @Time: 2020/6/25上午9:12\n * @Author: kongwiki\n * @Email: kongwiki@163.com\n */\npublic class Word",
"end": 182,
"score": 0.9996272921562195,
"start": 174,
"tag": "USERNAME",
"value": "kongwiki"
},
{
"context": "e: 2020/6/25上午9:12\n * @Author: kongwiki... | null | [] | package com.wkk.everyday.june;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* @Time: 2020/6/25上午9:12
* @Author: kongwiki
* @Email: <EMAIL>
*/
public class WordBreak {
public boolean wordBreak(String s, List<String> wordDict) {
boolean[] dp = ne... | 1,039 | 0.517241 | 0.500958 | 40 | 25.1 | 17.653328 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 1 |
a744df2ba6030505c8d25d3c0dd9dcf194995af8 | 11,673,721,118,258 | 10cdd064a8e754c506de18d413bba4c928254903 | /src/main/java/cn/bdqn/gph/service/impl/SellerServiceImpl.java | 3cec305a0736dcc3a524c5326f35293daba334e6 | [] | no_license | Wu-2464/gph | https://github.com/Wu-2464/gph | 78de25ad727cab5ed2eab2a94b1752e3a1f3217c | 2289a01994190de9ccb1221e95425740cd5678fa | refs/heads/master | 2022-06-24T14:35:27.250000 | 2020-04-09T07:43:53 | 2020-04-09T07:43:53 | 254,304,618 | 0 | 0 | null | false | 2021-04-26T20:09:03 | 2020-04-09T07:43:36 | 2020-04-09T07:45:16 | 2021-04-26T20:09:03 | 12,969 | 0 | 0 | 1 | CSS | false | false | package cn.bdqn.gph.service.impl;
import cn.bdqn.gph.entity.Seller;
import cn.bdqn.gph.mapper.SellerMapper;
import cn.bdqn.gph.service.ISellerService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author ljh
* @s... | UTF-8 | Java | 463 | java | SellerServiceImpl.java | Java | [
{
"context": "rvice;\n\n/**\n * <p>\n * 服务实现类\n * </p>\n *\n * @author ljh\n * @since 2020-03-18\n */\n@Service\npublic class Se",
"end": 314,
"score": 0.999497652053833,
"start": 311,
"tag": "USERNAME",
"value": "ljh"
}
] | null | [] | package cn.bdqn.gph.service.impl;
import cn.bdqn.gph.entity.Seller;
import cn.bdqn.gph.mapper.SellerMapper;
import cn.bdqn.gph.service.ISellerService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author ljh
* @s... | 463 | 0.766004 | 0.748344 | 20 | 21.65 | 26.021673 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 1 |
4e25b0208908c240ef50792dcc1fa35a931b6078 | 24,068,996,728,309 | 07099dfefc09bd3293b53671be6691063dd5cf30 | /BackEnd/themis-notice/src/main/java/com/oxchains/themis/notice/domain/BTCResult.java | cde6831ba8ee7a6caedebe8e51f46a8985b102d4 | [
"MIT"
] | permissive | themis-network/themis-otc | https://github.com/themis-network/themis-otc | 7206ea645106ca6904a3ffb391a8b8a0471fe319 | d1a69ed0aa36f264e0deff6b1e31a1d76705d072 | refs/heads/master | 2018-10-15T02:45:58.388000 | 2018-09-14T10:28:58 | 2018-09-14T10:28:58 | 113,821,976 | 6 | 6 | MIT | false | 2018-08-31T02:58:26 | 2017-12-11T06:37:02 | 2018-07-20T08:10:25 | 2018-08-31T02:58:25 | 30,177 | 3 | 4 | 0 | Java | false | null | package com.oxchains.themis.notice.domain;
import lombok.Data;
import javax.persistence.*;
/**
* @author luoxuri
* @create 2017-10-24 19:01
**/
@Entity
@Data
@Table(name = "btc_result")
public class BTCResult {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String d... | UTF-8 | Java | 428 | java | BTCResult.java | Java | [
{
"context": "Data;\n\nimport javax.persistence.*;\n\n/**\n * @author luoxuri\n * @create 2017-10-24 19:01\n **/\n@Entity\n@Data\n@T",
"end": 116,
"score": 0.999565839767456,
"start": 109,
"tag": "USERNAME",
"value": "luoxuri"
}
] | null | [] | package com.oxchains.themis.notice.domain;
import lombok.Data;
import javax.persistence.*;
/**
* @author luoxuri
* @create 2017-10-24 19:01
**/
@Entity
@Data
@Table(name = "btc_result")
public class BTCResult {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String d... | 428 | 0.670561 | 0.642523 | 29 | 13.75862 | 14.063048 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 1 |
5908fc3fdcbca1a8ba72f9b8a55464a5a64a8657 | 28,458,453,371,589 | 9627aa196b5518fa3226a48c8bf4db9a830fc951 | /Project/src/main/java/com/asgdrones/drones/enums/Courses.java | fc473c26b25c86815724570516b2cf24785ff68c | [] | no_license | JamesBuckland98/security_project | https://github.com/JamesBuckland98/security_project | b2ab294c419a136c853640c30b1babf23dc272eb | b506cfda31f222975b98c2d7bca7a527f2e864b4 | refs/heads/master | 2022-07-19T09:34:52.362000 | 2019-05-09T19:17:13 | 2019-05-09T19:17:13 | 264,645,312 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asgdrones.drones.enums;
public enum Courses {
COURSE_1("type1"),
COURSE_2("type2"),
COURSE_3("type3");
private final String name;
private Courses(String s) {
name = s;
}
public String toString() {
return this.name;
}
}
| UTF-8 | Java | 284 | java | Courses.java | Java | [] | null | [] | package com.asgdrones.drones.enums;
public enum Courses {
COURSE_1("type1"),
COURSE_2("type2"),
COURSE_3("type3");
private final String name;
private Courses(String s) {
name = s;
}
public String toString() {
return this.name;
}
}
| 284 | 0.580986 | 0.559859 | 18 | 14.777778 | 12.721616 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 1 |
ac1386c0ac837686174764fcac66db21a7c28fe3 | 8,169,027,809,917 | 2fdb3b716f7803b190f409513d0a28b3a32943f5 | /sayhello-spring-boot-starter/src/main/java/com/zdy/mystarter/spring/core/ZDYAttributeAccessor.java | 786372042bbfc66f53ffebf1537a2066f3ade5f9 | [] | no_license | xiaofengwl/learn-zdystarter | https://github.com/xiaofengwl/learn-zdystarter | a9da8b6db56041ed02da24048c17a7f3998879bb | 52f158b15117812cb9d9f11df7942e221f16a6f5 | refs/heads/master | 2023-01-31T19:16:06.175000 | 2020-12-18T15:23:25 | 2020-12-18T15:23:25 | 322,627,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zdy.mystarter.spring.core;
/**
* TODO IOC容器学习·AttributeAccessor
* <pre>
* 定义了一些关于属性的操作方法
* </pre>
*
* @author lvjun
* @version 1.0
* @date 2020/3/22 14:15
* @desc
*/
public interface ZDYAttributeAccessor {
/**
* 设置属性
* @param var1
* @param var2
*/
void setAttribut... | UTF-8 | Java | 842 | java | ZDYAttributeAccessor.java | Java | [
{
"context": "pre>\n * 定义了一些关于属性的操作方法\n * </pre>\n *\n * @author lvjun\n * @version 1.0\n * @date 2020/3/22 14:15\n * @desc",
"end": 138,
"score": 0.9996641278266907,
"start": 133,
"tag": "USERNAME",
"value": "lvjun"
}
] | null | [] | package com.zdy.mystarter.spring.core;
/**
* TODO IOC容器学习·AttributeAccessor
* <pre>
* 定义了一些关于属性的操作方法
* </pre>
*
* @author lvjun
* @version 1.0
* @date 2020/3/22 14:15
* @desc
*/
public interface ZDYAttributeAccessor {
/**
* 设置属性
* @param var1
* @param var2
*/
void setAttribut... | 842 | 0.52737 | 0.496662 | 51 | 13.686275 | 12.20172 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.137255 | false | false | 1 |
775e1e7c56e6ce0c63529d67dd3868c3572d8853 | 3,564,822,863,724 | 772f24413f72be40867a93c56b6d147b58f1d5f3 | /app/src/main/java/com/chs/appbancoafv/db/MunicipioDAO.java | 93d1a3731dd4c2a471da0f73a7a3082f076ed434 | [] | no_license | H3nr1q/appbancoafv | https://github.com/H3nr1q/appbancoafv | 391b30a1f0cb92eee6ae0287707eb83a04271979 | a4a4f0a962fde39caf9f714445512d900d226660 | refs/heads/master | 2023-06-17T01:23:59.747000 | 2021-07-16T12:05:50 | 2021-07-16T12:05:50 | 373,630,985 | 0 | 0 | null | false | 2021-07-01T14:48:20 | 2021-06-03T20:20:06 | 2021-07-01T02:26:45 | 2021-07-01T14:48:20 | 212 | 0 | 0 | 1 | Java | false | false | package com.chs.appbancoafv.db;
import android.content.ContentValues;
import android.database.Cursor;
import com.chs.appbancoafv.model.Municipio;
import java.util.List;
public class MunicipioDAO extends DAO<Municipio> {
public static MunicipioDAO instance;
public synchronized static MunicipioDAO getInstanc... | UTF-8 | Java | 1,119 | java | MunicipioDAO.java | Java | [] | null | [] | package com.chs.appbancoafv.db;
import android.content.ContentValues;
import android.database.Cursor;
import com.chs.appbancoafv.model.Municipio;
import java.util.List;
public class MunicipioDAO extends DAO<Municipio> {
public static MunicipioDAO instance;
public synchronized static MunicipioDAO getInstanc... | 1,119 | 0.63807 | 0.63807 | 61 | 17.344263 | 17.880188 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.245902 | false | false | 1 |
2584184afde62ff4a954efcc542d416dc0e1ce06 | 25,941,602,497,519 | fa3fe4273eefa7a5bfe0d6d73421dc990fbc23a9 | /src/main/java/com/demo/chan23/singleton/Singleton.java | 3a6db582a34c591397c82eb7b47e0fa5c6079b1f | [] | no_license | doxyang/demo | https://github.com/doxyang/demo | ac930835a01adef94403eadf2de3d25a3b36cf76 | 17eb05cb1c6d8086b4929b75a3ea0e2db09d3902 | refs/heads/master | 2023-04-20T00:52:13.628000 | 2021-04-24T16:47:09 | 2021-04-24T16:47:09 | 356,904,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.chan23.singleton;
/**
* 1) 单例模式保证了 系统内存中该类只存在一个对象,节省了系统资源,对于一些需要频繁创建销毁的对象,使
* 用单例模式可以提高系统性能
* 2) 当想实例化一个单例类的时候,必须要记住使用相应的获取对象的方法,而不是使用 new
* 3) 单例模式 使用的场景:需要 频繁的进行创建和销毁的对象、创建对象时耗时过多或耗费资源过多(即:重量级
* 对象),但又经常用到的对象、 工具类对象、频繁访问数据库或文件的对象(比如 数据源、session 工厂等)
*
* @author panda
*/
public class Singleto... | UTF-8 | Java | 2,024 | java | Singleton.java | Java | [
{
"context": "对象、频繁访问数据库或文件的对象(比如 数据源、session 工厂等)\n *\n * @author panda\n */\npublic class Singleton {\n\n private String ",
"end": 294,
"score": 0.9924396872520447,
"start": 289,
"tag": "USERNAME",
"value": "panda"
}
] | null | [] | package com.demo.chan23.singleton;
/**
* 1) 单例模式保证了 系统内存中该类只存在一个对象,节省了系统资源,对于一些需要频繁创建销毁的对象,使
* 用单例模式可以提高系统性能
* 2) 当想实例化一个单例类的时候,必须要记住使用相应的获取对象的方法,而不是使用 new
* 3) 单例模式 使用的场景:需要 频繁的进行创建和销毁的对象、创建对象时耗时过多或耗费资源过多(即:重量级
* 对象),但又经常用到的对象、 工具类对象、频繁访问数据库或文件的对象(比如 数据源、session 工厂等)
*
* @author panda
*/
public class Singleto... | 2,024 | 0.646875 | 0.634375 | 60 | 20.333334 | 18.034843 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.133333 | false | false | 1 |
2f4edeba8967c27d0a20d1784eb784cf436dede4 | 23,055,384,461,177 | b4652206bbb4bfa3a2c43dc735ec4626da466b8a | /jining/customermanage/customermanage-api/src/main/java/com/xinhai/caiyun/customermanage/api/Resouce.java | 34a6003e9dfb2447e94e40af4ecf5d01eb8f21f3 | [] | no_license | likungithub/jining | https://github.com/likungithub/jining | 7dce8d11ade69fc1bf5c74f9ec385427422af024 | 46c814831471970792c0ad3306b242129fad4f34 | refs/heads/master | 2022-12-25T07:43:53.554000 | 2019-12-14T11:27:26 | 2019-12-14T11:27:26 | 228,010,689 | 1 | 0 | null | false | 2022-12-16T02:44:25 | 2019-12-14T11:21:01 | 2022-04-10T13:10:16 | 2022-12-16T02:44:25 | 37,226 | 1 | 0 | 257 | Java | false | false | package com.xinhai.caiyun.customermanage.api;
public class Resouce {
//验证用户身份获取手机号码的请求url
public static String AUTHCURL="https://sst.qd-n-tax.gov.cn/dzswj/yzSfzhm.do";
//获取登录短信验证码的url
public static String SMGURL="https://sst.qd-n-tax.gov.cn/dzswj/sjtzmSend.do";
//验证身份的链接url
public static String LOGINURL="https:/... | UTF-8 | Java | 631 | java | Resouce.java | Java | [] | null | [] | package com.xinhai.caiyun.customermanage.api;
public class Resouce {
//验证用户身份获取手机号码的请求url
public static String AUTHCURL="https://sst.qd-n-tax.gov.cn/dzswj/yzSfzhm.do";
//获取登录短信验证码的url
public static String SMGURL="https://sst.qd-n-tax.gov.cn/dzswj/sjtzmSend.do";
//验证身份的链接url
public static String LOGINURL="https:/... | 631 | 0.754991 | 0.754991 | 14 | 38.357143 | 33.068344 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 1 |
167d1fefed2c262212064b86494853e5777bc885 | 1,554,778,175,153 | 9e943d0887d68d32f8f5e98193c523a39332a083 | /PlayState.java | 2d2bc6e34a4fa859809e3fa919655a2ea87a3a98 | [] | no_license | Nurassyl-lab/NYCU-JAVA-2021 | https://github.com/Nurassyl-lab/NYCU-JAVA-2021 | 6cbe1f58efa80e5b96ed3846497dca3d64827945 | efe5f21200c50f5c451dcea5dd796c4756c75ef2 | refs/heads/master | 2023-07-07T21:08:39.162000 | 2021-08-14T06:01:56 | 2021-08-14T06:01:56 | 395,908,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.util.*;
import java.util.Date;
public class PlayState extends GameState{
private int c = 0;
private Font font;
private Player player;
private TileManager tm;
private Enemy enemy0;
private Enemy enemy1;
private Enemy enemy2;
private Enemy enemy3;
private Enemy enemy4;
private... | UTF-8 | Java | 4,146 | java | PlayState.java | Java | [] | null | [] | import java.awt.*;
import java.util.*;
import java.util.Date;
public class PlayState extends GameState{
private int c = 0;
private Font font;
private Player player;
private TileManager tm;
private Enemy enemy0;
private Enemy enemy1;
private Enemy enemy2;
private Enemy enemy3;
private Enemy enemy4;
private... | 4,146 | 0.657019 | 0.565847 | 126 | 31.904762 | 30.681526 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.301587 | false | false | 1 |
13abe4757b57372f9b00105dbf24dfbeabd49e0b | 3,143,916,084,388 | d9dcd287acb2c6cc15d06991d67385482ce20e3c | /WebApi/api/src/test/java/pt/wastemanagement/api/requester_implementations/CollectRequesterImplementation.java | 7fcdd06aa3d17ef6d4839610ada532460891f4fe | [] | no_license | tiagobluiz/intelligent_garbage_collection | https://github.com/tiagobluiz/intelligent_garbage_collection | ee20a534244f8eca246db24370a57b99f000f95c | 3920efa9399b5d8a6a60e82ee9f44b10ea996b8b | refs/heads/master | 2021-06-30T03:10:12.524000 | 2019-09-10T19:08:46 | 2019-09-10T19:08:46 | 207,633,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.wastemanagement.api.requester_implementations;
import pt.wastemanagement.api.exceptions.SQLInvalidDependencyException;
import pt.wastemanagement.api.exceptions.SQLNonExistentEntryException;
import pt.wastemanagement.api.exceptions.SQLWrongDateException;
import pt.wastemanagement.api.model.Collect;
import pt... | UTF-8 | Java | 3,009 | java | CollectRequesterImplementation.java | Java | [] | null | [] | package pt.wastemanagement.api.requester_implementations;
import pt.wastemanagement.api.exceptions.SQLInvalidDependencyException;
import pt.wastemanagement.api.exceptions.SQLNonExistentEntryException;
import pt.wastemanagement.api.exceptions.SQLWrongDateException;
import pt.wastemanagement.api.model.Collect;
import pt... | 3,009 | 0.712861 | 0.706215 | 72 | 40.791668 | 36.903378 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 1 |
12b5d6fe183f370bbfad691c03fc185bbd5cc9ec | 29,996,051,602,050 | 84ac55eddc0af690732d28fdab6d7ba5cdbe9d88 | /src/main/java/com/altugcagri/smep/controller/dto/response/UserProfile.java | 64386c7547f3f728bcfe7b2ece3f505f2adbbe04 | [
"Apache-2.0"
] | permissive | altugcagri/boun-swe-573 | https://github.com/altugcagri/boun-swe-573 | db2da5b9a43da5976a548979d44c425327d41f26 | 94b062fffc076a72ea8a7709398eb2d0db9fa881 | refs/heads/dev | 2021-06-23T15:28:56.994000 | 2019-05-27T19:34:12 | 2019-05-27T19:34:12 | 170,499,885 | 1 | 4 | Apache-2.0 | false | 2021-01-05T08:07:21 | 2019-02-13T11:54:18 | 2019-09-25T13:16:18 | 2021-01-05T08:07:20 | 9,285 | 1 | 2 | 29 | Java | false | false | package com.altugcagri.smep.controller.dto.response;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.time.Instant;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class UserProfile {
private ... | UTF-8 | Java | 445 | java | UserProfile.java | Java | [] | null | [] | package com.altugcagri.smep.controller.dto.response;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.time.Instant;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class UserProfile {
private ... | 445 | 0.786517 | 0.786517 | 24 | 17.541666 | 13.434964 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
58259ebebdaba70b2a4c023c81fdcc95b9f77f09 | 14,963,666,075,824 | 1867f7a9edc6c6ecad6be3f1298545fcd8e8a162 | /src/main/java/com/iancui/exeception/AppointException.java | f088aa95919496f1ce7e864aa8fbe5241ea07cc2 | [] | no_license | iancui/bookManagement | https://github.com/iancui/bookManagement | cffce82f484cc6142521b6931bc5b126817594fe | a797d6ba453cdf252dfe2bab10f405fdcc299834 | refs/heads/master | 2021-06-21T19:27:59.125000 | 2017-08-16T07:02:21 | 2017-08-16T07:02:21 | 100,451,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.iancui.exeception;
/**
* 预约业务异常
* @author S.Murata
* @version $Id$
* @since JDK5.0
*/
public class AppointException extends RuntimeException {
public AppointException(String message) {
super(message);
}
public AppointException(String message, Throwable cause) {
... | UTF-8 | Java | 367 | java | AppointException.java | Java | [
{
"context": " com.iancui.exeception;\n\n/**\n * 预约业务异常\n * @author S.Murata\n * @version $Id$\n * @since JDK5.0\n */\npublic clas",
"end": 78,
"score": 0.9998846054077148,
"start": 70,
"tag": "NAME",
"value": "S.Murata"
}
] | null | [] | /**
*
*/
package com.iancui.exeception;
/**
* 预约业务异常
* @author S.Murata
* @version $Id$
* @since JDK5.0
*/
public class AppointException extends RuntimeException {
public AppointException(String message) {
super(message);
}
public AppointException(String message, Throwable cause) {
... | 367 | 0.639437 | 0.633803 | 22 | 15.136364 | 18.293802 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 1 |
09e1c91a8aeca40dd71a32868461f44f84ab9022 | 26,817,775,862,786 | 4a14e81379ed7cb2990c20fd61d4b698d58e4ec5 | /src/kozossegi/view/elements/KozossegiSuggestBox.java | fa9098583e02dc93910fa4d3ce14b913ebef7b88 | [] | no_license | rerobika/AdatB_Kozossegi | https://github.com/rerobika/AdatB_Kozossegi | 61826adcdf16751a0832cc76318f9fedf72498b5 | 83228c5382557402b8bd69866333707c42c68d7d | refs/heads/master | 2020-05-20T08:24:02.708000 | 2017-05-06T19:58:34 | 2017-05-06T19:58:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kozossegi.view.elements;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import javax.swing.BorderFactory;
import javax.swing.BoxLayout;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
im... | UTF-8 | Java | 2,782 | java | KozossegiSuggestBox.java | Java | [] | null | [] | package kozossegi.view.elements;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import javax.swing.BorderFactory;
import javax.swing.BoxLayout;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
im... | 2,782 | 0.784328 | 0.77606 | 72 | 36.638889 | 32.575256 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.291667 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.