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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3dfcb00912368a643198e54e08e8e42b9439cd0a | 24,060,406,836,052 | 8af97dc377cbd6b9b4963b676e83972d5ee4c673 | /user-info-system/src/main/java/com/vastika/uis/dao/UserDao.java | 8971c52b804c05732d68d531776b055d6d61bf26 | [] | no_license | kamal-1990/Assignment | https://github.com/kamal-1990/Assignment | 690793f715be9283ca169bb3974c5070babf0d97 | e529a81a76798c0b12edcc104bff4a8ccdc8539b | refs/heads/master | 2023-03-11T20:41:21.371000 | 2021-03-03T01:56:50 | 2021-03-03T01:56:50 | 316,069,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vastika.uis.dao;
import java.util.List;
import com.vastika.uis.model.User;
public interface UserDao {
public int saveUserInfo(User user);
public int updateUserInfo(User user);
public int deleteUserinfo(int id);
List<User> getAllUserInfo();
User getUserById(int id);
}
| UTF-8 | Java | 293 | java | UserDao.java | Java | [] | null | [] | package com.vastika.uis.dao;
import java.util.List;
import com.vastika.uis.model.User;
public interface UserDao {
public int saveUserInfo(User user);
public int updateUserInfo(User user);
public int deleteUserinfo(int id);
List<User> getAllUserInfo();
User getUserById(int id);
}
| 293 | 0.754266 | 0.754266 | 17 | 16.235294 | 15.535649 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 9 |
9ef2a729fae17277836a041b120925ae82ec7321 | 32,787,780,397,012 | 77f1136a03ac13062b415095480cb8c82923039e | /Algorithms/src/ProblemaPractica/Operaciones.java | dfa20028113ff81ed3cfc290b4d9161d7dee7091 | [
"Apache-2.0"
] | permissive | PadillaBraulio/JavaAlgorithms | https://github.com/PadillaBraulio/JavaAlgorithms | 68984740f0fbfd3b46ce2b9388a9b1e2b5b88152 | 652eef3fa4d1463cc85b1b48b51f8091cb953865 | refs/heads/master | 2020-04-06T06:59:40.543000 | 2017-09-13T18:17:11 | 2017-09-13T18:17:11 | 63,821,324 | 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 ProblemaPractica;
/**
*
* @author pc2
*/
public class Operaciones {
public boolean Comparar(char primero [], char segun... | UTF-8 | Java | 968 | java | Operaciones.java | Java | [
{
"context": ".\n */\npackage ProblemaPractica;\n\n/**\n *\n * @author pc2\n */\npublic class Operaciones {\n public boolean C",
"end": 233,
"score": 0.9995869398117065,
"start": 230,
"tag": "USERNAME",
"value": "pc2"
}
] | 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 ProblemaPractica;
/**
*
* @author pc2
*/
public class Operaciones {
public boolean Comparar(char primero [], char segun... | 968 | 0.516529 | 0.505165 | 36 | 25.888889 | 22.01865 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
a2e9fa9189632851e582c0d14f1f4169f2fb6ee9 | 3,161,095,961,877 | 6a6afc8a096e7cccf20025c81ed940210ef0295c | /src/com/sensetime/senseid/facepro/jniwrapper/library/SearchResult.java | bffac0a4ff63f5e145d7e23aec9a40b2d273ae63 | [] | no_license | keepsl/facetest | https://github.com/keepsl/facetest | c473fa2bbabaf924d52c10fed1af517a68e5796f | 5dd9afeb550121884caaa92d5de93ae1ac2653a5 | refs/heads/master | 2020-04-13T19:21:12.280000 | 2018-12-28T10:58:00 | 2018-12-28T10:58:00 | 163,400,121 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sensetime.senseid.facepro.jniwrapper.library;
import java.util.Locale;
public class SearchResult {
private int[] topIdxs;
private float[] topScores;
private int resultLength;
private int mResult;
public int[] getTopIdxs()
{
return this.topIdxs;
}
public float[] getTop... | UTF-8 | Java | 1,477 | java | SearchResult.java | Java | [] | null | [] | package com.sensetime.senseid.facepro.jniwrapper.library;
import java.util.Locale;
public class SearchResult {
private int[] topIdxs;
private float[] topScores;
private int resultLength;
private int mResult;
public int[] getTopIdxs()
{
return this.topIdxs;
}
public float[] getTop... | 1,477 | 0.570752 | 0.56872 | 67 | 21.044777 | 19.995846 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.373134 | false | false | 9 |
ef3d72a8e68a108dc777658d1f64f805a182f466 | 12,953,621,406,548 | 37992a7083efea148c66381a2e7c988f59de712b | /chit/chit_api/src/main/java/ru/ppr/chit/api/auth/OAuth2TokenMapper.java | 4d568314beff9e0656e323b2d018276d45f2941f | [] | no_license | RVC3/PTK | https://github.com/RVC3/PTK | 5ab897d6abee1f7f7be3ba49c893b97e719085e9 | 1052b2bfa8f565c96a85d5c5928ed6c938a20543 | refs/heads/master | 2022-12-22T22:11:40.231000 | 2020-07-01T09:45:38 | 2020-07-01T09:45:38 | 259,278,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ppr.chit.api.auth;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import org.mapstruct.factory.Mappers;
import ru.ppr.chit.domain.model.local.OAuth2Token;
/**
* @author Dmitry Nevolin
*/
@Mapper
// Не работают method references если снизить видимость
@SuppressW... | UTF-8 | Java | 740 | java | OAuth2TokenMapper.java | Java | [
{
"context": "it.domain.model.local.OAuth2Token;\n\n/**\n * @author Dmitry Nevolin\n */\n@Mapper\n// Не работают method references если",
"end": 241,
"score": 0.9998511672019958,
"start": 227,
"tag": "NAME",
"value": "Dmitry Nevolin"
}
] | null | [] | package ru.ppr.chit.api.auth;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import org.mapstruct.factory.Mappers;
import ru.ppr.chit.domain.model.local.OAuth2Token;
/**
* @author <NAME>
*/
@Mapper
// Не работают method references если снизить видимость
@SuppressWarnings(... | 732 | 0.715493 | 0.707042 | 27 | 25.296297 | 22.952148 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 9 |
e7e7ec5daf45cc2ae70c436740846df47527ac7e | 30,537,217,506,688 | 8feac7a93b49609ad1774c2e505ae3065290b6d8 | /src/test/java/com/lianpay/test/StaticBlock.java | a79c1a72a1a35c7e537ef487909f0118d5d5cbbd | [] | no_license | panjie0655/Test | https://github.com/panjie0655/Test | 306d992d96ec952a338b57d963bc9559ebbbd928 | 5410d2a75e2402365563f80108cdb3f8861417d3 | refs/heads/master | 2016-08-17T02:04:49.815000 | 2016-07-19T01:45:21 | 2016-07-19T01:45:21 | 35,535,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lianpay.test;
public class StaticBlock {
static{
System.out.println("这是静态代码块");
}
public static void a(){
System.out.println("这是静态方法");
}
public void b(){
System.out.println("这是实例方法");
}
}
| UTF-8 | Java | 252 | java | StaticBlock.java | Java | [] | null | [] | package com.lianpay.test;
public class StaticBlock {
static{
System.out.println("这是静态代码块");
}
public static void a(){
System.out.println("这是静态方法");
}
public void b(){
System.out.println("这是实例方法");
}
}
| 252 | 0.672897 | 0.672897 | 13 | 15.461538 | 12.652852 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 9 |
74e23a5749be61576adc46956ee9911d87eec30c | 26,182,120,687,848 | 1fd1fb133bc807d4b16979aa757921bbc178aea1 | /app/src/main/java/com/jumpou/weatherapp/addweather/AddWeatherDialogFragment.java | ee591caa60836d4d7f5f73d06529c8d06637fb73 | [
"Apache-2.0"
] | permissive | leglopy/WeatherApp_MVP | https://github.com/leglopy/WeatherApp_MVP | 9033755f441069ee0a3ffc8b4fde6bcf501d5c5b | 6053df02f9d66c2ea717aac779f6b422424803c9 | refs/heads/master | 2020-12-11T05:26:18.010000 | 2016-09-20T12:36:58 | 2016-09-20T12:36:58 | 68,701,751 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jumpou.weatherapp.addweather;
import android.app.Dialog;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
... | UTF-8 | Java | 2,971 | java | AddWeatherDialogFragment.java | Java | [
{
"context": "import butterknife.ButterKnife;\n\n/**\n * Created by zimburg on 19/09/16.\n */\npublic class AddWeatherDialogFra",
"end": 562,
"score": 0.9997139573097229,
"start": 555,
"tag": "USERNAME",
"value": "zimburg"
}
] | null | [] | package com.jumpou.weatherapp.addweather;
import android.app.Dialog;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
... | 2,971 | 0.681925 | 0.679233 | 97 | 29.628866 | 25.129076 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42268 | false | false | 9 |
18c8f642e330c50de6a6baf19aebf6eb5a8349f2 | 22,454,089,089,626 | acf770524a7ad023f7c02a5ae1a074c70aa8f985 | /src/com/vo/Addedamount.java | 60638227f7527166212e43370d0e34b3f1436f66 | [] | no_license | 1emanresu/MyProject | https://github.com/1emanresu/MyProject | e81efe4b1e772c616c9389ffdbbb0118eab1e88c | 7540adc47efc173912b0fdbb20430461001c9b01 | refs/heads/master | 2020-03-28T17:25:36.718000 | 2018-09-15T02:27:54 | 2018-09-15T02:27:54 | 148,788,704 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vo;
import com.jfinal.plugin.activerecord.Model;
public class Addedamount extends Model<Addedamount> {
public static final Addedamount dao = new Addedamount();
}
| UTF-8 | Java | 184 | java | Addedamount.java | Java | [] | null | [] | package com.vo;
import com.jfinal.plugin.activerecord.Model;
public class Addedamount extends Model<Addedamount> {
public static final Addedamount dao = new Addedamount();
}
| 184 | 0.76087 | 0.76087 | 7 | 24.285715 | 24.176224 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 9 |
3ef52eca573833e89eb9314cfd798c959c2fdb5e | 18,150,531,841,935 | 1470d4103412dca0a92c50e0e29855b72bc1031e | /src/remote/EmBDdedClientKeeper.java | cf60eeb6901527c2105503707b0004e050d4a40e | [] | no_license | jeimison3/EmBDded-Java-Server | https://github.com/jeimison3/EmBDded-Java-Server | 255efe7746303c33871d0c31f1816c2e9e69b276 | 3d236d83f7985146dc29c69375853124a4d38cba | refs/heads/master | 2022-03-17T15:42:06.515000 | 2019-11-29T18:01:14 | 2019-11-29T18:01:14 | 223,589,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package remote;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.Socket;
import java.sql.Connection;
import Classes.Estado;
import DAO.EstadoDAO;
import EmBDded.EmBDdedClient;
impo... | UTF-8 | Java | 4,514 | java | EmBDdedClientKeeper.java | Java | [] | null | [] | package remote;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.Socket;
import java.sql.Connection;
import Classes.Estado;
import DAO.EstadoDAO;
import EmBDded.EmBDdedClient;
impo... | 4,514 | 0.666593 | 0.660603 | 173 | 25.057804 | 24.961637 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.439306 | false | false | 9 |
3f8e164ce090b2d0ac0435db50bc27172487e4f1 | 16,423,954,941,052 | 598d794642ea30cc111642e06221ee830ae985f6 | /Java8/src/Customlamda/Superstars.java | 81c537fefb9dbfdeb4a9b0f066691a206aecd9ac | [] | no_license | vedang-isoc/javaassign | https://github.com/vedang-isoc/javaassign | b2783aa29a0e8a502ded79be79dc450fc409e43f | 7976484ec6c749c972fe128d1a0432e255790d64 | refs/heads/master | 2023-02-21T17:42:18.450000 | 2021-01-27T04:14:25 | 2021-01-27T04:14:25 | 332,659,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Customlamda;
public class Superstars implements Comparable<Superstars>{
private String name;
private int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
pu... | UTF-8 | Java | 660 | java | Superstars.java | Java | [] | null | [] | package Customlamda;
public class Superstars implements Comparable<Superstars>{
private String name;
private int age;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
pu... | 660 | 0.672727 | 0.669697 | 33 | 19 | 16.724144 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.575758 | false | false | 9 |
b2e2c2172b40ade25e097391f312b311e1056fac | 25,254,407,765,423 | 594f1498171d2dc954055999635f6598327560dd | /src/main/java/com/richie/psg_ukrim/lomba1/Jawaban_5.java | 599aeea22e16a875d4d7a4ff429d387755f7629d | [] | no_license | Richie-Z/psg-ukrim | https://github.com/Richie-Z/psg-ukrim | a20f36d2b959cd6cc33a3341d5832330c9cd56b2 | ca862a241f766ac1438b3f7a963098ce877b7db9 | refs/heads/master | 2023-09-01T19:10:16.604000 | 2021-10-29T06:49:35 | 2021-10-29T06:49:35 | 398,468,996 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.richie.psg_ukrim.lomba1;
/**
*
* @author Richie-PC
*/
public class Jawaban_5 {
public static void main(String[] args) {
int fak1 = 1, fak2 = 2, fak3 = 3;
int fixFak1 = 0, fixFak2 = 0, fixFak3 = 0;
for (int i = 0; i < fak1; i++) {
fixFak1 = fak1 * (fak1 - 1);
... | UTF-8 | Java | 860 | java | Jawaban_5.java | Java | [
{
"context": "ge com.richie.psg_ukrim.lomba1;\n\n/**\n *\n * @author Richie-PC\n */\npublic class Jawaban_5 {\n\n public static v",
"end": 65,
"score": 0.8713830709457397,
"start": 56,
"tag": "NAME",
"value": "Richie-PC"
}
] | null | [] | package com.richie.psg_ukrim.lomba1;
/**
*
* @author Richie-PC
*/
public class Jawaban_5 {
public static void main(String[] args) {
int fak1 = 1, fak2 = 2, fak3 = 3;
int fixFak1 = 0, fixFak2 = 0, fixFak3 = 0;
for (int i = 0; i < fak1; i++) {
fixFak1 = fak1 * (fak1 - 1);
... | 860 | 0.405814 | 0.346512 | 34 | 24.294117 | 19.246893 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 9 |
c89f9aa92395551b61e7b6f9c469854a27040580 | 7,198,365,253,719 | beecc8359f1eeb7f888f71d376057b1789769b03 | /CoreJava/src/com/java/stream/LambdaOne.java | 45088243606c58f2cedbf7c7ac8ba1762c05dd24 | [] | no_license | jahanvibansal/Hibernate | https://github.com/jahanvibansal/Hibernate | 368213fac6b7f4414d725bcfa66b2da62c1701b3 | e02e5f6ffc4985c330d90870998e136521eb8f53 | refs/heads/master | 2021-09-07T10:25:31.163000 | 2018-02-21T15:37:05 | 2018-02-21T15:37:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.stream;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
public class LambdaOne {
public static void main(String args[]) {
Person2 obj1 = new Person2();
Person2 obj2 = new Person2();
Person2 obj3 = new Person2();
List<Person2> list = new ArrayList<>();
list.... | WINDOWS-1250 | Java | 3,018 | java | LambdaOne.java | Java | [] | null | [] | package com.java.stream;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
public class LambdaOne {
public static void main(String args[]) {
Person2 obj1 = new Person2();
Person2 obj2 = new Person2();
Person2 obj3 = new Person2();
List<Person2> list = new ArrayList<>();
list.... | 3,018 | 0.650299 | 0.634373 | 155 | 18.451612 | 20.800495 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677419 | false | false | 9 |
15f026f582969b11dd0090202e1b939bd64fe285 | 5,557,687,681,449 | 80b9049eee0ddf1a430b22eca51756aa5146cf4e | /ssm-model/src/main/java/cn/jarvan/model/user/Permission.java | 0c334cf52916c89be72e4698cb04b2b3b472cff8 | [] | no_license | liuruojing/ssm | https://github.com/liuruojing/ssm | b9f93326e2b1ad6c9a21c0cdf065b11f8def5bc1 | 8c1aff994f4dc6fe1e0ceea0e9ae71fabf6d6e2b | refs/heads/master | 2020-03-23T12:19:47.001000 | 2019-03-15T02:35:19 | 2019-03-15T02:35:19 | 141,552,057 | 10 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jarvan.model.user;
public class Permission {
private Long permissionId;
private String permissionName;
private String perimissionUrl;
private Long permissioonType;
public Long getPermissionId() {
return permissionId;
}
public void setPermissionId(Long permissionId) {... | UTF-8 | Java | 1,020 | java | Permission.java | Java | [] | null | [] | package cn.jarvan.model.user;
public class Permission {
private Long permissionId;
private String permissionName;
private String perimissionUrl;
private Long permissioonType;
public Long getPermissionId() {
return permissionId;
}
public void setPermissionId(Long permissionId) {... | 1,020 | 0.684314 | 0.684314 | 43 | 22.744186 | 23.515549 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 9 |
3169a33eadcf96a51df968c53475074dcd3cd929 | 26,482,768,413,741 | dc25b23f8132469fd95cee14189672cebc06aa56 | /vendor/mediatek/proprietary/packages/apps/MediatekDM/src/com/mediatek/mediatekdm/mdm/MmiViewContext.java | 0b9e1564b2cc35dc954884004466722b18cf32e3 | [
"Apache-2.0"
] | permissive | nofearnohappy/alps_mm | https://github.com/nofearnohappy/alps_mm | b407d3ab2ea9fa0a36d09333a2af480b42cfe65c | 9907611f8c2298fe4a45767df91276ec3118dd27 | refs/heads/master | 2020-04-23T08:46:58.421000 | 2019-03-28T21:19:33 | 2019-03-28T21:19:33 | 171,048,255 | 1 | 5 | null | false | 2020-03-08T03:49:37 | 2019-02-16T20:25:00 | 2019-03-28T21:19:47 | 2019-03-28T21:19:45 | 1,403,685 | 0 | 3 | 1 | Java | false | false | package com.mediatek.mediatekdm.mdm;
/**
* MMI View context. A structure holding data relevant to most MMI views.
*/
public class MmiViewContext {
/** Text to be displayed on screen. */
public final String displayText;
/** Minimum display time for a screen in seconds. */
public final int minDT;
/... | UTF-8 | Java | 538 | java | MmiViewContext.java | Java | [] | null | [] | package com.mediatek.mediatekdm.mdm;
/**
* MMI View context. A structure holding data relevant to most MMI views.
*/
public class MmiViewContext {
/** Text to be displayed on screen. */
public final String displayText;
/** Minimum display time for a screen in seconds. */
public final int minDT;
/... | 538 | 0.652416 | 0.652416 | 19 | 27.31579 | 21.783752 | 73 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 9 |
7489cd66ccb9fd68131d427bf83755eec7505f8f | 21,577,915,758,877 | 2f112b5ffa8b6d030c4a002f523fd1f198b76fab | /src/npuzzle/NPuzzle.java | e8146205103b03d746ece21448c4f33f679660a4 | [] | no_license | rzeszut/n-puzzle | https://github.com/rzeszut/n-puzzle | b9553946489e140cb9b890865beca60ae8ca9c6a | 0c41ae86e2044e021bfffc3815cff5fe48b50da7 | refs/heads/master | 2021-01-24T06:30:36.548000 | 2012-06-13T16:46:53 | 2012-06-13T16:46:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package npuzzle;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
/**
* Klasa reprezentująca n-puzzle.
*
* @author mateusz
*/
public class NPuzzle {
/**
* Konstruktor.
*
* @param dimension
* wymiar układank... | UTF-8 | Java | 6,664 | java | NPuzzle.java | Java | [
{
"context": "*\n * Klasa reprezentująca n-puzzle.\n * \n * @author mateusz\n */\npublic class NPuzzle {\n /**\n * Konstru",
"end": 199,
"score": 0.9411554336547852,
"start": 192,
"tag": "USERNAME",
"value": "mateusz"
}
] | null | [] | /**
*
*/
package npuzzle;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
/**
* Klasa reprezentująca n-puzzle.
*
* @author mateusz
*/
public class NPuzzle {
/**
* Konstruktor.
*
* @param dimension
* wymiar układank... | 6,664 | 0.529403 | 0.523644 | 247 | 25.712551 | 21.578272 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469636 | false | false | 9 |
e2341607dd809e9607feef5f85bdf80cd010042d | 21,663,815,070,376 | d4692be261739742257f24bd4df17defd70ce4de | /src/servlet/sales/CustomerQueryOneServlet.java | 6722f8e073d3495893a60f4df1de38a7aaa94ee2 | [] | no_license | dd1227514920/SCM | https://github.com/dd1227514920/SCM | 053253e29a95b2b8587df10a8724f02188f694d0 | bde80081d1927828cd0d329d7e70c40f3cb11ed1 | refs/heads/master | 2020-03-16T14:55:08.175000 | 2017-09-10T09:10:34 | 2017-09-10T09:10:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet.sales;
import java.io.IOException;
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 dao.sales.CustomerDao;
import model.sales.Cu... | UTF-8 | Java | 1,120 | java | CustomerQueryOneServlet.java | Java | [] | null | [] | package servlet.sales;
import java.io.IOException;
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 dao.sales.CustomerDao;
import model.sales.Cu... | 1,120 | 0.810592 | 0.810592 | 32 | 33.8125 | 27.733597 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 9 |
798552f73c497686e6aaf98c8014339283af02c0 | 4,750,233,851,836 | 11a6b39677606807a52895daff123a21d1b338eb | /src/main/java/Main/DefaultValues.java | a3816671a859b0d31dd5ef233bdeed5b6657ca72 | [] | no_license | riedersa/Multi-start-ILS-with-EDAs | https://github.com/riedersa/Multi-start-ILS-with-EDAs | 28ee7de769e774fb91c13264ab40a6d9e16cf256 | e4596b283b689a7d52273d7aca381b9fb1623149 | refs/heads/master | 2022-12-12T16:48:31.994000 | 2020-09-04T17:05:59 | 2020-09-04T17:05:59 | 256,709,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
/**
* Here, default values for each parameter of EDA and LS are stored.
*/
public class DefaultValues {
//EDAs
public static int selectedPopulationSize = 50;
public static int sampledPopulationSize = 100;
public static int maxCounterOtIterations = 100;
//edge based eda
public ... | UTF-8 | Java | 662 | java | DefaultValues.java | Java | [] | null | [] | package Main;
/**
* Here, default values for each parameter of EDA and LS are stored.
*/
public class DefaultValues {
//EDAs
public static int selectedPopulationSize = 50;
public static int sampledPopulationSize = 100;
public static int maxCounterOtIterations = 100;
//edge based eda
public ... | 662 | 0.693353 | 0.663142 | 28 | 22.642857 | 21.146114 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
baceed3cb38431cb58d8659f54faac0b96523538 | 4,750,233,853,060 | eceb0b51561088adf2fff3d08757f320eb5f827a | /campany/analysis/AnalysisData.java | acc0ee7693ae9186659a201d00c050837b8f226b | [] | no_license | rio1228/pos | https://github.com/rio1228/pos | c0c22db40125ff03487e1351c991d9d9603f3e10 | a029ec9525fa88b581becf633386780ec5800bbc | refs/heads/master | 2020-06-12T05:52:51.266000 | 2017-05-05T08:27:49 | 2017-05-05T08:27:49 | 75,603,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package analysis;
import java.io.IOException;
import java.util.LinkedList;
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 javax.servl... | UTF-8 | Java | 2,110 | java | AnalysisData.java | Java | [] | null | [] | package analysis;
import java.io.IOException;
import java.util.LinkedList;
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 javax.servl... | 2,110 | 0.701189 | 0.699703 | 65 | 29.046154 | 28.315493 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.461538 | false | false | 9 |
8c0fd8cc814df8b499423a74dcd96eb52e061b67 | 4,930,622,483,673 | e3fe919237598ee3abf52a7202aad5bf70b32717 | /src/main/java/com/bjpowernode/controller/ProductController.java | ddd297a572c67083ae915ef1461b395364094c36 | [] | no_license | 6liuke/mmssm | https://github.com/6liuke/mmssm | 65374bb88a00df944ba158b533240a254d086be7 | 646003684cd3bde6f0b349341fd4743e6b1e33c2 | refs/heads/master | 2023-07-27T01:18:30.298000 | 2021-09-11T12:02:39 | 2021-09-11T12:02:39 | 405,388,554 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bjpowernode.controller;
import com.alibaba.druid.sql.dialect.mysql.visitor.MySqlShowColumnOutpuVisitor;
import com.bjpowernode.pojo.ProductInfo;
import com.bjpowernode.pojo.ProductType;
import com.bjpowernode.pojo.vo.ProductVo;
import com.bjpowernode.service.ProductInfoService;
import com.bjpowernode.utils... | UTF-8 | Java | 7,179 | java | ProductController.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author liuke\n * @create 2021-09-08 15:20\n */\n\n@Controller\n@Re",
"end": 934,
"score": 0.9979804754257202,
"start": 929,
"tag": "USERNAME",
"value": "liuke"
}
] | null | [] | package com.bjpowernode.controller;
import com.alibaba.druid.sql.dialect.mysql.visitor.MySqlShowColumnOutpuVisitor;
import com.bjpowernode.pojo.ProductInfo;
import com.bjpowernode.pojo.ProductType;
import com.bjpowernode.pojo.vo.ProductVo;
import com.bjpowernode.service.ProductInfoService;
import com.bjpowernode.utils... | 7,179 | 0.629452 | 0.625394 | 227 | 28.317181 | 23.4597 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559471 | false | false | 9 |
8ff9ae0beb326c79aaabb62b06207c4df6968e45 | 11,132,555,253,597 | 43407401720b7d588b987cf5dc3104fd7738c93f | /src/com/zheruomuyi/sort/BaseSort.java | 355d7db711fc6d98afcbcc9e73dced44f432e601 | [] | no_license | zheruomuyi/leetcode | https://github.com/zheruomuyi/leetcode | 146e66142be7fdfba3be4081e0c5985e04536a6a | 39123f99b3af9c3de7f3d62ecc136f765eb209bc | refs/heads/master | 2020-12-02T15:28:44.813000 | 2020-01-15T11:49:47 | 2020-01-15T11:49:47 | 231,050,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zheruomuyi.sort;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
/**
* @ClassName: BaseSort
* @author: jinjin.Liu
* @Date: 2019/12/31
*/
public class BaseSort {
public static void main(String[] args) {
Scanner scanner = new Scanner... | UTF-8 | Java | 1,649 | java | BaseSort.java | Java | [
{
"context": ".Scanner;\n\n/**\n * @ClassName: BaseSort\n * @author: jinjin.Liu\n * @Date: 2019/12/31\n */\npublic class BaseSort {\n",
"end": 188,
"score": 0.9998032450675964,
"start": 178,
"tag": "NAME",
"value": "jinjin.Liu"
}
] | null | [] | package com.zheruomuyi.sort;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
/**
* @ClassName: BaseSort
* @author: jinjin.Liu
* @Date: 2019/12/31
*/
public class BaseSort {
public static void main(String[] args) {
Scanner scanner = new Scanner... | 1,649 | 0.435415 | 0.416616 | 61 | 26.032787 | 17.007198 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655738 | false | false | 9 |
fb9aadded167dfd33af749df8101e60c6448c57e | 12,429,635,381,673 | d078a3a47d34d9bdcd2b9594211966a66aceeee0 | /src/main/java/callback_1/Callback.java | 4a880de079a57c1fed760d8e0bf27764c48e1657 | [] | no_license | redDSsun/java_basic | https://github.com/redDSsun/java_basic | 3efdc25db0171e6e53660755d19cd4e44dc06959 | 1433d2d46d1ce283e1da3ae0e2457f743d30ac08 | refs/heads/master | 2020-05-13T16:19:41.793000 | 2019-04-16T07:35:24 | 2019-04-16T07:35:24 | 181,638,707 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package callback_1;
public abstract class Callback {
abstract void onSuccess();
abstract void onFailuer();
public void print(){
System.out.println("callback");
}
}
| UTF-8 | Java | 189 | java | Callback.java | Java | [] | null | [] | package callback_1;
public abstract class Callback {
abstract void onSuccess();
abstract void onFailuer();
public void print(){
System.out.println("callback");
}
}
| 189 | 0.656085 | 0.650794 | 9 | 20 | 13.775986 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
e2f96d3d15da13410188a2dc072e098e3ea4bdee | 16,106,127,388,443 | 421bebee270bdacd86d156161913b5d1e9eacdea | /src/main/java/com/fractals/FractalTree.java | d443eba90df500b1e4d67b5fd94d8ae2ef341786 | [] | no_license | smwolfskill/Fractals | https://github.com/smwolfskill/Fractals | 19f50ad2fcaf910434627c890e65066f1c26276d | 67dcb991c2d968ff774762e7b6645461244b89a8 | refs/heads/master | 2020-04-22T14:26:51.254000 | 2019-02-27T03:34:21 | 2019-02-27T03:34:21 | 170,443,749 | 0 | 3 | null | false | 2019-04-02T22:22:24 | 2019-02-13T05:05:02 | 2019-02-27T03:34:24 | 2019-04-02T22:22:24 | 266 | 0 | 0 | 0 | Java | false | null | package com.fractals;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Line2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.atomic.AtomicBoolean;
import javax... | UTF-8 | Java | 4,717 | java | FractalTree.java | Java | [
{
"context": "for each existing node every iteration.\n * @author Scott Wolfskill\n * @created 02/12/2019\n * @last_edit 02/25/",
"end": 545,
"score": 0.999849796295166,
"start": 530,
"tag": "NAME",
"value": "Scott Wolfskill"
}
] | null | [] | package com.fractals;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.geom.Line2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.atomic.AtomicBoolean;
import javax... | 4,708 | 0.732669 | 0.723553 | 125 | 36.736 | 33.490093 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.304 | false | false | 9 |
b296c6d428683c569d4366cf1bb07ec75861d4e1 | 15,479,062,168,496 | 2fb2536cbbbf201a40d4bb325f881148b74e8cce | /coreLibs/TalendCodegenXMLMaven/src/com/dataSwitch/xml/TalendCodegen/getAuditDetails.java | cfa5efa4667403e9d469b69415f5c1f6ca7174f2 | [] | no_license | translators017/DS | https://github.com/translators017/DS | 3cbac2c62b47f1b2c170fcd99bf9a088d0154132 | 46ec6e1037d516fccc08e1bdf330541051c3af17 | refs/heads/master | 2022-12-12T17:07:02.573000 | 2020-09-05T14:15:26 | 2020-09-05T14:15:26 | 292,788,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.dataSwitch.xml.TalendCodegen;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.util.ArrayList;
import java.util.List;
import com.dataSwitch.ds.coreLib.util.Console;
import com.dataSwitch.xml.connectorspecs.Connector;
public class getAuditDetails {
public static void getAuditDeta... | UTF-8 | Java | 19,278 | java | getAuditDetails.java | Java | [] | null | [] |
package com.dataSwitch.xml.TalendCodegen;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.util.ArrayList;
import java.util.List;
import com.dataSwitch.ds.coreLib.util.Console;
import com.dataSwitch.xml.connectorspecs.Connector;
public class getAuditDetails {
public static void getAuditDeta... | 19,278 | 0.482882 | 0.478317 | 343 | 55.204082 | 72.93541 | 561 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.478134 | false | false | 9 |
f1156f438cff23abcc56b00b6698d0125b558313 | 29,343,216,580,400 | d2df63e32c84eae6dc6368e8e8a4a329e0481270 | /app/src/main/java/com/example/project_1/Models/NguoiDung.java | ad5463ce07a7c77afebe2bd355649690f1dfba68 | [] | no_license | tkTest120120/Project_1_new | https://github.com/tkTest120120/Project_1_new | 004771124861c923717f3d09d836acf4f2df5953 | 875ebed221be1da8d1f2f790b7adce9f8bb22718 | refs/heads/master | 2023-04-17T08:29:15.503000 | 2021-04-23T09:32:20 | 2021-04-23T09:32:20 | 351,393,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.project_1.Models;
public class NguoiDung {
private String userName;
private String password;
private String hoTen;
private String gioiTinh;
private String phone;
private String tongSoTien;
public NguoiDung() {
}
public NguoiDung(String userName, String password... | UTF-8 | Java | 1,559 | java | NguoiDung.java | Java | [
{
"context": "dels;\n\npublic class NguoiDung {\n private String userName;\n private String password;\n private String ",
"end": 91,
"score": 0.9394310712814331,
"start": 83,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "c NguoiDung() {\n }\n\n public NguoiDu... | null | [] | package com.example.project_1.Models;
public class NguoiDung {
private String userName;
private String password;
private String hoTen;
private String gioiTinh;
private String phone;
private String tongSoTien;
public NguoiDung() {
}
public NguoiDung(String userName, String password... | 1,563 | 0.609003 | 0.60836 | 74 | 20.013514 | 18.731022 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 9 |
4ad5e427d58cf8d51aa347c553b9c2ab66408285 | 9,861,244,929,634 | 7f504b3e5b1fc18af798bb3796ece5dae7db3558 | /ncall_bot/src/kr/co/cashq/ncall_bot/Ncall_cmd_queue.java | 1a458fa5afdaeddf12c9eae85b480fc6c28851d5 | [] | no_license | baboleevan/ncallbot | https://github.com/baboleevan/ncallbot | 8c9e7d1a2d51c957d22b27a4ab7d6c1af887962d | 16d4b3061e08a0a29cdb21801f58f7651b4c6e5f | refs/heads/master | 2020-05-25T11:20:00.876000 | 2017-02-10T11:11:59 | 2017-02-10T11:11:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.cashq.ncall_bot;
import static java.lang.Math.toIntExact;
import java.sql.Connection;
import java.sql.SQLException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.regex.Pattern;
//import com.nostech.safen.SafeNo;
/**
* prq_cdr 테이블 관련 객체
*... | UTF-8 | Java | 8,403 | java | Ncall_cmd_queue.java | Java | [
{
"context": "dr 테이블 관련 객체\n * 2017-02-06 (월) 오전 10:42\n * @author Taebu\n * \n */\npublic class Ncall_cmd_queue {\n\t\n\t/**\n\t ",
"end": 361,
"score": 0.9812119603157043,
"start": 356,
"tag": "USERNAME",
"value": "Taebu"
},
{
"context": "tVal;\n\t}\n\t\n\t/**\n\t * 금일 보낸 발송 갯수 갱신... | null | [] | package kr.co.cashq.ncall_bot;
import static java.lang.Math.toIntExact;
import java.sql.Connection;
import java.sql.SQLException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.regex.Pattern;
//import com.nostech.safen.SafeNo;
/**
* prq_cdr 테이블 관련 객체
*... | 8,390 | 0.59591 | 0.577092 | 317 | 24.145111 | 18.230675 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.886435 | false | false | 9 |
4feb5e274e4c131e2f51b5ed047938b5998ede76 | 13,082,470,389,775 | 9f115342f1dbe6ae4197a09f58436bc8cb538405 | /src/main/java/com/jrmouro/operator/simple/Ln.java | 8898ce7b1d1ec63ff606be04ec7e750d986ab1c5 | [] | no_license | jrmouro/Operator | https://github.com/jrmouro/Operator | 7b119bcf823589b9101b5cef1c6edaa8966b5ee7 | 90b4a7196fa5d39c232d816babf34abc1beb8621 | refs/heads/master | 2021-07-20T05:46:07.031000 | 2019-11-28T20:28:23 | 2019-11-28T20:28:23 | 222,801,817 | 0 | 0 | null | false | 2020-10-13T17:35:34 | 2019-11-19T22:26:40 | 2019-11-28T20:28:55 | 2020-10-13T17:35:32 | 73 | 0 | 0 | 1 | Java | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.jrmouro.operator.simple;
import com.jrmouro.operator.simple.SimpleFunctionOperator;
/**
*
* @author ronaldo
*/
public ... | UTF-8 | Java | 838 | java | Ln.java | Java | [
{
"context": ".simple.SimpleFunctionOperator;\n\n/**\n *\n * @author ronaldo\n */\npublic class Ln extends SimpleFunctionOperato",
"end": 308,
"score": 0.9952547550201416,
"start": 301,
"tag": "USERNAME",
"value": "ronaldo"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.jrmouro.operator.simple;
import com.jrmouro.operator.simple.SimpleFunctionOperator;
/**
*
* @author ronaldo
*/
public ... | 838 | 0.618138 | 0.615752 | 41 | 19.463415 | 19.754713 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 9 |
7db06299e2520af7b17b93ccbe0285e242f53548 | 23,270,132,816,733 | 22b5241353922ab058e0c712e5ce4bfa12f99c3c | /georocket-common/src/test/java/io/georocket/util/SizeFormatTest.java | 4e2cec6d81d8b937e0441ac80ebc802278d24e14 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | Soockee/georocket | https://github.com/Soockee/georocket | 1da79c3ae951363917b038c3c13feb444a28f09c | f5ca83d39a12a206d59d70f035e150501dc9b33d | refs/heads/master | 2021-01-08T18:20:01.015000 | 2020-02-21T12:33:40 | 2020-03-02T13:24:05 | 242,105,671 | 0 | 0 | Apache-2.0 | true | 2020-02-28T12:47:08 | 2020-02-21T09:46:54 | 2020-02-28T12:41:58 | 2020-02-28T12:47:08 | 2,012 | 0 | 0 | 0 | Java | false | false | package io.georocket.util;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Test {@link SizeFormat}
* @author Michel Kraemer
*/
public class SizeFormatTest {
/**
* Test if data sizes can be converted to human-readable strings
*/
@Test
public void format() {
assertEquals("0... | UTF-8 | Java | 1,235 | java | SizeFormatTest.java | Java | [
{
"context": "Equals;\n\n/**\n * Test {@link SizeFormat}\n * @author Michel Kraemer\n */\npublic class SizeFormatTest {\n /**\n * Test",
"end": 154,
"score": 0.999874472618103,
"start": 140,
"tag": "NAME",
"value": "Michel Kraemer"
}
] | null | [] | package io.georocket.util;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Test {@link SizeFormat}
* @author <NAME>
*/
public class SizeFormatTest {
/**
* Test if data sizes can be converted to human-readable strings
*/
@Test
public void format() {
assertEquals("0 B", Siz... | 1,227 | 0.668016 | 0.544939 | 33 | 36.424244 | 27.090231 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
7969068af65e7da01c8b5c09bd714e83fb224439 | 4,037,269,270,064 | a469e0334d55a0ed1b830b275bdd60dcf5ae9cf1 | /rec_parsers/src/main/java/ee/ut/cs/akt/parsers/LLParser.java | c6ac7a2718af0c46e14d8ca34a2c668dfa509f7d | [] | no_license | kaareltinn/akt2015 | https://github.com/kaareltinn/akt2015 | e727c2954030c8e52a8b620cdff6fb4699ca774a | 961cd8839b0e438dbd8420e1f62cd7f00ccfc58b | refs/heads/master | 2021-01-01T06:17:41.557000 | 2015-04-09T08:44:36 | 2015-04-09T08:44:36 | 33,668,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ee.ut.cs.akt.parsers;
public class LLParser extends Parser {
public LLParser(String input) {
super(input);
}
public static void main(String[] args) {
Parser parser = new LLParser(args[0]);
parser.testParser();
}
// Grammatika reeglid:
// S -> aSb | ε
prote... | UTF-8 | Java | 652 | java | LLParser.java | Java | [] | null | [] | package ee.ut.cs.akt.parsers;
public class LLParser extends Parser {
public LLParser(String input) {
super(input);
}
public static void main(String[] args) {
Parser parser = new LLParser(args[0]);
parser.testParser();
}
// Grammatika reeglid:
// S -> aSb | ε
prote... | 652 | 0.442396 | 0.44086 | 31 | 20 | 13.821442 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 9 |
f75920a39ebb754247c017b07f0f72f79cf49712 | 4,037,269,272,360 | 72ab2f13c0b3f62471044ee02690d33215df5613 | /src/main/java/com/bracelet/entity/PigeonsAndRing.java | 597ef56634e341f4bc9ba6cd0f72f6c3c890af1c | [] | no_license | weitechao/kj | https://github.com/weitechao/kj | 6ec424db6174f9c8b7869fb1fd9308caa56ddd24 | 137a88eb60d8d6ab929e5ffafd81dfe5824abf2a | refs/heads/master | 2020-03-22T19:47:59.582000 | 2018-07-11T09:21:53 | 2018-07-11T09:21:53 | 140,551,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bracelet.entity;
import java.sql.Timestamp;
public class PigeonsAndRing {
private Long id;
private String user_obj_id;
private String foot_ring_code;
private String pigeon_lineage;
private String plumage_color;
private String pigeon_birthday;
private String pigeon_sex;
private String eye_sand;
pr... | UTF-8 | Java | 1,792 | java | PigeonsAndRing.java | Java | [] | null | [] | package com.bracelet.entity;
import java.sql.Timestamp;
public class PigeonsAndRing {
private Long id;
private String user_obj_id;
private String foot_ring_code;
private String pigeon_lineage;
private String plumage_color;
private String pigeon_birthday;
private String pigeon_sex;
private String eye_sand;
pr... | 1,792 | 0.722656 | 0.722656 | 79 | 21.683544 | 16.51585 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.56962 | false | false | 9 |
211cf6e1e28c1fc59bdb550a9b90ede93bf876d2 | 2,276,332,677,107 | 6009f452ef6844f42c1d47ba0d08aed39a2b7424 | /src/com/cms/controller/AuthController.java | daaa650c8629d1ac440225dde32330ab56d7d9cf | [] | no_license | aYIfseec/CMS | https://github.com/aYIfseec/CMS | 4608e003e3398efedd97541f284f8c56b53a3326 | 030ce179bb95f4b833dbeca8fe86a4ea89cc180d | refs/heads/master | 2022-05-06T07:05:07.751000 | 2022-03-15T02:07:27 | 2022-03-15T02:07:27 | 133,628,195 | 89 | 42 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cms.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web... | UTF-8 | Java | 1,634 | java | AuthController.java | Java | [] | null | [] | package com.cms.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web... | 1,634 | 0.762931 | 0.760468 | 55 | 28.527273 | 24.553358 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.672727 | false | false | 9 |
9d92d05e0ee21c4916e42953015da72c7e103689 | 9,629,316,689,976 | 810b81f7ea20bc5dd1624ded8c5cb55873d5f632 | /SpringBoot_AndarAIGYU/Books/SRC_Codes/professional-spring-source-1.0.1/chapter2-src/src/ch02/sample2/WeatherServiceImpl.java | c4453c8487ff3bae124107d4937b9f5e20ffbcc8 | [] | no_license | viveksoni100/GlobalVox | https://github.com/viveksoni100/GlobalVox | 9d097f2798ffe2d4705dac22d9d59287db7140c6 | 93f38dcdd03c591c294256701a64387b4e2914ea | refs/heads/master | 2020-07-25T07:16:42.257000 | 2020-01-02T13:47:21 | 2020-01-02T13:47:21 | 208,209,281 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch02.sample2;
import java.util.Date;
import ch02.sample2.WeatherDao;
import ch02.sample2.WeatherData;
/**
*/
public class WeatherServiceImpl implements WeatherService {
private WeatherDao weatherDao;
public void setWeatherDao(WeatherDao weatherDao) {
this.weatherDao = weatherDao;
... | UTF-8 | Java | 507 | java | WeatherServiceImpl.java | Java | [] | null | [] | package ch02.sample2;
import java.util.Date;
import ch02.sample2.WeatherDao;
import ch02.sample2.WeatherData;
/**
*/
public class WeatherServiceImpl implements WeatherService {
private WeatherDao weatherDao;
public void setWeatherDao(WeatherDao weatherDao) {
this.weatherDao = weatherDao;
... | 507 | 0.686391 | 0.668639 | 24 | 19.125 | 18.81558 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
04bf68b860c94a86d168d431c4e2592a2c0b719c | 30,193,620,100,456 | d8ac8c57a6fd70fc839f646d82f494bf68755b96 | /BinarySearch/src/Solution.java | caecf8d9f2004afc2dfeedd78cb0b76d20785e4f | [] | no_license | JRakin/Problem-Solving-Playground | https://github.com/JRakin/Problem-Solving-Playground | fd31c0b5a61fa341befecc0cf2fcd91649297bf9 | d529fdd33caa4490794ac4f24e3bb63d9cbafa7f | refs/heads/master | 2020-12-03T22:46:39.202000 | 2020-01-12T04:24:14 | 2020-01-12T04:24:14 | 231,510,568 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
/**
* @author Rakin
*6:19:25 PM
* Apr 12, 2018
*/
public class Solution {
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
int n = scan.nextInt();
int[] arr = new int[n];
for(int i = 0; i < n; i++) {
... | UTF-8 | Java | 886 | java | Solution.java | Java | [
{
"context": "import java.util.Scanner;\r\n\r\n/**\r\n * @author Rakin\r\n *6:19:25 PM\r\n * Apr 12, 2018\r\n */\r\npublic class",
"end": 50,
"score": 0.9997153282165527,
"start": 45,
"tag": "NAME",
"value": "Rakin"
}
] | null | [] | import java.util.Scanner;
/**
* @author Rakin
*6:19:25 PM
* Apr 12, 2018
*/
public class Solution {
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args) {
int n = scan.nextInt();
int[] arr = new int[n];
for(int i = 0; i < n; i++) {
... | 886 | 0.5 | 0.477427 | 53 | 14.716981 | 14.906472 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.226415 | false | false | 9 |
a4f933c36d471472589f69a4846cdac4c68f5dea | 22,771,916,615,862 | 98ff785e0d40b33bf7e6b8bd53f55d5dac7a687e | /src/main/java/com/matematica/calcula_areas.java | 1b5d6f43ae33fd89bbcd7da98c85d11a626e8831 | [] | no_license | IzabelaAAndrade/Teste-JUnit | https://github.com/IzabelaAAndrade/Teste-JUnit | 7a94ccfcfb1dfc6c0b8933ee1ec73732d051674a | 72959532fa5590c5b7f50afcf867ed5da4c9a60a | refs/heads/main | 2023-08-29T00:06:24.380000 | 2021-11-05T04:01:55 | 2021-11-05T04:01:55 | 424,809,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.matematica;
/**
*
* @author Izabela A. Andrade, Turma: INF3A
*/
public class calcula_areas {
... | UTF-8 | Java | 661 | java | calcula_areas.java | Java | [
{
"context": "*/\r\npackage com.matematica;\r\n\r\n/**\r\n *\r\n * @author Izabela A. Andrade, Turma: INF3A\r\n */\r\npublic class calcula_areas {\r",
"end": 269,
"score": 0.9998857975006104,
"start": 251,
"tag": "NAME",
"value": "Izabela A. Andrade"
}
] | null | [] | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.matematica;
/**
*
* @author <NAME>, Turma: INF3A
*/
public class calcula_areas {
pu... | 649 | 0.639939 | 0.629349 | 24 | 25.541666 | 29.271687 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 9 |
29407c2c3d63688ba578ad23de667dce87190f87 | 2,010,044,709,352 | faaab3ab7784bdabf13dc001a19800590a462926 | /ficheros.ejercicio5.solucionEva/src/Recuento.java | c980b1b0a74078a49ed7e7d95733df2349f62220 | [] | no_license | Luiscalvomar/Ejercicios | https://github.com/Luiscalvomar/Ejercicios | 51ff4bc71a01354a18c72e68c50052f87a9dd06c | 04cc19eaeb336fc2027008d61f95bd7e9199c993 | refs/heads/master | 2019-07-13T10:53:00.602000 | 2017-03-22T17:25:38 | 2017-03-22T17:25:38 | 83,991,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Recuento
{ private String pais;
private int veces;
public String getPais() {
return pais;
}
public void setPais(String pais) {
this.pais = pais;
}
public int getVeces() {
return veces;
}
public void setVeces(int veces) {
this.veces = veces;
}
}
| UTF-8 | Java | 292 | java | Recuento.java | Java | [] | null | [] |
public class Recuento
{ private String pais;
private int veces;
public String getPais() {
return pais;
}
public void setPais(String pais) {
this.pais = pais;
}
public int getVeces() {
return veces;
}
public void setVeces(int veces) {
this.veces = veces;
}
}
| 292 | 0.640411 | 0.640411 | 21 | 12.857142 | 12.020957 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047619 | false | false | 9 |
3eef2fafb638bb73db9d7790a59eaa3af3820678 | 12,635,793,800,193 | 89119fba98858bc22d16c3f728cbba151e46e5f4 | /src/src/Player.java | 1dde7bef5c06e476bd26855b05f12855279ecb65 | [] | no_license | dchen121/TopDownShooter | https://github.com/dchen121/TopDownShooter | 160364504d298a9ed81e284fa5e0e1aee7425cac | 8d9467ca0f35f0fd605f1dcdf6259bf7699d3e91 | refs/heads/master | 2020-04-10T10:11:04.783000 | 2016-02-17T07:57:20 | 2016-02-17T07:57:20 | 51,676,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
/**
* @author Daniel Chen
*/
public class Player {
private final Color normalColor = Color.BLACK;
private final Color recoveringColor = Color.WHITE;
private final int MAX_DAMAGE = 5;
private int x;
private int y;
private int r;
private int dx;
private int dy;
... | UTF-8 | Java | 5,473 | java | Player.java | Java | [
{
"context": "import java.awt.*;\n\n/**\n * @author Daniel Chen\n */\npublic class Player {\n\n private final Colo",
"end": 46,
"score": 0.9996088743209839,
"start": 35,
"tag": "NAME",
"value": "Daniel Chen"
}
] | null | [] | import java.awt.*;
/**
* @author <NAME>
*/
public class Player {
private final Color normalColor = Color.BLACK;
private final Color recoveringColor = Color.WHITE;
private final int MAX_DAMAGE = 5;
private int x;
private int y;
private int r;
private int dx;
private int dy;
pri... | 5,468 | 0.539741 | 0.523844 | 196 | 26.92347 | 22.961798 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647959 | false | false | 9 |
388412dd5eacce1c36c75e95e098321e0af520f0 | 7,035,156,469,133 | 1f70199d9aa352a0ab4d031cab671abcf164deb5 | /appAdmin0-v1-4-to-git/src/com/app/dao/TemplateDao.java | 0d9fb69d383d257f0874e5abdd165a63df910717 | [] | no_license | NobleYd/appAdmin_v4 | https://github.com/NobleYd/appAdmin_v4 | 91f47e8770768ba72cfefa80c3984f38a77838b9 | 57865853d0204c2dcd614bbef5bb2f11706253f3 | refs/heads/master | 2021-01-19T19:35:55.310000 | 2019-01-21T15:19:06 | 2019-01-21T15:19:06 | 88,425,798 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.dao;
import com.app.entity.Template;
/**
* @author APP TEAM
* @version 1.0
*/
public interface TemplateDao extends BaseDao<Template, Long>{
}
| UTF-8 | Java | 173 | java | TemplateDao.java | Java | [] | null | [] | package com.app.dao;
import com.app.entity.Template;
/**
* @author APP TEAM
* @version 1.0
*/
public interface TemplateDao extends BaseDao<Template, Long>{
}
| 173 | 0.67052 | 0.65896 | 10 | 15.3 | 18.292349 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 9 |
ad9f65b3b24b6a18c94cd183218f982280499138 | 7,945,689,533,811 | d8e62161641b5f68cc1e8ab935deb4e8a1a4eb42 | /Socail Network/XRIME/src/org/sf/xrime/example/pagerank/PageRankExample.java | a694778047a246b62b57f0df21684b46aaef3778 | [] | no_license | lingma1993/Social-network-analysis-system | https://github.com/lingma1993/Social-network-analysis-system | 571c4dc9f3b7ded6f94b589859c6276393a137f8 | 13a1557bb6856b6cd4d687d3b39908037fd1901b | refs/heads/master | 2021-01-20T18:27:45.293000 | 2016-08-19T16:58:41 | 2016-08-19T16:58:41 | 65,194,280 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) IBM Corp. 2009.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | UTF-8 | Java | 6,130 | java | PageRankExample.java | Java | [] | null | [] | /*
* Copyright (C) IBM Corp. 2009.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 6,130 | 0.726101 | 0.719902 | 156 | 38.294872 | 25.92005 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.807692 | false | false | 9 |
7752d012a8ddb55671c1bc352658436171262c47 | 13,597,866,494,441 | 2851ac6cc28706a6d5a9eaf6e7f6887b40972773 | /src/main/java/com/ibagroup/dto/RestResponse.java | 7d6854b296ef88a747cfc4f7d054d0ec90ac3866 | [] | no_license | AleksandrovichK/MORE | https://github.com/AleksandrovichK/MORE | 0a939c9244437a7cc75d68455cc01098015b37f7 | 0273d1f4fe34a28e1937a479b1a56eec56e8baec | refs/heads/master | 2020-04-08T09:43:56.430000 | 2019-02-05T15:56:19 | 2019-02-05T15:56:19 | 159,236,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ibagroup.dto;
/**
* @author AleksandrovichK
*/
public class RestResponse {
private Object data;
private Boolean success = true;
public RestResponse() {
this.success = false;
}
public RestResponse(Object data) {
this.data = data;
}
public RestResponse(Object ... | UTF-8 | Java | 691 | java | RestResponse.java | Java | [
{
"context": "package com.ibagroup.dto;\n\n/**\n * @author AleksandrovichK\n */\npublic class RestResponse {\n private Objec",
"end": 57,
"score": 0.9556207060813904,
"start": 42,
"tag": "NAME",
"value": "AleksandrovichK"
}
] | null | [] | package com.ibagroup.dto;
/**
* @author AleksandrovichK
*/
public class RestResponse {
private Object data;
private Boolean success = true;
public RestResponse() {
this.success = false;
}
public RestResponse(Object data) {
this.data = data;
}
public RestResponse(Object ... | 691 | 0.591896 | 0.591896 | 38 | 17.18421 | 15.362043 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 9 |
9493210dba167947425ead84de98a70145ed937d | 13,469,017,475,733 | f77c2988a65916f685888beb07fd8bdfdc26ec83 | /jpa_hibernate_spring/tpHibernateJpa/src/main/java/tp/persistence/service/ServiceCompteImpl.java | 42bb3b9f2ce3bf28d48207270c208d2e8a4f9242 | [] | no_license | khaledboussaba/my_workspaces_al34 | https://github.com/khaledboussaba/my_workspaces_al34 | 8306d7544b7e8d207077bc6f87cea1284e663007 | bb15ae2463a08772b00144dc4c53fb8959a10f8c | refs/heads/master | 2022-12-14T03:35:13.992000 | 2020-02-21T15:49:07 | 2020-02-21T15:49:07 | 224,636,612 | 0 | 0 | null | false | 2022-12-13T17:49:51 | 2019-11-28T11:17:49 | 2020-02-21T15:49:19 | 2022-12-13T17:49:50 | 30,329 | 0 | 0 | 15 | Java | false | false | package tp.persistence.service;
import javax.inject.Inject;
import javax.inject.Named;
import org.springframework.transaction.annotation.Transactional;
import tp.data.entity.Compte;
import tp.persistence.spring.dao.DaoCompte;
@Named //ou @Stateless
@Transactional
public class ServiceCompteImpl implements ServiceCom... | UTF-8 | Java | 1,269 | java | ServiceCompteImpl.java | Java | [] | null | [] | package tp.persistence.service;
import javax.inject.Inject;
import javax.inject.Named;
import org.springframework.transaction.annotation.Transactional;
import tp.data.entity.Compte;
import tp.persistence.spring.dao.DaoCompte;
@Named //ou @Stateless
@Transactional
public class ServiceCompteImpl implements ServiceCom... | 1,269 | 0.738924 | 0.738924 | 41 | 29.829268 | 24.66745 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.829268 | false | false | 9 |
280b9d23e424a72c736d6c1dcdb74fbc32a9ec78 | 25,065,429,177,939 | db9b9b8caf4f792c174f0565ccb47b5c84522081 | /src/creationalpatterns/XMLIngredient.java | 3e2786fe5eac00ac0250863a85ad5f66dce5dc1f | [] | no_license | tronwarrior/creationalpatterns | https://github.com/tronwarrior/creationalpatterns | 527a9729711750e6629aa7774600efb5088e00be | c79c5f94a99c2e6b5ea3c3a501ad40f8b0dc9960 | refs/heads/master | 2020-05-18T04:46:58.465000 | 2011-10-14T21:45:01 | 2011-10-14T21:45:01 | 2,541,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package creationalpatterns;
/**
* @author Tony
* @version 1.0
* @created 08-Oct-2011 4:02:01 PM
*/
public class XMLIngredient implements Ingredient {
String _name;
public XMLIngredient(String name){
_name = name;
}
public void finalize() throws Throwable {
}
public String getNa... | UTF-8 | Java | 356 | java | XMLIngredient.java | Java | [
{
"context": "package creationalpatterns;\n\n/**\n * @author Tony\n * @version 1.0\n * @created 08-Oct-2011 4:02:01 P",
"end": 48,
"score": 0.9997011423110962,
"start": 44,
"tag": "NAME",
"value": "Tony"
}
] | null | [] | package creationalpatterns;
/**
* @author Tony
* @version 1.0
* @created 08-Oct-2011 4:02:01 PM
*/
public class XMLIngredient implements Ingredient {
String _name;
public XMLIngredient(String name){
_name = name;
}
public void finalize() throws Throwable {
}
public String getNa... | 356 | 0.617977 | 0.581461 | 24 | 13.875 | 15.455076 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 9 |
4f19cabfabcacb1639a9de75a89538f74f05d0ca | 43,565 | 576885ca1990f278411f28bd476d8e3a4c51e1e6 | /src/main/java/com/example/sort/demo/BubbleSortDemo.java | 6467c76513a5055f8e7adc4274e09d871881c451 | [] | no_license | haozz1994/sort | https://github.com/haozz1994/sort | 629416247e0535c4f3622b505e88e49456f59f46 | 43839b0fb7006680fe1cb52bcbe5bb808f379adf | refs/heads/master | 2020-09-15T18:11:36.021000 | 2019-11-23T08:31:39 | 2019-11-23T08:31:39 | 223,524,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sort.demo;
import java.util.Arrays;
/**
* 冒泡排序
* 相邻元素两两比较,
* 每一路结束后会在队尾的有序区域多一个元素
* 一共需要遍历size-1轮
* 时间复杂度O(n²)
*/
public class BubbleSortDemo {
public static void main(String[] args) {
int[] demo = {17, 5, 12, 8, 15, 6, 19, 10, 18, 10, 3, 9, 14, 2, 11, 4, 1, 16, 7, 13};
// ... | UTF-8 | Java | 4,552 | java | BubbleSortDemo.java | Java | [] | null | [] | package com.example.sort.demo;
import java.util.Arrays;
/**
* 冒泡排序
* 相邻元素两两比较,
* 每一路结束后会在队尾的有序区域多一个元素
* 一共需要遍历size-1轮
* 时间复杂度O(n²)
*/
public class BubbleSortDemo {
public static void main(String[] args) {
int[] demo = {17, 5, 12, 8, 15, 6, 19, 10, 18, 10, 3, 9, 14, 2, 11, 4, 1, 16, 7, 13};
// ... | 4,552 | 0.465189 | 0.44416 | 123 | 27.609756 | 20.334053 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544715 | false | false | 9 |
8f981cd7200f50d4dffcab1c04df9f2f4e4ac66c | 20,426,864,504,702 | 02516234d7ea67c07b5af417edb3373d486cd28e | /labyrinttiohjelma/src/test/java/MinimiKekoTest.java | 9e35bad971496d24cbf6673a5d1baeed1316bb43 | [] | no_license | henniska/Labyrintti | https://github.com/henniska/Labyrintti | 5610a689d56bfbe40a4a8de9766acba3fffc97ed | 9e3489f2608253da8c99bc2fb37875a14fbf17ab | refs/heads/master | 2021-01-10T10:39:47.955000 | 2015-12-20T21:56:26 | 2015-12-20T21:56:26 | 45,355,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import tira.labyrinttiohjelma.MinimiKeko;
import tira.labyrinttiohjelma.Node;
/**
*
* @author Henri
*/
public class MinimiKekoTest {
/**
... | UTF-8 | Java | 3,608 | java | MinimiKekoTest.java | Java | [
{
"context": "rt tira.labyrinttiohjelma.Node;\n\n/**\n *\n * @author Henri\n */\npublic class MinimiKekoTest {\n \n /**\n ",
"end": 269,
"score": 0.9996671676635742,
"start": 264,
"tag": "NAME",
"value": "Henri"
}
] | null | [] |
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import tira.labyrinttiohjelma.MinimiKeko;
import tira.labyrinttiohjelma.Node;
/**
*
* @author Henri
*/
public class MinimiKekoTest {
/**
... | 3,608 | 0.435698 | 0.413248 | 184 | 18.597826 | 16.424107 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
76daf20e8ca0f70d5958e7f1863a3a1037d47e6d | 24,764,781,468,927 | fd28089fb024ecb5c1e2ab2271cb14dcdc6fb050 | /2020-java/src/pl/devcezz/day22/CrabCombatSecond.java | be89ce836c95fa91ac22f724d65946d9b826989a | [] | no_license | DevCezz/Advent-of-Code-2020 | https://github.com/DevCezz/Advent-of-Code-2020 | 0744f5616f59f1f1bfbdec6b618c47b84d0498ac | 1f2c68f53551e04b65ba0ad2ac0282eb4c90ae02 | refs/heads/master | 2023-03-03T00:04:47.300000 | 2021-12-02T11:37:44 | 2021-12-02T11:37:44 | 321,453,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.devcezz.day22;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.*;
import java.util.stream.Collectors;
public class CrabCombatSecond {
private static int LEVEL = 1;
public static List<String> readData(String path) {
try {
retu... | UTF-8 | Java | 5,137 | java | CrabCombatSecond.java | Java | [] | null | [] | package pl.devcezz.day22;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.*;
import java.util.stream.Collectors;
public class CrabCombatSecond {
private static int LEVEL = 1;
public static List<String> readData(String path) {
try {
retu... | 5,137 | 0.515281 | 0.492116 | 147 | 33.952381 | 28.286516 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.503401 | false | false | 9 |
a2262403fc6d1b6edf84805dc2b8fc88b44921ec | 31,035,433,726,275 | c40c99b05c8522c25cd8b30792d0fb9878b57d3d | /main/src/com/tencent/mm/protocal/a/qq.java | b7b82b7684726b3731aca1a7f79b3f82ebdd3b47 | [] | no_license | DonYang/test | https://github.com/DonYang/test | 6ac9c1faac6b592fa3ee6ce4c50e35f697a4e7bb | 6cba103aeb551d7049ba323e21867c17c79947da | refs/heads/master | 2016-08-04T17:14:21.137000 | 2014-05-29T15:13:16 | 2014-05-29T15:13:16 | 19,964,455 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.protocal.a;
public final class qq extends com.tencent.mm.am.a
{
public String fFn;
public int fGh;
public String fIF;
public int fLX;
public int fTg;
public static boolean a(a.a.a.a.a parama, qq paramqq, int paramInt)
{
switch (paramInt)
{
default:
return false;
... | UTF-8 | Java | 1,323 | java | qq.java | Java | [] | null | [] | package com.tencent.mm.protocal.a;
public final class qq extends com.tencent.mm.am.a
{
public String fFn;
public int fGh;
public String fIF;
public int fLX;
public int fTg;
public static boolean a(a.a.a.a.a parama, qq paramqq, int paramInt)
{
switch (paramInt)
{
default:
return false;
... | 1,323 | 0.565382 | 0.550265 | 60 | 21.066668 | 17.301125 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 9 |
881b36f4d37a1114d71e6cd6bcc13f7c6aa27b4b | 11,347,303,623,178 | 84406ebefabe9c44fa88b532645fcb75ec659f16 | /wear2/src/main/java/com/cavytech/wear2/activity/HeightActivity.java | 2bde8216a4a9d5e74264c57ff443163b6cd7d758 | [] | no_license | panzhihua/CavyTech | https://github.com/panzhihua/CavyTech | fdf5944fdca8350debfcd408690fa1d70ae12c59 | b50be3b8ca80a4ef59dbf040df605f63272b4d35 | refs/heads/master | 2020-07-03T18:34:15.888000 | 2016-08-26T02:33:20 | 2016-08-26T02:33:20 | 66,608,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cavytech.wear2.activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.cavytech.wear2.R;
import com.cavytech.wear2.util.Constants;
import com.cavytech.wear2.util.SerializeUtils;
import com.cavytech.widget.TuneWheelVertical;
/... | UTF-8 | Java | 2,223 | java | HeightActivity.java | Java | [
{
"context": "ytech.widget.TuneWheelVertical;\n\n/**\n * Created by longjining on 16/3/17.\n */\npublic class HeightActivity exten",
"end": 347,
"score": 0.9994158744812012,
"start": 337,
"tag": "USERNAME",
"value": "longjining"
}
] | null | [] | package com.cavytech.wear2.activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.cavytech.wear2.R;
import com.cavytech.wear2.util.Constants;
import com.cavytech.wear2.util.SerializeUtils;
import com.cavytech.widget.TuneWheelVertical;
/... | 2,223 | 0.65587 | 0.646424 | 88 | 24.261364 | 24.789337 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
da8ac691500d8458f7872a322abe4ea43ae41c5a | 26,886,495,318,080 | dbfdd8ac9e74319ccce386ede08fec301ad46664 | /src/main/java/com/bezkoder/springjwt/security/service/BookService.java | 28c71bcf8e09fc3c9c842ea38a602b30d5910a36 | [] | no_license | Pirlobo/School-API | https://github.com/Pirlobo/School-API | 10df6918e9df798374f4eb047e31fd324f33c431 | e16eabddafca2408e639f180e051d15d8f15ce06 | refs/heads/main | 2023-05-07T22:58:45.033000 | 2021-05-30T10:11:45 | 2021-05-30T10:11:45 | 343,925,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bezkoder.springjwt.security.service;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Serv... | UTF-8 | Java | 2,092 | java | BookService.java | Java | [] | null | [] | package com.bezkoder.springjwt.security.service;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Serv... | 2,092 | 0.75717 | 0.755258 | 61 | 33.311474 | 28.970047 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.131148 | false | false | 9 |
442f5b6af2d0725653acfef16719bfa61aed782b | 51,539,665,676 | 5e08c35028defc3d8dfd7dd798244db2a60ab542 | /src/chaptInterfaces/Ex11.java | 714aeb37b238c9567c593518bec68569c9f782c7 | [] | no_license | lnskj/thinking | https://github.com/lnskj/thinking | b1190c39699c9bff045cf913e2bac69bb27692b9 | 936526ab95b72cdf1a601e9ccf9efd7508626125 | refs/heads/master | 2020-04-06T06:56:26.775000 | 2016-08-23T14:54:29 | 2016-08-23T14:54:29 | 65,462,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chaptInterfaces;
import java.util.Arrays;
import interfaces.interfaceprocessor.StringProcessor;
import interfaces.interfaceprocessor.Apply;
//Create a class with a method that takes a String argument
//and produces a result that swaps each pair of characters in
//that argument. Adapt the class so that it wo... | UTF-8 | Java | 814 | java | Ex11.java | Java | [] | null | [] | package chaptInterfaces;
import java.util.Arrays;
import interfaces.interfaceprocessor.StringProcessor;
import interfaces.interfaceprocessor.Apply;
//Create a class with a method that takes a String argument
//and produces a result that swaps each pair of characters in
//that argument. Adapt the class so that it wo... | 814 | 0.658477 | 0.651106 | 36 | 21.638889 | 19.2976 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
30df0f3837b5af86d80fff841923c9bd7875086c | 28,372,554,016,246 | e3e28983205bab855c856755f92cd19a86afdea4 | /code/potlatch4u/src/org/coursera/potlatch4u/ui/gift/GiftListActivity.java | 6cdf652c31202f8c60337fe8d1b80d88bb6e7743 | [
"MIT"
] | permissive | potlatch4u/potlatch4u | https://github.com/potlatch4u/potlatch4u | 99ce34f158f5365ad2394254d8151a5a1508d319 | 223c016287cb4aae4f8585e32315418e4ebcb389 | refs/heads/master | 2020-04-05T23:10:42.670000 | 2014-11-30T21:47:39 | 2014-11-30T21:47:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.coursera.potlatch4u.ui.gift;
import org.coursera.potlatch4u.R;
import org.coursera.potlatch4u.orm.FormerResolver;
import org.coursera.potlatch4u.orm.GiftData;
import android.os.Bundle;
import android.os.RemoteException;
import android.util.Log;
import android.view.KeyEvent;
/**
* Fragmen... | UTF-8 | Java | 2,695 | java | GiftListActivity.java | Java | [] | null | [] |
package org.coursera.potlatch4u.ui.gift;
import org.coursera.potlatch4u.R;
import org.coursera.potlatch4u.orm.FormerResolver;
import org.coursera.potlatch4u.orm.GiftData;
import android.os.Bundle;
import android.os.RemoteException;
import android.util.Log;
import android.view.KeyEvent;
/**
* Fragmen... | 2,695 | 0.594434 | 0.586271 | 76 | 33.407894 | 25.972748 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 9 |
fc504855fd07eb59a1e648bdb0e938d47f896cf8 | 15,891,379,026,501 | 7b8f84667bd764d324e9b55b2aab27c7de52ee07 | /ground-hogs/src/model/CartItem.java | 523f41a1b81b92a611dcd124b3b66bfd92b13465 | [] | no_license | anegrete4/CS412--project | https://github.com/anegrete4/CS412--project | a651c0d22c79744b22ff6e3615ec0fadec4ff811 | 0bfb149dca2281e23806260d3f0a6b7ae4bc36ba | refs/heads/master | 2020-04-06T16:12:35.828000 | 2018-12-06T08:34:23 | 2018-12-06T08:34:23 | 157,610,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class CartItem extends SalesItem {
private int itemCount=0;
public double getTotalPrice() {
return itemCount*getItemPrice();
}
public int getItemCount() {
return itemCount;
}
public CartItem() {}
public CartItem(int count, SalesItem item) {
super(item.getItemId(),item.getItemName(),i... | UTF-8 | Java | 844 | java | CartItem.java | Java | [] | null | [] | package model;
public class CartItem extends SalesItem {
private int itemCount=0;
public double getTotalPrice() {
return itemCount*getItemPrice();
}
public int getItemCount() {
return itemCount;
}
public CartItem() {}
public CartItem(int count, SalesItem item) {
super(item.getItemId(),item.getItemName(),i... | 844 | 0.748815 | 0.74763 | 28 | 29.142857 | 34.552975 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.285714 | false | false | 9 |
15963991570701363bbaeca5144fd19cb53aff4c | 23,072,564,339,059 | c3c25e0b667778275b8f6c12ca27b5c8ca574e19 | /Advanced Methods of Programming/Laborator1JAVA/src/main/java/validatori/ValidatorParticipant.java | 5633f4e514d0bb5f8742ec8740cb541b49fc728e | [] | no_license | ioanachelaru/Faculty | https://github.com/ioanachelaru/Faculty | ebb8854999c86e9064dae71806decb3f3323e648 | d14192d3bc0cbf6e6583b1662d71f34fc04a86fe | refs/heads/master | 2022-12-11T08:29:26.425000 | 2020-11-21T15:36:01 | 2020-11-21T15:36:01 | 225,150,792 | 5 | 1 | null | false | 2022-12-06T15:45:44 | 2019-12-01T11:33:48 | 2022-09-03T16:07:46 | 2022-12-06T15:45:44 | 92,807 | 3 | 1 | 16 | Java | false | false | package validatori;
import domain.Participant;
public class ValidatorParticipant implements Validator<Participant> {
String err="";
@Override
public void validate(Participant entity) throws ValidationException {
if(entity.getNumeParticipant()=="")
err+="Numele participantulu... | UTF-8 | Java | 554 | java | ValidatorParticipant.java | Java | [] | null | [] | package validatori;
import domain.Participant;
public class ValidatorParticipant implements Validator<Participant> {
String err="";
@Override
public void validate(Participant entity) throws ValidationException {
if(entity.getNumeParticipant()=="")
err+="Numele participantulu... | 554 | 0.649819 | 0.640794 | 18 | 28.777779 | 26.665741 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
abb2160b154035b333d770531750e885373c1df3 | 3,959,959,860,849 | 9b749a1aa87df2bb07edbe17259846fe3655604d | /NJst/NJst/GenerateTable.java | 90f82330b0bffb235d7391b52e76885186c46b0b | [
"MIT"
] | permissive | gatechatl/SpeciesTreeWebserver | https://github.com/gatechatl/SpeciesTreeWebserver | c9320b657b365132614af13eb26ca43d36cf3e63 | 1b0f6780a83c94ac5850c8a50c9f96afb287e9f3 | refs/heads/master | 2020-07-20T19:02:28.324000 | 2016-09-12T04:45:48 | 2016-09-12T04:45:48 | 67,897,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.util.Iterator;
import java.util.LinkedList;
public class GenerateTable {
public static void main(String[] args) {
... | UTF-8 | Java | 3,181 | java | GenerateTable.java | Java | [] | null | [] |
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.util.Iterator;
import java.util.LinkedList;
public class GenerateTable {
public static void main(String[] args) {
... | 3,181 | 0.56303 | 0.554228 | 112 | 27.383928 | 20.831486 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.928571 | false | false | 9 |
b0a3894d8fa765701e3ad956c342e3a4e3b19055 | 33,741,263,147,005 | 955f3ae96c5548c6e85d670926311e88d68c1610 | /src/main/java/com/cardwinner/spider/api/BiddingApi.java | 50610c1d0c54c1c1dc1d8f9c7f442f4f25312b2c | [] | no_license | Manaphychen/spider | https://github.com/Manaphychen/spider | 39c522326246b49e748412aed0daafee04e5b559 | 4cd8388389ece0704d71808c77791ba782d2fca9 | refs/heads/master | 2020-08-03T13:50:39.323000 | 2019-09-30T03:35:50 | 2019-09-30T03:35:50 | 211,773,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cardwinner.spider.api;
import com.cardwinner.spider.commons.ApiUrlUtils;
import com.cardwinner.spider.pojo.AddressList;
import com.cardwinner.spider.pojo.BiddingList;
import com.cardwinner.spider.service.AddressService;
import com.cardwinner.spider.utils.HttpClientUtils;
import com.cardwinner.spider.utils.... | UTF-8 | Java | 12,771 | java | BiddingApi.java | Java | [
{
"context": ";\nimport java.util.regex.Pattern;\n\n/**\n * @author 陈敢品\n * @date 2019-08-07 14:12\n */\n@Controller\n@Reques",
"end": 1361,
"score": 0.9995789527893066,
"start": 1358,
"tag": "NAME",
"value": "陈敢品"
}
] | null | [] | package com.cardwinner.spider.api;
import com.cardwinner.spider.commons.ApiUrlUtils;
import com.cardwinner.spider.pojo.AddressList;
import com.cardwinner.spider.pojo.BiddingList;
import com.cardwinner.spider.service.AddressService;
import com.cardwinner.spider.utils.HttpClientUtils;
import com.cardwinner.spider.utils.... | 12,771 | 0.517296 | 0.511294 | 347 | 33.573486 | 25.36471 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556196 | false | false | 9 |
fa1a7fe2b3c38852422e80513d6d1d82c673899a | 515,396,129,988 | bc88e004cbac10eebb64af06b9bd57cd0135dd2e | /TestSampleValidationProjects/src/ComparableSortMain.java | 96d4434da0dfca225df1f0edb569185c5149716e | [] | no_license | prakashg1984/workplace | https://github.com/prakashg1984/workplace | cee0009b93562b7f0b064d5ca276abb1d55f3058 | 9c191de879641cc462fec4ccd3209e9c2de0e0a5 | refs/heads/master | 2019-06-15T09:29:41.424000 | 2019-03-04T12:22:14 | 2019-03-04T12:22:14 | 97,866,303 | 0 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ComparableSortMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
List<PlayerComparable> listPlayer = new ArrayList<PlayerComparable>();
PlayerComparable p1 = new PlayerComparable(34... | UTF-8 | Java | 713 | java | ComparableSortMain.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ComparableSortMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
List<PlayerComparable> listPlayer = new ArrayList<PlayerComparable>();
PlayerComparable p1 = new PlayerComparable(34... | 713 | 0.730715 | 0.713885 | 29 | 23.586206 | 21.275723 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.931034 | false | false | 9 |
8e8b803aa2164008fa059adbb30f6ce84a46f350 | 12,841,952,257,842 | 9b83529924d1f2744b442cf588ea5c1fabc56956 | /app/src/main/java/io/github/haohoangtran/kimyennew/DataChangeEvent.java | 1480d1c46f2e732511ca315c0b6f2ce85dfc660d | [] | no_license | haohoangtran/TimerMusic | https://github.com/haohoangtran/TimerMusic | 4388d6f735aa45df9e1205cc9df2ebc10b3973e5 | c1c4079c0acf14c3fd96f7a9d5bb6a7f734b4dc7 | refs/heads/master | 2020-04-16T09:11:18.699000 | 2019-04-10T07:42:04 | 2019-04-10T07:42:04 | 165,454,382 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.haohoangtran.kimyennew;
public class DataChangeEvent {
}
| UTF-8 | Java | 77 | java | DataChangeEvent.java | Java | [
{
"context": "package io.github.haohoangtran.kimyennew;\n\npublic class DataChangeEvent {\n\n}\n",
"end": 30,
"score": 0.967235803604126,
"start": 18,
"tag": "USERNAME",
"value": "haohoangtran"
}
] | null | [] | package io.github.haohoangtran.kimyennew;
public class DataChangeEvent {
}
| 77 | 0.805195 | 0.805195 | 5 | 14.4 | 17.579533 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
cf5a7f63d005c4da32f4fb4eabf3f913c9660f6c | 17,806,934,417,032 | 91c79b7b37bf5834dc368496c3ce72bfc123f160 | /src/main/java/com/checkmarx/integrations/datastore/models/Tenant.java | 3a6c8ef037ae78fdc41e40309f18f04e94f5ca99 | [] | no_license | VeracodeVince/Integrations-Datastore | https://github.com/VeracodeVince/Integrations-Datastore | 4655bb1debffb01cbf974a31c040199d022e24af | ddfc78107c9cb4e6d5c71609c31aa6d5ae87cec5 | refs/heads/master | 2023-04-11T17:07:15.220000 | 2021-05-14T11:29:22 | 2021-05-14T11:29:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.checkmarx.integrations.datastore.models;
import lombok.*;
import javax.persistence.*;
import static com.checkmarx.integrations.datastore.utils.DBConsts.MAX_LENGTH;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "tenants")
public class Tenant {
@Id
@Generate... | UTF-8 | Java | 495 | java | Tenant.java | Java | [] | null | [] | package com.checkmarx.integrations.datastore.models;
import lombok.*;
import javax.persistence.*;
import static com.checkmarx.integrations.datastore.utils.DBConsts.MAX_LENGTH;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "tenants")
public class Tenant {
@Id
@Generate... | 495 | 0.757576 | 0.757576 | 23 | 20.565218 | 22.615551 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 9 |
c6d46476abcc0e660212724f934e47aa62812bce | 19,688,130,098,600 | c96b0be86c08f639d388498851384706a3c87815 | /KCX-Mapping-Convert/src/com/kewill/kcx/component/mapping/countries/de/cmp/msg/common/MessageHeaderDocument.java | 9173b67ed6211375f845f2c5621b7c372772ef5a | [] | no_license | joelsousa/KCX-Mapping-Convert | https://github.com/joelsousa/KCX-Mapping-Convert | cf1b4b785af839f6f369bcdf539bd023d4478f72 | 9da4b25db31f5b1dfbefd279eb76c555f3977c0e | refs/heads/master | 2020-06-07T12:06:43.517000 | 2014-10-03T14:14:51 | 2014-10-03T14:14:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kewill.kcx.component.mapping.countries.de.cmp.msg.common;
import org.xml.sax.Attributes;
import com.kewill.kcx.component.mapping.countries.de.aes.msg.KCXMessage;
import com.kewill.kcx.component.mapping.countries.de.suma62.msg.common.GoodsItem;
import com.kewill.kcx.component.mapping.util.Utils;
imp... | UTF-8 | Java | 5,169 | java | MessageHeaderDocument.java | Java | [
{
"context": "escription\t: MessageHeaderDocument.\r\n* \r\n* @author iwaniuk\r\n* @version 1.0.00\r\n*/\r\n\r\npublic class MessageHea",
"end": 526,
"score": 0.9968263506889343,
"start": 519,
"tag": "USERNAME",
"value": "iwaniuk"
}
] | null | [] | package com.kewill.kcx.component.mapping.countries.de.cmp.msg.common;
import org.xml.sax.Attributes;
import com.kewill.kcx.component.mapping.countries.de.aes.msg.KCXMessage;
import com.kewill.kcx.component.mapping.countries.de.suma62.msg.common.GoodsItem;
import com.kewill.kcx.component.mapping.util.Utils;
imp... | 5,169 | 0.605533 | 0.602825 | 213 | 22.267605 | 19.639442 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.647887 | false | false | 9 |
507ed1462d9f72e5ee55579360475d206bc9fe43 | 16,097,537,431,189 | 149235953c836e03c360b8ec9d85169c67788d85 | /c180colecciones/PruebaMapas.java | 4ff38a30702859b042bc21c5b1479814b0e72444 | [] | no_license | CandelaMartinez/Colecciones | https://github.com/CandelaMartinez/Colecciones | 013565e056cdd9691997088abef0b02d08c46144 | cde5279f420901a1b4fbfc08a3bc24198e52fb2f | refs/heads/master | 2023-06-24T03:58:49.598000 | 2021-07-06T15:19:03 | 2021-07-06T15:19:03 | 383,512,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package c180colecciones;
import java.util.*;
public class PruebaMapas {
public static void main(String[] args) {
//clave string, valor empleado
HashMap<String, Empleado> personal= new HashMap<String, Empleado>();
//las claves no se pueden repetir
personal.put("145", new Empleado("benito"));
personal.p... | UTF-8 | Java | 2,019 | java | PruebaMapas.java | Java | [
{
"context": "ueden repetir\n\t\tpersonal.put(\"145\", new Empleado(\"benito\"));\n\t\tpersonal.put(\"146\", new Empleado(\"ana\"));\n\t",
"end": 303,
"score": 0.9995301365852356,
"start": 297,
"tag": "NAME",
"value": "benito"
},
{
"context": "eado(\"ana\"));\n\t\tpersonal.put(\"147\... | null | [] | package c180colecciones;
import java.util.*;
public class PruebaMapas {
public static void main(String[] args) {
//clave string, valor empleado
HashMap<String, Empleado> personal= new HashMap<String, Empleado>();
//las claves no se pueden repetir
personal.put("145", new Empleado("benito"));
personal.p... | 2,019 | 0.57157 | 0.559188 | 83 | 23.337349 | 27.484619 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.024096 | false | false | 9 |
331208bd1e81adb7d26549e013fb0a09a554c49d | 13,202,729,473,929 | d2bb688fcebb9b8db0ce22364bc89b633e79ca95 | /src/main/java/com/behere/platform/service/PushService.java | e486a9010fb2142cec324e0affd677575cabf7bb | [] | no_license | zmy1123347389/platformweb-mysql | https://github.com/zmy1123347389/platformweb-mysql | c29dc752acdec3a79d63c60d5a7e39538ea3f793 | 2d866dd3d44652436ead54470677733af7519e62 | refs/heads/master | 2023-04-27T04:20:48.238000 | 2021-05-19T03:04:55 | 2021-05-19T03:04:55 | 368,725,622 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.behere.platform.service;
import java.util.List;
import com.behere.common.utils.Query;
import com.behere.platform.domain.*;
/**
* @author: Behere
*/
public interface PushService {
/**
* 推送列表
* @param query
* @return
*/
List<PushDO> queryPushInformations(Query query);
in... | UTF-8 | Java | 700 | java | PushService.java | Java | [
{
"context": "ort com.behere.platform.domain.*;\n\n/**\n * @author: Behere\n */\npublic interface PushService {\n\n /**\n ",
"end": 160,
"score": 0.9964706301689148,
"start": 154,
"tag": "USERNAME",
"value": "Behere"
}
] | null | [] | package com.behere.platform.service;
import java.util.List;
import com.behere.common.utils.Query;
import com.behere.platform.domain.*;
/**
* @author: Behere
*/
public interface PushService {
/**
* 推送列表
* @param query
* @return
*/
List<PushDO> queryPushInformations(Query query);
in... | 700 | 0.695087 | 0.695087 | 35 | 18.799999 | 21.173838 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 9 |
8fb5e7ff148d1a9650c00479656bc704ef0b99c3 | 4,922,032,535,006 | fd8f417946a3e3f70ff2cf9aca5182ac56eb5a8d | /aiuilibrary/src/main/java/com/zhengpu/aiuilibrary/iflytekutils/IGetWordToVoice.java | 04ebcb121fae687a4ce4337982ff38258306e530 | [] | no_license | sayid0927/ZP | https://github.com/sayid0927/ZP | 4b925ca874bcaf6c1d02163fa135b40181cafc9d | 09bd77a9f733308b9ff73b5af3d3c9e9524c98fa | refs/heads/master | 2021-08-31T12:40:17.674000 | 2017-12-21T09:41:47 | 2017-12-21T09:41:47 | 112,458,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhengpu.aiuilibrary.iflytekutils;
/**
* sayid ....
* Created by wengmf on 2017/11/22.
*/
public interface IGetWordToVoice {
void SpeechEnd(String wordsData);
void SpeechError( );
}
| UTF-8 | Java | 210 | java | IGetWordToVoice.java | Java | [
{
"context": "ary.iflytekutils;\n\n/**\n * sayid ....\n * Created by wengmf on 2017/11/22.\n */\n\npublic interface IGetWordToVo",
"end": 85,
"score": 0.9997236132621765,
"start": 79,
"tag": "USERNAME",
"value": "wengmf"
}
] | null | [] | package com.zhengpu.aiuilibrary.iflytekutils;
/**
* sayid ....
* Created by wengmf on 2017/11/22.
*/
public interface IGetWordToVoice {
void SpeechEnd(String wordsData);
void SpeechError( );
}
| 210 | 0.680952 | 0.642857 | 15 | 13 | 16.338095 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
3a365571302947b849af44f574cda1a00a24a636 | 23,845,658,433,940 | c3b96d26799c5f23138fe66e728de7a3d2e0303e | /Desktop/Oject Cuoi/project-sem-4-group-4-master/project-sem-4-group-4-master/sem4Project-war/src/java/hmt/SongDetail.java | 4915779e636a48249b1f7446ba914b6e8ffec3b7 | [] | no_license | 01216864785/Oject_Group5_CP2096H02 | https://github.com/01216864785/Oject_Group5_CP2096H02 | 0953f2f49ada8536cda8578a2f82ea2b50e32899 | 83e5c12e82882748501574dea559f1d7382a0b36 | refs/heads/main | 2023-06-29T21:26:55.560000 | 2022-12-02T02:20:49 | 2022-12-02T02:20:49 | 395,318,327 | 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 hmt;
import entities.Accounts;
import entities.Artists;
import entities.FavouriteAlbum;
import entities.Songs;
import java.io.... | UTF-8 | Java | 4,673 | java | SongDetail.java | Java | [
{
"context": "t sessionbean.SongsFacadeLocal;\n\n/**\n *\n * @author hmtua\n */\n@WebServlet(\"/SongDetail\")\npublic class SongD",
"end": 886,
"score": 0.9996873736381531,
"start": 881,
"tag": "USERNAME",
"value": "hmtua"
}
] | 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 hmt;
import entities.Accounts;
import entities.Artists;
import entities.FavouriteAlbum;
import entities.Songs;
import java.io.... | 4,673 | 0.665097 | 0.664669 | 122 | 37.30328 | 32.085411 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647541 | false | false | 9 |
89d9de4cc502194f9d0d404393c473b6eb212765 | 27,247,272,528,351 | 439874522c15194dbf83b63ccdfefeee217ab3c5 | /platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/DynamicActionConfigurationCustomizer.java | 25fdeaa183d12648f0000390e41d1c71a6acbafa | [
"Apache-2.0"
] | permissive | jbeckers/intellij-community | https://github.com/jbeckers/intellij-community | c473f51026be1ffcdd5979c6e750274133b2b847 | 37e4976327f5f5b595a4d20192482f966c9683b6 | refs/heads/master | 2023-04-29T11:21:10.165000 | 2023-02-16T07:10:25 | 2023-02-16T07:35:15 | 62,625,846 | 1 | 0 | Apache-2.0 | true | 2021-03-18T16:36:09 | 2016-07-05T09:59:44 | 2020-01-01T19:36:34 | 2021-03-18T16:36:07 | 3,187,747 | 1 | 0 | 4 | null | false | false | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.actionSystem.impl;
import com.intellij.openapi.actionSystem.ActionManager;
import org.jetbrains.annotations.NotNull;
public interface DynamicActionC... | UTF-8 | Java | 473 | java | DynamicActionConfigurationCustomizer.java | Java | [] | null | [] | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.actionSystem.impl;
import com.intellij.openapi.actionSystem.ActionManager;
import org.jetbrains.annotations.NotNull;
public interface DynamicActionC... | 473 | 0.826638 | 0.805497 | 10 | 46.299999 | 39.741791 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
4b965cad56471529412bf95456d7bf74ea3fce3b | 10,247,792,007,208 | a9678de9089d608d747f1bca1d0c2321cb5ce71b | /src/com/mongolia/website/manager/interfaces/RoleManager.java | 992ceb6a9b00a93938b0507248ef37852d63e092 | [] | no_license | baowzh/sulde | https://github.com/baowzh/sulde | e9ee07bb0fcc1d2b5207f5d3aafde7a5e3e8c06c | 394af0865df650d1b86faf9725e7297e6c27bd4b | refs/heads/master | 2021-03-12T20:11:44.954000 | 2017-10-07T13:32:42 | 2017-10-07T13:32:42 | 24,292,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mongolia.website.manager.interfaces;
import java.io.Serializable;
import java.util.List;
import com.mongolia.website.model.RoleValue;
import com.mongolia.website.model.UserValue;
/**
* 权限模块接口
*
* @author shadow
*
*/
public interface RoleManager {
public List<RoleValue> findByRes... | UTF-8 | Java | 960 | java | RoleManager.java | Java | [
{
"context": "odel.UserValue;\r\n\r\n/**\r\n * 权限模块接口\r\n * \r\n * @author shadow\r\n * \r\n */\r\npublic interface RoleManager {\r\n\r\n\tpu",
"end": 240,
"score": 0.9952801465988159,
"start": 234,
"tag": "USERNAME",
"value": "shadow"
}
] | null | [] | package com.mongolia.website.manager.interfaces;
import java.io.Serializable;
import java.util.List;
import com.mongolia.website.model.RoleValue;
import com.mongolia.website.model.UserValue;
/**
* 权限模块接口
*
* @author shadow
*
*/
public interface RoleManager {
public List<RoleValue> findByRes... | 960 | 0.668142 | 0.668142 | 47 | 17.234043 | 20.018303 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.829787 | false | false | 9 |
8eac9f56b5c06952b29283225e07bd5dccffe992 | 10,247,792,008,417 | 44a30e9d70af854f6cb1162201f527900f71683a | /src/auxClassForSorting/GenerateTestData.java | e0bc0a34f0056373db53f9506af92cd6b6134b34 | [] | no_license | zhannicholas/Introduction-to-Algorithms-3rd- | https://github.com/zhannicholas/Introduction-to-Algorithms-3rd- | 421ed9248685a4e87faa5127b012d972b91c2c30 | 1b55f7e0429fb722861b9ce29cc93334a39df75a | refs/heads/master | 2020-03-22T21:16:49.857000 | 2018-07-16T08:58:54 | 2018-07-16T08:58:54 | 140,673,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package auxClassForSorting;
import java.util.Random;
public class GenerateTestData{
/**
* 生成[-limit, limit]内的n个测试数据
* @param limit 正负范围
* @param n 生成测试数据的个数
* @return 包含测试数据的数组
*/
public int[] generateTestData(int limit, int n){
int[] testData = new int[n]... | UTF-8 | Java | 954 | java | GenerateTestData.java | Java | [] | null | [] | package auxClassForSorting;
import java.util.Random;
public class GenerateTestData{
/**
* 生成[-limit, limit]内的n个测试数据
* @param limit 正负范围
* @param n 生成测试数据的个数
* @return 包含测试数据的数组
*/
public int[] generateTestData(int limit, int n){
int[] testData = new int[n]... | 954 | 0.529412 | 0.522353 | 31 | 26.419355 | 20.75164 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 9 |
2465e854f7f973b55a345d4c72cf473a36a4aa14 | 9,637,906,627,716 | c1a8dfebb867a13b9cee70af286b3d75f8a0f4b7 | /mini-spring-v1.0/java/com/csii/minispring/utils/StringUtils.java | 7a7abd1793a2e98858cec93c8665015693742a5a | [] | no_license | zhangjie15/mini-spring-v1.0 | https://github.com/zhangjie15/mini-spring-v1.0 | f1d07b5d64c226146a20a7fbfc8606fbdb100f83 | 2fad2d316ecff32fd78f9cf236a10a31f6c4bf67 | refs/heads/master | 2021-01-16T20:27:45.325000 | 2016-01-24T14:15:14 | 2016-01-24T14:15:14 | 50,758,452 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csii.minispring.utils;
public abstract class StringUtils {
public static String cleanPath(String path) {
int prefixIndex = path.indexOf(":");
if (prefixIndex != -1) {
path = path.substring(prefixIndex + 1);
}
return path;
}
public static String prop2SetMethodName(String prop){
if(prop ==... | UTF-8 | Java | 585 | java | StringUtils.java | Java | [] | null | [] | package com.csii.minispring.utils;
public abstract class StringUtils {
public static String cleanPath(String path) {
int prefixIndex = path.indexOf(":");
if (prefixIndex != -1) {
path = path.substring(prefixIndex + 1);
}
return path;
}
public static String prop2SetMethodName(String prop){
if(prop ==... | 585 | 0.702564 | 0.694017 | 22 | 25.59091 | 23.33873 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.772727 | false | false | 9 |
5c8d87d64c16bead6183580da76c4fdbd309d048 | 11,793,980,262,675 | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/KHRSwapchain.java | 4ba01994d6f2d0da1ceb6e0e792ec2df27daa548 | [
"LicenseRef-scancode-khronos",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LWJGL/lwjgl3 | https://github.com/LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090000 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | false | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | 2023-09-09T08:21:45 | 2023-09-10T12:03:24 | 95,661 | 4,333 | 601 | 64 | Java | false | false | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
import javax.annotation.*;
import java.nio.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwjgl.system.JNI.*;
imp... | UTF-8 | Java | 62,544 | java | KHRSwapchain.java | Java | [
{
"context": "dd>\n * <dt><b>Contact</b></dt>\n * <dd><ul>\n * <li>James Jones <a href=\"https://github.com/KhronosGroup/Vulkan-D",
"end": 1649,
"score": 0.9998595118522644,
"start": 1638,
"tag": "NAME",
"value": "James Jones"
},
{
"context": "swapchain%20extension*\">cubanismo</a></... | null | [] | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
import javax.annotation.*;
import java.nio.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwjgl.system.JNI.*;
imp... | 62,445 | 0.665755 | 0.656042 | 1,043 | 58.920422 | 90.827255 | 804 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443912 | false | false | 9 |
43e72e7b21ab9e8cb9739adc3f2b68f29be53246 | 28,123,445,921,209 | b20a4531197db9529dc0ff14ff8525dc84a0b67e | /src/main/java/com/fengxudong/framework/logic/service/impl/SecurityGrantedAuthorityServiceImpl.java | 124781a2dc90af2edb4a09a6ce9b0137c18c31b3 | [] | no_license | fengxd1222/personWork | https://github.com/fengxd1222/personWork | c2a9bb1ea751975b832e9990995f080700ce1adf | a12c8831a417622293b370bcfe1d25ac39de1884 | refs/heads/master | 2023-04-16T20:42:44.155000 | 2021-05-11T07:00:04 | 2021-05-11T07:00:04 | 365,455,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengxudong.framework.logic.service.impl;
import com.fengxudong.framework.base.service.impl.FrameworkServiceImpl;
import com.fengxudong.framework.logic.mapper.SecurityGrantedAuthorityMapper;
import com.fengxudong.framework.logic.service.ISecurityGrantedAuthorityService;
import com.fengxudong.framework.secur... | UTF-8 | Java | 598 | java | SecurityGrantedAuthorityServiceImpl.java | Java | [] | null | [] | package com.fengxudong.framework.logic.service.impl;
import com.fengxudong.framework.base.service.impl.FrameworkServiceImpl;
import com.fengxudong.framework.logic.mapper.SecurityGrantedAuthorityMapper;
import com.fengxudong.framework.logic.service.ISecurityGrantedAuthorityService;
import com.fengxudong.framework.secur... | 598 | 0.889632 | 0.889632 | 11 | 53.363636 | 51.086864 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 9 |
a579722f098e53dcdaa4288f98337881688a2811 | 28,132,035,789,336 | 604ec2c4e4f0b94810be73e0f246da7f7ec8039d | /Scraping_Grafico/src/GRAFICO/Grafico_Principal.java | ca1e2c33937e408cb5c4d4f04a558a6abc620641 | [] | no_license | manureyesi/Scraping_DNS_Grafico | https://github.com/manureyesi/Scraping_DNS_Grafico | cadbfe3f227534fbfc5bbe205e964a601cc14c43 | 78f41317bdb8da17c8179e4c759d899bc6a4bf0d | refs/heads/master | 2020-03-27T08:30:26.312000 | 2018-08-31T11:51:46 | 2018-08-31T11:51:46 | 146,261,918 | 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 GRAFICO;
import java.awt.Image;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import ja... | UTF-8 | Java | 15,473 | java | Grafico_Principal.java | Java | [
{
"context": "ection;\nimport org.jsoup.Jsoup;\n\n/**\n *\n * @author ManuReyesI\n */\npublic class Grafico_Principal extends javax.",
"end": 713,
"score": 0.9443643689155579,
"start": 703,
"tag": "NAME",
"value": "ManuReyesI"
},
{
"context": ".data(\"password\", MAIN.Scraping_Grafic... | 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 GRAFICO;
import java.awt.Image;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import ja... | 15,476 | 0.582278 | 0.576784 | 411 | 36.644768 | 34.671349 | 217 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484185 | false | false | 9 |
3c8c44e54d30aa081331b87617c4167469ee68f1 | 6,949,257,085,469 | ddd02a55dee044324140f25bf5ce242e66a47613 | /src/main/java/org/progress/crm/dao/CommentsDao.java | c231d3d02c1baa71aefb70cf43ae6dbcaa5dcb1f | [] | no_license | sstopkin/progresscrm | https://github.com/sstopkin/progresscrm | 0e20cabf0c1ac28b90ed8c4f8f6990a540c77c3a | 7fea8f6b42fab47d25cbae7989abb20a3b285f50 | refs/heads/master | 2021-01-19T09:31:13.540000 | 2015-06-15T16:38:39 | 2015-06-15T16:38:39 | 32,227,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.progress.crm.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import org.progress.crm.logic.Comments;
import org.progress.crm.logic.DbFields;
public class CommentsDao {
public boolean addComment(final Session session,... | UTF-8 | Java | 1,037 | java | CommentsDao.java | Java | [] | null | [] | package org.progress.crm.dao;
import java.sql.SQLException;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import org.progress.crm.logic.Comments;
import org.progress.crm.logic.DbFields;
public class CommentsDao {
public boolean addComment(final Session session,... | 1,037 | 0.724204 | 0.724204 | 28 | 36.035713 | 35.17556 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 9 |
99499f2e5c27a8073756cccf2b40ce1166c84c35 | 33,260,226,809,186 | 6d9d95a7752b60ef157b23920b52178f09cd225e | /src/main/java/org/jails/property/PropertyException.java | 881cf271388ec9607cdc1522bedfa5bcf7b024f5 | [] | no_license | kansasSamurai/java-in-jails | https://github.com/kansasSamurai/java-in-jails | 5bb581eba54b00c2a85fedff102d2000c25f1a43 | c17b953d17f9828bf7a012c177679d471e976013 | refs/heads/master | 2023-03-18T14:32:49.228000 | 2012-02-23T00:50:20 | 2012-02-23T00:50:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jails.property;
public class PropertyException
extends Exception {
public PropertyException() {
}
public PropertyException(String message) {
super(message);
}
public PropertyException(String message, Throwable cause) {
super(message, cause);
}
public PropertyException(Throwable cause) {
su... | UTF-8 | Java | 337 | java | PropertyException.java | Java | [] | null | [] | package org.jails.property;
public class PropertyException
extends Exception {
public PropertyException() {
}
public PropertyException(String message) {
super(message);
}
public PropertyException(String message, Throwable cause) {
super(message, cause);
}
public PropertyException(Throwable cause) {
su... | 337 | 0.747774 | 0.747774 | 19 | 16.736841 | 17.829136 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 9 |
3387e91844a2c79e4222353702c67de40248a382 | 18,313,740,552,631 | a786a857d1c1e044b18484cbe1abfae5f86c369e | /app/src/main/java/com/example/myapplication/bean/User.java | 29a1d01e40b1e9c239ba12e89e9156a3fc89b625 | [] | no_license | tiebenxin/realmdemo | https://github.com/tiebenxin/realmdemo | 1dcd5b33691b0f8498301990a60dd68251b6e0ee | 5920acde66e6c3a41507292eb1494b73658a1e45 | refs/heads/master | 2020-08-28T01:04:32.790000 | 2019-11-01T01:44:28 | 2019-11-01T01:44:28 | 217,541,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myapplication.bean;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* @anthor Liszt
* @data 2019/10/22
* Description
*/
public class User extends RealmObject {
@PrimaryKey
long userId;
String name;
public long getUserId() {
return userId;
}... | UTF-8 | Java | 531 | java | User.java | Java | [
{
"context": "mport io.realm.annotations.PrimaryKey;\n\n/**\n * @anthor Liszt\n * @data 2019/10/22\n * Description\n */\npubl",
"end": 125,
"score": 0.9698441624641418,
"start": 121,
"tag": "NAME",
"value": "thor"
},
{
"context": "t io.realm.annotations.PrimaryKey;\n\n/**\n * @anthor... | null | [] | package com.example.myapplication.bean;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* @anthor Liszt
* @data 2019/10/22
* Description
*/
public class User extends RealmObject {
@PrimaryKey
long userId;
String name;
public long getUserId() {
return userId;
}... | 531 | 0.627119 | 0.612053 | 31 | 16.129032 | 13.943994 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 9 |
276f1f0bbea4d2d92a40a49828c6f3be8bee8aa2 | 807,453,852,353 | e44a3d9d9c2d937a824a668d4f8aad9668d5c8e5 | /src/main/java/Reports/CheckBasics.java | 06613edd03c893fc81e2d5fcc47a03056f4449de | [] | no_license | jaijagadeesha/checkAgain | https://github.com/jaijagadeesha/checkAgain | bd6954c02f22ee9150f4f1d788b443d56fc570cf | 5d8714d24c46c91e923931f99beb4adc78aebedf | refs/heads/master | 2022-12-24T03:43:10.523000 | 2020-09-28T16:12:30 | 2020-09-28T16:12:30 | 299,355,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Reports;
import java.io.File;
import java.util.Date;
public class CheckBasics {
public static void main(String[] args) {
// TODO Auto-generated method stub
Date d=new Date();
System.out.println(d);
//Thu Aug 06 21:20:22 IST 2020
String reportFolder=d.toString().replace(":","_");
String path="E:... | UTF-8 | Java | 534 | java | CheckBasics.java | Java | [] | null | [] | package Reports;
import java.io.File;
import java.util.Date;
public class CheckBasics {
public static void main(String[] args) {
// TODO Auto-generated method stub
Date d=new Date();
System.out.println(d);
//Thu Aug 06 21:20:22 IST 2020
String reportFolder=d.toString().replace(":","_");
String path="E:... | 534 | 0.672285 | 0.646067 | 26 | 19.538462 | 18.587072 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.769231 | false | false | 9 |
fc211a3aaf96277999376473c8b0ac0881bc2e56 | 2,241,972,937,975 | 8882c2dc3bbf303ae72e90b110b66d31d2ac9374 | /appbase/src/main/java/tv/ismar/app/ui/adapter/HGridFilterAdapterImpl.java | 753be3b55dd89e47f25581d84770ef29df2f4532 | [] | no_license | JasonFengHot/StrelitziaWithExoPlayer | https://github.com/JasonFengHot/StrelitziaWithExoPlayer | 69c5041e670648afe1bb0eb83395aac083abb4c6 | a99f37a042eace90337889ded51f51944a51ba7c | refs/heads/master | 2021-08-26T07:26:17.465000 | 2017-11-22T06:54:54 | 2017-11-22T06:54:54 | 109,950,854 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tv.ismar.app.ui.adapter;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextVie... | UTF-8 | Java | 8,693 | java | HGridFilterAdapterImpl.java | Java | [] | null | [] | package tv.ismar.app.ui.adapter;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextVie... | 8,693 | 0.551708 | 0.543196 | 246 | 34.337399 | 26.556658 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 9 |
5aa5db947383a2d4463dc0ebd2834a46d171bc2f | 10,144,712,759,555 | eabd2a40ff275fea91d06c1529d96cc5e5bdc19b | /src/com/miaoyou/platform/server/entity/RecordcaseopdtbWithBLOBs.java | c92f36795b9dae21334fb0e0bb3d730477f6e08d | [] | no_license | omusico/SFServer | https://github.com/omusico/SFServer | 6af11e67496ca36862e82f954ee39bd0fa865b0b | 750b2634bc494e2d26acb70721438fee3bd892a1 | refs/heads/master | 2021-01-18T06:20:41.459000 | 2015-02-09T01:40:11 | 2015-02-09T01:40:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miaoyou.platform.server.entity;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class RecordcaseopdtbWithBLOBs extends Recordcaseopdtb implements Serializable{
private String zhushu;
private S... | UTF-8 | Java | 1,833 | java | RecordcaseopdtbWithBLOBs.java | Java | [] | null | [] | package com.miaoyou.platform.server.entity;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class RecordcaseopdtbWithBLOBs extends Recordcaseopdtb implements Serializable{
private String zhushu;
private S... | 1,833 | 0.617021 | 0.617021 | 78 | 21.52564 | 22.706446 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 9 |
3ebafe7735448dbdc8d87bd09b7a75cb52f69935 | 13,322,988,558,197 | 49eff7e568ef381fa617030d9e28c9e6c4b96e9f | /note/大三下学习网课/src/main/java/com/example/demo/service/book/BookService.java | aade92cb794478f0b35ac9502f3ee3fd075d19cd | [] | no_license | JachinLin123/student | https://github.com/JachinLin123/student | 2f43c639d19d0c2eb0fb64f0651acf0621e43b89 | 6af02329138815576d6a39036ae2871f015e0553 | refs/heads/master | 2023-08-13T19:18:36.666000 | 2022-03-10T02:41:47 | 2022-03-10T02:41:47 | 177,781,489 | 0 | 0 | null | false | 2023-07-21T22:31:41 | 2019-03-26T12:11:52 | 2022-03-10T01:25:43 | 2023-07-21T22:31:40 | 22,981 | 0 | 0 | 6 | C++ | false | false | package com.example.demo.service.book;
import com.example.demo.data.domain.Book;
import java.util.List;
/**
* Created by litdwg on 2020/3/3 16:44
*/
public interface BookService {
public Book create(Book book);
public boolean delete(int id);
public Book update(Book book);
public List<Book> list(Str... | UTF-8 | Java | 333 | java | BookService.java | Java | [
{
"context": "n.Book;\n\nimport java.util.List;\n\n/**\n * Created by litdwg on 2020/3/3 16:44\n */\npublic interface BookServic",
"end": 131,
"score": 0.9996128678321838,
"start": 125,
"tag": "USERNAME",
"value": "litdwg"
}
] | null | [] | package com.example.demo.service.book;
import com.example.demo.data.domain.Book;
import java.util.List;
/**
* Created by litdwg on 2020/3/3 16:44
*/
public interface BookService {
public Book create(Book book);
public boolean delete(int id);
public Book update(Book book);
public List<Book> list(Str... | 333 | 0.711712 | 0.681682 | 15 | 21.200001 | 16.928083 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 9 |
5db61295540dcb6f74df3724e4e8374e9bdcb8f5 | 24,524,263,266,640 | 8a17fd55a3b53cbf83140e4a16f252b8cb0b66dd | /src/OAST_2/Controller.java | 9149949cb5b2a7393787de89e20878deb35037c6 | [] | no_license | gnomex909/OAST_2 | https://github.com/gnomex909/OAST_2 | e818c2474dc1ab0dbcd8ef5aa8c0e8d9d70d30f6 | edb4e60edeb9d1ff7d97b0d80abce9afd5985fb1 | refs/heads/master | 2020-04-21T01:44:24.598000 | 2019-02-05T11:54:25 | 2019-02-05T11:54:25 | 169,233,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package OAST_2;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.text.Text;
import javafx.stage.FileChooser;
import java.io.File;
public class Controller {
@FXML
Button button_load;
@FXML
Button ... | UTF-8 | Java | 4,504 | java | Controller.java | Java | [] | null | [] | package OAST_2;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import javafx.scene.text.Text;
import javafx.stage.FileChooser;
import java.io.File;
public class Controller {
@FXML
Button button_load;
@FXML
Button ... | 4,504 | 0.542762 | 0.530735 | 147 | 29.544218 | 21.768488 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653061 | false | false | 9 |
89a1467bbaf1cb7d2908046620a6fe70a4a9aa06 | 27,023,934,233,815 | 2cebb04626cb19a918284ae3816cc890edafeae8 | /helloWorkz/src/main/java/org/pawelwaz/helloworkz/util/JpaUtil.java | 85719e8d72b8645ed8254ce68baa56c1d422b0b1 | [] | no_license | pawelwaz/helloWorkz | https://github.com/pawelwaz/helloWorkz | 13eb77d15d98eddedb7415293a005130e68e28f6 | 166804530b93f373ace86ef12823eb1475b4e659 | refs/heads/master | 2020-05-30T07:14:12.229000 | 2017-02-02T16:14:38 | 2017-02-02T16:14:50 | 69,354,673 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.pawelwaz.helloworkz.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
*
* @author pawelwaz
*/
public class JpaUtil {
private st... | UTF-8 | Java | 1,425 | java | JpaUtil.java | Java | [
{
"context": " javax.persistence.Persistence;\n\n/**\n *\n * @author pawelwaz\n */\npublic class JpaUtil {\n private static Ent",
"end": 278,
"score": 0.9991916418075562,
"start": 270,
"tag": "USERNAME",
"value": "pawelwaz"
}
] | null | [] | package org.pawelwaz.helloworkz.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
*
* @author pawelwaz
*/
public class JpaUtil {
private st... | 1,425 | 0.649397 | 0.645848 | 45 | 30.333334 | 31.907505 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 9 |
634c80cf624a945033d37f119dd5c9965ec0ca8b | 1,468,878,826,467 | 05c4243abfa0dc895cce3442d7b54562a81aafda | /test/LeetCode/Q1707Test.java | bac6f009f4dfa401f1df07e76797c7001cb3d60c | [] | no_license | sakuya9t/ACM | https://github.com/sakuya9t/ACM | bc94983ae2d4b4215e6a9dc8edfd6e0c5aa11112 | b2b250cc1a032408c4ea478ce5a8f0980912dff0 | refs/heads/master | 2021-08-28T07:27:39.067000 | 2021-08-12T21:49:39 | 2021-08-12T21:49:39 | 223,716,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCode;
import org.junit.Test;
import static org.junit.Assert.assertArrayEquals;
public class Q1707Test {
@Test
public void testCase1() {
assertArrayEquals(new int[]{3, 3, 7}, new Q1707().maximizeXor(new int[]{0, 1, 2, 3, 4}, new int[][]{{3, 1}, {1, 3}, {5, 6}}));
}
@Test
publi... | UTF-8 | Java | 1,241 | java | Q1707Test.java | Java | [] | null | [] | package LeetCode;
import org.junit.Test;
import static org.junit.Assert.assertArrayEquals;
public class Q1707Test {
@Test
public void testCase1() {
assertArrayEquals(new int[]{3, 3, 7}, new Q1707().maximizeXor(new int[]{0, 1, 2, 3, 4}, new int[][]{{3, 1}, {1, 3}, {5, 6}}));
}
@Test
publi... | 1,241 | 0.622079 | 0.306205 | 31 | 39.032257 | 48.315819 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.322581 | false | false | 9 |
71e8cf4e10a072ab271bc3d7dfecb47aec0051fc | 33,629,593,934,323 | c8d4d707b8b84710cd04292abeb1335ee5d8ca13 | /src/main/java/com/productinstallments/model/InterestModel.java | 33e6d63fda03b26ee849fa3d2073bab1b7b088d1 | [] | no_license | HallenWeaver/product-installments | https://github.com/HallenWeaver/product-installments | a07bae3c9b175ecfdedfc4b1957fbf238421fba7 | f6ba8ebbeedbe09c169eebc3fa84c4184780e435 | refs/heads/master | 2022-04-09T11:01:42.484000 | 2020-03-19T03:09:04 | 2020-03-19T03:09:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.productinstallments.model;
public class InterestModel {
private String data;
private String valor;
public InterestModel() {
}
public InterestModel(String data, String valor) {
this.setData(data);
this.setValor(valor);
}
public String getData() {
return data;
}
pu... | UTF-8 | Java | 490 | java | InterestModel.java | Java | [] | null | [] | package com.productinstallments.model;
public class InterestModel {
private String data;
private String valor;
public InterestModel() {
}
public InterestModel(String data, String valor) {
this.setData(data);
this.setValor(valor);
}
public String getData() {
return data;
}
pu... | 490 | 0.665306 | 0.665306 | 31 | 14.806452 | 14.820255 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 9 |
66b9912b55872275b0f879ddf047b4a39d84ecea | 8,907,762,183,168 | b97b67452409967a01f570135647cd3f16502df1 | /BigBang/Library/bigBang/library/client/MainMenuManager.java | 3f252c406033c5b38bec22e60b7ac5b5b6c7e469 | [] | no_license | PMJMendes/BigBang | https://github.com/PMJMendes/BigBang | 3ff22718b01ff4474d61140eef0d374d7a05405e | 8f9fdac87de6d9ab86ffbc3b0bcc5af823007423 | refs/heads/master | 2021-10-11T00:48:25.480000 | 2019-01-19T16:14:44 | 2019-01-19T16:14:44 | 165,416,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bigBang.library.client;
public class MainMenuManager {
}
| UTF-8 | Java | 67 | java | MainMenuManager.java | Java | [] | null | [] | package bigBang.library.client;
public class MainMenuManager {
}
| 67 | 0.791045 | 0.791045 | 5 | 12.4 | 14.78648 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 9 |
d5d4aae7733e8aa18f3429e882f83c198896052a | 16,423,954,953,184 | ee713b321f1f299599c894496bede0f21b88e8ce | /src/main/java/com/edu/lms/model/UserAnswer.java | 9abda69558de0baef53a27250cef8955a1d1848b | [] | no_license | tvolosh/lms | https://github.com/tvolosh/lms | 1261917078bfb97fcfc64348a8c15b1d67afd364 | efaeb32665e4cb6a9339af4622db82794cb18746 | refs/heads/master | 2017-05-12T13:42:04.732000 | 2017-02-25T16:01:06 | 2017-02-25T16:01:06 | 80,158,240 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.lms.model;
import org.hibernate.annotations.Cascade;
import org.hibernate.annotations.CascadeType;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Objects;
@Entity
@Table(name = "user_answers")
public class UserAnswer implements Serializable {
private static final long s... | UTF-8 | Java | 2,728 | java | UserAnswer.java | Java | [] | null | [] | package com.edu.lms.model;
import org.hibernate.annotations.Cascade;
import org.hibernate.annotations.CascadeType;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Objects;
@Entity
@Table(name = "user_answers")
public class UserAnswer implements Serializable {
private static final long s... | 2,728 | 0.589076 | 0.58871 | 124 | 21 | 17.078094 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 9 |
6fc90a003c678154899ecca0fef524f4f9030404 | 20,186,346,302,747 | 8a3010cd31712f9c3e93af88c6ecb4a216fef666 | /ducktales/src/test/java/uq/deco2800/ducktales/BuildingMenuSpriteTest.java | 02e4b61dc3e0934d2ce9a4775ec3d0c6b58852f6 | [] | no_license | PTGreenwood/DuckTales-Game | https://github.com/PTGreenwood/DuckTales-Game | 5aba07dc4392ea93ef67fa4f7d7b67571335d983 | 087b7dedd840653ff67e1ce67727ca8475807ca8 | refs/heads/master | 2020-04-06T17:06:28.658000 | 2018-11-15T04:27:39 | 2018-11-15T04:27:39 | 157,646,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uq.deco2800.ducktales;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.junit.Test;
import uq.deco2800.ducktales.features.entities.worldentities.Bakery;
import uq.deco2800.ducktales.features.entities.worldentities.Barn;
im... | UTF-8 | Java | 14,127 | java | BuildingMenuSpriteTest.java | Java | [] | null | [] | package uq.deco2800.ducktales;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.junit.Test;
import uq.deco2800.ducktales.features.entities.worldentities.Bakery;
import uq.deco2800.ducktales.features.entities.worldentities.Barn;
im... | 14,127 | 0.712324 | 0.679054 | 402 | 34.141792 | 26.807446 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.701493 | false | false | 9 |
745edaebc21ad6eff90e4e08c7792d21cfec952b | 15,496,242,015,366 | ad423368f8be39a0bdced16a9cd9b1be3dd07212 | /Common/src/main/java/com/github/timmyovo/pixeluitweaks/common/render/texture/impl/LocalTextureBinder.java | ffa4c67ef29c70993d22023d865232b9fc31bfc0 | [] | no_license | sumdream/PixelUITweaks | https://github.com/sumdream/PixelUITweaks | 86e3f833f475119fba0ed413b389c3f864928e13 | 17b44eb4d1b7ce04089a3e6e63fba71bf3b1bec0 | refs/heads/master | 2020-07-01T10:31:11.528000 | 2019-08-08T00:11:39 | 2019-08-08T00:11:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.timmyovo.pixeluitweaks.common.render.texture.impl;
import com.github.timmyovo.pixeluitweaks.common.render.texture.TextureBinder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class LocalTextureBinder extends TextureBinder {
private String texturePath;
private LocalText... | UTF-8 | Java | 826 | java | LocalTextureBinder.java | Java | [
{
"context": "package com.github.timmyovo.pixeluitweaks.common.render.texture.impl;\n\nimport",
"end": 27,
"score": 0.999411404132843,
"start": 19,
"tag": "USERNAME",
"value": "timmyovo"
},
{
"context": "ks.common.render.texture.impl;\n\nimport com.github.timmyovo.pixeluitweaks.commo... | null | [] | package com.github.timmyovo.pixeluitweaks.common.render.texture.impl;
import com.github.timmyovo.pixeluitweaks.common.render.texture.TextureBinder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class LocalTextureBinder extends TextureBinder {
private String texturePath;
private LocalText... | 826 | 0.669492 | 0.669492 | 35 | 22.6 | 21.833395 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 9 |
0a89215ca2e105f17b36c8e238f7d0cddaaf9c85 | 13,082,470,393,303 | 1384918a4904aca4de81862eb163c19afb35d86e | /async-long-polling/src/main/java/de/nerdpause/demo/multistaterequest/MultiStateRequestController.java | 975bd7b70d4cd423b1351c7e0e552433da179add | [
"Apache-2.0"
] | permissive | ayoublg/spring-boot-sse | https://github.com/ayoublg/spring-boot-sse | 57e9555d9c8352c4d8342f7f3e2692cb04652d90 | 32763781c24f6e3d5bdb3f405eec62b50bb36ddc | refs/heads/master | 2023-05-25T11:37:27.413000 | 2020-04-03T22:27:46 | 2020-04-03T22:27:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2016 Jan-Philipp Kappmeier
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | UTF-8 | Java | 2,823 | java | MultiStateRequestController.java | Java | [
{
"context": "/*\n * Copyright 2016 Jan-Philipp Kappmeier\n *\n * Licensed under the Apache License, Version ",
"end": 42,
"score": 0.9998632669448853,
"start": 21,
"tag": "NAME",
"value": "Jan-Philipp Kappmeier"
},
{
"context": "to ask for its status, respectively.\n *\n * @author J... | null | [] | /*
* Copyright 2016 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 2,793 | 0.7113 | 0.708466 | 81 | 33.851852 | 30.142506 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283951 | false | false | 9 |
8e2506a6379cc716c5c4a8d3c09818317f001e0f | 10,814,727,663,446 | 750819b0acc8d6f75ee418e710deaf888cd6f742 | /src/main/java/beverage/HotTea.java | 7fe6cc7b95ea280af151df50ca5ad4a3655c1390 | [] | no_license | Nitesh-Nandan/coffee_machine | https://github.com/Nitesh-Nandan/coffee_machine | 1374144f41b70cc4c708d824d12adc47bdca22b6 | cb84ffa32d094af0a58fbae9cfe884bd2886c4a6 | refs/heads/master | 2023-05-04T20:59:48.817000 | 2021-05-26T00:47:07 | 2021-05-26T00:47:07 | 370,774,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beverage;
import ingredients.Resource;
public class HotTea extends Beverage {
private final int hotWater;
private final int hotMilk;
private final int gingerSyrup;
private final int sugarSyrup;
private final int teaLeavesSyrup;
HotTea(Resource resource, int hotWater, int hotMilk, int ... | UTF-8 | Java | 3,531 | java | HotTea.java | Java | [] | null | [] | package beverage;
import ingredients.Resource;
public class HotTea extends Beverage {
private final int hotWater;
private final int hotMilk;
private final int gingerSyrup;
private final int sugarSyrup;
private final int teaLeavesSyrup;
HotTea(Resource resource, int hotWater, int hotMilk, int ... | 3,531 | 0.615973 | 0.615973 | 111 | 30.81081 | 26.44236 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585586 | false | false | 9 |
634a7c965d0e35e3bfb65ed436b28acd2bbcadea | 6,098,853,576,247 | b403a14182db8140f3ba06ae0103b24dcae473ef | /MazeRunner/src/Main/MainClass.java | 2f9ff484a1ef7ee40c0223c6d35819d879ebb9c8 | [] | no_license | jwang92/EWI3620TU-GROUP10 | https://github.com/jwang92/EWI3620TU-GROUP10 | aff7caa73c33cef0497beea6fb80a33575965cc4 | d502fe50b8a46bc8238806e22a448b977cd1309b | refs/heads/master | 2021-01-01T17:48:10.890000 | 2014-01-23T14:26:22 | 2014-01-23T14:26:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Toolkit;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.File;
import java.util.Array... | ISO-8859-1 | Java | 14,316 | java | MainClass.java | Java | [
{
"context": "size.\n\tpublic int tel;\n\tpublic String username = \"0\";\n\t\n\t//gamestates\n\tpublic GameStateManager state;",
"end": 1298,
"score": 0.9830722212791443,
"start": 1297,
"tag": "USERNAME",
"value": "0"
}
] | null | [] | package Main;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Toolkit;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.File;
import java.util.Array... | 14,316 | 0.687072 | 0.674144 | 497 | 27.792757 | 25.416121 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.585513 | false | false | 9 |
67984f68638ce400a32bacdfd39ba888e6820598 | 7,593,502,195,394 | e15eef45beabee8e75490b0dba0320256c7c00f9 | /src/main/java/kodlamaio/hrms/api/controllers/DepartmentsController.java | 7086a68f2952346cf8223331ee03943e790023b4 | [] | no_license | KAYA-99/HRMS-Backend | https://github.com/KAYA-99/HRMS-Backend | 3e6cd21efd149ee7ab75dc2d3b1383ab0f86e99d | 5edd6288e14d3c72bb13ceeafac1d3e8e5e2dc50 | refs/heads/master | 2023-06-06T04:46:00.064000 | 2021-06-11T10:16:21 | 2021-06-11T10:16:21 | 375,984,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kodlamaio.hrms.api.controllers;
import kodlamaio.hrms.business.abstracts.DepartmentService;
import kodlamaio.hrms.entities.concretes.Department;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
impo... | UTF-8 | Java | 975 | java | DepartmentsController.java | Java | [] | null | [] | package kodlamaio.hrms.api.controllers;
import kodlamaio.hrms.business.abstracts.DepartmentService;
import kodlamaio.hrms.entities.concretes.Department;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
impo... | 975 | 0.769231 | 0.769231 | 30 | 31.5 | 25.541796 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 9 |
a7e828f47ea2664ad1e27d2aa52d12205606a5d4 | 7,593,502,196,598 | 1346078e3af450863bc41cbe0b195dc98ea6320a | /app/src/main/java/com/example/trnews/Views/ResultatsViewHolder.java | c54bce6dbfa80ef7e4081e2c183e19e6126ee2ce | [] | no_license | tr26/trNews | https://github.com/tr26/trNews | ca8c2f9f5254a20fc3e6ce203c67fd642f4f346e | aa14eaac6393f760e80fa66b5a61d833ddc5ff2c | refs/heads/master | 2020-06-01T03:25:50.369000 | 2019-07-30T11:35:37 | 2019-07-30T11:35:37 | 190,615,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.trnews.Views;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import andro... | UTF-8 | Java | 2,552 | java | ResultatsViewHolder.java | Java | [] | null | [] | package com.example.trnews.Views;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import andro... | 2,552 | 0.710423 | 0.709248 | 77 | 32.142857 | 24.520712 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61039 | false | false | 9 |
a1984a2d064a5e8c6fbecb9223747a7b4b49ca86 | 12,403,865,555,033 | 9b05ec75edff3be2626fea150ed909ea6f4ce2ac | /src/jp/leopanda/common/server/UrlService.java | 33f9044d3408c85e11c21492b4a9eebe3c6d2b70 | [] | no_license | LeoPanda/commonService | https://github.com/LeoPanda/commonService | dc78a91babdc2572be85414cebf43cc072274d48 | 3329d07461a2e7b369966930d9d70f4578f6bc17 | refs/heads/master | 2021-01-13T08:04:42.603000 | 2016-02-04T06:40:48 | 2016-02-04T06:40:48 | 33,900,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.leopanda.common.server;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import com.google.appengine.api.urlfetch.FetchO... | UTF-8 | Java | 6,711 | java | UrlService.java | Java | [
{
"context": "urlServie.ContentType.HTML))));\n * \n * \n * @author LeoPanda\n *\n */\npublic class UrlService {\n // 条件定数\n ",
"end": 1033,
"score": 0.6671314239501953,
"start": 1029,
"tag": "USERNAME",
"value": "LeoP"
},
{
"context": "rvie.ContentType.HTML))));\n * \n * \n * @aut... | null | [] | package jp.leopanda.common.server;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import com.google.appengine.api.urlfetch.FetchO... | 6,711 | 0.679221 | 0.677419 | 212 | 27.806604 | 24.517714 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59434 | false | false | 9 |
2c03df296a9b61f729632d436c9a08b402ef6909 | 29,128,468,212,243 | 51117c6b9217338a53674ed50127e720405546fd | /src/main/java/wacc/backend/registers/LinkRegister.java | b51a1531898a135c4ce0f15b4e08f8bcc5cd5229 | [] | no_license | aayush801/wacc_compiler | https://github.com/aayush801/wacc_compiler | 65ab8b9726dcaceedd8bd9f7e818cfebf49899df | 940733e3eba632ec8b27cc87362d221db6e87d98 | refs/heads/master | 2023-08-30T05:24:20.345000 | 2021-03-19T13:40:20 | 2021-03-19T13:40:20 | 424,382,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wacc.backend.registers;
public class LinkRegister extends Register {
public LinkRegister() {
super(14);
}
@Override
public String toString() {
return "lr";
}
}
| UTF-8 | Java | 189 | java | LinkRegister.java | Java | [] | null | [] | package wacc.backend.registers;
public class LinkRegister extends Register {
public LinkRegister() {
super(14);
}
@Override
public String toString() {
return "lr";
}
}
| 189 | 0.666667 | 0.656085 | 13 | 13.538462 | 13.909683 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 9 |
ae767606992e261a3540bca40cf4dfd3300e4827 | 13,348,758,388,441 | 7667d66298e2feb9e7992e242c8e7678eb0c5d1b | /src/it/micronixnetwork/gaf/service/hibernate/HibernateSearchEngine.java | 59d0c381cdb0a3ab6b8f1f6e8939acdf829cc799 | [] | no_license | Micronix-network/GAF4 | https://github.com/Micronix-network/GAF4 | 75a9a420aab40b8d8b77edc5231d7fde0c96c993 | 2aba274e82d899ab823c99c39736c9c5681c66a7 | refs/heads/master | 2021-01-10T16:22:36.216000 | 2015-07-06T08:54:04 | 2015-07-06T08:54:04 | 36,494,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.micronixnetwork.gaf.service.hibernate;
import it.micronixnetwork.gaf.service.SearchEngine;
import it.micronixnetwork.gaf.service.SearchResult;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.Query;... | UTF-8 | Java | 2,620 | java | HibernateSearchEngine.java | Java | [] | null | [] | package it.micronixnetwork.gaf.service.hibernate;
import it.micronixnetwork.gaf.service.SearchEngine;
import it.micronixnetwork.gaf.service.SearchResult;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.Query;... | 2,620 | 0.560687 | 0.55458 | 83 | 30.566265 | 23.435732 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662651 | false | false | 9 |
f193fb0b0404358e37b87019b9e763d566179f71 | 13,821,204,791,889 | ab93e0aa1f0cf912414dde5e63fcd0ad9025887d | /phenol-analysis/src/main/java/org/monarchinitiative/phenol/analysis/AssociationContainer.java | 997c39529dec53e5bd158d8b7e1a6142638ea331 | [
"BSD-2-Clause",
"BSD-3-Clause-Clear"
] | permissive | 790675356/phenol | https://github.com/790675356/phenol | 1bff1c3c5e0516fe32d9992c2d06833a13f31823 | 4cf99e0bcd663f1b15be1d4d7adccb7f33f75391 | refs/heads/master | 2020-09-17T04:01:20.928000 | 2019-11-21T12:25:53 | 2019-11-21T12:25:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.monarchinitiative.phenol.analysis;
import org.monarchinitiative.phenol.base.PhenolException;
import org.monarchinitiative.phenol.ontology.data.TermAnnotation;
import org.monarchinitiative.phenol.ontology.data.TermId;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.... | UTF-8 | Java | 2,585 | java | AssociationContainer.java | Java | [
{
"context": "ess the information about Associations.\n * @author Peter Robinson, Sebastian Bauer\n */\npublic class AssociationCont",
"end": 511,
"score": 0.9997800588607788,
"start": 497,
"tag": "NAME",
"value": "Peter Robinson"
},
{
"context": "ion about Associations.\n * @author ... | null | [] | package org.monarchinitiative.phenol.analysis;
import org.monarchinitiative.phenol.base.PhenolException;
import org.monarchinitiative.phenol.ontology.data.TermAnnotation;
import org.monarchinitiative.phenol.ontology.data.TermId;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.... | 2,568 | 0.696325 | 0.688975 | 78 | 32.141026 | 31.71537 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 9 |
a16eff2c245ad457b9d3f740feda0557c3384af0 | 33,586,644,292,248 | 98b710c73d88307626d05a5ae78092e6a7d52c51 | /app/src/main/java/com/ariana/shahre_ma/Bazarche/Select_Image.java | ca28bd48abc78c39bcab997d146ba5e72ccc94bf | [] | no_license | Mor4eza/Shahr | https://github.com/Mor4eza/Shahr | fc4a49aa82111cca73045461907ebd1c159a12b1 | 9e02dac4ac2e155d5f13a2d130faae10cbf2afe7 | refs/heads/master | 2021-05-29T21:07:52.183000 | 2015-11-16T07:34:11 | 2015-11-16T07:34:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ariana.shahre_ma.Bazarche;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.ComponentName;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;... | UTF-8 | Java | 11,139 | java | Select_Image.java | Java | [] | null | [] | package com.ariana.shahre_ma.Bazarche;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.ComponentName;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;... | 11,139 | 0.6129 | 0.604575 | 271 | 39.332104 | 30.993519 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.749077 | false | false | 9 |
c95591a5be617be4e675b4351130e5670356e1c3 | 8,864,812,522,819 | 2fe9d9879b09b81ecc0808b45cdcac06f5bf25d0 | /src/exd/patterns/factory/Button.java | 580faa1807af909df47b066b4c8bb3a99266ead1 | [] | no_license | zhukis/ekkel2 | https://github.com/zhukis/ekkel2 | fbec63d24adf24415c213965758c92ba404b2887 | 3f915a831e725f8a4cde44180dbd8abb748b620d | refs/heads/master | 2020-04-02T05:00:07.641000 | 2019-03-29T05:03:17 | 2019-03-29T05:03:17 | 154,047,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exd.patterns.factory;
public interface Button {
void doAction();
}
| UTF-8 | Java | 80 | java | Button.java | Java | [] | null | [] | package exd.patterns.factory;
public interface Button {
void doAction();
}
| 80 | 0.725 | 0.725 | 5 | 15 | 12.181953 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
c0b8f05267fd306dafacce7c843830642e1ff3d3 | 30,889,404,858,413 | 9ac1fe49013af42d2979b28d9f049d30a6cd00df | /src/main/java/com/self/my/java/utils/list/CreateListChain.java | 98dc05bd9c79e83304e6af14f3904c3d8613235a | [] | no_license | huisedetian110/MyJavaUtils | https://github.com/huisedetian110/MyJavaUtils | 731c4777f58e83bfc115eb79d6f0c0bc20635906 | 5658e7fbb4b3182436e26f6a9c47e0917b6aced2 | refs/heads/master | 2021-01-22T05:37:38.436000 | 2017-07-06T03:05:27 | 2017-07-06T03:05:27 | 92,480,559 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.self.my.java.utils.list;
/**
* 用于快速创建List对象,类似于StringBuilder的append方法
*
* @author chenleitang
*/
public final class CreateListChain<E> {
private ArrayList<E> arrayList;
private LinkedList<E> linkedList;
public CreateListChain() {
}
public ArrayList<E> newArrayList(){
a... | UTF-8 | Java | 1,078 | java | CreateListChain.java | Java | [
{
"context": "建List对象,类似于StringBuilder的append方法\r\n * \r\n * @author chenleitang\r\n */\r\npublic final class CreateListChain<E> {\r\n\tp",
"end": 115,
"score": 0.7109076380729675,
"start": 104,
"tag": "USERNAME",
"value": "chenleitang"
},
{
"context": "tends java.util.ArrayList<E>{\... | null | [] | package com.self.my.java.utils.list;
/**
* 用于快速创建List对象,类似于StringBuilder的append方法
*
* @author chenleitang
*/
public final class CreateListChain<E> {
private ArrayList<E> arrayList;
private LinkedList<E> linkedList;
public CreateListChain() {
}
public ArrayList<E> newArrayList(){
a... | 1,078 | 0.66126 | 0.625954 | 50 | 18.959999 | 18.789316 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.58 | false | false | 9 |
7c37b5e0de1a881f73d1f606547c609272c15e14 | 17,420,387,381,786 | 793d72c5acb4ca525da0412d620db4eaee097cfe | /ch9_io_nio/FilePractice.java | 4241b926336f9f5f5ba5f5ab118def7503860278 | [] | no_license | doctown/Java-OCP-Practice | https://github.com/doctown/Java-OCP-Practice | 727c4af466a729e6e97dd4f38a1d3304b537db03 | ceb6f5ff4991aaf10e50fd51f1c21916307f2e69 | refs/heads/master | 2021-01-10T13:01:23.913000 | 2016-01-14T10:44:02 | 2016-01-14T10:44:02 | 48,175,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Practice creating, reading, and writing to files
*
* Book: OCA/OCP Java® SE 7 Programmer I & II Study Guide
* Chapter 9: I/O and NIO
* Author: David O
* Date: 08-25-2015
*/
package ch9;
import java.io.*;
import java.nio.file.*;
import java.nio.file.attribute.*;
public class FilePractice {
public st... | UTF-8 | Java | 5,273 | java | FilePractice.java | Java | [
{
"context": "Study Guide\n * Chapter 9: I/O and NIO \n * Author: David O\n * Date: 08-25-2015\n */\n package ch9;\n \nimport ja",
"end": 163,
"score": 0.9938998222351074,
"start": 156,
"tag": "NAME",
"value": "David O"
}
] | null | [] | /*
* Practice creating, reading, and writing to files
*
* Book: OCA/OCP Java® SE 7 Programmer I & II Study Guide
* Chapter 9: I/O and NIO
* Author: <NAME>
* Date: 08-25-2015
*/
package ch9;
import java.io.*;
import java.nio.file.*;
import java.nio.file.attribute.*;
public class FilePractice {
public sta... | 5,272 | 0.617223 | 0.613809 | 214 | 23.640186 | 21.880442 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.28972 | false | false | 9 |
685b920e44363f6fe102d7e4ffc593090f24baab | 9,156,870,340,176 | 941761a27dfdb1cfd56c56066a45f42a3a785cb5 | /SeleniumWebDriver - Bachelor work/SeleniumWebDriver/src/test/java/LoginRegisterTests/LoginTest.java | 7cd84ab1358550f7f45ca4db12593603e5b2e6f9 | [] | no_license | annazumpalova/Automation-Tests-Java | https://github.com/annazumpalova/Automation-Tests-Java | 897673cb76b006661795304ae78441d27fdfd57c | c247501cce6030c62ea17ac417375d731ca02238 | refs/heads/master | 2023-08-06T16:01:12.930000 | 2021-10-02T09:22:45 | 2021-10-02T09:22:45 | 267,559,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LoginRegisterTests;
import MainSetUpFile.MainSetUp;
import PageFactoryPom.Pages.HomePages.HomePage;
import PageFactoryPom.Pages.LoginRegister.LoginPage;
import PageFactoryPom.Utilities.Log;
import PageFactoryPom.Utilities.ScreenShoots;
import org.apache.log4j.xml.DOMConfigurator;
import org.apache.poi.ss.userm... | UTF-8 | Java | 4,418 | java | LoginTest.java | Java | [
{
"context": "Dir.openLoginPage();\n loginPage.login(\"anni97.test@gmail.com\", \"Anna1234\");\n loginPage.successfulLo",
"end": 3043,
"score": 0.9999278783798218,
"start": 3022,
"tag": "EMAIL",
"value": "anni97.test@gmail.com"
},
{
"context": " loginPage... | null | [] | package LoginRegisterTests;
import MainSetUpFile.MainSetUp;
import PageFactoryPom.Pages.HomePages.HomePage;
import PageFactoryPom.Pages.LoginRegister.LoginPage;
import PageFactoryPom.Utilities.Log;
import PageFactoryPom.Utilities.ScreenShoots;
import org.apache.log4j.xml.DOMConfigurator;
import org.apache.poi.ss.userm... | 4,372 | 0.627207 | 0.621322 | 123 | 34.918697 | 25.527792 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691057 | false | false | 9 |
9660daeceb90cb36676ae1b2d5aefe7a297e7dc7 | 25,451,976,201,276 | 44da0a337e814febd00b6fef2b9f32d3d7ad8770 | /SStatements.java | e547a58dde276a6c377c3e525b469d778a7f8d20 | [] | no_license | mznmaurice/shiringi | https://github.com/mznmaurice/shiringi | ddfc85523be27ba00ec1028b64e35d273949e430 | 693b327dec88b747e9fa7ba6f01d618fa1d4fe61 | refs/heads/master | 2021-01-22T06:06:20.222000 | 2017-05-27T19:48:18 | 2017-05-27T19:48:18 | 92,523,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shiringi;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.SpannableString;
import android.text.style.UnderlineSpan;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import or... | UTF-8 | Java | 6,310 | java | SStatements.java | Java | [
{
"context": "st;\r\n\r\n/**\r\n * Created by IntelliJ IDEA.\r\n * User: user\r\n * Date: 5/26/17\r\n * Time: 8:49 PM\r\n * To change",
"end": 601,
"score": 0.9985028505325317,
"start": 597,
"tag": "USERNAME",
"value": "user"
},
{
"context": " private static String url_trans_user =... | null | [] | package com.shiringi;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.SpannableString;
import android.text.style.UnderlineSpan;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import or... | 6,310 | 0.567829 | 0.560856 | 170 | 35.117645 | 34.861206 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735294 | false | false | 9 |
0e5541d9822f1dffa42a45a38307cc10782ca6a0 | 17,506,286,734,161 | 66085c909ff81e74b24ffa6d761254c68423a95a | /src/main/TenMinWalk.java | e62259d415a032bda4420ea43627bb341e596d72 | [] | no_license | ajax-kovalchuk-d/codewars | https://github.com/ajax-kovalchuk-d/codewars | b5b9f439995e14d78bbce9cccee8cac24f6a52ab | 4f292853ce4e49247a6546305784bdc9701e6923 | refs/heads/master | 2022-12-26T22:08:14.273000 | 2020-10-04T22:35:23 | 2020-10-04T22:35:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
public class TenMinWalk {
/*
* You live in the city of Cartesia where all roads are laid
* out in a perfect grid. You arrived ten minutes too early
* to an appointment, so you decided to take the opportunity
* to go for a short walk. The city provides its citizens with
* a Walk G... | UTF-8 | Java | 2,153 | java | TenMinWalk.java | Java | [] | null | [] | package main;
public class TenMinWalk {
/*
* You live in the city of Cartesia where all roads are laid
* out in a perfect grid. You arrived ten minutes too early
* to an appointment, so you decided to take the opportunity
* to go for a short walk. The city provides its citizens with
* a Walk G... | 2,153 | 0.590804 | 0.587088 | 57 | 36.789474 | 25.207724 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54386 | false | false | 9 |
80f62da39a56ddf7b0b6772cc280000ef8d5a4b7 | 35,673,998,375,101 | 287e1cf66a57620ad040a599d7624f7521fc05d0 | /DBhelper.java | 2494caa3d5078d67525b5c9661f76a75fd55e795 | [] | no_license | LupusMs/BudgetControl | https://github.com/LupusMs/BudgetControl | a2d3d25cd8d2fd0448eb7c0aa5b6ed5960c9895e | cae49b5430cd8dd26187f1270c25bfd69c6dd468 | refs/heads/master | 2018-10-21T19:26:18.081000 | 2018-07-23T19:09:40 | 2018-07-23T19:09:40 | 138,223,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mikhailsv.lupus.budgetcontrol;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
impor... | UTF-8 | Java | 3,047 | java | DBhelper.java | Java | [
{
"context": "ava.nio.channels.FileChannel;\n\n\n\n/**\n * Created by Lupus on 12.05.2017.\n */\n\nclass DBhelper extends SQLite",
"end": 379,
"score": 0.9991343021392822,
"start": 374,
"tag": "USERNAME",
"value": "Lupus"
}
] | null | [] | package com.mikhailsv.lupus.budgetcontrol;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
impor... | 3,047 | 0.598622 | 0.594027 | 96 | 30.739584 | 30.144875 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635417 | false | false | 9 |
97a72f04255afa94ebcb71b968a97f51f71c9bb9 | 15,590,731,355,540 | f933d2dad43ca9e972a4a7542ef3bef1801fa695 | /jeysan/src/com/jeysan/cpf/bcmas/entity/GetIud.java | 202f79b139205b31f258c1286884e81ed5da61d4 | [] | no_license | harlankuo/cdrkzyk | https://github.com/harlankuo/cdrkzyk | d757d237e30f56113ed1365fdf1d20a7a7ba6e68 | 48e6fc4ace4289ab94b6976c1e26b654b98224da | refs/heads/master | 2021-05-29T11:24:10.926000 | 2013-05-17T09:47:25 | 2013-05-17T09:47:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jeysan.cpf.bcmas.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
... | UTF-8 | Java | 2,923 | java | GetIud.java | Java | [
{
"context": "les.orm.hibernate.IdExtEntity;\r\n\r\n/**\r\n * @author 黄静\r\n * \r\n */\r\n@Entity\r\n@Table(name = \"fhp_get_iud\")\r",
"end": 396,
"score": 0.9622077941894531,
"start": 394,
"tag": "NAME",
"value": "黄静"
}
] | null | [] | package com.jeysan.cpf.bcmas.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
... | 2,923 | 0.676977 | 0.676977 | 147 | 17.367348 | 16.92564 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.129252 | false | false | 9 |
e63559397da91038b66be8df37f2a1d591c01a56 | 8,443,905,743,871 | 37beae8afe2cd10f5e7403864fe0cc96fff26902 | /src/com/task/Solution.java | e665ea59446b2b62b9ff1f32628d838ff1fa4088 | [] | no_license | Flake174/testTasks | https://github.com/Flake174/testTasks | cb457771304235d9b487317fdc3bdd262b63f383 | bbdbad590923f160a490c20f8458c08fb914cecf | refs/heads/master | 2020-04-19T06:10:30.732000 | 2019-02-01T15:54:16 | 2019-02-01T15:54:16 | 168,010,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.task;
import java.util.*;
public class Solution {
public static ArrayList<Integer> getNewArray(ArrayList<Integer> array) {
int maxValue = getMax(array);
int startIndex = array.indexOf(getMax(array)) + 1;
array.set(startIndex - 1, 0);
while (true) {
if (star... | UTF-8 | Java | 1,659 | java | Solution.java | Java | [] | null | [] | package com.task;
import java.util.*;
public class Solution {
public static ArrayList<Integer> getNewArray(ArrayList<Integer> array) {
int maxValue = getMax(array);
int startIndex = array.indexOf(getMax(array)) + 1;
array.set(startIndex - 1, 0);
while (true) {
if (star... | 1,659 | 0.528029 | 0.50874 | 53 | 30.245283 | 27.078436 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.849057 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.