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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c95da17c43d6bc911d78d30cb40a7b37f22ab42 | 6,219,112,688,570 | a92139a02d2b9fac61511b56613a56ceb29fab40 | /src/main/java/com/hojenkai/rhmanager/client/screens/EmployeesView.java | 22545654fae145d01f3f8aff40f1838986321677 | [] | no_license | hojenkai/rh-manager | https://github.com/hojenkai/rh-manager | 2f7382c6855d900956094e373726b352ed175672 | 006893776f833a5c6b2d6ad75caba5a9f7cb9d69 | refs/heads/master | 2019-05-17T07:51:28.687000 | 2017-03-05T21:36:06 | 2017-03-05T21:36:06 | 83,260,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hojenkai.rhmanager.client.screens;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.uibinder.client.UiTemplate;
import com.google.gwt.user.cellview.client.CellTable;
import com.google.gwt.user.cellvie... | UTF-8 | Java | 1,356 | java | EmployeesView.java | Java | [] | null | [] | package com.hojenkai.rhmanager.client.screens;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.uibinder.client.UiTemplate;
import com.google.gwt.user.cellview.client.CellTable;
import com.google.gwt.user.cellvie... | 1,356 | 0.769174 | 0.769174 | 38 | 34.684212 | 26.61134 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
a08ddb5c3166813933e3028a8ad65c3ca8c04bda | 3,255,585,248,489 | 6787100fc16c9dfb8766613409f1d73c27e6fcdc | /vezba2/src/zadaci/Zadatak1.java | ef6cf888b50208adeb88624e04ca6d52f5b4eaf9 | [
"MIT"
] | permissive | aleksandarlukiceedu/aisp2021-grupa4 | https://github.com/aleksandarlukiceedu/aisp2021-grupa4 | c75a7fbb6c85c66667d891b7c80553aba31d0a7c | 0e72618f3e6acec10437777c9253450e5ea8c630 | refs/heads/main | 2023-04-20T18:37:58.533000 | 2021-05-06T06:40:00 | 2021-05-06T06:40:00 | 344,387,899 | 0 | 1 | MIT | false | 2021-05-06T06:40:01 | 2021-03-04T07:31:36 | 2021-04-15T06:57:49 | 2021-05-06T06:40:00 | 15 | 0 | 1 | 0 | Java | false | false | package zadaci;
public class Zadatak1 {
public static int suma(int x1, int x2){
return x1+x2;
}
public static double suma(double x1, double x2){
return x1+x2;
}
public static void main(String[] args){
double rez = Zadatak1.suma(1.0, 2);
System.out.println(rez);
... | UTF-8 | Java | 548 | java | Zadatak1.java | Java | [] | null | [] | package zadaci;
public class Zadatak1 {
public static int suma(int x1, int x2){
return x1+x2;
}
public static double suma(double x1, double x2){
return x1+x2;
}
public static void main(String[] args){
double rez = Zadatak1.suma(1.0, 2);
System.out.println(rez);
... | 548 | 0.518248 | 0.478102 | 27 | 19.296297 | 17.989328 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 8 |
5c08ce5ab545fc7a03d04eb123033303591ecfe5 | 34,050,500,754,592 | 02f243907702c9052cda56667934a5fac3fe3d90 | /src/com/company/lab2/Task36.java | ab4f727f764d24b417039f832ed02ef619063684 | [] | no_license | barracuda-bf/aShabanov | https://github.com/barracuda-bf/aShabanov | 63daff0aa060eb50960183445700e78683dd1230 | de664a2d2a5c1687bc48ad9959a4545bd780a32b | refs/heads/master | 2021-01-18T03:39:13.677000 | 2017-05-10T14:24:38 | 2017-05-10T14:24:38 | 85,800,715 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.lab2;
import java.util.Scanner;
/**
* Created by наш on 29.03.2017.
*/
public class Task36 {
public static void main(String[] args) {
int a; //xa
int b; // ya
int c; // xb
int d; // yb
Scanner skan = new Scanner(System.in);
a = skan.nextInt()... | UTF-8 | Java | 526 | java | Task36.java | Java | [
{
"context": "ab2;\n\nimport java.util.Scanner;\n\n/**\n * Created by наш on 29.03.2017.\n */\npublic class Task36 {\n publ",
"end": 75,
"score": 0.9951806664466858,
"start": 72,
"tag": "USERNAME",
"value": "наш"
}
] | null | [] | package com.company.lab2;
import java.util.Scanner;
/**
* Created by наш on 29.03.2017.
*/
public class Task36 {
public static void main(String[] args) {
int a; //xa
int b; // ya
int c; // xb
int d; // yb
Scanner skan = new Scanner(System.in);
a = skan.nextInt()... | 526 | 0.512428 | 0.481836 | 22 | 22.772728 | 16.65678 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 8 |
5b1a23de5c5f80560f6ea5daa12afb8a19ffbbb2 | 35,442,070,148,806 | 933ca46f1c6348cf8912d42301a246b1205eb8cd | /src/main/java/cn/edu/sicau/pfdistribution/dao/yxt/yxtReadDatas.java | fe9c32fb491c684760d4ee6a25a39fba57a3fafa | [] | no_license | jshpan/pfdistribution | https://github.com/jshpan/pfdistribution | 4e7351d1f72db81f5002520a6b1786ba2b54888e | 4ca153eea2728ca1fd54273c8c6aab432bced601 | refs/heads/master | 2020-05-20T19:09:16.399000 | 2019-06-20T05:02:07 | 2019-06-20T05:02:07 | 185,720,960 | 0 | 0 | null | true | 2019-05-09T03:37:38 | 2019-05-09T03:37:38 | 2019-05-08T04:21:55 | 2019-05-08T04:21:54 | 150 | 0 | 0 | 0 | null | false | false | package cn.edu.sicau.pfdistribution.dao.yxt;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.ConnectionCallback;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import java.sql.*;
import java.util.Arrays;
@Reposi... | UTF-8 | Java | 21,209 | java | yxtReadDatas.java | Java | [] | null | [] | package cn.edu.sicau.pfdistribution.dao.yxt;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.ConnectionCallback;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import java.sql.*;
import java.util.Arrays;
@Reposi... | 21,209 | 0.468826 | 0.465458 | 645 | 30.306976 | 20.963135 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613953 | false | false | 8 |
4a9f892a9aee56676a760ec13fd7e843bb96c584 | 35,442,070,148,507 | 3bbcd2b3f84bad20d653e142924fceb5fe77b0f8 | /FlightTicketBookingFinalProject_Viraj_Jani/src/main/java/com/neu/flightbooking/controller/LoginController.java | f10829c21b22e2d56f71aadc8f6852bb75d322b5 | [] | no_license | janiviraj/SpringBootApplication | https://github.com/janiviraj/SpringBootApplication | 70b90edfbede791b1249f7ef29aee43e929b1dec | efdea604d2a8d66c1e26dc3e2b9852e6c272e230 | refs/heads/master | 2023-01-31T22:10:17.956000 | 2020-12-10T08:04:43 | 2020-12-10T08:04:43 | 320,201,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neu.flightbooking.controller;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.log4j.Logger;
import org.springframework.beans.factory... | UTF-8 | Java | 6,492 | java | LoginController.java | Java | [] | null | [] | package com.neu.flightbooking.controller;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.log4j.Logger;
import org.springframework.beans.factory... | 6,492 | 0.745841 | 0.743531 | 160 | 38.587502 | 29.218014 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.28125 | false | false | 8 |
3611df0e3cdb26590cfdb7c19b82850ff285146d | 16,441,134,827,899 | f304d4ca0d0f002e5843d41cd90d8e99be3891af | /src/main/java/org/nearbyshops/Model/ModelRoles/UserTokens.java | 29bca135fc4ee29405fc089edd7107a343b99c18 | [
"LicenseRef-scancode-other-permissive"
] | permissive | Aneeq24/Nearby-Shops-Web-Admin | https://github.com/Aneeq24/Nearby-Shops-Web-Admin | f1968b5519e2d15cf4fbf8851863393bc673fe76 | 70fc408836e0ebf7eb3b22020b9aa88bea5bc3cc | refs/heads/master | 2023-02-13T23:59:42.633000 | 2021-01-12T10:44:40 | 2021-01-12T10:44:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.nearbyshops.Model.ModelRoles;
import java.sql.Timestamp;
/**
* Created by sumeet on 29/5/16.
*/
public class UserTokens {
// Table Name for User
public static final String TABLE_NAME = "USER_TOKENS";
// Column names
public static final String TOKEN_ID = "TOKEN_ID";
public static ... | UTF-8 | Java | 2,070 | java | UserTokens.java | Java | [
{
"context": "es;\n\nimport java.sql.Timestamp;\n\n/**\n * Created by sumeet on 29/5/16.\n */\npublic class UserTokens {\n\n\n\n ",
"end": 95,
"score": 0.9996636509895325,
"start": 89,
"tag": "USERNAME",
"value": "sumeet"
}
] | null | [] | package org.nearbyshops.Model.ModelRoles;
import java.sql.Timestamp;
/**
* Created by sumeet on 29/5/16.
*/
public class UserTokens {
// Table Name for User
public static final String TABLE_NAME = "USER_TOKENS";
// Column names
public static final String TOKEN_ID = "TOKEN_ID";
public static ... | 2,070 | 0.613527 | 0.611111 | 82 | 24.243902 | 27.927853 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 8 |
ef1f578d27b3922c8a0f1665818f3d1f19d7c604 | 6,176,163,010,695 | 3713df39d47e958cfa964f897be78606b38108da | /src/car/CarProcessDao.java | b08b5da94c9cf404c2d5112c096b900bd257696a | [] | no_license | tawon2137/manager | https://github.com/tawon2137/manager | 6d38abb4e966e47d843d60463cbeb0704c5acbdb | 2ec4541ff87fc92b72ee1df8278c472658e66f57 | refs/heads/master | 2016-09-18T09:34:12.632000 | 2016-09-08T16:39:19 | 2016-09-08T16:39:19 | 67,484,794 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package car;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import dbpack.SqlMapConfig;
import rent.RentBean;
public class CarProcessDao {
private SqlSessionFactory factory = SqlMapConfig.getSqlSession();
public Lis... | UTF-8 | Java | 4,954 | java | CarProcessDao.java | Java | [] | null | [] | package car;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import dbpack.SqlMapConfig;
import rent.RentBean;
public class CarProcessDao {
private SqlSessionFactory factory = SqlMapConfig.getSqlSession();
public Lis... | 4,954 | 0.688388 | 0.686155 | 188 | 25.202127 | 23.227406 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.670213 | false | false | 8 |
6c212262a13f0885f79321a4675faea0ba6e11e7 | 21,354,577,435,066 | 2a43ddd6631d0f13f92f8415b2b937d9fe67786f | /BoxOfficePrediction/src/com/Servlet/Predict.java | 0d6ccc72caf8efcc62c10677993de212a0cb7f20 | [] | no_license | shefali93/Sentiment-Analysis | https://github.com/shefali93/Sentiment-Analysis | 56a67158756754019cdbd79182309b3d6ef869bd | ac2159c797ff3a33147dbf976c2c977ee80d198c | refs/heads/master | 2020-03-22T14:02:50.102000 | 2018-07-08T11:16:44 | 2018-07-08T11:16:44 | 140,149,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.... | UTF-8 | Java | 3,201 | java | Predict.java | Java | [] | null | [] | package com.Servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.... | 3,201 | 0.702593 | 0.698532 | 94 | 33.053192 | 22.826994 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.914894 | false | false | 8 |
3a212bcef5005aa87dda5e5695df60d734a3f1df | 5,214,090,324,895 | c3b435f80280490e7bea342ee826d85bad9b3c16 | /app/src/main/java/com/example/administrator/wqy/MainActivity.java | d2ebe5ca78569b8f56f19b3b37f0c9bf249edacf | [] | no_license | Geweneth/Wqy | https://github.com/Geweneth/Wqy | 238f7fe5aad432cf993cbca3a144716bca3db1a9 | 3f8ca79de2dc5a41cc42668ff2a9dd43654fa28b | refs/heads/master | 2020-07-27T10:36:29.602000 | 2016-09-21T14:06:45 | 2016-09-21T14:06:45 | 67,561,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.wqy;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity e... | UTF-8 | Java | 1,629 | java | MainActivity.java | Java | [] | null | [] | package com.example.administrator.wqy;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity e... | 1,629 | 0.637273 | 0.636648 | 46 | 33.760868 | 24.71154 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673913 | false | false | 8 |
32e7a998b84fe94357d7938e884843401986e23c | 29,214,367,588,104 | 601558b65a7141cc0fcccdc52e1861b5e1c0ea41 | /reverse-number-sample/com/madhushika/reverse-number/ReverseNumber.java | e89db2623ccc9ae2b50d2b0f9d8f9a534258badf | [] | no_license | madhushika-madhubhani/Krish_SE_Training | https://github.com/madhushika-madhubhani/Krish_SE_Training | 1f7ad5930d5e13138e1aa6744a4c037a68a23c87 | 66d21b6e468bf5af4d9e518f8a35c1de6ae2c46e | refs/heads/main | 2023-03-29T08:21:29.086000 | 2021-04-07T15:47:07 | 2021-04-07T15:47:07 | 330,648,439 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.*;
public class ReverseNumber{
public static void main (String[]args){
Scanner sc = new Scanner(System.in);
System.out.println( "Enter a number ");
int number = sc.nextInt();
int reversedNumber=0;
while(number != 0){
int tempElement = n... | UTF-8 | Java | 526 | java | ReverseNumber.java | Java | [] | null | [] | import java.util.Scanner;
import java.util.*;
public class ReverseNumber{
public static void main (String[]args){
Scanner sc = new Scanner(System.in);
System.out.println( "Enter a number ");
int number = sc.nextInt();
int reversedNumber=0;
while(number != 0){
int tempElement = n... | 526 | 0.593156 | 0.577947 | 30 | 15.466666 | 17.553221 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.866667 | false | false | 8 |
be3773b1ca3a7c8696747ac771a03f3e1c35fc8d | 14,242,111,582,487 | da9f128ae912fd5958fdaf19a750c67e1ee7c1db | /src/edu/gonzaga/OneArmJoeBoard.java | 55bd2319cada65787e9ea2165ec36853d8ba2c25 | [] | no_license | cdeide/One-Arm-Joe-Dominoes | https://github.com/cdeide/One-Arm-Joe-Dominoes | 3c355c9b8779404688a76bcba15e083900e7dfc3 | 57a6d7dd53d4891c42acd4170e89830679161a6c | refs/heads/master | 2023-08-25T14:00:54.122000 | 2021-09-22T06:50:27 | 2021-09-22T06:50:27 | 414,058,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This program is a single player game of One-Arm Joe Dominoes against a computer player
* It is a multi-round game, lasting until one player reaches at least 20 points
* CPSC 312, Fall 2021
* PA2
* No sources to site
* @Connor Deide
* @Version v1.0.0 9/21/2020
*/
package edu.gonzaga;
import java.util.Arra... | UTF-8 | Java | 2,109 | java | OneArmJoeBoard.java | Java | [
{
"context": "C 312, Fall 2021\n * PA2\n * No sources to site\n * @Connor Deide\n * @Version v1.0.0 9/21/2020\n */\npackage edu.gonz",
"end": 243,
"score": 0.9972306489944458,
"start": 231,
"tag": "NAME",
"value": "Connor Deide"
}
] | null | [] | /**
* This program is a single player game of One-Arm Joe Dominoes against a computer player
* It is a multi-round game, lasting until one player reaches at least 20 points
* CPSC 312, Fall 2021
* PA2
* No sources to site
* @<NAME>
* @Version v1.0.0 9/21/2020
*/
package edu.gonzaga;
import java.util.ArrayList;... | 2,103 | 0.596017 | 0.585111 | 70 | 29.128571 | 27.988222 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385714 | false | false | 8 |
49074f41a4527788c8607f9f22a04f8e8142a4dc | 14,242,111,580,305 | 504a3571b4cfecec454b837eff6997b85293d29a | /db/src/main/java/com/nbm/core/modeldriven/anno/MysqlDateTime.java | 2654416205220f4a4ba16b37a1a5c92f28bd61d5 | [] | no_license | nonesuccess243/commons | https://github.com/nonesuccess243/commons | 050ea15c491bb066090eaa6c292ef0b60753b1a9 | 79567fa8cb5bbf4189bd42f2dac8f5163ef11845 | refs/heads/master | 2020-03-18T16:14:02.768000 | 2018-04-09T10:08:27 | 2018-04-09T10:08:27 | 134,954,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nbm.core.modeldriven.anno;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import com.nbm.core.modeldriven.enums.MySqlDateType;
/**
* 本意是用于区分mysql的date和time字段
*
* 但是不应该在名称中依赖mysql这一具体的数据库类型,因此废弃
*
* 暂无替代方案,后期会修改为更通用的形式
* @author 玉哲
*
*/
@Deprecated
@Retention... | UTF-8 | Java | 529 | java | MysqlDateTime.java | Java | [
{
"context": "的数据库类型,因此废弃\n * \n * 暂无替代方案,后期会修改为更通用的形式\n * @author 玉哲\n *\n */\n@Deprecated\n@Retention(RetentionPolicy.RUN",
"end": 290,
"score": 0.7008622288703918,
"start": 288,
"tag": "NAME",
"value": "玉哲"
}
] | null | [] | package com.nbm.core.modeldriven.anno;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import com.nbm.core.modeldriven.enums.MySqlDateType;
/**
* 本意是用于区分mysql的date和time字段
*
* 但是不应该在名称中依赖mysql这一具体的数据库类型,因此废弃
*
* 暂无替代方案,后期会修改为更通用的形式
* @author 玉哲
*
*/
@Deprecated
@Retention... | 529 | 0.779661 | 0.779661 | 22 | 17.772728 | 17.010509 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 8 |
9a4f84b967039a58d73872062dc0604662c34213 | 927,712,991,304 | eca50e294827f81ecfa871a5d6f78d24fd5961fe | /ydjh-system/src/main/java/com/tower/dao/TowerAuditAccountDao.java | 474909c723027b3b47420d1f1f54e9cddb2aab65 | [] | no_license | ydjh/222 | https://github.com/ydjh/222 | 78ec613e0184a99a294df0a9ced20e4057ca1665 | 5c5dc3e9057d35e07ea23f4680d709b69e13ba49 | refs/heads/master | 2018-02-07T22:50:14.990000 | 2017-07-04T07:23:03 | 2017-07-04T07:23:03 | 96,188,487 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tower.dao;
import com.summer.framework.dao.BaseDao;
import com.summer.framework.paging.Page;
import com.summer.framework.paging.Pageable;
import com.tower.entity.TowerAuditAccount;
import com.tower.request.TowerAuditAccountQueryReq;
/**
* Created by Administrator on 2017/4/5.
*/
public interface TowerAu... | UTF-8 | Java | 1,876 | java | TowerAuditAccountDao.java | Java | [
{
"context": "uest.TowerAuditAccountQueryReq;\n\n/**\n * Created by Administrator on 2017/4/5.\n */\npublic interface TowerAuditAccou",
"end": 278,
"score": 0.7092285752296448,
"start": 265,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.tower.dao;
import com.summer.framework.dao.BaseDao;
import com.summer.framework.paging.Page;
import com.summer.framework.paging.Pageable;
import com.tower.entity.TowerAuditAccount;
import com.tower.request.TowerAuditAccountQueryReq;
/**
* Created by Administrator on 2017/4/5.
*/
public interface TowerAu... | 1,876 | 0.653846 | 0.641403 | 71 | 23.901409 | 25.071253 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.450704 | false | false | 8 |
f0e5ddc471f79a03f9a288449ba19ac416493f73 | 26,534,307,969,652 | bea6ffc9bc351013b916b315cf5ab94445a5d093 | /src/_01_Searching_Algorithms/_00_LinearSearch.java | c216b7d06f8858d2556a7ddea6eac3d05d9c80a3 | [] | no_license | League-level3/_02_Intro_To_Algorithms | https://github.com/League-level3/_02_Intro_To_Algorithms | e3c902a971345f78e33ee2ecd714274d9ecfefd3 | 853eab59375d3040319c9de0bf7079d0bab45efe | refs/heads/master | 2018-10-14T18:01:14.822000 | 2018-09-23T19:08:09 | 2018-09-23T19:08:09 | 136,702,530 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _01_Searching_Algorithms;
public class _00_LinearSearch {
// When finding the location of a certain element in an array,
// there are many algorithms that can do so. The simplest is the
// linear search. This is best for short unsorted lists of data.
public static int linearSearch(String[] words, String v... | UTF-8 | Java | 556 | java | _00_LinearSearch.java | Java | [] | null | [] | package _01_Searching_Algorithms;
public class _00_LinearSearch {
// When finding the location of a certain element in an array,
// there are many algorithms that can do so. The simplest is the
// linear search. This is best for short unsorted lists of data.
public static int linearSearch(String[] words, String v... | 556 | 0.710432 | 0.697842 | 15 | 36.066666 | 25.885561 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 8 |
396240ff1210e482c949c26039be66f6af02b7d8 | 39,264,591,020,052 | 7269c8c706d354beb2bfbf0b86eea566771bc10e | /src/application/controller/services/SupplierService.java | a4ab0af2c5becc61a0f8d1ae8279eb3333977ba1 | [] | no_license | quannguyen1999/manage-disks | https://github.com/quannguyen1999/manage-disks | 697cd489cc03228be56aace4944803c461d7184c | 30ff0b8d94b6392505d1df037e0089bbc4f1f7d1 | refs/heads/master | 2023-05-26T01:41:02.842000 | 2021-06-08T02:54:12 | 2021-06-08T02:54:12 | 292,857,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.controller.services;
import java.util.List;
import application.entities.Supplier;
public interface SupplierService {
public boolean addSupplier(Supplier supplier);
public boolean removeSupplier(String id);
public Supplier updateSupplier(Supplier supplierUpdate,String id);
public Supplier f... | UTF-8 | Java | 390 | java | SupplierService.java | Java | [] | null | [] | package application.controller.services;
import java.util.List;
import application.entities.Supplier;
public interface SupplierService {
public boolean addSupplier(Supplier supplier);
public boolean removeSupplier(String id);
public Supplier updateSupplier(Supplier supplierUpdate,String id);
public Supplier f... | 390 | 0.815385 | 0.815385 | 17 | 21.941177 | 22.171711 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 8 |
6e56be32a7df7855a5a4cfa827f6fb65e73ea07d | 35,459,250,033,700 | 4cd4405af9a3aa943ade23d1b916e16efa8c1ce6 | /TablaDeMultiplicar.java | 0ca153f2e94adaa67a93e9414d0ff1fbe5421e81 | [] | no_license | i02lomom/ListadoBasico2 | https://github.com/i02lomom/ListadoBasico2 | ff835854e2eb0d27805baede1d9dafbe02032633 | 8b0d52a22e2102bb6e8c5608d0e6b7ecba24b010 | refs/heads/master | 2021-01-10T10:13:49.002000 | 2015-12-05T14:26:34 | 2015-12-05T14:26:34 | 46,822,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Define la clase TablaDeMultiplicar. Muestra la tabla de multiplicar. Para ello, solicita el
* factor al usuario. Sólo se admiten la tabla de multiplicar de los número 1, 2... 12
* (solicitud repetitiva)
*
* @author Miguel Angel López Moyano
* @version 1.0
*/
public class TablaDeMultiplicar{
public static... | UTF-8 | Java | 907 | java | TablaDeMultiplicar.java | Java | [
{
"context": ", 2... 12\n * (solicitud repetitiva)\n * \n * @author Miguel Angel López Moyano\n * @version 1.0\n */\npublic class TablaDeMultiplic",
"end": 252,
"score": 0.9998833537101746,
"start": 227,
"tag": "NAME",
"value": "Miguel Angel López Moyano"
}
] | null | [] | /**
* Define la clase TablaDeMultiplicar. Muestra la tabla de multiplicar. Para ello, solicita el
* factor al usuario. Sólo se admiten la tabla de multiplicar de los número 1, 2... 12
* (solicitud repetitiva)
*
* @author <NAME>
* @version 1.0
*/
public class TablaDeMultiplicar{
public static void main(String[]... | 887 | 0.643805 | 0.625 | 32 | 27.25 | 27.08205 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6875 | false | false | 8 |
c4dba012152cc19a5d60bec149ddbc216b818d21 | 15,101,105,072,858 | 9c17cd417c202dc7df087ee5259ed3d75755b672 | /src/main/java/com/frankie/playspringboot/controller/GreetingController.java | 829cd0d87fe6c2369b79b8106f37cd18ab49ed90 | [] | no_license | yycer/play-springboot | https://github.com/yycer/play-springboot | 71a7becb0d4a7f401bdd01f617063e28bad0ac2e | 146c0ac37092db2d9e0817fe5e1a67d209c6d93a | refs/heads/master | 2021-04-16T02:55:26.132000 | 2020-03-23T08:23:15 | 2020-03-23T08:23:15 | 249,321,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.frankie.playspringboot.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* @author: Yao Frankie
* @date: 2020/3/23 11:01
*/
@RestController
public class G... | UTF-8 | Java | 487 | java | GreetingController.java | Java | [
{
"context": "b.bind.annotation.RestController;\n\n/**\n * @author: Yao Frankie\n * @date: 2020/3/23 11:01\n */\n@RestController\npub",
"end": 259,
"score": 0.9998641014099121,
"start": 248,
"tag": "NAME",
"value": "Yao Frankie"
}
] | null | [] | package com.frankie.playspringboot.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* @author: <NAME>
* @date: 2020/3/23 11:01
*/
@RestController
public class Greeti... | 482 | 0.747433 | 0.724846 | 18 | 26.055555 | 24.423286 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 8 |
3d4dfa8af969e67b862cb5adb9b91dc24ca6191d | 34,196,529,658,452 | 4843242349180956e642eea1d02ca53933d201bd | /src/main/java/com/budgetingui/budgettool/model/RoleRequest.java | ea4cdcd55f58fef08ffdd59b713b0ae0399ac0ae | [] | no_license | TimBishop42/budget-tool | https://github.com/TimBishop42/budget-tool | 406e542ce3100066dd6f76a66ef8419076740d51 | 2b033c53110b60bb0126a1e39fdfbfb06fb5f7c6 | refs/heads/master | 2022-06-22T22:22:11.724000 | 2020-12-02T21:35:46 | 2020-12-02T21:35:46 | 216,127,626 | 0 | 0 | null | false | 2022-06-21T04:08:29 | 2019-10-19T00:31:38 | 2020-12-02T21:35:52 | 2022-06-21T04:08:29 | 1,062 | 0 | 0 | 1 | JavaScript | false | false | package com.budgetingui.budgettool.model;
import lombok.Data;
@Data
public class RoleRequest {
String requestedRole;
// String role;
Long userId;
}
| UTF-8 | Java | 161 | java | RoleRequest.java | Java | [] | null | [] | package com.budgetingui.budgettool.model;
import lombok.Data;
@Data
public class RoleRequest {
String requestedRole;
// String role;
Long userId;
}
| 161 | 0.726708 | 0.726708 | 10 | 15.1 | 12.918591 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
35129ebfc94c62c5eda768820f95e8cea214e00f | 34,196,529,658,313 | eec4ad439b7c23f41883471989407cddd53439fe | /Flickr/app/src/main/java/com/example/flickr/GetImageOnClickListener.java | b3279ab986fa0b2a3bcb1cb132c4aaaefe1a0cd7 | [] | no_license | cedmer/lab2 | https://github.com/cedmer/lab2 | bd7b1100528665688440452de185ad1b44348794 | d317baa3d9bd036e162c34b9cd6d2667b45627b9 | refs/heads/master | 2023-03-06T20:12:29.871000 | 2021-02-24T19:19:07 | 2021-02-24T19:19:07 | 341,488,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.flickr;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import java.util.concurrent.Executor;
public class GetImageOnClickListener implements View.OnClickListener {
@Override
public void onClick(View v) {
AsyncFlickrJSONData task = new AsyncFlickrJSOND... | UTF-8 | Java | 439 | java | GetImageOnClickListener.java | Java | [] | null | [] | package com.example.flickr;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import java.util.concurrent.Executor;
public class GetImageOnClickListener implements View.OnClickListener {
@Override
public void onClick(View v) {
AsyncFlickrJSONData task = new AsyncFlickrJSOND... | 439 | 0.756264 | 0.756264 | 16 | 26.4375 | 29.956152 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
2ea4d8d320e6d5453029cf2cf24f5ef2ee48fa0e | 38,001,870,661,128 | 66d2e2a36952b0e38aefe3c73f3a80a336dad2b9 | /MainActivity.java | 1aaab45a3b99b3fd81b4c798b5099f17f2d94959 | [] | no_license | indrapriyanka/Camera-Functionality-Android | https://github.com/indrapriyanka/Camera-Functionality-Android | 586ffacbce00e1ff8b574185a13b21424f3bac65 | 61e2f560d9fcfd71bb590626e7178d845df99e6b | refs/heads/master | 2021-01-23T04:19:12.292000 | 2017-03-25T19:09:29 | 2017-03-25T19:09:29 | 86,182,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cameratest;
import java.io.File;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.... | UTF-8 | Java | 1,896 | java | MainActivity.java | Java | [] | null | [] | package com.example.cameratest;
import java.io.File;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.... | 1,896 | 0.684072 | 0.68038 | 99 | 18.161615 | 19.141529 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.545455 | false | false | 8 |
5996970a40484178192dca0f70f007e6e4803bb2 | 34,170,759,862,325 | 1982637f9a6e7c2fad2f6041e87d39ea78778d42 | /src/test/java/com/github/dakusui/jcunit8/tests/components/regex/Printer.java | ca9fc541361736989e17decc22de6eb93c74a875 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | dakusui/jcunit | https://github.com/dakusui/jcunit | 20bcb29b61682bfc78b8abe5af785a11c54c7fce | 5e081ae71f7e1ab8326aed77612a97c983c9dc06 | refs/heads/0.10.x-develop | 2022-06-11T21:20:10.816000 | 2022-02-18T21:12:14 | 2022-02-18T21:12:14 | 12,417,142 | 74 | 10 | Apache-2.0 | false | 2022-02-18T21:19:05 | 2013-08-27T20:48:31 | 2022-02-18T14:58:25 | 2022-02-18T21:19:04 | 29,817 | 72 | 9 | 17 | Java | false | false | package com.github.dakusui.jcunit8.tests.components.regex;
import com.github.dakusui.jcunit.regex.Expr;
import java.io.PrintStream;
public class Printer implements Expr.Visitor {
private final PrintStream ps;
public Printer(PrintStream ps) {
this.ps = ps;
}
@Override
public void visit(Expr.Alt exp) {... | UTF-8 | Java | 971 | java | Printer.java | Java | [
{
"context": "package com.github.dakusui.jcunit8.tests.components.regex;\n\nimport com.githu",
"end": 26,
"score": 0.9981347918510437,
"start": 19,
"tag": "USERNAME",
"value": "dakusui"
},
{
"context": "cunit8.tests.components.regex;\n\nimport com.github.dakusui.jcunit.regex.Expr;\n\... | null | [] | package com.github.dakusui.jcunit8.tests.components.regex;
import com.github.dakusui.jcunit.regex.Expr;
import java.io.PrintStream;
public class Printer implements Expr.Visitor {
private final PrintStream ps;
public Printer(PrintStream ps) {
this.ps = ps;
}
@Override
public void visit(Expr.Alt exp) {... | 971 | 0.572606 | 0.571576 | 52 | 17.673077 | 14.838517 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 8 |
b8a9e3d31e69ade0f8162cbfa8aaaeef00d2057c | 34,170,759,864,130 | af4ca32d82cad9f01dd1962b262f9290b2a39b35 | /src/main/java/fr/klemek/genetics/salesman/Utils.java | 73295c5138c8a66b80cd904673ff431336c5a2ae | [] | no_license | Klemek/Genetics | https://github.com/Klemek/Genetics | cedef651405f755705aca47f3a0d45ee7556b59b | d91fc87b60e5d013b8fc1b9256d1954ab6359cc3 | refs/heads/master | 2023-07-07T00:59:25.013000 | 2019-12-13T12:19:31 | 2019-12-13T12:19:31 | 130,517,154 | 0 | 0 | null | false | 2020-04-15T01:33:41 | 2018-04-21T22:38:39 | 2019-12-13T12:19:34 | 2020-04-15T01:33:39 | 2,270 | 0 | 0 | 4 | Java | false | false | package fr.klemek.genetics.salesman;
import fr.klemek.genetics.ConfigFile;
import fr.klemek.genetics.Pair;
import java.util.HashMap;
final class Utils extends fr.klemek.genetics.Utils {
private static final ConfigFile config = new ConfigFile("salesman");
private static final boolean approximate = config.get... | UTF-8 | Java | 3,406 | java | Utils.java | Java | [
{
"context": " city1, byte city2) {\n Pair<Byte> key = new Pair<>(city1, city2);\n if (!distances.containsKey(key))\n ",
"end": 2218,
"score": 0.6606891751289368,
"start": 2197,
"tag": "KEY",
"value": "Pair<>(city1, city2);"
}
] | null | [] | package fr.klemek.genetics.salesman;
import fr.klemek.genetics.ConfigFile;
import fr.klemek.genetics.Pair;
import java.util.HashMap;
final class Utils extends fr.klemek.genetics.Utils {
private static final ConfigFile config = new ConfigFile("salesman");
private static final boolean approximate = config.get... | 3,406 | 0.615678 | 0.591309 | 93 | 35.623657 | 29.382137 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 8 |
a9934f914b2b0052134cfeee1697d1c783bc84d0 | 34,514,357,244,238 | 924e59b9e790c97b64c5a9e04766eaa28a4e04b9 | /spring-homwork-1/src/main/java/com/blog/springhomework1/domain/PostsService.java | dbe6dbe045834ba558ac88b57bdd90357d97c010 | [] | no_license | LyuboslavMitov/trip-planner | https://github.com/LyuboslavMitov/trip-planner | 1d505f50b396f7a8998e0aeedd64b61086c7fae8 | 9f6e329746790a09080f72684c2dd5a390572ff1 | refs/heads/master | 2020-08-30T10:24:46.722000 | 2020-02-12T13:01:34 | 2020-02-12T13:01:34 | 218,350,460 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blog.springhomework1.domain;
import com.blog.springhomework1.model.Post;
import java.util.List;
public interface PostsService {
List<Post> findAll();
Post findById(String postId);
Post add(Post post);
Post update(Post post);
Post remove(String postId);
}
| UTF-8 | Java | 290 | java | PostsService.java | Java | [] | null | [] | package com.blog.springhomework1.domain;
import com.blog.springhomework1.model.Post;
import java.util.List;
public interface PostsService {
List<Post> findAll();
Post findById(String postId);
Post add(Post post);
Post update(Post post);
Post remove(String postId);
}
| 290 | 0.727586 | 0.72069 | 13 | 21.307692 | 15.121989 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 8 |
c6596645da38ad2b4ca5a041ecf8a8178ae045c8 | 28,449,863,426,841 | 7cbffcb54cb7d9f3b3f5debd2b969ea68e2317cf | /src/IntroductionToJavaProgramming/chapter24_developingEfficientAlgorithm/ImprovedFibonacci.java | 8635196fac42a3468a42c0febe6d21643e29d66b | [] | no_license | ibrahimAlii/Introduction-To-Java-Programming | https://github.com/ibrahimAlii/Introduction-To-Java-Programming | dffe79ba3f39ccc993f2731437ed580548831991 | faa97269b6cc6884677c385a06b2585674e207d0 | refs/heads/master | 2018-10-29T10:46:50.897000 | 2018-10-29T04:36:53 | 2018-10-29T04:36:53 | 103,675,642 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package IntroductionToJavaProgramming.chapter24_developingEfficientAlgorithm;
public class ImprovedFibonacci {
public static void main(String[] args) {
System.out.println(fib(5));
}
public static long fib(long index) {
long f0 = 0; // For fib(0)
long f1 = 1; // For fib(1)
... | UTF-8 | Java | 651 | java | ImprovedFibonacci.java | Java | [] | null | [] | package IntroductionToJavaProgramming.chapter24_developingEfficientAlgorithm;
public class ImprovedFibonacci {
public static void main(String[] args) {
System.out.println(fib(5));
}
public static long fib(long index) {
long f0 = 0; // For fib(0)
long f1 = 1; // For fib(1)
... | 651 | 0.482335 | 0.44086 | 31 | 20 | 17.938965 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 8 |
1346aab0b049a3e3384d0c126b1850f2878189ff | 24,584,392,820,291 | a55d76b8f604bf0518bb81206f2fec6b7e4d094e | /src/main/java/pl/piotrgalkowski/mediaproject/models/Image.java | 78aca4bce88c036d63829ebaf194bdf2d0d0d930 | [] | no_license | PiotrGalkowski/mediaproject | https://github.com/PiotrGalkowski/mediaproject | 11f14f54d13e6e763b927ed37ee6baac64ce03b4 | ea8d23ed715528f2f248c76d12c3aaa836dae693 | refs/heads/master | 2020-04-16T08:56:57.833000 | 2019-01-17T12:13:31 | 2019-01-17T12:13:31 | 165,444,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.piotrgalkowski.mediaproject.models;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Image {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private Stri... | UTF-8 | Java | 884 | java | Image.java | Java | [
{
"context": "package pl.piotrgalkowski.mediaproject.models;\n\nimport javax.persis",
"end": 17,
"score": 0.6134073734283447,
"start": 14,
"tag": "USERNAME",
"value": "trg"
}
] | null | [] | package pl.piotrgalkowski.mediaproject.models;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Image {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private Stri... | 884 | 0.644796 | 0.644796 | 45 | 18.644444 | 16.366844 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377778 | false | false | 8 |
37a019e90e2c83f191d309797ccd95561af8a1c1 | 23,914,377,905,121 | 2f22281ecc18fa5930f0cd82efb549594c36f912 | /profile-impl/src/main/java/system/ticketing/profile/impl/AuditServiceImpl.java | 236680e06510c651a7ceab27d6c5f0c07ecf3bcd | [
"Apache-2.0"
] | permissive | mabuza/ticketing-system | https://github.com/mabuza/ticketing-system | 6dd55e314737817b63105ab239b0135a88b3ea62 | 744a10db2d5b1823c75a9ec48b0006fe7e840e69 | refs/heads/master | 2021-01-18T13:07:10.306000 | 2017-02-05T20:37:36 | 2017-02-05T20:37:36 | 80,726,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package system.ticketing.profile.impl;
import akka.NotUsed;
import com.google.inject.Inject;
import com.lightbend.lagom.javadsl.api.ServiceCall;
import org.hibernate.Session;
import org.hibernate.search.FullTextSession;
import org.hibernate.search.Search;
import org.hibernate.search.query.dsl.QueryBuilder;
import org.... | UTF-8 | Java | 21,637 | java | AuditServiceImpl.java | Java | [
{
"context": "pletableFuture.completedFuture;\n\n/**\n * Created by Ncube on 2/5/17.\n */\n@SuppressWarnings(\"ALL\")\npublic cl",
"end": 1239,
"score": 0.9993909001350403,
"start": 1234,
"tag": "USERNAME",
"value": "Ncube"
},
{
"context": "\");\n query.setParameter(\"... | null | [] | package system.ticketing.profile.impl;
import akka.NotUsed;
import com.google.inject.Inject;
import com.lightbend.lagom.javadsl.api.ServiceCall;
import org.hibernate.Session;
import org.hibernate.search.FullTextSession;
import org.hibernate.search.Search;
import org.hibernate.search.query.dsl.QueryBuilder;
import org.... | 21,637 | 0.572538 | 0.571105 | 503 | 42.015903 | 31.257408 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67992 | false | false | 8 |
6721c7863297245f71c115864fe674aa7cd546b4 | 12,489,764,964,345 | e30f4540ae4dc71218a4fdd4e2dda40d0ad264af | /src/main/java/com/makeitgoals/rentalstore/service/dto/RentalOrderDTO.java | 9e98f8767e9fab43b78740075ed3e765249638bc | [] | no_license | makeitgoals/rentalstore | https://github.com/makeitgoals/rentalstore | 716e9bf7df236b2fec4be78800852a5177511859 | 3d37f0a7747ddbd776643f10f013c2ae19d97420 | refs/heads/main | 2023-07-22T15:17:19.105000 | 2021-08-09T23:52:48 | 2021-08-09T23:52:48 | 388,381,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.makeitgoals.rentalstore.service.dto;
import com.makeitgoals.rentalstore.domain.enumeration.OrderStatus;
import java.io.Serializable;
import java.time.Instant;
import java.util.Objects;
import javax.validation.constraints.*;
/**
* A DTO for the {@link com.makeitgoals.rentalstore.domain.RentalOrder} entity... | UTF-8 | Java | 2,560 | java | RentalOrderDTO.java | Java | [] | null | [] | package com.makeitgoals.rentalstore.service.dto;
import com.makeitgoals.rentalstore.domain.enumeration.OrderStatus;
import java.io.Serializable;
import java.time.Instant;
import java.util.Objects;
import javax.validation.constraints.*;
/**
* A DTO for the {@link com.makeitgoals.rentalstore.domain.RentalOrder} entity... | 2,560 | 0.615625 | 0.615625 | 109 | 22.486238 | 20.938799 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.33945 | false | false | 8 |
fea6a2af60b67847adbab751606981a88e0ff38a | 30,348,238,960,423 | 4112f3fcbbe89449d5a390d1db487b97c8859f85 | /workmaster_v1/src/main/java/org/csu/workmaster_v1/Dao/MessageDao.java | 8dda0ea8bc25e74856a36447454c9169da008d62 | [] | no_license | shuxinpei/Do | https://github.com/shuxinpei/Do | 43a21a0604b887f2538ce756af1ebe8ff3ed61e4 | b6d886fedd29443d09ac5912bd9031694a9939b9 | refs/heads/master | 2020-03-22T01:38:33.008000 | 2018-11-13T04:36:36 | 2018-11-13T04:36:36 | 139,319,312 | 1 | 3 | null | false | 2018-09-14T03:03:38 | 2018-07-01T10:20:04 | 2018-09-14T03:00:09 | 2018-09-14T03:03:38 | 6,476 | 1 | 3 | 0 | Java | false | null |
package org.csu.workmaster_v1.Dao;
import org.csu.workmaster_v1.Entity.Message;
import java.util.List;
public interface MessageDao {
public void saveMessage(Message message);
public Message findMessageByMessageName(String MessageName);
public void updateMessage(Message message);
public void delete... | UTF-8 | Java | 535 | java | MessageDao.java | Java | [] | null | [] |
package org.csu.workmaster_v1.Dao;
import org.csu.workmaster_v1.Entity.Message;
import java.util.List;
public interface MessageDao {
public void saveMessage(Message message);
public Message findMessageByMessageName(String MessageName);
public void updateMessage(Message message);
public void delete... | 535 | 0.779439 | 0.775701 | 16 | 32.1875 | 24.505659 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 8 |
5e2a2763378d454bb20a95c8efb1730c8b36f8be | 30,185,030,166,033 | a234300556cc12053ebdb36981f75a118a0d1ead | /src/test/java/com/hugo/camel/tests/jpa/data/sample/MainApp.java | 6bd3a65485e961d6887e83fdacab980880b9beaf | [] | no_license | HugoGlz/apache-camel | https://github.com/HugoGlz/apache-camel | a41b3a3d451074cd10fdab3e0a0272ea22b271dc | da5923ebad137ebd591be3653baa5fb4994a3b55 | refs/heads/master | 2021-03-12T23:55:18.828000 | 2017-05-17T22:16:09 | 2017-05-17T22:16:09 | 91,467,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hugo.camel.tests.jpa.data.sample;
import org.apache.camel.CamelContext;
import org.apache.camel.impl.DefaultCamelContext;
public class MainApp {
public static void main(String... args) throws Exception {
try{
CamelContext context = new DefaultCamelContext();
context.addRoutes(new M... | UTF-8 | Java | 461 | java | MainApp.java | Java | [] | null | [] | package com.hugo.camel.tests.jpa.data.sample;
import org.apache.camel.CamelContext;
import org.apache.camel.impl.DefaultCamelContext;
public class MainApp {
public static void main(String... args) throws Exception {
try{
CamelContext context = new DefaultCamelContext();
context.addRoutes(new M... | 461 | 0.698482 | 0.687636 | 21 | 20.952381 | 19.332865 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 8 |
33e198b81d7830a04b5b67b0e0e04cc987ee713a | 12,489,764,958,707 | 5f984e26a624a57bf2598aa2418b2c66c1c6e50d | /src/test/java/edu/depaul/emailTests/PageParserTest.java | 06668cb25c7145e8e7a3cbe026c13768feab56e1 | [] | no_license | Tobi008/email-finder | https://github.com/Tobi008/email-finder | f3247560a751fb3c7bf42ecd15fff0e3fde8f18a | 7d1b2ae9177cafc97c2f202d6e323e2d2f7bebb3 | refs/heads/master | 2022-09-22T02:47:33.232000 | 2020-06-03T23:23:05 | 2020-06-03T23:23:05 | 267,147,228 | 0 | 0 | null | true | 2020-05-26T20:39:52 | 2020-05-26T20:39:51 | 2020-05-19T23:17:00 | 2020-05-18T03:45:52 | 19 | 0 | 0 | 0 | null | false | false | package edu.depaul.emailTests;
import edu.depaul.email.PageParser;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import java.util.Set;
import static org.junit.jupiter.api.Assertions.assertEquals;
class PageParserTest {
@Tes... | UTF-8 | Java | 2,072 | java | PageParserTest.java | Java | [] | null | [] | package edu.depaul.emailTests;
import edu.depaul.email.PageParser;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import java.util.Set;
import static org.junit.jupiter.api.Assertions.assertEquals;
class PageParserTest {
@Tes... | 2,072 | 0.624035 | 0.621622 | 55 | 36.69091 | 29.861422 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618182 | false | false | 8 |
9596937c6e9c23f75c75496c75b3afc9f64f4e95 | 5,179,730,624,370 | 71f49ae1fe78eee1b052fdb9a3fc80e320a6902d | /src/main/java/com/sample/inputoutput/EMazeIn.java | 4b68069fb54b1f3befc59c80d051929404ad81d8 | [] | no_license | srikanth-josyula/hackerearth-solutions | https://github.com/srikanth-josyula/hackerearth-solutions | 6859775bb4df627aa7f51e5697870ddc5328774f | 07b666550be357634949c6b2c5ecfb06bab130e4 | refs/heads/master | 2020-09-20T02:12:18.997000 | 2019-11-27T05:50:28 | 2019-11-27T05:50:28 | 224,354,240 | 0 | 0 | null | false | 2020-10-13T17:47:14 | 2019-11-27T05:48:21 | 2019-11-27T05:50:31 | 2020-10-13T17:47:13 | 49 | 0 | 0 | 1 | Java | false | false | package com.sample.inputoutput;
/**
*He is initially at (0, 0)
*String contains L, R, U, D denoting left, right, up and down. In each command he will traverse 1 unit distance in the respective direction.
*For example if he is at (2, 0) and the command is L he will go to (1, 0). R will (3,0)
*INPUT :: LLRDDR ... | UTF-8 | Java | 910 | java | EMazeIn.java | Java | [] | null | [] | package com.sample.inputoutput;
/**
*He is initially at (0, 0)
*String contains L, R, U, D denoting left, right, up and down. In each command he will traverse 1 unit distance in the respective direction.
*For example if he is at (2, 0) and the command is L he will go to (1, 0). R will (3,0)
*INPUT :: LLRDDR ... | 910 | 0.552747 | 0.532967 | 41 | 20.195122 | 25.269493 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.536585 | false | false | 8 |
d0527ed388fe196d58119b87c10137603a383ee0 | 20,959,440,424,644 | 8f429b875e831623a614fdfdb8840c158b67e96d | /src/main/java/payment/Payment.java | d7ff770b31c6f67b2e5c190c692aaf1ae8ee0568 | [] | no_license | andrwkoval/flower-shop | https://github.com/andrwkoval/flower-shop | c471694b1d4df608bf4198c9ba2da767e059ef09 | 2cf41adf7e429d1f49ea265f4cf9eaa8f4adf1f9 | refs/heads/master | 2020-04-06T20:42:47.530000 | 2018-12-04T03:47:20 | 2018-12-04T03:47:20 | 157,780,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package payment;
import carts.Cart;
public interface Payment {
boolean performPayment(Cart cart, double yourMoney);
}
| UTF-8 | Java | 124 | java | Payment.java | Java | [] | null | [] | package payment;
import carts.Cart;
public interface Payment {
boolean performPayment(Cart cart, double yourMoney);
}
| 124 | 0.766129 | 0.766129 | 7 | 16.714285 | 18.660227 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
7d12df8dd0d1234550a687f379811e0696b49999 | 9,354,438,772,957 | 02642c9f28e5b29560d6c5e15fac4241f6f93178 | /work/demo/src/com/day6/ObjectTest.java | 8d96980fed47b6e618071a4688e6a4484b535886 | [] | no_license | sangho210/JAVA_Practice | https://github.com/sangho210/JAVA_Practice | 8d892ee36f74da8aa03efa5ea136aca95c1f681e | 8967f52a2710ad859b9075e304c38f2e73334a26 | refs/heads/master | 2020-06-06T13:49:21.156000 | 2014-10-30T06:08:21 | 2014-10-30T06:08:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.day6;
import java.lang.Object;
import java.util.ArrayList;
import java.util.List;
public class ObjectTest {
public static void main(String[] args) {
class Foo {}
Class<?>[] ancestors = getAncestors(new Foo());
if(ancestors[0]==Foo.class)
System.out.println("1");
if(ancestors[1]==Objec... | UTF-8 | Java | 649 | java | ObjectTest.java | Java | [] | null | [] | package com.day6;
import java.lang.Object;
import java.util.ArrayList;
import java.util.List;
public class ObjectTest {
public static void main(String[] args) {
class Foo {}
Class<?>[] ancestors = getAncestors(new Foo());
if(ancestors[0]==Foo.class)
System.out.println("1");
if(ancestors[1]==Objec... | 649 | 0.659476 | 0.651772 | 30 | 20.633333 | 17.732237 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 8 |
518536e75b795eedd25beeebbf392265fc8f1bd6 | 31,920,197,003,369 | 0137ed6a1d26ecb465b66c179fdd4c84e0d4656c | /app/src/main/java/com/example/ecom/RecyclerAdapter.java | 376b498d5415f204b4a0b7e7506871d44391b7bd | [] | no_license | samidhassingh/Ecom | https://github.com/samidhassingh/Ecom | 8f849daeeb357742b34b869216f146a7ec43a3d5 | 2011452406d5b0fc9df6d52d515da89257da4e15 | refs/heads/master | 2022-09-02T03:34:26.577000 | 2020-05-28T21:23:14 | 2020-05-28T21:23:14 | 267,689,932 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ecom;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.Recycl... | UTF-8 | Java | 2,119 | java | RecyclerAdapter.java | Java | [] | null | [] | package com.example.ecom;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.Recycl... | 2,119 | 0.672959 | 0.672959 | 76 | 26.881578 | 23.48962 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 8 |
3a0096608f3da05d15e7d5f34bfc90e102d99771 | 31,095,563,224,117 | 31fa44cc01274d601e7a07330b479d84da5c997d | /src/com/leetcode/RestoreIpAddresses.java | dcae6e755edd6e6e2a1b446685abdb3c64252e4b | [] | no_license | achernish/HackerRank | https://github.com/achernish/HackerRank | f925f985a5d5b4764c73b280103656c4097d2201 | 817b0127e5bd9b2837e4d3eca7d68323cd4f8fd9 | refs/heads/master | 2020-02-29T16:32:33.822000 | 2020-02-14T02:50:42 | 2020-02-14T02:50:42 | 36,756,416 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* @author Anatoly Chernysh
*/
public class RestoreIpAddresses {
public static void main(String[] args) {
//System.out.println(restoreIpAddresses("25525511135"));
System.out.println(restoreIpAddresses("010010"));
}
... | UTF-8 | Java | 1,267 | java | RestoreIpAddresses.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author Anatoly Chernysh\n */\npublic class RestoreIpAddresses {\n\n public",
"end": 106,
"score": 0.9998542070388794,
"start": 90,
"tag": "NAME",
"value": "Anatoly Chernysh"
}
] | null | [] | package com.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* @author <NAME>
*/
public class RestoreIpAddresses {
public static void main(String[] args) {
//System.out.println(restoreIpAddresses("25525511135"));
System.out.println(restoreIpAddresses("010010"));
}
publi... | 1,257 | 0.528808 | 0.50592 | 44 | 27.795454 | 26.041557 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 8 |
81699802d976dd38259a6c86bc0352c28d9988dd | 14,516,989,474,428 | 3beb629b9432e7742f2ea90c6284d73ec08b3217 | /src/Regualr/ObjUsingMeth.java | 772bb6dbe1a23ca97f5ee63117c213d8c9f013ac | [] | no_license | vikranth-s/Vikranth_JavaFullStack | https://github.com/vikranth-s/Vikranth_JavaFullStack | e8d64725ff3d94c823d0cd4ecc4cbb5a3acd2959 | ed57c88acda249ff2c0cba3984d59f4371f45f24 | refs/heads/master | 2021-01-03T17:35:22.380000 | 2020-02-13T04:01:57 | 2020-02-13T04:01:57 | 240,171,861 | 0 | 0 | null | false | 2020-10-13T19:30:33 | 2020-02-13T03:52:17 | 2020-02-13T04:08:00 | 2020-10-13T19:30:32 | 19 | 0 | 0 | 1 | Java | false | false | package Regualr;
import java.util.*;
public class ObjUsingMeth {
int age;
int salary;
String name;
void takeValues(int a,int s,String n)
{
age=a;
salary=s;
name=n;
}
void displayValues()
{
System.out.println("age:"+age+"salary:"+salary+"name:"+name);
}
public static void main(String[] args) {
ObjUsi... | UTF-8 | Java | 507 | java | ObjUsingMeth.java | Java | [] | null | [] | package Regualr;
import java.util.*;
public class ObjUsingMeth {
int age;
int salary;
String name;
void takeValues(int a,int s,String n)
{
age=a;
salary=s;
name=n;
}
void displayValues()
{
System.out.println("age:"+age+"salary:"+salary+"name:"+name);
}
public static void main(String[] args) {
ObjUsi... | 507 | 0.680473 | 0.650888 | 26 | 18.5 | 15.814428 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 8 |
252c1f7751ffba37b500f2f74d598c17ad6e7bb5 | 11,209,864,656,265 | b9f7f2cb295ac1cea61dcb2a37c4edf3aeb9c522 | /src/main/java/com/ke/netty/NettyServer.java | de7d631801c280d8501763de78f6ef5ecc317aa9 | [] | no_license | IanCao/netty | https://github.com/IanCao/netty | 0db3cb19c05f6a1cb2dc942a087bd7704293c17f | 64fa67f8de45f0d600775ade8281327c9b1cb9e2 | refs/heads/master | 2020-04-08T02:05:51.631000 | 2018-11-24T09:46:43 | 2018-11-24T09:46:43 | 158,922,406 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ke.netty;
import com.ke.netty.data.packet.PacketCodeHandler;
import com.ke.netty.data.packet.PacketDecoder;
import com.ke.netty.data.packet.PacketEncoder;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.ni... | UTF-8 | Java | 4,541 | java | NettyServer.java | Java | [
{
"context": ".concurrent.GenericFutureListener;\n\n/**\n * @author caoyixiong\n * @Date: 2018/9/26\n * @Copyright (c) 2015, lianj",
"end": 634,
"score": 0.9995786547660828,
"start": 624,
"tag": "USERNAME",
"value": "caoyixiong"
}
] | null | [] | package com.ke.netty;
import com.ke.netty.data.packet.PacketCodeHandler;
import com.ke.netty.data.packet.PacketDecoder;
import com.ke.netty.data.packet.PacketEncoder;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.ni... | 4,541 | 0.672082 | 0.665584 | 73 | 49.602741 | 34.621532 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547945 | false | false | 8 |
c5b3f11a984d7cb99664bb3fe57ba0febba3a6c2 | 17,179,909,351 | c64ee4b7f142be35948325b326da73177fe8d942 | /Java_ch9b1/src/Wrap.java | 39dd8599ab3b1ea99b3c4b057ee5763fe31f9473 | [] | no_license | Kai-lash/JavaBasics | https://github.com/Kai-lash/JavaBasics | 540913bf0f23527835791fa4f3f74f369fd3afa7 | 5bab2b1e8c20e40f342b6a350593e73d065c0345 | refs/heads/master | 2021-01-17T06:07:12.640000 | 2016-09-13T03:57:09 | 2016-09-13T03:57:09 | 43,791,471 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Write a Java class that stores an integer item id, a string item name and a
float price. Store all these in a String member Variable, separated by a space
delimiter. Use an overloaded method to add these different types to the String member.
Provide a get method to retrieve the formatted string member and display ... | UTF-8 | Java | 1,861 | java | Wrap.java | Java | [
{
"context": "d calculate the average of the two.*/\n\n/** @author KAILASH JOSHI */\n\npublic class Wrap {\n\tint itemId = 101;\n\tStrin",
"end": 598,
"score": 0.9998026490211487,
"start": 585,
"tag": "NAME",
"value": "KAILASH JOSHI"
}
] | null | [] | /* Write a Java class that stores an integer item id, a string item name and a
float price. Store all these in a String member Variable, separated by a space
delimiter. Use an overloaded method to add these different types to the String member.
Provide a get method to retrieve the formatted string member and display ... | 1,854 | 0.700699 | 0.691564 | 65 | 27.63077 | 27.741426 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.369231 | false | false | 8 |
6713c53acdc7dcb9eb280b29ff7849b20b10f1be | 4,887,672,827,158 | 90e60c67b1a580abcdddfe1bb12a15150da620c8 | /connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java | 269d0a5d7c6ebfad088ed9867735535e8899e9c4 | [] | no_license | davarresc/nuxeo-manifold-connector | https://github.com/davarresc/nuxeo-manifold-connector | a09d172a9df24dcaf3b467153c5a0ea89efc37b3 | 79d73424138b609cdf9db13af46312203597659e | refs/heads/master | 2020-04-09T23:02:06.048000 | 2016-08-23T19:03:09 | 2016-08-23T19:03:09 | 60,832,493 | 1 | 0 | null | false | 2016-08-11T10:29:45 | 2016-06-10T07:58:28 | 2016-06-18T12:52:01 | 2016-08-11T10:29:45 | 53 | 0 | 0 | 0 | Java | null | null | package org.apache.manifoldcf.crawler.connectors.nuxeo;
import java.util.Locale;
import java.util.Map;
import org.apache.manifoldcf.core.interfaces.IHTTPOutput;
import org.apache.manifoldcf.core.interfaces.ManifoldCFException;
public class Messages extends org.apache.manifoldcf.ui.i18n.Messages {
public static fin... | UTF-8 | Java | 4,342 | java | Messages.java | Java | [] | null | [] | package org.apache.manifoldcf.crawler.connectors.nuxeo;
import java.util.Locale;
import java.util.Map;
import org.apache.manifoldcf.core.interfaces.IHTTPOutput;
import org.apache.manifoldcf.core.interfaces.ManifoldCFException;
public class Messages extends org.apache.manifoldcf.ui.i18n.Messages {
public static fin... | 4,342 | 0.793183 | 0.792722 | 105 | 40.352383 | 41.968464 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 8 |
c82ab66d68854015f904b54aee1fdab57d951553 | 14,345,190,828,685 | 7d7b02a1b446468f488665a98fcfc38bc7f7a24f | /src/main/java/com/spring/springidol/Stage.java | 17db848c6bd7b570b1d87d4a25c109f56e2732e8 | [] | no_license | Daisy--/spring-ioc-learning | https://github.com/Daisy--/spring-ioc-learning | f8a2d7b7aa60a932bcdde5cac7a7485bbc4d6df8 | ad171aa1a4606117bb0323f47ac727973b055f05 | refs/heads/master | 2020-11-26T19:39:38.505000 | 2013-07-09T06:40:26 | 2013-07-09T06:40:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.springidol;
/**
* Created with IntelliJ IDEA.
* User: twer
* Date: 7/6/13
* Time: 4:47 PM
* To change this template use File | Settings | File Templates.
*/
public class Stage {
public Stage() {
}
private static class StageSingletonHolder{
static Stage instance = new Stage(... | UTF-8 | Java | 423 | java | Stage.java | Java | [
{
"context": "idol;\n\n/**\n * Created with IntelliJ IDEA.\n * User: twer\n * Date: 7/6/13\n * Time: 4:47 PM\n * To change thi",
"end": 80,
"score": 0.9995566010475159,
"start": 76,
"tag": "USERNAME",
"value": "twer"
}
] | null | [] | package com.spring.springidol;
/**
* Created with IntelliJ IDEA.
* User: twer
* Date: 7/6/13
* Time: 4:47 PM
* To change this template use File | Settings | File Templates.
*/
public class Stage {
public Stage() {
}
private static class StageSingletonHolder{
static Stage instance = new Stage(... | 423 | 0.652482 | 0.635934 | 20 | 20.15 | 18.493986 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 8 |
cb81213980d27b98eb6d9a290e945546086e97ed | 16,870,631,594,203 | 1229a9399f86c76db6c772b8dac62f1bc9a350b8 | /erp/src/main/java/cn/tbl/dao/EmpMapper.java | c7148440ce44603132b57d7bb8198eb3a73645df | [] | no_license | wscsr1992/Erp | https://github.com/wscsr1992/Erp | e4bba923c3b2f18438064d962ed45344047247a4 | 9f58fd227fea21f75e467dd169f218403e15b935 | refs/heads/master | 2020-03-27T02:26:36.553000 | 2018-08-24T08:21:40 | 2018-08-24T08:21:40 | 145,790,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.tbl.dao;
import cn.tbl.pojo.Emp;
import java.util.List;
public interface EmpMapper {
Emp getLoginUser(Emp emp)throws Exception;
int upPwdUser(Emp emp)throws Exception;
List<Emp> getEmpList(Emp emp)throws Exception;
int getEmpCount(Emp emp)throws Exception;
Emp getAddOrModifyInfo(Emp em... | UTF-8 | Java | 560 | java | EmpMapper.java | Java | [] | null | [] | package cn.tbl.dao;
import cn.tbl.pojo.Emp;
import java.util.List;
public interface EmpMapper {
Emp getLoginUser(Emp emp)throws Exception;
int upPwdUser(Emp emp)throws Exception;
List<Emp> getEmpList(Emp emp)throws Exception;
int getEmpCount(Emp emp)throws Exception;
Emp getAddOrModifyInfo(Emp em... | 560 | 0.755357 | 0.755357 | 18 | 30.111111 | 18.531921 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 8 |
22411ef4f717320fc07e5d0426602ff4193f15b6 | 22,651,657,572,078 | 99aa42fafa8d430c3e349d3daa788aca4bddd410 | /ExternalDatabase/src/main/java/com/external/db/jpa/external/db/ExternalDataBaseApplication.java | 02f40abbc541d63e9bf19e40a56b45f84c249437 | [] | no_license | pankajnimgade/Spring_Boot | https://github.com/pankajnimgade/Spring_Boot | 74a162b8ca246a44967df732d2b2c770963b20dc | 8bbba68ea1fca12042f4c01cc60c0f0e452b675b | refs/heads/master | 2021-05-08T16:21:22.551000 | 2018-04-08T01:33:12 | 2018-04-08T01:33:12 | 120,152,716 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.external.db.jpa.external.db;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ExternalDataBaseApplication {
public static void main(String[] args) {
SpringApplication.run(ExternalDataBaseApplicat... | UTF-8 | Java | 343 | java | ExternalDataBaseApplication.java | Java | [] | null | [] | package com.external.db.jpa.external.db;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ExternalDataBaseApplication {
public static void main(String[] args) {
SpringApplication.run(ExternalDataBaseApplicat... | 343 | 0.830904 | 0.830904 | 12 | 27.583334 | 25.418034 | 68 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 8 |
7153c54b31243a6d6f825d6449d07673e9f70e13 | 33,105,607,976,437 | 8552a88282e646aef0bf274e837725242abe8b49 | /src/sample/Controller.java | 88bcaf5048ca685f866ffd02636437b77288ebc5 | [] | no_license | ltieshue/Simple-Timer | https://github.com/ltieshue/Simple-Timer | 4319727dcaa6bdc90cf79f3e9b11ee7f3e5b77e5 | d38e039e58eafc03cbcab73afeb159a065243afd | refs/heads/master | 2021-05-04T22:26:47.801000 | 2018-02-02T22:06:38 | 2018-02-02T22:06:38 | 120,036,563 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.text.Text;
import javafx.scene.control.TextField;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.Timer;
import java.util.TimerTask;... | UTF-8 | Java | 836 | java | Controller.java | Java | [] | null | [] | package sample;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.text.Text;
import javafx.scene.control.TextField;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.Timer;
import java.util.TimerTask;... | 836 | 0.675837 | 0.665072 | 41 | 19.292683 | 17.784954 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 8 |
51008d22dcd68446792254e8dba68b00dab94019 | 32,667,521,296,915 | dfb29e9c9954267e3bb2bdffe5a20e0ac66c08ca | /platforms/native/EISEntieProjectEntieMobileBankAndroid/src/main/java/com/eis/plugin/ImageTool.java | f72f7cec74eb5299234f7df34c00b3ff54d3addf | [] | no_license | SamuelShing/Mission | https://github.com/SamuelShing/Mission | 473682fcbfcd778d6a65ce2661300c1041a5fe3d | d6fccd49869086bb56d131d2b64320cabb695d58 | refs/heads/master | 2016-08-12T13:19:12.199000 | 2016-03-14T08:53:30 | 2016-03-14T08:53:30 | 50,493,915 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eis.plugin;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.net.URISyntaxException;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaInterface;
import org.json.JSONArray;
... | UTF-8 | Java | 15,097 | java | ImageTool.java | Java | [] | null | [] | package com.eis.plugin;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.net.URISyntaxException;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaInterface;
import org.json.JSONArray;
... | 15,097 | 0.5464 | 0.542094 | 412 | 34.643204 | 29.870293 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791262 | false | false | 8 |
17ef60abc92f8c2e8a0bfd60181538c7c2e319c4 | 13,322,988,618,609 | 01f467fca3e428e87b3a88a6a99bedc3ea01f992 | /microservice/user.center/user.service/src/test/java/com/cm/zhuoyue/user/GeneratorCode.java | bf4e3f6e5c3e9454cf561c5f58100bb6768ee3d2 | [] | no_license | chenmeng1997/zhuoyue | https://github.com/chenmeng1997/zhuoyue | 2023e4814e444f362db46138fae10dd8d1423def | d75194f3516282478bd74cf12652538b0545eb33 | refs/heads/master | 2023-06-14T23:26:39.667000 | 2021-06-29T15:47:48 | 2021-06-29T15:47:48 | 375,390,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cm.zhuoyue.user;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.generator.AutoGenerator;
import com.baomidou.mybatisplus.generator.config.DataSourceConfig;
import com.baomidou.mybatisplus.generator.config.GlobalConfig... | UTF-8 | Java | 5,617 | java | GeneratorCode.java | Java | [
{
"context": "ArrayList;\nimport java.util.List;\n\n/**\n * @author 陈萌\n * @date 2021/6/9 0:18\n * 自动生成mybatisplus的相关代码\n *",
"end": 720,
"score": 0.999504566192627,
"start": 718,
"tag": "NAME",
"value": "陈萌"
},
{
"context": "\\src\\\\main\\\\java\");//文件输出位置\n gc.setAuthor(\"... | null | [] | package com.cm.zhuoyue.user;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.generator.AutoGenerator;
import com.baomidou.mybatisplus.generator.config.DataSourceConfig;
import com.baomidou.mybatisplus.generator.config.GlobalConfig... | 5,623 | 0.67068 | 0.666667 | 119 | 40.873951 | 25.934811 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731092 | false | false | 8 |
ccd3aea62006db374ab2a69cdaaf017f169af0bd | 4,982,162,119,144 | d56abf332c4090e0fc7df60cb0bf6f1a7a40db66 | /Spring-Boot-Microservices-live-classes/session16/account-service/src/main/java/com/itgarden/controller/CustomerController.java | b29303a72d63ecba85bb564034f57b2aca9417cf | [] | no_license | Sovanpich/itgarden | https://github.com/Sovanpich/itgarden | 9d837587c9c08d65cdadd8126ea7e5c6d9fcfa0e | a20d3941949fd535b7b24403b329d2a8aa83df82 | refs/heads/master | 2023-09-01T16:40:47.117000 | 2021-11-08T13:36:07 | 2021-11-08T13:36:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itgarden.controller;
import com.itgarden.entity.Customer;
import com.itgarden.service.CustomerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.http.Respon... | UTF-8 | Java | 1,429 | java | CustomerController.java | Java | [] | null | [] | package com.itgarden.controller;
import com.itgarden.entity.Customer;
import com.itgarden.service.CustomerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.http.Respon... | 1,429 | 0.763471 | 0.756473 | 39 | 35.641026 | 29.725658 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 8 |
3135577838a0f16db9897e686d0be4e58d5b1ddc | 506,806,199,957 | 46d698f083efe557f3e9ce17adb5054d865dcb45 | /src/LeetCode/Next_Greater_Element_II/Solution2.java | 6c3aca7bd989f68d757868470185b6a16655cc3a | [] | no_license | narutojian/Practice-Of-Algorithm | https://github.com/narutojian/Practice-Of-Algorithm | 0eea436653314a170c54b0f84dbe47a737a7dfd3 | 498a7d44145facc03e2804b33efea8870dea22ef | refs/heads/master | 2021-07-25T17:20:21.318000 | 2021-06-25T09:45:20 | 2021-06-25T09:45:20 | 179,446,015 | 0 | 1 | null | false | 2020-06-09T09:02:08 | 2019-04-04T07:35:02 | 2020-03-04T09:30:08 | 2020-06-09T09:02:07 | 123 | 0 | 1 | 0 | Java | false | false | package LeetCode.Next_Greater_Element_II;
import java.util.Arrays;
import java.util.Deque;
import java.util.LinkedList;
public class Solution2 {
/**
* 单调栈 循环数组
* @param nums
* @return
*/
public int[] nextGreaterElements(int[] nums) {
int n = nums.length;
int[] res = new in... | UTF-8 | Java | 667 | java | Solution2.java | Java | [] | null | [] | package LeetCode.Next_Greater_Element_II;
import java.util.Arrays;
import java.util.Deque;
import java.util.LinkedList;
public class Solution2 {
/**
* 单调栈 循环数组
* @param nums
* @return
*/
public int[] nextGreaterElements(int[] nums) {
int n = nums.length;
int[] res = new in... | 667 | 0.508423 | 0.500766 | 28 | 22.321428 | 18.148304 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
15ee8c62571c18f4ea6ebc18da48e3cbdecafc88 | 23,398,981,829,345 | 74dac0e3fa4f43d556fa6330850152b69b556df7 | /src/main/java/shift/mceconomy2/api/shop/ProductEvent.java | 828fcfa728162fd4e40a2f41b5b501c53d32fa08 | [] | no_license | shift02/MCEconomy2 | https://github.com/shift02/MCEconomy2 | 8a49ad91c62a466cdd17df9a7efad66770352e19 | c3f131c68d608dd90414fa0d4997d39139446cf1 | refs/heads/master | 2021-01-21T04:27:47.661000 | 2016-03-29T07:52:09 | 2016-03-29T07:52:09 | 41,845,917 | 1 | 4 | null | false | 2016-03-31T04:57:23 | 2015-09-03T06:46:38 | 2016-02-24T07:04:22 | 2016-03-31T04:57:22 | 140 | 1 | 3 | 1 | Java | null | null | package shift.mceconomy2.api.shop;
import java.util.ArrayList;
import cpw.mods.fml.common.eventhandler.Event;
import net.minecraft.entity.player.EntityPlayer;
/**
* ショップの商品を動的に操作するEvent <br>
* ショップのGUIが表示されるタイミングで呼ばれる。
* @version 1.0.0
* @author Shift02
*/
@Deprecated
public class ProductEvent extends Event {
... | UTF-8 | Java | 916 | java | ProductEvent.java | Java | [
{
"context": "のGUIが表示されるタイミングで呼ばれる。\n * @version 1.0.0\n * @author Shift02\n */\n@Deprecated\npublic class ProductEvent extends",
"end": 260,
"score": 0.9995614886283875,
"start": 253,
"tag": "USERNAME",
"value": "Shift02"
}
] | null | [] | package shift.mceconomy2.api.shop;
import java.util.ArrayList;
import cpw.mods.fml.common.eventhandler.Event;
import net.minecraft.entity.player.EntityPlayer;
/**
* ショップの商品を動的に操作するEvent <br>
* ショップのGUIが表示されるタイミングで呼ばれる。
* @version 1.0.0
* @author Shift02
*/
@Deprecated
public class ProductEvent extends Event {
... | 916 | 0.706468 | 0.699005 | 36 | 21.333334 | 21.35936 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
2e9f8f119fc41976a3e447b31ec70979eaa1e6e8 | 23,398,981,829,738 | a1b18280bb0593260e8e6c8a30cffb72f55becf0 | /PersonaSpringJPA/src/it/prova/service/PersonaService.java | aa53683d82d979b0612aeb8d24d824dd11da50e9 | [] | no_license | alemoretto/ws_eclipse | https://github.com/alemoretto/ws_eclipse | 73471ab3421b603b69618a829efd2b85bff4e74b | cb3341f8030a2be4380f5ba09839cb473688e72e | refs/heads/master | 2020-05-26T02:23:23.594000 | 2019-06-19T08:59:33 | 2019-06-19T08:59:33 | 188,073,269 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.prova.service;
import java.util.List;
import it.prova.model.Persona;
public interface PersonaService {
public List<Persona> listaCompleta();
public void inserisciPersona(Persona p);
public void aggiornaPersona(Persona p);
public void rimuoviPersona(Persona p);
public List<Persona> cercaPersonaByExa... | UTF-8 | Java | 405 | java | PersonaService.java | Java | [] | null | [] | package it.prova.service;
import java.util.List;
import it.prova.model.Persona;
public interface PersonaService {
public List<Persona> listaCompleta();
public void inserisciPersona(Persona p);
public void aggiornaPersona(Persona p);
public void rimuoviPersona(Persona p);
public List<Persona> cercaPersonaByExa... | 405 | 0.802469 | 0.802469 | 16 | 24.3125 | 20.876778 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
3153510d17398b69fa99f9baef0cf04f5cd850ca | 20,203,526,212,174 | a5b2c77b49edad5da47de7b42a80759ff9a7d561 | /arrayExercise/src/com/company/Number3.java | 49039463667f41112d51cea6aab637c4c1e70564 | [] | no_license | clarissaaaa/Semester_2 | https://github.com/clarissaaaa/Semester_2 | 28a6c77203dda4386d0fb1fdc5f5840cf8dbaada | 9cf1503e0c269382fbe1e4eccfc0ae7375c190a5 | refs/heads/master | 2021-02-14T03:58:25.074000 | 2020-06-02T22:37:57 | 2020-06-02T22:37:57 | 244,765,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
public class Number3 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] x = new int [20];
int pos = 0;
int neg = 0;
int odd = 0;
int even = 0;
int zero = 0;
... | UTF-8 | Java | 1,020 | java | Number3.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
public class Number3 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] x = new int [20];
int pos = 0;
int neg = 0;
int odd = 0;
int even = 0;
int zero = 0;
... | 1,020 | 0.40098 | 0.386275 | 37 | 25.567568 | 15.260868 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621622 | false | false | 8 |
061345911a894a4958e6d9581eec6d1b19bda57c | 27,986,006,909,323 | 1c74d2893731f601f8cdf69d354f955afde767f8 | /app/src/main/java/com/something/henry/timemanager/DBHelper.java | 9f714f6d484968724b9f292a75606d918853da6c | [] | no_license | HenryLiu1118/TimeManager | https://github.com/HenryLiu1118/TimeManager | 773c91a62bda2c7e916c6ab70efe5a6c8fb34dc1 | d6fb7d9486eb5db44ae1d130b6d2992e5642a4c1 | refs/heads/master | 2020-03-23T11:50:25.457000 | 2018-07-19T04:08:57 | 2018-07-19T04:08:57 | 141,522,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.something.henry.timemanager;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Co... | UTF-8 | Java | 12,828 | java | DBHelper.java | Java | [] | null | [] | package com.something.henry.timemanager;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Co... | 12,828 | 0.595182 | 0.594949 | 291 | 43.082474 | 33.361603 | 220 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797251 | false | false | 8 |
76d2a3af57fbdcda961b9bfd4a998a8bc1ba520f | 3,899,830,319,637 | a081c4c69a96d9a423218a6f0bf566b6957b0af2 | /src/com/simpleprogrammer/DefaultIntegrator.java | 974ad54267d6e572af4856fa91d6cc9102604b9a | [] | no_license | aigle0/Hibernate-SimpleProgrammer | https://github.com/aigle0/Hibernate-SimpleProgrammer | dbc041b9be272193708a5d0e88673d7ad7e2d6ab | de4250a938ac7ac5aabd29c4d79202e7b6911dc1 | refs/heads/master | 2021-01-16T17:52:48.140000 | 2017-08-15T11:25:00 | 2017-08-15T11:25:00 | 100,018,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simpleprogrammer;
import org.hibernate.cfg.Configuration;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.event.service.spi.EventListenerRegistry;
import org.hibernate.event.spi.EventType;
import org.hibernate.integrator.spi.Integrator;
import org.hibernate.metamodel.... | UTF-8 | Java | 1,134 | java | DefaultIntegrator.java | Java | [] | null | [] | package com.simpleprogrammer;
import org.hibernate.cfg.Configuration;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.event.service.spi.EventListenerRegistry;
import org.hibernate.event.spi.EventType;
import org.hibernate.integrator.spi.Integrator;
import org.hibernate.metamodel.... | 1,134 | 0.791005 | 0.784832 | 37 | 28.648649 | 26.789688 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.432432 | false | false | 8 |
931107d157ccc5525bf0953d46cd6cc4d05e3231 | 3,281,355,052,611 | c11f9db6ccffe2197c4ab7d653f548c0a2a3dce0 | /src/Client.java | 6840c6b7e6e27e975c97f21022a11f0ae67101e0 | [] | no_license | oreflow/sokoban | https://github.com/oreflow/sokoban | 917a69254ccb3fa3b28c2c5968e194e5b1d450e5 | e087b2f9adbe9d43f9aa0f80572ad80502d1ce13 | refs/heads/master | 2021-01-19T08:45:56.211000 | 2012-10-11T00:12:09 | 2012-10-11T00:12:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.ArrayList;
/**
* Class that runs the solver against the server
*
* @author Brute Force. Created Oct 2, 2012.
*/
public class Client {
/**
*
* @param host
* @... | UTF-8 | Java | 1,761 | java | Client.java | Java | [
{
"context": "uns the solver against the server\r\n * \r\n * @author Brute Force. Created Oct 2, 2012.\r\n */\r\npublic class Client {",
"end": 234,
"score": 0.9914951920509338,
"start": 223,
"tag": "NAME",
"value": "Brute Force"
}
] | null | [] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.ArrayList;
/**
* Class that runs the solver against the server
*
* @author <NAME>. Created Oct 2, 2012.
*/
public class Client {
/**
*
* @param host
* @param... | 1,756 | 0.631459 | 0.623509 | 74 | 21.797297 | 21.706881 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.067568 | false | false | 8 |
f44e371970ed53a73aed75b06db8945f758993b3 | 16,535,624,126,760 | cdb602096f6442eadc5d57ed4207869d328263be | /src/main/java/uk/co/bjdavies/app/config/DiscordConfig.java | 813301267aff862f63bba389833b670c0e81284f | [] | no_license | BenDaviesGFX/BabbleBot-Server | https://github.com/BenDaviesGFX/BabbleBot-Server | 849bdba89989bf2ec82ce908cf17da0587472903 | 663bd173fe44c27fd7c7446c9caeadec9e33c724 | refs/heads/master | 2021-05-08T19:41:21.453000 | 2020-02-16T20:35:55 | 2020-02-16T20:35:55 | 119,578,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.bjdavies.app.config;
/**
* BabbleBot, open-source Discord Bot
* Licence: GPL V3
* Author: Ben Davies
* Class Name: DiscordConfig.java
* Compiled Class Name: DiscordConfig.class
* Date Created: 31/01/2018
*/
public class DiscordConfig
{
/**
* This is used to connect to the discord api wit... | UTF-8 | Java | 839 | java | DiscordConfig.java | Java | [
{
"context": "n-source Discord Bot\n * Licence: GPL V3\n * Author: Ben Davies\n * Class Name: DiscordConfig.java\n * Compiled Cla",
"end": 118,
"score": 0.9998449683189392,
"start": 108,
"tag": "NAME",
"value": "Ben Davies"
}
] | null | [] | package uk.co.bjdavies.app.config;
/**
* BabbleBot, open-source Discord Bot
* Licence: GPL V3
* Author: <NAME>
* Class Name: DiscordConfig.java
* Compiled Class Name: DiscordConfig.class
* Date Created: 31/01/2018
*/
public class DiscordConfig
{
/**
* This is used to connect to the discord api with yo... | 835 | 0.607867 | 0.597139 | 45 | 17.644444 | 19.733959 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.133333 | false | false | 8 |
a4cff73e29af92c8c93c6343d4c8dbc1b4b296f7 | 31,662,498,932,923 | a516ad60eabd99d3734a8c2713c120d7d8536e37 | /app/src/main/java/com/maksimovamaris/chess/repository/GamesRepositoryImpl.java | 9e1fa83292b4237a1120d3b7e8d7728b3d9fba75 | [] | no_license | maksimovamaris/MyChess | https://github.com/maksimovamaris/MyChess | 70a8d659533cc1bc19bb1169a99bb35b8639d81c | 71df9942738b6d8857886028dbab55cb87db8cd1 | refs/heads/master | 2021-07-26T22:45:42.464000 | 2020-12-28T21:54:01 | 2020-12-28T21:54:01 | 234,938,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maksimovamaris.chess.repository;
import androidx.annotation.WorkerThread;
import androidx.lifecycle.LiveData;
import com.maksimovamaris.chess.data.DateConverter;
import com.maksimovamaris.chess.data.GameData;
import com.maksimovamaris.chess.data.GamesDataBase;
import com.maksimovamaris.chess.data.MoveData... | UTF-8 | Java | 2,872 | java | GamesRepositoryImpl.java | Java | [] | null | [] | package com.maksimovamaris.chess.repository;
import androidx.annotation.WorkerThread;
import androidx.lifecycle.LiveData;
import com.maksimovamaris.chess.data.DateConverter;
import com.maksimovamaris.chess.data.GameData;
import com.maksimovamaris.chess.data.GamesDataBase;
import com.maksimovamaris.chess.data.MoveData... | 2,872 | 0.695682 | 0.690808 | 92 | 30.217392 | 24.729328 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 8 |
f8ccad682f6470a74a8631f5b7d4caab640bfcdb | 25,254,407,728,741 | 79c5aeda7932796c38c36c40c68a2e2acd455195 | /src/test/java/dk/cs/aau/sw705e15/httpserver/test/HttpServerListenerTest.java | ef8390e1d5a8728475f16732fba81bedb3412efe | [] | no_license | Vandborg/iot-smartgrid | https://github.com/Vandborg/iot-smartgrid | 75738c3ded9e61aa174ef13b418e686e1eb55c91 | 76d7e8b28ce1f30d84869964631378d7d5ff784f | refs/heads/master | 2020-06-08T11:29:04.878000 | 2016-01-25T12:09:26 | 2016-01-25T12:09:26 | 41,850,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dk.cs.aau.sw705e15.httpserver.test;
import dk.cs.aau.sw705e15.httpserver.HttpServerListener;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.io.IOException;
/**
* Created by rexignis on 10/14/15... | UTF-8 | Java | 892 | java | HttpServerListenerTest.java | Java | [
{
"context": "t;\n\nimport java.io.IOException;\n\n/**\n * Created by rexignis on 10/14/15.\n */\npublic class HttpServerListenerT",
"end": 308,
"score": 0.9996428489685059,
"start": 300,
"tag": "USERNAME",
"value": "rexignis"
}
] | null | [] | package dk.cs.aau.sw705e15.httpserver.test;
import dk.cs.aau.sw705e15.httpserver.HttpServerListener;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.io.IOException;
/**
* Created by rexignis on 10/14/15... | 892 | 0.697309 | 0.661435 | 39 | 21.871796 | 21.799999 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 8 |
91bc9a3a163de92eb6bdb557c26ac1c2e4177e5c | 29,102,698,428,771 | e91a96931cada8d0132cc4cd209c177e6909ee0e | /src/com/practice/java/MethodOverride.java | 964cef834e7547154c859918d52c3deba15c90ae | [] | no_license | rsubu94/JavaPracticeCode | https://github.com/rsubu94/JavaPracticeCode | d173c808cdd5d756ba81575788078b1f1fb38368 | 757a8485002d11e75ec9767cf7eb31dfe25bbf64 | refs/heads/master | 2021-12-12T13:38:30.237000 | 2019-11-27T14:31:34 | 2019-11-27T14:39:00 | 160,674,854 | 0 | 0 | null | false | 2021-12-09T21:16:03 | 2018-12-06T12:56:20 | 2019-11-27T14:40:21 | 2021-12-09T21:16:02 | 18,050 | 0 | 0 | 6 | Java | false | false | package com.practice.java;
class MethodOverride {
public void display() {
System.out.println("Method created in Methodoverride display");
}
public void display1() {
System.out.println("Method created in Methodoverride display 1");
}
public void dis5() {
System.out.println("ds5");
}
}
class A extends Met... | UTF-8 | Java | 1,330 | java | MethodOverride.java | Java | [] | null | [] | package com.practice.java;
class MethodOverride {
public void display() {
System.out.println("Method created in Methodoverride display");
}
public void display1() {
System.out.println("Method created in Methodoverride display 1");
}
public void dis5() {
System.out.println("ds5");
}
}
class A extends Met... | 1,330 | 0.595489 | 0.583459 | 70 | 18.014286 | 20.528372 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 8 |
778df121b3cf171c2a323e357fd96c2aec546ef0 | 21,440,476,772,245 | 6153a6b0a05961e8b77e6f3f1f20f32c8bed8fe0 | /src/com/jagex/InvType.java | 1ea8791e1d026eaf1aa0d3d3ae6ef5dd576bb975 | [] | no_license | Rhiel/opengl498 | https://github.com/Rhiel/opengl498 | 844ade529ab227e4ed5b7f49ecc78776af202135 | beee8e71589f4696c8caacbfe960815f37b066da | refs/heads/master | 2020-04-06T20:46:25.205000 | 2018-11-15T22:54:31 | 2018-11-15T22:54:31 | 157,782,719 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jagex;
/* InvType - Decompiled by JODE
* Visit http://jode.sourceforge.net/
*/
public class InvType extends Queuable
{
static RSString aClass16_4186;
static RSString aClass16_4187;
static MemoryCache invTypeMap = new MemoryCache(64);
static Js5 invTypeContainer;
public int size = 0;
public static R... | UTF-8 | Java | 2,279 | java | InvType.java | Java | [] | null | [] | package com.jagex;
/* InvType - Decompiled by JODE
* Visit http://jode.sourceforge.net/
*/
public class InvType extends Queuable
{
static RSString aClass16_4186;
static RSString aClass16_4187;
static MemoryCache invTypeMap = new MemoryCache(64);
static Js5 invTypeContainer;
public int size = 0;
public static R... | 2,279 | 0.666959 | 0.577885 | 81 | 27.135803 | 26.822117 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.876543 | false | false | 8 |
ad8d3bf3c0d2bb9e49d68b66140d0fb7f00f8720 | 38,826,504,397,204 | 6308a9f7fa46df68c01902d65121dce16a47c077 | /app/src/main/java/com/demo/sticker/StickersDataFactory.java | e12c491bf45a399d3c02a6b33759ddcf22f8b647 | [
"Apache-2.0"
] | permissive | vsay01/GboardCustomSticker | https://github.com/vsay01/GboardCustomSticker | d4def8910d9391334a2f18ec40746c6096d8bd63 | 87efe66a100c5616dd4af33b6bf3354f6aead1b9 | refs/heads/master | 2021-05-16T12:31:21.546000 | 2018-04-10T16:10:15 | 2018-04-10T16:10:15 | 105,298,830 | 35 | 18 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.sticker;
import java.util.ArrayList;
import java.util.List;
public class StickersDataFactory {
public static List<Sticker> getAllStickerReference() {
String[] stickerURLRef = {
"https://firebasestorage.googleapis.com/v0/b/sticker-5cc08.appspot.com/o/sticker.png?alt=media&... | UTF-8 | Java | 1,931 | java | StickersDataFactory.java | Java | [
{
"context": "r-5cc08.appspot.com/o/sticker.png?alt=media&token=81f7a091-c367-4c19-b59c-3573a3129784\",\n\n \"https://firebasestorage.googl",
"end": 362,
"score": 0.7656829357147217,
"start": 326,
"tag": "KEY",
"value": "81f7a091-c367-4c19-b59c-3573a3129784"
},
{
"cont... | null | [] | package com.demo.sticker;
import java.util.ArrayList;
import java.util.List;
public class StickersDataFactory {
public static List<Sticker> getAllStickerReference() {
String[] stickerURLRef = {
"https://firebasestorage.googleapis.com/v0/b/sticker-5cc08.appspot.com/o/sticker.png?alt=media&... | 1,704 | 0.709995 | 0.57276 | 34 | 55.823528 | 67.588493 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
79cbed99c0f99fb903787e8ada7a47eeb881d912 | 38,130,719,659,612 | 113adec0b92fb1e2a92c977d63d076eb2388c417 | /Discount.java | e9af179a83cbfc420af8e6e4b2f51ad1669e45a4 | [] | no_license | MarceloMariduena/Discount-Java | https://github.com/MarceloMariduena/Discount-Java | 1f5c30d30f7630c1d7528a09c3e0c6af4cfc185c | e3048fe7c92be836700393b8c0dc4fbb47bc9de2 | refs/heads/master | 2020-04-09T04:01:49.391000 | 2018-12-02T02:49:06 | 2018-12-02T02:49:06 | 160,007,474 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
@author: Marcelo Mariduena
*/
import java.util.Scanner;
class Discount {
public static void main(String[] args) {
// Declaring variables
Scanner input = new Scanner(System.in);
double originalPrice;
double discountPrice;
double age;
// Inform the user of the program
... | UTF-8 | Java | 1,801 | java | Discount.java | Java | [
{
"context": "/* \r\n@author: Marcelo Mariduena\r\n*/\r\n\r\nimport java.util.Scanner;\r\n\r\nclass Discoun",
"end": 31,
"score": 0.9998898506164551,
"start": 14,
"tag": "NAME",
"value": "Marcelo Mariduena"
}
] | null | [] | /*
@author: <NAME>
*/
import java.util.Scanner;
class Discount {
public static void main(String[] args) {
// Declaring variables
Scanner input = new Scanner(System.in);
double originalPrice;
double discountPrice;
double age;
// Inform the user of the program
System.out... | 1,790 | 0.660189 | 0.640755 | 47 | 36.361702 | 42.47123 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702128 | false | false | 8 |
2feac6a8063ab934c7abd525cf033f2262695676 | 38,130,719,658,218 | 516d2bde5a76f3e846bbc99d0e34f407d41453d6 | /leanback-v17/src/main/java/android/support/v17/leanback/app/VerticalGridFragment.java | dfc209ab7fa65d83b1fa57f594d9fd8db67efdd5 | [
"Apache-2.0"
] | permissive | fanfanxiaozu/adt-leanback-support | https://github.com/fanfanxiaozu/adt-leanback-support | 4fae7a90518c7e88b6b4ee9e23c77bdc08de34a4 | dd1b89200a5b1fc50409476905e6e4f33ec64c90 | refs/heads/master | 2020-06-02T15:27:53.468000 | 2014-07-31T02:26:34 | 2014-07-31T02:32:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2014 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 applicable ... | UTF-8 | Java | 11,553 | java | VerticalGridFragment.java | Java | [] | null | [] | /*
* Copyright (C) 2014 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 applicable ... | 11,553 | 0.662512 | 0.660088 | 336 | 33.38393 | 28.193077 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422619 | false | false | 8 |
687e70f42032ba246a456a46cda8211aa70e7476 | 4,758,823,828,557 | c6e4b2f0472e1a4f1965149ccad5c477ff56da1a | /src/Hitss/Treinamento/Repositories/PessoaRepository.java | 3b0e6c51b0698919244c91c719b7afee2b3a03fc | [] | no_license | mhmuzy/HitssTreinamentoEscola | https://github.com/mhmuzy/HitssTreinamentoEscola | 6ee2238b02d21947b720e33560b03994da15e639 | e93cd4c26ab2099c953ad9ef6a9bc636ebbd48ec | refs/heads/master | 2023-04-06T11:19:04.740000 | 2021-04-20T20:39:13 | 2021-04-20T20:39:13 | 359,896,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Hitss.Treinamento.Repositories;
public class PessoaRepository {
public int FazerAniversario(int idade) {
idade += 1;
return idade;
}
}
| UTF-8 | Java | 153 | java | PessoaRepository.java | Java | [] | null | [] | package Hitss.Treinamento.Repositories;
public class PessoaRepository {
public int FazerAniversario(int idade) {
idade += 1;
return idade;
}
}
| 153 | 0.732026 | 0.72549 | 9 | 16 | 15.853496 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 8 |
defb0897b837ac5369a8de5271524053cc33f214 | 5,446,018,588,667 | bdb20f74ae09eb93854ad5fe2a6e6f73e9e51f76 | /src/com/ly/NIO/NioClient.java | 2ec5168c8ebca21610e7d51cd875a7421031390e | [] | no_license | lyennon/JavaConcurrent | https://github.com/lyennon/JavaConcurrent | d552801486341d9b49900715af44edbd21bb468d | 1654f3b0d2eec6d361743d1c23faea493107a346 | refs/heads/master | 2021-06-20T22:30:05.506000 | 2017-06-26T18:38:35 | 2017-06-26T18:38:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ly.NIO;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketChannel;
import java.util.Iterato... | UTF-8 | Java | 2,956 | java | NioClient.java | Java | [
{
"context": "Iterator;\nimport java.util.Set;\n\n/**\n * Created by Lo__oY on 2017/6/24.\n */\npublic class NioClient {\n\n p",
"end": 370,
"score": 0.9991357922554016,
"start": 364,
"tag": "USERNAME",
"value": "Lo__oY"
},
{
"context": ";\n if(sc.connect(new InetSocketA... | null | [] | package com.ly.NIO;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketChannel;
import java.util.Iterato... | 2,956 | 0.507442 | 0.499323 | 103 | 27.69903 | 26.195988 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446602 | false | false | 8 |
245b61b56824d58b0210514470a82c4e9688cd48 | 35,107,062,717,112 | c49f79b570d9947a8527ac9e842570f29be1d423 | /src/com/phone/jse/domain/IPhoneBean.java | 4cf3ac9416eeb4f40ab8c78c069f29c596c3885c | [] | no_license | jungyongho5911/phone | https://github.com/jungyongho5911/phone | 53b9a110932557235c72eafb81bb7e72d6885ad7 | 184e00d11043d1a4b6548b9ca943121639548bc1 | refs/heads/master | 2021-08-24T00:41:41.654000 | 2017-12-07T09:17:25 | 2017-12-07T09:17:25 | 113,381,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phone.jse.domain;
public class IPhoneBean extends CelPhoneBean{
protected String data;
public final static String KIND = "스마트폰",
BRAND = "아이폰";
public void setData(String data) {
this.data = data;
}
public void setData(String name,String data) {
super.setCompany(BRAND);
super.setPortable... | UTF-8 | Java | 740 | java | IPhoneBean.java | Java | [] | null | [] | package com.phone.jse.domain;
public class IPhoneBean extends CelPhoneBean{
protected String data;
public final static String KIND = "스마트폰",
BRAND = "아이폰";
public void setData(String data) {
this.data = data;
}
public void setData(String name,String data) {
super.setCompany(BRAND);
super.setPortable... | 740 | 0.673633 | 0.673633 | 26 | 22.923077 | 16.190983 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 8 |
4bb34905c03839b4b791da38a658b7abf57fe7cb | 37,091,337,591,580 | 1ac5404fc6eae4e392f1105a29577646237ef308 | /后端/vblog/src/main/java/cn/stians/vblog/mapper/FansMapper.java | 1dfb13a86545b2bd2a85a5f9b453ec8a8ddbcad1 | [] | no_license | Carey-L/vblog | https://github.com/Carey-L/vblog | 9bd8e47a667828557d3c0c8fdbbd35f53a479c7c | 4a58bc659d3efa5ab53408cec7fcbb5e7553c8ce | refs/heads/main | 2023-03-05T23:22:19.217000 | 2021-02-22T09:56:48 | 2021-02-22T09:56:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.stians.vblog.mapper;
import cn.stians.vblog.model.Article;
import cn.stians.vblog.model.Fans;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
public interface FansMapper {
List<Fans> findFansByUserId(int id);
//先查新一下是否关注过
... | UTF-8 | Java | 1,076 | java | FansMapper.java | Java | [] | null | [] | package cn.stians.vblog.mapper;
import cn.stians.vblog.model.Article;
import cn.stians.vblog.model.Fans;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
public interface FansMapper {
List<Fans> findFansByUserId(int id);
//先查新一下是否关注过
... | 1,076 | 0.685111 | 0.685111 | 35 | 26.457144 | 23.635738 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 8 |
dcfcc98ee5042267af966d712d78160f7da26172 | 17,635,135,769,051 | eb7876e810d32a72575119d1336d7d629b8e54dc | /app/src/main/java/com/cmb_collector/adapter/MyNewRequestAdapter.java | fda0dc6513cab76fda0b8960175602b9e5b5d602 | [] | no_license | palsusmia68/Banking-App | https://github.com/palsusmia68/Banking-App | 8b7e037666628f6bdd2612fc19be7ef3bc63a24c | fed9f53077769d21f55d5de8332a1d599ffd7bc0 | refs/heads/master | 2023-07-16T09:05:32.304000 | 2021-09-03T07:08:17 | 2021-09-03T07:08:17 | 402,675,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cmb_collector.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.cmb_collector.R;
import java.util.ArrayList;
i... | UTF-8 | Java | 1,666 | java | MyNewRequestAdapter.java | Java | [] | null | [] | package com.cmb_collector.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.cmb_collector.R;
import java.util.ArrayList;
i... | 1,666 | 0.684874 | 0.684874 | 64 | 25.03125 | 24.364401 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 8 |
0ed7f63251a948a38b34f04835bff0f0451a5fcb | 369,367,251,558 | 067fa51ff3bfbe933eb220268e80f72198e044cf | /exercises/c2/c2_l2_exercise1/src/main/java/com/udacity/jdnd/course3/lesson2/entity/Author.java | b16ad2467cf6f61672c2d7522a427caa4c8dbd14 | [] | no_license | rekhask/JDND | https://github.com/rekhask/JDND | 6683de6f3fe0ef6ab0c8e73cff1ace98cc3fae4c | 40a85b4be0a8acb8bbaa2eaa4cfb70cd27e7724e | refs/heads/master | 2020-12-26T19:28:24.113000 | 2020-02-21T04:15:19 | 2020-02-21T04:15:19 | 237,615,073 | 2 | 0 | null | true | 2020-02-01T12:56:40 | 2020-02-01T12:56:39 | 2020-01-29T18:43:04 | 2019-12-03T22:30:31 | 772 | 0 | 0 | 0 | null | false | false | package com.udacity.jdnd.course3.lesson2.entity;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "author")
public class Author {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "name")
private String ... | UTF-8 | Java | 825 | java | Author.java | Java | [] | null | [] | package com.udacity.jdnd.course3.lesson2.entity;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "author")
public class Author {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "name")
private String ... | 825 | 0.618182 | 0.615758 | 44 | 17.75 | 16.20343 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 8 |
a0b3df03528fbf90be5eb2842f27336254ab8bd5 | 38,354,057,970,523 | c27b890bc973efcf857a5eb2e19917c6404b30d1 | /Java Solves/Algorithms/Lab Quizes/Quiz 05 (10 March)/src/quiz/pkg05/pkg10/march/DijkstrasAlgorithm.java | 8ba88e399eda001848b358ebf663d6af826c272b | [] | no_license | yasinaziz1031/Solving-Programming-Problems | https://github.com/yasinaziz1031/Solving-Programming-Problems | 03e39463353857159e6641d3f6074397cf27b05c | d2849c53e80fc88920a7cf17d87b954629b32115 | refs/heads/main | 2023-05-30T12:04:50.751000 | 2021-06-20T20:53:34 | 2021-06-20T20:53:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package quiz.pkg05.pkg10.march;
public class DijkstrasAlgorithm {
// A Java program for Dijkstra's
// single source shortest path
// algorithm. The program is for
// adjacency matrix representation
// of the graph.
public static final int NO_PARENT = -1;
public static int storeSum... | UTF-8 | Java | 5,435 | java | DijkstrasAlgorithm.java | Java | [
{
"context": " if (currentVertex == 0) { System.out.print (\"Motijheel\" + \" --> \"); }\n else if (currentVertex == ",
"end": 5210,
"score": 0.860135018825531,
"start": 5204,
"tag": "NAME",
"value": "ijheel"
},
{
"context": "lse if (currentVertex == 13) { System.out.print (\... | null | [] | package quiz.pkg05.pkg10.march;
public class DijkstrasAlgorithm {
// A Java program for Dijkstra's
// single source shortest path
// algorithm. The program is for
// adjacency matrix representation
// of the graph.
public static final int NO_PARENT = -1;
public static int storeSum... | 5,435 | 0.521619 | 0.515363 | 151 | 35 | 22.338753 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.450331 | false | false | 8 |
2362a007655a8559fd4c6ae1374c229dc6c0e2ee | 25,091,199,007,363 | 3f3946104bfdb9097f40bf42104715bc13828317 | /src/Gitex2.java | bf706733380ffe8c3019bab562b23b09ba7f2801 | [] | no_license | suchithra07/JavaDemos | https://github.com/suchithra07/JavaDemos | bd2a0fc3d0d62db67bc34783c41cb1c304a77f47 | d476773201c3c775e58d8427b4ef6d96f833b7af | refs/heads/master | 2020-07-07T05:41:23.496000 | 2019-08-23T00:26:53 | 2019-08-23T00:26:53 | 203,268,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Gitex2 {
public static void main(String[] args) {
System.out.println("gitEx2");
}
} | UTF-8 | Java | 113 | java | Gitex2.java | Java | [] | null | [] | public class Gitex2 {
public static void main(String[] args) {
System.out.println("gitEx2");
}
} | 113 | 0.610619 | 0.59292 | 6 | 18 | 17.454702 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 8 |
77b98a277f15105581e1e2ced236e8fcc2a6a4b3 | 35,098,472,758,694 | 69b566dc0a133d1d4a9218728ba55adf8c4e13d8 | /JUnit/tests/org/ojug/junit/TestFlowExample.java | dae08bb9391607b7aa9c8cd427c1fcd8938464a1 | [] | no_license | pheaber/Testing-Tools-That-Rock | https://github.com/pheaber/Testing-Tools-That-Rock | eb5d9e627236a27e30b437e4673988db337de5e8 | 1af7db4554093f577fe0953fc8819813ad1bbd57 | refs/heads/master | 2021-01-01T16:51:09.673000 | 2012-07-17T21:32:46 | 2012-07-17T21:32:46 | 3,672,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ojug.junit;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class TestFlowExample {
@BeforeClass
public static void init() {
System.out.println("@BeforeClass - I run once before any test methods are ... | UTF-8 | Java | 1,198 | java | TestFlowExample.java | Java | [] | null | [] | package org.ojug.junit;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class TestFlowExample {
@BeforeClass
public static void init() {
System.out.println("@BeforeClass - I run once before any test methods are ... | 1,198 | 0.633556 | 0.633556 | 47 | 24.489361 | 29.739918 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 8 |
360bb127c31e19af5f88c85c2709e9f7fe83157a | 4,638,564,737,936 | 1ab8302c77ef5461b877761596c260aa98648cc9 | /Assignment5/tests/ExpressionEvaluatorTest.java | 5423dd375f5b1e15f8d2e8ec5d4f7d3a5bd6489c | [] | no_license | Khalid-Eltawagny/Assignment_One | https://github.com/Khalid-Eltawagny/Assignment_One | 5fcd2cef037586da327db884824823cad0e8d614 | 700078e99dcdc52b6796a0547758d7e80d86e305 | refs/heads/master | 2021-01-07T11:23:53.143000 | 2020-11-11T20:38:31 | 2020-11-11T20:38:31 | 241,676,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eg.edu.alexu.csd.datastructure.stack;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
... | UTF-8 | Java | 1,993 | java | ExpressionEvaluatorTest.java | Java | [
{
"context": " static org.junit.Assert.*;\r\n\r\n/**\r\n *\r\n * @author Khalid Eltawagny\r\n */\r\npublic class ExpressionEvaluatorTest {\r\n \r\n\r",
"end": 448,
"score": 0.9903071522712708,
"start": 432,
"tag": "NAME",
"value": "Khalid Eltawagny"
}
] | 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 eg.edu.alexu.csd.datastructure.stack;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
... | 1,983 | 0.579027 | 0.563974 | 68 | 27.308823 | 21.741299 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
b60fdd8c33de5fc104cd5ea509fb1403be426ad1 | 4,638,564,740,372 | 070b1a2e31b4b1cd76ca568e069276835e248d8e | /core/src/it/thefedex87/dac/states/menuStates/TestTableState.java | e6061155d4264d75929cf4225fec632600e3a6c4 | [] | no_license | TheFedex87/DAC-Android_Game | https://github.com/TheFedex87/DAC-Android_Game | 8a430bf3f2f283752767521715af048e613c6fc2 | edd4b3728ca32701d86389ad4040bc78701dfff5 | refs/heads/master | 2021-08-22T07:39:35.764000 | 2017-11-29T16:58:35 | 2017-11-29T16:58:40 | 112,503,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.thefedex87.dac.states.menuStates;
import it.thefedex87.dac.states.GSM;
import it.thefedex87.dac.states.State;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graph... | UTF-8 | Java | 2,944 | java | TestTableState.java | Java | [] | null | [] | package it.thefedex87.dac.states.menuStates;
import it.thefedex87.dac.states.GSM;
import it.thefedex87.dac.states.State;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graph... | 2,944 | 0.70822 | 0.69769 | 120 | 23.533333 | 22.063141 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.008333 | false | false | 8 |
1da5b15f7dac637744d7af4634c9479d7dde8077 | 644,245,100,031 | bccb412254b3e6f35a5c4dd227f440ecbbb60db9 | /hl7/pseudo/group/GUARANTOR_OPL_O37.java | 33d3f5c58badde11d74c516421572bd5ca704c47 | [] | no_license | nlp-lap/Version_Compatible_HL7_Parser | https://github.com/nlp-lap/Version_Compatible_HL7_Parser | 8bdb307aa75a5317265f730c5b2ac92ae430962b | 9977e1fcd1400916efc4aa161588beae81900cfd | refs/heads/master | 2021-03-03T15:05:36.071000 | 2020-03-09T07:54:42 | 2020-03-09T07:54:42 | 245,967,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hl7.pseudo.group;
import hl7.bean.Structure;
public class GUARANTOR_OPL_O37 extends hl7.model.V2_7.group.GUARANTOR_OPL_O37{
public GUARANTOR_OPL_O37(){
super();
}
public static GUARANTOR_OPL_O37 CLASS;
static{
CLASS = new GUARANTOR_OPL_O37();
}
public Structure[][] getComponents(){
return super... | UTF-8 | Java | 344 | java | GUARANTOR_OPL_O37.java | Java | [] | null | [] | package hl7.pseudo.group;
import hl7.bean.Structure;
public class GUARANTOR_OPL_O37 extends hl7.model.V2_7.group.GUARANTOR_OPL_O37{
public GUARANTOR_OPL_O37(){
super();
}
public static GUARANTOR_OPL_O37 CLASS;
static{
CLASS = new GUARANTOR_OPL_O37();
}
public Structure[][] getComponents(){
return super... | 344 | 0.715116 | 0.671512 | 19 | 17.052631 | 20.39472 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
7ad4b23d0c477db8e09c235094bbf8f937486e40 | 18,648,748,016,381 | 1caa50270065fdea01a0517b64a1381af414d0db | /donor-service/src/main/java/com/stackroute/donor/model/Donor.java | ae3651cdb516e739a28d25baa79926af8e789c7f | [] | no_license | raparthibhargav13299/pandoptimist | https://github.com/raparthibhargav13299/pandoptimist | f9d9598f3111171f2a52f0851a69c433968537cd | 27f831b2aeb76ee46847172cb4a7db74cfcb5995 | refs/heads/main | 2023-06-25T08:19:01.532000 | 2021-07-30T09:31:22 | 2021-07-30T09:31:22 | 391,100,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stackroute.donor.model;
import lombok.*;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Transient;
@N... | UTF-8 | Java | 682 | java | Donor.java | Java | [] | null | [] | package com.stackroute.donor.model;
import lombok.*;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Transient;
@N... | 682 | 0.771261 | 0.771261 | 30 | 21.766666 | 17.539827 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 8 |
eefd22091b05830aca24bb1817f1f184d0c2e6f0 | 31,112,743,107,244 | 670a10f38dfdba85134eebdfa8e98952ec8dc7e0 | /chapter2Problems/src/chapter2Problems/Problem12.java | a5eeadba6e426ad264fc6115674a5039a87cf9cc | [] | no_license | bryano1993/Starting-Out-With-Java-6th-Edition-Problems | https://github.com/bryano1993/Starting-Out-With-Java-6th-Edition-Problems | 1b64115869faab6685f81afa86eb66da165a6a2f | 40583e935e778802fd452ac4bbb17417d763e9c2 | refs/heads/master | 2020-03-19T05:18:48.956000 | 2018-07-09T22:51:04 | 2018-07-09T22:51:04 | 135,919,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //12. String Manipulator
//Write a program that asks the user to enter the name of his or her favorite city. Use a String
//variable to store the input. The program should display the following:
//• The number of characters in the city name
//• The name of the city in all uppercase letters
//• The name of the city in a... | WINDOWS-1252 | Java | 1,314 | java | Problem12.java | Java | [] | null | [] | //12. String Manipulator
//Write a program that asks the user to enter the name of his or her favorite city. Use a String
//variable to store the input. The program should display the following:
//• The number of characters in the city name
//• The name of the city in all uppercase letters
//• The name of the city in a... | 1,314 | 0.739663 | 0.735069 | 39 | 32.487179 | 28.681158 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.564103 | false | false | 8 |
f10f91b3ab8ab3a278af1ee2fe14a552fa3720fd | 30,365,418,796,693 | 5887f75c153c2e1a00ec962f8fde38d239fb2079 | /src/test/java/se/ivankrizsan/springintegration/http/nonblocking/WebFluxInboundEndpointTestConfiguration.java | 9028681f1e462e65ade347a6251e349a9d49a7da | [
"Apache-2.0"
] | permissive | TristinDavis/spring-integration-scrutinized | https://github.com/TristinDavis/spring-integration-scrutinized | b2136d81f8cc814e5601d303f30d49750340ed91 | 729bec04f92d576df6ad39583b1f26f628f4b34f | refs/heads/master | 2022-01-07T05:39:37.357000 | 2019-06-12T09:42:45 | 2019-06-12T09:42:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017-2019 Ivan Krizsan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | UTF-8 | Java | 9,050 | java | WebFluxInboundEndpointTestConfiguration.java | Java | [
{
"context": "/*\n * Copyright 2017-2019 Ivan Krizsan\n *\n * Licensed under the Apache License, Version ",
"end": 38,
"score": 0.9998871684074402,
"start": 26,
"tag": "NAME",
"value": "Ivan Krizsan"
},
{
"context": " {@code WebFluxInboundEndpointTest}.\n *\n * @author Ivan Krizsan\n... | null | [] | /*
* Copyright 2017-2019 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 9,038 | 0.724088 | 0.722431 | 208 | 42.509617 | 29.931652 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 8 |
e664575915694fffe846f6ed74ee1d194cd75767 | 1,099,511,661,629 | 110589a953539a3b48c8ae4e9fee698df31c3597 | /app/src/main/java/com/example/mymovies/MainActivity.java | 09de1c069f0b5c8f0d6734a542e576a7ed419d27 | [] | no_license | andreeaplesa/Proiect-Android | https://github.com/andreeaplesa/Proiect-Android | 2994630f080190561d3e50c36ea157d570ef96db | 1dedfcb9038d675dde2a919db3e7186656f71272 | refs/heads/main | 2023-08-21T23:37:59.267000 | 2021-10-05T17:43:34 | 2021-10-05T17:43:34 | 311,286,139 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mymovies;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import android.os.Bundle;
import android.view.MenuItem;
import com.google.android.material.bottomnavigation.BottomNavigationView;
public class MainActivity extend... | UTF-8 | Java | 1,912 | java | MainActivity.java | Java | [] | null | [] | package com.example.mymovies;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import android.os.Bundle;
import android.view.MenuItem;
import com.google.android.material.bottomnavigation.BottomNavigationView;
public class MainActivity extend... | 1,912 | 0.603033 | 0.603033 | 58 | 31.982759 | 25.352339 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534483 | false | false | 8 |
e0d84018b7f9033f8a71d3ec0f434b52221b61b4 | 32,976,758,941,518 | 8266754bedf2c1f9b64a2aa9988e869e80c4de0a | /BukkitApi/org/bukkit/event/world/StructureGrowEvent.java | 3a314788c86f266dd62149aab402d20747240ad2 | [] | no_license | XiaoHuiHui233/Chinese_BukkitAPI | https://github.com/XiaoHuiHui233/Chinese_BukkitAPI | c71def6c62e82770f231786fadf712a372da4942 | eef0bc7b1c49fa94d83f46110f94d429825fc333 | refs/heads/master | 2020-01-22T21:35:30.018000 | 2018-06-17T12:41:27 | 2018-06-17T12:41:27 | 84,895,653 | 1 | 0 | null | true | 2018-06-16T09:07:54 | 2017-03-14T02:20:19 | 2018-06-16T08:57:14 | 2018-06-16T09:07:54 | 2,184 | 0 | 0 | 0 | Java | false | null | package org.bukkit.event.world;
import java.util.List;
import org.bukkit.Location;
import org.bukkit.TreeType;
import org.bukkit.block.BlockState;
import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
/**
* 当一个有机结构试图生长的时调用此事件(树苗 {@literal ->} 树, 蘑菇 {@li... | UTF-8 | Java | 3,008 | java | StructureGrowEvent.java | Java | [] | null | [] | package org.bukkit.event.world;
import java.util.List;
import org.bukkit.Location;
import org.bukkit.TreeType;
import org.bukkit.block.BlockState;
import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
/**
* 当一个有机结构试图生长的时调用此事件(树苗 {@literal ->} 树, 蘑菇 {@li... | 3,008 | 0.593278 | 0.593278 | 109 | 22.311926 | 22.243729 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366972 | false | false | 8 |
1bab7d4d2cc4077009d41c0f19c0a98b3bbff104 | 24,300,924,992,127 | 2c6be3714483b2d43e4524b4240a3c7371080abc | /src/my/profilergui/LogWriter.java | f4e8b3c78517b791a0f11150b50e61a51cb2e70d | [] | no_license | hasithakanchana/MongodbTraceTool | https://github.com/hasithakanchana/MongodbTraceTool | 8a5fec1ed0bdd8a4d73889ddb3b01a265d0b2b05 | 79d9135bb9bf35957ead712f3ad7ad1a010ac901 | refs/heads/master | 2016-09-05T17:18:57.674000 | 2015-05-13T19:14:17 | 2015-05-13T19:14:17 | 35,568,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package my.profilergui;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
i... | UTF-8 | Java | 1,445 | java | LogWriter.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author UKANCDE\n */\npublic class LogWriter {\n \n public LogW",
"end": 410,
"score": 0.9991562366485596,
"start": 403,
"tag": "USERNAME",
"value": "UKANCDE"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package my.profilergui;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
i... | 1,445 | 0.478201 | 0.478201 | 59 | 23.491526 | 18.802608 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694915 | false | false | 8 |
b916047e5a6a9f7decf4376a99185c0f5f7131fa | 13,426,067,810,813 | a70f752794811011d1a774ed26d0469272979b79 | /Sorting Techniques/src/SortingTechqniques/MergeSort.java | f8a74c1c1212e20ed5261182821ad6a363e552c2 | [] | no_license | MayarElMahdy/Sorting | https://github.com/MayarElMahdy/Sorting | 2c0eabc08dbd2a85b74714dfbd452a3856197da8 | 31b8198ad927869ebdfe2f52380909b871a691b8 | refs/heads/master | 2020-05-09T17:16:39.999000 | 2019-04-14T12:26:18 | 2019-04-14T12:26:18 | 181,303,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SortingTechqniques;
public class MergeSort {
public int[] MergeSort(int[] array)
{
if(array.length <= 1)
{
return array; /** Stop Condition of the recursive function **/
}
/** Setting the size for the smaller arrays**/
int Midpoint = array.length / 2 ;
int... | UTF-8 | Java | 2,138 | java | MergeSort.java | Java | [] | null | [] | package SortingTechqniques;
public class MergeSort {
public int[] MergeSort(int[] array)
{
if(array.length <= 1)
{
return array; /** Stop Condition of the recursive function **/
}
/** Setting the size for the smaller arrays**/
int Midpoint = array.length / 2 ;
int... | 2,138 | 0.536483 | 0.531805 | 106 | 18.169811 | 22.059299 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.85849 | false | false | 6 |
7a6355cd2077fe21e9a952354abf3ce109b85f8b | 33,655,363,780,334 | c855a6b567dc7857fb174ea95f71cd4baba91b9b | /src/main/java/kr/co/shop/interfaces/zinterfacesdb/model/master/InterfacesChngProductErpGamga.java | 867d674cdef8e535a7645bb05090c4d92591b6c4 | [] | no_license | hswook88/es_interface_sample | https://github.com/hswook88/es_interface_sample | 588e70f1b1d3156f51a5a0eacb8f38a3186f3ee3 | d85907252b27d036ecb7119427e854129d5a2091 | refs/heads/master | 2021-08-29T15:00:37.642000 | 2019-09-27T05:11:22 | 2019-09-27T05:11:22 | 211,240,493 | 0 | 0 | null | false | 2021-08-25T15:44:09 | 2019-09-27T05:09:40 | 2019-09-27T05:11:37 | 2021-08-25T15:44:07 | 271 | 0 | 0 | 1 | Java | false | false | package kr.co.shop.interfaces.zinterfacesdb.model.master;
import lombok.Data;
@Data
public class InterfacesChngProductErpGamga {
//상품코드
private String vndrPrdtNo;
//시작일자
private String applyStartDtm;
//종료일자
private String applyEndDtm;
//판매가격
private int sellAmt;
//정상가격
private... | UTF-8 | Java | 472 | java | InterfacesChngProductErpGamga.java | Java | [] | null | [] | package kr.co.shop.interfaces.zinterfacesdb.model.master;
import lombok.Data;
@Data
public class InterfacesChngProductErpGamga {
//상품코드
private String vndrPrdtNo;
//시작일자
private String applyStartDtm;
//종료일자
private String applyEndDtm;
//판매가격
private int sellAmt;
//정상가격
private... | 472 | 0.703704 | 0.703704 | 28 | 13.428572 | 14.876704 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 6 |
5384a8e5d5cc2fb3e8ea41d349eb5d7e1c02de54 | 29,626,684,456,505 | 889ca0f95ff0c919d46fbf5dfdc3dabb6ed71b69 | /src/main/java/io/oversimplified/tetris/manager/networkManager/NetworkManager.java | 63615a80ede8d60ee3272f6e2150b80e752d6fe4 | [
"Apache-2.0"
] | permissive | AlexisSoto/Tetris | https://github.com/AlexisSoto/Tetris | e5cadaa2b8fefb7c2ed39e6312b3c5e3c76015ef | b567c7c33c33d52c4f8bdb8978c01292c0c77ce1 | refs/heads/master | 2016-09-01T14:37:39.521000 | 2016-04-03T23:37:25 | 2016-04-03T23:37:25 | 52,944,442 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.oversimplified.tetris.manager.networkManager;
import java.net.InetSocketAddress;
import java.net.URI;
import io.oversimplified.tetris.board.Board;
import io.oversimplified.tetris.board.BoardSerializerDeserializer;
import io.oversimplified.tetris.interfaces.INetwork;
import org.java_websocket.drafts.Draft_1... | UTF-8 | Java | 2,842 | java | NetworkManager.java | Java | [
{
"context": "java_websocket.drafts.Draft_17;\n\n/**\n * Created by alexissoto on 3/10/16.\n */\npublic class NetworkManager {\n ",
"end": 352,
"score": 0.9995038509368896,
"start": 342,
"tag": "USERNAME",
"value": "alexissoto"
},
{
"context": "Server = new NetworkServer(new InetSo... | null | [] | package io.oversimplified.tetris.manager.networkManager;
import java.net.InetSocketAddress;
import java.net.URI;
import io.oversimplified.tetris.board.Board;
import io.oversimplified.tetris.board.BoardSerializerDeserializer;
import io.oversimplified.tetris.interfaces.INetwork;
import org.java_websocket.drafts.Draft_1... | 2,842 | 0.691414 | 0.686137 | 76 | 36.394737 | 29.860235 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 6 |
a3e9e484c056c7ba1e92b94fe9849f0b4847f50a | 31,490,700,262,408 | ad1992f9bd1b351e6ff919503ff5cb745bd3bf4a | /src/CreateACard.java | ea82de54fdf1896557f126589b1cae6567d63131 | [] | no_license | brieannabetts/Week-2 | https://github.com/brieannabetts/Week-2 | b3a14e62771549a5acb35f8b10e1b2b1570460e0 | 466dc79c0a3cbb598c46288720d6f886d0981111 | refs/heads/master | 2023-02-22T17:17:18.542000 | 2021-01-20T19:29:18 | 2021-01-20T19:29:18 | 331,374,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class CreateACard {
public static void main(String[] args) {
//Create a Scanner
//datatype object name calling the constructor
Scanner scanner = new Scanner(System.in);
Card aceOfSpades = new Card("Ace","Spades",14);
... | UTF-8 | Java | 533 | java | CreateACard.java | Java | [] | null | [] | import java.util.Scanner;
public class CreateACard {
public static void main(String[] args) {
//Create a Scanner
//datatype object name calling the constructor
Scanner scanner = new Scanner(System.in);
Card aceOfSpades = new Card("Ace","Spades",14);
... | 533 | 0.594747 | 0.579737 | 18 | 28.611111 | 25.177456 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 6 |
05df0b7ac83f94a4b0b6d17f57578f8e58b86d98 | 16,080,357,613,276 | d8edef85b384e04760e80061cc54730dca721043 | /src/controllers/UpdateDVDServlet.java | 64fa8a193346a01fb3e8de60da09f41d173c9764 | [] | no_license | iqraiqbal97/dvd-web-app | https://github.com/iqraiqbal97/dvd-web-app | f26931fb6b297c6f742dbf4b57ca505a10b75565 | 9c8561f70e77712427ea1ae66d1cf355d9c987ee | refs/heads/master | 2020-09-14T21:54:25.047000 | 2019-11-22T04:03:25 | 2019-11-22T04:03:25 | 223,269,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import database.myDAO;
... | UTF-8 | Java | 1,081 | java | UpdateDVDServlet.java | Java | [] | null | [] | package controllers;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import database.myDAO;
... | 1,081 | 0.744681 | 0.743756 | 42 | 24.738094 | 24.004026 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 6 |
70a64c7efb10521b78f77a97d5f9f002b2ce5d64 | 3,350,074,497,567 | 34ee7e85a78cb150b88afb4cffc24fd375c8990f | /tests/com/zplcod/services/UserServiceTest.java | 2e106092ba5732d70d12fd70372fa16e97f3c43a | [] | no_license | lioralon/springmvcbooking | https://github.com/lioralon/springmvcbooking | 2b64e8504b6f12093d57f531d6aec63bf7fae2fb | bf2d6115da3a7678beb99d71cfe7c1001920f44f | refs/heads/master | 2021-01-10T08:44:55.002000 | 2016-01-21T14:39:39 | 2016-01-21T14:39:39 | 50,035,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import com.zplcod.services.UserService;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by Clancy on 2016/1/21.
*/
import com.zplcod.domain.User;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | UTF-8 | Java | 1,464 | java | UserServiceTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by Clancy on 2016/1/21.\n */\n\nimport com.zplcod.domain.User;",
"end": 124,
"score": 0.9791505336761475,
"start": 118,
"tag": "NAME",
"value": "Clancy"
},
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Create... | null | [] |
import com.zplcod.services.UserService;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by Clancy on 2016/1/21.
*/
import com.zplcod.domain.User;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | 1,464 | 0.69877 | 0.675546 | 57 | 24.68421 | 22.601938 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 6 |
8380664404f26d21750c62a7b62dff268a14a438 | 32,444,182,961,197 | 4f246632ddcc9db6ee53f1bef53a477453627457 | /app/src/main/java/admin/canvas/com/vikas/android/kisancontacts/utils/Util.java | 207d0af458f7d4c3f4fba1fe304534e128755ebf | [] | no_license | worstkiller/KisanAndroidTestApp | https://github.com/worstkiller/KisanAndroidTestApp | 97accd0e1b13d9d8150c824a8a2741adea6bf7b2 | 451152607d9097d89430890c3453acd8eb84fa08 | refs/heads/master | 2020-12-30T18:03:27.907000 | 2017-08-19T09:16:33 | 2017-08-19T09:16:33 | 90,949,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package admin.canvas.com.vikas.android.kisancontacts.utils;
import android.util.Log;
/**
* Created by OFFICE on 5/10/2017.
*/
public class Util {
public static String filterPhoneNumber(String phoneNo) {
StringBuilder stringBuilder = new StringBuilder("+");
stringBuilder.append(phoneNo.replace(... | UTF-8 | Java | 430 | java | Util.java | Java | [
{
"context": "tils;\n\nimport android.util.Log;\n\n/**\n * Created by OFFICE on 5/10/2017.\n */\n\npublic class Util {\n\n publi",
"end": 111,
"score": 0.9900200366973877,
"start": 105,
"tag": "USERNAME",
"value": "OFFICE"
}
] | null | [] | package admin.canvas.com.vikas.android.kisancontacts.utils;
import android.util.Log;
/**
* Created by OFFICE on 5/10/2017.
*/
public class Util {
public static String filterPhoneNumber(String phoneNo) {
StringBuilder stringBuilder = new StringBuilder("+");
stringBuilder.append(phoneNo.replace(... | 430 | 0.653488 | 0.637209 | 16 | 25.875 | 30.46694 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 6 |
264500cc300b6864b5fa91555342a7d6c9384640 | 20,461,224,208,208 | 1f866f6c784a0d292d5a2d37ca3fe1376ce3aba5 | /app/src/main/java/cn/sportstory/android/chat/view/ConversationFragment.java | cc2654191a62272233482e49c9ef2a1ac0d29c28 | [] | no_license | ai-hes/SportStory_Android | https://github.com/ai-hes/SportStory_Android | b10a67eaa737702fa52050b6c6bc4d0816dc2e37 | 838d7cc503acfdcb43bed1110a4e80a68fec65ad | refs/heads/master | 2019-07-10T10:19:30.548000 | 2017-06-19T13:46:59 | 2017-06-19T13:46:59 | 94,548,296 | 3 | 1 | null | true | 2017-06-19T13:47:00 | 2017-06-16T13:49:30 | 2017-06-16T13:57:15 | 2017-06-19T13:46:59 | 4,270 | 1 | 1 | 0 | Java | null | null | package cn.sportstory.android.chat.view;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v7.util.DiffUtil;
import android.support.v7.widget.LinearLayoutManager;
import ... | UTF-8 | Java | 7,198 | java | ConversationFragment.java | Java | [
{
"context": ".setUserId(\"\" + i);\n bean.setNickname(\"用户名\" + name ++ );\n bean.setMsg(\"哈哈哈哈哈哈哈,消息",
"end": 6649,
"score": 0.9125991463661194,
"start": 6646,
"tag": "USERNAME",
"value": "用户名"
}
] | null | [] | package cn.sportstory.android.chat.view;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v7.util.DiffUtil;
import android.support.v7.widget.LinearLayoutManager;
import ... | 7,198 | 0.64322 | 0.636735 | 204 | 33.774509 | 24.626984 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495098 | false | false | 6 |
0c0db24a8d5c571788887cc427adcfb848f31f3a | 3,461,743,650,349 | 84c9cee2c87d1eb097673135e9251647624e8536 | /src/main/java/com/example/demo/algorithm/TheConfigUtil.java | 6bbbf19df91fded7e90cc0d7abc1f33c4814e85b | [] | no_license | zhifengMaBeijing/spring-boot-rest-consumer | https://github.com/zhifengMaBeijing/spring-boot-rest-consumer | 45e5e5df2415395c542471cd5bd6e3280eb6978f | b4402d6acdce8f6b6a0017beefcfad0189d5fbe1 | refs/heads/master | 2021-01-01T19:49:02.377000 | 2017-07-31T00:33:03 | 2017-07-31T00:33:03 | 98,696,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.algorithm;
/**
* Created by zhife on 2017/7/31.
*/
public class TheConfigUtil {
}
| UTF-8 | Java | 110 | java | TheConfigUtil.java | Java | [
{
"context": "age com.example.demo.algorithm;\n\n/**\n * Created by zhife on 2017/7/31.\n */\npublic class TheConfigUtil {\n}\n",
"end": 60,
"score": 0.9994264841079712,
"start": 55,
"tag": "USERNAME",
"value": "zhife"
}
] | null | [] | package com.example.demo.algorithm;
/**
* Created by zhife on 2017/7/31.
*/
public class TheConfigUtil {
}
| 110 | 0.7 | 0.636364 | 7 | 14.714286 | 15.125327 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 6 |
222f9d9f9ee5238ca00a96357c13a98e47443170 | 16,655,883,183,947 | ca35abc4765805f32cd704dc12ac9608ef850d70 | /src/main/java/entry/input/ColumnMetaData.java | ae7e1206915b2d1692563ec66244aa80158cd81e | [] | no_license | aayush-makkad/JDF-Service | https://github.com/aayush-makkad/JDF-Service | 63d9e01661b0a2ca29ddfa2adc5872a883e0d537 | 383c91f11954f029ea24a8219f256b3ce51384fe | refs/heads/master | 2022-07-09T09:11:43.920000 | 2021-05-16T14:23:02 | 2021-05-16T14:23:02 | 140,916,434 | 0 | 0 | null | false | 2022-06-21T04:17:17 | 2018-07-14T04:43:33 | 2021-05-16T14:23:12 | 2022-06-21T04:17:12 | 65,296 | 0 | 0 | 2 | Java | false | false | package entry.input;
public class ColumnMetaData {
String name;
public String getName() {
return name;
}
public String getDataType() {
return dataType;
}
public boolean isIdentity() {
return isIdentity;
}
public void setName(String name) {
this.name = name;
}
public void setDataType(String dataType... | UTF-8 | Java | 958 | java | ColumnMetaData.java | Java | [] | null | [] | package entry.input;
public class ColumnMetaData {
String name;
public String getName() {
return name;
}
public String getDataType() {
return dataType;
}
public boolean isIdentity() {
return isIdentity;
}
public void setName(String name) {
this.name = name;
}
public void setDataType(String dataType... | 958 | 0.696242 | 0.696242 | 56 | 16.107143 | 15.389791 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517857 | false | false | 6 |
e3b5ad9a54313e73f184e01cf205577f47cb84fc | 9,844,065,056,111 | 2b36f54b87125ff58098f0f8d550082c545ae524 | /app/src/main/java/kz/topsecurity/client/presenter/registerPresenter/SignUpPresenter.java | 6e35b660f82ad0ffc0e66df64b2409f2afa1cfdb | [] | no_license | Abylayyy/top-security-client | https://github.com/Abylayyy/top-security-client | 324e39b9df1e8cfea67367d78442c2cfb53fad06 | f4d2e3cebb6b354ea45b6556c068bf55928b1d00 | refs/heads/master | 2022-04-07T00:10:02.897000 | 2019-04-01T03:47:49 | 2019-04-01T03:47:49 | 242,708,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.topsecurity.client.presenter.registerPresenter;
public interface SignUpPresenter {
void register( String phone, String email, String IIN, String password , String userPhoto, String firstname, String lastname, String patronymic);
void detach();
}
| UTF-8 | Java | 266 | java | SignUpPresenter.java | Java | [] | null | [] | package kz.topsecurity.client.presenter.registerPresenter;
public interface SignUpPresenter {
void register( String phone, String email, String IIN, String password , String userPhoto, String firstname, String lastname, String patronymic);
void detach();
}
| 266 | 0.785714 | 0.785714 | 6 | 43.333332 | 51.282444 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 6 |
d1c17121ef4ab5ec0e0bc10df27242d46d89cbdc | 30,992,484,018,033 | 7c00da749e6b6c4cf33496538cdadaffd1cba7e2 | /zorroclient/src/main/java/com/zorro/http/HttpFileDownloader.java | aae08f199956243f4cf7494f50112a9cdb259253 | [] | no_license | Zerovoice/AndroidTools | https://github.com/Zerovoice/AndroidTools | c4dded1e7ba7618e693e65a901ddbff3247fb1f0 | 5e82cc2716b1f47a17f6e6fbe5bc412da38f569e | refs/heads/master | 2020-03-27T00:43:02.348000 | 2018-09-18T08:56:38 | 2018-09-18T08:56:38 | 145,648,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zorro.http;
import com.zorro.http.response.HttpResponse;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import j... | UTF-8 | Java | 3,239 | java | HttpFileDownloader.java | Java | [] | null | [] | package com.zorro.http;
import com.zorro.http.response.HttpResponse;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import j... | 3,239 | 0.531028 | 0.523927 | 85 | 37.105881 | 24.613255 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670588 | false | false | 6 |
1c99238e46e621f3e232c81d4ae0d4456365f972 | 1,932,735,287,767 | e86d1b9af71942487b7d3efb4a6f045a343c0e9f | /goja-web/src/main/java/goja/security/goja/SecurityKit.java | 1bec775dcabcd465dee1bd4dba6fb258fcd4d487 | [
"MIT"
] | permissive | GojaFramework/goja | https://github.com/GojaFramework/goja | a0cbab9e6d176ad2083768ad5a8cac97b0c8f6c3 | 77179b495f668fc1fa20accc912991df6bb2d917 | refs/heads/master | 2023-04-20T12:50:36.659000 | 2018-03-07T11:34:28 | 2018-03-07T11:34:28 | 41,280,112 | 8 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2013-2014 sagyf Yang. The Four Group.
*/
package goja.security.goja;
import com.google.common.base.Function;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.ehcache.CacheKit;
import org.apache.commons.codec.bin... | UTF-8 | Java | 12,881 | java | SecurityKit.java | Java | [
{
"context": "ICES OR THIS HEADER.\n *\n * Copyright (c) 2013-2014 sagyf Yang. The Four Group.\n */\n\npackage goja.security.goja;",
"end": 103,
"score": 0.999671459197998,
"start": 93,
"tag": "NAME",
"value": "sagyf Yang"
},
{
"context": ";\n\n/**\n * <p> The Security Kit. </p>\n *\... | null | [] | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2013-2014 <NAME>. The Four Group.
*/
package goja.security.goja;
import com.google.common.base.Function;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.ehcache.CacheKit;
import org.apache.commons.codec.binary.... | 12,877 | 0.590283 | 0.585207 | 364 | 33.096153 | 26.761955 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543956 | false | false | 6 |
c3faf2ab5f82e824b8d8e1be76272cec7cf22672 | 13,391,708,051,161 | 4999411182f1fc30c0850cef1d256b76e77ce483 | /Weather/app/src/main/java/com/codebrat/weather/WeatherFragment.java | 2d6c86126a0349e71c0ddc73a1649a727f3b2dbd | [] | no_license | CodeBrat/Android | https://github.com/CodeBrat/Android | 46a3ee6a2c4b97be35e5f61181d591f711d07365 | 1a26824f566ddf2e6025997205a1e1043f7dd19d | refs/heads/master | 2020-12-30T14:57:14.125000 | 2017-05-12T14:49:26 | 2017-05-12T14:49:26 | 91,099,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codebrat.weather;
import android.graphics.Typeface;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* Created by Bharath on 5/10/20... | UTF-8 | Java | 1,328 | java | WeatherFragment.java | Java | [
{
"context": "import android.widget.TextView;\n\n/**\n * Created by Bharath on 5/10/2017.\n */\n\npublic class WeatherFragment e",
"end": 309,
"score": 0.9940495491027832,
"start": 302,
"tag": "NAME",
"value": "Bharath"
}
] | null | [] | package com.codebrat.weather;
import android.graphics.Typeface;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* Created by Bharath on 5/10/20... | 1,328 | 0.724398 | 0.718373 | 38 | 33.947369 | 29.99469 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710526 | false | false | 6 |
aa1c6bbfb5c30181c831bdb4121b89ed638adb3c | 26,834,955,714,796 | a4178e5042f43f94344789794d1926c8bdba51c0 | /iwxxm2Converter/src/test/resources/iwxxm/2.1/org/isotc211/_2005/gmd/MDUsageType.java | 06847647a54855963431240ba563f91204a98293 | [
"Apache-2.0"
] | permissive | moryakovdv/iwxxmConverter | https://github.com/moryakovdv/iwxxmConverter | c6fb73bc49765c4aeb7ee0153cca04e3e3846ab0 | 5c2b57e57c3038a9968b026c55e381eef0f34dad | refs/heads/master | 2023-07-20T06:58:00.317000 | 2023-07-05T10:10:10 | 2023-07-05T10:10:10 | 128,777,786 | 11 | 7 | Apache-2.0 | false | 2023-07-05T10:03:12 | 2018-04-09T13:38:59 | 2022-07-08T09:28:44 | 2023-07-05T10:03:11 | 54,556 | 7 | 7 | 3 | Java | false | false | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.02.... | UTF-8 | Java | 5,606 | java | MDUsageType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.02.... | 5,606 | 0.65858 | 0.642169 | 185 | 29.302702 | 29.235025 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259459 | false | false | 6 |
1d31c87e40a13e01ce688971960d2c377cd52622 | 7,756,710,967,001 | c93d33194d2ba621337e4a722af30f72c964a269 | /gwt_spring_objectify/src/main/java/app/model/TwitterUser.java | 3a19e8bb133de52e4ab33aa115cebb36282f5e82 | [] | no_license | FingolfinTEK/lushlife | https://github.com/FingolfinTEK/lushlife | 14862e745b08e50de7eed766442cab977ca9a288 | 269c23208356350969af1c7dead6c9325ec6678c | refs/heads/master | 2016-09-14T14:35:37.641000 | 2011-07-18T03:56:26 | 2011-07-18T03:56:26 | 56,580,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class TwitterUser {
@Id
private String name;
private String token;
private String tokenSecret;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public Strin... | UTF-8 | Java | 569 | java | TwitterUser.java | Java | [] | null | [] | package app.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class TwitterUser {
@Id
private String name;
private String token;
private String tokenSecret;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public Strin... | 569 | 0.717047 | 0.717047 | 40 | 13.225 | 14.01158 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
85301a58d2d35c6ce5dab09e04d93549c3548be4 | 4,320,737,165,704 | 81a7c69965fd0793c78da304766671c030e1393f | /Xpath_Css/src/test/java/uk/axone/managingcontrols/TestHowToHandleRadioButton.java | 65b047f267b0d5148a20b7594bb235449dfabe59 | [] | no_license | durga301183/AxoneDevInTest_Module2 | https://github.com/durga301183/AxoneDevInTest_Module2 | 8224c028132e09ab941fb277023f40cd00f7d9be | 410f77e7433201fb82a436717745cfe1bf4ff72d | refs/heads/master | 2022-12-28T01:11:22.789000 | 2020-04-21T21:43:56 | 2020-04-21T21:43:56 | 257,723,537 | 0 | 0 | null | false | 2020-10-13T21:23:32 | 2020-04-21T21:47:30 | 2020-04-21T21:49:49 | 2020-10-13T21:23:31 | 3,322 | 0 | 0 | 1 | Java | false | false | package uk.axone.managingcontrols;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeT... | UTF-8 | Java | 1,381 | java | TestHowToHandleRadioButton.java | Java | [
{
"context": "kage uk.axone.managingcontrols;\n\nimport io.github.bonigarcia.wdm.WebDriverManager;\nimport org.openqa.selenium.",
"end": 63,
"score": 0.999238133430481,
"start": 53,
"tag": "USERNAME",
"value": "bonigarcia"
}
] | null | [] | package uk.axone.managingcontrols;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeT... | 1,381 | 0.688631 | 0.679218 | 43 | 31.11628 | 27.031601 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 6 |
a0df832b136df1b7362024f544be3c6917c2d9c3 | 3,272,765,107,902 | 3b47889417d11c87a2cf834afcc4277341c5818e | /enhanced-match-ticker-api-common/src/main/java/com/hkesports/matchticker/exception/ApiException.java | 1cca7086cf1587e7137ffa7b44291bc5d8d5e225 | [] | no_license | ilee9999/enhanced-match-ticker-api | https://github.com/ilee9999/enhanced-match-ticker-api | 8dda06f492ddf83ed3057faf51d5e32064196f93 | 81241fbd9df9e35a810c9b1e492b714729805709 | refs/heads/master | 2021-01-10T09:43:20.690000 | 2015-11-23T08:14:41 | 2015-11-23T08:14:41 | 44,957,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hkesports.matchticker.exception;
import com.hkesports.matchticker.enums.StatusCodeEnum;
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
protected StatusCodeEnum statusCode;
public ApiException(){}
public ApiException(String msessage) {
super(msessa... | UTF-8 | Java | 709 | java | ApiException.java | Java | [] | null | [] | package com.hkesports.matchticker.exception;
import com.hkesports.matchticker.enums.StatusCodeEnum;
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
protected StatusCodeEnum statusCode;
public ApiException(){}
public ApiException(String msessage) {
super(msessa... | 709 | 0.763047 | 0.761636 | 34 | 19.852942 | 19.32711 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.323529 | false | false | 6 |
595fcadd4e9d8388c800e226f4d8e60438e6e1be | 24,000,277,285,295 | 17c315e7003b5db14573747447d29242fc2c4a04 | /JavaProgamming/src/Cake.java | a6ad5028dab22275ec8286960c43c437a24682c5 | [] | no_license | heejeong211/JAVA-Projects | https://github.com/heejeong211/JAVA-Projects | 7c6b47f73fe307e8c236b29f333ac9d18d55bd29 | 560c2b396fa96b6889af949d70fa9f26168f21ef | refs/heads/master | 2021-01-03T04:36:20.183000 | 2020-02-12T04:15:24 | 2020-02-12T04:15:24 | 239,924,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Cake {
public void yummy() {
System.out.println("Yummy Cake"); // 함수 오버라이딩을 하고 다형성까지 하면 자식껄 부모꺼에 덮어씌어진다.
}
}
| UHC | Java | 190 | java | Cake.java | Java | [] | null | [] |
public class Cake {
public void yummy() {
System.out.println("Yummy Cake"); // 함수 오버라이딩을 하고 다형성까지 하면 자식껄 부모꺼에 덮어씌어진다.
}
}
| 190 | 0.653846 | 0.653846 | 7 | 17.428572 | 25.784033 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 6 |
e6dccfa2a9c11e0c245c259919060e9136d345bd | 8,684,423,886,260 | f3202cbf4061a4e40d48e6664619ebf63e29c613 | /src/ch/jamiete/bunbun/commands/PingCommand.java | 03de37cd52dfff552e358cf204f3d723be035cf5 | [] | no_license | jamietech/BunBun | https://github.com/jamietech/BunBun | 71ca6cac03ec2b8acb22da23f035aa78d099c1a8 | 1257e871d36f77f8bad099998de63da3e12004f6 | refs/heads/master | 2021-04-30T22:10:23.852000 | 2015-09-20T06:47:59 | 2015-09-20T06:47:59 | 34,038,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.jamiete.bunbun.commands;
import java.util.Arrays;
import org.kitteh.irc.client.library.element.Channel;
import org.kitteh.irc.client.library.element.User;
import ch.jamiete.bunbun.BunBun;
import ch.jamiete.bunbun.command.ChannelCommand;
public class PingCommand extends ChannelCommand {
public PingComm... | UTF-8 | Java | 733 | java | PingCommand.java | Java | [] | null | [] | package ch.jamiete.bunbun.commands;
import java.util.Arrays;
import org.kitteh.irc.client.library.element.Channel;
import org.kitteh.irc.client.library.element.User;
import ch.jamiete.bunbun.BunBun;
import ch.jamiete.bunbun.command.ChannelCommand;
public class PingCommand extends ChannelCommand {
public PingComm... | 733 | 0.701228 | 0.701228 | 25 | 28.32 | 26.160612 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 6 |
c43b1e8d87cc308ec6f3fb6b88efd878ac422c49 | 9,010,841,408,432 | b848ebb489227f062d1c382f4fa8583ee05dc8b0 | /src/main/java/com/yaleiden/archeryscore/FragmentEnterScore.java | bd7f504aadd494b62fc4758f878e138bc96f2a32 | [] | no_license | heureuxgame/3DArcheryScoreApp | https://github.com/heureuxgame/3DArcheryScoreApp | b85c46a01ac7e496c8ddde658d0ec36bcc0a8130 | 53a31654fae060303e9cc14cc7b279f9f7801fd7 | refs/heads/master | 2020-03-23T12:57:36.226000 | 2018-07-19T14:51:18 | 2018-07-19T14:51:18 | 141,592,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yaleiden.archeryscore;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Point;
import and... | UTF-8 | Java | 20,422 | java | FragmentEnterScore.java | Java | [
{
"context": "core for selected Archer and Target.\n *\n * @author Yale\n */\n\npublic class FragmentEnterScore extends Frag",
"end": 1228,
"score": 0.9976977109909058,
"start": 1224,
"tag": "NAME",
"value": "Yale"
},
{
"context": "der.SCORE_URI, null);\n\n String passName = \... | null | [] | package com.yaleiden.archeryscore;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Point;
import and... | 20,416 | 0.570561 | 0.561551 | 599 | 33.093491 | 27.271856 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651085 | false | false | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.