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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
08da6aa2b1a0d62b3e39e1872f23b8a17ff3b0f9 | 23,648,089,994,183 | d34fe183f71a48e8888e6ed83cfd88f897033afc | /baker-core/src/main/java/com/github/andyshaox/baker/core/CoordinationConfig.java | d7e8d29b48189a3f2a5743f96c522c805819b83c | [
"Apache-2.0"
] | permissive | Andy-Shao/GearEE-Baker | https://github.com/Andy-Shao/GearEE-Baker | c04d60f2f35125e37c1aa5f4e29033d08f808f67 | 225acbb20349f716aff2d8c61525d2a4964a8284 | refs/heads/master | 2020-04-05T14:01:57.779000 | 2017-07-11T09:52:10 | 2017-07-11T09:52:10 | 94,740,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.andyshaox.baker.core;
/**
*
* Title: Coordination configure informations<br>
* Descript:<br>
* Copyright: Copryright(c) 20 Jun 2017<br>
* Encoding:UNIX UTF-8
* @author Andy.Shao
*
*/
public interface CoordinationConfig {
String getCoordiantionType();
boolean isValid();
}
| UTF-8 | Java | 309 | java | CoordinationConfig.java | Java | [
{
"context": "package com.github.andyshaox.baker.core;\n\n/**\n * \n * Title: Coordination confi",
"end": 28,
"score": 0.7226743698120117,
"start": 19,
"tag": "USERNAME",
"value": "andyshaox"
},
{
"context": " 20 Jun 2017<br>\n * Encoding:UNIX UTF-8\n * @author Andy.Shao\n *\n */\npu... | null | [] | package com.github.andyshaox.baker.core;
/**
*
* Title: Coordination configure informations<br>
* Descript:<br>
* Copyright: Copryright(c) 20 Jun 2017<br>
* Encoding:UNIX UTF-8
* @author Andy.Shao
*
*/
public interface CoordinationConfig {
String getCoordiantionType();
boolean isValid();
}
| 309 | 0.702265 | 0.679612 | 15 | 19.6 | 16.736387 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
19eb9eb7734b0c6b701e945e5f742d6dcb0aac59 | 7,404,523,622,957 | 1a244fce19f178b8eb24247416b9379d5fc80c67 | /webgoat-lessons/password-reset/src/main/java/org/owasp/webgoat/plugin/SimpleMailAssignment.java | bcd821743f24f33aa44a9d60b7e3732ba0b7df8e | [] | no_license | wakeman83/webgoat | https://github.com/wakeman83/webgoat | 95913db7ab2442fa0e5352fdee2a853c46955c2f | f9554837931f8207fd8557be868534d97f41a8d6 | refs/heads/master | 2022-10-08T19:44:13.296000 | 2018-10-11T06:35:12 | 2018-10-11T06:35:12 | 146,457,239 | 1 | 0 | null | false | 2022-10-06T17:17:44 | 2018-08-28T14:08:38 | 2020-07-30T12:57:06 | 2022-10-06T17:17:41 | 83,836 | 0 | 0 | 20 | JavaScript | false | false | package org.owasp.webgoat.plugin;
import org.apache.commons.lang3.StringUtils;
import org.owasp.webgoat.assignments.AssignmentEndpoint;
import org.owasp.webgoat.assignments.AssignmentPath;
import org.owasp.webgoat.assignments.AttackResult;
import org.owasp.webgoat.plugin.PasswordResetEmail;
import org.springframework.... | UTF-8 | Java | 3,461 | java | SimpleMailAssignment.java | Java | [
{
"context": "tic java.util.Optional.ofNullable;\n\n/**\n * @author nbaars\n * @since 8/20/17.\n */\n@AssignmentPath(\"/Password",
"end": 838,
"score": 0.9996889233589172,
"start": 832,
"tag": "USERNAME",
"value": "nbaars"
},
{
"context": " email = (String) json.getOrDefault(\"em... | null | [] | package org.owasp.webgoat.plugin;
import org.apache.commons.lang3.StringUtils;
import org.owasp.webgoat.assignments.AssignmentEndpoint;
import org.owasp.webgoat.assignments.AssignmentPath;
import org.owasp.webgoat.assignments.AttackResult;
import org.owasp.webgoat.plugin.PasswordResetEmail;
import org.springframework.... | 3,439 | 0.683617 | 0.681306 | 83 | 40.698795 | 33.151619 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566265 | false | false | 9 |
6992edfe3c5714b0cb1f112456ffe7bb65c908ee | 32,882,269,620,671 | 6ce7401364336c4c3db64e00aa247d8ac345bc1c | /src/main/java/com/yungdu/us/squash/services/AccountService.java | 111b9a366b54ddb27997846987d862fa8c7d796c | [] | no_license | julienAlagnou/squash | https://github.com/julienAlagnou/squash | de25ecbb0c1ac1ddb76b266fdbe2522a3c4252dd | b55c7bb6d77a52de8a51875ec95428b1bf973234 | refs/heads/master | 2021-07-15T02:50:33.294000 | 2016-10-02T03:02:46 | 2016-10-02T03:02:46 | 35,115,470 | 0 | 1 | null | false | 2016-02-11T14:06:29 | 2015-05-05T18:00:17 | 2015-05-05T18:00:17 | 2016-02-11T14:05:54 | 0 | 0 | 1 | 1 | null | null | null | package com.yungdu.us.squash.services;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.yungdu.us.squash.data.Account;
public interface AccountService
{
/**
* Create a account
* @param userId
*
* @param account the incomi... | UTF-8 | Java | 975 | java | AccountService.java | Java | [] | null | [] | package com.yungdu.us.squash.services;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.yungdu.us.squash.data.Account;
public interface AccountService
{
/**
* Create a account
* @param userId
*
* @param account the incomi... | 975 | 0.715897 | 0.715897 | 48 | 19.3125 | 21.814709 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 9 |
0822fd862c8f3337258f5e5c90194a9936ade355 | 33,114,197,860,273 | 2a55ba5af7e53a6aabe343c5b45706038a796d7d | /de.roma.cocktail.xtext.ast/src-gen/de/roma/cocktail/xtext/ast/NodePart.java | bbe414f0fcccadb7b3f496f93e1be35f7d6e5ba9 | [] | no_license | Rolleander/CocktailCompilerIDE | https://github.com/Rolleander/CocktailCompilerIDE | 0a72c1350994bdd94cae3bf40074abb7dbc9c25a | c70f7934f2fd16aac0941c670ce6355eb41b5937 | refs/heads/master | 2021-01-18T21:50:12.249000 | 2016-10-17T20:50:56 | 2016-10-17T20:50:56 | 45,618,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* generated by Xtext 2.9.1
*/
package de.roma.cocktail.xtext.ast;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Node Part</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link ... | UTF-8 | Java | 3,504 | java | NodePart.java | Java | [] | null | [] | /**
* generated by Xtext 2.9.1
*/
package de.roma.cocktail.xtext.ast;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Node Part</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link ... | 3,504 | 0.640696 | 0.63984 | 106 | 32.056602 | 31.088987 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.103774 | false | false | 9 |
890173d5ab42b13124b1b861d48b8a86b8e487c3 | 23,115,514,051,128 | 1e0a4b54d2e5b311abc81174f003675cdf170622 | /src/SidebarGraphics.java | 5d557628acc7cf6100fb43ce4cbce142faf67a07 | [] | no_license | mchow101/apcs-final-project | https://github.com/mchow101/apcs-final-project | 4bb2a1f5cbb725ab07955fa71397e2bdd162a673 | 94b078770164708c4b9ff4cca1e3ee7b8d9dc56e | refs/heads/master | 2021-06-03T09:22:54.673000 | 2019-11-27T22:50:10 | 2019-11-27T22:50:10 | 131,212,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
//Graphics and JFrame for SideBar
import java.awt.Color;
import java.awt.Font;
import java.util.ArrayList;
import javax.swing.JFrame;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class SidebarGraphics extends JPanel {
private int dim;
private ArrayList<String> display;
private JFrame frame;
p... | UTF-8 | Java | 1,617 | java | SidebarGraphics.java | Java | [] | null | [] |
//Graphics and JFrame for SideBar
import java.awt.Color;
import java.awt.Font;
import java.util.ArrayList;
import javax.swing.JFrame;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class SidebarGraphics extends JPanel {
private int dim;
private ArrayList<String> display;
private JFrame frame;
p... | 1,617 | 0.664193 | 0.650587 | 64 | 24.25 | 18.744999 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.484375 | false | false | 9 |
d0cf6539d056a8ce5cf31c1da2f6c8962afcd6ee | 33,603,824,128,306 | 49a6476d5dfcfe1d0afcc8906246c2b87b72e92b | /src_V2/org/wadael/waverobotfrmwrk/advanced/WithWorkersRobot.java | 6578b4c4622a4ba3ad785078a35c43cd60d79b19 | [] | no_license | tectronics/wadrobotframework | https://github.com/tectronics/wadrobotframework | 7b177c7979bf940f3c52a6e34bcea7bace9ef2b5 | 9611a57a7d008a3b38d75dc263a3d59a7ece9749 | refs/heads/master | 2018-01-11T14:55:59.629000 | 2010-05-27T21:21:12 | 2010-05-27T21:21:12 | 45,180,417 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wadael.waverobotfrmwrk.advanced;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.wadael.waverobotfrmwrk.WadRobot;
import org.wadael.waverobotfrmwrk.utils.BlipUtils;
import org.wadael.waverobotfrmwrk.utils.CommandUtils;
import com.google.wave.api.Blip;
import com.g... | UTF-8 | Java | 8,184 | java | WithWorkersRobot.java | Java | [] | null | [] | package org.wadael.waverobotfrmwrk.advanced;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.wadael.waverobotfrmwrk.WadRobot;
import org.wadael.waverobotfrmwrk.utils.BlipUtils;
import org.wadael.waverobotfrmwrk.utils.CommandUtils;
import com.google.wave.api.Blip;
import com.g... | 8,184 | 0.681379 | 0.680768 | 266 | 29.751881 | 29.780123 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.360902 | false | false | 9 |
115f216f3afeaae325a7a90c3d7c62698ae04806 | 3,126,736,191,818 | 3ca80fd8eb6557f7687c9104eec0f3041bcd3d77 | /Parents.java | a4b13357c46d891d5a2bfe7c17dd89abbe3ca305 | [] | no_license | VJSriram/Kickass | https://github.com/VJSriram/Kickass | d3b56679caee58587f99ae6597c3e9e31fa57ef2 | e2ce43eb818b9688b3cdabe6db1b623144b5e3b1 | refs/heads/master | 2020-04-06T17:18:06.855000 | 2018-11-15T04:51:33 | 2018-11-15T04:51:33 | 157,653,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Parents {
public Parents()
{
}
}
| UTF-8 | Java | 66 | java | Parents.java | Java | [] | null | [] |
public class Parents {
public Parents()
{
}
}
| 66 | 0.469697 | 0.469697 | 8 | 6 | 8.170068 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
5e673591f2fd89c69cde1743f7cf5fa3dc4de6b1 | 9,783,935,506,657 | 955b9eeb337fbfc8311596127ad3edc1eb7bb377 | /src/Biblioteca/EntExemplar.java | a76201a3cd4937ecf0859a8f001882de13bcb206 | [] | no_license | danielpfernandes/COM220_trab_final | https://github.com/danielpfernandes/COM220_trab_final | 6d9e18fdc340bf185a3d3f028e81cd35c2e2d3e6 | 5e29238aac770419f1409ed3149d30e2c20c6578 | refs/heads/master | 2020-05-29T16:23:17.200000 | 2015-11-03T01:38:47 | 2015-11-03T01:38:47 | 21,292,955 | 0 | 0 | null | false | 2015-11-03T01:38:48 | 2014-06-28T00:37:07 | 2015-11-03T01:36:06 | 2015-11-03T01:38:47 | 452 | 1 | 0 | 0 | Java | null | null | package Biblioteca;
import java.io.Serializable;
public class EntExemplar implements Serializable{
private int numero;
private int ISBN;
private float preco;
private boolean emprestado;
public EntExemplar(int numero, int ISBN, float preco, boolean emprestado) {
this.numero = numero;
... | UTF-8 | Java | 1,034 | java | EntExemplar.java | Java | [] | null | [] | package Biblioteca;
import java.io.Serializable;
public class EntExemplar implements Serializable{
private int numero;
private int ISBN;
private float preco;
private boolean emprestado;
public EntExemplar(int numero, int ISBN, float preco, boolean emprestado) {
this.numero = numero;
... | 1,034 | 0.591876 | 0.591876 | 56 | 17.464285 | 16.767277 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
518f1fd6c1a3dbbe1b2102948017ba9b000ce881 | 20,134,806,689,533 | cb9fe50f617c897f39fdfc59563d3277b7903a6d | /src/main/java/com/example/icard/service/CardService.java | a4639acc84d76f437927ea8e619ea305912c249a | [
"MIT"
] | permissive | wilsonfilhodev/icard-example | https://github.com/wilsonfilhodev/icard-example | b6d9b70413f0e80de08844f33248d09f9af68d87 | 1ef8363c7e5b86fcf7e997d685e0e0d13d8591d6 | refs/heads/master | 2022-02-12T07:21:42.602000 | 2019-07-25T15:43:36 | 2019-07-25T15:43:36 | 198,354,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.icard.service;
import com.example.icard.model.dto.CardEmissionDTO;
import com.example.icard.model.dto.SuccessResponseDTO;
import com.example.icard.model.dto.TransactionAuthorizationDTO;
public interface CardService {
CardEmissionDTO save(CardEmissionDTO cardEmissionDTO);
SuccessResponseDTO a... | UTF-8 | Java | 400 | java | CardService.java | Java | [] | null | [] | package com.example.icard.service;
import com.example.icard.model.dto.CardEmissionDTO;
import com.example.icard.model.dto.SuccessResponseDTO;
import com.example.icard.model.dto.TransactionAuthorizationDTO;
public interface CardService {
CardEmissionDTO save(CardEmissionDTO cardEmissionDTO);
SuccessResponseDTO a... | 400 | 0.8575 | 0.8575 | 12 | 32.333332 | 31.129658 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 9 |
5f6db2c0b5a94fa7ec946f33bd5d2451633bb6bb | 32,547,262,181,563 | 092a0368183a3cc9a0b13434c4b80a854cbd2dad | /pivot - 0507(bootstrap3前备份)/src/main/java/com/pivot/arch/type/OrganType.java | 23545a31ebba51164e334a53e425ba64d49d07df | [] | no_license | taoxiangtao/pivot | https://github.com/taoxiangtao/pivot | 670da05143f1514d185883306d6c161a4e68c6d5 | b4320c4d36589d3d96cb6acf686e1745444e2fc7 | refs/heads/master | 2018-09-08T02:43:34.603000 | 2018-09-06T23:00:12 | 2018-09-06T23:00:12 | 64,029,570 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* @(#)OrganType.java v${project.version} 2016年9月24日 下午5:11:25
*
* ${project.copyright.info}
* ${project.copyright}
* ==============================================================================================================*/
package com.pivot.arch.type;
/**
* 组织机构类型枚举类.
*
* @author taoxiangtao@... | UTF-8 | Java | 1,064 | java | OrganType.java | Java | [
{
"context": "t.arch.type;\r\n\r\n/**\r\n * 组织机构类型枚举类.\r\n *\r\n * @author taoxiangtao@gmail.com\r\n */\r\npublic enum OrganType {\r\n\tOT0(\"\",\"管理型\",\"\"),",
"end": 329,
"score": 0.9999246597290039,
"start": 308,
"tag": "EMAIL",
"value": "taoxiangtao@gmail.com"
}
] | null | [] | /* @(#)OrganType.java v${project.version} 2016年9月24日 下午5:11:25
*
* ${project.copyright.info}
* ${project.copyright}
* ==============================================================================================================*/
package com.pivot.arch.type;
/**
* 组织机构类型枚举类.
*
* @author <EMAIL>
*/... | 1,050 | 0.525355 | 0.506085 | 46 | 19.434782 | 19.955006 | 115 | false | false | 0 | 0 | 0 | 0 | 110 | 0.111562 | 1.586957 | false | false | 9 |
ab669b116ce8bc9105e4f9adff6b64bd997bc885 | 32,478,542,704,592 | 6579f19f1c9328efa576f47aebdbab73b17e9d18 | /FLLTutorializator/src/com/honeybadgers/flltutorial/model/Stage.java | f3a01b5e4798a3b0ff7fa2a17d5a8ed5d1e7dac7 | [] | no_license | victor-fdez/hb-repo | https://github.com/victor-fdez/hb-repo | 2cc8ace96d76774c3aa9e1d2f82d02ff65ac7c34 | 52941a0e5fb2958c169117da84c2929233bac9a3 | refs/heads/master | 2021-01-22T12:12:29.639000 | 2013-04-24T04:42:22 | 2013-04-24T04:42:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.honeybadgers.flltutorial.model;
/**
*
* @author Dan
*/
public class Stage {
private String name;
private Option rootOption;
private String videoPath;
private long timeOnStage... | UTF-8 | Java | 1,488 | java | Stage.java | Java | [
{
"context": "ybadgers.flltutorial.model;\r\n\r\n/**\r\n *\r\n * @author Dan\r\n */\r\npublic class Stage {\r\n private String na",
"end": 174,
"score": 0.9994984865188599,
"start": 171,
"tag": "NAME",
"value": "Dan"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.honeybadgers.flltutorial.model;
/**
*
* @author Dan
*/
public class Stage {
private String name;
private Option rootOption;
private String videoPath;
private long timeOnStage... | 1,488 | 0.573253 | 0.573253 | 64 | 21.25 | 18.907671 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28125 | false | false | 9 |
c3e5a43b8254a7be6383282a275ddb46eecc73c0 | 32,478,542,705,056 | e7827ee97e816d24d0ea97be8dd58acf8ff56d72 | /SpringProjectOne/DAO/src/main/java/projectone/assign3/DAOController.java | 339e60ad877f16175d965c7281117be71c938010 | [] | no_license | gus07ven/JavaLearning | https://github.com/gus07ven/JavaLearning | edc6995a43f1d3b4a7387e16935c37660bb08e0e | 66c6927d11b8b327f9d3ace1a075420dd3f42fe4 | refs/heads/master | 2020-05-21T17:41:46.512000 | 2017-10-30T05:31:15 | 2017-10-30T05:31:15 | 62,418,121 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package projectone.assign3;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFacto... | UTF-8 | Java | 2,424 | java | DAOController.java | Java | [
{
"context": "ClassPathXmlApplicationContext;\n\n/**\n *\n * @author gusta\n */\npublic class DAOController {\n \n private",
"end": 553,
"score": 0.9951962828636169,
"start": 548,
"tag": "USERNAME",
"value": "gusta"
},
{
"context": "tudents addStudent() {\n bean.setFirst... | 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 projectone.assign3;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFacto... | 2,424 | 0.625825 | 0.617162 | 72 | 32.666668 | 23.121058 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 9 |
9f0627ef46623aa216d941f7ecd34a9fec9c975c | 19,138,374,287,621 | 63e36d35f51bea83017ec712179302a62608333e | /com/android/server/devicepolicy/SecurityLogMonitor.java | 9d771d4777dcaa0d6f4de143ad8330259f9e629f | [] | no_license | hiepgaf/oneplus_blobs_decompiled | https://github.com/hiepgaf/oneplus_blobs_decompiled | 672aa002fa670bdcba8fdf34113bc4b8e85f8294 | e1ab1f2dd111f905ff1eee18b6a072606c01c518 | refs/heads/master | 2021-06-26T11:24:21.954000 | 2017-08-26T12:45:56 | 2017-08-26T12:45:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.server.devicepolicy;
import android.app.admin.SecurityLog;
import android.app.admin.SecurityLog.SecurityEvent;
import android.os.Process;
import android.util.Log;
import com.android.internal.annotations.GuardedBy;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import... | UTF-8 | Java | 10,301 | java | SecurityLogMonitor.java | Java | [] | null | [] | package com.android.server.devicepolicy;
import android.app.admin.SecurityLog;
import android.app.admin.SecurityLog.SecurityEvent;
import android.os.Process;
import android.util.Log;
import com.android.internal.annotations.GuardedBy;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import... | 10,301 | 0.624114 | 0.565188 | 304 | 32.888157 | 30.269089 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 9 |
d884855802d28964e31b40df481d43d00b607a69 | 3,058,016,756,370 | 0c23331923c7eb313f1bfb80d98238e653771b3d | /server/src/main/java/zuminternet/pilot/advice/exception/SignUpException.java | 56f9c3620b86df5ece83a973df759c928a4f79db | [] | no_license | JunilHwang/zum_pilot | https://github.com/JunilHwang/zum_pilot | 591e537b48429461491d22f27f80de166de0fc6c | 3d361a27e2b90e8ee2ae288824ffb31494a0bd50 | refs/heads/master | 2021-08-19T05:24:10.085000 | 2020-09-05T07:38:37 | 2020-09-05T07:38:37 | 219,301,404 | 7 | 0 | null | false | 2020-09-05T07:38:38 | 2019-11-03T12:59:22 | 2020-07-03T11:29:08 | 2020-09-05T07:38:37 | 67,334 | 2 | 0 | 0 | Java | false | false | package zuminternet.pilot.advice.exception;
public class SignUpException extends RuntimeException {
public SignUpException(String msg, Throwable t) {
super(msg, t);
}
public SignUpException(String msg) {
super(msg);
}
public SignUpException() {
super();
}
}
| UTF-8 | Java | 285 | java | SignUpException.java | Java | [] | null | [] | package zuminternet.pilot.advice.exception;
public class SignUpException extends RuntimeException {
public SignUpException(String msg, Throwable t) {
super(msg, t);
}
public SignUpException(String msg) {
super(msg);
}
public SignUpException() {
super();
}
}
| 285 | 0.701754 | 0.701754 | 15 | 18 | 19.25963 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
f09a7e7c3d58e5d3c03191558e2be5dabf218fde | 24,240,795,451,013 | 718f0c51b53acb21d5c3094a0ae573a0022b617b | /org/suai/platformermvc/controller/GameController.java | a5e7132e763b83aaa1b1060b04af8e5b8d384e01 | [] | no_license | Reflok/PlatformerMVC | https://github.com/Reflok/PlatformerMVC | 120a6e8f67ff4b75da5b5d2f40b27ac92b593a79 | b6fab12241bf53773079a47b63c1a5fe34008e4b | refs/heads/master | 2020-04-05T13:07:27.083000 | 2017-07-10T16:55:36 | 2017-07-10T16:55:36 | 95,114,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.suai.platformermvc.controller;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import org.suai.platformermvc.model.states.GameStateManager;
import org.suai.platformermvc.vie... | UTF-8 | Java | 1,724 | java | GameController.java | Java | [] | null | [] | package org.suai.platformermvc.controller;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import org.suai.platformermvc.model.states.GameStateManager;
import org.suai.platformermvc.vie... | 1,724 | 0.721578 | 0.718097 | 99 | 16.414141 | 19.135883 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.282828 | false | false | 9 |
f6aedc4915d7610f3e1f1aa982137ac72774838d | 29,626,684,459,397 | 52f62cb45282ee852596efb41b5233ad19293492 | /microcloudservice-eureka-7002/src/main/java/com/kuake/springcloud/MicroCloudServiceEureka7002.java | b095a8ace0b2ddfde64edf99354f92eaa51623f0 | [] | no_license | Liuzihao169/microcloudservice-all | https://github.com/Liuzihao169/microcloudservice-all | ffb179c85590f8e32f19b64c3af9adfbf7d1d5c6 | d69d4b6f6c26e2c386f1a9b99f8c963e7d4c3186 | refs/heads/master | 2022-08-21T02:47:07.496000 | 2019-06-30T14:21:26 | 2019-06-30T14:21:26 | 194,410,899 | 2 | 0 | null | false | 2022-06-21T01:23:04 | 2019-06-29T13:52:23 | 2019-10-14T07:42:17 | 2022-06-21T01:23:01 | 107 | 1 | 0 | 2 | Java | false | false | package com.kuake.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author hao
* @create 2019-06-27 ${TIM}
*/
@SpringBootApplication
@EnableEurekaServ... | UTF-8 | Java | 490 | java | MicroCloudServiceEureka7002.java | Java | [
{
"context": ".eureka.server.EnableEurekaServer;\n\n/**\n * @author hao\n * @create 2019-06-27 ${TIM}\n */\n@SpringBootAppli",
"end": 246,
"score": 0.991449773311615,
"start": 243,
"tag": "USERNAME",
"value": "hao"
}
] | null | [] | package com.kuake.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author hao
* @create 2019-06-27 ${TIM}
*/
@SpringBootApplication
@EnableEurekaServ... | 490 | 0.791837 | 0.759184 | 17 | 27.82353 | 25.214924 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 9 |
678ec9ae81b9b6bfd0bd82f407045723a98bfbe0 | 1,005,022,400,357 | c4f213ae657be0eb7c281d122784c31c348767b8 | /pr/L257.java | cb0685e63d5a42aa302453117dcd4c56f9fe6380 | [] | no_license | wangkewen/Coding-and-Algorithms | https://github.com/wangkewen/Coding-and-Algorithms | 418a8cc9b8a9401a580d1a418c90e4fdb74b1389 | 65571d3c6aed0f88102e4d4c01436faa9c0759e2 | refs/heads/master | 2020-05-04T23:46:24.503000 | 2020-05-03T18:34:17 | 2020-05-03T18:34:17 | 179,554,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class L257{
public List<String> binaryTreePaths(TreeNode root) {
List<String> rs = new LinkedList<String>();
dfs(rs, root, "");
return rs;
}
public void dfs(List<String> rs, TreeNode root, String path){
if(root == null) return;
if(path.length()==0) path = path+... | UTF-8 | Java | 559 | java | L257.java | Java | [] | null | [] | public class L257{
public List<String> binaryTreePaths(TreeNode root) {
List<String> rs = new LinkedList<String>();
dfs(rs, root, "");
return rs;
}
public void dfs(List<String> rs, TreeNode root, String path){
if(root == null) return;
if(path.length()==0) path = path+... | 559 | 0.565295 | 0.55814 | 15 | 36.266666 | 21.867683 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 9 |
3b29c33911abf1268659936c7d7a3a5deea7b6d9 | 35,476,429,881,871 | 8f06058c31d7b0094a7347da76aabcacdc9613f9 | /app/src/main/java/com/blue/uistudy/activity/OwnApplication.java | 40d359bd3a2b990f33b4e1d8c3b1fee935c47c62 | [] | no_license | lyxxman/CustomStudy | https://github.com/lyxxman/CustomStudy | 8a8ee802f1dc3cd620ee27ef8ae8351cd6eec572 | ed50720b8056f2b7de0b40d443e03658d4f979b9 | refs/heads/master | 2020-05-21T20:48:39.407000 | 2016-12-15T06:11:15 | 2016-12-15T06:11:15 | 61,929,327 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blue.uistudy.activity;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.util.Log;
import com.tencent.android.tpush.XGNotifaction;
import com.tencent.android.tpush.XGPushManager;
import com.tencent.android.tpush.XGPushNotifactionCallback;
i... | UTF-8 | Java | 501 | java | OwnApplication.java | Java | [
{
"context": "e on 2016/6/29 0029.\n * describe :xxxx\n * author : ly\n * email : 839482621@qq.com\n */\npublic class OwnA",
"end": 414,
"score": 0.9944190382957458,
"start": 412,
"tag": "USERNAME",
"value": "ly"
},
{
"context": "0029.\n * describe :xxxx\n * author : ly\n * email : 8... | null | [] | package com.blue.uistudy.activity;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.util.Log;
import com.tencent.android.tpush.XGNotifaction;
import com.tencent.android.tpush.XGPushManager;
import com.tencent.android.tpush.XGPushNotifactionCallback;
i... | 492 | 0.784431 | 0.744511 | 23 | 20.782608 | 18.787037 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 9 |
20dc89b0c6f61e3b42a7e9b0ed07fe789b60de3b | 12,781,822,717,992 | dfdfe42f183ede194da3056572f7ff53bbabdde6 | /src/src/java/dao/daoconnexion.java | 78e3e90ef5d48ed4269597fd54640b0e4a7151d0 | [] | no_license | gayendeye/Application-Web-gestion-projet | https://github.com/gayendeye/Application-Web-gestion-projet | e62f17d9b2d58832553fc6098d82f0600cb75dd3 | 9176fc05569b58ee6716af91173888c98a644efc | refs/heads/master | 2022-03-29T20:42:44.547000 | 2020-01-25T14:30:32 | 2020-01-25T14:30:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import bean.administrateurbean;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
public class daoconnexion {
/* ... | UTF-8 | Java | 4,273 | java | daoconnexion.java | Java | [
{
"context": "erverTimezone=UTC\";\n String utilisateur = \"root\";\n String motDePasse = \"\";\n Connect",
"end": 1090,
"score": 0.8588417172431946,
"start": 1086,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package dao;
import bean.administrateurbean;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
public class daoconnexion {
/* ... | 4,273 | 0.564687 | 0.563747 | 113 | 36.690266 | 26.890825 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716814 | false | false | 9 |
8d7e0c9a9aed521fe0fea16f4b5f37c34e8d50dd | 24,567,212,991,951 | b187ea400a7e20e1041f529b030a8ffed3e17289 | /Stage3/大厂算法/src/module-info.java | b801566162921abb0aa1f1091f08314c64a4ad5c | [] | no_license | DaiyiLL/YIJavaDemo | https://github.com/DaiyiLL/YIJavaDemo | 26ceed5aaa6939eeaa7c1ffbe0a29280716292eb | 8bb63f5abbe2aae215195cd7f5f5dbb48c93152a | refs/heads/master | 2023-04-02T05:39:41.309000 | 2021-04-08T13:34:36 | 2021-04-08T13:34:36 | 291,877,642 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | module 大厂算法 {
} | UTF-8 | Java | 23 | java | module-info.java | Java | [] | null | [] | module 大厂算法 {
} | 23 | 0.666667 | 0.666667 | 2 | 7 | 6 | 13 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 9 |
f35ea10c13756eaf121d3134ac351a27e0a9f632 | 31,112,743,149,681 | 4c004a4eab10ea0915fd2b32a69ed963aebdaa7d | /src/main/java/com/example/quiz/util/HistoryUtil.java | 1c619602b00d1a53a1f07613e2d0ff3969db7081 | [] | no_license | azzumioz/quiz-spring | https://github.com/azzumioz/quiz-spring | 60cc24ac6451f3b540d9d6c30a2454419b102095 | c55710aea422081bb4de7d9a91b72c7213972711 | refs/heads/master | 2023-07-07T08:20:39.329000 | 2021-08-06T15:05:51 | 2021-08-06T15:05:51 | 351,108,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.quiz.util;
import com.example.quiz.dto.HistoryDTO;
import com.example.quiz.entity.History;
import java.util.List;
import java.util.stream.Collectors;
public class HistoryUtil {
public static HistoryDTO asTo(History history) {
return new HistoryDTO(history.getId(), history.getQuiz().ge... | UTF-8 | Java | 612 | java | HistoryUtil.java | Java | [] | null | [] | package com.example.quiz.util;
import com.example.quiz.dto.HistoryDTO;
import com.example.quiz.entity.History;
import java.util.List;
import java.util.stream.Collectors;
public class HistoryUtil {
public static HistoryDTO asTo(History history) {
return new HistoryDTO(history.getId(), history.getQuiz().ge... | 612 | 0.73366 | 0.73366 | 17 | 35 | 45.276924 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 9 |
37ce8d4dbec5c59fa9f4444870c60643feab86c4 | 9,182,640,138,311 | e3d3b2fcdf64111a764d2644a36f1a98e21a42a0 | /oak-api-support/services/src/main/java/com/oak/api/services/system/req/GetSettingReq.java | 36e9befd37b5384271549c3f5a193b9c37012696 | [] | no_license | fengwuxp/some-examples | https://github.com/fengwuxp/some-examples | 85fa3e8f5e0746511250831471db07246c973771 | 0b5b205f9939642b3a39515b4bd57d00d45f9db7 | refs/heads/master | 2023-04-15T12:23:25.462000 | 2021-04-24T13:39:11 | 2021-04-24T13:39:11 | 361,166,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oak.api.services.system.req;
import com.oak.api.model.ApiBaseReq;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
@Data
@Schema(description ="获取配置项值")
public class GetSettingReq extends ApiBaseReq {
@Schema(description ="配置名称")
private String name;
@Schema(description... | UTF-8 | Java | 572 | java | GetSettingReq.java | Java | [] | null | [] | package com.oak.api.services.system.req;
import com.oak.api.model.ApiBaseReq;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
@Data
@Schema(description ="获取配置项值")
public class GetSettingReq extends ApiBaseReq {
@Schema(description ="配置名称")
private String name;
@Schema(description... | 572 | 0.698885 | 0.697026 | 26 | 19.692308 | 18.658405 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 9 |
ea48e76e9a6c5ff6182e42ea11bcf377004e5cf3 | 20,882,131,002,165 | 1ce301f059d374ba3f7e99157328655b8c3895e4 | /server/src/main/java/com/epam/carrental/config/DatabaseConfig.java | 5145d48b3b26b8ba495c2ba6a8231e94c7400f3c | [] | no_license | OlgaErmolaeva/Car-rental | https://github.com/OlgaErmolaeva/Car-rental | 7ed104d0abf5b81e91556794847e61cd641891fa | 8f1ad3d278293228cecc866cb6ee8591be99c938 | refs/heads/master | 2021-01-17T17:48:38.294000 | 2017-12-20T07:16:52 | 2017-12-20T07:16:52 | 70,245,758 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.carrental.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env.Environmen... | UTF-8 | Java | 3,301 | java | DatabaseConfig.java | Java | [] | null | [] | package com.epam.carrental.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env.Environmen... | 3,301 | 0.784308 | 0.783702 | 74 | 43.608109 | 31.815268 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635135 | false | false | 9 |
7ffa47a16805cb550d4a16acd7304e0d806ef39a | 17,686,675,371,204 | bc63a607e174f1649fb9cba174a2145b7335a94a | /src/Game/Map/DeerCave.java | c78ab114e50b7d2c7fd9782d2d15f93f2b00a80f | [] | no_license | lygggg/game2 | https://github.com/lygggg/game2 | 471da6af94426aa80520bfbc870dceb2dc58282d | 16e2a7620403e1682eb7513dee918b7d74a84493 | refs/heads/master | 2020-06-29T11:14:00.535000 | 2019-08-27T13:50:21 | 2019-08-27T13:50:21 | 200,519,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Game.Map;
import Game.User.Hero;
public class DeerCave extends HuntingGround {
public DeerCave(String name) {
super("사슴굴");
}
@Override
public void Fight(int avoidance) {
}
public void join() {
System.out.println("사슴굴에 입장하셨습니다");
System.out.println("\ ... | UTF-8 | Java | 866 | java | DeerCave.java | Java | [
{
"context": " public DeerCave(String name) {\n super(\"사슴굴\");\n }\n\n @Override\n public void Fight(int",
"end": 142,
"score": 0.9686299562454224,
"start": 139,
"tag": "NAME",
"value": "사슴굴"
}
] | null | [] | package Game.Map;
import Game.User.Hero;
public class DeerCave extends HuntingGround {
public DeerCave(String name) {
super("사슴굴");
}
@Override
public void Fight(int avoidance) {
}
public void join() {
System.out.println("사슴굴에 입장하셨습니다");
System.out.println("\ ... | 866 | 0.470663 | 0.466837 | 34 | 22.058823 | 21.66176 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 9 |
35a594c9761453501e9a2b4b9601e248f2d96478 | 29,961,691,859,373 | 6090571a5fdc77832e2722d2dafd0747e554ba1e | /WEBSITE/src/controller/ManagerLoaitailieuServlet.java | 0146c11294f4dd68950d63238213f51ae776d359 | [] | no_license | Nhom14LapTrinhWeb/Laptrinhweb-nhom14 | https://github.com/Nhom14LapTrinhWeb/Laptrinhweb-nhom14 | 443fd27ad8b56f39815c818904cc9a35bb3048f0 | 3b09c2e8d09cf993bc96caf19689e7c017fa23ee | refs/heads/master | 2021-01-24T10:32:36.177000 | 2016-12-13T15:25:59 | 2016-12-13T15:25:59 | 69,735,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Models.... | UTF-8 | Java | 2,408 | java | ManagerLoaitailieuServlet.java | Java | [] | null | [] | package controller;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Models.... | 2,408 | 0.749585 | 0.747508 | 79 | 29.481012 | 26.576786 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.886076 | false | false | 9 |
b86303ff91cfee3adb3c4d6357a51f7e6b91f698 | 9,964,324,149,019 | 02413d52fb7a9c90716d95e0d30db22ce3a57def | /src/Model/StatusNarudzbine.java | c84dfd95068a543b16ef1e8d24712f8dbcdce9a5 | [] | no_license | nikolappc/WebShop | https://github.com/nikolappc/WebShop | baf06c61ca5d78982ebce07cca0253c13dd11b9d | 5720f4450625dc50badc0032abccaebb316db4c3 | refs/heads/master | 2020-05-29T10:19:20.969000 | 2019-07-02T15:04:32 | 2019-07-02T15:04:32 | 189,090,339 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***********************************************************************
* Module: StatusNarudzbine.java
* Author: Stefan
* Purpose: Defines the Class StatusNarudzbine
***********************************************************************/
package Model;
import java.util.*;
public enum StatusNarudzbine {
obr... | UTF-8 | Java | 397 | java | StatusNarudzbine.java | Java | [
{
"context": "****\n * Module: StatusNarudzbine.java\n * Author: Stefan\n * Purpose: Defines the Class StatusNarudzbine\n *",
"end": 125,
"score": 0.9998557567596436,
"start": 119,
"tag": "NAME",
"value": "Stefan"
}
] | null | [] | /***********************************************************************
* Module: StatusNarudzbine.java
* Author: Stefan
* Purpose: Defines the Class StatusNarudzbine
***********************************************************************/
package Model;
import java.util.*;
public enum StatusNarudzbine {
obr... | 397 | 0.450882 | 0.450882 | 17 | 22.411764 | 21.600813 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 9 |
64d7390177f3a7d9b9f07eb1c563f845e0bdf05f | 21,586,505,659,573 | a7550428298e09505e72488f2260f9f89c49bb31 | /hospital-manager/src/main/java/com/hospital/is/service/MedicalFolderService.java | 3996c234505fe0fe9d9f95fda37d1b9ad8305bfd | [] | no_license | IkhlasKhey/Hospital | https://github.com/IkhlasKhey/Hospital | 57d8815b7dded863cef506ae71cffb22c3d0da89 | 7bd9bb0bea76cae5b7ac1fd0d1a8e0f26890775a | refs/heads/master | 2020-04-11T18:26:01.565000 | 2018-12-17T11:58:02 | 2018-12-17T11:58:02 | 161,303,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hospital.is.service;
import com.hospital.is.model.MedicalFolderDTO;
public interface MedicalFolderService extends Service<MedicalFolderDTO> {
}
| UTF-8 | Java | 159 | java | MedicalFolderService.java | Java | [] | null | [] | package com.hospital.is.service;
import com.hospital.is.model.MedicalFolderDTO;
public interface MedicalFolderService extends Service<MedicalFolderDTO> {
}
| 159 | 0.830189 | 0.830189 | 7 | 21.714285 | 27.175169 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 9 |
f112f9c38df8238960baf2a952cf9efab41e0ccd | 9,500,467,687,957 | 80b445ad2313aaae6723e85609613f364396e540 | /src/main/java/com/agent/entities/Company.java | 79e51c60ea012023ee58a136e264e6e63a08545a | [] | no_license | nurzamat/agent | https://github.com/nurzamat/agent | 16cee324d9a84359b99f1d8fe024e44018e9b30f | 90f56c301f5c6935ec0f3de8a48be4de034b7968 | refs/heads/master | 2020-04-07T14:42:19.895000 | 2018-11-20T22:55:39 | 2018-11-20T22:55:39 | 158,457,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.agent.entities;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import java.io.Serializable;
import java.util.Set;
@Entity
@Table(name="companies")
public class Company implements Serializable {
private static final long serialVer... | UTF-8 | Java | 1,207 | java | Company.java | Java | [] | null | [] | package com.agent.entities;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import java.io.Serializable;
import java.util.Set;
@Entity
@Table(name="companies")
public class Company implements Serializable {
private static final long serialVer... | 1,207 | 0.6628 | 0.661972 | 59 | 19.440678 | 19.334934 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355932 | false | false | 9 |
5515102b4beb3e8831609d7fdaa43e4f417b28c5 | 21,010,980,075,335 | b2333f5ee0e5576ad26fff2f9cbb1ec95ae86b00 | /src/main/org/domain/moneda/entity/Activacion.java | ae7d5e3fd0a156298b6ef0ca60b5d082b9991fc5 | [] | no_license | lfernandortiz/moneda | https://github.com/lfernandortiz/moneda | b989b83d62cc13e09e3433c97150bcdcef36c6de | 7ad83506f84537e77821837468e94def7fce28b7 | refs/heads/master | 2021-01-11T15:58:23.512000 | 2016-03-31T21:35:51 | 2016-03-31T21:35:51 | 44,342,315 | 0 | 0 | null | true | 2015-10-15T20:05:54 | 2015-10-15T20:05:52 | 2015-10-15T16:03:22 | 2015-10-15T20:00:39 | 0 | 0 | 0 | 0 | null | null | null | package org.domain.moneda.entity;
// Generated 28/03/2013 11:43:43 PM by Hibernate Tools 3.2.4.GA
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persi... | UTF-8 | Java | 15,180 | java | Activacion.java | Java | [
{
"context": "o = correo;\n\t\tthis.clave = clave;\n\t\tthis.usuario = usuario;\n\t\tthis.llave = llave;\n\t\tthis.ano = ano;\n\t\tthis.p",
"end": 3794,
"score": 0.6328051686286926,
"start": 3787,
"tag": "USERNAME",
"value": "usuario"
},
{
"context": "upoaprobado = cupoaprobado;\n\t}... | null | [] | package org.domain.moneda.entity;
// Generated 28/03/2013 11:43:43 PM by Hibernate Tools 3.2.4.GA
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persi... | 15,180 | 0.742688 | 0.735771 | 620 | 23.483871 | 20.811785 | 240 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.585484 | false | false | 9 |
ebf5709d73d95db4a2fa66fb57566c1e4e2cfc24 | 4,217,657,945,917 | 1e13a9bf5c53110f0eb39d9280dbd91bb960643a | /src/main/java/net/dongliu/apk/parser/ApkParsers.java | e0cc1cfd9e7725069f2fdaf01be490842d0b06f2 | [
"BSD-2-Clause"
] | permissive | codbking/apk-parser | https://github.com/codbking/apk-parser | d4dc5842a0c813a9292d1db0995d040646784ada | dc14be9af5782b963248600313a0f237d62e8ab8 | refs/heads/master | 2021-09-14T15:47:28.154000 | 2019-06-18T12:46:33 | 2019-06-18T12:46:33 | 183,198,367 | 1 | 0 | BSD-2-Clause | false | 2021-08-13T15:32:36 | 2019-04-24T09:45:32 | 2019-06-18T12:46:48 | 2021-08-13T15:32:35 | 1,179 | 1 | 0 | 2 | Java | false | false | package net.dongliu.apk.parser;
import net.dongliu.apk.parser.bean.ApkMeta;
import java.io.File;
import java.io.IOException;
import java.util.Locale;
/**
* Convenient utils method for parse apk file
*
* @author Liu Dong
*/
public class ApkParsers {
private static boolean useBouncyCastle;
public static ... | UTF-8 | Java | 4,528 | java | ApkParsers.java | Java | [
{
"context": "ient utils method for parse apk file\n *\n * @author Liu Dong\n */\npublic class ApkParsers {\n\n private static",
"end": 225,
"score": 0.9998326897621155,
"start": 217,
"tag": "NAME",
"value": "Liu Dong"
}
] | null | [] | package net.dongliu.apk.parser;
import net.dongliu.apk.parser.bean.ApkMeta;
import java.io.File;
import java.io.IOException;
import java.util.Locale;
/**
* Convenient utils method for parse apk file
*
* @author <NAME>
*/
public class ApkParsers {
private static boolean useBouncyCastle;
public static bo... | 4,526 | 0.613958 | 0.613295 | 167 | 26.113773 | 25.770618 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.203593 | false | false | 9 |
68c3afc638716272ab1b92ee9627534d5f326296 | 29,652,454,238,229 | f2377663d2eb873587e9643cbac656f9af82a1c3 | /src/main/java/org/stellar/sdk/responses/effects/AccountRemovedEffectResponse.java | 9a80571401f760be739d638a26c53f83785350f5 | [
"Apache-2.0"
] | permissive | stellar/java-stellar-sdk | https://github.com/stellar/java-stellar-sdk | b827709e5fe32e61d6ab2b3c7cee9f1225880060 | 09b80071defb330183748222a0a00cb6837beb45 | refs/heads/master | 2023-08-24T08:57:00.762000 | 2023-08-10T06:53:02 | 2023-08-10T06:53:02 | 46,310,811 | 194 | 187 | Apache-2.0 | false | 2023-09-14T14:02:45 | 2015-11-16T23:52:51 | 2023-08-19T00:00:28 | 2023-09-14T14:02:45 | 14,427 | 167 | 171 | 63 | Java | false | false | package org.stellar.sdk.responses.effects;
/**
* Represents account_removed effect response.
*
* @see <a href="https://developers.stellar.org/api/resources/effects/" target="_blank">Effect
* documentation</a>
* @see org.stellar.sdk.requests.EffectsRequestBuilder
* @see org.stellar.sdk.Server#effects()
*/
pu... | UTF-8 | Java | 386 | java | AccountRemovedEffectResponse.java | Java | [] | null | [] | package org.stellar.sdk.responses.effects;
/**
* Represents account_removed effect response.
*
* @see <a href="https://developers.stellar.org/api/resources/effects/" target="_blank">Effect
* documentation</a>
* @see org.stellar.sdk.requests.EffectsRequestBuilder
* @see org.stellar.sdk.Server#effects()
*/
pu... | 386 | 0.753886 | 0.753886 | 11 | 34.090908 | 29.441635 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.090909 | false | false | 9 |
23eb88bba3b1054b756d55c85f505520c2512875 | 31,937,376,846,632 | c2aa6319b44efbfe3ce3acaa08a7b09bb18daac8 | /checker-framework/checkers/jdk/igj/src/java/util/IllegalFormatException.java | 47ac3003508caaa8810d29376c378af5a5a4264c | [] | no_license | checklt/checklt | https://github.com/checklt/checklt | 132d34258157731b178f1e9fd5bf9ca7819f6ea4 | 14f8d05868cdaa3cd9da8691fb68c01fa3a94811 | refs/heads/master | 2016-09-06T11:53:38.395000 | 2015-10-02T15:42:49 | 2015-10-02T15:42:49 | 10,589,368 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java.util;
public class IllegalFormatException extends IllegalArgumentException {
private static final long serialVersionUID = 0L;
protected IllegalFormatException() {}
}
| UTF-8 | Java | 186 | java | IllegalFormatException.java | Java | [] | null | [] | package java.util;
public class IllegalFormatException extends IllegalArgumentException {
private static final long serialVersionUID = 0L;
protected IllegalFormatException() {}
}
| 186 | 0.806452 | 0.801075 | 6 | 30 | 25.980762 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
f170625156f1bc99f5e53520ce8ca3d04da92dbf | 17,806,934,469,897 | 3209cf725f56556ee7e60d7f719e1f1c4a5da426 | /Akhil_FinalExam/src/Akhil_Q3/Vehicle.java | 888499ea4eb14b47e31f9d35054ff07fd1cb5f8e | [] | no_license | akhilkasuvojula/Kasuvojula_FinalExam_Java | https://github.com/akhilkasuvojula/Kasuvojula_FinalExam_Java | 67041b5e93ac8db87f7f1c879726f372bd1c0598 | b79429d0812aba5c40c1f87d18a07a79cb02ef4f | refs/heads/main | 2023-04-15T08:16:32.869000 | 2021-05-06T03:34:55 | 2021-05-06T03:34:55 | 364,774,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Akhil_Q3;
/**
*
* @author Akhil Kasuvojula
*/
public class Vehicle {
private String name;
private Stri... | UTF-8 | Java | 512 | java | Vehicle.java | Java | [
{
"context": "or.\r\n */\r\npackage Akhil_Q3;\r\n\r\n/**\r\n *\r\n * @author Akhil Kasuvojula\r\n */\r\npublic class Vehicle {\r\n private String ",
"end": 247,
"score": 0.9998894929885864,
"start": 231,
"tag": "NAME",
"value": "Akhil Kasuvojula"
}
] | 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 Akhil_Q3;
/**
*
* @author <NAME>
*/
public class Vehicle {
private String name;
private String type;
... | 502 | 0.613281 | 0.611328 | 24 | 19.333334 | 20.639095 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
979e530745dd728e5c93f4e409bb8743257f23c9 | 27,169,963,135,618 | a6afc3e8494710540a1508980990ef2f04e0bdb0 | /repository/BiletRepository.java | ee1df9ffc85250d6ba208235acd1305d82f101a1 | [] | no_license | Iustin6x/ISS-Proiect | https://github.com/Iustin6x/ISS-Proiect | 49d14b9aa9d0c6cf7eb94caaf0834c0954bf72bd | 379d32d47cf2976f3e0286526c22fc198627b5ec | refs/heads/master | 2022-09-07T12:58:11.619000 | 2020-05-26T06:29:41 | 2020-05-26T06:29:41 | 266,958,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Repository;
import Model.Bilet;
import Model.Spectacol;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.Standar... | UTF-8 | Java | 7,274 | java | BiletRepository.java | Java | [] | null | [] | package Repository;
import Model.Bilet;
import Model.Spectacol;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.Standar... | 7,274 | 0.493676 | 0.493401 | 224 | 30.464285 | 22.24054 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580357 | false | false | 9 |
f8e18da51fd799c44bb47ad8cbbb965bfb511b8c | 13,580,686,655,165 | c3221897c14a4c43b71ec22194118508efdbac6c | /DesenvolvimentoJava/Modulo04/01_SpringWeb/src/br/com/seniorsolution/jdbc/DisciplinaMapper.java | ec49f946f45c4836b0e30f2cfb7eb1efa27d0bdf | [] | no_license | NicholasMaestrello/treinamento-impacta | https://github.com/NicholasMaestrello/treinamento-impacta | e65c62d322b8d22b056abd43d065eecd14ba288c | 52b869e3bb15fb7b6bfd9cebbe0e6aab08b0e02c | refs/heads/master | 2020-03-18T18:10:06.480000 | 2018-05-27T19:42:37 | 2018-05-27T19:42:37 | 135,075,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.seniorsolution.jdbc;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.jdbc.core.RowMapper;
import br.com.seniorsolution.entidades.Discipl... | UTF-8 | Java | 985 | java | DisciplinaMapper.java | Java | [] | null | [] | package br.com.seniorsolution.jdbc;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.jdbc.core.RowMapper;
import br.com.seniorsolution.entidades.Discipl... | 985 | 0.777665 | 0.77665 | 32 | 29.78125 | 25.830862 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 9 |
cc35fe81e90a9f3fd1407a5f6115084e781a0aa2 | 7,507,602,890,726 | e6935663b8b3e9d1fcb73cb7c05fe50cdd2b6889 | /src/com/liusoft/dlog4j/formbean/DiaryForm.java | 31903041a6544204f6392847b335f27b9900dbd4 | [] | no_license | freeoa/dlog4j | https://github.com/freeoa/dlog4j | 638dcb2e0ec604e0ca4624c67d714e67fc5ad257 | 56a909a508ba506ada8bc01377ca1c52759cc4ad | refs/heads/master | 2021-07-28T23:56:06.884000 | 2010-08-10T13:04:40 | 2010-08-10T13:04:40 | 828,613 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* DiaryForm.java
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distr... | UTF-8 | Java | 4,767 | java | DiaryForm.java | Java | [
{
"context": "30, Boston, MA 02111-1307, USA.\r\n * \r\n * Author: Winter Lau (javayou@gmail.com)\r\n * http://dlog4j.sourceforg",
"end": 805,
"score": 0.9998085498809814,
"start": 795,
"tag": "NAME",
"value": "Winter Lau"
},
{
"context": "A 02111-1307, USA.\r\n * \r\n * Author:... | null | [] | /*
* DiaryForm.java
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distr... | 4,753 | 0.678798 | 0.67244 | 214 | 19.313084 | 19.069967 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.331776 | false | false | 9 |
17852393383dba30f288c1277969b22e26c4a128 | 26,620,207,320,354 | 262139700053e15ad310865ecf4481340a3992c8 | /Encapsulamento_Heranca/3Pessoa.java | d9dc78a86ce26cade825ae6deb5492fc9f19f2b0 | [] | no_license | BrunaSant/Java | https://github.com/BrunaSant/Java | 524b74b2bf1f9714df26a575eadb433ff4b26edc | db6a19b93b615488f97c705d6e601340b9bdb13a | refs/heads/master | 2023-01-06T02:20:55.871000 | 2020-11-01T14:16:02 | 2020-11-01T14:16:02 | 309,110,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lista5_Encapsulamento_Heranca;
public class Exercicio3Pessoa {
public static void main(String[] args) {
Exercicio3PessoaClasse pessoa = new Exercicio3PessoaClasse("joao","Masculino",1554);
Exercicio3Operario operario = new Exercicio3Operario("Maria","Feminino", 889, 1550, 1);
System.out.println(pes... | UTF-8 | Java | 406 | java | 3Pessoa.java | Java | [
{
"context": "PessoaClasse pessoa = new Exercicio3PessoaClasse(\"joao\",\"Masculino\",1554);\n\t\tExercicio3Operario operario",
"end": 182,
"score": 0.9995181560516357,
"start": 178,
"tag": "NAME",
"value": "joao"
},
{
"context": "cicio3Operario operario = new Exercicio3Operario(\"Ma... | null | [] | package lista5_Encapsulamento_Heranca;
public class Exercicio3Pessoa {
public static void main(String[] args) {
Exercicio3PessoaClasse pessoa = new Exercicio3PessoaClasse("joao","Masculino",1554);
Exercicio3Operario operario = new Exercicio3Operario("Maria","Feminino", 889, 1550, 1);
System.out.println(pes... | 406 | 0.743842 | 0.699507 | 13 | 30.23077 | 31.542776 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.846154 | false | false | 9 |
8f01486ceee8a4c65800ea9eca6cd2793bdb0568 | 32,521,492,431,263 | ca63387e9d08e7d089543a5ce61da6ca1fcb8610 | /src/java/model/Pedido.java | b75e52f559a8f034be135f4efca1b2611d21a09f | [] | no_license | eduarley/proyectoPrograV | https://github.com/eduarley/proyectoPrograV | 88526e254b40a54fe250709bbcdee475fefafe01 | 4bd01ed54b05d0105b9c5eaf8aadb71e18fb963b | refs/heads/master | 2021-03-21T14:59:05.125000 | 2020-04-25T00:46:03 | 2020-04-25T00:46:03 | 247,305,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import java.sql.Date;
import java.sql.Time;
import java.util.ArrayList;
/**
*
* @author march
*/
public class Pedid... | UTF-8 | Java | 3,379 | java | Pedido.java | Java | [
{
"context": "me;\nimport java.util.ArrayList;\n\n/**\n *\n * @author march\n */\npublic class Pedido {\n private int id;\n ",
"end": 297,
"score": 0.9986915588378906,
"start": 292,
"tag": "USERNAME",
"value": "march"
},
{
"context": "do) {\n this.id = id;\n this.u... | 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 model;
import java.sql.Date;
import java.sql.Time;
import java.util.ArrayList;
/**
*
* @author march
*/
public class Pedid... | 3,379 | 0.65404 | 0.65404 | 141 | 22.971632 | 24.245184 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453901 | false | false | 9 |
e459bc87a506046e854e96904fe9c972bd1eedcb | 26,594,437,509,220 | 98464b84f3db7a04a030bb146c4e3d3dc554c0f7 | /DevFortress/src/devfortress/view/dialogs/TrainingPanel.java | 17491410fe934868e7ba392aafb574cd83322f17 | [] | no_license | anhtrantuan/RMIT_SoftwareEngineering2_ISYS2102 | https://github.com/anhtrantuan/RMIT_SoftwareEngineering2_ISYS2102 | d500018c4242fee30de78710a9b65080614aa13f | 10632e6b593e4190fda961fd074a324192a1389b | refs/heads/master | 2020-05-07T08:57:15.089000 | 2013-01-22T05:27:16 | 2013-01-22T05:27:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package devfortress.view.dialogs;
import devfortress.model.employee.Employee;
import devfortress.model.facade.Model;
import devfortress.utilities.Constant;
import devfortress.view.editors.TableButtonCellEditor;... | UTF-8 | Java | 6,973 | java | TrainingPanel.java | Java | [
{
"context": "\nimport javax.swing.JPanel;\r\n\r\n/**\r\n *\r\n * @author Sherlock\r\n */\r\npublic class TrainingPanel extends javax.sw",
"end": 584,
"score": 0.9993507266044617,
"start": 576,
"tag": "NAME",
"value": "Sherlock"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package devfortress.view.dialogs;
import devfortress.model.employee.Employee;
import devfortress.model.facade.Model;
import devfortress.utilities.Constant;
import devfortress.view.editors.TableButtonCellEditor;... | 6,973 | 0.661408 | 0.640614 | 178 | 37.174156 | 28.83132 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741573 | false | false | 9 |
8a8274d3d8cf26fa182c97b157a9414deb41f7ee | 5,351,529,286,292 | 091fb07b4f36d861407a8d5542fe936a9b50041e | /lab01/binarysearch.java | e8dd7201304bbc24b299e5d98c5c3b031413a872 | [] | no_license | AryanTayal1/object-oriented-programming- | https://github.com/AryanTayal1/object-oriented-programming- | e32ea094d1ec8b8d6abc9f0da598818890f9eb0a | e80eca22294d060432040d4256758d65072b80fd | refs/heads/main | 2023-08-05T11:43:38.760000 | 2021-09-20T15:50:56 | 2021-09-20T15:50:56 | 405,113,884 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab01;
public class binarysearch {
int Binarysearch(int arr[], int l, int r, int x) {
if(r>=1) {
int mid=1+(r-1)/2;
if(arr[mid]==x)
return mid;
if(arr[mid]>x)
return Binarysearch(arr,l,mid-1,x);
return Binarysearch(a... | UTF-8 | Java | 760 | java | binarysearch.java | Java | [] | null | [] | package lab01;
public class binarysearch {
int Binarysearch(int arr[], int l, int r, int x) {
if(r>=1) {
int mid=1+(r-1)/2;
if(arr[mid]==x)
return mid;
if(arr[mid]>x)
return Binarysearch(arr,l,mid-1,x);
return Binarysearch(a... | 760 | 0.492105 | 0.468421 | 35 | 20.714285 | 19.720289 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.828571 | false | false | 9 |
3158ae285f744c32dc1bf1697c6fa85a34105c68 | 23,819,888,664,020 | f1f14650ef28653e674736f3d181400e7aea3911 | /app/src/main/java/br/com/neolog/cplmobile/exception/ExceptionModule.java | 775fffc45736e3b8258a7407d488dd0c67f0f530 | [] | no_license | DenisHDG/cpl-mobile | https://github.com/DenisHDG/cpl-mobile | efc9ee1f620ad31a910ad0a997d54aa82057540b | 7090761de335f25c6a7eec2702b2033aa505fdee | refs/heads/master | 2020-04-10T07:20:06.649000 | 2018-12-07T21:45:52 | 2018-12-07T21:45:52 | 160,878,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.neolog.cplmobile.exception;
import dagger.Module;
@Module
public class ExceptionModule
{
}
| UTF-8 | Java | 108 | java | ExceptionModule.java | Java | [] | null | [] | package br.com.neolog.cplmobile.exception;
import dagger.Module;
@Module
public class ExceptionModule
{
}
| 108 | 0.796296 | 0.796296 | 8 | 12.5 | 14.958275 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
f7bb44467d462017a713966f45e24382559e8fad | 23,819,888,667,738 | 62e3f2e7c08c6e005c63f51bbfa61a637b45ac20 | /B-Genius_AdFree/app/src/main/java/com/badlogic/gdx/graphics/glutils/ETC1.java | 97ab9c1989930844ff7cc1ac7d68259dc4884c34 | [] | no_license | prasad-ankit/B-Genius | https://github.com/prasad-ankit/B-Genius | 669df9d9f3746e34c3e12261e1a55cf5c59dd1c6 | 1139ec152b743e30ec0af54fe1f746b57b0152bf | refs/heads/master | 2021-01-22T21:00:04.735000 | 2016-05-20T19:03:46 | 2016-05-20T19:03:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.badlogic.gdx.graphics.glutils;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Pixmap.Format;
import com.badlogic.gdx.utils.BufferUtils;
import com.badlogic.gdx.utils.GdxRuntimeException;
import java.nio.ByteBuffer;
public class ETC1
{
public static int ETC1_RGB8_OES;
public ... | UTF-8 | Java | 3,218 | java | ETC1.java | Java | [
{
"context": "int paramInt);\n}\n\n/* Location: C:\\Users\\KSHITIZ GUPTA\\Downloads\\apktool-install-windws\\dex2jar-0.0.9.",
"end": 3034,
"score": 0.9097659587860107,
"start": 3023,
"tag": "NAME",
"value": "KSHITIZ GUP"
}
] | null | [] | package com.badlogic.gdx.graphics.glutils;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Pixmap.Format;
import com.badlogic.gdx.utils.BufferUtils;
import com.badlogic.gdx.utils.GdxRuntimeException;
import java.nio.ByteBuffer;
public class ETC1
{
public static int ETC1_RGB8_OES;
public ... | 3,213 | 0.743319 | 0.71504 | 87 | 36 | 40.528122 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
5b3b7aaed09ebb158c4ea2bff8f5ac08ac5c15de | 7,765,300,935,474 | b0e73bfbba856919b61896c3bde4c6782e948285 | /com.cubrid.common.ui/src/com/cubrid/common/ui/query/editor/ColumnProposalAdvisor.java | d51e9393ffbbe483dcbb3f2cba61703dd273e0d0 | [] | no_license | CUBRID/cubrid-manager | https://github.com/CUBRID/cubrid-manager | 71bffee981e2f325fef08403bf495fa9678c0771 | 9076052c85ec949560d91b195d150943d3cf0260 | refs/heads/develop | 2023-08-15T23:13:08.722000 | 2023-08-08T03:30:04 | 2023-08-08T03:30:04 | 52,945,390 | 16 | 39 | null | false | 2023-09-01T05:27:35 | 2016-03-02T08:08:40 | 2023-08-31T14:49:44 | 2023-09-01T05:27:34 | 36,454 | 10 | 29 | 10 | Java | false | false | /*
* Copyright (C) 2013 Search Solution Corporation. All rights reserved by Search Solution.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright not... | UTF-8 | Java | 12,635 | java | ColumnProposalAdvisor.java | Java | [
{
"context": "* ColumnProposalHandler Description\n * \n * @author Kevin.Wang\n * @version 1.0 - 2013-4-8 created by Kevin.Wang\n",
"end": 3279,
"score": 0.9998663067817688,
"start": 3269,
"tag": "NAME",
"value": "Kevin.Wang"
},
{
"context": "r Kevin.Wang\n * @version 1.0 - 2013-4-8 ... | null | [] | /*
* Copyright (C) 2013 Search Solution Corporation. All rights reserved by Search Solution.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright not... | 12,635 | 0.717135 | 0.714998 | 392 | 31.232143 | 26.492002 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.079082 | false | false | 9 |
327db0d8010e106c37b82f8d284ed455cb26bb17 | 3,676,492,053,691 | 34060f47958010b6bc76a834fa23c8643c828d83 | /src/main/java/com/phei/netty/aio/TimeClient.java | 0613f20e8eb4523f8e8fb2450478e8c2ede17015 | [] | no_license | guzhangyu/practice-Code | https://github.com/guzhangyu/practice-Code | 7eac6cba6d93451b01fffb18d203c5848ba74a45 | b55265d7609ca23b1d42ab2beb35ce63db5117fa | refs/heads/master | 2022-11-29T09:10:16.114000 | 2020-12-24T10:31:03 | 2020-12-24T10:31:03 | 47,482,768 | 0 | 0 | null | false | 2022-11-24T09:40:11 | 2015-12-06T03:52:34 | 2020-12-24T10:32:26 | 2022-11-24T09:40:07 | 1,653 | 0 | 0 | 14 | Java | false | false | package com.phei.netty.aio;
/**
* Created by guzy on 16/8/1.
*/
public class TimeClient {
public static void main(String[] args) {
new Thread(new AsyncTimeClientHandler("127.0.0.1",8080)).start();
}
}
| UTF-8 | Java | 221 | java | TimeClient.java | Java | [
{
"context": "package com.phei.netty.aio;\n\n/**\n * Created by guzy on 16/8/1.\n */\npublic class TimeClient {\n\n pub",
"end": 51,
"score": 0.9996253252029419,
"start": 47,
"tag": "USERNAME",
"value": "guzy"
},
{
"context": " {\n new Thread(new AsyncTimeClientHandler(\"12... | null | [] | package com.phei.netty.aio;
/**
* Created by guzy on 16/8/1.
*/
public class TimeClient {
public static void main(String[] args) {
new Thread(new AsyncTimeClientHandler("127.0.0.1",8080)).start();
}
}
| 221 | 0.638009 | 0.574661 | 11 | 19.09091 | 22.350328 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 9 |
a696936cc8ec30f64fae39dcda0c86a48f53789f | 19,026,705,133,936 | 9034a1d9ca4863447bd937655b3696ca55ae61b3 | /app/src/main/java/com/example/arttower/adapter/QueryLabelAdapter.java | 200eb2d8c263d3256bd61e0a0ec52e81c6ab757e | [] | no_license | congge668/arttower_new | https://github.com/congge668/arttower_new | 2db2f017e8fc23d1ca75844af34092d5c74aa493 | 1a51f2ba554323517128073144daedae02d09348 | refs/heads/master | 2022-12-12T07:59:36.554000 | 2020-09-18T01:14:39 | 2020-09-18T01:14:39 | 296,253,196 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.arttower.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import com.example.arttower.Frame.BaseRvAdapter;
import com.example.arttower.Frame.Bas... | UTF-8 | Java | 1,664 | java | QueryLabelAdapter.java | Java | [] | null | [] | package com.example.arttower.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import com.example.arttower.Frame.BaseRvAdapter;
import com.example.arttower.Frame.Bas... | 1,664 | 0.734583 | 0.734583 | 52 | 30.807692 | 28.233257 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 9 |
4bda71a2f273eea0284eabebdd56064a7566051c | 15,891,378,999,709 | 81ac288bce5543a1760069644f89669334de1456 | /Projeto_Java/src/Dominio/Entidades/Bairro.java | a8cb617281fe86155274e7bb3fa76e486b204802 | [] | no_license | duraes-antonio/ResolveAE | https://github.com/duraes-antonio/ResolveAE | 52bdcc77785ca9789614488eae0e6ae2dbd04d55 | a256346dedfcdcd972a3177c4a07896fbe4eb802 | refs/heads/master | 2020-03-26T20:44:02.577000 | 2018-12-05T23:32:41 | 2018-12-05T23:32:41 | 145,342,257 | 0 | 0 | null | false | 2018-12-02T19:42:30 | 2018-08-19T22:34:42 | 2018-12-02T13:17:52 | 2018-12-02T19:42:29 | 78,929 | 0 | 0 | 0 | Java | false | null | package Dominio.Entidades;
import javax.persistence.*;
@Entity
@Table(name = "bairro")
public class Bairro {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private int id;
@Column(name = "nome", length = 60)
private String nome;
@Transient
private int f... | UTF-8 | Java | 1,428 | java | Bairro.java | Java | [] | null | [] | package Dominio.Entidades;
import javax.persistence.*;
@Entity
@Table(name = "bairro")
public class Bairro {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private int id;
@Column(name = "nome", length = 60)
private String nome;
@Transient
private int f... | 1,428 | 0.594954 | 0.593553 | 76 | 17.776316 | 16.921333 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 9 |
1d3383f967242a92d4be28217f175f555d44a8bb | 944,892,857,846 | eacf4c9e1018c83735d1029ef0d1039e5162529c | /src/dao/ITableStatut.java | 339dc65cd7592ed59068f7de5283ac42d027786b | [] | no_license | thomas-fonteneau/NantesR | https://github.com/thomas-fonteneau/NantesR | 22d643591fada2d977e332115ea5cbfbf5c9146d | 2319c2e48c1f2493c9d79d20b5a36b37c0c4da4a | refs/heads/master | 2018-01-07T17:43:59.767000 | 2013-07-04T16:39:12 | 2013-07-04T16:39:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
public interface ITableStatut {
public String tableStatut = "Statut";
public String idStatut = "idStatut";
public String libelleStatut = "libelleStatut";
}
| UTF-8 | Java | 176 | java | ITableStatut.java | Java | [] | null | [] | package dao;
public interface ITableStatut {
public String tableStatut = "Statut";
public String idStatut = "idStatut";
public String libelleStatut = "libelleStatut";
}
| 176 | 0.75 | 0.75 | 9 | 18.555555 | 18.349152 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 9 |
7f6f2dc6e51af51dd4ccd3a3ce5653049e5fa80e | 7,782,480,789,939 | 2f4a058ab684068be5af77fea0bf07665b675ac0 | /app/com/facebook/orca/login/WildfireRegStartViewGroup$4.java | 62523ca67af36ce8a844f55798960cdcfd3d7f07 | [] | no_license | cengizgoren/facebook_apk_crack | https://github.com/cengizgoren/facebook_apk_crack | ee812a57c746df3c28fb1f9263ae77190f08d8d2 | a112d30542b9f0bfcf17de0b3a09c6e6cfe1273b | refs/heads/master | 2021-05-26T14:44:04.092000 | 2013-01-16T08:39:00 | 2013-01-16T08:39:00 | 8,321,708 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.orca.login;
import com.facebook.orca.common.ui.widgets.text.CustomUrlLikeSpan.OnUrlClickHandler;
class WildfireRegStartViewGroup$4 extends CustomUrlLikeSpan.OnUrlClickHandler
{
public void a()
{
WildfireRegStartViewGroup.access$300(this.a);
}
}
/* Location: /data1/software/jd... | UTF-8 | Java | 479 | java | WildfireRegStartViewGroup$4.java | Java | [] | null | [] | package com.facebook.orca.login;
import com.facebook.orca.common.ui.widgets.text.CustomUrlLikeSpan.OnUrlClickHandler;
class WildfireRegStartViewGroup$4 extends CustomUrlLikeSpan.OnUrlClickHandler
{
public void a()
{
WildfireRegStartViewGroup.access$300(this.a);
}
}
/* Location: /data1/software/jd... | 479 | 0.755741 | 0.730689 | 16 | 29 | 33.537292 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 9 |
76aaf7ade77c7fba8bcce104e5a8759ee674013a | 31,696,858,699,050 | 7b25a015c197a8b05c8dc89646d25ebb4018aaa7 | /ANU_GPA/app/src/main/java/com/example/ANU_GPA/ScaleEffect.java | 1bd435a3220358c3866d79ebb5c04ccbb909f7a9 | [] | no_license | Kalaiz/anu-gpa | https://github.com/Kalaiz/anu-gpa | 8656179e8ff71e7aaf8a2f61cb41561c4a5ae74d | bfbddf5a761eef5476c73257052885cf340befea | refs/heads/master | 2022-12-11T02:37:08.315000 | 2020-08-29T14:40:34 | 2020-08-29T14:40:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ANU_GPA;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.os.Handler;
import android.view.View;
import java.util.HashMap;
/**
* A class which does a zoom in zoom o... | UTF-8 | Java | 3,151 | java | ScaleEffect.java | Java | [
{
"context": "n zoom out effect on any View objects.\n * @author: Kalai (u6555407)*/\n\npublic class ScaleEffect <T exten",
"end": 368,
"score": 0.9992491602897644,
"start": 363,
"tag": "NAME",
"value": "Kalai"
}
] | null | [] | package com.example.ANU_GPA;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.os.Handler;
import android.view.View;
import java.util.HashMap;
/**
* A class which does a zoom in zoom o... | 3,151 | 0.629007 | 0.62139 | 105 | 29.009523 | 23.776537 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 9 |
2bfd2c8bc20bc9722dc08ae72d63fa9e3e08f304 | 31,696,858,697,655 | 10fb826c1a053807d8c04d1317c87f1fd5462f31 | /src/main/java/io/entrance/model/json/price/Response.java | 73c72d86b518326c0c83f20faa187a373cb23094 | [] | no_license | janprill/entrance.io.backend | https://github.com/janprill/entrance.io.backend | 817eb299383dd3284b510be2788b1b5f1c6083c7 | c2333fceca1a3e6455cb30c13d92d623765c4c9c | refs/heads/master | 2018-01-09T18:49:52.479000 | 2015-11-01T19:22:41 | 2015-11-01T19:22:41 | 43,567,507 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package io.entrance.model.json.price;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import javax.annota... | UTF-8 | Java | 9,132 | java | Response.java | Java | [] | null | [] |
package io.entrance.model.json.price;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import javax.annota... | 9,132 | 0.610272 | 0.610162 | 389 | 22.473007 | 34.015003 | 478 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285347 | false | false | 9 |
11b10db2fdc1c1f343bfcc28076ce9a4a007a3aa | 31,696,858,697,163 | 9db421346cfb67214afcfb352240261fc7b1cf19 | /GoogleMapsApiParser/src/main/java/xyz/hardik/XMLParser/Java2XmlMarshaller.java | 33a8626f7e7f5f99b6e3a389c494c4403232cf19 | [] | no_license | hardodehack/GoogleMapsApiParser | https://github.com/hardodehack/GoogleMapsApiParser | 5965fb7966776fc48d49205f770cc08289bc7747 | 7420c053416de7baaa1899cb8b41b6b7461bd1e9 | refs/heads/master | 2021-01-22T05:27:59.048000 | 2017-02-11T18:05:24 | 2017-02-11T18:05:24 | 81,664,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.hardik.GoogleMapsApiParser;
import java.io.FileOutputStream;
import javax.xml.bind.*;
public class Java2XmlMarshaller {
public static void main(String[] args) {
try {
JAXBContext context = JAXBContext.newInstance(GeocodeResponse.class);
Marshaller marshaller = context.createMarshal... | UTF-8 | Java | 969 | java | Java2XmlMarshaller.java | Java | [] | null | [] | package xyz.hardik.GoogleMapsApiParser;
import java.io.FileOutputStream;
import javax.xml.bind.*;
public class Java2XmlMarshaller {
public static void main(String[] args) {
try {
JAXBContext context = JAXBContext.newInstance(GeocodeResponse.class);
Marshaller marshaller = context.createMarshal... | 969 | 0.652219 | 0.644995 | 38 | 23.5 | 22.205677 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.868421 | false | false | 9 |
b83eeaddc8d415eb932167837695b9e01605b2a3 | 25,159,918,479,838 | f51a11a42eecc3467e6b1816e9ec409dcf8c4430 | /src/com/main/Main.java | 9e30f70aceb9051124addca4afae84f5a982deb6 | [] | no_license | Mrrockka/calculator3000 | https://github.com/Mrrockka/calculator3000 | 6a3ba4f4c508950ca2ff60f4c16433b0d2e7b959 | cb5dce6cc941242503abd4a781aeb50d7c212812 | refs/heads/master | 2016-09-21T04:45:41.883000 | 2016-08-29T12:31:23 | 2016-08-29T12:31:23 | 66,383,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.main;
import com.util.*;
import com.frame.GUI;
public class Main {
public static void main(String [] args){
//Calc();
showGUI();
}
public static void Calc(){
Calculator3000 calc = new Calculator3000();
Reader r = new Reader();
System.out.println("Hello."
+ '\n' + "This is a Calculator30... | UTF-8 | Java | 852 | java | Main.java | Java | [] | null | [] | package com.main;
import com.util.*;
import com.frame.GUI;
public class Main {
public static void main(String [] args){
//Calc();
showGUI();
}
public static void Calc(){
Calculator3000 calc = new Calculator3000();
Reader r = new Reader();
System.out.println("Hello."
+ '\n' + "This is a Calculator30... | 852 | 0.590376 | 0.566901 | 37 | 22.027027 | 19.437338 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.810811 | false | false | 9 |
1eb98629022cbef85a612d19ae83fccfc2324baa | 6,545,530,206,940 | 133f931a60a8346bde0e8f66769f56a14b50aea3 | /src/main/java/com/gxitsky/structural/proxy/static_proxy3/BaseMapper.java | c7324d380a7e6a57ec2bc9616d416e183e0af1a8 | [
"Apache-2.0"
] | permissive | gxing19/Design-Patterns-Java | https://github.com/gxing19/Design-Patterns-Java | 96c29adfe239a5c0b72e3d87baf166aafabf1057 | d85141162b8f0069ff96cc26875addf8d9fbe5e6 | refs/heads/master | 2022-06-24T08:23:16.671000 | 2022-03-29T10:34:10 | 2022-03-29T10:34:10 | 148,084,683 | 1 | 0 | Apache-2.0 | false | 2022-06-21T01:53:21 | 2018-09-10T01:54:23 | 2021-11-17T07:46:05 | 2022-06-21T01:53:19 | 228 | 0 | 0 | 4 | Java | false | false | package com.gxitsky.structural.proxy.static_proxy3;
public class BaseMapper {
public void save() {
System.out.println("正在保存。。。。");
}
}
| UTF-8 | Java | 158 | java | BaseMapper.java | Java | [] | null | [] | package com.gxitsky.structural.proxy.static_proxy3;
public class BaseMapper {
public void save() {
System.out.println("正在保存。。。。");
}
}
| 158 | 0.697183 | 0.690141 | 8 | 16.75 | 17.739433 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 9 |
1a7e13ab6ac4aae7e96b680be7f6cf6d96e2491e | 12,945,031,482,236 | 080dffdd9751ecf25a650fd931640dd1cf2a6fc4 | /src/com/company/exception/InvalidDepositTypeException.java | 68c1fc3f31feebdd1d6c298028a6555f6be8f828 | [] | no_license | ssrezai/P1 | https://github.com/ssrezai/P1 | 047d592ab24cfff64e4b1557f09990b9afa2efc0 | 10feb4b8c328e3a5f503f8a60c8cd69621639e48 | refs/heads/master | 2021-01-18T19:29:54.731000 | 2015-02-04T12:10:25 | 2015-02-04T12:10:25 | 30,236,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.exception;
/**
* Created by DOTIN SCHOOL 3 on 2/1/2015.
* exception handler for InvalidDepositType situations
*/
public class InvalidDepositTypeException extends Exception {
public InvalidDepositTypeException(String msg) {
super(msg);
}
} | UTF-8 | Java | 279 | java | InvalidDepositTypeException.java | Java | [
{
"context": "package com.company.exception;\n\n/**\n * Created by DOTIN SCHOOL 3 on 2/1/2015.\n * exception handler for InvalidDepo",
"end": 64,
"score": 0.9993799924850464,
"start": 50,
"tag": "NAME",
"value": "DOTIN SCHOOL 3"
}
] | null | [] | package com.company.exception;
/**
* Created by <NAME> on 2/1/2015.
* exception handler for InvalidDepositType situations
*/
public class InvalidDepositTypeException extends Exception {
public InvalidDepositTypeException(String msg) {
super(msg);
}
} | 271 | 0.738351 | 0.713262 | 12 | 22.333334 | 22.768156 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 9 |
4c2dbe2a904ea63ff69e6aecc77f43024d70e4c1 | 22,385,369,604,896 | b9caf02be3c258d199cd1a00f96f7a5dd13716ad | /interview/Palindrome.java | d405ed9bc4ec82a25af079f29145b084e1771b43 | [] | no_license | DattatreyaYadav/java-practice-programs | https://github.com/DattatreyaYadav/java-practice-programs | 6fe6713dd3966a4085ced859cde6bc713cb30436 | 1461f848edd1be0f51873f31ed7db3e98cc38726 | refs/heads/main | 2022-12-22T03:03:29.285000 | 2020-10-03T16:05:37 | 2020-10-03T16:05:37 | 300,894,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interview;
import java.util.Scanner;
public class Palindrome {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
System.out.println("enter the number :");
int num=sc.nextInt();
int temp=num,rev=0,rem;
while(num>0) {
rem=num % 10;
num=num / 10;
rev=rev*10+rem... | UTF-8 | Java | 597 | java | Palindrome.java | Java | [] | null | [] | package interview;
import java.util.Scanner;
public class Palindrome {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
System.out.println("enter the number :");
int num=sc.nextInt();
int temp=num,rev=0,rem;
while(num>0) {
rem=num % 10;
num=num / 10;
rev=rev*10+rem... | 597 | 0.619766 | 0.606365 | 25 | 22.879999 | 15.654572 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52 | false | false | 9 |
6aeaeef9e1ebfa23983aa0f43dc0ef97cba0ca15 | 31,662,498,969,735 | 5120b826c0b659cc609e7cecdf9718aba243dfb0 | /platform_only_recipe/hybris123/src/main/webapp/resources/concerttours/testsrc/concerttours/facades/impl/DefaultBandFacadeUnitTest.java | d06fe6500c9334463e83581fb8c814985d37d872 | [] | no_license | miztli/hybris | https://github.com/miztli/hybris | 8447c85555676742b524aee901a5f559189a469a | ff84a5089a0d99899672e60c3a60436ab8bf7554 | refs/heads/master | 2022-10-26T07:21:44.657000 | 2019-05-28T20:30:10 | 2019-05-28T20:30:10 | 186,463,896 | 1 | 0 | null | false | 2022-09-16T18:38:27 | 2019-05-13T17:13:05 | 2019-05-28T20:31:04 | 2022-09-16T18:38:25 | 591,870 | 1 | 0 | 8 | Java | false | false | // Hybris123SnippetStart concerttours.facades.impl.DefaultBandFacadeUnitTest
package concerttours.facades.impl;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import de.hybris.bootstrap.annotations.UnitTest;
import java.util.ArrayList;
import java.util.List;
import java.util... | UTF-8 | Java | 4,511 | java | DefaultBandFacadeUnitTest.java | Java | [] | null | [] | // Hybris123SnippetStart concerttours.facades.impl.DefaultBandFacadeUnitTest
package concerttours.facades.impl;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import de.hybris.bootstrap.annotations.UnitTest;
import java.util.ArrayList;
import java.util.List;
import java.util... | 4,511 | 0.673243 | 0.668145 | 103 | 41.815533 | 31.881987 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621359 | false | false | 9 |
b12097f5836a11b758ef14825e068b3fe6dddff5 | 9,775,345,635,029 | db2ca48fffaf6689c9db439abaf9d98729548e0b | /zraapi/src/main/java/com/zra/m/tools/MResultReturn.java | d8f44652796705e07f963e82545146ef364da0b5 | [] | no_license | majinwen/sojourn | https://github.com/majinwen/sojourn | 46a950dbd64442e4ef333c512eb956be9faef50d | ab98247790b1951017fc7dd340e1941d5b76dc39 | refs/heads/master | 2020-03-22T07:07:05.299000 | 2018-03-18T13:45:23 | 2018-03-18T13:45:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zra.m.tools;
import com.zra.common.enums.ErrorEnum;
import com.zra.common.error.ResultException;
import io.swagger.annotations.ApiModelProperty;
import javax.ws.rs.core.Response;
/**
* Author: wangxm113
* CreateDate: 2017/3/9.
*/
public final class MResultReturn {
@ApiModelProperty(value = "respon... | UTF-8 | Java | 2,395 | java | MResultReturn.java | Java | [
{
"context": "\nimport javax.ws.rs.core.Response;\n\n/**\n * Author: wangxm113\n * CreateDate: 2017/3/9.\n */\npublic final class M",
"end": 218,
"score": 0.9995792508125305,
"start": 209,
"tag": "USERNAME",
"value": "wangxm113"
}
] | null | [] | package com.zra.m.tools;
import com.zra.common.enums.ErrorEnum;
import com.zra.common.error.ResultException;
import io.swagger.annotations.ApiModelProperty;
import javax.ws.rs.core.Response;
/**
* Author: wangxm113
* CreateDate: 2017/3/9.
*/
public final class MResultReturn {
@ApiModelProperty(value = "respon... | 2,395 | 0.67009 | 0.664955 | 72 | 31.458334 | 36.263287 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652778 | false | false | 9 |
525882bdba8655dfdb8bdc83e470ea064ba4dd49 | 5,531,917,879,352 | 20da6bacaa863b6c28e898f4bd68c9756067f780 | /Estructura_de_Datos_Unidad_2_Actividad_2/src/Main.java | 28ce652ca21e4aa0284cfbcf4a90f0b96b8bccd7 | [
"Apache-2.0"
] | permissive | graco911/NetBeansProjects | https://github.com/graco911/NetBeansProjects | ed78dc9b6d0507ffba5d004da093b4a03cf43af4 | 159777b6bdfe5be43f915bb9ccc292cb689af563 | refs/heads/master | 2021-08-20T10:45:25.902000 | 2017-11-28T23:35:41 | 2017-11-28T23:35:41 | 112,102,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import ProgramaEstacionamiento.Estacionamiento;
/**
*
* @author Carlos Alberto Graniel Córdova
* ES1611301058
*/
public class Main {
public static void main(String[] args) {
// TODO code application logic here
Estacionamiento estacionamiento = new Estacionamiento();
//Agregamos patentes
... | UTF-8 | Java | 2,126 | java | Main.java | Java | [
{
"context": "Estacionamiento.Estacionamiento;\n/**\n *\n * @author Carlos Alberto Graniel Córdova\n * ES1611301058\n */\npublic class Main {\n publi",
"end": 96,
"score": 0.9998610615730286,
"start": 66,
"tag": "NAME",
"value": "Carlos Alberto Graniel Córdova"
}
] | null | [] | import ProgramaEstacionamiento.Estacionamiento;
/**
*
* @author <NAME>
* ES1611301058
*/
public class Main {
public static void main(String[] args) {
// TODO code application logic here
Estacionamiento estacionamiento = new Estacionamiento();
//Agregamos patentes
estacionamiento.... | 2,101 | 0.575059 | 0.536471 | 47 | 44.212765 | 24.782402 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574468 | false | false | 9 |
a5cf93d29f82afc637da7daf22937f74dd00b26d | 26,895,085,262,697 | 10eb87f7ab085c174d386e74176eda0f4334cc76 | /bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProviderTest.java | 95d4b88a30a1585f013edab412c5954235c27ce9 | [
"Apache-2.0"
] | permissive | wttech/bobcat | https://github.com/wttech/bobcat | a691903baee35a335b1e9249fee7c3d0f914f3f9 | b38faa94af322dbd08f28455a4e1de45f015694b | refs/heads/master | 2023-03-18T12:57:44.080000 | 2021-11-23T14:18:57 | 2021-11-23T14:18:57 | 62,303,580 | 11 | 8 | Apache-2.0 | false | 2021-11-23T14:18:58 | 2016-06-30T10:54:10 | 2021-09-22T01:52:19 | 2021-11-23T14:18:57 | 10,101 | 90 | 42 | 54 | Java | false | false | /*-
* #%L
* Bobcat
* %%
* Copyright (C) 2016 Cognifide Ltd.
* %%
* 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 requi... | UTF-8 | Java | 3,001 | java | CurrentScopeListProviderTest.java | Java | [] | null | [] | /*-
* #%L
* Bobcat
* %%
* Copyright (C) 2016 Cognifide Ltd.
* %%
* 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 requi... | 3,001 | 0.766744 | 0.764079 | 98 | 29.62245 | 27.666939 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408163 | false | false | 9 |
1e51bf0896ba5903dbb6c972f74be57954121336 | 23,201,413,395,003 | 1af5985dae44d3eed57618976e123f231f3ffa5f | /src/main/java/com/zhiyou100/model/Tea.java | b8ec5317d41183d9f8e2ad81b71953dd92995e9f | [] | no_license | LiuSir666/TeaMaven | https://github.com/LiuSir666/TeaMaven | b315b47bef061b802f0e417d632f550b37cf51eb | 9d4c37b0eb39bb22757bdef9dc0ef66939676bb0 | refs/heads/master | 2021-07-09T06:46:37.633000 | 2017-10-08T16:14:44 | 2017-10-08T16:14:44 | 106,190,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhiyou100.model;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import com.fasterxml.jackson.annotation.JsonFormat;
public class Tea {
private Integer id;
/**
* 形状
*/
private Float shape;
/**
* 色泽
*/
private Float color;
/**
... | UTF-8 | Java | 2,420 | java | Tea.java | Java | [] | null | [] | package com.zhiyou100.model;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import com.fasterxml.jackson.annotation.JsonFormat;
public class Tea {
private Integer id;
/**
* 形状
*/
private Float shape;
/**
* 色泽
*/
private Float color;
/**
... | 2,420 | 0.601201 | 0.599914 | 146 | 13.972603 | 18.109615 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232877 | false | false | 9 |
4dc84169ea9e3149fdf9a18173608b3c68e574e6 | 32,289,564,193,881 | cb06be2d14173215f81db66a75e19ae8a92417d6 | /src/main/java/com/codechallenge/demo/factory/AccountConverter.java | f05638c2687f892e29651c0e715dd1e46197e08c | [] | no_license | hooman-test/Account | https://github.com/hooman-test/Account | ae3833ff719f3e289792576d38229ce643492882 | 85a7efd54151e4ed283afcb1e50bf044e8ca4b01 | refs/heads/master | 2022-11-29T22:17:54.453000 | 2020-08-09T05:57:04 | 2020-08-09T05:57:04 | 286,164,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codechallenge.demo.factory;
import com.codechallenge.demo.dto.AccountDTO;
import com.codechallenge.demo.entity.Account;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
/**
* @author Hooman Noroozinia
* @since 8/8/20
*/
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class AccountCon... | UTF-8 | Java | 802 | java | AccountConverter.java | Java | [
{
"context": ";\nimport lombok.NoArgsConstructor;\n\n/**\n * @author Hooman Noroozinia\n * @since 8/8/20\n */\n@NoArgsConstructor(access = ",
"end": 226,
"score": 0.9998364448547363,
"start": 209,
"tag": "NAME",
"value": "Hooman Noroozinia"
}
] | null | [] | package com.codechallenge.demo.factory;
import com.codechallenge.demo.dto.AccountDTO;
import com.codechallenge.demo.entity.Account;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
/**
* @author <NAME>
* @since 8/8/20
*/
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class AccountConverter {
... | 791 | 0.658354 | 0.653367 | 24 | 32.416668 | 22.560875 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
4e752e70bc5debd0479f7cc812a4da8edee51e94 | 30,485,677,915,691 | a14455da3ed65b7b612d91235346d224a9ffe54c | /src/com/patterns/patterns06/factory/SendMailFactoryImpl.java | ff0780dc73a4c65427a67fc6c70cc856636480a1 | [] | no_license | kobe1329989713/javaSE01 | https://github.com/kobe1329989713/javaSE01 | 4b374ce242640a809a2256e08a56d18026b1b5f7 | d58cc4687130b815dc58f61d39c234fcbde2f973 | refs/heads/master | 2021-01-19T23:00:28.729000 | 2017-11-19T12:00:31 | 2017-11-19T12:00:31 | 88,907,164 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.patterns.patterns06.factory;
/**
* Created by kobe on 2017/7/21.0:58
* <br/>
* Description:
* 抽象工厂模式 之 创建 发送 邮件的 工厂
*/
public class SendMailFactoryImpl implements Provider{
@Override
public Sender productA() {
return new MailSender();
}
}
| UTF-8 | Java | 310 | java | SendMailFactoryImpl.java | Java | [
{
"context": "om.patterns.patterns06.factory;\n\n/**\n * Created by kobe on 2017/7/21.0:58\n * <br/>\n * Description:\n * 抽象工",
"end": 64,
"score": 0.999658465385437,
"start": 60,
"tag": "USERNAME",
"value": "kobe"
}
] | null | [] | package com.patterns.patterns06.factory;
/**
* Created by kobe on 2017/7/21.0:58
* <br/>
* Description:
* 抽象工厂模式 之 创建 发送 邮件的 工厂
*/
public class SendMailFactoryImpl implements Provider{
@Override
public Sender productA() {
return new MailSender();
}
}
| 310 | 0.66187 | 0.618705 | 14 | 18.857143 | 16.461458 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 9 |
e907caae3e809520a39c542ffab05d6b0f2ac138 | 28,183,575,447,959 | b04df9d8d8722b65061f70ede5d7c508399632af | /src/tools/TotalReader.java | c236e5907337678ec2a56bb8c2ad90058e99fb03 | [] | no_license | tschneichel/RegPFA-Recommender | https://github.com/tschneichel/RegPFA-Recommender | 29c1154b3d54e0817af31530b48579b8126188dc | 83a9f9e538a6947bfdfe7ea2f1d2634b3dcfb1da | refs/heads/master | 2021-10-24T07:27:59.220000 | 2019-03-23T11:28:51 | 2019-03-23T11:28:51 | 177,279,689 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tools;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import transitionData.TransitionFrequencyList;
import transitionData.Tr... | UTF-8 | Java | 3,654 | java | TotalReader.java | Java | [] | null | [] | package tools;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import transitionData.TransitionFrequencyList;
import transitionData.Tr... | 3,654 | 0.679803 | 0.677066 | 83 | 42.024097 | 33.296757 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.240964 | false | false | 9 |
405560ad7cebd616f0ed1c3b6941e654e23ceb33 | 20,426,864,512,642 | 8100249f5d5784561b8fdd1a473efd7e77ece15d | /app/src/main/java/com/example/imbd/viewmodel/SimiliarMoviesViewModel.java | b8875afd39a532ab36ffaf62a05304cb9f42b0b2 | [] | no_license | pedrosantos-88/Fresh_Movies | https://github.com/pedrosantos-88/Fresh_Movies | e66862952ebce8bd316e2b0681dd1fc025e91750 | 6256f42c703550852d6841ac36f3f6bb5c41f2ca | refs/heads/master | 2022-07-02T10:47:37.870000 | 2020-05-08T14:40:13 | 2020-05-08T14:40:13 | 262,350,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.imbd.viewmodel;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.ViewModel;
import com.example.imbd.model.similar.ResultSimilar;
import com.example.imbd.model.similar.Similar;
import com.example.imbd.repository.SimilarMoviesRepository;
import java.util.List;
public class SimiliarMov... | UTF-8 | Java | 668 | java | SimiliarMoviesViewModel.java | Java | [] | null | [] | package com.example.imbd.viewmodel;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.ViewModel;
import com.example.imbd.model.similar.ResultSimilar;
import com.example.imbd.model.similar.Similar;
import com.example.imbd.repository.SimilarMoviesRepository;
import java.util.List;
public class SimiliarMov... | 668 | 0.797904 | 0.797904 | 24 | 26.833334 | 25.848383 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 9 |
19311cd6d1a9ebb9e68397aa65723a9c3df554ff | 19,645,180,463,840 | 5ea105e87975637e4e6b6f316386360ea480bf18 | /Salesmen.java | 452f1a8ec954f5bf5c5ceff0666dc2fc90ac7981 | [] | no_license | vaitheeswarivenkatesan/Replit_Problems | https://github.com/vaitheeswarivenkatesan/Replit_Problems | ef01ecd494b81c893a37c939fd072af370b06be9 | 507a4f47ff014471495790cb2ff0e0496071181e | refs/heads/main | 2023-02-26T04:50:32.375000 | 2021-01-28T11:24:54 | 2021-01-28T11:24:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Salesmen{
public static void main (String[] args){
Scanner kb=new Scanner(System.in);
System.out.println("enter the array limit");
int x=kb.nextInt();
double num[ ]=new double[x];
for(int i=0;i<x;i++){
System.out.println("enter a new num:");
num[i]=kb... | UTF-8 | Java | 1,229 | java | Salesmen.java | Java | [] | null | [] | import java.util.*;
public class Salesmen{
public static void main (String[] args){
Scanner kb=new Scanner(System.in);
System.out.println("enter the array limit");
int x=kb.nextInt();
double num[ ]=new double[x];
for(int i=0;i<x;i++){
System.out.println("enter a new num:");
num[i]=kb... | 1,229 | 0.568755 | 0.554109 | 42 | 28.238094 | 19.349922 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 9 |
154c36b08ef6c66bd24751b13c22f13634e9f574 | 23,802,708,802,376 | c71adb7a9bb5b0dadb42a5e70c4f2e6b7820e104 | /File Class/createNewFile.java | 8150f54f4746e99fba928d687fb2ec7becd8a76c | [] | no_license | prasad145/Java-CORE | https://github.com/prasad145/Java-CORE | 1efc14168381afb393480c4cd360d959b73fb12a | 170ab2942ea25cc3c4ac14202cb6f815dcbbe5f5 | refs/heads/main | 2023-06-12T15:53:12.350000 | 2021-07-08T11:14:12 | 2021-07-08T11:14:12 | 371,357,009 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
public class createNewFile
{
public static void main(String[] args)
{
try
{
File f = new File("Demo.txt");
if(f.createNewFile())
{
System.out.println("~~~~New File Created~~~~");
System.out.println("Name of the File: " + f.getName());
}
}
... | UTF-8 | Java | 378 | java | createNewFile.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
public class createNewFile
{
public static void main(String[] args)
{
try
{
File f = new File("Demo.txt");
if(f.createNewFile())
{
System.out.println("~~~~New File Created~~~~");
System.out.println("Name of the File: " + f.getName());
}
}
... | 378 | 0.611111 | 0.611111 | 22 | 16.181818 | 17.164011 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 9 |
5268fe1f34645d3264339962db21e159c30c5340 | 27,058,294,013,187 | 4815c296641a1c70f9fed733dd2747b45fe720a5 | /src/moderate/StackImplementation.java | e49579d3153f79ec5ea7a213ee81cd1e54bf038d | [] | no_license | vvstej/CodeEval | https://github.com/vvstej/CodeEval | ea01daa0d5c1e315f96787c6f4d598300ee1ef0b | 59f8af27494c13ccedd49fb207ecd45a37ea8c8e | refs/heads/master | 2020-05-27T10:39:18.770000 | 2015-04-03T18:37:41 | 2015-04-03T18:37:41 | 28,118,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package moderate;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.List;
public class StackImplementation {
public static void main(String[] arg) throws Exception {
Stack<Integer> stack = new Stack<Integer>();
if (arg.length == 0) {
t... | UTF-8 | Java | 1,604 | java | StackImplementation.java | Java | [] | null | [] | package moderate;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.List;
public class StackImplementation {
public static void main(String[] arg) throws Exception {
Stack<Integer> stack = new Stack<Integer>();
if (arg.length == 0) {
t... | 1,604 | 0.605985 | 0.59788 | 79 | 19.303797 | 15.953536 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.683544 | false | false | 9 |
4ef11a78d4ae53a7af977c1db970da49ff1db842 | 35,150,012,396,486 | 4275b0f52711148efc9c0911cf382b640b9edb31 | /src/GUN/ConsulterLesCommentairesController.java | a2f49a1e0569a606e9ecbe9928d048d56829dd26 | [] | no_license | BenMakkiDarine/JavaFxProject | https://github.com/BenMakkiDarine/JavaFxProject | 6b23972e77d6da22c07fa1eb1bf08bc2c88dfa0d | fc10f38f8faf5c2060446155732e4871cec9858a | refs/heads/master | 2021-05-11T10:17:49.482000 | 2018-01-19T08:28:42 | 2018-01-19T08:28:42 | 118,098,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package GUN;
import entites.Commentaire;
import entites.Sujet;
import entites.user;
import java.io.IOException;
import java.net.URL;
i... | UTF-8 | Java | 4,720 | java | ConsulterLesCommentairesController.java | Java | [
{
"context": "rvice;\n\n/**\n * FXML Controller class\n *\n * @author hp\n */\npublic class ConsulterLesCommentairesControll",
"end": 1299,
"score": 0.998112678527832,
"start": 1297,
"tag": "USERNAME",
"value": "hp"
}
] | 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 GUN;
import entites.Commentaire;
import entites.Sujet;
import entites.user;
import java.io.IOException;
import java.net.URL;
i... | 4,720 | 0.676059 | 0.675636 | 164 | 27.780487 | 24.803631 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.018293 | false | false | 9 |
053d11f42e3b0046161b9909bad4de263f83badd | 35,862,976,961,664 | da6b1eb3c5b0ee5af0057a38165bb48f1ffde335 | /src/main/java/cn/xvkang/primarymapperdynamicsql/QrComsetDynamicSqlSupport.java | 6b99ffd0dff344116f8eeb24a129aa9814cbe966 | [] | no_license | jiatongwu/chapai | https://github.com/jiatongwu/chapai | ca7318ccca92691c0026ed28010439a374ada739 | 65b8558ce15a3f2bad47190a89cea478755ff182 | refs/heads/master | 2021-06-21T00:00:00.435000 | 2019-09-05T01:09:10 | 2019-09-05T01:09:10 | 198,403,146 | 0 | 0 | null | false | 2021-03-12T21:59:40 | 2019-07-23T09:57:57 | 2019-09-05T03:29:29 | 2021-03-12T21:59:39 | 349,091 | 0 | 0 | 3 | TSQL | false | false | package cn.xvkang.primarymapperdynamicsql;
import java.sql.JDBCType;
import javax.annotation.Generated;
import org.mybatis.dynamic.sql.SqlColumn;
import org.mybatis.dynamic.sql.SqlTable;
public final class QrComsetDynamicSqlSupport {
@Generated(value="org.mybatis.generator.api.MyBatisGenerator", date="2019-07-31T... | UTF-8 | Java | 1,003 | java | QrComsetDynamicSqlSupport.java | Java | [] | null | [] | package cn.xvkang.primarymapperdynamicsql;
import java.sql.JDBCType;
import javax.annotation.Generated;
import org.mybatis.dynamic.sql.SqlColumn;
import org.mybatis.dynamic.sql.SqlTable;
public final class QrComsetDynamicSqlSupport {
@Generated(value="org.mybatis.generator.api.MyBatisGenerator", date="2019-07-31T... | 1,003 | 0.731805 | 0.668993 | 23 | 42.652172 | 44.473351 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 9 |
fcdd2e5130f9d178a3fd6770b47b6e7b3d47b18f | 35,862,976,966,305 | 3cb77b1fb4a78cb7796ecdc7370c6ce0d0721256 | /chapter.05/Exercises/13/Consecutive.java | e42e9c2bbfe9b3bd940ca589f90b6320d41dc4b0 | [] | no_license | shinyamagami/building_java_programs_3rd | https://github.com/shinyamagami/building_java_programs_3rd | ab1b8b36626926e67997a3b116eda173e73b09d1 | 9ed34609f919249b3fe74036e986571b0e80c49e | refs/heads/master | 2020-04-06T09:09:34.977000 | 2016-10-03T07:47:22 | 2016-10-03T07:47:22 | 55,823,790 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Consecutive{
public static boolean consecutive(int x, int y,int z){
if ((y - 1 == x || y - 1 == z || y + 1 == x || y + 1 == z) && (x + y + z) % 3 == 0){
return true;
} else {
return false;
}
}
public static void main(String[]... | UTF-8 | Java | 658 | java | Consecutive.java | Java | [] | null | [] | import java.util.*;
public class Consecutive{
public static boolean consecutive(int x, int y,int z){
if ((y - 1 == x || y - 1 == z || y + 1 == x || y + 1 == z) && (x + y + z) % 3 == 0){
return true;
} else {
return false;
}
}
public static void main(String[]... | 658 | 0.524316 | 0.515198 | 21 | 30.333334 | 24.908085 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 9 |
3deb69b0bcdb527825c92c9ba0e82c5da7dacd9e | 35,321,811,089,601 | a853abddee21c8065376c9c1067dc922a01be1cc | /game-tetris1/src/com/wy/listener/PreView.java | b6dc944af311ae10a50c32ea546d7e26e7e109fd | [
"Apache-2.0"
] | permissive | mygodness100/gui | https://github.com/mygodness100/gui | 7c58022888989339d9f78de1a83301efdf505436 | 43ed624ba25e6469b8303a4316d2dafe91a0a73e | refs/heads/master | 2020-08-09T10:50:30.549000 | 2019-10-12T01:41:03 | 2019-10-12T01:41:03 | 214,071,526 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wy.listener;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
import com.wy.model.Box;
/**
* @apiNote 预显窗口的实现细节类
* @author ParadiseWY
* @date 2019年10月10日
*/
public class PreView extends JPanel {
private static final long serialVersionUID = 1L;
private C... | UTF-8 | Java | 1,751 | java | PreView.java | Java | [
{
"context": "el.Box;\r\n\r\n/**\r\n * @apiNote 预显窗口的实现细节类\r\n * @author ParadiseWY\r\n * @date 2019年10月10日\r\n */\r\npublic class PreView ",
"end": 189,
"score": 0.8394890427589417,
"start": 179,
"tag": "USERNAME",
"value": "ParadiseWY"
},
{
"context": "\tg.draw3DRect(0, 0, 101, 101... | null | [] | package com.wy.listener;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
import com.wy.model.Box;
/**
* @apiNote 预显窗口的实现细节类
* @author ParadiseWY
* @date 2019年10月10日
*/
public class PreView extends JPanel {
private static final long serialVersionUID = 1L;
private C... | 1,751 | 0.573502 | 0.543849 | 79 | 18.063292 | 17.04747 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.860759 | false | false | 9 |
ebca19cbb95902c79894534ba950261dddde779e | 38,405,597,588,920 | 896b56085add1644ae306221c44408eaa8361e64 | /src/JDBC/AtendimentoJDBC.java | 920e433fec04124d574e372da9c315e9eb11a8f9 | [] | no_license | Thiagolink/ProjetoBancoDeDados | https://github.com/Thiagolink/ProjetoBancoDeDados | 6d6aebd9a650a6ba6fcd858acbc0b736ad62477b | 75e910e31e7bfc6b1f7100d8043af81a2425c7e1 | refs/heads/master | 2021-01-21T16:14:46.406000 | 2017-06-29T22:52:51 | 2017-06-29T22:52:51 | 95,402,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JDBC;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import DAO.IAtendimento;
import conexao.ConFactory;
import entidade.Atendimento;
public class AtendimentoJDBC implements IAtendimento{
pri... | MacCentralEurope | Java | 6,167 | java | AtendimentoJDBC.java | Java | [
{
"context": "d, int banco) {\n\t\tthis.URL = server;\n\t\tthis.NOME = user;\n\t\tthis.SENHA = password;\n\t\tthis.BANCO = banco;\n\t",
"end": 583,
"score": 0.766393780708313,
"start": 579,
"tag": "USERNAME",
"value": "user"
},
{
"context": "s.URL = server;\n\t\tthis.NOME = user;\n\t... | null | [] | package JDBC;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import DAO.IAtendimento;
import conexao.ConFactory;
import entidade.Atendimento;
public class AtendimentoJDBC implements IAtendimento{
pri... | 6,169 | 0.665693 | 0.665693 | 209 | 28.497608 | 24.848656 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.033493 | false | false | 9 |
d21dd20c10da20fb054efab4f4921341b91d8b7e | 34,187,939,731,896 | d6a84e0cacb4bdc2bde124c4512a464e5d01d28b | /src/com/divya/learnjava/stack/LinkedListStackTest.java | 4e9fe7a3eca65667c362497a27df49b3488fdeb7 | [] | no_license | DivyaMalempati/LearnJava | https://github.com/DivyaMalempati/LearnJava | 340068a2297e3613ea61b7b63e224730fd0a8d58 | 35d6899a574d5e07dbed30b842a66c51cbf34638 | refs/heads/master | 2020-05-07T13:18:51.283000 | 2019-09-20T22:34:42 | 2019-09-20T22:34:42 | 180,544,151 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.divya.learnjava.stack;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
class LinkedListStackTest {
LinkedListStack<Integer> link... | UTF-8 | Java | 818 | java | LinkedListStackTest.java | Java | [] | null | [] | package com.divya.learnjava.stack;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
class LinkedListStackTest {
LinkedListStack<Integer> link... | 818 | 0.729829 | 0.713936 | 30 | 25.266666 | 19.904661 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 9 |
ed7c40601454adc3b0380b06617176e5e3b7429f | 36,764,920,099,165 | 4000c53423e67ec91c811dc68ffb7b145ba0422b | /src/medium/MaximumWidthOfBinaryTree.java | 251028e403db72053a064cc391ec1c26fccc4979 | [] | no_license | acrush37/leetcode-tree | https://github.com/acrush37/leetcode-tree | 376ddf02c81eb0c200e0da258a541e8832037a9e | 157197e5670a95bcaa4a76a9f8adb4418c7432b3 | refs/heads/master | 2022-04-07T19:56:37.147000 | 2020-03-12T22:28:17 | 2020-03-12T22:28:17 | 215,554,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package medium;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/*
Given a binary tree, write a function to get the maximum width of the given tree.
The width of a tree is the maximum width among all levels.
The binary tree has the same structure as a full binary tree, but som... | UTF-8 | Java | 1,762 | java | MaximumWidthOfBinaryTree.java | Java | [] | null | [] | package medium;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/*
Given a binary tree, write a function to get the maximum width of the given tree.
The width of a tree is the maximum width among all levels.
The binary tree has the same structure as a full binary tree, but som... | 1,762 | 0.598184 | 0.588536 | 60 | 28.366667 | 29.55727 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 9 |
6b66dcf9ef1868999bd896354707c42fe7a070f4 | 34,299,608,885,429 | b8f9e232c91618592f283a8bdd66b31f44e23063 | /src/model/PersonaleAzienda.java | c60fabdf4f5bd815f86bd84f5b2ec3578b218eeb | [] | no_license | RiccardoPret/ProgettoIngegneria | https://github.com/RiccardoPret/ProgettoIngegneria | 3cbbf1ef4066cc6b294d00a98103218c1626738f | 3644e34affe8814cd6635bdb7d4f75d617dba0e7 | refs/heads/master | 2021-01-15T18:46:25.068000 | 2015-06-23T21:34:04 | 2015-06-23T21:34:04 | 37,450,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class PersonaleAzienda {
private String username;
private String ruolo;
private String nome;
private String cognome;
public PersonaleAzienda(String username){
this.username=username;
}
public String getUsername(){
return this.username;
}
public String getRuolo() {
return ruol... | UTF-8 | Java | 619 | java | PersonaleAzienda.java | Java | [
{
"context": "ersonaleAzienda(String username){\n\t\tthis.username=username;\n\t}\n\t\n\tpublic String getUsername(){\n\t\treturn this",
"end": 213,
"score": 0.8890693783760071,
"start": 205,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package model;
public class PersonaleAzienda {
private String username;
private String ruolo;
private String nome;
private String cognome;
public PersonaleAzienda(String username){
this.username=username;
}
public String getUsername(){
return this.username;
}
public String getRuolo() {
return ruol... | 619 | 0.710824 | 0.710824 | 36 | 16.194445 | 13.224177 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.472222 | false | false | 9 |
cbcb1c761421db0a045ecc8406a408fe004d77c4 | 37,443,524,920,486 | b26d8ede73b97a3e9732305b97de471f9c5a56d0 | /src/mincra/chattranslate/main/MincraChatTranslate.java | 6cacf0a3c1415c931eb6949d992c7d41690af2d1 | [
"Apache-2.0"
] | permissive | celtas/MincraChatTranslate | https://github.com/celtas/MincraChatTranslate | ef05e461938ec84ba909110cce539291cbaca477 | fb79eed6a38514f8bfbcabd82ce846ab6e2ad491 | refs/heads/master | 2018-01-08T17:08:22.494000 | 2016-01-20T17:09:03 | 2016-01-20T17:09:03 | 50,044,699 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mincra.chattranslate.main;
import java.io.File;
import mincra.chattranslate.cmd.Ge;
import mincra.chattranslate.cmd.Eng;
import mincra.chattranslate.cmd.Fr;
import mincra.chattranslate.cmd.Jp;
import mincra.chattranslate.cmd.MincraCommands;
import mincra.chattranslate.listener.ChatListener;
import... | UTF-8 | Java | 1,412 | java | MincraChatTranslate.java | Java | [] | null | [] | package mincra.chattranslate.main;
import java.io.File;
import mincra.chattranslate.cmd.Ge;
import mincra.chattranslate.cmd.Eng;
import mincra.chattranslate.cmd.Fr;
import mincra.chattranslate.cmd.Jp;
import mincra.chattranslate.cmd.MincraCommands;
import mincra.chattranslate.listener.ChatListener;
import... | 1,412 | 0.740793 | 0.740793 | 45 | 29.377777 | 20.754961 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 9 |
c6c85dc6364b0d8d423c9ce34edc9d252df1f692 | 24,558,623,058,805 | 4e6fbe8a2dbee76ad1191f9f908e19b964ff9761 | /bagevent/app/src/main/java/com/bagevent/view/MainView.java | 0a84a917f13fb2acd2111c7792c014d64231dad9 | [] | no_license | lsh-sh/MVPDemo | https://github.com/lsh-sh/MVPDemo | 7ae1102947c3faaaec2a7334696e2a93a6aa2710 | 83f670c67849d76ccca9efe528186b0ab0c93d5a | refs/heads/master | 2020-04-08T10:31:29.174000 | 2018-12-18T03:39:02 | 2018-12-18T03:39:02 | 159,272,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bagevent.view;
import com.bagevent.core.view.IView;
/**
* =============================================
* <p>
* author lshsh
* <p>
* copy ©2016 百格活动
* <p>
* time 2018/11/26
* <p>
* desp
* <p>
* <p>
* =============================================
*/
public interface MainView extends IView {
... | UTF-8 | Java | 358 | java | MainView.java | Java | [
{
"context": "=================================\n * <p>\n * author lshsh\n * <p>\n * copy ©2016 百格活动\n * <p>\n * time 2018/11/",
"end": 141,
"score": 0.9997040629386902,
"start": 136,
"tag": "USERNAME",
"value": "lshsh"
}
] | null | [] | package com.bagevent.view;
import com.bagevent.core.view.IView;
/**
* =============================================
* <p>
* author lshsh
* <p>
* copy ©2016 百格活动
* <p>
* time 2018/11/26
* <p>
* desp
* <p>
* <p>
* =============================================
*/
public interface MainView extends IView {
... | 358 | 0.43553 | 0.401146 | 21 | 15.619047 | 15.551684 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 9 |
00ef75ad547ffe283a6522e067c6451006f332a8 | 25,975,962,258,190 | 4de6150f9e4d8ddef09f41f4a4902872b1c3aa3d | /java_practice/src/mi/practice/java/base/polymorphism/shape/Hexagon.java | 8f84e3bcae290caffd6a96366fdc5fff984db09b | [] | no_license | yehaote/mi | https://github.com/yehaote/mi | 91d47ca1fb42ba62c10b8ab862390ee891d4c3a9 | d7835cfa0f38b128ea65f90b33d18e9946e554ea | refs/heads/master | 2016-09-11T05:48:43.750000 | 2013-10-10T06:01:56 | 2013-10-10T06:01:56 | 3,130,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mi.practice.java.base.polymorphism.shape;
/**
* Ex6
*/
public class Hexagon extends Shape{
@Override
public void draw(){
System.out.println("Hexagon.draw()");
}
@Override
public void erase(){
System.out.println("Hexagon.erase()");
}
@Override
public void turnaround(){
System.out.println("Hexagon... | UTF-8 | Java | 340 | java | Hexagon.java | Java | [] | null | [] | package mi.practice.java.base.polymorphism.shape;
/**
* Ex6
*/
public class Hexagon extends Shape{
@Override
public void draw(){
System.out.println("Hexagon.draw()");
}
@Override
public void erase(){
System.out.println("Hexagon.erase()");
}
@Override
public void turnaround(){
System.out.println("Hexagon... | 340 | 0.694118 | 0.691176 | 18 | 17.888889 | 16.192896 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 9 |
8d5c725a8b2297810dcddd2c46d7522b98c83a22 | 25,245,817,824,825 | ea181811af7d1291a75304e0e6f07cc8da554028 | /java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponseOrBuilder.java | 405051b914b7ae32005166f987cfdc2d5c719274 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/gapic-generator-java | https://github.com/googleapis/gapic-generator-java | 2999e3541059a51c8106586d71ed0065604aee9b | 9a120e98524018fa54ae5dcbe2fb0f524c2a0f1b | refs/heads/main | 2023-05-11T01:04:41.757000 | 2023-05-10T21:46:45 | 2023-05-10T21:46:45 | 263,991,304 | 38 | 35 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 2,725 | java | ListOperationsResponseOrBuilder.java | Java | [] | null | [] | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 2,725 | 0.671193 | 0.665688 | 101 | 25.980198 | 28.508806 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.19802 | false | false | 9 |
09b27111bc06acde1dcbb283d13fea99de0cf083 | 21,328,807,616,290 | 4e050a24f0ba5bb7944ab50b0f45a77cd7983ae9 | /pay-channel/pay-channel-mfe88/src/main/java/com/unichain/pay/channel/mfe88/Mfe88SignPayParam.java | 8edea059b6f9ab61a51de310f413b378f56e9a9f | [] | no_license | geeker-lait/unichain-pay | https://github.com/geeker-lait/unichain-pay | f7a309fd76ad00fc002ef944e47fcfc28d811dad | d2641bbc32324c6673c7210e3d7ce0835ed35b33 | refs/heads/master | 2022-06-29T01:10:47.452000 | 2020-02-17T10:41:09 | 2020-02-17T10:41:09 | 241,081,300 | 0 | 2 | null | false | 2022-06-17T03:28:48 | 2020-02-17T10:35:52 | 2020-02-17T10:41:59 | 2022-06-17T03:28:47 | 5,348 | 0 | 2 | 3 | Java | false | false | package com.unichain.pay.channel.mfe88;
import cn.hutool.core.bean.BeanUtil;
import com.unichain.pay.channel.mfe88.demo.entity.Trade;
import com.unichain.pay.channel.mfe88.utils.PropUtils;
import com.unichain.pay.channel.mfe88.utils.TraderRSAUtil;
import com.unichain.pay.core.PayParam;
import java.net.URLEncoder;
im... | UTF-8 | Java | 2,314 | java | Mfe88SignPayParam.java | Java | [
{
"context": "l.mfe88.demo.UppDemo.md5UpperCase;\n\n/**\n * @Author lait.zhang@gmail.com\n * @Tel 15801818092\n * @Date 12/28/2019\n * @Descr",
"end": 490,
"score": 0.99991375207901,
"start": 470,
"tag": "EMAIL",
"value": "lait.zhang@gmail.com"
}
] | null | [] | package com.unichain.pay.channel.mfe88;
import cn.hutool.core.bean.BeanUtil;
import com.unichain.pay.channel.mfe88.demo.entity.Trade;
import com.unichain.pay.channel.mfe88.utils.PropUtils;
import com.unichain.pay.channel.mfe88.utils.TraderRSAUtil;
import com.unichain.pay.core.PayParam;
import java.net.URLEncoder;
im... | 2,301 | 0.632209 | 0.613132 | 60 | 36.566666 | 28.556007 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 9 |
32d5b88e15f8790564a95612065c312d1b2e3f46 | 627,065,245,824 | 612d055cd25bc9cdbf76bd70f7b8609d8584a4e2 | /demo-dal/src/main/java/com/yz/demo/model/ext/CouponDetail.java | c1b3fc1694f18498317972b7c4b19d69b4af5766 | [] | no_license | leopard5/yz-project-structure | https://github.com/leopard5/yz-project-structure | 6705303bb5d898c7a377ad0df272ecce25571a50 | 3d18fb5dddd1ff8497d98be9e79ff31c24a7854b | refs/heads/master | 2021-08-18T04:18:19.381000 | 2017-11-06T03:46:36 | 2017-11-06T03:46:36 | 96,396,447 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yz.demo.model.ext;
import com.yz.demo.model.Coupon;
public class CouponDetail extends Coupon{
/**
* 下发状态
*/
private byte issueStatus;
/**
* 剩余优惠券数量
*/
private int remainingCount;
/**
* 优惠券券码
*/
private String couponCode;
public byte getIssueStatus() {
... | UTF-8 | Java | 833 | java | CouponDetail.java | Java | [] | null | [] | package com.yz.demo.model.ext;
import com.yz.demo.model.Coupon;
public class CouponDetail extends Coupon{
/**
* 下发状态
*/
private byte issueStatus;
/**
* 剩余优惠券数量
*/
private int remainingCount;
/**
* 优惠券券码
*/
private String couponCode;
public byte getIssueStatus() {
... | 833 | 0.627965 | 0.627965 | 44 | 17.204546 | 17.108715 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386364 | false | false | 9 |
2f5ea066aeae4f8ce5d0e7e5aaff7d2bab46276f | 28,372,554,016,221 | 6b08d599b576d5cabff6375fe7509079bc5a7b5c | /SpaceBattle/src/main/java/game_engine/Logic.java | eded23dd34b1e1b64c1db3c6e8c3ed75adf1c819 | [] | no_license | Hunterszone/MyJavaGames | https://github.com/Hunterszone/MyJavaGames | f18fb70f6641fbc265c72c41b1943cf6431b67be | 4734d22904b71fba40bf64f1e31e446a620b501b | refs/heads/master | 2023-07-21T06:56:36.520000 | 2023-06-18T13:35:53 | 2023-06-18T13:35:53 | 189,064,790 | 2 | 2 | null | false | 2022-11-05T10:29:54 | 2019-05-28T16:28:18 | 2022-01-02T13:07:11 | 2022-11-05T10:29:53 | 433,545 | 1 | 2 | 0 | Java | false | false | package game_engine;
import java.awt.AWTException;
import java.awt.MouseInfo;
import java.awt.Point;
import java.awt.Robot;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.newdawn.slick.AngelCodeFont;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.Font;
import org.... | UTF-8 | Java | 12,242 | java | Logic.java | Java | [] | null | [] | package game_engine;
import java.awt.AWTException;
import java.awt.MouseInfo;
import java.awt.Point;
import java.awt.Robot;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.newdawn.slick.AngelCodeFont;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.Font;
import org.... | 12,242 | 0.682405 | 0.667456 | 417 | 28.357315 | 24.275782 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.956835 | false | false | 9 |
0b704de0d5dd3c9bbcdcaf8359ef5f8d1dcf6559 | 10,067,403,374,492 | 283cddcae9b12558b69f54f0a3f83f8593ce9504 | /src/readerpackage/Ireader.java | ea92c348f6919eced169da910b2afb29de910a19 | [] | no_license | amansardana012/menu-generator | https://github.com/amansardana012/menu-generator | 316be6e30ba10e40c73159239bd592bb9735c9e8 | 4b9fc1311cfe0a5b7916b80f6c47c7b24ffa930f | refs/heads/master | 2020-06-03T22:50:02.555000 | 2015-03-08T03:49:40 | 2015-03-08T03:49:40 | 31,837,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package readerpackage;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
public interface Ireader {
public List<Fooditem> Readfile(String filename);
}
| UTF-8 | Java | 177 | java | Ireader.java | Java | [] | null | [] | package readerpackage;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
public interface Ireader {
public List<Fooditem> Readfile(String filename);
}
| 177 | 0.785311 | 0.785311 | 10 | 16.700001 | 15.447006 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
369e4adafb542d8b332d3db74d99a88ebe0c9159 | 32,384,053,412,047 | f339236887978cefb3ee2ffc914cd5aeb9f4eb59 | /src/entities/statics/Chest.java | fce07014c494d7a31cc3cf33954fa4ecbee007fc | [] | no_license | IMinchevQA/Java_Advanced_Project_Band-The_Wandering_Knight | https://github.com/IMinchevQA/Java_Advanced_Project_Band-The_Wandering_Knight | 312de2ea0fda9ea3828dca2737d3c8529b668f9c | c3804fa43b7e526acea1cd8f08a9e47c57858fa6 | refs/heads/master | 2020-05-23T10:14:42.587000 | 2017-04-21T13:39:24 | 2017-04-21T13:39:24 | 80,407,102 | 3 | 3 | null | false | 2017-02-07T10:28:59 | 2017-01-30T09:14:44 | 2017-02-01T10:37:27 | 2017-02-07T10:28:48 | 2,651 | 0 | 0 | 1 | Java | null | null | package entities.statics;
import game.Handler;
import gfx.Assets;
import items.Item;
import items.ItemFactory;
import java.awt.*;
//AY
public class Chest extends StaticEntity {
private static final int TENT_WIDTH = 60, TENT_HEIGHT = 60;
public Chest(Handler handler, float x, float y) {
super(handler... | UTF-8 | Java | 932 | java | Chest.java | Java | [] | null | [] | package entities.statics;
import game.Handler;
import gfx.Assets;
import items.Item;
import items.ItemFactory;
import java.awt.*;
//AY
public class Chest extends StaticEntity {
private static final int TENT_WIDTH = 60, TENT_HEIGHT = 60;
public Chest(Handler handler, float x, float y) {
super(handler... | 932 | 0.660944 | 0.649142 | 29 | 31.137932 | 42.545494 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
22218e5ec4328e8f35258660b4800fc00f6ae1a1 | 32,375,463,548,191 | a828119846088bba601a2aae274aa71ace65d9a4 | /Tool/dex2jar/out/com/google/android/gms/ads/internal/overlay/zzm.java | b76fa51d23e7bcc1b12aaea643f2f530c7c759a0 | [] | no_license | PhuongThao09/ZingMP3 | https://github.com/PhuongThao09/ZingMP3 | 19112d400dc2c30719f03272c0de3b8101bfe3b9 | a060ee305894c2d89e8636bd2700b16ecde6c421 | refs/heads/master | 2020-06-11T20:11:33.371000 | 2019-06-27T11:37:16 | 2019-06-27T11:37:16 | 194,065,503 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.30
//
package com.google.android.gms.ads.internal.overlay;
import android.view.ViewGroup$LayoutParams;
import android.view.View;
import android.widget.FrameLayout$LayoutParams;
import com.google.android.gms.ads.internal.client.zzl;
import android.content.Context;
import android.widg... | UTF-8 | Java | 1,596 | java | zzm.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.30
//
package com.google.android.gms.ads.internal.overlay;
import android.view.ViewGroup$LayoutParams;
import android.view.View;
import android.widget.FrameLayout$LayoutParams;
import com.google.android.gms.ads.internal.client.zzl;
import android.content.Context;
import android.widg... | 1,596 | 0.650376 | 0.635338 | 53 | 29.113207 | 23.514477 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.716981 | false | false | 9 |
11a37a1ea09311e77453e764e3c38b3895db0bcf | 10,436,770,590,201 | c4680a8c38fb2b0f12e77d48e74351715098c5fc | /src/main/java/com/favccxx/iportal/controller/DigetController.java | d2d9af9c495d9e60de4d6efc4a441801ca2b454b | [] | no_license | favccxx/SmartPortal | https://github.com/favccxx/SmartPortal | 2c657b6636959f017071ca6bb0a992915ec7b1f7 | b5f22e6cb38237212156d97a5d9a5a8c52b3d329 | refs/heads/master | 2020-03-27T12:50:23.339000 | 2018-08-29T09:12:39 | 2018-08-29T09:12:39 | 146,571,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.favccxx.iportal.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.favccxx.iportal.model.PDiget;
import com.favcc... | UTF-8 | Java | 785 | java | DigetController.java | Java | [] | null | [] | package com.favccxx.iportal.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.favccxx.iportal.model.PDiget;
import com.favcc... | 785 | 0.735032 | 0.735032 | 36 | 19.805555 | 19.622578 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
1a6abe7431feba67dea214cbd8aa012a8465d42c | 5,016,521,869,514 | 9a85c767e1453588909338b08ff32cbb0bb72be7 | /SpringBasis1/src/com/test/MyTest.java | 4c4c9f3f55a37c8211e5b5b4c922a03ea12cad1f | [] | no_license | rz0310/JavaFrame | https://github.com/rz0310/JavaFrame | 94853e1c6b2926cb4918d44d9f1d901026b61d8e | c0508950cd5006db04d5904dcac131b62a6a8e26 | refs/heads/master | 2022-06-29T07:04:36.455000 | 2019-06-07T14:23:11 | 2019-06-07T14:23:11 | 180,372,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test;
import com.bean.Dog;
import com.bean.Student;
import com.beanfactory.BeanFactory;
import com.studentdao.StudentDao;
import com.studentdao.imp.StudentDaoImp;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ConfigurableApplicationContext;... | UTF-8 | Java | 2,417 | java | MyTest.java | Java | [] | null | [] | package com.test;
import com.bean.Dog;
import com.bean.Student;
import com.beanfactory.BeanFactory;
import com.studentdao.StudentDao;
import com.studentdao.imp.StudentDaoImp;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ConfigurableApplicationContext;... | 2,417 | 0.713925 | 0.708456 | 61 | 37.967213 | 31.423582 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 9 |
79fdfbf9d92ab035c81e01a65c1cebbf2ccb3be5 | 9,105,330,730,310 | b68c4709efe6b1154f11b85586f019efbefa9498 | /src/com/derbydb/DerbyInterface.java | d323324cb9568c2d4447c08be72b37fea19c1d33 | [] | no_license | iamvickyav/derby-with-java | https://github.com/iamvickyav/derby-with-java | 157d3f4525d6aa5fd45531a7c005ab393bdeba2a | bfeba9f00ec64a459a5005363d55c6ce3079bf6d | refs/heads/master | 2021-06-12T18:23:21.765000 | 2017-04-21T14:11:28 | 2017-04-21T14:11:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.derbydb;
import java.sql.SQLException;
import java.util.List;
public interface DerbyInterface {
public void connectDB() throws SQLException;
public void createTable(String tableName) throws SQLException;
public void insertData(String tableName, List<String> valuesToInsert);
public void displayData(Str... | UTF-8 | Java | 498 | java | DerbyInterface.java | Java | [] | null | [] | package com.derbydb;
import java.sql.SQLException;
import java.util.List;
public interface DerbyInterface {
public void connectDB() throws SQLException;
public void createTable(String tableName) throws SQLException;
public void insertData(String tableName, List<String> valuesToInsert);
public void displayData(Str... | 498 | 0.823293 | 0.823293 | 13 | 37.307693 | 26.853977 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 9 |
419b802b9764b15a748feadf0084f9ca037be79a | 24,696,062,019,240 | 591c11dcbdbf2a822b23e851037cecb19933aeb5 | /src/main/java/com/machool/shipment/repository/OptionCodes.java | ba430e915babfa84212d6d31aa5e6544144013bf | [] | no_license | fabiopita/machool-shipment | https://github.com/fabiopita/machool-shipment | 2a5cd0fd6a6ffd6431be5b016d4f7a95cd585f1e | 57c3181e50b871eed60a8011ad06deecbea1bff9 | refs/heads/master | 2021-01-20T06:42:40.172000 | 2017-05-02T04:56:30 | 2017-05-02T04:56:30 | 89,910,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.machool.shipment.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.machool.shipment.model.Option;
public interface OptionCodes extends JpaRepository<Option, Long> {
}
| UTF-8 | Java | 218 | java | OptionCodes.java | Java | [] | null | [] | package com.machool.shipment.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.machool.shipment.model.Option;
public interface OptionCodes extends JpaRepository<Option, Long> {
}
| 218 | 0.825688 | 0.825688 | 9 | 23.222221 | 26.885675 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
b814b47bfbf7a93752c3f50dc25687094de21dde | 20,323,785,314,102 | 26057a6f42dba801383db5fa5418244e5799c6bb | /src/main/java/kz/dkadirbekov/games/kalah/model/Store.java | 1d6aecd72f56c381d1356afa05a6f5f367c369d0 | [] | no_license | kadirbekov/KalahGame | https://github.com/kadirbekov/KalahGame | 06dd607f6a57c47b2edfb25181db920ad1026ef8 | e365ca396356ae648fb66c20bc42af6298d0b913 | refs/heads/master | 2020-06-21T20:27:04.299000 | 2016-11-27T17:14:20 | 2016-11-27T17:14:20 | 74,771,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.dkadirbekov.games.kalah.model;
/**
* Created by dkadirbekov on 26.11.2016.
*/
public class Store extends Hole{
public Store(Hole hole) {
super(hole);
}
public Store() {
}
}
| UTF-8 | Java | 213 | java | Store.java | Java | [
{
"context": ".dkadirbekov.games.kalah.model;\n\n/**\n * Created by dkadirbekov on 26.11.2016.\n */\npublic class Store extends Hol",
"end": 72,
"score": 0.9995495080947876,
"start": 61,
"tag": "USERNAME",
"value": "dkadirbekov"
}
] | null | [] | package kz.dkadirbekov.games.kalah.model;
/**
* Created by dkadirbekov on 26.11.2016.
*/
public class Store extends Hole{
public Store(Hole hole) {
super(hole);
}
public Store() {
}
}
| 213 | 0.615023 | 0.577465 | 14 | 14.214286 | 15.086316 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 9 |
9740a8e0350bee7cabb8ea852951ee1ae524fb23 | 8,392,366,100,534 | 6b5d05379d1355bf0240977c8c60b36bd2638f71 | /core/src/com/libmanagement/service/LabRoomConsumptionGoodsService.java | 868a7da589d6b69c2833b84a1b815197cde3b1eb | [] | no_license | FlareMars/LabManagementSystem | https://github.com/FlareMars/LabManagementSystem | 21eff6963ede78b3899b812577685ddc96a3dbc5 | 5f6904b0d36cc6faeadc9be4043dee2766b72865 | refs/heads/master | 2021-01-10T17:21:45.759000 | 2016-01-02T21:53:14 | 2016-01-02T21:53:14 | 47,019,520 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.libmanagement.service;
import com.libmanagement.common.exception.LMSServerException;
import com.libmanagement.entity.LabRoomConsumptionGoods;
import com.libmanagement.entity.LabRoomEquipment;
import com.libmanagement.repository.LabRoomConsumptionGoodsRepository;
import com.libmanagement.repository.LabRoomE... | UTF-8 | Java | 1,316 | java | LabRoomConsumptionGoodsService.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by Hugo775128583 on 2016/1/3.\n */\n@Service\npublic class LabRoomCon",
"end": 591,
"score": 0.9992832541465759,
"start": 578,
"tag": "USERNAME",
"value": "Hugo775128583"
}
] | null | [] | package com.libmanagement.service;
import com.libmanagement.common.exception.LMSServerException;
import com.libmanagement.entity.LabRoomConsumptionGoods;
import com.libmanagement.entity.LabRoomEquipment;
import com.libmanagement.repository.LabRoomConsumptionGoodsRepository;
import com.libmanagement.repository.LabRoomE... | 1,316 | 0.802432 | 0.791033 | 40 | 31.9 | 26.879173 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 9 |
f34f0faf9fa559c43b364ede53598d17ec567764 | 23,055,384,460,085 | 918c79e86ea56be232dcc62243baa0da50c73867 | /src/main/java/com/jmb/springfactory/JavaMelodyConfiguration.java | 9dac3cff6a4096230093cdce1c6dacbbcc1d9250 | [
"Apache-2.0"
] | permissive | JuanmaBM/Spring-Factory | https://github.com/JuanmaBM/Spring-Factory | 0056cb0e02908afb6a7bf64f2237c3891f25e06b | bce5372df8ef5546b42880c8a94b7141838554a4 | refs/heads/master | 2020-12-02T10:11:17.769000 | 2018-09-28T08:12:57 | 2018-09-28T08:12:57 | 96,699,471 | 2 | 2 | Apache-2.0 | false | 2018-11-07T15:41:44 | 2017-07-09T17:19:56 | 2018-09-28T08:13:21 | 2018-11-07T15:41:43 | 9,242 | 0 | 1 | 2 | Java | false | null | package com.jmb.springfactory;
import javax.servlet.DispatcherType;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator;
import org.springframework.aop.support.annotation.AnnotationMatchingPointcut;
import org.sp... | UTF-8 | Java | 3,232 | java | JavaMelodyConfiguration.java | Java | [] | null | [] | package com.jmb.springfactory;
import javax.servlet.DispatcherType;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator;
import org.springframework.aop.support.annotation.AnnotationMatchingPointcut;
import org.sp... | 3,232 | 0.781559 | 0.781559 | 81 | 38.913582 | 30.570379 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530864 | false | false | 9 |
292002f2d0bce04432eaeba648f1f1ab859e09d1 | 15,745,350,174,247 | 64f3ac1362b3599093006e1cf7430007e384fc55 | /testProject/src/main/java/com/wang/test/ConcurrentMapDemo.java | 51d78852d73d299e18e52fc4f9a1a78427ee8751 | [] | no_license | RootHappy/happyCode | https://github.com/RootHappy/happyCode | 2d967e40cf37e8a200437e464048a337eadcb979 | f9b30b46846e2b076a862cbb02f8ccd20a81e735 | refs/heads/master | 2021-01-21T04:32:47.302000 | 2016-06-24T09:43:50 | 2016-06-24T09:44:19 | 39,828,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wang.test;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
p... | UTF-8 | Java | 1,755 | java | ConcurrentMapDemo.java | Java | [] | null | [] | package com.wang.test;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
p... | 1,755 | 0.700285 | 0.698006 | 59 | 28.745762 | 22.626364 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.050848 | false | false | 9 |
e94964ec61fc97fdda0e951f2864365d35a94ebb | 24,094,766,540,133 | 6db50b6f02948d83d06418ee1008da1a7708ec78 | /src/customsSystem/package-info.java | 8933047657f2aa12313eddbeef0563b09b0b8e7f | [] | no_license | zygisx/CustomsSystem | https://github.com/zygisx/CustomsSystem | 3d4af355907965690ff4ee0da14a9bdd0bb109bb | 78594e417aa7015fe4c693c583d1fd369ee342e4 | refs/heads/master | 2021-01-01T05:32:34.446000 | 2012-04-11T23:11:56 | 2012-04-11T23:11:56 | 2,367,615 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Main package to work with customs.
*/
package customsSystem; | UTF-8 | Java | 68 | java | package-info.java | Java | [] | null | [] | /**
* Main package to work with customs.
*/
package customsSystem; | 68 | 0.705882 | 0.705882 | 4 | 16.25 | 14.271913 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
d1cb6f00d91fae0abcdb1ec024858d6082ee7bad | 31,147,102,834,183 | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /plugins/Launcher/trunk/launcher/integration/BrowserContextMenuProvider.java | 60e67d14f009fe0716fd043af8681681d19ce601 | [] | no_license | RobertHSchmidt/jedit | https://github.com/RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676000 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package launcher.integration;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import launcher.LauncherPlugin;
import launcher.LauncherUtils;
import org.gjt.sp.jedit.GUIUtilities;
import org.gjt.sp.jedit.jEdit;
import org.gjt.sp.jedit.browser.VFSBrowser;
import org.gjt.sp.jedit.io.VFSFile;
import org.gjt.sp.j... | UTF-8 | Java | 1,074 | java | BrowserContextMenuProvider.java | Java | [] | null | [] | package launcher.integration;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import launcher.LauncherPlugin;
import launcher.LauncherUtils;
import org.gjt.sp.jedit.GUIUtilities;
import org.gjt.sp.jedit.jEdit;
import org.gjt.sp.jedit.browser.VFSBrowser;
import org.gjt.sp.jedit.io.VFSFile;
import org.gjt.sp.j... | 1,074 | 0.784916 | 0.783985 | 36 | 28.833334 | 24.279049 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 9 |
1ac0b54fbc972079f6aceeef0e2c2744f9e2e35e | 34,995,393,533,236 | 563deb4db463ab3d59ff99198c742692be58cd2a | /服务器MySQL/管理系统/src/file文件操作/递归打印文件夹.java | 87935c24b81e660a1d1b1c8cf9a3ee21a2553b18 | [] | no_license | 3382634691/aaa | https://github.com/3382634691/aaa | 69a12ddc3684ef1a208fbab2912851099a031815 | 17ce099eb76e69441266976bb43dacce8372d331 | refs/heads/master | 2022-10-02T18:49:02.049000 | 2020-06-03T14:21:42 | 2020-06-03T14:21:42 | 269,118,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package file文件操作;
import java.io.File;
public class 递归打印文件夹 {
public static void main(String[] args)
{
File file=new File("E:\\javafile文件操作测试");
array(file);
}
//public static String[] digui(File file)
//{
// String[] a=file.list();
// for(String ac:a)
// {
// if(ac.)
// }
//}
public sta... | UTF-8 | Java | 1,064 | java | 递归打印文件夹.java | Java | [] | null | [] | package file文件操作;
import java.io.File;
public class 递归打印文件夹 {
public static void main(String[] args)
{
File file=new File("E:\\javafile文件操作测试");
array(file);
}
//public static String[] digui(File file)
//{
// String[] a=file.list();
// for(String ac:a)
// {
// if(ac.)
// }
//}
public sta... | 1,064 | 0.526471 | 0.517647 | 84 | 10.142858 | 12.705588 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 9 |
56c892dd4b56427549a56ee39d5ae944d834d028 | 4,063,039,086,902 | 91d57c8f5e79ba6b4235b4c70be6bf8bed0a920f | /Thread_class.java | 4730de6160260c781d70e4ef12af3616064c0fe0 | [] | no_license | nitishbeangate/java | https://github.com/nitishbeangate/java | 9538c18a5efcdcbbd726487cdf4e932148269d77 | 840bcfd83f3c7e5976cd1707b843ab4574d7e9f0 | refs/heads/master | 2021-08-17T05:56:26.801000 | 2020-06-12T08:55:28 | 2020-06-12T08:55:28 | 192,918,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Thread_class
{
public static void main(String[] args) {
A o1=new A();
B o2=new B();
o1.run();
o2.run();
}
}
class A extends Thread
{
public void run()
{
for (int i = 0; i < 10; i++) {
System.out.println("Thread B"+i);
}
}
}
class B extends Thread... | UTF-8 | Java | 430 | java | Thread_class.java | Java | [] | null | [] | public class Thread_class
{
public static void main(String[] args) {
A o1=new A();
B o2=new B();
o1.run();
o2.run();
}
}
class A extends Thread
{
public void run()
{
for (int i = 0; i < 10; i++) {
System.out.println("Thread B"+i);
}
}
}
class B extends Thread... | 430 | 0.493023 | 0.469767 | 29 | 13.862069 | 14.104839 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 9 |
e81032f7630dbc737398cdcd86af0bc767316ecc | 14,121,852,495,229 | 1258a1a60e9579eaa694192644772443604b3f15 | /src/test/java/TestTrainModel.java | 8f9a6266d6a412aa8260c82b55a33d92388e9801 | [] | no_license | mkwong04/openNLPPOC | https://github.com/mkwong04/openNLPPOC | 44600835a9bbf5fff8ec683c97cab1923d9a0f9f | 65f335834ab6e46f98ae50a031baa273c0b2c626 | refs/heads/master | 2021-01-21T21:38:46.534000 | 2017-06-22T10:30:15 | 2017-06-22T10:30:15 | 94,864,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Objects;
import opennlp.tools.doccat.DoccatFactory;
import opennlp.tools.doccat.DoccatModel;
import opennlp.tools.doccat.DocumentCategoriz... | UTF-8 | Java | 1,815 | java | TestTrainModel.java | Java | [] | null | [] | import java.io.BufferedOutputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Objects;
import opennlp.tools.doccat.DoccatFactory;
import opennlp.tools.doccat.DoccatModel;
import opennlp.tools.doccat.DocumentCategoriz... | 1,815 | 0.749311 | 0.74876 | 57 | 29.877193 | 27.776722 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.859649 | false | false | 9 |
938bb888649ebad012351683596be5004c01eedb | 27,487,790,760,778 | dda3f471f340e8bdf133ef98e9fd9d98849ceb8a | /app/src/main/java/com/app/cbouix/sodapp/Adapters/RutaAdapter.java | 5095df89cef13652ad54917195a265133577f45a | [] | no_license | cbouix/sodapp | https://github.com/cbouix/sodapp | 55c2f7eb0210d2f2614eb5259d4f7df78579bfe1 | b359387e94e43d0fe63d2dc53ffdfb0d22e0b819 | refs/heads/master | 2021-07-04T22:55:35.340000 | 2020-09-04T12:15:49 | 2020-09-04T12:15:49 | 158,484,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.cbouix.sodapp.Adapters;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Filter;
import android.widget.Filterable;
i... | UTF-8 | Java | 8,209 | java | RutaAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by CBouix on 01/04/2017.\n */\n\npublic class RutaAdapter exte",
"end": 748,
"score": 0.9996760487556458,
"start": 742,
"tag": "USERNAME",
"value": "CBouix"
}
] | null | [] | package com.app.cbouix.sodapp.Adapters;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Filter;
import android.widget.Filterable;
i... | 8,209 | 0.580948 | 0.579608 | 200 | 40.044998 | 35.067547 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.715 | false | false | 9 |
2bfd71d8a933e7496c89d144970b659b0d958ad8 | 24,146,306,151,976 | a7af2dc8c946bbc8b8bfd4a09c80998e7346f602 | /src/service/GestaoPessoas.java | 86aa43d1c6272d5ebaed904013961d1a9c019ab5 | [
"Apache-2.0"
] | permissive | EdmilsonVasconcelos/Financeiro | https://github.com/EdmilsonVasconcelos/Financeiro | 86b0b9385580174417f9f4e33bd3abcc12011638 | 973cf01cef4ecced7673ec092de077f91ed6d926 | refs/heads/master | 2020-03-02T15:26:00.952000 | 2017-05-22T18:57:01 | 2017-05-22T18:57:01 | 92,072,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import model.Pessoa;
public class GestaoPessoas {
private static Map<Integer, Pessoa> pessoas = new HashMap<Integer, Pessoa>();
static {
pessoas.put(1, new Pessoa(1, "João da Silva"));
pessoas... | ISO-8859-1 | Java | 691 | java | GestaoPessoas.java | Java | [
{
"context": "a>();\n\t\n\tstatic {\n\t\tpessoas.put(1, new Pessoa(1, \"João da Silva\"));\n\t\tpessoas.put(2, new Pessoa(2, \"Lava-jato Águ",
"end": 306,
"score": 0.9998704791069031,
"start": 293,
"tag": "NAME",
"value": "João da Silva"
},
{
"context": "João da Silva\"));\n\t\tpesso... | null | [] | package service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import model.Pessoa;
public class GestaoPessoas {
private static Map<Integer, Pessoa> pessoas = new HashMap<Integer, Pessoa>();
static {
pessoas.put(1, new Pessoa(1, "<NAME>"));
pessoas.put(2,... | 649 | 0.717613 | 0.708879 | 30 | 21.933332 | 22.429049 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.566667 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.