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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c1f2c3d362893040392f2bde576c360299c4726f | 39,161,511,838,045 | 9c8069432b46f5fb59c057416ac4f14347eece5e | /src/euler/problem4.java | 4c4eb4e10d2565959635eea7dc4bf626db34a448 | [] | no_license | fiskr/dabble | https://github.com/fiskr/dabble | 046fe066519b3ec219ea757d605c84b77f230983 | 127b8ab7f61c13bef2621ee0176bfaf52a9534f5 | refs/heads/master | 2021-01-18T15:14:51.152000 | 2013-06-08T04:50:50 | 2013-06-08T04:50:50 | 9,460,772 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Author: Brandon Foster
* Date: 12/25/2012
* Problem:
* A palindromic number reads the same both ways.
* The largest palindrome made from the product of
* two 2-digit numbers is 9009 = 91 × 99.
* Find the largest palindrome made from the product of two 3-digit numbers.
*/
package euler;
public clas... | UTF-8 | Java | 3,153 | java | problem4.java | Java | [
{
"context": "/*\n * Author: Brandon Foster\n * Date: 12/25/2012\n * Problem:\n * A palindromic ",
"end": 28,
"score": 0.9998791217803955,
"start": 14,
"tag": "NAME",
"value": "Brandon Foster"
}
] | null | [] | /*
* Author: <NAME>
* Date: 12/25/2012
* Problem:
* A palindromic number reads the same both ways.
* The largest palindrome made from the product of
* two 2-digit numbers is 9009 = 91 × 99.
* Find the largest palindrome made from the product of two 3-digit numbers.
*/
package euler;
public class proble... | 3,145 | 0.426713 | 0.411168 | 85 | 36.082352 | 24.666821 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494118 | false | false | 11 |
fd52f897a5ef88c6ff4fd0e06d91c7b1ae05875b | 38,697,655,362,702 | 7358a57c77c70e158716cbc10779b3e87b56b758 | /Design_Pattern/src/main/java/musementpark/online/facade/OperationAndMaintain_UI.java | ebc49b3b1b22f0eff67f301b96a4bdbc40aedc6e | [
"MIT"
] | permissive | Yxxxb/Design_Pattern | https://github.com/Yxxxb/Design_Pattern | ef838fae7c298629b48b04756a15d4dbb16119b2 | d7dae3ee836f02c9ea7e5be24eebebd555368010 | refs/heads/main | 2023-09-03T12:39:03.303000 | 2021-11-03T13:40:28 | 2021-11-03T13:40:28 | 425,465,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package musementpark.online.facade;
import musementpark.util.Print;
import musementpark.util.PrintInfo;
/**
* author: PandaLYZ
* description:该类为OperationAndMaintain_UI类,其向客户端提供了对游乐设施进行日常运维检修的一个接口,采用单例模式实现。同时,该类按顺序封装了进行运维检测的
* 具体操作,只需要客户端调用类的doMaintenance方法即可完成对游乐设施的运维检测,因此使用了外观模式。减少了客户端与系统内部的耦合。
*/
public class O... | UTF-8 | Java | 2,312 | java | OperationAndMaintain_UI.java | Java | [
{
"context": "mport musementpark.util.PrintInfo;\n\n/**\n * author: PandaLYZ\n * description:该类为OperationAndMaintain_UI类,其向客户端提",
"end": 129,
"score": 0.9991507530212402,
"start": 121,
"tag": "USERNAME",
"value": "PandaLYZ"
}
] | null | [] | package musementpark.online.facade;
import musementpark.util.Print;
import musementpark.util.PrintInfo;
/**
* author: PandaLYZ
* description:该类为OperationAndMaintain_UI类,其向客户端提供了对游乐设施进行日常运维检修的一个接口,采用单例模式实现。同时,该类按顺序封装了进行运维检测的
* 具体操作,只需要客户端调用类的doMaintenance方法即可完成对游乐设施的运维检测,因此使用了外观模式。减少了客户端与系统内部的耦合。
*/
public class O... | 2,312 | 0.68091 | 0.68091 | 54 | 32.370369 | 27.334211 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 11 |
a628253cee7d23a7a2115d27b82e7e3b0f3a3ae4 | 15,857,019,270,695 | 1ac64a07b161bad29ac87601783c0f384cdac641 | /AppointmentFrame.java | 436636360f819b4fb1f85a02d49b008a4713a10e | [] | no_license | TheValresh/AppointmentViewer | https://github.com/TheValresh/AppointmentViewer | ac92b8769824f9a4046fe8dd99ca66b508a920c4 | 73888564ee2b547feddac0d6ab7235fe928fcf86 | refs/heads/master | 2021-01-20T02:42:11.660000 | 2017-04-26T06:22:08 | 2017-04-26T06:22:08 | 89,440,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.FileNotFoundException;
import java.text.SimpleDateFormat;
import java.util.*;
/**
* Created by Ahnaf Mir STUDENT ID: 500570401 on 4/13/2017.
*/
public class AppointmentFrame e... | UTF-8 | Java | 20,624 | java | AppointmentFrame.java | Java | [
{
"context": "rmat;\r\nimport java.util.*;\r\n\r\n\r\n/**\r\n * Created by Ahnaf Mir STUDENT ID: 500570401 on 4/13/2017.\r\n */\r\npublic ",
"end": 246,
"score": 0.999787449836731,
"start": 237,
"tag": "NAME",
"value": "Ahnaf Mir"
},
{
"context": "Performed(ActionEvent e) {\r\n ... | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.FileNotFoundException;
import java.text.SimpleDateFormat;
import java.util.*;
/**
* Created by <NAME> STUDENT ID: 500570401 on 4/13/2017.
*/
public class AppointmentFrame exte... | 20,621 | 0.617048 | 0.612442 | 471 | 41.787685 | 30.191841 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789809 | false | false | 11 |
845d64b99ae96c48e8b140859dff382aa8d90e07 | 6,854,767,840,652 | 6f255b093357ec12fb5dbef292368f021b455a76 | /src/deadlybanquet/model/ItemsAndNameSingelton.java | 5dde5da3a47ad526390baf885e816d07477709a7 | [] | no_license | Mathcar/DeadlyBanquet | https://github.com/Mathcar/DeadlyBanquet | cff3aa9b440a746fe3177f7329d0143c2b41c6ae | 8c53f9fb55648eb23fc9c18bf89c4c6c93da73dc | refs/heads/master | 2021-01-18T21:57:35.209000 | 2016-05-25T23:05:08 | 2016-05-25T23:05:08 | 51,753,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package deadlybanquet.model;
import java.io.*;
import java.util.ArrayList;
/**
* Created by Tom on 2016-04-25.
*/
public class ItemsAndNameSingelton {
private ArrayList<String> allNPCNames;
private ArrayList<String> allNames;
private ArrayList<String> items;
private static ItemsAndNameSingelton ins... | UTF-8 | Java | 1,764 | java | ItemsAndNameSingelton.java | Java | [
{
"context": ".*;\nimport java.util.ArrayList;\n\n/**\n * Created by Tom on 2016-04-25.\n */\npublic class ItemsAndNameSinge",
"end": 98,
"score": 0.9981407523155212,
"start": 95,
"tag": "NAME",
"value": "Tom"
}
] | null | [] | package deadlybanquet.model;
import java.io.*;
import java.util.ArrayList;
/**
* Created by Tom on 2016-04-25.
*/
public class ItemsAndNameSingelton {
private ArrayList<String> allNPCNames;
private ArrayList<String> allNames;
private ArrayList<String> items;
private static ItemsAndNameSingelton ins... | 1,764 | 0.603741 | 0.598073 | 71 | 23.84507 | 19.842087 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366197 | false | false | 11 |
176aaf579c94204c21fc929560eff5c3c80adaa5 | 21,749,714,429,273 | 56728b8d2f0dd39541f2b16c7b88beb1061788dc | /src/com/box/game/planeandroid/SocketClient.java | bbbc2615199327e30ada2b07771a3bc7ff17c406 | [] | no_license | floralejandro07/Topgun--Android-based-jet-game | https://github.com/floralejandro07/Topgun--Android-based-jet-game | d3f79f8acdfef01850959c4844e58fbc122dcf75 | a693021d5e72df0ab368a365d400cc4267eadd70 | refs/heads/master | 2020-04-02T02:04:31.299000 | 2012-01-02T15:39:57 | 2012-01-02T15:39:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright 2011 codeoedoc
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 writing, software
di... | UTF-8 | Java | 2,011 | java | SocketClient.java | Java | [
{
"context": "/*\n Copyright 2011 codeoedoc\n\n Licensed under the Apache License, Version 2.0 ",
"end": 28,
"score": 0.9997000694274902,
"start": 19,
"tag": "USERNAME",
"value": "codeoedoc"
},
{
"context": " try {\n requestSocket = new Socket(\"127.0.0.1\", 2004);\n ... | null | [] | /*
Copyright 2011 codeoedoc
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 writing, software
di... | 2,011 | 0.565888 | 0.554948 | 83 | 23.228916 | 20.334152 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39759 | false | false | 11 |
20e2df2ec7b176de5112f783b988d083b899fbb9 | 14,448,270,026,422 | dddb90b63b4d4daa8b490e5f3a3ce765f92be6fc | /Android/LoginActivity.java | 91447d487632abb28321ecd3ec5ed6341c41f2b3 | [] | no_license | rashedoz/ECG_Graph | https://github.com/rashedoz/ECG_Graph | 1636fb10cd99c9b9ff8bd9d880c00c2a6c72bbd7 | b724778c53c951f8ed698d286899e6c365b39185 | refs/heads/master | 2018-11-30T22:14:22.115000 | 2018-11-29T09:14:42 | 2018-11-29T09:14:42 | 145,239,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rashed.ecgmonitoring;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.w... | UTF-8 | Java | 4,894 | java | LoginActivity.java | Java | [
{
"context": "ld.getText().toString();\n String password = nPasswordField.getText().toString();\n\n if(TextUtils.",
"end": 2441,
"score": 0.8623136281967163,
"start": 2432,
"tag": "PASSWORD",
"value": "nPassword"
},
{
"context": "ld.getText().toString();\n String... | null | [] | package com.example.rashed.ecgmonitoring;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.w... | 4,872 | 0.587658 | 0.587454 | 150 | 31.626667 | 30.378622 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54 | false | false | 11 |
5da39a7f783f05115387e3926620be39314589a5 | 618,475,335,107 | 1999a5e48b85d9cbe665f957bb342091cacf106c | /src/test/ImageEntity.java | 92cc3304cdcd135b0ed6c18a77e0afbf25ba8fa0 | [] | no_license | Madao17/Balmung | https://github.com/Madao17/Balmung | a34f59a014223963b2863d4fa6ef954a9b929b83 | b71c3252c08648a76c477b75bc3389e8dab6b195 | refs/heads/master | 2021-01-10T22:08:19.768000 | 2012-04-14T01:38:24 | 2012-04-14T01:38:24 | 3,375,126 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import entityGame.Entity;
import entityGame.EntityGame;
public class ImageEntity implements Entity {
private String id;
private Image img;
private Rectangle bound;
public ImageEntity(String id, Image img... | UTF-8 | Java | 1,065 | java | ImageEntity.java | Java | [] | null | [] | package test;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import entityGame.Entity;
import entityGame.EntityGame;
public class ImageEntity implements Entity {
private String id;
private Image img;
private Rectangle bound;
public ImageEntity(String id, Image img... | 1,065 | 0.671362 | 0.669484 | 53 | 18.094339 | 17.72352 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490566 | false | false | 11 |
9df99109fddba8129dadc7dfbc1b7f7291a53c7b | 9,929,964,442,007 | 30fb2305c07aabc919c224f9d43f7e6310e282b6 | /Grocery_8mm/app/src/main/java/com/example/ps12868_assignment_8mm/Fragments/OrdersFragment.java | 6fb4b6ded883bfca819aaaf7ee5ffc5a60c7e84b | [] | no_license | huyboken/Android-Networking-8mm-Grocery-App | https://github.com/huyboken/Android-Networking-8mm-Grocery-App | 7461bd3d3a61d5fff2a661402173c057bbdc466a | 3ab81fb1b44ce220e939548ecf0b0fd6dd80e91b | refs/heads/master | 2023-07-22T08:37:39.888000 | 2021-09-06T07:40:41 | 2021-09-06T07:40:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ps12868_assignment_8mm.Fragments;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyc... | UTF-8 | Java | 26,026 | java | OrdersFragment.java | Java | [] | null | [] | package com.example.ps12868_assignment_8mm.Fragments;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyc... | 26,026 | 0.703413 | 0.687142 | 424 | 58.285378 | 51.484573 | 226 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266509 | false | false | 11 |
418b970c80fdfec1a4b24d1a3c9e87a43d5df607 | 30,537,217,503,577 | 3e6513e97a8822d5fb4873f1b16ce7a8a14a7739 | /src/test/java/com/tang/async/AsyncDemoTest.java | 67cd48c2c1fa4f3c89c716e2ebaafe96aafdbdf6 | [] | no_license | TangXW777/spring-boot-test | https://github.com/TangXW777/spring-boot-test | a9b6438c404cd9adee1b25d81544a684e9d2915b | d4b54b4fbcedb2c54c3ed12d57c501c12a5f6878 | refs/heads/master | 2020-04-27T07:49:32.033000 | 2019-03-06T15:04:25 | 2019-03-06T15:04:25 | 174,148,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tang.async;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import java.util.concurrent.Future;
@SpringBootTest... | UTF-8 | Java | 669 | java | AsyncDemoTest.java | Java | [] | null | [] | package com.tang.async;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import java.util.concurrent.Future;
@SpringBootTest... | 669 | 0.751868 | 0.745889 | 27 | 23.777779 | 21.461996 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 11 |
a011597c012f792803a683258e6f1c870568cfd0 | 22,454,089,092,165 | 634106a53e93682a6b71d67ab863349926b18717 | /Lab3/src/RationalTest.java | 70d97022e823d044ba8162b6e7eba06934ccae58 | [] | no_license | Catherine-Paul/Lab3 | https://github.com/Catherine-Paul/Lab3 | ca3d9d85c71908b678d27ff73fe5bc2510921624 | 3667061b54c0bc07fbd4f71692edfe5213554d1d | refs/heads/master | 2021-01-01T15:35:15.738000 | 2014-02-20T17:30:08 | 2014-02-20T17:30:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static org.junit.Assert.*;
import org.junit.Test;
import junit.framework.TestCase;
public class RationalTest extends TestCase {
protected Rational HALF;
protected void setUp() {
HALF = new Rational( 1, 2 );
}
// Create new test
public RationalTest (String name) ... | UTF-8 | Java | 5,361 | java | RationalTest.java | Java | [] | null | [] | import static org.junit.Assert.*;
import org.junit.Test;
import junit.framework.TestCase;
public class RationalTest extends TestCase {
protected Rational HALF;
protected void setUp() {
HALF = new Rational( 1, 2 );
}
// Create new test
public RationalTest (String name) ... | 5,361 | 0.535908 | 0.51427 | 180 | 27.794445 | 22.444424 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.994444 | false | false | 11 |
df409cbe31703167ee9cffb3db1ab6c787e2c4f5 | 24,584,392,833,294 | 6bfce045b845746d74ae350ee7e31be9ccb25db0 | /src/Abstract/Vehicle.java | 8804f935bddff9dbc23d4f7f7940c8b03512166d | [] | no_license | navreetKaur/InfyJavaClass | https://github.com/navreetKaur/InfyJavaClass | dbd66258313df0553d23e3da5f5663d739ddeaa4 | c95a5d213e70331a28138b28b1b17edda2167554 | refs/heads/master | 2021-01-17T18:04:30.866000 | 2016-06-22T18:29:27 | 2016-06-22T18:29:27 | 61,737,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Abstract;
public abstract class Vehicle {
public abstract String run();
public abstract String stop();
public abstract String accelerate();
}
| UTF-8 | Java | 155 | java | Vehicle.java | Java | [] | null | [] | package Abstract;
public abstract class Vehicle {
public abstract String run();
public abstract String stop();
public abstract String accelerate();
}
| 155 | 0.76129 | 0.76129 | 8 | 18.375 | 14.91591 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 11 |
274c475417316d1c0907be2f7a8070c57854805d | 14,869,176,799,196 | 70b29621776be22dd9fbb24bb35728ae98383eb5 | /src/Servidor/Delegado.java | 3c42f29ad5c08840c89159d6b5301a9324808a2e | [] | no_license | cmcastro85/Lab4Infracom | https://github.com/cmcastro85/Lab4Infracom | d37493ae6c8fc181388b09d27741f6bf34a84aeb | 350d7ec9996d9a4e9fea7b3841187f3be1507d98 | refs/heads/master | 2020-08-03T12:52:17.522000 | 2019-09-30T02:26:18 | 2019-09-30T02:26:18 | 211,758,697 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Servidor;
import java.awt.image.BufferedImage;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import j... | UTF-8 | Java | 3,805 | java | Delegado.java | Java | [] | null | [] | package Servidor;
import java.awt.image.BufferedImage;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import j... | 3,805 | 0.636077 | 0.633184 | 161 | 22.621119 | 19.191725 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.645963 | false | false | 11 |
4648a10a231a04bf773bf6dc2fd67c9cda7561db | 21,955,872,857,669 | 502ea93de54a1be3ef42edb0412a2bf4bc9ddbef | /sources/com/facebook/ads/NativeAdLayout.java | 234a82827ce27a8a950cfd33708ef9d93dc699e9 | [] | no_license | dovanduy/MegaBoicotApk | https://github.com/dovanduy/MegaBoicotApk | c0852af0773be1b272ec907113e8f088addb0f0c | 56890cb9f7afac196bd1fec2d1326f2cddda37a3 | refs/heads/master | 2020-07-02T04:28:02.199000 | 2019-08-08T20:44:49 | 2019-08-08T20:44:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ads;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.LayoutParams;
import android.widget.FrameLayout;
import com.facebook.ads.internal.p115w.p117b.C2342x;
import com.facebook.ads.internal.view.... | UTF-8 | Java | 1,813 | java | NativeAdLayout.java | Java | [] | null | [] | package com.facebook.ads;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.LayoutParams;
import android.widget.FrameLayout;
import com.facebook.ads.internal.p115w.p117b.C2342x;
import com.facebook.ads.internal.view.... | 1,813 | 0.636514 | 0.576944 | 69 | 25.275362 | 20.142164 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57971 | false | false | 11 |
c886bb8a4d45930f9153b8d2f413c73dc1c9eb7e | 8,899,172,304,317 | f7db37ed1435284b009392f591f71f4619bb9ff3 | /src/main/java/org/raviolini/aspects/io/configuration/drivers/FileConfigDriver.java | c298d9f4abd92617f52870311dd52c9306b2af76 | [] | no_license | otaviofff/raviolini | https://github.com/otaviofff/raviolini | 2ab22037d8e01fd37ea36dc368b3af453ab73d22 | d18c1cd2fd4117ffb0cb64b4bdb7e142967f486d | refs/heads/master | 2021-01-10T05:59:55.881000 | 2018-01-02T03:44:50 | 2018-01-02T03:44:50 | 43,460,284 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.raviolini.aspects.io.configuration.drivers;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.raviolini.aspects.io.configuration.exceptions.UnloadableConfigException;
public class FileConfigDriver extends Abstra... | UTF-8 | Java | 1,824 | java | FileConfigDriver.java | Java | [] | null | [] | package org.raviolini.aspects.io.configuration.drivers;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.raviolini.aspects.io.configuration.exceptions.UnloadableConfigException;
public class FileConfigDriver extends Abstra... | 1,824 | 0.626096 | 0.626096 | 66 | 26.651516 | 25.389984 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 11 |
871a31120a1c9ef7e8cb0f8e856bf630984625ef | 34,668,976,035,354 | 6f4ea0e43b59312463a700761d04831a5d128259 | /src/main/java/com/rgs/effectivejava/entity/section3/InstrumentedHashSet.java | 0e525862e48538c4f5cc90e5b4c3504b7f58da1f | [] | no_license | Lunzqd/EffectiveJava | https://github.com/Lunzqd/EffectiveJava | 8dbd350a3eed02dc878f015ad3f812a8da6161b0 | 4e0d6cb45760e067fe1990e29c55d06793343c79 | refs/heads/master | 2022-10-12T20:59:47.407000 | 2019-12-04T09:16:27 | 2019-12-04T09:16:27 | 219,404,020 | 0 | 1 | null | false | 2022-09-01T23:15:20 | 2019-11-04T02:49:32 | 2019-12-04T09:16:31 | 2022-09-01T23:15:18 | 1,557 | 0 | 1 | 4 | Java | false | false | package com.rgs.effectivejava.entity.section3;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import java.util.Collection;
import java.util.HashSet;
/**
* 重写一个HashSet,计算从创立对象到现在为止,有多少元素被添加过
* addedCount!=set.size()
* @param <E>
*/
@Data
public class InstrumentedHashSet... | UTF-8 | Java | 873 | java | InstrumentedHashSet.java | Java | [] | null | [] | package com.rgs.effectivejava.entity.section3;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import java.util.Collection;
import java.util.HashSet;
/**
* 重写一个HashSet,计算从创立对象到现在为止,有多少元素被添加过
* addedCount!=set.size()
* @param <E>
*/
@Data
public class InstrumentedHashSet... | 873 | 0.678091 | 0.675643 | 42 | 18.452381 | 17.667837 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 11 |
04fc87e50c98b2aa3320c71fb2e257f795488bed | 31,129,922,991,890 | 3d6d99a83fee97d85395475a79823e90848a5e31 | /Calculator.java | 9097a91e0cf94b40e8c3cf296abd6c5362b09ee5 | [] | no_license | mclarsson/inlupp4 | https://github.com/mclarsson/inlupp4 | 9182f36c8f473af064467992e4b9420cd272a98f | f23d8fc9fcda61ccfa89e9c3aa8367f620dc4521 | refs/heads/master | 2021-08-23T09:25:43.440000 | 2017-12-04T13:41:20 | 2017-12-04T13:41:20 | 111,679,353 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.util.*;
public class Calculator {
/**
* Main function for the program. Starts the calculator and initializes a new parser.
* Throws exceptions when necessary.
*
*/
public static void main(String[] args){
Parser p = new Parser();
Sexpr expr;... | UTF-8 | Java | 1,301 | java | Calculator.java | Java | [] | null | [] |
import java.io.IOException;
import java.util.*;
public class Calculator {
/**
* Main function for the program. Starts the calculator and initializes a new parser.
* Throws exceptions when necessary.
*
*/
public static void main(String[] args){
Parser p = new Parser();
Sexpr expr;... | 1,301 | 0.539585 | 0.539585 | 48 | 26.0625 | 22.804792 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 11 |
86e3f440f70b139bec78b1057404671adc0f5255 | 35,536,559,419,659 | 01b06873d4bbae8604580c883c62e6360761634d | /src/main/java/scotch/compiler/ast/InstanceMembersNode.java | 1ea297889b6fee1653d6a7e1c7e7b3837e351a77 | [] | no_license | amukiza/scotch-lang | https://github.com/amukiza/scotch-lang | a2ef03498bf7dae78512d9e4e7aae34066e6cacd | 10ab960e4189c3c06e5d41ab23c43cee1fbe5827 | refs/heads/master | 2021-01-14T08:57:09.837000 | 2015-04-28T16:55:33 | 2015-04-28T16:55:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scotch.compiler.ast;
import java.util.List;
import com.google.common.collect.ImmutableList;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;
import scotch.compiler.text.SourceLocation;
@EqualsAndHashCode(callSuper = false)
@ToString(exclude = "sourceLocation")
public class Instan... | UTF-8 | Java | 1,015 | java | InstanceMembersNode.java | Java | [] | null | [] | package scotch.compiler.ast;
import java.util.List;
import com.google.common.collect.ImmutableList;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;
import scotch.compiler.text.SourceLocation;
@EqualsAndHashCode(callSuper = false)
@ToString(exclude = "sourceLocation")
public class Instan... | 1,015 | 0.749754 | 0.749754 | 31 | 31.741936 | 27.145924 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 11 |
692c2d015a0c94af45da8c613437ae0082f0623d | 5,042,291,613,259 | 3bd2c6ad5376148f66d3d7521b648c04ea7870b1 | /src/main/java/csata/jatek/harc/TaborBarmi.java | 226ec0576783fc7bfd5f229d3767591e6cf2f6ca | [] | no_license | oaron/Projekteszkozok | https://github.com/oaron/Projekteszkozok | 31cb06e60a65dffca6085fb3e105dd610c539005 | 791674c2cd4ba6d4d59e2543b33249df79532b16 | refs/heads/master | 2020-12-31T04:56:11.548000 | 2016-05-23T16:08:05 | 2016-05-23T16:08:05 | 56,449,907 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package csata.jatek.harc;
import csata.jatek.HarcInterface;
import csata.jatek.Jatekos;
import csata.jatek.szereplo.Tabor;
/**
*
* Tabor bármilyen játékossal valo harcat reprezentalo osztaly.
* A tabor nem tud vedekezni.
*
*/
public class TaborBarmi implements HarcInterface {
@Override
public Class getJatekos... | ISO-8859-2 | Java | 553 | java | TaborBarmi.java | Java | [] | null | [] | package csata.jatek.harc;
import csata.jatek.HarcInterface;
import csata.jatek.Jatekos;
import csata.jatek.szereplo.Tabor;
/**
*
* Tabor bármilyen játékossal valo harcat reprezentalo osztaly.
* A tabor nem tud vedekezni.
*
*/
public class TaborBarmi implements HarcInterface {
@Override
public Class getJatekos... | 553 | 0.74 | 0.736364 | 30 | 17.333334 | 17.853727 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 11 |
41c5cd0a7a1b43a3c942e9dbd6050a5e06bd7b30 | 33,251,636,820,426 | ef4b1e99cc8f010f5eccf63445192967ac963e18 | /src/main/java/com/noaa/nema/viewer/service/impl/CommonServiceImpl.java | d7b5a18de442237f796c972076b8b3fddae481f1 | [] | no_license | kyr6886/advis | https://github.com/kyr6886/advis | 9c71d583fb2ea2746d6c689b742184932b040b47 | ed0841d3c18035b639932ded35c2a9195820fa9e | refs/heads/master | 2022-12-14T09:22:01.760000 | 2020-01-13T06:14:56 | 2020-01-13T06:14:56 | 233,521,972 | 0 | 0 | null | false | 2022-12-10T14:42:22 | 2020-01-13T05:56:21 | 2020-01-13T06:15:30 | 2022-12-10T14:42:21 | 28,428 | 0 | 0 | 17 | JavaScript | false | false | package com.noaa.nema.viewer.service.impl;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | UTF-8 | Java | 39,960 | java | CommonServiceImpl.java | Java | [] | null | [] | package com.noaa.nema.viewer.service.impl;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | 39,960 | 0.694945 | 0.682257 | 1,055 | 36.876778 | 30.166269 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.69763 | false | false | 11 |
b616850a0615a59879bb29edcf898788501ef783 | 14,748,917,730,521 | b3b2380bd5872cd3075461f0a2e8539cb47c89aa | /elasticsearch-spring-boot-starter/src/main/java/com/digitalgd/dpd/elasticsearch/config/ElasticSearchUtil.java | 9c364629659dca875592a4173f2a7d3635b9596e | [
"Apache-2.0"
] | permissive | chenglinjava68/spring-boot-starters | https://github.com/chenglinjava68/spring-boot-starters | 025c1b381a86227922bec7889fd3628a9eef0f8e | 4ac0126ff96d18ef6885da05c9cfc64858d99aa9 | refs/heads/master | 2023-06-15T15:29:24.025000 | 2021-07-15T03:46:03 | 2021-07-15T03:46:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.digitalgd.dpd.elasticsearch.config;
//
//import io.micrometer.core.instrument.util.StringUtils;
//import lombok.extern.slf4j.Slf4j;
//import org.apache.http.HttpHost;
//import org.apache.http.auth.AuthScope;
//import org.apache.http.auth.UsernamePasswordCredentials;
//import org.apache.http.client.Credent... | UTF-8 | Java | 29,520 | java | ElasticSearchUtil.java | Java | [
{
"context": "Scope.ANY,\n//\t\t\t\tnew UsernamePasswordCredentials(\"elastic\", \"ap20pOPS20\"));\n//\t\trestClientBuilder.setHttpCl",
"end": 4815,
"score": 0.6948504447937012,
"start": 4808,
"tag": "USERNAME",
"value": "elastic"
},
{
"context": "//\t\t\t\tnew UsernamePasswordCreden... | null | [] | //package com.digitalgd.dpd.elasticsearch.config;
//
//import io.micrometer.core.instrument.util.StringUtils;
//import lombok.extern.slf4j.Slf4j;
//import org.apache.http.HttpHost;
//import org.apache.http.auth.AuthScope;
//import org.apache.http.auth.UsernamePasswordCredentials;
//import org.apache.http.client.Credent... | 29,520 | 0.655588 | 0.649772 | 632 | 42.800632 | 33.599911 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.061709 | false | false | 11 |
65ef2c8af3727b9fe78c2ef44372a3514244a578 | 14,190,571,965,776 | a50812b83436a61c92df667c01880e9deda9504b | /src/main/java/com/projet/isidis/web/menusoap/MenusRequest.java | 627d75df0a6b785d5f3b835a11050bf031e97ee7 | [] | no_license | YANLINQU/projet_isidis | https://github.com/YANLINQU/projet_isidis | 231e6799b924833c688a16ec3d400ff608dfa223 | e41fcfd41f526497d0877670e6179ca949550d19 | refs/heads/master | 2021-05-13T22:51:06.629000 | 2018-03-29T21:12:19 | 2018-03-29T21:12:19 | 116,497,178 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.projet.isidis.web.menusoap;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>anonymous complex type\u7684 Jav... | UTF-8 | Java | 1,639 | java | MenusRequest.java | Java | [] | null | [] |
package com.projet.isidis.web.menusoap;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>anonymous complex type\u7684 Jav... | 1,639 | 0.635143 | 0.560098 | 63 | 25 | 26.171595 | 126 | false | false | 0 | 0 | 120 | 0.109823 | 0 | 0 | 0.349206 | false | false | 11 |
54f7406d593cbb13e1d808a71d56e45113840ca8 | 627,065,255,902 | 42838074a1b1e29f48a257b9b0afeadd3d830be0 | /core/src/com/mayhem/overlay/IActionAcknowledgmentListner.java | c9139f1620c6ebd1d0f1a231f867e063126fc9aa | [] | no_license | dreadnought303/MajorMayhem | https://github.com/dreadnought303/MajorMayhem | a86c8eef3afca4342fd3fbe9f9e69bdd48fa965c | 8c2b0c90ef0ecb62fd6c26e6c0fa868d4c9a9dad | refs/heads/master | 2020-05-30T15:04:09.955000 | 2014-08-31T20:38:12 | 2014-08-31T20:38:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mayhem.overlay;
public interface IActionAcknowledgmentListner {
public void acknowledgmentReceived(long messageid, Object result);
}
| UTF-8 | Java | 147 | java | IActionAcknowledgmentListner.java | Java | [] | null | [] | package com.mayhem.overlay;
public interface IActionAcknowledgmentListner {
public void acknowledgmentReceived(long messageid, Object result);
}
| 147 | 0.836735 | 0.836735 | 5 | 28.4 | 26.058395 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 11 |
619dea48d5cb4c7890295858e055c25e7ae49222 | 33,303,176,467,871 | 5f3e14720140eae3bcd517b2b56813e54f5ba7f3 | /src/main/java/com/ailtonluiz/erpapi/api/disassembler/GroupInputDisassembler.java | 3cb46fe7cec9b6382991b4aac0571d2747d683ff | [] | no_license | ailtonluiz/erp-api | https://github.com/ailtonluiz/erp-api | b5a9b4266898b58df69c39f18cb93d38fea579ce | 913bf1399a2562941709f0c3114b1bf070fb1fde | refs/heads/master | 2023-08-21T10:57:23.634000 | 2021-10-15T19:34:18 | 2021-10-15T19:34:18 | 416,838,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ailtonluiz.erpapi.api.disassembler;
import com.ailtonluiz.erpapi.api.model.input.GroupInput;
import com.ailtonluiz.erpapi.domain.model.Group;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
publ... | UTF-8 | Java | 653 | java | GroupInputDisassembler.java | Java | [] | null | [] | package com.ailtonluiz.erpapi.api.disassembler;
import com.ailtonluiz.erpapi.api.model.input.GroupInput;
import com.ailtonluiz.erpapi.domain.model.Group;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
publ... | 653 | 0.782542 | 0.782542 | 23 | 27.434782 | 24.696112 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 11 |
99f77b76dc937bbca7c1c76002725bc7b0ae4100 | 33,303,176,468,956 | 3b0d03e1d84aa22d0c3f99547742a282ffe535c1 | /app/src/main/java/jp/faraopro/play/frg/mode/LoginSelectFragment.java | 04631e0be9cfc3a59f93d086d4631c4d2c246ecc | [] | no_license | faith-masui/FaRaoPRO_kotlin | https://github.com/faith-masui/FaRaoPRO_kotlin | 03c5660286b1891448783efe66472ea4618986eb | c898be80e5f6b61c45cf17d6380c064c5908c3c0 | refs/heads/master | 2020-04-01T22:10:54.727000 | 2018-10-18T23:17:10 | 2018-10-18T23:17:10 | 153,695,844 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.faraopro.play.frg.mode;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import andro... | UTF-8 | Java | 4,677 | java | LoginSelectFragment.java | Java | [
{
"context": "ient.MCUserInfoPreference;\r\n\r\n/**\r\n * \r\n * @author Aim タイトルバー\r\n */\r\npublic class LoginSelectFragment extends Frag",
"end": 889,
"score": 0.9552031755447388,
"start": 879,
"tag": "NAME",
"value": "Aim タイトルバー"
},
{
"context": ".DEVELOPER_MODE) {\r\n ... | null | [] | package jp.faraopro.play.frg.mode;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import andro... | 4,645 | 0.689052 | 0.683654 | 150 | 28.873333 | 26.724344 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 11 |
7dd30d6df2456a684942c5251d03cd30e83f1d37 | 21,242,908,267,790 | f7b6ef06c7fee4985e8bba5edce208b3af0c13ab | /server/jeecg/sdk-jeecg/src/jeecg/ext/sdk/entity/SdkOutChannelDetail.java | b4073a00517a35d6f7563281e089af0f3c20cd5a | [] | no_license | iNarcissuss/bird_pay_sdk | https://github.com/iNarcissuss/bird_pay_sdk | 4d2bc9f4e9b11e4524c36fd3925f836e81ecf6d2 | 22bbcd36b72b2a125a92023039e6958647cca977 | refs/heads/master | 2021-01-15T09:56:33.799000 | 2016-06-26T13:54:09 | 2016-06-26T13:54:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jeecg.ext.sdk.entity;
import java.sql.Timestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.JoinColu... | UTF-8 | Java | 2,236 | java | SdkOutChannelDetail.java | Java | [] | null | [] | package jeecg.ext.sdk.entity;
import java.sql.Timestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id;
import javax.persistence.JoinColu... | 2,236 | 0.753131 | 0.751342 | 93 | 23.053764 | 20.172571 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236559 | false | false | 11 |
10f982e7dc153817aaacd2574411e62327932960 | 12,670,153,555,695 | aa5245a21140bd1858c58a2310f59667a986f53e | /src/main/java/ru/parsentev/task_004/IsoscelesTriangle.java | a9ff3ddaafccc43aeb3ebaa4fb519797a213202f | [
"MIT"
] | permissive | CargiMan/course_test | https://github.com/CargiMan/course_test | 12a7b408bc4f683e5f903e04bfe814e3dc301e3a | 2211624434fefc0aaede4e642e75d841207f8853 | refs/heads/master | 2020-05-20T19:32:06.655000 | 2017-02-08T17:46:08 | 2017-02-08T17:46:08 | 66,152,027 | 0 | 0 | null | true | 2016-08-20T14:51:52 | 2016-08-20T14:51:51 | 2016-08-20T14:51:52 | 2016-07-30T12:16:04 | 41 | 0 | 0 | 0 | Java | null | null | package ru.parsentev.task_004;
import org.slf4j.Logger;
import ru.parsentev.task_002.Point;
import ru.parsentev.task_003.Triangle;
import static org.slf4j.LoggerFactory.getLogger;
/**
* TODO: comment
*
* @author parsentev
* @since 28.07.2016
*/
public class IsoscelesTriangle extends Triangle {
private stati... | UTF-8 | Java | 947 | java | IsoscelesTriangle.java | Java | [
{
"context": "ory.getLogger;\n\n/**\n * TODO: comment\n *\n * @author parsentev\n * @since 28.07.2016\n */\npublic class IsoscelesTr",
"end": 227,
"score": 0.996942937374115,
"start": 218,
"tag": "USERNAME",
"value": "parsentev"
}
] | null | [] | package ru.parsentev.task_004;
import org.slf4j.Logger;
import ru.parsentev.task_002.Point;
import ru.parsentev.task_003.Triangle;
import static org.slf4j.LoggerFactory.getLogger;
/**
* TODO: comment
*
* @author parsentev
* @since 28.07.2016
*/
public class IsoscelesTriangle extends Triangle {
private stati... | 947 | 0.62302 | 0.602957 | 36 | 25.305555 | 21.546873 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
209e04cc53cca1ee84e06a0ce051cc04e4dc69ec | 10,153,302,745,014 | aad9b37436cc8655f95f227d887941d6dc4b8a7d | /beanpod-as/src/main/java/org/beanpod/auth/service/impl/UserService.java | 4d020b8923119254ac19f24831dc4e5ad4f2bb2d | [] | no_license | ChenBravery/beanpod | https://github.com/ChenBravery/beanpod | ab2b8b46cde941e6a5041d86922b9a4d49dabb88 | 37b68ccbd239c1e5d135daed6b2db1f2f1d3b426 | refs/heads/master | 2021-04-26T08:55:40.679000 | 2017-10-16T16:05:57 | 2017-10-16T16:05:57 | 106,944,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.beanpod.auth.service.impl;
import java.util.List;
import org.beanpod.auth.entity.User;
import org.beanpod.auth.dao.mapper.IUserDao;
import org.beanpod.auth.msg.user.UserListReq;
import org.beanpod.auth.msg.user.UserListResp;
import org.beanpod.auth.msg.user.UserResp;
import org.beanpod.auth.servi... | UTF-8 | Java | 1,759 | java | UserService.java | Java | [] | null | [] | package org.beanpod.auth.service.impl;
import java.util.List;
import org.beanpod.auth.entity.User;
import org.beanpod.auth.dao.mapper.IUserDao;
import org.beanpod.auth.msg.user.UserListReq;
import org.beanpod.auth.msg.user.UserListResp;
import org.beanpod.auth.msg.user.UserResp;
import org.beanpod.auth.servi... | 1,759 | 0.690165 | 0.685617 | 69 | 23.492754 | 19.350784 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.811594 | false | false | 11 |
105a6d39fce8e8e1b1fbfa2ed977e9fe364d2853 | 12,034,498,412,833 | 29f4101abc7603f5b020bae2d9fa8b88eef2906b | /backend/src/main/java/com/example/demo/repositories/TagNoteConnectionRepository.java | ecb904190037c26a0b11c4c44e411c6b7d9144b2 | [] | no_license | BartoszWilkk/Notatnix | https://github.com/BartoszWilkk/Notatnix | 42d094e20b66ca31457264bf76799706dffebda9 | 9049cd55f6df11b9537e326f09a4b2f590fba268 | refs/heads/master | 2023-02-02T12:53:23.294000 | 2020-06-14T23:49:43 | 2020-06-14T23:49:43 | 247,717,933 | 0 | 0 | null | false | 2023-01-07T16:14:32 | 2020-03-16T14:04:16 | 2020-06-14T23:51:42 | 2023-01-07T16:14:32 | 4,081 | 0 | 0 | 25 | Java | false | false | package com.example.demo.repositories;
import com.example.demo.composite.keys.TagNoteConnectionId;
import com.example.demo.entities.TagNoteConnectionEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import javax.transaction.Transactional;
import java.util.List;
public interface TagNoteConnectionR... | UTF-8 | Java | 648 | java | TagNoteConnectionRepository.java | Java | [] | null | [] | package com.example.demo.repositories;
import com.example.demo.composite.keys.TagNoteConnectionId;
import com.example.demo.entities.TagNoteConnectionEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import javax.transaction.Transactional;
import java.util.List;
public interface TagNoteConnectionR... | 648 | 0.848765 | 0.848765 | 15 | 42.200001 | 34.213448 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 11 |
c507370bf2d86b234f9defb694ef505047109414 | 12,034,498,416,192 | b831dccf86c0799cc385e7e733969d0db6e93716 | /src/main/java/com/salesforce/iblockedu/IBlockedU/controllers/IBlockedUAdminController.java | 9debb60c13ce7be5bdc89c35471aad92c8962a18 | [] | no_license | kobyperets/i-blocked-u | https://github.com/kobyperets/i-blocked-u | 2be12f76779bae3df5774af0a7dfe49642897920 | ce91a16aeaf5a0dc2a958c3db167eb5be90430e9 | refs/heads/master | 2021-09-03T09:51:40.659000 | 2018-01-08T05:59:09 | 2018-01-08T05:59:09 | 111,665,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.salesforce.iblockedu.IBlockedU.controllers;
import com.salesforce.iblockedu.IBlockedU.dal.CarsDal;
import com.salesforce.iblockedu.IBlockedU.logic.BlocksLogic;
import com.salesforce.iblockedu.IBlockedU.logic.UsersLogic;
import com.salesforce.iblockedu.IBlockedU.model.Block;
import com.salesforce.iblockedu.... | UTF-8 | Java | 1,868 | java | IBlockedUAdminController.java | Java | [
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by doron.levi on 29/11/2017.\n */\n\n@RestController\n@RequestMappi",
"end": 641,
"score": 0.9791904091835022,
"start": 631,
"tag": "USERNAME",
"value": "doron.levi"
}
] | null | [] | package com.salesforce.iblockedu.IBlockedU.controllers;
import com.salesforce.iblockedu.IBlockedU.dal.CarsDal;
import com.salesforce.iblockedu.IBlockedU.logic.BlocksLogic;
import com.salesforce.iblockedu.IBlockedU.logic.UsersLogic;
import com.salesforce.iblockedu.IBlockedU.model.Block;
import com.salesforce.iblockedu.... | 1,868 | 0.745182 | 0.740899 | 74 | 24.243244 | 24.9382 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364865 | false | false | 11 |
6ba1edd2ca530fd517a2b5176e9438c1528fac51 | 21,938,692,955,039 | 4d6b0ba23239f9a49c1219c29ca15dee62553195 | /src/test/java/MyService.java | a8c5bc7d82e5003038c9c4af9bf1f58756567783 | [] | no_license | Ohrimenko1988/quice_tutorial | https://github.com/Ohrimenko1988/quice_tutorial | 72951383dcb3d4132a834d0f04fb414124855eed | eeecb75811c82ff38d9396b5d79081c30f5e9f21 | refs/heads/master | 2020-03-21T00:41:00.110000 | 2019-08-14T13:20:45 | 2019-08-14T13:20:45 | 137,904,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.google.inject.Inject;
import com.google.inject.Singleton;
import test_interface.TestInterface;
@Singleton
public class MyService {
private TestInterface testInterface;
@Inject
MyService(TestInterface testInterface){
this.testInterface = testInterface;
}
public void doSomething(){
testInt... | UTF-8 | Java | 350 | java | MyService.java | Java | [] | null | [] | import com.google.inject.Inject;
import com.google.inject.Singleton;
import test_interface.TestInterface;
@Singleton
public class MyService {
private TestInterface testInterface;
@Inject
MyService(TestInterface testInterface){
this.testInterface = testInterface;
}
public void doSomething(){
testInt... | 350 | 0.762857 | 0.762857 | 19 | 17.421053 | 16.236139 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 11 |
1578bc98fccff5fbdfd621448d8ebe09d5aec40e | 29,403,346,169,326 | a147c2a566a1c9fc12330da0f5b4313af8894f67 | /app/src/test/java/com/example/shanesardinha/codeproject/Activity/DetailSongActivityTest.java | bc164a2d6d517943961246acfe97db23ec7b0e25 | [] | no_license | creed6312/CodeProject | https://github.com/creed6312/CodeProject | 3bb8831b14f0fca131b62e73a3e2f5fad2a9e3a0 | 92b17fe3f9ff393b2de802c379717bea70e74599 | refs/heads/master | 2021-01-20T17:26:45.992000 | 2016-08-16T09:56:00 | 2016-08-16T09:56:00 | 65,184,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shanesardinha.codeproject.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.example.shanesardinha.codeproject.BuildConfig;
import com.example.shanesardinha.codeproject.D... | UTF-8 | Java | 5,331 | java | DetailSongActivityTest.java | Java | [
{
"context": "core.api.Assertions.assertThat;\n\n/**\n * Created by shanesardinha on 2016/08/11.\n */\n@RunWith(CustomRobolectricRunn",
"end": 1245,
"score": 0.996860682964325,
"start": 1232,
"tag": "USERNAME",
"value": "shanesardinha"
}
] | null | [] | package com.example.shanesardinha.codeproject.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.example.shanesardinha.codeproject.BuildConfig;
import com.example.shanesardinha.codeproject.D... | 5,331 | 0.751454 | 0.749578 | 120 | 43.433334 | 30.758396 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725 | false | false | 11 |
a1d9ea91fa7d1c02125d9c5e38f68984863f9657 | 35,502,199,681,370 | da49fc602222cb7bb616be241a53e79e2c700423 | /src/com/tactfactory/itstart/vehicule/FirstClass.java | a9d902f363b87d43b0aed1f4d032b331a8294270 | [] | no_license | jponcy/itstart_2019_java_fundamentals | https://github.com/jponcy/itstart_2019_java_fundamentals | a9a6956e9b7615f7fe6fccb77dbf321f99b5dce1 | c6611ffbfa8c7a874e179502649914fcc4277c9a | refs/heads/master | 2020-04-21T02:28:27.190000 | 2019-02-08T15:33:09 | 2019-02-08T15:33:09 | 169,255,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tactfactory.itstart.vehicule;
/**
* My first class.
*/
public class FirstClass {
/**
* The entry point of my useless program.
* <ul>
* <li>point 1</li>
* </ul>
*
* @param args The CLI parameters.
*/
/*
* Commentaire qui ne deviendra pas de la documentatio... | UTF-8 | Java | 4,390 | java | FirstClass.java | Java | [] | null | [] | package com.tactfactory.itstart.vehicule;
/**
* My first class.
*/
public class FirstClass {
/**
* The entry point of my useless program.
* <ul>
* <li>point 1</li>
* </ul>
*
* @param args The CLI parameters.
*/
/*
* Commentaire qui ne deviendra pas de la documentatio... | 4,390 | 0.52913 | 0.508339 | 162 | 26.018518 | 24.54612 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58642 | false | false | 11 |
acbbb2d5bb3fa2c5b68959c8878a132459096456 | 15,857,019,299,125 | 45ba836d48d900fb1d779579ce184d8c44ca2cc2 | /AdvancedConcepts/src/Generics/Varargs.java | acae99cdce85c7ede57119e2df8616540065e532 | [] | no_license | brand222/AdvancedJava | https://github.com/brand222/AdvancedJava | 34c7ca7eb9c715c52347c9cff1dbec0a22831da6 | 55d170963b71d831f95e4b9ea17f57a4cb01e955 | refs/heads/master | 2022-01-12T17:19:38.976000 | 2019-06-10T21:18:58 | 2019-06-10T21:18:58 | 188,452,432 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Generics;
public class Varargs {
public static void main(String[] args) {
String item1 = "Apples";
String item2 = "Oranges";
String item3 = "Pears";
String[] shopping = { "Bread", "Milk", "Eggs", "Bananas" };
printShoppingList(item1, item2, item3);
printShoppingList(shopping);
}
// public sta... | UTF-8 | Java | 1,866 | java | Varargs.java | Java | [] | null | [] | package Generics;
public class Varargs {
public static void main(String[] args) {
String item1 = "Apples";
String item2 = "Oranges";
String item3 = "Pears";
String[] shopping = { "Bread", "Milk", "Eggs", "Bananas" };
printShoppingList(item1, item2, item3);
printShoppingList(shopping);
}
// public sta... | 1,866 | 0.670954 | 0.656484 | 59 | 30.627119 | 26.440786 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.711864 | false | false | 9 |
482316f9f720c9222397d0890ff586c89538b2de | 5,549,097,810,380 | 48cbc3a7bd3278f361c1693339f46205501f06c9 | /src/LeetCodeProblems/AlienDictionaryValidator.java | 08f56bf583e476ef16d1e04772f5796cd8917c26 | [] | no_license | sdamaraju/Prep2021 | https://github.com/sdamaraju/Prep2021 | 2dc0631c8d8431034c3c401f378757bd9b0f47c4 | 22b7bb5239ebc2427353d93cafa9378a20a0d51a | refs/heads/main | 2023-07-10T03:10:12.162000 | 2021-08-14T20:25:14 | 2021-08-14T20:25:14 | 396,107,351 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCodeProblems;
import java.util.HashMap;
public class AlienDictionaryValidator {
public static void main(String[] args) {
/*["word","world","row"]
"worldabcefghijkmnpqstuvxyz"*/
AlienDictionaryValidator obj = new AlienDictionaryValidator();
//obj.initLanguage("worldabce... | UTF-8 | Java | 3,087 | java | AlienDictionaryValidator.java | Java | [] | null | [] | package LeetCodeProblems;
import java.util.HashMap;
public class AlienDictionaryValidator {
public static void main(String[] args) {
/*["word","world","row"]
"worldabcefghijkmnpqstuvxyz"*/
AlienDictionaryValidator obj = new AlienDictionaryValidator();
//obj.initLanguage("worldabce... | 3,087 | 0.577259 | 0.56171 | 81 | 37.111111 | 29.302593 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.82716 | false | false | 9 |
82c9c436cb65849549f65b9eaea52c9120d782c6 | 4,569,845,250,263 | 850a31f13d28ebafbee27a73dba44519e5ca49cf | /src/main/java/com/highbar/cards/poker/Low8Classifier.java | 7831e840704f38f6362ad90451e11f8ec60ffa14 | [] | no_license | gordwilling/OmahaHiLo | https://github.com/gordwilling/OmahaHiLo | 6b6f8e7157f3828d24cc87e90ebf1a2f3884e093 | f02af63a9779b869781b1edbb0900fadbdd41c7a | refs/heads/master | 2020-06-21T05:53:36.966000 | 2016-12-11T20:40:23 | 2016-12-11T20:40:23 | 74,802,190 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.highbar.cards.poker;
import com.highbar.cards.Card;
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import static java.util.Collections.emptyList;
public class Low8Cla... | UTF-8 | Java | 1,598 | java | Low8Classifier.java | Java | [] | null | [] | package com.highbar.cards.poker;
import com.highbar.cards.Card;
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import static java.util.Collections.emptyList;
public class Low8Cla... | 1,598 | 0.667084 | 0.6602 | 48 | 32.3125 | 26.425333 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
22f79d8fda9e653627e0424b7d910261740bf4a7 | 32,624,571,637,601 | dfaa3d34adaf6268391c8fab0d45549b23d12fc3 | /javaee-jms-remote/src/main/java/ir/moke/jaavee/MessageReader.java | 6075f41ef9c69844539bcf8531fcd52712a46d6e | [] | no_license | mah454/JavaEE-Tutorials | https://github.com/mah454/JavaEE-Tutorials | 7fae86203b788867f83f80797818468d9c959707 | 9d00725b50c85b762683921f8c9996db99760030 | refs/heads/master | 2023-07-09T16:55:53.405000 | 2023-06-29T19:34:28 | 2023-06-29T19:34:28 | 149,864,123 | 12 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.moke.jaavee;
import jakarta.ejb.MessageDriven;
import jakarta.jms.Message;
import jakarta.jms.MessageListener;
import jakarta.jms.TextMessage;
@MessageDriven(name = "sample")
public class MessageReader implements MessageListener {
@Override
public void onMessage(Message message) {
try {
... | UTF-8 | Java | 561 | java | MessageReader.java | Java | [] | null | [] | package ir.moke.jaavee;
import jakarta.ejb.MessageDriven;
import jakarta.jms.Message;
import jakarta.jms.MessageListener;
import jakarta.jms.TextMessage;
@MessageDriven(name = "sample")
public class MessageReader implements MessageListener {
@Override
public void onMessage(Message message) {
try {
... | 561 | 0.655971 | 0.655971 | 22 | 24.5 | 18.956289 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 9 |
578cbc9dfa6e810ff33aef7c0daa1ce513227f76 | 34,797,825,034,801 | 738eba0ce21049aca65c33be401ef9418cacdc35 | /Java/2017-03-08Queue/src/queue/Queue.java | 563d504c0e7eb18acf850390443f376463dd1e1b | [] | no_license | MarcoDiFrancesco/LittleProjects | https://github.com/MarcoDiFrancesco/LittleProjects | 7fe0c69dfe8cd8c6981450fe0c8f99c4299e6f2a | 526641c9f0f88585134bfbc2df5a2fdaf4436656 | refs/heads/master | 2022-10-05T15:18:56.683000 | 2022-10-05T05:08:49 | 2022-10-05T05:08:49 | 151,850,270 | 5 | 12 | null | false | 2022-10-05T05:08:50 | 2018-10-06T14:54:07 | 2021-10-30T15:57:07 | 2022-10-05T05:08:49 | 87,325 | 0 | 11 | 0 | Jupyter Notebook | false | false | package queue;
public class Queue {
private Node head;
private Node tail;
private int counter = 0;
public void enqueue(Object value) {
Node node = new Node(value, null);
tail.setNext(node);
tail = node;
counter++;
}
/*
* public void dequeue() {
*
* head = head.getNext(); counter--; }
*/
publi... | UTF-8 | Java | 460 | java | Queue.java | Java | [] | null | [] | package queue;
public class Queue {
private Node head;
private Node tail;
private int counter = 0;
public void enqueue(Object value) {
Node node = new Node(value, null);
tail.setNext(node);
tail = node;
counter++;
}
/*
* public void dequeue() {
*
* head = head.getNext(); counter--; }
*/
publi... | 460 | 0.623913 | 0.621739 | 31 | 13.83871 | 12.179032 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.419355 | false | false | 9 |
6329b3bd8e15e5a1e1db0d51825a280513735c06 | 25,829,933,370,485 | 4aed712e4d9761d3252aa13c7d69a1b8df45f43b | /src/cz/burios/uniql/persistence/mappings/xdb/DirectToXMLTypeMapping.java | c5fe98f74a7fef77c57bf280cef2d2265317d967 | [] | no_license | buriosca/cz.burios.uniql-jpa | https://github.com/buriosca/cz.burios.uniql-jpa | 86c682f2d19c824e21102ac71c150e7de1a25e18 | e9a651f836018456b99048f02191f2ebe824e511 | refs/heads/master | 2022-06-25T01:22:43.605000 | 2020-07-19T05:13:25 | 2020-07-19T05:13:25 | 247,073,006 | 0 | 0 | null | false | 2022-06-21T03:53:36 | 2020-03-13T13:05:10 | 2020-07-19T05:14:28 | 2022-06-21T03:53:35 | 5,823 | 0 | 0 | 3 | Java | false | false | /*******************************************************************************
* Copyright (c) 1998, 2014 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1... | UTF-8 | Java | 7,327 | java | DirectToXMLTypeMapping.java | Java | [
{
"context": "ntation from Oracle TopLink\r\n * 11/10/2011-2.4 Guy Pelletier \r\n * - 357474: Address primaryKey option fr",
"end": 693,
"score": 0.9998222589492798,
"start": 680,
"tag": "NAME",
"value": "Guy Pelletier"
}
] | null | [] | /*******************************************************************************
* Copyright (c) 1998, 2014 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1... | 7,320 | 0.629043 | 0.623584 | 191 | 36.371727 | 31.043005 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.356021 | false | false | 9 |
12e0158bfc9bdc5a955b777971e19ed97c82245d | 36,189,394,444,351 | 05511d26ab6f713e1a2be6d6f9716647d1c2fd72 | /mylibrary/src/main/java/com/zxh/mylibrary/base/OnSingleClickListener.java | be21166c682b2c4120a63da09b6433dde8fc6ddb | [] | no_license | xyzle/MyCustom | https://github.com/xyzle/MyCustom | 77ba8ee80450456f69f6885146eb6f065b6d4e31 | e9c2c28afd629ec0dcba936d9b6f2c41cde9e73b | refs/heads/master | 2020-03-17T16:35:09.422000 | 2018-02-05T09:51:22 | 2018-02-05T09:51:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zxh.mylibrary.base;
import android.view.View;
import com.xwjr.utilcode.utils.LogUtils;
/**
* Created by Administrator on 2017/4/1.
*/
public abstract class OnSingleClickListener implements View.OnClickListener {
private long delayTime = 500;
private static long lastTime;
public abstract v... | UTF-8 | Java | 726 | java | OnSingleClickListener.java | Java | [
{
"context": "m.xwjr.utilcode.utils.LogUtils;\n\n/**\n * Created by Administrator on 2017/4/1.\n */\n\npublic abstract class OnSingleC",
"end": 133,
"score": 0.5145835876464844,
"start": 120,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.zxh.mylibrary.base;
import android.view.View;
import com.xwjr.utilcode.utils.LogUtils;
/**
* Created by Administrator on 2017/4/1.
*/
public abstract class OnSingleClickListener implements View.OnClickListener {
private long delayTime = 500;
private static long lastTime;
public abstract v... | 726 | 0.609244 | 0.596639 | 31 | 22.032259 | 22.255821 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 9 |
aab37a456393d0696aeab17c39e03692a7af7201 | 5,514,738,076,186 | 3e461303deb6661379a21d66210e890c198cfd67 | /app/src/main/java/com/myapplicationdev/android/tw_listview/SecondActivity.java | 2166c9d358b3b94c8923b0098454c34f02a3615a | [] | no_license | 16023054/TW-ListView | https://github.com/16023054/TW-ListView | 298166c937c8c092b4ea5d49522258ca87b65e38 | 749495cb2f7931ca8c520a5d5f17b424c39e393e | refs/heads/master | 2020-03-12T13:22:35.937000 | 2018-04-23T05:21:59 | 2018-04-23T05:21:59 | 130,640,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myapplicationdev.android.tw_listview;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
public class SecondActivity exten... | UTF-8 | Java | 2,250 | java | SecondActivity.java | Java | [] | null | [] | package com.myapplicationdev.android.tw_listview;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
public class SecondActivity exten... | 2,250 | 0.589333 | 0.558222 | 70 | 31.142857 | 20.268404 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
422b10713e71f4c08b8021842b36f162649a7915 | 17,102,559,823,772 | ea9deb97fbd3a5e0c87ac60449dbd659facb64db | /baseio-test/src/main/java/com/generallycloud/test/nio/others/JedisTest.java | 44824d38a4b4a7b57ed50af2be852ae1a06b804a | [] | no_license | DONGXUE1/baseio | https://github.com/DONGXUE1/baseio | a16f44a1da7d66fcd7991ce601ec0886269251bb | 0aaed42b625cc41e6f1b5c42f372b8c6006f045b | refs/heads/master | 2021-01-13T09:26:58.125000 | 2017-10-24T14:15:55 | 2017-10-24T14:15:55 | 72,083,553 | 0 | 0 | null | true | 2016-10-27T07:41:18 | 2016-10-27T07:41:17 | 2016-10-27T07:09:55 | 2016-10-27T07:24:22 | 23,416 | 0 | 0 | 0 | null | null | null | package com.generallycloud.test.nio.others;
import java.util.Set;
import com.generallycloud.nio.common.CloseUtil;
import redis.clients.jedis.Jedis;
public class JedisTest {
public static void main(String[] args) {
// 连接本地的 Redis 服务
Jedis jedis = new Jedis("localhost");
System.out.println("Connection to ser... | UTF-8 | Java | 709 | java | JedisTest.java | Java | [] | null | [] | package com.generallycloud.test.nio.others;
import java.util.Set;
import com.generallycloud.nio.common.CloseUtil;
import redis.clients.jedis.Jedis;
public class JedisTest {
public static void main(String[] args) {
// 连接本地的 Redis 服务
Jedis jedis = new Jedis("localhost");
System.out.println("Connection to ser... | 709 | 0.664145 | 0.656581 | 33 | 19.030304 | 18.084791 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636364 | false | false | 9 |
a7250c5c2d74f0099f317b38d13af2754ab73c90 | 4,569,845,255,693 | b9cb6e6089085313cc64217e75841e19fe2200a5 | /app/src/main/java/com/example/zhulong/model/DatumModel.java | d9724bfdcaf98553442253b8d29df741f78d07f4 | [] | no_license | xb19960925/zlproject | https://github.com/xb19960925/zlproject | a1fc0c24f2a554b547b4392b150405931a33d199 | bf359b147e61ab2ed19f55b0d03f860e93a49def | refs/heads/master | 2022-11-05T09:15:30.506000 | 2020-06-16T11:33:21 | 2020-06-16T11:33:21 | 268,838,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhulong.model;
import android.content.Context;
import android.text.TextUtils;
import com.example.frame.ApiConfig;
import com.example.frame.ConnectionModel;
import com.example.frame.ConnectionPersenter;
import com.example.frame.FrameApplication;
import com.example.frame.Host;
import com.example.fra... | UTF-8 | Java | 1,931 | java | DatumModel.java | Java | [] | null | [] | package com.example.zhulong.model;
import android.content.Context;
import android.text.TextUtils;
import com.example.frame.ApiConfig;
import com.example.frame.ConnectionModel;
import com.example.frame.ConnectionPersenter;
import com.example.frame.FrameApplication;
import com.example.frame.Host;
import com.example.fra... | 1,931 | 0.718281 | 0.709477 | 36 | 52.638889 | 56.601509 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 9 |
d57ad9d366f1a1eb78521cc768f48512cff7a9c7 | 29,978,871,765,724 | dba87418d2286ce141d81deb947305a0eaf9824f | /sources/com/google/android/apps/analytics/Event.java | 85d267a070602249cfe89e8c93040eec995cc742 | [] | no_license | Sluckson/copyOavct | https://github.com/Sluckson/copyOavct | 1f73f47ce94bb08df44f2ba9f698f2e8589b5cf6 | d20597e14411e8607d1d6e93b632d0cd2e8af8cb | refs/heads/main | 2023-03-09T12:14:38.824000 | 2021-02-26T01:38:16 | 2021-02-26T01:38:16 | 341,292,450 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.apps.analytics;
import org.codehaus.jackson.util.MinimalPrettyPrinter;
class Event {
static final String INSTALL_EVENT_CATEGORY = "__##GOOGLEINSTALL##__";
static final String ITEM_CATEGORY = "__##GOOGLEITEM##__";
static final String PAGEVIEW_EVENT_CATEGORY = "__##GOOGLEPAGEVIEW#... | UTF-8 | Java | 8,044 | java | Event.java | Java | [] | null | [] | package com.google.android.apps.analytics;
import org.codehaus.jackson.util.MinimalPrettyPrinter;
class Event {
static final String INSTALL_EVENT_CATEGORY = "__##GOOGLEINSTALL##__";
static final String ITEM_CATEGORY = "__##GOOGLEITEM##__";
static final String PAGEVIEW_EVENT_CATEGORY = "__##GOOGLEPAGEVIEW#... | 8,044 | 0.637618 | 0.616609 | 228 | 34.280701 | 66.832535 | 965 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52193 | false | false | 9 |
5c4b5b0c98a792616bac45794f83239abe21091b | 22,359,599,744,650 | a455967f30884e0569a9fc8b753d2e3cfd59495c | /java/nova-formats/src/main/java/es/elixir/bsc/ngs/nova/sam/header/ReadGroupLine.java | d1b2ae40dbf661e3a2e553db45f3f08b3d322b22 | [] | no_license | redmitry/gecoz | https://github.com/redmitry/gecoz | ee6648a5eed2e18b84793e98024a49d447ae9a52 | 5c2d6c8438226a829a18124f75c40eb0577078bd | refs/heads/master | 2021-06-05T05:32:08.962000 | 2020-12-01T12:27:05 | 2020-12-01T12:28:06 | 98,430,996 | 0 | 0 | null | false | 2020-10-12T20:13:51 | 2017-07-26T14:18:07 | 2019-08-08T11:02:21 | 2020-10-12T20:13:50 | 1,381 | 1 | 0 | 5 | Java | false | false | /**
* *****************************************************************************
* Copyright (C) 2019 Spanish National Bioinformatics Institute (INB) and
* Barcelona Supercomputing Center
*
* Modifications to the initial code base are copyright of their respective
* authors, or their employers as appropriate.
... | UTF-8 | Java | 5,245 | java | ReadGroupLine.java | Java | [
{
"context": "ntStream;\nimport java.util.Arrays;\n\n/**\n * @author Dmitry Repchevsky\n */\n\npublic class ReadGroupLine extends AbstractHe",
"end": 1308,
"score": 0.986087441444397,
"start": 1291,
"tag": "NAME",
"value": "Dmitry Repchevsky"
}
] | null | [] | /**
* *****************************************************************************
* Copyright (C) 2019 Spanish National Bioinformatics Institute (INB) and
* Barcelona Supercomputing Center
*
* Modifications to the initial code base are copyright of their respective
* authors, or their employers as appropriate.
... | 5,234 | 0.581316 | 0.574071 | 157 | 32.407642 | 20.882124 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66879 | false | false | 9 |
741c090bc0e70d6fbc231dc51f88d76ae810f0e6 | 33,741,263,089,052 | d97248694d1a18cf0701a47258a2ec87bb245fdc | /src/main/java/com/nasa/mission/exceptions/MissionException.java | 3814513715857ad7db6c016b015f201909386ac1 | [] | no_license | JeffersonAlmeida/Mission | https://github.com/JeffersonAlmeida/Mission | 4c7b879bf057869f102f451a3a81e65806d7c494 | dba58b9c248464255a335575b0ae93ce97941318 | refs/heads/master | 2020-06-08T16:11:04.207000 | 2015-07-02T21:23:05 | 2015-07-02T21:27:36 | 37,743,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nasa.mission.exceptions;
import com.nasa.mission.erros.IError;
public class MissionException extends Exception{
private static final long serialVersionUID = 1L;
private IError error;
private String details;
public MissionException(IError error) {
this.error = error;
details = "";
}
publi... | UTF-8 | Java | 780 | java | MissionException.java | Java | [] | null | [] | package com.nasa.mission.exceptions;
import com.nasa.mission.erros.IError;
public class MissionException extends Exception{
private static final long serialVersionUID = 1L;
private IError error;
private String details;
public MissionException(IError error) {
this.error = error;
details = "";
}
publi... | 780 | 0.679487 | 0.678205 | 40 | 18.5 | 17.724277 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.475 | false | false | 9 |
63382b38aacaf3e0bf87e03fb237070399b2e259 | 18,657,337,959,880 | 44abad7f8813e88ff24255568f6d7c289d8ff380 | /src/main/java/dbf0/base/BaseClient.java | b14750b24a77e298c202e0d1a162988c325f2cf3 | [
"Apache-2.0"
] | permissive | floydlin/dbf0java | https://github.com/floydlin/dbf0java | 55a5abeffbc0b217b02f8c706f541955423bcd6b | 605b7cb93fda9dd831134cd832a24cf3aca7302e | refs/heads/master | 2023-03-31T02:54:44.721000 | 2020-12-11T14:45:11 | 2020-12-11T14:45:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dbf0.base;
import dbf0.common.Dbf0Util;
import java.util.Collection;
import java.util.logging.Level;
import java.util.logging.Logger;
public abstract class BaseClient extends Thread {
private static final Logger LOGGER = Dbf0Util.getLogger(BaseClient.class);
private final Collection<? extends BaseConne... | UTF-8 | Java | 1,028 | java | BaseClient.java | Java | [] | null | [] | package dbf0.base;
import dbf0.common.Dbf0Util;
import java.util.Collection;
import java.util.logging.Level;
import java.util.logging.Logger;
public abstract class BaseClient extends Thread {
private static final Logger LOGGER = Dbf0Util.getLogger(BaseClient.class);
private final Collection<? extends BaseConne... | 1,028 | 0.70428 | 0.700389 | 37 | 26.783783 | 25.52067 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 9 |
b49e68ef498553b0be414f916ca7ca6b2af67af3 | 27,410,481,295,400 | 0def9c6f0d5890083e0c6e956fe43cd0c6876efa | /src/main/java/de/lostuxos/labs/AsyncTest/AsyncController.java | 49b8485d896216731d844922d6947a11e65b3511 | [] | no_license | jegolo/AsyncTest | https://github.com/jegolo/AsyncTest | 5204e810b9798f363c4492932da791830b4e7eb5 | 1f75cd716ecd12dbb75ae2055c86558a0ce0ca14 | refs/heads/main | 2023-06-07T12:05:54.886000 | 2021-06-22T20:36:30 | 2021-06-22T20:36:30 | 379,394,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.lostuxos.labs.AsyncTest;
import lombok.SneakyThrows;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Get... | UTF-8 | Java | 1,535 | java | AsyncController.java | Java | [] | null | [] | package de.lostuxos.labs.AsyncTest;
import lombok.SneakyThrows;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Get... | 1,535 | 0.700977 | 0.700977 | 48 | 30.958334 | 23.319304 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 9 |
2668ffe85f49bd32e5e5ba840c1b3f93fea30159 | 27,410,481,292,772 | 92952c8882aa9f41f63a499f954e940029ef22a9 | /room/app/src/main/java/com/zenzoori/room/MainActivity.java | a1fa3a963f2bfeacc8794a31a108b4966cd38464 | [] | no_license | supreedaoon/MyPoint | https://github.com/supreedaoon/MyPoint | e4d9597c4d4c892782f1bbdfdc75046724384093 | 1aaf6dc488c613c82526bef92c55daf9a49558e3 | refs/heads/master | 2020-07-13T04:23:59.753000 | 2019-09-10T13:57:08 | 2019-09-10T13:57:08 | 204,988,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zenzoori.room;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewModelProviders;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
... | UTF-8 | Java | 9,210 | java | MainActivity.java | Java | [] | null | [] | package com.zenzoori.room;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewModelProviders;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
... | 9,210 | 0.617915 | 0.614549 | 244 | 36.745903 | 29.04718 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688525 | false | false | 9 |
52a9fbdf83bb292982f1f8424c2169a42e1d360a | 9,826,885,203,172 | a3739afed4530a16ce2b9c239b3da779a0daa690 | /CarbookLogin/app/src/main/java/it/rizzoli/carbooklogin/Registrazione.java | 73ca798097a14d2f33f3bf47dfcf8d42271aa422 | [] | no_license | LucaNastasi/LibroAuto | https://github.com/LucaNastasi/LibroAuto | 8464f96a737522e856c100e3b7b4225602ea0fc5 | f0121e6975628714bf2b2b61b93babdba1a68bd4 | refs/heads/master | 2023-04-18T15:06:40.425000 | 2021-03-08T17:35:07 | 2021-03-08T17:35:07 | 321,686,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.rizzoli.carbooklogin;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import database.Persona;
import database.PersonaDbAdapter;
public class Registrazione extends AppCompatActivity {
P... | UTF-8 | Java | 2,222 | java | Registrazione.java | Java | [
{
"context": "ome(cognome);\n persona.setUsername(username);\n persona.setPassword(password);\n",
"end": 1890,
"score": 0.9731035828590393,
"start": 1882,
"tag": "USERNAME",
"value": "username"
},
{
"context": "me(username);\n persona.setP... | null | [] | package it.rizzoli.carbooklogin;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import database.Persona;
import database.PersonaDbAdapter;
public class Registrazione extends AppCompatActivity {
P... | 2,224 | 0.625563 | 0.624662 | 65 | 33.200001 | 23.683945 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630769 | false | false | 9 |
fb54e3e725865603d20dbf3db311f1c282a547bc | 15,066,745,277,979 | 87d72629cb59b2651a259b8dc1716708126b92b4 | /src/main/java/com/zhaoxiang/rocketmq/quickStart/Consumer.java | 254487fcd7221c824996cd54d478b3e033629843 | [] | no_license | RiversLau/jms-study | https://github.com/RiversLau/jms-study | bacdd8abf7965f05a766ad5428f3f7d446f750b4 | 697aea78b1e07bdd8c7133afe6310cdf5542d32d | refs/heads/master | 2021-01-20T01:50:41.281000 | 2017-09-14T09:39:05 | 2017-09-14T09:39:05 | 101,302,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhaoxiang.rocketmq.quickStart;
import com.zhaoxiang.rocketmq.RocketMQConstants;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyStatus;
im... | UTF-8 | Java | 1,783 | java | Consumer.java | Java | [
{
"context": "essageExt;\n\nimport java.util.List;\n\n/**\n * Author: RiversLau\n * Date: 2017/9/4 17:27\n */\npublic class Consum",
"end": 563,
"score": 0.7270284295082092,
"start": 556,
"tag": "USERNAME",
"value": "RiversL"
},
{
"context": "t;\n\nimport java.util.List;\n\n/**\n * A... | null | [] | package com.zhaoxiang.rocketmq.quickStart;
import com.zhaoxiang.rocketmq.RocketMQConstants;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyStatus;
im... | 1,783 | 0.720135 | 0.714526 | 42 | 41.452381 | 39.740948 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 9 |
507b33a4e4a7af815502ce84c53af9872c51abcb | 29,712,583,755,196 | 8c181b0ce3c8fe2ab4389c06ab74f199c7f217e0 | /design/src/main/java/com/example/design/struct/composite/CompositePatternDemo.java | fe79cd92c61a3559eeb72a9b81024967f7ce6fd7 | [] | no_license | apple-tm/design-world | https://github.com/apple-tm/design-world | f1976d268a23ffa54f27ead1d085633bc08cae75 | 1d8261a8a605870868b091c311391c0406a221ee | refs/heads/main | 2023-05-31T23:05:42.851000 | 2021-06-16T02:47:49 | 2021-06-16T02:47:49 | 337,002,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.design.struct.composite;
public class CompositePatternDemo {
public static void main(String[] args) {
Employee CEO = new Employee("John","CEO", 30000);
Employee headSales = new Employee("Robert","Head Sales", 20000);
Employee headMarketing = new Employee("Michel","Hea... | UTF-8 | Java | 1,146 | java | CompositePatternDemo.java | Java | [
{
"context": "ng[] args) {\n Employee CEO = new Employee(\"John\",\"CEO\", 30000);\n\n Employee headSales = new",
"end": 169,
"score": 0.9998786449432373,
"start": 165,
"tag": "NAME",
"value": "John"
},
{
"context": "000);\n\n Employee headSales = new Employee(\"... | null | [] | package com.example.design.struct.composite;
public class CompositePatternDemo {
public static void main(String[] args) {
Employee CEO = new Employee("John","CEO", 30000);
Employee headSales = new Employee("Robert","Head Sales", 20000);
Employee headMarketing = new Employee("Michel","Hea... | 1,146 | 0.614311 | 0.575916 | 39 | 28.384615 | 26.735758 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794872 | false | false | 9 |
9ecab2cac5a10fd44570a1971c51c568c542f4e2 | 32,143,535,275,407 | d7df3b9232b21124d835317e26f3783ddd37f45e | /src/main/java/com/works/vetrestapi/repositories/AnimalRepository.java | be6a771b3b55ce1a9cf6aad7723609d4f5c3a10c | [
"MIT"
] | permissive | Sahsanem/Java-RestApi-Mysql-Vet-Clinic-Service | https://github.com/Sahsanem/Java-RestApi-Mysql-Vet-Clinic-Service | fab6a97550f7f3fb63603f31fe24e434de5fdb5e | e05e5e26838da8a88591deed1690cb1226c1291e | refs/heads/main | 2023-08-07T19:28:37.166000 | 2021-10-07T18:03:17 | 2021-10-07T18:03:17 | 414,695,492 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.works.vetrestapi.repositories;
import com.works.vetrestapi.entities.Animal;
import com.works.vetrestapi.entities.AnimalCustomer;
import com.works.vetrestapi.entities.Animals;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.ut... | UTF-8 | Java | 725 | java | AnimalRepository.java | Java | [] | null | [] | package com.works.vetrestapi.repositories;
import com.works.vetrestapi.entities.Animal;
import com.works.vetrestapi.entities.AnimalCustomer;
import com.works.vetrestapi.entities.Animals;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.ut... | 725 | 0.776552 | 0.775172 | 22 | 31.954546 | 36.396149 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 9 |
f36fc5c8b755a0539e076659b061d43a2987aea5 | 1,786,706,419,554 | 9d82eacd1494671267c19bb7386e2e0aa7ea927b | /msa/src/msa12/A.java | b726992d08091ed40f3877722f30d87fa4fa0691 | [] | no_license | yl9517/ETC_java_jsp | https://github.com/yl9517/ETC_java_jsp | 2edbf3f953db03df375c5cfa6462b3989936e8ef | 77b19d9b52af986a35549a8f1f9cbb14d8b541ce | refs/heads/main | 2023-07-04T01:39:33.203000 | 2021-08-12T12:26:57 | 2021-08-12T12:26:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package msa12;
public class A {
/*
* 11일차 문제 -> String -> Object ->objectEqu -> Ref
*
* [object] - 최상위 클래스
*
* 객체이름 출력시 toString 자동호출
* p1.equals(p2); // 객체가 가르키는 메모리 비교 false ▶ 툴로 equals와 hashCode 모두 재정의
*
*/
}
| UHC | Java | 329 | java | A.java | Java | [] | null | [] | package msa12;
public class A {
/*
* 11일차 문제 -> String -> Object ->objectEqu -> Ref
*
* [object] - 최상위 클래스
*
* 객체이름 출력시 toString 자동호출
* p1.equals(p2); // 객체가 가르키는 메모리 비교 false ▶ 툴로 equals와 hashCode 모두 재정의
*
*/
}
| 329 | 0.546939 | 0.522449 | 13 | 17.846153 | 22.187475 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 9 |
0fbfb239e2251d70d76bfb75c1cd791ae155373e | 21,835,613,799,682 | 8f731d5916988ef45bc4c5ea05cbb3eb760ffa42 | /Java Course/spellchecker/test/SimilarWordsGeneratorTest.java | 1a038d7088e0a5a56be8489cef182745e633e379 | [] | no_license | RosinaGeorgieva/Bachelor-Studies | https://github.com/RosinaGeorgieva/Bachelor-Studies | a3363bf28c368baf4b2ddb720975d0040ca420ce | 57239d64db862604e6843924ebd3930c7fadde67 | refs/heads/master | 2023-02-28T11:35:32.872000 | 2021-02-03T16:38:44 | 2021-02-03T16:38:44 | 307,678,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import dictionaries.Dictionary;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import similarwords.SimilarWordsGenerator;
import similarwords.SimilarityCoefficient;
import j... | UTF-8 | Java | 1,750 | java | SimilarWordsGeneratorTest.java | Java | [] | null | [] | import dictionaries.Dictionary;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import similarwords.SimilarWordsGenerator;
import similarwords.SimilarityCoefficient;
import j... | 1,750 | 0.752571 | 0.749714 | 45 | 36.888889 | 29.913372 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 9 |
5512a7200c478fabc92ca454a6580566ed070749 | 27,075,473,855,217 | 4db042db5069f84f77087fa23a462c94ebe45bbf | /src/com/syntax/class24/Task1.java | 35560dd1d7444bc629631227b1eb83f04e8e3ebc | [] | no_license | guccukyavuz81/yavuz | https://github.com/guccukyavuz81/yavuz | 208af4f162a6b1a632f89993cb8979f974314f1a | 428c2780f729550eade7ceebf0c28ae31040b854 | refs/heads/master | 2022-11-23T15:19:30.665000 | 2020-07-30T04:27:16 | 2020-07-30T04:27:16 | 246,451,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syntax.class24;
interface Device{
abstract void download();
abstract void upload();
}
abstract class Computer implements Device{
String brand;
int ram;
public Computer(String brand, int ram) {
this.brand = brand;
this.ram = ram;
}
void run(){
System.out.println(brand+ram+" runs");
}
void pr... | UTF-8 | Java | 2,238 | java | Task1.java | Java | [] | null | [] | package com.syntax.class24;
interface Device{
abstract void download();
abstract void upload();
}
abstract class Computer implements Device{
String brand;
int ram;
public Computer(String brand, int ram) {
this.brand = brand;
this.ram = ram;
}
void run(){
System.out.println(brand+ram+" runs");
}
void pr... | 2,238 | 0.672922 | 0.668454 | 97 | 22.072165 | 24.478161 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.556701 | false | false | 9 |
3f1bcf10b4c1915638af7d03d125d60cae3e579b | 1,245,540,522,855 | fc9d989e035f75c000677320bde8409860df1361 | /src/test/java/gd/engineering/httplogmonitor/model/metrics/InMemoryMetricsStoreTest.java | fa0767b34cacdada922b7a2afa1b9903ce65c25d | [] | no_license | airrr/http-log-monitor | https://github.com/airrr/http-log-monitor | 446725eced0047bce9414cff83219f32a14a9717 | 73ed589551c8ba38b242e849f9d8f1f8ea462872 | refs/heads/master | 2020-04-05T00:57:22.177000 | 2018-11-06T16:58:02 | 2018-11-06T16:58:02 | 156,417,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gd.engineering.httplogmonitor.model.metrics;
import org.junit.Assert;
import org.junit.Test;
public class InMemoryMetricsStoreTest {
@Test
public void testCurrentCounterValue() {
InMemoryMetricsStore store = buildStore();
Assert.assertEquals(30, store.getTotalSumCounterValue("test"));
Assert.... | UTF-8 | Java | 3,407 | java | InMemoryMetricsStoreTest.java | Java | [] | null | [] | package gd.engineering.httplogmonitor.model.metrics;
import org.junit.Assert;
import org.junit.Test;
public class InMemoryMetricsStoreTest {
@Test
public void testCurrentCounterValue() {
InMemoryMetricsStore store = buildStore();
Assert.assertEquals(30, store.getTotalSumCounterValue("test"));
Assert.... | 3,407 | 0.693866 | 0.658057 | 96 | 34.489582 | 21.351227 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 9 |
ee1c6e375fe0d77b21cb935a0cf8969f82c48a4e | 85,899,405,488 | dee407e7d56c3591e93400685b75900bc91d97fb | /mobileoa2.0/app/src/main/java/com/idxk/mobileoa/android/ui/activity/LauncherActivity.java | b4ae8d19769f56c1a5ae36d873b2292c0b54edb8 | [] | no_license | chengyue5923/android-OaCode | https://github.com/chengyue5923/android-OaCode | 20777c4ec319f990e05fd6443f3b5bebde7a57ef | c93b2673be33e203413eba05966d9348dd28f0ca | refs/heads/master | 2021-01-14T08:13:49.651000 | 2017-02-15T05:20:26 | 2017-02-15T05:20:26 | 82,023,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.idxk.mobileoa.android.ui.activity;
import android.app.Notification;
import android.content.Intent;
import android.content.res.Resources;
import android.net.Uri;
import android.provider.MediaStore;
import android.widget.ImageView;
import com.baidu.android.pushservice.CustomPushNotificationBuilder;
import c... | UTF-8 | Java | 2,795 | java | LauncherActivity.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by lenovo on 2015/3/24.\n */\npublic class LauncherActivity e",
"end": 630,
"score": 0.9996085166931152,
"start": 624,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package com.idxk.mobileoa.android.ui.activity;
import android.app.Notification;
import android.content.Intent;
import android.content.res.Resources;
import android.net.Uri;
import android.provider.MediaStore;
import android.widget.ImageView;
import com.baidu.android.pushservice.CustomPushNotificationBuilder;
import c... | 2,795 | 0.686481 | 0.682856 | 77 | 34.831169 | 26.601631 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766234 | false | false | 9 |
b258045d89f6e7684548e77d680e08f3b4b8b7ef | 85,899,404,409 | ba84bcf9e3fc3a1ee46def4786f1bdfc1627ca84 | /java_01/src/day06_abstract/Test01.java | 116156a3bc8a1cfe0722132a87ffe2aede7ca35e | [] | no_license | skysamer/java_multi | https://github.com/skysamer/java_multi | 39f468bff80fa8197dcf245f20f2f2348582f03b | 602f0fc0e377de5dae1cd659465ceec4ca7d2a07 | refs/heads/master | 2023-02-10T14:39:51.976000 | 2021-01-13T10:17:06 | 2021-01-13T10:17:06 | 323,294,999 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day06_abstract;
public class Test01 {
public static void main(String[] args) {
Animal[] animals= {
new Dog(),
new Dog("진돗개", "캐리"),
new Fish("쿠피"),
new Fish()
};
for(Animal data:animals) {
data.print();
data.breath();
}
}
}
| UTF-8 | Java | 298 | java | Test01.java | Java | [] | null | [] | package day06_abstract;
public class Test01 {
public static void main(String[] args) {
Animal[] animals= {
new Dog(),
new Dog("진돗개", "캐리"),
new Fish("쿠피"),
new Fish()
};
for(Animal data:animals) {
data.print();
data.breath();
}
}
}
| 298 | 0.535211 | 0.521127 | 22 | 11.909091 | 11.301284 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.318182 | false | false | 9 |
93373ce837f47c01fa55c079d6b145a674ef59fc | 26,465,588,544,671 | 8254ab325f6571027e0ee18594067f54a44010ce | /src/com/chengjf/wtfdoc/bean/resources/FilePath.java | 5326311fb6e349f57672d2cb0d3041fd69f5c589 | [] | no_license | chengjf/WTFDoc | https://github.com/chengjf/WTFDoc | d05ce85b9e036a672dbad01243aba2d3c03c4cbb | 8c108b90e0550cd57e6458f5be50886f09b03579 | refs/heads/master | 2016-09-05T09:54:03.329000 | 2014-10-23T14:51:19 | 2014-10-23T14:51:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2014 chengjf.
* All rights reserved.
* project name: WTFDoc
* version: WTFDocV1.0
*---------------------------------------------------
* @FileName: FilePaths.java
* @Package:com.chengjf.wtfdoc.bean.resources
* @Description: TODO
* @author: chengjf
* @date:2014-10-15 上午11:2... | UTF-8 | Java | 1,295 | java | FilePath.java | Java | [
{
"context": "/* \n * Copyright 2014 chengjf.\n * All rights reserved.\n * project name: WTFDoc\n",
"end": 32,
"score": 0.9996107220649719,
"start": 25,
"tag": "USERNAME",
"value": "chengjf"
},
{
"context": "ean.resources \n * @Description: TODO \n * @author: chengjf \n * @date:... | null | [] | /*
* Copyright 2014 chengjf.
* All rights reserved.
* project name: WTFDoc
* version: WTFDocV1.0
*---------------------------------------------------
* @FileName: FilePaths.java
* @Package:com.chengjf.wtfdoc.bean.resources
* @Description: TODO
* @author: chengjf
* @date:2014-10-15 上午11:2... | 1,295 | 0.54854 | 0.486977 | 83 | 14.26506 | 11.501791 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759036 | false | false | 9 |
660f972534a074424b2ee32cfd12fbc7e9b847f1 | 26,465,588,543,830 | cda3e0a897a65dce9da16f051a7effa31d19f996 | /REL/src/bradesco/dpoc/relatorio/model/RelatorioGeneric.java | c2528b030b887c5a7a30ee4e7f1dde7607534c8e | [] | no_license | mpalos/simRAR | https://github.com/mpalos/simRAR | da437fa941afcc844be3f53d57fd9bb870388dea | 49e56a6c8d04794bad28b73f997f5e88e3eaa4dd | refs/heads/master | 2016-08-09T18:08:08.337000 | 2016-02-18T15:24:05 | 2016-02-18T15:24:05 | 47,927,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bradesco.dpoc.relatorio.model;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import bradesco.dpoc.model.integration.RelatorioDAO;
import bradesco.dpoc.relatorio.model.relatorios.... | ISO-8859-2 | Java | 12,753 | java | RelatorioGeneric.java | Java | [] | null | [] | package bradesco.dpoc.relatorio.model;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import bradesco.dpoc.model.integration.RelatorioDAO;
import bradesco.dpoc.relatorio.model.relatorios.... | 12,753 | 0.614649 | 0.606571 | 490 | 24.02449 | 22.834351 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.769388 | false | false | 9 |
76178aef8ef15f3c2db587cda65fc7f498f2ce7f | 2,121,713,914,970 | 7d4e843050d72cb3573d79a3e340b0919c7ec468 | /app/src/main/java/com/example/ninjamoney/BalanceCalculation/Balance.java | b540e95c14aa6e2ab56f56a8429196fe8bc89630 | [] | no_license | Nabilatasnia/NinjaMoneyFinal | https://github.com/Nabilatasnia/NinjaMoneyFinal | a6b9c07fa1467c21b8f4e7290b53cf4569f9da69 | 904f498dc364a6c29db45f1e66ae434bb65b2d40 | refs/heads/master | 2023-08-29T03:51:03.548000 | 2021-10-06T20:07:04 | 2021-10-06T20:07:04 | 397,078,011 | 1 | 1 | null | false | 2021-09-09T18:15:12 | 2021-08-17T03:21:33 | 2021-09-06T15:34:12 | 2021-09-09T18:15:11 | 227 | 1 | 0 | 0 | Java | false | false | package com.example.ninjamoney.BalanceCalculation;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayou... | UTF-8 | Java | 8,239 | java | Balance.java | Java | [
{
"context": "ance_tv);\n username_tv = findViewById(R.id.username_tv);\n email_tv = findViewById(R.id.email_t",
"end": 5629,
"score": 0.5806096196174622,
"start": 5621,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.example.ninjamoney.BalanceCalculation;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayou... | 8,239 | 0.642449 | 0.642449 | 217 | 36.935482 | 27.913551 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695853 | false | false | 9 |
cb02139413a615c8575948931b4b10ba10342d81 | 14,516,989,508,948 | a4c32d6edffaee19569b717009fe8041749d86d2 | /src/com/mysmallcornerstudios/xwing/data/Bombs.java | 438253ad03e5bda6a382a137e387ccccdceb75a2 | [] | no_license | DevJonny/Dorn | https://github.com/DevJonny/Dorn | fa47445b34cff6bb3f68cef4d3a1cd2e1fa2ea23 | 88dc1582768d236ae88dfb6167e36d01b588ea36 | refs/heads/master | 2016-08-05T18:51:08.391000 | 2013-12-12T19:36:58 | 2013-12-12T19:36:58 | 12,574,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mysmallcornerstudios.xwing.data;
import com.mysmallcornerstudios.xwing.util.Constants;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
public enum Bombs {
PROXIMITY_MINES(1, "Proximity Mines", 3, "Action: Discard this card to drop 1 proximity mine token. When ... | UTF-8 | Java | 2,015 | java | Bombs.java | Java | [] | null | [] | package com.mysmallcornerstudios.xwing.data;
import com.mysmallcornerstudios.xwing.util.Constants;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
public enum Bombs {
PROXIMITY_MINES(1, "Proximity Mines", 3, "Action: Discard this card to drop 1 proximity mine token. When ... | 2,015 | 0.649132 | 0.641191 | 53 | 36.056602 | 52.0172 | 236 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.169811 | false | false | 9 |
ab151c3ed673f96622a871a6410c6077b6db13ea | 15,290,083,617,280 | dd4b432d4233efd96aac7c85943643d3603f8a6d | /TouchListenerConflict-master/app/src/main/java/me/daei/touchlistenerconflict/MainActivity.java | caa22e917b5b64e11cfc952fd13ed85b381a4340 | [] | no_license | MR-GuoQing/CustomView | https://github.com/MR-GuoQing/CustomView | eb587c2db773f41f2ea55c2bd2cd8f6beb346115 | 2fe3de9ec7162f654862c433ffd7ee07b8950c01 | refs/heads/master | 2020-03-13T15:41:22.925000 | 2018-05-01T11:56:06 | 2018-05-01T11:56:06 | 131,182,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.daei.touchlistenerconflict;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;... | UTF-8 | Java | 4,436 | java | MainActivity.java | Java | [] | null | [] | package me.daei.touchlistenerconflict;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;... | 4,436 | 0.557692 | 0.552262 | 156 | 27.333334 | 21.567228 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.49359 | false | false | 9 |
ca891dd55e4760f854332223ec1ada52111aab7c | 30,623,116,827,584 | cad41fada256cbdff05a23f3c0df57faea7025d1 | /koin-projects/koin-java/src/test/java/org/koin/standalone/UnitJavaTest.java | 4004af146e5730fc64d2968bfaedbd5cf5249fa0 | [
"Apache-2.0"
] | permissive | EslamHussein/koin | https://github.com/EslamHussein/koin | daecbb1cc2e3f6593bb413a455327e0c56f674af | bdfcec953b256e98326c997c90a4ead482fdbecd | refs/heads/master | 2020-04-14T06:38:25.923000 | 2019-01-01T08:57:11 | 2019-01-01T08:57:11 | 163,691,953 | 0 | 0 | Apache-2.0 | true | 2019-01-01T08:33:26 | 2018-12-31T19:08:13 | 2018-12-31T19:08:16 | 2019-01-01T08:33:26 | 3,272 | 0 | 0 | 0 | Kotlin | false | null | package org.koin.standalone;
import kotlin.Lazy;
import org.junit.Before;
import org.junit.Test;
import org.koin.core.scope.Scope;
import org.koin.test.AutoCloseKoinTest;
import static java.util.Collections.singletonList;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
impor... | UTF-8 | Java | 1,513 | java | UnitJavaTest.java | Java | [] | null | [] | package org.koin.standalone;
import kotlin.Lazy;
import org.junit.Before;
import org.junit.Test;
import org.koin.core.scope.Scope;
import org.koin.test.AutoCloseKoinTest;
import static java.util.Collections.singletonList;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
impor... | 1,513 | 0.69002 | 0.69002 | 55 | 26.50909 | 23.171984 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 9 |
00a457f0f1d27ba1162ac0cc218d70e3dbd425b6 | 28,406,913,696,355 | fa9dec2d731e65a0f07dc9af5449c6356cadcb06 | /app/src/main/java/cn/closeli/rtc/utils/ext/WorkThreadFactory.java | b6d6e3cff66045bf14ecafc8a91a3217f651ccf8 | [
"Apache-2.0"
] | permissive | huizhongyu/SudiVCAndroidClient | https://github.com/huizhongyu/SudiVCAndroidClient | 8526ea236322e5a96804aab531f7431d0eb71023 | ccf3a8b6788ec6577c42740ba491785c526e373e | refs/heads/master | 2021-01-05T01:40:27.675000 | 2020-02-17T06:10:39 | 2020-02-17T06:10:39 | 240,832,731 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.closeli.rtc.utils.ext;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
public class WorkThreadFactory implements ThreadFactory {
private AtomicInteger atomicInteger = new AtomicInteger(0);
@Override
public Thread newThread(Runnable r)
{
... | UTF-8 | Java | 525 | java | WorkThreadFactory.java | Java | [] | null | [] | package cn.closeli.rtc.utils.ext;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
public class WorkThreadFactory implements ThreadFactory {
private AtomicInteger atomicInteger = new AtomicInteger(0);
@Override
public Thread newThread(Runnable r)
{
... | 525 | 0.721212 | 0.719192 | 17 | 28.117647 | 25.047913 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 9 |
5f1ca5b710aad5f6078817494f92322301001b73 | 11,836,929,925,803 | c4e9fc249bdaedd501ab56ab3a0eb2e5b14ed212 | /src/de/jspll/data/objects/game/ui/HomeCameraAssist.java | 09751fb7fc8cd037ea79bb8361eb6ad3d5810e5a | [] | no_license | SamuelMichaAssmann/Sekretariat-Spiel | https://github.com/SamuelMichaAssmann/Sekretariat-Spiel | 61c02b4a3a000d79e4771d1f3599c0f30a19c0b9 | 3647f362e7935c324fbc3ed67678bf976cf06851 | refs/heads/master | 2023-02-23T14:37:49.924000 | 2020-12-07T17:32:31 | 2020-12-07T17:32:31 | 300,528,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.jspll.data.objects.game.ui;
import de.jspll.data.ChannelID;
import de.jspll.data.objects.GameObject;
import de.jspll.graphics.Camera;
import java.awt.*;
/**
* © Sekretariat-Spiel
* By Jonas Sperling, Laura Schmidt, Lukas Becker, Philipp Polland, Samuel Assmann
*
* @author Lukas Becker
*
* @version 1... | UTF-8 | Java | 891 | java | HomeCameraAssist.java | Java | [
{
"context": "pll.graphics.Camera;\n\nimport java.awt.*;\n\n/**\n * © Sekretariat-Spiel\n * By Jonas Sperling, Laura Schmidt, Lukas Becker",
"end": 193,
"score": 0.9971951842308044,
"start": 176,
"tag": "NAME",
"value": "Sekretariat-Spiel"
},
{
"context": "port java.awt.*;\n\n/**\n *... | null | [] | package de.jspll.data.objects.game.ui;
import de.jspll.data.ChannelID;
import de.jspll.data.objects.GameObject;
import de.jspll.graphics.Camera;
import java.awt.*;
/**
* © Sekretariat-Spiel
* By <NAME>, <NAME>, <NAME>, <NAME>, <NAME>
*
* @author <NAME>
*
* @version 1.0
*/
public class HomeCameraAssist extends... | 847 | 0.668539 | 0.659551 | 38 | 22.421053 | 23.97546 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 9 |
ea027c152a8368b3bffe7c6514e45faadd038c39 | 24,575,802,885,257 | f8b04daa0dabe6fc3a82dd64e392807f9e72503c | /src/main/java/com/eric/forkjoin/BinarySearcher.java | 2bd87c6201c367dd3e82da937f890af07e31dc1c | [] | no_license | gangyou/garbage | https://github.com/gangyou/garbage | 269a9dacc6fc564ad37d337374882f8602db9c63 | de60e1a2a538bdcbe943a6f35429db5542ba4469 | refs/heads/master | 2020-04-27T01:01:33.020000 | 2013-11-01T08:37:57 | 2013-11-01T08:37:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eric.forkjoin;
import java.util.Arrays;
public class BinarySearcher {
private final int[] numbers;
private final int start;
private final int end;
public final int size;
public BinarySearcher(int[] numbers, int start, int end){
this.numbers = numbers;
this.start = start;
this.end = end;
thi... | UTF-8 | Java | 584 | java | BinarySearcher.java | Java | [] | null | [] | package com.eric.forkjoin;
import java.util.Arrays;
public class BinarySearcher {
private final int[] numbers;
private final int start;
private final int end;
public final int size;
public BinarySearcher(int[] numbers, int start, int end){
this.numbers = numbers;
this.start = start;
this.end = end;
thi... | 584 | 0.734589 | 0.734589 | 26 | 21.461538 | 20.777634 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.615385 | false | false | 9 |
939f2fc703d9943caba23fea2365d8f0b606b464 | 24,575,802,883,696 | d60e287543a95a20350c2caeabafbec517cabe75 | /NLPCCd/Hadoop/5290_2.java | 244850bee37a03753d30259b8f3203e0b667bec8 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | https://github.com/sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757000 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //,temp,sample_5753.java,2,12,temp,sample_1150.java,2,13
//,3
public class xxx {
public void testLazyPersistBlocksAreSaved() throws IOException, InterruptedException, TimeoutException {
getClusterBuilder().build();
final int NUM_BLOCKS = 10;
final String METHOD_NAME = GenericTestUtils.getMethodName();
Path path = new P... | UTF-8 | Java | 600 | java | 5290_2.java | Java | [] | null | [] | //,temp,sample_5753.java,2,12,temp,sample_1150.java,2,13
//,3
public class xxx {
public void testLazyPersistBlocksAreSaved() throws IOException, InterruptedException, TimeoutException {
getClusterBuilder().build();
final int NUM_BLOCKS = 10;
final String METHOD_NAME = GenericTestUtils.getMethodName();
Path path = new P... | 600 | 0.771667 | 0.743333 | 17 | 34.35294 | 30.793318 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.411765 | false | false | 9 |
5e02ff70fe8585fb6d87beeb8ffcb29133e7657c | 20,581,483,311,700 | 8d24d81084f03947e2a6102290607d4695df218d | /app/src/main/java/gwind/windalarm/request/requestMeteoDataTask.java | 36b2ed8456c4ab688462fed51b792d675460ec43 | [] | no_license | giaggi/NewWindAlarm | https://github.com/giaggi/NewWindAlarm | 3bc2f4591586f4b79a2a40f70b72b35723a9cbd3 | 34f07389bc7329c41d02e016917af86236ef31c2 | refs/heads/master | 2020-05-21T20:33:06.301000 | 2017-09-09T22:15:37 | 2017-09-09T22:15:37 | 61,830,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gwind.windalarm.request;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.ht... | UTF-8 | Java | 22,458 | java | requestMeteoDataTask.java | Java | [
{
"context": "indalarm.data.MeteoStationData;\n\n/**\n * Created by giacomo on 01/07/2015.\n */\npublic class requestMeteoDataT",
"end": 1305,
"score": 0.9995534420013428,
"start": 1298,
"tag": "USERNAME",
"value": "giacomo"
}
] | null | [] | package gwind.windalarm.request;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.ht... | 22,458 | 0.508861 | 0.505566 | 507 | 43.295856 | 25.366413 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741617 | false | false | 9 |
46adfaa75239118001e7c892964272f88fd2dd00 | 24,610,162,644,840 | 28ecc1111334e801ec8fddef349924b9a561912d | /src/main/java/com/franzoso/mercearia/repository/CategoriaRepository.java | 8ccfbb409fe19eb5144b0d5084991cd66e67a399 | [] | no_license | wevertonfranzoso/mercearia | https://github.com/wevertonfranzoso/mercearia | 2b497bb0c56826bb74bffc10e62b5a29f7547d51 | 9d35971befbcc16f86efcdd4f845c431bd31b88d | refs/heads/main | 2023-08-30T14:39:58.116000 | 2021-11-15T14:53:41 | 2021-11-15T14:53:41 | 428,306,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.franzoso.mercearia.repository;
import com.franzoso.mercearia.domain.Categoria;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CategoriaRepository extends JpaRepository<Categoria,Integer> {
}
| UTF-8 | Java | 237 | java | CategoriaRepository.java | Java | [] | null | [] | package com.franzoso.mercearia.repository;
import com.franzoso.mercearia.domain.Categoria;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CategoriaRepository extends JpaRepository<Categoria,Integer> {
}
| 237 | 0.852321 | 0.852321 | 7 | 32.857143 | 30.187172 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 9 |
f1d24bc470e558ecd38687d606294eb1c7d302d1 | 26,886,495,276,343 | 706e750ca970f907ea4b22d3f9d2b85bd92bceed | /src/sample/Main.java | e5ef235f20023dbaf5a1f37b054672f3d509d1c3 | [] | no_license | warriorWorld/MangaReaderFX | https://github.com/warriorWorld/MangaReaderFX | 41d497398867273178f2cf7db95c581de738181f | 14889f468ec36973711b6956dfe2a63ccb2b6b22 | refs/heads/master | 2020-04-21T01:34:09.705000 | 2020-03-11T07:08:17 | 2020-03-11T07:08:17 | 169,228,035 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample;
import java.io.IOException;
import base.BaseController;
import bean.DownloadBean;
import configure.BaseParameterUtil;
import configure.Configure;
import download.DownloadMangaManager;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.... | UTF-8 | Java | 1,637 | java | Main.java | Java | [] | null | [] | package sample;
import java.io.IOException;
import base.BaseController;
import bean.DownloadBean;
import configure.BaseParameterUtil;
import configure.Configure;
import download.DownloadMangaManager;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.... | 1,637 | 0.709677 | 0.705882 | 49 | 31.265306 | 24.955286 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 9 |
6c56d2ef7db6226f9b1f51326528866f741d76c7 | 10,307,921,516,845 | 89f2055defe9430c8ecfcf551d64980b0a0d2eac | /src/com/hitchhikers/spacetrader/controllers/SpacePortController.java | 7af374d376aa5bdfdf18d5ec6c0659f6da5c4975 | [] | no_license | jv776/cs2340-SpaceTrader | https://github.com/jv776/cs2340-SpaceTrader | 4b98b144808ca68eef95a66a305a40e4a77b448d | f908bd233918a3b145b630b70b3601b252c13b91 | refs/heads/master | 2020-05-17T20:33:37.689000 | 2015-09-14T05:53:46 | 2015-09-14T05:53:46 | 42,428,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hitchhikers.spacetrader.controllers;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.scene.control.ProgressBar;
import com.hitchhikers.spacetrader.models.Pl... | UTF-8 | Java | 3,999 | java | SpacePortController.java | Java | [
{
"context": "hhikers.spacetrader.models.Player;\n\n/**\n * @author Roi Atalla\n */\npublic class SpacePortController implements I",
"end": 352,
"score": 0.9998109936714172,
"start": 342,
"tag": "NAME",
"value": "Roi Atalla"
}
] | null | [] | package com.hitchhikers.spacetrader.controllers;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.scene.control.ProgressBar;
import com.hitchhikers.spacetrader.models.Pl... | 3,995 | 0.647412 | 0.646162 | 124 | 31.25 | 27.779554 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41129 | false | false | 9 |
c9714c12a5c8d74bf449320d0926e029d402f7ac | 2,800,318,714,434 | 47af5a0144fabcdda14d34e122407fd82dd9e0bd | /lsp/src/main/java/at/jku/isse/ecco/lsp/services/Settings.java | 4caae2e0a4b87b8e8895fb45f53ac77df24dd6ba | [] | no_license | llinsbauer/ecco | https://github.com/llinsbauer/ecco | 64ed52e1236bfe5c3f5dfae8713844f09898a5b3 | 3d6aaa2db9673dfec75ef2c716b4c5f3f2ddf030 | refs/heads/main | 2023-06-22T12:44:33.627000 | 2023-06-16T12:28:45 | 2023-06-16T12:28:45 | 256,838,285 | 4 | 3 | null | true | 2023-06-09T19:05:44 | 2020-04-18T19:40:41 | 2022-05-01T13:46:57 | 2023-06-09T19:05:43 | 44,862 | 2 | 4 | 0 | Java | false | false | package at.jku.isse.ecco.lsp.services;
public class Settings {
private boolean ignoreColumnsForColoring;
public Settings() {
this.ignoreColumnsForColoring = false;
}
public boolean getIgnoreColumnsForColoring() {
return this.ignoreColumnsForColoring;
}
public void setIgnoreCo... | UTF-8 | Java | 544 | java | Settings.java | Java | [] | null | [] | package at.jku.isse.ecco.lsp.services;
public class Settings {
private boolean ignoreColumnsForColoring;
public Settings() {
this.ignoreColumnsForColoring = false;
}
public boolean getIgnoreColumnsForColoring() {
return this.ignoreColumnsForColoring;
}
public void setIgnoreCo... | 544 | 0.693015 | 0.693015 | 22 | 23.727272 | 23.733715 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 9 |
bfa955a0dbf999616fa7b7f3c5c93cea7b3583f9 | 7,894,149,915,489 | ba4dba48c1e8b231024de8de0b33bbae37754553 | /Warehouse/src/main/java/io/github/srhojo/fenix/ms/warehouse/domain/mappers/QuantityMapper.java | 07079333adddff2a0ef921a20294fb84afc6327a | [
"Apache-2.0"
] | permissive | srhojo/Fenix-Microservices | https://github.com/srhojo/Fenix-Microservices | befd27f66dc6a157c6c5a993fa591af6dd1a2cb1 | e21450927b11fde5e073df585ce91df6edd4ec0e | refs/heads/master | 2022-07-07T23:08:07.731000 | 2019-07-28T19:32:45 | 2019-07-28T19:32:45 | 198,792,169 | 0 | 0 | Apache-2.0 | false | 2022-06-21T01:32:39 | 2019-07-25T08:39:02 | 2019-07-28T19:32:51 | 2022-06-21T01:32:35 | 59 | 0 | 0 | 1 | Java | false | false | package io.github.srhojo.fenix.ms.warehouse.domain.mappers;
import org.springframework.stereotype.Component;
import io.github.srhojo.fenix.ms.warehouse.domain.entities.QuantityEmbeddableEntity;
import io.github.srhojo.utils.cdm.Quantity;
import io.github.srhojo.utils.commons.mappers.InnerMapper;
@Component
public cl... | UTF-8 | Java | 683 | java | QuantityMapper.java | Java | [
{
"context": "package io.github.srhojo.fenix.ms.warehouse.domain.mappers;\n\nimport org.sp",
"end": 24,
"score": 0.8031085729598999,
"start": 20,
"tag": "USERNAME",
"value": "hojo"
},
{
"context": "framework.stereotype.Component;\n\nimport io.github.srhojo.fenix.ms.warehouse.domain.e... | null | [] | package io.github.srhojo.fenix.ms.warehouse.domain.mappers;
import org.springframework.stereotype.Component;
import io.github.srhojo.fenix.ms.warehouse.domain.entities.QuantityEmbeddableEntity;
import io.github.srhojo.utils.cdm.Quantity;
import io.github.srhojo.utils.commons.mappers.InnerMapper;
@Component
public cl... | 683 | 0.781845 | 0.781845 | 19 | 34.947369 | 30.795546 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 9 |
be5640d172a50c14990a2f2a9c7a768100b5f3b7 | 31,353,261,282,723 | 9d196208675db7b9f8cc76dd49758ac062f5f09d | /harvester/src/main/java/com/indexdata/masterkey/localindices/oaipmh/server/handler/implement/mockup/CommonOaiPmhHandler.java | acda487a7ca2c5717b48d189db6ef671e0c2baad | [
"Apache-2.0"
] | permissive | indexdata/localindices | https://github.com/indexdata/localindices | 3c644d2238861c618b303932d6c5474969da771b | cbd27e5af34f59cfd410a76b375e474bdab47da8 | refs/heads/master | 2023-08-17T23:38:33.479000 | 2023-08-11T13:23:28 | 2023-08-11T13:23:28 | 205,176,086 | 0 | 0 | Apache-2.0 | false | 2023-08-11T12:57:29 | 2019-08-29T13:57:26 | 2021-11-09T16:33:47 | 2023-08-11T12:57:28 | 104,857 | 0 | 1 | 1 | Java | false | false | package com.indexdata.masterkey.localindices.oaipmh.server.handler.implement.mockup;
import com.indexdata.masterkey.localindices.oaipmh.server.handler.OaiPmhHandler;
import com.indexdata.masterkey.localindices.oaipmh.server.handler.OaiPmhRequest;
public abstract class CommonOaiPmhHandler implements OaiPmhHandler {
... | UTF-8 | Java | 1,492 | java | CommonOaiPmhHandler.java | Java | [] | null | [] | package com.indexdata.masterkey.localindices.oaipmh.server.handler.implement.mockup;
import com.indexdata.masterkey.localindices.oaipmh.server.handler.OaiPmhHandler;
import com.indexdata.masterkey.localindices.oaipmh.server.handler.OaiPmhRequest;
public abstract class CommonOaiPmhHandler implements OaiPmhHandler {
... | 1,492 | 0.688338 | 0.688338 | 45 | 32.155556 | 30.102755 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355556 | false | false | 9 |
4806d483e4a47e44ece3552f90136c9142b64cf4 | 6,794,638,273,853 | df6e23757543682e3c4d79be1a98fcc5e9dde524 | /src/CloudTest.java | d4a33e2ff85327f7da4e1e87df88c75fc4547b14 | [] | no_license | shimjinyoung/cloudTest1 | https://github.com/shimjinyoung/cloudTest1 | d0d057a79ce614b73f29ea2500268b9af7aabeb6 | 04c9ae91eca5714aa3e7af94500de45a62a69ac4 | refs/heads/master | 2023-06-23T12:10:35.152000 | 2021-07-27T14:40:07 | 2021-07-27T14:40:07 | 389,921,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class CloudTest {
public static void main(String args) {
System.out.println("dddd");
System.out.println("dddd");
}
}
| UTF-8 | Java | 131 | java | CloudTest.java | Java | [] | null | [] |
public class CloudTest {
public static void main(String args) {
System.out.println("dddd");
System.out.println("dddd");
}
}
| 131 | 0.687023 | 0.687023 | 6 | 20.666666 | 14.26729 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 9 |
c02b13eab4d645baab10ce678a7f211218eaef4d | 21,723,944,614,784 | b4bef45a48d6cf725435a043e964612f45c86c8e | /app/src/main/java/com/example/rnotes/async/DeleteAsyncTask.java | aca018001c4a47d1e53f3321c05923dddd3503aa | [] | no_license | russabit/songsAsNotes | https://github.com/russabit/songsAsNotes | 7d89a198334c88b9e532762f8cbf8faf59747c41 | 6a869862e36e85434f21b760c162e12a242dea89 | refs/heads/master | 2021-01-02T01:24:33.412000 | 2020-02-10T05:02:09 | 2020-02-10T05:02:09 | 239,431,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rnotes.async;
import android.os.AsyncTask;
import com.example.rnotes.models.Note;
import com.example.rnotes.persistence.NoteDao;
public class DeleteAsyncTask extends AsyncTask<Note, Void, Void> {
private NoteDao rNoteDao;
public DeleteAsyncTask(NoteDao noteDao) {
rNoteDao = not... | UTF-8 | Java | 459 | java | DeleteAsyncTask.java | Java | [] | null | [] | package com.example.rnotes.async;
import android.os.AsyncTask;
import com.example.rnotes.models.Note;
import com.example.rnotes.persistence.NoteDao;
public class DeleteAsyncTask extends AsyncTask<Note, Void, Void> {
private NoteDao rNoteDao;
public DeleteAsyncTask(NoteDao noteDao) {
rNoteDao = not... | 459 | 0.703704 | 0.703704 | 22 | 19.863636 | 19.982483 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 9 |
1e850d5d34e9ba6d48fc13a16b60e929d0ea9392 | 21,569,325,785,323 | 7e426a2814f74c45a1ef324739d80d2e45d2fc7e | /src/main/java/Entity/BookStatus.java | c3a2ed0ae562a1a8dc578c7a218e2cd9d951f461 | [] | no_license | traidat/Library | https://github.com/traidat/Library | 16d18abb18596acbf7db80b03f0a8f6810308daf | be305ee4a8c91b19337cd4ecdfafef883362b9c7 | refs/heads/master | 2022-12-06T04:20:59.650000 | 2020-08-27T08:10:25 | 2020-08-27T08:10:25 | 287,889,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Entity;
public class BookStatus {
public enum Status {
Available,
NotAvailable,
Lended,
Returned,
}
}
| UTF-8 | Java | 151 | java | BookStatus.java | Java | [] | null | [] | package Entity;
public class BookStatus {
public enum Status {
Available,
NotAvailable,
Lended,
Returned,
}
}
| 151 | 0.562914 | 0.562914 | 10 | 14.1 | 8.619164 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
2db2a68ac65077bec8518c56d544438b6e25f6f2 | 8,332,236,612,104 | 7d4b51d0bfc750d1c71d80b2b8619ad53bc433e6 | /src/main/java/com/zsw/practise/gp/factory/db_pool/ConnectionPoolTest.java | 96e9bcf68cc226bec376c58cc89a8760d5a5a00e | [] | no_license | zhengshaowei/design-pattern | https://github.com/zhengshaowei/design-pattern | 7f3bfbab55eaeb9cdbd50885e5ba72f3236318b8 | 825144a8bd35baae48b011ceb5f47280456b1440 | refs/heads/master | 2020-04-27T13:07:28.945000 | 2019-03-09T10:56:38 | 2019-03-09T10:56:38 | 174,356,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zsw.practise.gp.factory.db_pool;
import org.junit.Test;
import java.sql.Connection;
/**
* @author zheng.shaowei
* @create 2019-03-09 14:27
**/
public class ConnectionPoolTest {
//TODO 继续完成测试
@Test
public void getPoolTest(){
DBConnectionPool connectionPool = DBConnectionPool.getIns... | UTF-8 | Java | 625 | java | ConnectionPoolTest.java | Java | [
{
"context": "Test;\n\nimport java.sql.Connection;\n\n/**\n * @author zheng.shaowei\n * @create 2019-03-09 14:27\n **/\npublic class Con",
"end": 127,
"score": 0.9993345737457275,
"start": 114,
"tag": "NAME",
"value": "zheng.shaowei"
}
] | null | [] | package com.zsw.practise.gp.factory.db_pool;
import org.junit.Test;
import java.sql.Connection;
/**
* @author zheng.shaowei
* @create 2019-03-09 14:27
**/
public class ConnectionPoolTest {
//TODO 继续完成测试
@Test
public void getPoolTest(){
DBConnectionPool connectionPool = DBConnectionPool.getIns... | 625 | 0.693312 | 0.673736 | 26 | 22.576923 | 22.369576 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 9 |
49687709fe83b0b778c7a8e8f611b347efbbc849 | 14,156,212,210,482 | 06d0015ab48be6935721e89507f56965612fc90b | /src/jsm/rtx2/phys/Texture.java | 1fb68eddcb4105cb570d0074f07d8e350e6ced88 | [] | no_license | NotJackIsMercury/RayTracingAttempt | https://github.com/NotJackIsMercury/RayTracingAttempt | d62879bce55d66e247f5500743d155017466a209 | c460c6057f0287a90f4227d8de85b1367e42b781 | refs/heads/main | 2023-01-22T15:38:54.845000 | 2020-11-30T06:59:22 | 2020-11-30T06:59:22 | 317,096,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jsm.rtx2.phys;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class Texture {
public static final int SIZE = 64;
public static final Texture WALL2 = new Texture("res/wall2.png", SIZE);
public... | UTF-8 | Java | 863 | java | Texture.java | Java | [] | null | [] | package jsm.rtx2.phys;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class Texture {
public static final int SIZE = 64;
public static final Texture WALL2 = new Texture("res/wall2.png", SIZE);
public... | 863 | 0.650058 | 0.640788 | 40 | 19.575001 | 19.747009 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 9 |
1c87b16ea8fa89e9c030fba51f4d702c0b9ed992 | 25,752,623,969,833 | 7dd9c1626ea7df528c31b5c5792efa1b4f4c061b | /src/com/company/Pokemon/EvolutionData.java | e2410a1a4b5c071573af2a027af8edef89f20af3 | [] | no_license | BDeshiDev/PokeProject | https://github.com/BDeshiDev/PokeProject | fcfdf25259cad53a8fc0c0161c4990255915daa8 | 2673df74280093193ca06de44fa584af3ed1c6f5 | refs/heads/master | 2023-03-15T20:33:51.311000 | 2019-02-13T04:01:24 | 2019-02-13T04:01:24 | 162,118,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.Pokemon;
import com.company.Pokemon.Stats.Level;
public class EvolutionData {
public final String monToEvolveTo;
public final int lvRequirement;
public EvolutionData(){
this(null,999);//the level is pointless here
}
public EvolutionData(String monToEvolveTo, int lvRequ... | UTF-8 | Java | 722 | java | EvolutionData.java | Java | [] | null | [] | package com.company.Pokemon;
import com.company.Pokemon.Stats.Level;
public class EvolutionData {
public final String monToEvolveTo;
public final int lvRequirement;
public EvolutionData(){
this(null,999);//the level is pointless here
}
public EvolutionData(String monToEvolveTo, int lvRequ... | 722 | 0.714681 | 0.706371 | 22 | 31.818182 | 27.385525 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 9 |
101d2be60065739aa980e3272769efb74e2f6f03 | 28,939,489,665,252 | 4096da7a5c9d84261b799f3510d26811b50e5b29 | /src/java/com/controller/ComplaintAction.java | b4b74353c9f43d35692232ab65406bcc66c136ad | [] | no_license | ninhnv/Project-Specification-Elevation-System | https://github.com/ninhnv/Project-Specification-Elevation-System | 3550c32273b4e3be3bf188d92cd6be50547e7b6a | aa88f3194a14dd71dbb221bee4428bb50d9d74cf | refs/heads/master | 2021-01-17T05:39:09.575000 | 2015-01-13T07:40:59 | 2015-01-13T07:40:59 | 29,178,443 | 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 com.controller;
import com.beans.TblComplaint;
import com.beans.TblOrder;
import com.beans.TblPerson;
import com.model.ComplaintModel;
import com.model.OrderModel;
import com.model.PersonModel;
import java.io.IO... | UTF-8 | Java | 8,395 | java | ComplaintAction.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n *\n * @author ADMIN\n */\n@WebServlet(name = \"ComplaintAction\", urlPatt",
"end": 660,
"score": 0.9911934733390808,
"start": 655,
"tag": "USERNAME",
"value": "ADMIN"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.controller;
import com.beans.TblComplaint;
import com.beans.TblOrder;
import com.beans.TblPerson;
import com.model.ComplaintModel;
import com.model.OrderModel;
import com.model.PersonModel;
import java.io.IO... | 8,395 | 0.625849 | 0.625015 | 218 | 37.509174 | 27.615519 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536697 | false | false | 9 |
9c2dab4c2ef1b136f90a23564316fec68ca883da | 13,520,557,108,683 | 3a007f799ab01a95528729ef83bcf3c10f64c9b0 | /src/main/java/com/markoni/interv/commons/error/ValidationException.java | cb6b85bcc8933871143f50b0516d875c75876985 | [] | no_license | marko-nikolic/interv | https://github.com/marko-nikolic/interv | e44f7dd119626183837c8627d04fbc88b417628f | c8df90af55fde5ffc29c8d23e9ca53419571950c | refs/heads/master | 2022-12-07T13:49:10.397000 | 2020-08-10T23:29:27 | 2020-08-10T23:29:27 | 286,098,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.markoni.interv.commons.error;
import com.markoni.interv.commons.message.Message;
import lombok.Getter;
import java.util.ArrayList;
import java.util.List;
/**
* Exception used for custom validation
*/
@Getter
public class ValidationException extends RuntimeException {
private List<Message> messages... | UTF-8 | Java | 763 | java | ValidationException.java | Java | [] | null | [] | package com.markoni.interv.commons.error;
import com.markoni.interv.commons.message.Message;
import lombok.Getter;
import java.util.ArrayList;
import java.util.List;
/**
* Exception used for custom validation
*/
@Getter
public class ValidationException extends RuntimeException {
private List<Message> messages... | 763 | 0.694626 | 0.694626 | 35 | 20.799999 | 20.955463 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
657f5de4deacb686975fb50bead7a33e34d7fa8b | 3,143,916,100,164 | 5c6e57a8893e92b44466ca8f90498213b0b72f21 | /JavaProjects/VirtualClassRoomApplication/src/clientapp/MentorSession.java | b53854e22c8ca7a7dc006f981410ba52aee7f22a | [] | no_license | jatinkumar762/Projects | https://github.com/jatinkumar762/Projects | 8265daad45ff84b780a66f192cc23010a3122ea2 | 893e106f572e1ee26cf40bf0b2effd8486ba993d | refs/heads/master | 2017-12-30T07:58:31.753000 | 2016-10-28T14:41:23 | 2016-10-28T14:41:23 | 72,211,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clientapp;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.File;
impo... | UTF-8 | Java | 10,246 | java | MentorSession.java | Java | [] | null | [] | package clientapp;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.File;
impo... | 10,246 | 0.608433 | 0.59067 | 305 | 31.593443 | 29.190701 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.508197 | false | false | 9 |
e66d69af81788e23caac7089b0510033ec992a70 | 3,143,916,102,530 | c36d08386a88e139e6325ea7f5de64ba00a45c9f | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ReservationRequestsPBImpl.java | 1ada946b40b89483b1ede184373ac81862965874 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"CC0-1.0",
"CC-BY-3.0",
"EPL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Classpath-exception-2.0",
"CC-PDDC",
"GCC-exception-3.1",
"CDDL-1.0",
"MIT",
"GPL-2.0-only",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-on... | permissive | dmgerman/hadoop | https://github.com/dmgerman/hadoop | 6197e3f3009196fb4ca528ab420d99a0cd5b9396 | 70c015914a8756c5440cd969d70dac04b8b6142b | refs/heads/master | 2020-12-01T06:30:51.605000 | 2019-12-19T19:37:17 | 2019-12-19T19:37:17 | 230,528,747 | 0 | 0 | Apache-2.0 | false | 2020-01-31T18:29:52 | 2019-12-27T22:48:25 | 2019-12-28T01:56:19 | 2020-01-31T18:29:51 | 128,849 | 0 | 0 | 1 | Java | false | false | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF license... | UTF-8 | Java | 13,444 | java | ReservationRequestsPBImpl.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF license... | 13,444 | 0.803035 | 0.802291 | 858 | 14.667832 | 28.632393 | 814 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06993 | false | false | 9 |
daa5f75ff7e1075ccf81915fd2c95b48cabcf712 | 558,345,749,939 | dc5533056d11bc046e6bbdddb9a8da1f7496140c | /hw05/src/cs3500/music/model/MusicModel.java | ac2185303ae498a44d9c669ef8f82dd425a9a017 | [] | no_license | kirumiraj/MusicEditorProject | https://github.com/kirumiraj/MusicEditorProject | ca0b4cf1500aa506dc45d159041c2a1ac32bd4ee | f01b8c0814173314ec3841f018137e22fc6f6377 | refs/heads/master | 2021-05-02T11:33:36.552000 | 2016-11-02T21:03:42 | 2016-11-02T21:03:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs3500.music.model;
import java.util.List;
import java.util.ArrayList;
import cs3500.music.util.CompositionBuilder;
/**
* Represents a MusicModel, which is a list of Pitch objects.
*/
public class MusicModel implements IMusicModel {
private List<Pitch> pitches;
private int tempo;
/**
* Constructo... | UTF-8 | Java | 7,257 | java | MusicModel.java | Java | [] | null | [] | package cs3500.music.model;
import java.util.List;
import java.util.ArrayList;
import cs3500.music.util.CompositionBuilder;
/**
* Represents a MusicModel, which is a list of Pitch objects.
*/
public class MusicModel implements IMusicModel {
private List<Pitch> pitches;
private int tempo;
/**
* Constructo... | 7,257 | 0.606449 | 0.599559 | 262 | 26.70229 | 24.707663 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480916 | false | false | 9 |
6b4c198f51b088ed57884e42cff5c63ad7dc261e | 549,755,883,755 | 24ccb351a2e65b946bbd2f65b39485fd7d1a546d | /ekp/src/com/landray/kmss/common/model/IBaseCreateInfoModel.java | bbe648ef7a377939206952b5257228dad528a34d | [] | no_license | cliveyao/EKPV12 | https://github.com/cliveyao/EKPV12 | 1c56389b81a6047a38e2779c18dc63cbfbfc5736 | 51285e960899cd838431b045196ee7546830843d | refs/heads/master | 2021-06-20T18:19:19.646000 | 2017-07-07T02:23:36 | 2017-07-07T02:23:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.landray.kmss.common.model;
import java.util.Date;
import com.landray.kmss.sys.organization.model.SysOrgPerson;
public interface IBaseCreateInfoModel {
public abstract Date getDocCreateTime();
public abstract void setDocCreateTime(Date createTime);
public abstract SysOrgPerson getDocCreator();
pub... | UTF-8 | Java | 377 | java | IBaseCreateInfoModel.java | Java | [] | null | [] | package com.landray.kmss.common.model;
import java.util.Date;
import com.landray.kmss.sys.organization.model.SysOrgPerson;
public interface IBaseCreateInfoModel {
public abstract Date getDocCreateTime();
public abstract void setDocCreateTime(Date createTime);
public abstract SysOrgPerson getDocCreator();
pub... | 377 | 0.816976 | 0.816976 | 17 | 21.235294 | 23.863655 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 9 |
b35e28685b93fd6a1e096b1461813defbdc313af | 11,982,958,782,323 | 8c6e1e98e49ffe041cd585ab73d185276645e344 | /Pulcer/src/com/me/pulcer/entity/UpdateStatus.java | 230dc84a9a8dc046dba59866fbb4b0e9d20f2354 | [] | no_license | JKTChua/Pulcer | https://github.com/JKTChua/Pulcer | 0a35b43c553d52b5aa6c84d75da5da572454eed3 | e213134fff28f278a857aa88fbd32c45418003e9 | refs/heads/master | 2021-01-19T22:33:43.699000 | 2013-04-02T23:25:58 | 2019-02-26T22:40:06 | 8,043,123 | 0 | 0 | null | false | 2013-03-19T23:01:28 | 2013-02-06T02:35:51 | 2013-03-19T23:01:28 | 2013-03-19T22:53:55 | 30,812 | null | 0 | 0 | Java | null | null | package com.me.pulcer.entity;
import com.google.gson.annotations.SerializedName;
import com.the9tcat.hadi.annotation.Column;
import com.the9tcat.hadi.annotation.Table;
@Table(name="update_status_log")
public class UpdateStatus {
@SerializedName("reminder_id")
@Column(name="reminder_id",primary=true)
... | UTF-8 | Java | 731 | java | UpdateStatus.java | Java | [] | null | [] | package com.me.pulcer.entity;
import com.google.gson.annotations.SerializedName;
import com.the9tcat.hadi.annotation.Column;
import com.the9tcat.hadi.annotation.Table;
@Table(name="update_status_log")
public class UpdateStatus {
@SerializedName("reminder_id")
@Column(name="reminder_id",primary=true)
... | 731 | 0.701778 | 0.699042 | 34 | 19.5 | 14.063407 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
36fbecaeb6db71f216ae3561bfc05ecdbaa1918f | 32,615,981,680,926 | ed1465b4e592d78f3f4b0ee5b9603d844c6c4858 | /homeworks/src/alexandermelnychuk/homework1/LabWork142.java | 64f1fd6469717ce108caf552ddfc29cd0ce711e3 | [] | no_license | PBaranovskyi/learningJava | https://github.com/PBaranovskyi/learningJava | 9dbee024c58009b40191ed6589ee7bbd6b16ae61 | 7d34e6a7195d9b845ea104d6d05333f5c8be7513 | refs/heads/master | 2021-01-19T00:28:49.526000 | 2017-09-18T15:38:20 | 2017-09-18T15:38:20 | 87,173,899 | 0 | 0 | null | false | 2017-06-23T14:10:18 | 2017-04-04T10:26:45 | 2017-04-04T10:46:45 | 2017-06-23T03:51:10 | 419 | 0 | 0 | 24 | Java | null | null | package alexandermelnychuk.homework1;
//Task: Write a console program that prints result of each of arithmetic operations (+, -, /, *, %) for two variables of primitive data types.
public class LabWork142 {
public static void main(String[] args) {
int firstIntValue = 1986;
int secondIntValue = 5;... | UTF-8 | Java | 846 | java | LabWork142.java | Java | [
{
"context": "package alexandermelnychuk.homework1;\n\n//Task: Write a cons",
"end": 9,
"score": 0.8124487996101379,
"start": 8,
"tag": "USERNAME",
"value": "a"
},
{
"context": "package alexandermelnychuk.homework1;\n\n//Task: Write a console program ",
"end": 21,
"score": 0.... | null | [] | package alexandermelnychuk.homework1;
//Task: Write a console program that prints result of each of arithmetic operations (+, -, /, *, %) for two variables of primitive data types.
public class LabWork142 {
public static void main(String[] args) {
int firstIntValue = 1986;
int secondIntValue = 5;... | 846 | 0.692671 | 0.682033 | 17 | 48.764706 | 47.386433 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 9 |
62c23a08ed29b35ecbbadb245acd8570515f27ce | 5,317,169,533,693 | 5cafab5f056849fc8ed94b30bbeb0672bc42dd81 | /src/main/java/com/winit/core/configuration/syncer/VCSFileSyncer.java | dbd783b366d5e0e57607cfc6a9262e28b32807f6 | [] | no_license | Winit-beijing-dev-A/beetle-api | https://github.com/Winit-beijing-dev-A/beetle-api | 1a02511a0a1e830f97a74e4807fd992347a0de51 | fa392aaf347bf1c93d309b7d00dfb00c0d504054 | refs/heads/master | 2021-01-10T23:55:03.874000 | 2016-12-19T06:42:14 | 2016-12-19T06:42:14 | 70,786,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.winit.core.configuration.syncer;
import com.winit.core.ci.vcs.VCS;
import com.winit.core.ci.vcs.exception.VCSException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Created by wangjian on 16/8/4.
*/
public class VCSFileSyncer implements ConfigFileSyncer {
private static final Logg... | UTF-8 | Java | 715 | java | VCSFileSyncer.java | Java | [
{
"context": "import org.slf4j.LoggerFactory;\n\n/**\n * Created by wangjian on 16/8/4.\n */\npublic class VCSFileSyncer impleme",
"end": 217,
"score": 0.9991996884346008,
"start": 209,
"tag": "USERNAME",
"value": "wangjian"
}
] | null | [] | package com.winit.core.configuration.syncer;
import com.winit.core.ci.vcs.VCS;
import com.winit.core.ci.vcs.exception.VCSException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Created by wangjian on 16/8/4.
*/
public class VCSFileSyncer implements ConfigFileSyncer {
private static final Logg... | 715 | 0.65488 | 0.646393 | 30 | 22.566668 | 21.764931 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
0dfdefa33575220b3780e2146c45fbed062b76cd | 17,171,279,307,126 | dc76b72577d9a45c1d6827e85302bc1659f3fa48 | /GooglePlay74/src/com/itheima/googleplay74/ui/holder/SubjectHolder.java | e776a642aa23d626a25008347b83b78eff41c225 | [] | no_license | obmitguo/simple-demo | https://github.com/obmitguo/simple-demo | 4008920074a09deb05a32559486bae965124c1ae | 97567d64084dbbda3e63ac9db7ef538d354637a0 | refs/heads/master | 2021-01-01T17:06:33.473000 | 2017-07-22T02:13:37 | 2017-07-22T02:13:37 | 97,997,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.googleplay74.ui.holder;
import com.itheima.googleplay74.R;
import com.itheima.googleplay74.Http.HttpHelper;
import com.itheima.googleplay74.doman.SubjectInfo;
import com.itheima.googleplay74.utils.BitmapHelper;
import com.itheima.googleplay74.utils.UIUtils;
import com.lidroid.xutils.BitmapUt... | UTF-8 | Java | 1,051 | java | SubjectHolder.java | Java | [] | null | [] | package com.itheima.googleplay74.ui.holder;
import com.itheima.googleplay74.R;
import com.itheima.googleplay74.Http.HttpHelper;
import com.itheima.googleplay74.doman.SubjectInfo;
import com.itheima.googleplay74.utils.BitmapHelper;
import com.itheima.googleplay74.utils.UIUtils;
import com.lidroid.xutils.BitmapUt... | 1,051 | 0.75743 | 0.745925 | 36 | 26.972221 | 21.300087 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277778 | false | false | 9 |
e7f8905255bfde951135162c4cc38bf2390e8631 | 17,171,279,311,124 | 7701d3b9456988cb164482f79fd2fde7307769ba | /Demo/Session11/CS105-Session11-Ex-BankApp/src/main/java/edu/sbcc/cs105/bankmodel/TransactionType.java | de4a36f5bbb4cfc2ef3bb4f97df72844a3d1539f | [] | no_license | daparducci/cs105-code | https://github.com/daparducci/cs105-code | 2fa84ed817ac93b6717baabae9e40303551c02e0 | 4a8bbfa66f5d890c9ba3b070d14c7cca0b6524b4 | refs/heads/master | 2022-12-29T03:58:03.376000 | 2020-10-01T23:55:17 | 2020-10-01T23:55:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.sbcc.cs105.bankmodel;
public enum TransactionType {
ACH_DEBIT,
CASH,
CHECK,
DEPOSIT,
DIVIDEND_CREDIT,
FEE,
TRANSFER
}
| UTF-8 | Java | 139 | java | TransactionType.java | Java | [] | null | [] | package edu.sbcc.cs105.bankmodel;
public enum TransactionType {
ACH_DEBIT,
CASH,
CHECK,
DEPOSIT,
DIVIDEND_CREDIT,
FEE,
TRANSFER
}
| 139 | 0.733813 | 0.71223 | 11 | 11.636364 | 10.191554 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 9 |
7f953e318876991d38470a958652d96249aba32e | 24,318,104,895,260 | 160812e568216171fbb77d85785ff5dee82da3cf | /src/Condicion.java | 4f80359623ed3fcf840eb533a2fa06a03c00fb4c | [] | no_license | vickydr04/prog2 | https://github.com/vickydr04/prog2 | 77cfa8ef407b489b96e0a60299142e181c5e1a68 | bd2ef40c3f3d265de66469a29441c380cbb81ac8 | refs/heads/master | 2020-09-18T17:11:31.919000 | 2016-10-26T21:44:01 | 2016-10-26T21:44:01 | 67,439,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public abstract class Condicion {
public Condicion() {
}
public abstract boolean cumple(Pista p);
}
| UTF-8 | Java | 111 | java | Condicion.java | Java | [] | null | [] |
public abstract class Condicion {
public Condicion() {
}
public abstract boolean cumple(Pista p);
}
| 111 | 0.684685 | 0.684685 | 9 | 11.222222 | 15.229925 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 9 |
f43297b0ffa7e67c4b3e21e8e8bcab337287a04d | 10,557,029,632,201 | 1bd425caa90c8f6d2756330a9f5fda840d043545 | /java dee/src/com/itechart/phonny/model/entity/PhoneRecord.java | ed741a90d26e9b4bb613bb12b457d2b792a9c375 | [] | no_license | kfs/itc | https://github.com/kfs/itc | 87d33b27da4c5b082b7693672aa58fc17e789795 | 541e5d9ec8838c91a3d6cce8ac1e6616ff2fd4e4 | refs/heads/master | 2021-01-10T20:04:48.869000 | 2014-02-26T19:22:28 | 2014-02-26T19:22:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itechart.phonny.model.entity;
import java.util.Date;
import java.util.List;
public class PhoneRecord {
private String firstName;
private String patronymic;
private String surname;
private String webSite;
private String email;
private Date birthDate;
private... | UTF-8 | Java | 2,530 | java | PhoneRecord.java | Java | [] | null | [] | package com.itechart.phonny.model.entity;
import java.util.Date;
import java.util.List;
public class PhoneRecord {
private String firstName;
private String patronymic;
private String surname;
private String webSite;
private String email;
private Date birthDate;
private... | 2,530 | 0.697628 | 0.697628 | 141 | 16.943262 | 17.006371 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.042553 | false | false | 9 |
9d7f01d87e759361f5f0c6ccfc7e4125cf0d1a8c | 1,589,137,960,455 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_5725690f9fd13925e751143b482334b03d583cf3/AApplyExpAssistantTC/28_5725690f9fd13925e751143b482334b03d583cf3_AApplyExpAssistantTC_s.java | ca3630b9ae6723263681955583b52a3e49544178 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package org.overture.typechecker.assistant.expression;
import java.util.List;
import org.overture.ast.definitions.PDefinition;
import org.overture.ast.expressions.AApplyExp;
import org.overture.ast.expressions.AFuncInstatiationExp;
import org.overture.ast.expressions.AVariableExp;
import org.overture.ast.exp... | UTF-8 | Java | 6,566 | java | 28_5725690f9fd13925e751143b482334b03d583cf3_AApplyExpAssistantTC_s.java | Java | [] | null | [] | package org.overture.typechecker.assistant.expression;
import java.util.List;
import org.overture.ast.definitions.PDefinition;
import org.overture.ast.expressions.AApplyExp;
import org.overture.ast.expressions.AFuncInstatiationExp;
import org.overture.ast.expressions.AVariableExp;
import org.overture.ast.exp... | 6,566 | 0.686567 | 0.677277 | 211 | 30.113745 | 32.545067 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.582938 | false | false | 9 |
a67f5ab217794f72d2be4c9530720ce313bebcba | 19,207,093,812,708 | 42ed1623d97adc9b03cb797d86ec72cf0cd3d352 | /HotContext/src/luz/winapi/constants/DIBwUsage.java | 607f7c83db4c2b8710cfedd05cf84421bee04b37 | [] | no_license | NormR/Android-Simple-Web-Server | https://github.com/NormR/Android-Simple-Web-Server | d5b1823c219770cb4d5601b8ca369ac17c4f3240 | 389295f7045bcb7589ac816e47ab8962d3957f75 | refs/heads/master | 2021-01-18T18:34:05.133000 | 2017-04-01T11:54:55 | 2017-04-01T11:54:55 | 86,862,532 | 13 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package luz.winapi.constants;
public enum DIBwUsage{
DIB_RGB_COLORS (0);
//DIB_PAL_COLORS ();
private int value;
DIBwUsage(int value) { this.value=value; }
public int getValue() { return value; }
} | UTF-8 | Java | 214 | java | DIBwUsage.java | Java | [] | null | [] | package luz.winapi.constants;
public enum DIBwUsage{
DIB_RGB_COLORS (0);
//DIB_PAL_COLORS ();
private int value;
DIBwUsage(int value) { this.value=value; }
public int getValue() { return value; }
} | 214 | 0.668224 | 0.663551 | 10 | 20.5 | 15.857175 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 9 |
9678f8b8309dc06545a7c1c994a66ebc7f033fae | 20,169,166,487,136 | c0c88662988743e16b57c7ecdfb7534a5cf4e905 | /src/main/java/pl/wlodarczyk/springregistersecurity/controller/MainController.java | 681c0db3c4c120dda00543fcca941ed8c2c28405 | [] | no_license | empios/SpringSecurityRegisterWithEmail | https://github.com/empios/SpringSecurityRegisterWithEmail | f05070199a7cf0ccdb447e8ae58fbb12b6506cc3 | 1bc8db04510b859e1f947a097a8c7b225a74e69e | refs/heads/master | 2021-03-05T11:29:10.039000 | 2020-03-19T13:07:03 | 2020-03-19T13:07:03 | 246,119,083 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.wlodarczyk.springregistersecurity.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web... | UTF-8 | Java | 2,439 | java | MainController.java | Java | [] | null | [] | package pl.wlodarczyk.springregistersecurity.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web... | 2,439 | 0.708077 | 0.708077 | 80 | 29.487499 | 23.478178 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 9 |
2acff6d86d9882469568e48bdd07bad723616322 | 20,598,663,199,793 | ed10c1f0039dc0e0522185c182eb5c6299beeaa4 | /src/main/java/com/github/jonathanxd/adapter/visitor/ExtraFieldVisitor.java | 52002213bf6e2be72631e8e46a7935da63c172d6 | [
"MIT"
] | permissive | JonathanxD/Adapter | https://github.com/JonathanxD/Adapter | 754bd779de56720fbe5102e40073d54a26d11fa1 | cc17e4ccdfc5baf9bff396d3f35d35a1b498a0e2 | refs/heads/master | 2016-09-17T03:20:16.625000 | 2016-09-07T17:07:53 | 2016-09-07T17:07:53 | 56,453,045 | 0 | 0 | null | false | 2016-08-11T00:20:07 | 2016-04-17T18:58:11 | 2016-07-10T20:43:08 | 2016-08-11T00:20:06 | 850 | 0 | 0 | 0 | Java | null | null | /*
* Adapter - Class adapter! <https://github.com/JonathanxD/Adapter>
*
* The MIT License (MIT)
*
* Copyright (c) 2016 TheRealBuggy/JonathanxD (https://github.com/JonathanxD/ & https://github.com/TheRealBuggy/) <jonathan.scripter@programmer.net>
* Copyright (c) contributors
*
*
* Pe... | UTF-8 | Java | 6,635 | java | ExtraFieldVisitor.java | Java | [
{
"context": " Adapter - Class adapter! <https://github.com/JonathanxD/Adapter>\n *\n * The MIT License (MIT)\n *\n ",
"end": 66,
"score": 0.9981076121330261,
"start": 56,
"tag": "USERNAME",
"value": "JonathanxD"
},
{
"context": " (MIT)\n *\n * Copyright (c) 2016 The... | null | [] | /*
* Adapter - Class adapter! <https://github.com/JonathanxD/Adapter>
*
* The MIT License (MIT)
*
* Copyright (c) 2016 TheRealBuggy/JonathanxD (https://github.com/JonathanxD/ & https://github.com/TheRealBuggy/) <<EMAIL>>
* Copyright (c) contributors
*
*
* Permission is hereby grante... | 6,610 | 0.703693 | 0.701733 | 154 | 42.084415 | 40.152946 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 9 |
83738748ed78648539413bf15a6b5dbea0d54859 | 33,139,967,710,199 | c0c3900669edadfa20184aa4639c5ce162b9bb1a | /part4.java | 2e059373b94ca715b928e98034a2665d3c8ebcb4 | [] | no_license | michikofeehan/FindingGenes | https://github.com/michikofeehan/FindingGenes | f9c32ed13de263b8f1eb7322fa8f9a591481b4eb | 43cdd99e47d573ef2b57e55b56c439db3e2b6d22 | refs/heads/master | 2020-12-06T10:10:58.437000 | 2020-02-01T18:51:39 | 2020-02-01T18:51:39 | 232,434,237 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import edu.duke.*;
/**
* Use URL resource to read file word by word
* The URLResource class opens a connection to a URL and allows access to the
* contents of the web page a line at a time, using the method lines. or a word
* at a time, using the method words. These strings can then be iterated over using
* a fo... | UTF-8 | Java | 1,124 | java | part4.java | Java | [
{
"context": "then be iterated over using \n * a for loop.\n * \n * Michiko\n * Feb. 1, 2020\n */ \n\n \npublic class Part4 {\n ",
"end": 342,
"score": 0.9992496371269226,
"start": 335,
"tag": "NAME",
"value": "Michiko"
}
] | null | [] | import edu.duke.*;
/**
* Use URL resource to read file word by word
* The URLResource class opens a connection to a URL and allows access to the
* contents of the web page a line at a time, using the method lines. or a word
* at a time, using the method words. These strings can then be iterated over using
* a fo... | 1,124 | 0.63968 | 0.631673 | 31 | 35.290321 | 39.119495 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 9 |
bd4b67f31128fd45f60ff20641cf970842143cdb | 19,078,244,788,657 | 3d46585c05e8aaf2cb7f9af42d2f626852fb31b9 | /Iterator/src/PancakeHouseIterator.java | 3d2dc329835865b86ee8e17e9a3323d18f50992c | [] | no_license | tangaowei/head-frist-dp | https://github.com/tangaowei/head-frist-dp | e1808ae87e160b684773e4cc01d7d0406faf620a | 0818acf29b84d2d56defa88d30c7f128088fa8c7 | refs/heads/master | 2021-01-25T08:49:22.812000 | 2013-04-21T15:20:14 | 2013-04-21T15:20:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Iterator;
public class PancakeHouseIterator implements Iterator<MenuItem> {
ArrayList<MenuItem> items;
int pos = 0;
public PancakeHouseIterator(ArrayList<MenuItem> items) {
this.items = items;
}
public MenuItem next() {
MenuItem menuItem = items.g... | UTF-8 | Java | 510 | java | PancakeHouseIterator.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Iterator;
public class PancakeHouseIterator implements Iterator<MenuItem> {
ArrayList<MenuItem> items;
int pos = 0;
public PancakeHouseIterator(ArrayList<MenuItem> items) {
this.items = items;
}
public MenuItem next() {
MenuItem menuItem = items.g... | 510 | 0.647059 | 0.645098 | 26 | 18.653847 | 16.719271 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.