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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18d68f9e41093ce169261de1ad10928352e39510 | 7,825,430,475,670 | 6cd6b856e5ac6821459fa95dfe14dc3625af1ee7 | /src/main/java/com/reports/imports/servicehandle/ImportReader.java | 1b63f1f0568618ab32457021e249353bc023150d | [] | no_license | xiaoyunz/ExcelReportHandle | https://github.com/xiaoyunz/ExcelReportHandle | 822e27ddc4f24acb944296b90c63ebc8ad189e1e | b785b0727ed165bc088e0f3c8e2bb25e668e5e3f | refs/heads/master | 2021-07-22T23:46:58.520000 | 2018-12-19T01:33:54 | 2018-12-19T01:33:54 | 145,274,307 | 7 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reports.imports.servicehandle;
import java.io.InputStream;
import java.util.Map;
import com.reports.imports.xmlhandle.Import;
/**
* 报表导入读取接口类
*/
public interface ImportReader {
/**
* 读取导入报表数据
* @param importx import-config.xml中定义的报表节点
* @param is 报表输入流
* @return
*/
public Map<String,Objec... | UTF-8 | Java | 434 | java | ImportReader.java | Java | [] | null | [] | package com.reports.imports.servicehandle;
import java.io.InputStream;
import java.util.Map;
import com.reports.imports.xmlhandle.Import;
/**
* 报表导入读取接口类
*/
public interface ImportReader {
/**
* 读取导入报表数据
* @param importx import-config.xml中定义的报表节点
* @param is 报表输入流
* @return
*/
public Map<String,Objec... | 434 | 0.729947 | 0.729947 | 20 | 17.700001 | 19.859758 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 4 |
d41e40fcc652da3d3fac6e8cf87a54d60539f312 | 9,904,194,611,187 | b972e29512962be64dd8c45de69ff89fa19c0f4d | /src/main/java/com/cobelliluetichperezvazquez/trabajointegrador/model/Cliente.java | cdec8797d73e1f4a07cdbc2c75ef0a34b8e09cf9 | [] | no_license | cobellisantiago/ISW_2020_TP1 | https://github.com/cobellisantiago/ISW_2020_TP1 | 4fcaa234876c3f8cfee106babdfa1cf4d2f6b7e9 | 1e78b9bdcfdc6118a9861d7c91b22931917aaaf9 | refs/heads/master | 2022-12-25T11:04:16.689000 | 2020-09-30T00:01:31 | 2020-09-30T00:01:31 | 298,689,693 | 0 | 0 | null | false | 2020-09-30T00:04:59 | 2020-09-25T22:14:00 | 2020-09-30T00:01:34 | 2020-09-30T00:04:58 | 680 | 0 | 0 | 0 | JavaScript | false | false | package com.cobelliluetichperezvazquez.trabajointegrador.model;
import java.util.Calendar;
import com.cobelliluetichperezvazquez.trabajointegrador.model.enums.*;
import javax.persistence.*;
@Entity
public class Cliente {
@Id
String idCliente;
TipoDeDocumento tipoDeDocumento;
String numeroDeDocument... | UTF-8 | Java | 4,773 | java | Cliente.java | Java | [] | null | [] | package com.cobelliluetichperezvazquez.trabajointegrador.model;
import java.util.Calendar;
import com.cobelliluetichperezvazquez.trabajointegrador.model.enums.*;
import javax.persistence.*;
@Entity
public class Cliente {
@Id
String idCliente;
TipoDeDocumento tipoDeDocumento;
String numeroDeDocument... | 4,773 | 0.676625 | 0.676625 | 186 | 24.559139 | 24.211863 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446237 | false | false | 4 |
49cdbeada4dd785e4080490eddaae7f6ab1aab47 | 29,540,785,091,575 | af4b2e14b4c77946f28f204a3707b0a8fb4d5991 | /src/com/nate/unit2/observer/hw/stock/StockMarket.java | ffcda4c1cda4cad6b0f33010947365f0674ec2db | [] | no_license | nate-dem/asd-labs | https://github.com/nate-dem/asd-labs | beb89ffce692dfc134065a9cf05034ab6a6c1558 | 563712e2d2cbab7c9e57193a407a51f431f9b73a | refs/heads/master | 2018-10-13T16:23:56.419000 | 2018-07-16T13:55:21 | 2018-07-16T13:55:21 | 140,611,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nate.unit2.observer.hw.stock;
import java.util.ArrayList;
import java.util.List;
public class StockMarket extends AbstractMarket implements Subject {
private List<StockObserver> observers;
public StockMarket() {
observers = new ArrayList<>();
}
public void addStock(String stockSymbol, Double pr... | UTF-8 | Java | 888 | java | StockMarket.java | Java | [] | null | [] | package com.nate.unit2.observer.hw.stock;
import java.util.ArrayList;
import java.util.List;
public class StockMarket extends AbstractMarket implements Subject {
private List<StockObserver> observers;
public StockMarket() {
observers = new ArrayList<>();
}
public void addStock(String stockSymbol, Double pr... | 888 | 0.746622 | 0.745495 | 40 | 21.200001 | 20.879656 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 4 |
8471a29324fa32098e880e48ed3868109c8f2d94 | 33,861,522,185,097 | c894f0a882af97f968efe1bc6772acb48586e6f2 | /src/main/java/com/ekkod/webservis/service/TestService.java | 8c1b892f14fe4dd53986b361996266b77cf4bbe4 | [] | no_license | erencetinkayaceng/RestfulJerseyWebservis | https://github.com/erencetinkayaceng/RestfulJerseyWebservis | f87d7e47d58f5fef7c5ae28f9b402f52fcd88eb8 | 70620e6d2b1768cc175e5ab7f8fc4bc14553c297 | refs/heads/master | 2021-01-11T16:36:33.583000 | 2017-01-26T14:45:34 | 2017-01-26T14:45:34 | 80,121,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ekkod.webservis.service;
import java.util.List;
import com.ekkod.web.dao.TestDao;
import com.ekkod.web.model.Test;
public class TestService {
TestDao dao = new TestDao();
public List<Test> getirTestler(int id) {
return dao.getirIDsonrasiTestler(id);
}
}
| UTF-8 | Java | 276 | java | TestService.java | Java | [] | null | [] | package com.ekkod.webservis.service;
import java.util.List;
import com.ekkod.web.dao.TestDao;
import com.ekkod.web.model.Test;
public class TestService {
TestDao dao = new TestDao();
public List<Test> getirTestler(int id) {
return dao.getirIDsonrasiTestler(id);
}
}
| 276 | 0.75 | 0.75 | 15 | 17.4 | 16.483526 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 4 |
2d402c314503e5b187463cc4853c36dbde537007 | 14,491,219,723,372 | 76b7b1a837fc9da296c10870eaa6366c79d616f7 | /src/Java Native/esdk_ivs_native_professional_java/src/main/java/com/huawei/esdk/ivs/professional/local/impl/autogen/IVSProfessionalCommon.java | 8d0b219fd534bfc7ece4fca60c778315af0aaf35 | [
"Apache-2.0"
] | permissive | zanaozhe/eSDK_IVS_Java | https://github.com/zanaozhe/eSDK_IVS_Java | e0b8ea90ea0487e7f7e81ea4bac1bdd3bc626b87 | bcefd63efab6d08efd33775c8e8f4e95e4f65909 | refs/heads/master | 2020-03-25T20:02:43.910000 | 2016-08-30T12:31:12 | 2016-08-30T12:31:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2015 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is 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
*
* ... | UTF-8 | Java | 4,411 | java | IVSProfessionalCommon.java | Java | [
{
"context": "ava.lang.Integer login(\n @WebParam(name = \"userName\", targetNamespace = \"\")\n java.lang.String ",
"end": 2987,
"score": 0.8917138576507568,
"start": 2979,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | /**
* Copyright 2015 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is 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
*
* ... | 4,411 | 0.744276 | 0.735888 | 77 | 56.285713 | 54.657341 | 210 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688312 | false | false | 4 |
9d72cd090f4ce47d9b9d56206c93e8baaff4a1d4 | 10,230,612,134,790 | 4737211958ad98823bfada0515bb7943992aca13 | /src/main/java/collab/UserEntityDemo.java | c9642c62271aec79edff7dd8f34a9dcc5291b7cc | [] | no_license | Gal-Greenberg/Shopping-backend | https://github.com/Gal-Greenberg/Shopping-backend | 652a1d36d0da538a56fa3de6fe3e3e3846f3aa90 | 251bd05880c23cbe477c6e8b4b452c7db3be6524 | refs/heads/master | 2023-05-28T06:58:40.431000 | 2020-05-24T08:52:43 | 2020-05-24T08:52:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collab;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
import collab.dal.UserDao;
import collab.data.UserEntity;
import collab.data.UserRol... | UTF-8 | Java | 2,261 | java | UserEntityDemo.java | Java | [
{
"context": "-------------------- \\n\");\n//\t\tString username = \"Player1\";\n//\t\tUserRole ur = UserRole.PLAYER;\n//\t\tString u",
"end": 889,
"score": 0.9996504783630371,
"start": 882,
"tag": "USERNAME",
"value": "Player1"
},
{
"context": "ole ur = UserRole.PLAYER;\n//\t\tStri... | null | [] | package collab;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
import collab.dal.UserDao;
import collab.data.UserEntity;
import collab.data.UserRol... | 2,222 | 0.692172 | 0.682441 | 64 | 34.34375 | 27.404505 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
6bbc0df14bff2bf849a7897d14441dc0f191535b | 9,320,079,087,222 | cd6fc0e35e3591d0fef7a4a8700c1a4529f0eb88 | /src/main/src/main/java/com/harmreduction/model/Subqueries.java | 0bd451e4c852119da785b64f407485b84b1b3f62 | [] | no_license | Shivina17/Dissertation | https://github.com/Shivina17/Dissertation | ee5364fadc4826d0cfbf7ecd836f4c3e47396561 | fe2c9c5d15864d6213c8427036ed2402ac871287 | refs/heads/master | 2020-04-05T16:29:20.586000 | 2019-04-02T13:59:04 | 2019-04-02T13:59:04 | 157,014,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.harmreduction.model;
public class Subqueries {
private String queryName;
private String query;
private String date;
private String author;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public String g... | UTF-8 | Java | 741 | java | Subqueries.java | Java | [] | null | [] | package com.harmreduction.model;
public class Subqueries {
private String queryName;
private String query;
private String date;
private String author;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public String g... | 741 | 0.60054 | 0.60054 | 42 | 16.619047 | 14.886799 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 4 |
6434c422dfc4307d839cb863e76b2c559dbfa8a1 | 35,459,250,009,711 | 704bd1ad7e3a4ee9c42e81fd455dddd5a77dad0d | /DesignPatterns/src/main/java/za/ac/cput/AshDesign/behavioural/state/Person.java | c5ff36407c026069bc7ffe41317f509d20e3d8d8 | [] | no_license | AshDyani/DesignPatterns | https://github.com/AshDyani/DesignPatterns | 8749f31d4195606dd0612b8e2fcc012914e9d098 | 0d79881f4adcf930cc0e7d6ac003704a1d3b62f1 | refs/heads/master | 2016-09-07T20:14:50.096000 | 2015-03-13T16:20:55 | 2015-03-13T16:20:55 | 32,156,039 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.ac.cput.AshDesign.behavioural.state;
/**
* Created by student on 2015/03/11.
*/
public class Person implements MoodState {
MoodState moodState;
public Person(MoodState moodState) {
this.moodState = moodState;
}
public void setMoodState(MoodState moodState) {
this.moodSta... | UTF-8 | Java | 544 | java | Person.java | Java | [
{
"context": "ut.AshDesign.behavioural.state;\n\n/**\n * Created by student on 2015/03/11.\n */\npublic class Person implements",
"end": 74,
"score": 0.9659519195556641,
"start": 67,
"tag": "USERNAME",
"value": "student"
}
] | null | [] | package za.ac.cput.AshDesign.behavioural.state;
/**
* Created by student on 2015/03/11.
*/
public class Person implements MoodState {
MoodState moodState;
public Person(MoodState moodState) {
this.moodState = moodState;
}
public void setMoodState(MoodState moodState) {
this.moodSta... | 544 | 0.658088 | 0.643382 | 28 | 18.428572 | 18.256952 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 4 |
741a661660f602de779d919b9289a40d63e63161 | 34,978,213,673,167 | c08f1f0a1135b3afe84360ec2aefa23a93627b7e | /src/com/tgy/entity/Page.java | 43d8dc2635ec74d8c0c20b2ff9a26eba50e642f4 | [] | no_license | shaolizhi2010/tgy | https://github.com/shaolizhi2010/tgy | fcda260483cf7b0d0733e70f456065065bbe3051 | 80139c5dab9306147c7ae4073725025e57e38114 | refs/heads/master | 2021-01-21T21:54:23.404000 | 2014-10-23T01:35:30 | 2014-10-23T01:35:30 | 25,613,332 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tgy.entity;
import org.bson.types.ObjectId;
import org.mongodb.morphia.annotations.Entity;
import org.mongodb.morphia.annotations.Id;
@Entity
public class Page {
@Id
public ObjectId id;
public String name;
public String userID;
public String bookmarkID;
public String pid;
public String link;
}... | UTF-8 | Java | 321 | java | Page.java | Java | [] | null | [] | package com.tgy.entity;
import org.bson.types.ObjectId;
import org.mongodb.morphia.annotations.Entity;
import org.mongodb.morphia.annotations.Id;
@Entity
public class Page {
@Id
public ObjectId id;
public String name;
public String userID;
public String bookmarkID;
public String pid;
public String link;
}... | 321 | 0.76947 | 0.76947 | 18 | 16.833334 | 13.881442 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
4920c62edb2a5e71242eeb0cacddd6bc04924788 | 18,992,345,439,671 | 6652c5c464617298417da2c0f2e83a83d926f45a | /Spinner/app/src/main/java/com/example/zz/spinner/MainActivity.java | ba1734ace6fcc8ad22d95e3dbface39c0086433a | [] | no_license | 2502089568/androidViewProject | https://github.com/2502089568/androidViewProject | 6cdb59af83663dc9ec85e92f8a5757577ea6546e | b22f7aa2acbc086bc683a1bff7305b5182f78b8d | refs/heads/master | 2020-03-19T02:59:35.987000 | 2018-03-17T06:57:55 | 2018-03-17T06:57:55 | 135,683,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zz.spinner;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.SimpleAdapter;
import android.widget.Spinner;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.HashM... | UTF-8 | Java | 3,059 | java | MainActivity.java | Java | [] | null | [] | package com.example.zz.spinner;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.SimpleAdapter;
import android.widget.Spinner;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.HashM... | 3,059 | 0.636051 | 0.629859 | 77 | 36.753246 | 24.146284 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.077922 | false | false | 4 |
0e3bff49ace7101d8b3bbf6bc7f8c060fea98e04 | 24,893,630,460,347 | 2d0e2f382105cc67fadd7b7d6d02ba9f05c014ae | /tarea5.1/src/tarea5/pkg1/Tarea51.java | 21aff91266818f969c50f25b5377bbab76d8c775 | [] | no_license | abel05/TareaCliente | https://github.com/abel05/TareaCliente | 9b477225f1125bb47ff6dfedaea822beb3d7d4ca | 1b35a46a1f5a17225c726adda0cdf06e93d940ea | refs/heads/master | 2021-07-09T21:50:49.644000 | 2017-10-04T21:53:24 | 2017-10-04T21:53:24 | 105,822,137 | 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 tarea5.pkg1;
import java.util.Scanner;
/**
*
* @author ABEL
*/
public class Tarea51 {
/**
* @par... | UTF-8 | Java | 834 | java | Tarea51.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author ABEL\r\n */\r\npublic class Tarea51 {\r\n\r\n /**\r\n * @pa",
"end": 267,
"score": 0.7850092053413391,
"start": 263,
"tag": "NAME",
"value": "ABEL"
}
] | 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 tarea5.pkg1;
import java.util.Scanner;
/**
*
* @author ABEL
*/
public class Tarea51 {
/**
* @par... | 834 | 0.615108 | 0.607914 | 35 | 21.828571 | 20.717812 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.257143 | false | false | 4 |
9e0099d6acf60ad62ec260c24c357764590c12d3 | 9,131,100,513,991 | a02a1ea21002520c826c1115944a314d2422ccae | /examples/B6.JideTabbedPane/JideTabbedPaneDemo.java | 1871eb34cdbc8b5c250d4714284c4f40279597b3 | [] | no_license | opticyclic/jide-examples | https://github.com/opticyclic/jide-examples | 0d9bc158a58ff41b67395b795e2e5acd6f09aa72 | 5a1520384c164272e531aff35389f249fbac0b2c | refs/heads/master | 2023-08-14T23:17:12.862000 | 2021-10-09T08:40:56 | 2021-10-09T08:40:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @(#)JideTabbedPaneDemo.java
*
* Copyright 2002 JIDE Software Inc. All rights reserved.
*/
import com.jidesoft.dialog.JideOptionPane;
import com.jidesoft.icons.IconsFactory;
import com.jidesoft.icons.JideIconsFactory;
import com.jidesoft.plaf.LookAndFeelFactory;
import com.jidesoft.plaf.UIDefaultsLookup;
impor... | UTF-8 | Java | 31,654 | java | JideTabbedPaneDemo.java | Java | [] | null | [] | /*
* @(#)JideTabbedPaneDemo.java
*
* Copyright 2002 JIDE Software Inc. All rights reserved.
*/
import com.jidesoft.dialog.JideOptionPane;
import com.jidesoft.icons.IconsFactory;
import com.jidesoft.icons.JideIconsFactory;
import com.jidesoft.plaf.LookAndFeelFactory;
import com.jidesoft.plaf.UIDefaultsLookup;
impor... | 31,654 | 0.582454 | 0.576357 | 686 | 45.142857 | 32.806393 | 223 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618076 | false | false | 4 |
6240cfc0c7b4eec2e2b1a1897bde164eedd8695e | 36,249,523,998,280 | 14746c4b8511abe301fd470a152de627327fe720 | /soroush-android-1.10.0_source_from_JADX/mobi/mmdt/ott/lib_webservicescomponent/retrofit/webservices/capi/Conversation/update/C5808a.java | 70e09a18b64293bf26ac60087be13a324d62082d | [] | no_license | maasalan/soroush-messenger-apis | https://github.com/maasalan/soroush-messenger-apis | 3005c4a43123c6543dbcca3dd9084f95e934a6f4 | 29867bf53a113a30b1aa36719b1c7899b991d0a8 | refs/heads/master | 2020-03-21T21:23:20.693000 | 2018-06-28T19:57:01 | 2018-06-28T19:57:01 | 139,060,676 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobi.mmdt.ott.lib_webservicescomponent.retrofit.webservices.capi.Conversation.update;
import android.content.Context;
import java.util.List;
import mobi.mmdt.ott.lib_webservicescomponent.retrofit.retrofit_implementation.C2566a;
import mobi.mmdt.ott.lib_webservicescomponent.retrofit.retrofit_implementation.C256... | UTF-8 | Java | 1,119 | java | C5808a.java | Java | [] | null | [] | package mobi.mmdt.ott.lib_webservicescomponent.retrofit.webservices.capi.Conversation.update;
import android.content.Context;
import java.util.List;
import mobi.mmdt.ott.lib_webservicescomponent.retrofit.retrofit_implementation.C2566a;
import mobi.mmdt.ott.lib_webservicescomponent.retrofit.retrofit_implementation.C256... | 1,119 | 0.79714 | 0.741734 | 24 | 45.625 | 43.017258 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 4 |
924eb1885a3db8e045a8080be77be4c0651d7155 | 35,115,652,640,129 | 8301d4a0f223ea7585a2600eda64ceef6bba0f97 | /igor-monitor-jenkins/src/main/java/com/netflix/spinnaker/igor/jenkins/client/model/Branch.java | 8ad3725d4ce6226ae8bee026328351093907ce57 | [
"Apache-2.0"
] | permissive | gal-yardeni/igor | https://github.com/gal-yardeni/igor | c384b1b6b30428ea1cb33c5643a9f77e24eedacc | 3368f234ace6c46431349a18e64e94472db48029 | refs/heads/master | 2021-01-07T14:59:29.141000 | 2020-02-18T20:47:14 | 2020-02-18T20:47:14 | 241,734,743 | 0 | 0 | Apache-2.0 | true | 2020-02-19T21:55:06 | 2020-02-19T21:55:05 | 2020-02-18T20:47:18 | 2020-02-19T19:47:21 | 1,885 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2020 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 1,423 | java | Branch.java | Java | [
{
"context": "/*\n * Copyright 2020 Netflix, Inc.\n *\n * Licensed under the Apache License",
"end": 24,
"score": 0.796931266784668,
"start": 21,
"tag": "NAME",
"value": "Net"
}
] | null | [] | /*
* Copyright 2020 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,423 | 0.686578 | 0.674631 | 55 | 24.872726 | 25.052711 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 4 |
3f027b6c8da59b46e10ec3e17b680ef42d358e1a | 34,943,853,942,733 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/AnySoftKeyboard_AnySoftKeyboard/app/src/test/java/com/anysoftkeyboard/ui/settings/MainSettingsActivityTest.java | a925673207037f6ff369392aab89a836e27ebf44 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | https://github.com/cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297000 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // isComment
package com.anysoftkeyboard.ui.settings;
import static android.Manifest.permission.READ_CONTACTS;
import static android.content.Intent.ACTION_VIEW;
import static com.anysoftkeyboard.PermissionsRequestCodes.CONTACTS;
import static androidx.test.core.app.ApplicationProvider.getApplicationContext;
import and... | UTF-8 | Java | 11,565 | java | MainSettingsActivityTest.java | Java | [] | null | [] | // isComment
package com.anysoftkeyboard.ui.settings;
import static android.Manifest.permission.READ_CONTACTS;
import static android.content.Intent.ACTION_VIEW;
import static com.anysoftkeyboard.PermissionsRequestCodes.CONTACTS;
import static androidx.test.core.app.ApplicationProvider.getApplicationContext;
import and... | 11,565 | 0.773973 | 0.773887 | 202 | 56.252476 | 44.566566 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.846535 | false | false | 4 |
eab8201592fccd606eaf239a0b3ed83125b7ec5a | 36,318,243,479,173 | 6509b1539884c3ce7767463094b26748748a160e | /src/test/java/com/automation/pagelib/Recharge.java | 5fe27db202e74845f12a86dfc6a5eb3593cf7be5 | [] | no_license | agajendra1992/Undotres_Assignment_New | https://github.com/agajendra1992/Undotres_Assignment_New | fb42dc14cdd01dd688fb7c634b8b6a0572492f77 | d1064f2ad8a9c136a92afa078e675f93a2251515 | refs/heads/main | 2023-07-12T16:34:57.502000 | 2021-08-16T17:51:01 | 2021-08-16T17:51:01 | 396,904,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.automation.pagelib;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.WebElement;
import com.automation.testbase.TestBase;
public class Recharge extends TestBase {
private static Logger logger = LogMana... | UTF-8 | Java | 4,566 | java | Recharge.java | Java | [] | null | [] | package com.automation.pagelib;
import java.awt.Robot;
import java.awt.event.KeyEvent;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.WebElement;
import com.automation.testbase.TestBase;
public class Recharge extends TestBase {
private static Logger logger = LogMana... | 4,566 | 0.724704 | 0.722952 | 164 | 26.841463 | 22.587214 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.70122 | false | false | 4 |
98bdc982eb94ae96a79d66932c60d9c9852592be | 35,115,652,644,935 | 6b83984ff783452c3e9aa2b7a1d16192b351a60a | /question0931_minimum_falling_path_sum/Solution1.java | 102cc01a7c93ff710abb7ea9bd1b0080645c9b60 | [] | no_license | 617076674/LeetCode | https://github.com/617076674/LeetCode | aeedf17d7cd87b9e59e0a107cd6af5ce9bac64f8 | 0718538ddb79e71fec9a330ea27524a60eb60259 | refs/heads/master | 2022-05-13T18:29:44.982000 | 2022-04-13T01:03:28 | 2022-04-13T01:03:28 | 146,989,451 | 207 | 58 | null | null | null | null | null | null | null | null | null | null | null | null | null | package question0931_minimum_falling_path_sum;
/**
* 记忆化搜索。
*
* 时间复杂度和空间复杂度均是 O(m * n),其中 m 是矩阵 A 的行数,n 是矩阵 A 的列数。
*
* 执行用时:2ms,击败99.23%。消耗内存:41.1MB,击败100.00%。
*/
public class Solution1 {
private int m, n;
private Integer[][] memo;
public int minFallingPathSum(int[][] A) {
if (null == A || ... | UTF-8 | Java | 1,678 | java | Solution1.java | Java | [] | null | [] | package question0931_minimum_falling_path_sum;
/**
* 记忆化搜索。
*
* 时间复杂度和空间复杂度均是 O(m * n),其中 m 是矩阵 A 的行数,n 是矩阵 A 的列数。
*
* 执行用时:2ms,击败99.23%。消耗内存:41.1MB,击败100.00%。
*/
public class Solution1 {
private int m, n;
private Integer[][] memo;
public int minFallingPathSum(int[][] A) {
if (null == A || ... | 1,678 | 0.448408 | 0.42293 | 54 | 28.092592 | 23.838398 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851852 | false | false | 4 |
a16e126bf95eba28b142ef7287068de629554e3e | 6,734,508,782,846 | f060f7a7976678cc8b9a1264e6f78e601ecad852 | /day009-ObjectArray-ArrayList/src/org/xueyao/homework/HomeWork_01.java | 9b8e4ab6a6e5587431f475902b7caf4e91aeb25c | [] | no_license | flowstone/Base-Java | https://github.com/flowstone/Base-Java | 1a734ea23ae22b4ffd7b05d37c0e020592164535 | 80e8700e696dede08456f4eb7e3c8203dd5dae69 | refs/heads/master | 2020-12-03T04:02:53.070000 | 2017-12-22T12:02:50 | 2017-12-22T12:02:50 | 95,805,211 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xueyao.homework;
/**
* 第一题:分析以下需求,并用代码实现
1.按照以下描述完成类的定义。
学生类
属性:
姓名name
年龄age
成绩score
行为:
吃饭eat()
stuty(String content)(content:表示学习的内容)
2.定义学生工具StudentsTool,有四个方法,描述如下
... | GB18030 | Java | 1,093 | java | HomeWork_01.java | Java | [
{
"context": "t数组并初始化数据,再创建StudentsTool类的对象,并调用以上方法 \n\n * @author Yao Xue\n * @date Jul 6, 2017 2:55:16 PM\n */\npublic class ",
"end": 714,
"score": 0.9998361468315125,
"start": 707,
"tag": "NAME",
"value": "Yao Xue"
}
] | null | [] | package org.xueyao.homework;
/**
* 第一题:分析以下需求,并用代码实现
1.按照以下描述完成类的定义。
学生类
属性:
姓名name
年龄age
成绩score
行为:
吃饭eat()
stuty(String content)(content:表示学习的内容)
2.定义学生工具StudentsTool,有四个方法,描述如下
... | 1,092 | 0.613316 | 0.59283 | 27 | 27.925926 | 22.075502 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
4f30a191a1ddabd8f6d68520f3fe3e401ba5bba7 | 6,734,508,781,379 | 4bb13f27a9f98f67f6dd8dbc3379c24808659b91 | /Node.java | d671da0a6ab187d6a5dddefc17ac0b4a407efd5c | [] | no_license | desparza90/FinalPart2 | https://github.com/desparza90/FinalPart2 | 99d8561b5097c08b94efddc90d1cdf416de5c4af | 4c363067e6772286e2984ccdc7382cacae52035f | refs/heads/master | 2021-08-23T22:07:41.509000 | 2017-12-06T19:45:15 | 2017-12-06T19:45:15 | 113,278,219 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inventory;
public class Node<T>
{
T data;
Node next;
public Node() {
data = null;
next = null;
}
public Node(T newItem, Node nextN)
{
this.data = newItem;
this.next = nextN;
}
} | UTF-8 | Java | 204 | java | Node.java | Java | [] | null | [] | package inventory;
public class Node<T>
{
T data;
Node next;
public Node() {
data = null;
next = null;
}
public Node(T newItem, Node nextN)
{
this.data = newItem;
this.next = nextN;
}
} | 204 | 0.617647 | 0.617647 | 18 | 10.388889 | 9.827054 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 4 |
c77569bb3c13ab9faf37960edb3317a124ae85e8 | 36,266,703,876,542 | 70f075a8682a5760e44013ef8659764e08426f55 | /src/test/java/com/itexico/testing/tests/JavascriptAlertBoxTest.java | 6b43c3de49f9ad6cb449851ffb117f92c13c9868 | [] | no_license | zchumager/selenium-easy-demo | https://github.com/zchumager/selenium-easy-demo | 7f349d8484b59bf6f253031b5ee1bd804a00d1ee | 4409b9a9f551ca8d06232e8238596d81b1a8154b | refs/heads/master | 2023-05-11T16:24:00.755000 | 2019-06-20T17:46:54 | 2019-06-20T17:46:54 | 192,963,987 | 0 | 0 | null | false | 2023-05-09T18:09:08 | 2019-06-20T17:48:23 | 2019-06-20T17:49:11 | 2023-05-09T18:09:03 | 6,944 | 0 | 0 | 1 | Java | false | false | package com.itexico.testing.tests;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import org.openqa.selenium.Alert;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org... | UTF-8 | Java | 2,668 | java | JavascriptAlertBoxTest.java | Java | [
{
"context": "est\n\tpublic void testPromptP() {\n\t\tString name = \"Pedro\";\n\t\tString greetingMsg = \"You have entered '\" +na",
"end": 2322,
"score": 0.99977046251297,
"start": 2317,
"tag": "NAME",
"value": "Pedro"
}
] | null | [] | package com.itexico.testing.tests;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import org.openqa.selenium.Alert;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org... | 2,668 | 0.733883 | 0.73051 | 93 | 27.688171 | 23.373535 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.086021 | false | false | 4 |
b5228d658addffa747b4cc0b6b9b3701868b7caf | 21,157,008,960,483 | 7934146111d1a952bf1aee876d1be533bd055aec | /loan-endpoint/src/main/java/com/loanscompany/lam/endpoint/appconfig/ApplicationProperties.java | 13a9fdf481b1fd3a4d744c218d0e1c4ad97fc5ab | [] | no_license | percym/loanapplicationmanager | https://github.com/percym/loanapplicationmanager | 6072b790a5c4780006290e0b32efe1fc5eac3efb | 9492ae12d272cc9656049aedac109ac17e8d7a3d | refs/heads/master | 2022-11-23T11:03:35.518000 | 2019-05-06T09:19:24 | 2019-05-06T09:19:24 | 188,811,925 | 0 | 0 | null | false | 2022-11-16T11:33:05 | 2019-05-27T09:20:08 | 2019-08-26T08:13:47 | 2022-11-16T11:33:02 | 377 | 0 | 0 | 8 | Java | false | false | package com.loanscompany.lam.endpoint.appconfig;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Import;
import org.springframework.stereotype.Component;
/**
* Propertie... | UTF-8 | Java | 756 | java | ApplicationProperties.java | Java | [
{
"context": "gured in the test.properties file.\r\n *\r\n * @author percym\r\n */\r\n@Data\r\n@Getter\r\n@Setter\r\n@Component\r\n@Confi",
"end": 425,
"score": 0.9995396733283997,
"start": 419,
"tag": "USERNAME",
"value": "percym"
}
] | null | [] | package com.loanscompany.lam.endpoint.appconfig;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Import;
import org.springframework.stereotype.Component;
/**
* Propertie... | 756 | 0.772487 | 0.772487 | 29 | 24.137932 | 25.958487 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 4 |
35f574296a65dc13b86a6f2b6dcc7e326e0bde06 | 21,062,519,663,592 | d175d69678885df6cc61b376ede4dd2a946af05b | /api/src/main/java/com/authorization/exception/AuthorizationHeaderMissingException.java | e5b8bbe60535c430eaeb969f109e0e0eb0832c3f | [] | no_license | razvancornita/AuthorizationsAPI | https://github.com/razvancornita/AuthorizationsAPI | ce789f7dccf45467bbfcf4becc4e9fcb2e177e6b | 3fd2a4fea56dcd3ae32fbabe20bcb59d6a1a679f | refs/heads/main | 2023-06-15T07:46:08.602000 | 2021-07-19T09:21:15 | 2021-07-19T09:21:15 | 386,916,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.authorization.exception;
import org.springframework.security.core.AuthenticationException;
public class AuthorizationHeaderMissingException extends AuthenticationException {
public AuthorizationHeaderMissingException() {
super("Authorization header is missing.");
}
} | UTF-8 | Java | 297 | java | AuthorizationHeaderMissingException.java | Java | [] | null | [] | package com.authorization.exception;
import org.springframework.security.core.AuthenticationException;
public class AuthorizationHeaderMissingException extends AuthenticationException {
public AuthorizationHeaderMissingException() {
super("Authorization header is missing.");
}
} | 297 | 0.811448 | 0.811448 | 9 | 32.111111 | 29.797256 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
04f243e5ae2f81fb58344a5d0419d9d4b5dafc15 | 37,014,028,169,676 | 4619ef64436f410273215c4db1773d6e7c2c3b64 | /SimiCart/app/src/main/java/com/simicart/core/slidemenu/controller/PhoneSlideMenuController.java | 24e05b1003df5a880d3d11212c4a4f66edf3ce18 | [] | no_license | Simicart/Android-studio-core | https://github.com/Simicart/Android-studio-core | ba72add5d98b6fff1895d0fc1b02441276d2963d | 44389099b7a2e2ca5c1eb1c14f6f8129713d880c | refs/heads/master | 2021-06-08T16:21:49.831000 | 2016-09-21T13:35:06 | 2016-09-21T13:35:06 | 48,149,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simicart.core.slidemenu.controller;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.conten... | UTF-8 | Java | 20,527 | java | PhoneSlideMenuController.java | Java | [] | null | [] | package com.simicart.core.slidemenu.controller;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.conten... | 20,527 | 0.560384 | 0.558387 | 575 | 34.699131 | 23.784208 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587826 | false | false | 4 |
cb51e269ca57b8847a161c474c94d2574a9c95b8 | 36,713,380,471,260 | 57728206bbcfc486e7a5606b894fa9009a8b9a88 | /agent/src/com/cloud/agent/resource/computing/LibvirtStorageVolumeDef.java | 2449edbd508eb73aa435755cd2f7983f5003df7f | [] | no_license | chiragjog/CloudStack | https://github.com/chiragjog/CloudStack | ae790a261045ebbf68a33d8dd1a86e6b479a5770 | 6279ca28d6e274fba980527f39b89e9af2bf588a | refs/heads/master | 2021-01-18T03:36:30.256000 | 2012-02-24T01:18:50 | 2012-02-24T01:18:50 | 2,956,218 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, eit... | UTF-8 | Java | 2,751 | java | LibvirtStorageVolumeDef.java | Java | [] | null | [] | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, eit... | 2,751 | 0.69611 | 0.691021 | 93 | 28.580645 | 23.903625 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
c11f07f5cf676c316b89b5eac60f2d9d08c3c9d8 | 4,355,096,879,184 | affb2cb9369d1432d8ccc50a3733506ec3e6da54 | /app/test/db/Test_FooLocalDAO.java | ed17e207be40673762bd38aaf94e0fd2b4e0590f | [
"Apache-2.0"
] | permissive | TsungHan-Wen/playMyBatisMariaDB | https://github.com/TsungHan-Wen/playMyBatisMariaDB | f9d630cadda1a29b518286699ebabc8038997f49 | a33c44795a5428e6b6f0dae4002e74345defd687 | refs/heads/master | 2023-05-09T14:01:01.725000 | 2021-05-24T11:51:41 | 2021-05-24T11:51:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.db;
import org.apache.ibatis.session.SqlSessionManager;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.google.inject.Guice;
import com.google.inject.Injector;
import error.HelperException;
import pojo.web.signup.request.SignupRequest;
import services.WebServ... | UTF-8 | Java | 2,744 | java | Test_FooLocalDAO.java | Java | [
{
"context": "uest = new SignupRequest();\n request.setEmail(\"111@star.com.tw\");\n request.setUsername(\"111\");\n request.se",
"end": 1098,
"score": 0.9998965859413147,
"start": 1083,
"tag": "EMAIL",
"value": "111@star.com.tw"
},
{
"context": "mail(\"111@star.com.tw\");\n... | null | [] | package test.db;
import org.apache.ibatis.session.SqlSessionManager;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.google.inject.Guice;
import com.google.inject.Injector;
import error.HelperException;
import pojo.web.signup.request.SignupRequest;
import services.WebServ... | 2,720 | 0.628644 | 0.616618 | 84 | 31.678572 | 25.52364 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 4 |
3e06b27b8530a526d815237db9c37fa62624024d | 36,790,689,877,683 | 6ca021455d3cfd5f6f1998175c7ff8a7fd7a670a | /src/main/java/com/automation/test/OrderBooking.java | 2db289fc7a5c2940644abb07169d6e3704249765 | [] | no_license | analyst-anju/AutomationExercise | https://github.com/analyst-anju/AutomationExercise | 53ed7866e28f8d64fd1e87d8a6458967971d9dda | b92fb703f38d3b009baf737b8cd1f4e98e712014 | refs/heads/master | 2020-04-14T01:56:00.288000 | 2018-12-30T10:38:38 | 2018-12-30T10:38:38 | 163,573,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.automation.test;
import java.io.File;
import java.io.FileReader;
import java.util.Properties;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;... | UTF-8 | Java | 5,723 | java | OrderBooking.java | Java | [
{
"context": "Conditions.visibilityOfElementLocated(By.linkText(userName)));\r\n */\r\n\r\n driver.findElement(By.lin",
"end": 5131,
"score": 0.6862004399299622,
"start": 5123,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.automation.test;
import java.io.File;
import java.io.FileReader;
import java.util.Properties;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;... | 5,723 | 0.66556 | 0.660143 | 155 | 34.922581 | 34.598625 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625806 | false | false | 4 |
0b7c67c04120b248d1b8cfb37e37d11a7965e41d | 7,129,645,777,137 | f32315bb87b0e0d6d4842295be520623c2d50d52 | /regerege_rekka/src/main/java/debug/DisplayAutomaton.java | c89b4dc393dc880a20eeffabf70bca5a3db1c0ad | [
"MIT"
] | permissive | Hiipivahalko/regerege_rekka | https://github.com/Hiipivahalko/regerege_rekka | 7513e430cfa6aa5a119a2fbdf563649533a8f3ee | 6faf792389fe26fef4a3ac39d91b290f1734dc41 | refs/heads/master | 2020-07-21T12:38:40.777000 | 2019-10-30T14:30:10 | 2019-10-30T14:30:10 | 206,867,148 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package debug;
import automaton.node.Node;
import java.util.LinkedList;
public class DisplayAutomaton {
public DisplayAutomaton() {
}
public void displayNFA(LinkedList<Node> mNfa) {
System.out.println("-----NFA-----");
for (Node n : mNfa) {
if (n.isGoalNode()) System.out.pr... | UTF-8 | Java | 1,065 | java | DisplayAutomaton.java | Java | [] | null | [] | package debug;
import automaton.node.Node;
import java.util.LinkedList;
public class DisplayAutomaton {
public DisplayAutomaton() {
}
public void displayNFA(LinkedList<Node> mNfa) {
System.out.println("-----NFA-----");
for (Node n : mNfa) {
if (n.isGoalNode()) System.out.pr... | 1,065 | 0.474178 | 0.470423 | 37 | 27.783783 | 27.081594 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243243 | false | false | 4 |
9dd535cfa692fb29eaf9cecfc353971e3cb45ea1 | 4,509,715,715,503 | e7a8f80d82a599df6d0c6e777402ba5b39ba8038 | /java/NorthBreeze/src/main/java/northwind/service/AppContextListener.java | 9034716dfd40db07abdeef8889e0aa1975cc360d | [
"MIT"
] | permissive | wegiangb/breeze.js.samples | https://github.com/wegiangb/breeze.js.samples | f87392f0c3a930bbc60c6447efc6099816ab7c28 | de6a267fdca4b0b8c17f8040138d275a64d6dc37 | refs/heads/master | 2020-05-07T19:30:31.964000 | 2017-04-17T16:31:54 | 2017-04-17T16:31:54 | 180,815,959 | 1 | 0 | null | true | 2019-04-11T14:59:52 | 2019-04-11T14:59:51 | 2019-03-23T17:24:02 | 2017-04-17T16:31:54 | 10,224 | 0 | 0 | 0 | null | false | false | package northwind.service;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import com.breezejs.Metadata;
import com.bre... | UTF-8 | Java | 1,776 | java | AppContextListener.java | Java | [] | null | [] | package northwind.service;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import com.breezejs.Metadata;
import com.bre... | 1,776 | 0.798986 | 0.798986 | 51 | 33.823528 | 28.611465 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.509804 | false | false | 4 |
3f67a05341425e2d9a4eda99b1be296812c56843 | 38,998,303,076,431 | d3419ceaa95c3f112b4e17447bdd3d2b5ddef6a9 | /src/main/java/org/phantomapi/hud/package-info.java | 137ba21a0645d838bf183784404240eb777c00b5 | [
"WTFPL"
] | permissive | DiyarSavda/Phantom | https://github.com/DiyarSavda/Phantom | 97f1185da2409b68a959512fdfb6126ddd276044 | f2f293692d1d7790d0dfb018f689f46f6bb7ff52 | refs/heads/master | 2021-01-01T17:15:04.167000 | 2017-07-22T13:37:57 | 2017-07-22T13:37:57 | 98,033,512 | 0 | 0 | null | true | 2017-07-22T13:37:00 | 2017-07-22T13:37:00 | 2017-04-01T03:58:52 | 2017-07-18T00:50:33 | 152,777 | 0 | 0 | 0 | null | null | null | /**
* Ingame huds with holograms
*
* @author cyberpwn
*/
package org.phantomapi.hud; | UTF-8 | Java | 89 | java | package-info.java | Java | [
{
"context": "/**\n * Ingame huds with holograms\n * \n * @author cyberpwn\n */\npackage org.phantomapi.hud;",
"end": 57,
"score": 0.9995564222335815,
"start": 49,
"tag": "USERNAME",
"value": "cyberpwn"
}
] | null | [] | /**
* Ingame huds with holograms
*
* @author cyberpwn
*/
package org.phantomapi.hud; | 89 | 0.674157 | 0.674157 | 6 | 14 | 11.416363 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 4 |
34951ea252a34b4c20543029487fe826ee8c0e49 | 3,410,204,086,389 | 7018a20b16f6262127c24c1aff47e3432f245a26 | /Automata_Minimo_Equivalente/src/model/AutomataImp.java | fee942b1c11c71a55e1fcab53ee040987cc8b9a7 | [] | no_license | Jhusseth/Informatica_Teorica | https://github.com/Jhusseth/Informatica_Teorica | 621f4639e834aac83b891e20fca93ed2d0fe9908 | f18eacb2c36c3a0125ec3178c98b517f4bc21022 | refs/heads/master | 2023-01-23T14:02:13.986000 | 2020-11-21T14:33:59 | 2020-11-21T14:33:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
public class AutomataImp implements Automata {
/**
* The states in a machine
*/
private HashMap<String,String> states;
/**
* Input alphabet of the machine
*/
private HashSet<Character> inputAlphabet;
/*... | UTF-8 | Java | 9,937 | java | AutomataImp.java | Java | [
{
"context": "ta.get(actual).length-1]:\"\";\n\t\t\tkey = key.split(\"\\r\")[0];\n\t\t\tif (type) {\n\t\t\t\tfor (String a : b) {\n\t\t\t\t\ta",
"end": 4577,
"score": 0.7747454047203064,
"start": 4573,
"tag": "KEY",
"value": "r\")["
}
] | null | [] | package model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
public class AutomataImp implements Automata {
/**
* The states in a machine
*/
private HashMap<String,String> states;
/**
* Input alphabet of the machine
*/
private HashSet<Character> inputAlphabet;
/*... | 9,937 | 0.622421 | 0.611452 | 395 | 24.156961 | 22.533142 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.524051 | false | false | 4 |
699f203febef27e32ac33b9fdca56254bec21828 | 3,410,204,087,342 | 2501d4bcb9b9aba3ce8cc79710a9984e43ecd5b0 | /src/test/java/com/tuin/web/controller/MenuControllerTest.java | df00176e25261af11074e7ce7537246ad53b9d8d | [
"MIT"
] | permissive | appecapps/tuinstrflt | https://github.com/appecapps/tuinstrflt | e7cd904baade0eabf5614c132670d7011e5f7451 | c525c491c84cc496e02c01967e40463dd0be5672 | refs/heads/master | 2021-01-20T21:19:44.775000 | 2017-08-29T13:57:11 | 2017-08-29T13:57:11 | 101,764,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tuin.web.controller;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.doThrow;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.ArrayList;
impo... | UTF-8 | Java | 9,611 | java | MenuControllerTest.java | Java | [] | null | [] | package com.tuin.web.controller;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.doThrow;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.ArrayList;
impo... | 9,611 | 0.737592 | 0.737592 | 338 | 27.434912 | 27.099699 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.215976 | false | false | 4 |
873cf37b61a2a253d0e63e794666bbab84a905e5 | 3,410,204,087,899 | 26ae71f1ede52a39d779ec25729c47a2e7808018 | /artxe-http/artxe-http-server/src/main/java/me/kazoku/artxe/http/simple/server/entities/Queries.java | 139c4d1eb998dbfe88b15af9e0b9b05d1395db4e | [] | no_license | takahatashun/artxe-core | https://github.com/takahatashun/artxe-core | 31196e1a3a2515433fd23de0c8d467bf6b1a759f | e31558586116efc5812352d2038a4b61a2ce0ef4 | refs/heads/master | 2023-03-22T21:53:34.222000 | 2021-03-14T06:18:35 | 2021-03-14T06:18:35 | 322,548,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.kazoku.artxe.http.simple.server.entities;
import me.kazoku.artxe.http.simple.server.util.NameValuePair;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.*;
import java.util.stream.Collectors;
public class Queries {
privat... | UTF-8 | Java | 2,856 | java | Queries.java | Java | [] | null | [] | package me.kazoku.artxe.http.simple.server.entities;
import me.kazoku.artxe.http.simple.server.util.NameValuePair;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.*;
import java.util.stream.Collectors;
public class Queries {
privat... | 2,856 | 0.670868 | 0.669468 | 102 | 27 | 22.786304 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 4 |
e89accaeb2f8472ea483a1d5a023ecc25bd7d445 | 33,870,112,151,035 | c594eb7db02a3f4c3e19ff7fb1894ee4c86583bb | /src/main/java/com/kulesh/firstapp/firstapp/student/StudentConfig.java | cec6fac60f97eb45a90a9a9892707e5392876fbe | [] | no_license | Kulesh143/firstapp | https://github.com/Kulesh143/firstapp | fea2ddce0ba8ec22f6f80b3ea55018af5b636f42 | 9a6c504167e9f2a1351c55ecda3a964519931e1c | refs/heads/master | 2023-06-30T02:32:59.938000 | 2021-07-23T10:56:40 | 2021-07-23T10:56:40 | 388,770,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kulesh.firstapp.firstapp.student;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.time.LocalDate;
import java.time.Month;
import java.util.List;
@Configuration
public class Stud... | UTF-8 | Java | 872 | java | StudentConfig.java | Java | [
{
"context": " student Kulesh=new student(\n \"Kulesh\",\n \"kulesh@yahoo.com\",\n ",
"end": 504,
"score": 0.9998047947883606,
"start": 498,
"tag": "NAME",
"value": "Kulesh"
},
{
"context": " \"Kulesh\",\n ... | null | [] | package com.kulesh.firstapp.firstapp.student;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.time.LocalDate;
import java.time.Month;
import java.util.List;
@Configuration
public class Stud... | 851 | 0.605505 | 0.587156 | 31 | 27.129032 | 20.50923 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 4 |
cef827ef5772bec660db905cecbb73dd5a663331 | 36,919,538,903,245 | 60ae7629086df34a23ca9905f5eeb3a638efc502 | /src/main/java/com/github/bingoohuang/building_maintainable_software/boardfactory/BoardFactoryV3.java | 5615f1bdc5a2f5d95f7688c20e2c1da0b0275cbb | [
"Apache-2.0"
] | permissive | bingoohuang/refactor-cases | https://github.com/bingoohuang/refactor-cases | 947b8bed91c4ba7f89c6335ffeda80586fa75aad | 6f8b09bffa6ebc01ba3fd8d4dbac696f368c75d4 | refs/heads/master | 2021-01-11T22:05:20.540000 | 2017-01-17T07:54:14 | 2017-01-17T07:54:14 | 78,919,327 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.bingoohuang.building_maintainable_software.boardfactory;
/**
* @author bingoohuang [bingoohuang@gmail.com] Created on 2017/1/15.
*/
public class BoardFactoryV3 {
public Board createBoard(Square[][] grid) {
return new BoardCreator(grid).create();
}
}
| UTF-8 | Java | 288 | java | BoardFactoryV3.java | Java | [
{
"context": "package com.github.bingoohuang.building_maintainable_software.boardfactory;\n\n/**",
"end": 30,
"score": 0.8296228051185608,
"start": 19,
"tag": "USERNAME",
"value": "bingoohuang"
},
{
"context": "aintainable_software.boardfactory;\n\n/**\n * @author bingoohuang [bingoo... | null | [] | package com.github.bingoohuang.building_maintainable_software.boardfactory;
/**
* @author bingoohuang [<EMAIL>] Created on 2017/1/15.
*/
public class BoardFactoryV3 {
public Board createBoard(Square[][] grid) {
return new BoardCreator(grid).create();
}
}
| 274 | 0.71875 | 0.690972 | 10 | 27.799999 | 27.970699 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
bdace6b4cae84eea41ea754dd5e8c4f1d9bff5fb | 36,919,538,902,939 | 708cbfeb5cabab2a47dc578aab0233fd4865a705 | /src/main/java/com/mateus/sistema/domain/produto/Subgrupo.java | 7fb4afffe1317f58ea6a234d94fdf77dab966710 | [] | no_license | mateusrdg/sistema | https://github.com/mateusrdg/sistema | 6f06bc07e64148457f2adb87003c934c3ea3f4d2 | 39ffa90d276098cedc4e89a0b559e205a2ac626a | refs/heads/master | 2020-07-03T21:06:48.714000 | 2020-01-27T02:53:54 | 2020-01-27T02:53:54 | 202,048,279 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mateus.sistema.domain.produto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.p... | UTF-8 | Java | 2,164 | java | Subgrupo.java | Java | [] | null | [] | package com.mateus.sistema.domain.produto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.p... | 2,164 | 0.716728 | 0.714418 | 106 | 19.415094 | 17.998882 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.433962 | false | false | 4 |
fb0a39488c8462a17ccf7d83684ed081eb0ba178 | 36,919,538,904,032 | 73504aa122b557eea4442644137714c97f8349f8 | /app/src/main/java/com/routehelperr/model/InfoModalModel.java | f6a607a2913b10ed73eb6471804057c2bc5a6510 | [] | no_license | mg120/RouteHelper | https://github.com/mg120/RouteHelper | 707c5bbd34a9ea60962e3182159dcc4cd338291e | ebcd99fb425a360848131aa7935d8b0c9f8d44b2 | refs/heads/master | 2020-06-13T05:21:10.504000 | 2019-06-30T18:50:50 | 2019-06-30T18:50:50 | 194,550,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.routehelperr.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class InfoModalModel {
@SerializedName("success")
private Boolean success;
@SerializedName(... | UTF-8 | Java | 1,117 | java | InfoModalModel.java | Java | [] | null | [] | package com.routehelperr.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class InfoModalModel {
@SerializedName("success")
private Boolean success;
@SerializedName(... | 1,117 | 0.615936 | 0.615936 | 58 | 18.258621 | 14.733916 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 4 |
715838d3cc4ea6689034a0389104feabb0f92cd7 | 39,135,742,021,430 | d60aa63a88af5e0a7745f272d71c4873b40899e2 | /advert-java/advert/src/main/java/com/miguan/advert/domain/mapper/AdRenderMapper.java | c3d1bfa52362f58eb89d29935cbc7c55be28e6a6 | [] | no_license | cckmit/project-6 | https://github.com/cckmit/project-6 | c3b20e9f25c28aafd8a0bcddebd37e71dccf912f | 79fe6cbe3d4c4799518c91b92b51e458892276c8 | refs/heads/master | 2023-04-03T02:28:06.358000 | 2021-03-26T09:04:32 | 2021-03-26T09:04:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miguan.advert.domain.mapper;
public interface AdRenderMapper {
String findRNameByRKey(String platKey);
}
| UTF-8 | Java | 125 | java | AdRenderMapper.java | Java | [] | null | [] | package com.miguan.advert.domain.mapper;
public interface AdRenderMapper {
String findRNameByRKey(String platKey);
}
| 125 | 0.776 | 0.776 | 8 | 14.625 | 18.80118 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
316165b48a9ca6d6ee8c97d379dc0b40c596073c | 33,844,342,341,609 | 93e9defa76fc8d1668e885db543c5189c84734e9 | /main/java/ui/MainMenu.java | 81579accee85c5ca0b5b7caa68f40855cc0c7ffe | [] | no_license | cph-sn286/Maarioo | https://github.com/cph-sn286/Maarioo | e3cc65074eb3b39383a18ae885f0975a4cb5a80a | 7a1af987bdd5a834bb54c355743412e3b21634e9 | refs/heads/main | 2023-02-15T05:50:31.979000 | 2021-01-04T10:14:47 | 2021-01-04T10:14:47 | 320,255,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import com.google.protobuf.Message;
import com.sun.org.apache.xalan.internal.xsltc.trax.SmartTransformerFactoryImpl;
import com.sun.org.glassfish.external.statistics.Statistic;
import domain.MarioException;
import domain.Order;
import domain.Pizza;
import domain.Statistics;
import persistence.Database;
imp... | UTF-8 | Java | 13,239 | java | MainMenu.java | Java | [
{
"context": "lass MainMenu {\n\n private final String USER = \"testdb_user\";\n private final String PASSWORD = \"1234\";\n ",
"end": 605,
"score": 0.9949580430984497,
"start": 594,
"tag": "USERNAME",
"value": "testdb_user"
},
{
"context": "estdb_user\";\n private final S... | null | [] | package ui;
import com.google.protobuf.Message;
import com.sun.org.apache.xalan.internal.xsltc.trax.SmartTransformerFactoryImpl;
import com.sun.org.glassfish.external.statistics.Statistic;
import domain.MarioException;
import domain.Order;
import domain.Pizza;
import domain.Statistics;
import persistence.Database;
imp... | 13,245 | 0.561782 | 0.558152 | 361 | 35.626038 | 29.20965 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534626 | false | false | 4 |
c47ae49eb83d90fb6d764be410b8792783099719 | 36,953,898,646,122 | 2ef4153447761f7a8668a1bfdc6e6d764c1b06d9 | /AndroidBomber/core/src/com/geekbrains/game/BombEmitter.java | b0124c338821b67f0e98eac944829c83cb0e6194 | [] | no_license | Shamil09/Bomberman | https://github.com/Shamil09/Bomberman | 6dc31e255dfaf45a0198d4a951f612456e1c50b2 | 784825518e5c2dc3cc87e7ae90b16f10cb1d7178 | refs/heads/master | 2020-03-19T18:37:03.672000 | 2018-06-10T16:00:53 | 2018-06-10T16:00:53 | 136,817,159 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.geekbrains.game;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import java.io.Serializable;
public class BombEmitter extends ObjectPool<Bomb> implements Serializable {
private transient GameScreen gs;
private transient TextureRegion textureR... | UTF-8 | Java | 1,961 | java | BombEmitter.java | Java | [] | null | [] | package com.geekbrains.game;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import java.io.Serializable;
public class BombEmitter extends ObjectPool<Bomb> implements Serializable {
private transient GameScreen gs;
private transient TextureRegion textureR... | 1,961 | 0.562978 | 0.557879 | 66 | 28.712122 | 23.612249 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 4 |
cebb0b9944ab93158d80a2addca2f5b343e33fa9 | 34,076,270,584,087 | 8a36d00fef078eab74cb06f87dd340d6db2fd20e | /Wynk-master-test/src/main/java/wynk/com/kshitij/presenter/UrlsListListener.java | 9bb1d6c54b9a6d8f499f18808b6b7aaf5bf6df3e | [] | no_license | KshitijGulati/Wynk-Test-Kshitij | https://github.com/KshitijGulati/Wynk-Test-Kshitij | 656418c34a950db8e99bd302ac3200f11b16fc0e | 702a49375b45953e53a085fbd535af2aeb562ea5 | refs/heads/master | 2021-01-05T08:22:31.664000 | 2020-02-16T19:23:13 | 2020-02-16T19:23:13 | 240,950,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wynk.com.kshitij.presenter;
import java.util.List;
import wynk.com.kshitij.model.Photo;
public interface UrlsListListener {
void updateImages(List<Photo> photoList);
}
| UTF-8 | Java | 185 | java | UrlsListListener.java | Java | [] | null | [] | package wynk.com.kshitij.presenter;
import java.util.List;
import wynk.com.kshitij.model.Photo;
public interface UrlsListListener {
void updateImages(List<Photo> photoList);
}
| 185 | 0.772973 | 0.772973 | 11 | 15.818182 | 17.846916 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 4 |
4fc3e38bdb632426e27c175fc7cb8e1c38776444 | 34,522,947,180,192 | 742cc18e9a2e845b89cac7ad1e1ee3e1e5496ba4 | /springmvc-helloworld/src/com/baidu/zhaocc/web/controller/InfoFillWizardFormController.java | a5051d97d57d2c1f2cb1a4c4d4b854a8efb20181 | [] | no_license | zhaocc1106/LearningSpringMVC | https://github.com/zhaocc1106/LearningSpringMVC | cb473b99b662d0d9e23fba7dc4c9aa042b208df8 | 650b3b31c23c05e280d9d0e417c36e820fc05505 | refs/heads/master | 2021-04-15T13:36:37.837000 | 2018-06-10T03:22:11 | 2018-06-10T03:22:11 | 126,686,828 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.zhaocc.web.controller;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.validation.BindException;
import org.springframework.validation.Errors;
import org.... | UTF-8 | Java | 1,977 | java | InfoFillWizardFormController.java | Java | [] | null | [] | package com.baidu.zhaocc.web.controller;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.validation.BindException;
import org.springframework.validation.Errors;
import org.... | 1,977 | 0.767201 | 0.764615 | 67 | 27.850746 | 24.944269 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.104478 | false | false | 4 |
ea8bcd3220419171ed4f7452abaa24e6d68d0bca | 39,479,339,418,942 | 72d19597f5c870a8d238ee4c48a0ead69ae7b0b8 | /myc/src/main/java/gob/osinergmin/myc/domain/ui/DetalleObligacionFilter.java | 220f7b87903f2f6c18b1db2e52ed939a43ee0ab8 | [] | no_license | danteciro/AP0230-MYC | https://github.com/danteciro/AP0230-MYC | a2bfe56cd14999785e87cb3081e16bd891599998 | 2b196bd8ef1cf7119ef2c6975f325b1e77ca3429 | refs/heads/master | 2021-01-21T15:30:32.078000 | 2017-07-13T19:45:25 | 2017-07-13T19:45:25 | 91,848,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gob.osinergmin.myc.domain.ui;
import gob.osinergmin.myc.domain.ui.base.BasePaginatorFilter;
/**
*
* @author lbarboza
*/
public class DetalleObligacionFilter extends BasePaginatorFilter{
priv... | UTF-8 | Java | 789 | java | DetalleObligacionFilter.java | Java | [
{
"context": "i.base.BasePaginatorFilter;\r\n\r\n/**\r\n *\r\n * @author lbarboza\r\n */\r\npublic class DetalleObligacionFilter extend",
"end": 238,
"score": 0.9989110231399536,
"start": 230,
"tag": "USERNAME",
"value": "lbarboza"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gob.osinergmin.myc.domain.ui;
import gob.osinergmin.myc.domain.ui.base.BasePaginatorFilter;
/**
*
* @author lbarboza
*/
public class DetalleObligacionFilter extends BasePaginatorFilter{
priv... | 789 | 0.690748 | 0.690748 | 32 | 22.71875 | 22.687048 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 4 |
447fdedf5309eb9e20e3b145a79c6611e385979b | 38,774,964,795,335 | 440212c5a06434bc31df687fa979fbbdfd47ccb3 | /src/main/java/com/bc/ui/table/cell/TableCellUIFactoryImpl.java | 15092035dc2788b832169959afd1abbca351d209 | [] | no_license | poshjosh/bctablecelluimanager | https://github.com/poshjosh/bctablecelluimanager | 06dd2c21cb8b66f74457e44c1327e17162ea6d57 | 7b427d1b95608d1e75469627e480d3c5f45227bf | refs/heads/master | 2021-01-19T11:37:55.747000 | 2018-07-21T15:12:36 | 2018-07-21T15:12:36 | 87,981,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017 NUROX Ltd.
*
* Licensed under the NUROX Ltd Software License (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.looseboxes.com/legal/licenses/software.html
*
* Unless required by applicable law or... | UTF-8 | Java | 5,125 | java | TableCellUIFactoryImpl.java | Java | [
{
"context": "vax.swing.table.TableCellRenderer;\n\n/**\n * @author Chinomso Bassey Ikwuagwu on Mar 18, 2017 1:35:45 PM\n */\npublic class Table",
"end": 896,
"score": 0.9998734593391418,
"start": 872,
"tag": "NAME",
"value": "Chinomso Bassey Ikwuagwu"
}
] | null | [] | /*
* Copyright 2017 NUROX Ltd.
*
* Licensed under the NUROX Ltd Software License (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.looseboxes.com/legal/licenses/software.html
*
* Unless required by applicable law or... | 5,107 | 0.701268 | 0.698341 | 155 | 32.064518 | 27.332523 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393548 | false | false | 4 |
f2a8009b3ad960dd45544345a8bef4d6a40e0787 | 13,769,665,216,792 | 2f8f055f4ede35ccd7ea985985e3afb17d1cd7c7 | /src/HomeWork/ArithCalcInArr.java | 354189d3d9aa7a8e30dae1a98c5d796d29b85277 | [] | no_license | YuriyFilimonov/multithreading | https://github.com/YuriyFilimonov/multithreading | 8296138a0366226e3881f6e0065eaeabcc347e05 | 24430b255f8aa7b4ef9f98b84357afb208a4a0d2 | refs/heads/master | 2022-04-19T17:43:58.472000 | 2020-04-22T07:53:08 | 2020-04-22T07:53:08 | 256,969,612 | 0 | 0 | null | false | 2020-04-22T07:53:10 | 2020-04-19T10:18:13 | 2020-04-19T10:18:35 | 2020-04-22T07:53:09 | 3 | 0 | 0 | 0 | Java | false | false | package HomeWork;
public class ArithCalcInArr {
static final int size = 10_000_000;
static final int h = size / 2;
static float[] arr = new float[size];
static float[] fillArr() {
for (int i = 0; i < size; i++) {
arr[i] = 1.0f;
}
return arr;
}
synchronized... | UTF-8 | Java | 1,411 | java | ArithCalcInArr.java | Java | [] | null | [] | package HomeWork;
public class ArithCalcInArr {
static final int size = 10_000_000;
static final int h = size / 2;
static float[] arr = new float[size];
static float[] fillArr() {
for (int i = 0; i < size; i++) {
arr[i] = 1.0f;
}
return arr;
}
synchronized... | 1,411 | 0.518072 | 0.478384 | 47 | 29.021276 | 23.993341 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957447 | false | false | 4 |
3b40c70103cde9b95915802dff98286947069961 | 34,119,220,256,729 | d6ab38714f7a5f0dc6d7446ec20626f8f539406a | /backend/collecting/dsfj/Java/edited/nio.DirectReadWriteByteBuffer.java | 01245efbc690fc2ab5d1b7b473f18fb52f6ec6d3 | [] | no_license | haditabatabaei/webproject | https://github.com/haditabatabaei/webproject | 8db7178affaca835b5d66daa7d47c28443b53c3d | 86b3f253e894f4368a517711bbfbe257be0259fd | refs/heads/master | 2020-04-10T09:26:25.819000 | 2018-12-08T12:21:52 | 2018-12-08T12:21:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package java.nio;
import com.google.gwt.corp.compatibility.Numbers;
import com.google.gwt.typedarrays.shared.ArrayBuffer;
public final class DirectReadWriteByteBuffer extends DirectByteBuffer {
static DirectReadWriteByteBuffer copy (DirectByteBuffer other, int markOfOther) {
DirectReadWriteByteBuffer buf = new... | UTF-8 | Java | 3,932 | java | nio.DirectReadWriteByteBuffer.java | Java | [] | null | [] |
package java.nio;
import com.google.gwt.corp.compatibility.Numbers;
import com.google.gwt.typedarrays.shared.ArrayBuffer;
public final class DirectReadWriteByteBuffer extends DirectByteBuffer {
static DirectReadWriteByteBuffer copy (DirectByteBuffer other, int markOfOther) {
DirectReadWriteByteBuffer buf = new... | 3,932 | 0.711851 | 0.710071 | 166 | 22.674698 | 24.265404 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.849398 | false | false | 4 |
323f9fff2a883b62ada8b4b82505d571eced2dd2 | 34,119,220,256,583 | bbfa56cfc81b7145553de55829ca92f3a97fce87 | /plugins/org.ifc4emf.metamodel.ifc/src/IFC2X3/jaxb/IfcPropertyReferenceValueRef.java | 660b7dafb3ca0b135ab4fdc6faa0fe26fe207531 | [] | no_license | patins1/raas4emf | https://github.com/patins1/raas4emf | 9e24517d786a1225344a97344777f717a568fdbe | 33395d018bc7ad17a0576033779dbdf70fa8f090 | refs/heads/master | 2021-08-16T00:27:12.859000 | 2021-07-30T13:01:48 | 2021-07-30T13:01:48 | 87,889,951 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package IFC2X3.jaxb;
import javax.xml.bind.annotation.*;
import org.eclipse.emf.ecore.jaxb.*;
import IFC2X3.IFC2X3Factory;
import IFC2X3.IfcPropertyReferenceValue;
@XmlRootElement(name = "IfcPropertyReferenceValueRefElement")
public class IfcPropertyReferenceValueRef extends IFC2X3.jaxb.IfcSimplePropertyRef... | UTF-8 | Java | 735 | java | IfcPropertyReferenceValueRef.java | Java | [] | null | [] | package IFC2X3.jaxb;
import javax.xml.bind.annotation.*;
import org.eclipse.emf.ecore.jaxb.*;
import IFC2X3.IFC2X3Factory;
import IFC2X3.IfcPropertyReferenceValue;
@XmlRootElement(name = "IfcPropertyReferenceValueRefElement")
public class IfcPropertyReferenceValueRef extends IFC2X3.jaxb.IfcSimplePropertyRef... | 735 | 0.761905 | 0.745578 | 32 | 21.03125 | 25.533659 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
51a5b2ed4e948cf21fe9009f1e507f362d3ab796 | 34,565,896,856,879 | c5b4477e1d746a6b533bd0b3d376b220e1a2acfa | /WebServiceRestFull/src/java/dao/ProdutoDAO.java | 2df9b260d8277ed9c0bb8b5dfeb88942d9a2e1d8 | [] | no_license | pauloboth/Trabalho1LP3 | https://github.com/pauloboth/Trabalho1LP3 | 9aa3a77019ada4271098765f766d3cc8fe78a536 | c36994dbdc04d82aeaaac272483d88fc886a1c09 | refs/heads/master | 2016-09-10T18:25:55.838000 | 2015-11-14T00:39:50 | 2015-11-14T00:39:50 | 42,478,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import model.Produto;
import java.util.List;
import org.hibernate.Session;
import util.HibernateUtil;
public class ProdutoDAO {
private Session session;
public ProdutoDAO() {
session = HibernateUtil.getSessionFactory().openSession();
}
public Session getSession()... | UTF-8 | Java | 2,102 | java | ProdutoDAO.java | Java | [] | null | [] | package dao;
import model.Produto;
import java.util.List;
import org.hibernate.Session;
import util.HibernateUtil;
public class ProdutoDAO {
private Session session;
public ProdutoDAO() {
session = HibernateUtil.getSessionFactory().openSession();
}
public Session getSession()... | 2,102 | 0.578095 | 0.577619 | 69 | 28.434782 | 23.437538 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550725 | false | false | 4 |
a0f486d1a9db63382e417781132b6ba598bafcf9 | 36,550,171,734,533 | a327aaa9884a48ee83ab845d9217b297dc452f7c | /src/main/java/org/hyperlinux/Linq/LinqApplication.java | 28c59b89bc9ccee12e431af7dccf5421d802a8f2 | [] | no_license | Joalien/Linq | https://github.com/Joalien/Linq | d023df74de28f30bead974ec3f8b1048c11e551f | 7e729809dcb09f0903d1047ad68365abf395b0fb | refs/heads/master | 2021-04-15T04:45:49.069000 | 2018-03-29T11:56:17 | 2018-03-29T11:56:17 | 126,823,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hyperlinux.Linq;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplicatio... | UTF-8 | Java | 649 | java | LinqApplication.java | Java | [] | null | [] | package org.hyperlinux.Linq;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplicatio... | 649 | 0.844376 | 0.844376 | 18 | 34.944443 | 30.09886 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 4 |
721ad48443e71076e5498edcc197ff197e926fbc | 38,019,050,537,205 | 9b603c0a29899e91b28fb11d4256a0d954a1a5e7 | /src/org/riflemansd/businessprofit/MainTest.java | c0548a0727c3cd1abcd94c99dc868bc04dd69950 | [] | no_license | RiflemanSD/BusinessProfit | https://github.com/RiflemanSD/BusinessProfit | 7fbc682df9c63088cc4a2e031ea06676d1c49689 | 06b02791d23877f213f2563903ead841d15bb93e | refs/heads/master | 2016-08-12T14:09:52.477000 | 2016-02-04T20:30:25 | 2016-02-04T20:30:25 | 50,368,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* ~~ The MainTest is part of BusinessProfit. ~~
*
* The BusinessProfit's classes and any part of the code
* cannot be copied/distributed without
* the permission of Sotiris Doudis
*
* Github - RiflemanSD - https://github.com/RiflemanSD
*
* Copyright © 2016 Sotiris Doudis | All rights reserved
*... | UTF-8 | Java | 9,185 | java | MainTest.java | Java | [
{
"context": "the permission of Sotiris Doudis\r\n * \r\n * Github - RiflemanSD - https://github.com/RiflemanSD\r\n * \r\n * Copyrigh",
"end": 221,
"score": 0.9989180564880371,
"start": 211,
"tag": "USERNAME",
"value": "RiflemanSD"
},
{
"context": "\n * \r\n * Github - RiflemanSD - h... | null | [] | /* ~~ The MainTest is part of BusinessProfit. ~~
*
* The BusinessProfit's classes and any part of the code
* cannot be copied/distributed without
* the permission of Sotiris Doudis
*
* Github - RiflemanSD - https://github.com/RiflemanSD
*
* Copyright © 2016 <NAME> | All rights reserved
*
* Li... | 9,161 | 0.655127 | 0.645751 | 181 | 43.961327 | 36.568615 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469613 | false | false | 4 |
e72055d93d4e6ce5153d4dc4628e0e3c2ff6a714 | 3,659,312,163,813 | d29f31bf70fbe9d6252ca2d8e42072b1164d6f40 | /app/src/main/java/com/interfaces/daniel/asoguau/modelo/Donacion.java | 3f60c9399694c82bdde16c8ae8c48cd31ad856f6 | [] | no_license | andreslacruz/Asoguau | https://github.com/andreslacruz/Asoguau | ba8fa2784d25f7bfeee62107b9f908e3fc25ae7b | 3095de98a5a4d494612a05ac9a38db77d4014394 | refs/heads/master | 2021-01-18T12:45:59.020000 | 2015-10-16T20:35:29 | 2015-10-16T20:35:32 | 44,844,246 | 1 | 0 | null | true | 2015-10-23T23:44:14 | 2015-10-23T23:44:14 | 2015-10-09T16:03:58 | 2015-10-20T14:11:17 | 32,895 | 0 | 0 | 0 | null | null | null | package com.interfaces.daniel.asoguau.modelo;
/**
* Created by hanyou on 04/10/15.
*/
public class Donacion {
private String monto;
private String nreferencia;
private String nombre;
private String fecha;
public Donacion(String monto, String nreferencia, String nombre, String fecha) {
th... | UTF-8 | Java | 1,030 | java | Donacion.java | Java | [
{
"context": "terfaces.daniel.asoguau.modelo;\n\n/**\n * Created by hanyou on 04/10/15.\n */\npublic class Donacion {\n priv",
"end": 71,
"score": 0.9990558624267578,
"start": 65,
"tag": "USERNAME",
"value": "hanyou"
}
] | null | [] | package com.interfaces.daniel.asoguau.modelo;
/**
* Created by hanyou on 04/10/15.
*/
public class Donacion {
private String monto;
private String nreferencia;
private String nombre;
private String fecha;
public Donacion(String monto, String nreferencia, String nombre, String fecha) {
th... | 1,030 | 0.614563 | 0.608738 | 50 | 19.6 | 17.934324 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
cd190c4fe90fe6fc57eab9850ec4f3ac2d5aeb9c | 32,358,283,630,797 | 3abb019e88de07febd01a33a5ccbc0c3f4b8b9ee | /src/com/stormnet/dentapp/dao/TicketDao.java | 1ef095da2f5ce39588a1302c195b9ecc4d6a8e1a | [] | no_license | mmalashchonak/hospital-appointment-javafx | https://github.com/mmalashchonak/hospital-appointment-javafx | 1b7e08568ce5f462444f61cf4d0af357f7285526 | 7c989d7fb01c00978860cf5f5c5d119bdf5a68f0 | refs/heads/master | 2023-02-25T17:29:25.082000 | 2021-01-30T00:24:08 | 2021-01-30T00:24:08 | 276,268,838 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stormnet.dentapp.dao;
import com.stormnet.dentapp.bo.Ticket;
public interface TicketDao extends BaseDao<Ticket>{
}
| UTF-8 | Java | 130 | java | TicketDao.java | Java | [] | null | [] | package com.stormnet.dentapp.dao;
import com.stormnet.dentapp.bo.Ticket;
public interface TicketDao extends BaseDao<Ticket>{
}
| 130 | 0.8 | 0.8 | 7 | 17.571428 | 20.611073 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
f00d6b37c6a6880bd9c630feac0a8d22989f5158 | 15,771,119,943,568 | 893fc6a5103ac91cc0e133ba1a4ac9331811b20d | /src/com/example/skytrainvancouver/StationActivity.java | 69e9ece7e65af588834ef66fcc9c586da5b5b824 | [
"MIT"
] | permissive | pablokintopp/skytrainVancouverApp | https://github.com/pablokintopp/skytrainVancouverApp | 00e8ae1f60ad47f86b6f1ca766ac5c5c25a4f98b | b6c17584acf05c6cfacc7efefb9b639f321402ed | refs/heads/master | 2020-04-06T03:39:31.656000 | 2015-04-07T07:30:09 | 2015-04-07T07:30:09 | 31,280,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.skytrainvancouver;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.BaseAdapter;
i... | UTF-8 | Java | 2,716 | java | StationActivity.java | Java | [] | null | [] | package com.example.skytrainvancouver;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.BaseAdapter;
i... | 2,716 | 0.724227 | 0.71944 | 101 | 24.891088 | 21.644243 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.841584 | false | false | 4 |
b67574edb4714eebadb5d9799df115acc82d8726 | 2,869,038,180,868 | d3cedd2182c45f1795ae2c1595d1e209688bb23e | /SwitchCase.java | 19913ec3fde89b2c845ee08a99c0bc3f857ef884 | [] | no_license | resharj/MyCaptainCodes | https://github.com/resharj/MyCaptainCodes | b224a00122f3772abf07785b0ee44875bf572191 | b112b28d8ac8cbf13012d6d68be31664bd2ced88 | refs/heads/master | 2022-12-07T23:06:24.923000 | 2020-08-27T17:04:13 | 2020-08-27T17:04:13 | 290,797,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package switchCase;
import java.util.Scanner;
public class SwitchCase {
public static void main(String[] args) {
// TODO Auto-generated method stub
int choice;
System.out.println("Input choice:1, 2 or 3");
Scanner s=new Scanner(System.in);
choice=s.nextInt();
switch(choice) {
case 1 : Sys... | UTF-8 | Java | 549 | java | SwitchCase.java | Java | [] | null | [] | package switchCase;
import java.util.Scanner;
public class SwitchCase {
public static void main(String[] args) {
// TODO Auto-generated method stub
int choice;
System.out.println("Input choice:1, 2 or 3");
Scanner s=new Scanner(System.in);
choice=s.nextInt();
switch(choice) {
case 1 : Sys... | 549 | 0.644809 | 0.63388 | 24 | 20.875 | 18.063112 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 4 |
98fc6858d2e1de6b059d1b86435a6c7ee95519ce | 12,472,585,054,038 | fb1d0f2f03a596dd31ab603aa63144107f98aee1 | /AlgorithmStudy/src/ch07/divide/example/Karatsuba.java | 92e72238ce421187444e6e84ab255c71524285b7 | [] | no_license | crowdark/algorithmStudy | https://github.com/crowdark/algorithmStudy | de6cf0579d85a912dbfb6994a8c6baaa337e8a84 | 6d58fac607ba9c77a635afe50642ab608ee9e177 | refs/heads/master | 2016-08-11T15:04:09.281000 | 2016-05-02T15:02:06 | 2016-05-02T15:02:06 | 54,892,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch07.divide.example;
import java.util.Arrays;
public class Karatsuba {
public static void main(String[] args) {
int[] a = { 1, 0, 1, 9, 9 };
int[] b = { 2, 0, 9 };
// int[] c = multiply(a, b);
int[] c = add(a, b);
System.out.println(Arrays.toString(c));
}
public static int[] multipl... | UTF-8 | Java | 2,135 | java | Karatsuba.java | Java | [] | null | [] | package ch07.divide.example;
import java.util.Arrays;
public class Karatsuba {
public static void main(String[] args) {
int[] a = { 1, 0, 1, 9, 9 };
int[] b = { 2, 0, 9 };
// int[] c = multiply(a, b);
int[] c = add(a, b);
System.out.println(Arrays.toString(c));
}
public static int[] multipl... | 2,135 | 0.497892 | 0.460422 | 97 | 20.010309 | 15.918928 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.845361 | false | false | 4 |
44d194d3b124b6524275670630a9e5b4293916ca | 31,233,002,210,907 | c3848ac71c93e9c206e21874b8aca20deea38c4f | /app/src/test/java/io/github/hidroh/materialistic/data/SessionManagerTest.java | ff080d6f665fe8fe0eee50da35cb0158c52f3f41 | [
"Apache-2.0"
] | permissive | minmin777/cs395Project2 | https://github.com/minmin777/cs395Project2 | 375bfa94c24ae7802cc412efbd78448f8b1c03d0 | 756aed0ff0a7c3a366984d2d58df651e780365d3 | refs/heads/master | 2020-04-08T10:25:13.803000 | 2018-11-28T05:04:27 | 2018-11-28T05:04:27 | 159,268,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.hidroh.materialistic.data;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import javax.inject.Inject;
import javax.inject.Named;
import javax.inject.Singleton;
import dagger.Module;
import dagger.ObjectGraph;
import dagger.Provides;... | UTF-8 | Java | 1,914 | java | SessionManagerTest.java | Java | [
{
"context": "package io.github.hidroh.materialistic.data;\n\nimport org.junit.Before;\nimp",
"end": 24,
"score": 0.9196149706840515,
"start": 18,
"tag": "USERNAME",
"value": "hidroh"
},
{
"context": "ctGraph;\nimport dagger.Provides;\nimport io.github.hidroh.materialistic.DataModule... | null | [] | package io.github.hidroh.materialistic.data;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import javax.inject.Inject;
import javax.inject.Named;
import javax.inject.Singleton;
import dagger.Module;
import dagger.ObjectGraph;
import dagger.Provides;... | 1,914 | 0.647858 | 0.644723 | 74 | 24.864864 | 17.60553 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 4 |
7efa641789dd6ff2d0302721a7fe7a81ca8e1ea3 | 17,394,617,579,617 | fb94e19690451dd2d1dd6e894fafb884d22046f7 | /Project1/src/prWeek3/ex1/Screen.java | 1163380159eae6ac625441718d14d66fdc9c9630 | [] | no_license | seriferabia/Modul1Projets | https://github.com/seriferabia/Modul1Projets | 2c2d7733f7781d6af87e5379232c3513d982fa2d | 7c35c4650b02d98c98721f71ebb6fff80611248f | refs/heads/master | 2020-04-25T10:32:44.162000 | 2019-02-26T13:14:20 | 2019-02-26T13:14:20 | 172,712,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prWeek3.ex1;
public class Screen {
public String displayName(Customer customer){
if(customer.getCategory().equalsIgnoreCase("business")){
System.out.println(customer.getName().toUpperCase());
return customer.getName().toUpperCase();
}
if(customer.getCategory(... | UTF-8 | Java | 510 | java | Screen.java | Java | [] | null | [] | package prWeek3.ex1;
public class Screen {
public String displayName(Customer customer){
if(customer.getCategory().equalsIgnoreCase("business")){
System.out.println(customer.getName().toUpperCase());
return customer.getName().toUpperCase();
}
if(customer.getCategory(... | 510 | 0.621569 | 0.617647 | 16 | 30.875 | 25.680428 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 4 |
efde66275118e31994e348af23d0f2b0c3a149e0 | 1,975,684,993,487 | 3bad2fb336103246f445789ab7a403c486deaf8d | /src/main/java/com/xinda/util/ImageCaptchca.java | f094b88d1b154aabe40352b6cd8c20918ac8ea0d | [] | no_license | xushunlei/xindaPower-Sys | https://github.com/xushunlei/xindaPower-Sys | a5293f22f347fce301e579cb16406eb287f84e5d | 859a2c9596f6620a7f41bfa7cd58382b07746a95 | refs/heads/master | 2021-01-24T08:12:40.243000 | 2018-03-26T00:46:09 | 2018-03-26T00:46:09 | 93,374,311 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinda.util;
public interface ImageCaptchca extends Captchca {
void setImageType(String type);
}
| UTF-8 | Java | 115 | java | ImageCaptchca.java | Java | [] | null | [] | package com.xinda.util;
public interface ImageCaptchca extends Captchca {
void setImageType(String type);
}
| 115 | 0.765217 | 0.765217 | 5 | 21 | 18.708286 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
aec7de7aa2b619ac5788f9715aef8dccf1fc198f | 1,975,684,992,241 | 117ed72380b61530d102dc5755d9698a41d0b4e6 | /app/src/main/java/com/gb/Ball.java | 18cd0c5fc32ca642403abca801d1ef79ff96f134 | [] | no_license | nayyarsyed/ball_animation | https://github.com/nayyarsyed/ball_animation | 4be6e2bc3c19bda9baa9f57608cf417ed7fa9ebf | c8b8fe514a7a5d92cb506f654326d12f05d4a431 | refs/heads/master | 2023-03-04T18:50:53.582000 | 2019-10-02T09:03:02 | 2019-10-02T09:03:02 | 212,291,223 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gb;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
public class Ball{
public int[] direction = new int[]{1,1}; //direction modifier (-1,1)
public int x,y,size;
public int speed ;
public Paint paint;
public Rec... | UTF-8 | Java | 1,239 | java | Ball.java | Java | [] | null | [] | package com.gb;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
public class Ball{
public int[] direction = new int[]{1,1}; //direction modifier (-1,1)
public int x,y,size;
public int speed ;
public Paint paint;
public Rec... | 1,239 | 0.560226 | 0.545675 | 45 | 26.51111 | 20.589773 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.844444 | false | false | 4 |
7b66eadf67a4fd109a8aab8af6e64935e217d807 | 10,204,842,325,886 | afa067afc7a25cdb8445ddc68579d39e3ea83c34 | /src/main/java/thelm/packagedauto/inventory/PackagerExtensionItemHandler.java | 1e2436f0ad4a53fc73b9ba774332142593a65e42 | [
"MIT"
] | permissive | TheLMiffy1111/PackagedAuto | https://github.com/TheLMiffy1111/PackagedAuto | 4dfcad72e66917f7844add7032d86d9f76d318bd | 4aa7982334b32f56b07d1ae6e08ee3112bed8ce9 | refs/heads/1.18.2 | 2023-08-08T20:25:15.112000 | 2023-08-05T17:02:50 | 2023-08-05T17:02:50 | 160,515,872 | 11 | 18 | MIT | false | 2022-12-01T15:21:56 | 2018-12-05T12:36:30 | 2022-04-14T19:09:44 | 2022-12-01T15:21:55 | 15,759 | 10 | 13 | 7 | Java | false | false | package thelm.packagedauto.inventory;
import net.minecraft.core.Direction;
import net.minecraft.world.item.ItemStack;
import net.minecraftforge.energy.CapabilityEnergy;
import net.minecraftforge.items.IItemHandlerModifiable;
import thelm.packagedauto.block.entity.PackagerBlockEntity;
import thelm.packagedauto.block.en... | UTF-8 | Java | 1,943 | java | PackagerExtensionItemHandler.java | Java | [] | null | [] | package thelm.packagedauto.inventory;
import net.minecraft.core.Direction;
import net.minecraft.world.item.ItemStack;
import net.minecraftforge.energy.CapabilityEnergy;
import net.minecraftforge.items.IItemHandlerModifiable;
import thelm.packagedauto.block.entity.PackagerBlockEntity;
import thelm.packagedauto.block.en... | 1,943 | 0.752959 | 0.743181 | 65 | 28.892307 | 28.497299 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.676923 | false | false | 4 |
15ca815ae3aad03387cc7a6a2a5614bd076abb55 | 37,546,604,109,760 | 519bba5b90fca6b8b7514902f302ecd0e6a04e1a | /game/core/src/com/mygdx/game/Score.java | 044dc3bb99e2d8a7d4f26eb36be8ac431ce389cc | [] | no_license | TrashAdc/PDS | https://github.com/TrashAdc/PDS | 0d894a8aaf6a5620c66edd808ba7dc5d449e30c1 | ae5d698cb2ebdd7928cab82e4201caa88e3cd2d4 | refs/heads/master | 2021-01-13T04:09:21.249000 | 2017-05-23T15:38:11 | 2017-05-23T15:38:11 | 78,038,877 | 2 | 0 | null | false | 2017-01-27T17:05:56 | 2017-01-04T17:48:49 | 2017-01-18T05:15:04 | 2017-01-27T17:05:56 | 932 | 1 | 0 | 0 | Java | null | null | package com.mygdx.game;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/**
* Created by Devin Popock on 1/17/2017.
**/
public class Score {
private int P1Kill = 0, P2Kill = 0; //kills of each player
private ... | UTF-8 | Java | 6,039 | java | Score.java | Java | [
{
"context": "dx.graphics.g2d.SpriteBatch;\r\n\r\n/**\r\n * Created by Devin Popock on 1/17/2017.\r\n **/\r\npublic class Score {\r\n pr",
"end": 200,
"score": 0.9998593330383301,
"start": 188,
"tag": "NAME",
"value": "Devin Popock"
}
] | null | [] | package com.mygdx.game;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/**
* Created by <NAME> on 1/17/2017.
**/
public class Score {
private int P1Kill = 0, P2Kill = 0; //kills of each player
private int st... | 6,033 | 0.519954 | 0.490313 | 192 | 29.463541 | 22.618639 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546875 | false | false | 4 |
bc8d6b04067581500955297aefabd5482d5b0ea8 | 35,897,336,690,812 | d530ddb0a782d268672929bb8701ad24f516e294 | /Enum/src/Size.java | 6ac97d17011fb0feca3d4959665f8117aa6a716f | [] | no_license | Xwadrom/KnowledgeCenter | https://github.com/Xwadrom/KnowledgeCenter | 29548bec4080d1212b4a6fd7c901c8f7c2938d8e | a20ccf26feaa4607a1d314fbcbe46cdf03861543 | refs/heads/master | 2020-07-18T13:51:57.938000 | 2019-10-12T15:34:10 | 2019-10-12T15:34:10 | 206,257,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public enum Size {
XSMALL ("Bardzo mały"), SMALL("Mały"), MEDIUM("Sredni"), LARGE("Duży"), XLARGE("Bardzo duzy");
//Konstruktor wywołujemy definiując odpowiednie wartości, np. SMALL("Mały"). SMALL będzie w tym przypadku wartością typu Size i będzie przechowywać napis "Mały" przypisany do pola polish.
priv... | UTF-8 | Java | 1,932 | java | Size.java | Java | [
{
"context": "ujemy definiując odpowiednie wartości, np. SMALL(\"Mały\"). SMALL będzie w tym przypadku wartością typu Si",
"end": 196,
"score": 0.6522955894470215,
"start": 192,
"tag": "NAME",
"value": "Mały"
},
{
"context": "alne. Lepiej byłoby wpisanie polskiej nazwy, np. \"Mały\".... | null | [] | public enum Size {
XSMALL ("Bardzo mały"), SMALL("Mały"), MEDIUM("Sredni"), LARGE("Duży"), XLARGE("Bardzo duzy");
//Konstruktor wywołujemy definiując odpowiednie wartości, np. SMALL("Mały"). SMALL będzie w tym przypadku wartością typu Size i będzie przechowywać napis "Mały" przypisany do pola polish.
priv... | 1,932 | 0.746357 | 0.746357 | 27 | 67.629631 | 119.990784 | 455 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
0d441d9c571e3e845d80612f7ea4840dd21751fe | 33,930,241,678,296 | cb58c58d7a6b671863ef8d5bd891af57c3e7142b | /app/src/main/java/com/example/iopd/api/BookmarkQueue.java | f8df9a12904d1531b09c1c7a15b4fbc7d5796c73 | [] | no_license | putthichai/iOPD | https://github.com/putthichai/iOPD | 1ec79fb8a4b4f91d5c786873ac18cf540a5ea816 | 09f3f6f814d0582c938009dee0f6795b2cb6568d | refs/heads/master | 2020-04-17T17:16:37.844000 | 2019-06-09T05:59:05 | 2019-06-09T05:59:05 | 165,038,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.iopd.api;
import android.content.Context;
import android.os.AsyncTask;
import com.example.iopd.activity.iOPD;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnec... | UTF-8 | Java | 3,238 | java | BookmarkQueue.java | Java | [] | null | [] | package com.example.iopd.api;
import android.content.Context;
import android.os.AsyncTask;
import com.example.iopd.activity.iOPD;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnec... | 3,238 | 0.567943 | 0.559605 | 102 | 30.725491 | 26.672361 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.715686 | false | false | 4 |
1ae9cd7db55736492d1a0e84dc67e093e930544f | 36,945,308,701,092 | 1b5987a7e72a58e12ac36a36a60aa6add2661095 | /code/org/processmining/framework/models/pdm/PDMModel.java | 84c7fd45d0c8e075fbd97f2c80544c669b51397d | [] | no_license | qianc62/BePT | https://github.com/qianc62/BePT | f4b1da467ee52e714c9a9cc2fb33cd2c75bdb5db | 38fb5cc5521223ba07402c7bb5909b17967cfad8 | refs/heads/master | 2021-07-11T16:25:25.879000 | 2020-09-22T10:50:51 | 2020-09-22T10:50:51 | 201,562,390 | 36 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***********************************************************
* This software is part of the ProM package *
* http://www.processmining.org/ *
* *
* Copyright (c) 2003-2006 TU/e Eindhoven *
* ... | UTF-8 | Java | 25,439 | java | PDMModel.java | Java | [
{
"context": "\n * </p>\n * <p>\n * Company:\n * </p>\n * \n * @author Irene Vanderfeesten\n * @version 1.0\n */\npublic class PDMModel extends",
"end": 1284,
"score": 0.9998931884765625,
"start": 1265,
"tag": "NAME",
"value": "Irene Vanderfeesten"
}
] | null | [] | /***********************************************************
* This software is part of the ProM package *
* http://www.processmining.org/ *
* *
* Copyright (c) 2003-2006 TU/e Eindhoven *
* ... | 25,426 | 0.630292 | 0.621212 | 857 | 28.683781 | 22.290468 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.819137 | false | false | 4 |
7687fc126230a3f40dcddb7cf8e651d27394ea5f | 34,694,745,860,329 | 385e3414ccb7458bbd3cec326320f11819decc7b | /packages/apps/ContactsCommon/ext/src/com/mediatek/contacts/ext/DefaultSimServiceExtension.java | bc25f51e1b72088318545ffe49a3da3f4e0af804 | [] | no_license | carlos22211/Tango_AL813 | https://github.com/carlos22211/Tango_AL813 | 14de7f2693c3045b9d3c0cb52017ba2bb6e6b28f | b50b1b7491dc9c5e6b92c2d94503635c43e93200 | refs/heads/master | 2020-03-28T08:09:11.127000 | 2017-06-26T05:05:29 | 2017-06-26T05:05:29 | 147,947,860 | 1 | 0 | null | true | 2018-09-08T15:55:46 | 2018-09-08T15:55:45 | 2017-06-26T04:55:49 | 2017-06-26T05:07:19 | 1,326,535 | 0 | 0 | 0 | null | false | null | package com.mediatek.contacts.ext;
import android.content.ContentResolver;
import android.os.Bundle;
public class DefaultSimServiceExtension implements ISimServiceExtension {
@Override
public void importViaReadonlyContact(Bundle bundle, ContentResolver cr) {
//default do-nothing
}
}
| UTF-8 | Java | 306 | java | DefaultSimServiceExtension.java | Java | [] | null | [] | package com.mediatek.contacts.ext;
import android.content.ContentResolver;
import android.os.Bundle;
public class DefaultSimServiceExtension implements ISimServiceExtension {
@Override
public void importViaReadonlyContact(Bundle bundle, ContentResolver cr) {
//default do-nothing
}
}
| 306 | 0.781046 | 0.781046 | 11 | 26.818182 | 26.332897 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 4 |
514f4819b8577fcaaa49a6da2821148713c8e2e0 | 39,006,893,006,974 | 7cc6dfc3ef6962578923843bcc0568c3e3b6d661 | /src/main/java/com/amazon/leetcode/ReverseBits.java | e8d3ec3ffcbbbfb45466ac0253a63077c462b245 | [] | no_license | zzhan133/encho | https://github.com/zzhan133/encho | 16b8ceea949683275136f5ee74ec6207aa37a7c3 | 22be17e81312542cac0405046de3e100bea13943 | refs/heads/master | 2020-04-03T04:49:11.944000 | 2018-10-28T08:46:10 | 2018-10-28T08:46:10 | 155,022,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amazon.leetcode;
public class ReverseBits {
public int reverseBits(int n) {
int f = n & 0x0000FFFF;
int s = (n & 0xFFFF0000) >> 16;
return (reverse16Bits(f) << 16) + reverse16Bits(s);
}
private int reverse16Bits(int n) {
int f = n & 0xFF;
int s = (n ... | UTF-8 | Java | 855 | java | ReverseBits.java | Java | [] | null | [] | package com.amazon.leetcode;
public class ReverseBits {
public int reverseBits(int n) {
int f = n & 0x0000FFFF;
int s = (n & 0xFFFF0000) >> 16;
return (reverse16Bits(f) << 16) + reverse16Bits(s);
}
private int reverse16Bits(int n) {
int f = n & 0xFF;
int s = (n ... | 855 | 0.499415 | 0.442105 | 34 | 24.147058 | 17.841017 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
e9179334ac74405654b6843da0d31085aa18b1d6 | 37,306,085,950,434 | 4e908d6e968e0c9bc9e70633dc6dda238cb69786 | /src/main/java/pl/codeleak/sbt/dingding/message/Message.java | 75a4ef64c785ca25bccd48fd14a6426388ef682c | [] | no_license | MasterLT/inventroy | https://github.com/MasterLT/inventroy | 71a246ca3b8fede8fbb76dd94cd5fb6d71396a69 | d84d135a4a0a0e86efed9986df71c0c1275ab763 | refs/heads/master | 2021-08-21T21:07:17.765000 | 2017-11-29T02:53:54 | 2017-11-29T02:54:01 | 112,418,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.codeleak.sbt.dingding.message;
public abstract class Message {
public abstract String type();
}
| UTF-8 | Java | 110 | java | Message.java | Java | [] | null | [] | package pl.codeleak.sbt.dingding.message;
public abstract class Message {
public abstract String type();
}
| 110 | 0.772727 | 0.772727 | 6 | 17.333334 | 17.326921 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
e6907531d4365a608b8efa669c5d7cd1076b3800 | 33,904,471,884,380 | d90dbeeb3abe36153dd52a3886d5808e2b46ad84 | /RuoYi/ruoyi-system/src/main/java/com/ruoyi/system/domain/RegisterType.java | 57ed5c0ab017deb9972d7d667495ba68ed7f5a60 | [] | no_license | GuiLinBoy/lingxishiyan | https://github.com/GuiLinBoy/lingxishiyan | b307ee23f953342b1f515f61e5edadf03015a7f9 | 9ca5b472cc5f7f300279a67cf4ad24612d832fcb | refs/heads/master | 2023-02-27T23:13:37.100000 | 2021-02-10T08:01:00 | 2021-02-10T08:01:00 | 327,538,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruoyi.system.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
/**
* 登记类型对象 register_type
*
* @author ruoyi
* @date 2021-01-11
*/
public cla... | UTF-8 | Java | 1,088 | java | RegisterType.java | Java | [
{
"context": "ntity;\n\n/**\n * 登记类型对象 register_type\n * \n * @author ruoyi\n * @date 2021-01-11\n */\npublic class RegisterType",
"end": 285,
"score": 0.9996387958526611,
"start": 280,
"tag": "USERNAME",
"value": "ruoyi"
}
] | null | [] | package com.ruoyi.system.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
/**
* 登记类型对象 register_type
*
* @author ruoyi
* @date 2021-01-11
*/
public cla... | 1,088 | 0.632023 | 0.621723 | 51 | 19.941177 | 19.080235 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313726 | false | false | 4 |
20e108edf98b47a8396fac7ebaa74b5f008a90af | 38,431,367,372,374 | e0213b531e339105cffb1660720b63ec1f1a0d82 | /src/main/java/com/wd/erp/service/PubCommodityInfoService.java | cb6835a5aafd511316f349330ab52910f9a3a67d | [] | no_license | wjW901314/ERP | https://github.com/wjW901314/ERP | 56e721efe3293890c74371b790bcd7b48943bfa4 | fa56e3b0a29310bf529c696d31b04f5ad23a58e3 | refs/heads/master | 2022-10-15T10:00:28.173000 | 2020-06-12T07:38:24 | 2020-06-12T08:25:52 | 271,745,628 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wd.erp.service;
import com.wd.erp.model.PubCommodityInfo;
import com.wd.erp.model.ResultJson;
public interface PubCommodityInfoService {
ResultJson getAll(String keyWord);
ResultJson getById(String commodityCode);
ResultJson addCommodity(PubCommodityInfo record);
ResultJson modifyCommodity... | UTF-8 | Java | 403 | java | PubCommodityInfoService.java | Java | [] | null | [] | package com.wd.erp.service;
import com.wd.erp.model.PubCommodityInfo;
import com.wd.erp.model.ResultJson;
public interface PubCommodityInfoService {
ResultJson getAll(String keyWord);
ResultJson getById(String commodityCode);
ResultJson addCommodity(PubCommodityInfo record);
ResultJson modifyCommodity... | 403 | 0.80397 | 0.80397 | 12 | 32.583332 | 20.172003 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
d65fc0e198c34c14a4bb6302b136455cf7e20d20 | 37,220,186,610,361 | 9f203a41acf15fbe5c6fe8fa5110cb2d2aa1c003 | /backend-service/src/main/java/com/utbm/lo54/backend/controller/ClientController.java | 2557c817ef8b4506eaf50147d1f80527598600b9 | [] | no_license | nartj/cloud-courses | https://github.com/nartj/cloud-courses | b06b2c1732b4db0a6377d5f22f510456d1d7cd6b | a86020bf5f32bfe24c987b3e95dac5b5acf3bff3 | refs/heads/master | 2023-03-24T13:07:54.550000 | 2019-12-12T23:38:31 | 2019-12-12T23:38:31 | 348,832,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.utbm.lo54.backend.controller;
import com.utbm.lo54.common.domain.courses.Client;
import com.utbm.lo54.common.exception.ResourceNotFoundException;
import com.utbm.lo54.backend.service.ClientService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.... | UTF-8 | Java | 2,922 | java | ClientController.java | Java | [] | null | [] | package com.utbm.lo54.backend.controller;
import com.utbm.lo54.common.domain.courses.Client;
import com.utbm.lo54.common.exception.ResourceNotFoundException;
import com.utbm.lo54.backend.service.ClientService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.... | 2,922 | 0.68412 | 0.680698 | 77 | 36.948051 | 30.381084 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532468 | false | false | 4 |
59c7f58bbea7ad2e1880ffd5c0db096c1dd3d668 | 32,049,046,025,564 | f953ba86cf877d7d371aa7d0c380c56adaacaf29 | /mojo-descriptor-maven-plugin/src/main/java/com/github/ohaddavid/maven/plugins/mojo/descriptor/MojoDescriptor.java | 9f7a3c0574daa63562906ca8ec2c495536c5483c | [
"Apache-2.0"
] | permissive | DataDrivenEngineer/maven-plugins | https://github.com/DataDrivenEngineer/maven-plugins | abcba308a8b7f9f640b657ac786c671434418e55 | d1c013a0c4adbe21ec7a57ac39bed8d5376a39a0 | refs/heads/master | 2022-01-26T15:32:37.783000 | 2019-05-23T05:53:56 | 2019-05-23T05:53:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.ohaddavid.maven.plugins.mojo.descriptor;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class MojoDescriptor {
private String name;
private String call;
private String phase;
private String requiresDependencyResolution;
pri... | UTF-8 | Java | 2,234 | java | MojoDescriptor.java | Java | [
{
"context": "package com.github.ohaddavid.maven.plugins.mojo.descriptor;\r\n\r\nimport java.uti",
"end": 28,
"score": 0.9907302856445312,
"start": 19,
"tag": "USERNAME",
"value": "ohaddavid"
}
] | null | [] | package com.github.ohaddavid.maven.plugins.mojo.descriptor;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class MojoDescriptor {
private String name;
private String call;
private String phase;
private String requiresDependencyResolution;
pri... | 2,234 | 0.727395 | 0.727395 | 86 | 23.976744 | 20.80864 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.581395 | false | false | 4 |
63c69957ca5d46a676a73b10eb0b4d0b5153163b | 1,374,389,589,452 | b128bbf60cebee3c619984e78da9666c83a9f62b | /Lab8_MetroDeParis/src/it/polito/tdp/metrodeparis/db/MetroDAO.java | 7be7308bcef4efa71f4dc94226f15f25298a5d64 | [] | no_license | s200842/Lab8 | https://github.com/s200842/Lab8 | f5ec968bb5b5cad9863aa55d69c8e15069b13472 | 34b7ad4a85a553b8a39f5db1b22fcecb569898ef | refs/heads/master | 2021-01-21T08:24:16.513000 | 2016-05-23T14:35:01 | 2016-05-23T14:35:01 | 58,033,435 | 0 | 0 | null | true | 2016-05-04T07:53:26 | 2016-05-04T07:53:26 | 2016-04-30T10:06:12 | 2016-05-03T19:15:27 | 3,072 | 0 | 0 | 0 | null | null | null | package it.polito.tdp.metrodeparis.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import it.polito.tdp.metrodeparis.model.Connessione;
import it.polito.tdp.metrodeparis.model.Ferma... | UTF-8 | Java | 4,278 | java | MetroDAO.java | Java | [] | null | [] | package it.polito.tdp.metrodeparis.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import it.polito.tdp.metrodeparis.model.Connessione;
import it.polito.tdp.metrodeparis.model.Ferma... | 4,278 | 0.681393 | 0.681393 | 143 | 27.916084 | 33.299763 | 244 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.503496 | false | false | 4 |
4fb83c1bd3f1882569c01318b8d52463fc202c0f | 1,374,389,589,059 | 299c52755ad27495fdfc865acb6d2d8dd111429c | /arc.fe.pagebrowser/src/main/java/de/uni_koeln/spinfo/arc/client/pagebrowser/view/widget/impl/TreePageDividerItemWidgetImpl.java | e8c09551fdea80ec0fff0fea8115ca869fc97fa8 | [] | no_license | spinfo/arc | https://github.com/spinfo/arc | 6e84ca18ffb40048201c72b3ae72e200474e74e3 | dd0173ff36673822e3d471fdab09ae59b2240947 | refs/heads/master | 2021-01-22T07:32:25.936000 | 2015-10-22T10:28:30 | 2015-10-22T10:28:30 | 18,134,880 | 0 | 3 | null | false | 2015-10-21T12:36:38 | 2014-03-26T10:46:47 | 2015-04-24T10:15:18 | 2015-10-21T12:36:37 | 8,393 | 0 | 2 | 1 | Java | null | null | package de.uni_koeln.spinfo.arc.client.pagebrowser.view.widget.impl;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.FlexTable;
import com.google.gw... | UTF-8 | Java | 1,581 | java | TreePageDividerItemWidgetImpl.java | Java | [] | null | [] | package de.uni_koeln.spinfo.arc.client.pagebrowser.view.widget.impl;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.FlexTable;
import com.google.gw... | 1,581 | 0.776091 | 0.772296 | 63 | 24.095238 | 23.513397 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.460317 | false | false | 4 |
a7b45e09c9104ca2e44ee823b8f9f20114478697 | 1,374,389,590,632 | 977e38356b34fe728980dbc9b99c95020d983e80 | /src/main/java/Buider/Shopping.java | b476d1e3e4fcfec4d67c647ec30ee3b661489b92 | [] | no_license | cijaraadrian/APAW-ECP1-Adrian_Rodriguez | https://github.com/cijaraadrian/APAW-ECP1-Adrian_Rodriguez | 86064860db9f37ba01c61d46fc5d1e6590039496 | 4ed71a255a00e97a78dc451d79322c33de13e503 | refs/heads/master | 2021-07-08T17:18:36.789000 | 2017-10-08T09:22:21 | 2017-10-08T09:22:21 | 105,466,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Buider;
public class Shopping {
private int id;
private int amount;
private double cost;
public Shopping(int id) {
this.id = id;
}
public void setId(int id) {
this.id = id;
}
public void setAmount(int amount) {
this.amount = amoun... | UTF-8 | Java | 607 | java | Shopping.java | Java | [] | null | [] | package Buider;
public class Shopping {
private int id;
private int amount;
private double cost;
public Shopping(int id) {
this.id = id;
}
public void setId(int id) {
this.id = id;
}
public void setAmount(int amount) {
this.amount = amoun... | 607 | 0.507414 | 0.507414 | 39 | 13.564102 | 12.829843 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282051 | false | false | 4 |
65d89d0ff625632502db780de0e7f4a9de7c252f | 25,881,472,988,473 | 344ea1bad36271982e4ff2350a53e44b1f45bd26 | /PJ2/StackClass.java | 0d462304032c686b2a922720bc3b51d31510aaa0 | [
"MIT"
] | permissive | blai30/lisp-expr-evaluator-blai30 | https://github.com/blai30/lisp-expr-evaluator-blai30 | 710a0f2cf66c6f365441e0a0881251d828200610 | 35ed6f3ec418b1c787454d8c16b1ccd81db72136 | refs/heads/master | 2021-03-19T17:00:23.952000 | 2017-07-10T04:24:56 | 2017-07-10T04:24:56 | 101,462,798 | 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 PJ2;
/**
*
* @author Brian Lai
*/
public class StackClass<T> implements StackInterface {
private T[] items;
pr... | UTF-8 | Java | 2,009 | java | StackClass.java | Java | [
{
"context": "in the editor.\n */\npackage PJ2;\n\n/**\n *\n * @author Brian Lai\n */\npublic class StackClass<T> implements StackIn",
"end": 226,
"score": 0.9998438358306885,
"start": 217,
"tag": "NAME",
"value": "Brian Lai"
}
] | 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 PJ2;
/**
*
* @author <NAME>
*/
public class StackClass<T> implements StackInterface {
private T[] items;
priva... | 2,006 | 0.530114 | 0.522648 | 90 | 21.322222 | 18.284071 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
ed0244a34e0e655a171130f08d9faaf89a7ced5d | 23,021,024,763,638 | 1b9fb0b96327d155b7d076daaae749000b9a12b0 | /cs109/CoreAPI/src/lang/StringTest.java | 7c6f76baf9021822d2dff58084dc9617c335d0af | [] | no_license | wangjiezhe/shiyanlou | https://github.com/wangjiezhe/shiyanlou | c929d7ae81ccec4d019e7eaee9cc33b42632c84e | 55f1665814c8a7ce34811fd61126811a9f91e057 | refs/heads/master | 2020-04-15T19:54:02.864000 | 2016-04-27T03:03:05 | 2016-05-10T12:11:49 | 39,290,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lang;
public class StringTest {
public static void main(String[] args) {
String s0 = "abc";
String s1 = new String("abd");
System.out.println("Length of \"abc\": " + s0.length());
String s = new String("java");
String m = "Java";
System.out.println("Using equals() to compare java an... | UTF-8 | Java | 875 | java | StringTest.java | Java | [] | null | [] | package lang;
public class StringTest {
public static void main(String[] args) {
String s0 = "abc";
String s1 = new String("abd");
System.out.println("Length of \"abc\": " + s0.length());
String s = new String("java");
String m = "Java";
System.out.println("Using equals() to compare java an... | 875 | 0.595429 | 0.584 | 33 | 25.515152 | 25.372522 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757576 | false | false | 4 |
88779448716371163893218e5f00ecc878d733ea | 12,549,894,470,299 | dd639588439ccdef6d80686bff47c309cfc7ce27 | /feibaoyue/newmyweb3/src/qieshitianxia/action/CartoonName.java | 02a54c7db3c0aed7c37376db73df8271bbd554ef | [] | no_license | q2425940/com | https://github.com/q2425940/com | 375ba901ebdfaba79b1ad91b5c4ab68895934eaf | dc518f7c7d0f997078eee456b1f815f2ed841534 | refs/heads/master | 2015-07-14T15:18:29 | 2015-03-19T04:05:02 | 2015-03-19T04:05:02 | 24,930,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package qieshitianxia.action;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.H... | UTF-8 | Java | 11,906 | java | CartoonName.java | Java | [] | null | [] | package qieshitianxia.action;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.H... | 11,906 | 0.593986 | 0.587771 | 333 | 34.753754 | 25.385307 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.801802 | false | false | 4 |
0d4ada41c446c87c79180d581a7b0e5062b55fd3 | 30,073,361,070,759 | fd14bea493c94e5f1cc5f47ee1ac4868967a0355 | /pizzeria-parent/pizzeria-dao/src/main/java/fr/pizzeria/exception/NotImplementException.java | 1e5fbfde571abebf77a5c58e8c77527a676a67e0 | [
"MIT"
] | permissive | lemattrea/formation-dta | https://github.com/lemattrea/formation-dta | ac65e4e4173cb02da1eaea9dc8132510e4008e36 | c7db0fb2cbd135f75fe44606f14689aa26511370 | refs/heads/master | 2021-01-01T04:27:22.154000 | 2016-06-03T15:11:30 | 2016-06-03T15:11:30 | 57,122,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.pizzeria.exception;
public class NotImplementException extends DaoException {
/**
*
*/
public NotImplementException() {
super();
}
/**
* @param message
* @param cause
* @param enableSuppression
* @param writableStackTrace
*/
public NotImplementException(String messag... | UTF-8 | Java | 829 | java | NotImplementException.java | Java | [] | null | [] | package fr.pizzeria.exception;
public class NotImplementException extends DaoException {
/**
*
*/
public NotImplementException() {
super();
}
/**
* @param message
* @param cause
* @param enableSuppression
* @param writableStackTrace
*/
public NotImplementException(String messag... | 829 | 0.662244 | 0.662244 | 44 | 16.84091 | 23.476238 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.204545 | false | false | 4 |
7d74d43c2d1167d6b6bb1cc92b378dee938283fc | 16,372,415,339,469 | a3bf54a47accc969ef1645e3d287a06f8c5ff311 | /src/main/java/leetcode/LeetCode_0087_ScrambleString.java | c8e03806e25b4b356de5c562a99b259015e960cb | [] | no_license | sendwe/algorithm | https://github.com/sendwe/algorithm | 6a0e18418b8b26d9cb52e6df5cc2798e7f17341c | 31b2560d1e18ed6e87752c9fe75a294c3ced914d | refs/heads/master | 2023-08-30T00:13:16.535000 | 2021-11-18T02:58:51 | 2021-11-18T02:58:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*We can scramble a string s to get a string t using the following algorithm:
If the length of the string is 1, stop.
If the length of the string is > 1, do the following:
Split the string into two non-empty substrings at a random index, i.e., if the string is s, divide it to x and y where s = x + y.
Randomly decide t... | UTF-8 | Java | 6,833 | java | LeetCode_0087_ScrambleString.java | Java | [] | null | [] | /*We can scramble a string s to get a string t using the following algorithm:
If the length of the string is 1, stop.
If the length of the string is > 1, do the following:
Split the string into two non-empty substrings at a random index, i.e., if the string is s, divide it to x and y where s = x + y.
Randomly decide t... | 6,833 | 0.495039 | 0.459014 | 194 | 32.76804 | 30.835661 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.798969 | false | false | 4 |
41e1c29b8bbc7253069efb65cbb2a585e71e8728 | 10,084,583,269,910 | 0edba52f299002e8428cda680e055d72808b500a | /app/src/main/java/com/xszj/mba/utils/FilesUtils.java | 68e146c5d43418d593702522c8ca618155339964 | [] | no_license | ybxcarrycode/byh_mba | https://github.com/ybxcarrycode/byh_mba | a9de7da0e0823df55c230d8cc543c246f8afa433 | ffd2443c9665aa7d3f3881d794ee8bca24e44b66 | refs/heads/master | 2020-08-16T07:42:13.862000 | 2019-10-16T06:40:25 | 2019-10-16T06:40:25 | 215,475,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xszj.mba.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.... | UTF-8 | Java | 5,189 | java | FilesUtils.java | Java | [
{
"context": "tStream;\nimport java.util.List;\n\n/**\n * Created by Administrator on 2016/11/28.\n */\npublic class FilesUtils {\n ",
"end": 391,
"score": 0.9287562966346741,
"start": 378,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.xszj.mba.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.... | 5,189 | 0.562645 | 0.553771 | 147 | 31.197279 | 23.466763 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.591837 | false | false | 4 |
8b4f193cdccd60e4d32961f0466818136bd04a58 | 11,510,512,404,570 | 891c4599c440429fa98d4fecb2faff052f31db52 | /com.yz.edu.bms/src/main/java/com/yz/service/stdService/StudentXuexinService.java | b1b1024d0e70d2f9907129f075cde5e358334af3 | [] | no_license | zhuliye0927/yz-server | https://github.com/zhuliye0927/yz-server | daa0922dd7fa7ab9affbe6070fd7228337fbb7aa | 23014f0b87f53bb2c14711197041c284523bbd05 | refs/heads/master | 2018-12-08T04:30:48.328000 | 2018-11-14T06:00:05 | 2018-11-14T06:00:05 | 149,573,402 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yz.service.stdService;
import com.yz.edu.paging.bean.Page;
import com.yz.edu.paging.common.PageHelper;
import com.yz.core.security.manager.SessionUtil;
import com.yz.core.util.DictExchangeUtil;
import com.yz.dao.stdService.StudentGraduateDataMapper;
import com.yz.dao.stdService.StudentXuexinMapper;
import ... | UTF-8 | Java | 11,047 | java | StudentXuexinService.java | Java | [
{
"context": "ava.util.Map;\n\n/**\n * 学员服务---学信网信息核对\n *\n * @author jyt\n */\n@Service\n@Transactional\npublic class StudentX",
"end": 1570,
"score": 0.999597430229187,
"start": 1567,
"tag": "USERNAME",
"value": "jyt"
}
] | null | [] | package com.yz.service.stdService;
import com.yz.edu.paging.bean.Page;
import com.yz.edu.paging.common.PageHelper;
import com.yz.core.security.manager.SessionUtil;
import com.yz.core.util.DictExchangeUtil;
import com.yz.dao.stdService.StudentGraduateDataMapper;
import com.yz.dao.stdService.StudentXuexinMapper;
import ... | 11,047 | 0.615612 | 0.612463 | 235 | 43.591488 | 31.104956 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625532 | false | false | 4 |
be9e0b76a5b5980538222b8e9db740eb1e52ed22 | 25,262,997,703,252 | 97e144be10e2625a65299e46250f6b6f52b7c52b | /src/main/java/com/rocketball/alg/list/SwapList.java | b32ced5375c094f9ce00429c690763ea89ef688f | [] | no_license | rocketballs/rocket2018 | https://github.com/rocketballs/rocket2018 | d4a9337112e03bcdcd2af7fc331235cf1a28770f | 0ab9a28ab22c71d51dcaaf4738148f31c3e04e08 | refs/heads/master | 2022-05-11T22:22:01.707000 | 2022-03-07T05:47:02 | 2022-03-07T05:47:02 | 155,209,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rocketball.alg.list;
import com.rocketball.alg.struct.ListNode;
public class SwapList {
public static ListNode swapPairs(ListNode head) {
if (head == null || head.next == null)
return head;
ListNode f1 = head;
ListNode sec = head.next;
f1.next = sec.next;
... | UTF-8 | Java | 905 | java | SwapList.java | Java | [] | null | [] | package com.rocketball.alg.list;
import com.rocketball.alg.struct.ListNode;
public class SwapList {
public static ListNode swapPairs(ListNode head) {
if (head == null || head.next == null)
return head;
ListNode f1 = head;
ListNode sec = head.next;
f1.next = sec.next;
... | 905 | 0.562431 | 0.532597 | 33 | 26.424242 | 15.283245 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 4 |
1e625bcc150f08ab48de63697699bad823bd4fb1 | 14,362,370,652,378 | d8e1924b4b229f2e3922aa17654226f7014cea4f | /src/main/java/top/treegrowth/java/string/UUIDTest.java | 6c11dcbd777b451467c4640eb20aa3a5a608452e | [] | no_license | wusi05/tg-algorithms | https://github.com/wusi05/tg-algorithms | c2fdaafedf9979a65bb36b34a4cf4ebc42ca743e | c178da28960e2f50ae673f31e43de75d8739b05f | refs/heads/master | 2022-07-12T04:44:31.616000 | 2020-06-03T01:09:08 | 2020-06-03T01:09:08 | 82,174,541 | 1 | 0 | null | false | 2022-06-29T16:46:48 | 2017-02-16T11:41:14 | 2020-06-03T01:09:20 | 2022-06-29T16:46:47 | 1,032 | 1 | 0 | 5 | Java | false | false | package top.treegrowth.java.string;
import java.util.UUID;
/**
* @author wusi
* @since 2019-09-27 15:22
*/
public class UUIDTest {
public static void main(String[] args) {
System.out.println(UUID.randomUUID().toString().replace("-", ""));
}
}
| UTF-8 | Java | 265 | java | UUIDTest.java | Java | [
{
"context": "va.string;\n\nimport java.util.UUID;\n\n/**\n * @author wusi\n * @since 2019-09-27 15:22\n */\npublic class UUIDT",
"end": 80,
"score": 0.9991635084152222,
"start": 76,
"tag": "USERNAME",
"value": "wusi"
}
] | null | [] | package top.treegrowth.java.string;
import java.util.UUID;
/**
* @author wusi
* @since 2019-09-27 15:22
*/
public class UUIDTest {
public static void main(String[] args) {
System.out.println(UUID.randomUUID().toString().replace("-", ""));
}
}
| 265 | 0.637736 | 0.592453 | 14 | 17.928572 | 20.865091 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
d4acb16839c6755a5ad3397df9a4f03e275ab5b5 | 31,344,671,387,298 | ccf735aac4edcf3835bd26224706e094288930b0 | /src/main/java/com/sist/dao/ShoppingMapper.java | 6548c0dd5db4d602816127ded00b3229c032e742 | [] | no_license | bibidibovidiboo/mango-recipe-project | https://github.com/bibidibovidiboo/mango-recipe-project | 4d4a3e23d27bd3fbba904dec4eb20109d411ea94 | 040aabdca06b5ff3b1a5601d33799d0395969471 | refs/heads/main | 2023-04-21T04:25:26.187000 | 2021-05-29T11:28:32 | 2021-05-29T11:28:32 | 328,369,212 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sist.dao;
import java.util.*;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import com.sist.vo.*;
public interface ShoppingMapper {
//리스트
@Select("SELECT no,title,image... | UTF-8 | Java | 2,607 | java | ShoppingMapper.java | Java | [] | null | [] | package com.sist.dao;
import java.util.*;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import com.sist.vo.*;
public interface ShoppingMapper {
//리스트
@Select("SELECT no,title,image... | 2,607 | 0.701493 | 0.692618 | 75 | 32.053333 | 33.01672 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.093333 | false | false | 4 |
ca1a71ab065b1fe2c25e253611d018c909a03771 | 4,896,262,773,874 | 25846499ed83cbca727abbca41eb90bed8cc188f | /src/main/java/com/exception/lizk/exception/exception/BaseException.java | 9f2da584e741f6f24d5479ab6dfffa87806ddf0e | [] | no_license | rookieLizk/exceptionHandlerDemo | https://github.com/rookieLizk/exceptionHandlerDemo | a9942c88a400384b4bb896ad9cc801cf45259958 | 82bb20bae157d180ae2b8f2da04a3c4eac73ba83 | refs/heads/master | 2022-12-26T22:50:43.987000 | 2020-10-09T08:34:27 | 2020-10-09T08:34:27 | 302,578,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exception.lizk.exception.exception;
import lombok.Data;
/**
* @author lizk
* @date 2019-07-11 14:57
* @since
**/
@Data
public class BaseException extends RuntimeException {
private String errorKey;
private Object[] values;
public BaseException(String errorKey, Object... values) {
... | UTF-8 | Java | 386 | java | BaseException.java | Java | [
{
"context": "on.exception;\n\nimport lombok.Data;\n\n/**\n * @author lizk\n * @date 2019-07-11 14:57\n * @since\n **/\n@Data\npu",
"end": 89,
"score": 0.9996261596679688,
"start": 85,
"tag": "USERNAME",
"value": "lizk"
}
] | null | [] | package com.exception.lizk.exception.exception;
import lombok.Data;
/**
* @author lizk
* @date 2019-07-11 14:57
* @since
**/
@Data
public class BaseException extends RuntimeException {
private String errorKey;
private Object[] values;
public BaseException(String errorKey, Object... values) {
... | 386 | 0.673575 | 0.642487 | 21 | 17.380953 | 18.594614 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
94e8c4ea6b948b5947f9fd89e20bc3d65b81cd0f | 24,386,824,353,392 | e80cb4531f8a4caeae1d25761bdc42cb660ac6c5 | /adaptors/jsaga-adaptor-linux/src/fr/in2p3/jsaga/adaptor/data/LinuxFileAttributes.java | 85419b2bf361e15985101eb6258f79a10b1964e3 | [] | no_license | ccin2p3/jsaga | https://github.com/ccin2p3/jsaga | 67cfbc8f00a4ff8336ec1c977caffdc60108e0cf | 040e268f1a80cb44a4cf449a694b33ac415eac3d | refs/heads/master | 2021-01-20T17:12:30.074000 | 2017-04-25T11:13:18 | 2017-04-25T11:13:18 | 62,138,791 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.in2p3.jsaga.adaptor.data;
import fr.in2p3.commons.filesystem.FileStat;
import fr.in2p3.jsaga.adaptor.data.link.NotLink;
import fr.in2p3.jsaga.adaptor.data.permission.PermissionBytes;
import fr.in2p3.jsaga.adaptor.data.read.FileAttributes;
/* ***************************************************
* *** Centre... | UTF-8 | Java | 2,883 | java | LinuxFileAttributes.java | Java | [
{
"context": "********\n * File: LinuxFileAttributes\n * Author: Sylvain Reynaud (sreynaud@in2p3.fr)\n * Date: 19 mai 2010\n * ***",
"end": 529,
"score": 0.9998965859413147,
"start": 514,
"tag": "NAME",
"value": "Sylvain Reynaud"
},
{
"context": " LinuxFileAttributes\n * Author:... | null | [] | package fr.in2p3.jsaga.adaptor.data;
import fr.in2p3.commons.filesystem.FileStat;
import fr.in2p3.jsaga.adaptor.data.link.NotLink;
import fr.in2p3.jsaga.adaptor.data.permission.PermissionBytes;
import fr.in2p3.jsaga.adaptor.data.read.FileAttributes;
/* ***************************************************
* *** Centre... | 2,864 | 0.600416 | 0.592785 | 89 | 31.393259 | 27.131233 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426966 | false | false | 4 |
367f732eb43eabe425fc912d003f41493037d097 | 18,880,676,293,748 | e93986354aae40680823ad3e866ac9f09bce44a9 | /MyFirstProject/src/Even_Odd.java | b16c0e0ecf7c6420f4b841b12f6808f29b146903 | [] | no_license | sangeetha2898/MyFirstProject | https://github.com/sangeetha2898/MyFirstProject | 88831f3bd6090f721a907e42844e6943fe62ee70 | da31447ea10ad72c64a5e1471c51e0592e0e8832 | refs/heads/main | 2023-06-06T06:23:44.487000 | 2021-06-23T03:57:12 | 2021-06-23T03:57:12 | 376,843,944 | 0 | 0 | null | false | 2021-06-14T16:15:54 | 2021-06-14T14:02:57 | 2021-06-14T14:51:48 | 2021-06-14T16:15:53 | 1 | 0 | 0 | 2 | null | false | false | import java.io.*;
import java.util.*;
public class Even_Odd {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
System.out.println("Enter the number");
int n= sc.nextInt();
System.out.println("ODD NUMBERS:");
for(int i=1;i<=n;i++... | UTF-8 | Java | 582 | java | Even_Odd.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
public class Even_Odd {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
System.out.println("Enter the number");
int n= sc.nextInt();
System.out.println("ODD NUMBERS:");
for(int i=1;i<=n;i++... | 582 | 0.498282 | 0.487972 | 29 | 19.068966 | 13.848767 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.068966 | false | false | 4 |
57ed2fb858d18dc0472fd64e56180a167f4deca2 | 23,252,952,961,288 | f57c9d57f967289ebc50d9709d8fb6564b1a7898 | /src/main/java/com/ylz/packcommon/common/comEnum/CommonConsultState.java | 7a1795d5f141dbe09a1fb27c8f29fde5cb734e01 | [] | no_license | zzr156/familydoctor | https://github.com/zzr156/familydoctor | dc78838040fcc838f252f498e101900b9ab1eda6 | a0d24b24f27b209c748ce1767109fc46b076d785 | refs/heads/master | 2022-12-23T18:59:12.892000 | 2019-12-14T02:46:48 | 2019-12-14T02:46:48 | 227,955,558 | 2 | 1 | null | false | 2022-12-16T02:48:39 | 2019-12-14T02:37:27 | 2022-12-10T10:43:59 | 2022-12-16T02:48:36 | 24,266 | 1 | 1 | 17 | Java | false | false | package com.ylz.packcommon.common.comEnum;
/**
* 咨询状态
* Created by zzl on 2017/6/26.
*/
public enum CommonConsultState {
/**
* 待回复
*/
DHF("0"),
/**
* 进行中
*/
JXZ("1"),
/**
* 已完成
*/
YWC("2");
private String value;
CommonConsultState(String value){
... | UTF-8 | Java | 438 | java | CommonConsultState.java | Java | [
{
"context": "kcommon.common.comEnum;\n\n/**\n * 咨询状态\n * Created by zzl on 2017/6/26.\n */\npublic enum CommonConsultState ",
"end": 73,
"score": 0.999442458152771,
"start": 70,
"tag": "USERNAME",
"value": "zzl"
}
] | null | [] | package com.ylz.packcommon.common.comEnum;
/**
* 咨询状态
* Created by zzl on 2017/6/26.
*/
public enum CommonConsultState {
/**
* 待回复
*/
DHF("0"),
/**
* 进行中
*/
JXZ("1"),
/**
* 已完成
*/
YWC("2");
private String value;
CommonConsultState(String value){
... | 438 | 0.5 | 0.475728 | 28 | 13.714286 | 11.864885 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
1d1c90c1d5b2624db7d2b18f99e13698a2b26583 | 11,278,584,148,494 | 80446b718d3a57ac7dc33903313713c14bf07b3b | /fxk-boot-mqbroker/fxk-boot-mqbroker-core/src/main/java/com/fanxuankai/boot/mqbroker/consume/EventListenerContainer.java | 21287b3a22b6f65e16f602358d63af6f512abf1f | [] | no_license | fanxuankai/fxk-boot | https://github.com/fanxuankai/fxk-boot | 2a057f41d89b184eb4825cb1bc940f5840afe600 | 326ecaeceb9c712c7ee076cf0ea996e0543c02b6 | refs/heads/main | 2023-08-24T10:34:24.952000 | 2021-08-07T16:27:31 | 2021-08-07T16:27:31 | 310,165,601 | 9 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fanxuankai.boot.mqbroker.consume;
import java.util.List;
/**
* @author fanxuankai
*/
public interface EventListenerContainer {
/**
* 获取事件监听者
*
* @return /
*/
List<EventListenerBean> getListeners();
/**
* 设置事件监听者
*
* @param listeners /
*/
void setL... | UTF-8 | Java | 395 | java | EventListenerContainer.java | Java | [
{
"context": "r.consume;\n\nimport java.util.List;\n\n/**\n * @author fanxuankai\n */\npublic interface EventListenerContainer {\n ",
"end": 96,
"score": 0.9993425607681274,
"start": 86,
"tag": "USERNAME",
"value": "fanxuankai"
}
] | null | [] | package com.fanxuankai.boot.mqbroker.consume;
import java.util.List;
/**
* @author fanxuankai
*/
public interface EventListenerContainer {
/**
* 获取事件监听者
*
* @return /
*/
List<EventListenerBean> getListeners();
/**
* 设置事件监听者
*
* @param listeners /
*/
void setL... | 395 | 0.607629 | 0.607629 | 22 | 15.681818 | 16.346771 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
96ee49d97ce7e5e3654151c35007d5a3c1c3ee2e | 7,507,602,865,943 | d528fe4f3aa3a7eca7c5ba4e0aee43421e60857f | /main/com/zfsoft/xgxt/rcsw/tsqktbgl/xqdmwh/XqdmDao.java | f008a01b5ce9f2c999704b7bf22938a9ba53e12a | [] | no_license | gxlioper/xajd | https://github.com/gxlioper/xajd | 81bd19a7c4b9f2d1a41a23295497b6de0dae4169 | b7d4237acf7d6ffeca1c4a5a6717594ca55f1673 | refs/heads/master | 2022-03-06T15:49:34.004000 | 2019-11-19T07:43:25 | 2019-11-19T07:43:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @部门:学工产品事业部
* @日期:2016-3-15 下午02:19:29
*/
package com.zfsoft.xgxt.rcsw.tsqktbgl.xqdmwh;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import xgxt.form.User;
import com.zfsoft.utils.StringUtil;
import com.zfsoft.xgxt.base.dao.impl.Su... | GB18030 | Java | 4,176 | java | XqdmDao.java | Java | [
{
"context": "XXXX管理模块\r\n * @类功能描述: TODO(这里用一句话描述这个类的作用)\r\n * @作者: 柳俊[工号:1282]\r\n * @时间: 2016-3-15 下午02:19:29\r\n * @版本: V",
"end": 423,
"score": 0.9964417219161987,
"start": 421,
"tag": "NAME",
"value": "柳俊"
},
{
"context": "\tsuper.setClass(XqdmForm.class);\r\n\t\tsuper.setKey(\... | null | [] | /**
* @部门:学工产品事业部
* @日期:2016-3-15 下午02:19:29
*/
package com.zfsoft.xgxt.rcsw.tsqktbgl.xqdmwh;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import xgxt.form.User;
import com.zfsoft.utils.StringUtil;
import com.zfsoft.xgxt.base.dao.impl.Su... | 4,176 | 0.641098 | 0.62391 | 138 | 26.246376 | 27.152498 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.862319 | false | false | 4 |
ab8225d232a33a558acdfbfae349aa425e28a30e | 6,777,458,419,949 | 309198489f0a78f843bc5ab5e63051cb0bab583c | /01-git的基础认识/src/com/gec/web/UserService.java | ef324f7da703b8033bab3a8fcc64ca223acf1437 | [] | no_license | Wlong-art/gz2071 | https://github.com/Wlong-art/gz2071 | 86274c189e1f493bae146933eaa05d85180ac80d | 35875fd63ed754b5ef60acf06d53ddc229a722e2 | refs/heads/master | 2023-02-24T09:01:09.319000 | 2021-01-29T03:15:59 | 2021-01-29T03:15:59 | 333,706,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gec.web;
public interface UserService {
//添加用户
void addUser();
//删除用户
void deleteUser();
}
| UTF-8 | Java | 138 | java | UserService.java | Java | [] | null | [] | package com.gec.web;
public interface UserService {
//添加用户
void addUser();
//删除用户
void deleteUser();
}
| 138 | 0.614754 | 0.614754 | 10 | 10.2 | 9.887365 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 4 |
1c36648df11d301190ec3cc817ab8990eb284d0c | 8,418,135,924,440 | 145656e88cc320101bf8f54af0187855d76199cf | /src/main/java/ar/edu/utn/frba/dds/group5/students/view/BaseScoreWindow.java | 0bdfa7e1eee25e9973e42ea48b476df5dbfb2de1 | [] | no_license | Renkon/ArenaTP | https://github.com/Renkon/ArenaTP | fe378c9413850efbf8888869466820236b576073 | 507de197153b77b137f35f88f6a5fcee80e46b0e | refs/heads/master | 2020-03-22T14:04:45.434000 | 2018-10-03T04:04:40 | 2018-10-03T04:04:40 | 140,152,160 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.utn.frba.dds.group5.students.view;
import ar.edu.utn.frba.dds.group5.students.model.Student;
import ar.edu.utn.frba.dds.group5.students.model.Task;
import ar.edu.utn.frba.dds.group5.students.viewmodel.AssignmentsViewModel;
import org.uqbar.arena.layout.HorizontalLayout;
import org.uqbar.arena.widgets.La... | UTF-8 | Java | 1,287 | java | BaseScoreWindow.java | Java | [] | null | [] | package ar.edu.utn.frba.dds.group5.students.view;
import ar.edu.utn.frba.dds.group5.students.model.Student;
import ar.edu.utn.frba.dds.group5.students.model.Task;
import ar.edu.utn.frba.dds.group5.students.viewmodel.AssignmentsViewModel;
import org.uqbar.arena.layout.HorizontalLayout;
import org.uqbar.arena.widgets.La... | 1,287 | 0.749806 | 0.744367 | 35 | 35.771427 | 25.850212 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 4 |
0d058823957c4e0216b3b77a9562ba72d29c3e93 | 19,868,518,744,708 | e608525f47d41e1da3ae06ee6ac5047d5b4953cc | /src/tetris/model/figure/FigureZ.java | 0b80ca63026b792879da2640ae3ff6eac4ffec55 | [] | no_license | ArtemBashtovyi/tetris | https://github.com/ArtemBashtovyi/tetris | 3be124b1a6f684548b79f436f97e952330320dd5 | 876064a1ce4327574481f29526f8c739be8eef22 | refs/heads/master | 2020-03-08T12:44:21.089000 | 2019-06-23T17:34:14 | 2019-06-23T17:34:14 | 128,135,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tetris.model.figure;
import tetris.model.coord.Coordinate;
import tetris.model.figure.state.RotationMode;
import tetris.model.figure.state.StateConstants;
import java.util.ArrayList;
import java.util.List;
public class FigureZ extends BaseFigure {
private List<Coordinate> coordinates = new ArrayList<>();... | UTF-8 | Java | 1,985 | java | FigureZ.java | Java | [] | null | [] | package tetris.model.figure;
import tetris.model.coord.Coordinate;
import tetris.model.figure.state.RotationMode;
import tetris.model.figure.state.StateConstants;
import java.util.ArrayList;
import java.util.List;
public class FigureZ extends BaseFigure {
private List<Coordinate> coordinates = new ArrayList<>();... | 1,985 | 0.649874 | 0.642317 | 58 | 33.224136 | 29.343414 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603448 | false | false | 4 |
41df2372569beb2d2e62b437b5f17c49c4e8b0b9 | 6,871,947,707,753 | 58e3d284f0a6f52e071d9ac31285031eed647164 | /CheckSortedBetter.java | 202cb29e59a4c1f8b0d95ff615788fdfc561976f | [] | no_license | rakesh684/recursion | https://github.com/rakesh684/recursion | cf1d6977592cad47c14844d7f06fdbe1a85845cf | 6f8a0b62ccd9ff4e1d9d1d998fb796d2a09274fd | refs/heads/master | 2022-12-19T05:32:08.978000 | 2020-09-25T18:07:40 | 2020-09-25T18:07:40 | 297,869,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package recursion;
public class CheckSortedBetter {
public static boolean checkSorted(int arr[],int startIndex){
if(startIndex >= arr.length-1) {
return true;
}
if(arr[startIndex] > arr[startIndex + 1]) {
return false;
}
boolean smallAns = checkSorted(arr , startIndex + 1);
return smallAns;
}
... | UTF-8 | Java | 437 | java | CheckSortedBetter.java | Java | [] | null | [] | package recursion;
public class CheckSortedBetter {
public static boolean checkSorted(int arr[],int startIndex){
if(startIndex >= arr.length-1) {
return true;
}
if(arr[startIndex] > arr[startIndex + 1]) {
return false;
}
boolean smallAns = checkSorted(arr , startIndex + 1);
return smallAns;
}
... | 437 | 0.665904 | 0.645309 | 22 | 18.863636 | 19.447588 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.909091 | false | false | 4 |
2e3b79095bd8aba56c1cfa447fec7a07b836520b | 9,775,345,604,399 | aa4abdd8b8620695c4eabaae745eb21086d2775e | /Practice3/src/main/java/FiguresV3/Runner.java | 06c1a73ff79a8f2bb7e2fd0302c337a3c3e24ed5 | [] | no_license | chepiga-aleksandr/com.goto.gotojavaonline | https://github.com/chepiga-aleksandr/com.goto.gotojavaonline | a59b7e66ff671e3f0787268c57c2dd95b8eb40f0 | 553ff05c19184249ca95c609d5bdc33c1adf2338 | refs/heads/master | 2020-05-22T08:18:11.906000 | 2016-10-26T15:59:54 | 2016-10-26T15:59:54 | 61,022,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FiguresV3;
import java.io.IOException;
public class Runner {
public static void main(String[] args) throws IOException {
ShapeUtil shape = new ShapeUtil();
Figure figure = shape.readConsole();
double calc = figure.calc();
System.out.println(calc);
}
}
| UTF-8 | Java | 305 | java | Runner.java | Java | [] | null | [] | package FiguresV3;
import java.io.IOException;
public class Runner {
public static void main(String[] args) throws IOException {
ShapeUtil shape = new ShapeUtil();
Figure figure = shape.readConsole();
double calc = figure.calc();
System.out.println(calc);
}
}
| 305 | 0.645902 | 0.642623 | 15 | 19.333334 | 19.94548 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 4 |
54527f4f8e232fd7db4f7449fad25e0f801b3aca | 26,190,710,622,162 | 488f4bc229589e3db954c023982ba664f6c6e374 | /MTool1.05/app/src/main/java/com/zzkx/mtool/view/iview/ICommentListView.java | 8d74166f8c995844f7de1a7c73170165a4e5eede | [] | no_license | harusty/MTool | https://github.com/harusty/MTool | d17c170afd50f24add6b2c10e5f01287990f9a25 | 2caaaf23c7f930243d4e24a8c0d8e67d4bcee788 | refs/heads/master | 2020-03-11T01:03:06.351000 | 2018-04-24T03:08:37 | 2018-04-24T03:08:37 | 129,679,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zzkx.mtool.view.iview;
import java.util.List;
/**
* Created by sshss on 2017/9/27.
*/
public interface ICommentListView extends IView {
void showData(List<Object> bean);
}
| UTF-8 | Java | 193 | java | ICommentListView.java | Java | [
{
"context": ".iview;\n\nimport java.util.List;\n\n/**\n * Created by sshss on 2017/9/27.\n */\n\npublic interface ICommentListV",
"end": 83,
"score": 0.9996728897094727,
"start": 78,
"tag": "USERNAME",
"value": "sshss"
}
] | null | [] | package com.zzkx.mtool.view.iview;
import java.util.List;
/**
* Created by sshss on 2017/9/27.
*/
public interface ICommentListView extends IView {
void showData(List<Object> bean);
}
| 193 | 0.715026 | 0.678756 | 11 | 16.545454 | 17.854786 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 4 |
d37eda887225ebc06d984a848484d9b4e562eedf | 9,706,626,130,367 | e7f0e8da5003b2ae33d4ee26c7ed0f128239575c | /src/pl/czubak/patterns/strategy/SuperFlyingDuck.java | b3a579d6d207bd7b8a61acf88ef17b61e0bfc414 | [] | no_license | mczubak/design_patterns | https://github.com/mczubak/design_patterns | a5b4d0c5713c70dce0f65db5ecdebd177759c573 | 599f508ec31f105deacdd4cd034ca2469eb775ad | refs/heads/master | 2016-09-06T10:53:40.079000 | 2015-07-14T17:39:34 | 2015-07-14T17:39:34 | 28,933,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.czubak.patterns.strategy;
public class SuperFlyingDuck implements Flyable {
@Override
public void fly() {
System.out.println("Yeah! I can super fly!");
}
}
| UTF-8 | Java | 189 | java | SuperFlyingDuck.java | Java | [] | null | [] | package pl.czubak.patterns.strategy;
public class SuperFlyingDuck implements Flyable {
@Override
public void fly() {
System.out.println("Yeah! I can super fly!");
}
}
| 189 | 0.671958 | 0.671958 | 9 | 20 | 20.08316 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
6e0943154d7c5803c71170126ffe2f336e9a39d3 | 30,090,540,875,783 | 2de239dd0921adefaae42f5cddff37781e8c4293 | /agent-system/src/main/java/com/system/service/RoleResourceService.java | d5188c4d0dc3e116f39b5c86b10608d1d512701f | [] | no_license | lijiankangbazi/agent | https://github.com/lijiankangbazi/agent | 2b0323725acee8f4e33300f5643a2af2079558aa | 1b3230da42e4824b4bffa21f711c02331bde466a | refs/heads/master | 2017-11-15T19:36:21.754000 | 2017-11-15T11:56:30 | 2017-11-15T11:56:30 | 82,946,163 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.system.service;
import java.util.List;
import com.system.entity.RoleResource;
public interface RoleResourceService {
List<RoleResource> selectRoleResources(Integer roleId);
void doDeleteByRoleId(Integer roleId,Integer agentId);
void doInserRoleResource(RoleResource roleResource);
}
... | UTF-8 | Java | 321 | java | RoleResourceService.java | Java | [] | null | [] | package com.system.service;
import java.util.List;
import com.system.entity.RoleResource;
public interface RoleResourceService {
List<RoleResource> selectRoleResources(Integer roleId);
void doDeleteByRoleId(Integer roleId,Integer agentId);
void doInserRoleResource(RoleResource roleResource);
}
... | 321 | 0.778816 | 0.778816 | 14 | 20.928572 | 22.269339 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 4 |
8038d902f7f01292c02356a6c0d9d9f59f265878 | 2,130,303,782,668 | cc89acef58c872f47e0651e9b6aafbe99f66779f | /workspace/Test/src/com/jh/io/CopyBytes.java | 18662abb5c4962e2a7b1da249ae70f15cb51fa54 | [] | no_license | libelosophy/anjoyo | https://github.com/libelosophy/anjoyo | 63ece81f67b8256abb8076b5c5fbd4dd7d948922 | cb61092486fd4912782106aa63805ff1fda8c8ea | refs/heads/master | 2021-01-17T05:58:17.153000 | 2013-09-13T09:32:42 | 2013-09-13T09:32:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jh.io;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class CopyBytes {
public static void main(String[] args) throws IOException {
// FileInputStream and FileOutputStream are all Byte streams
// 以一个整形的后 8 位存储
FileInputStream in ... | GB18030 | Java | 1,454 | java | CopyBytes.java | Java | [] | null | [] | package com.jh.io;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class CopyBytes {
public static void main(String[] args) throws IOException {
// FileInputStream and FileOutputStream are all Byte streams
// 以一个整形的后 8 位存储
FileInputStream in ... | 1,454 | 0.449093 | 0.440028 | 51 | 27.137255 | 17.485029 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72549 | false | false | 4 |
d0efc1a876d623186ad0788a7158e33aa452287e | 30,442,728,200,676 | 102796312a62ef20e44306888bcff4c4d2f43d56 | /day1/src/com/guyi/learn/ThreadTest/ThreadInstance.java | 2c3ed307c79e98ab0caa2b9e140666a50c75e4c2 | [
"MIT"
] | permissive | WGZCELL/Notes | https://github.com/WGZCELL/Notes | 994e713720c76ea0a8d38146a723d5953fcbe375 | 202cf177577a8f392660797514c539067f4c2893 | refs/heads/master | 2023-01-21T07:22:00.027000 | 2020-11-24T15:59:42 | 2020-11-24T15:59:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guyi.learn.ThreadTest;
/**
* 三个窗口抢票,有线程安全问题
*/
public class ThreadInstance {
public static void main(String[] args) {
Window w1 = new Window();
Window w2 = new Window();
Window w3 = new Window();
w1.setName("窗口一");
w2.setName("窗口二");
w3.setName("窗口三");... | UTF-8 | Java | 1,496 | java | ThreadInstance.java | Java | [] | null | [] | package com.guyi.learn.ThreadTest;
/**
* 三个窗口抢票,有线程安全问题
*/
public class ThreadInstance {
public static void main(String[] args) {
Window w1 = new Window();
Window w2 = new Window();
Window w3 = new Window();
w1.setName("窗口一");
w2.setName("窗口二");
w3.setName("窗口三");... | 1,496 | 0.448791 | 0.428165 | 65 | 20.646154 | 16.772167 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446154 | false | false | 4 |
e92cba044e8ac057476ec02cbca4ef65437f37b3 | 15,951,508,541,019 | 08c98a91d9cc79e4e0ec4cc45143946e8c57e1a8 | /Pathfinder/Pathfinder.java | 254bf3b0bccb3df7baacbd1eae7b892f45ea71e6 | [] | no_license | hanks42/AstarPathfinder | https://github.com/hanks42/AstarPathfinder | 10843e54799f297e42a094c6da6b3d2ab90b5bfc | 6aa62493890e906e112549dce593705a6ece0abd | refs/heads/master | 2016-09-09T22:26:14.358000 | 2014-10-28T21:44:30 | 2014-10-28T21:44:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This is the pathfinder program, it is a program that reads in a square grid map from
* a map file and then uses the A* pathfinding algorithm to find a path between the requested
* start and end points in the map
*
* @author Jonathan Hanks (jonhanks@gmail.com)
* @version 1.0
*
*/
public class Pathfinder {... | UTF-8 | Java | 602 | java | Pathfinder.java | Java | [
{
"context": "\n * start and end points in the map\n * \n * @author Jonathan Hanks (jonhanks@gmail.com)\n * @version 1.0\n *\n */\npubli",
"end": 250,
"score": 0.9998775124549866,
"start": 236,
"tag": "NAME",
"value": "Jonathan Hanks"
},
{
"context": " points in the map\n * \n * @aut... | null | [] | /**
* This is the pathfinder program, it is a program that reads in a square grid map from
* a map file and then uses the A* pathfinding algorithm to find a path between the requested
* start and end points in the map
*
* @author <NAME> (<EMAIL>)
* @version 1.0
*
*/
public class Pathfinder {
/**
* @param a... | 583 | 0.677741 | 0.674419 | 26 | 22.153847 | 26.060125 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.