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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0db2dd2c6d1ca4339ae33d85c054f8ff21926500 | 19,146,964,276,509 | 2744146be3aee1a75b68584d38c168eb72aefbcc | /0318/src/day8/ContinueTest.java | 706569cd8678b0aa1bb2a5995cfafee09a8d9661 | [] | no_license | NaYejin94/Day8-with-eclipse | https://github.com/NaYejin94/Day8-with-eclipse | f2636fe79736734c65454c10dddbf636d4176948 | 5baf307c45bb0be795859d07ef5692d27296cd8a | refs/heads/master | 2023-03-26T19:08:27.814000 | 2021-03-23T14:45:09 | 2021-03-23T14:45:09 | 350,748,773 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day8;
public class ContinueTest {
public static void main(String[] args) {
/*
분기문 - 제어를 다른 위치로 옮기는 명령
break - 반복문이나 switch문의 case를 벗어날 때 사용
continue - 반복문의 반복을 한번 건너뛰고 다음 반복을 실행 할 때 사용
- 다음 반복 위치로 이동
- 반복문 안에서만 사용 가능
return - 메서드의 실행을 종료하고 호출원으로 복귀
*/
for(int i=1;i<=10;i++... | UHC | Java | 1,593 | java | ContinueTest.java | Java | [] | null | [] | package day8;
public class ContinueTest {
public static void main(String[] args) {
/*
분기문 - 제어를 다른 위치로 옮기는 명령
break - 반복문이나 switch문의 case를 벗어날 때 사용
continue - 반복문의 반복을 한번 건너뛰고 다음 반복을 실행 할 때 사용
- 다음 반복 위치로 이동
- 반복문 안에서만 사용 가능
return - 메서드의 실행을 종료하고 호출원으로 복귀
*/
for(int i=1;i<=10;i++... | 1,593 | 0.508235 | 0.487059 | 68 | 17.75 | 16.503454 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.676471 | false | false | 4 |
b542451820277d0c91528f5f13c0bee1c3770213 | 17,188,459,178,470 | 165075ad2488bac38e293e2566eb1154f10d830e | /com/shynixn/thegreatswordartonlinerpg/resources/events/cardinal/AincradPlayerLoginEvent.java | f2fff3b575fca27aa9e649de52fff818e82a68d6 | [] | no_license | Rhinorulz/SAO-RPG | https://github.com/Rhinorulz/SAO-RPG | 97c128f893e755790f17dc7b21d8c68987fcc4fb | 2c564bee3bd344a8cd6d462053cb175c216e470f | refs/heads/master | 2021-01-10T15:27:26.388000 | 2016-03-03T02:44:02 | 2016-03-03T02:44:02 | 53,014,593 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* org.bukkit.entity.Player
*/
package com.shynixn.thegreatswordartonlinerpg.resources.events.cardinal;
import com.shynixn.thegreatswordartonlinerpg.resources.events.AincradPlayerEvent;
import org.bukkit.entity.Player;
public class Aincra... | UTF-8 | Java | 451 | java | AincradPlayerLoginEvent.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* org.bukkit.entity.Player
*/
package com.shynixn.thegreatswordartonlinerpg.resources.events.cardinal;
import com.shynixn.thegreatswordartonlinerpg.resources.events.AincradPlayerEvent;
import org.bukkit.entity.Player;
public class Aincra... | 451 | 0.776053 | 0.767184 | 17 | 25.470589 | 24.46875 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 4 |
f73b675a85816bf2665633d7ee330ab1072bb1dc | 32,504,312,548,174 | 5286e210d4a938212a407a0dd05a945fca4f070c | /IMDemo/app/src/main/java/com/example/apple/imdemo/controller/activity/NewGroupActivity.java | d89f76d4c4f357123811fc0aa24c6a8a00c426a3 | [] | no_license | ningxingxing/IMDemo | https://github.com/ningxingxing/IMDemo | efdc84c69a71d80baf381762c27383a9ab5c3d4d | 75406308f3d00e32660c3959aa85c19eae8f54f3 | refs/heads/master | 2021-01-13T13:21:38.003000 | 2017-01-11T08:19:25 | 2017-01-11T08:19:25 | 78,617,650 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.apple.imdemo.controller.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import andr... | UTF-8 | Java | 4,785 | java | NewGroupActivity.java | Java | [] | null | [] | package com.example.apple.imdemo.controller.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import andr... | 4,785 | 0.57348 | 0.572358 | 146 | 29.527397 | 27.124825 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445205 | false | false | 4 |
e8f29e0e8b787cdd7f83df355580ae25c4998c40 | 5,583,457,535,898 | 930dac132b424f33f7492c5bd570b6fba8bdc4c2 | /IteratorSort/src/main/java/Iter/ListIterator.java | a71e6b7a2a879d52dee919ef27d0b46d503cf412 | [] | no_license | JanSzewczyk/TO | https://github.com/JanSzewczyk/TO | 378b9a1a6011bb74218c6c0cb87895f83c8dd533 | 9f1683911ead27412778bf0730034cc6f35d34be | refs/heads/master | 2018-12-24T23:28:35.376000 | 2018-12-14T22:56:51 | 2018-12-14T22:56:51 | 153,525,493 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Iter;
import java.util.List;
public class ListIterator implements Iterator {
private int posistion = 0;
private List<int[]> items;
public ListIterator(List< int[] > items){
this.items = items;
}
public boolean hasNext() {
if (posistion >= items.size() || items.get(posisti... | UTF-8 | Java | 517 | java | ListIterator.java | Java | [] | null | [] | package Iter;
import java.util.List;
public class ListIterator implements Iterator {
private int posistion = 0;
private List<int[]> items;
public ListIterator(List< int[] > items){
this.items = items;
}
public boolean hasNext() {
if (posistion >= items.size() || items.get(posisti... | 517 | 0.562863 | 0.560928 | 25 | 19.68 | 17.939276 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 4 |
00666ff56259836a7d4d8413c907cb1dff766415 | 12,824,772,388,315 | fc0a6db48786214efc5077e129f5a5cd94d8220e | /src/GestionControles/GestionEstadoControles.java | e9f1ad45cd2252f6d06a43b61f16b011f004636b | [] | no_license | dolfhandler/GanaderiaSystem | https://github.com/dolfhandler/GanaderiaSystem | 66016df6576f21e3074c03da0706e255cfb7c832 | 4b8eb5098ca5a17f02cd858d8bc3b064a38fb9c0 | refs/heads/master | 2022-10-20T10:45:44.089000 | 2022-10-01T00:47:44 | 2022-10-01T00:47:44 | 264,756,594 | 0 | 0 | null | true | 2020-05-17T21:04:27 | 2020-05-17T21:04:26 | 2020-05-16T23:37:23 | 2020-05-16T23:37:21 | 9,523 | 0 | 0 | 0 | null | false | false | /*
* 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 GestionControles;
import com.toedter.calendar.JDateChooser;
import java.awt.Component;
import java.util.ArrayList;
import java... | UTF-8 | Java | 9,698 | java | GestionEstadoControles.java | Java | [
{
"context": ".swing.table.DefaultTableModel;\n\n/**\n *\n * @author DOLFHANDLER\n */\npublic class GestionEstadoControles {\n\n pr",
"end": 827,
"score": 0.9993832111358643,
"start": 816,
"tag": "USERNAME",
"value": "DOLFHANDLER"
}
] | 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 GestionControles;
import com.toedter.calendar.JDateChooser;
import java.awt.Component;
import java.util.ArrayList;
import java... | 9,698 | 0.649309 | 0.649 | 208 | 45.625 | 22.600496 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591346 | false | false | 4 |
1093935305d70fc3f61b98500ef68c880ddfdb09 | 24,215,025,662,621 | 60b90dc7f1d4ca6e5cc8850f8e9df0187b41fb17 | /new/DEMOSpringUsingHibernate/src/main/java/com/thinkitive/DEMOSpringUsingHibernate/dao/EmployeeDAO.java | 62f7121a9ace1a90a52123474d3f2e3d0eeb9a3a | [] | no_license | anurag-thinkitive/assingment | https://github.com/anurag-thinkitive/assingment | 6727b8c44596a36af2691a7bc224fe1d6f8976a1 | f26abd555103c58cd1ef0702cf7890eab0982131 | refs/heads/main | 2023-03-02T04:35:18.568000 | 2021-02-10T12:35:27 | 2021-02-10T12:35:27 | 333,127,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thinkitive.DEMOSpringUsingHibernate.dao;
import java.util.List;
import com.thinkitive.DEMOSpringUsingHibernate.model.Employee;
public interface EmployeeDAO {
public void addEmployee(Employee e);
public void deleteEmployee(Employee e);
public List<Employee> getEmployee(int empid);
public void upda... | UTF-8 | Java | 384 | java | EmployeeDAO.java | Java | [] | null | [] | package com.thinkitive.DEMOSpringUsingHibernate.dao;
import java.util.List;
import com.thinkitive.DEMOSpringUsingHibernate.model.Employee;
public interface EmployeeDAO {
public void addEmployee(Employee e);
public void deleteEmployee(Employee e);
public List<Employee> getEmployee(int empid);
public void upda... | 384 | 0.791667 | 0.791667 | 17 | 21.588236 | 21.406593 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
41f5497435f110f1da1753a1e13b01a2be9c8947 | 21,732,534,575,640 | 7fc179608a7421096b450ba749b745d3161a093e | /src/main/java/com/org/woody/woodylibrary/view/TopBarContain.java | 7b5527c3f4b0dc272684587160e126cd5e261dcd | [] | no_license | woodygithub/woodylibrary | https://github.com/woodygithub/woodylibrary | dc067239cce9cbad1351a2de213605d274175f3d | 9df6b4cbd89ad6e2acbd03458cb0cb3891d67a76 | refs/heads/master | 2021-01-10T21:04:41.019000 | 2014-11-07T07:52:53 | 2014-11-07T07:52:53 | 26,309,409 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.org.woody.woodylibrary.view;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.w... | UTF-8 | Java | 4,334 | java | TopBarContain.java | Java | [] | null | [] | package com.org.woody.woodylibrary.view;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.w... | 4,334 | 0.766854 | 0.762875 | 140 | 29.514286 | 24.995281 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.121428 | false | false | 4 |
2273f04ab3b422bab691c9823ca4ee08133b0e94 | 3,375,844,356,894 | fbcf99747ab11a2bbb3231245dbb9d1319a0ed31 | /consumer1/src/main/java/com/test/consumer1/ProductConsumerApplication.java | bc779f60b9d1d41a863e3def379270f893ba9ef1 | [] | no_license | VAMSINANDINIKANTU/Pact-EcommerceApplication | https://github.com/VAMSINANDINIKANTU/Pact-EcommerceApplication | 46ee7f10121baad1282618ac2634979592a0ec25 | 8149e9ef1304c35162b34b1a73b5ec0cbebb7808 | refs/heads/master | 2022-12-21T02:07:43.609000 | 2020-07-27T08:28:28 | 2020-07-27T08:28:28 | 279,352,457 | 0 | 1 | null | false | 2020-09-17T09:30:41 | 2020-07-13T16:15:03 | 2020-07-27T08:28:31 | 2020-09-17T09:30:07 | 102 | 0 | 1 | 1 | Java | false | false | package com.test.consumer1;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
@SpringBootApplication
public class ProductConsumerApplication {... | UTF-8 | Java | 435 | java | ProductConsumerApplication.java | Java | [] | null | [] | package com.test.consumer1;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
@SpringBootApplication
public class ProductConsumerApplication {... | 435 | 0.841379 | 0.83908 | 12 | 35.333332 | 23.534843 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 4 |
06afca58d3aa9005df4fc91112fda234feda389a | 35,055,523,100,384 | ac282cb01c94c4d2204b35c0e8317f119a5ebf00 | /(25-01-2021) EP -Practical-4 _Task-1/src/prac4DAOpackage/prac4DAO.java | 819fdb833c2824580fae1e5bbb27493e57afb6f7 | [] | no_license | dsrkreddy81/EP-Practical-1 | https://github.com/dsrkreddy81/EP-Practical-1 | ccf7a528e7a2242d8e1acea5c011c50ca5541983 | d5c35df0fb1311ffc93fdcaed751fb8104166e0f | refs/heads/main | 2023-03-11T21:35:58.413000 | 2021-02-03T15:37:42 | 2021-02-03T15:37:42 | 345,559,223 | 0 | 0 | null | true | 2021-03-08T06:55:33 | 2021-03-08T06:55:32 | 2021-02-03T15:44:24 | 2021-03-08T06:33:45 | 5,071 | 0 | 0 | 0 | null | false | false | package prac4DAOpackage;
import prac4beanpackage.marketBean;
import prac4DBUtilpackage.marketDBUtil;
import java.sql.*;
public class prac4DAO
{
public int insert(marketBean mb,String database,String table) throws ClassNotFoundException, SQLException
{
Connection con=marketDBUtil.DBConnection();
Statemen... | UTF-8 | Java | 2,088 | java | prac4DAO.java | Java | [] | null | [] | package prac4DAOpackage;
import prac4beanpackage.marketBean;
import prac4DBUtilpackage.marketDBUtil;
import java.sql.*;
public class prac4DAO
{
public int insert(marketBean mb,String database,String table) throws ClassNotFoundException, SQLException
{
Connection con=marketDBUtil.DBConnection();
Statemen... | 2,088 | 0.714559 | 0.702107 | 61 | 32.229507 | 27.97563 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.47541 | false | false | 4 |
2d3f1be61089e639d1768fb95b25798448338e77 | 20,968,030,339,903 | bce07b3c615d115667e324a1b6f496cc3e9e34c9 | /src/domain/service/EstoqueInformatica.java | eb770640472a90011e4487e7358a1575e7574e52 | [] | no_license | Alkhanm/Estoque_Factory | https://github.com/Alkhanm/Estoque_Factory | 166b7463a5f55581e0de08a56c1715143c070738 | 92efa0120d6dae29682e8868dda2d3bdbb115361 | refs/heads/main | 2023-04-16T06:03:20.101000 | 2021-04-06T20:02:13 | 2021-04-06T20:02:13 | 354,549,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain.service;
import domain.model.Informatica;
import domain.model.Produto;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
// Implementa os métodos definidos na interface "Estoque"
// Essa classe gerência o estoque de produtos de informatica
public class EstoqueInformatica imple... | UTF-8 | Java | 1,684 | java | EstoqueInformatica.java | Java | [] | null | [] | package domain.service;
import domain.model.Informatica;
import domain.model.Produto;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
// Implementa os métodos definidos na interface "Estoque"
// Essa classe gerência o estoque de produtos de informatica
public class EstoqueInformatica imple... | 1,684 | 0.658537 | 0.657347 | 48 | 34.020832 | 26.120306 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354167 | false | false | 4 |
e1b1df35202f34c20621cab8393bb58f95e65eb1 | 38,182,259,266,662 | e0aca33670e79d3cc35553a5401417d045ab1e30 | /src/model/bo/AccountBo.java | 8a99d99a1c5c25d02a419df022f1115497935051 | [] | no_license | vonguyenleduy/hotel | https://github.com/vonguyenleduy/hotel | 3258076b8a5f61818410fcdf9f0623357c53e051 | a41d101e824a5bc63120d0c4081c2e34a083c8bc | refs/heads/master | 2020-04-17T21:51:14.429000 | 2016-11-25T16:18:43 | 2016-11-25T16:18:43 | 67,915,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.bo;
import java.util.ArrayList;
import model.bean.Account;
import model.dao.AccountDao;
public class AccountBo {
AccountDao accountDao=new AccountDao();
public void createAccount(Account account) {
// TODO Auto-generated method stub
accountDao.createAccount(account);
}
public void updateAccou... | UTF-8 | Java | 639 | java | AccountBo.java | Java | [] | null | [] | package model.bo;
import java.util.ArrayList;
import model.bean.Account;
import model.dao.AccountDao;
public class AccountBo {
AccountDao accountDao=new AccountDao();
public void createAccount(Account account) {
// TODO Auto-generated method stub
accountDao.createAccount(account);
}
public void updateAccou... | 639 | 0.760563 | 0.760563 | 30 | 20.299999 | 18.116568 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 4 |
3be257f9add4b93f9de18cb3c33fe038c3a98338 | 16,114,717,353,246 | 6a1337d40aaf3355f79229f268122e8d8e8a83c2 | /DLLProjectList.java | 7b9aa655207eaf140ed07199c92ddd8c07fb01af | [] | no_license | JYing1/Abstract-Data-Types | https://github.com/JYing1/Abstract-Data-Types | 1938d0f00e19f39e60f362e070c5b01fb17c77eb | 740f05b1fdb1e79c3ca13295937dd6c6d6832397 | refs/heads/master | 2021-01-10T16:27:30.130000 | 2015-12-03T03:20:04 | 2015-12-03T03:20:04 | 44,846,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class DLLProjectList implements ProjectList<DLLNode> {
private DLLNode head;
private DLLNode tail;
public DLLProjectList() {
head = tail = null;
}
public void insertFirst(int value) {
if (head == null) {
head = tail = new DLLNode(value, null, null);
}
e... | UTF-8 | Java | 1,597 | java | DLLProjectList.java | Java | [] | null | [] | public class DLLProjectList implements ProjectList<DLLNode> {
private DLLNode head;
private DLLNode tail;
public DLLProjectList() {
head = tail = null;
}
public void insertFirst(int value) {
if (head == null) {
head = tail = new DLLNode(value, null, null);
}
e... | 1,597 | 0.48779 | 0.487163 | 82 | 18.475609 | 14.184521 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804878 | false | false | 4 |
5b6fe56f740db8400e8ca937457f8cb1b24d451d | 27,565,100,158,152 | b68db67cdd80e450a13e318c19cf271dfaf3edef | /LongestSubstring.java | 122c32a6653c4fb477ecb4d7e8ef4270c119ed9f | [] | no_license | aerodc/leetCode | https://github.com/aerodc/leetCode | 2f495f2f8f8768b97a1e6bcc47f81c3f52e86ed3 | 747b6c868d7fe0bc49ecbdc88f13b594e63d972f | refs/heads/master | 2021-01-10T14:53:33.197000 | 2016-01-27T15:37:49 | 2016-01-27T15:37:49 | 45,684,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
public class LongestSubstring {
public int lengthOfLongestSubstring(String s) {
int[] charMap = new int[256];
Arrays.fill(charMap, -1);
int maxLength=0,j=0;
for (int i=0; i < s.length();i++){
if(charMap[s.charAt(i)]>=j){
j=charMap[s.char... | UTF-8 | Java | 467 | java | LongestSubstring.java | Java | [] | null | [] | import java.util.Arrays;
public class LongestSubstring {
public int lengthOfLongestSubstring(String s) {
int[] charMap = new int[256];
Arrays.fill(charMap, -1);
int maxLength=0,j=0;
for (int i=0; i < s.length();i++){
if(charMap[s.charAt(i)]>=j){
j=charMap[s.char... | 467 | 0.535332 | 0.51606 | 30 | 14.566667 | 14.586943 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.466667 | false | false | 4 |
16c50866aa96556d771e17ee6ccae3845741b3fe | 28,578,712,434,177 | 5f14068bc906c90d1a8fcd006e830a325218658b | /TestHibernate/src/com/test/TestcascadeSave.java | 43348c6f0ae68e161dd5b66c901fc3596a4cb772 | [] | no_license | ltw546166132/SQLExample | https://github.com/ltw546166132/SQLExample | d5f05bce07820e3261af2a17e387b509ee972f41 | 902b559af384bd28c99f07a514d144a557702c5a | refs/heads/master | 2020-03-22T08:03:32.339000 | 2018-09-12T14:03:51 | 2018-09-12T14:03:51 | 139,741,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.junit.Test;
import com.Utils.HibernateUtil;
import com.javabean.Customer;
import com.javabean.LinkMan;
public class TestcascadeSave {
@Test
public void savecascade() {
Session session = HibernateUtil.getCurrentSession();
... | UTF-8 | Java | 945 | java | TestcascadeSave.java | Java | [
{
"context": " customer = new Customer();\n\t\tcustomer.setC_name(\"kehu1\");\n\t\tcustomer.setC_phone(\"123456\");\n\t\tcustomer.se",
"end": 441,
"score": 0.9987785816192627,
"start": 436,
"tag": "USERNAME",
"value": "kehu1"
}
] | null | [] | package com.test;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.junit.Test;
import com.Utils.HibernateUtil;
import com.javabean.Customer;
import com.javabean.LinkMan;
public class TestcascadeSave {
@Test
public void savecascade() {
Session session = HibernateUtil.getCurrentSession();
... | 945 | 0.756614 | 0.71746 | 32 | 28.53125 | 13.876654 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
36a258eab15d67da4b26799780755067914c6091 | 11,184,094,898,639 | bfc5f86968732a9bcbf63fe9906ce0cc25167859 | /src/main/java/com/ecommerce/controller/AccountController.java | 44337301f35501a874c3e07b2bd983d95f57414c | [] | no_license | fiser-tinhpt5/EcommerceService | https://github.com/fiser-tinhpt5/EcommerceService | 1e0161ac87c97ee36dfbc0677d51efbce33f3a20 | da1a847a81984e532f5e636c213dd01982fdfcd4 | refs/heads/master | 2021-01-10T11:29:19.402000 | 2016-03-29T15:14:22 | 2016-03-29T15:14:22 | 51,991,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecommerce.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframewor... | UTF-8 | Java | 2,115 | java | AccountController.java | Java | [] | null | [] | package com.ecommerce.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframewor... | 2,115 | 0.760284 | 0.760284 | 67 | 29.567163 | 23.713604 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.179104 | false | false | 4 |
7402e4e31a3c0a1cb1ef6d5d42581e9c036e63ec | 11,184,094,899,751 | 5a11bf439622f5e104ad4de21e2dc2da8409e5f5 | /app/src/main/java/com/example/hsknows/accountFragment/MessageFragment.java | 1e8504cd2d7bb8e269509743b2041a298d003621 | [] | no_license | Our-project-HSKnow/HSKnow | https://github.com/Our-project-HSKnow/HSKnow | d2fb77d1a4e88042b05282bd6c19cd5a16912b80 | 9fe6c2481d4fee0f408751808639023885b9a2f6 | refs/heads/master | 2023-08-18T18:09:12.503000 | 2021-10-12T12:41:46 | 2021-10-12T12:41:46 | 356,235,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hsknows.accountFragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.DefaultItemAnimator;
import androidx.recyclerview.... | UTF-8 | Java | 3,868 | java | MessageFragment.java | Java | [] | null | [] | package com.example.hsknows.accountFragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.DefaultItemAnimator;
import androidx.recyclerview.... | 3,868 | 0.683867 | 0.677349 | 102 | 35.107841 | 27.345253 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627451 | false | false | 4 |
ec4e375f2708d9fb6415f4822d805da52e1c632c | 30,185,030,197,219 | eaf844cd0efa137fe5f536f8bc7ed5923ce39f80 | /weixin/src/main/java/kaiyi/puer/weixin/user/manager/QueryUserInGroupRequest.java | ac629d0d04998a3e905b2daef86a5dccec3fcc9b | [] | no_license | dengkai1982/teacup | https://github.com/dengkai1982/teacup | abc148eb0ead4c424842d94bd3a2c92c96ac6931 | 578bdcf68f44c603aae2d1edac3cdb594431ae5f | refs/heads/master | 2019-04-28T18:20:32.588000 | 2018-12-20T17:21:38 | 2018-12-20T17:21:39 | 94,093,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kaiyi.puer.weixin.user.manager;
import kaiyi.puer.http.HttpMethod;
import kaiyi.puer.weixin.WeixinInfo;
import kaiyi.puer.weixin.request.WeixinRequest;
/**
* 查询用户所在分组
*
*/
public class QueryUserInGroupRequest extends WeixinRequest<QueryUserInGroupResponse> {
private String accessToken;
private String o... | UTF-8 | Java | 994 | java | QueryUserInGroupRequest.java | Java | [
{
"context": "ring openid) {\n\t\tsuper(info);\n\t\tthis.accessToken = accessToken;\n\t\tthis.openid = openid;\n\t}\n\t\n\t@Override\n\tpublic ",
"end": 462,
"score": 0.7169705033302307,
"start": 451,
"tag": "KEY",
"value": "accessToken"
}
] | null | [] | package kaiyi.puer.weixin.user.manager;
import kaiyi.puer.http.HttpMethod;
import kaiyi.puer.weixin.WeixinInfo;
import kaiyi.puer.weixin.request.WeixinRequest;
/**
* 查询用户所在分组
*
*/
public class QueryUserInGroupRequest extends WeixinRequest<QueryUserInGroupResponse> {
private String accessToken;
private String o... | 994 | 0.747444 | 0.747444 | 47 | 19.80851 | 23.556757 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12766 | false | false | 4 |
212e727334186ab2725fafd21b04797fed2fe343 | 35,957,466,208,966 | ba506656987bf519c2dad607462471d65c1dd066 | /src/main/java/net/rest/cinemaseatingmap/dao/SessionDAOImpl.java | 2d01a6014c4badc18da40e59a12f03d9adbe5326 | [] | no_license | tyanigor/cinema-seating-map | https://github.com/tyanigor/cinema-seating-map | 4408289a8e352700cc7a19cc8a6ab4a259be66b8 | decff4e77851d6d25c8a89b1acac134036500cd5 | refs/heads/master | 2021-01-13T00:14:33.562000 | 2018-05-12T07:19:10 | 2018-05-12T07:19:10 | 48,502,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.rest.cinemaseatingmap.dao;
import net.rest.cinemaseatingmap.model.Session;
import org.hibernate.criterion.Restrictions;
import org.springframework.stereotype.Repository;
import java.util.Date;
import java.util.List;
/**
* Реализация DAO для сеанса
*/
@Repository("sessionDAO")
public class SessionDAOImp... | UTF-8 | Java | 2,098 | java | SessionDAOImpl.java | Java | [] | null | [] | package net.rest.cinemaseatingmap.dao;
import net.rest.cinemaseatingmap.model.Session;
import org.hibernate.criterion.Restrictions;
import org.springframework.stereotype.Repository;
import java.util.Date;
import java.util.List;
/**
* Реализация DAO для сеанса
*/
@Repository("sessionDAO")
public class SessionDAOImp... | 2,098 | 0.622905 | 0.622905 | 72 | 23.861111 | 23.043621 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
528dfb14e80fde4d5d07fa22d8ea54ee9420550f | 35,957,466,209,907 | 69678c018546f6ff8be9333e89878d58124b1437 | /src/main/java/csns/web/controller/SiteController.java | 19b96b6d03b563244a42befce0153d6c29b34ca9 | [] | no_license | sguttula/CSNS | https://github.com/sguttula/CSNS | 552b6cc074bdd04ba825b6e0b29bdeb9069e2c5e | 67fbdbaa2c22f1a2f24ecac73aa6d83bace92b6d | refs/heads/master | 2021-07-24T11:45:49.897000 | 2020-12-31T20:39:53 | 2020-12-31T20:39:53 | 233,932,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package csns.web.controller;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.ster... | UTF-8 | Java | 9,595 | java | SiteController.java | Java | [] | null | [] | package csns.web.controller;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.ster... | 9,595 | 0.598228 | 0.596873 | 292 | 31.859589 | 24.468546 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
4526d10d75c6b2d54f1132a6b337c9ee6ba65415 | 35,407,710,404,815 | d5ee47692c3507ef7a649ef05f38ed0713f56ce0 | /src/Optional.java | fb9da343c23adf84d77da6dbdfbf52cf2a685f19 | [] | no_license | iamshaurya/Problem-practice | https://github.com/iamshaurya/Problem-practice | bdadc6b1a57418ce54322c8552516fea1af9f097 | 28a7ee69bf1f82c7df269bae7a132c3dfe4e65e1 | refs/heads/master | 2020-03-25T11:13:37.409000 | 2018-08-07T12:15:59 | 2018-08-07T12:15:59 | 143,723,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface Optional {
boolean value() ... | UTF-8 | Java | 337 | java | Optional.java | Java | [] | null | [] | import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface Optional {
boolean value() ... | 337 | 0.818991 | 0.818991 | 10 | 32.700001 | 20.268448 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
7bd11855507f6d3f2b51d74de8dbcf272ee3bce7 | 33,964,601,394,816 | d1f87a836af1ab76039f84fd7bab484bfec48cb4 | /Assignment 2/Backup/ZerLi_Client/src/izhar/ProductController.java | 520369b4cfa4ef1d0d60353ff8cfc08000c7b2a0 | [] | no_license | ItayAlmani/Zer-Li-Flower-Store | https://github.com/ItayAlmani/Zer-Li-Flower-Store | 6157ff811d763818ee598e097de3b671ba2f2b97 | b89080f6baa1abbd9c6e68818140c8338789d639 | refs/heads/master | 2021-09-06T12:52:37.214000 | 2018-02-06T16:16:04 | 2018-02-06T16:16:04 | 109,955,652 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package izhar;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.math.BigInteger;
import java.util.ArrayList;
import common.Context;
import controllers.ParentController;
import entities.CSMessag... | UTF-8 | Java | 5,511 | java | ProductController.java | Java | [] | null | [] | package izhar;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.math.BigInteger;
import java.util.ArrayList;
import common.Context;
import controllers.ParentController;
import entities.CSMessag... | 5,511 | 0.674106 | 0.669933 | 160 | 32.443748 | 30.121368 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.15 | false | false | 4 |
4c66932e2bc5acdcc4d1bc4a9c746c37289147b0 | 38,414,187,501,484 | 05c20777f4480c9e5d4a2aa4a80fc6c64fa474cc | /src/main/java/com/x/example/ssh读取远程服务器文件.java | eebdf38a115b8b13493a9ad16942f7583e4eb4b5 | [] | no_license | hn5092/MR-FOR-WORK | https://github.com/hn5092/MR-FOR-WORK | 554538b5bb6ad1ef76054134ac291e43b68ee731 | e6eab6c0196a459b1735d0fb7b0108588e87587e | refs/heads/master | 2021-01-18T21:46:21.082000 | 2016-04-03T10:05:15 | 2016-04-03T10:05:15 | 42,495,130 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.x.example;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import com.sshtools.j2ssh.SshClient;
import com.sshtools.j2ssh.authentication.AuthenticationProtocolSta... | UTF-8 | Java | 3,791 | java | ssh读取远程服务器文件.java | Java | [
{
"context": "\t<version>0.2.9</version>\n</dependency>\n * @author imad\n *\n */\npublic class ssh读取远程服务器文件 {\n\tpublic static",
"end": 749,
"score": 0.9996284246444702,
"start": 745,
"tag": "USERNAME",
"value": "imad"
},
{
"context": "tUsername(\"root\");\n\t\t pwd.setPa... | null | [] | package com.x.example;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import com.sshtools.j2ssh.SshClient;
import com.sshtools.j2ssh.authentication.AuthenticationProtocolSta... | 3,795 | 0.498473 | 0.492086 | 87 | 40.379311 | 24.206602 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.827586 | false | false | 4 |
b4e811a921c08620849d661e22880e66e0f452a0 | 33,767,032,909,710 | 25ba9572bf97c3f7b4bdf16442d68e1a26f3982a | /app/src/main/java/JavaApp/user/auction/create_edit/AuctionRequest.java | 7c4058b0698c687ab636d220d82f34faa6923e40 | [] | no_license | YDima/JavaEE_app | https://github.com/YDima/JavaEE_app | 3b6fcf96b1d76edf556c36956369311f91ad07a3 | b321e3127f6854df49ec0b9247ce7d41c9c203cb | refs/heads/master | 2022-04-02T23:18:33.305000 | 2020-02-04T12:15:29 | 2020-02-04T12:15:29 | 217,107,808 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JavaApp.user.auction.create_edit;
import JavaApp.sales.jpa.Auction;
import JavaApp.sales.jpa.AuctionParameter;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import java.math.BigDecimal;
import java.util.List;
@Named
@RequestScoped
public class AuctionRequest {
private Long i... | UTF-8 | Java | 2,411 | java | AuctionRequest.java | Java | [
{
"context": "public String getOwner_username() {\n return owner_username;\n }\n public void setOwner_username(String o",
"end": 1896,
"score": 0.9973546862602234,
"start": 1882,
"tag": "USERNAME",
"value": "owner_username"
},
{
"context": "ng owner_username) {\n ... | null | [] | package JavaApp.user.auction.create_edit;
import JavaApp.sales.jpa.Auction;
import JavaApp.sales.jpa.AuctionParameter;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import java.math.BigDecimal;
import java.util.List;
@Named
@RequestScoped
public class AuctionRequest {
private Long i... | 2,411 | 0.607632 | 0.607632 | 102 | 22.627451 | 18.761099 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392157 | false | false | 4 |
9a4bd1a807afb2419e9951ad6540846b28943543 | 38,835,094,318,799 | 160afa226d3e4d96ed9e9df43279599f8feb6321 | /siit-project-taxcalculator/siit-project/src/main/java/com/java/siit/taxcalculator/repository/UserRolesRepository.java | 5e4fcc79b7dc020be8b78a2aff53fb6b61d580fd | [] | no_license | andreeaciutescu/App_Tax_Calculator | https://github.com/andreeaciutescu/App_Tax_Calculator | 3925356ecba27027349af978cbd39492d6bb3752 | 2c290b67bbad4144527cf6564fc71244108e8677 | refs/heads/master | 2023-08-24T22:21:46.934000 | 2021-10-21T13:56:58 | 2021-10-21T13:56:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.siit.taxcalculator.repository;
import com.java.siit.taxcalculator.config.UserRoles;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRolesRepository extends JpaRepository<UserRoles,String>{
UserRoles g... | UTF-8 | Java | 349 | java | UserRolesRepository.java | Java | [] | null | [] | package com.java.siit.taxcalculator.repository;
import com.java.siit.taxcalculator.config.UserRoles;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRolesRepository extends JpaRepository<UserRoles,String>{
UserRoles g... | 349 | 0.839542 | 0.839542 | 11 | 30.636364 | 27.440092 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 4 |
208068bd149a81b0fa13fef39d3cbaf218643b94 | 36,541,581,773,481 | c75d286f30f388a6c72aac427643c6f745235782 | /src/main/java/com/qinjun/autotest/tsapi/bean/APIResBody.java | 1e4ab68ddef649d13eaf2524f4d06483cb064a62 | [] | no_license | zeroneqin/tscase_api | https://github.com/zeroneqin/tscase_api | 1bd5883b9edefae9978236fc80ea0c64ae056c8c | cd020645b419f482990d702f407269a9c5a7ad67 | refs/heads/master | 2020-03-19T02:12:18.392000 | 2018-07-20T14:34:12 | 2018-07-20T14:34:12 | 135,608,918 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qinjun.autotest.tsapi.bean;
import com.qinjun.autotest.tsapi.constant.EnumBodyFormat;
public class APIResBody {
private Long id;
private API api;
private EnumBodyFormat bodyFormat;
private String bodySchema;
private String description;
public Long getId() {
return id;
... | UTF-8 | Java | 1,025 | java | APIResBody.java | Java | [] | null | [] | package com.qinjun.autotest.tsapi.bean;
import com.qinjun.autotest.tsapi.constant.EnumBodyFormat;
public class APIResBody {
private Long id;
private API api;
private EnumBodyFormat bodyFormat;
private String bodySchema;
private String description;
public Long getId() {
return id;
... | 1,025 | 0.634146 | 0.634146 | 51 | 19.09804 | 17.425758 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
03cbb0e35f5948faef2924e933095357fb5ddbcc | 38,860,864,098,043 | eb4796ff56ff3fb99edd1147387da3762d08268b | /uppg9.java | ccd76bcb53f077a280372a472d295f397063748a | [] | no_license | Dodisbeaver/matematisk-programering | https://github.com/Dodisbeaver/matematisk-programering | 70f57fa1cb077f44e81fdd4d74452e1b63348e3f | f5a49b63920b7621f50edb04d51ee75faa37367b | refs/heads/master | 2022-12-29T22:18:52.226000 | 2020-10-18T16:27:40 | 2020-10-18T16:27:40 | 297,340,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Scanner;
public class uppg9 {
public static void main(final String[] args) {
// variabler
int computerNumber = 0;
int userNumber = 0;
int shutdown = 3;
final Scanner input = new Scanner(System.in);
int guesses = 0;
... | UTF-8 | Java | 2,545 | java | uppg9.java | Java | [] | null | [] |
import java.util.Scanner;
public class uppg9 {
public static void main(final String[] args) {
// variabler
int computerNumber = 0;
int userNumber = 0;
int shutdown = 3;
final Scanner input = new Scanner(System.in);
int guesses = 0;
... | 2,545 | 0.390032 | 0.379351 | 70 | 35.085712 | 26.151615 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
de6c4cb54f69a2640c0b95b0b74af6d43d4c1d12 | 10,127,532,929,189 | dbd1be6d467c6e8df751092f1e41fbd6fcdef333 | /auth-service/src/main/java/com/yf/auth/service/impl/SysOrgServiceImpl.java | dbe1944fbb724f78614f7cbd0af1503c688fd203 | [] | no_license | jinghan99/girl-springcloud | https://github.com/jinghan99/girl-springcloud | 1c8c39bc0794e5c8f510831b0420b989aea700f8 | 057aed796a22230226a6ca06571d3bc8d5f69e6e | refs/heads/master | 2020-03-31T12:29:09.358000 | 2019-05-15T04:21:34 | 2019-05-15T04:21:34 | 152,217,664 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yf.auth.service.impl;
import com.yf.auth.dao.SysOrgMapper;
import com.yf.auth.dao.SysRoleOrgMapper;
import com.yf.auth.entity.SysOrgEntity;
import com.yf.auth.service.SysOrgService;
import com.yf.utils.common.CommonUtils;
import com.yf.utils.constant.MsgConstant;
import com.yf.utils.entiy.R;
import org.spr... | UTF-8 | Java | 3,249 | java | SysOrgServiceImpl.java | Java | [
{
"context": "\nimport java.util.List;\n\n/**\n * 组织机构\n *\n * @author ZhouChenglin\n * @email yczclcn@163.com\n * @url www.chenlintech",
"end": 507,
"score": 0.9998832941055298,
"start": 495,
"tag": "NAME",
"value": "ZhouChenglin"
},
{
"context": "\n\n/**\n * 组织机构\n *\n * @author Zh... | null | [] | package com.yf.auth.service.impl;
import com.yf.auth.dao.SysOrgMapper;
import com.yf.auth.dao.SysRoleOrgMapper;
import com.yf.auth.entity.SysOrgEntity;
import com.yf.auth.service.SysOrgService;
import com.yf.utils.common.CommonUtils;
import com.yf.utils.constant.MsgConstant;
import com.yf.utils.entiy.R;
import org.spr... | 3,241 | 0.689688 | 0.683585 | 160 | 18.456249 | 17.073315 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.39375 | false | false | 4 |
44242c7ae6828fed05297bca16fcbbb80ec518da | 29,317,446,775,068 | c0e1294572b1b7186cd5f2a557e6fb664b1bcda3 | /src/test/java/com/demo/HttpUtilTest.java | ab11749e9899de0ae64c802bda344390131a1de2 | [] | no_license | 13530361335/SpringBoot | https://github.com/13530361335/SpringBoot | 3028a9c5b15a69c2ed6555409247daaef8908340 | 6edcc6a5aa90ea0e9c4fd50ecb6753adc8e6db65 | refs/heads/master | 2020-04-16T04:27:24.481000 | 2019-03-11T02:54:39 | 2019-03-11T02:54:39 | 165,267,651 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo;
import com.demo.util.HttpUtil;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.junit.Test;
public class HttpUtilTest {
@Test
public void download() {
HttpUtil.downLoad("http://www.pptok.com/wp-content/uploads/2012/08/xunguang-9.jpg", "D:\\Temp\\");
... | UTF-8 | Java | 711 | java | HttpUtilTest.java | Java | [
{
"context": " document = HttpUtil.getHtml(\"https://me.csdn.net/mashuai720\");\n Elements elements = document.select(\"d",
"end": 439,
"score": 0.9444286227226257,
"start": 429,
"tag": "USERNAME",
"value": "mashuai720"
}
] | null | [] | package com.demo;
import com.demo.util.HttpUtil;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.junit.Test;
public class HttpUtilTest {
@Test
public void download() {
HttpUtil.downLoad("http://www.pptok.com/wp-content/uploads/2012/08/xunguang-9.jpg", "D:\\Temp\\");
... | 711 | 0.607595 | 0.592124 | 29 | 23.517241 | 24.754826 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
30fd68901b48039ae4cacc742488b74a1b541a83 | 24,172,075,985,882 | 155e41dc228d7e76e70232a4c0dcde63b39fe2c4 | /Artículos/src/main/java/com/nfsm/springboot/web/app/models/Productos.java | 3854bcc5a9539ed26b80683e7fdaf614e2ad6c70 | [] | no_license | kenia1403/proyecto_creadores | https://github.com/kenia1403/proyecto_creadores | a0d832e8c27ebd7ee8b92e5353aeff9837aee039 | 6253c146d56051a92d7da7d6715ec927b20679e4 | refs/heads/master | 2022-07-28T12:28:27.033000 | 2020-05-10T22:20:37 | 2020-05-10T22:20:37 | 262,195,037 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nfsm.springboot.web.app.models;
public class Productos {
public String nombre;
public String descripcion;
public String precio;
public String marca;
public String cantidad;
public String proveedor;
public Productos(String nombre, String descripcion, String precio, String marca, String can... | UTF-8 | Java | 1,380 | java | Productos.java | Java | [] | null | [] | package com.nfsm.springboot.web.app.models;
public class Productos {
public String nombre;
public String descripcion;
public String precio;
public String marca;
public String cantidad;
public String proveedor;
public Productos(String nombre, String descripcion, String precio, String marca, String can... | 1,380 | 0.678986 | 0.678986 | 73 | 16.90411 | 17.242163 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.452055 | false | false | 4 |
729dfc87dfbb3dbe3ac706841e3947c78142ff23 | 15,315,853,405,024 | 9a48b344669ded516a52e3b72c6e970e04168496 | /interview-prep/epo/dossierpersistence/trunk/src/main/java/org/epo/cms/edfs/services/dossierpersistence/util/DatabaseProperties.java | 4ef372211bbdae720189909c663431871156dc9c | [] | no_license | ankitjain-wiz/ProjectRedemption | https://github.com/ankitjain-wiz/ProjectRedemption | 6a2ebea9dadaaa1216da241959bf435a194f375e | e06b392f2e7baacea9d74e77f965192438f19ab5 | refs/heads/master | 2020-04-27T11:53:21.015000 | 2019-05-16T11:00:56 | 2019-05-16T11:00:56 | 174,310,601 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.epo.cms.edfs.services.dossierpersistence.util;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class DatabaseProperties {
private static final String DB_USERNAME = "${db.username}";
private static final String DB_PSWRD = "${... | UTF-8 | Java | 4,595 | java | DatabaseProperties.java | Java | [] | null | [] | package org.epo.cms.edfs.services.dossierpersistence.util;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class DatabaseProperties {
private static final String DB_USERNAME = "${db.username}";
private static final String DB_PSWRD = "${... | 4,595 | 0.759086 | 0.75691 | 162 | 27.364197 | 23.359709 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.506173 | false | false | 4 |
641635ee6c2ff86e27db2c6e2b743a85fafaafa3 | 20,203,526,208,367 | 94ba2b32f4817608c340a03640960d5f4fab53cc | /Leggo2/app/src/main/java/com/example/alex/leggo/MainActivity.java | 01a54698ae6f280a39afc16a6994044947224dba | [] | no_license | Hershey988/HACKUCSC | https://github.com/Hershey988/HACKUCSC | c35f30f089b1e126969f75f9f1bbad11ff39f5fd | 51c5592b6ecf8e5bdf6200235de8a8e43189db75 | refs/heads/master | 2021-01-13T15:57:49.752000 | 2017-01-22T13:38:09 | 2017-01-22T13:38:09 | 79,635,725 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alex.leggo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageButton;
import android.view.View;
public class MainActivity extends AppCompatActivity {
private ImageButton b2;
private ImageButton button;
... | UTF-8 | Java | 1,809 | java | MainActivity.java | Java | [
{
"context": "package com.example.alex.leggo;\n\nimport android.content.Intent;\nimport and",
"end": 24,
"score": 0.9548885226249695,
"start": 20,
"tag": "USERNAME",
"value": "alex"
}
] | null | [] | package com.example.alex.leggo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageButton;
import android.view.View;
public class MainActivity extends AppCompatActivity {
private ImageButton b2;
private ImageButton button;
... | 1,809 | 0.616363 | 0.613046 | 61 | 28.655737 | 23.083515 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 4 |
7aa81d21249dfcf1207920179e3b39ad476cbba5 | 21,698,174,793,333 | 64dfc398bf7a157eb03e196ab00e69a758432fc1 | /app/src/main/java/com/intelliworkz/admin/admingujaratabroad/NewsModel.java | 7a044e98ee54db0840e9bb940c10ac72208972f6 | [] | no_license | AnkitaPatel994/AdminGujaratAbroad | https://github.com/AnkitaPatel994/AdminGujaratAbroad | 0b7d8498232ff42e82b71b086a1b2a5921b1ac68 | ddc474cb08cbb35cb278cb4cb76e57c2f3466dc5 | refs/heads/master | 2021-01-02T09:23:48.706000 | 2017-08-03T07:44:16 | 2017-08-03T07:44:16 | 99,205,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.intelliworkz.admin.admingujaratabroad;
/**
* Created by pc-6 on 6/22/2017.
*/
public class NewsModel {
String newsId;
String newsCatId;
String newsTitle;
String newsDetails;
String newsImg;
String newsDate;
public NewsModel(String newsId, String newsCatId, String newsTitle, S... | UTF-8 | Java | 1,515 | java | NewsModel.java | Java | [
{
"context": "workz.admin.admingujaratabroad;\n\n/**\n * Created by pc-6 on 6/22/2017.\n */\n\npublic class NewsModel {\n S",
"end": 74,
"score": 0.9995336532592773,
"start": 70,
"tag": "USERNAME",
"value": "pc-6"
}
] | null | [] | package com.intelliworkz.admin.admingujaratabroad;
/**
* Created by pc-6 on 6/22/2017.
*/
public class NewsModel {
String newsId;
String newsCatId;
String newsTitle;
String newsDetails;
String newsImg;
String newsDate;
public NewsModel(String newsId, String newsCatId, String newsTitle, S... | 1,515 | 0.634323 | 0.629043 | 71 | 20.338028 | 20.475298 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422535 | false | false | 4 |
38e7b5ced17bb3f1944a110e09e0a6a313f82bed | 3,539,053,095,312 | 1dde27e593087113d49ac2a8445d9a865f2efcba | /src/main/java/edu/ucsb/cs56/projects/games/pacman/model/ModelTrainingController.java | 4db25fe2aafe1355b296e066057ffae26733d3e7 | [] | no_license | jonasberlinma/AI-Pacman | https://github.com/jonasberlinma/AI-Pacman | fd0973e8a3b4b781fd38fd8bc51ae178c30a7afa | 42747964b305c6d0a5386ee7fce19f04bbf07abb | refs/heads/master | 2022-10-12T20:47:08.441000 | 2020-10-18T14:30:51 | 2020-10-18T14:30:51 | 83,733,571 | 2 | 0 | null | false | 2022-10-05T03:57:42 | 2017-03-02T23:00:25 | 2020-10-18T14:30:55 | 2022-10-05T03:57:41 | 739 | 1 | 0 | 2 | Java | false | false | package edu.ucsb.cs56.projects.games.pacman.model;
import java.io.IOException;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Vector;
import java.util.concurrent.TimeoutException;
import com.rabbitmq.clie... | UTF-8 | Java | 3,537 | java | ModelTrainingController.java | Java | [
{
"context": "\n\t\tfactory.setPort(mqport);\n\t\tfactory.setUsername(mqusername);\n\t\tfactory.setPassword(mqpassword);\n\t\ttry {\n\t\t\ti",
"end": 1881,
"score": 0.9995245933532715,
"start": 1871,
"tag": "USERNAME",
"value": "mqusername"
},
{
"context": "ry.setUsername(mqusername)... | null | [] | package edu.ucsb.cs56.projects.games.pacman.model;
import java.io.IOException;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Vector;
import java.util.concurrent.TimeoutException;
import com.rabbitmq.clie... | 3,537 | 0.712751 | 0.710489 | 119 | 28.722689 | 20.555285 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.806723 | false | false | 4 |
805d42ceded59f42c46c6b2b08ba515b9134a100 | 16,441,134,829,216 | 5adbb497494e32cab39f955d58b1a3ab69d98090 | /BrainSim/src/ConfigWindow.java | 724e8ecfc7d8c62104c4729010102f02710c1cdf | [] | no_license | harvyso/BrainSim | https://github.com/harvyso/BrainSim | 93c65f6b86eefc62f14f75f46653b2feddcb0231 | 042e15b973e93a8569df99e89b51a11dbd9ab9b1 | refs/heads/master | 2020-03-21T22:11:19.397000 | 2018-01-15T21:22:44 | 2018-01-15T21:22:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.JButton;
import javax.swing.JSlider;
import javax.swing.JCheckBox;
import javax.swing.JS... | UTF-8 | Java | 14,104 | java | ConfigWindow.java | Java | [] | null | [] | import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.JButton;
import javax.swing.JSlider;
import javax.swing.JCheckBox;
import javax.swing.JS... | 14,104 | 0.668959 | 0.631877 | 431 | 30.723898 | 20.499117 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.589327 | false | false | 4 |
ee7fcc5d262f727b598f95a75409645a20f88279 | 1,194,000,960,306 | a45818db5de7551b859baae0b5585c001331329a | /src/main/java/controlers/TestController.java | 3010efc9be46b70076b991562d0e6b39958d1b4c | [] | no_license | mderkaoui/bibliotheque2 | https://github.com/mderkaoui/bibliotheque2 | 27a9f1ffded2c7eee90a03236deacdcf371b718f | b6e73d024a6b976d78cd404bbdbc0e6a25685524 | refs/heads/master | 2020-05-23T04:59:13.995000 | 2019-05-14T14:51:56 | 2019-05-14T14:51:56 | 186,643,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlers;
import java.io.IOException;
import java.sql.Connection;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
imp... | UTF-8 | Java | 2,109 | java | TestController.java | Java | [
{
"context": "DB.getConnection();\n\t\t\tUserDao.insert(new User(0,\"arnaud\", \"password\", Role.ADMIN),cnx,false);\n\t\t\tUserDao.",
"end": 1106,
"score": 0.9893155097961426,
"start": 1100,
"tag": "NAME",
"value": "arnaud"
},
{
"context": ".ADMIN),cnx,false);\n\t\t\tUserDao.insert(... | null | [] | package controlers;
import java.io.IOException;
import java.sql.Connection;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
imp... | 2,109 | 0.722486 | 0.714421 | 76 | 26.736841 | 26.153076 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.184211 | false | false | 4 |
bb7d0257458c054839a98e70189d14d7872ceb7d | 12,592,844,115,914 | 92b5c5a8459ff872794fe8dc06825af8cf0dc357 | /src/chapter17/Code17_1.java | c327a46a6a8e57353a8d99d9154a5ff8e29e0bd5 | [] | no_license | CodingDancerSky/CrackingCode | https://github.com/CodingDancerSky/CrackingCode | 1250af0dbea48b43fe22edae5764e377780bdbe8 | 075c210026dd7d3d359c30b44efa60943ca4c295 | refs/heads/master | 2020-04-09T23:40:19.562000 | 2015-08-30T21:10:31 | 2015-08-30T21:10:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter17;
public class Code17_1 {
static void swap1(int a,int b){
a=a-b;
b=a+b;
a=b-a;
}
static void swap2(int a, int b){
a=a^b;
b=a^b;
a=a^b;
}
public static void main(String[] args) {
int a = 1672;
int b = 9332;
// System.out.println("a: " + a);
// ... | UTF-8 | Java | 536 | java | Code17_1.java | Java | [] | null | [] | package chapter17;
public class Code17_1 {
static void swap1(int a,int b){
a=a-b;
b=a+b;
a=b-a;
}
static void swap2(int a, int b){
a=a^b;
b=a^b;
a=a^b;
}
public static void main(String[] args) {
int a = 1672;
int b = 9332;
// System.out.println("a: " + a);
// ... | 536 | 0.496269 | 0.464552 | 30 | 16.866667 | 13.29344 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
0073c882ecac7c51eef026487da4a3ba31b7ef7c | 618,475,305,259 | 0b6e305fa5223f51b68e8d2b4ceb7f44ca8b4d70 | /extensions/auth/portability-auth-google/src/main/java/org/datatransferproject/auth/google/GoogleAuthDataGenerator.java | 6797305b9bc09845907fdf5eaa173dd8fb83e8dc | [
"Apache-2.0"
] | permissive | heliumdatacommons/data-transfer-project | https://github.com/heliumdatacommons/data-transfer-project | 8a1b35b4b3126cdbffa35cc835ab34c03a852e11 | fe4a4991289f76ca484af20d636ec4bd5ab61668 | refs/heads/master | 2020-04-04T08:28:27.758000 | 2018-11-30T03:37:01 | 2018-11-30T03:37:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 The Data Transfer Project 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | UTF-8 | Java | 7,481 | java | GoogleAuthDataGenerator.java | Java | [] | null | [] | /*
* Copyright 2018 The Data Transfer Project 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 7,481 | 0.736265 | 0.733191 | 168 | 43.529762 | 28.422394 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 4 |
392eda68b729f99c51c71080d7a1baf69a5c0104 | 14,113,262,534,731 | 8528a3c5016f5fab8d105a24fac82d918d5f2455 | /sonar-flex-plugin/src/main/java/org/sonar/plugins/flex/FlexProfile.java | b9fd2fb0aa3d2ad5ae068f848e3676cc6641fd62 | [] | no_license | pombredanne/sonar-flex | https://github.com/pombredanne/sonar-flex | 833f873d6335e89c3aa6d9f800df02b90b708eea | b1b1e9efdb682aef7c89c54a1214f6075ab310ad | refs/heads/master | 2021-01-18T12:04:08.824000 | 2013-10-26T00:25:31 | 2013-10-26T00:25:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Sonar Flex Plugin
* Copyright (C) 2010 SonarSource
* dev@sonar.codehaus.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your o... | UTF-8 | Java | 2,142 | java | FlexProfile.java | Java | [
{
"context": "/*\n * Sonar Flex Plugin\n * Copyright (C) 2010 SonarSource\n * dev@sonar.codehaus.org\n *\n * This program is f",
"end": 57,
"score": 0.9993109107017517,
"start": 46,
"tag": "USERNAME",
"value": "SonarSource"
},
{
"context": "r Flex Plugin\n * Copyright (C) 2010 SonarS... | null | [] | /*
* Sonar Flex Plugin
* Copyright (C) 2010 SonarSource
* <EMAIL>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any late... | 2,127 | 0.787582 | 0.78338 | 51 | 41 | 35.596321 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 4 |
15e110c07c2d9d4d1cfa0472da478e038e6c4f8b | 13,271,448,957,830 | b79a46f2866194dcebd94472466c93962fdfd079 | /backend/src/main/java/ua/project/protester/repository/project/ProjectRepositoryImpl.java | 1b31c49035f8d8e8bbe2ead4afc5a428e256b7ec | [] | no_license | JuliaBorovets/ProTester | https://github.com/JuliaBorovets/ProTester | ac3236bf5227ae1e58a62ec397ff2a7d13e18e6f | 534e4d33ac51248ba21338fc21db6df4fe51a75d | refs/heads/master | 2023-02-05T04:24:10.152000 | 2020-12-28T20:11:11 | 2020-12-28T20:11:11 | 329,915,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.project.protester.repository.project;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env.Environment;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframew... | UTF-8 | Java | 6,749 | java | ProjectRepositoryImpl.java | Java | [] | null | [] | package ua.project.protester.repository.project;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env.Environment;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframew... | 6,749 | 0.640836 | 0.640391 | 167 | 39.413174 | 31.043768 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.700599 | false | false | 4 |
aff1e31c66305f5a577c9771cb574656af5a8c31 | 2,628,520,050,333 | aee2c999cdf2b5b4df9d5135963e6d98bc81c1fd | /app/src/main/java/teamprogra/app/fragment/DatePickerFragment.java | 2e55a49948969f1ddb86078b2345e2118e9b1733 | [] | no_license | AdrianLeyva/Socialize | https://github.com/AdrianLeyva/Socialize | be8c7c8fe0f4360232224b63f4fa7a93530d21e3 | 8b6199468481a922f0abe15c3b6babe0cbfe984f | refs/heads/master | 2020-12-25T10:24:56.336000 | 2016-07-14T05:41:31 | 2016-07-14T05:41:31 | 61,779,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package teamprogra.app.fragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.widget.DatePicker;
import android.widget.EditText;
import java.util.Calendar;
import teamprogra.app.s... | UTF-8 | Java | 1,502 | java | DatePickerFragment.java | Java | [
{
"context": "ogra.app.socialize.socialize.R;\n\n/**\n * Created by adrianleyva on 30/06/16.\n */\npublic class DatePickerFragment ",
"end": 372,
"score": 0.9995047450065613,
"start": 361,
"tag": "USERNAME",
"value": "adrianleyva"
}
] | null | [] | package teamprogra.app.fragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.widget.DatePicker;
import android.widget.EditText;
import java.util.Calendar;
import teamprogra.app.s... | 1,502 | 0.718376 | 0.713049 | 46 | 31.652174 | 32.068687 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 4 |
907cb97bba2d6adc624cf3fe0dae56c0a13dde98 | 31,121,333,032,154 | cfa07a3fd33684ea618af110537b4df9e2e797ac | /src/main/java/com/sfy/dao/vo/NotFound.java | e40ca16194417fdfbad304a58dba573c04da2680 | [] | no_license | yflower/sourceDesign | https://github.com/yflower/sourceDesign | 4a0ad8eb57e74372f5d373d106f93507b000f835 | 6f2fa84ff4f9e514f06a6ab49f86a45e680ab591 | refs/heads/master | 2018-03-16T14:46:04.244000 | 2017-01-07T14:45:37 | 2017-01-07T14:45:37 | 66,798,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sfy.dao.vo;
/**
* Created by jal on 2016/8/30.
*/
public class NotFound {
private String status;
private String messager;
@Override
public String toString() {
return "NotFound{" +
"status='" + status + '\'' +
", messager='" + messager + '\'' +
... | UTF-8 | Java | 641 | java | NotFound.java | Java | [
{
"context": "package com.sfy.dao.vo;\n\n/**\n * Created by jal on 2016/8/30.\n */\npublic class NotFound {\n pri",
"end": 46,
"score": 0.9996049404144287,
"start": 43,
"tag": "USERNAME",
"value": "jal"
}
] | null | [] | package com.sfy.dao.vo;
/**
* Created by jal on 2016/8/30.
*/
public class NotFound {
private String status;
private String messager;
@Override
public String toString() {
return "NotFound{" +
"status='" + status + '\'' +
", messager='" + messager + '\'' +
... | 641 | 0.530421 | 0.519501 | 33 | 18.424242 | 15.599204 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 4 |
94481290aca96e2ab2e86667b5f11114b64658f7 | 35,072,702,943,787 | 8559f17bd47710a8a7e00ca4c634f636f1bf598a | /mysql-world/mysql-world-h2-hibernate-generate/src/main/java/br/com/jkavdev/mysql_hibernate/modelos/converters/ContinentEnumType.java | 371daae83b4a9a2369f9af31fa3995bcacf6730b | [] | no_license | jkavdev/mysql_database_hibernate | https://github.com/jkavdev/mysql_database_hibernate | e1480408f027be95d14566253338a52e98a7ab08 | f0e29e4605186fbb3817577e29aee9a3198ee265 | refs/heads/master | 2022-07-14T22:12:57.718000 | 2019-08-01T03:15:15 | 2019-08-01T03:15:15 | 198,530,047 | 0 | 1 | null | false | 2022-06-21T01:33:41 | 2019-07-24T00:48:42 | 2019-08-01T03:15:26 | 2022-06-21T01:33:40 | 536 | 0 | 0 | 6 | TSQL | false | false | package br.com.jkavdev.mysql_hibernate.modelos.converters;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Types;
import org.hibernate.HibernateException;
import org.hibernate.engine.spi.SharedSessionContractImplementor;
import org.hibernate.type.EnumType;
import br.com.jkavdev.mysql... | UTF-8 | Java | 784 | java | ContinentEnumType.java | Java | [] | null | [] | package br.com.jkavdev.mysql_hibernate.modelos.converters;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Types;
import org.hibernate.HibernateException;
import org.hibernate.engine.spi.SharedSessionContractImplementor;
import org.hibernate.type.EnumType;
import br.com.jkavdev.mysql... | 784 | 0.78699 | 0.784439 | 28 | 27 | 28.585711 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 4 |
3c5500db7f59780580456e2139d753b858ec2636 | 35,115,652,614,776 | f2c3ad87d22ad2fb0c646fd81dff40e445db96e5 | /03_centralized/src/solution/CentralizedSolution.java | 4a58624f1280a00ef095f1c02cd94b61be0bc284 | [] | no_license | schreven/PDP-agents | https://github.com/schreven/PDP-agents | aa202f45e1974ae086e0b6a1075a9e665ca1c189 | b7308712419217bf2a40b99269ad47889f55cb7c | refs/heads/master | 2020-03-30T20:03:42.980000 | 2019-12-02T14:18:11 | 2019-12-02T14:18:11 | 151,571,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package solution;
import java.io.File;
//the list of imports
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
import java.util.Set;
import java.util.Map;
import java.util.HashMap;
import java.util.HashSet;
import logist.LogistSettings;
import logist.Measures;
i... | UTF-8 | Java | 18,973 | java | CentralizedSolution.java | Java | [] | null | [] | package solution;
import java.io.File;
//the list of imports
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Random;
import java.util.Set;
import java.util.Map;
import java.util.HashMap;
import java.util.HashSet;
import logist.LogistSettings;
import logist.Measures;
i... | 18,973 | 0.643072 | 0.6368 | 547 | 33.685558 | 26.571346 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.872029 | false | false | 4 |
691b9dc5711cd235c8042201faf8ffa318e0e64a | 27,814,208,264,762 | 3cfc0aed60532a4aeb1f95cdcd2f72a9ee6e3fd8 | /spring/Simulator/files/Parameters.java | 11e66a6b6959c3cd7db0a10636670fa64061fb34 | [] | no_license | bsushilkumar/IIT-PROJECT | https://github.com/bsushilkumar/IIT-PROJECT | 07f2e3c0040675787628d4f52602e3371e927cba | 38564c1e50dae4f4d0466f3e78a891200f1a5a1a | refs/heads/master | 2021-09-04T11:13:25.741000 | 2018-01-12T12:07:30 | 2018-01-12T12:07:30 | 113,741,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package files;
import globalVariables.FileNames;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.StreamTokenizer;
public class Parameters {
public static int simulationTime = 1;
public static int delayFactor = 0;
public static int blo... | UTF-8 | Java | 3,823 | java | Parameters.java | Java | [] | null | [] | package files;
import globalVariables.FileNames;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.StreamTokenizer;
public class Parameters {
public static int simulationTime = 1;
public static int delayFactor = 0;
public static int blo... | 3,823 | 0.760921 | 0.758828 | 132 | 27.962122 | 23.285255 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.643939 | false | false | 4 |
32e8397a8f0a45157a38eec9b8c9464dd8d53e3e | 34,591,666,602,625 | e57083ea584d69bc9fb1b32f5ec86bdd4fca61c0 | /sample-project-5400/src/main/java/com/example/project/sample5400/other/sample4/Other4_121.java | 660d307984b2893a2f79ae7e02463743bd8f500c | [] | no_license | snicoll-scratches/test-spring-components-index | https://github.com/snicoll-scratches/test-spring-components-index | 77e0ad58c8646c7eb1d1563bf31f51aa42a0636e | aa48681414a11bb704bdbc8acabe45fa5ef2fd2d | refs/heads/main | 2021-06-13T08:46:58.532000 | 2019-12-09T15:11:10 | 2019-12-09T15:11:10 | 65,806,297 | 5 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.project.sample5400.other.sample4;
public class Other4_121 {
}
| UTF-8 | Java | 84 | java | Other4_121.java | Java | [] | null | [] | package com.example.project.sample5400.other.sample4;
public class Other4_121 {
}
| 84 | 0.785714 | 0.678571 | 5 | 15.8 | 20.913155 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
a7316705614ad24309abc163914b2ab072b8ed04 | 12,051,678,299,736 | 3d9bef1b03b111ce05b21af0f27ed05e7bcd1289 | /src/main/java/com/ai/controller/UserController.java | 1647db5f29663718a2be5496eab1c357a9576bbe | [] | no_license | WEIMINGLYU/shop19 | https://github.com/WEIMINGLYU/shop19 | 79bed4c7223c6b910c7396e2b50e3bfa864e23db | d3068360f34af6928d1b93da3d91f71a6e80496d | refs/heads/master | 2022-12-23T21:42:00.837000 | 2019-05-27T03:53:44 | 2019-05-27T03:53:44 | 188,767,587 | 0 | 0 | null | false | 2022-12-16T10:51:36 | 2019-05-27T03:53:08 | 2019-05-27T03:59:32 | 2022-12-16T10:51:33 | 9,120 | 0 | 0 | 10 | Java | false | false | package com.ai.controller;
import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import com.ai.po.User;
import com.ai.service.IUserService;
import com.ai.util.CheckNullUtil;
import org.springframework.stereotype.Controller;
import org.springframework... | UTF-8 | Java | 7,643 | java | UserController.java | Java | [
{
"context": "){\n model.addAttribute(\"username\",\"用户名不可为空\");\n flag = false;\n ",
"end": 5808,
"score": 0.8428048491477966,
"start": 5805,
"tag": "USERNAME",
"value": "用户名"
},
{
"context": "){\n model.addAttribute(\"password... | null | [] | package com.ai.controller;
import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import com.ai.po.User;
import com.ai.service.IUserService;
import com.ai.util.CheckNullUtil;
import org.springframework.stereotype.Controller;
import org.springframework... | 7,635 | 0.561336 | 0.55968 | 216 | 32.541668 | 27.910872 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 14 |
eafae52c46e5491fb4b877ba87dc244f6f5dc607 | 12,051,678,300,973 | 3055ff039310f7fd1cb28c405e8659fe4b579410 | /apac/core/amwaydms/src/com/amway/integration/dms/services/AddPartyCreditProfileRequest.java | 0be3b0abd60e0647fff49ad12b0f88088a88bc5c | [] | no_license | AmwayKOR/lynx-korea | https://github.com/AmwayKOR/lynx-korea | 93222f5a3138a972fbcafec40ae6aaa6a1005b3d | cef1c32f6bf5718fdf9294e12e188decd2269476 | refs/heads/master | 2021-04-27T16:50:18.440000 | 2018-02-21T07:41:35 | 2018-02-21T07:41:35 | 122,305,108 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amway.integration.dms.services;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/... | UTF-8 | Java | 1,136 | java | AddPartyCreditProfileRequest.java | Java | [] | null | [] | package com.amway.integration.dms.services;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/... | 1,136 | 0.786972 | 0.786972 | 45 | 24.244444 | 25.597878 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.711111 | false | false | 14 |
430883afcb635d683734cbd266b874cdca229333 | 35,424,890,277,864 | 61f7554d50e4ce1e94fbacf0a8a8056a891ea4c4 | /examples/powertools-examples-sqs/src/main/java/org/demo/sqs/SqsMessageSender.java | 701d6808f758d2ccd478e0564c8087fd422ea7c4 | [
"MIT-0",
"Apache-2.0"
] | permissive | awslabs/aws-lambda-powertools-java | https://github.com/awslabs/aws-lambda-powertools-java | c4edf32569dee2ecd2376031da274cc95bc1a780 | c21d66d3ba2c2adca4b4a2e90a135e1eac6b763c | refs/heads/main | 2023-08-27T05:56:14.342000 | 2023-08-25T11:31:55 | 2023-08-25T11:31:55 | 279,408,800 | 246 | 63 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2023 Amazon.com, Inc. or its affiliates.
* Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable l... | UTF-8 | Java | 3,830 | java | SqsMessageSender.java | Java | [] | null | [] | /*
* Copyright 2023 Amazon.com, Inc. or its affiliates.
* Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable l... | 3,830 | 0.694256 | 0.690601 | 92 | 40.641304 | 28.809563 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 14 |
774b8f4e769b75f4ac02101fe117282ce8868155 | 14,018,773,284,424 | 5ec9c84647af11afa02ce359b0d2e4fe63ac5fbc | /src/com/company/Ramka.java | 6c5e7e76cc3df3ced07e3ec0e69829c6f87434ab | [] | no_license | marek357/BirdThatFlaps | https://github.com/marek357/BirdThatFlaps | 445b5da1b4c8f32dcca7c1758e954ddba190b8b3 | 834a0a8f679b111a81f54d3bf6aa5dc917c5de4c | refs/heads/master | 2020-02-08T13:29:42.793000 | 2017-08-07T17:01:17 | 2017-08-07T17:01:17 | 99,493,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import javax.swing.*;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Timer;
import java.util.TimerTask;
/**
* Created by marekmasiak on 06.08.2017.
*/
public class Ramka extends JFrame implements KeyListener{
Panelek panelek;
public... | UTF-8 | Java | 1,257 | java | Ramka.java | Java | [
{
"context": "mer;\nimport java.util.TimerTask;\n/**\n * Created by marekmasiak on 06.08.2017.\n */\npublic class Ramka extends JFr",
"end": 211,
"score": 0.9992522597312927,
"start": 200,
"tag": "USERNAME",
"value": "marekmasiak"
}
] | null | [] | package com.company;
import javax.swing.*;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Timer;
import java.util.TimerTask;
/**
* Created by marekmasiak on 06.08.2017.
*/
public class Ramka extends JFrame implements KeyListener{
Panelek panelek;
public... | 1,257 | 0.603819 | 0.584726 | 54 | 22.277779 | 16.929502 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537037 | false | false | 14 |
a4f18cc9f41f2e21a16f57e948895ca4bdcc78b4 | 22,892,175,723,494 | 159586f102593a14230d47d30e5d7e8d4bb8ad27 | /Java Collections/ArrayList/ArrayListDemo.java | 2199ef43c958ff8068fea57f8ad875b8dbe31f21 | [] | no_license | chavannikhil802/Java-Coding-Programs | https://github.com/chavannikhil802/Java-Coding-Programs | dc3d91732a28331234881dead05dfcf9ab5d08fa | 3218cad2dbd18e8a928755da8d718e5dc6ac7690 | refs/heads/master | 2023-03-14T17:38:34.659000 | 2021-03-03T12:54:34 | 2021-03-03T12:54:34 | 284,513,839 | 1 | 0 | null | false | 2020-08-28T14:14:09 | 2020-08-02T17:57:06 | 2020-08-28T10:15:51 | 2020-08-28T14:14:08 | 29 | 0 | 0 | 0 | Java | false | false | import java.util.ArrayList;
// PROGRAM TO DEMONSTRATE THE USE OF ARRAYLIST
class ArrayListDemo {
public static void main(String[] args) {
// CREATE AN ARRAY LIST
ArrayList<String> a1 = new ArrayList<String>();
// DISPALYING THE INITIAL SIZE OF THE ARRAYLIST
System.out.println("Ini... | UTF-8 | Java | 1,307 | java | ArrayListDemo.java | Java | [] | null | [] | import java.util.ArrayList;
// PROGRAM TO DEMONSTRATE THE USE OF ARRAYLIST
class ArrayListDemo {
public static void main(String[] args) {
// CREATE AN ARRAY LIST
ArrayList<String> a1 = new ArrayList<String>();
// DISPALYING THE INITIAL SIZE OF THE ARRAYLIST
System.out.println("Ini... | 1,307 | 0.561591 | 0.535578 | 46 | 27.434782 | 23.949814 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 14 |
2af24a9eeec022d83678d450096b740db6c05391 | 31,860,067,435,661 | 2871ef33670228edf308c14588556c3e03e0b133 | /nano/src/main/java/com/airhacks/nano/Contexts.java | 8aac789731b737f4355592c5989d2f8a6243c8b1 | [
"Apache-2.0"
] | permissive | reevejd/nano | https://github.com/reevejd/nano | 2f02b73e830b6e87926c5487c3086d3cbf3fd858 | 27172c1d974825cdcc05d98fb4be590d5018d3b2 | refs/heads/master | 2020-05-21T05:32:45.407000 | 2017-03-12T06:12:04 | 2017-03-12T06:12:04 | 84,579,374 | 0 | 0 | null | true | 2017-03-10T16:30:37 | 2017-03-10T16:30:37 | 2017-02-16T02:40:46 | 2015-12-23T08:19:53 | 18 | 0 | 0 | 0 | null | null | null | package com.airhacks.nano;
import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpContext;
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.... | UTF-8 | Java | 6,347 | java | Contexts.java | Java | [
{
"context": "t javax.script.ScriptException;\n\n/**\n *\n * @author airhacks.com\n */\npublic interface Contexts {\n\n /*\n * Th",
"end": 900,
"score": 0.9993146657943726,
"start": 888,
"tag": "EMAIL",
"value": "airhacks.com"
}
] | null | [] | package com.airhacks.nano;
import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpContext;
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.... | 6,342 | 0.639987 | 0.639672 | 154 | 40.214287 | 33.772533 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564935 | false | false | 14 |
bdb92052dce3efad737aeb0ae33be08d8007b95a | 28,724,741,321,790 | 2e1f34ef0d7e1b0b14200b318c9d2a30de824b33 | /spring-learn/src/main/java/com/cognizant/springlearn/service/EmployeeService.java | 54a60d350787244d08a1bee3d7f98264c349bae4 | [] | no_license | cmkalimuthu/handsons | https://github.com/cmkalimuthu/handsons | 791bb0e9c1a15c3acec453da819e242de528a473 | 0d0d705e160d4c309c098c195fa7887ca4600357 | refs/heads/main | 2023-04-18T02:07:25.291000 | 2021-05-21T07:25:42 | 2021-05-21T07:25:42 | 348,717,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cognizant.springlearn.service;
import java.util.ArrayList;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cognizant.springlearn.Employee;
import com.cognizant.springlearn.Exception.EmployeeNotFoundEx... | UTF-8 | Java | 913 | java | EmployeeService.java | Java | [] | null | [] | package com.cognizant.springlearn.service;
import java.util.ArrayList;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cognizant.springlearn.Employee;
import com.cognizant.springlearn.Exception.EmployeeNotFoundEx... | 913 | 0.820372 | 0.817087 | 35 | 25.085714 | 25.677528 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.971429 | false | false | 14 |
3209f7d4f34b861e5aa67cf97fe037fb0cbaaace | 1,468,878,858,531 | 017af046c454ad937bd401bcf4adbd7b2f3eb95b | /momoapp/src/main/java/com/momo/Application.java | 00e43e82bce77851566a5a5aad621397c76d8b82 | [] | no_license | calm-sjf/apps | https://github.com/calm-sjf/apps | 47cde7294321e09d718c374626f233d1c28b9970 | 64cbb290015a789a6fbab85dd6f3e3744a455ea6 | refs/heads/master | 2023-07-29T02:13:32.808000 | 2021-09-09T02:56:00 | 2021-09-09T02:56:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.momo;
import android.widget.TextView;
import com.base.BaseApplication;
import com.screen.iface.TextStyle;
public class Application extends BaseApplication implements TextStyle {
@Override
public void onCreate() {
super.onCreate();
// ScreenManager.getInstance(this).replaceSystemDef... | UTF-8 | Java | 445 | java | Application.java | Java | [] | null | [] | package com.momo;
import android.widget.TextView;
import com.base.BaseApplication;
import com.screen.iface.TextStyle;
public class Application extends BaseApplication implements TextStyle {
@Override
public void onCreate() {
super.onCreate();
// ScreenManager.getInstance(this).replaceSystemDef... | 445 | 0.739326 | 0.739326 | 18 | 23.722221 | 25.661917 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
5ca8d4f3c1d7303fed8ef0b4b86567ba559f2837 | 1,468,878,859,345 | ab21a7bffdc7c2f3fa60f86d1f8505883c2ca607 | /Admin/src/main/java/admin/swagger/SwaggerConfig.java | 340fe2386df0643361374ba3919061719ebf530a | [] | no_license | yijiupi/ShopMall | https://github.com/yijiupi/ShopMall | be617afdeae52a239833768cab1ce9d58d834709 | 65752436793262cf31a82fbfa2811e8e95ecf48a | refs/heads/master | 2020-12-24T10:10:47.350000 | 2016-11-10T04:34:19 | 2016-11-10T04:34:19 | 73,247,327 | 0 | 0 | null | false | 2016-11-09T08:26:35 | 2016-11-09T02:51:06 | 2016-11-09T02:51:06 | 2016-11-09T08:26:35 | 0 | 0 | 0 | 0 | null | null | null | package admin.swagger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import com.mangofactory.swagger.configuration.Spr... | UTF-8 | Java | 1,315 | java | SwaggerConfig.java | Java | [] | null | [] | package admin.swagger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import com.mangofactory.swagger.configuration.Spr... | 1,315 | 0.814449 | 0.814449 | 37 | 34.540539 | 30.000536 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.054054 | false | false | 14 |
66a80f0eba2795d9d954e5cc8b4e93a5e95cf513 | 11,819,750,047,748 | 50e2b2884b2074482490debe5c9d778cbd7a68c9 | /app-dao/src/main/java/com/sykj/app/dao/system/impl/SearchParamDaoImpl.java | 3d76dbbfedec66caf87a46cf8656a964909203c2 | [] | no_license | xnjypt/xnhbjypt | https://github.com/xnjypt/xnhbjypt | 043ae601bec99efcd0e713826bca5339e37f3836 | d5670e1648ab00d90756a20b89f3b090536bd8a8 | refs/heads/master | 2021-05-04T01:55:55.455000 | 2017-01-08T21:04:57 | 2017-01-08T21:04:57 | 71,249,910 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sykj.app.dao.system.impl;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.sykj.app.dao.system.SearchParamDao;
import com.sykj.app.entity.area.Province;
import com.sykj.app.entity.system.SearchParam;
import com.sykj.app.model.Pager;
import com.sykj.app.model.S... | UTF-8 | Java | 2,194 | java | SearchParamDaoImpl.java | Java | [] | null | [] | package com.sykj.app.dao.system.impl;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.sykj.app.dao.system.SearchParamDao;
import com.sykj.app.entity.area.Province;
import com.sykj.app.entity.system.SearchParam;
import com.sykj.app.model.Pager;
import com.sykj.app.model.S... | 2,194 | 0.702826 | 0.701003 | 67 | 30.746269 | 31.226828 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.567164 | false | false | 14 |
6259cca214158b8087ee5746ab0b2c5fc576fea4 | 9,328,669,001,740 | ee5330406d5f2438fb7bc28274df277b8c397575 | /src/trees/ReplaceLeastGreatest.java | effd734912951b5a49fd9690a80cf841b1e15386 | [] | no_license | ankurgarg1986/Algorithms | https://github.com/ankurgarg1986/Algorithms | b51c3cd43b11c0c8875a6b995ae26b0107fa72d7 | 5b72774969f8405a805475efb1250fa93ae0e3a2 | refs/heads/master | 2020-04-16T10:53:55.511000 | 2017-03-05T17:46:42 | 2017-03-05T17:46:42 | 48,028,324 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package trees;
public class ReplaceLeastGreatest {
private static void replaceWithLeastGreatest(int[] arr) {
int n = arr.length;
int i;
Node root = new Node(arr[n-1]);
for (i = n-2; i >= 0; i--) {
insert(arr[i], root);
}
int[] ans = new int[n];
for (i = 0; i < n - 1; i++) {
a... | UTF-8 | Java | 1,760 | java | ReplaceLeastGreatest.java | Java | [] | null | [] | package trees;
public class ReplaceLeastGreatest {
private static void replaceWithLeastGreatest(int[] arr) {
int n = arr.length;
int i;
Node root = new Node(arr[n-1]);
for (i = n-2; i >= 0; i--) {
insert(arr[i], root);
}
int[] ans = new int[n];
for (i = 0; i < n - 1; i++) {
a... | 1,760 | 0.491477 | 0.469886 | 79 | 21.278481 | 17.072397 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658228 | false | false | 14 |
b2020d8d7074c5477b9c561abac1c65c178dc057 | 25,254,407,741,618 | 79c6647ea36fa7270d21d716dfa4c93618bab821 | /src/main/java/br/com/emsouza/plugin/launch4j/util/JavaShell.java | 06223c4c0b7efef178f58b698661af9c35d6b896 | [] | no_license | emsouza/launch4j-maven-plugin | https://github.com/emsouza/launch4j-maven-plugin | bd032a36aaa2db20fe054b670623117858467087 | 06d7733cfc8852fffb9101b1567ee795543c7ee8 | refs/heads/master | 2021-01-10T20:29:22.736000 | 2013-02-06T21:50:05 | 2013-02-06T21:50:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.emsouza.plugin.launch4j.util;
import java.util.ArrayList;
import java.util.List;
import org.codehaus.plexus.util.StringUtils;
import org.codehaus.plexus.util.cli.shell.Shell;
/**
* @author Eduardo Matos de Souza - SIC/NDS <br>
* D�gitro - 14/09/2012 <br>
* <a href="mailto:eduardo.so... | UTF-8 | Java | 1,023 | java | JavaShell.java | Java | [
{
"context": "ehaus.plexus.util.cli.shell.Shell;\n\n/**\n * @author Eduardo Matos de Souza - SIC/NDS <br>\n * D�gitro - 14/09/2012 <b",
"end": 230,
"score": 0.9998797178268433,
"start": 208,
"tag": "NAME",
"value": "Eduardo Matos de Souza"
},
{
"context": "itro - 14/09/2012 <... | null | [] | package br.com.emsouza.plugin.launch4j.util;
import java.util.ArrayList;
import java.util.List;
import org.codehaus.plexus.util.StringUtils;
import org.codehaus.plexus.util.cli.shell.Shell;
/**
* @author <NAME> - SIC/NDS <br>
* D�gitro - 14/09/2012 <br>
* <a href="mailto:<EMAIL>"><EMAIL></a>
*/
p... | 965 | 0.716944 | 0.708129 | 35 | 28.200001 | 32.716793 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.628571 | false | false | 14 |
6ddbe5e3b594d1cbe2b8381d54bd04aaa8f95d57 | 26,654,567,047,978 | fc28f7c8377853f457e0224a6db19a4e70c42f66 | /src/main/java/application/model/Producto.java | 70ef078a455e00ab443fca33b61b860fed13be71 | [] | no_license | Juanscabu/Entregable4 | https://github.com/Juanscabu/Entregable4 | 78e5684ff50ff539212d7c2fd44a1a6359b58e82 | 132426d19491f5cf239c40c7ce76c6da0e0ca98f | refs/heads/master | 2022-12-31T14:22:59.349000 | 2020-10-21T14:56:54 | 2020-10-21T14:56:54 | 304,967,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.model;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
@Entity
@Data
public class Producto {
@Id
private Long i... | UTF-8 | Java | 675 | java | Producto.java | Java | [] | null | [] | package application.model;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
@Entity
@Data
public class Producto {
@Id
private Long i... | 675 | 0.694815 | 0.694815 | 37 | 17.243244 | 15.073524 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.324324 | false | false | 14 |
50ec8e6364352f7465c7f4eb627d0a4381adcbb9 | 20,418,274,569,899 | 9b6d950f26455ae360f6c6bc8902eead63b3797e | /src/main/java/com/hycxkj/postage/mapper/PostageCarryModeMapper.java | d8a3090dcb6319dd7d766640d187114b9da44fe8 | [] | no_license | cspASiTa/diy | https://github.com/cspASiTa/diy | 7d28060cb23a3fcd71d802af8e677e235f80fa46 | 5732dc628f22a83d428e88fcfee90bdce28bbf64 | refs/heads/master | 2020-03-23T12:23:08.649000 | 2018-07-19T10:37:55 | 2018-07-19T10:37:55 | 141,555,463 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hycxkj.postage.mapper;
import com.hycxkj.postage.bean.PostageCarryMode;
import com.hycxkj.postage.bean.PostageCarryModeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PostageCarryModeMapper {
long countByExample(PostageCarryModeExample example);
int de... | UTF-8 | Java | 787 | java | PostageCarryModeMapper.java | Java | [] | null | [] | package com.hycxkj.postage.mapper;
import com.hycxkj.postage.bean.PostageCarryMode;
import com.hycxkj.postage.bean.PostageCarryModeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PostageCarryModeMapper {
long countByExample(PostageCarryModeExample example);
int de... | 787 | 0.811944 | 0.811944 | 22 | 34.81818 | 36.723335 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 14 |
f491c60711affbf699e7d0299a352af990e1de4e | 21,887,153,344,980 | a143ee20e7295135c7b81e5fa3ff640a20a4f7fd | /patientInformation/src/main/java/com/patientData/patientInformation/service/IPatientService.java | 9aa191df91369fd09f00024769dcb71ad9ce0bfb | [] | no_license | radiaRD/JavaDA_PROJECT9_Mediscreen | https://github.com/radiaRD/JavaDA_PROJECT9_Mediscreen | 73cfa5f1d25c2e06854748904883aac9fc55fc9b | f830f83a41790f9ac435f63ca0bc8338cbd27d75 | refs/heads/main | 2023-08-01T23:41:11.701000 | 2021-10-05T10:17:40 | 2021-10-05T10:17:40 | 331,974,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.patientData.patientInformation.service;
import com.patientData.patientInformation.domain.Patient;
import com.patientData.patientInformation.dto.PatientDto;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.ui.Model;
public interface IPatientSer... | UTF-8 | Java | 799 | java | IPatientService.java | Java | [] | null | [] | package com.patientData.patientInformation.service;
import com.patientData.patientInformation.domain.Patient;
import com.patientData.patientInformation.dto.PatientDto;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.ui.Model;
public interface IPatientSer... | 799 | 0.79975 | 0.797247 | 25 | 30.959999 | 29.147184 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.88 | false | false | 14 |
72463ed58b963e76916dd0343d90212a67b8a9c1 | 12,738,873,063,325 | a9e7da3027d23a71078d5407eaefcecb3b0b0482 | /src/main/java/com/nju/spider/utils/ChromeUtils.java | d449457128af098bed6115cee491493b064985eb | [] | no_license | yinshunming/spider | https://github.com/yinshunming/spider | c8d992f8db3aaf2285227aaad0040a840ecab922 | 8e069a465632d485f2d953e5542d476bec4e65bb | refs/heads/master | 2023-09-01T00:54:39.887000 | 2023-08-12T14:04:15 | 2023-08-12T14:04:15 | 222,239,315 | 0 | 1 | null | false | 2022-06-21T02:15:49 | 2019-11-17T11:43:46 | 2019-12-24T12:24:35 | 2022-06-21T02:15:46 | 4,845 | 0 | 0 | 5 | Java | false | false | package com.nju.spider.utils;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.Proxy;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import java.io.File;
/**
* @ClassName ... | UTF-8 | Java | 2,670 | java | ChromeUtils.java | Java | [
{
"context": "ssName ChromeUtils\n * @Description TODO\n * @Author UPC\n * @Date 2019/12/5 21:51\n * @Version 1.0\n */\n@Slf",
"end": 367,
"score": 0.9996446967124939,
"start": 364,
"tag": "USERNAME",
"value": "UPC"
}
] | null | [] | package com.nju.spider.utils;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.Proxy;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import java.io.File;
/**
* @ClassName ... | 2,670 | 0.604827 | 0.597662 | 86 | 29.83721 | 25.663231 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 14 |
8547e1c7257b20d4dbbf6b7428c9ff17146213a7 | 3,985,729,714,597 | a9583f4c200e68706dee5749e8ecdbd276fc9fc3 | /src/main/java/org/kata/sokoban/warehouse/BoardElement.java | 0a3b8acfdb9d321ef240bf3a36ac15fbc466b78c | [] | no_license | IIIRepublica/sokoban | https://github.com/IIIRepublica/sokoban | dc3186d5bbcc9795ca46f3ce568b19a150f7928a | e8c34320717eac0f6eab09831612c20843dd99b4 | refs/heads/master | 2021-01-01T18:11:59.183000 | 2013-11-18T11:55:58 | 2013-11-18T11:55:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kata.sokoban.warehouse;
public enum BoardElement {
empty, wall, storage;
}
| UTF-8 | Java | 96 | java | BoardElement.java | Java | [] | null | [] | package org.kata.sokoban.warehouse;
public enum BoardElement {
empty, wall, storage;
}
| 96 | 0.708333 | 0.708333 | 6 | 14 | 14.200939 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 14 |
9e2f55d758deba0415191b7af527f790d3e3d018 | 26,886,495,312,368 | 739b2124dde2d8c4ff527254f5b8a08d2c150d01 | /src/main/java/com/xiaoyu/hrm/mapper/IMenuMapper.java | 7fd2c9172e08801b36735bda14b939c9947493e4 | [] | no_license | itqiangyu/xiaoyu-hrm | https://github.com/itqiangyu/xiaoyu-hrm | 4ff843098ea0349d4ec5ecbc3472d0585e241309 | 98e8ab8ca1e084669d58a9fc51f49c7dbb734b42 | refs/heads/master | 2021-12-17T19:48:05.017000 | 2021-12-02T01:21:14 | 2021-12-02T01:21:14 | 248,283,514 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaoyu.hrm.mapper;
import com.xiaoyu.hrm.pojo.Menu;
import java.util.List;
/**
* 获取菜单栏信息
*
* @author xiaoyu
* @date 2020/3/18 23:49
*/
public interface IMenuMapper {
/**
* 获取所有菜单栏信息
* @param isPower 是否有权限:1(true,有权限)、0(false,无权限)
* @return
*/
List<Menu> getAllMenus(boole... | UTF-8 | Java | 405 | java | IMenuMapper.java | Java | [
{
"context": "port java.util.List;\n\n/**\n * 获取菜单栏信息\n *\n * @author xiaoyu\n * @date 2020/3/18 23:49\n */\npublic interface IMe",
"end": 125,
"score": 0.9996089935302734,
"start": 119,
"tag": "USERNAME",
"value": "xiaoyu"
}
] | null | [] | package com.xiaoyu.hrm.mapper;
import com.xiaoyu.hrm.pojo.Menu;
import java.util.List;
/**
* 获取菜单栏信息
*
* @author xiaoyu
* @date 2020/3/18 23:49
*/
public interface IMenuMapper {
/**
* 获取所有菜单栏信息
* @param isPower 是否有权限:1(true,有权限)、0(false,无权限)
* @return
*/
List<Menu> getAllMenus(boole... | 405 | 0.629851 | 0.591045 | 22 | 14.272727 | 15.082144 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 14 |
184fdb94803a451e7353ceb637be644fdb0415f9 | 20,590,073,220,919 | 2eb61718f41ff06aba04eb3cbbfaa1ee3fb4e7e1 | /src/main/java/com/equator/leetcode/round1/sword/Problem14_2.java | 1959da866f3c7830c26b380f983f211332bbcb04 | [] | no_license | libinkai/superme | https://github.com/libinkai/superme | aa04c4e0a85eb29f30ed261bd28c1928e28d59ae | 25b9bd3fc0fa3c3516478b9799bf4dc4c1a1375f | refs/heads/master | 2023-02-06T19:39:49.881000 | 2023-01-30T00:48:20 | 2023-01-30T00:48:20 | 224,184,985 | 0 | 0 | null | false | 2020-10-13T17:46:18 | 2019-11-26T12:15:16 | 2020-06-06T02:34:42 | 2020-10-13T17:46:17 | 2,370 | 0 | 0 | 1 | Java | false | false | package com.equator.leetcode.round1.sword;
/**
* @Author: Equator
* @Date: 2020/2/16 12:21
**/
public class Problem14_2 {
public int cuttingRope(int n) {
if (n <= 3) {
return n - 1;
}
long res = 1;
int mod = 1000000007;
while (n > 4) {
res *= 3;
... | UTF-8 | Java | 419 | java | Problem14_2.java | Java | [
{
"context": "om.equator.leetcode.round1.sword;\n\n/**\n * @Author: Equator\n * @Date: 2020/2/16 12:21\n **/\n\npublic class Prob",
"end": 67,
"score": 0.9300380945205688,
"start": 60,
"tag": "USERNAME",
"value": "Equator"
}
] | null | [] | package com.equator.leetcode.round1.sword;
/**
* @Author: Equator
* @Date: 2020/2/16 12:21
**/
public class Problem14_2 {
public int cuttingRope(int n) {
if (n <= 3) {
return n - 1;
}
long res = 1;
int mod = 1000000007;
while (n > 4) {
res *= 3;
... | 419 | 0.429594 | 0.355609 | 22 | 18.045454 | 12.204609 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 14 |
3bd48efa8b379dbdb7872ee58ace5f714e6a9ffc | 4,836,133,186,321 | e84a623636c841eb9c3e502bfdc770fe3db1e0a5 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/UtilitiesandMic/Colors.java | ff328497ed5d28f0345656d4c07b1b6e223e543c | [
"BSD-3-Clause"
] | permissive | 7959/7959-Relic-Recovery | https://github.com/7959/7959-Relic-Recovery | 80d41685894639479d69bfcfce97fb8bf125e6b8 | 81195e978bfe3facfc041553d948e99ce27d5e74 | refs/heads/master | 2021-09-17T03:05:08.403000 | 2017-11-07T14:22:17 | 2017-11-07T14:22:17 | 103,028,398 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.firstinspires.ftc.teamcode.UtilitiesandMic;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.Animatable;
import android.view.View;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
/**
* Cre... | UTF-8 | Java | 1,843 | java | Colors.java | Java | [
{
"context": ".eventloop.opmode.LinearOpMode;\n\n/**\n * Created by Robi on 10/12/2017.\n */\n@Autonomous(name = \"COLORS\")\np",
"end": 332,
"score": 0.9954228401184082,
"start": 328,
"tag": "NAME",
"value": "Robi"
}
] | null | [] | package org.firstinspires.ftc.teamcode.UtilitiesandMic;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.Animatable;
import android.view.View;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
/**
* Cre... | 1,843 | 0.603364 | 0.586544 | 66 | 26.924242 | 27.17079 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
5e9309c2bb23058b2892f589bcfbd7c837fd6956 | 34,737,695,543,480 | 08d9c714e238cfee8f6d1cacb3e0bb9385c321dd | /01/BankBusiness/app/src/androidTest/java/android/examples/bankbusiness/AccountTest.java | 2be2310ebe077374eb44f4797110ad89627d89dd | [] | no_license | urstory/AndroidTDD | https://github.com/urstory/AndroidTDD | a9f850f0c6e82a0f790417d1175e67d737f70083 | d2bddd07e12e84a2a9fedb050ba8a15f02eb3cec | refs/heads/master | 2020-01-23T00:39:26.374000 | 2015-05-07T05:12:22 | 2015-05-07T05:12:22 | 35,160,027 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.examples.bankbusiness;
import junit.framework.TestCase;
/**
* Created by kicks_000 on 2015-05-03.
*/
public class AccountTest extends TestCase {
private Account account;
public void setUp() throws Exception {
account = new Account(10000);
}
public void testA... | UTF-8 | Java | 1,685 | java | AccountTest.java | Java | [
{
"context": "rt junit.framework.TestCase;\r\n\r\n/**\r\n * Created by kicks_000 on 2015-05-03.\r\n */\r\npublic class AccountTest ext",
"end": 106,
"score": 0.9994466304779053,
"start": 97,
"tag": "USERNAME",
"value": "kicks_000"
}
] | null | [] | package android.examples.bankbusiness;
import junit.framework.TestCase;
/**
* Created by kicks_000 on 2015-05-03.
*/
public class AccountTest extends TestCase {
private Account account;
public void setUp() throws Exception {
account = new Account(10000);
}
public void testA... | 1,685 | 0.564856 | 0.498403 | 53 | 27.528301 | 24.405075 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584906 | false | false | 14 |
ff3b1223d5e13b448a9759713cd10814b87a9331 | 38,963,943,357,409 | f32cfb31bbd176b2bfb5ef4c80af0a64948247cf | /src/main/java/pe/com/sedapal/asi/model/Contacto.java | eed1b5f992d803d731d972308bc558257d57da2d | [] | no_license | cvalenciap/CV_dummy_as | https://github.com/cvalenciap/CV_dummy_as | d3ab5e65033a3654a343f41b12ce7ff870aa9fd5 | 8dabc946d865bde87df6dd2215bed76d49e60ab0 | refs/heads/master | 2023-04-27T09:56:48.962000 | 2021-05-06T05:45:42 | 2021-05-06T05:45:42 | 364,798,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.com.sedapal.asi.model;
import java.sql.Date;
public class Contacto {
private Long n_id_cont;
private Long n_cod_area;
private Long naresuperior;
private String v_nomb_cont;
private String v_tele_cont;
private String gerencia;
private String equipo;
private Long n_estado;
private String a_v_us... | UTF-8 | Java | 2,204 | java | Contacto.java | Java | [] | null | [] | package pe.com.sedapal.asi.model;
import java.sql.Date;
public class Contacto {
private Long n_id_cont;
private Long n_cod_area;
private Long naresuperior;
private String v_nomb_cont;
private String v_tele_cont;
private String gerencia;
private String equipo;
private Long n_estado;
private String a_v_us... | 2,204 | 0.685118 | 0.685118 | 99 | 21.262627 | 14.960275 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.606061 | false | false | 14 |
dab7f4b8e97a7e2d9f29b28323b3d444f8353245 | 8,624,294,334,458 | a879515ccd1146c0125e1bee63f18fb542200f5d | /src/main/java/com/cpg/movieticketbooking/dao/AdminDao.java | 910ddc21e10c8c5ea122d556e100265cddd8ce9b | [] | no_license | vaibhav63/MovieTicketBookingSystem | https://github.com/vaibhav63/MovieTicketBookingSystem | 0eccf312a169cbbe86c06494cba1c193de152a1a | 1073740cf6f250df7ae8c418023461c4f1721734 | refs/heads/master | 2021-01-16T13:07:09.917000 | 2020-02-27T04:32:30 | 2020-02-27T04:32:30 | 243,133,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cpg.movieticketbooking.dao;
import com.cpg.movieticketbooking.beans.Movie;
import com.cpg.movieticketbooking.beans.Screen;
import com.cpg.movieticketbooking.beans.Show;
import com.cpg.movieticketbooking.beans.Theater;
public interface AdminDao {
void addTheater(Theater theater) ;
Boolean deleteTheat... | UTF-8 | Java | 573 | java | AdminDao.java | Java | [] | null | [] | package com.cpg.movieticketbooking.dao;
import com.cpg.movieticketbooking.beans.Movie;
import com.cpg.movieticketbooking.beans.Screen;
import com.cpg.movieticketbooking.beans.Show;
import com.cpg.movieticketbooking.beans.Theater;
public interface AdminDao {
void addTheater(Theater theater) ;
Boolean deleteTheat... | 573 | 0.771379 | 0.771379 | 26 | 21.038462 | 19.093859 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.115385 | false | false | 14 |
dc90e4a2833b3cf11ba4ad2e23c3e587b1ae47a4 | 13,091,060,336,026 | 87e352d937c15f8f3ee4967bf886872c0374300c | /src/test/java/com/hcl/hackathon/fullstack/resource/ResourceUnitTest.java | ee7256df3c849b9f462325fd7ec4db850e59842b | [] | no_license | stanislaska/full-stack-developer | https://github.com/stanislaska/full-stack-developer | 46fdfb5a0e365994742f48aa5a4706ff526cc28e | f9a42a7c4eacff65aa4e38c6897da0b5e859d7a6 | refs/heads/master | 2020-04-12T23:59:28.279000 | 2018-12-24T07:08:59 | 2018-12-24T07:08:59 | 162,835,303 | 0 | 0 | null | true | 2018-12-22T18:48:56 | 2018-12-22T18:48:55 | 2018-10-25T04:43:38 | 2018-10-25T04:43:37 | 7 | 0 | 0 | 0 | null | false | null | package com.hcl.hackathon.fullstack.resource;
import org.junit.After;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import static org.mockito.Mockito.*;
import org.mockito.junit.MockitoJUnitRunner;
@RunWith(MockitoJUnitRunne... | UTF-8 | Java | 1,255 | java | ResourceUnitTest.java | Java | [] | null | [] | package com.hcl.hackathon.fullstack.resource;
import org.junit.After;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import static org.mockito.Mockito.*;
import org.mockito.junit.MockitoJUnitRunner;
@RunWith(MockitoJUnitRunne... | 1,255 | 0.680478 | 0.675697 | 45 | 26.911112 | 25.669542 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
13814690995ee8db8f192c90641a41692c9ff0b1 | 7,696,581,401,325 | 1273c5df68a3abedf52e15f14567941e4ba991ff | /src/com/recargabilhete/entity/Usuario.java | 1cff0e4b88b3fc83bb4e375483a091647bce0e33 | [] | no_license | Satanihell/recarga-bilhete | https://github.com/Satanihell/recarga-bilhete | 92e1027d4541f709ef25fbb87a6be1f96904deef | 69de7dd1f926cefffb31d98f2d420b850a8cf758 | refs/heads/master | 2020-08-28T16:23:23.003000 | 2019-11-27T20:03:24 | 2019-11-27T20:03:24 | 217,751,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.recargabilhete.entity;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
@Entit... | UTF-8 | Java | 1,874 | java | Usuario.java | Java | [] | null | [] | package com.recargabilhete.entity;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
@Entit... | 1,874 | 0.707577 | 0.707577 | 96 | 18.520834 | 16.40946 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 14 |
099301239e8a401bbedd8ec180ab4df3af6e3470 | 1,477,468,768,776 | 08bdd164c174d24e69be25bf952322b84573f216 | /opencores/client/foundation classes/j2sdk-1_4_2-src-scsl/j2se/src/share/classes/com/sun/jdi/event/MethodExitEvent.java | a1c6b174531af60b73adccc4924d07992af1b158 | [] | no_license | hagyhang/myforthprocessor | https://github.com/hagyhang/myforthprocessor | 1861dcabcf2aeccf0ab49791f510863d97d89a77 | 210083fe71c39fa5d92f1f1acb62392a7f77aa9e | refs/heads/master | 2021-05-28T01:42:50.538000 | 2014-07-17T14:14:33 | 2014-07-17T14:14:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @(#)MethodExitEvent.java 1.10 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.jdi.event;
import com.sun.jdi.*;
/**
* Notification of a method return in the target VM. This event
* is generated afte... | UTF-8 | Java | 1,008 | java | MethodExitEvent.java | Java | [
{
"context": "wn exception. \n *\n * @see EventQueue\n *\n * @author Robert Field\n * @since 1.3\n */\npublic interface MethodExitEve",
"end": 659,
"score": 0.999841034412384,
"start": 647,
"tag": "NAME",
"value": "Robert Field"
}
] | null | [] | /*
* @(#)MethodExitEvent.java 1.10 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.jdi.event;
import com.sun.jdi.*;
/**
* Notification of a method return in the target VM. This event
* is generated afte... | 1,002 | 0.702381 | 0.6875 | 35 | 27.771429 | 26.872276 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171429 | false | false | 14 |
c1fede660deaa833b5da6b2cd80ed0f1388e9382 | 8,710,193,679,600 | 3bef4e878aed9dcc699936a404141690ac54f401 | /app/src/main/java/www/besolution/hatley/views/available_order/order_info/order_info.java | fa420a4ef29099e836b7b9eb801857e154c871c3 | [] | no_license | aboelrar/hatley_be | https://github.com/aboelrar/hatley_be | 7ce3b4d9316e43289b2c55c460f70656d0972e1d | 4cb11c4dad917a6a5b012702173d409d45d4a8de | refs/heads/master | 2020-08-10T00:29:09.694000 | 2019-12-04T15:28:06 | 2019-12-04T15:28:06 | 214,209,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package www.besolution.hatley.views.available_order.order_info;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.u... | UTF-8 | Java | 9,378 | java | order_info.java | Java | [
{
"context": "ViewById(R.id.username);\n username.setText(name);\n //SET RATING\n RatingBar rating =",
"end": 3229,
"score": 0.7796608209609985,
"start": 3225,
"tag": "NAME",
"value": "name"
}
] | null | [] | package www.besolution.hatley.views.available_order.order_info;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.u... | 9,378 | 0.658029 | 0.655364 | 228 | 40.13158 | 31.500212 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780702 | false | false | 14 |
3bcc749473e204f28993ffb298f498a9b0599e5c | 2,207,613,224,855 | 18eb53b7498baa3251e121003ab94314859f0838 | /common/src/main/java/com/dzk/common/autoservice/IWebViewService.java | 87d38e6563f6c4a09dd435dd42fc9a1d1ec696c7 | [] | no_license | MirDong/WebView | https://github.com/MirDong/WebView | dfe862acf4014182f82506f39a1cab3aadf84539 | 54da89a0daaf26eb620cb9e08f5dcee261ee27c8 | refs/heads/master | 2022-12-14T18:32:47.362000 | 2020-09-07T07:06:40 | 2020-09-07T07:06:40 | 286,782,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dzk.common.autoservice;
import android.content.Context;
/**
* @author jackie
* @date 2020/8/11
*/
public interface IWebViewService {
/**
*
* @param context
* @param url load的url
* @param title url 页面title
* @param isShowActionBar 是否显示ActionBar
*/
void startWebVi... | UTF-8 | Java | 453 | java | IWebViewService.java | Java | [
{
"context": ";\n\nimport android.content.Context;\n\n/**\n * @author jackie\n * @date 2020/8/11\n */\npublic interface IWebViewS",
"end": 91,
"score": 0.9953539967536926,
"start": 85,
"tag": "USERNAME",
"value": "jackie"
}
] | null | [] | package com.dzk.common.autoservice;
import android.content.Context;
/**
* @author jackie
* @date 2020/8/11
*/
public interface IWebViewService {
/**
*
* @param context
* @param url load的url
* @param title url 页面title
* @param isShowActionBar 是否显示ActionBar
*/
void startWebVi... | 453 | 0.685649 | 0.669704 | 19 | 22.105263 | 22.360432 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 14 |
ef8dde4fdff56a1c79876b896bf3b130bac78360 | 31,078,383,424,645 | a20797c04c984ed0cd80154a04e9e81bea7ec31d | /app/src/main/java/com/ysbd/hewu/adapter/SearchPersonAdapter.java | f74792b88160dec50d9fa9a59d0be34062a90e60 | [] | no_license | risesoft123/hewu | https://github.com/risesoft123/hewu | fbf16713a2c8bd18ff5a5d8b697a8ad658db9f22 | d215e0f386e2474f9828ad476bdab16a0b655aa2 | refs/heads/master | 2018-12-22T02:18:48.235000 | 2018-10-17T08:50:21 | 2018-10-17T08:50:21 | 143,229,346 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysbd.hewu.adapter;
import android.content.Context;
import android.graphics.Color;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextUtils;
import android.text.style.ForegroundColorSpan;
import android.text.style.StyleSpan;
import android.view.LayoutInflater;
import a... | UTF-8 | Java | 3,813 | java | SearchPersonAdapter.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n * Created by lcjing on 2018/5/23.\n */\n\npublic class SearchPersonAdapt",
"end": 651,
"score": 0.9996569752693176,
"start": 645,
"tag": "USERNAME",
"value": "lcjing"
}
] | null | [] | package com.ysbd.hewu.adapter;
import android.content.Context;
import android.graphics.Color;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextUtils;
import android.text.style.ForegroundColorSpan;
import android.text.style.StyleSpan;
import android.view.LayoutInflater;
import a... | 3,813 | 0.642876 | 0.640252 | 119 | 31.025209 | 26.665833 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630252 | false | false | 14 |
a3098143f911c6655bb644d563318974efcc3c74 | 32,401,233,317,777 | cff1cb1daf4340dc415f3629c440e43a6d2e57f6 | /src/example/jms/queue/AbstarctQueueExample.java | 0e9abf7f4d2d90991a1e3ebb29c801ec257f0aea | [] | no_license | tangblack/jms_hello_queue | https://github.com/tangblack/jms_hello_queue | c12e5300ec6a2ef51b3063008615ef4c1daec349 | 34ba3e62964e1799700d1251bc4ee0eee546ac14 | refs/heads/master | 2020-04-29T12:54:33.178000 | 2012-11-15T03:56:43 | 2012-11-15T03:56:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.jms.queue;
import java.util.Properties;
import javax.jms.JMSException;
import javax.jms.Queue;
import javax.jms.QueueConnection;
import javax.jms.QueueConnectionFactory;
import javax.jms.QueueSession;
import javax.jms.Session;
import javax.naming.Context;
import javax.naming.InitialContext;
... | BIG5 | Java | 2,812 | java | AbstarctQueueExample.java | Java | [
{
"context": "est). \r\n\t */\r\n\tpublic static final String USER = \"jms\"; \t\t\t\t\t//TODO Change user name!!\r\n\tpublic static ",
"end": 605,
"score": 0.7287091016769409,
"start": 602,
"tag": "USERNAME",
"value": "jms"
},
{
"context": "r name!!\r\n\tpublic static final String P... | null | [] | package example.jms.queue;
import java.util.Properties;
import javax.jms.JMSException;
import javax.jms.Queue;
import javax.jms.QueueConnection;
import javax.jms.QueueConnectionFactory;
import javax.jms.QueueSession;
import javax.jms.Session;
import javax.naming.Context;
import javax.naming.InitialContext;
... | 2,814 | 0.733649 | 0.73089 | 74 | 32.297298 | 29.3307 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675676 | false | false | 14 |
bd7058b71fcaa6b352804fe937a121d24d85fa6f | 3,856,880,650,260 | 8c08d45986707b79b0afd4c55d37c79051acbde4 | /org.jefcode.api_1.0.0.v20191201/src/org/jefcode/api/ui/components/WebPasswordField.java | 99222d567a4089d305a87e4675e188d88eca1f8d | [] | no_license | jhon24samuel/Virtual-system-registration | https://github.com/jhon24samuel/Virtual-system-registration | 686a187d17296f75fda26e64bd76d665b0c36a3c | 8a2ffba1bac9cb4bebc34239571548e34ccdad01 | refs/heads/master | 2020-09-27T14:45:16.738000 | 2020-02-01T00:01:27 | 2020-02-01T00:01:27 | 226,540,015 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jefcode.api.ui.components;
import org.jefcode.api.ui.border.RoundedBorder;
import org.jefcode.api.ui.event.BorderMouseEvent;
import javax.swing.*;
import java.awt.*;
public class WebPasswordField extends JPasswordField {
public WebPasswordField(){
super();
}
public WebPasswordField(... | UTF-8 | Java | 905 | java | WebPasswordField.java | Java | [] | null | [] | package org.jefcode.api.ui.components;
import org.jefcode.api.ui.border.RoundedBorder;
import org.jefcode.api.ui.event.BorderMouseEvent;
import javax.swing.*;
import java.awt.*;
public class WebPasswordField extends JPasswordField {
public WebPasswordField(){
super();
}
public WebPasswordField(... | 905 | 0.751381 | 0.751381 | 25 | 35.200001 | 38.387497 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.24 | false | false | 14 |
1990568b2655638a529131b2866ca53344c0189b | 22,239,340,671,837 | 64aafb903e5ee961861a26476055a242ccbe4c83 | /src/com/ruegnerLukas/engine/input/handlers/controller/ControllerButtonMapping.java | be84bf75678cdb97c5ba63a33a2f2dcbdefcde5f | [
"MIT"
] | permissive | SMILEY4/BlocksGame | https://github.com/SMILEY4/BlocksGame | 131be0f173909556e7a3023666c671d2252ee7f3 | 67e59aba816ac39761e38db8477aa70293cf20ab | refs/heads/master | 2018-03-12T07:46:58.379000 | 2017-10-14T18:27:40 | 2017-10-14T18:27:40 | 40,069,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruegnerLukas.engine.input.handlers.controller;
public class ControllerButtonMapping {
//-- PS3-Controller --//
public static final int PS3_SELECT = 0;
public static final int PS3_START = 3;
public static final int PS3_HOME = 16;
public static final int PS3_R1 = 11;
public static final int PS3_R2 =... | UTF-8 | Java | 1,634 | java | ControllerButtonMapping.java | Java | [] | null | [] | package com.ruegnerLukas.engine.input.handlers.controller;
public class ControllerButtonMapping {
//-- PS3-Controller --//
public static final int PS3_SELECT = 0;
public static final int PS3_START = 3;
public static final int PS3_HOME = 16;
public static final int PS3_R1 = 11;
public static final int PS3_R2 =... | 1,634 | 0.659731 | 0.589351 | 62 | 25.354839 | 18.49943 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.048387 | false | false | 14 |
0f9758c79de1ffc164a564c8ec67dc2ae97f40d1 | 16,458,314,689,468 | 813698fcda63615f03e9a7300762bf753777bcd9 | /src/com/briannakayama/configure/ConfigurationError.java | 03a9b172d572aefe5bd92a196e264b0bb030eae5 | [
"MIT"
] | permissive | briannkym/TEngine | https://github.com/briannkym/TEngine | c3a310e606cf1becbab66c79d35c048b1979d572 | 5afa6dbb26487bdc6d1ebdf1462f0c3bf57e5445 | refs/heads/master | 2021-01-11T19:02:32.321000 | 2017-01-18T03:56:22 | 2017-01-18T03:56:22 | 79,300,966 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.briannakayama.configure;
public class ConfigurationError extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = -9187088905120275485L;
public ConfigurationError(String message){
super(message);
}
public ConfigurationError(String message, Throwable cause){
super(... | UTF-8 | Java | 645 | java | ConfigurationError.java | Java | [] | null | [] | package com.briannakayama.configure;
public class ConfigurationError extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = -9187088905120275485L;
public ConfigurationError(String message){
super(message);
}
public ConfigurationError(String message, Throwable cause){
super(... | 645 | 0.725581 | 0.696124 | 28 | 22.035715 | 28.563816 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 14 |
dc952fb8d87ab3d14e25fbad7fc6a58a4c1f5611 | 171,798,695,453 | fb5444a71f362cf7c960435f2571b6577eca4838 | /commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderSetDeliveryAddressActionBuilder.java | 36397f638a34369ecef43a1ea5daae4e54c16cd5 | [
"Apache-2.0"
] | permissive | bogste/commercetools-sdk-java-v2 | https://github.com/bogste/commercetools-sdk-java-v2 | 1a406f57a509282d3eb33579510377d045f7bb8b | e95dd94d90c1eb582a526c42f917df0972dd5ac9 | refs/heads/main | 2023-07-19T07:02:31.589000 | 2021-09-14T07:08:35 | 2021-09-14T07:08:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.commercetools.api.models.order;
import java.util.*;
import java.util.function.Function;
import javax.annotation.Nullable;
import io.vrap.rmf.base.client.Builder;
import io.vrap.rmf.base.client.utils.Generated;
@Generated(value = "io.vrap.rmf.codegen.rendring.CoreCodeGenerator", comments = "https://gith... | UTF-8 | Java | 2,424 | java | OrderSetDeliveryAddressActionBuilder.java | Java | [
{
"context": "oreCodeGenerator\", comments = \"https://github.com/vrapio/rmf-codegen\")\npublic final class OrderSetDelivery",
"end": 333,
"score": 0.9992914795875549,
"start": 327,
"tag": "USERNAME",
"value": "vrapio"
}
] | null | [] |
package com.commercetools.api.models.order;
import java.util.*;
import java.util.function.Function;
import javax.annotation.Nullable;
import io.vrap.rmf.base.client.Builder;
import io.vrap.rmf.base.client.utils.Generated;
@Generated(value = "io.vrap.rmf.codegen.rendring.CoreCodeGenerator", comments = "https://gith... | 2,424 | 0.742987 | 0.742987 | 68 | 34.632355 | 37.005127 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426471 | false | false | 14 |
31fc84a2516646983a70dc6c27d6404867428603 | 6,871,947,740,280 | f950845b2a29a98ca2f96ffaeca8cdf88308adbf | /AN3/IP - Gramatovici Radu/echipa-16/app/src/main/java/ro/unibuc/fmi/bookstoread/Fragment/DiscoverFragment.java | 783c2d6b7a81dff365e5c8098cd1a475615cba9f | [] | no_license | joahn3/fmi | https://github.com/joahn3/fmi | ba50b35a9ce3aabe837a16e352efe37a3c899041 | e10574973938abc0e27d8f296b015031abb4f43b | refs/heads/master | 2021-10-11T10:16:46.691000 | 2019-01-24T17:24:46 | 2019-01-24T17:24:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.unibuc.fmi.bookstoread.Fragment;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v7.widget.DefaultItemAnimator;
import... | UTF-8 | Java | 4,710 | java | DiscoverFragment.java | Java | [] | null | [] | package ro.unibuc.fmi.bookstoread.Fragment;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v7.widget.DefaultItemAnimator;
import... | 4,710 | 0.689597 | 0.687473 | 121 | 37.925621 | 30.100977 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644628 | false | false | 14 |
f27da72c433f7cdbb3de238ac98ddade3dd6738e | 33,114,197,859,874 | ee90161cdc550aa2008e19e8a705e6f5630996ca | /sso-server-core-api-mfa/src/main/java/com/lic/authentication/MultifactorAuthenticationProviderResolver.java | aa3d99dad9d16dc94f51cde0bca8e23ca9e30d74 | [] | no_license | licongwill/sso | https://github.com/licongwill/sso | c8738cdfff343c4496fa696053393e7b0af52027 | 6da224ba582b7dfe66755c6afc8b5f5f44211659 | refs/heads/master | 2023-01-22T18:06:30.673000 | 2020-12-09T07:17:00 | 2020-12-09T07:17:00 | 303,999,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lic.authentication;
import com.lic.services.RegisteredService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.Ordered;
import org.springframework.webflow.execution.Event;
import org.springframework.webflow.execution.RequestContext;
import java.io.Serializable;
imp... | UTF-8 | Java | 1,425 | java | MultifactorAuthenticationProviderResolver.java | Java | [
{
"context": "til.function.Predicate;\n\n/**\n * TODO\n *\n * @author licong\n * @version 1.0\n * @date 2020/11/12 10:52\n */\n@Fu",
"end": 465,
"score": 0.9996023178100586,
"start": 459,
"tag": "USERNAME",
"value": "licong"
}
] | null | [] | package com.lic.authentication;
import com.lic.services.RegisteredService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.Ordered;
import org.springframework.webflow.execution.Event;
import org.springframework.webflow.execution.RequestContext;
import java.io.Serializable;
imp... | 1,425 | 0.641403 | 0.630175 | 42 | 32.92857 | 31.366795 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 14 |
2631dea3d2e4755447ad4a64bca1db47b49e9f61 | 12,223,476,991,132 | 90b735ab04187df031dcf1f1b7a60d08f3fc2162 | /src/timeseries/tests/TestSignature.java | 4547ca0231295f94ddaee6b5fae0861f0f18501a | [] | no_license | jgeneve/recherche-series-numerique | https://github.com/jgeneve/recherche-series-numerique | 7e9452f2ab00d73c51e9d36e6591ab7f9ca889d3 | 841cef076a8cc09b7661519efac008e2efa2cb8f | refs/heads/main | 2023-01-13T21:28:57.188000 | 2020-11-19T15:50:35 | 2020-11-19T15:50:35 | 310,242,667 | 0 | 0 | null | false | 2020-11-19T15:50:36 | 2020-11-05T09:01:01 | 2020-11-10T14:58:17 | 2020-11-19T15:50:36 | 53 | 0 | 0 | 0 | Java | false | false | package timeseries.tests;
import java.util.ArrayList;
import java.util.Arrays;
import junit.framework.TestCase;
import timeseries.functions.Patterns;
public class TestSignature extends TestCase {
public void testSignature1() throws Exception {
assertEquals("=>=<<=<>>=<=====>", Patterns.getSignature(new ArrayList... | UTF-8 | Java | 826 | java | TestSignature.java | Java | [] | null | [] | package timeseries.tests;
import java.util.ArrayList;
import java.util.Arrays;
import junit.framework.TestCase;
import timeseries.functions.Patterns;
public class TestSignature extends TestCase {
public void testSignature1() throws Exception {
assertEquals("=>=<<=<>>=<=====>", Patterns.getSignature(new ArrayList... | 826 | 0.631961 | 0.564165 | 27 | 29.592592 | 30.129669 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.888889 | false | false | 14 |
8bdd142fd22b9c74c9138cd357ad51b2ade80f23 | 13,297,218,750,608 | 74c1055c914419434a34ae3f44d4bf87e0e0edbe | /src/ferreteria/sv/edu/unab/Dominio/Persona.java | eba5b3facdd36aaaf04b14cc4d8785256854b164 | [] | no_license | darkpastiurs/ferreteria | https://github.com/darkpastiurs/ferreteria | ead3763645612da66eeb56940bfe98c75b323b48 | ca8bd6efb30bccea1f9cd8a708dafd9ece14ceef | refs/heads/master | 2020-04-26T16:12:03.076000 | 2019-03-04T03:41:48 | 2019-03-04T03:41:48 | 173,670,647 | 0 | 0 | null | true | 2019-03-04T03:57:07 | 2019-03-04T03:57:07 | 2019-03-04T03:42:43 | 2019-03-04T03:42:42 | 84 | 0 | 0 | 0 | null | false | null | package ferreteria.sv.edu.unab.Dominio;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.time.LocalDate;
import javax.persistence.Column;
import javax.persistence.Entity;
import java... | UTF-8 | Java | 5,619 | java | Persona.java | Java | [
{
"context": " \"id=\" + id +\r\n \", nombre='\" + nombre + '\\'' +\r\n \", apellidopaterno='\" +",
"end": 5110,
"score": 0.6946651935577393,
"start": 5104,
"tag": "NAME",
"value": "nombre"
}
] | null | [] | package ferreteria.sv.edu.unab.Dominio;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.time.LocalDate;
import javax.persistence.Column;
import javax.persistence.Entity;
import java... | 5,619 | 0.601886 | 0.600107 | 203 | 25.679804 | 23.99345 | 210 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.497537 | false | false | 14 |
fac784382710c7681c6783d02e3f7c87ee1ceb15 | 34,479,997,486,979 | 1b47ebfc7a576d5aa647a7b797d38c68dff27825 | /app/src/main/java/com/macode/supapp/FindFriendActivity.java | 57a71bfbd8e776053a1a534ac57b28cd99f49e72 | [
"MIT"
] | permissive | kuya32/SupApp | https://github.com/kuya32/SupApp | 58217305a73b988fe2f15703324f9b0d0097273c | b0e91fb7623818eda15fffb3d0487c528843a2bc | refs/heads/main | 2023-03-04T12:41:38.745000 | 2021-02-15T05:21:20 | 2021-02-15T05:21:20 | 333,844,207 | 0 | 0 | MIT | false | 2021-02-15T05:21:21 | 2021-01-28T18:09:16 | 2021-02-15T05:16:06 | 2021-02-15T05:21:20 | 437 | 0 | 0 | 0 | Java | false | false | package com.macode.supapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.gr... | UTF-8 | Java | 5,396 | java | FindFriendActivity.java | Java | [] | null | [] | package com.macode.supapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.gr... | 5,396 | 0.660304 | 0.659748 | 126 | 40.84127 | 29.783455 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
6147fa09663d8be45c237dbaa68ef8eaea5c19f7 | 35,184,372,104,484 | aa56c0682fb25859ff54ab638bf73e34cfbe820b | /City_Maker/src/Buildings/Infrastructures/Hospital.java | a67e3dba7ab275d6db94f3d3d41d7b0e27362191 | [
"MIT"
] | permissive | G43riko/Java | https://github.com/G43riko/Java | 11f7211abbc2bc74b46f33996c764f3cad88cc27 | de5066a5fa360b4d242038ed9b9ec83bffa786d2 | refs/heads/master | 2020-06-02T14:05:08.814000 | 2016-01-24T17:17:49 | 2016-01-24T17:17:49 | 27,553,989 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Buildings.Infrastructures;
import Buildings.Building;
public class Hospital extends Building{
public int price = 4000;
public Hospital(){
}
public void dajZamestancomVyplatu() {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 260 | java | Hospital.java | Java | [] | null | [] | package Buildings.Infrastructures;
import Buildings.Building;
public class Hospital extends Building{
public int price = 4000;
public Hospital(){
}
public void dajZamestancomVyplatu() {
// TODO Auto-generated method stub
}
}
| 260 | 0.684615 | 0.669231 | 16 | 14.25 | 15.650479 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
2909f94eadaaaf6af219684d9ebcbe2febe7cc04 | 35,467,839,940,910 | fe67e2c97988e2b577f7133f37dc0a6a6436781d | /src/com/seeyon/apps/sygb/bo/GbBpResultDataBo.java | e828e54dc0159f5db08b89f7d0a5420c09788538 | [] | no_license | flypig5211/test | https://github.com/flypig5211/test | a8ac2a372df0d58f7357fa2bc519db2edcd917ec | 8794f8f78df92b05b088e826af7a7b37ab95b975 | refs/heads/master | 2023-04-05T03:06:25.921000 | 2020-05-24T06:32:50 | 2020-05-24T06:32:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seeyon.apps.sygb.bo;
/**
* 项目:国家博物馆客开
* <p> Package: com.seeyon.apps.sygb.bo </p>
* <p> File: GbResultDataBo.java </p>
* <p> Module: 公文接口 </p>
* <p> Description: [推回公文数据返回值对象 ] </p>
* <p> Date: 2020-4-16 11:01</p>
*
* @author ML
* @version 1.0
* @email <a href="mailto:malei12257@163.com">ML</a>
... | UTF-8 | Java | 1,243 | java | GbBpResultDataBo.java | Java | [
{
"context": "/p>\n * <p> Date: 2020-4-16 11:01</p>\n *\n * @author ML\n * @version 1.0\n * @email <a href=\"mailto:malei12",
"end": 249,
"score": 0.9766616225242615,
"start": 247,
"tag": "USERNAME",
"value": "ML"
},
{
"context": "thor ML\n * @version 1.0\n * @email <a href=\"mailto:... | null | [] | package com.seeyon.apps.sygb.bo;
/**
* 项目:国家博物馆客开
* <p> Package: com.seeyon.apps.sygb.bo </p>
* <p> File: GbResultDataBo.java </p>
* <p> Module: 公文接口 </p>
* <p> Description: [推回公文数据返回值对象 ] </p>
* <p> Date: 2020-4-16 11:01</p>
*
* @author ML
* @version 1.0
* @email <a href="mailto:<EMAIL>">ML</a>
* @date 202... | 1,232 | 0.606792 | 0.576407 | 55 | 19.345455 | 17.008253 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
ffc746ac32911568228c3d3c2e0ad84fabaa872b | 25,769,873,704 | e5340ee95b8eec1dff5812efeb70ae023eca15cc | /OfficeAssistant/src/com/lzz/officeassistant/order/OrderMeetingRoomActivity.java | cea4c7f0e78b2305a6436c1f3ed70930ace03de9 | [] | no_license | skycobo/OfficeAssistant | https://github.com/skycobo/OfficeAssistant | 9feeba80605f2951581bd2489c0008be3cbb3866 | 1ce2d15528177210eaf9734e231a0fe6d5b8c889 | refs/heads/master | 2021-01-13T08:24:55.783000 | 2016-11-24T04:40:30 | 2016-11-24T04:40:30 | 72,411,123 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzz.officeassistant.order;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.http.HttpEntity;
import org.... | UTF-8 | Java | 10,414 | java | OrderMeetingRoomActivity.java | Java | [] | null | [] | package com.lzz.officeassistant.order;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.http.HttpEntity;
import org.... | 10,414 | 0.622274 | 0.617212 | 273 | 36.626373 | 26.233238 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.523809 | false | false | 7 |
1399844f88b8f1dd9e8eac5123e201d7cd87115d | 36,644,660,975,222 | 571e2788fa8543d417d5254cd67b665d4df03789 | /src/main/java/com/iktpreobuka/eDnevnik/repositories/ClassRepository.java | 57041fd075fe633fbf180402ce5384bb1bc4869a | [] | no_license | Stefan89-git/eDnevnik | https://github.com/Stefan89-git/eDnevnik | 7169c8f2922449e5398f8011d4cd0bab1458c087 | 8ae7272a111d98346486f61ef248ff69007cd0bb | refs/heads/main | 2023-07-08T23:02:59.611000 | 2021-08-01T23:17:34 | 2021-08-01T23:17:34 | 391,745,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iktpreobuka.eDnevnik.repositories;
import org.springframework.data.repository.CrudRepository;
import com.iktpreobuka.eDnevnik.entities.ClassEntity;
public interface ClassRepository extends CrudRepository<ClassEntity, Integer>{
Boolean existsByClassNumberAndSchoolYear(Integer classNumber, Integer school... | UTF-8 | Java | 329 | java | ClassRepository.java | Java | [] | null | [] | package com.iktpreobuka.eDnevnik.repositories;
import org.springframework.data.repository.CrudRepository;
import com.iktpreobuka.eDnevnik.entities.ClassEntity;
public interface ClassRepository extends CrudRepository<ClassEntity, Integer>{
Boolean existsByClassNumberAndSchoolYear(Integer classNumber, Integer school... | 329 | 0.860182 | 0.860182 | 10 | 31.9 | 33.296997 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 7 |
321f39570f8d02c2778db7cca70472978318c5a3 | 31,301,721,701,739 | b2538660b4f6d855ab4d4d4429c26025e40d9e2f | /src/main/java/model/method/pso/hdpso/core/FitnessCalculator.java | be7eaa62b4b2109b81fd9577f1037eb1d08e04b7 | [] | no_license | Syafiqq/skripsi.hdpso.scheduling | https://github.com/Syafiqq/skripsi.hdpso.scheduling | 0b06e18aa2db657646e6196ea21aef7df0ed60f8 | aed84cea961c5842f38b19fed54ddf2fbaf5d353 | refs/heads/master | 2021-01-19T08:12:45.722000 | 2017-03-27T03:23:37 | 2017-03-27T03:23:37 | 72,266,178 | 0 | 0 | null | false | 2019-05-21T23:33:26 | 2016-10-29T05:09:42 | 2017-04-07T10:58:58 | 2019-05-21T23:33:22 | 1,046 | 0 | 0 | 1 | Java | false | false | package model.method.pso.hdpso.core;
/*
* This <skripsi.hdpso.scheduling> project in package <model.method.pso.hdpso.core> created by :
* Name : syafiq
* Date / Time : 22 November 2016, 4:21 PM.
* Email : syafiq.rezpector@gmail.com
* Github : syafiqq
*/
@SuppressWarnings("WeakerAccess") pu... | UTF-8 | Java | 388 | java | FitnessCalculator.java | Java | [
{
"context": "od.pso.hdpso.core> created by : \n * Name : syafiq\n * Date / Time : 22 November 2016, 4:21 PM.\n * E",
"end": 163,
"score": 0.8237862586975098,
"start": 157,
"tag": "USERNAME",
"value": "syafiq"
},
{
"context": "me : 22 November 2016, 4:21 PM.\n * Email ... | null | [] | package model.method.pso.hdpso.core;
/*
* This <skripsi.hdpso.scheduling> project in package <model.method.pso.hdpso.core> created by :
* Name : syafiq
* Date / Time : 22 November 2016, 4:21 PM.
* Email : <EMAIL>
* Github : syafiqq
*/
@SuppressWarnings("WeakerAccess") public interface Fitn... | 369 | 0.67268 | 0.649485 | 13 | 28.846153 | 28.750507 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 7 |
ad55e69f7f524b5c80013f191d7b0a12f533f9e8 | 32,839,319,992,969 | b5d0e54b3299fc814a81b77467b4799d21ea974d | /JavaPractice/src/com/raj/fundamentals/arrays/ArraysToList.java | 4dfab09a3a8b0686a9a45f66e68e56071681cd85 | [] | no_license | rajkhare1/java-practice | https://github.com/rajkhare1/java-practice | 6f9ab5e5d01e0428e511c72dc6fcab0a7249082f | e140790900361096b15c2185c1a07ce7a30df537 | refs/heads/master | 2020-09-21T14:48:53.200000 | 2020-06-23T05:29:34 | 2020-06-23T05:29:34 | 224,821,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raj.fundamentals.arrays;
import java.util.Arrays;
import java.util.List;
public class ArraysToList {
public static void main(String[] args) {
String[] strArr;
strArr = new String[5];
strArr[0] = "JAVA";
strArr[1] = "C++";
strArr[2] = "PERL";
strArr[3] = "STRUTS";
strArr[4] = "PLAY";
... | UTF-8 | Java | 601 | java | ArraysToList.java | Java | [] | null | [] | package com.raj.fundamentals.arrays;
import java.util.Arrays;
import java.util.List;
public class ArraysToList {
public static void main(String[] args) {
String[] strArr;
strArr = new String[5];
strArr[0] = "JAVA";
strArr[1] = "C++";
strArr[2] = "PERL";
strArr[3] = "STRUTS";
strArr[4] = "PLAY";
... | 601 | 0.65391 | 0.643927 | 23 | 25.130434 | 21.125513 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217391 | false | false | 7 |
6955c6347ff1c8fec9777710e5c51427a1eac759 | 35,132,832,512,223 | daa789996d154f0579230b4585e0599ff420ae5d | /TopNews/src/com/huaxun/radio/provider/FMPDemo.java | 2cdba07f582519ec0af52c959561c87e2f04e7b8 | [] | no_license | huaxun66/TopNews | https://github.com/huaxun66/TopNews | 55e4eee126df504169cfc0bcb3caad61f7a4cfa7 | 861e0bb2daab412b01a47da16e39c28d80553a7f | refs/heads/master | 2021-08-19T13:49:20.469000 | 2017-11-26T13:19:57 | 2017-11-26T13:19:57 | 108,969,838 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* FFmpegMediaPlayer: A unified interface for playing audio files and streams.
*
* Copyright 2014 William Seemann
*
* 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://ww... | UTF-8 | Java | 4,345 | java | FMPDemo.java | Java | [
{
"context": "ying audio files and streams.\n *\n * Copyright 2014 William Seemann\n * \n * Licensed under the Apache License, Version",
"end": 118,
"score": 0.9998070597648621,
"start": 103,
"tag": "NAME",
"value": "William Seemann"
},
{
"context": "945285/32/32/2002\");\n \turiT... | null | [] | /*
* FFmpegMediaPlayer: A unified interface for playing audio files and streams.
*
* Copyright 2014 <NAME>
*
* 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.... | 4,334 | 0.694618 | 0.682837 | 152 | 27.480263 | 23.263357 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.361842 | false | false | 7 |
44e004dd12af8590da2ec3c5ab2bd19d55becbe8 | 36,885,179,148,596 | 188397b55bc65550c6ab0bfa196bfdaf2d16d931 | /android_java/MySecretary/app/src/main/java/com/my/taste/dial/AlarmActivity.java | f52b19ffc9bf68d6011d340cf3d7e93f99b40a2e | [] | no_license | baehyewon/programming | https://github.com/baehyewon/programming | f09f5316c43ebacffca06aae6781c3f934368b11 | 55ed94b2a490665233b115ed7e942e07ece1f624 | refs/heads/master | 2020-03-26T16:50:07.872000 | 2018-09-10T05:33:07 | 2018-09-10T05:33:07 | 145,126,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my.taste.dial;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Vibrator;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.my.taste.AlarmUtil;... | UTF-8 | Java | 3,162 | java | AlarmActivity.java | Java | [] | null | [] | package com.my.taste.dial;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Vibrator;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.my.taste.AlarmUtil;... | 3,162 | 0.599363 | 0.596178 | 106 | 28.622641 | 24.210732 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669811 | false | false | 7 |
9ab28909b84c2a24bdf00e114875f3c068656391 | 36,885,179,150,154 | 437bd13017a1c3d01194cd9d1250b8bb55b0de32 | /src/main/java/com/example/ing2/entity/test.java | 57767c5b3bab02a56da21227569d9dd4fc0de897 | [] | no_license | kamalmorinou2018/pds-ing-2 | https://github.com/kamalmorinou2018/pds-ing-2 | 024772a48469b3f1020d5989814637078f12e411 | 72b3b50320a72898318acb10e614aceb4ba22f72 | refs/heads/master | 2022-12-22T06:15:08.121000 | 2020-06-07T22:15:02 | 2020-06-07T22:15:02 | 269,621,208 | 0 | 0 | null | false | 2022-12-10T05:59:22 | 2020-06-05T11:57:36 | 2020-06-07T22:25:41 | 2022-12-10T05:59:21 | 678 | 0 | 0 | 1 | Java | false | false | package com.example.ing2.entity;
| UTF-8 | Java | 36 | java | test.java | Java | [] | null | [] | package com.example.ing2.entity;
| 36 | 0.75 | 0.722222 | 1 | 32 | 0 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
4af9d3e6bba8df793605d64252467527e9169d7b | 8,443,905,750,378 | abeb3d5b06a5d70ff318df4161e7cec02e00035b | /e6soft-flow/src/main/java/com/e6soft/bpm/dao/FlownodeDao.java | 9f163e6be93b4776d05dd09c453b4b9a29dec21d | [] | no_license | buptlibin/e6soft | https://github.com/buptlibin/e6soft | a3726e4c9321c7924da211756bf580f3cc578353 | 6b3af4c6e3a313fff0189f76ac4bb16feb8a9c77 | refs/heads/master | 2019-04-15T01:32:41.257000 | 2014-06-16T06:33:04 | 2014-06-16T06:33:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.e6soft.bpm.dao;
import java.util.List;
import com.e6soft.bpm.model.Flownode;
import com.e6soft.core.mybatis.EntityDao;
public interface FlownodeDao extends EntityDao<Flownode,String> {
/**
* 根据流程id获取所有节点
* @param flowbaseId
* @return
*/
public List<Flownode> getFlowNodesByflowbaseId(String flo... | UTF-8 | Java | 1,021 | java | FlownodeDao.java | Java | [] | null | [] | package com.e6soft.bpm.dao;
import java.util.List;
import com.e6soft.bpm.model.Flownode;
import com.e6soft.core.mybatis.EntityDao;
public interface FlownodeDao extends EntityDao<Flownode,String> {
/**
* 根据流程id获取所有节点
* @param flowbaseId
* @return
*/
public List<Flownode> getFlowNodesByflowbaseId(String flo... | 1,021 | 0.70124 | 0.697858 | 51 | 16.392157 | 18.23171 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.019608 | false | false | 7 |
9c7ce131e8674e57b274c09276e1aebbbd89faf0 | 36,807,869,742,958 | 96705a57dc83485d6c178a7c17e814bc010c0e73 | /Technogise/ChessBoard.java | a7deb849b4219f3d9085fa02e0ff6774e70aae13 | [] | no_license | BhattChandresh/code_CoreJava | https://github.com/BhattChandresh/code_CoreJava | 9f9904b9e9fd9249d07fac78b03bd6e77fe19b9d | 8b2d055a46f5523659984eca3339584842fe5604 | refs/heads/master | 2022-10-24T13:25:09.398000 | 2020-06-10T13:45:19 | 2020-06-10T13:45:19 | 110,662,703 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Version : 1.0
* Author : Chandresh Bhatt
* Objective :
* Convert the Cell Number (H1) received from user to Co-ordinates (0,0) for internal processing.
* After processing, convert the Co-ordinates(7,7) to Cell Number(A8) in order to display the possible cell numbers to user.
*/
package com.technogis... | UTF-8 | Java | 3,221 | java | ChessBoard.java | Java | [
{
"context": "/**\n * Version : 1.0\n * Author : Chandresh Bhatt\n * Objective :\n * Convert the Cell Number (H1)",
"end": 50,
"score": 0.9998683929443359,
"start": 35,
"tag": "NAME",
"value": "Chandresh Bhatt"
}
] | null | [] | /**
* Version : 1.0
* Author : <NAME>
* Objective :
* Convert the Cell Number (H1) received from user to Co-ordinates (0,0) for internal processing.
* After processing, convert the Co-ordinates(7,7) to Cell Number(A8) in order to display the possible cell numbers to user.
*/
package com.technogise.code.in... | 3,212 | 0.494256 | 0.479665 | 81 | 38.76543 | 34.574047 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.728395 | false | false | 7 |
4edb05c273aa3d4e7a2500362e51cb862099d174 | 33,956,011,484,561 | 0ce177627cc99aca831d2e7693ffc46d3ece4d34 | /src/com/covertatt/MainActivity.java | d8c3395b99d1f3d50eea337dc8d5a7da4471e265 | [] | no_license | pavithraRavichandran3095/Banking-Application | https://github.com/pavithraRavichandran3095/Banking-Application | ff2a2edfb6c9d459434a9c9511540b779c2eb2af | 6f46a7a06bea2c154812251853a31d0816677a0b | refs/heads/master | 2021-01-19T23:57:07.265000 | 2017-04-22T07:48:41 | 2017-04-22T07:48:41 | 89,052,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.covertatt;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.Random;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.im... | UTF-8 | Java | 9,758 | java | MainActivity.java | Java | [
{
"context": "tent().getExtras();\r\n\t\tusername=extras.getString(\"username\");\r\n accno=extras.getString(\"accno\");\r\n// ",
"end": 1654,
"score": 0.9972940683364868,
"start": 1646,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ass);\r\n\t \t\t\t\... | null | [] | package com.covertatt;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.Random;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.im... | 9,758 | 0.520803 | 0.510863 | 273 | 33.743591 | 25.814075 | 149 | false | false | 29 | 0.002972 | 0 | 0 | 0 | 0 | 3.472528 | false | false | 7 |
ccc13fab88986ab15be6673396ca9a55f3fd11e8 | 35,416,300,350,704 | aaf8d7f2691c73b6dd17bef4117910e935363c3e | /venture/src/sonnicon/venture/world/blocks/distribution/DuctLiquidIO.java | b7cf6e49ea494b89982eda0d09f553c9f2285192 | [] | no_license | ThePythonGuy3/venturemod | https://github.com/ThePythonGuy3/venturemod | 4c0b28672020575f223f2ca11505817a468a4dd1 | 515f1295272bf4879d3d5f27dbb0b26b88571b16 | refs/heads/master | 2022-06-08T10:46:32.430000 | 2020-05-02T16:34:01 | 2020-05-02T16:34:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sonnicon.venture.world.blocks.distribution;
import io.anuke.mindustry.type.Liquid;
import io.anuke.mindustry.world.Tile;
import sonnicon.venture.types.DuctIOType;
public class DuctLiquidIO extends DuctIO{
protected final int timerFlow = timers++;
public DuctLiquidIO(String name){
super(name);... | UTF-8 | Java | 1,358 | java | DuctLiquidIO.java | Java | [] | null | [] | package sonnicon.venture.world.blocks.distribution;
import io.anuke.mindustry.type.Liquid;
import io.anuke.mindustry.world.Tile;
import sonnicon.venture.types.DuctIOType;
public class DuctLiquidIO extends DuctIO{
protected final int timerFlow = timers++;
public DuctLiquidIO(String name){
super(name);... | 1,358 | 0.669367 | 0.665685 | 39 | 33.820515 | 33.791119 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846154 | false | false | 7 |
04f8d05dcb9b91a4b553e4c4b201a8dfaaae1b3b | 8,727,373,595,248 | 14d706f080d11a9598ea08e043c6c4622a6c7770 | /src/controller/ArtToMusicController.java | 9c2a9cddd8dbe154d78d5870cd376ec2dc8b1153 | [] | no_license | desmetr/ArtToMusic | https://github.com/desmetr/ArtToMusic | 0697a8dbd55d2a8eb13a1f73d5a7cd1a3a71ded0 | 4bcee62d28ed1848aec52d8b10c5140328529149 | refs/heads/master | 2021-01-11T01:33:54.104000 | 2017-05-11T15:56:51 | 2017-05-11T15:56:51 | 70,594,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
public class ArtToMusicController
{
public ArtToMusicController()
{
}
}
| UTF-8 | Java | 106 | java | ArtToMusicController.java | Java | [] | null | [] | package controller;
public class ArtToMusicController
{
public ArtToMusicController()
{
}
}
| 106 | 0.698113 | 0.698113 | 8 | 12.25 | 13.198011 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
5c5b28efdb6557fb35418090195be37f750bb05c | 34,033,320,900,200 | 83842e3dfc35c8f56d9093379025d3f9d5912b7d | /src/model/BbsDTO.java | 6ab2047c2aa57bba7f6631bca3b279b56c6cd0b8 | [] | no_license | pinocchio9702/K09MariaBoard | https://github.com/pinocchio9702/K09MariaBoard | f2ddca7268d49ea5edb681a5d22aef499f904506 | d5077e4a60551480efe989ff20476c79db3e1ad6 | refs/heads/master | 2023-02-08T18:02:54.126000 | 2020-12-23T09:37:19 | 2020-12-23T09:37:19 | 323,860,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
/*
DTO 클래스를 만들때는 테이블정의서를 참조한다.
기본적으로 테이블과 동일한 형태로 멤버변수를 정의하면 된다.
멤버변수의 타입은 특별한 경우를 제외하고는 대부분 String으로
정의한다. 꼭 필요한 경우에만 int, double로 정의한다.
*/
public class BbsDTO {
private String num;//일련변호
private String title;//제목
private String content;//내용
private String id;//작성자아이디(member테이블 참조)
priv... | UTF-8 | Java | 2,303 | java | BbsDTO.java | Java | [] | null | [] | package model;
/*
DTO 클래스를 만들때는 테이블정의서를 참조한다.
기본적으로 테이블과 동일한 형태로 멤버변수를 정의하면 된다.
멤버변수의 타입은 특별한 경우를 제외하고는 대부분 String으로
정의한다. 꼭 필요한 경우에만 int, double로 정의한다.
*/
public class BbsDTO {
private String num;//일련변호
private String title;//제목
private String content;//내용
private String id;//작성자아이디(member테이블 참조)
priv... | 2,303 | 0.596588 | 0.596588 | 118 | 14.889831 | 13.705612 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.245763 | false | false | 7 |
2070edd0c99b9233809599428f967673f07cc1d5 | 28,381,143,956,455 | b8ceedc92306034d6edd33fef22143c96f342a36 | /src/test/java/seedu/address/logic/commands/PayCommandTest.java | cfe4a839c19a7584d50f024f02ca0740206af6a2 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F13-1/main | https://github.com/AY1920S1-CS2103T-F13-1/main | aa04f087a5cd11e6d8a2758cea5623d3054265bd | c6262e35daa2f807d8415cbe4dde8f62a110ba71 | refs/heads/master | 2020-07-25T07:05:44.886000 | 2019-11-11T09:41:36 | 2019-11-11T09:41:36 | 208,202,695 | 1 | 5 | NOASSERTION | true | 2019-11-11T09:41:38 | 2019-09-13T05:41:11 | 2019-11-11T09:35:18 | 2019-11-11T09:41:37 | 26,452 | 2 | 5 | 13 | Java | false | false | package seedu.address.logic.commands;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.commons.core.Messages.MESSAGE_NOT_IN_SERVE_MODE;
import static seedu.address.commons.core.Messages.MESSAGE_NO_OUTSTANDING_FINE;
import... | UTF-8 | Java | 4,378 | java | PayCommandTest.java | Java | [
{
"context": "werRecords();\n borrowerRecords.addBorrower(JANNA);\n\n LoanRecords loanRecords = new Loan",
"end": 1304,
"score": 0.5839243531227112,
"start": 1303,
"tag": "NAME",
"value": "J"
},
{
"context": "werRecords();\n borrowerRecords.addBorrower(JANNA);\n\... | null | [] | package seedu.address.logic.commands;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.commons.core.Messages.MESSAGE_NOT_IN_SERVE_MODE;
import static seedu.address.commons.core.Messages.MESSAGE_NO_OUTSTANDING_FINE;
import... | 4,378 | 0.735267 | 0.730699 | 108 | 39.537037 | 30.764465 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.768519 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.