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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5f24c79cea35a8ade9ab7b350705456fefae15ed | 5,342,939,340,662 | 2175494caf808b0f52af19b78bc2c1a8f0049cde | /p21/src/Euler21.java | 2673381002cdb27b16eb187267d50e4a998e6973 | [] | no_license | dratcliff/euler | https://github.com/dratcliff/euler | 40f4b27d079f27fd5c8725422ec994b898f79ea2 | 46039786f003f62ceef7176f540c6b3fc30a934b | refs/heads/master | 2016-08-06T20:58:17.040000 | 2011-08-08T21:26:51 | 2011-08-08T21:26:51 | 2,168,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Euler21
{
private static int sumOfProperDivisors(int number) {
int sum = 0;
for (int i = 1; i*2 <= number; i++) {
if (number % i == 0)
sum += i;
}
return sum;
}
public static void main(String[] args) {
int a[] = new int[1... | UTF-8 | Java | 677 | java | Euler21.java | Java | [] | null | [] |
public class Euler21
{
private static int sumOfProperDivisors(int number) {
int sum = 0;
for (int i = 1; i*2 <= number; i++) {
if (number % i == 0)
sum += i;
}
return sum;
}
public static void main(String[] args) {
int a[] = new int[1... | 677 | 0.394387 | 0.351551 | 26 | 24.961538 | 15.919221 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 0 |
abb37f6067f4193a119591ca73f61907b47cde54 | 20,048,907,375,218 | 3310eb9dba80dacf841c014c9de2e26d4d68daa2 | /app/src/main/java/com/leslie/recylerviewmodel/test/alphabetlist/AlphabetViewModel.java | 6c202f455357dd0447100450f41d0f85ae51ad2b | [] | no_license | xjz-111/recycler-view-model | https://github.com/xjz-111/recycler-view-model | d4385ec8ec7a6b2d4ac25917f1735ff4ed9c0cdc | 436b969abbd1ec74819d89066339a041d900cf30 | refs/heads/master | 2023-07-01T04:56:05.889000 | 2021-07-30T07:39:18 | 2021-07-30T07:39:18 | 385,227,487 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leslie.recylerviewmodel.test.alphabetlist;
import android.graphics.Canvas;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.leslie.recycler_view_model.BaseCommonViewModel;
import com.leslie.recylerviewmodel.BR;
import com.leslie.re... | UTF-8 | Java | 3,423 | java | AlphabetViewModel.java | Java | [
{
"context": "data.Alphabet;\n\nimport java.util.List;\n\n/**\n * 作者:xjzhao\n * 时间:2021-07-12 16:42\n */\npublic class AlphabetV",
"end": 565,
"score": 0.999707043170929,
"start": 559,
"tag": "USERNAME",
"value": "xjzhao"
}
] | null | [] | package com.leslie.recylerviewmodel.test.alphabetlist;
import android.graphics.Canvas;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.leslie.recycler_view_model.BaseCommonViewModel;
import com.leslie.recylerviewmodel.BR;
import com.leslie.re... | 3,423 | 0.617796 | 0.611227 | 100 | 32.490002 | 30.848499 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57 | false | false | 0 |
50f47a39e79020aeea66c69abb3b375909a58e06 | 32,779,190,404,591 | 1b745451ebab5b805a266ec140bc69df29857cd4 | /InterviewPrep/src/org/ip/linkedlist/Partition2.java | 5a9824bef94dd260f705df0fb6f6db8de4fc3f3a | [] | no_license | jdesjean/InterviewPrep | https://github.com/jdesjean/InterviewPrep | 36f8c2b877f221f60c7630c9943a395e9efe3f13 | 26aa0bc3fbfc05e366dc917f3706246cc3796c4c | refs/heads/master | 2022-05-01T03:04:45.845000 | 2022-04-22T14:52:31 | 2022-04-22T14:52:31 | 79,151,269 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ip.linkedlist;
// EPI 2018: 7.12
public class Partition2 {
public static void main(String[] s) {
Partition2 partition = new Partition2();
System.out.println(partition.partition(newList(), 2));
System.out.println(partition.partition(newList(), 3));
System.out.println(partition.partition(new... | UTF-8 | Java | 940 | java | Partition2.java | Java | [] | null | [] | package org.ip.linkedlist;
// EPI 2018: 7.12
public class Partition2 {
public static void main(String[] s) {
Partition2 partition = new Partition2();
System.out.println(partition.partition(newList(), 2));
System.out.println(partition.partition(newList(), 3));
System.out.println(partition.partition(new... | 940 | 0.609574 | 0.571277 | 33 | 26.484848 | 21.868923 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.757576 | false | false | 0 |
35ffcc145e5296020c6c3cd440e1ec22c42f8fb1 | 26,319,559,643,850 | c228504dff2d0342b5dc4a4d10a7990c5c0fc92e | /src/main/java/menevseoglu/okan/model/Post.java | 7b7927f151d6f48d4dc5f76eabb634744f518e80 | [] | no_license | okanmenevseoglu/swe573 | https://github.com/okanmenevseoglu/swe573 | 6fd95fa9b1bb37d09ea5fc453ec2cfc671353670 | 1d8282656ec693359e77c8d5a4affc317c91f528 | refs/heads/master | 2020-12-29T02:37:51.327000 | 2017-02-22T06:53:22 | 2017-02-22T06:53:22 | 51,755,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package menevseoglu.okan.model;
import lombok.Data;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.validator.constraints.NotBlank;
import javax.persistence.*;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.List;
/**
* Entity representation of the post table that stores i... | UTF-8 | Java | 1,021 | java | Post.java | Java | [] | null | [] | package menevseoglu.okan.model;
import lombok.Data;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.validator.constraints.NotBlank;
import javax.persistence.*;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.List;
/**
* Entity representation of the post table that stores i... | 1,021 | 0.719882 | 0.715965 | 46 | 21.195652 | 20.528475 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 0 |
85b8e66642268a5f874ceb8b2201acc5192d8cbd | 31,602,369,418,528 | c30ad92baaa13dcfdc26edfd3596cef7b47fa978 | /src/main/java/com/briup/test/TestDom4J.java | 282b3d4c9e132003e4845701028a22782c7078c1 | [] | no_license | SSDeDan/emdc | https://github.com/SSDeDan/emdc | 660f7dedb8a737ba089e168d0a137ca9302b6907 | 9f8a49476f1e57cf278192aa94f0ca6537e971fa | refs/heads/master | 2022-06-22T00:47:49.219000 | 2019-09-20T09:18:42 | 2019-09-20T09:18:42 | 209,740,626 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.briup.test;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import java.util.List;
/**
* @program: shuaixiaohuo.java
* @Description: emdc
* @author: ZZZss
* @Created 2019/9/19 22:20
*/
public class TestDom4J {
public static... | UTF-8 | Java | 952 | java | TestDom4J.java | Java | [
{
"context": "huaixiaohuo.java\n * @Description: emdc\n * @author: ZZZss\n * @Created 2019/9/19 22:20\n */\npublic class Test",
"end": 245,
"score": 0.9997272491455078,
"start": 240,
"tag": "USERNAME",
"value": "ZZZss"
}
] | null | [] | package com.briup.test;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import java.util.List;
/**
* @program: shuaixiaohuo.java
* @Description: emdc
* @author: ZZZss
* @Created 2019/9/19 22:20
*/
public class TestDom4J {
public static... | 952 | 0.659574 | 0.63948 | 41 | 19.634146 | 20.925835 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 0 |
71c318daa1858669aee179d152dcc490e86498a4 | 11,673,721,159,948 | 63c8abf02d738ec62a9ec49fa5d5204d6b3fb2ec | / scope-ocr --username aravindh.shankar.91@gmail.com/Prototype/Scope/src/com/example/scope/ResultsAdapter.java | 5de7ff5c3876a045bea57113bf8e2aa55d061bba | [] | no_license | salmangadit/scope | https://github.com/salmangadit/scope | 84c5d5e7a227af3cc015a67e6330728d20d5eac5 | d4d4feae21e30beed513cf3ad55d23d28eeaf06a | refs/heads/master | 2021-01-19T02:44:11.788000 | 2016-06-23T13:13:19 | 2016-06-23T13:13:19 | 26,875,576 | 1 | 0 | null | false | 2016-06-23T13:13:19 | 2014-11-19T18:35:48 | 2014-11-19T18:57:24 | 2016-06-23T13:13:19 | 181,104 | 0 | 0 | 1 | D | null | null | package com.example.scope;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
p... | UTF-8 | Java | 2,051 | java | ResultsAdapter.java | Java | [] | null | [] | package com.example.scope;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
p... | 2,051 | 0.723062 | 0.722087 | 74 | 25.716217 | 22.543364 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.918919 | false | false | 0 |
a12e921a93d0970a952f740dd347f8a7ece49296 | 11,673,721,160,869 | df43e703481a22f0a45cf3e30f060ff1ed9ecfd6 | /src/org/nutz/walnut/ext/media/edi/bean/EdiMessage.java | bfcf3a785aa0a6ec9a90bae66491e1545981a42a | [
"Apache-2.0"
] | permissive | zozoh/walnut | https://github.com/zozoh/walnut | 3e9c5a8d05693dcb45b26317a280b9a6808e76d7 | ff96c8ed2e684786d3e5a928a298d0f7c6c04263 | refs/heads/master | 2023-09-03T14:02:37.140000 | 2023-08-25T12:52:40 | 2023-08-25T12:52:40 | 25,297,698 | 11 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.nutz.walnut.ext.media.edi.bean;
import java.util.LinkedList;
import java.util.List;
import org.nutz.walnut.ext.media.edi.bean.segment.ICS_UNH;
import org.nutz.walnut.ext.media.edi.bean.segment.ICS_UNT;
import org.nutz.walnut.ext.media.edi.util.EdiSegmentFinder;
import org.nutz.walnut.util.Ws;
public clas... | UTF-8 | Java | 3,326 | java | EdiMessage.java | Java | [] | null | [] | package org.nutz.walnut.ext.media.edi.bean;
import java.util.LinkedList;
import java.util.List;
import org.nutz.walnut.ext.media.edi.bean.segment.ICS_UNH;
import org.nutz.walnut.ext.media.edi.bean.segment.ICS_UNT;
import org.nutz.walnut.ext.media.edi.util.EdiSegmentFinder;
import org.nutz.walnut.util.Ws;
public clas... | 3,326 | 0.539086 | 0.537282 | 138 | 23.10145 | 18.817696 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405797 | false | false | 0 |
63be5e62077eb6053b390c330685a9cf6a2bc68b | 16,458,314,738,313 | f1b522f78db9fd21dff00f0cd69b5785bd2ef248 | /ananya-transaction/src/test/java/org/motechproject/ananya/repository/AllCertificateCourseLogsTest.java | c06d6a615372fde24d4f555338043ede1eeea3d0 | [] | no_license | klnrajareddy/ananya | https://github.com/klnrajareddy/ananya | 11792360069dffea15ca6a0197f042d1dfc8a022 | 24d7703286db1fa64b8ddc245d8300fde8381812 | refs/heads/master | 2021-01-16T20:26:32.520000 | 2012-03-20T04:39:28 | 2012-03-20T04:40:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.motechproject.ananya.repository;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.motechproject.ananya.SpringIntegrationTest;
import org.motechproject.ananya.domain.CertificationCourseLog;
import org... | UTF-8 | Java | 2,873 | java | AllCertificateCourseLogsTest.java | Java | [] | null | [] | package org.motechproject.ananya.repository;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import org.junit.After;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.motechproject.ananya.SpringIntegrationTest;
import org.motechproject.ananya.domain.CertificationCourseLog;
import org... | 2,873 | 0.740341 | 0.735468 | 78 | 35.846153 | 30.625563 | 127 | false | false | 0 | 0 | 0 | 0 | 79 | 0.027497 | 0.692308 | false | false | 0 |
1ecc3fddad833c8e620cdf81af42270f06b1d9b3 | 4,776,003,685,945 | 7ac68c679adda0489c2a466f66de16971ef60b65 | /app/src/main/java/com/example/androidavanzadoclase2/MainActivity.java | d97d2992c2d8a959c4e34620188cdf39c74e1ff6 | [] | no_license | svasilovski/AndroidAvanzado | https://github.com/svasilovski/AndroidAvanzado | b1e430495b1a04e9a09da2b23fbfa36be9beb7e7 | 27d8e988bd93c81bf22928cbfae3b97146947868 | refs/heads/master | 2020-04-23T11:04:32.788000 | 2019-02-17T13:12:12 | 2019-02-17T13:12:12 | 171,123,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidavanzadoclase2;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.on... | UTF-8 | Java | 1,323 | java | MainActivity.java | Java | [] | null | [] | package com.example.androidavanzadoclase2;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.on... | 1,323 | 0.612708 | 0.607413 | 44 | 29.045454 | 25.322426 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 0 |
8e36087ae75f738b87f422a18fa7ca24eda67caf | 5,901,285,128,919 | f7a8e9c992031f127b92ac12c1752c13f364a13c | /src/net/ssmc/model/ClinicContact.java | 6c50d4c1362ca5fcf861b05d36915acc82eb9461 | [] | no_license | rhaynelsillador/ssmc | https://github.com/rhaynelsillador/ssmc | 3b71925f5e61439960589e6ea13d18ab8a56f883 | b452732e5d18147e856d8de3fd4dfa54ad36746b | refs/heads/master | 2020-03-28T20:41:56.602000 | 2018-08-19T05:08:42 | 2018-08-19T05:08:42 | 94,614,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.ssmc.model;
import java.sql.Timestamp;
import net.ssmc.enums.ContactType;
import net.ssmc.exception.EmptyStringException;
import net.ssmc.exception.NullObjectException;
public class ClinicContact {
private int id;
private String info;
private ContactType type;
private Timestamp dateAdded;
private T... | UTF-8 | Java | 1,371 | java | ClinicContact.java | Java | [] | null | [] | package net.ssmc.model;
import java.sql.Timestamp;
import net.ssmc.enums.ContactType;
import net.ssmc.exception.EmptyStringException;
import net.ssmc.exception.NullObjectException;
public class ClinicContact {
private int id;
private String info;
private ContactType type;
private Timestamp dateAdded;
private T... | 1,371 | 0.713348 | 0.713348 | 58 | 22.637932 | 20.984146 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.689655 | false | false | 0 |
d877880f1665deea39ff88e9f98f2d3ef03c5989 | 32,916,629,389,782 | 1e7e6102354bcb0bccd511c4175c08e118fb8d27 | /lind-rs/src/main/java/de/egatlovs/lind/components/linkpoint/control/FieldMatcher.java | 9c815fb15308a3b7267e4e3d894cecde7bb267be | [] | no_license | EgatlovS/lind | https://github.com/EgatlovS/lind | c63834e9f8a00f0eab7e04e3ac90d414ebc9956b | 6ae538f28ae40251534a5f8b619610e0a04dd42d | refs/heads/master | 2021-06-21T11:08:31.046000 | 2017-08-12T23:43:36 | 2017-08-12T23:43:36 | 95,186,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.egatlovs.lind.components.linkpoint.control;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.enterprise.context.RequestScoped;
import de.egatlovs.lind.components.linkpoint.entity.dto.FieldDTO;
import de.egatlovs.lind.components.linkpoint.entity.dto.LinkpointDTO;
import d... | UTF-8 | Java | 2,214 | java | FieldMatcher.java | Java | [] | null | [] | package de.egatlovs.lind.components.linkpoint.control;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.enterprise.context.RequestScoped;
import de.egatlovs.lind.components.linkpoint.entity.dto.FieldDTO;
import de.egatlovs.lind.components.linkpoint.entity.dto.LinkpointDTO;
import d... | 2,214 | 0.701897 | 0.701897 | 66 | 32.545456 | 30.949217 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.575758 | false | false | 0 |
ae37ab6bd94b233f1cfe84f5c4b5c023f34120ad | 27,771,258,580,453 | 6c30ce9322651369f189555718d02165a425f910 | /src/main/java/com/migros/CourierTracking/Entity/Courier.java | 5368ff606e18f30b7891ded2f6d35dd2b2d929fd | [] | no_license | Beratufekci/Courier-Tracking | https://github.com/Beratufekci/Courier-Tracking | 96ae684197568f5f8a03211d3a1a6149d379643f | 380ad154bbba7740b98665ae51ae461c6f8acfa6 | refs/heads/master | 2023-01-19T09:18:44.142000 | 2020-11-29T19:42:50 | 2020-11-29T19:42:50 | 317,022,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.migros.CourierTracking.Entity;
import javax.persistence.*;
import lombok.*;
@Entity
@Table(name = "Courier")
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode(of = {"id"})
@ToString
@Builder
@Data
public class Courier {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(n... | UTF-8 | Java | 553 | java | Courier.java | Java | [] | null | [] | package com.migros.CourierTracking.Entity;
import javax.persistence.*;
import lombok.*;
@Entity
@Table(name = "Courier")
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode(of = {"id"})
@ToString
@Builder
@Data
public class Courier {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(n... | 553 | 0.696203 | 0.692586 | 31 | 16.838709 | 15.136149 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225806 | false | false | 0 |
e9d45600a8835f5bbee56620762f1b165ff8d8ff | 3,161,095,967,832 | 0f63cc7f4e662cd4ee4f0c06411027e25c01c5d2 | /src/fr/ensim/lemeeherbron/terrain/Nursery.java | 23e2d023b51ec14a3b508f05e0acb1603af26abf | [] | no_license | TanguyHerbron/Javamon_Client | https://github.com/TanguyHerbron/Javamon_Client | 4a7c42e53068c6a471c7bd49f798b8be299b2660 | 29de0ce36acf751dad1e2ad4c4178c0fe2171c27 | refs/heads/master | 2022-04-25T14:31:48.578000 | 2020-04-14T21:01:31 | 2020-04-14T21:01:31 | 160,547,771 | 0 | 0 | null | false | 2020-04-13T11:15:43 | 2018-12-05T16:34:38 | 2020-04-13T08:38:04 | 2020-04-13T11:15:42 | 463 | 0 | 0 | 0 | Java | false | false | package fr.ensim.lemeeherbron.terrain;
import fr.ensim.lemeeherbron.PokemonBuilder;
import fr.ensim.lemeeherbron.PokemonNotLoadedException;
import fr.ensim.lemeeherbron.entities.Pokemon;
import fr.ensim.lemeeherbron.entities.Sprite;
import java.util.ArrayList;
import java.util.List;
public class Nursery {
priva... | UTF-8 | Java | 1,967 | java | Nursery.java | Java | [] | null | [] | package fr.ensim.lemeeherbron.terrain;
import fr.ensim.lemeeherbron.PokemonBuilder;
import fr.ensim.lemeeherbron.PokemonNotLoadedException;
import fr.ensim.lemeeherbron.entities.Pokemon;
import fr.ensim.lemeeherbron.entities.Sprite;
import java.util.ArrayList;
import java.util.List;
public class Nursery {
priva... | 1,967 | 0.628876 | 0.586172 | 64 | 29.734375 | 25.671751 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.734375 | false | false | 0 |
44a15e0fb7804920103011bea1486ff79f660cf7 | 8,847,632,696,864 | 44bf15111b3c0bafdc41ec615c2797212c448e5b | /src/main/java/com/yogi/wordpressServer/Pages/HomePage.java | e1f3f596aad69ba4b650540eb86fde309826967e | [] | no_license | ygsh/WordPressAutomation | https://github.com/ygsh/WordPressAutomation | ccedb3a48aa3f492777f05d6812b78205b433bd9 | ebbba4c9390186a856a147c887c9e84fd362d8da | refs/heads/master | 2021-01-11T08:42:41.762000 | 2016-09-29T00:35:56 | 2016-09-29T00:35:56 | 69,515,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yogi.wordpressServer.Pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions... | UTF-8 | Java | 1,635 | java | HomePage.java | Java | [] | null | [] | package com.yogi.wordpressServer.Pages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions... | 1,635 | 0.754149 | 0.751076 | 50 | 31.540001 | 26.789707 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 0 |
af519710e7253e9fa879a4fed850f786fce2de84 | 17,781,164,655,781 | 257764907499b8278cc5e0eeae6447e1e9fcf440 | /CheckBoxExample1.java | 060007fbb85015f7194267e7ef26a0c30663f79c | [] | no_license | NiteshPidiparars/CodeBlock | https://github.com/NiteshPidiparars/CodeBlock | b772ac27168928c836fece0b465ec1fd85b33c68 | d71f48591b54f88049029be4ad45c2e7d6721f9f | refs/heads/master | 2023-04-19T06:54:20.171000 | 2021-05-08T13:42:20 | 2021-05-08T13:42:20 | 365,522,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.Checkbox;
import java.awt.event.*;
class CheckBoxExample1 extends Frame
{
public static void main(String[]args)
{
Frame f=new Frame("My Frame");
f.setBounds(250,130,450,300);
f.setVisible(true);
f.setLayout(null);
f.addWindowListener(new... | UTF-8 | Java | 1,485 | java | CheckBoxExample1.java | Java | [] | null | [] | import java.awt.*;
import java.awt.Checkbox;
import java.awt.event.*;
class CheckBoxExample1 extends Frame
{
public static void main(String[]args)
{
Frame f=new Frame("My Frame");
f.setBounds(250,130,450,300);
f.setVisible(true);
f.setLayout(null);
f.addWindowListener(new... | 1,485 | 0.450505 | 0.417508 | 43 | 33.534885 | 22.496872 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767442 | false | false | 0 |
b315a2ad580f3b8a2c047c4be0d02e0bec529f28 | 31,885,837,250,524 | 5e30d7ee1baa5c10d2091b2c1283b2c1bea427df | /app/src/main/java/app/yhpl/widgets/recyler/HolderFactory.java | eed642a3a4af8d84f109ba7d82d54529debcf278 | [] | no_license | pgq10240817/YhplWidgets | https://github.com/pgq10240817/YhplWidgets | 3cc98a6f6d7c712c4f3a0f1b761de4a9c5c0f845 | db3ee26430a08b6ec4e828c0d3028c1ab70f52a3 | refs/heads/master | 2019-02-20T23:46:06.810000 | 2017-10-31T10:33:44 | 2017-10-31T10:33:44 | 100,572,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.yhpl.widgets.recyler;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import app.yhpl.kit.recycler.holder.YLHolderBase;
import app.yhpl.widgets.R;
import app.yhpl.widgets.roster.holder.HolderRoster;
/**
* Created by pugq on 201... | UTF-8 | Java | 984 | java | HolderFactory.java | Java | [
{
"context": "ets.roster.holder.HolderRoster;\n\n/**\n * Created by pugq on 2017/10/30.\n */\n\npublic class HolderFactory {\n",
"end": 313,
"score": 0.9995697140693665,
"start": 309,
"tag": "USERNAME",
"value": "pugq"
}
] | null | [] | package app.yhpl.widgets.recyler;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import app.yhpl.kit.recycler.holder.YLHolderBase;
import app.yhpl.widgets.R;
import app.yhpl.widgets.roster.holder.HolderRoster;
/**
* Created by pugq on 201... | 984 | 0.663618 | 0.655488 | 32 | 29.75 | 28.646553 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 0 |
aef74ec87939f9696e135ff746b1f963e64f4528 | 34,239,479,310,813 | 4683cc8439c99be67508d1a7d5009e636fe416c0 | /DEINT/LoginTable/app/src/main/java/com/example/logintable/controller/ILoginMvc.java | e64ce2c21ce807b330b856de68e186b82a718879 | [] | no_license | yeray697/Class-Exercises | https://github.com/yeray697/Class-Exercises | 10842e99dcd7498902b5a50de131be55959b8f00 | eabcb63e57aeb8cca62285bbe33a1608515dcd28 | refs/heads/master | 2021-01-11T06:37:38.322000 | 2017-02-24T09:46:38 | 2017-02-24T09:46:38 | 70,055,376 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.logintable.controller;
/**
* Created by usuario on 6/10/16.
* @author Yeray Ruiz
* @version 1.0
*/
public interface ILoginMvc {
int validateCredentials(String user, String pass);
}
| UTF-8 | Java | 214 | java | ILoginMvc.java | Java | [
{
"context": "\n/**\n * Created by usuario on 6/10/16.\n * @author Yeray Ruiz\n * @version 1.0\n */\n\npublic interface ILoginMvc ",
"end": 104,
"score": 0.9998787045478821,
"start": 94,
"tag": "NAME",
"value": "Yeray Ruiz"
}
] | null | [] | package com.example.logintable.controller;
/**
* Created by usuario on 6/10/16.
* @author <NAME>
* @version 1.0
*/
public interface ILoginMvc {
int validateCredentials(String user, String pass);
}
| 210 | 0.700935 | 0.668224 | 12 | 16.833334 | 18.054701 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
ad425b08ab0292b6a5ed9ae99d2612f2205b05be | 6,897,717,518,588 | fa640f808d28d9d84391f0d15f78a18a069b4798 | /src/main/java/com/zwemmen/psv/api/coach/ApiCoachCompetitionController.java | 8a1c1e7b709031394a0c5db76e63dd1cde0857ff | [] | no_license | fernandezafb/swimming-events-java-spring-docker | https://github.com/fernandezafb/swimming-events-java-spring-docker | b4fe31dcb261c19a87b4e9bf708b7d5e776292c0 | dc70612b78b97309376b3bf63073eedb17824c0e | refs/heads/master | 2020-03-25T08:36:24.330000 | 2018-08-05T15:03:05 | 2018-08-05T15:03:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zwemmen.psv.api.coach;
import com.zwemmen.psv.api.competition.ApiCompetitionInputView;
import com.zwemmen.psv.api.competition.ApiCompetitionOutputView;
import com.zwemmen.psv.api.competition.ApiCompetitionService;
import com.zwemmen.psv.api.generic.ApiBaseController;
import com.zwemmen.psv.api.meet.ApiMeet... | UTF-8 | Java | 2,414 | java | ApiCoachCompetitionController.java | Java | [
{
"context": "onal actions on competition objects.\n *\n * @author afernandez\n */\n@RestController\n@RequestMapping(value = \"mana",
"end": 633,
"score": 0.9992164373397827,
"start": 623,
"tag": "USERNAME",
"value": "afernandez"
}
] | null | [] | package com.zwemmen.psv.api.coach;
import com.zwemmen.psv.api.competition.ApiCompetitionInputView;
import com.zwemmen.psv.api.competition.ApiCompetitionOutputView;
import com.zwemmen.psv.api.competition.ApiCompetitionService;
import com.zwemmen.psv.api.generic.ApiBaseController;
import com.zwemmen.psv.api.meet.ApiMeet... | 2,414 | 0.739437 | 0.739437 | 60 | 39.25 | 34.45462 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 0 |
8214c108b59839f3cced2fcfd755eb47736c5bdb | 4,587,025,122,214 | b35ab560656c078010210389e21c7a0baba537aa | /powerauth-webflow-authentication-mtoken/src/main/java/io/getlime/security/powerauth/lib/webflow/authentication/mtoken/errorhandling/MobileApiExceptionResolver.java | 3774ffe915cf19c7fc269e948a9101526924abb7 | [
"Apache-2.0"
] | permissive | lime-company/powerauth-webflow | https://github.com/lime-company/powerauth-webflow | a34305ccc6f25cb9ce436e8c9bd36d7dbde8f418 | 97deff42cb60734663966b2aec78198bc3a7929b | HEAD | 2018-09-30T02:10:20.090000 | 2018-08-29T15:18:29 | 2018-08-29T15:18:29 | 86,171,619 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 Lime - HighTech Solutions s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | UTF-8 | Java | 5,952 | java | MobileApiExceptionResolver.java | Java | [
{
"context": "/*\n * Copyright 2018 Lime - HighTech Solutions s.r.o.\n *\n * Licensed under ",
"end": 25,
"score": 0.9230015277862549,
"start": 21,
"tag": "NAME",
"value": "Lime"
},
{
"context": "for mobile token related exceptions.\n *\n * @author Petr Dvorak, petr@lime-company.eu\n... | null | [] | /*
* Copyright 2018 Lime - HighTech Solutions s.r.o.
*
* 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 ... | 5,934 | 0.763441 | 0.761593 | 144 | 40.333332 | 32.653908 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340278 | false | false | 0 |
e0cb55ccdd40447c6ebc714caf0509dd3ea9b0ef | 14,078,902,832,935 | 3b595702f580f576e9391a2f38e156e5095edb02 | /image/image.java | 4c5dbbbf755fd8b0709cc951f8351c9db3926465 | [] | no_license | ritulsingal/java-projects | https://github.com/ritulsingal/java-projects | ecbf50a348d24176235a21c30e3fd32b6abdcdac | 0972a8ef00b1ecba462b4901705443dfb065d73c | refs/heads/master | 2020-04-08T05:21:23.581000 | 2018-11-25T17:45:21 | 2018-11-25T17:45:21 | 159,057,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package components;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class image extends JFrame{
ImageIcon ii,i2;
JLabel l1;
JButton b1;
public image() {
// TODO Auto-generated constructor stub
setLayout(new FlowLayout());
ii=new ImageIcon("/home/dell/eclipse-workspace/projectjava/comp... | UTF-8 | Java | 658 | java | image.java | Java | [] | null | [] | package components;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class image extends JFrame{
ImageIcon ii,i2;
JLabel l1;
JButton b1;
public image() {
// TODO Auto-generated constructor stub
setLayout(new FlowLayout());
ii=new ImageIcon("/home/dell/eclipse-workspace/projectjava/comp... | 658 | 0.706687 | 0.673252 | 29 | 21.689655 | 22.235579 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.931034 | false | false | 0 |
17c751f50bb8337f7c8785311f0d035cbaa0eba7 | 2,757,369,059,930 | 17ddba3bd599bb8d7b9989ead3340011833cd010 | /app/src/main/java/com/efhemo/movienano/MainActivity.java | 16d81631dcc9a0f3d3e52e40edd2be95e3161061 | [] | no_license | Efhemo/MovieNano | https://github.com/Efhemo/MovieNano | 501cb2e71a0fc31eeaa2312fbdcb30e6efde5efb | 0f2eb3af66657413b237b96a8aa4944704ae96d6 | refs/heads/master | 2020-03-27T04:56:35.352000 | 2018-09-27T18:34:23 | 2018-09-27T18:34:23 | 145,980,657 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.efhemo.movienano;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.Observer;
import android.arch.lifecycle.ViewModelProviders;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.os.Bundle;
import android.os.... | UTF-8 | Java | 9,267 | java | MainActivity.java | Java | [] | null | [] | package com.efhemo.movienano;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.Observer;
import android.arch.lifecycle.ViewModelProviders;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.os.Bundle;
import android.os.... | 9,267 | 0.665372 | 0.664508 | 255 | 35.341175 | 30.298342 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584314 | false | false | 0 |
a02642e62e091b0cf282f00ffb263bbd67d5fc11 | 1,108,101,562,848 | 4c54ea5aa1a904a56c7f89f463811e0d22ec0faa | /javaOOP_encapsulation/src/jv/oop/encapsulation/exercise/animal/farm/Chicken.java | 9ac3b2e2e094f23366e7bab3da4b4a708fff2ffe | [] | no_license | ngavrailov/training-ivo | https://github.com/ngavrailov/training-ivo | bf6938c0f52ab98572528f3c5988bef62b5b261f | 6eeb259ec68ded015feffe5ed9589774ac1eaaee | refs/heads/master | 2023-02-26T11:44:03.670000 | 2021-09-27T18:35:01 | 2021-09-27T18:35:01 | 266,110,733 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jv.oop.encapsulation.exercise.animal.farm;
public class Chicken {
private String name;
private int age;
public Chicken(String name, int age) {
setName(name);
setAge(age);
}
private void setAge(int age) {
validateAge(age);
this.age = age;
}
private void validateAge(int age) {
if (age < 0 || ... | UTF-8 | Java | 1,024 | java | Chicken.java | Java | [] | null | [] | package jv.oop.encapsulation.exercise.animal.farm;
public class Chicken {
private String name;
private int age;
public Chicken(String name, int age) {
setName(name);
setAge(age);
}
private void setAge(int age) {
validateAge(age);
this.age = age;
}
private void validateAge(int age) {
if (age < 0 || ... | 1,024 | 0.668945 | 0.65332 | 52 | 18.692308 | 22.296549 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.673077 | false | false | 0 |
70442c3c78166ce9459cf2abf4a7df28e5dd3a99 | 1,099,511,697,130 | cd4819654aa67bf96ed50dcba29a3a1421f9a941 | /app/src/main/java/no/ntnu/stud/dominih/groupten/switcheroo/GameClientService.java | b851175454051979fc8e2d1e465c5ba397f43694 | [] | no_license | DoHuber/switcheroo | https://github.com/DoHuber/switcheroo | d682401dcd8022fdfc9b378e5c0737e38be17d3b | 18eb3f7e0c26fabcdc469b89665c964a25b77fa3 | refs/heads/master | 2020-03-12T05:33:21.853000 | 2018-05-06T21:42:46 | 2018-05-06T21:42:46 | 130,465,861 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.ntnu.stud.dominih.groupten.switcheroo;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import java.util.ArrayList;
import java.util.List;
/**
*... | UTF-8 | Java | 3,245 | java | GameClientService.java | Java | [
{
"context": "GameHostService\n * @see GameActivity\n *\n * @author Dominik Huber\n *\n */\npublic class GameClientService {\n\n priv",
"end": 573,
"score": 0.9998614192008972,
"start": 560,
"tag": "NAME",
"value": "Dominik Huber"
}
] | null | [] | package no.ntnu.stud.dominih.groupten.switcheroo;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import java.util.ArrayList;
import java.util.List;
/**
*... | 3,238 | 0.703544 | 0.703544 | 102 | 30.813726 | 33.997616 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.303922 | false | false | 0 |
692cb1c310ba0ed40cee499f4daf8110649515c1 | 12,730,283,118,380 | 27318fd0b01fabd8bc94179a6420b551c5af4e15 | /fcrepo-http-api/src/main/java/org/fcrepo/http/api/ContentExposingResource.java | a191602bb4da4b12aa64efeb0a57d292857d0ad6 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | fcrepo/fcrepo | https://github.com/fcrepo/fcrepo | 3f656bd138a13b8d7cb5b6423246d51a75a4f30e | 2563f0f7fb973387282d4e22c659a3c4a1f4f4bc | refs/heads/main | 2023-09-01T05:15:14.200000 | 2023-07-12T19:51:05 | 2023-07-12T19:51:05 | 7,992,797 | 51 | 22 | Apache-2.0 | false | 2023-09-11T18:19:21 | 2013-02-03T16:18:55 | 2023-08-22T20:56:13 | 2023-09-11T18:19:21 | 134,003 | 184 | 129 | 27 | Java | false | false | /*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree.
*/
package org.fcrepo.http.api;
import static com.google.common.base.Strings.nullToEmpty;
import static java.net.URI.create;
import static java.text.MessageFormat.for... | UTF-8 | Java | 45,322 | java | ContentExposingResource.java | Java | [
{
"context": "ponses containing binary\n * content.\n *\n * @author Mike Durbin\n * @author ajs6f\n */\npublic abstract class Conten",
"end": 6885,
"score": 0.9997882843017578,
"start": 6874,
"tag": "NAME",
"value": "Mike Durbin"
},
{
"context": "y\n * content.\n *\n * @author Mike D... | null | [] | /*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree.
*/
package org.fcrepo.http.api;
import static com.google.common.base.Strings.nullToEmpty;
import static java.net.URI.create;
import static java.text.MessageFormat.for... | 45,317 | 0.657275 | 0.655156 | 1,053 | 42.040836 | 32.062191 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577398 | false | false | 0 |
e3f261c37938476fbf4ae51e4aaf991b3a0ef77a | 28,784,870,818,835 | bc52d9f9f8b8587bd4f91d171c7b0952ec4ea673 | /src/test/java/edu/hm/rfurch/shareit/restapi/MediaRestTest.java | 1f09ef52df9e145cad113cb279232dae376e0e4a | [] | no_license | abcshmedu/a4-auth-server-42v3 | https://github.com/abcshmedu/a4-auth-server-42v3 | c1afde58f5e11cececaac2589623e72921969e34 | dfa4db7c6c08a185d9f9056611269be344688db4 | refs/heads/master | 2020-12-30T11:39:17.508000 | 2017-06-27T08:55:40 | 2017-06-27T08:55:40 | 91,579,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.hm.rfurch.shareit.restapi;
import static org.junit.Assert.*;
import javax.ws.rs.core.Response;
import edu.hm.rfurch.shareit.logic.IMediaService;
import edu.hm.rfurch.shareit.model.Disc;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import com.google.inject.Guice;
import c... | UTF-8 | Java | 7,140 | java | MediaRestTest.java | Java | [
{
"context": "st {\n\n\tprivate static final String MAGIC_TOKEN = \"MAGICTOKEN\";\n\tprivate IMediaService service;\n\t@Before\n\tpubli",
"end": 529,
"score": 0.9919571876525879,
"start": 519,
"tag": "PASSWORD",
"value": "MAGICTOKEN"
},
{
"context": "/?q=http+statuscode+200\\\",\\\"d... | null | [] | package edu.hm.rfurch.shareit.restapi;
import static org.junit.Assert.*;
import javax.ws.rs.core.Response;
import edu.hm.rfurch.shareit.logic.IMediaService;
import edu.hm.rfurch.shareit.model.Disc;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import com.google.inject.Guice;
import c... | 7,140 | 0.677451 | 0.606022 | 149 | 46.919464 | 56.56789 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.550336 | false | false | 0 |
60d41e4ca315816206fb6216294f65a2be24a4fb | 21,294,447,859,440 | f5775ee0e366b258e0796321f220b27c6fd51f39 | /HouseRental/src/main/java/OwnerRegister.java | 8a1366ce4c845984c4cb2c1605735050f5e75bf1 | [] | no_license | sahil-pal/WebApp | https://github.com/sahil-pal/WebApp | e62c3229d165ab64591919113c6071860e8026d1 | b42d1a2b378e5ca12e44db25ada58946f916c7e6 | refs/heads/main | 2023-06-04T17:09:24.950000 | 2021-06-30T04:56:36 | 2021-06-30T04:56:36 | 339,280,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.Http... | UTF-8 | Java | 3,551 | java | OwnerRegister.java | Java | [
{
"context": "\"jdbc:mysql://localhost:3306/houserental\",\"root\",\"Admin@12345\"); \n \t\t\t\tStatement stmt = con.createStatement();",
"end": 2273,
"score": 0.9932503700256348,
"start": 2262,
"tag": "PASSWORD",
"value": "Admin@12345"
}
] | null | [] |
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.Http... | 3,550 | 0.622078 | 0.61532 | 103 | 33.427185 | 31.483885 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
bff4975e998a849708752ce34da1b9b8d537802f | 17,755,394,830,360 | 8966ed91e32edc36a91e041dddaec6c8d87f81f9 | /ruoyi-admin/src/main/java/com/ruoyi/system/controller/ToolController.java | fa9282d28066b6ac63f226f3c99e2f1558e98ee1 | [
"MIT"
] | permissive | HEAVENzyj/WEIHAN | https://github.com/HEAVENzyj/WEIHAN | a8bd607affed1380c3cd307e35e5bb09b6fcbd06 | b7927621357c1e03bfdfba7d14a9373d0e50d557 | refs/heads/master | 2020-05-04T15:22:39.903000 | 2019-04-13T05:56:38 | 2019-04-13T05:56:38 | 179,237,856 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ruoyi.system.controller;
import java.util.List;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotati... | UTF-8 | Java | 3,202 | java | ToolController.java | Java | [
{
"context": "oi.ExcelUtil;\n\n/**\n * 工具器械管理 信息操作处理\n * \n * @author ruoyi\n * @date 2019-03-13\n */\n@Controller\n@RequestMappi",
"end": 971,
"score": 0.9993205070495605,
"start": 966,
"tag": "USERNAME",
"value": "ruoyi"
}
] | null | [] | package com.ruoyi.system.controller;
import java.util.List;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotati... | 3,202 | 0.723623 | 0.720969 | 127 | 22.732283 | 20.430967 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.094488 | false | false | 0 |
00da7f4a59deb03d684c9eb57e545289e4a85a51 | 395,137,010,337 | 5a340a5e0b34f68e04e1009f6b9cc997c6b2cb1b | /src/main/java/com/znsjdz/domain/SysArea.java | efbaa36fe64f9814a81ce7a42a9207aa675552e2 | [] | no_license | anonysub/KGpsManage | https://github.com/anonysub/KGpsManage | 8d285e2c282d6b9d2c27ce994029e3b41b2fc071 | e00cc9f87c019747301b81bbbcad639c749e8536 | refs/heads/master | 2019-11-19T13:04:15.734000 | 2017-10-29T03:48:56 | 2017-10-29T03:48:56 | 100,016,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.znsjdz.domain;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
impo... | UTF-8 | Java | 1,300 | java | SysArea.java | Java | [
{
"context": "on.JsonIgnoreProperties;\n/**\n * 分组表\n * \n * @author Administrator\n *\n */\n@JsonIgnoreProperties({ \"sysUsers\" })\n@Ent",
"end": 486,
"score": 0.6740726828575134,
"start": 473,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.znsjdz.domain;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
impo... | 1,300 | 0.743431 | 0.741886 | 59 | 20.932203 | 20.208963 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
98c570e81f10ec8eed9060fa625ccdb4e3bf7d13 | 6,923,487,301,062 | b279b735c9ea93cf026353ce5beee214e07fc25e | /src/main/java/com/hyperflex/demo/service/bill/MenuHandler.java | 356a3968b25209f4f14f1f218176293a03a0e2bd | [] | no_license | serviceoutsource/SpringBoot_aliGenie | https://github.com/serviceoutsource/SpringBoot_aliGenie | a38419728f976942abcd52ea80e914e7070d99e9 | aa59db4b60a8e8eef642044a7ea572ecee39f607 | refs/heads/master | 2021-04-15T14:41:21.776000 | 2018-04-20T04:51:10 | 2018-04-20T04:51:10 | 126,168,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyperflex.demo.service.bill;
import com.alibaba.da.coin.ide.spi.standard.TaskQuery;
import com.alibaba.da.coin.ide.spi.standard.TaskResult;
import javax.servlet.http.HttpSession;
/**
*
* @author Gavin
* @date 2018/2/27
*/
public interface MenuHandler {
TaskResult execute(TaskQuery taskQuery, Htt... | UTF-8 | Java | 341 | java | MenuHandler.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n *\n * @author Gavin\n * @date 2018/2/27\n */\npublic interface MenuHandl",
"end": 218,
"score": 0.8787956833839417,
"start": 213,
"tag": "NAME",
"value": "Gavin"
}
] | null | [] | package com.hyperflex.demo.service.bill;
import com.alibaba.da.coin.ide.spi.standard.TaskQuery;
import com.alibaba.da.coin.ide.spi.standard.TaskResult;
import javax.servlet.http.HttpSession;
/**
*
* @author Gavin
* @date 2018/2/27
*/
public interface MenuHandler {
TaskResult execute(TaskQuery taskQuery, Htt... | 341 | 0.759531 | 0.739003 | 16 | 20.3125 | 22.515881 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
df8611e60782fdb76257621b13d0c4e35cd90bd2 | 30,674,656,479,469 | fdad91282773e833593298906cef73a825c87859 | /app/src/main/java/com/kimonic/myutilsproject/MainActivity.java | 04180d8bd9f429490318bb6bf7825ee8c66b9b70 | [] | no_license | kimonic/moduleproject | https://github.com/kimonic/moduleproject | 66c07f4c6ee6ff8549d314a4d39a8a7a250dff78 | e3aa3c67696d48d9e00998daba7f4dae4221041d | refs/heads/master | 2021-05-10T16:31:40.110000 | 2019-03-15T06:15:49 | 2019-03-15T06:15:49 | 118,580,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kimonic.myutilsproject;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.kimonic.myutilsproject.activity.TestActivity;
import com.kimonic.myutilsproject.mapp.MApp;
import com.kimonic.utilsmodule.base.BaseActivity;
import com.lzy.okg... | UTF-8 | Java | 1,797 | java | MainActivity.java | Java | [] | null | [] | package com.kimonic.myutilsproject;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.kimonic.myutilsproject.activity.TestActivity;
import com.kimonic.myutilsproject.mapp.MApp;
import com.kimonic.utilsmodule.base.BaseActivity;
import com.lzy.okg... | 1,797 | 0.614357 | 0.611018 | 86 | 19.89535 | 21.211027 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325581 | false | false | 0 |
54cdff1733e26ed23f048794f3fe758b64143d38 | 6,116,033,468,761 | 7e514984ca48c1ed93bc19b80bce35000be48352 | /src/goryachev/swing/wizard/BackgroundProcessPanel.java | a480e063466c6f082575c5e05b89700a8385c22a | [
"Apache-2.0"
] | permissive | andy-goryachev/PasswordSafe | https://github.com/andy-goryachev/PasswordSafe | 6413d03c9939c2cf8e3d6c3a9f979649c9c9feb5 | 3e58901fcc4130d2423e7aeeace541999cfd6937 | refs/heads/master | 2023-08-08T21:28:46.100000 | 2023-07-21T05:46:59 | 2023-07-21T05:46:59 | 30,781,883 | 19 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright © 2013-2023 Andy Goryachev <andy@goryachev.com>
package goryachev.swing.wizard;
import goryachev.common.log.Log;
import goryachev.common.util.CKit;
import goryachev.common.util.CancelledException;
import goryachev.common.util.Progress;
import goryachev.common.util.UserException;
import goryachev.i18... | UTF-8 | Java | 6,301 | java | BackgroundProcessPanel.java | Java | [
{
"context": "// Copyright © 2013-2023 Andy Goryachev <andy@goryachev.com>\r\npackage goryachev.swing.wiz",
"end": 39,
"score": 0.999887228012085,
"start": 25,
"tag": "NAME",
"value": "Andy Goryachev"
},
{
"context": "// Copyright © 2013-2023 Andy Goryachev <andy@goryachev.com>\r\npa... | null | [] | // Copyright © 2013-2023 <NAME> <<EMAIL>>
package goryachev.swing.wizard;
import goryachev.common.log.Log;
import goryachev.common.util.CKit;
import goryachev.common.util.CancelledException;
import goryachev.common.util.Progress;
import goryachev.common.util.UserException;
import goryachev.i18n.Menus;
import go... | 6,282 | 0.664127 | 0.658889 | 290 | 19.724138 | 22.672932 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.37931 | false | false | 0 |
91013bf43cedf48f6298d8727edd544f16155ca2 | 26,980,984,608,683 | 966378537b5774ffdef0ca8ef3f0fa4d0db8e078 | /dioJava/src/dio/comparetor/ClassComparable.java | 7fe2d53167a7e33040fef780da7f6e699c51ce33 | [] | no_license | Cassianosdcarvalho/dio-bootcampJava | https://github.com/Cassianosdcarvalho/dio-bootcampJava | 64333dad4f3c06f731d0e37661c70aeb33b84c61 | f9f2da4c0c92dc9a27bc679c5daff1089efa36ae | refs/heads/main | 2023-04-13T09:21:10.868000 | 2021-04-22T00:35:48 | 2021-04-22T00:35:48 | 350,161,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dio.comparetor;
public class ClassComparable implements Comparable<ClassComparable>{
@Override
public int compareTo(ClassComparable classComparable) {
return 0;
}
}
| UTF-8 | Java | 194 | java | ClassComparable.java | Java | [] | null | [] | package dio.comparetor;
public class ClassComparable implements Comparable<ClassComparable>{
@Override
public int compareTo(ClassComparable classComparable) {
return 0;
}
}
| 194 | 0.742268 | 0.737113 | 8 | 23.25 | 24.478306 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
7c456521a6e3c197573f856b3f02b3788715817f | 8,117,488,217,674 | e50b3cae79b3c22a39b7f16f175ad665c4389952 | /CR-V2-MVC/CR/src/cr/view/MenuView.java | a6207595fe1bb24268af52fe26e8efb371aa9480 | [] | no_license | Drmerys/Gsb_Java | https://github.com/Drmerys/Gsb_Java | 64590b3be9cee99f38be6ba5d82f7ac5be4eedfe | d54d742e933e02839fb80d1cf9653e25f92e3346 | refs/heads/master | 2020-03-11T04:38:10.898000 | 2018-04-16T19:08:48 | 2018-04-16T19:08:48 | 129,781,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package cr.view;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Node;
import javafx.scene.co... | UTF-8 | Java | 1,476 | java | MenuView.java | Java | [
{
"context": "ort javafx.scene.text.Text;\r\n\r\n/**\r\n *\r\n * @author Stagiaire\r\n */\r\npublic class MenuView {\r\n GridPane root;\r\n",
"end": 542,
"score": 0.9319933652877808,
"start": 533,
"tag": "NAME",
"value": "Stagiaire"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package cr.view;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Node;
import javafx.scene.co... | 1,476 | 0.608814 | 0.593898 | 46 | 30.065218 | 22.239216 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 0 |
1362331b6b850b279b044e96ba0b83bef48fa05a | 11,244,224,405,907 | 3eecca44217ae13606b5f4dcaa0ad41398daed2f | /iquery/src/main/java/com/pmaz/iquery/TableClass.java | 772167b87e34145f42585e7dafecb09fe43651ec | [
"MIT"
] | permissive | Tzakol/IQuery | https://github.com/Tzakol/IQuery | ef9df10d7c5cca7605a7d90f1a801b986321a0ad | 5cd71c40acf674ff463dbbc2e108ed03f74fefcd | refs/heads/master | 2018-01-06T09:47:11.509000 | 2017-07-30T19:28:31 | 2017-07-30T19:28:31 | 70,424,399 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pmaz.iquery;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface TableClass {
String name() default ""... | UTF-8 | Java | 375 | java | TableClass.java | Java | [] | null | [] | package com.pmaz.iquery;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface TableClass {
String name() default ""... | 375 | 0.776 | 0.776 | 16 | 22.4375 | 17.392414 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 0 |
8dc7baeb18cebd451b2230fd50ff5014f171ebf2 | 10,548,439,695,164 | 6cec0fba0a3ae87d580cf9d00269c22d0a27b150 | /src/com/jrm/skype/fragment/BlockedContactsViewListenner.java | 257a0ac8c366d2e1108b7c615b8a3f8093c85a1d | [] | no_license | andyliumstar/jrmSp | https://github.com/andyliumstar/jrmSp | dd464ea9443b71d3a5cadbaf98eac1ddd208b2e5 | 8e70bdf005061482b24903d0aaf4175a9e9fccab | refs/heads/master | 2016-08-12T05:11:46.019000 | 2016-03-19T06:58:37 | 2016-03-19T06:58:37 | 54,098,019 | 0 | 0 | null | false | 2016-03-17T10:16:49 | 2016-03-17T07:37:04 | 2016-03-17T07:37:04 | 2016-03-17T10:16:49 | 0 | 0 | 0 | 0 | null | null | null |
package com.jrm.skype.fragment;
import java.util.ArrayList;
import com.jrm.skype.constant.SKYPECONSTANT;
import com.jrm.skype.fragment.BlockedContactsFragment;
import com.jrm.skype.listview.adapter.ListViewAdapter;
import com.jrm.skype.listview.itemholder.BlockContactItemHolder;
import com.jrm.skype.listview.resourc... | UTF-8 | Java | 6,642 | java | BlockedContactsViewListenner.java | Java | [
{
"context": "t.AdapterView.OnItemClickListener;\n\n/**\n * @author andy.liu \n * the ViewListenner of BlockedContactsFragment\n",
"end": 675,
"score": 0.8355534672737122,
"start": 667,
"tag": "NAME",
"value": "andy.liu"
}
] | null | [] |
package com.jrm.skype.fragment;
import java.util.ArrayList;
import com.jrm.skype.constant.SKYPECONSTANT;
import com.jrm.skype.fragment.BlockedContactsFragment;
import com.jrm.skype.listview.adapter.ListViewAdapter;
import com.jrm.skype.listview.itemholder.BlockContactItemHolder;
import com.jrm.skype.listview.resourc... | 6,642 | 0.695423 | 0.695122 | 149 | 43.570469 | 32.913403 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563758 | false | false | 0 |
71cb14001ab797e0dfd98bda97969a02bd813429 | 15,247,133,919,764 | 51da0c1da44cc39b3138e5f6f43b2b8effd2ef5e | /Jobsheet2/pertemuan2/latihan1/Persegi.java | 9639e943b6d8a53a994557542805194fe8cbb80a | [] | no_license | PutriAlivia/Praktik-Pemrograman-Berorientasi-Obyek-2020 | https://github.com/PutriAlivia/Praktik-Pemrograman-Berorientasi-Obyek-2020 | 10ff30a494b2092165ffa0a6ce57e6a10a7919f8 | 4980917d128d3d8608887a80652d7f22b90cd3b5 | refs/heads/master | 2023-01-27T13:09:30.720000 | 2020-12-07T06:20:11 | 2020-12-07T06:20:11 | 292,137,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.*;
/**
*
*/
public class Persegi {
/**
* Default constructor
*/
public Persegi() {
}
/**
*
*/
public int sisi;
/**
* @param newValue int
* @return
*/
public int hitPanjang(void newValue int) {
// TODO implement here
... | UTF-8 | Java | 663 | java | Persegi.java | Java | [] | null | [] |
import java.util.*;
/**
*
*/
public class Persegi {
/**
* Default constructor
*/
public Persegi() {
}
/**
*
*/
public int sisi;
/**
* @param newValue int
* @return
*/
public int hitPanjang(void newValue int) {
// TODO implement here
... | 663 | 0.473605 | 0.46908 | 47 | 13.106383 | 12.644457 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.106383 | false | false | 0 |
b54fd39a03e8a36ed303af4a9c73fd2724187700 | 16,432,544,882,254 | 5c4f9c1ab3741597a849d5ed56b35821fe5041f9 | /src/main/java/service/Proposer.java | b49f9e171dce5bb716f89e544c03697f2d6ce51f | [
"MIT"
] | permissive | ez2sarang/translator | https://github.com/ez2sarang/translator | 239787909fd16034327d177742385ee8d98420fc | e49b5e3a2b304c645adc7b702e6842a939e5358c | refs/heads/master | 2022-01-07T01:35:29.661000 | 2018-07-28T09:02:13 | 2018-07-28T09:02:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package service;
import java.util.List;
/**
* Created by jojoldu@gmail.com on 2017. 5. 11.
* Blog : http://jojoldu.tistory.com
* Github : http://github.com/jojoldu
*/
public interface Proposer {
List<String> propose(String text, LanguageChecker languageChecker);
}
| UTF-8 | Java | 276 | java | Proposer.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by jojoldu@gmail.com on 2017. 5. 11.\n * Blog : http://jojoldu.tistory.",
"end": 77,
"score": 0.9999171495437622,
"start": 60,
"tag": "EMAIL",
"value": "jojoldu@gmail.com"
},
{
"context": "jojoldu.tistory.com\n * Gith... | null | [] | package service;
import java.util.List;
/**
* Created by <EMAIL> on 2017. 5. 11.
* Blog : http://jojoldu.tistory.com
* Github : http://github.com/jojoldu
*/
public interface Proposer {
List<String> propose(String text, LanguageChecker languageChecker);
}
| 266 | 0.710145 | 0.684783 | 13 | 20.23077 | 21.630299 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 0 |
7138612a2523c77807e6f5de4ee1313739978692 | 28,157,805,610,779 | 62b4187534895ef19d5edf9da46e56cee48cd61e | /src/test/java/ru/yandex/market/ComparePage.java | df7e9d13d8fc9f797888208d2e99bb8201310b08 | [] | no_license | barxas/testProject | https://github.com/barxas/testProject | aa68f2f118bc775d2dbc729ca584b04f9f7968c5 | 6ef602ad30ca4227c5ef8d01230e264035850c8d | refs/heads/master | 2021-08-08T11:01:07.206000 | 2019-12-12T17:28:59 | 2019-12-12T17:28:59 | 227,660,872 | 0 | 0 | null | false | 2020-10-13T18:10:52 | 2019-12-12T17:28:25 | 2019-12-12T17:29:27 | 2020-10-13T18:10:52 | 4,737 | 0 | 0 | 1 | Java | false | false | package ru.yandex.market;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.interactions.Actions;
import io.qameta.allure.Step;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class ComparePage {
private WebDriver driver;
By secondProduct ... | UTF-8 | Java | 2,911 | java | ComparePage.java | Java | [] | null | [] | package ru.yandex.market;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.interactions.Actions;
import io.qameta.allure.Step;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class ComparePage {
private WebDriver driver;
By secondProduct ... | 2,911 | 0.652353 | 0.649605 | 86 | 32.860466 | 30.746208 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476744 | false | false | 0 |
d9cea89121c092c3c54da69a29fe47d8f57d8e66 | 10,153,302,715,204 | fef3951f4e03a78d8f2b56014c02e4decafe76e0 | /introduction/src/oops/finalKeyword/MainClass.java | c295dedc43482c0ba8589b6b6c28b3dc8f6318b4 | [
"Apache-2.0"
] | permissive | Kshatriya770/100-Days-of-Java | https://github.com/Kshatriya770/100-Days-of-Java | 5a0f211e3e68d06f896798f3ebb53f824a442c45 | 6942ca0ccd5bf7551f5479401775e0fdb0632aa5 | refs/heads/main | 2023-05-08T20:26:13.372000 | 2021-06-03T03:36:46 | 2021-06-03T03:36:46 | 302,342,601 | 3 | 1 | Apache-2.0 | false | 2020-11-07T20:17:13 | 2020-10-08T13:05:47 | 2020-11-07T15:04:57 | 2020-11-07T20:17:11 | 5,847 | 1 | 0 | 0 | Java | false | false | package oops.finalKeyword;
public class MainClass extends Student{
//overriding the class available in Student class
//final method cannot be override so this will give the error
// public void getDescription() {
// System.out.println("inside main class");
// }
//final class cannot be extended
... | UTF-8 | Java | 635 | java | MainClass.java | Java | [
{
"context": "way to reference the final value\r\n//\t\tobj.name = \"Saurabh\";\r\n\t\t\r\n\t\tMainClass obj = new MainClass();\r\n\t\t\r\n\t\t",
"end": 547,
"score": 0.9997664093971252,
"start": 540,
"tag": "NAME",
"value": "Saurabh"
}
] | null | [] | package oops.finalKeyword;
public class MainClass extends Student{
//overriding the class available in Student class
//final method cannot be override so this will give the error
// public void getDescription() {
// System.out.println("inside main class");
// }
//final class cannot be extended
... | 635 | 0.637795 | 0.634646 | 32 | 17.84375 | 19.065855 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 0 |
39a844a8841536afb08ec807eb7dc9ff7bf02f97 | 7,499,012,915,231 | b79b5ec302377f3e2993f6a164aac9d9e73b1fff | /app/src/main/java/com/chinajsbn/venus/net/bean/BrandsResp.java | fb3cf3874021c8309cdb8c3add99a466f1a6984a | [] | no_license | MasterFan2/venus-android2 | https://github.com/MasterFan2/venus-android2 | 82d638dbc9dd69a76c27e2b01f11ddd26bb53b1f | 823ceef973ba1167791b1a29786be7901f2a8c0f | refs/heads/master | 2016-08-12T17:10:47.985000 | 2016-04-19T10:07:50 | 2016-04-19T10:07:50 | 55,201,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinajsbn.venus.net.bean;
import java.util.List;
/**
* Created by 13510 on 2015/11/30.
*/
public class BrandsResp {
private List<Brands> data;
private int code;
public BrandsResp() {
}
public int getCode() {
return code;
}
public void setCode(int code) {
t... | UTF-8 | Java | 600 | java | BrandsResp.java | Java | [
{
"context": ".bean;\n\nimport java.util.List;\n\n/**\n * Created by 13510 on 2015/11/30.\n */\npublic class BrandsResp {\n ",
"end": 86,
"score": 0.9946972131729126,
"start": 81,
"tag": "USERNAME",
"value": "13510"
}
] | null | [] | package com.chinajsbn.venus.net.bean;
import java.util.List;
/**
* Created by 13510 on 2015/11/30.
*/
public class BrandsResp {
private List<Brands> data;
private int code;
public BrandsResp() {
}
public int getCode() {
return code;
}
public void setCode(int code) {
t... | 600 | 0.573333 | 0.551667 | 37 | 15.216216 | 14.948805 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 0 |
2e239d00cea5f207758f9b31aec0a62d5a6ae236 | 21,775,484,206,104 | 5e0a3bb7f78187445280d6a47d9c42fd39906d6a | /Register.java | 948a567fec3d3c533c772ba0884d62873f762986 | [] | no_license | venkateshtata/Furore | https://github.com/venkateshtata/Furore | 1b7eeae7a74328bfadcb1c98d465434a673bf2c9 | c40c6a8e6c1ecbfb4cdc76c330b575675fce54d0 | refs/heads/master | 2021-01-19T03:02:33.247000 | 2016-06-23T04:32:28 | 2016-06-23T04:32:28 | 53,640,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.first.in.furore;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.... | UTF-8 | Java | 1,913 | java | Register.java | Java | [] | null | [] | package app.first.in.furore;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.... | 1,913 | 0.670674 | 0.670152 | 51 | 36.509804 | 28.788868 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862745 | false | false | 0 |
33aaec65da888ce7524281ec8f2b39010827cd72 | 1,297,080,141,571 | a22a13560b69697e4c6bf15f166591c70c647765 | /app/src/main/java/com/mzth/createcause/adapter/user/OutPupliAdapterTitle.java | b2b996bc0711d23df3a12edcda22921072ef6b65 | [] | no_license | wxcican/CreateCause | https://github.com/wxcican/CreateCause | 0db480e2dc88a974f79f4c90a4db0d35e5fe375d | 06eb3314bd719f2c1b001bcccdf3114ebc2c1223 | refs/heads/master | 2020-03-22T17:06:45.793000 | 2018-07-12T12:12:01 | 2018-07-12T12:12:01 | 140,373,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mzth.createcause.adapter.user;
import android.graphics.Bitmap;
import android.text.TextUtils;
import android.widget.ImageView;
import com.chad.library.adapter.base.BaseMultiItemQuickAdapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import ... | UTF-8 | Java | 923 | java | OutPupliAdapterTitle.java | Java | [] | null | [] | package com.mzth.createcause.adapter.user;
import android.graphics.Bitmap;
import android.text.TextUtils;
import android.widget.ImageView;
import com.chad.library.adapter.base.BaseMultiItemQuickAdapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import ... | 923 | 0.774648 | 0.761647 | 31 | 28.774193 | 25.54908 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
2da0bb57547a6ac662225d20895f8a3daa70b28e | 24,034,637,002,837 | 295a606ebb1923929e547fe6c981870a72ed7e3e | /lesson03/src/main/java/pro/bolshakov/geekbrains/springleveltwo/lesson03/spel/example10/ExampleRun.java | fa1c638348b672abfeb0074d957ca9eb405b9e63 | [] | no_license | bolshakov-coach/springleveltwo | https://github.com/bolshakov-coach/springleveltwo | 4335630ff04f2c84c578480ebed8b2f55a85dced | 669ed95b2dd3594bc4f96edfd7d9b8c040491995 | refs/heads/master | 2023-02-06T04:02:16.312000 | 2020-12-28T16:43:02 | 2020-12-28T16:43:02 | 301,163,297 | 0 | 1 | null | false | 2020-10-29T12:06:56 | 2020-10-04T15:35:03 | 2020-10-26T08:26:22 | 2020-10-29T12:06:56 | 225 | 0 | 1 | 0 | Java | false | false | package pro.bolshakov.geekbrains.springleveltwo.lesson03.spel.example10;
import org.springframework.expression.ExpressionParser;
import org.springframework.expression.spel.standard.SpelExpressionParser;
import org.springframework.expression.spel.support.StandardEvaluationContext;
import java.util.ArrayList;
import ja... | UTF-8 | Java | 1,578 | java | ExampleRun.java | Java | [] | null | [] | package pro.bolshakov.geekbrains.springleveltwo.lesson03.spel.example10;
import org.springframework.expression.ExpressionParser;
import org.springframework.expression.spel.standard.SpelExpressionParser;
import org.springframework.expression.spel.support.StandardEvaluationContext;
import java.util.ArrayList;
import ja... | 1,578 | 0.65019 | 0.646388 | 51 | 29.941177 | 29.966917 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 0 |
ed39616958016ccdc9cde32acffb47c6910c1b6e | 24,034,637,006,307 | eed01e3937b0baa90183761ebcfc78bbd403ef4e | /BBSModule/src/main/java/com/example/bbsmodule/datasource/CommitCommentDataSource.java | 31a84a6284e0b5aebffbccb9ffcff9871c045c31 | [] | no_license | tukinokage/IPets-shay-new | https://github.com/tukinokage/IPets-shay-new | 508c2f127abe7cc96e539b8a8a01e9b71646b50e | 6a373767eafc1ceaf6e8afc6fcc06a669892cb10 | refs/heads/master | 2023-04-25T13:23:52.763000 | 2021-04-21T11:01:05 | 2021-04-21T11:01:05 | 319,945,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bbsmodule.datasource;
import com.example.bbsmodule.entity.response.CommitCommentResponse;
import com.example.bbsmodule.services.CommentService;
import com.shay.baselibrary.NetUtil.HttpUtil;
import com.shay.baselibrary.UrlInfoUtil.UrlUtil;
import com.shay.baselibrary.dto.response.BaseResponse;
impor... | UTF-8 | Java | 1,299 | java | CommitCommentDataSource.java | Java | [] | null | [] | package com.example.bbsmodule.datasource;
import com.example.bbsmodule.entity.response.CommitCommentResponse;
import com.example.bbsmodule.services.CommentService;
import com.shay.baselibrary.NetUtil.HttpUtil;
import com.shay.baselibrary.UrlInfoUtil.UrlUtil;
import com.shay.baselibrary.dto.response.BaseResponse;
impor... | 1,299 | 0.799846 | 0.797537 | 30 | 42.299999 | 39.521427 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 0 |
c8664f9d9f89933ca068a073a6b9bec36c981c5a | 5,205,500,380,134 | 2b2e27ece3ea058de10964e364e0b465b4301cee | /cameraview/src/androidTest/java/com/otaliastudios/cameraview/size/SizeSelectorParserTest.java | 340479236e0f8d5f9bd314125b5ce983463e443d | [
"MIT"
] | permissive | natario1/CameraView | https://github.com/natario1/CameraView | 3020743e305c45496fa1af600b31a753b580a0f5 | b279ffaf57919b7dffccc8879a0cb1eeb542c1ca | refs/heads/main | 2023-09-03T06:56:01.592000 | 2023-04-05T13:03:18 | 2023-04-05T13:03:18 | 97,580,115 | 4,984 | 1,025 | NOASSERTION | false | 2023-07-16T15:43:57 | 2017-07-18T09:30:33 | 2023-07-15T03:47:23 | 2023-07-16T15:43:57 | 30,129 | 4,679 | 898 | 87 | Java | false | false | package com.otaliastudios.cameraview.size;
import android.content.res.TypedArray;
import androidx.annotation.NonNull;
import androidx.annotation.StyleableRes;
import androidx.arch.core.util.Function;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.SmallTest;
import com.otaliastudi... | UTF-8 | Java | 7,051 | java | SizeSelectorParserTest.java | Java | [] | null | [] | package com.otaliastudios.cameraview.size;
import android.content.res.TypedArray;
import androidx.annotation.NonNull;
import androidx.annotation.StyleableRes;
import androidx.arch.core.util.Function;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.SmallTest;
import com.otaliastudi... | 7,051 | 0.619487 | 0.60261 | 211 | 32.417061 | 25.956333 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71564 | false | false | 0 |
93aa0de5902ab77f821ae4340cdc574568425208 | 27,015,344,342,636 | ac159914017b8191453b39bfafb34bacfcd81b6c | /app/src/main/java/com/example/hieuhoang/now/Presenter/SubmitOrder/EditInfo/PresenterLogicEditInfo.java | e6e0ca1a31e50556933da3415e141efdc79ff670 | [] | no_license | hieuhoang11/Now | https://github.com/hieuhoang11/Now | 1911c1ce1a199fcba86e51fb73149f986aefa62b | 7cb87ca23899dbb852f0233ccd486ae3d4f817a7 | refs/heads/master | 2020-04-27T12:50:10.990000 | 2019-11-18T15:04:18 | 2019-11-18T15:04:18 | 174,345,899 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hieuhoang.now.Presenter.SubmitOrder.EditInfo;
import com.example.hieuhoang.now.Model.Account.ModelAccount;
import com.example.hieuhoang.now.Model.ObjectClass.Account;
import com.example.hieuhoang.now.View.EditInfo.ViewEditInfo;
public class PresenterLogicEditInfo implements IPresenterEditInfo {
... | UTF-8 | Java | 762 | java | PresenterLogicEditInfo.java | Java | [] | null | [] | package com.example.hieuhoang.now.Presenter.SubmitOrder.EditInfo;
import com.example.hieuhoang.now.Model.Account.ModelAccount;
import com.example.hieuhoang.now.Model.ObjectClass.Account;
import com.example.hieuhoang.now.View.EditInfo.ViewEditInfo;
public class PresenterLogicEditInfo implements IPresenterEditInfo {
... | 762 | 0.745407 | 0.745407 | 24 | 30.75 | 25.664907 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
68e49a1351e4ae80e1a10afd1a7fbb1ba2e7a09d | 5,437,428,665,996 | d7aa31935cd133008dc56111f782709f122bca9e | /Query.java | 3df65209e9d3fd1fce50e98654848946aa4ba29b | [] | no_license | axelsson/informationRetrieval | https://github.com/axelsson/informationRetrieval | e8c197e57e086910c42c8fb60c9575f2ae62e60f | b08c0e0801cf61f41db29a0270df6b0741a96ec4 | refs/heads/master | 2020-04-23T19:50:11.265000 | 2014-04-07T20:43:09 | 2014-04-07T20:43:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This file is part of the computer assignment for the
* Information Retrieval course at KTH.
*
* First version: Hedvig Kjellström, 2012
*/
package ir;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.I... | ISO-8859-1 | Java | 4,005 | java | Query.java | Java | [
{
"context": " Retrieval course at KTH.\n * \n * First version: Hedvig Kjellström, 2012\n */ \n\npackage ir;\n\nimport java.io.Buffered",
"end": 148,
"score": 0.9998170733451843,
"start": 130,
"tag": "NAME",
"value": "Hedvig Kjellström"
}
] | null | [] | /*
* This file is part of the computer assignment for the
* Information Retrieval course at KTH.
*
* First version: <NAME>, 2012
*/
package ir;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamRe... | 3,991 | 0.644144 | 0.637888 | 147 | 26.142857 | 22.466908 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.77551 | false | false | 0 |
aa7add890fcce7c64fcbf24b9de5ff186660c645 | 5,437,428,667,225 | 021156d8957a77587c3676ccea3150c75bf9b333 | /src/controleur/ControleurIHM2.java | e3480dbcc6ec8eb1a0a52676887f2d6eee1b04b5 | [] | no_license | MassonY/ISI3-TP4 | https://github.com/MassonY/ISI3-TP4 | 8c1c4030a64d4ff3ded74acaa9cc6b30793274e0 | fc36e6f0ea4bed703787ac3218f0cc1e1c9dfa70 | refs/heads/master | 2020-03-19T01:32:46.112000 | 2018-05-31T09:23:09 | 2018-05-31T09:23:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controleur;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import modele.Tortue;
import vue.IHM2;
public class ControleurIHM2 implements ActionListener {
private final IHM2 ihm;
private final ArrayList<Tortue> tortues;
public ControleurIHM... | UTF-8 | Java | 1,088 | java | ControleurIHM2.java | Java | [] | null | [] | package controleur;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import modele.Tortue;
import vue.IHM2;
public class ControleurIHM2 implements ActionListener {
private final IHM2 ihm;
private final ArrayList<Tortue> tortues;
public ControleurIHM... | 1,088 | 0.60386 | 0.598346 | 46 | 22.673914 | 19.790264 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
dff387ba1fc0065aa517f599233de2e2ce29ad70 | 28,870,770,191,324 | d115b944710d897adc9f580d8d1ea11c735d9dc5 | /src/main/java/by/com/andersen/sort/BubbleSort.java | f141c4935a0bbe550e4455c1f63e21e7f84cc58a | [] | no_license | Cinque666/sorts | https://github.com/Cinque666/sorts | 1d8d09c6f12e98fbd31c6baece72161cda929d43 | 5239dea410396bb87a0edb32b1bd379ab1c69e61 | refs/heads/master | 2021-03-14T11:03:12.654000 | 2020-03-17T10:28:40 | 2020-03-17T10:28:40 | 246,761,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.com.andersen.sort;
import java.util.List;
class BubbleSort {
void bubbleSort(List<Integer> array){
boolean isSorted = true;
while (isSorted){
isSorted = false;
for(int i = 0; i < array.size() - 1; i++){
if(array.get(i) > array.get(i + 1)){
... | UTF-8 | Java | 543 | java | BubbleSort.java | Java | [] | null | [] | package by.com.andersen.sort;
import java.util.List;
class BubbleSort {
void bubbleSort(List<Integer> array){
boolean isSorted = true;
while (isSorted){
isSorted = false;
for(int i = 0; i < array.size() - 1; i++){
if(array.get(i) > array.get(i + 1)){
... | 543 | 0.430939 | 0.421731 | 22 | 23.681818 | 18.276628 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
4cf1e5e0dff840ebce4b81b2555e95742398c499 | 27,556,510,236,879 | e98f2f23750e8cdfce4e35a3153690a4ec6a9d53 | /src/beads.java | 02af4bfc2f46abb1244d8f8361302bf66e012089 | [] | no_license | yrkv/USACO | https://github.com/yrkv/USACO | ae8a7b74bf41dba45643f27b5a35b71c6f9db051 | 2c4579ce83a00e52973e07a86baebf7d10d6dcf9 | refs/heads/master | 2021-01-12T09:06:06.392000 | 2017-01-23T15:48:43 | 2017-01-23T15:48:43 | 76,763,256 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
ID: yekuz201
LANG: JAVA
TASK: beads
*/
import java.io.*;
import java.util.*;
public class beads {
public static void main (String [] args) throws IOException {
BufferedReader f = new BufferedReader(new FileReader("beads.in"));
PrintWriter out = new PrintWriter(new BufferedWriter(new Fil... | UTF-8 | Java | 1,747 | java | beads.java | Java | [
{
"context": "/*\nID: yekuz201\nLANG: JAVA\nTASK: beads\n*/\nimport java.io.*;\nimpor",
"end": 15,
"score": 0.9994422793388367,
"start": 7,
"tag": "USERNAME",
"value": "yekuz201"
}
] | null | [] | /*
ID: yekuz201
LANG: JAVA
TASK: beads
*/
import java.io.*;
import java.util.*;
public class beads {
public static void main (String [] args) throws IOException {
BufferedReader f = new BufferedReader(new FileReader("beads.in"));
PrintWriter out = new PrintWriter(new BufferedWriter(new Fil... | 1,747 | 0.404694 | 0.392673 | 60 | 28.116667 | 22.395008 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 0 |
c6414d10dbbb6d963baa8c083c619beed8759f35 | 33,157,147,580,289 | 0254c0941101eb6f1d783c92facef1453a8da64d | /src/com/ab/view/MainWindow.java | 47db1bc14e02baf6f62367d8f4ece8434a824402 | [] | no_license | pavantiruppur/ArtBiotech | https://github.com/pavantiruppur/ArtBiotech | 0f62dabb2f73170bb89b2a450b6877465ce6ddfc | 1e495e30898dbf997ca8ab459fed527ce67f1202 | refs/heads/master | 2021-01-22T12:25:48.343000 | 2018-02-22T18:54:30 | 2018-02-22T18:54:30 | 102,348,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ab.view;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.text.DateFormat;
import java.te... | UTF-8 | Java | 8,364 | java | MainWindow.java | Java | [] | null | [] | package com.ab.view;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.text.DateFormat;
import java.te... | 8,364 | 0.697513 | 0.675634 | 266 | 29.443609 | 25.202312 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.379699 | false | false | 0 |
52de577d79e95065cd3ed570a2d9b6c1aa916dd0 | 25,640,954,789,652 | 5381cdf642103bf957df3ffdc196e91392fdc8b0 | /shwzoo/src/com/yinlian/Enums/StoreLevelEnum.java | 413b567a044d0816ad4e53034aefc29b7ec0416d | [] | no_license | Andreby42/myFirstRepos | https://github.com/Andreby42/myFirstRepos | e9d0ce03265493208f8f081d0bda45c0dc501f32 | bf4fbcdb4d944637550fb11ea5f6ebe187050ddd | refs/heads/master | 2021-10-19T04:30:32.028000 | 2019-02-18T02:26:15 | 2019-02-18T02:26:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yinlian.Enums;
public enum StoreLevelEnum {
启用(0), 禁用(1);
private final int value;
public int getValue() {
return value;
}
// 构造器默认也只能是private, 从而保证构造函数只能在内部使用
StoreLevelEnum(int value) {
this.value = value;
}
}
| UTF-8 | Java | 296 | java | StoreLevelEnum.java | Java | [] | null | [] | package com.yinlian.Enums;
public enum StoreLevelEnum {
启用(0), 禁用(1);
private final int value;
public int getValue() {
return value;
}
// 构造器默认也只能是private, 从而保证构造函数只能在内部使用
StoreLevelEnum(int value) {
this.value = value;
}
}
| 296 | 0.695833 | 0.6875 | 16 | 14 | 12.624381 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 0 |
a207031dbec6c8fd7e7fad0bf2acf007b3994723 | 25,752,623,920,511 | 053689417fc48e29e06fb7a0ed30c376d8217a96 | /exec/backend/src/main/java/com/gokchu/saye/repository/mapper/LikeMusicMapper.java | 478babff1fa9f9afa9df7be8f6ac712e9a77b889 | [
"MIT"
] | permissive | elwlahd555/SAYE | https://github.com/elwlahd555/SAYE | 3a203fc0c2909315aa062cf42f4c2636315411a4 | c816723661b71029f2f45dffe38537e54f4b7742 | refs/heads/master | 2023-04-26T06:29:05.807000 | 2021-05-25T06:42:27 | 2021-05-25T06:42:27 | 370,590,591 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gokchu.saye.repository.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import com.gokchu.saye.repository.dto.LikeMusic;
import com.gokchu.saye.repository.dto.Music;
@Mapper
public interface LikeMusicMapper {
/* C :: 관심 음원 등록 */
int insertLikeMusic(LikeMusic likeMusic) throw... | UTF-8 | Java | 799 | java | LikeMusicMapper.java | Java | [] | null | [] | package com.gokchu.saye.repository.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import com.gokchu.saye.repository.dto.LikeMusic;
import com.gokchu.saye.repository.dto.Music;
@Mapper
public interface LikeMusicMapper {
/* C :: 관심 음원 등록 */
int insertLikeMusic(LikeMusic likeMusic) throw... | 799 | 0.734398 | 0.731495 | 26 | 25.5 | 22.075483 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 0 |
d3703046a5147be2b3b0aa87aa7c5d3cc8a5a357 | 32,109,175,548,383 | 827436a167bcaed1003f8737cd904644ff1992d1 | /old/Farmaco/trunk/Farmaco/Client/src/test/com/dudhoo/farmaco/swing/event/AboutAdapterTest.java | b8f3f373cc5dab269e5b9cf729110adc3f6a828d | [] | no_license | edpichler/historyprojects | https://github.com/edpichler/historyprojects | 1a21d48484bda5a1115e87d8e1667cac7f8a410a | 4b2e109a102717a8223fff32295f45132354c7c2 | refs/heads/master | 2016-08-05T08:11:40.425000 | 2010-08-23T13:36:38 | 2010-08-23T13:36:38 | 33,085,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.com.dudhoo.farmaco.swing.event;
import com.dudhoo.evilframework.swing.JDialogAbout;
import com.dudhoo.farmaco.swing.event.AboutAdapter;
import junit.framework.TestCase;
public class AboutAdapterTest extends TestCase {
public AboutAdapterTest(String sTestName) {
super(sTestName);
... | UTF-8 | Java | 887 | java | AboutAdapterTest.java | Java | [] | null | [] | package test.com.dudhoo.farmaco.swing.event;
import com.dudhoo.evilframework.swing.JDialogAbout;
import com.dudhoo.farmaco.swing.event.AboutAdapter;
import junit.framework.TestCase;
public class AboutAdapterTest extends TestCase {
public AboutAdapterTest(String sTestName) {
super(sTestName);
... | 887 | 0.62345 | 0.62345 | 36 | 22.638889 | 20.047379 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
636aa373013dec9c6bc48d0fd0fcd9d3656a195c | 28,054,726,418,950 | 5f338b63353e80eb6dba903ed735e0f7bb297db0 | /exercicio-03/src/main/java/br/com/hickandrade/teste/controller/AnimalResource.java | 8f69f4eb6bca30c69b442dc02fe6b1103a9bc7ad | [] | no_license | HickAndrade/Spring | https://github.com/HickAndrade/Spring | 383a094a42d2b0e0bc030319b7fc23abe20e98c1 | b91d7abd1713458de51daa53848dfe0d266ff7c6 | refs/heads/master | 2020-07-08T07:01:39.060000 | 2019-10-01T21:22:41 | 2019-10-01T21:22:41 | 203,600,465 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.hickandrade.teste.controller;
import br.com.hickandrade.teste.entity.Animal;
import br.com.hickandrade.teste.repository.AnimalRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import ... | UTF-8 | Java | 1,271 | java | AnimalResource.java | Java | [] | null | [] | package br.com.hickandrade.teste.controller;
import br.com.hickandrade.teste.entity.Animal;
import br.com.hickandrade.teste.repository.AnimalRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import ... | 1,271 | 0.725413 | 0.725413 | 46 | 26.630434 | 24.151117 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 0 |
88f39e06ad04c9088e5b36d14af168c1727cde57 | 31,387,621,031,499 | 763b143955f55e4d0a242d04072f228bfed30ff3 | /src/Testy/Informatika.java | f7c4029b83eeb8139f824192788d6640a6e0a5f8 | [] | no_license | xpalarik/ABACUS | https://github.com/xpalarik/ABACUS | 394fb50667d3b437078f0c845b966d566c76a602 | dba909ede32709d82f0ec1309b36770923db82a9 | refs/heads/master | 2020-03-09T01:22:23.115000 | 2018-04-10T02:55:04 | 2018-04-10T02:55:04 | 128,512,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Testy;
public class Informatika extends KvÝz {
}
| IBM852 | Java | 70 | java | Informatika.java | Java | [] | null | [] | package Testy;
public class Informatika extends KvÝz {
}
| 70 | 0.652174 | 0.652174 | 7 | 7.857143 | 13.55864 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 0 |
950ddb40c2f3153885e5ce9e9ef7184ea1810158 | 24,326,694,787,187 | 610a88942222ae3c5907da818f8dfd95cbe7bc2c | /src/com/env/modules/ai/AIModule.java | 0ec5cdcd5707f1c1dc1c36c406fa5102884c79b7 | [] | no_license | iZho/openmetagame | https://github.com/iZho/openmetagame | cda945462dca645cae11feb876279fae09863cc5 | 9df105c65d3580fdcfed982caf2eb257ce35e462 | refs/heads/master | 2016-06-06T10:50:58.534000 | 2010-09-30T03:00:18 | 2010-09-30T03:00:18 | 54,301,114 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.env.modules.ai;
/**
Open Meta Game -- A game to build games
Copyright (C) 2009
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any la... | UTF-8 | Java | 1,843 | java | AIModule.java | Java | [] | null | [] | package com.env.modules.ai;
/**
Open Meta Game -- A game to build games
Copyright (C) 2009
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any la... | 1,843 | 0.69452 | 0.691264 | 80 | 22.0375 | 21.375479 | 68 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 0 |
5abf712a96d060d0a85aae88df8e6b16b1836635 | 24,326,694,786,143 | ceed7a3dcd0f13e842151c63187aab27d11dc1f9 | /bottomframework/src/main/java/frameworkandroid/tan/com/bottomframework/impl/IShipmentWeb.java | 3c785f1041dc52bba85082ad3ad00bbfb038c8e3 | [] | no_license | tanyinqing/SoundRecorder | https://github.com/tanyinqing/SoundRecorder | af2776df6817baf660a8a5cd11fb4ab5338078ee | e1962bfc0591e7b822fa14b61c9415f1b0a2ec7a | refs/heads/master | 2020-03-29T08:02:59.297000 | 2018-10-10T01:33:16 | 2018-10-10T01:33:16 | 149,691,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package frameworkandroid.tan.com.bottomframework.impl;
import android.os.Handler;
import java.util.List;
import frameworkandroid.tan.com.bottomframework.FisheriesProduct.entity.User;
import frameworkandroid.tan.com.bottomframework.entity_warehouse.Porch_info;
import frameworkandroid.tan.com.bottomframework.entity_war... | UTF-8 | Java | 1,704 | java | IShipmentWeb.java | Java | [] | null | [] | package frameworkandroid.tan.com.bottomframework.impl;
import android.os.Handler;
import java.util.List;
import frameworkandroid.tan.com.bottomframework.FisheriesProduct.entity.User;
import frameworkandroid.tan.com.bottomframework.entity_warehouse.Porch_info;
import frameworkandroid.tan.com.bottomframework.entity_war... | 1,704 | 0.770531 | 0.769928 | 51 | 31.470589 | 40.67728 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.254902 | false | false | 0 |
74b91f6f694fd547cb02bfbb3314af2bb7815565 | 2,121,713,872,761 | 07d04be0c934f2f7fdae65c2b389f05ae35db065 | /src/main/java/com/springboot/test/web/HelloController.java | 7e27a3296617c3218aa9df2fa6f0b2297f52cac2 | [] | no_license | alexsun0405/spring_boot_demo | https://github.com/alexsun0405/spring_boot_demo | 573f83958a8c1eb6244e3deafab918498d56168f | f7cd64bea85203b310f498e43c34482a2dbc23d0 | refs/heads/master | 2017-12-18T10:32:55.473000 | 2016-12-22T11:08:51 | 2016-12-22T11:08:51 | 77,138,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springboot.test.web;
import com.springboot.test.constants.WebUrlConstants;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by liyimeng on 2016/12/22.
*/
@RestController
public class HelloController {
@GetMapping... | UTF-8 | Java | 417 | java | HelloController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n * Created by liyimeng on 2016/12/22.\n */\n@RestController\npublic class H",
"end": 237,
"score": 0.9995808005332947,
"start": 229,
"tag": "USERNAME",
"value": "liyimeng"
}
] | null | [] | package com.springboot.test.web;
import com.springboot.test.constants.WebUrlConstants;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by liyimeng on 2016/12/22.
*/
@RestController
public class HelloController {
@GetMapping... | 417 | 0.7506 | 0.731415 | 18 | 22.166666 | 21.328775 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
09e4a3aaead713fca6826d24cc392e1f5f7b0ae2 | 2,121,713,870,812 | 69a95a699995ad9d7467d665310832091e9d226e | /app/src/main/java/be/opendevs/moment/app/RegisterActivity.java | 869c217ad301e4ddcfbcfdf0fe03c909bfb787d5 | [] | no_license | meeds/MomentAndroid | https://github.com/meeds/MomentAndroid | a5b6bbbc897122149d4c43393513a534981b3104 | e766e62ac723b028395f1674a1942cf3cb8b0fb1 | HEAD | 2016-08-07T05:20:31.392000 | 2014-08-17T18:27:39 | 2014-08-17T18:27:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.opendevs.moment.app;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import be.o... | UTF-8 | Java | 4,544 | java | RegisterActivity.java | Java | [
{
"context": "l;\n\nimport java.io.IOException;\n\n/**\n * Created by ahmed on 5/08/14.\n */\npublic class RegisterActivity ext",
"end": 680,
"score": 0.9994044303894043,
"start": 675,
"tag": "USERNAME",
"value": "ahmed"
}
] | null | [] | package be.opendevs.moment.app;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import be.o... | 4,544 | 0.640625 | 0.639525 | 146 | 30.109589 | 25.805681 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520548 | false | false | 0 |
3ff1691ebc6ad7a55c26bdcdd7278682f031d06d | 12,429,635,387,648 | 9b42cdc28471fedf7a1c2416dedc05ef735a7627 | /src/test/java/com/ran488/domain/TicketServiceTest.java | 7d22236a17654bc071fb3390f32883f9a36de1bf | [] | no_license | ran488/xterm-n8 | https://github.com/ran488/xterm-n8 | 347278c5f5c2372d9d8458ec957f32aa3018fc34 | 14cbb65da80f70d6579d0707de6323fd6466422d | refs/heads/master | 2021-01-19T19:18:45.350000 | 2017-03-02T20:20:44 | 2017-03-02T20:20:44 | 83,722,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ran488.domain;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.ran488.ApplicationTests;
public class TicketServiceTest extends Applicat... | UTF-8 | Java | 655 | java | TicketServiceTest.java | Java | [
{
"context": "Originator() {\r\n\t\tticketService.notifyOriginator(\"ran488@gmail.com\", \"Testing from JUnit test case\");\r\n\t}\r\n\r\n}\r\n",
"end": 609,
"score": 0.999923825263977,
"start": 593,
"tag": "EMAIL",
"value": "ran488@gmail.com"
}
] | null | [] | package com.ran488.domain;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.ran488.ApplicationTests;
public class TicketServiceTest extends Applicat... | 646 | 0.740458 | 0.726718 | 31 | 19.129032 | 21.698435 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774194 | false | false | 0 |
643173a5d22b1839f234e47e9a3c10d525534675 | 26,980,984,579,367 | 55c5e4404dee1bd70e06178a99d395a1b1eb2592 | /app/src/main/java/com/github/gianlucanitti/expreval/LibraryLocalizer.java | 388b67b14929c151695194882c080c46d4c345e6 | [
"MIT"
] | permissive | gianluca-nitti/android-expr-eval | https://github.com/gianluca-nitti/android-expr-eval | 8e79128deca0c6b66f009b40ab886862d8532371 | 7270001bd9be435140623515bae2b20e28bc6d63 | refs/heads/master | 2020-09-19T02:13:00.425000 | 2018-01-05T22:16:43 | 2018-01-05T22:16:43 | 73,514,801 | 20 | 4 | MIT | false | 2018-01-05T22:16:44 | 2016-11-11T22:01:32 | 2017-09-26T08:53:49 | 2018-01-05T22:16:44 | 201 | 8 | 1 | 1 | Java | false | null | package com.github.gianlucanitti.expreval;
import android.content.Context;
import static com.github.gianlucanitti.javaexpreval.LocalizationHelper.*;
public class LibraryLocalizer {
private static void setMessageResource(Context c, Message m, int id){
setMessage(m, c.getString(id));
}
public stat... | UTF-8 | Java | 2,342 | java | LibraryLocalizer.java | Java | [
{
"context": "package com.github.gianlucanitti.expreval;\n\nimport android.content.Context;\nimport",
"end": 32,
"score": 0.998813271522522,
"start": 19,
"tag": "USERNAME",
"value": "gianlucanitti"
},
{
"context": "android.content.Context;\nimport static com.github.gianlucanitti.java... | null | [] | package com.github.gianlucanitti.expreval;
import android.content.Context;
import static com.github.gianlucanitti.javaexpreval.LocalizationHelper.*;
public class LibraryLocalizer {
private static void setMessageResource(Context c, Message m, int id){
setMessage(m, c.getString(id));
}
public stat... | 2,342 | 0.74509 | 0.74509 | 40 | 57.549999 | 31.38706 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05 | false | false | 0 |
4afb4217f9931f9599259f21b6589d7a1ad87af8 | 19,292,993,116,204 | 2612f336d667a087823234daf946f09b40d8ca3d | /java/structuralsearch-java/src/com/intellij/structuralsearch/impl/matcher/JavaMatchPredicateProvider.java | 23402ae5b06605cbdf83eba50d348f281b78aeb5 | [
"Apache-2.0"
] | permissive | tnorbye/intellij-community | https://github.com/tnorbye/intellij-community | df7f181861fc5c551c02c73df3b00b70ab2dd589 | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | refs/heads/master | 2021-04-06T06:57:57.974000 | 2018-03-13T17:37:00 | 2018-03-13T17:37:00 | 125,079,130 | 2 | 0 | Apache-2.0 | true | 2018-03-13T16:09:41 | 2018-03-13T16:09:41 | 2018-03-13T16:09:27 | 2018-03-13T16:04:17 | 2,860,385 | 0 | 0 | 0 | null | false | null | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* 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 agre... | UTF-8 | Java | 2,077 | java | JavaMatchPredicateProvider.java | Java | [] | null | [] | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* 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 agre... | 2,077 | 0.733751 | 0.727973 | 57 | 35.438595 | 28.480844 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491228 | false | false | 0 |
1bfa7cca27fbbe9a2ea7c252d0c0d38f5f083dd6 | 26,766,236,238,269 | 3847310df59302ec829bbb9e5f304b8dbcf7a322 | /ReverseName/kelder1-week3-052.ReversingName-923545/src/ReversingName.java | ca5fd313be46c943526e690b0b78bcf815baf01e | [] | no_license | Kelel1/Mooc.fi-pt_1 | https://github.com/Kelel1/Mooc.fi-pt_1 | 947ea9031dc281f6793f5dd75ece2f2a3ab77595 | a9caf16c9db72c2b154abccc324ab6792ec2d861 | refs/heads/master | 2021-01-11T22:59:53.644000 | 2017-02-07T01:12:14 | 2017-02-07T01:12:14 | 78,534,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class ReversingName {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.print("Type your name: ");
String name = reader.nextLine();
int x = 0;
while (x < name.length()) {
x+=1;
... | UTF-8 | Java | 425 | java | ReversingName.java | Java | [] | null | [] | import java.util.Scanner;
public class ReversingName {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.print("Type your name: ");
String name = reader.nextLine();
int x = 0;
while (x < name.length()) {
x+=1;
... | 425 | 0.527059 | 0.522353 | 17 | 24 | 17.371376 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 0 |
ed5b59af40238098fc55db1202a7302817ad891e | 25,598,005,136,495 | d7566bb443be2626a760178c5c872df4bd6f3ce5 | /Java/osa08-Osa08_03.Varastointia/src/main/java/Muutoshistoria.java | 469deb3c5161ba157aeff87455b1e2b864431b0e | [] | no_license | JokelaTiina/Harjoitusty-t | https://github.com/JokelaTiina/Harjoitusty-t | 7c9a5d1c7ef0780a3b36e7f04597ea722895f46d | 7342fd52e63f4a77bfd9a49bb4c2a2c59a0b4b08 | refs/heads/main | 2023-08-25T11:16:16.414000 | 2021-11-07T19:42:45 | 2021-11-07T19:42:45 | 425,580,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Muutoshistoria {
private ArrayList<Double> muutokset;
//luo tyhjän muutoshistoria-olion
public Muutoshistoria(){
this.muutokset = new ArrayList<>();
}
//lisää muutoshistorian viimeisimmäksi muistettavaksi määräksi parametrina a... | UTF-8 | Java | 2,053 | java | Muutoshistoria.java | Java | [] | null | [] | import java.util.ArrayList;
public class Muutoshistoria {
private ArrayList<Double> muutokset;
//luo tyhjän muutoshistoria-olion
public Muutoshistoria(){
this.muutokset = new ArrayList<>();
}
//lisää muutoshistorian viimeisimmäksi muistettavaksi määräksi parametrina a... | 2,053 | 0.538424 | 0.534998 | 77 | 25.532467 | 21.346605 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324675 | false | false | 0 |
0360ec5777d51881f8c494e09d6d7907152416f9 | 5,171,140,686,404 | a6ee7b375db074db2f6725625621b141d7a2c7e8 | /src/J1LP0021/Student.java | 4254ba60e82e1c757ca31419896561f6319d530f | [] | no_license | HungHV18/FPTU_LAB_211 | https://github.com/HungHV18/FPTU_LAB_211 | b5169bf170dafe47c16b09d10f08eced60eb396c | 822b6ab411065e11605d056716ee1ddf95d119f9 | refs/heads/develop | 2023-07-25T00:35:03.536000 | 2021-09-03T04:44:35 | 2021-09-03T04:44:35 | 400,710,147 | 0 | 1 | null | false | 2021-09-03T06:45:34 | 2021-08-28T05:28:13 | 2021-09-03T04:44:38 | 2021-09-03T04:44:35 | 55 | 0 | 1 | 1 | Java | false | false | package J1LP0021;
class Student implements Localized, Comparable<Student> {
private String ID;
private String studentName;
private String semester;
private String courseName;
public Student() {
create_ID();
create_Student_Name();
create_Semester();
create_Course... | UTF-8 | Java | 2,021 | java | Student.java | Java | [] | null | [] | package J1LP0021;
class Student implements Localized, Comparable<Student> {
private String ID;
private String studentName;
private String semester;
private String courseName;
public Student() {
create_ID();
create_Student_Name();
create_Semester();
create_Course... | 2,021 | 0.588323 | 0.585849 | 84 | 23.059525 | 21.30356 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369048 | false | false | 0 |
c97e760f81a0beb798df25a94052308f9cd3abfa | 14,542,759,309,251 | 3f1762211ac7609ef0c7d0d749a75c0c2029cedc | /Addition/src/a1/Add.java | 026799223631ed0fce837f03e0a9021097772d62 | [] | no_license | snehakharche/Sample1 | https://github.com/snehakharche/Sample1 | c180d584e39f5d8b586c565d0ff3fca8779820e9 | e7cfb0676b2c7bd661725119d3d0f0a0335c5601 | refs/heads/master | 2020-07-12T21:15:00.764000 | 2019-08-28T10:40:28 | 2019-08-28T10:40:28 | 204,907,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a1;
public class Add {
public static void main(String[] args) {
System.out.println("Hey there fitnesse");
}
}
| UTF-8 | Java | 132 | java | Add.java | Java | [
{
"context": "(String[] args) {\r\n\t\tSystem.out.println(\"Hey there fitnesse\");\r\n\t}\r\n}\r\n",
"end": 120,
"score": 0.8725698590278625,
"start": 112,
"tag": "NAME",
"value": "fitnesse"
}
] | null | [] | package a1;
public class Add {
public static void main(String[] args) {
System.out.println("Hey there fitnesse");
}
}
| 132 | 0.643939 | 0.636364 | 8 | 14.5 | 16.948452 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 0 |
105111d33363e5de6859373b70a2a96ba14d817a | 24,386,824,374,773 | cc8507f64772eebda3782b7600c133f5d0cb565d | /app/src/main/java/com/roodie/materialmovies/views/fragments/base/BaseAnimationFragment.java | c6c9cb10d5e31d01ae4e5e94b16237ae344a611a | [] | no_license | AlexParfenjuk/MaterialMovies | https://github.com/AlexParfenjuk/MaterialMovies | 97065364dc21c8a72e32446f8d0432cad717705b | 627e9f1ef4e73404cdd21750adfb82cfbff5e89c | refs/heads/master | 2020-12-19T11:08:55.879000 | 2016-08-01T14:50:51 | 2016-08-01T14:50:51 | 38,538,618 | 9 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roodie.materialmovies.views.fragments.base;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.util.DisplayMetrics;
import android.view.View;
impo... | UTF-8 | Java | 10,617 | java | BaseAnimationFragment.java | Java | [
{
"context": "ail.animation.arcanimator.Side;\n\n/**\n * Created by Roodie on 12.08.2015.\n */\npublic abstract class BaseAnim",
"end": 1415,
"score": 0.7352433204650879,
"start": 1409,
"tag": "NAME",
"value": "Roodie"
}
] | null | [] | package com.roodie.materialmovies.views.fragments.base;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.util.DisplayMetrics;
import android.view.View;
impo... | 10,617 | 0.689272 | 0.686352 | 295 | 34.98983 | 31.287132 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505085 | false | false | 0 |
7f4bd86394e7ab0c3967c3fe9c9f0373dafe3be7 | 32,341,103,768,968 | 6769c70c50d19edf14606b39ea5c09abc7efb396 | /yoyo-mongo/src/main/java/com/yoyo/framework/mongo/MongoOperation.java | f516b5a4cfd10117f019d171eaf9b675b6b7fa0a | [] | no_license | HusenHuang/yoyo | https://github.com/HusenHuang/yoyo | 92beaaa07a1d13795202378adcd566341ece51d2 | 0acd24ef8c02e713d77c9fd28f68c9e6f93c9362 | refs/heads/master | 2022-06-21T22:01:23.324000 | 2019-09-27T07:43:22 | 2019-09-27T07:43:22 | 207,483,882 | 1 | 0 | null | false | 2022-06-17T02:28:50 | 2019-09-10T06:41:16 | 2019-09-27T10:40:30 | 2022-06-17T02:28:49 | 225 | 1 | 0 | 6 | Java | false | false | package com.yoyo.framework.mongo;
import com.yoyo.framework.date.DateUtils;
import com.yoyo.framework.mongo.annotation.MongoCreateTime;
import com.yoyo.framework.mongo.annotation.MongoUpdateTime;
import com.yoyo.framework.reflect.ReflectUtil;
import org.springframework.core.annotation.AnnotationUtils;
import org.sprin... | UTF-8 | Java | 2,465 | java | MongoOperation.java | Java | [
{
"context": "ateTime;\nimport java.util.Objects;\n\n/***\n @Author:MrHuang\n @Date: 2019/9/21 13:38\n @DESC: TODO\n @VERSION: 1",
"end": 534,
"score": 0.9745401740074158,
"start": 527,
"tag": "USERNAME",
"value": "MrHuang"
}
] | null | [] | package com.yoyo.framework.mongo;
import com.yoyo.framework.date.DateUtils;
import com.yoyo.framework.mongo.annotation.MongoCreateTime;
import com.yoyo.framework.mongo.annotation.MongoUpdateTime;
import com.yoyo.framework.reflect.ReflectUtil;
import org.springframework.core.annotation.AnnotationUtils;
import org.sprin... | 2,465 | 0.616274 | 0.610905 | 71 | 33.098591 | 28.688789 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577465 | false | false | 0 |
e761d1650ca61419a00fdf64cd6419e41f86dba8 | 32,341,103,770,902 | 9d053772b771c32047c3eb9818d59e35ab9cfa99 | /src/edu/iu/grid/oim/model/db/record/AuthorizationTypeActionRecord.java | b83451345f4718ffa846dd875a908086965fd3ae | [
"Apache-2.0"
] | permissive | opensciencegrid/oim | https://github.com/opensciencegrid/oim | 8451e1a80f367c7be74cbd26f9b5d33739bca96f | f46d835f3c0f6898817d69be91fb054b713ffaf7 | refs/heads/master | 2021-01-24T06:17:47.675000 | 2018-05-01T19:38:24 | 2018-05-01T19:38:24 | 21,243,262 | 0 | 3 | null | false | 2016-11-01T19:50:49 | 2014-06-26T14:21:28 | 2016-01-12T15:03:39 | 2016-11-01T19:50:48 | 34,963 | 0 | 1 | 0 | Java | null | null | package edu.iu.grid.oim.model.db.record;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import edu.iu.grid.oim.lib.Authorization;
import edu.iu.grid.oim.model.db.ActionModel;
import edu.iu.grid.oim.model.db.AuthorizationTypeModel;
public class AuthorizationTypeActionRe... | UTF-8 | Java | 1,418 | java | AuthorizationTypeActionRecord.java | Java | [] | null | [] | package edu.iu.grid.oim.model.db.record;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import edu.iu.grid.oim.lib.Authorization;
import edu.iu.grid.oim.model.db.ActionModel;
import edu.iu.grid.oim.model.db.AuthorizationTypeModel;
public class AuthorizationTypeActionRe... | 1,418 | 0.70945 | 0.70945 | 50 | 26.360001 | 21.856586 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.86 | false | false | 0 |
138ea650543adb77fa46fa714812e221ac33fa68 | 26,929,445,007,463 | d84ac9880692da6c70fce308d9a9184c1ade99bf | /teng-invite/src/main/java/com/leafCat/coin/mapper/CoinGapMapper.java | 9dfbfb5f6742de0f3b8fa5567aeae56488a91942 | [] | no_license | catchups/party-invite | https://github.com/catchups/party-invite | b87d9f1db0523c5e03018a34de8de3d21af872cd | 0170524b8533b6cf1f02b0c5a9ac51a6ad3180eb | refs/heads/master | 2020-03-20T01:41:26.516000 | 2018-06-13T05:00:57 | 2018-06-13T05:00:57 | 137,085,282 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leafCat.coin.mapper;
import com.leafCat.coin.vo.CoinGapVO;
public interface CoinGapMapper {
public void insertCoinGapData(CoinGapVO gapVO);
}
| UTF-8 | Java | 164 | java | CoinGapMapper.java | Java | [] | null | [] | package com.leafCat.coin.mapper;
import com.leafCat.coin.vo.CoinGapVO;
public interface CoinGapMapper {
public void insertCoinGapData(CoinGapVO gapVO);
}
| 164 | 0.77439 | 0.77439 | 7 | 21.428572 | 18.927359 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
185c269d0cb991deffd12e22970c0ae63cea3b73 | 19,911,468,436,054 | bdbe2f10d1148db97143d2dedefff177666d36d9 | /sipXjitsi/phoneplugin/src/org/sipxcom/sipxconfig/device/JitsiPhoneModel.java | 18c0d7f441beeb3796c51cb14080cf20d9381058 | [] | no_license | sipXcom/sipxecs | https://github.com/sipXcom/sipxecs | 8af5dabc8814d977b9608329942f68f6ea92ff8a | fa1a46c0ec298cbc198d71e18592a0f8386019d6 | refs/heads/release-21.04-centos7 | 2023-01-28T21:07:21.293000 | 2021-10-14T12:54:41 | 2021-10-14T12:54:41 | 30,837,643 | 36 | 114 | null | true | 2023-01-10T10:33:38 | 2015-02-15T18:48:43 | 2022-09-21T03:49:09 | 2023-01-10T10:33:38 | 1,014,609 | 33 | 36 | 6 | C++ | false | false | /**
* Copyright (C) 2015 sipXcom, certain elements licensed under a Contributor Agreement.
* Contributors retain copyright to elements licensed under a Contributor Agreement.
* Licensed to the User under the LGPL license.
*/
package org.sipxcom.sipxconfig.device;
import org.sipfoundry.sipxconfig.phone.PhoneModel;
... | UTF-8 | Java | 600 | java | JitsiPhoneModel.java | Java | [] | null | [] | /**
* Copyright (C) 2015 sipXcom, certain elements licensed under a Contributor Agreement.
* Contributors retain copyright to elements licensed under a Contributor Agreement.
* Licensed to the User under the LGPL license.
*/
package org.sipxcom.sipxconfig.device;
import org.sipfoundry.sipxconfig.phone.PhoneModel;
... | 600 | 0.718333 | 0.711667 | 22 | 26.272728 | 26.983465 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 0 |
10fe1060a4a916e41029114c2c3c3246d5dfec6e | 21,199,958,616,212 | 1a4770c215544028bad90c8f673ba3d9e24f03ad | /second/quark/src/main/java/com/alibaba/analytics/a/ai.java | 699dd4cf9f6b4c24227569cff96ee8a5b74ff582 | [] | no_license | zhang1998/browser | https://github.com/zhang1998/browser | e480fbd6a43e0a4886fc83ea402f8fbe5f7c7fce | 4eee43a9d36ebb4573537eddb27061c67d84c7ba | refs/heads/master | 2021-05-03T06:32:24.361000 | 2018-02-10T10:35:36 | 2018-02-10T10:35:36 | 120,590,649 | 8 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alibaba.analytics.a;
import com.uc.crashsdk.export.LogType;
/* compiled from: ProGuard */
final class ai {
public int[] a;
public int b;
public int c;
private ai() {
this.a = new int[LogType.UNEXP];
}
}
| UTF-8 | Java | 246 | java | ai.java | Java | [] | null | [] | package com.alibaba.analytics.a;
import com.uc.crashsdk.export.LogType;
/* compiled from: ProGuard */
final class ai {
public int[] a;
public int b;
public int c;
private ai() {
this.a = new int[LogType.UNEXP];
}
}
| 246 | 0.621951 | 0.621951 | 14 | 16.571428 | 13.65239 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
966b01873fecabd7bfa6c202e9bc02bc367cf7a2 | 10,187,662,466,617 | bc3ea71633be18b626d65e16d5c8e07656afec2e | /Core/src/com/nosliw/data/core/process1/HAPUtilityProcessComponent.java | 8194f455983e25d16b2aeebc3b029561d5c005da | [] | no_license | forbestwn/CoreProjects | https://github.com/forbestwn/CoreProjects | 4284833be9342ba183219f3f652e19e40cbeeb4e | 7b1e3937e07d3977bd4989b2fecba1b18ea82e0f | refs/heads/master | 2023-04-14T20:03:08.834000 | 2023-04-03T19:47:48 | 2023-04-03T19:47:48 | 65,218,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nosliw.data.core.process1;
import java.util.Map;
import com.nosliw.common.utils.HAPConstantShared;
import com.nosliw.data.core.activity.HAPManagerActivityPlugin;
import com.nosliw.data.core.complex.HAPElementInContainerEntityDefinition;
import com.nosliw.data.core.component.HAPDefinitionEntityComponent;
i... | UTF-8 | Java | 3,655 | java | HAPUtilityProcessComponent.java | Java | [] | null | [] | package com.nosliw.data.core.process1;
import java.util.Map;
import com.nosliw.common.utils.HAPConstantShared;
import com.nosliw.data.core.activity.HAPManagerActivityPlugin;
import com.nosliw.data.core.complex.HAPElementInContainerEntityDefinition;
import com.nosliw.data.core.component.HAPDefinitionEntityComponent;
i... | 3,655 | 0.856088 | 0.854993 | 61 | 58.918034 | 50.509308 | 213 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.114754 | false | false | 0 |
58c93d9653eecb0892bf0787619942cfd57b9503 | 15,753,940,086,062 | 2bbfcada1f45877aff340aab52663e80d9ad662c | /src/Day29_test2.java | c123d073ebfa3f0f5261dfe4ae0e2d09d528f5ae | [] | no_license | lishikuan043/java_test | https://github.com/lishikuan043/java_test | 5fea06829bbab971d2c33b8ee2ceba3abe61a6a8 | c3c3fa4778a884d1e1bc63de61e76824a7714cf9 | refs/heads/master | 2021-05-14T10:41:16.306000 | 2018-05-03T12:36:23 | 2018-05-03T12:36:23 | 116,359,470 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileOutputStream;
import java.io.PrintWriter;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by hust on 2018/2/4.
*/
public class Day29_test2 {
private static Connection con;
private static void test1() throws Exception{
String sql1 = "SELECT COUNT... | UTF-8 | Java | 6,439 | java | Day29_test2.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by hust on 2018/2/4.\n */\npublic class Day29_test2 {\n p",
"end": 154,
"score": 0.9995518922805786,
"start": 150,
"tag": "USERNAME",
"value": "hust"
},
{
"context": "PDATE student SET nscore=100 WHERE sname REGEXP ... | null | [] | import java.io.FileOutputStream;
import java.io.PrintWriter;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by hust on 2018/2/4.
*/
public class Day29_test2 {
private static Connection con;
private static void test1() throws Exception{
String sql1 = "SELECT COUNT... | 6,443 | 0.56745 | 0.546289 | 189 | 33.005291 | 26.402761 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677249 | false | false | 0 |
a1ca09bd0b3bd7e90b3320880be47bd0bd2effe0 | 816,043,808,555 | da43d3850cdc451dc2e4272c5a9d7921fe7752f2 | /PengurusCRM/src/main/java/com/pengurus/crm/server/services/AuthorizationService.java | c389faa6c41d8563d7dbb58e959c7ab7ea26a387 | [] | no_license | netkuba/pengurus | https://github.com/netkuba/pengurus | 5ec4cdd3829c83fb214833ec3be0b16e9250440e | 9941260ffea8aa22e2029fbf7b6d47d09cee0f9a | refs/heads/master | 2020-12-30T09:51:38.036000 | 2012-06-25T09:54:55 | 2012-06-25T09:57:18 | 21,539,901 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pengurus.crm.server.services;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import org.springframework.security.authentication.AuthenticationManager;
import org.s... | UTF-8 | Java | 1,340 | java | AuthorizationService.java | Java | [] | null | [] | package com.pengurus.crm.server.services;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import org.springframework.security.authentication.AuthenticationManager;
import org.s... | 1,340 | 0.820149 | 0.81791 | 42 | 30.904762 | 30.409748 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 0 |
2c59334ffb6207d18d92b6a9ead4a4d5668466af | 28,733,331,235,633 | 0c6bd9f9ad4612216c27af143f0bedcadd83f738 | /common_http/src/main/java/com/vise/common_http/request/param/HttpCustomParam.java | 43afcd44b7e04a34f7ed67adad9a3c72bd7bf897 | [
"Apache-2.0"
] | permissive | xiaoyaoyou1212/CommonLibrary | https://github.com/xiaoyaoyou1212/CommonLibrary | 361ce1818c5f7f7998e3cc97d20f077f37778ccd | fc6cf899a60f718020ff583acfd2b71eba854106 | refs/heads/master | 2016-09-16T12:02:58.951000 | 2016-07-06T13:09:55 | 2016-07-06T13:09:55 | 61,421,848 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vise.common_http.request.param;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* help to build custom parameters for {@link com.litesuits.http.request.AbstractRequest}
*
*/
public inte... | UTF-8 | Java | 512 | java | HttpCustomParam.java | Java | [] | null | [] | package com.vise.common_http.request.param;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* help to build custom parameters for {@link com.litesuits.http.request.AbstractRequest}
*
*/
public inte... | 512 | 0.796875 | 0.796875 | 21 | 23.380953 | 22.798237 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 0 |
5746c381c1ef673f27bf758c957758f0de9696a0 | 33,320,356,307,907 | b14aa608d1285c60ffd2c7d0870f4655b961e340 | /src/main/java/jp/mzw/jsanalyzer/revmutator/tracer/ExecTracer.java | 3e12598f208d8e353089d4a91c7dbe542956d17d | [
"Apache-2.0"
] | permissive | mzw/JSAnalyzer | https://github.com/mzw/JSAnalyzer | 82e993ea37b94471dbcda04a30b682f10e8073e6 | 9eee065609ee3464951c245cf250d8c7f699df8d | refs/heads/master | 2021-03-30T16:25:15.173000 | 2015-05-22T02:29:50 | 2015-05-22T02:29:50 | 12,891,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.mzw.jsanalyzer.revmutator.tracer;
public class ExecTracer {
public ExecTracer() {
}
}
| UTF-8 | Java | 104 | java | ExecTracer.java | Java | [] | null | [] | package jp.mzw.jsanalyzer.revmutator.tracer;
public class ExecTracer {
public ExecTracer() {
}
}
| 104 | 0.721154 | 0.721154 | 8 | 12 | 15.419144 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 0 |
cf96c69dd3e55d62c2b741e49c751b0bb8589318 | 1,099,511,646,935 | 510e188c55a5419ab0d1e3afd0d348ec6c4af205 | /src/vue/FRecettes.java | d45306d6e00d78c6bc4211dc12c75e483a5c5ec7 | [] | no_license | AFPA-TEAM-143/FOODER | https://github.com/AFPA-TEAM-143/FOODER | 53f2ffbe530ac66d9d4c77fed3794c1c22cd0ec0 | 394abc4b9ecb40349835ec44d1ca1d31df9bb3ab | refs/heads/master | 2018-12-27T05:36:15.535000 | 2018-11-17T10:02:23 | 2018-11-17T10:02:23 | 154,323,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vue;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import javax.swing.BorderFactory;
import javax.swing.JPanel;
import controleur.MonMouseListener;
public class FRecettes extends Fenetre {
private static final long serialVersionUID = -3222564598284905645L;
public stati... | ISO-8859-1 | Java | 3,014 | java | FRecettes.java | Java | [] | null | [] | package vue;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import javax.swing.BorderFactory;
import javax.swing.JPanel;
import controleur.MonMouseListener;
public class FRecettes extends Fenetre {
private static final long serialVersionUID = -3222564598284905645L;
public stati... | 3,014 | 0.7667 | 0.757727 | 93 | 31.344086 | 31.200529 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.139785 | false | false | 0 |
c998bdfb9ab7091a15261e75565e94194a31ba5d | 9,036,611,241,804 | 36a89dc15b80b69ed7bdf9caea410f0bc7081be2 | /src/main/java/ru/jekarus/skyfortress/v3/listener/PlayerRespawnListener.java | ad2c06191dc581394016cfffb3d5700849abc4e9 | [] | no_license | SanchotEm/skyfortress-plugin | https://github.com/SanchotEm/skyfortress-plugin | ed6a44de19b6e26688420c113b1b2d86df80d45d | 34105a626a2de5c5931fa58f7c35218ce97e2373 | refs/heads/master | 2020-04-28T00:19:36.753000 | 2019-03-10T10:59:40 | 2019-03-10T10:59:40 | 174,811,608 | 0 | 0 | null | true | 2019-03-10T11:02:45 | 2019-03-10T11:02:45 | 2019-03-10T10:59:53 | 2019-03-10T10:59:52 | 162 | 0 | 0 | 0 | null | false | null | package ru.jekarus.skyfortress.v3.listener;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.data.manipulator.mutable.PotionEffectData;
import org.spongepowered.api.effect.potion.PotionEffect;
import org.spongepowered.api.effect.potion.PotionEffectTypes;
import org.spongepowered.api.entity.Transform;
... | UTF-8 | Java | 2,942 | java | PlayerRespawnListener.java | Java | [] | null | [] | package ru.jekarus.skyfortress.v3.listener;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.data.manipulator.mutable.PotionEffectData;
import org.spongepowered.api.effect.potion.PotionEffect;
import org.spongepowered.api.effect.potion.PotionEffectTypes;
import org.spongepowered.api.entity.Transform;
... | 2,942 | 0.660095 | 0.655336 | 75 | 38.226665 | 31.273235 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546667 | false | false | 0 |
30a5eede3d878251111304585e41ddecf972da31 | 31,104,153,206,054 | 01c2bcb738317be31a903e9944a89ef539467eac | /izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/GUIPackResources.java | aed701443e1491941b320bdbc7adbf96f7aca119 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | izpack/izpack | https://github.com/izpack/izpack | a7bde7b94c298ace69f5d4cf869cacb23f8d7655 | ba03a416de83e5ea0ab1ff307f0909732d93777f | refs/heads/master | 2023-09-02T13:51:37.112000 | 2023-08-30T18:07:51 | 2023-08-30T18:25:59 | 4,624,165 | 269 | 220 | Apache-2.0 | true | 2023-09-11T16:28:38 | 2012-06-11T11:35:57 | 2023-09-02T06:04:19 | 2023-09-11T16:28:37 | 45,333 | 308 | 224 | 12 | Java | false | false | package com.izforge.izpack.installer.unpacker;
import com.izforge.izpack.api.data.InstallData;
import com.izforge.izpack.api.exception.ResourceException;
import com.izforge.izpack.api.exception.ResourceInterruptedException;
import com.izforge.izpack.api.resource.Resources;
import com.izforge.izpack.installer.web.WebRe... | UTF-8 | Java | 3,532 | java | GUIPackResources.java | Java | [] | null | [] | package com.izforge.izpack.installer.unpacker;
import com.izforge.izpack.api.data.InstallData;
import com.izforge.izpack.api.exception.ResourceException;
import com.izforge.izpack.api.exception.ResourceInterruptedException;
import com.izforge.izpack.api.resource.Resources;
import com.izforge.izpack.installer.web.WebRe... | 3,532 | 0.627407 | 0.627123 | 102 | 33.627453 | 30.013371 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
5c7885600d56c07cf814902e69e395118b431906 | 32,633,161,568,317 | 92cb7dd2d55113a8733e209803a312ceda19c4cd | /java/src/checkers/Main.java | 89700a492733553af3987f08f282d8901b93edb8 | [] | no_license | KonradHoeffner/checkers | https://github.com/KonradHoeffner/checkers | 92fcbacb99f10ecffa0374fc9a9a86dad7ea602a | 4987ab4bd043d9c8a393f0d2f1e03766d0784952 | refs/heads/master | 2023-07-12T11:37:52.502000 | 2021-08-20T09:04:10 | 2021-08-20T09:04:10 | 342,338,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package checkers;
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Board board = new Board();
Scanner in = new Scanner(System.in);
System.out.print("Welcome to checkers. _ to go back.");
while(true)
{
System.out.println(board);
System.out.print(board.activePlaye... | UTF-8 | Java | 701 | java | Main.java | Java | [] | null | [] | package checkers;
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Board board = new Board();
Scanner in = new Scanner(System.in);
System.out.print("Welcome to checkers. _ to go back.");
while(true)
{
System.out.println(board);
System.out.print(board.activePlaye... | 701 | 0.640514 | 0.640514 | 33 | 20.242424 | 20.314243 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.545455 | false | false | 0 |
d6899973703fb07d49045cc791cc294f92e45dd3 | 25,735,444,088,872 | 9ea422495bdae43ca2f93c28545f7c329eb757e6 | /core/src/com/blogspot/osamatech442/avoidthespikes/utils/PathManager.java | f3aba1c0638483dcfc3f6904ac0fc2d8b2e9094a | [] | no_license | ahmedosama5200/FollowThePathGame | https://github.com/ahmedosama5200/FollowThePathGame | 1a6df1ac331e1f61aa09652f305cd62d3fb1620b | cf08ab59813d24496c5b2468c0f365be80bff04a | refs/heads/master | 2021-01-23T04:53:21.434000 | 2017-09-05T08:14:40 | 2017-09-05T08:14:40 | 102,453,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blogspot.osamatech442.avoidthespikes.utils;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.utils.viewport.Viewport;
import com.blogspot.osamatech442.avoidthespikes.entities.LinePath;
public class PathManager {
private static final float MIN_SLOPE_ANGLE = 25;
private static final ... | UTF-8 | Java | 5,311 | java | PathManager.java | Java | [
{
"context": "package com.blogspot.osamatech442.avoidthespikes.utils;\n\nimport com.badlogic.gdx.ma",
"end": 33,
"score": 0.9847387671470642,
"start": 21,
"tag": "USERNAME",
"value": "osamatech442"
},
{
"context": ".gdx.utils.viewport.Viewport;\nimport com.blogspot.osamatech442.avoid... | null | [] | package com.blogspot.osamatech442.avoidthespikes.utils;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.utils.viewport.Viewport;
import com.blogspot.osamatech442.avoidthespikes.entities.LinePath;
public class PathManager {
private static final float MIN_SLOPE_ANGLE = 25;
private static final ... | 5,311 | 0.550932 | 0.541518 | 167 | 30.802395 | 25.869835 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616766 | false | false | 0 |
08125f049ab628fb1305a0e5a9d7d41bac8a1ae1 | 23,837,068,544,515 | e73391f1f0cd9cdac86e0f595f25dfccd8222514 | /application/dms-server/dms-core/src/main/java/com/dms/planb/action/post/qna/LoadQnaComment.java | e14c3e478c0183bcd18d3e95d7cc5bc5dfa0e06d | [] | no_license | graykick/DSM-Dormitory-System | https://github.com/graykick/DSM-Dormitory-System | 1c86ba5cc31192e34d1348a0e8b7f8e38224c6a0 | af68fc83a7046f882747de7869b3c158d994e6a2 | refs/heads/master | 2021-01-18T08:16:11.836000 | 2017-03-05T23:56:59 | 2017-03-05T23:56:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dms.planb.action.post.qna;
import java.sql.SQLException;
import org.boxfox.dms.utilities.actions.ActionRegistration;
import org.boxfox.dms.utilities.actions.Actionable;
import org.boxfox.dms.utilities.actions.support.Sender;
import org.boxfox.dms.utilities.database.SafeResultSet;
import org.boxfox.dms.uti... | UTF-8 | Java | 1,253 | java | LoadQnaComment.java | Java | [] | null | [] | package com.dms.planb.action.post.qna;
import java.sql.SQLException;
import org.boxfox.dms.utilities.actions.ActionRegistration;
import org.boxfox.dms.utilities.actions.Actionable;
import org.boxfox.dms.utilities.actions.support.Sender;
import org.boxfox.dms.utilities.database.SafeResultSet;
import org.boxfox.dms.uti... | 1,253 | 0.752594 | 0.750199 | 41 | 29.560976 | 27.675867 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.121951 | false | false | 0 |
1e1e515360bf4729416bd45c088543a8244ae4ca | 68,719,534,145 | 7d434af0f0e896f5d55f459fc918a5d033070c25 | /src/main/java/com/ipjmc/rpc/client/RPC.java | 274cd6ec7040d7e2a5e0c237d2731d167788dc9d | [] | no_license | wylazy/rpc-demo | https://github.com/wylazy/rpc-demo | 1cf8d7b8675967d4c3b8eb9e09f6d05a8724a5fc | 2f0a6fbbbb29f2682b7457739346935a47a3a5b7 | refs/heads/master | 2020-04-19T04:51:48.623000 | 2016-08-26T12:48:13 | 2016-08-26T12:48:13 | 10,142,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ipjmc.rpc.client;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import com.ipjmc.rpc.protocal.Invocation;
import com.ipjmc.rpc.protocal.RPCMethod;
import com.ipjmc.rpc.server.RPCServer;
import com.ipjmc.rpc.server.Server;
public class RPC {
... | UTF-8 | Java | 1,127 | java | RPC.java | Java | [] | null | [] | package com.ipjmc.rpc.client;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import com.ipjmc.rpc.protocal.Invocation;
import com.ipjmc.rpc.protocal.RPCMethod;
import com.ipjmc.rpc.server.RPCServer;
import com.ipjmc.rpc.server.Server;
public class RPC {
... | 1,127 | 0.715173 | 0.711624 | 44 | 24.613636 | 21.896675 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 0 |
6ba8184a861d4e945eb0c53898fa4cd96e1d8b65 | 5,299,989,710,912 | 629744ed8a81eafa62637228447df06e0031f2f8 | /fratello-ejb/src/main/java/br/org/osgefic/fratello/persistencia/RepositorioSocio.java | a0dab82d1f6fcc52418193831d7eb470844605b1 | [] | no_license | leomarkfc/sisec | https://github.com/leomarkfc/sisec | da1ee7be243b7c5fc9fd573b6297f475073d83dd | 1b8b7cacac294237c3e646a458ee6eeba20fbf52 | refs/heads/master | 2017-12-03T23:47:28.635000 | 2017-09-09T03:57:31 | 2017-09-09T03:57:31 | 37,817,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.org.osgefic.fratello.persistencia;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.Query;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import br.org.osgefic.fratello.dominio.Pessoa;
i... | UTF-8 | Java | 1,897 | java | RepositorioSocio.java | Java | [] | null | [] | package br.org.osgefic.fratello.persistencia;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.Query;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import br.org.osgefic.fratello.dominio.Pessoa;
i... | 1,897 | 0.745915 | 0.745387 | 58 | 31.706896 | 26.398804 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62069 | false | false | 0 |
cedd2835244187c61e34fd315705ea5ab60ebc9c | 13,228,499,327,290 | b02524f3d247a675c2b2a38709e9a2595d547d6b | /springbean-servlet-example/src/main/java/org/kodejava/example/servlet/dao/UserDao.java | af6be0d09edf97bcfc9183a570b504ef7764914b | [
"MIT"
] | permissive | cloudwrokgroup/webapp-example | https://github.com/cloudwrokgroup/webapp-example | b53859c39599e9a236147868b4faacf6edcec049 | dcadf5e473f2db9f2f5660718ad9b14ed277f7a4 | refs/heads/master | 2021-01-21T07:54:20.106000 | 2016-02-25T07:35:36 | 2016-02-25T07:35:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kodejava.example.servlet.dao;
import org.kodejava.example.servlet.model.User;
public interface UserDao {
User getUser(Long userId);
}
| UTF-8 | Java | 152 | java | UserDao.java | Java | [] | null | [] | package org.kodejava.example.servlet.dao;
import org.kodejava.example.servlet.model.User;
public interface UserDao {
User getUser(Long userId);
}
| 152 | 0.776316 | 0.776316 | 7 | 20.714285 | 18.759487 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
76fb689df2035db0f68642f4ef86691f48ccb8ca | 15,951,508,576,830 | 7c5cdf1adb18bc8d80631203c83b95fc35cd9a32 | /app/src/main/java/cn/zhudai/zin/zhudaibao/activity/ShowAgreementActivity.java | b98379e6257da7e8995a18a74e76a3280883b0d7 | [] | no_license | kdsunset/ZDB | https://github.com/kdsunset/ZDB | beb428786dc475f59de405bb761380b5b4c05843 | af579ede3186025128d0642c4560f84c658f9704 | refs/heads/master | 2021-06-06T15:30:44.866000 | 2016-10-13T06:30:02 | 2016-10-13T06:30:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.zhudai.zin.zhudaibao.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Html;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import butterknife.Bind;
import butterknife.Butt... | UTF-8 | Java | 12,188 | java | ShowAgreementActivity.java | Java | [] | null | [] | package cn.zhudai.zin.zhudaibao.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Html;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import butterknife.Bind;
import butterknife.Butt... | 12,188 | 0.601317 | 0.586434 | 115 | 59.765217 | 47.688908 | 265 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.243478 | false | false | 0 |
06313b6b66b36558435a8f7d99e9958f750b8e47 | 6,287,832,144,249 | 5f561236c3bef680848303aa1395750f1d8abeb4 | /src/main/java/com/abc/Account.java | 09117202e1d349a01e75b87a2326fc99f4ab2798 | [] | no_license | PeterAndrewGilbert/my-bank | https://github.com/PeterAndrewGilbert/my-bank | c57c54fb1482d297020745d5593f6b39cdaeaac6 | 0d4f2d8bc6ec57aaf098649579bade4475e3815d | refs/heads/master | 2020-09-26T01:51:28.333000 | 2019-12-07T12:53:36 | 2019-12-07T12:53:36 | 226,135,440 | 0 | 0 | null | true | 2019-12-05T15:42:51 | 2019-12-05T15:42:50 | 2019-10-06T17:35:40 | 2019-12-05T02:51:34 | 8,169 | 0 | 0 | 0 | null | false | false | package com.abc;
import java.util.ArrayList;
import java.util.List;
public class Account {
int accountType;
double accountValue;
String accountName;
public Account(int accountType){
this.accountType = accountType;
}
}
| UTF-8 | Java | 299 | java | Account.java | Java | [] | null | [] | package com.abc;
import java.util.ArrayList;
import java.util.List;
public class Account {
int accountType;
double accountValue;
String accountName;
public Account(int accountType){
this.accountType = accountType;
}
}
| 299 | 0.58194 | 0.58194 | 20 | 13.95 | 11.715268 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 0 |
ceaca329550109eef23325e127cb6bc82ac487bf | 34,686,155,895,844 | e51b2b63012aa99f72807cb1055662f774b4d796 | /battlefield/ObjAlgo.java | e36ea5163ff25791afc64fea2e00684a662610d9 | [] | no_license | AnnaBoro/tank6 | https://github.com/AnnaBoro/tank6 | 149818cedd69df28bdc59e890bb6be49010001c3 | dde71aa904bdde989503c0a59961293904670a33 | refs/heads/master | 2016-09-01T11:59:27.583000 | 2016-03-10T22:19:35 | 2016-03-10T22:19:35 | 50,993,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tankproject.battlefield;
public class ObjAlgo {
private int num;
private boolean isMark = false;
public ObjAlgo() {
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
public boolean isMark() {
return isMark;
... | UTF-8 | Java | 491 | java | ObjAlgo.java | Java | [] | null | [] | package tankproject.battlefield;
public class ObjAlgo {
private int num;
private boolean isMark = false;
public ObjAlgo() {
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
public boolean isMark() {
return isMark;
... | 491 | 0.556008 | 0.556008 | 32 | 14.34375 | 13.50141 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
1e4d55ff5c1e55685803be78a71c05f5c6819c90 | 8,126,078,151,695 | 38f4aff72ff5a975a4fb58dc99a22fb8a2d140f5 | /integration-tests/src/test/java/org/jboss/fuse/mvnd/junit/NativeTestClient.java | bc3709bc80cf3e593e03d54803900393e1633420 | [
"Apache-2.0"
] | permissive | DevenLu/mvnd | https://github.com/DevenLu/mvnd | 32d06e4c3e360eb377aa6b4d8567e276cff8ad11 | 2ef98a39f40836f519fee08e3decd10e97d15619 | refs/heads/master | 2023-01-09T14:01:09.084000 | 2020-10-29T11:14:35 | 2020-10-29T11:14:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2019 the original author or authors.
*
* 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 applica... | UTF-8 | Java | 5,737 | java | NativeTestClient.java | Java | [] | null | [] | /*
* Copyright 2019 the original author or authors.
*
* 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 applica... | 5,737 | 0.612515 | 0.610075 | 154 | 36.253246 | 30.097151 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564935 | false | false | 0 |
ad19d217db8b0dba3248bc71dea66d9fd636990c | 8,126,078,154,315 | 9297c9830a0bc5bc899d58a1c35d8c9caf2979cf | /src/main/java/algorithms/DelSame.java | a51884527c9b13650f556a4629f96dc236d59ff8 | [] | no_license | saragday/roaring | https://github.com/saragday/roaring | 134c257df9a0e08dc99ac4a430e91dda854661a7 | 47c156a5e9d29f8c3f3d4b176bd2783da2d9fc87 | refs/heads/master | 2021-01-22T21:07:23.971000 | 2017-08-18T07:37:39 | 2017-08-18T07:37:57 | 100,681,073 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms;
import lombok.Data;
public class DelSame {
private static void delSame(SqList sqList) {
if (sqList.length > 0) {
int j = 0;
int[] data = sqList.getData();
for (int i = 1; i < sqList.length; i++) {
/*int k = 0;
while (... | UTF-8 | Java | 1,080 | java | DelSame.java | Java | [] | null | [] | package algorithms;
import lombok.Data;
public class DelSame {
private static void delSame(SqList sqList) {
if (sqList.length > 0) {
int j = 0;
int[] data = sqList.getData();
for (int i = 1; i < sqList.length; i++) {
/*int k = 0;
while (... | 1,080 | 0.412963 | 0.386111 | 43 | 24.11628 | 18.265751 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.976744 | false | false | 0 |
75a33c931290e9ce3a5cf27954e1a21fcb7c4212 | 5,076,651,366,267 | 0a86016ee274330924434aab54fecfaaae792800 | /src/test/java/ee/slvr/spring5webfluxrestgradle/controllers/VendorControllerTest.java | a85d54e5b7b3ca387cc2680e727878d3e1f75b7a | [] | no_license | silversavi/spring5-webflux-rest-gradle | https://github.com/silversavi/spring5-webflux-rest-gradle | e0995e03b7bf4bc5a615b156ed82138767202d71 | 520f415afa06cf3fb2ab1bba7580aeeb1eaba958 | refs/heads/master | 2020-12-21T23:46:21.950000 | 2020-01-29T21:55:08 | 2020-01-29T21:55:08 | 236,604,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ee.slvr.spring5webfluxrestgradle.controllers;
import ee.slvr.spring5webfluxrestgradle.domain.Category;
import ee.slvr.spring5webfluxrestgradle.domain.Vendor;
import ee.slvr.spring5webfluxrestgradle.repositories.CategoryRepository;
import ee.slvr.spring5webfluxrestgradle.repositories.VendorRepository;
import or... | UTF-8 | Java | 4,626 | java | VendorControllerTest.java | Java | [
{
"context": ".willReturn(Flux.just(Vendor.builder().firstName(\"Fred\").lastName(\"Flintsone\").build(),\n ",
"end": 1453,
"score": 0.9995760321617126,
"start": 1449,
"tag": "NAME",
"value": "Fred"
},
{
"context": "st(Vendor.builder().firstName(\"Fred\").lastName(\"Fl... | null | [] | package ee.slvr.spring5webfluxrestgradle.controllers;
import ee.slvr.spring5webfluxrestgradle.domain.Category;
import ee.slvr.spring5webfluxrestgradle.domain.Vendor;
import ee.slvr.spring5webfluxrestgradle.repositories.CategoryRepository;
import ee.slvr.spring5webfluxrestgradle.repositories.VendorRepository;
import or... | 4,626 | 0.634241 | 0.631647 | 128 | 35.148438 | 29.714025 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.398438 | false | false | 0 |
ddc090c5eb0da411142a9c6cf3a9d835724f3bba | 32,220,844,681,713 | 88c728a6f0c11610ca6af986ba14fe555598ee4c | /src/main/java/edu/austral/view/StarView.java | ec35984380680bf67203ce29bf05e18a934916a6 | [] | no_license | brunodeluk/startship | https://github.com/brunodeluk/startship | 54f936413a577a72605b308f3aff80b033b7af7b | 045723650f96063ab53da1eece40cde008d055eb | refs/heads/master | 2022-05-02T12:42:19.718000 | 2022-04-25T15:28:54 | 2022-04-25T15:28:54 | 108,930,249 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.austral.view;
import edu.austral.model.GameSetup;
import edu.austral.model.SpaceModel;
import processing.core.PApplet;
import processing.core.PConstants;
import processing.core.PImage;
import java.io.File;
public class StarView implements DrawBehaviour {
@Override
public void draw(PApplet graphi... | UTF-8 | Java | 782 | java | StarView.java | Java | [] | null | [] | package edu.austral.view;
import edu.austral.model.GameSetup;
import edu.austral.model.SpaceModel;
import processing.core.PApplet;
import processing.core.PConstants;
import processing.core.PImage;
import java.io.File;
public class StarView implements DrawBehaviour {
@Override
public void draw(PApplet graphi... | 782 | 0.702046 | 0.699489 | 28 | 26.928572 | 21.118591 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 0 |
b2af9c02f475e6f78fc4fd4a483d8b41f4e7bc66 | 17,540,646,481,001 | a206b9aa8dba77ca007e321fe77671217f59c6db | /ListManagerRemove.java | d981d94717e699c198e1ee423599872ab57f429f | [] | no_license | harikrissh/JavaCollections | https://github.com/harikrissh/JavaCollections | 202659d27bc3ca7f747f04332eac12afc29dbd81 | a14744576b93cfdcdf71c28b8a75cbd55b8ac385 | refs/heads/master | 2021-01-08T01:29:05.575000 | 2020-02-20T12:08:57 | 2020-02-20T12:08:57 | 241,873,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class ListManagerRemove{
public static ArrayList<String> removeElements(ArrayList<String> list1, ArrayList<String> list2){
list1.retainAll(list2);
return list1;
}
public static void main(String[] args){
Scanner s=new Scanner(System.in);
ArrayList<String> list1=new ArrayList<String... | UTF-8 | Java | 1,223 | java | ListManagerRemove.java | Java | [] | null | [] | import java.util.*;
class ListManagerRemove{
public static ArrayList<String> removeElements(ArrayList<String> list1, ArrayList<String> list2){
list1.retainAll(list2);
return list1;
}
public static void main(String[] args){
Scanner s=new Scanner(System.in);
ArrayList<String> list1=new ArrayList<String... | 1,223 | 0.680294 | 0.659853 | 34 | 34.029411 | 23.311806 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.676471 | false | false | 0 |
7b1cecc4248e688bde412953568af7d9baadf5c7 | 34,445,637,732,748 | 2ea4d1081b66241e4ed5418addeb04a3174a19af | /src/br/ifrn/Cadastro.java | 01f1e90de512e38cb5caa9a1cb74f2f8b302fc0c | [] | no_license | leocassiosilva/Agenda-Telefonica-POO | https://github.com/leocassiosilva/Agenda-Telefonica-POO | 577f7ae959111f0df6235cd5343bb46130279044 | 9f88ba106656bd42a138d1effcf5485cb0e9a96f | refs/heads/master | 2022-03-01T19:26:34.640000 | 2022-02-24T00:38:02 | 2022-02-24T00:38:02 | 245,614,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ifrn;
import java.util.Scanner;
public class Cadastro {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner ler = new Scanner(System.in);
//Variavel tipo bool para ser usada na estrutura de repetição
int cont = 100;
boolean repeticao = true;
String nomes[] = ... | ISO-8859-1 | Java | 3,749 | java | Cadastro.java | Java | [] | null | [] | package br.ifrn;
import java.util.Scanner;
public class Cadastro {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner ler = new Scanner(System.in);
//Variavel tipo bool para ser usada na estrutura de repetição
int cont = 100;
boolean repeticao = true;
String nomes[] = ... | 3,749 | 0.546306 | 0.538544 | 124 | 29.112904 | 25.82235 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.193548 | false | false | 0 |
56ed685754249dc0141a41da0f300100b10a8766 | 9,105,330,687,065 | 4fe786cc42466797407a1bc1bbb6d878249efab2 | /src/main/java/com/permata/migrate/web/rest/TaskResource.java | a10e3f71128230b70eb444e695a7c02b8bb219d9 | [] | no_license | Fathorrosi/Migrate-Favorite | https://github.com/Fathorrosi/Migrate-Favorite | 4f9ab76e232688ef5bae79dfb6adb5cace074105 | 2223c6ee87216ab099a30c0c34ae0cdd74856971 | refs/heads/master | 2022-12-17T15:40:58.520000 | 2020-09-26T08:19:03 | 2020-09-26T08:19:03 | 298,766,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.permata.migrate.web.rest;
//
//import com.permata.migrate.entity.db2.Tasks;
//import com.permata.migrate.service.db2.TaskService;
//import io.swagger.annotations.ApiImplicitParam;
//import io.swagger.annotations.ApiImplicitParams;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.s... | UTF-8 | Java | 2,616 | java | TaskResource.java | Java | [] | null | [] | //package com.permata.migrate.web.rest;
//
//import com.permata.migrate.entity.db2.Tasks;
//import com.permata.migrate.service.db2.TaskService;
//import io.swagger.annotations.ApiImplicitParam;
//import io.swagger.annotations.ApiImplicitParams;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
//import org.s... | 2,616 | 0.639908 | 0.637997 | 57 | 44.912281 | 31.6695 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 0 |
9731c5e5e63523019b21cbe91a0b9e96df418d5b | 26,182,120,636,478 | c11d7303860225890874b56fed8f94886b0d4dad | /workspace/srdz-base/src/main/java/com/srdz/mapper/EErrorsMapper.java | 3d8c8ef5c209490e3810393c50c2c7131cf6a18d | [] | no_license | okmen/template | https://github.com/okmen/template | 759419bc162874ee2ae95cdfe2cac154ad53ebbd | 3eb550473022bf58bbf83b206a26225c6326e2d5 | refs/heads/master | 2021-05-09T11:54:23.486000 | 2018-02-11T05:07:41 | 2018-02-11T05:07:41 | 119,000,582 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.srdz.mapper;
import java.util.Date;
import java.util.List;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.srdz.entity.EErrors;
public interface EErrorsMapper extends BaseMapper<EErrors> {
List<EErrors> findErrorlist(Date datetime);
}
| UTF-8 | Java | 276 | java | EErrorsMapper.java | Java | [] | null | [] | package com.srdz.mapper;
import java.util.Date;
import java.util.List;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.srdz.entity.EErrors;
public interface EErrorsMapper extends BaseMapper<EErrors> {
List<EErrors> findErrorlist(Date datetime);
}
| 276 | 0.775362 | 0.775362 | 11 | 23.09091 | 20.619738 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 0 |
6c6792b91d5a68bf6142554a1ccf5dd083fb0dd0 | 18,811,956,815,149 | eeffe29214b0f5e21d505a68741b47b5fa4f7af8 | /src/main/java/entity/Paragraph.java | 1558e81001fe04046c9b8cfded4de4669c98ec1e | [] | no_license | EvgeniyKurguz/String | https://github.com/EvgeniyKurguz/String | 1a96cbd124d16516f5f0661878b3703ad86d82b7 | 66cc7679dc28674a417504f4919017de997c2467 | refs/heads/master | 2020-06-05T16:14:24.841000 | 2014-08-12T11:25:18 | 2014-08-12T11:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity;
import java.util.List;
public class Paragraph extends AbstractCompoundText<Sentence> implements TextPart {
public Paragraph() {
}
public void add(Sentence sentence) {
}
public void add(Word word) {
}
public void add(String symbSourceString) {
}
public voi... | UTF-8 | Java | 636 | java | Paragraph.java | Java | [] | null | [] | package entity;
import java.util.List;
public class Paragraph extends AbstractCompoundText<Sentence> implements TextPart {
public Paragraph() {
}
public void add(Sentence sentence) {
}
public void add(Word word) {
}
public void add(String symbSourceString) {
}
public voi... | 636 | 0.597484 | 0.597484 | 41 | 14.512196 | 19.000799 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.146341 | false | false | 0 |
04917e117a904bdb44d16cf5429cff7bae295d70 | 22,582,938,067,053 | 165e6399cf713940053eda6684f232ec9b7de4bd | /src/dao_shujufangwenceng/login_dao.java | 158ca55c0deb61b2d9026d29447eb70097bfebd9 | [] | no_license | soulsjie/java_mvc_study_login | https://github.com/soulsjie/java_mvc_study_login | 3404eba53a1b36690489aa3649289c40cf9af506 | 0d49835d4d61548c2ce396e3cc92cf407961c7b8 | refs/heads/master | 2021-09-01T10:44:06.628000 | 2017-12-26T15:18:26 | 2017-12-26T15:18:26 | 115,242,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao_shujufangwenceng;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import util_gongju.JDBC;
import data_shujushiti.login_data;//导入数据实体类的包
import data_shujushiti.UserInfo;
//数据访问层,读取数据库中的数据
public cla... | GB18030 | Java | 3,110 | java | login_dao.java | Java | [
{
"context": "(){\n\t\tsql=\"delete from login_info where username='haha';\";\n\t\tdb1=new JDBC(sql);\n\t\ttry {\n\t\t\treturn db1.ps",
"end": 1211,
"score": 0.9979900121688843,
"start": 1207,
"tag": "USERNAME",
"value": "haha"
},
{
"context": "sert into login_info (username,password... | null | [] | package dao_shujufangwenceng;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import util_gongju.JDBC;
import data_shujushiti.login_data;//导入数据实体类的包
import data_shujushiti.UserInfo;
//数据访问层,读取数据库中的数据
public cla... | 3,120 | 0.572112 | 0.564753 | 89 | 29.539326 | 18.872759 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.