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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
51311e1a9d2604b25b6e2459d8dc0dc73cff995e | 14,302,241,125,675 | 149b50d349ea3a9b74c4353e90d0e3d22ab6fd8c | /createlang/src/lang/parsing/multi/Test.java | 0ea1f38e89658d3cad24ead63c597ef2c92610f7 | [] | no_license | zhiruchen/create_language | https://github.com/zhiruchen/create_language | 52d41c7825372d9926b8b6106c725370eab3e1a3 | 5a568d801acf6a61a794045f94d660007f0beabb | refs/heads/master | 2018-03-16T04:56:14.702000 | 2017-03-10T15:20:41 | 2017-03-10T15:20:41 | 67,520,325 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lang.parsing.multi;
public class Test {
public static void main(String[] args) {
LookaheadLexer lexer = new LookaheadLexer("[a,b=c,,[d,e]]");
LookaheadParser parser = new LookaheadParser(lexer, 2);
parser.list();
}
}
| UTF-8 | Java | 259 | java | Test.java | Java | [] | null | [] | package lang.parsing.multi;
public class Test {
public static void main(String[] args) {
LookaheadLexer lexer = new LookaheadLexer("[a,b=c,,[d,e]]");
LookaheadParser parser = new LookaheadParser(lexer, 2);
parser.list();
}
}
| 259 | 0.633205 | 0.629344 | 10 | 24.9 | 24.349333 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 14 |
6cb4de3caf49af979e02199264ff19f62fac7bca | 20,985,210,222,366 | f1d51a8a800822dd5c6281621af3a2d3d9a5dc9e | /Task3/src/com/company/Main.java | ea601a63005b4ecfe4aec5b1700175e649518f6a | [] | no_license | Gankova/Task3 | https://github.com/Gankova/Task3 | 18e01c583cdad492f20b72f8630fc08de4fd13e0 | afb0bd581e3f2a24449b4273efd96bc58a6bb639 | refs/heads/main | 2023-06-22T21:37:54.231000 | 2021-07-20T18:17:02 | 2021-07-20T18:17:02 | 387,877,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.HashMap;
public class Main {
public static void main(String[] args) {
// write your code here
// определить кол-во чаще повторяющихся символов
String s = "{}{}({}){}{)(}";
HashMap <Character, Integer> stroka = new HashMap<>();
... | UTF-8 | Java | 1,156 | java | Main.java | Java | [] | null | [] | package com.company;
import java.util.HashMap;
public class Main {
public static void main(String[] args) {
// write your code here
// определить кол-во чаще повторяющихся символов
String s = "{}{}({}){}{)(}";
HashMap <Character, Integer> stroka = new HashMap<>();
... | 1,156 | 0.49561 | 0.490732 | 34 | 28.147058 | 24.260998 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 14 |
4ee33c2489151354ed8dfaa33722871a03d65231 | 20,985,210,221,820 | 57f1f2d3dc6e4c01ed239ac4e288ccee0d6cc3cd | /myleetcode/src/contest/TransformToChessboard_782.java | 54a361d9dc2769787da254aff34041bb8a1b6544 | [] | no_license | Lazybird-Chao/Miscellaneous | https://github.com/Lazybird-Chao/Miscellaneous | 79fefda72513afce65ba81b5dab9393ad06c326f | 516064b63d4223cbcbfd1a3026e4e10a9aa91678 | refs/heads/master | 2021-05-03T15:48:22.544000 | 2018-04-13T01:29:46 | 2018-04-13T01:29:46 | 69,478,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package contest;
public class TransformToChessboard_782 {
int movesToChessboard(vector<vector<int>>& board) {
if(board.empty() || board[0].empty())
return 0;
int n = board.size();
int type1 = 0;
int type2 = 0;
for(int i=1; i<n; i+=2)
type1 += 1<<i;
... | UTF-8 | Java | 2,524 | java | TransformToChessboard_782.java | Java | [] | null | [] | package contest;
public class TransformToChessboard_782 {
int movesToChessboard(vector<vector<int>>& board) {
if(board.empty() || board[0].empty())
return 0;
int n = board.size();
int type1 = 0;
int type2 = 0;
for(int i=1; i<n; i+=2)
type1 += 1<<i;
... | 2,524 | 0.385895 | 0.348257 | 93 | 26.139786 | 13.922668 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.924731 | false | false | 14 |
896364451886a9f20b7f44fc631eaf9325de6c9b | 17,205,639,050,245 | 8b860fd6fc895e515f4341d56604f66077c37997 | /agent/src/main/java/com/real_estate/agent/controller/UserAction.java | 05b108f3378eb21de6ef47cfef58564850ef28b7 | [] | no_license | So-JunHyeok/article_-management | https://github.com/So-JunHyeok/article_-management | 89d8dc7f4e216ebe1a83317a69d208f575d51e07 | 9e2b7fc50c13b3825e8600a184eae35d220ba558 | refs/heads/master | 2022-12-21T22:27:14.412000 | 2020-04-23T02:52:31 | 2020-04-23T02:52:31 | 245,074,056 | 0 | 0 | null | false | 2022-12-16T01:02:49 | 2020-03-05T05:08:02 | 2020-04-23T02:52:59 | 2022-12-16T01:02:46 | 2,654 | 0 | 0 | 7 | JavaScript | false | false | package com.real_estate.agent.controller;
import java.io.File;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpSession;
import javax.swing.ImageIcon;
import o... | UTF-8 | Java | 2,799 | java | UserAction.java | Java | [] | null | [] | package com.real_estate.agent.controller;
import java.io.File;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpSession;
import javax.swing.ImageIcon;
import o... | 2,799 | 0.756342 | 0.756342 | 113 | 22.761063 | 22.610701 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.831858 | false | false | 14 |
e4e22221004fd867e47a5d5fdf47bdc4b2ccd5a4 | 15,221,364,120,829 | 0c7664e67599a203fb8a73d1788f4d0386b0ba8c | /dIntProg/Eksamen_forberedelse/Eksamen_2004/Magazine/Magazine.java | 8c4cd67429b3f65446d334b658db9513a8862f9e | [] | no_license | susieagerholm/java | https://github.com/susieagerholm/java | 196dd7edc4d6dc860443a4c86408ab9e62839081 | ba607b36520479743dd4c8d07059bff35a9fd072 | refs/heads/master | 2021-01-13T01:47:54.597000 | 2012-12-10T19:39:15 | 2012-12-10T19:39:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* Write a description of class Magazine here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Magazine implements Comparable<Magazine>
{
private String name;
private int prize;
/**
* Constructor for objects of class Magazine
... | UTF-8 | Java | 938 | java | Magazine.java | Java | [] | null | [] | import java.util.*;
/**
* Write a description of class Magazine here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Magazine implements Comparable<Magazine>
{
private String name;
private int prize;
/**
* Constructor for objects of class Magazine
... | 938 | 0.466951 | 0.466951 | 54 | 15.37037 | 15.800019 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.203704 | false | false | 14 |
dce71909ba51a4d175be382e1630ba14571efdbd | 5,248,450,076,386 | cedefbd0fccd87e57a9cd9c10de9ab68c228da4c | /backend/src/main/java/converters/domparser/utils/TVDBSeriesNodeHandler.java | a07d72dbf40f2b2f5391314fc661654efb99e0c5 | [] | no_license | seppaleinen/series | https://github.com/seppaleinen/series | 6f16dbef3a2316e45e5b0149f3361ee13710723a | 36fa8858ba9e6372609aacf119dbbf41a72c4f66 | refs/heads/master | 2016-09-06T02:15:21.691000 | 2016-02-02T19:01:02 | 2016-02-02T19:01:02 | 19,511,239 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package converters.domparser.utils;
import converters.XMLSwitchHelper;
import objects.TVDBEpisode;
import objects.TVDBSeries;
import objects.constants.TVDBSeriesConstants;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import java.util.ArrayList;
import ... | UTF-8 | Java | 2,308 | java | TVDBSeriesNodeHandler.java | Java | [] | null | [] | package converters.domparser.utils;
import converters.XMLSwitchHelper;
import objects.TVDBEpisode;
import objects.TVDBSeries;
import objects.constants.TVDBSeriesConstants;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import java.util.ArrayList;
import ... | 2,308 | 0.627383 | 0.624783 | 66 | 33.969696 | 25.757593 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 14 |
48c55d312a89c9d85734b0176fffcd9e79d08564 | 9,826,885,207,705 | 5d8511e247f894ccf3ce0e8679208cf212a577af | /JDrucker/src/main/java/org/braisdom/drucker/database/BeanReflectionException.java | 377183ae33a7558a14e3a5863adf84892da87ff0 | [
"Apache-2.0"
] | permissive | braisdom/JDrucker | https://github.com/braisdom/JDrucker | e7297b4b22b1aa5bd03cbaae7e3efafb36fe15bc | b3d4a2903d3c9f48c7ce737fe1b9f23e39bf15c1 | refs/heads/master | 2020-05-17T14:05:18.615000 | 2019-10-08T09:50:38 | 2019-10-08T09:50:38 | 183,754,562 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.braisdom.drucker.database;
public class BeanReflectionException extends Exception {
public BeanReflectionException() {
}
public BeanReflectionException(String message) {
super(message);
}
public BeanReflectionException(String message, Throwable cause) {
super(message, ... | UTF-8 | Java | 621 | java | BeanReflectionException.java | Java | [] | null | [] | package org.braisdom.drucker.database;
public class BeanReflectionException extends Exception {
public BeanReflectionException() {
}
public BeanReflectionException(String message) {
super(message);
}
public BeanReflectionException(String message, Throwable cause) {
super(message, ... | 621 | 0.723027 | 0.723027 | 22 | 27.227272 | 31.710239 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 14 |
abad760145b800459541541777d5333d49e3c7ba | 16,922,171,171,234 | 97a42bf51458d23c33e9fee910d1ae5e0b415bf1 | /CommissionedEmployee.java | 6e3b0cbde44e6d51ed6da0249d49a83e75572b29 | [] | no_license | YunlinXie/IntroJava_Lab4 | https://github.com/YunlinXie/IntroJava_Lab4 | 08b4a60a0e18d97f994ae305a9d175bb58b99ac5 | 7e8017db94d3f0cdbdbe4621d0c1862e9144016d | refs/heads/master | 2022-12-22T20:06:49.464000 | 2020-09-23T22:38:16 | 2020-09-23T22:38:16 | 298,108,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CommissionedEmployee extends Employee
{
protected double weekSales;
public final double commissionRate = 0.2;
public CommissionedEmployee(String name, double sales)
{
super(name);
weekSales = sales;
}
public void print()
{
System.out.println(name);
Sys... | UTF-8 | Java | 514 | java | CommissionedEmployee.java | Java | [] | null | [] | public class CommissionedEmployee extends Employee
{
protected double weekSales;
public final double commissionRate = 0.2;
public CommissionedEmployee(String name, double sales)
{
super(name);
weekSales = sales;
}
public void print()
{
System.out.println(name);
Sys... | 514 | 0.634241 | 0.616732 | 24 | 20.458334 | 19.399267 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 14 |
7306aeda66cac80ee96c8fe978852fc865a08387 | 25,305,947,319,299 | 0e376fd715368dea5b4ef3f013118e1c78bc07f2 | /app/src/main/java/com/github/malitsplus/shizurunotes/data/action/KnightGuardAction.java | 8489e7d7887ff63b834fc9277c1397e95faa78be | [
"Apache-2.0"
] | permissive | MalitsPlus/ShizuruNotes | https://github.com/MalitsPlus/ShizuruNotes | a77928adbd1222959e99da0974f94244c7031efd | da9acf84c7b1ef86bb1e9992fa9d59a38b5327fc | refs/heads/master | 2023-09-02T11:47:44.626000 | 2023-07-22T07:53:42 | 2023-07-22T07:53:42 | 227,104,651 | 622 | 127 | Apache-2.0 | false | 2023-07-12T15:37:58 | 2019-12-10T11:36:41 | 2023-07-04T14:46:49 | 2023-07-12T15:37:58 | 15,053 | 500 | 107 | 5 | Java | false | false | package com.github.malitsplus.shizurunotes.data.action;
import com.github.malitsplus.shizurunotes.R;
import com.github.malitsplus.shizurunotes.common.I18N;
import com.github.malitsplus.shizurunotes.data.Property;
import com.github.malitsplus.shizurunotes.data.PropertyKey;
import java.util.ArrayList;
import java.util.... | UTF-8 | Java | 2,038 | java | KnightGuardAction.java | Java | [
{
"context": "package com.github.malitsplus.shizurunotes.data.action;\n\nimport com.github.mali",
"end": 29,
"score": 0.9100741147994995,
"start": 19,
"tag": "USERNAME",
"value": "malitsplus"
},
{
"context": "plus.shizurunotes.data.action;\n\nimport com.github.malitsplus.shizurunotes... | null | [] | package com.github.malitsplus.shizurunotes.data.action;
import com.github.malitsplus.shizurunotes.R;
import com.github.malitsplus.shizurunotes.common.I18N;
import com.github.malitsplus.shizurunotes.data.Property;
import com.github.malitsplus.shizurunotes.data.PropertyKey;
import java.util.ArrayList;
import java.util.... | 2,038 | 0.631501 | 0.621197 | 61 | 32.409836 | 27.483751 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.721311 | false | false | 14 |
e13560303f66eb79f7767c893498caba7137469d | 25,039,659,363,144 | e249c08db103ed8f49f3b2cebf4242b853201fda | /src/main/java/competition_2020/mapper/DisPointMapper.java | e75f9d84244caada0bc0edd6bb027e6fa7e21680 | [] | no_license | Runningdoger/demo | https://github.com/Runningdoger/demo | 4ac768ebd37fce9a42f6243c383e4c5544e85563 | 10770bcf8a72786a149ed20ed6cbab8722d31459 | refs/heads/master | 2020-12-10T09:24:25.938000 | 2020-03-01T09:44:07 | 2020-03-01T09:44:07 | 233,556,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package competition_2020.mapper;
import competition_2020.pojo.DisPoint;
import competition_2020.pojo.DisPointExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface DisPointMapper {
long countByExample(DisPointExample example);
int deleteByExample(DisPointExample example)... | UTF-8 | Java | 999 | java | DisPointMapper.java | Java | [] | null | [] | package competition_2020.mapper;
import competition_2020.pojo.DisPoint;
import competition_2020.pojo.DisPointExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface DisPointMapper {
long countByExample(DisPointExample example);
int deleteByExample(DisPointExample example)... | 999 | 0.774775 | 0.761762 | 36 | 26.777779 | 28.936819 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 14 |
7268c542f9aaa6bced3eb4f7baae265165509f75 | 32,169,305,059,002 | 25b0b95f2eab75310313e17207d53d4d45d79f9f | /src/main/java/org/codnect/exception/GenreNotFoundException.java | 2939dbe198ebc35e55f847b540f964da79295fd8 | [] | no_license | burakkoken/mmovapp | https://github.com/burakkoken/mmovapp | 2df3c07caf5bc895e8bc814f175dfd628d3732cb | 1892e6b668a7a74a0d3406d039ad67228aa7cbf6 | refs/heads/master | 2020-09-08T05:44:42.007000 | 2019-11-18T23:31:34 | 2019-11-18T23:31:34 | 221,033,709 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.codnect.exception;
/**
* Created by Burak Köken on 11.11.2019.
*/
public class GenreNotFoundException extends NotFoundException {
public GenreNotFoundException() {
}
}
| UTF-8 | Java | 195 | java | GenreNotFoundException.java | Java | [
{
"context": "package org.codnect.exception;\n\n/**\n * Created by Burak Köken on 11.11.2019.\n */\npublic class GenreNotFoundExce",
"end": 61,
"score": 0.9998601675033569,
"start": 50,
"tag": "NAME",
"value": "Burak Köken"
}
] | null | [] | package org.codnect.exception;
/**
* Created by <NAME> on 11.11.2019.
*/
public class GenreNotFoundException extends NotFoundException {
public GenreNotFoundException() {
}
}
| 189 | 0.721649 | 0.680412 | 12 | 15.166667 | 20.659273 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.083333 | false | false | 14 |
03c5e4344e70374d42fb80883446990f6c0238a5 | 33,432,025,441,337 | 4d0fbecac7924ce41df08d8bc848df76068645b3 | /src/com/informatica/kanban_gantt/data/importer/ImportingUtil.java | bbcfb5ace4b71fc124fda44827eeec0ea3508329 | [] | no_license | zivzs/kaban_gantt | https://github.com/zivzs/kaban_gantt | a2ea886f0a4e9d2650a1102ceac176fa5812858f | c3e2400d75c3e1369d69a766e8746e0fa86f5366 | refs/heads/master | 2021-01-25T12:14:14.765000 | 2013-06-13T01:17:15 | 2013-06-13T01:17:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.informatica.kanban_gantt.data.importer;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import jav... | UTF-8 | Java | 4,832 | java | ImportingUtil.java | Java | [] | null | [] | package com.informatica.kanban_gantt.data.importer;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import jav... | 4,832 | 0.697227 | 0.692674 | 172 | 27.093023 | 22.872309 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.866279 | false | false | 14 |
bc96f7a200b8e36167afab3b7abfb02ff4e730eb | 22,935,125,383,232 | 44255676ca631763660c27a9e5f82da2b5075568 | /src/test/java/com/example/rbc/web/controller/RobotControllerTest.java | f0c356dde855d35d4a3b137723149a4d21b664b3 | [] | no_license | NicoJu/rbc-back | https://github.com/NicoJu/rbc-back | 0e421f93107c7585d3165519d0503be22ac65c56 | 47dfc6ec0816acf9286ad57b4014ce18b8dc0849 | refs/heads/master | 2020-03-16T07:31:39.194000 | 2018-05-06T12:11:06 | 2018-05-06T12:11:06 | 132,577,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rbc.web.controller;
import com.example.rbc.web.model.Robot;
import com.example.rbc.web.service.RobotServiceImpl;
import com.google.gson.Gson;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | UTF-8 | Java | 2,977 | java | RobotControllerTest.java | Java | [
{
"context": "t.MockMvcResultMatchers.status;\n\n/**\n * Created by Nico on 22/03/2018.\n */\n\n@RunWith(SpringRunner.class)\n",
"end": 1340,
"score": 0.9915103912353516,
"start": 1336,
"tag": "NAME",
"value": "Nico"
}
] | null | [] | package com.example.rbc.web.controller;
import com.example.rbc.web.model.Robot;
import com.example.rbc.web.service.RobotServiceImpl;
import com.google.gson.Gson;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | 2,977 | 0.741686 | 0.729594 | 94 | 30.595745 | 30.028822 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 14 |
89a8cbcb5df71341063efa613c8b833b0760f8a3 | 18,537,078,866,517 | dd0305b6b1c86ae5669798a71cdd8407b4a0d13e | /src/main/java/com/equifax/dev/model/dao/GeneralDao.java | 20447ff37356a5e630a237786b8ca27fea085784 | [] | no_license | sponce017/challenge | https://github.com/sponce017/challenge | d754c1e19c02738eca8e0fa1b5c6dff89217372f | c594f71f85e02ad70fd9e209746add8e08b9b504 | refs/heads/master | 2023-05-03T07:09:36.997000 | 2021-06-04T22:01:20 | 2021-06-04T22:01:20 | 372,102,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equifax.dev.model.dao;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate5.HibernateTemplate;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import java... | UTF-8 | Java | 1,128 | java | GeneralDao.java | Java | [] | null | [] | package com.equifax.dev.model.dao;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate5.HibernateTemplate;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import java... | 1,128 | 0.666667 | 0.664894 | 35 | 31.228571 | 26.411129 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
eec48b7025028618b1a837e6ff5498b8d034fea9 | 6,519,760,389,319 | 3c99f92c570d203070608706f9033a35bc043581 | /projeto/codigos/ClientCLI.java | f2843a71e9cfa6e3feaad4d9c803b73384845e41 | [] | no_license | ClauCalv/SistDist---Relat-rio-Final | https://github.com/ClauCalv/SistDist---Relat-rio-Final | 7fa28d4beb9674e996a392b67710b1a52c5fc12b | dee6508911340723558ca26f3030fec42c03cac8 | refs/heads/main | 2023-01-19T22:40:23.333000 | 2020-12-07T14:20:09 | 2020-12-07T14:20:09 | 316,482,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import zkcodes.ZookeeperLeader;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
import java.util.concurrent.ExecutorService;
public class ClientCLI {
public static final String zookeeperAddress = "localhost";
private final BufferedReader ... | UTF-8 | Java | 16,990 | java | ClientCLI.java | Java | [] | null | [] | import zkcodes.ZookeeperLeader;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
import java.util.concurrent.ExecutorService;
public class ClientCLI {
public static final String zookeeperAddress = "localhost";
private final BufferedReader ... | 16,990 | 0.481087 | 0.477594 | 428 | 38.469627 | 30.591619 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
2bd91b3dabbded549250c8e50dda834196fdf92b | 19,198,503,813,938 | 48aff2668ccc0f32359b7f5bded448ae78abeae7 | /miniprogram/src/dao/Dj_ghDAO.java | ada9263e38a8775533a965ae4953c178918ea8f0 | [] | no_license | liuyanstyle/datasubmit | https://github.com/liuyanstyle/datasubmit | a77adc1f99123c5665865828c1aa63d1ac55a6c6 | 2fc50375846e63e35d83c00ee8b9b4ba2d6ed6ea | refs/heads/master | 2020-03-16T15:52:54.791000 | 2018-06-23T13:33:38 | 2018-06-23T13:33:38 | 132,762,439 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
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 bean.Dj_gh;
public class Dj_ghDAO {
... | UTF-8 | Java | 2,619 | java | Dj_ghDAO.java | Java | [
{
"context": " return DriverManager.getConnection(\"jdbc:mysql://127.0.0.1:3306/[datasubmit]?characterEncoding=UTF-8\", \"root",
"end": 630,
"score": 0.9831539988517761,
"start": 621,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
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 bean.Dj_gh;
public class Dj_ghDAO {
... | 2,619 | 0.538432 | 0.529254 | 94 | 26.80851 | 23.56669 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691489 | false | false | 14 |
fa6d88a76423066c45996f89392b1f2e889d4339 | 15,839,839,411,320 | 025354643ef7a501f6fbc9f40e0b6ebbd5c06519 | /DBprofilerByFactory/src/main/java/com/factorymethod/db/providers/DerbyProvider.java | be843ae960b70115b5e0d74dc1d92bbbe520646f | [] | no_license | fathyelshemy/DBProfiler | https://github.com/fathyelshemy/DBProfiler | a0db96e109becd3068b8456bd1f20c83c54867e6 | a54fa66dd2740d09b3c77f8729986a8968602fe6 | refs/heads/master | 2020-03-16T14:23:45.711000 | 2018-05-09T07:07:33 | 2018-05-09T07:07:33 | 132,715,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.factorymethod.db.providers;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.log4j.Logger;
public class DerbyProvider implements IDBProvider {
private Logger logger=Logger.getLogger(... | UTF-8 | Java | 1,532 | java | DerbyProvider.java | Java | [] | null | [] | package com.factorymethod.db.providers;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.log4j.Logger;
public class DerbyProvider implements IDBProvider {
private Logger logger=Logger.getLogger(... | 1,532 | 0.719321 | 0.718668 | 78 | 18.641026 | 18.033426 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.717949 | false | false | 14 |
6c191c1dd614532456c220ff9cb6bf0b0a5c691b | 19,971,597,947,248 | 83af468ac4a3c73b170e8701dfc174676c302e17 | /spring-security-abac/spring-security-abac-core/src/main/java/net/folivo/springframework/security/abac/method/AbacAnnotationMethodSecurityMetadataSource.java | 69164ddd39547d1d53926848f7546077fd001069 | [
"Apache-2.0"
] | permissive | bellmit/spring-security-abac-1 | https://github.com/bellmit/spring-security-abac-1 | f5290685bc46ca07f0ba45dac9546dcd6e5c8fae | 4964e2be694285814b7cb973abcb54a726c51697 | refs/heads/master | 2022-01-08T12:42:09.412000 | 2018-03-24T12:10:27 | 2018-03-24T12:10:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.folivo.springframework.security.abac.method;
import java.util.ArrayList;
import java.util.Collection;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityMetadataSource;
import net.folivo.springframework.security.abac.attributes.RequestAttributeP... | UTF-8 | Java | 2,324 | java | AbacAnnotationMethodSecurityMetadataSource.java | Java | [] | null | [] | package net.folivo.springframework.security.abac.method;
import java.util.ArrayList;
import java.util.Collection;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityMetadataSource;
import net.folivo.springframework.security.abac.attributes.RequestAttributeP... | 2,324 | 0.836489 | 0.836489 | 53 | 42.849056 | 35.184364 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.811321 | false | false | 14 |
20822d26f0d53fcce87aa3640c96528356b173e3 | 13,503,377,197,855 | f5b4b1334f8fc604603c8567336e0b38d406ba65 | /src/main/java/oc/wh40k/units/im/IMCompanyAncient.java | 54929f19c21b21d3b4432496d00578288be9e319 | [] | no_license | OnlineCodex/OnlineCodex | https://github.com/OnlineCodex/OnlineCodex | a59cc59831e963a768e8c30ee4950cb7159fc5a7 | f4f389580d542da2849abaa120e6e765461748bc | refs/heads/master | 2021-06-25T21:30:47.173000 | 2020-08-06T13:07:41 | 2020-08-06T13:07:41 | 148,209,671 | 20 | 9 | null | false | 2020-10-13T11:03:50 | 2018-09-10T19:43:31 | 2020-08-06T13:07:47 | 2020-10-13T11:03:48 | 5,219 | 10 | 5 | 16 | Java | false | false | package oc.wh40k.units.im;
import static oc.KeyWord.ADEPTUS_ASTARTES;
import static oc.KeyWord.ANCIENT;
import static oc.KeyWord.CHAPTER;
import static oc.KeyWord.CHARACTER;
import static oc.KeyWord.COMPANY_ANCIENT;
import static oc.KeyWord.IMPERIUM;
import static oc.KeyWord.INFANTRY;
import oc.BuildaHQ;
import oc.Ei... | UTF-8 | Java | 986 | java | IMCompanyAncient.java | Java | [
{
"context": "ANTRY, ANCIENT, COMPANY_ANCIENT);\n name = \"Company Ancient\";\n grundkosten = getPts(\"Company Ancient\")",
"end": 536,
"score": 0.9172815084457397,
"start": 521,
"tag": "NAME",
"value": "Company Ancient"
}
] | null | [] | package oc.wh40k.units.im;
import static oc.KeyWord.ADEPTUS_ASTARTES;
import static oc.KeyWord.ANCIENT;
import static oc.KeyWord.CHAPTER;
import static oc.KeyWord.CHARACTER;
import static oc.KeyWord.COMPANY_ANCIENT;
import static oc.KeyWord.IMPERIUM;
import static oc.KeyWord.INFANTRY;
import oc.BuildaHQ;
import oc.Ei... | 977 | 0.697769 | 0.694726 | 34 | 27.970589 | 26.709202 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 14 |
4c963cf2878bfd9fec966ce60830ab74904e591a | 11,218,454,606,959 | f7cd8c857f6814b2d53264cc69f20eacc119c34c | /src/main/java/com/jfxgraph/scanner/reader/SimpleMetadataReaderFactory.java | fdbbabacc2a24102c2e1dc06c2dcdbaa4b53fa0c | [] | no_license | atschx/jfxgraph-asm-ext | https://github.com/atschx/jfxgraph-asm-ext | c5f403bab07cf61263dea5fabe5a4dbe42651dae | 068b729f30d44d5d58697707734aaf2e5fd1669c | refs/heads/master | 2021-01-19T04:21:46.391000 | 2015-08-05T03:16:44 | 2015-08-05T03:16:44 | 17,163,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jfxgraph.scanner.reader;
import java.io.IOException;
import com.jfxgraph.scanner.io.Resource;
import com.jfxgraph.scanner.io.loader.DefaultResourceLoader;
import com.jfxgraph.scanner.io.loader.ResourceLoader;
import com.jfxgraph.scanner.util.ClassUtils;
/**
* {@link MetadataReaderFactory} 接口的简单实现,为每个请求创... | UTF-8 | Java | 2,741 | java | SimpleMetadataReaderFactory.java | Java | [
{
"context": "口的简单实现,为每个请求创建一个新的ClassReader(ASM).\n * \n * @author Albert\n * @version $Id: SimpleMetadataReaderFactory.java",
"end": 364,
"score": 0.9997228384017944,
"start": 358,
"tag": "NAME",
"value": "Albert"
},
{
"context": "adataReaderFactory.java,v0.5 2013年10月27日 下午5:40:03 A... | null | [] | package com.jfxgraph.scanner.reader;
import java.io.IOException;
import com.jfxgraph.scanner.io.Resource;
import com.jfxgraph.scanner.io.loader.DefaultResourceLoader;
import com.jfxgraph.scanner.io.loader.ResourceLoader;
import com.jfxgraph.scanner.util.ClassUtils;
/**
* {@link MetadataReaderFactory} 接口的简单实现,为每个请求创... | 2,741 | 0.717629 | 0.711212 | 82 | 31.304878 | 35.593468 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.207317 | false | false | 14 |
23e329dfb364a4dcfc33d22bd676c24f6437a9ad | 14,096,082,689,871 | 7c5d1167085d4f5eea6046204bde4cc22b8357b4 | /src/main/java/com/mk/math/Sieve.java | 2f5f3cce453cafe489779d605570c6d17be8ef13 | [] | no_license | Master-Killer/sieve | https://github.com/Master-Killer/sieve | eaf97c800c59c9cd2790908cc6c928aa346c82f1 | 16b1a00df753fea6dd7c897853530fa7e4830577 | refs/heads/master | 2020-07-05T08:07:24.113000 | 2019-08-15T17:25:10 | 2019-08-15T17:26:13 | 202,557,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mk.math;
import org.jooq.lambda.Seq;
import java.util.Comparator;
import java.util.Spliterators;
import java.util.function.IntConsumer;
import java.util.stream.IntStream;
import java.util.stream.Stream;
import java.util.stream.StreamSupport;
public class Sieve extends Spliterators.AbstractIntSpliterator ... | UTF-8 | Java | 4,808 | java | Sieve.java | Java | [] | null | [] | package com.mk.math;
import org.jooq.lambda.Seq;
import java.util.Comparator;
import java.util.Spliterators;
import java.util.function.IntConsumer;
import java.util.stream.IntStream;
import java.util.stream.Stream;
import java.util.stream.StreamSupport;
public class Sieve extends Spliterators.AbstractIntSpliterator ... | 4,808 | 0.519138 | 0.475842 | 138 | 33.644928 | 27.011217 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507246 | false | false | 14 |
a7c5dbae86fe318735549d72b675c386d2b958dc | 27,874,337,773,158 | ed0a3b9453756111483b43779b0d80a49538bee6 | /yzx-spider-admin/src/main/java/xin/tianchuang/modules/externalApi/qichacha/entity/QccTradeMarkEntity.java | 776b48ea8c7cdc99f3dececd6ec370c0e3a54cd4 | [] | no_license | leeasdf/spider | https://github.com/leeasdf/spider | eed0d6fe1bb96132ae1bf1b326d859bf8f37cd41 | 88b622dff5587e34afb8b4ed683f04fbdf2a9395 | refs/heads/master | 2020-05-04T16:38:39.652000 | 2019-04-03T13:50:44 | 2019-04-03T13:50:44 | 179,283,570 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xin.tianchuang.modules.externalApi.qichacha.entity;
import com.alibaba.fastjson.annotation.JSONField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import xin.tianchuang.modules.externalApi.qichacha.meta.ResultObj;
import java.io.Serializable;
impo... | UTF-8 | Java | 5,618 | java | QccTradeMarkEntity.java | Java | [
{
"context": "t java.util.Date;\n\n/**\n * 企查查-商标查询表\n * \n * @author hui.deng\n * @email \n * @date 2018-12-21 14:29:10\n */\n@Tabl",
"end": 380,
"score": 0.9827974438667297,
"start": 372,
"tag": "USERNAME",
"value": "hui.deng"
}
] | null | [] | package xin.tianchuang.modules.externalApi.qichacha.entity;
import com.alibaba.fastjson.annotation.JSONField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import xin.tianchuang.modules.externalApi.qichacha.meta.ResultObj;
import java.io.Serializable;
impo... | 5,618 | 0.620225 | 0.617209 | 343 | 13.501458 | 13.62789 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.241982 | false | false | 14 |
615019ae73576e04483e4ea8a621890a98a14b01 | 13,529,147,007,817 | 4db048132ade6f26a079f47900a4f655faf6ef04 | /JiraPlugins/atlassian-jira-5.1.1-source/crowd-api/src/main/java/com/atlassian/crowd/manager/directory/monitor/DirectoryMonitorManager.java | ec5f092cb416538df2c6fe8484618009b06f1326 | [] | no_license | JCVI-VIRIFX/SampleTracking | https://github.com/JCVI-VIRIFX/SampleTracking | 045f3a690161cd6735dda6cf53964a89910c2d32 | 8f68cf385a083dcef055605dc040a224576a16fe | refs/heads/master | 2018-01-07T23:30:42.211000 | 2015-12-11T04:23:38 | 2015-12-11T04:23:38 | 47,804,829 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atlassian.crowd.manager.directory.monitor;
import com.atlassian.crowd.directory.RemoteDirectory;
import com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException;
import com.atlassian.crowd.exception.DirectoryInstantiationException;
/**
* Manages directory monitoring by allowing adding and ... | UTF-8 | Java | 2,104 | java | DirectoryMonitorManager.java | Java | [] | null | [] | package com.atlassian.crowd.manager.directory.monitor;
import com.atlassian.crowd.directory.RemoteDirectory;
import com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException;
import com.atlassian.crowd.exception.DirectoryInstantiationException;
/**
* Manages directory monitoring by allowing adding and ... | 2,104 | 0.773764 | 0.773764 | 46 | 44.739132 | 46.221786 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.23913 | false | false | 14 |
d8a8d1aac9ba8155e66afad1321f676d4c45d082 | 21,131,239,123,798 | a6162ed3a397eea7a8205dafd6327cfdc3053362 | /app/src/main/java/com/app/MainActivity.java | 57317ea0bf1c1edc54a50e0ad212f77cb138e428 | [] | no_license | Yuki0227/MobileApplicationDevelopmentAPP | https://github.com/Yuki0227/MobileApplicationDevelopmentAPP | 9475bca94da5dc9ba02a761d96babae63d85cfe8 | 0c45d4e8675275123c47809f4463620477a48975 | refs/heads/master | 2023-02-07T13:40:08.494000 | 2021-01-03T03:06:02 | 2021-01-03T03:06:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fr... | UTF-8 | Java | 6,637 | java | MainActivity.java | Java | [] | null | [] | package com.app;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fr... | 6,637 | 0.60401 | 0.60401 | 188 | 33.75 | 21.433128 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595745 | false | false | 14 |
d6a9a69ba184caff008e08288b75e6c6d8b37713 | 14,499,809,619,020 | ba213ff6f55063951ec3a38093bad72ea93df329 | /app/src/main/java/net/svglol/helm/data/local/Db.java | 143be431bea37829e5c624a4d953ef79e53c9386 | [] | no_license | svglol/helm | https://github.com/svglol/helm | ed38b4c2b8b1ee700afed8485e1655a8674f2b78 | fa2b9337b0fdb7247d5193e28c64f45e49f586b4 | refs/heads/master | 2018-03-22T14:02:37.433000 | 2017-03-03T05:20:02 | 2017-03-03T05:20:02 | 41,845,842 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.svglol.helm.data.local;
import android.content.ContentValues;
import android.database.Cursor;
import net.svglol.helm.data.model.DirectMessage;
import net.svglol.helm.data.model.Hashtag;
import net.svglol.helm.data.model.Status;
import net.svglol.helm.data.model.User;
public class Db {
public Db() {
... | UTF-8 | Java | 4,413 | java | Db.java | Java | [] | null | [] | package net.svglol.helm.data.local;
import android.content.ContentValues;
import android.database.Cursor;
import net.svglol.helm.data.model.DirectMessage;
import net.svglol.helm.data.model.Hashtag;
import net.svglol.helm.data.model.Status;
import net.svglol.helm.data.model.User;
public class Db {
public Db() {
... | 4,413 | 0.582823 | 0.582823 | 125 | 34.304001 | 25.762989 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496 | false | false | 14 |
fb40c8c54cfa81f847df4c858d345fa65187f1ff | 13,718,125,568,067 | 38acc0910eb3aefe388b17d7346b7bfaee848999 | /src/de/infsec/tpl/xml/XMLParser.java | 17bfc9ff1a47949749d3d22f39132099d2826be5 | [
"Apache-2.0"
] | permissive | aossp/LibScout | https://github.com/aossp/LibScout | bd21999ed2a6aa61fca998a2916b098a6ae4fd69 | 20ac770ea91200fc053534617d17db83208d2d84 | refs/heads/master | 2023-04-06T07:29:39.911000 | 2019-02-22T21:02:28 | 2019-02-22T21:02:28 | 172,179,087 | 2 | 0 | Apache-2.0 | true | 2023-03-24T22:34:59 | 2019-02-23T06:17:24 | 2023-02-09T09:37:35 | 2023-03-24T22:34:59 | 63,007 | 2 | 0 | 1 | Java | false | false | /*
* Copyright (c) 2015-2017 Erik Derr [derr@cs.uni-saarland.de]
*
* 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 a... | UTF-8 | Java | 4,536 | java | XMLParser.java | Java | [
{
"context": "/*\n * Copyright (c) 2015-2017 Erik Derr [derr@cs.uni-saarland.de]\n *\n * Licensed under th",
"end": 40,
"score": 0.9998275637626648,
"start": 31,
"tag": "NAME",
"value": "Erik Derr"
},
{
"context": "/*\n * Copyright (c) 2015-2017 Erik Derr [derr@cs.uni-saarland.de]\... | null | [] | /*
* Copyright (c) 2015-2017 <NAME> [<EMAIL>]
*
* 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 ag... | 4,517 | 0.70679 | 0.700176 | 125 | 35.287998 | 33.458946 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152 | false | false | 14 |
73f59ee6997602b9430670aff8643e7c557d00e7 | 3,083,786,558,568 | 662576fd40bb723660a7efd90720f3bfec258b02 | /platform/payment/src/main/java/com/xlibao/payment/data/model/PaymentTransactionLogger.java | 40f868d9bbe0bd6d5a14151a8b16f2ce99c4d3fd | [] | no_license | cggggggg/xiaohuiItem | https://github.com/cggggggg/xiaohuiItem | 9547a78aa5b8aacb1f9207bad89f2652925451c9 | c3827ef1317a2728a655748a519ea0ced5bffaaa | refs/heads/master | 2019-03-12T17:34:04.750000 | 2017-11-02T08:42:45 | 2017-11-02T08:42:45 | 102,329,287 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xlibao.payment.data.model;
import java.util.Date;
public class PaymentTransactionLogger {
private Long id;
private Long passportId;
private String transSequenceNumber;
private Integer transStatus;
private String paymentType;
private Integer transType;
private String partnerId;... | UTF-8 | Java | 8,730 | java | PaymentTransactionLogger.java | Java | [] | null | [] | package com.xlibao.payment.data.model;
import java.util.Date;
public class PaymentTransactionLogger {
private Long id;
private Long passportId;
private String transSequenceNumber;
private Integer transStatus;
private String paymentType;
private Integer transType;
private String partnerId;... | 8,730 | 0.66701 | 0.66701 | 349 | 24.017193 | 22.847313 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.332378 | false | false | 14 |
689c5ac176dcaf7c500cdb66630bbcb6f3f61229 | 29,420,526,022,797 | 83777b63983c96827fb6fd3ac3a1e3c71b40b41d | /src/main/java/org/bransummer/db_coursedesign_libaray/MainFrame.java | deacffd5d2f187a827217c5f1dd1c937e56c476a | [] | no_license | rabbit200/BMSystem | https://github.com/rabbit200/BMSystem | 73d5d409cfaab2dbda108390515ca384368c691a | 30a8af0d15dc11dc3f45457d7c378b136cdb3a0e | refs/heads/master | 2021-05-17T10:46:32.792000 | 2018-12-17T04:19:06 | 2018-12-17T04:19:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bransummer.db_coursedesign_libaray;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import javax.swing.JFrame;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.sw... | UTF-8 | Java | 6,444 | java | MainFrame.java | Java | [] | null | [] | package org.bransummer.db_coursedesign_libaray;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import javax.swing.JFrame;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.sw... | 6,444 | 0.68415 | 0.681337 | 276 | 20.89855 | 16.962358 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.815217 | false | false | 14 |
860d115764c680aec49fd37253122fcf56dd122d | 5,179,730,609,838 | b6fe71fbd41d625131fbd147d6015add0b4e1680 | /src/selPackage_3_4/ExcelWriter.java | 5773e63a5e7287a88a977cd7e0262f08c4c90d9b | [] | no_license | krishanuc1001/SeleniumPracticeCodes | https://github.com/krishanuc1001/SeleniumPracticeCodes | 2661f5199dca71c57bcbc240b72743eefb7b7230 | bc446f2a4d3d060edeec2da4708eb2bd7deacef2 | refs/heads/master | 2020-08-07T01:04:56.120000 | 2019-10-19T15:48:05 | 2019-10-19T15:48:05 | 213,232,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package selPackage_3_4;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
public class ExcelW... | UTF-8 | Java | 977 | java | ExcelWriter.java | Java | [] | null | [] | package selPackage_3_4;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
public class ExcelW... | 977 | 0.742068 | 0.731832 | 36 | 26.138889 | 25.126516 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.583333 | false | false | 14 |
09a1c20313fe7fc7a8fbe2857cbbd62ca3e426b3 | 2,456,721,359,052 | 2d0dbb9b44e097b382b1d97d9d71c17605edda87 | /screenshot/src/main/java/net/ladenthin/screenshot/Chunk.java | e641f83040497912ffe83059e6560bcc5d80e433 | [
"Apache-2.0"
] | permissive | bernardladenthin/BroomCabinet | https://github.com/bernardladenthin/BroomCabinet | 0853a3619199164140e8f92314cdd4a1fd6c41bf | 2c5bf0072e68e20dd4c2b0c216730af8c4099774 | refs/heads/master | 2022-06-09T00:56:33.149000 | 2021-02-08T22:45:40 | 2021-02-08T22:45:40 | 70,739,844 | 0 | 0 | Apache-2.0 | false | 2022-05-20T20:49:00 | 2016-10-12T20:42:46 | 2021-02-08T22:46:01 | 2022-05-20T20:48:59 | 52,032 | 0 | 0 | 7 | Java | false | false | package net.ladenthin.screenshot;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.IOException;
import java.util.Arrays;
import java.util.zip.DataFormatException;
public class Chunk {
private long id;
private String digest;
private BufferedImage imag... | UTF-8 | Java | 3,546 | java | Chunk.java | Java | [] | null | [] | package net.ladenthin.screenshot;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.IOException;
import java.util.Arrays;
import java.util.zip.DataFormatException;
public class Chunk {
private long id;
private String digest;
private BufferedImage imag... | 3,546 | 0.597011 | 0.595037 | 136 | 24.07353 | 24.107796 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485294 | false | false | 14 |
f132cfbbbf517d5774ae863ff70cb4b742bc129c | 1,666,447,343,362 | 762805931984a533a6df321dfa4f3c0e7b4412d7 | /src/com/uhaapi/server/geo/MapsService.java | 34a767f9e4f517f76ea01ac3876ccce55d8605cb | [] | no_license | easyas314159/Unofficial-Heavens-Above-API | https://github.com/easyas314159/Unofficial-Heavens-Above-API | ef8c45b63e46d478ebab821e16b97d9b66a93087 | 41ba5898d24a73f931f9b6d82dade7f86c550aaa | refs/heads/master | 2020-05-17T22:36:08.097000 | 2013-02-24T06:17:56 | 2013-02-24T06:17:56 | 1,974,659 | 4 | 3 | null | false | 2015-11-08T08:01:40 | 2011-06-29T20:37:46 | 2015-09-16T16:58:55 | 2015-11-08T08:01:40 | 5,662 | 6 | 3 | 1 | Java | null | null | package com.uhaapi.server.geo;
import java.net.URI;
import java.net.URISyntaxException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import java.util.Vector;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import ja... | UTF-8 | Java | 3,542 | java | MapsService.java | Java | [] | null | [] | package com.uhaapi.server.geo;
import java.net.URI;
import java.net.URISyntaxException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import java.util.Vector;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import ja... | 3,542 | 0.746471 | 0.743648 | 122 | 28.032787 | 26.336702 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.114754 | false | false | 14 |
8829c1c8ab00f8ab83c4fca719a0ab4ac8ff6bda | 26,534,308,010,108 | f8297d7201bf4a8f5652bb009220fdc737911ac4 | /FinalministryData/src/main/java/org/finalministry/database/connection/FinalministryDatabaseConnection.java | 37fcf4be063aaabadec94769ae164634c5755d1e | [] | no_license | hydrogen2oxygen/finalministry-desktop | https://github.com/hydrogen2oxygen/finalministry-desktop | 454a4954f1444231ba037b15b74a052318b8b651 | febb4c6568ab93956508aa07599cd43dcef24310 | refs/heads/master | 2016-05-30T03:05:20.708000 | 2015-01-06T18:24:36 | 2015-01-06T18:24:36 | 32,135,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.finalministry.database.connection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class FinalministryDatabaseConnection implements IDatabaseConnection {
private Connection conn;
private String databaseName;
private String username;
private String pass... | UTF-8 | Java | 2,181 | java | FinalministryDatabaseConnection.java | Java | [
{
"context": "his.databaseName = databaseName;\n\t\tthis.username = username;\n\t\tthis.password = password;\n\t\tthis.port = port;\n",
"end": 562,
"score": 0.9943317770957947,
"start": 554,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ame;\n\t\tthis.username = username;\n... | null | [] | package org.finalministry.database.connection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class FinalministryDatabaseConnection implements IDatabaseConnection {
private Connection conn;
private String databaseName;
private String username;
private String pass... | 2,185 | 0.735901 | 0.734984 | 100 | 20.809999 | 25.548658 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 14 |
470db386ae1f622f34e1d3126f5463f165ad7c0a | 16,346,645,573,194 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_8a0bf87d0d4dcd50f51386deb3a6877589db377a/DisplayCountsModel/2_8a0bf87d0d4dcd50f51386deb3a6877589db377a_DisplayCountsModel_t.java | 68a83ee98f2d808c7a06d20705525bb12c77f014 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /**
* This is a TableModel which displays the sequences (as returned by dataStore) by
* their basepair counts (their "widths").
*/
/*
*
* SequenceMatrix
* Copyright (C) 2006 Gaurav Vaidya
*
* This program is free software; you can redistribute it and/or modify
* it under the terms... | UTF-8 | Java | 6,741 | java | 2_8a0bf87d0d4dcd50f51386deb3a6877589db377a_DisplayCountsModel_t.java | Java | [
{
"context": "\n *\r\n * SequenceMatrix\r\n * Copyright (C) 2006 Gaurav Vaidya\r\n * \r\n * This program is free software; you c",
"end": 213,
"score": 0.9998672604560852,
"start": 200,
"tag": "NAME",
"value": "Gaurav Vaidya"
}
] | null | [] | /**
* This is a TableModel which displays the sequences (as returned by dataStore) by
* their basepair counts (their "widths").
*/
/*
*
* SequenceMatrix
* Copyright (C) 2006 <NAME>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the... | 6,734 | 0.64931 | 0.643821 | 208 | 30.403847 | 30.119001 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.596154 | false | false | 14 |
f893d6794f966a8dd9058ea1fbf27c7ab72e2029 | 20,392,504,741,960 | d57b8280756329c95fe94abba2d1d88a3b90cb29 | /app/src/main/java/com/example/chaej/misemap/MapActivity.java | 525ab32dfec7f36cef9b47b427b4880fb84f77fc | [] | no_license | my27dev/MiseMap | https://github.com/my27dev/MiseMap | e49267bcc4382e69abc05f36b274853683456d9c | c5a9a1b1e9d8fd02d1924b2ea66ab2462a4d16d2 | refs/heads/master | 2020-05-15T05:35:01.212000 | 2019-04-19T06:55:24 | 2019-04-19T06:55:24 | 182,107,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chaej.misemap;
import android.Manifest;
import android.graphics.Color;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RelativeLayou... | UTF-8 | Java | 9,876 | java | MapActivity.java | Java | [
{
"context": "R.id.map_view);\n mapView.setDaumMapApiKey(\"ec975a262f6f8ae0ec11307f0687dea4\");\n RelativeLayout container = (RelativeLa",
"end": 1547,
"score": 0.9997618198394775,
"start": 1515,
"tag": "KEY",
"value": "ec975a262f6f8ae0ec11307f0687dea4"
},
{
"context": ... | null | [] | package com.example.chaej.misemap;
import android.Manifest;
import android.graphics.Color;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RelativeLayou... | 9,781 | 0.498925 | 0.485278 | 229 | 39.637554 | 30.948536 | 244 | false | false | 0 | 0 | 0 | 0 | 74 | 0.015904 | 0.641921 | false | false | 14 |
b213f12b0a2e61abe394830d8f32db2e41212dd8 | 32,392,643,406,457 | c8e104fef89772b61f15de06973ab2a4e44fa274 | /src/test/resources/Move/MoveMethod/AcrossFiles/ours/NameLogicTest.java | daf1f416c78eeefbdca57345693a1b6751861a65 | [
"MIT"
] | permissive | Symbolk/IntelliMerge | https://github.com/Symbolk/IntelliMerge | 16ae7d577007ef3db082f2b811d845cc6f522649 | 1aa08901c1502871c2f77f7561a91586a47dec7c | refs/heads/master | 2021-08-03T08:11:12.643000 | 2021-07-21T09:18:20 | 2021-07-21T09:18:20 | 172,341,515 | 21 | 3 | MIT | false | 2021-02-23T06:15:45 | 2019-02-24T13:34:02 | 2020-10-19T10:27:15 | 2021-02-23T06:15:44 | 69,454 | 9 | 0 | 1 | Java | false | false | package com.github.javaparser.symbolsolver.resolution.naming;
import com.github.javaparser.*;
import com.github.javaparser.ast.CompilationUnit;
import com.github.javaparser.ast.Node;
import com.github.javaparser.ast.expr.Name;
import com.github.javaparser.ast.expr.SimpleName;
import com.github.javaparser.symbolsolver.... | UTF-8 | Java | 3,334 | java | NameLogicTest.java | Java | [] | null | [] | package com.github.javaparser.symbolsolver.resolution.naming;
import com.github.javaparser.*;
import com.github.javaparser.ast.CompilationUnit;
import com.github.javaparser.ast.Node;
import com.github.javaparser.ast.expr.Name;
import com.github.javaparser.ast.expr.SimpleName;
import com.github.javaparser.symbolsolver.... | 3,334 | 0.672765 | 0.671266 | 77 | 42.298702 | 32.191013 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753247 | false | false | 3 |
851523b16b2186de1a2570c3253f466197c67168 | 12,025,908,478,574 | a3316b02acf4086f741624c3b0c33543e0f1a130 | /src/main/java/com/sda/animal_adoption/service/AnimalService.java | 86006c9b01d6bc39413a6ca32bbaf2524957d936 | [] | no_license | LeviSylvester/animal_adoption | https://github.com/LeviSylvester/animal_adoption | 35586d533afb3bda7e569d99e9e0ad10462ba766 | 732b03c7b81c795325b042bbd09f8eb72af654e8 | refs/heads/master | 2022-08-26T08:22:14.378000 | 2020-05-23T03:58:47 | 2020-05-23T03:58:47 | 262,523,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sda.animal_adoption.service;
import com.sda.animal_adoption.dao.AnimalDao;
import com.sda.animal_adoption.model.Animal;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class AnimalService {
private A... | UTF-8 | Java | 865 | java | AnimalService.java | Java | [] | null | [] | package com.sda.animal_adoption.service;
import com.sda.animal_adoption.dao.AnimalDao;
import com.sda.animal_adoption.model.Animal;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class AnimalService {
private A... | 865 | 0.698266 | 0.698266 | 36 | 23.027779 | 25.560915 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
af631e458f1c900209234ae98c6bcaa5065123a7 | 7,103,875,957,841 | 0fe1048470601a29c4c9ee272937bbedbef7d32e | /src/main/java/cn/gson/his/model/dao/Drug/CgthDao.java | 80bb9750a6dd3ac484fb566dbcd54ae297c4560d | [] | no_license | bellmit/his-2 | https://github.com/bellmit/his-2 | af795ce9881de9b1704b3e7d91b8dea1bd86386d | d79670528d0e34b62abc7e858411870a07dfac4d | refs/heads/master | 2023-08-29T08:58:14.747000 | 2021-10-28T06:24:32 | 2021-10-28T06:24:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.gson.his.model.dao.Drug;
import cn.gson.his.model.pojos.Drug.OrderthEntity;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CgthDao extends CrudRepository<OrderthEntity,String> {
}
| UTF-8 | Java | 285 | java | CgthDao.java | Java | [] | null | [] | package cn.gson.his.model.dao.Drug;
import cn.gson.his.model.pojos.Drug.OrderthEntity;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CgthDao extends CrudRepository<OrderthEntity,String> {
}
| 285 | 0.835088 | 0.835088 | 9 | 30.666666 | 26.524622 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
a3c040164abb7f9c606e303dd3985ccfa9786143 | 13,932,873,958,304 | 4b4d08a6a1a44ee8574bec8ea6ddffd4376fdb52 | /src/main/java/com/work/web_work_on_class/dto/TaskForShow.java | 0b9cccc78eeeb19a3bb6c4b2c82415531aa8d87d | [] | no_license | zhangyonglele/web_work_on_class | https://github.com/zhangyonglele/web_work_on_class | 5255a08d99df4391f922bab15758e7100c8a95d0 | d6fff3227175d9c6c4ba249bfcb57cf31ad9fdb8 | refs/heads/master | 2021-01-09T14:53:44.849000 | 2020-06-09T05:09:09 | 2020-06-09T05:09:09 | 242,344,343 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.work.web_work_on_class.dto;
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
/**
* task_for_show
* @author
*/
@Data
public class TaskForShow implements Serializable {
private String taskName;
private Integer taskBelon... | UTF-8 | Java | 666 | java | TaskForShow.java | Java | [] | null | [] | package com.work.web_work_on_class.dto;
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
/**
* task_for_show
* @author
*/
@Data
public class TaskForShow implements Serializable {
private String taskName;
private Integer taskBelon... | 666 | 0.731231 | 0.728228 | 34 | 18.617647 | 18.365593 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 3 |
dfa41bb50a1752474e764960d082d8462ba70139 | 1,254,130,506,604 | b71c6eb6c3ad3b60e1bc0016fb9a2d4d15e91f9f | /jig-core/src/test/java/stub/domain/model/relation/method/CheckedExceptionB.java | a6cffc5452f7af076c2769105ecbb5fa42505359 | [
"Apache-2.0"
] | permissive | hc0208/jig | https://github.com/hc0208/jig | 43cecb7d950d4891ce504883e46e21abd9451c9d | 1f07266bf87725dcedd65d49141b8dd0c06135ac | refs/heads/main | 2023-07-12T20:34:36.419000 | 2021-08-16T15:56:27 | 2021-08-16T15:56:27 | 398,509,790 | 0 | 0 | Apache-2.0 | true | 2021-08-21T08:47:32 | 2021-08-21T08:47:32 | 2021-08-21T07:33:06 | 2021-08-20T07:09:15 | 6,607 | 0 | 0 | 0 | null | false | false | package stub.domain.model.relation.method;
public class CheckedExceptionB extends Exception {
}
| UTF-8 | Java | 97 | java | CheckedExceptionB.java | Java | [] | null | [] | package stub.domain.model.relation.method;
public class CheckedExceptionB extends Exception {
}
| 97 | 0.824742 | 0.824742 | 4 | 23.25 | 22.927876 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
61852a9ff99672e22615548f797aa65d6ba29b83 | 635,655,204,014 | b0be460c95916b1c3590fbd54047628c7ff65e65 | /app/src/main/java/com/orcchg/dev/maxa/rxmusic/presentation/ui/base/permission/BasePermissionActivity.java | bd8c652efe785000a10aa4f3fcc15b39b1c7e839 | [
"Apache-2.0"
] | permissive | orcchg/RxMusic | https://github.com/orcchg/RxMusic | 09949309831686e2677d6a9e6ef7a9046a8e1601 | 25110f332d0cb1474c0c2bf8e098754f1d722b23 | refs/heads/master | 2021-01-21T10:20:19.238000 | 2017-03-05T14:22:59 | 2017-03-05T14:22:59 | 83,415,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.orcchg.dev.maxa.rxmusic.presentation.ui.base.permission;
import android.content.pm.PackageManager;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.AlertDialog;
import com.orcchg.dev.maxa.rxmusic.R;
import com.orc... | UTF-8 | Java | 4,556 | java | BasePermissionActivity.java | Java | [] | null | [] | package com.orcchg.dev.maxa.rxmusic.presentation.ui.base.permission;
import android.content.pm.PackageManager;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.AlertDialog;
import com.orcchg.dev.maxa.rxmusic.R;
import com.orc... | 4,556 | 0.640255 | 0.638279 | 105 | 42.390476 | 33.072933 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609524 | false | false | 3 |
897d112fa142175058af9358892744fbeb967400 | 15,985,868,330,325 | 99141cac21109ea7b99ffeba9254effa78cc0bce | /cxf_test_client/src/main/java/com/krishnan/balaji/client/App.java | ef06d6361c815c5ae3c13d21c22a9f8986c16989 | [] | no_license | balaji142857/webservices | https://github.com/balaji142857/webservices | eaedcd63cf89f259331c92f314c81192f41f0eff | a37110ceb152163ac78a5e2a03aba3c3b2c4902d | refs/heads/master | 2020-01-22T01:23:11.922000 | 2017-07-04T04:07:40 | 2017-07-04T04:07:40 | 94,462,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.krishnan.balaji.client;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.krishnan.balaji.HelloService;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
ClassPathXmlApplicationContext context = new ClassPathXmlAppli... | UTF-8 | Java | 701 | java | App.java | Java | [] | null | [] | package com.krishnan.balaji.client;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.krishnan.balaji.HelloService;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
ClassPathXmlApplicationContext context = new ClassPathXmlAppli... | 701 | 0.708987 | 0.707561 | 24 | 28.25 | 28.557325 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
b875250e71b6fb630db30b9c30ee7b95cc2e23d4 | 10,411,000,790,357 | 2530057f454c20adecdc2e75f9722963313846e7 | /PO/PO_TP4/src/Animaux/Panthere.java | ff72034ef66df00ba9b6c2482fb55d04437437fb | [] | no_license | Francis-Istic/Licence | https://github.com/Francis-Istic/Licence | df59c8ecc06577dd1f8ff652b1d2c64c6aa66093 | 424a2754fb9632e49f74514f1d337da8c3856286 | refs/heads/master | 2020-08-07T14:36:59.713000 | 2019-12-30T21:56:36 | 2019-12-30T21:56:36 | 213,490,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Animaux;
public class Panthere extends Felins {
public Panthere(String nom, int age) {
super(nom, age);
// TODO Auto-generated constructor stub
}
@Override
public String toString() {
return super.toString() + "C'est une Panthere. ";
}
}
| UTF-8 | Java | 258 | java | Panthere.java | Java | [] | null | [] | package Animaux;
public class Panthere extends Felins {
public Panthere(String nom, int age) {
super(nom, age);
// TODO Auto-generated constructor stub
}
@Override
public String toString() {
return super.toString() + "C'est une Panthere. ";
}
}
| 258 | 0.697674 | 0.697674 | 13 | 18.846153 | 17.645422 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 3 |
96042d9ac3a923051e2629a13d0d0f381949a25c | 7,138,235,695,654 | a70e66d86e0783361ce4672b04d7fbb17d333a56 | /book-store-commons/src/main/java/com/bs/utils/string/StringUtil.java | 253b59aef0f12cf11c615940aed658acd6c1d260 | [] | no_license | nanke-ym/book-store | https://github.com/nanke-ym/book-store | e8e1bd21546dd63749e80a9a5fb57b047e0a60b0 | f79b8b9124043c32b92514f77a1da4040a1578f7 | refs/heads/master | 2023-04-07T10:27:13.516000 | 2018-04-03T13:33:48 | 2018-04-03T13:33:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bs.utils.string;
import com.bs.utils.time.DateFormatUtil;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.RandomStringUtils;
import java.text.NumberFormat;
import java.util.Date;
import java.util.Random;
/**
* 字符串工具类
* Created by Kay on 2017/4/25.
*/
public class St... | UTF-8 | Java | 1,521 | java | StringUtil.java | Java | [
{
"context": "ort java.util.Random;\n\n/**\n * 字符串工具类\n * Created by Kay on 2017/4/25.\n */\npublic class StringUtil {\n /",
"end": 286,
"score": 0.8203920722007751,
"start": 283,
"tag": "USERNAME",
"value": "Kay"
}
] | null | [] | package com.bs.utils.string;
import com.bs.utils.time.DateFormatUtil;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.RandomStringUtils;
import java.text.NumberFormat;
import java.util.Date;
import java.util.Random;
/**
* 字符串工具类
* Created by Kay on 2017/4/25.
*/
public class St... | 1,521 | 0.638181 | 0.608546 | 58 | 24.017241 | 21.150114 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 3 |
357a2013d13dee3891dd216760acc87492fee815 | 23,940,147,746,430 | 93f95af4ecf7c00a4f9459a58538e02b0eddc514 | /src/Kernel.java | ea349809dbee66c900f63ebb4d0f4fdabd0adcc5 | [] | no_license | TimotheeMB/M3C4nX | https://github.com/TimotheeMB/M3C4nX | ae35927f9ecf5238e8db2c71d1bc95e27112a291 | 31646612e3b0e9f1ea5e377593edc60a919478d3 | refs/heads/master | 2023-02-07T02:23:30.036000 | 2020-12-30T16:37:29 | 2020-12-30T16:37:29 | 281,468,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Map;
public final class Kernel {
//ATTRIBUTES
static HashMap<String,Maob> maobs = new HashMap<>();
static HashMap<String,Basis> ... | UTF-8 | Java | 8,214 | java | Kernel.java | Java | [] | null | [] | import javax.swing.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Map;
public final class Kernel {
//ATTRIBUTES
static HashMap<String,Maob> maobs = new HashMap<>();
static HashMap<String,Basis> ... | 8,214 | 0.505965 | 0.498296 | 236 | 33.805084 | 25.347002 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690678 | false | false | 3 |
e442de9c09dd578a94c30b8465b302ee3251d824 | 1,838,246,007,012 | 17199ac81f3a92ef2774aa56560fcca6a5858fd8 | /src/main/java/com/uclog/service/NavsService.java | 5cec07f38c2aaa8b6e21b626b26f75db9547cdb2 | [] | no_license | wangyummm888/uclogtest | https://github.com/wangyummm888/uclogtest | 5709ec8a74a7d6747784ac6ebf5dd83196c61bdf | a5d3c783bb554b618c736560c40d46497d0ec626 | refs/heads/master | 2021-01-15T13:28:45.249000 | 2018-01-23T03:20:07 | 2018-01-23T03:20:07 | 99,673,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uclog.service;/**
* Created by wangyu on 2017/8/10.
*/
import com.uclog.model.Navs;
import java.util.List;
/**
* @author yu.wang15
* @create 2017-08-10 16:25
**/
public interface NavsService {
List<Navs> getNavs();
}
| UTF-8 | Java | 243 | java | NavsService.java | Java | [
{
"context": "package com.uclog.service;/**\n * Created by wangyu on 2017/8/10.\n */\n\nimport com.uclog.model.Navs;\n\n",
"end": 50,
"score": 0.998722493648529,
"start": 44,
"tag": "USERNAME",
"value": "wangyu"
},
{
"context": "odel.Navs;\n\nimport java.util.List;\n\n/**\n * @author... | null | [] | package com.uclog.service;/**
* Created by wangyu on 2017/8/10.
*/
import com.uclog.model.Navs;
import java.util.List;
/**
* @author yu.wang15
* @create 2017-08-10 16:25
**/
public interface NavsService {
List<Navs> getNavs();
}
| 243 | 0.658436 | 0.572016 | 17 | 13.294118 | 13.172006 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 3 |
86ee660472c76a90c554df7189f7249ea8279da4 | 16,020,228,068,247 | c1a6d1d4d43a873868ea8849e64ac1dbe5c03bef | /src/Game.java | 58f727272663e0c516cc3e809dded36c1b11aa7a | [] | no_license | msg138/RetroGame | https://github.com/msg138/RetroGame | 61bae9c2596cd6ef3f4632f55331496035548be0 | 5997480ddd262a20453654d25d8401822636c27b | refs/heads/master | 2021-01-13T09:22:35.020000 | 2016-10-04T19:45:36 | 2016-10-04T19:45:36 | 70,000,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.jogamp.opengl.GL2;
import com.retro.engine.Framework;
import com.retro.engine.Messaging.RetroMessage;
import com.retro.engine.RetroProcess;
import com.retro.engine.debug.Debug;
import com.retro.engine.debug.DebugMode;
import com.retro.engine.entity.Entity;
import com.retro.engine.event.EventHandler;
import c... | UTF-8 | Java | 1,626 | java | Game.java | Java | [
{
"context": "import java.awt.event.KeyEvent;\n\n/**\n * Created by Michael on 7/29/2016.\n */\npublic class Game extends Retro",
"end": 489,
"score": 0.957961916923523,
"start": 482,
"tag": "NAME",
"value": "Michael"
}
] | null | [] | import com.jogamp.opengl.GL2;
import com.retro.engine.Framework;
import com.retro.engine.Messaging.RetroMessage;
import com.retro.engine.RetroProcess;
import com.retro.engine.debug.Debug;
import com.retro.engine.debug.DebugMode;
import com.retro.engine.entity.Entity;
import com.retro.engine.event.EventHandler;
import c... | 1,626 | 0.668512 | 0.658057 | 54 | 29.111111 | 23.865105 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 3 |
06264d92dcf1e94efe9de8f82560751bcac6179f | 22,479,858,879,247 | e98a73fbd4e97bdb5cc37c14d99520576dd50093 | /src/com/appname/TestNGPrograms/TestNGProg_RetryMechanism.java | ca0990c18d283607e6a8c4f94027218ef57ea4be | [] | no_license | riteshGM/RND | https://github.com/riteshGM/RND | def74f54e5cebf935f8cd93f709325683e56316e | 844b3a3e04b13142cc88592e54eb46e2974a7980 | refs/heads/master | 2023-08-11T04:56:46.703000 | 2023-07-24T05:44:21 | 2023-07-24T05:44:21 | 112,025,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appname.TestNGPrograms;
import org.testng.Assert;
import org.testng.annotations.Test;
public class TestNGProg_RetryMechanism {
@Test(retryAnalyzer = com.appname.TestNGPrograms.RetryAnalyzer.class)
public void Test1()
{
System.out.println("Test Started Test1");
Assert.assertEqu... | UTF-8 | Java | 392 | java | TestNGProg_RetryMechanism.java | Java | [] | null | [] | package com.appname.TestNGPrograms;
import org.testng.Assert;
import org.testng.annotations.Test;
public class TestNGProg_RetryMechanism {
@Test(retryAnalyzer = com.appname.TestNGPrograms.RetryAnalyzer.class)
public void Test1()
{
System.out.println("Test Started Test1");
Assert.assertEqu... | 392 | 0.714286 | 0.706633 | 17 | 21.058823 | 20.98871 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 3 |
83c776ec104c95b3709747473a900304653173bc | 20,401,094,705,980 | 5d7aa7a3f7f1f959e8dc358e6cf816fb1a090df5 | /src/main/java/tech/stoneapp/epub/convertor/TextFileConvertor.java | df145dfc4da9418c0af42171d9d7c4e4dcb60f3e | [
"MIT"
] | permissive | t510599/epub-convert-gui | https://github.com/t510599/epub-convert-gui | c0540817c896e43b6206bf2e40981765b0bf45be | 58140f1d80a77792b3d1cd038327506e9a3d1f5e | refs/heads/master | 2023-06-02T23:45:55.236000 | 2021-06-18T14:57:21 | 2021-06-18T14:57:21 | 365,580,893 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.stoneapp.epub.convertor;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.util.stream.Collectors;
public class TextFileConvertor {
protected final ChineseTranslator translator = new ChineseTranslator();
public TextFileConvertor() {}
public InputStream convert(InputStr... | UTF-8 | Java | 644 | java | TextFileConvertor.java | Java | [] | null | [] | package tech.stoneapp.epub.convertor;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.util.stream.Collectors;
public class TextFileConvertor {
protected final ChineseTranslator translator = new ChineseTranslator();
public TextFileConvertor() {}
public InputStream convert(InputStr... | 644 | 0.745342 | 0.743789 | 19 | 32.947369 | 29.993813 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 3 |
81588a2ae06044cfa145490cfec9ba7a3d307170 | 20,401,094,705,938 | 6356f35d87bf780bf637b725d7946144b4340f58 | /src/java/Repositorio/DAO.java | 696422c6bef67e986149594e1e455eaff9e6f0ae | [] | no_license | ricardoburgmachado/SIG | https://github.com/ricardoburgmachado/SIG | 5a9282f1f019cf7fdd27d8e023c97782f76327ba | df6376d4f1a46705c177922822e7e84393cb778e | refs/heads/master | 2021-01-10T05:08:03.844000 | 2016-02-20T13:43:03 | 2016-02-20T13:43:03 | 52,128,022 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Repositorio;
import Modelo.GerenciamentoDadosGeotecnicos.Classe;
import java.util.ArrayList;
import java.util.HashM... | UTF-8 | Java | 10,258 | java | DAO.java | Java | [
{
"context": "ework.stereotype.Component;\r\n\r\n/**\r\n *\r\n * @author Ricardo\r\n */\r\npublic abstract class DAO{\r\n\r\n private S",
"end": 860,
"score": 0.9997884631156921,
"start": 853,
"tag": "NAME",
"value": "Ricardo"
}
] | 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 Repositorio;
import Modelo.GerenciamentoDadosGeotecnicos.Classe;
import java.util.ArrayList;
import java.util.HashM... | 10,258 | 0.555165 | 0.554774 | 264 | 36.761364 | 27.444845 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621212 | false | false | 3 |
7b1c659d009fec4b1e8a09e59fb89878bf59706a | 22,651,657,578,473 | 56833f4fe535b246d8410ee7cb7ccd9a4d69d62b | /src/main/java/com/ecommerce/EasyCart/Repository/PurchaseRepository.java | 202bd903106692ba2d7f36ab4d4dcdeddfaa3248 | [] | no_license | Aryakrishna12/EasyCart | https://github.com/Aryakrishna12/EasyCart | 91a2ae83563b64e73a2e9d4e1b4cb09b791ad884 | de1b09a8c27cb8eb44b86b23ecc9de577c395f3d | refs/heads/master | 2023-08-29T03:52:10.018000 | 2021-11-01T03:52:08 | 2021-11-01T03:52:08 | 422,202,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ecommerce.EasyCart.Repository;
import java.sql.Date;
import java.time.LocalDate;
import java.util.Collection;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
//import org.springframework.data.repository.CrudReposito... | UTF-8 | Java | 858 | java | PurchaseRepository.java | Java | [] | null | [] | package com.ecommerce.EasyCart.Repository;
import java.sql.Date;
import java.time.LocalDate;
import java.util.Collection;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
//import org.springframework.data.repository.CrudReposito... | 858 | 0.827506 | 0.827506 | 24 | 34.75 | 27.896011 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958333 | false | false | 3 |
465a5ed25171d59aecff326f49714477f519eabc | 29,678,224,073,236 | b8935ce0f1570568b3f9386b3d6240634d25a0c7 | /src/sensorpanel/first/SensorPanel.java | 2d099b26af32f09ac57ef8a22c494e87af78cdbf | [] | no_license | MatFX/ExperimentalFX | https://github.com/MatFX/ExperimentalFX | a9f28f5e246657e79b3d98e9d2866474b4ea189f | 920a62d0fac722e19fc5436b8a5950602e73e2e4 | refs/heads/master | 2023-04-16T09:18:18.165000 | 2023-03-23T10:00:10 | 2023-03-23T10:00:10 | 99,205,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sensorpanel.first;
import java.util.HashMap;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.geometry.Bou... | UTF-8 | Java | 27,174 | java | SensorPanel.java | Java | [
{
"context": "LD ,12);\n\t\t//TODO variable\n\t\tString stringText = \"Monet; Die japanische Brücke\";\n\t\tBounds maxTextAbmasse ",
"end": 21232,
"score": 0.998505175113678,
"start": 21227,
"tag": "NAME",
"value": "Monet"
}
] | null | [] | package sensorpanel.first;
import java.util.HashMap;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.geometry.Bou... | 27,174 | 0.685933 | 0.543313 | 848 | 31.031839 | 31.704193 | 233 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.148585 | false | false | 3 |
b24a9b0c4eeedf843396f5a3f062181b9edf264c | 4,423,816,369,984 | 31d693903c0027f5b8152960bf03740ae898c82a | /app/src/main/java/personal/wl/mobilepointapp/ui/adapter/MPASkuListAdapter.java | 3ee57fbd4f249e58a6ea8003ce48d772891f69ca | [] | no_license | gongfranksh/MobilePointApp | https://github.com/gongfranksh/MobilePointApp | 96535a0ac618c869a99144fac11be56236d6dc12 | a3033b2ca3ae0d0b0438d7b2c0de73eda98a9e8b | refs/heads/master | 2020-04-13T22:50:22.052000 | 2019-04-28T09:19:28 | 2019-04-28T09:19:28 | 163,489,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package personal.wl.mobilepointapp.ui.adapter;
import android.databinding.DataBindingUtil;
import android.databinding.ViewDataBinding;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import android.widget.Toast;
import com.chad.library.adapte... | UTF-8 | Java | 2,846 | java | MPASkuListAdapter.java | Java | [] | null | [] | package personal.wl.mobilepointapp.ui.adapter;
import android.databinding.DataBindingUtil;
import android.databinding.ViewDataBinding;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import android.widget.Toast;
import com.chad.library.adapte... | 2,846 | 0.752113 | 0.752113 | 85 | 32.411766 | 33.347473 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682353 | false | false | 3 |
29dc318d6598b920c873768dce44f8aa0ec36a33 | 11,862,699,729,243 | 8dfe6d3c79dd05ec07ba252e5b69f30352a2227a | /CityscapeLab/Blimp.java | cdcc2c706044351db986877af4b04d1e462f5e5e | [] | no_license | pgbeckman/unit2Classes | https://github.com/pgbeckman/unit2Classes | 19c59a6193c2b30fd65285a46331a12130a5e1cb | 9764ac7647f255ffb2063d79dbf4bec738339c84 | refs/heads/master | 2021-01-22T06:32:06.483000 | 2014-10-13T15:52:22 | 2014-10-13T15:52:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.geom.*;
import java.util.Random;
/**
* Blimp class that sets code for draw method
*
* @author Paul Beckman
* @version Oct 6 2014
*/
public class Blimp {
//left x coordinate of blimp object
private int xLeft;
//top y coordinate of blimp object
private int yTop;
//blimp... | UTF-8 | Java | 1,457 | java | Blimp.java | Java | [
{
"context": "lass that sets code for draw method\n * \n * @author Paul Beckman\n * @version Oct 6 2014\n */\npublic class Blimp {\n ",
"end": 146,
"score": 0.9996804594993591,
"start": 134,
"tag": "NAME",
"value": "Paul Beckman"
}
] | null | [] | import java.awt.*;
import java.awt.geom.*;
import java.util.Random;
/**
* Blimp class that sets code for draw method
*
* @author <NAME>
* @version Oct 6 2014
*/
public class Blimp {
//left x coordinate of blimp object
private int xLeft;
//top y coordinate of blimp object
private int yTop;
//blimp messa... | 1,451 | 0.650652 | 0.610158 | 51 | 27.568628 | 22.656216 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 3 |
b9f45f84140ad94adf3bac4b2fc3e6b68d8d00ac | 12,721,693,191,001 | 3ba6f0b0cfe4c8e1fe7ec66612f300335beb0289 | /src/main/java/ekz/arch/constants/AccountConstants.java | f6b66a08ce2c40a625140c77ac754128292937b0 | [] | no_license | Ekzilit/eve-combine | https://github.com/Ekzilit/eve-combine | 424204022f3e880751d3a5e12be563b7296c5bf6 | c7efed34c5895723713aff25a26e4109aa929c23 | refs/heads/master | 2018-04-15T11:59:23.699000 | 2017-08-04T15:27:18 | 2017-08-04T15:27:18 | 94,309,581 | 1 | 0 | null | false | 2017-07-07T06:45:28 | 2017-06-14T08:44:33 | 2017-06-26T08:04:27 | 2017-07-07T06:45:28 | 1,041 | 1 | 0 | 0 | ASP | null | null | package ekz.arch.constants;
public class AccountConstants {
public static final String Account = "/account";
public static final String ACCOUNT_STATUS = "/AccountStatus.xml.aspx";
public static final String API_KEY_INFO = "/APIKeyInfo.xml.aspx";
public static final String CHARACTERS = "/Character... | UTF-8 | Java | 339 | java | AccountConstants.java | Java | [] | null | [] | package ekz.arch.constants;
public class AccountConstants {
public static final String Account = "/account";
public static final String ACCOUNT_STATUS = "/AccountStatus.xml.aspx";
public static final String API_KEY_INFO = "/APIKeyInfo.xml.aspx";
public static final String CHARACTERS = "/Character... | 339 | 0.716814 | 0.716814 | 9 | 35.666668 | 29.196651 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
ae5c06109bd755b313186854fb53be6a48c4f519 | 15,333,033,311,211 | cfb0b189a0ba6fa0ee4086069fac69c1d66d1944 | /src/bones/KeyTyped.java | 1563c41e6a2044a01426d7afb95056b538355b97 | [] | no_license | merttsenn/Online-Banking | https://github.com/merttsenn/Online-Banking | 75ca2ec0ecf054c426f7424d9e416d2dd51ed1f5 | c0f053ea36508f131d5d1e12f8c8c0c7816c38d4 | refs/heads/master | 2022-06-10T23:30:41.039000 | 2020-05-03T20:52:19 | 2020-05-03T20:52:19 | 261,019,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bones;
import java.awt.Component;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import javax.swing.JTextField;
public class KeyTyped {
public static void sadeceSayiAl(Component currentComponent, JTextField text) //gönderilen textfield'a sadece sayı girilmesini sağlar
{
tex... | UTF-8 | Java | 881 | java | KeyTyped.java | Java | [] | null | [] | package bones;
import java.awt.Component;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import javax.swing.JTextField;
public class KeyTyped {
public static void sadeceSayiAl(Component currentComponent, JTextField text) //gönderilen textfield'a sadece sayı girilmesini sağlar
{
tex... | 881 | 0.626575 | 0.626575 | 25 | 33.919998 | 37.587147 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 3 |
d3fa83e460edc24ef243cca8d1be2b5a51c89f57 | 7,687,991,525,275 | 7323d814dc89b00d5c6a7209e6b3e6e3018e61d4 | /Desktop/software/UIAutomation/src/test/java/Common/BaseClass.java | 70f8cdf75b915775e475debbb7704d83cb22479b | [] | no_license | GauravScript/UIAutomation_github | https://github.com/GauravScript/UIAutomation_github | b4f00fe1e057e62b954fe2434b2cf3668e6e3588 | 0bdd00f2a0247f95d0043f51a2be4c7b6a194151 | refs/heads/master | 2022-11-25T14:42:30.044000 | 2020-08-09T12:36:21 | 2020-08-09T12:36:21 | 286,230,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Common;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.ITestContext;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
... | UTF-8 | Java | 1,392 | java | BaseClass.java | Java | [
{
"context": "package Common;\n\nimport io.github.bonigarcia.wdm.WebDriverManager;\nimport org.openqa.selenium.",
"end": 44,
"score": 0.9992963671684265,
"start": 34,
"tag": "USERNAME",
"value": "bonigarcia"
}
] | null | [] | package Common;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.ITestContext;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
... | 1,392 | 0.671695 | 0.66954 | 44 | 30.636364 | 21.668043 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
1ba405382eab608a185c2f612fee0fc33eb7f431 | 3,521,873,249,528 | 944f62fd08c69668b47337692eb989814354d40a | /shop-dao/src/main/java/com/masiis/shop/dao/beans/order/SfDistributionRecord.java | ef864a9bf9966f08a5b1bf73a25d9b0bc847f237 | [] | no_license | caitb/shop | https://github.com/caitb/shop | 70ab8eef26afda206c249dc7d6ab742c762e0a83 | 29535190e93f625cd205165bd1b64f9fe06ff3f1 | refs/heads/master | 2020-03-21T11:49:31.441000 | 2016-09-29T09:58:03 | 2016-09-29T09:58:03 | 138,523,378 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.masiis.shop.dao.beans.order;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
/**
* Created by wangbingjian on 2016/4/13.
*/
public class SfDistributionRecord {
/**
* 订单ID
*/
private Long orderId;
/**
* 订单金额
*/
private BigDecimal orderAmount... | UTF-8 | Java | 3,460 | java | SfDistributionRecord.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by wangbingjian on 2016/4/13.\n */\npublic class SfDistributionReco",
"end": 148,
"score": 0.9993778467178345,
"start": 136,
"tag": "USERNAME",
"value": "wangbingjian"
}
] | null | [] | package com.masiis.shop.dao.beans.order;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
/**
* Created by wangbingjian on 2016/4/13.
*/
public class SfDistributionRecord {
/**
* 订单ID
*/
private Long orderId;
/**
* 订单金额
*/
private BigDecimal orderAmount... | 3,460 | 0.610944 | 0.608839 | 153 | 20.738562 | 18.916664 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.281046 | false | false | 3 |
e9d039bc719ceca89a3ad2d626b5bbdc8b1616e6 | 27,032,524,165,003 | 8c4f2111257f498b26f755e7f93262db12384054 | /src/Main.java | 9c052074ffc261b19d1c1202c59e7896cc5efcb2 | [
"MIT"
] | permissive | NS-11/Gyubuntwo.com | https://github.com/NS-11/Gyubuntwo.com | 258699aab70ccb2b134ab931e07344a25959b0a9 | a236d4f293c4d3cebb4bb7385dccd00fd2ca1e70 | refs/heads/master | 2022-03-14T01:44:00.079000 | 2019-10-29T23:21:36 | 2019-10-29T23:21:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
System.out.println("Hello Jeff Test!");
System.out.println("You're the best...");
//test github ecrit pu
}
}
| UTF-8 | Java | 215 | java | Main.java | Java | [
{
"context": "tring[] args) {\r\n System.out.println(\"Hello Jeff Test!\");\r\n System.out.println(\"You're the best.",
"end": 112,
"score": 0.999501645565033,
"start": 103,
"tag": "NAME",
"value": "Jeff Test"
}
] | null | [] | public class Main {
public static void main(String[] args) {
System.out.println("Hello <NAME>!");
System.out.println("You're the best...");
//test github ecrit pu
}
}
| 212 | 0.553488 | 0.553488 | 10 | 19.5 | 20.076105 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 3 |
45f027ae2fad660f82a06694911678338296a551 | 9,259,949,501,166 | 9c53ddf99d12ca1bbdba1b7b6a9077c94cdd01ee | /src/main/java/pe/edu/upc/techlive/models/services/impl/ProductoServiceImpl.java | 44a84a6e8af6fd4187f2d1d3f55682febfdb5580 | [] | no_license | AndresMares0809/WebStream-TechLive | https://github.com/AndresMares0809/WebStream-TechLive | b6562bf565bbe31cf1b1c55300f72dba55f1f93b | c25c2e30e9da8e3bbb5a55d91943f360c817126d | refs/heads/master | 2023-01-03T17:33:42.673000 | 2020-10-28T19:32:42 | 2020-10-28T19:32:42 | 308,995,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.upc.techlive.models.services.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import pe.edu... | UTF-8 | Java | 1,552 | java | ProductoServiceImpl.java | Java | [] | null | [] | package pe.edu.upc.techlive.models.services.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import pe.edu... | 1,552 | 0.802835 | 0.802191 | 59 | 25.305084 | 24.211815 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033898 | false | false | 3 |
f8df11bbb384974628ff1cc0ed13bbd55eb87db0 | 33,432,025,445,894 | 270c3daafbd6ed31656ad57a73628a8e63216850 | /JBRestCool/src/atlas/cool/web/FileDownloadController.java | eef5a6571897ea36f019090bc3c2e34122d92b12 | [] | no_license | andreaformica/JBCoolHub | https://github.com/andreaformica/JBCoolHub | 4664c6d1e3f7ce2ec4cd779a0f79f4a582b9c32e | 2328c9d4767a3130a59fd579fa89a71d8246c6f1 | refs/heads/master | 2021-01-01T17:21:44.583000 | 2015-06-18T08:00:43 | 2015-06-18T08:00:43 | 28,960,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package atlas.cool.web;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import org.primefaces.model.DefaultStreamedContent;
import org.primefaces.model.StreamedContent;
import atlas.cool.rest.utils.WarResources;
public class FileDownloadController {
private Str... | UTF-8 | Java | 856 | java | FileDownloadController.java | Java | [] | null | [] | package atlas.cool.web;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import org.primefaces.model.DefaultStreamedContent;
import org.primefaces.model.StreamedContent;
import atlas.cool.rest.utils.WarResources;
public class FileDownloadController {
private Str... | 856 | 0.706776 | 0.706776 | 32 | 25.75 | 22.948311 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
efb7e48a480d8af34b298d24fba644206aa07091 | 26,414,048,894,040 | 8b671d65e69943b18f7bb26c085bb3c02ce02090 | /app/src/main/java/com/example/tp/BonAchat.java | 325b6177a9f46c4365ddec72336b9cd6034e5e36 | [] | no_license | firminbad/BUNGA_PROD-Final | https://github.com/firminbad/BUNGA_PROD-Final | c112ff7337de55e3d84a6fa491a9f03e8fcb1fd5 | 1dfa5a56d5fc3d28be61bce98b2202bfbf60f151 | refs/heads/master | 2023-05-07T10:44:20.869000 | 2021-05-22T09:48:52 | 2021-05-22T09:48:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tp;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widge... | UTF-8 | Java | 4,534 | java | BonAchat.java | Java | [] | null | [] | package com.example.tp;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widge... | 4,534 | 0.569978 | 0.568874 | 113 | 39.097343 | 35.881062 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.849558 | false | false | 3 |
9f8676db46ca2f67b5ad2ce96e363cddfbe81a6e | 13,365,938,273,874 | a6f12fc5a796c02ec64fa3edc1e77def2828e32e | /Banshee/old/zebra/Zsheet2Old.java | f70ef027de556b8ef2051fd51b342d35616d0100 | [] | no_license | jixingrui/java | https://github.com/jixingrui/java | 94b7a599175e572b6f4ef73686ecebfc21e165e2 | 347680e37a363ebf3b5d79e38718416de5f787f0 | refs/heads/master | 2021-06-27T15:12:16.180000 | 2017-09-19T18:59:56 | 2017-09-19T18:59:56 | 104,111,505 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package azura.banshee.zebra2.zatlas2;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import javax.imageio.ImageIO;
import org.apache.log4j.Logger;
import azura.banshee.util.Png2Atf;
import azura.banshee.util.TextureType;
import azura.ga... | UTF-8 | Java | 5,900 | java | Zsheet2Old.java | Java | [] | null | [] | package azura.banshee.zebra2.zatlas2;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import javax.imageio.ImageIO;
import org.apache.log4j.Logger;
import azura.banshee.util.Png2Atf;
import azura.banshee.util.TextureType;
import azura.ga... | 5,900 | 0.647797 | 0.62678 | 217 | 25.18894 | 21.703197 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.258065 | false | false | 3 |
d5e5534ebe877d47ac837f7c96b3ba6fa4d3a80c | 16,947,940,979,050 | e52ff7c36a00e06b4f00128395bc05d1ba8e4a53 | /Day07-SingleNumber.java | f97822e98e4b0c8be86349702bd4903d460e2075 | [] | no_license | HDCong/MyDailyLeetCode | https://github.com/HDCong/MyDailyLeetCode | 3a97f4be55c9e5a1bb07848b695e075f8af74821 | f74defc95d72d86dce1c403936a07755ba205f95 | refs/heads/master | 2022-12-31T09:48:28.967000 | 2020-10-14T15:02:48 | 2020-10-14T15:02:48 | 271,340,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int singleNumber(int[] nums) {
HashMap<Integer, Integer> myTable = new HashMap<>();
for (int i : nums) {
myTable.put(i, myTable.getOrDefault(i, 0) + 1);
}
for (int i : nums) {
if (myTable.get(i) == 1) {
return i;
}
... | UTF-8 | Java | 353 | java | Day07-SingleNumber.java | Java | [] | null | [] | class Solution {
public int singleNumber(int[] nums) {
HashMap<Integer, Integer> myTable = new HashMap<>();
for (int i : nums) {
myTable.put(i, myTable.getOrDefault(i, 0) + 1);
}
for (int i : nums) {
if (myTable.get(i) == 1) {
return i;
}
... | 353 | 0.458924 | 0.447592 | 15 | 22.6 | 18.307739 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 3 |
001880480ea61f6fe0028a5813010d1363573a1b | 5,497,558,166,271 | 9dab07e328a76daa2f1bb98c88a4b125d30309c2 | /src/main/java/com/github/lawrence/client/RpcClient.java | 72e29de3e7469a0f29395da469dcc76fd4293771 | [] | no_license | MrLawrenc/lawrence-rpc-boot-starter | https://github.com/MrLawrenc/lawrence-rpc-boot-starter | cba9cd7d16cd2a9e3faa2bdab315c23a5ca5f8e1 | 7280401f02bcbc84bba83a8e66216c8a405c55eb | refs/heads/main | 2023-07-01T19:48:26.396000 | 2021-08-15T05:53:39 | 2021-08-15T05:53:39 | 384,961,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.lawrence.client;
import com.NacosUtil;
import com.github.lawrence.codes.MessageDecoder;
import com.github.lawrence.codes.MessageEncoder;
import com.github.lawrence.codes.RpcMsg;
import com.github.lawrence.utils.CacheUtil;
import com.github.lawrence.utils.SyncInvokeUtil;
import io.netty.bootstrap.Boo... | UTF-8 | Java | 2,986 | java | RpcClient.java | Java | [
{
"context": "ort java.util.stream.Collectors;\n\n/**\n * @author : Lawrence\n * date 2021/7/11 21:18\n */\n@Slf4j\npublic class ",
"end": 725,
"score": 0.9311357736587524,
"start": 717,
"tag": "NAME",
"value": "Lawrence"
}
] | null | [] | package com.github.lawrence.client;
import com.NacosUtil;
import com.github.lawrence.codes.MessageDecoder;
import com.github.lawrence.codes.MessageEncoder;
import com.github.lawrence.codes.RpcMsg;
import com.github.lawrence.utils.CacheUtil;
import com.github.lawrence.utils.SyncInvokeUtil;
import io.netty.bootstrap.Boo... | 2,986 | 0.639394 | 0.631313 | 79 | 36.607594 | 27.869686 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734177 | false | false | 3 |
7c7c6b89efc456ed928b4cf28a8dc3fd89c9c813 | 17,901,423,706,177 | bf8c6e4fdf42a2faf36b9beecd239fb53a4a8176 | /com.proyecto1/src/com/proyecto1/Curso.java | b161e8d5bac3ef42b7f5302a3fcba402e722ee73 | [] | no_license | diegogarrido/colegioweb | https://github.com/diegogarrido/colegioweb | 97a770cff185ea110de0ae1fb7ff4fcab70feb68 | b0e98575697e70c8f85752b6ef1e48dc496681d4 | refs/heads/master | 2020-08-30T03:36:24.966000 | 2017-07-07T18:44:13 | 2017-07-07T18:44:13 | 94,388,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.proyecto1;
import java.util.*;
/**
* Clase curso contenedora de todas las otras clases
*
* @author Diego
*/
public class Curso {
private ArrayList<Alumno> alumnos = new ArrayList(30);
private Integer nivel;
private char letra;
private ArrayList<Asignatura> asignaturas = new ArrayList(... | UTF-8 | Java | 3,577 | java | Curso.java | Java | [
{
"context": "ontenedora de todas las otras clases\n *\n * @author Diego\n */\npublic class Curso {\n\n private ArrayList<A",
"end": 121,
"score": 0.9994018077850342,
"start": 116,
"tag": "NAME",
"value": "Diego"
}
] | null | [] | package com.proyecto1;
import java.util.*;
/**
* Clase curso contenedora de todas las otras clases
*
* @author Diego
*/
public class Curso {
private ArrayList<Alumno> alumnos = new ArrayList(30);
private Integer nivel;
private char letra;
private ArrayList<Asignatura> asignaturas = new ArrayList(... | 3,577 | 0.523223 | 0.512591 | 147 | 23.312925 | 21.265987 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455782 | false | false | 3 |
d24e2e769a6b1fc76bbde94ce31a1e3f1492c150 | 6,519,760,388,795 | b2c338e200520718bf7126a2cebbfc2223ee6029 | /spring-boot-websocket-chat-demo/src/main/java/com/example/websocketdemo/model/User.java | 441a3bd10f952a3f7f74d72deb3d30987be209e3 | [] | no_license | sshigh/NPU_chat_web | https://github.com/sshigh/NPU_chat_web | 44e924909ae41e26451d319d62cfb13298fc075f | 15239ff7ef2ac297f67f7d1dbd0bd7c0ae66a4cf | refs/heads/master | 2020-07-29T09:08:26.705000 | 2019-09-06T11:41:46 | 2019-09-06T11:41:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.websocketdemo.model;
import lombok.Data;
import java.util.List;
@Data
public class User {
private int id;
/**
* 用户名
*/
private String username;
/**
* 密码
*/
private String password;
/**
* 性别
*/... | UTF-8 | Java | 1,809 | java | User.java | Java | [
{
"context": " this.id = id;\n this.username = username;\n this.password = password;\n ",
"end": 575,
"score": 0.9993738532066345,
"start": 567,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ername = username;\n this.pas... | null | [] | package com.example.websocketdemo.model;
import lombok.Data;
import java.util.List;
@Data
public class User {
private int id;
/**
* 用户名
*/
private String username;
/**
* 密码
*/
private String password;
/**
* 性别
*/... | 1,817 | 0.492411 | 0.492411 | 74 | 23.040541 | 24.267897 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 3 |
a1693fc9d7897c16a4767ac3e565556d12016b50 | 32,615,981,650,152 | 23eebb772687643a7a976064ba859b99071c39ce | /src/main/java/com/adventofcode/day18/Day18.java | 522133f0f81c1b3fdb11d623d845541313d4999b | [] | no_license | ellentari/aoc2017 | https://github.com/ellentari/aoc2017 | b04997817027b55007b26ee8c564004394d335b0 | 7489dc351054c3a58fb81c27803ab1434aa39dc9 | refs/heads/master | 2023-05-26T20:31:39.101000 | 2018-02-22T13:19:53 | 2018-02-22T13:19:53 | 227,669,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adventofcode.day18;
import static java.util.Arrays.asList;
import static java.util.stream.Collectors.toList;
import com.adventofcode.AdventOfCodePuzzle;
import com.adventofcode.common.Parser;
import java.util.LinkedList;
import java.util.List;
import java.util.Optional;
import java.util.Queue;
import jav... | UTF-8 | Java | 10,906 | java | Day18.java | Java | [] | null | [] | package com.adventofcode.day18;
import static java.util.Arrays.asList;
import static java.util.stream.Collectors.toList;
import com.adventofcode.AdventOfCodePuzzle;
import com.adventofcode.common.Parser;
import java.util.LinkedList;
import java.util.List;
import java.util.Optional;
import java.util.Queue;
import jav... | 10,906 | 0.672566 | 0.665872 | 290 | 36.606895 | 32.2897 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506897 | false | false | 3 |
5e27901c952853002b7e3f82c2a5c64798a08076 | 3,272,765,101,960 | e7f3a2a2cd4db15694d1581137c2cd1598911984 | /modules/glTFImporter/src/main/java/org/gephi/io/importer/plugin/gltf/process/AbstractImportProcess.java | 380ce3df86436f2bd66bf78f7d5b6a6e76d1e6f3 | [
"Apache-2.0"
] | permissive | filonik/gephi-plugins | https://github.com/filonik/gephi-plugins | 99d34961e3042623e5504062efd1e4a96898b1e2 | c074ab96be02be6e0cf08661bebe14a9bf757aad | refs/heads/master | 2020-03-30T12:27:52.889000 | 2018-10-02T09:35:48 | 2018-10-02T09:35:48 | 151,225,438 | 0 | 0 | null | true | 2018-10-02T08:44:12 | 2018-10-02T08:44:11 | 2018-09-27T07:12:11 | 2018-08-06T04:42:43 | 976,090 | 0 | 0 | 0 | null | false | 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 org.gephi.io.importer.plugin.gltf.process;
import java.io.Closeable;
import java.io.IOException;
import org.gephi.io.importer.... | UTF-8 | Java | 1,187 | java | AbstractImportProcess.java | Java | [
{
"context": ".utils.progress.ProgressTicket;\n\n/**\n *\n * @author Daniel Filonik\n */\npublic abstract class AbstractImportProcess im",
"end": 463,
"score": 0.9632896184921265,
"start": 449,
"tag": "NAME",
"value": "Daniel Filonik"
}
] | 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 org.gephi.io.importer.plugin.gltf.process;
import java.io.Closeable;
import java.io.IOException;
import org.gephi.io.importer.... | 1,179 | 0.713564 | 0.713564 | 44 | 25.977272 | 23.355444 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 3 |
838efc4a71993ddf9a1d9b744b099a67182c3790 | 5,875,515,272,031 | 49f67cac0624e77593a52558b0855df1a3400111 | /avoscloud-sdk/src/main/java/com/avos/avoscloud/DNSAmendNetwork.java | 10f62299867dc16f84a76f43e5b6cf2bb336d1a9 | [] | no_license | Pavluha25/android-sdk-all | https://github.com/Pavluha25/android-sdk-all | f3b620e139d8da4d322630afbf421b78efac896e | 13d0f2a5158b95116ed3f3b930fcf20014c2998a | refs/heads/master | 2020-06-15T12:47:06.493000 | 2019-06-21T08:27:35 | 2019-06-21T08:27:35 | 195,303,226 | 1 | 0 | null | true | 2019-07-04T21:32:50 | 2019-07-04T21:32:49 | 2019-07-04T21:32:49 | 2019-06-21T08:28:41 | 12,875 | 0 | 0 | 0 | null | false | false | package com.avos.avoscloud;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeUnit;
import okhttp3.Dns;
import okhttp3.HttpUrl;
import okhttp3.OkHttpClient... | UTF-8 | Java | 4,600 | java | DNSAmendNetwork.java | Java | [
{
"context": "quest;\nimport okhttp3.Response;\n\n/**\n * Created by lbt05 on 9/14/15.\n */\npublic class DNSAmendNetwork impl",
"end": 395,
"score": 0.9994733333587646,
"start": 390,
"tag": "USERNAME",
"value": "lbt05"
},
{
"context": "pUrl = new HttpUrl.Builder().scheme(\"http\").h... | null | [] | package com.avos.avoscloud;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.TimeUnit;
import okhttp3.Dns;
import okhttp3.HttpUrl;
import okhttp3.OkHttpClient... | 4,602 | 0.680288 | 0.670892 | 135 | 32.896297 | 29.820518 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607407 | false | false | 3 |
3333f8407d078d97b2ed59b7977bd351bb3ef6e5 | 25,409,026,538,513 | c7c51d7cfd6383b7e8da7c2d7e764eb589b80fcb | /Evaluation/src/Formes/Rectangle.java | ce58690743e0580ee29d40d724bd9e1343f9e3cb | [] | no_license | Keisoma/gabsi-ricard-truche-amiot | https://github.com/Keisoma/gabsi-ricard-truche-amiot | 7af622e9dcef166efb16b6b036f7daf5894ccef5 | a67ae291c436ac083952612288bdf8a036d01aeb | refs/heads/main | 2023-03-02T04:33:56.419000 | 2021-02-12T15:28:02 | 2021-02-12T15:28:02 | 338,287,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Formes;
public class Rectangle extends Forme {
private double longueur, largeur;
public Rectangle(double longueur, double largeur) {
this.longueur = longueur;
this.largeur = largeur;
}
public Rectangle() {
}
@Override
public double calculerSurface() {
re... | UTF-8 | Java | 451 | java | Rectangle.java | Java | [] | null | [] | package Formes;
public class Rectangle extends Forme {
private double longueur, largeur;
public Rectangle(double longueur, double largeur) {
this.longueur = longueur;
this.largeur = largeur;
}
public Rectangle() {
}
@Override
public double calculerSurface() {
re... | 451 | 0.629712 | 0.625277 | 25 | 17.040001 | 17.002306 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 3 |
d1c2673457fe81546e9efd76aa9c599c73417e8c | 10,325,101,421,528 | a94d20a6346d219c84cc97c9f7913f1ce6aba0f8 | /saksbehandling/behandlingslager/domene/src/main/java/no/nav/foreldrepenger/behandlingslager/behandling/personopplysning/PersonopplysningerAggregat.java | 5d7b46c660516bcde286436b8d1be5911c0f9a5a | [
"MIT"
] | permissive | junnae/spsak | https://github.com/junnae/spsak | 3c8a155a1bf24c30aec1f2a3470289538c9de086 | ede4770de33bd896d62225a9617b713878d1efa5 | refs/heads/master | 2020-09-11T01:56:53.748000 | 2019-02-06T08:14:42 | 2019-02-06T08:14:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.nav.foreldrepenger.behandlingslager.behandling.personopplysning;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.ut... | UTF-8 | Java | 8,594 | java | PersonopplysningerAggregat.java | Java | [] | null | [] | package no.nav.foreldrepenger.behandlingslager.behandling.personopplysning;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.ut... | 8,594 | 0.674853 | 0.674501 | 196 | 42.418365 | 33.228928 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494898 | false | false | 3 |
e8ad875d9f98a8d8cc71823d7e88f5846b00a6d1 | 16,750,372,458,785 | 920397325f1c0f83d9dbae45afd1834ac5b51f5c | /L_953.java | 55a4cb96ed52d825ac3675487e6077af53609c30 | [] | no_license | GopalSharma14/LeetcodeEasy | https://github.com/GopalSharma14/LeetcodeEasy | aa8b4294d413c235cc663c7b470cb75779a5011f | f8c8170991f0082a2cddbfc93357f684544df45d | refs/heads/main | 2023-06-25T06:35:48.505000 | 2021-07-29T22:03:02 | 2021-07-29T22:03:02 | 390,860,115 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public boolean isAlienSorted(String[] words, String order) {
HashMap<Character,Integer> map = new HashMap<>();
for(int i=0;i<order.length();i++)
map.put(order.charAt(i),i);
String prev ="";
for(String word: words){
if(!check(prev,word,map)){
... | UTF-8 | Java | 877 | java | L_953.java | Java | [] | null | [] | class Solution {
public boolean isAlienSorted(String[] words, String order) {
HashMap<Character,Integer> map = new HashMap<>();
for(int i=0;i<order.length();i++)
map.put(order.charAt(i),i);
String prev ="";
for(String word: words){
if(!check(prev,word,map)){
... | 877 | 0.502851 | 0.493729 | 29 | 29.275862 | 19.338896 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.896552 | false | false | 3 |
9587875439862f988dce639ca1002792d8ca140d | 2,156,073,633,048 | bc09bbc111225d3fc56cb134be9d05f8891595f5 | /app/src/main/java/explame/com/imooctest/network/http/RequestCenter.java | 1dc61a539bb17d8f0ea97e64d253438a5e7b611c | [
"Apache-2.0"
] | permissive | nihaooo/ImoocBusiness | https://github.com/nihaooo/ImoocBusiness | 2808fcae329e7e061c8cb533b30ea55bf4c16802 | 85a98509b40634a285ef9cfb689f1fabe2ef5a1b | refs/heads/master | 2020-02-29T05:53:00.395000 | 2017-04-17T15:09:57 | 2017-04-17T15:09:57 | 88,396,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package explame.com.imooctest.network.http;
import explame.com.imoocsdk.okhttp.CommonOkHttpClient;
import explame.com.imoocsdk.okhttp.listener.DisposeDataHandle;
import explame.com.imoocsdk.okhttp.listener.DisposeDataListener;
import explame.com.imoocsdk.okhttp.request.CommonRequest;
import explame.com.imoocsdk.okhttp... | UTF-8 | Java | 949 | java | RequestCenter.java | Java | [
{
"context": "k.okhttp.request.RequestParams;\n\n/**\n * Created by www10 on 2017/4/17.\n * 存放应用中的所有请求\n */\n\npublic class Req",
"end": 368,
"score": 0.9992897510528564,
"start": 363,
"tag": "USERNAME",
"value": "www10"
}
] | null | [] | package explame.com.imooctest.network.http;
import explame.com.imoocsdk.okhttp.CommonOkHttpClient;
import explame.com.imoocsdk.okhttp.listener.DisposeDataHandle;
import explame.com.imoocsdk.okhttp.listener.DisposeDataListener;
import explame.com.imoocsdk.okhttp.request.CommonRequest;
import explame.com.imoocsdk.okhttp... | 949 | 0.778878 | 0.768977 | 24 | 36.875 | 35.222286 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 3 |
57782af66293d15919a65b4af3c11711bdf6047c | 21,363,167,365,778 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/library/p1634b/CronetStatListener.java | ea043d2326f92b138752eea78728aa78fa74bfa2 | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.android.library.p1634b;
import kotlin.Metadata;
import okhttp3.C32718aa;
import org.chromium.net.RequestFinishedInfo;
@Metadata
/* renamed from: com.zhihu.android.library.b.j */
/* compiled from: CronetStatListener.kt */
public interface CronetStatListener {
/* renamed from: a */
void mo9526... | UTF-8 | Java | 368 | java | CronetStatListener.java | Java | [] | null | [] | package com.zhihu.android.library.p1634b;
import kotlin.Metadata;
import okhttp3.C32718aa;
import org.chromium.net.RequestFinishedInfo;
@Metadata
/* renamed from: com.zhihu.android.library.b.j */
/* compiled from: CronetStatListener.kt */
public interface CronetStatListener {
/* renamed from: a */
void mo9526... | 368 | 0.769022 | 0.714674 | 13 | 27.307692 | 19.352537 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 3 |
0b5bc6987d94383fad9f9a508ec8cfccacea41f1 | 31,490,700,231,237 | 97c405fc6a56ea6ec576afc1f743f4d7e754b9ed | /core/src/com/mygdx/game/atoms/WavyBorder.java | e7039eead5d6a9a5febd0d36e56d00597bf7a5ae | [] | no_license | TomNeo/QCD-Game | https://github.com/TomNeo/QCD-Game | 0a5c6b6c0b99a64480bede1feea8a7bdec9ade3e | 1ebf698dae9d10f7ac80ccc32c2960e89fc7e585 | refs/heads/master | 2022-05-14T10:42:28.177000 | 2022-03-02T18:28:03 | 2022-03-02T18:28:03 | 81,261,128 | 0 | 0 | null | false | 2021-11-22T00:17:44 | 2017-02-07T22:25:44 | 2021-11-16T15:50:15 | 2021-11-22T00:17:43 | 32,261 | 0 | 0 | 0 | Java | false | false | package com.mygdx.game.atoms;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Bezier;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.math.Vector3;
import com.mygdx.game.Variables;
public class WavyBorder {
public float radiusChangeRate = 10;
pu... | UTF-8 | Java | 3,713 | java | WavyBorder.java | Java | [] | null | [] | package com.mygdx.game.atoms;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.Bezier;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.math.Vector3;
import com.mygdx.game.Variables;
public class WavyBorder {
public float radiusChangeRate = 10;
pu... | 3,713 | 0.612173 | 0.596553 | 89 | 39.719101 | 41.720306 | 245 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797753 | false | false | 3 |
d5d8a586762208639cd77c2ffc652b8540066a5f | 16,260,746,206,546 | 810fa9595acdc57fb01e4c4d0731e024a7134837 | /junit-in-5-steps/test/com/in28minutes/junit/AssertTest.java | afa6838795513be92efd0a80cfc218c816ccf1f7 | [] | no_license | sidartaoss/workshop-spring-framework-master-class | https://github.com/sidartaoss/workshop-spring-framework-master-class | 8c1ee1b62a53178a2c4c86a59fb4711cffe88677 | a0582c126d3f979a72972eef6af609806207a1be | refs/heads/master | 2022-12-24T15:07:35.036000 | 2020-04-26T21:10:00 | 2020-04-26T21:10:00 | 259,132,979 | 0 | 0 | null | false | 2022-12-16T06:47:24 | 2020-04-26T21:05:00 | 2020-04-26T21:10:04 | 2022-12-16T06:47:22 | 41 | 0 | 0 | 1 | Java | false | false | package com.in28minutes.junit;
import static org.junit.Assert.*;
import org.junit.Test;
public class AssertTest {
@Test
public void test() {
// Scenario
// Action
// boolean condition = true;
// Object o = new Object();
Object o = null;
// Verification
// assertEquals(1, 2);
// assertTrue(con... | UTF-8 | Java | 480 | java | AssertTest.java | Java | [] | null | [] | package com.in28minutes.junit;
import static org.junit.Assert.*;
import org.junit.Test;
public class AssertTest {
@Test
public void test() {
// Scenario
// Action
// boolean condition = true;
// Object o = new Object();
Object o = null;
// Verification
// assertEquals(1, 2);
// assertTrue(con... | 480 | 0.658333 | 0.65 | 29 | 15.551724 | 12.541204 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.758621 | false | false | 3 |
6dcb95c484753560f162f2546bac317f62662b67 | 14,370,960,636,659 | d9dd3e37298e740822bec789449b68760333b2dd | /AmtMedia/src/com/android/media/services/impl/MediaEventService.java | 06a156bc1155d0e97d8ab33d4d9ec141b537def4 | [] | no_license | zhangweihust/amusic | https://github.com/zhangweihust/amusic | 2831257b2c751cf0dcef6f8560fed1c60c08ed4c | 69a9e97356018533cfd312833dacff19655f50db | refs/heads/master | 2016-09-05T14:25:12.562000 | 2013-04-01T12:47:54 | 2013-04-01T12:47:54 | 8,694,266 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.media.services.impl;
import java.util.Stack;
import java.util.concurrent.CopyOnWriteArrayList;
import com.android.media.event.IMediaEventArgs;
import com.android.media.event.IMediaEventHandler;
import com.android.media.event.impl.MediaEventTypes;
import com.android.media.services.IMediaEventServic... | UTF-8 | Java | 1,486 | java | MediaEventService.java | Java | [] | null | [] | package com.android.media.services.impl;
import java.util.Stack;
import java.util.concurrent.CopyOnWriteArrayList;
import com.android.media.event.IMediaEventArgs;
import com.android.media.event.IMediaEventHandler;
import com.android.media.event.impl.MediaEventTypes;
import com.android.media.services.IMediaEventServic... | 1,486 | 0.775236 | 0.775236 | 56 | 25.535715 | 25.339104 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.410714 | false | false | 3 |
a3363b710a3e476283b06e090d2eff91e7e9574c | 29,094,108,510,699 | a1049b7d4f08ff0b87798718dcb471a513a4fa03 | /account-service/src/main/java/poc/eventchain/accountservice/web/AccountController.java | 05a944bcb17ca1ee1da8b5837c0255a2bc5da398 | [] | no_license | Eventchain-Example/exemplo-base | https://github.com/Eventchain-Example/exemplo-base | 4610fa22eaef1fc9bbf0b67350483ab995f99aab | b547b7ab491cbb86ecbe8e1c7b5e76b9b71184db | refs/heads/main | 2023-08-12T17:27:27.074000 | 2021-10-15T14:12:04 | 2021-10-15T14:12:04 | 374,489,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poc.eventchain.accountservice.web;
import java.math.BigDecimal;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.validation.annotation.Validated;
import org.springfram... | UTF-8 | Java | 3,365 | java | AccountController.java | Java | [] | null | [] | package poc.eventchain.accountservice.web;
import java.math.BigDecimal;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.validation.annotation.Validated;
import org.springfram... | 3,365 | 0.703715 | 0.692125 | 84 | 39.059525 | 35.81279 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 3 |
dc76d7a8c0694b3504e6ca89694714c882fb6fab | 24,550,033,126,953 | f49f189f018039f335f0ad9f48f9b22123acf461 | /src/main/java/de/davboecki/multimodworld/plugin/settings/ExchangeWorldSetting.java | 255223476b0c8f6632007e7e4b8df19ad61e9fcf | [] | no_license | 3216alec/MultiModWorld-Plugin | https://github.com/3216alec/MultiModWorld-Plugin | 833ebc3602b24ac82ccb1962325d918c8be0feae | 22c88dbeec592f0b6d6a78c75317165a7e400af7 | refs/heads/master | 2021-01-14T12:36:21.371000 | 2012-05-01T01:09:31 | 2012-05-01T01:09:31 | 4,206,919 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.davboecki.multimodworld.plugin.settings;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import de.davboecki.multimodworld.plugin.RoomLocation;
public class ExchangeWorldSetting {
public String WorldType;
public String ItemList;
public HashMap<String... | UTF-8 | Java | 1,977 | java | ExchangeWorldSetting.java | Java | [] | null | [] | package de.davboecki.multimodworld.plugin.settings;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import de.davboecki.multimodworld.plugin.RoomLocation;
public class ExchangeWorldSetting {
public String WorldType;
public String ItemList;
public HashMap<String... | 1,977 | 0.723824 | 0.723824 | 66 | 27.954546 | 23.368868 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.015152 | false | false | 3 |
bc65d36fb6c3d64d5925b79fe74bc4c658478d96 | 33,449,205,319,058 | eb968ab2f7fee3054b48727ba4ca4f6b14cf57a7 | /src/PurchaseOrderRequest.java | 2d4f82dcd6831f47d96207882100a4e124a2aeed | [] | no_license | grssfb/pharmacy | https://github.com/grssfb/pharmacy | 6d34de6a0c4ea2e814f49e7b17ff565f8723b685 | 514a05cc8148f698927bed02660599d567ee086c | refs/heads/master | 2021-01-01T05:51:22.702000 | 2015-05-17T22:08:52 | 2015-05-17T22:08:52 | 35,784,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by grs on 18/05/2015.
*/
public interface PurchaseOrderRequest {
void getPurchaseOrder(int quantity);
}
| UTF-8 | Java | 124 | java | PurchaseOrderRequest.java | Java | [
{
"context": "/**\n * Created by grs on 18/05/2015.\n */\npublic interface PurchaseOrder",
"end": 21,
"score": 0.9995778799057007,
"start": 18,
"tag": "USERNAME",
"value": "grs"
}
] | null | [] | /**
* Created by grs on 18/05/2015.
*/
public interface PurchaseOrderRequest {
void getPurchaseOrder(int quantity);
}
| 124 | 0.709677 | 0.645161 | 6 | 19.666666 | 17.527756 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 3 |
d9dedc2a75a421fa82dced9cdede7d674fc9c82d | 24,524,263,296,966 | c3ea53496c609b68a708502ba2fd695c1ff400b8 | /mall/src/com/bs/mall/service/impl/VipServiceImpl.java | f814d3a77e0d3d127b044c54480e985afcefd0fc | [] | no_license | DavidSu2010/jikexueyuan | https://github.com/DavidSu2010/jikexueyuan | 117043fa66ea6c83da1bdafa589b023e6fda0350 | 017ef1f66a9b17454190658b3e3bd5107546565c | refs/heads/master | 2021-09-01T20:13:36.759000 | 2017-12-28T12:36:17 | 2017-12-28T12:36:17 | 115,620,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bs.mall.service.impl;
import java.util.List;
import com.bs.mall.dao.VipDao;
import com.bs.mall.entity.Consume;
import com.bs.mall.entity.Vip;
import com.bs.mall.service.VipService;
public class VipServiceImpl implements VipService {
private VipDao vipDao;
@Override
public int addVip(V... | UTF-8 | Java | 1,226 | java | VipServiceImpl.java | Java | [] | null | [] | package com.bs.mall.service.impl;
import java.util.List;
import com.bs.mall.dao.VipDao;
import com.bs.mall.entity.Consume;
import com.bs.mall.entity.Vip;
import com.bs.mall.service.VipService;
public class VipServiceImpl implements VipService {
private VipDao vipDao;
@Override
public int addVip(V... | 1,226 | 0.690049 | 0.690049 | 59 | 18.779661 | 17.633816 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.237288 | false | false | 3 |
e41e00f9ef8218e9b6a83681641064c552f2db5c | 7,687,991,497,042 | 3fc4f2259d688ad77c314676c1bd9dd4e94a4411 | /src/test/java/org/lukas/javach/document/LineRangeTest.java | ff81faf2e0b306a5e9bfb020ea40a4ce5deb0881 | [] | no_license | LukasPecak/edi | https://github.com/LukasPecak/edi | 67d88c2b8d06fc7f9745a3cba16de895ebc3a09f | e959e8ef89d21af73f8143b6a777e13d89150ae7 | refs/heads/master | 2021-07-08T00:15:18.314000 | 2019-08-30T22:08:50 | 2019-08-30T22:08:50 | 199,154,966 | 0 | 0 | null | false | 2020-10-13T14:54:44 | 2019-07-27T11:16:27 | 2019-08-30T22:09:17 | 2020-10-13T14:54:42 | 82 | 0 | 0 | 1 | Java | false | false | package org.lukas.javach.document;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.assertThat;
/**
* Created by Lukas on 19.08.2019.
*
* @author Lukas Pecak
*/
public class LineRangeTes... | UTF-8 | Java | 2,608 | java | LineRangeTest.java | Java | [
{
"context": "ic org.junit.Assert.assertThat;\n\n/**\n * Created by Lukas on 19.08.2019.\n *\n * @author Lukas Pecak\n */\npubl",
"end": 249,
"score": 0.9994487166404724,
"start": 244,
"tag": "NAME",
"value": "Lukas"
},
{
"context": "*\n * Created by Lukas on 19.08.2019.\n *\n * @aut... | null | [] | package org.lukas.javach.document;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.assertThat;
/**
* Created by Lukas on 19.08.2019.
*
* @author <NAME>
*/
public class LineRangeTest {
... | 2,603 | 0.635353 | 0.621933 | 96 | 26.166666 | 27.410334 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 3 |
46af5bfa46ca2709422ead14266dc255b410d6e7 | 8,735,963,509,518 | ae2e015f11f57586c4739afa34384920b285658c | /fesf-container-rp/src/main/java/org/loy/fesf/ns/requestprocessing/web/WebFrontControllerParser.java | d9753a0d60b941b8be8f5319f2c6f80b1819f73f | [] | no_license | LoyLong/FESF | https://github.com/LoyLong/FESF | 7e79b2a8299155eb7ee3ec192ccb52fb52e25b1d | c64fada292c6fcdb7404b6b7748108904c02b20c | refs/heads/master | 2018-04-21T06:12:56.924000 | 2017-08-02T07:34:27 | 2017-08-02T07:34:27 | 90,949,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.loy.fesf.ns.requestprocessing.web;
import org.loy.fesf.beans.factory.xml.AbstractComplexBeanDefinitionParser;
import org.loy.fesf.beans.factory.xml.helper.BeanReferenceHelper;
import org.loy.fesf.beans.factory.xml.helper.PropertyValueHelper;
import org.loy.fesf.ns.requestprocessing.web.util.WebConfigu... | UTF-8 | Java | 2,142 | java | WebFrontControllerParser.java | Java | [] | null | [] | package org.loy.fesf.ns.requestprocessing.web;
import org.loy.fesf.beans.factory.xml.AbstractComplexBeanDefinitionParser;
import org.loy.fesf.beans.factory.xml.helper.BeanReferenceHelper;
import org.loy.fesf.beans.factory.xml.helper.PropertyValueHelper;
import org.loy.fesf.ns.requestprocessing.web.util.WebConfigu... | 2,142 | 0.718954 | 0.718954 | 46 | 44.608696 | 38.626122 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 3 |
ce1a055b1391ad77e6c33399bb5e00215da21a10 | 9,947,144,261,350 | 4b8abe734d24d3e6ff8e06cc0e0f9da9d0d32657 | /netutils/src/main/java/org/netutils/ex/FileLockedException.java | afc64007f8b1c7cd35670fd718b86a3f901c5675 | [] | no_license | AjaxMercer/ChinaVat-Android | https://github.com/AjaxMercer/ChinaVat-Android | e1fed1e3ecc4735b7e7209221ee6f2778e069a78 | 8543fe16d593a4869bec3c526e24d316937e4b97 | refs/heads/master | 2021-01-13T14:36:45.334000 | 2016-01-26T08:24:26 | 2016-01-26T08:24:26 | 50,162,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.netutils.ex;
import org.dbutils.db.ex.BaseException;
public class FileLockedException extends BaseException {
private static final long serialVersionUID = 1L;
public FileLockedException(String detailMessage) {
super(detailMessage);
}
}
| UTF-8 | Java | 271 | java | FileLockedException.java | Java | [] | null | [] | package org.netutils.ex;
import org.dbutils.db.ex.BaseException;
public class FileLockedException extends BaseException {
private static final long serialVersionUID = 1L;
public FileLockedException(String detailMessage) {
super(detailMessage);
}
}
| 271 | 0.756458 | 0.752768 | 11 | 23.636364 | 22.511705 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
8f4539d5a81fcce0934741c801cb56a680cec035 | 14,585,708,951,277 | e6d751f8aeddaaa18d71b671981f6bc8f21815cf | /utillib/src/main/java/com/honghei/feng/utillib/util/PermissionUtil.java | 3e92956543ebdde4cba7869ad87940320a0ea837 | [] | no_license | fenghonghei/CommonLib | https://github.com/fenghonghei/CommonLib | b808d7741c142ad50e9e6ffd44e6e077f55853a8 | 2dddd66c1c86a82d5f72f31ad764e35aefe8a582 | refs/heads/master | 2020-03-22T01:15:40.289000 | 2018-08-07T12:12:51 | 2018-08-07T12:12:51 | 139,293,425 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.honghei.feng.utillib.util;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import com.yanzhenjie.permission.Action;
import com.yanzhenjie.permission.AndPermission;
import ... | UTF-8 | Java | 5,988 | java | PermissionUtil.java | Java | [
{
"context": "tExecutor;\nimport java.util.List;\n\n/**\n * author : feng\n * description : 运行时权限工具类\n * creation time : 18-7",
"end": 451,
"score": 0.9995474219322205,
"start": 447,
"tag": "USERNAME",
"value": "feng"
}
] | null | [] | package com.honghei.feng.utillib.util;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import com.yanzhenjie.permission.Action;
import com.yanzhenjie.permission.AndPermission;
import ... | 5,988 | 0.630505 | 0.628536 | 179 | 30.206703 | 25.845409 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363128 | false | false | 3 |
04f056edb2e5b7c1b038981e435c420b5f289e41 | 17,952,963,332,236 | d9775290c2aa994875306ba4fd3f9fd1fa40e1ed | /Offer2/src/t1_Array/_29_spiralOrder.java | 7c531b8e7590a0717c16da211a2bd633869d2a46 | [] | no_license | Harrison-2021/week14_Offer | https://github.com/Harrison-2021/week14_Offer | fd745e487d0b7a712760d0ed22333cbb9ca1c74b | afd9a6c066772f509667d0bb68aa13bd49e8dde8 | refs/heads/master | 2023-08-06T12:00:59.991000 | 2021-09-16T13:46:03 | 2021-09-16T13:46:03 | 394,852,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package t1_Array;
public class _29_spiralOrder {
public int[] spiralOrder(int[][] matrix) {
if(matrix.length == 0) return new int[0];
// 矩阵设为闭环
int l = 0, r = matrix[0].length - 1, t = 0, b = matrix.length - 1;
int index = 0;
int[] res = new int[(r + 1) * (b + 1)];
while(true) {
for(int i = l; i ... | GB18030 | Java | 940 | java | _29_spiralOrder.java | Java | [] | null | [] | package t1_Array;
public class _29_spiralOrder {
public int[] spiralOrder(int[][] matrix) {
if(matrix.length == 0) return new int[0];
// 矩阵设为闭环
int l = 0, r = matrix[0].length - 1, t = 0, b = matrix.length - 1;
int index = 0;
int[] res = new int[(r + 1) * (b + 1)];
while(true) {
for(int i = l; i ... | 940 | 0.46683 | 0.45086 | 36 | 21.611111 | 18.173971 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.083333 | false | false | 3 |
b5861c0f3d5ef4c71acb8d4d3727e84da50eebce | 31,490,700,215,598 | 22486f6b996ff571f000b4b7cc81c2883ab3b5d9 | /app/src/main/java/com/kirodinstudios/dungeoneerspack/Constants.java | b88341acc0c5a07688b2facbfad37637d03d50fe | [] | no_license | lconti97/AdventurersPack | https://github.com/lconti97/AdventurersPack | c7d78ecd961c69853126edc5e2b5d14043fe7403 | 5469971f21ff3f78e238d5ac4713ad6a5d86180a | refs/heads/master | 2018-11-01T18:49:48.644000 | 2018-08-26T23:38:58 | 2018-08-26T23:38:58 | 132,708,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kirodinstudios.dungeoneerspack;
public class Constants {
public static final String LOG_TAG = "DungeoneersPack";
}
| UTF-8 | Java | 132 | java | Constants.java | Java | [] | null | [] | package com.kirodinstudios.dungeoneerspack;
public class Constants {
public static final String LOG_TAG = "DungeoneersPack";
}
| 132 | 0.780303 | 0.780303 | 5 | 25.4 | 23.156857 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
28133355d5a3e1cea019786c566bfb32c873b60f | 8,117,488,249,158 | 6bf037bab09fb0e580b3c722e56c967b409e994f | /Projeto/src/UI/ResumoView.java | a537c3ec3a300bc23c4480f2cdf5be0dc88b55b8 | [] | no_license | mrluiigi/ConfiguraFacil | https://github.com/mrluiigi/ConfiguraFacil | 739ba49b6564443e4072cbc69adc920bdeba5601 | 0f0f4845b11ad6b5543b2e957998849d69f37e6d | refs/heads/master | 2020-04-12T03:39:46.090000 | 2019-01-06T00:05:47 | 2019-01-06T00:05:47 | 162,273,394 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package UI;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.DefaultListModel;
import ConfiguraFacil.componentes.Componente;
import ConfiguraFacil.ConfiguraFacil;
import ConfiguraFacil.configu... | UTF-8 | Java | 14,804 | java | ResumoView.java | Java | [
{
"context": "figuraFacil.componentes.Pacote;\n\n/**\n *\n * @author José Pinto A81317\n * @author Luís Correia A81141\n * @author ",
"end": 446,
"score": 0.9998899698257446,
"start": 436,
"tag": "NAME",
"value": "José Pinto"
},
{
"context": ".componentes.Pacote;\n\n/**\n *\n * @auth... | null | [] |
package UI;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.DefaultListModel;
import ConfiguraFacil.componentes.Componente;
import ConfiguraFacil.ConfiguraFacil;
import ConfiguraFacil.configu... | 14,785 | 0.580157 | 0.563936 | 286 | 50.73077 | 35.569996 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734266 | false | false | 3 |
659c8aaf6d329111af572b4a7a0f15034daab6ed | 5,454,608,472,448 | 3e9244bd69919a4fd79a92d6bc3144a86a5c90f0 | /src/main/java/com/madhouse/optimad/analytics/service/IFlumeAPIService.java | c55adae92bd4000b04b46c2a038b699f7cf8a461 | [] | no_license | siyuan-private/jiujing | https://github.com/siyuan-private/jiujing | cec9e6026d23a162b5eb05a3c4da087a290c5e7a | 02d663d441651a24a26a5ca047166ad9d48680b4 | refs/heads/master | 2016-09-07T01:32:31.357000 | 2015-05-18T06:42:41 | 2015-05-18T06:42:41 | 35,799,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.madhouse.optimad.analytics.service;
import java.util.List;
import java.util.Map;
import com.madhouse.optimad.analytics.domain.Channel;
import com.madhouse.optimad.analytics.domain.ReportDataConversion;
import com.madhouse.optimad.analytics.domain.S2STempInfo;
import com.madhouse.optimad.analytics.... | UTF-8 | Java | 770 | java | IFlumeAPIService.java | Java | [] | null | [] | package com.madhouse.optimad.analytics.service;
import java.util.List;
import java.util.Map;
import com.madhouse.optimad.analytics.domain.Channel;
import com.madhouse.optimad.analytics.domain.ReportDataConversion;
import com.madhouse.optimad.analytics.domain.S2STempInfo;
import com.madhouse.optimad.analytics.... | 770 | 0.770449 | 0.766491 | 24 | 29.583334 | 25.270069 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 14 |
4c6c3917c7146b7fc864fb846c8ac42c06bdc4ef | 7,000,796,698,546 | a6e4c8550310fae4389b04089db75aaccd53120e | /High School/USACO Contests/Mar13/proximity.java | 908b58d49b10063b04f86e8b1868c9dc3fb3007b | [] | no_license | screenhunter/High-School | https://github.com/screenhunter/High-School | 6a29946cdfa628e864310d1d08f0d3eeb1681b74 | 7a7fe464a5f17c85338faaed0567f10534a0177a | refs/heads/master | 2021-03-19T16:42:56.021000 | 2018-01-10T01:16:52 | 2018-01-10T01:16:52 | 116,891,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
/*
rkhanna
Rajat Khanna
3/9/2013
PROG: proximity
LANG: JAVA
*/
public class proximity {
public static void main(String[] args) throws IOEx... | UTF-8 | Java | 1,218 | java | proximity.java | Java | [
{
"context": "a.io.IOException;\nimport java.io.PrintWriter;\n\n/*\n rkhanna\n Rajat Khanna\n 3/9/2013\n PROG: proximity\n LANG: J",
"end": 184,
"score": 0.995546281337738,
"start": 177,
"tag": "USERNAME",
"value": "rkhanna"
},
{
"context": "ception;\nimport java.io.PrintWriter;\n\n/... | null | [] | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
/*
rkhanna
<NAME>
3/9/2013
PROG: proximity
LANG: JAVA
*/
public class proximity {
public static void main(String[] args) throws IOExceptio... | 1,212 | 0.614943 | 0.594417 | 66 | 17.454546 | 19.260717 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 14 |
54f393c38c0413a95b77a85aed0cd35a42ff7e04 | 14,843,406,981,219 | dcb7385957526f808a26bee84a00b2f90a9b5284 | /app/src/main/java/com/example/administrator/vehicle/view/MsgView.java | 0da17613f532937faa8028c83a1d41960591159c | [] | no_license | yangsongshui/Vehicle | https://github.com/yangsongshui/Vehicle | 8c91f2ae52beaa5b48501ee242c72539760c2a10 | 26a26277bd2dae90100437d73c6f090fd2d53bfe | refs/heads/master | 2020-04-10T12:16:16.325000 | 2018-12-29T09:18:30 | 2018-12-29T09:18:30 | 161,017,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.vehicle.view;
import com.example.administrator.vehicle.base.IBaseView;
import com.example.administrator.vehicle.bean.Code;
import com.example.administrator.vehicle.bean.Msg;
public interface MsgView extends IBaseView<Msg> {
}
| UTF-8 | Java | 263 | java | MsgView.java | Java | [] | null | [] | package com.example.administrator.vehicle.view;
import com.example.administrator.vehicle.base.IBaseView;
import com.example.administrator.vehicle.bean.Code;
import com.example.administrator.vehicle.bean.Msg;
public interface MsgView extends IBaseView<Msg> {
}
| 263 | 0.828897 | 0.828897 | 9 | 28.222221 | 25.120941 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
242e0983d2792bab2096c8a66a3e0343ffbd93b7 | 15,075,335,214,428 | 16c2584ef1b62b349616ad66c5c635569b484e0b | /src/chris/kryptolexa/KMenuActivity.java | 468905850f31ef503e4f4e6205ff44502b7c705a | [] | no_license | chrispap/Kryptolexa | https://github.com/chrispap/Kryptolexa | 232a5b2fd4f469d91c49283f27bb8726d631468d | d7bcde0e4aac1546e859aa74b1de74c3c06ede9f | refs/heads/master | 2016-09-08T11:59:04.520000 | 2014-01-05T19:34:39 | 2014-01-05T19:34:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chris.kryptolexa;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
public class KMenuActivity extends Activity {
/* Lifecycle Methods */
@Override
public void onCreate(Bundle savedInstanceState) {
r... | UTF-8 | Java | 1,750 | java | KMenuActivity.java | Java | [] | null | [] | package chris.kryptolexa;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
public class KMenuActivity extends Activity {
/* Lifecycle Methods */
@Override
public void onCreate(Bundle savedInstanceState) {
r... | 1,750 | 0.638857 | 0.638857 | 63 | 26.777779 | 20.905262 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 14 |
058175c00ac8af3ba1f6a005cdf460737a004ad2 | 18,141,941,863,110 | fb1d7998b7112bac16ea2138b4a0000e31548a43 | /app/src/main/java/com/roadstar_serviceprovider/utils/AppUtils.java | 99d1b6ba0f52628adec3a97070b97a2127dde680 | [] | no_license | kkalam7757/RoadStar_ServiceProviderAndroid | https://github.com/kkalam7757/RoadStar_ServiceProviderAndroid | f7187183394df469b805832bc039e57a15e2edb8 | 3883a6f34f565a2c452fecf17c5110026c8177e5 | refs/heads/master | 2022-11-16T04:26:41.405000 | 2020-07-07T04:58:41 | 2020-07-07T04:58:41 | 277,720,019 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roadstar_serviceprovider.utils;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.content.ActivityNotFoundException;
import android.content.Cont... | UTF-8 | Java | 20,966 | java | AppUtils.java | Java | [
{
"context": "!TextUtils.isEmpty(lastName)) {\n return firstName + \" \" + lastName;\n } else if (!TextUtils.i",
"end": 9074,
"score": 0.8778217434883118,
"start": 9065,
"tag": "NAME",
"value": "firstName"
},
{
"context": "(lastName)) {\n return firstName... | null | [] | package com.roadstar_serviceprovider.utils;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.content.ActivityNotFoundException;
import android.content.Cont... | 20,966 | 0.643532 | 0.641051 | 576 | 35.395832 | 33.029022 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574653 | false | false | 14 |
f7c11dc2f5f5cfe2290f52b5901ef29a8d1e2a9d | 1,975,684,970,147 | 7d60647243b513602131406d1cde696c2224bb3d | /app/src/main/java/com/brandeis/project/taper/app/PlaceCalendarFreeBusyFragment.java | db053da7c8128c29b2fcd8b3c04a6f93dda46ac7 | [] | no_license | Dannyb48/TaperApp | https://github.com/Dannyb48/TaperApp | 3efefb9c2f88ff430e5d18b03f95096998cce32f | 8e01cad1a55d66923656b4af2db7202cd7ccdc84 | refs/heads/master | 2021-04-12T10:45:10.329000 | 2018-03-24T03:48:48 | 2018-03-24T03:48:48 | 126,562,500 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brandeis.project.taper.app;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import java.util.Ar... | UTF-8 | Java | 3,699 | java | PlaceCalendarFreeBusyFragment.java | Java | [
{
"context": "*;\n\nimport java.util.ArrayList;\n\n/**\n * Created by baezd on 9/14/2017.\n */\npublic class PlaceCalendarFreeB",
"end": 353,
"score": 0.9996247887611389,
"start": 348,
"tag": "USERNAME",
"value": "baezd"
}
] | null | [] | package com.brandeis.project.taper.app;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import java.util.Ar... | 3,699 | 0.663963 | 0.66153 | 117 | 30.615385 | 29.335037 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 14 |
c0175f8ed3485722259a97644aaf64ac50c8a628 | 24,592,982,749,803 | a7ee817234ce177f9fc5e80b732c7a345300d616 | /KV Rao Sir/Fonts.java | 773ffd24112f536a3ff1367e32d269e8e5f9f2c2 | [] | no_license | javatopics3/Core-Java | https://github.com/javatopics3/Core-Java | ade885ae60ed57edc8d6595473ea76a46cb7dcec | 9fe3a6c09fceb4d4119b77f2ed2daebb65b14bd8 | refs/heads/master | 2021-05-11T07:22:47.537000 | 2018-01-29T10:30:22 | 2018-01-29T10:30:22 | 118,018,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.GraphicsEnvironment;
//Write a JAVA program to display the fonts of the system?
public class Fonts {
public static void main(String[] args) {
/*
* you can change args only to any name OK bcoz array name
*/
GraphicsEnvironment ge = GraphicsEnvironment
.getLocalGraphicsEnvironment... | UTF-8 | Java | 670 | java | Fonts.java | Java | [] | null | [] | import java.awt.GraphicsEnvironment;
//Write a JAVA program to display the fonts of the system?
public class Fonts {
public static void main(String[] args) {
/*
* you can change args only to any name OK bcoz array name
*/
GraphicsEnvironment ge = GraphicsEnvironment
.getLocalGraphicsEnvironment... | 670 | 0.674627 | 0.673134 | 23 | 27.217392 | 24.927647 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434783 | false | false | 14 |
eeb3c42ac4924568268da232f5ed4239dce50954 | 15,075,335,222,987 | 083bc3ee1bf267c3e4c828151c246f56bc0a19be | /src/runix/persistent/dao/ReimbursementItemDAO.java | ff78ff5f7375705c143e4e6ab3abad53d0559ff8 | [] | no_license | binweishuang/yumingoa | https://github.com/binweishuang/yumingoa | 568e78d8d2046f32691234fa9a82780351fb4280 | 735fe496ed3a9c0398f0f917c45782f365d864db | refs/heads/master | 2020-03-27T08:13:20.801000 | 2018-08-27T02:45:47 | 2018-08-27T02:45:47 | 146,233,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package runix.persistent.dao;
import java.util.List;
import java.util.Map;
import runix.persistent.model.ReimbursementItem;
public interface ReimbursementItemDAO {
public List queryReimbursementItems(Map condition,int offset,int limit)throws Exception;
public int queryCountReimbursementItems(Map condition)throws... | UTF-8 | Java | 1,048 | java | ReimbursementItemDAO.java | Java | [] | null | [] | package runix.persistent.dao;
import java.util.List;
import java.util.Map;
import runix.persistent.model.ReimbursementItem;
public interface ReimbursementItemDAO {
public List queryReimbursementItems(Map condition,int offset,int limit)throws Exception;
public int queryCountReimbursementItems(Map condition)throws... | 1,048 | 0.809524 | 0.809524 | 35 | 27.571428 | 32.054672 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
4c03a2027345e7fea75715076920cbc546ee074b | 5,299,989,654,156 | f5d36de22b219aa66c1297dfd9356361e5eabbda | /01. Mini Voca Notebook/src/view/EndView.java | d8b4a27ffa51c5e854b1d2c74f90aace6b9e23f2 | [] | no_license | seyoungnam/Projects_At_Encore | https://github.com/seyoungnam/Projects_At_Encore | 491921d518be9edd17ce486bfae50a009bb55888 | 4d0414fba93944ef194b024209a59775a3947969 | refs/heads/master | 2020-06-15T00:59:11.480000 | 2020-02-20T13:59:06 | 2020-02-20T13:59:06 | 195,169,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import model.Dict;
public class EndView {
public static void printAll(Dict[] all) {
for(Dict v : all) {
if(v != null) {
System.out.println(v.toString());
}
}
}
public static void printSuccess(String msg) {
System.out.println(msg);
}
public static void printFail(String msg) {
S... | UTF-8 | Java | 350 | java | EndView.java | Java | [] | null | [] | package view;
import model.Dict;
public class EndView {
public static void printAll(Dict[] all) {
for(Dict v : all) {
if(v != null) {
System.out.println(v.toString());
}
}
}
public static void printSuccess(String msg) {
System.out.println(msg);
}
public static void printFail(String msg) {
S... | 350 | 0.648571 | 0.648571 | 22 | 14.909091 | 15.582359 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409091 | false | false | 14 |
3f061140148829e6dffe311115a1a44b00a42d38 | 31,233,002,187,103 | 0dfc18af30044eee33acf2a9287a934ea07480b2 | /easset/src/main/java/com/hwelltech/easset/mvp/presenter/MyCollectionDetailPresenter.java | 11259557a18c46e846e241b8ba60c3e9a0ce4562 | [] | no_license | xieyang94/EAsset | https://github.com/xieyang94/EAsset | 1e280929f0cd5fe870822dfad9e159ea7132b9c9 | b00c5d5b86fa65d4ffe6b2768e00afe556807846 | refs/heads/master | 2018-07-12T22:00:51.924000 | 2018-07-02T09:49:25 | 2018-07-02T09:49:25 | 134,240,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hwelltech.easset.mvp.presenter;
import android.content.Context;
import com.hwelltech.easset.base.BasePresenter;
import com.hwelltech.easset.bean.CollectionBean;
import com.hwelltech.easset.common.API;
import com.hwelltech.easset.mvp.view.MyCollectionDetailView;
import com.hwelltech.easset.net.ResponseCall... | UTF-8 | Java | 1,626 | java | MyCollectionDetailPresenter.java | Java | [
{
"context": "llBack;\n\nimport java.util.HashMap;\n\n/**\n * @author xiey\n * @date created at 2018/5/31 11:25\n * @package c",
"end": 373,
"score": 0.999661922454834,
"start": 369,
"tag": "USERNAME",
"value": "xiey"
},
{
"context": ".easset.mvp.presenter\n * @project EAsset\n * @em... | null | [] | package com.hwelltech.easset.mvp.presenter;
import android.content.Context;
import com.hwelltech.easset.base.BasePresenter;
import com.hwelltech.easset.bean.CollectionBean;
import com.hwelltech.easset.common.API;
import com.hwelltech.easset.mvp.view.MyCollectionDetailView;
import com.hwelltech.easset.net.ResponseCall... | 1,620 | 0.655901 | 0.647826 | 52 | 29.961538 | 26.871462 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 14 |
cb2869f83585f42d59c3dcf86de54318a4ccf64c | 23,046,794,523,537 | 02772e15bd04ee7104d7a62e2b1a9d50549d7739 | /src/predicate_demo/ConsumerChaining.java | 295758db5f12fbc0f9551c67a545e19bab2d0d44 | [] | no_license | rakesh-xor/Java-8-demos | https://github.com/rakesh-xor/Java-8-demos | 23c83acc79eb2bdec6d2017f6f001bc6903363de | 33e7fc52ee86aa9c8a625bcc7cf23db15b57a6a1 | refs/heads/main | 2023-03-17T21:53:43.048000 | 2021-03-12T11:00:10 | 2021-03-12T11:00:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package predicate_demo;
import java.util.function.Consumer;
public class ConsumerChaining {
public static void main(String[] args) {
Consumer<Integer> squareMe = i -> System.out.println("Taking an input and performing square and return nothing " + i*i);
squareMe.accept(5);
Consumer<Integer> do... | UTF-8 | Java | 556 | java | ConsumerChaining.java | Java | [] | null | [] | package predicate_demo;
import java.util.function.Consumer;
public class ConsumerChaining {
public static void main(String[] args) {
Consumer<Integer> squareMe = i -> System.out.println("Taking an input and performing square and return nothing " + i*i);
squareMe.accept(5);
Consumer<Integer> do... | 556 | 0.681655 | 0.672662 | 21 | 24.476191 | 35.318439 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 14 |
a5b6ceaa0d0fd60029317378d03922b6283d2f79 | 34,840,774,752,449 | 26a75505b7e1ccbf170f391a0f8f20384aa5fcfb | /SCADA/src/com/umbrella/scada/controller/ActionResult.java | 425a1bc724b791851d513949d133c330105b433a | [] | no_license | einjar-uni-projects/siscada | https://github.com/einjar-uni-projects/siscada | 1cc7373f3e3df22a5cb21e96919aef912516c207 | 003b44c674f8dcc73f27b715daf1ef0e32f3b1a5 | refs/heads/master | 2016-08-05T19:10:09.629000 | 2009-05-29T00:45:33 | 2009-05-29T00:45:33 | 32,140,104 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.umbrella.scada.controller;
public enum ActionResult {
NULL_ACTION, INCORRECT_PARAMS, EXECUTE_FAIL, EXECUTE_CORRECT, NO_INITIALICE_PARAMS
}
| UTF-8 | Java | 154 | java | ActionResult.java | Java | [] | null | [] | package com.umbrella.scada.controller;
public enum ActionResult {
NULL_ACTION, INCORRECT_PARAMS, EXECUTE_FAIL, EXECUTE_CORRECT, NO_INITIALICE_PARAMS
}
| 154 | 0.798701 | 0.798701 | 6 | 24.666666 | 29.886824 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.