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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
036d3a792e96e0004cb9bd15f58138094af61733 | 11,416,023,074,343 | c2df82e45d887fedb14676fa2f6d1707ea30d7b5 | /service/business/src/main/java/cn/fintecher/pangolin/business/repository/CaseTurnRecordRepository.java | 7c9fb3c62ce42d96bbe6e39808ba7b92f44d4189 | [] | no_license | lvguoying/Vue-iview--service | https://github.com/lvguoying/Vue-iview--service | 8c8e709a7dd5ce1425fba428146d2848e6ecf499 | 3b134f3aa36070ddb316d4ec66c0322d71fa0631 | refs/heads/master | 2020-03-28T09:03:36.176000 | 2018-09-09T09:31:36 | 2018-09-09T09:31:36 | 148,010,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.fintecher.pangolin.business.repository;
import cn.fintecher.pangolin.entity.CaseTurnRecord;
import cn.fintecher.pangolin.entity.QCaseTurnRecord;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.reposit... | UTF-8 | Java | 1,094 | java | CaseTurnRecordRepository.java | Java | [
{
"context": "ork.data.repository.query.Param;\n\n/**\n * @author : xiaqun\n * @Description :\n * @Date : 16:40 2017/7/18\n */\n",
"end": 621,
"score": 0.9995028376579285,
"start": 615,
"tag": "USERNAME",
"value": "xiaqun"
}
] | null | [] | package cn.fintecher.pangolin.business.repository;
import cn.fintecher.pangolin.entity.CaseTurnRecord;
import cn.fintecher.pangolin.entity.QCaseTurnRecord;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.reposit... | 1,094 | 0.809872 | 0.798903 | 27 | 39.51852 | 38.395958 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
b9f329034482be08504061f522dcee2766625f33 | 13,881,334,356,242 | 25267d0ae754c4089a22442e66b39e1ff6d8857b | /ucakbiletiotomasyonu-master/biletcim/src/com/biletcim/dao/UserDAO.java | bc6dfbe078e0d6b96135ab76256cda11f06cf45d | [] | no_license | denizkk1/ucakbiletiotomasyonu-master | https://github.com/denizkk1/ucakbiletiotomasyonu-master | db423d088bdf58ff452021b0d3738b731f7a4414 | a924981059b3aaf9794919e94920f8ed67e577c4 | refs/heads/main | 2023-02-27T07:17:31.274000 | 2021-01-28T14:36:41 | 2021-01-28T14:36:41 | 333,777,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.biletcim.dao;
import java.util.List;
import com.biletcim.entities.Login_User;
import com.biletcim.entities.User;
public interface UserDAO {
public List<User> getUsers();
public void addUser(User user);
public Boolean login(Login_User user);
public User User(String uuid);
}
| UTF-8 | Java | 294 | java | UserDAO.java | Java | [] | null | [] | package com.biletcim.dao;
import java.util.List;
import com.biletcim.entities.Login_User;
import com.biletcim.entities.User;
public interface UserDAO {
public List<User> getUsers();
public void addUser(User user);
public Boolean login(Login_User user);
public User User(String uuid);
}
| 294 | 0.768707 | 0.768707 | 14 | 20 | 15.464245 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 5 |
ff3dd8a629e2f8f6320a8efcbf1a738ce3e7eb8a | 9,929,964,411,124 | a404573150bae600c7ab5664bbb55a7c3f86c09c | /src/controller/InsertRailwayController.java | 56e25064a9c38c6f53418c4088c3ccd68db7101f | [] | no_license | topsecret-cs/Railway | https://github.com/topsecret-cs/Railway | 6dced0a7b4b6822d6e8edff9e82ea97cce1a9508 | 234b91a9dc87f7027bdefd76990d3d27d51b35c8 | refs/heads/master | 2022-04-30T18:40:22.590000 | 2017-02-25T10:34:15 | 2017-02-25T10:34:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServl... | TIS-620 | Java | 1,840 | java | InsertRailwayController.java | Java | [] | null | [] | package controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServl... | 1,840 | 0.756014 | 0.755441 | 45 | 37.799999 | 19.755842 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.577778 | false | false | 5 |
3b05c0ae1d7e91ace9e6b62023f1c2bf4127f0cd | 11,802,570,188,380 | e67d3a1df307985d3ddcf80412c35652e0c5c5a9 | /practice/jiabug/dp/UniquePathsII.java | 25910235128dc80315a0609642253e9a0d49e3f4 | [] | no_license | carllee1991/practice | https://github.com/carllee1991/practice | 8f22af48497f1f8b27b273e7d4b792a25205e3f4 | b1e3472fccaf4489634a78811aed77cd6c86ebef | refs/heads/master | 2016-09-07T00:53:21.614000 | 2016-09-02T10:39:09 | 2016-09-02T10:39:09 | 28,046,339 | 0 | 2 | null | false | 2015-06-11T01:48:03 | 2014-12-15T16:54:11 | 2015-05-08T20:06:46 | 2015-06-11T01:48:03 | 1,522 | 0 | 1 | 0 | Java | null | null | package dp;
/**
* 63
* https://leetcode.com/problems/unique-paths-ii/
*
* Follow up for "Unique Paths":
* Now consider if some obstacles are added to the grids. How many unique paths would there be?
* An obstacle and empty space is marked as 1 and 0 respectively in the grid.
*
* Note: m and n will be at most... | UTF-8 | Java | 1,378 | java | UniquePathsII.java | Java | [
{
"context": " Note: m and n will be at most 100.\n * \n * @author jiakangze\n *\n */\n\npublic class UniquePathsII {\n\n\tpublic sta",
"end": 350,
"score": 0.9993999004364014,
"start": 341,
"tag": "USERNAME",
"value": "jiakangze"
}
] | null | [] | package dp;
/**
* 63
* https://leetcode.com/problems/unique-paths-ii/
*
* Follow up for "Unique Paths":
* Now consider if some obstacles are added to the grids. How many unique paths would there be?
* An obstacle and empty space is marked as 1 and 0 respectively in the grid.
*
* Note: m and n will be at most... | 1,378 | 0.466618 | 0.444848 | 58 | 22.758621 | 21.910721 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.034483 | false | false | 5 |
91a31b77c651ccd2a09622f8120393f79f1c38d7 | 17,059,610,111,837 | a02e5936bf56410945eb82e3d56b8e5242287927 | /src/Models/Dashboard/Dashboard_Stad.java | 4731d2262eb014cdc7804791490b3093a2ae3e03 | [] | no_license | JoeyDeTroyer/Project | https://github.com/JoeyDeTroyer/Project | 862c753c22e99886cb49323cdb8d78d3f90dfe37 | 365116e87c8fc8ac897a7a8fadff2997f693ab06 | refs/heads/master | 2021-01-10T16:37:24.897000 | 2016-05-16T17:36:42 | 2016-05-16T17:36:42 | 51,507,882 | 0 | 0 | null | false | 2016-05-12T08:20:47 | 2016-02-11T10:31:46 | 2016-02-11T10:35:28 | 2016-05-12T08:20:46 | 4,143 | 0 | 0 | 0 | Java | null | null | package Models.Dashboard;
import javax.persistence.Embeddable;
@Embeddable
public class Dashboard_Stad {
private int stad;
public int getStad() {
return stad;
}
public void setStad(int stad) {
this.stad = stad;
}
}
| UTF-8 | Java | 257 | java | Dashboard_Stad.java | Java | [] | null | [] | package Models.Dashboard;
import javax.persistence.Embeddable;
@Embeddable
public class Dashboard_Stad {
private int stad;
public int getStad() {
return stad;
}
public void setStad(int stad) {
this.stad = stad;
}
}
| 257 | 0.638132 | 0.638132 | 18 | 13.277778 | 13.181661 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
e3c67c846f63af8f64ff331ba8a5b5d1c512d56d | 17,789,754,581,146 | 99aa4885a4a48a96c2155f93f92f14b385dab5a3 | /app/src/main/java/com/kircherelectronics/accelerationexplorer/datalogger/CsvDataLogger.java | c2607288110759466073038e7267cd63509b314b | [
"Apache-2.0"
] | permissive | pask23/AccelerationExplorer | https://github.com/pask23/AccelerationExplorer | ae7ba6d3889ebe9be8e91daad0b3aae641214cb2 | 9f3a862d9988c445f447b37184222a93062c4186 | refs/heads/master | 2020-03-22T06:04:00.854000 | 2018-03-24T19:11:44 | 2018-03-24T19:11:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kircherelectronics.accelerationexplorer.datalogger;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVPrinter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
*... | UTF-8 | Java | 2,242 | java | CsvDataLogger.java | Java | [
{
"context": "er;\nimport java.io.IOException;\n\n/**\n * Created by KircherEngineerH on 4/27/2016.\n */\npublic class CsvDataLogger impl",
"end": 348,
"score": 0.9994609355926514,
"start": 332,
"tag": "USERNAME",
"value": "KircherEngineerH"
}
] | null | [] | package com.kircherelectronics.accelerationexplorer.datalogger;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVPrinter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
*... | 2,242 | 0.572703 | 0.569581 | 93 | 23.107527 | 22.548138 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 5 |
75cd02a856ca01a902481d0f80d8e7a2707fb5bd | 3,478,923,530,705 | 2727de9049fa0e2f689f10cef94291c0d98d643f | /kursy-rat/src/main/java/pl/wd/kursy/web/ui/WebConstants.java | a9205b29dcd875966901772d4343d707c5374e5d | [] | no_license | JanSobieski/kursy-rat | https://github.com/JanSobieski/kursy-rat | d3c38be15db37089c1d4a3fbda2e3ccbaf255707 | 587e24b3bc89f154c12f352bbcfa433f17a638f1 | refs/heads/master | 2021-01-12T09:20:13.401000 | 2017-09-23T11:31:38 | 2017-09-23T11:31:38 | 76,122,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.wd.kursy.web.ui;
public class WebConstants {
public final static String SCLASS_READ_ONLY_FALSE = "read_only_false";
public final static String SCLASS_READ_ONLY_TRUE = "read_only_true";
public final static String SCLASS_BUTTON_ENABLED = "button_enabled";
public final static String SCLASS_BUTTON_D... | UTF-8 | Java | 353 | java | WebConstants.java | Java | [] | null | [] | package pl.wd.kursy.web.ui;
public class WebConstants {
public final static String SCLASS_READ_ONLY_FALSE = "read_only_false";
public final static String SCLASS_READ_ONLY_TRUE = "read_only_true";
public final static String SCLASS_BUTTON_ENABLED = "button_enabled";
public final static String SCLASS_BUTTON_D... | 353 | 0.747875 | 0.747875 | 9 | 37.222221 | 30.900478 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
58f96508122c4367116f62ed209a201675753c43 | 33,165,737,485,239 | 96368d1ea9600dec1b9e4328142240934ac3ef84 | /workspace/ocService/src/main/java/com/online/college/core/user/domain/UserCollections.java | c48e6c71e1344edba6c30f6b1a059b3f02f4c1ff | [] | no_license | 1993ycs/-ycs | https://github.com/1993ycs/-ycs | 9bdadc86738ee227e06bae9b965610dde4d3e563 | b284e7ae048323a5625eb66093f9bed93582231f | refs/heads/master | 2021-07-08T23:46:43.133000 | 2017-10-05T14:54:03 | 2017-10-05T14:54:03 | 105,891,937 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.online.college.core.user.domain;
import com.online.college.common.orm.BaseEntity;
public class UserCollections extends BaseEntity{
private static final long serialVersionUID = -3909997252117758595L;
/**
*用户id
**/
private Long userId;
/**
*用户收藏分类
**/
private Long classify;
/**
*用户收藏备注
**/
... | UTF-8 | Java | 713 | java | UserCollections.java | Java | [] | null | [] | package com.online.college.core.user.domain;
import com.online.college.common.orm.BaseEntity;
public class UserCollections extends BaseEntity{
private static final long serialVersionUID = -3909997252117758595L;
/**
*用户id
**/
private Long userId;
/**
*用户收藏分类
**/
private Long classify;
/**
*用户收藏备注
**/
... | 713 | 0.70073 | 0.672993 | 48 | 13.25 | 16.37007 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.020833 | false | false | 5 |
ebbafdc6fdd865e657e7475520d66051eef1601d | 876,173,365,791 | 881df04c8f285d94cf7f425442465d264b21e4f7 | /PublicDataSupplyApp/src/main/java/com/ibk/pds/api/controller/FundRateInfoController.java | b966f22137e19a7d2b9fd2e63c0dac8389207008 | [] | no_license | idten/pds | https://github.com/idten/pds | 5cbb90be9acedb0bf1e051a112d06b6fb8a6d6cf | 24ba9ddb93dbec969353c793a2f8661884e0d446 | refs/heads/master | 2022-12-06T15:47:12.753000 | 2019-05-27T06:40:49 | 2019-05-27T06:40:49 | 183,175,597 | 0 | 0 | null | false | 2022-12-03T06:59:04 | 2019-04-24T07:43:35 | 2019-05-27T06:40:55 | 2022-12-03T06:59:04 | 20,905 | 0 | 0 | 20 | JavaScript | false | false | package com.ibk.pds.api.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.spri... | UTF-8 | Java | 25,164 | java | FundRateInfoController.java | Java | [
{
"context": "t=\"+request.toString());\r\n\t\tString key = DateUtil.getDateYYYYMMDDHHMMSSMISSS();\r\n\t\tRandom generator = new Random(); \r\n\t\tint num",
"end": 13850,
"score": 0.9456788897514343,
"start": 13821,
"tag": "KEY",
"value": "getDateYYYYMMDDHHMMSSMISSS();"
},
{
"conte... | null | [] | package com.ibk.pds.api.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.spri... | 25,164 | 0.723063 | 0.714624 | 614 | 37.179153 | 35.814129 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.104234 | false | false | 5 |
a8d9d8e0fa24373612d6eead41a4a4313d6b9ca8 | 18,356,690,249,880 | b7e31f4943430134de7cc0384d5ce91525df3858 | /transfuse-api/src/main/java/org/androidtransfuse/scope/Scopes.java | f935e72333e729896739a4400a1a6cd77eb9fed2 | [
"Apache-2.0"
] | permissive | johncarl81/transfuse | https://github.com/johncarl81/transfuse | 233ce44e8484f7184e3fe65aae7b9f3c1ee22d3a | 217e00f6f09f98240254cc14f8c2c246dea1d5dc | refs/heads/master | 2023-03-19T04:52:01.475000 | 2021-07-17T23:16:52 | 2021-07-17T23:16:52 | 2,416,378 | 118 | 32 | Apache-2.0 | false | 2021-07-19T22:17:25 | 2011-09-19T15:57:21 | 2021-07-17T23:16:57 | 2021-07-19T22:17:24 | 13,667 | 226 | 29 | 30 | Java | false | false | /**
* Copyright 2011-2015 John Ericksen
*
* 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 agr... | UTF-8 | Java | 1,598 | java | Scopes.java | Java | [
{
"context": "/**\n * Copyright 2011-2015 John Ericksen\n *\n * Licensed under the Apache License, Version ",
"end": 40,
"score": 0.9998416304588318,
"start": 27,
"tag": "NAME",
"value": "John Ericksen"
},
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @author John Eric... | null | [] | /**
* Copyright 2011-2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 1,584 | 0.703379 | 0.69587 | 50 | 30.959999 | 29.292292 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
91e86e3de17a1b97e985edd3747b017d9ba09a21 | 16,183,436,825,647 | a4bf80ea7933df713aaced2f153f046bcdc6c354 | /src/main/java/com/trainingproject/helper/DbConnect.java | 6a364a4815bc5ec667d6ca4e9b1ec2bd2b0d6b72 | [] | no_license | nilufer454/User-Auth | https://github.com/nilufer454/User-Auth | de020ddbc1e1cd2790f70875ed1c4de487ac219f | a4883c974de3064571f80a7e4a3b0b1fa1f419c8 | refs/heads/master | 2022-05-31T19:38:06.326000 | 2019-12-11T18:55:21 | 2019-12-11T18:55:21 | 213,591,985 | 0 | 0 | null | false | 2020-10-13T17:28:49 | 2019-10-08T08:43:46 | 2019-12-11T18:55:25 | 2020-10-13T17:28:48 | 64 | 0 | 0 | 1 | Java | false | false | package com.trainingproject.helper;
import javax.servlet.ServletException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DbConnect {
public static Connection conn() throws ServletException
{
Connection connection=null;
try {
... | UTF-8 | Java | 2,389 | java | DbConnect.java | Java | [
{
"context": " String user=\"root\";\n String password=\"root\";\n String url=\"jdbc:mysql://127.0.0.1:",
"end": 425,
"score": 0.9995613694190979,
"start": 421,
"tag": "PASSWORD",
"value": "root"
},
{
"context": "word=\"root\";\n String url=\"jdbc:mys... | null | [] | package com.trainingproject.helper;
import javax.servlet.ServletException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DbConnect {
public static Connection conn() throws ServletException
{
Connection connection=null;
try {
... | 2,395 | 0.623273 | 0.613646 | 70 | 33.142857 | 34.157738 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557143 | false | false | 5 |
943cc434c12130565632452d450fc3bdd750ba68 | 32,152,125,216,063 | b61a8ce87a27a325dba024f3d0fc67fb596fd291 | /0617/src/exam3/MemInfoTest.java | 85a1c1985b05945778ccb581887fd15aa116d33b | [] | no_license | sagek23/Java-Training | https://github.com/sagek23/Java-Training | df8b7003b2d791f99c195433f61685a3ded3988a | 015e3dfffb10e3665960a71203cfcf37783048df | refs/heads/master | 2022-07-12T06:42:13.632000 | 2019-10-31T00:36:09 | 2019-10-31T00:36:09 | 218,571,922 | 0 | 0 | null | false | 2022-06-22T20:06:54 | 2019-10-30T16:24:33 | 2019-10-31T00:37:22 | 2022-06-22T20:06:53 | 95,905 | 0 | 0 | 2 | Java | false | false | package exam3;
import javax.swing.JFrame;
public class MemInfoTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
MemInfo mem = new MemInfo();
mem.setSize(500, 300);
mem.setVisible(true);
mem.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}
| UTF-8 | Java | 291 | java | MemInfoTest.java | Java | [] | null | [] | package exam3;
import javax.swing.JFrame;
public class MemInfoTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
MemInfo mem = new MemInfo();
mem.setSize(500, 300);
mem.setVisible(true);
mem.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}
| 291 | 0.721649 | 0.697595 | 15 | 18.4 | 16.863373 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 5 |
e7062a765e5f781903e51be9b789883687c81dc6 | 7,095,285,990,753 | b07e69526d94cb84067c7345e8975cac11202c4b | /Lect9_ArrayList/src/Test1Main_ArrList.java | 294c6ea7949ae822fad813d0f2bc5912a3dfe783 | [] | no_license | nasro-edu/test | https://github.com/nasro-edu/test | 4752e476efb916a7c406d0d494df2d98914546bd | 817b8ad7f6b52cae199bd39ddbae93af4ac5a563 | refs/heads/master | 2020-12-08T14:11:53.358000 | 2016-10-19T01:54:46 | 2016-10-19T01:54:46 | 67,704,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Random;
import dw317.lib.BookSample;
public class Test1Main_ArrList {
public static void main(String[] args) {
// TODO Auto-generated method stub
arrayList_TestAssign();
arrayList_StringTest();
arrayList_IntegerT... | UTF-8 | Java | 8,481 | java | Test1Main_ArrList.java | Java | [
{
"context": "\r\n\t\t\tb1 = new BookSample(\"0534420123\",\"title 1\", \"peter\",\"Hello java\",123,2010,43.5);\r\n\t\t\tb2 = new BookSa",
"end": 4600,
"score": 0.9996554851531982,
"start": 4595,
"tag": "NAME",
"value": "peter"
},
{
"context": ";\r\n\t\t\tb2 = new BookSample(\"05344... | null | [] | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Random;
import dw317.lib.BookSample;
public class Test1Main_ArrList {
public static void main(String[] args) {
// TODO Auto-generated method stub
arrayList_TestAssign();
arrayList_StringTest();
arrayList_IntegerT... | 8,481 | 0.650513 | 0.633298 | 221 | 36.366516 | 28.506514 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.746606 | false | false | 5 |
26cc5424d3358a1af3621e4fe65cf7127becce5a | 7,095,285,987,250 | 892d3849483ab459962258171c2719ea0e49229c | /Development/CMS/WebContent/src/model/business/facade/ServiceUserFacade.java | 659a476c518be54b870e0c0c1dc41d7bf46a9d36 | [] | no_license | ldantes/Final_Year_Project | https://github.com/ldantes/Final_Year_Project | bad8daaa4d6b4a8c8d7212e557c5f8036459c0e4 | 0373f1ec0adb8a0dd7e5d308fc0dd9533a492bce | refs/heads/master | 2021-01-16T22:09:19.985000 | 2014-04-04T23:18:20 | 2014-04-04T23:18:20 | 13,859,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.business.facade;
import java.sql.SQLException;
import javax.naming.NamingException;
import model.beans.AttendanceBean;
import model.beans.NoteBean;
import model.beans.ServiceUserBean;
import model.beans.SubstanceBean;
import model.beans.TransactionBean;
public interface ServiceUserFacade {
publi... | UTF-8 | Java | 863 | java | ServiceUserFacade.java | Java | [] | null | [] | package model.business.facade;
import java.sql.SQLException;
import javax.naming.NamingException;
import model.beans.AttendanceBean;
import model.beans.NoteBean;
import model.beans.ServiceUserBean;
import model.beans.SubstanceBean;
import model.beans.TransactionBean;
public interface ServiceUserFacade {
publi... | 863 | 0.836616 | 0.836616 | 36 | 22.972221 | 28.132114 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.861111 | false | false | 5 |
b37c0a0ac4952612ac9024d77b66a8e17a5af891 | 7,095,285,989,786 | 549194114a8e600fb9251fe63a3f0fb28d307504 | /banking/Account.java | 6a4930d04fc267628df80a6aecf8844de99585d4 | [] | no_license | JabirHassan/Banking-Application | https://github.com/JabirHassan/Banking-Application | 8098bc9d3c74a2f30d03a7544998f11f1cbd8b2c | 5c25016d12b56eff1ef6f23010056ea08f17864e | refs/heads/master | 2021-01-10T16:27:20.783000 | 2016-03-22T22:38:22 | 2016-03-22T22:38:22 | 54,513,286 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package banking;
public interface Account {
public void updateAccount();
}
| UTF-8 | Java | 91 | java | Account.java | Java | [] | null | [] |
package banking;
public interface Account {
public void updateAccount();
}
| 91 | 0.648352 | 0.648352 | 6 | 12.5 | 13.035209 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
43601304a2b57e9f026c0e394ef2fac23646bd52 | 32,530,082,353,096 | 8599e98dbb858029185fad43690cb94f113329e1 | /exercicosDiversos/src/SistemasDeJogosTxt.java | 5a0161cb7213d0196928d5aaaa59be2b4ba87f96 | [] | no_license | irandijunior1903/ExerciciosJava8 | https://github.com/irandijunior1903/ExerciciosJava8 | bb4d08139c3382388886fbde91aba27cad977c52 | 111e158ef116a816a06e0bffdc461e6caafba5ca | refs/heads/master | 2021-04-06T05:25:02.390000 | 2018-03-14T19:45:43 | 2018-03-14T19:45:43 | 125,263,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class SistemasDeJogosTxt {
public static void main(String []agrs) {
Scanner scan = new Scanner(System.in);
System.out.println("Quantos times serão cadastrados?");
int numTimes = Integer.parseInt(scan.nextLine());
String [] times = new String [numTimes];
int [] golsTimes... | ISO-8859-1 | Java | 2,257 | java | SistemasDeJogosTxt.java | Java | [] | null | [] | import java.util.Scanner;
public class SistemasDeJogosTxt {
public static void main(String []agrs) {
Scanner scan = new Scanner(System.in);
System.out.println("Quantos times serão cadastrados?");
int numTimes = Integer.parseInt(scan.nextLine());
String [] times = new String [numTimes];
int [] golsTimes... | 2,257 | 0.65171 | 0.645935 | 80 | 27.137501 | 23.243679 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.0625 | false | false | 5 |
ccfa9f666a3f3ec055076a85fb17fe8b7d9cf907 | 34,600,256,549,247 | b9ce4342ccb9ebaf0284605e6ce01439fbd5670d | /common/src/main/java/fr/iutinfo/skeleton/common/dto/TissuDto.java | 1661a2241912103286ce1279615c858e50f712e7 | [] | no_license | MallauryA/ProjetAgile_NakedChairs | https://github.com/MallauryA/ProjetAgile_NakedChairs | 4c06eb74a9efe730481052a180fd2c3d1de6f660 | 6cc65bf2294f8d343456d4b13a0598abfac9c746 | refs/heads/master | 2021-01-18T03:40:00.975000 | 2017-03-29T14:38:11 | 2017-03-29T14:38:11 | 85,798,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.iutinfo.skeleton.common.dto;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class TissuDto {
final static Logger logger = LoggerFactory.getLogger(TissuDto.class);
private String nom;
private double longueur,largeur,phousse,pmetre;
private String type;
private String luminosi... | UTF-8 | Java | 1,320 | java | TissuDto.java | Java | [] | null | [] | package fr.iutinfo.skeleton.common.dto;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class TissuDto {
final static Logger logger = LoggerFactory.getLogger(TissuDto.class);
private String nom;
private double longueur,largeur,phousse,pmetre;
private String type;
private String luminosi... | 1,320 | 0.719697 | 0.718182 | 64 | 19.640625 | 15.964186 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.484375 | false | false | 5 |
ecc83fc1ac129290cb3d2b1dbf623f696fe62df9 | 9,801,115,427,554 | cf73ed061c98a7882a0711f52a2f2f23e2cc6530 | /src/main/java/com/windmill312/smtp/client/multiplexed/statemachine/StateMachine.java | 569bf5382967648503f169848edf990220c1b28c | [] | no_license | windmill312/smtp-client | https://github.com/windmill312/smtp-client | b26cb181ac1ac8c2fb8a51ec50e2734485caba34 | d62f11ab74fe819c904bf4034c486702c2b288c7 | refs/heads/master | 2022-05-26T04:05:38.139000 | 2020-01-15T11:52:21 | 2020-01-15T11:52:21 | 230,218,314 | 0 | 0 | null | false | 2022-05-20T21:20:57 | 2019-12-26T07:36:59 | 2020-01-15T11:52:33 | 2022-05-20T21:20:57 | 319 | 0 | 0 | 3 | Java | false | false | package com.windmill312.smtp.client.multiplexed.statemachine;
import com.google.common.collect.Table;
import com.windmill312.smtp.client.multiplexed.enums.Condition;
import com.windmill312.smtp.client.multiplexed.enums.Step;
public class StateMachine {
private Table<Step, Condition, Process> table;
StateMach... | UTF-8 | Java | 1,382 | java | StateMachine.java | Java | [] | null | [] | package com.windmill312.smtp.client.multiplexed.statemachine;
import com.google.common.collect.Table;
import com.windmill312.smtp.client.multiplexed.enums.Condition;
import com.windmill312.smtp.client.multiplexed.enums.Step;
public class StateMachine {
private Table<Step, Condition, Process> table;
StateMach... | 1,382 | 0.708394 | 0.701881 | 43 | 31.139534 | 28.740686 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 5 |
cb65b8774ed1f4c7fa76dad369e08d43aec8b730 | 7,550,552,528,605 | 585a2246d7828570e1cff6ad2adde47e2a67ad0e | /src/main/java/ru/boost/charity/rest_api/service/TaskConverter.java | ace267e0e34a0396b2a3e77de1e005eef0c54cdd | [] | no_license | Rinchiny/kdc_rest_api | https://github.com/Rinchiny/kdc_rest_api | f91e3b324d3bba96f56f666495a5f86e5c4cc286 | 7c12680525c8d219c62258066d06da80f34d4bc7 | refs/heads/master | 2023-03-10T01:05:44.936000 | 2021-02-07T09:36:42 | 2021-02-07T09:36:42 | 336,503,748 | 0 | 0 | null | false | 2021-02-07T09:07:53 | 2021-02-06T09:44:58 | 2021-02-06T10:03:29 | 2021-02-07T09:07:52 | 94 | 0 | 0 | 0 | Java | false | false | package ru.boost.charity.rest_api.service;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import ru.boost.charity.rest_api.entity.Task;
import ru.boost.charity.rest_api.model.TaskModel;
@Mapper(componentModel = "spring")
public interface TaskConverter {
@Mappings({
... | UTF-8 | Java | 790 | java | TaskConverter.java | Java | [] | null | [] | package ru.boost.charity.rest_api.service;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
import ru.boost.charity.rest_api.entity.Task;
import ru.boost.charity.rest_api.model.TaskModel;
@Mapper(componentModel = "spring")
public interface TaskConverter {
@Mappings({
... | 790 | 0.663291 | 0.663291 | 23 | 33.347828 | 26.4618 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 5 |
c382c2a51b20095eb4f894b516f32d8d4c49ab77 | 12,352,325,998,964 | 87b3172d15efb5171faa63e67950977ed5da0042 | /src/main/java/juja/sqlcmd/controller/command/Exit.java | a4f18dc8dd269fdeb4f6d8b7caef1a9c1ac99b8e | [] | no_license | kortov/sqlcmd | https://github.com/kortov/sqlcmd | 6f9d94741af727cc6f439d1a765bf990daa767e7 | 2890788c3a24fa27bedfd8c7c36ee11df6c2cff0 | refs/heads/master | 2023-04-13T22:45:38.020000 | 2018-08-26T17:14:33 | 2018-08-26T17:14:33 | 111,008,762 | 0 | 0 | null | true | 2023-04-04T01:14:13 | 2017-11-16T18:43:18 | 2018-08-26T17:14:41 | 2023-03-24T15:41:32 | 110 | 0 | 0 | 0 | Java | false | false | package juja.sqlcmd.controller.command;
import juja.sqlcmd.model.DatabaseManager;
import juja.sqlcmd.view.View;
import java.sql.SQLException;
public class Exit extends Command {
Exit(DatabaseManager databaseManager, View view) {
super(databaseManager, view);
}
@Override
protected void execu... | UTF-8 | Java | 670 | java | Exit.java | Java | [] | null | [] | package juja.sqlcmd.controller.command;
import juja.sqlcmd.model.DatabaseManager;
import juja.sqlcmd.view.View;
import java.sql.SQLException;
public class Exit extends Command {
Exit(DatabaseManager databaseManager, View view) {
super(databaseManager, view);
}
@Override
protected void execu... | 670 | 0.641104 | 0.641104 | 28 | 22.285715 | 19.318491 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 5 |
d787cdace42a608eec941ae28621ee35cb0dcdce | 32,753,420,654,970 | 9a52fe3bcdd090a396e59c68c63130f32c54a7a8 | /sources/com/applovin/impl/mediation/p015c/C0981f.java | f0839e46d60d13e15c517fa467cb792f59e5f961 | [] | no_license | mzkh/LudoKing | https://github.com/mzkh/LudoKing | 19d7c76a298ee5bd1454736063bc392e103a8203 | ee0d0e75ed9fa8894ed9877576d8e5589813b1ba | refs/heads/master | 2022-04-25T06:08:41.916000 | 2020-04-14T17:00:45 | 2020-04-14T17:00:45 | 255,670,636 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.applovin.impl.mediation.p015c;
import android.app.Activity;
import com.applovin.impl.mediation.p016d.C0988a;
import com.applovin.impl.mediation.p016d.C0990c;
import com.applovin.impl.sdk.C1192i;
import com.applovin.impl.sdk.p020c.C1113g;
import com.applovin.impl.sdk.p020c.C1114h;
import com.applovin.impl.s... | UTF-8 | Java | 8,708 | java | C0981f.java | Java | [] | null | [] | package com.applovin.impl.mediation.p015c;
import android.app.Activity;
import com.applovin.impl.mediation.p016d.C0988a;
import com.applovin.impl.mediation.p016d.C0990c;
import com.applovin.impl.sdk.C1192i;
import com.applovin.impl.sdk.p020c.C1113g;
import com.applovin.impl.sdk.p020c.C1114h;
import com.applovin.impl.s... | 8,708 | 0.562356 | 0.471291 | 244 | 34.688526 | 24.123684 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717213 | false | false | 5 |
9dcb158fd32cea1389c4d92a31099552df74d535 | 29,953,101,930,133 | 1b2e0828300a8d038beda76525202225b40a3324 | /src/main/java/com/sprinboot/dazuoye/pojo/Forum.java | 4385137759406020769816f66497f8d361415d2a | [] | no_license | wepn13232/springboot_GameWeb | https://github.com/wepn13232/springboot_GameWeb | 64139016ab56384c2782c0e88c96d2296c36b404 | fb0fd7d9a33974875f54744e31bca5462c5f5235 | refs/heads/master | 2020-05-15T22:41:56.695000 | 2019-05-06T12:10:19 | 2019-05-06T12:10:19 | 182,534,103 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sprinboot.dazuoye.pojo;
public class Forum {
private int id;
private String forum_title;
private String forum_content;
private String username;
private String Date;
private int game_id;
public Forum() {
super();
}
public Forum(int id, String forum_title, St... | UTF-8 | Java | 1,475 | java | Forum.java | Java | [
{
"context": "m_content = forum_content;\n this.username = username;\n Date = date;\n this.game_id = game",
"end": 523,
"score": 0.9634526968002319,
"start": 515,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\n\n public String getUsername() {\n ... | null | [] | package com.sprinboot.dazuoye.pojo;
public class Forum {
private int id;
private String forum_title;
private String forum_content;
private String username;
private String Date;
private int game_id;
public Forum() {
super();
}
public Forum(int id, String forum_title, St... | 1,475 | 0.585085 | 0.585085 | 75 | 18.666666 | 19.049643 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413333 | false | false | 5 |
ff434b7055b97ca5e43ac99ff224295d858ddb9f | 27,573,690,101,924 | 0b56a5a4b5e0f5eb9d5f4f9bc620d25520335a2e | /src/main/java/se/ec/robert/Dictionary.java | df8496928ad418e65cc58da55807afe067957bc0 | [] | no_license | robert-sjoblom/hangman | https://github.com/robert-sjoblom/hangman | 46b717267266bd1dd7f9e854e83afde59037ce41 | aaf427020d5ae247fb58f801d445a49bbfc85aae | refs/heads/master | 2021-07-11T18:45:48.883000 | 2019-09-07T19:40:17 | 2019-09-07T19:40:17 | 207,017,212 | 0 | 0 | null | false | 2020-10-13T15:52:47 | 2019-09-07T19:37:38 | 2019-09-07T19:40:28 | 2019-09-07T19:40:27 | 5 | 0 | 0 | 1 | Java | false | false | package se.ec.robert;
import java.util.Random;
public class Dictionary {
static private String[] words = {
"secret", "java", "superfluous", "banana", "glass"
};
static String randomWord() {
int rnd = new Random().nextInt(words.length);
return words[rnd];
}
}
| UTF-8 | Java | 284 | java | Dictionary.java | Java | [] | null | [] | package se.ec.robert;
import java.util.Random;
public class Dictionary {
static private String[] words = {
"secret", "java", "superfluous", "banana", "glass"
};
static String randomWord() {
int rnd = new Random().nextInt(words.length);
return words[rnd];
}
}
| 284 | 0.644366 | 0.644366 | 14 | 19.285715 | 18.140045 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 5 |
1922a4b3a6f01650bb7fd6e524658efcd9dd8e55 | 12,446,815,280,842 | 45c4a0c90104bd2e4a5fb43e761d2c04ecc39bdd | /src/main/java/alec_wam/CrystalMod/tiles/machine/worksite/gui/GuiContainerWorksiteBase.java | 971483ea170aa5465d098dd0ce237bc5b7784a52 | [
"MIT"
] | permissive | Alec-WAM/CrystalMod | https://github.com/Alec-WAM/CrystalMod | 4a335176fde541bb53bcbfb4c9b1e162d72eb49a | 98654b1b686818767022a12b4c7ca6ada585a18a | refs/heads/master | 2021-01-19T02:49:00.508000 | 2019-03-26T19:51:37 | 2019-03-26T19:51:37 | 70,442,150 | 9 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package alec_wam.CrystalMod.tiles.machine.worksite.gui;
import java.io.IOException;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import alec_wam.CrystalMod.CrystalMod;
import al... | UTF-8 | Java | 14,219 | java | GuiContainerWorksiteBase.java | Java | [
{
"context": "down, mouse up/down/move/wheel)\r\n\t * \r\n\t * @author Shadowmage\r\n\t */\r\n\tpublic class ActivationEvent {\r\n\t\t/**\r\n\t\t",
"end": 10923,
"score": 0.713997483253479,
"start": 10913,
"tag": "USERNAME",
"value": "Shadowmage"
},
{
"context": " what composites may... | null | [] | package alec_wam.CrystalMod.tiles.machine.worksite.gui;
import java.io.IOException;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import alec_wam.CrystalMod.CrystalMod;
import al... | 14,219 | 0.686476 | 0.679373 | 488 | 27.137295 | 24.945507 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125 | false | false | 5 |
753b048e8966f218f3f2fa8a59dc346c1ad27851 | 32,126,355,437,524 | d11b5b5d8816e508d7ad3b3e078da1e80b72739d | /app/src/main/java/com/example/mirry/chat/activity/MainActivity.java | 89bd9f5141903f2edea3806f8d628ad782da6c5d | [] | no_license | mirryjuan/MyChat | https://github.com/mirryjuan/MyChat | 2e0583cdefe36121f3f86ee577185a5316655240 | 615a7dfba613a57411ece00e0401065292c1fc52 | refs/heads/master | 2020-12-31T07:32:18.298000 | 2017-06-11T14:20:04 | 2017-06-11T14:20:04 | 81,512,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mirry.chat.activity;
import android.Manifest;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.ComponentName;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageMana... | UTF-8 | Java | 29,086 | java | MainActivity.java | Java | [
{
"context": " com.example.zxing.activity.CodeUtils;\nimport com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;\nimport com.netease.n",
"end": 1865,
"score": 0.8320847749710083,
"start": 1850,
"tag": "USERNAME",
"value": "jeremyfeinstein"
}
] | null | [] | package com.example.mirry.chat.activity;
import android.Manifest;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.ComponentName;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageMana... | 29,086 | 0.589488 | 0.587861 | 676 | 40.822487 | 30.427397 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742604 | false | false | 5 |
ccecdd53da7dbfea1e7904098ce40375beb6f139 | 8,650,064,194,282 | 14afa31b875b32180cadeb9d0e58be4e183afc5a | /src/com/ing/force/pages/Passeren/AkteEnAfrekeningPO.java | 291e52f1a3573f27a01201272c8508bc2172ce83 | [] | no_license | hiddevisser/hidde_hdn | https://github.com/hiddevisser/hidde_hdn | 63caefa704b1dd3a634cb33e11978da8361e0079 | b821416e8345f3cc9322df2e9bfbe39fe1053a4c | HEAD | 2018-03-26T07:07:11.959000 | 2017-03-30T13:50:57 | 2017-03-30T13:50:57 | 87,077,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ing.force.pages.Passeren;
import com.ing.force.pages.DefaultPO;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
* Created by m07g220 on 02/27/2017.
*/
public class AkteEnAfrekeningPO extends DefaultPO {
public By textBoxNotaris = By.xpath(".//*[contains(@id,'PageContent_Pag... | UTF-8 | Java | 2,688 | java | AkteEnAfrekeningPO.java | Java | [
{
"context": " org.openqa.selenium.WebDriver;\n\n/**\n * Created by m07g220 on 02/27/2017.\n */\npublic class AkteEnAfrekeningP",
"end": 172,
"score": 0.999466598033905,
"start": 165,
"tag": "USERNAME",
"value": "m07g220"
}
] | null | [] | package com.ing.force.pages.Passeren;
import com.ing.force.pages.DefaultPO;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
* Created by m07g220 on 02/27/2017.
*/
public class AkteEnAfrekeningPO extends DefaultPO {
public By textBoxNotaris = By.xpath(".//*[contains(@id,'PageContent_Pag... | 2,688 | 0.72061 | 0.715774 | 68 | 38.529411 | 40.602982 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 5 |
a44fee67dc3c9b81436e0d78bcbe58b242a8f430 | 27,702,539,124,068 | 1bd4ed33fa9fd53b40628ceca04f472a3a6fdeb6 | /src/gestor/Controle/ControleHistoricoMovimentacaoENF.java | 25054116f8d7ab46ee9934616428ee2295821062 | [] | no_license | ronaldoalvessilva/SysConp | https://github.com/ronaldoalvessilva/SysConp | be09cb53a0b54956dade87a76eadbeabc235646c | 4680f9e0e3b82722e0c4027dd6205797e9d92992 | refs/heads/master | 2021-08-07T05:35:20.298000 | 2021-08-06T18:49:33 | 2021-08-06T18:49:33 | 119,440,835 | 2 | 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 gestor.Controle;
import gestor.Dao.ConexaoBancoDados;
import gestor.Modelo.HistoricoMovimentacaoEstoque;
import java.... | UTF-8 | Java | 3,772 | java | ControleHistoricoMovimentacaoENF.java | Java | [
{
"context": "rt javax.swing.JOptionPane;\r\n\r\n/**\r\n *\r\n * @author Ronaldo\r\n */\r\npublic class ControleHistoricoMovimentacaoENF",
"end": 437,
"score": 0.9936661720275879,
"start": 430,
"tag": "NAME",
"value": "Ronaldo"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package gestor.Controle;
import gestor.Dao.ConexaoBancoDados;
import gestor.Modelo.HistoricoMovimentacaoEstoque;
import java.... | 3,772 | 0.65586 | 0.651342 | 79 | 45.632912 | 45.394524 | 247 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.101266 | false | false | 5 |
a4aea7d36f4b5eaf00a69874a9170102d06800c2 | 29,265,907,219,462 | 6fb5384894bc0547c5b095a1f6c366a05b0104ac | /src/net/jacobandreas/steph/tournament/Swap.java | e39994ef69b50e40bb07b9bee57bef72768e8e35 | [] | no_license | jacobandreas/STEPH | https://github.com/jacobandreas/STEPH | a0bb412c869e535025129ca82c57670b53470b1a | 8f147e9db3c86d99249465b9e8c49db752db6eb7 | refs/heads/master | 2021-01-10T20:55:51.273000 | 2011-02-07T05:12:28 | 2011-02-07T05:12:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.jacobandreas.steph.tournament;
/**
* Represents a swap between two teams, for resolving impermissibles.
* @author jacob
*/
public class Swap {
private Team team1, team2;
private int side;
/**
* Creates a new swap of the two teams
* @param t1 the first team in the swap
* @par... | UTF-8 | Java | 2,250 | java | Swap.java | Java | [
{
"context": "wo teams, for resolving impermissibles.\n * @author jacob\n */\npublic class Swap {\n\n private Team team1, ",
"end": 134,
"score": 0.9894078969955444,
"start": 129,
"tag": "NAME",
"value": "jacob"
}
] | null | [] | package net.jacobandreas.steph.tournament;
/**
* Represents a swap between two teams, for resolving impermissibles.
* @author jacob
*/
public class Swap {
private Team team1, team2;
private int side;
/**
* Creates a new swap of the two teams
* @param t1 the first team in the swap
* @par... | 2,250 | 0.562222 | 0.537778 | 88 | 24.568182 | 24.744051 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 5 |
d44274af6a407b01501f096b546042f5a25c0998 | 30,657,476,628,839 | 82dcb19975ec61809c62d1dcae695d7529176686 | /iact/iact java/java_practice/Main1.java | cbdb116ad5bd9f8d247aef94884ca449b65038e3 | [] | no_license | arjuntheprogrammer/iact | https://github.com/arjuntheprogrammer/iact | eedb38a2914da88161e5bc5f2e48b4d501de79cd | 21314f576c464ab056a746715c3e48cc090f328a | refs/heads/master | 2021-06-10T10:06:34.049000 | 2016-12-04T01:33:20 | 2016-12-04T01:33:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Parent{
void display()
{
System.out.println(a+"parent");
}
int a=10;
}
class Child extends Parent{
void display()
{
System.out.println(a+"child");
}
}
class Main1{
public static void main(String ar[])
{
Parent ob=new Child();
ob.display();
}
} | UTF-8 | Java | 302 | java | Main1.java | Java | [] | null | [] | class Parent{
void display()
{
System.out.println(a+"parent");
}
int a=10;
}
class Child extends Parent{
void display()
{
System.out.println(a+"child");
}
}
class Main1{
public static void main(String ar[])
{
Parent ob=new Child();
ob.display();
}
} | 302 | 0.562914 | 0.55298 | 37 | 6.216216 | 10.272332 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.135135 | false | false | 5 |
a65fdcbf75527ea8887f8df10715eb99b8728670 | 35,983,236,032,200 | 0ba09a40604a1f9bb0c13268514c1dff6073315a | /src/main/java/com/leetcode/algorithm/math/SumOfSquareNumber$633.java | e83047ab416e0ce8199d1e17bfa1633240cc1df9 | [] | no_license | ysl2012G/leetcode | https://github.com/ysl2012G/leetcode | 2a49bdd43365ebb167a71387bb597e69ce804524 | bc52dfab331eafc8d383d5b1eb0d0c24cc93acf4 | refs/heads/master | 2022-12-21T11:49:18.171000 | 2022-12-17T02:42:22 | 2022-12-17T02:42:22 | 221,919,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.algorithm.math;
import java.util.HashSet;
import java.util.Set;
public class SumOfSquareNumber$633 {
public boolean judgeSquareSum(int c) {
final Set<Integer> cache = new HashSet<>();
long i = 0;
while (Long.compare(i * i, c) < 0) {
cache.add((int) (i * i)... | UTF-8 | Java | 656 | java | SumOfSquareNumber$633.java | Java | [] | null | [] | package com.leetcode.algorithm.math;
import java.util.HashSet;
import java.util.Set;
public class SumOfSquareNumber$633 {
public boolean judgeSquareSum(int c) {
final Set<Integer> cache = new HashSet<>();
long i = 0;
while (Long.compare(i * i, c) < 0) {
cache.add((int) (i * i)... | 656 | 0.522866 | 0.509146 | 29 | 21.620689 | 17.627201 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 5 |
e6df8a4d732e9d8e4a5f69242ec4569cd97300a5 | 2,954,937,563,997 | 40928744cc127cf7d8e69dd7c3764ead55d4d86c | /src/main/java/lt/jonas/project/service/SecurityService.java | d54a20e15f46596dc9ba67435f06e63de9c0219c | [] | no_license | AvalonLT/project | https://github.com/AvalonLT/project | c070908ea34d4d5514f751c7a8157f3fb12e4f55 | 626a3df71e74b183e3fd42a431da467143e98d1d | refs/heads/master | 2021-08-19T21:28:24.157000 | 2017-11-27T12:55:04 | 2017-11-27T12:55:04 | 112,196,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lt.jonas.project.service;
/**
* Created by ramunas on 02/10/2017.
*/
public interface SecurityService {
String findLogginUsername();
void login(String username, String passw);
}
| UTF-8 | Java | 198 | java | SecurityService.java | Java | [
{
"context": "ckage lt.jonas.project.service;\n\n/**\n * Created by ramunas on 02/10/2017.\n */\npublic interface SecurityServi",
"end": 60,
"score": 0.9995949864387512,
"start": 53,
"tag": "USERNAME",
"value": "ramunas"
}
] | null | [] | package lt.jonas.project.service;
/**
* Created by ramunas on 02/10/2017.
*/
public interface SecurityService {
String findLogginUsername();
void login(String username, String passw);
}
| 198 | 0.717172 | 0.676768 | 10 | 18.799999 | 17.792133 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
f50e597f2f375e7607d8351733b978455293d2b9 | 9,740,985,888,995 | 6da90d90f17ec7c03b6968291d3e2474e3eae9d9 | /Pleer4.java | 16317ce84e92b0b3e7b6940a2ef0d5d1b99976a2 | [] | no_license | Dryunkaaa/module5_2 | https://github.com/Dryunkaaa/module5_2 | f15a5794ce1ce367ee4d853f9af652dc43e98bdf | a2040e87f538271fe659678de0e95ea954ce0716 | refs/heads/master | 2021-09-07T07:55:54.079000 | 2018-02-19T18:59:25 | 2018-02-19T18:59:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Module5_2;
/**
Плеер 4.
Имеет final цену(задается в конструкторе) и геттер
Имеет плейлист
playSong Может проиграть последнюю песню
playAllSongs может проиграть все песни
*/
import java.util.Arrays;
public class Pleer4 extends PlayAllSongs{
public Pleer4( String[] playlist, int price) {
supe... | UTF-8 | Java | 680 | java | Pleer4.java | Java | [] | null | [] | package Module5_2;
/**
Плеер 4.
Имеет final цену(задается в конструкторе) и геттер
Имеет плейлист
playSong Может проиграть последнюю песню
playAllSongs может проиграть все песни
*/
import java.util.Arrays;
public class Pleer4 extends PlayAllSongs{
public Pleer4( String[] playlist, int price) {
supe... | 680 | 0.673043 | 0.662609 | 28 | 19.5 | 21.36001 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 5 |
cc274e6e6f5675eec488d2c518578a5d2a0548dc | 34,746,285,470,282 | 75fa11b13ddab8fd987428376f5d9c42dff0ba44 | /metadata-service/configuration/src/main/java/com/linkedin/metadata/config/cache/SearchCacheConfiguration.java | 290b566caf96249d7225c260060117f5b6af2ec0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"MIT"
] | permissive | RyanHolstien/datahub | https://github.com/RyanHolstien/datahub | 163d0ff6b4636919ed223ee63a27cba6db2d0156 | 8cf299aeb43fa95afb22fefbc7728117c727f0b3 | refs/heads/master | 2023-09-04T10:59:12.931000 | 2023-08-21T18:33:10 | 2023-08-21T18:33:10 | 246,685,891 | 0 | 0 | Apache-2.0 | true | 2021-02-16T23:48:05 | 2020-03-11T21:43:58 | 2021-02-09T22:13:24 | 2021-02-16T23:48:04 | 43,697 | 0 | 0 | 0 | TypeScript | false | false | package com.linkedin.metadata.config.cache;
import lombok.Data;
@Data
public class SearchCacheConfiguration {
SearchLineageCacheConfiguration lineage;
}
| UTF-8 | Java | 158 | java | SearchCacheConfiguration.java | Java | [] | null | [] | package com.linkedin.metadata.config.cache;
import lombok.Data;
@Data
public class SearchCacheConfiguration {
SearchLineageCacheConfiguration lineage;
}
| 158 | 0.822785 | 0.822785 | 9 | 16.555555 | 18.421673 | 43 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
fc0ed2df68603b381949895e06daad8b7dcf5b80 | 36,747,740,212,689 | b1cada99c8e29bba077e16d220b722f7fe61ed9a | /product/product-system/src/main/java/com/taro/service/sec/impl/SecTenantsLevelRoleServiceImpl.java | 4a8a17697f15ea53fad6039001e45f67878430be | [] | no_license | 542938640/borunkeji | https://github.com/542938640/borunkeji | b0b668e0f4d7b4eeff569b19ace1846424682355 | bc00a8e47111ec4a338a04f8bac8d24d8be67b94 | refs/heads/main | 2023-02-26T18:30:51.734000 | 2021-02-07T06:53:13 | 2021-02-07T06:53:13 | 336,721,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taro.service.sec.impl;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.google.common.c... | UTF-8 | Java | 3,521 | java | SecTenantsLevelRoleServiceImpl.java | Java | [
{
"context": "a</p>\r *<p>Description: ServiceImpl</p>\r *@author 张宇唯\r *@version 1.0\r *@Automatically generate by Coder",
"end": 681,
"score": 0.999769389629364,
"start": 678,
"tag": "NAME",
"value": "张宇唯"
},
{
"context": " \tmodel3.setId(\"3\");\r \tmodel3.setTenants_name(\"市行\... | null | [] | package com.taro.service.sec.impl;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.google.common.c... | 3,521 | 0.724921 | 0.705088 | 105 | 32.142857 | 26.515558 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 5 |
62efbd51bcb92f67fbcd051e47344dd4aacdd913 | 36,876,589,229,150 | 8d9472380b9038154d8738c5e007d515c38a4e02 | /app/src/main/java/com/shoopi/easyroutine/databases/DatabaseVersion.java | 0a05a4e6b183aa97f74baebb96747e61abaf49da | [] | no_license | Sho0pi/easy_routines_temp | https://github.com/Sho0pi/easy_routines_temp | bca439e77ebf276d44d732593ac5af6fca18bd8c | d1c9184c243631a74ede955d57a7042cee8a6f24 | refs/heads/master | 2023-01-02T03:40:54.504000 | 2020-10-24T18:16:12 | 2020-10-24T18:16:12 | 306,942,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shoopi.easyroutine.databases;
public enum DatabaseVersion {
VERSION_1(1);
private final int mValue;
DatabaseVersion(int value){
mValue = value;
}
public int getValue() {
return mValue;
}
}
| UTF-8 | Java | 246 | java | DatabaseVersion.java | Java | [] | null | [] | package com.shoopi.easyroutine.databases;
public enum DatabaseVersion {
VERSION_1(1);
private final int mValue;
DatabaseVersion(int value){
mValue = value;
}
public int getValue() {
return mValue;
}
}
| 246 | 0.626016 | 0.617886 | 16 | 14.375 | 13.91885 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 5 |
5dbb3baf6a22fffd3f9d9e01a40ec9d59c6c4059 | 35,201,552,002,750 | db5f505c51b78a43fcdbd6d7acd59eb30d026bf9 | /Proyecto1/src/Presentacion/Controller/ControllerImp.java | e4eb61a618bc25b356fb44a48c097335e03813ea | [] | no_license | isabelzamarron/sims | https://github.com/isabelzamarron/sims | cced4f8b745125f5e79fe33470b1681da5946731 | 3ac5c4299f9070b5705d46b74592e3337984ca5a | refs/heads/main | 2023-05-29T11:16:30.383000 | 2021-06-10T20:30:03 | 2021-06-10T20:30:03 | 373,590,864 | 0 | 0 | null | true | 2021-06-03T17:32:38 | 2021-06-03T17:32:37 | 2021-05-08T15:21:02 | 2021-05-08T15:17:22 | 0 | 0 | 0 | 0 | null | false | false | /**
*
*/
package Presentacion.Controller;
import Presentacion.GUI.IGUI;
/**
* <!-- begin-UML-doc -->
* <!-- end-UML-doc -->
* @author isabe
* @generated "UML a Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)"
*/
public class ControllerImp extends AbstractController {
/**
* <!-- begin-UML-... | UTF-8 | Java | 1,233 | java | ControllerImp.java | Java | [
{
"context": "begin-UML-doc -->\n* <!-- end-UML-doc -->\n* @author isabe\n* @generated \"UML a Java (com.ibm.xtools.transfor",
"end": 145,
"score": 0.9995965361595154,
"start": 140,
"tag": "USERNAME",
"value": "isabe"
}
] | null | [] | /**
*
*/
package Presentacion.Controller;
import Presentacion.GUI.IGUI;
/**
* <!-- begin-UML-doc -->
* <!-- end-UML-doc -->
* @author isabe
* @generated "UML a Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)"
*/
public class ControllerImp extends AbstractController {
/**
* <!-- begin-UML-... | 1,233 | 0.676399 | 0.664234 | 53 | 22.283018 | 26.263813 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.943396 | false | false | 5 |
6340ea7833e52d0ed03453967879e5155ce3c984 | 34,772,055,268,411 | ee5b03deb81ae5824fd0f9f35034b668ac35472a | /Projects/Project01/src/Project01/RuntimeRow.java | 4847c67912d77e5c53982205ba1016ffecf56c77 | [] | no_license | Juanchiselo/CS331 | https://github.com/Juanchiselo/CS331 | ea18682ca6719cc2ca0616948937ae185e472c3b | b5e8b77cd6563b982432e36722b335d779f732c7 | refs/heads/master | 2021-04-28T12:56:31.471000 | 2018-11-23T22:09:06 | 2018-11-23T22:09:06 | 87,989,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Project01;
public class RuntimeRow
{
private int n;
private String time;
public RuntimeRow(int n, String time)
{
this.n = n;
this.time = time;
}
public int getN()
{
return n;
}
public String getTime()
{
return time;
}
public vo... | UTF-8 | Java | 476 | java | RuntimeRow.java | Java | [] | null | [] | package Project01;
public class RuntimeRow
{
private int n;
private String time;
public RuntimeRow(int n, String time)
{
this.n = n;
this.time = time;
}
public int getN()
{
return n;
}
public String getTime()
{
return time;
}
public vo... | 476 | 0.531513 | 0.527311 | 33 | 13.424242 | 12.888873 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 5 |
c7da2a00fb2fc6365a0c22329f2f903257d7c735 | 19,301,583,086,789 | 1f8d341be2b04c30f63a2b917417bdea78f07139 | /src/main/java/cn/edu/sysu/workflow/cloud/load/balance/AsynCallback.java | b1e2070cd57add86a9cddedf9df37fbbc3734f84 | [] | no_license | lingd3/load-simulator | https://github.com/lingd3/load-simulator | a17324e5d15007b6960a437c46e9f37ad2e37513 | 79da72cb32c1969aae6480af15d56eb573cc2f96 | refs/heads/master | 2020-04-02T13:11:45.079000 | 2018-05-23T09:15:09 | 2018-05-23T09:15:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.sysu.workflow.cloud.load.balance;
import cn.edu.sysu.workflow.cloud.load.data.ProcessInstance;
import cn.edu.sysu.workflow.cloud.load.engine.BasicEngine;
public interface AsynCallback {
void call(ProcessInstance instance, BasicEngine server);
}
| UTF-8 | Java | 266 | java | AsynCallback.java | Java | [] | null | [] | package cn.edu.sysu.workflow.cloud.load.balance;
import cn.edu.sysu.workflow.cloud.load.data.ProcessInstance;
import cn.edu.sysu.workflow.cloud.load.engine.BasicEngine;
public interface AsynCallback {
void call(ProcessInstance instance, BasicEngine server);
}
| 266 | 0.808271 | 0.808271 | 8 | 32.25 | 26.242857 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
394299c33a12c3b36089059a7a8962b00ee39062 | 20,993,800,197,867 | 79829349580a9189ab4c6d9cd5bcc64b67570e5a | /commons/src/main/java/com/jason/Fibonacci.java | 9b5d53e8c75dac63a80b83b8dfa4271981099d31 | [
"Apache-2.0"
] | permissive | fuyongde/jason | https://github.com/fuyongde/jason | 191b89084236a94be2dbec94a773d30a3a5bab15 | 710e06bb3756480557e22df5fcc5fbb5f00996df | refs/heads/master | 2021-01-17T19:19:25.885000 | 2016-07-28T05:04:21 | 2016-07-28T05:04:21 | 61,367,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jason;
import com.google.common.collect.Lists;
import com.sun.org.apache.xpath.internal.operations.String;
import java.util.List;
/**
* Created by Qinjianf on 2016/7/12.
*/
public class Fibonacci {
private int count = 0;
public int getCount() {
return count;
}
public void set... | UTF-8 | Java | 1,395 | java | Fibonacci.java | Java | [
{
"context": "String;\n\nimport java.util.List;\n\n/**\n * Created by Qinjianf on 2016/7/12.\n */\npublic class Fibonacci {\n\n p",
"end": 171,
"score": 0.9994252920150757,
"start": 163,
"tag": "USERNAME",
"value": "Qinjianf"
}
] | null | [] | package com.jason;
import com.google.common.collect.Lists;
import com.sun.org.apache.xpath.internal.operations.String;
import java.util.List;
/**
* Created by Qinjianf on 2016/7/12.
*/
public class Fibonacci {
private int count = 0;
public int getCount() {
return count;
}
public void set... | 1,395 | 0.443472 | 0.416484 | 69 | 18.869566 | 14.336447 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 5 |
26f57bcc7d830b449ff11fbbc66da77ccfa6332b | 34,531,537,109,296 | b9812f29442217cd6e82db3a69c496e87c5bc913 | /src/servletunit/struts/tests/cactus/TestAbsolutePath.java | 956a140bdd5ae57ef03384d1e1006fc899fc42db | [
"Apache-1.1"
] | permissive | t3573393/StrutsTestCase | https://github.com/t3573393/StrutsTestCase | 80531ada5360a1b5aef1169462c650c6471d6a64 | 3c97ec9633654e31f2543e9cbd722eb4fc6bbd15 | refs/heads/master | 2022-09-04T01:47:16.509000 | 2020-05-26T07:00:20 | 2020-05-26T07:00:20 | 266,709,421 | 0 | 0 | NOASSERTION | true | 2020-05-25T07:11:14 | 2020-05-25T07:11:14 | 2019-10-07T04:36:55 | 2019-10-07T04:24:55 | 4,374 | 0 | 0 | 0 | null | false | false | // StrutsTestCase - a JUnit extension for testing Struts actions
// within the context of the ActionServlet.
// Copyright (C) 2002 Deryl Seale
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the Apache Software License as
// published by the Apache Software Foun... | UTF-8 | Java | 2,535 | java | TestAbsolutePath.java | Java | [
{
"context": "ntext of the ActionServlet.\n// Copyright (C) 2002 Deryl Seale\n//\n// This library is free software; you can red",
"end": 145,
"score": 0.9998793601989746,
"start": 134,
"tag": "NAME",
"value": "Deryl Seale"
},
{
"context": "ileName);\n addRequestParameter(\"u... | null | [] | // StrutsTestCase - a JUnit extension for testing Struts actions
// within the context of the ActionServlet.
// Copyright (C) 2002 <NAME>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the Apache Software License as
// published by the Apache Software Foundatio... | 2,535 | 0.661538 | 0.658777 | 71 | 34.69014 | 29.054388 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521127 | false | false | 5 |
43bb9a48359aee1112226446cffa3f2174699043 | 34,531,537,109,829 | 8af727d2cf45fb7bd760a0209950c4b7a5ccfa6d | /app/src/main/java/com/wxxiaomi/ming/bean/MyModel.java | e13f7dd2a9739697ca460f4bb67449074a864386 | [
"Apache-2.0",
"MIT"
] | permissive | whaoming/Timeline-View | https://github.com/whaoming/Timeline-View | 6abf296f21eb775f8a0f6740d06f933ecb6da8df | 6e51b781c5d08f04e20f9d813d45ae0058e04bc9 | refs/heads/master | 2021-06-11T09:45:21.798000 | 2016-12-03T07:18:24 | 2016-12-03T07:18:24 | 75,359,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wxxiaomi.ming.bean;
/**
* Created by Administrator on 2016/12/2.
*/
public class MyModel {
public int type;
public String pics;
}
| UTF-8 | Java | 154 | java | MyModel.java | Java | [] | null | [] | package com.wxxiaomi.ming.bean;
/**
* Created by Administrator on 2016/12/2.
*/
public class MyModel {
public int type;
public String pics;
}
| 154 | 0.675325 | 0.62987 | 10 | 14.4 | 14.14355 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 5 |
e0b9740bb8ed06cd42ddc58558d0be10b8678cf7 | 38,912,403,741,180 | 04c44528a6b125d47ffbe50463f04f99b6187494 | /sqap-api/src/main/java/com/sqap/api/domain/audio/test/result/dto/MushraTestSampleResultDto.java | 6eacc05132920df28c709deb82934abd889064f1 | [
"MIT"
] | permissive | marcinmilewski1/sound-quality-assessment-portal | https://github.com/marcinmilewski1/sound-quality-assessment-portal | 974dab6de90c40d8f641d37e9b56518e239f3a01 | 4c5d2213352d0c108277300c3a4edd88933f1895 | refs/heads/master | 2020-03-08T11:38:42.934000 | 2018-04-04T18:28:10 | 2018-04-04T18:28:10 | 128,104,031 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sqap.api.domain.audio.test.result.dto;
import lombok.Data;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
@Data
public class MushraTestSampleResultDto {
private String key;
@Min(value = 0)
@Max(value = 100)
private Integer value;
}
| UTF-8 | Java | 298 | java | MushraTestSampleResultDto.java | Java | [] | null | [] | package com.sqap.api.domain.audio.test.result.dto;
import lombok.Data;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
@Data
public class MushraTestSampleResultDto {
private String key;
@Min(value = 0)
@Max(value = 100)
private Integer value;
}
| 298 | 0.744966 | 0.731544 | 14 | 20.285715 | 16.76062 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
49342bad8e63029140e692f01835c85541ae2e3e | 38,860,864,113,312 | 7531cfbf5669a6db6ec7395595cc86bd99262da6 | /app/src/main/java/com/ryougifujino/netreader/data/source/local/FavoritesDao.java | 647e04e2deb29e4d96f539d8fd3d04267a29b488 | [] | no_license | mhsj6621/NetReader | https://github.com/mhsj6621/NetReader | 86f3a1b2ccd294d843eeb3439cfde3044b3e9c1f | 0f155b2f43c144787ca4e1355f8b9ed22a8a3c71 | refs/heads/master | 2018-07-03T04:25:54.712000 | 2018-06-28T01:58:17 | 2018-06-28T01:58:17 | 127,942,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ryougifujino.netreader.data.source.local;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import com.ryougifujino.netread... | UTF-8 | Java | 1,677 | java | FavoritesDao.java | Java | [
{
"context": "tegory;\n\nimport java.util.List;\n\n/**\n * Created by ZH on 2018/04/10.\n */\n\n@Dao\npublic abstract class Fa",
"end": 440,
"score": 0.999540388584137,
"start": 438,
"tag": "USERNAME",
"value": "ZH"
}
] | null | [] | package com.ryougifujino.netreader.data.source.local;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Delete;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import com.ryougifujino.netread... | 1,677 | 0.781157 | 0.776386 | 51 | 31.882353 | 28.256283 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 5 |
a1948b65f9999e63289bddd3cf38b52667cbba0d | 39,178,691,699,911 | 75eff1124c2d3955b64d814cca15cef8debed1b2 | /src/main/java/ua/com/levelup/tests/XMLController.java | 0cb2bc4cc24fafedcd61c2d794e9009a994d7750 | [] | no_license | AmourAlexx/xmltest | https://github.com/AmourAlexx/xmltest | 90eb52e5340f464b1a185cfd169a3fa7d9753c1b | 5c4fee929493031290aa08cc8f83952639926dae | refs/heads/master | 2020-03-31T02:28:55.311000 | 2018-11-10T11:52:09 | 2018-11-10T11:52:09 | 151,825,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.com.levelup.tests;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.File;
import java.io.StringWriter;
public class XMLController {
public PhoneBook read(File f) throws JAXBException {
J... | UTF-8 | Java | 710 | java | XMLController.java | Java | [] | null | [] | package ua.com.levelup.tests;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import java.io.File;
import java.io.StringWriter;
public class XMLController {
public PhoneBook read(File f) throws JAXBException {
J... | 710 | 0.726761 | 0.726761 | 23 | 29.869566 | 23.17477 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 5 |
5d23d39fabdae1689b5ef6be4da8682e4c5104ea | 11,948,599,075,232 | a9f5d5f28e15a8f9ad5450ee82e6e0253a4b5f78 | /src/main/java/br/edu/ifsp/application/main/repository/sqlite/sqliteUsuarioDAO.java | 457c50266a024b82802bececf268c6294f5f1106 | [] | no_license | Keilo104/AtivosFinanceiros | https://github.com/Keilo104/AtivosFinanceiros | fa1d687f9dfce9fcf7d6eb443c625153533ced38 | 3fea67d40d51a9cf61589a621eda9911a8c6f109 | refs/heads/master | 2023-02-23T16:41:46.025000 | 2021-02-01T04:28:59 | 2021-02-01T04:28:59 | 328,141,176 | 1 | 0 | null | false | 2021-01-30T17:22:42 | 2021-01-09T11:38:19 | 2021-01-30T16:31:20 | 2021-01-30T17:19:47 | 380 | 1 | 0 | 0 | Java | false | false | package br.edu.ifsp.application.main.repository.sqlite;
import br.edu.ifsp.domain.DAOs.GrupoDAO;
import br.edu.ifsp.domain.DAOs.UsuarioDAO;
import br.edu.ifsp.domain.entities.grupo.Grupo;
import br.edu.ifsp.domain.entities.usuario.Usuario;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.... | UTF-8 | Java | 6,446 | java | sqliteUsuarioDAO.java | Java | [] | null | [] | package br.edu.ifsp.application.main.repository.sqlite;
import br.edu.ifsp.domain.DAOs.GrupoDAO;
import br.edu.ifsp.domain.DAOs.UsuarioDAO;
import br.edu.ifsp.domain.entities.grupo.Grupo;
import br.edu.ifsp.domain.entities.usuario.Usuario;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.... | 6,446 | 0.576171 | 0.572138 | 174 | 36.045979 | 27.831764 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804598 | false | false | 5 |
a7701bf6f738b45b69c914403c6d40fc3abccfd0 | 11,948,599,076,555 | 14516e33a9a3093e8fe272dbd2ec2faa5321f2bf | /Multithreading/src/demo/threadclassmethods/ThreadStop.java | be645115d0ea1fb241ec81a33273352cf6127e2e | [] | no_license | KrutikMaheta/CoreJAVA | https://github.com/KrutikMaheta/CoreJAVA | ada1a77f952c01e314b20d4c7cec4b2355aa1d1c | 5bb356cd2e37928f27d3b1116c4184e7aefddd29 | refs/heads/master | 2022-10-06T22:28:35.201000 | 2019-12-21T17:56:22 | 2019-12-21T17:56:22 | 168,912,974 | 0 | 1 | null | false | 2022-09-22T18:54:43 | 2019-02-03T05:28:38 | 2019-12-21T17:56:04 | 2022-09-22T18:54:40 | 147 | 0 | 1 | 2 | Java | false | false | // Stopping thread with timer task
package demo.threadclassmethods;
import java.util.Timer;
import java.util.TimerTask;
class StoppingThread extends Thread {
boolean stop = false;
int count = 0;
public void run() {
while (!stop && count != 100000) {
System.out.println(count++);
}
if (stop) {
System.o... | UTF-8 | Java | 666 | java | ThreadStop.java | Java | [] | null | [] | // Stopping thread with timer task
package demo.threadclassmethods;
import java.util.Timer;
import java.util.TimerTask;
class StoppingThread extends Thread {
boolean stop = false;
int count = 0;
public void run() {
while (!stop && count != 100000) {
System.out.println(count++);
}
if (stop) {
System.o... | 666 | 0.654655 | 0.638138 | 38 | 16.526316 | 15.582948 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.657895 | false | false | 5 |
433348d52b61fca453366c0bf41ba142bab92797 | 35,081,292,917,301 | cbf5b53a6f76375bf88ca65df94133303a517e9b | /nva-datamodel-java/src/main/java/no/unit/nva/model/instancetypes/artistic/literaryarts/manifestation/LiteraryArtsMonograph.java | 7c5dd12e756ad9be2c1c079d2578c1253c322edc | [
"MIT"
] | permissive | BIBSYSDEV/nva-datamodel-java | https://github.com/BIBSYSDEV/nva-datamodel-java | 23cd2da3f23f7229edf12a5d126f9f80e300edab | 04b63902a973151f420444a98592872f3d127554 | refs/heads/main | 2023-08-25T19:06:45.109000 | 2023-08-22T12:02:21 | 2023-08-22T12:02:21 | 238,870,914 | 0 | 0 | MIT | false | 2023-09-13T09:29:48 | 2020-02-07T07:57:00 | 2021-12-20T11:54:31 | 2023-09-13T09:29:46 | 10,872 | 0 | 0 | 9 | Java | false | false | package no.unit.nva.model.instancetypes.artistic.literaryarts.manifestation;
import com.fasterxml.jackson.annotation.JsonAlias;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import no.unit.nva.model.Publi... | UTF-8 | Java | 3,536 | java | LiteraryArtsMonograph.java | Java | [] | null | [] | package no.unit.nva.model.instancetypes.artistic.literaryarts.manifestation;
import com.fasterxml.jackson.annotation.JsonAlias;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import no.unit.nva.model.Publi... | 3,536 | 0.681278 | 0.681278 | 95 | 36.221054 | 27.148783 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557895 | false | false | 5 |
62a4a895d8f4036358bd3abf89a0c8b1613174d6 | 2,714,419,393,662 | 7755743703485416d5be5082e62241b8ba39bd06 | /src/backend/assetholder/AbstractPlayer.java | ee2585b3fa7a019e10a9c1f39853900c1b0e5e9b | [
"MIT"
] | permissive | stephanie-lw-zhang/monopoly | https://github.com/stephanie-lw-zhang/monopoly | 5efac3ec5d087691c33c42ffb955a27112e4e5b4 | 8ea539fe71e0387226097cd95dfc64c5e4a7a659 | refs/heads/master | 2020-07-24T22:29:43.863000 | 2019-09-12T14:18:56 | 2019-09-12T14:18:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backend.assetholder;
import backend.card.action_cards.HoldableCard;
import backend.tile.AbstractPropertyTile;
import exceptions.NotEnoughMoneyException;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/**
* Abstract class representing a Player in the game
*
* @author Sam [cons... | UTF-8 | Java | 5,350 | java | AbstractPlayer.java | Java | [
{
"context": "ss representing a Player in the game\n *\n * @author Sam [constructor change]\n */\nabstract public class Ab",
"end": 314,
"score": 0.9930440783500671,
"start": 311,
"tag": "NAME",
"value": "Sam"
},
{
"context": ") {\n super( money );\n myPlayerName = name... | null | [] | package backend.assetholder;
import backend.card.action_cards.HoldableCard;
import backend.tile.AbstractPropertyTile;
import exceptions.NotEnoughMoneyException;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/**
* Abstract class representing a Player in the game
*
* @author Sam [cons... | 5,350 | 0.615327 | 0.612897 | 183 | 28.234972 | 25.939915 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
a7d638cc58c1d4a7212758eecd137735e4681930 | 4,329,327,044,960 | eb5104c7dcf9a487ea73c2eb43b85737e129203e | /app/src/main/java/com/jiyun/wanandroids/ui/wan/Wan_project/presenter/Wan_projectPresenter.java | 88bec71104e937e1a628362dd48a6aa789c454c5 | [] | no_license | A-CloudDragon/WanAndroidS | https://github.com/A-CloudDragon/WanAndroidS | f5e34c4fe9d16c78fcb534e672f6ba1d1168a258 | 7eb7aa296bfca4686a8cfeecf80308366b62e725 | refs/heads/master | 2022-02-10T23:00:08.942000 | 2019-08-11T11:12:57 | 2019-08-11T11:12:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiyun.wanandroids.ui.wan.Wan_project.presenter;
import android.net.wifi.WpsInfo;
import com.jiyun.wanandroids.base.BaseApp;
import com.jiyun.wanandroids.base.BaseObserver;
import com.jiyun.wanandroids.base.BasePresenter;
import com.jiyun.wanandroids.base.IPresenter;
import com.jiyun.wanandroids.model.Requ... | UTF-8 | Java | 1,934 | java | Wan_projectPresenter.java | Java | [] | null | [] | package com.jiyun.wanandroids.ui.wan.Wan_project.presenter;
import android.net.wifi.WpsInfo;
import com.jiyun.wanandroids.base.BaseApp;
import com.jiyun.wanandroids.base.BaseObserver;
import com.jiyun.wanandroids.base.BasePresenter;
import com.jiyun.wanandroids.base.IPresenter;
import com.jiyun.wanandroids.model.Requ... | 1,934 | 0.659255 | 0.658221 | 54 | 34.814816 | 28.065449 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 5 |
be5c9d32ad4463bbd20b424cf2215099d2a90288 | 22,368,189,701,472 | 46575ae30f69f190567dcf397165b0bf2bb32706 | /app/src/main/java/com/example/x1yk/okhttp.java | 62900dd2f45ad8f73c9938ed60cfd6d47f283d9c | [] | no_license | HenryPhy/ViewPager | https://github.com/HenryPhy/ViewPager | c1a81579016afca822edd23807c8f2d5504ffc48 | fbc420224b6e7eec3656e9a7840c2ea44e215e2d | refs/heads/master | 2020-03-22T01:42:37.776000 | 2018-07-01T11:45:50 | 2018-07-01T11:45:50 | 139,324,577 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.x1yk;
import java.io.IOException;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import okhttp3.ResponseBody;
public class okhttp {
public static String getString(String path){
OkHttpClient okHttpClient=new OkHttpClient();
... | UTF-8 | Java | 655 | java | okhttp.java | Java | [] | null | [] | package com.example.x1yk;
import java.io.IOException;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
import okhttp3.ResponseBody;
public class okhttp {
public static String getString(String path){
OkHttpClient okHttpClient=new OkHttpClient();
... | 655 | 0.664122 | 0.654962 | 20 | 31.799999 | 17.965523 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 5 |
d235884af7288a7f0e441b6f7426d53833ad5306 | 17,085,379,951,444 | 60de455639da1b2166ba02d56d7f0b119a448b47 | /src/main/java/vues/jfx/menu/sousmenu/comportementLecture/LectureAleatoire.java | 9e2314c39e2c018769b7a74b979e30e719ac4eb6 | [] | no_license | fredmoal/playlistJFX | https://github.com/fredmoal/playlistJFX | a39c7ea8042e711bbff08764e3e6a758f353bcea | 3fab234788be45bd4f759f928feda93afc9bdfe0 | refs/heads/master | 2020-12-02T22:18:59.945000 | 2017-07-03T17:09:54 | 2017-07-03T17:09:54 | 96,112,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vues.jfx.menu.sousmenu.comportementLecture;
import controleur.Controleur;
import modele.Titre;
import java.util.List;
/**
* Created by YohanBoichut on 03/07/2017.
*/
public class LectureAleatoire implements ComportementLecture {
@Override
public List<Titre> execute(Controleur controleur, String pla... | UTF-8 | Java | 660 | java | LectureAleatoire.java | Java | [
{
"context": ".Titre;\n\nimport java.util.List;\n\n/**\n * Created by YohanBoichut on 03/07/2017.\n */\npublic class LectureAleatoire ",
"end": 159,
"score": 0.9996185898780823,
"start": 147,
"tag": "NAME",
"value": "YohanBoichut"
}
] | null | [] | package vues.jfx.menu.sousmenu.comportementLecture;
import controleur.Controleur;
import modele.Titre;
import java.util.List;
/**
* Created by YohanBoichut on 03/07/2017.
*/
public class LectureAleatoire implements ComportementLecture {
@Override
public List<Titre> execute(Controleur controleur, String pla... | 660 | 0.701515 | 0.689394 | 29 | 21.758621 | 22.793913 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 5 |
306c864825aadd8c94ffd4d067689eb25ad48bd0 | 6,442,450,983,154 | 9f539b0d7cf25518a7c2d892acd4bacd158f2a4c | /danfango/src/main/java/Model/MovieTrailer.java | f36eb48dc642573d1a76b5a94c5ebe363122ef7c | [] | no_license | anticyberbooleansquad/danfango | https://github.com/anticyberbooleansquad/danfango | bec060be0a2d5ecc380973fff18df083ad2e891e | 3729ec099426733d2762c26066e47d55f3587dbf | refs/heads/master | 2021-01-21T09:06:29.567000 | 2017-05-16T20:09:05 | 2017-05-16T20:09:05 | 83,324,609 | 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 Model;
import java.io.Serializable;
import static javax.persistence.GenerationType.AUTO;
import javax.persistence.Column;
impo... | UTF-8 | Java | 1,395 | java | MovieTrailer.java | Java | [
{
"context": "import javax.persistence.Table;\n\n/**\n *\n * @author johnlegutko\n */\n@Entity\n@Table\npublic class MovieTrailer impl",
"end": 516,
"score": 0.9893697500228882,
"start": 505,
"tag": "USERNAME",
"value": "johnlegutko"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Model;
import java.io.Serializable;
import static javax.persistence.GenerationType.AUTO;
import javax.persistence.Column;
impo... | 1,395 | 0.665233 | 0.665233 | 72 | 18.375 | 17.639475 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
17bf411fe32b1bfac3b34da1d421544daa48b47b | 11,355,893,531,090 | 469b87536243f80cbde53b1e60ab7d22bc81e5b6 | /src/test/java/stepDefinitions/NewCustomerStepsDefinition.java | 2386efa21bb79badeca944605221c2ec16057a6b | [] | no_license | hienhoangminh/MAVEN_CUCUMBER_JENKINS_05_HIENHM | https://github.com/hienhoangminh/MAVEN_CUCUMBER_JENKINS_05_HIENHM | 4e94d602acb25dc86f1b9cea79b38f1d52a72821 | f71b39003efd7f0a2705418b649563fabe623e78 | refs/heads/master | 2020-04-14T23:54:11.908000 | 2019-03-05T11:03:56 | 2019-03-05T11:03:56 | 164,220,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stepDefinitions;
import org.openqa.selenium.WebDriver;
import commons.AbstractTest;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import cucumberOptions.Hooks;
import pageObjects.NewCustomerPageObject;
import pageObjects.PageFactoryManager;
public class NewCustomerStepsDefinition {
We... | UTF-8 | Java | 815 | java | NewCustomerStepsDefinition.java | Java | [] | null | [] | package stepDefinitions;
import org.openqa.selenium.WebDriver;
import commons.AbstractTest;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import cucumberOptions.Hooks;
import pageObjects.NewCustomerPageObject;
import pageObjects.PageFactoryManager;
public class NewCustomerStepsDefinition {
We... | 815 | 0.798773 | 0.798773 | 31 | 25.290323 | 19.090942 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 5 |
f555df26cc48b883a115ec27fc2ee0466220da2b | 31,104,153,171,684 | a9349b7dd952a294103ffbc76bc51dde00ce65f8 | /kettle-ext/src/main/java/org/flhy/ext/trans/steps/MergeJoin.java | 1379caf814e1fca9e4b6092d82bbe0d6917bc6f7 | [
"Apache-2.0"
] | permissive | wolkai/webkettle | https://github.com/wolkai/webkettle | 776ac9b0193288dcddc9aca685fce75b4f433e81 | 7b76dd845d5a5898cd26f6162cfc50d97ec60e62 | refs/heads/master | 2020-11-26T02:39:12.534000 | 2019-09-02T01:28:12 | 2019-09-02T01:28:12 | 228,940,145 | 2 | 5 | Apache-2.0 | true | 2019-12-18T23:47:48 | 2019-12-18T23:47:47 | 2019-12-18T23:41:54 | 2019-09-02T01:28:12 | 9,779 | 0 | 0 | 0 | null | false | false | package org.flhy.ext.trans.steps;
import com.mxgraph.model.mxCell;
import com.mxgraph.util.mxUtils;
import org.flhy.ext.core.PropsUI;
import org.flhy.ext.trans.step.AbstractStep;
import org.flhy.ext.utils.JSONArray;
import org.flhy.ext.utils.JSONObject;
import org.pentaho.di.core.database.DatabaseMeta;
import org.pent... | UTF-8 | Java | 3,239 | java | MergeJoin.java | Java | [] | null | [] | package org.flhy.ext.trans.steps;
import com.mxgraph.model.mxCell;
import com.mxgraph.util.mxUtils;
import org.flhy.ext.core.PropsUI;
import org.flhy.ext.trans.step.AbstractStep;
import org.flhy.ext.utils.JSONArray;
import org.flhy.ext.utils.JSONObject;
import org.pentaho.di.core.database.DatabaseMeta;
import org.pent... | 3,239 | 0.757333 | 0.745601 | 89 | 35.393257 | 25.478617 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.247191 | false | false | 5 |
ebed6355e8de7dd6199415957ac8cf29fc09b206 | 30,356,828,861,806 | 5539217bf5e840b9f0a73cd624a4e6d413d12c86 | /app/src/main/java/com/journalapp/android/journalapp/Diary.java | 5fcdeeb6ca57f0ee988338c85674d59a92f6a30c | [
"MIT"
] | permissive | M-adem/journal_app | https://github.com/M-adem/journal_app | a5933986bb6e6700a3bac3211762acb24b40714d | 12d49c8b8e8d971711f84a6ac66dbb1613260c39 | refs/heads/master | 2020-03-22T02:23:16.217000 | 2018-07-01T22:41:19 | 2018-07-01T22:41:19 | 139,367,527 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.journalapp.android.journalapp;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Diary {
public String _id;
public String note;
public long date_note;
public int feeling;
public Diary(String note, long date_note, int feeling) {
this.note = note;
this.... | UTF-8 | Java | 1,350 | java | Diary.java | Java | [] | null | [] | package com.journalapp.android.journalapp;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Diary {
public String _id;
public String note;
public long date_note;
public int feeling;
public Diary(String note, long date_note, int feeling) {
this.note = note;
this.... | 1,350 | 0.585185 | 0.585185 | 68 | 18.852942 | 17.652916 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 5 |
7630d30ec583940d975cdfd5f488d9e9219379da | 9,534,827,413,399 | c4c14b2912992b56fd21621fc0e056b38cfb6478 | /src/main/java/com/company/utils/EmployeeConstants.java | acc092321bb3efa72cfd7a3f95163420acbde38c | [] | no_license | sac10nikam/employee-registration-producerconsumer | https://github.com/sac10nikam/employee-registration-producerconsumer | 20ffde88df75eb0bc8375a1ef26c28b81fa5c8f7 | 103410b144008f843758b53968548caa87f442cd | refs/heads/master | 2020-07-07T13:36:41.861000 | 2019-08-21T10:42:59 | 2019-08-21T10:42:59 | 203,363,686 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.utils;
public class EmployeeConstants {
public static final String ADD_EMPLOYEE_OUTPUT = "addEmployeeChannel";
private EmployeeConstants() {
// No implementation
}
} | UTF-8 | Java | 192 | java | EmployeeConstants.java | Java | [] | null | [] | package com.company.utils;
public class EmployeeConstants {
public static final String ADD_EMPLOYEE_OUTPUT = "addEmployeeChannel";
private EmployeeConstants() {
// No implementation
}
} | 192 | 0.770833 | 0.770833 | 9 | 20.444445 | 22.030842 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 5 |
f9db6a42874062f57d9108dd5e5ea72858ba32be | 4,389,456,599,770 | c320f1e0e7e4345b47100a43669f50caf3d35dd5 | /src/main/java/rostyk/stupnytskiy/andromeda/dto/response/cart/ChangeGoodsCartItemCountResponse.java | 38c5d91240a0353959f14022d49f2da67d8e5332 | [] | no_license | RostykStup/Andromeda-Backend-Java | https://github.com/RostykStup/Andromeda-Backend-Java | 928394eea65babb2c7812109970cbab063601179 | 4a75a8d22887705a53e3ba57e7e834191f68f172 | refs/heads/master | 2023-03-23T23:53:48.537000 | 2021-05-19T10:53:28 | 2021-05-19T10:53:28 | 298,105,499 | 1 | 0 | null | false | 2020-09-28T19:38:47 | 2020-09-23T22:07:23 | 2020-09-27T19:32:35 | 2020-09-28T19:38:47 | 95 | 1 | 0 | 0 | Java | false | false | package rostyk.stupnytskiy.andromeda.dto.response.cart;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@Builder
@AllArgsConstructor
public class ChangeGoodsCartItemCountResponse {
private Integer count;
}
| UTF-8 | Java | 281 | java | ChangeGoodsCartItemCountResponse.java | Java | [] | null | [] | package rostyk.stupnytskiy.andromeda.dto.response.cart;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@Builder
@AllArgsConstructor
public class ChangeGoodsCartItemCountResponse {
private Integer count;
}
| 281 | 0.825623 | 0.825623 | 14 | 19.071428 | 16.46843 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
c6cb9ae5f5e38f8477739cf5ef8f3f0ad55e4ef0 | 25,804,163,536,870 | 0d9fb65e1e89a3d00d1078bce4fc401eed5857b2 | /Week6/SpringAOPDemo/src/main/java/com/revature/dao/PlanetDAO.java | 86a4cc011f18da9dfec43520e8a71fb6ee5f37ea | [
"MIT"
] | permissive | fjohnsoniii/Training | https://github.com/fjohnsoniii/Training | 87dde1d70aaffa4ef42b62578f148a783f65858c | e339bd2e8ddcfa8f8bf2a0e5706eab12d2c08107 | refs/heads/master | 2023-05-06T20:16:30.617000 | 2020-12-30T18:30:47 | 2020-12-30T18:30:47 | 311,754,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.dao;
import java.util.concurrent.TimeUnit;
import org.springframework.stereotype.Component;
import com.revature.model.Planet;
@Component
public class PlanetDAO {
private String name;
private int id;
public Planet getPlanetById(int id) throws Exception {
if (id == 0) {
throw new Ex... | UTF-8 | Java | 833 | java | PlanetDAO.java | Java | [] | null | [] | package com.revature.dao;
import java.util.concurrent.TimeUnit;
import org.springframework.stereotype.Component;
import com.revature.model.Planet;
@Component
public class PlanetDAO {
private String name;
private int id;
public Planet getPlanetById(int id) throws Exception {
if (id == 0) {
throw new Ex... | 833 | 0.697479 | 0.686675 | 49 | 16 | 18.425802 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387755 | false | false | 5 |
4ee84885bec1ac0ff0f3095ae6bb6105778b4ce9 | 25,340,307,066,798 | 23fbf2e66d8728d801d09c786003de430ca81590 | /Calculator_v1.0/src/principal/DF.java | b2e410b42a4278044189fac2520f2f8e7e8ea840 | [] | no_license | oriolaranda/JavaCourse | https://github.com/oriolaranda/JavaCourse | a0860b7aee57bbea3b26081cc6f2c2e9c4b67214 | 54058c6abc3416e41f64863ae0905184ff7e9b82 | refs/heads/master | 2022-11-12T08:58:09.039000 | 2020-07-01T02:03:06 | 2020-07-01T02:03:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package principal;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JFrame;
im... | ISO-8859-2 | Java | 6,652 | java | DF.java | Java | [] | null | [] | package principal;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JFrame;
im... | 6,652 | 0.688581 | 0.669926 | 233 | 27.527897 | 23.82177 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.622318 | false | false | 5 |
dca4bd04d236b6bb9ffdd58a67ba45a7a83df9d9 | 25,838,523,275,713 | 0db13d5650b4810941cb1c2e608c549272d644e6 | /src/main/java/com/po/konkurs/service/UserService.java | 31f2cbb8bfb392796b5363619a689170a297e505 | [] | no_license | kfeedu/KonkursPO | https://github.com/kfeedu/KonkursPO | 756e3cd735efceb09994009d1dd39cb4fa2e8c86 | c2ea971580d335e9600474c1d3862414d8b4bd56 | refs/heads/master | 2021-08-22T13:27:30.361000 | 2017-11-29T20:18:23 | 2017-11-29T20:18:23 | 112,582,481 | 0 | 0 | null | true | 2017-11-30T09:09:35 | 2017-11-30T07:57:04 | 2017-11-30T07:57:06 | 2017-11-30T09:07:19 | 64 | 0 | 0 | 0 | Java | false | null | package com.po.konkurs.service;
import com.po.konkurs.model.User;
import java.util.List;
public interface UserService {
public User saveOrUpdate(User user);
public List<User> getAllUsers();
public User getUserByEmail(String email);
}
| UTF-8 | Java | 249 | java | UserService.java | Java | [] | null | [] | package com.po.konkurs.service;
import com.po.konkurs.model.User;
import java.util.List;
public interface UserService {
public User saveOrUpdate(User user);
public List<User> getAllUsers();
public User getUserByEmail(String email);
}
| 249 | 0.751004 | 0.751004 | 11 | 21.636364 | 17.073492 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 5 |
5d44e622f6481d9e25752103ee4723c51b9c778a | 24,558,623,019,063 | ac8cf825598bbfb3a5cf6f88d90fb168dd6460ac | /app/src/main/java/com/skinfotech/dailyneeds/fragments/ThankYouFragment.java | a20e694d8897f57e2944758f0dac4ce7bd0365d8 | [] | no_license | isha1110/Daily_needs | https://github.com/isha1110/Daily_needs | 06af7b6c44c82efd95cd3bc2c28a8c37c1e9f789 | aa31bfd22c8b07a6924a1ff2b527126b943a9e83 | refs/heads/master | 2023-07-09T05:05:21.149000 | 2020-09-25T17:39:58 | 2020-09-25T17:39:58 | 298,524,634 | 0 | 0 | null | false | 2020-11-08T20:31:50 | 2020-09-25T09:14:10 | 2020-09-25T17:42:51 | 2020-11-08T20:31:50 | 16,236 | 0 | 0 | 0 | Java | false | false | package com.skinfotech.dailyneeds.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.skinfotech.dailyneeds.R;
import com.sk... | UTF-8 | Java | 2,031 | java | ThankYouFragment.java | Java | [] | null | [] | package com.skinfotech.dailyneeds.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.skinfotech.dailyneeds.R;
import com.sk... | 2,031 | 0.706549 | 0.706549 | 60 | 32.849998 | 27.42008 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683333 | false | false | 5 |
e92ccf6e58ea8c651a097de41a81717820659cce | 6,107,443,504,984 | ec17efd128ca8c8e03ff0f001997561b6655cae7 | /target/classes/com/sqs/txy/service/cartService.java | 29ef5ceaef9267cc1aca1b532242e4ebc731464a | [] | no_license | detachment8/kyxt | https://github.com/detachment8/kyxt | dda9d9c776a1e900b237dce6cca5728e7d03b93d | 00b05c37f9d654cb2338a96f14dfb08664525d48 | refs/heads/master | 2023-06-14T21:45:47.696000 | 2021-07-09T08:31:46 | 2021-07-09T08:31:46 | 384,369,764 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sqs.txy.service;
import com.sqs.txy.bean.utilBean.CartReturnBean;
import java.util.List;
public interface cartService {
//判断购物车是否已存在一个商品
public int isExistInCart(String userName,Integer courseId);
//在购物车中添加新的商品
public int addCourseToCart(String userName,Integer courseId);
//查出购物车中的所有商品和... | UTF-8 | Java | 657 | java | cartService.java | Java | [] | null | [] | package com.sqs.txy.service;
import com.sqs.txy.bean.utilBean.CartReturnBean;
import java.util.List;
public interface cartService {
//判断购物车是否已存在一个商品
public int isExistInCart(String userName,Integer courseId);
//在购物车中添加新的商品
public int addCourseToCart(String userName,Integer courseId);
//查出购物车中的所有商品和... | 657 | 0.763501 | 0.763501 | 17 | 30.588236 | 22.339779 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 5 |
43c776232efe21376ca82e2b5a2e19d20cfaa4f3 | 21,449,066,683,042 | 8c8e703b50d8e6586560034375c3356c2fb8e518 | /src/PlaylistFileOpener.java | 5a33830e8f5d44a64ff1aefb51f5e0a31abdb59b | [] | no_license | auxdotnet/playlist-copy | https://github.com/auxdotnet/playlist-copy | 3944ad45a79019cb2ebf0f9636d0d9209a8b40ea | ad545db48343ca95d41134b8a9d0e898b20d2905 | refs/heads/master | 2018-10-10T21:07:51.753000 | 2018-09-26T16:40:45 | 2018-09-26T16:40:45 | 140,429,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
public class PlaylistFileOpener extends JPanel implements ActionListe... | UTF-8 | Java | 2,867 | java | PlaylistFileOpener.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
public class PlaylistFileOpener extends JPanel implements ActionListe... | 2,867 | 0.520405 | 0.519009 | 96 | 28.864584 | 22.033413 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 5 |
43f32713f236e2de1dbddeaf351edf5dca48d6e3 | 7,327,214,236,030 | 2221a042fb584342de60ef03090c88661a9dd978 | /src/main/java/com/mishin870/exforbidden/forestrycomp/transdim_apiary/SlotBiomeStabilizer.java | 8edf9bbbc82917c10948a279a4bc97a422a59317 | [
"MIT"
] | permissive | Mishin870/ExForbidden | https://github.com/Mishin870/ExForbidden | ceac0d7702f1250365bed2ae2e6aeea77cd29250 | 2cb7e2385e88d4337b72e09baf3e723e1b168ac2 | refs/heads/master | 2022-10-14T16:44:59.824000 | 2022-10-09T17:12:51 | 2022-10-09T17:12:51 | 98,356,521 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mishin870.exforbidden.forestrycomp.transdim_apiary;
import java.util.ArrayList;
import java.util.Collections;
import com.mishin870.exforbidden.api.items.IBiomeStabilizer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
public class Slo... | UTF-8 | Java | 615 | java | SlotBiomeStabilizer.java | Java | [] | null | [] | package com.mishin870.exforbidden.forestrycomp.transdim_apiary;
import java.util.ArrayList;
import java.util.Collections;
import com.mishin870.exforbidden.api.items.IBiomeStabilizer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
public class Slo... | 615 | 0.806504 | 0.796748 | 23 | 25.782608 | 25.906113 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 5 |
0f157a54691ea6039f43b2ae03bfdff0cb53373c | 24,696,061,961,687 | a2555598034f2ae2650a5b5484a17c22a0a6a6cf | /insights-model/src/main/java/instacart/insights/model/output/Segment.java | 9aa45486307668d3940483fedc79d4bfc4fc6413 | [] | no_license | fuserkuba/InstacartInsights | https://github.com/fuserkuba/InstacartInsights | 3d5e91d2700d230365d5dc6ff2b124b0a52895af | 90a3c3100f1cfa4b6a5d33c9937354179b937d20 | refs/heads/master | 2023-01-27T22:30:08.651000 | 2020-12-11T03:30:42 | 2020-12-11T03:30:42 | 320,446,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package instacart.insights.model.output;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Map;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Segment {
protected Long totalItems;
/**
* e.g.: [{"recency",[{... | UTF-8 | Java | 684 | java | Segment.java | Java | [] | null | [] | package instacart.insights.model.output;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Map;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Segment {
protected Long totalItems;
/**
* e.g.: [{"recency",[{... | 684 | 0.643275 | 0.570175 | 24 | 27.5 | 29.173332 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 5 |
50b98fa501fb0ccc4feb8ea8a930b451590f0ddb | 1,039,382,106,206 | 2c614bb7b6f9e474da9bb5c033cf70e6ba8530a7 | /day06_API&数组/src/com/itheima/homework02/BigDecimalDemo.java | ffec38a3ef48e46d20e4511178ddb148fd806712 | [] | no_license | xcmapleliuzihan1234/JavaSE_Code | https://github.com/xcmapleliuzihan1234/JavaSE_Code | a442e1aed6cca63144be5f66746e1683c9d039df | 20c0f6b4add904d42632ac9b512580cd24389b9a | refs/heads/master | 2023-02-15T22:17:54.121000 | 2020-12-26T12:51:45 | 2020-12-26T12:51:45 | 324,080,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.homework02;
import java.math.BigDecimal;
import java.util.Scanner;
public class BigDecimalDemo {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("请输入要输入的第一个数:");
String num1 = sc.next();
BigDecimal bd1 = new BigDe... | GB18030 | Java | 1,302 | java | BigDecimalDemo.java | Java | [] | null | [] | package com.itheima.homework02;
import java.math.BigDecimal;
import java.util.Scanner;
public class BigDecimalDemo {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("请输入要输入的第一个数:");
String num1 = sc.next();
BigDecimal bd1 = new BigDe... | 1,302 | 0.479097 | 0.450669 | 35 | 33.171429 | 21.970741 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628571 | false | false | 5 |
7a0cb98a619696fd39bae1ca09ccd9460104df71 | 1,760,936,593,646 | fc8f4be911ebb73e12aa22b8a76d9d8ce6dc5a2a | /coco/src/java_core/generic/TestGenericProgram.java | 4b0ccaddd5819a5f31e22143a0218edf1ce28e50 | [] | no_license | RSDS/learn_concurrent | https://github.com/RSDS/learn_concurrent | c5d4aacb9b3eae088cda3a14c7487321bab28818 | 8949059e6fe143fea38e754d5b8bcbf5e2e4e6a3 | refs/heads/master | 2020-03-21T17:33:11.964000 | 2018-07-30T06:28:03 | 2018-07-30T06:28:03 | 138,838,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java_core.generic;
import java.time.LocalDate;
/**
* Description:
* Author: 徐少斌
* CreateTime: 2018/7/18 9:43
* ModifiedBy:
* ModifiedTime:
*/
public class TestGenericProgram {
public static void main(String[] args) {
Orange orange = new Orange("anhui", "red");
... | UTF-8 | Java | 507 | java | TestGenericProgram.java | Java | [
{
"context": "Date;\n\n/**\n * Description:\n * Author: 徐少斌\n * CreateTime:\t 2018/7/18 9:43\n * ModifiedB",
"end": 103,
"score": 0.9997562170028687,
"start": 100,
"tag": "NAME",
"value": "徐少斌"
}
] | null | [] | package java_core.generic;
import java.time.LocalDate;
/**
* Description:
* Author: 徐少斌
* CreateTime: 2018/7/18 9:43
* ModifiedBy:
* ModifiedTime:
*/
public class TestGenericProgram {
public static void main(String[] args) {
Orange orange = new Orange("anhui", "red");
... | 507 | 0.580838 | 0.54491 | 32 | 14.65625 | 19.678049 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 5 |
11eb94c744a1114e6174329520acf123bf6865fe | 31,430,570,700,870 | 29dd849fb103055c20a9150305a830112d15a350 | /xiao-learn-designs/src/main/java/org/xiao/patterns/ch10template/Tea.java | a78decbd768f89b8d352d66645932093cb91a199 | [] | no_license | githubao/xiao-java-designs | https://github.com/githubao/xiao-java-designs | 49713232a87cd49da06f1949aa3e83db986ed2aa | e6ac3269b0a9694c0f39795c7d2e6faf7c30f1e5 | refs/heads/master | 2021-01-11T02:07:29.331000 | 2017-04-22T09:32:52 | 2017-04-22T09:32:52 | 70,804,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xiao.patterns.ch10template;
/**
* 泡茶
*
* @author BaoQiang
* @version 2.0
* @create at 2017/2/20 20:46
*/
public class Tea extends CaffeineBeverage {
@Override
void brew() {
System.out.println("tea brew");
}
@Override
void addCondiments() {
System.out.println("tea ... | UTF-8 | Java | 350 | java | Tea.java | Java | [
{
"context": "ao.patterns.ch10template;\n\n/**\n * 泡茶\n *\n * @author BaoQiang\n * @version 2.0\n * @create at 2017/2/20 20:46\n */",
"end": 73,
"score": 0.9998034834861755,
"start": 65,
"tag": "NAME",
"value": "BaoQiang"
}
] | null | [] | package org.xiao.patterns.ch10template;
/**
* 泡茶
*
* @author BaoQiang
* @version 2.0
* @create at 2017/2/20 20:46
*/
public class Tea extends CaffeineBeverage {
@Override
void brew() {
System.out.println("tea brew");
}
@Override
void addCondiments() {
System.out.println("tea ... | 350 | 0.609827 | 0.566474 | 20 | 16.299999 | 15.501935 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15 | false | false | 5 |
655f1b0d1f3a2ad2694dbad437c3fa4e8100b652 | 3,822,520,923,677 | b66829f000076b9223b3fe1203d80b29034210a7 | /Servlets/CreatingServlet/src/org/home/Welcome.java | 72ff90f1e9df0e0c7b24507fe1cd79e070ab79c2 | [] | no_license | dmytrostrembetskyi/SmallTutorials | https://github.com/dmytrostrembetskyi/SmallTutorials | 7feefdcc11eb4f924f1bfd103f02c3dd65a66c0f | 276345bbb5a8333c7e63ef0b18350e098fd87005 | refs/heads/master | 2017-10-07T15:02:12.857000 | 2017-03-18T19:47:22 | 2017-03-18T19:47:22 | 66,929,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.home;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
//@WebServlet("/DemoServ")
p... | UTF-8 | Java | 732 | java | Welcome.java | Java | [
{
"context": "riter();\n\t\t\n\t\tString name = request.getParameter(\"userName\");\n\t\tpw.println(\"Welcome \" + name);\n\t\t\n\t\tpw.close",
"end": 669,
"score": 0.9925029277801514,
"start": 661,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package org.home;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
//@WebServlet("/DemoServ")
p... | 732 | 0.775956 | 0.77459 | 29 | 24.241379 | 21.368128 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37931 | false | false | 5 |
e472077a9e5cba028a5008c2fed6d066530851b4 | 27,247,272,558,394 | 715c40b8261b1c6d5e8513eaa0b3821d5ed361c8 | /app/src/main/java/com/apps/hulios/hitbtc/ResponseObjects/SymbolsResponse.java | baea586b0d39b07fcc1452b5e419d683d52872ef | [] | no_license | hulioapps/HitBTC | https://github.com/hulioapps/HitBTC | 72b60bbca41c9faadbfdcd874f715950260c9c3f | 8827f50c185ced62b2baf604803cad59b32c308b | refs/heads/master | 2020-04-24T21:45:53.725000 | 2015-08-05T13:19:33 | 2015-08-05T13:19:33 | 40,246,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apps.hulios.hitbtc.ResponseObjects;
import java.util.List;
/**
* Created by Boss on 2015-07-29.
*/
public class SymbolsResponse {
public List<Symbol> getSymbols() {
return symbols;
}
public void setSymbols(List<Symbol> symbols) {
this.symbols = symbols;
}
List<Symbo... | UTF-8 | Java | 334 | java | SymbolsResponse.java | Java | [
{
"context": "bjects;\n\nimport java.util.List;\n\n/**\n * Created by Boss on 2015-07-29.\n */\npublic class SymbolsResponse {",
"end": 95,
"score": 0.72710120677948,
"start": 91,
"tag": "NAME",
"value": "Boss"
}
] | null | [] | package com.apps.hulios.hitbtc.ResponseObjects;
import java.util.List;
/**
* Created by Boss on 2015-07-29.
*/
public class SymbolsResponse {
public List<Symbol> getSymbols() {
return symbols;
}
public void setSymbols(List<Symbol> symbols) {
this.symbols = symbols;
}
List<Symbo... | 334 | 0.655689 | 0.631737 | 18 | 17.555555 | 17.09848 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
5dd1cc4e0f65b1098f648ff756793310e2b93854 | 16,973,710,788,736 | 8f3ee7bfd7c5257b3b71a57b9a996382354ad4eb | /src/main/java/com/baekjoon/backjoon1546.java | a00d5fb4075a5c89d565c6454dc86190ab2c8da4 | [] | no_license | parkminseob/hongong-coding | https://github.com/parkminseob/hongong-coding | 3edaa6594050b88dfa45cd1eec8cf5571c01bd21 | ebc3399168746fd16d771b7049bfa7a1d2c4a66e | refs/heads/master | 2023-02-12T16:15:05.874000 | 2021-01-13T11:24:44 | 2021-01-13T11:24:44 | 283,482,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baekjoon;
import java.util.Scanner;
public class backjoon1546 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int num = scanner.nextInt();
double[] arr = new double[num];
double max = 0;
double aver = 0;
for(int i = 0; i < arr.length; ... | UTF-8 | Java | 591 | java | backjoon1546.java | Java | [] | null | [] | package com.baekjoon;
import java.util.Scanner;
public class backjoon1546 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int num = scanner.nextInt();
double[] arr = new double[num];
double max = 0;
double aver = 0;
for(int i = 0; i < arr.length; ... | 591 | 0.533679 | 0.514681 | 25 | 22.16 | 13.569613 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 5 |
0608572ad1897e50c5b86a9193589bfc8e5d5ad6 | 31,233,002,214,410 | dc58c0c4db9f9ee68a06a182dc136b300ba4d9e6 | /src/pl/hades/model/Model.java | 8f532ad92242ff48ecca61ffecd6528cb2f27578 | [] | no_license | mcybuls1/BD2-Hades | https://github.com/mcybuls1/BD2-Hades | 654e74b63c03596d03dc17483c3ac8356a0330a3 | 416fe01c0aa29ced6fa5a9e6c5021212beac3c32 | refs/heads/master | 2021-01-13T02:02:31.270000 | 2014-06-20T23:55:59 | 2014-06-20T23:55:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.hades.model;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Hibernate;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
im... | UTF-8 | Java | 6,684 | java | Model.java | Java | [
{
"context": "ą rozgrywkę danego typu.\n *\n * @see Gra\n * @author Michał Żurawski\n */\npublic class Model\n{\n /** Dostęp do bazy d",
"end": 769,
"score": 0.9994829893112183,
"start": 754,
"tag": "NAME",
"value": "Michał Żurawski"
}
] | null | [] | package pl.hades.model;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Hibernate;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
im... | 6,673 | 0.533203 | 0.533203 | 247 | 25.947369 | 19.731426 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40081 | false | false | 5 |
177aceee3a09d11b36c58ab90d39614c3445ed44 | 24,086,176,629,801 | 61a698d95e60c67bc0cc1241d2879953b76093de | /src/day20_string_manipulation/StringCreationMethods.java | a31c3f0b92f20d51fce0520fca534b26e6fd494b | [] | no_license | aliptonga/java-programming | https://github.com/aliptonga/java-programming | 19a39d8d01c178fbd5c3f0a5b0623ef1c02de46b | ed8e0a1967d039c7fd093e8a914accca0f171e65 | refs/heads/master | 2023-07-10T17:59:37.158000 | 2021-08-12T01:34:56 | 2021-08-12T01:34:56 | 371,526,764 | 1 | 0 | null | false | 2021-05-31T01:03:09 | 2021-05-27T23:20:06 | 2021-05-30T23:53:32 | 2021-05-31T01:03:09 | 232 | 1 | 0 | 0 | Java | false | false | package day20_string_manipulation;
/** inport all classes from java.lang package */
import java.lang.*;
import java.util.Scanner;
public class StringCreationMethods {
public static void main(String[] args) {
String word1 = "imac";
String word2 = new String("macbook");
String word3 = "";
... | UTF-8 | Java | 453 | java | StringCreationMethods.java | Java | [
{
"context": "d main(String[] args) {\n String word1 = \"imac\";\n String word2 = new String(\"macbook\");\n ",
"end": 241,
"score": 0.5203804969787598,
"start": 239,
"tag": "NAME",
"value": "ac"
},
{
"context": "1 = \"imac\";\n String word2 = new String(\"macboo... | null | [] | package day20_string_manipulation;
/** inport all classes from java.lang package */
import java.lang.*;
import java.util.Scanner;
public class StringCreationMethods {
public static void main(String[] args) {
String word1 = "imac";
String word2 = new String("macbook");
String word3 = "";
... | 453 | 0.640177 | 0.626932 | 16 | 27.3125 | 16.854965 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 5 |
5fe0138506ccec073f872ac7aac66285acd77b48 | 7,335,804,165,701 | 3cbee84da6c58ef5d736bb7d5ab9feefcf8d5836 | /wear/src/main/java/com/example/bobloos/coach/Face3_activity.java | 1feedde9721617c912f81041373183cde76330a7 | [] | no_license | RaoulFasel/hmi-senseit | https://github.com/RaoulFasel/hmi-senseit | cc411e8d138374181609aeb67915bb1f3370fe9b | 26cb48614c0ca457fd120c87c5dec3778a353836 | refs/heads/master | 2021-06-20T19:22:27.921000 | 2017-08-02T12:26:35 | 2017-08-02T12:26:35 | 94,095,823 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bobloos.coach;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.media.Image;
import android.os.Bundle;
import android.os.Vibrator;
import android.support.wearable... | UTF-8 | Java | 7,068 | java | Face3_activity.java | Java | [] | null | [] | package com.example.bobloos.coach;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.media.Image;
import android.os.Bundle;
import android.os.Vibrator;
import android.support.wearable... | 7,068 | 0.553056 | 0.544567 | 171 | 40.333332 | 32.79192 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.77193 | false | false | 5 |
df2f0e8472d5e05da79883e127ab7be02bb5162a | 24,635,932,470,592 | 961974575856e103c7130a25c928d5e9d173e7da | /FlashCardWindow.java | ffb38b103033304fc04c1338147966ca7226cac9 | [] | no_license | gaw0305/LeondaHelper | https://github.com/gaw0305/LeondaHelper | 966235a2187e8a09cf26de96ba247f8d89816657 | 404b5d0b298806fc1f1fa06ceaf5c9e79fca8e71 | refs/heads/master | 2018-02-09T12:00:35.629000 | 2017-07-10T05:38:49 | 2017-07-10T05:38:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Only works for Leonda */
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.io.FileReader;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import net.miginfocom.swing.MigLay... | UTF-8 | Java | 30,467 | java | FlashCardWindow.java | Java | [
{
"context": "el;\nimport javax.swing.table.*;\n\n/**\n * Written by Grace Whitmore\n * 1 January 2016\n * \n * FlashCardWindow builds a",
"end": 423,
"score": 0.9998586773872375,
"start": 409,
"tag": "NAME",
"value": "Grace Whitmore"
}
] | null | [] | /* Only works for Leonda */
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.io.FileReader;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import net.miginfocom.swing.MigLay... | 30,459 | 0.681327 | 0.673286 | 954 | 30.932915 | 30.092236 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.168763 | false | false | 5 |
5ca06cd7cfc720f884d5788bdb8018e69dc973fc | 28,432,683,506,869 | 174c03ca3fe9e72594e29dc89e1b544a7ea687b8 | /Java/NaverBoostCource/aboutme/src/intro/TodayServlet.java | 2ca76dd92caf44bf15ed1fd523ce23918c669069 | [] | no_license | JaeYeol-Ha/TIL | https://github.com/JaeYeol-Ha/TIL | 797a35bebd451f8c1c01862d46690c8719691fbc | 5b099c7f44fc16b9247485d0775ada5dc16f8615 | refs/heads/master | 2021-06-21T05:56:25.768000 | 2021-02-14T01:31:49 | 2021-02-14T01:31:49 | 188,196,882 | 1 | 0 | null | false | 2021-02-14T01:34:17 | 2019-05-23T08:52:15 | 2021-02-14T01:33:39 | 2021-02-14T01:34:17 | 53,462 | 0 | 0 | 10 | Python | false | false | package intro;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.SimpleDateFormat;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.s... | UTF-8 | Java | 1,141 | java | TodayServlet.java | Java | [] | null | [] | package intro;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.SimpleDateFormat;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.s... | 1,141 | 0.757333 | 0.750222 | 33 | 33.060608 | 28.642984 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.242424 | false | false | 5 |
b199e015396a3de4ec3cae906c15f06058fe2886 | 28,432,683,508,393 | 068634f6586fc5fb949e9250c3e5ff5e281174c3 | /src/main/java/ru/innopolis/university/icc/compiler/toy/semantic/ClassEntry.java | ae71f20d0d3cffb5fa025639f6139d070bd5fde9 | [] | no_license | iakhtyamov/compiler_toy | https://github.com/iakhtyamov/compiler_toy | 42f116247aef74e51c45a51d6bdbd8468574b756 | 76b1872151b6481c380e74f36801a1b6d303d330 | refs/heads/master | 2016-09-07T04:27:37.768000 | 2014-12-13T08:38:02 | 2014-12-13T08:38:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.innopolis.university.icc.compiler.toy.semantic;
import ru.innopolis.university.icc.compiler.toy.lexer.Position;
public class ClassEntry extends TableEntry {
public String className;
public ClassEntry(EntryType symbolType, Position position, String className) {
super(symbolType, position);
... | UTF-8 | Java | 364 | java | ClassEntry.java | Java | [] | null | [] | package ru.innopolis.university.icc.compiler.toy.semantic;
import ru.innopolis.university.icc.compiler.toy.lexer.Position;
public class ClassEntry extends TableEntry {
public String className;
public ClassEntry(EntryType symbolType, Position position, String className) {
super(symbolType, position);
... | 364 | 0.752747 | 0.752747 | 12 | 29.333334 | 27.3841 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
fece7f9189aaf3f5dab6edfca2216f7a7d2f2613 | 24,610,162,657,764 | 780d4f10e18d29fa0f66d9b4bcacda3f55bf39fb | /borbokpro/modul 2/assignment/satermin_22/app/src/main/java/rs/aleph/android/example22/async/SimpleService.java | 23898d759c8d8184df6ea0788e57d9e5a137d20a | [] | no_license | borisbokan/Skola | https://github.com/borisbokan/Skola | b0f7a72e5e33d04a970a8733972eaeb6a8fe463b | 9491c049a5f39eea8eb4dd1c5c1b23aa12219c75 | refs/heads/master | 2020-12-30T13:47:02.449000 | 2017-05-26T20:30:44 | 2017-05-26T20:30:44 | 91,258,100 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rs.aleph.android.example22.async;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import rs.aleph.android.example22.dialogs.Obavestenja;
import rs.aleph.android.example22.tools.ReviewerTools;
/**
*... | UTF-8 | Java | 2,197 | java | SimpleService.java | Java | [
{
"context": ".example22.tools.ReviewerTools;\n\n/**\n * Created by milossimic on 10/23/16.\n */\npublic class SimpleService exten",
"end": 342,
"score": 0.9996030926704407,
"start": 332,
"tag": "USERNAME",
"value": "milossimic"
}
] | null | [] | package rs.aleph.android.example22.async;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import rs.aleph.android.example22.dialogs.Obavestenja;
import rs.aleph.android.example22.tools.ReviewerTools;
/**
*... | 2,197 | 0.677742 | 0.671825 | 74 | 28.68919 | 29.368086 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 14 |
c962a6b7eb468bb14fbb5d2caff56a70f1c8c1ad | 29,910,152,290,845 | b379eae75d2e991f2c6d2231af56e662e03ae8ad | /homework/src/main/Pro4/Customer.java | e549237b22b6db28a81b74ec2144881c541f2542 | [] | no_license | hgs6424/Homework | https://github.com/hgs6424/Homework | 9f0537156abeda9d7e26819b673cd68f87ac24be | e3616b984395cb01e3694eb4c2da2c5cb6960ba6 | refs/heads/master | 2021-01-17T18:14:46.027000 | 2016-10-19T06:41:26 | 2016-10-19T06:41:26 | 71,326,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.Pro4;
import java.util.Random;
/**
* Created by ge62 on 2016-09-20.
*/
public class Customer {
private String cutomName;
private String cutomGender;
private String cutomAge;
private String cutomAdress;
private String cutomTel;
private String productName;
private String produ... | UTF-8 | Java | 914 | java | Customer.java | Java | [
{
"context": "Pro4;\n\nimport java.util.Random;\n\n/**\n * Created by ge62 on 2016-09-20.\n */\npublic class Customer {\n pr",
"end": 68,
"score": 0.9994657635688782,
"start": 64,
"tag": "USERNAME",
"value": "ge62"
}
] | null | [] | package main.Pro4;
import java.util.Random;
/**
* Created by ge62 on 2016-09-20.
*/
public class Customer {
private String cutomName;
private String cutomGender;
private String cutomAge;
private String cutomAdress;
private String cutomTel;
private String productName;
private String produ... | 914 | 0.680525 | 0.664114 | 35 | 25.114286 | 27.279266 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 14 |
aaa7ba9013aae19cd3aeb222c1efe8b3561f4519 | 31,894,427,185,831 | e8f1f781554d3c7b909e450507415fa551ce7587 | /java/com/musala/javacourse181112/tasks/ExerciseModul2/Bank/FasadeClass.java | 8f77ba4ac2e3d9535e2aa305736ecd6ab2965a5b | [] | no_license | antongtkolev/Course-Tasks | https://github.com/antongtkolev/Course-Tasks | bb0095eec90b144cb63f320da92a139d106cafe7 | 6879930b763d285924f7aefae20ca6901061a9a0 | refs/heads/master | 2020-06-18T06:38:28.687000 | 2019-07-10T12:08:11 | 2019-07-10T12:08:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java.com.musala.javacourse181112.tasks.ExerciseModul2.Bank;
public class FasadeClass {
public void widrowForAccount (Account account,double sum){
account.withdraw(sum);
account.charge();
}
public void depositForAccount (Account account,double sum){
account.deposit(sum);
account.charge();
... | UTF-8 | Java | 325 | java | FasadeClass.java | Java | [] | null | [] | package java.com.musala.javacourse181112.tasks.ExerciseModul2.Bank;
public class FasadeClass {
public void widrowForAccount (Account account,double sum){
account.withdraw(sum);
account.charge();
}
public void depositForAccount (Account account,double sum){
account.deposit(sum);
account.charge();
... | 325 | 0.741538 | 0.72 | 19 | 16.105263 | 22.085705 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 14 |
966ad3e7f1f20a6eda023652d42395fb64726101 | 3,126,736,227,389 | b1254d929713d92478281962abaa7a7f703e4f08 | /Data_Stru/src/assignment2/Assignment2.java | 949f5517c9da48a0506d3a39871a7cd3d26276c1 | [] | no_license | flying3615/wintec_homework | https://github.com/flying3615/wintec_homework | a621a14b457c27acb59d63304be08ff41674bb00 | e2541119ecb89f60bc286cd5613c347695501cc6 | refs/heads/master | 2020-05-22T09:33:23.890000 | 2017-05-19T02:15:00 | 2017-05-19T02:15:00 | 63,560,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package assignment2;
import java.io.File;
import java.io.IOException;
import java.util.Scanner;
public class Assignment2 {
// auxiliary method to init array from file
private static ItemList readInputFomeFile(File file) {
ItemList ItemList = new ItemList();
Scanner scanner = null;
try {
scanner = new Scan... | UTF-8 | Java | 2,063 | java | Assignment2.java | Java | [] | null | [] | package assignment2;
import java.io.File;
import java.io.IOException;
import java.util.Scanner;
public class Assignment2 {
// auxiliary method to init array from file
private static ItemList readInputFomeFile(File file) {
ItemList ItemList = new ItemList();
Scanner scanner = null;
try {
scanner = new Scan... | 2,063 | 0.677169 | 0.669898 | 86 | 22.953489 | 21.758669 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.209302 | false | false | 14 |
16086eb5b8b38b24757745623592b329842b1d38 | 9,715,216,061,883 | 1e7e01410d76ee05b5d38be9ebc5ad48ee048dc9 | /src/main/java/com/musicAnalyser/dao/SimilarSongDAOImpl.java | 1d2e80c96f37c68b7a67afd1c2876a79c7979abb | [] | no_license | mkanfade/capstProject | https://github.com/mkanfade/capstProject | e73a1b98a7f87d7fbed7f72545a9efa5172d84c1 | 4602148eabecec2726a105834d03a7f286662bf6 | refs/heads/master | 2021-01-18T23:22:57.871000 | 2017-04-03T19:12:44 | 2017-04-03T19:12:44 | 87,106,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.musicAnalyser.dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
/**
* @author Hareesha
* Feb 23, 2017
*/... | UTF-8 | Java | 1,091 | java | SimilarSongDAOImpl.java | Java | [
{
"context": "s.factory.annotation.Autowired;\r\n\r\n/**\r\n * @author Hareesha\r\n * Feb 23, 2017\r\n */\r\npublic class SimilarSongDA",
"end": 298,
"score": 0.9968132972717285,
"start": 290,
"tag": "NAME",
"value": "Hareesha"
}
] | null | [] | /**
*
*/
package com.musicAnalyser.dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
/**
* @author Hareesha
* Feb 23, 2017
*/... | 1,091 | 0.72044 | 0.71494 | 49 | 20.265306 | 21.237986 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183674 | false | false | 14 |
f67afcae4223a780cdbb3354d6b080c27a17b9b9 | 10,376,641,034,075 | 6770dd534c0713fb6cd0cec0af40a30e1640bff1 | /src/com/service/impl/MessageServiceImpl.java | 00a3713e3a42789b8cd98a0be5be25d3dc35b457 | [] | no_license | w6180358w/gym | https://github.com/w6180358w/gym | 0b72b0879a896cb5acbdf7f11324a2b9ad489977 | 8140bd411f075a0632c859a7531a4e721881898a | refs/heads/master | 2021-04-12T08:19:01.212000 | 2019-01-22T14:59:21 | 2019-01-22T14:59:21 | 125,809,242 | 5 | 0 | null | false | 2018-03-19T06:21:08 | 2018-03-19T06:07:06 | 2018-03-19T06:07:08 | 2018-03-19T06:17:39 | 0 | 0 | 0 | 1 | null | false | null | package com.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dao.inter.MessageDao;
import com.model.Message;
import com.service.inter.MessageService;
@Service("MessageService")
public class Messa... | UTF-8 | Java | 1,067 | java | MessageServiceImpl.java | Java | [] | null | [] | package com.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dao.inter.MessageDao;
import com.model.Message;
import com.service.inter.MessageService;
@Service("MessageService")
public class Messa... | 1,067 | 0.716963 | 0.715089 | 51 | 18.921568 | 18.563978 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.137255 | false | false | 14 |
18872a3014b0c17e941dd1065a5942f8de548578 | 2,095,944,092,802 | d1c14eb543f477641a90e3511eb13a1da1cd61e7 | /singledog/src/cn/itd/yw/PersonDetailsActivity.java | 8c4bd7ef29a33443d20cc297f54b19c3070c8426 | [] | no_license | yang-mr/manage | https://github.com/yang-mr/manage | b9c78f7e2f3c0e6a289295ae4b22dafa4201bf9b | d1e3d5a8fa3f1239933d1580e2c2268df4698c3b | refs/heads/master | 2018-01-12T09:51:09.904000 | 2016-02-01T02:36:46 | 2016-02-01T02:36:46 | 47,736,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itd.yw;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
import com.google.gson.Gson;
import android.R.string;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.ContentValues;
im... | UTF-8 | Java | 12,888 | java | PersonDetailsActivity.java | Java | [
{
"context": "fUtils.getString(PersonDetailsActivity.this, \"user_username\", \"\");\n\t\t\t\tString nickname = et_name.getText().to",
"end": 7406,
"score": 0.6706392765045166,
"start": 7398,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package cn.itd.yw;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
import com.google.gson.Gson;
import android.R.string;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.ContentValues;
im... | 12,888 | 0.675758 | 0.666615 | 444 | 27.81982 | 22.526741 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.15991 | false | false | 14 |
df044b9ff76c061cd1e3a0b8359271a90f287731 | 22,823,456,252,651 | f983d72e464481093320e45e55c11d5cd7d47154 | /src/test/java/com/codecool/ItemTest.java | 83e1f4a45a44d84af11f413bd7fa598a2670322c | [] | no_license | CodecoolBP20161/SolarPanelProject | https://github.com/CodecoolBP20161/SolarPanelProject | f82ee52c6c69399ec5b9188edac3998673c21980 | 9653742d997d685717a63b1b1a39163cabfcd7f3 | refs/heads/master | 2020-06-24T02:11:39.501000 | 2018-02-20T23:12:14 | 2018-02-20T23:12:14 | 96,914,800 | 0 | 0 | null | false | 2018-02-20T23:12:15 | 2017-07-11T16:34:33 | 2017-07-11T17:17:21 | 2018-02-20T23:12:15 | 37,341 | 0 | 0 | 0 | HTML | false | null | package com.codecool;
/**
* Created by Mate on 2017. 11. 05..
*/
public class ItemTest {
}
| UTF-8 | Java | 96 | java | ItemTest.java | Java | [
{
"context": "package com.codecool;\n\n/**\n * Created by Mate on 2017. 11. 05..\n */\npublic class ItemTest {\n\n\n}",
"end": 45,
"score": 0.9996978044509888,
"start": 41,
"tag": "NAME",
"value": "Mate"
}
] | null | [] | package com.codecool;
/**
* Created by Mate on 2017. 11. 05..
*/
public class ItemTest {
}
| 96 | 0.625 | 0.541667 | 9 | 9.666667 | 12.666667 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 14 |
2e477941da56a73ce476aa8d282bbd68eae5eaf2 | 23,527,830,890,916 | 59a223eb6ec0a55d3b3a00eb94d83dcd947b6d99 | /BubbleSort/src/com/training/SalesRepresentative.java | 44a1fc9c04ec22291bab6d3daa220b31175e4b31 | [] | no_license | SebiTodea/scoala-informala-homeworks | https://github.com/SebiTodea/scoala-informala-homeworks | f349eb914d766ae64aa092a65dea53bab075fd04 | f33e6402d58a22d28c25d8a7732119a501b7c06c | refs/heads/master | 2020-03-13T16:07:29.855000 | 2018-06-03T13:41:00 | 2018-06-03T13:41:00 | 131,190,394 | 0 | 0 | null | false | 2018-06-03T13:47:07 | 2018-04-26T17:38:41 | 2018-06-03T13:41:02 | 2018-06-03T13:41:01 | 15 | 0 | 0 | 1 | Java | false | null | package com.training;
public class SalesRepresentative {
private String name;
private int salesNo;
private int saleQuota;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getSalesNo() {
return salesNo;
... | UTF-8 | Java | 850 | java | SalesRepresentative.java | Java | [] | null | [] | package com.training;
public class SalesRepresentative {
private String name;
private int salesNo;
private int saleQuota;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getSalesNo() {
return salesNo;
... | 850 | 0.602353 | 0.602353 | 40 | 20.25 | 25.086599 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 14 |
ee48499ba41bac08e8bfd662edf3d0bd180e927b | 2,997,887,224,559 | 561b4cb2f0fc5897fd30dac5aab9c68d72075e16 | /chp3/lib/saxon/source/net/sf/saxon/dom/DocumentBuilderImpl.java | f0bad63844377e5e840d93aa4f57bc2c5c26040f | [] | no_license | publicarchitectura/AntRecipes | https://github.com/publicarchitectura/AntRecipes | 1c3aa05800b17de05b580754b71a712d3fa52ff0 | a4e11d8bef3a57595b817cdacec6ac4ef4714927 | refs/heads/master | 2020-12-25T05:02:17.077000 | 2011-10-23T17:31:20 | 2011-10-23T17:31:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.saxon.dom;
import net.sf.saxon.Configuration;
import net.sf.saxon.event.Builder;
import net.sf.saxon.event.PipelineConfiguration;
import net.sf.saxon.event.Sender;
import net.sf.saxon.om.NamePool;
import net.sf.saxon.tinytree.TinyBuilder;
import net.sf.saxon.tinytree.TinyDocumentImpl;
import net.... | UTF-8 | Java | 4,320 | java | DocumentBuilderImpl.java | Java | [
{
"context": "\r\n// The Initial Developer of the Original Code is Michael H. Kay\r\n//\r\n// Portions created by (your name) are Copyr",
"end": 4187,
"score": 0.9998720288276672,
"start": 4173,
"tag": "NAME",
"value": "Michael H. Kay"
}
] | null | [] | package net.sf.saxon.dom;
import net.sf.saxon.Configuration;
import net.sf.saxon.event.Builder;
import net.sf.saxon.event.PipelineConfiguration;
import net.sf.saxon.event.Sender;
import net.sf.saxon.om.NamePool;
import net.sf.saxon.tinytree.TinyBuilder;
import net.sf.saxon.tinytree.TinyDocumentImpl;
import net.... | 4,312 | 0.663426 | 0.662269 | 115 | 35.582607 | 27.241587 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513043 | false | false | 14 |
d9614fa33b737294c2e3590a77fd9425ced9d91c | 704,374,655,366 | 0cba9ca29587f95c4932189f0f809c7aebe96cfa | /src/main/java/br/com/cast/persistencia/interfaces/IDaoContato.java | 228c34c5d969711329e30b9cbae4f17d1af001a7 | [] | no_license | yuri914/Repo-Yuri | https://github.com/yuri914/Repo-Yuri | 8abc18b869aba472d7cc31d9cfc249718872af6f | 52fe51556c59e18db6540da718e4aa943b734d30 | refs/heads/master | 2021-01-10T20:04:11.442000 | 2013-10-31T20:07:56 | 2013-10-31T20:07:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cast.persistencia.interfaces;
import java.util.List;
import br.com.cast.model.Contato;
import br.com.cast.model.Usuario;
import br.com.cast.persistencia.generico.GenericoDao;
public interface IDaoContato extends GenericoDao<Contato> {
public List<Contato> recuperarContatoUsuario(Usuario us... | UTF-8 | Java | 335 | java | IDaoContato.java | Java | [] | null | [] | package br.com.cast.persistencia.interfaces;
import java.util.List;
import br.com.cast.model.Contato;
import br.com.cast.model.Usuario;
import br.com.cast.persistencia.generico.GenericoDao;
public interface IDaoContato extends GenericoDao<Contato> {
public List<Contato> recuperarContatoUsuario(Usuario us... | 335 | 0.779104 | 0.779104 | 13 | 23.76923 | 24.042122 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 14 |
ff02d13e64e2e67a6aa96f700bf3e1dfda36a472 | 30,193,620,156,800 | f19cca195c1f6c66582eda1d105bf015f2e045c1 | /weixin/weixin-abframe/src/main/java/com/xuchunchun/abframe/db/entity/AclRolefunc.java | c223e7eba7441d3d6f1d21503fbc17874915964b | [] | no_license | uwitec/weixin-platform | https://github.com/uwitec/weixin-platform | 989d611f4942fc592abdfe1a702d9cce59b8ecff | 94e520eca32f2c0252287906896dfbb72f8d59ac | refs/heads/master | 2021-01-01T19:06:34.069000 | 2013-07-28T09:19:15 | 2013-07-28T09:19:15 | 41,207,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuchunchun.abframe.db.entity;
import java.util.Date;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Tempo... | UTF-8 | Java | 2,129 | java | AclRolefunc.java | Java | [] | null | [] | package com.xuchunchun.abframe.db.entity;
import java.util.Date;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Tempo... | 2,129 | 0.71489 | 0.709253 | 92 | 22.152174 | 24.000875 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.358696 | false | false | 14 |
d356b1ad62f18c8dc7c9a4703d0c88e367925c3c | 31,903,017,083,046 | 612aed6e68a9adaf0a82156a1c0d563f1c78362d | /课堂笔记/java基础部分/2.02.Method/src/com/kgc/exam/main/MathMain2.java | fec8a6a12a903dd55a3189ff73edb6e5676cf13b | [] | no_license | bairiyanhua/java_note | https://github.com/bairiyanhua/java_note | 24c9a03fe42cc22018c8e540591da1bda281429e | f0e04f63f3f90abefd68adec24fc5486e48fe15e | refs/heads/master | 2020-06-01T11:51:33.468000 | 2019-07-17T09:11:30 | 2019-07-17T09:11:30 | 190,768,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kgc.exam.main;
import java.util.Scanner;
import com.kgc.exam.User;
import com.kgc.exam.MathDemo;
public class MathMain2 {
public static void main(String[] args) {
/*
* 手动输入三门课的成绩
* 算出总分和平均分
*/
Scanner input = new Scanner(System.in);
MathDemo math = new MathDemo();
... | GB18030 | Java | 801 | java | MathMain2.java | Java | [] | null | [] | package com.kgc.exam.main;
import java.util.Scanner;
import com.kgc.exam.User;
import com.kgc.exam.MathDemo;
public class MathMain2 {
public static void main(String[] args) {
/*
* 手动输入三门课的成绩
* 算出总分和平均分
*/
Scanner input = new Scanner(System.in);
MathDemo math = new MathDemo();
... | 801 | 0.606987 | 0.605531 | 37 | 16.567568 | 14.769473 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.837838 | false | false | 14 |
efd8470e80c1a6ca4329b46660801f8bbc3d9689 | 31,207,232,433,730 | 2098e42b8f62520427a63bd535d32f4d38f050b3 | /app/src/main/java/com/example/project/BackgroundWorker.java | b15578e9b6606520781702382a820b544868b5da | [] | no_license | VanshikaSingolia/Blood-for-all | https://github.com/VanshikaSingolia/Blood-for-all | 36174954917202bd7ac4cd94e402bd7c584f6aa1 | eee7a7186410e05e3c81c7461ac8d6399cf7690a | refs/heads/master | 2023-05-04T03:14:54.132000 | 2021-03-12T05:33:58 | 2021-03-12T05:33:58 | 346,949,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.project;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.Toast;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputS... | UTF-8 | Java | 9,435 | java | BackgroundWorker.java | Java | [
{
"context": " type=params[0];\n String login_url=\"http://192.168.43.8/login.php\";\n String register_url=\"http://1",
"end": 864,
"score": 0.9920368790626526,
"start": 852,
"tag": "IP_ADDRESS",
"value": "192.168.43.8"
},
{
"context": "8/login.php\";\n String re... | null | [] | package com.example.project;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.Toast;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputS... | 9,435 | 0.567144 | 0.555591 | 232 | 39.668102 | 31.259029 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.831897 | false | false | 14 |
d45fe742df62077e2425a5e2c3a1768eb541c563 | 30,700,426,241,285 | bc6e5da2e72a07b52d327add3631131989c632bb | /src/main/java/part_3/collections/list/ArrayListListCollection.java | 14cba6dc1890194f7865a98d604e69d9308ee49e | [] | no_license | AlexKomanov/java-udemy | https://github.com/AlexKomanov/java-udemy | a8c78d6571549a4acd9e3b4f7af182a022b6725f | 7af07c377ca0397170dd449c6ab59d6e30405dd0 | refs/heads/main | 2023-03-08T14:07:32.077000 | 2021-02-21T13:32:08 | 2021-02-21T13:32:08 | 336,779,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package part_3.collections.list;
import java.util.ArrayList;
import java.util.List;
public class ArrayListListCollection {
public static void main(String[] args) {
/*
***** ArrayList ****
DEFAULT_CAPACITY = 10
New capacity -> (old capacity * 3) / 2 + 1
Example... | UTF-8 | Java | 1,033 | java | ArrayListListCollection.java | Java | [] | null | [] | package part_3.collections.list;
import java.util.ArrayList;
import java.util.List;
public class ArrayListListCollection {
public static void main(String[] args) {
/*
***** ArrayList ****
DEFAULT_CAPACITY = 10
New capacity -> (old capacity * 3) / 2 + 1
Example... | 1,033 | 0.551791 | 0.523717 | 34 | 29.382353 | 24.00737 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
4e9098b068e305cd7362c4d03f70c098ae99a120 | 9,955,734,212,730 | c1da5e6b780f3a6df6bb309d693707a9b1775ba2 | /packages/SystemUI/src/com/android/systemui/statusbar/policy/VolumeController.java | 0e51a008b91517b44872cef8c239600515f7c282 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | PlayOSS-Dev/android_frameworks_base | https://github.com/PlayOSS-Dev/android_frameworks_base | c3978bf3a11904ecfd14e9b5ac1dd9a87ef8b744 | b6e64513d8afe810556b2d457002c944a84ae960 | refs/heads/master | 2021-01-19T16:50:11.319000 | 2013-09-15T07:59:13 | 2013-09-15T07:59:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2010 The Android Open Source Project
*
* 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 app... | UTF-8 | Java | 2,512 | java | VolumeController.java | Java | [] | null | [] | /*
* Copyright (C) 2010 The Android Open Source Project
*
* 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 app... | 2,512 | 0.715764 | 0.711783 | 64 | 38.25 | 31.297464 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 14 |
0b99dacc95786e11d801bfeb2438d48aee70816c | 206,158,452,421 | 1a422a875ba7e1a81b181ca0a0fea3bd476a93b9 | /src/main/java/com/simfle/maltee/MalteeApplication.java | 1e0f987733f0983b34dccb3ae4348d483a73ef19 | [] | no_license | simflelipe/maltee | https://github.com/simflelipe/maltee | 05ad30db3218bbd183cc6690e346aeef000e25a4 | 7338fe8c50e98eadd68e7abc41b208bce9c44fd2 | refs/heads/main | 2023-01-19T05:05:38.828000 | 2020-12-04T04:28:54 | 2020-12-04T04:28:54 | 318,402,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simfle.maltee;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MalteeApplication {
public static void main(String[] args) {
SpringApplication.run(MalteeApplication.class, args);
}
... | UTF-8 | Java | 322 | java | MalteeApplication.java | Java | [] | null | [] | package com.simfle.maltee;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MalteeApplication {
public static void main(String[] args) {
SpringApplication.run(MalteeApplication.class, args);
}
... | 322 | 0.78882 | 0.78882 | 13 | 23.76923 | 24.252371 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
debacb67b83a3fd7dc9540749a764a60c36fb907 | 4,595,615,012,694 | ca9157e9d65828faa19359e1f29238836240d306 | /wings-warlock/src/main/java/pro/fessional/wings/warlock/service/user/WarlockUserAttribute.java | 864b28256c56a28134c03412f833d9f924060b4c | [] | no_license | cxwxz/pro.fessional.wings | https://github.com/cxwxz/pro.fessional.wings | 551bd37be57c7b82020e6259e3fd5a0ae3347686 | a6d996c16085743c685a40190dc72d375892bf51 | refs/heads/master | 2023-08-05T22:31:39.209000 | 2021-07-07T08:11:40 | 2021-07-07T08:11:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.fessional.wings.warlock.service.user;
import pro.fessional.wings.slardar.context.GlobalAttributeHolder.Reg;
import java.util.Set;
/**
* @author trydofor
* @since 2021-03-31
*/
public interface WarlockUserAttribute {
Reg<Long, String> SaltByUid = new Reg<Long, String>() {};
Reg<Long, Set<Strin... | UTF-8 | Java | 445 | java | WarlockUserAttribute.java | Java | [
{
"context": "Holder.Reg;\n\nimport java.util.Set;\n\n/**\n * @author trydofor\n * @since 2021-03-31\n */\npublic interface Warlock",
"end": 168,
"score": 0.9995661377906799,
"start": 160,
"tag": "USERNAME",
"value": "trydofor"
}
] | null | [] | package pro.fessional.wings.warlock.service.user;
import pro.fessional.wings.slardar.context.GlobalAttributeHolder.Reg;
import java.util.Set;
/**
* @author trydofor
* @since 2021-03-31
*/
public interface WarlockUserAttribute {
Reg<Long, String> SaltByUid = new Reg<Long, String>() {};
Reg<Long, Set<Strin... | 445 | 0.696629 | 0.678652 | 16 | 26.8125 | 27.940157 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
bc355ffb4462697f2ea31ea7e435ead9aaa7f3e6 | 4,406,636,464,469 | ec78543055b82479e7ac1721ef3faf2a448d7b69 | /Assignment-02/src/com/capg/grocery/DiscountGrocery.java | d5b32789e52886564bd5526477d8a7222d076205 | [] | no_license | nilanjan40196/Assignment-02 | https://github.com/nilanjan40196/Assignment-02 | cb1d8082aa5d5bffd4ea5c8e33c9c07814b0a978 | ea741e5dd2e6b96ea5c7a4a729379c09d3067dfc | refs/heads/master | 2022-11-27T16:35:46.389000 | 2020-07-29T17:04:15 | 2020-07-29T17:04:15 | 283,555,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capg.grocery;
import java.util.Scanner;
public class DiscountGrocery {
public double calculateDiscount(int choice,double grocProdsAmount,double nonGrocProdsAmount ) {
double finalAmount=0.0;int amt = 0;
switch(choice) {
case 1 :
nonGrocProdsAmount-=(nonGrocProdsAmount*0.3);
finalAm... | UTF-8 | Java | 1,734 | java | DiscountGrocery.java | Java | [] | null | [] | package com.capg.grocery;
import java.util.Scanner;
public class DiscountGrocery {
public double calculateDiscount(int choice,double grocProdsAmount,double nonGrocProdsAmount ) {
double finalAmount=0.0;int amt = 0;
switch(choice) {
case 1 :
nonGrocProdsAmount-=(nonGrocProdsAmount*0.3);
finalAm... | 1,734 | 0.689158 | 0.672434 | 53 | 30.716982 | 29.033083 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.735849 | false | false | 14 |
677ad1a06cb7e3d1995e50e46aee99337b4e94f2 | 25,048,249,294,622 | 48dc0b12dd33f8f4a1b51763b0c94cc20df34b4e | /src/ServerMessage.java | b427c0396e828076fe5859dc229c12d240ed7051 | [] | no_license | Leeqh666/Distributed-storage | https://github.com/Leeqh666/Distributed-storage | d4088066434cbc4f607954817d0e15bee5b565b2 | 980c05189a51b018351ade54e731589a5b98dcc6 | refs/heads/master | 2020-04-08T10:22:45.374000 | 2018-11-27T02:49:24 | 2018-11-27T02:49:24 | 159,266,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
public class ServerMessage extends ClientMessage implements Serializable{
private long length;
private String mainNodeIP;
private String mainNodePort;
private String backUpNodeIP;
private String backUpNodePort;
public long getLength() {
return length;
}
public void... | GB18030 | Java | 1,406 | java | ServerMessage.java | Java | [] | null | [] | import java.io.Serializable;
public class ServerMessage extends ClientMessage implements Serializable{
private long length;
private String mainNodeIP;
private String mainNodePort;
private String backUpNodeIP;
private String backUpNodePort;
public long getLength() {
return length;
}
public void... | 1,406 | 0.734104 | 0.734104 | 59 | 21.457626 | 23.662401 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.542373 | false | false | 14 |
40fc39618a64ad8f723bfb4667ccf81cdd772c1e | 257,698,040,241 | db963e34a00dd6b62a18577513f77b09110021ca | /src/main/java/com/insee/vistiplanning/enums/AccountCategory.java | 67e44ae32dd5c6abfbf4bb416eb821e2a030683a | [] | no_license | Mohak-30/visit-planning-service | https://github.com/Mohak-30/visit-planning-service | 4890a30cb414ac4ee215762a491ec8a2118f2ecd | 1a94d4ab6fc3a0177e701025db8b6add0f0e71da | refs/heads/main | 2023-01-14T04:34:38.223000 | 2020-11-30T09:08:15 | 2020-11-30T09:08:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.insee.vistiplanning.enums;
public enum AccountCategory {
FOCUS,HUNTING,FARMING,SMALL;
}
| UTF-8 | Java | 110 | java | AccountCategory.java | Java | [] | null | [] | package com.insee.vistiplanning.enums;
public enum AccountCategory {
FOCUS,HUNTING,FARMING,SMALL;
}
| 110 | 0.745455 | 0.745455 | 6 | 17.333334 | 15.648926 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 14 |
fc57242a2789006163a03b7f59379bbe12cffd8a | 5,634,997,141,859 | cf31a53dc01b5b0832481eac02974592a7603bff | /OfflineJudgeVersion9_Network/src/offlinejudge/database/StoreProblem.java | 4b817c4ecb14b009bda9709fae951ee52eb1d0be | [] | no_license | chdigvijay20/offline-judge-java | https://github.com/chdigvijay20/offline-judge-java | 73855275f0193db46f8dd5409834efd028046466 | 5ed0bccb414893f7f8bf6ddcbe015c26c373fc11 | refs/heads/master | 2018-01-02T12:08:50.937000 | 2016-09-23T20:18:55 | 2016-09-23T20:18:55 | 69,057,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package offlinejudge.database;
import java.io.File;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import offlinejudge.core.Problem;
import offlinejudge.core.ProblemStatement;
public class StoreProblem {
public void storeProblem(Problem problem) {
storeProblemStatem... | UTF-8 | Java | 4,038 | java | StoreProblem.java | Java | [] | null | [] | package offlinejudge.database;
import java.io.File;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import offlinejudge.core.Problem;
import offlinejudge.core.ProblemStatement;
public class StoreProblem {
public void storeProblem(Problem problem) {
storeProblemStatem... | 4,038 | 0.740713 | 0.737494 | 112 | 35.05357 | 30.978922 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.857143 | false | false | 14 |
6a755db31231de2da7b6d5a48fd04580c240121d | 7,765,300,888,591 | 278d3fde0f6d8cd1d0aea98496e583bd142eeea2 | /Filers.java | 064f8b65bd4ee2ae5137ac165dfd3368b19506b0 | [] | no_license | D-Dawnsin/Paint_Java | https://github.com/D-Dawnsin/Paint_Java | b0c56c432cc00d3be5cba971156618dcc0783e26 | be48f4eaf14f4ef2ecd18e267383c91a1d45548c | refs/heads/main | 2023-03-18T11:39:41.639000 | 2021-03-09T23:56:50 | 2021-03-09T23:56:50 | 346,177,426 | 0 | 1 | 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 pain.t;
import java.awt.image.RenderedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundE... | UTF-8 | Java | 11,624 | java | Filers.java | Java | [
{
"context": ";\nimport javax.imageio.ImageIO;\n\n/**\n *\n * @author dawso\n */\npublic class Filers {\n \n private File s",
"end": 945,
"score": 0.9995031952857971,
"start": 940,
"tag": "USERNAME",
"value": "dawso"
}
] | 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 pain.t;
import java.awt.image.RenderedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundE... | 11,624 | 0.573469 | 0.568995 | 336 | 33.595238 | 25.718657 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53869 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.