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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e8eb7afa7580bb1641562b760cebcf78853d23b1 | 13,065,290,581,242 | 5c0295c6aef7196e1e03a3684757529cf3f95e02 | /src/main/java/view/SmallContactListItem.java | d360ea7e42326382e49da537b276da0e7735d401 | [] | no_license | JonathanKore/Basta_gruppen_LTD | https://github.com/JonathanKore/Basta_gruppen_LTD | 137f19061fd33f0311225c6bc52d353e456b1204 | 0207d78b9d7ad73475bec455c4be05a707d64293 | refs/heads/master | 2020-03-28T09:07:55.025000 | 2018-10-28T22:39:45 | 2018-10-28T22:39:45 | 148,016,110 | 0 | 1 | null | false | 2018-10-28T13:01:58 | 2018-09-09T10:47:50 | 2018-10-28T12:35:13 | 2018-10-28T13:01:58 | 5,021 | 0 | 1 | 1 | Java | false | null | package view;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.AnchorPane;
import model.User;
import java.io.IOException;
public class SmallContactListItem extends AnchorPane {
... | UTF-8 | Java | 1,641 | java | SmallContactListItem.java | Java | [] | null | [] | package view;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.AnchorPane;
import model.User;
import java.io.IOException;
public class SmallContactListItem extends AnchorPane {
... | 1,641 | 0.652651 | 0.650823 | 70 | 22.442858 | 22.531017 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
8b4cc4fb9ad04e729854bb08cf992d809a56b1e9 | 11,974,368,833,057 | 31a344e28069ef96cfffce3422bff995edb3e844 | /question16/DeadlockConditionExample.java | e1e92dd8d0a5cb0ba6062ef966ca23854576b324 | [] | no_license | shivam87430/MultiThreading | https://github.com/shivam87430/MultiThreading | 5ebe69d8f9682f9fb592fbc330f7c5a729c4afc3 | 0e20bd21abe21c4290afb8aba4eda1737369b235 | refs/heads/master | 2020-04-25T03:41:51.384000 | 2019-02-25T10:51:32 | 2019-02-25T10:51:32 | 172,485,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Question.question16;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class DeadlockConditionExample {
Lock lock1=new ReentrantLock(true);
Lock lock2=new ReentrantLock(true);
public void worker1(){
lock1.lock();
System.out.println("loc... | UTF-8 | Java | 1,366 | java | DeadlockConditionExample.java | Java | [] | null | [] | package Question.question16;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class DeadlockConditionExample {
Lock lock1=new ReentrantLock(true);
Lock lock2=new ReentrantLock(true);
public void worker1(){
lock1.lock();
System.out.println("loc... | 1,366 | 0.599561 | 0.579795 | 48 | 27.458334 | 21.754271 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 1 |
a8d0207fa7589c0a33776c507e1cac567e856461 | 11,974,368,833,603 | b2817c2c75c7bb6691ef963b4b02fcdb9f8a2fdc | /app/src/androidTest/java/com/solutio/app/reference/payrate/type/PayRateTypesViewTest.java | 3b93cc04ceab5f8f2d50f5b3e81d40ee1faa12a1 | [] | no_license | jcigmenupraxis/solutio-mobile | https://github.com/jcigmenupraxis/solutio-mobile | fe2b02a17ac80714e99ca8c6a40f788ceddd888e | 96b55ffa5b5e652459a5597fe2711b85088b1f06 | refs/heads/master | 2016-09-27T07:01:38.745000 | 2016-09-09T05:19:01 | 2016-09-09T05:19:01 | 48,011,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.solutio.app.reference.payrate.type;
import android.support.test.rule.ActivityTestRule;
import com.solutio.app.R;
import com.solutio.app.TestActivity;
import com.solutio.app.api.reference.ReferencesService;
import com.solutio.app.framework.DaggerSolutioComponent;
import com.solutio.app.framework.DataManage... | UTF-8 | Java | 5,052 | java | PayRateTypesViewTest.java | Java | [
{
"context": "t static org.mockito.Mockito.when;\n\n/**\n * @author Julious Igmen\n */\npublic class PayRateTypesViewTest {\n\n\t@Rule\n\t",
"end": 1647,
"score": 0.9998771548271179,
"start": 1634,
"tag": "NAME",
"value": "Julious Igmen"
}
] | null | [] | package com.solutio.app.reference.payrate.type;
import android.support.test.rule.ActivityTestRule;
import com.solutio.app.R;
import com.solutio.app.TestActivity;
import com.solutio.app.api.reference.ReferencesService;
import com.solutio.app.framework.DaggerSolutioComponent;
import com.solutio.app.framework.DataManage... | 5,045 | 0.760095 | 0.759501 | 174 | 28.04023 | 26.388861 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.201149 | false | false | 1 |
41e0c6ec3e20bdefff68882a5ba10336a9967868 | 7,181,185,357,903 | 9d1794266863a8f63ca27ff6e0d8f93499f614f4 | /recture/day18_class_recture/inheritance/inherit07/Inherit07Main.java | b754c625cbaf4024e548dd1a75dba0d385bbd7fc | [] | no_license | jd6186/java1 | https://github.com/jd6186/java1 | 27ef91c362e70af0620d346ac595780a7048d281 | f51e48baaa1ea396e98090594843b3dc0d13e25e | refs/heads/master | 2020-09-13T17:18:45.414000 | 2020-01-08T11:16:01 | 2020-01-08T11:16:01 | 222,851,476 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lec.java.inherit07;
// 너무 중요해서 할 말이 없어
//면접에서 빠지지 않고 등장하는 질문이 메소드 오버라이딩과 메소드 오버로딩의 차이점에 대해 설명하시오다.
/* ★★★★★★★★★★★★★★★★★★메소드 재정의(Overriding) ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
* ★★★★★'상속'★★★★★관계에서 ★★★★★'부모 클래스에 있던 메소드'★★★★★★★를 ★★★★★'재정의'★★★★★★하는 것.
* 부모 클래스에 있는 메소드와 매개변수 리스트가 동일해야 함
* 부모 클래스에 있는... | UTF-8 | Java | 2,088 | java | Inherit07Main.java | Java | [
{
"context": "\t\t\n\t\t\n\t\tPersons p1 = new Persons();\n\t\tp1.setName(\"abc\");\n\t\tp1.showInfo();\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t",
"end": 759,
"score": 0.9991255402565002,
"start": 756,
"tag": "NAME",
"value": "abc"
},
{
"context": "ssPerson p2 = ne... | null | [] | package com.lec.java.inherit07;
// 너무 중요해서 할 말이 없어
//면접에서 빠지지 않고 등장하는 질문이 메소드 오버라이딩과 메소드 오버로딩의 차이점에 대해 설명하시오다.
/* ★★★★★★★★★★★★★★★★★★메소드 재정의(Overriding) ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
* ★★★★★'상속'★★★★★관계에서 ★★★★★'부모 클래스에 있던 메소드'★★★★★★★를 ★★★★★'재정의'★★★★★★하는 것.
* 부모 클래스에 있는 메소드와 매개변수 리스트가 동일해야 함
* 부모 클래스에 있는... | 2,088 | 0.553241 | 0.540895 | 65 | 18.63077 | 19.876982 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 1 |
66aa242900fb073669ee4ae4dac071da18cc220a | 10,831,907,531,608 | f1a5c8574fefd28c86f355b556c338b773f1ed90 | /src/EX_BaekPKG/ex_for01.java | 49b847b0475b1601e521505704402662a0a75dff | [] | no_license | J-ChanGI/Number2 | https://github.com/J-ChanGI/Number2 | 6f560ee509a2f128d58f3175a52c9a60bf8a0ea4 | cce8d83220c0517eb2ea4927d754978346544c10 | refs/heads/master | 2023-04-18T01:38:48.373000 | 2021-05-04T08:45:11 | 2021-05-04T08:45:11 | 357,724,819 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package EX_BaekPKG;
import java.util.*;
public class ex_for01 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
for(int i=1; i<=a; i++) {
for(int j=i; j<=i; j++) {
int num1=sc.nextInt();
int nu... | UTF-8 | Java | 446 | java | ex_for01.java | Java | [] | null | [] | package EX_BaekPKG;
import java.util.*;
public class ex_for01 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
for(int i=1; i<=a; i++) {
for(int j=i; j<=i; j++) {
int num1=sc.nextInt();
int nu... | 446 | 0.53139 | 0.515695 | 24 | 16.583334 | 15.146277 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.208333 | false | false | 1 |
a619c9468912d41b8b0d9d40e81c9402184f58d1 | 18,365,280,208,481 | 0d50d57140a6d5d8f6ace3361496f4f0b4e1d5bb | /src/com/example/demo/pass/test/sz/T1.java | e86c4193261ca46027ebcda063410d6a619bfc21 | [] | no_license | My1deA/Algorithm-2006 | https://github.com/My1deA/Algorithm-2006 | 3870bd01577d0c52664c328874d8cd9261f0be7f | 85f628ba3494bcde33c3942f254454a7396e5133 | refs/heads/master | 2023-06-27T11:07:57.352000 | 2021-07-31T14:44:01 | 2021-07-31T14:44:01 | 269,584,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.pass.test.sz;
import java.util.Scanner;
public class T1 {
public static int getSqrt (int num) {
// write code here
String str=String.valueOf(Math.sqrt(num));
Integer t=str.charAt(0)-'0';
return t;
}
public static void main(String[] args) {
... | UTF-8 | Java | 450 | java | T1.java | Java | [] | null | [] | package com.example.demo.pass.test.sz;
import java.util.Scanner;
public class T1 {
public static int getSqrt (int num) {
// write code here
String str=String.valueOf(Math.sqrt(num));
Integer t=str.charAt(0)-'0';
return t;
}
public static void main(String[] args) {
... | 450 | 0.615556 | 0.608889 | 19 | 22.68421 | 18.272938 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 1 |
2e356dec12969166a36acbd4c3b14ef6ac61154c | 5,102,421,157,100 | 8e56fe90e0cdb3b23afa82ea0895ea4bff917356 | /src/main/java/com/pokemon/go/database/interfaces/IPokemonsController.java | 65e7b8da406c8fd5d23c5eba2eb5bf02e9ac4576 | [] | no_license | iskull/database-crawler | https://github.com/iskull/database-crawler | 836eb396e2de7ba3e97cc8dabce2d8182536e253 | 4c3ec3f98c601c396b076bd7af70841f679ea811 | refs/heads/master | 2021-01-19T19:08:30.429000 | 2017-04-16T08:57:37 | 2017-04-16T08:57:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pokemon.go.database.interfaces;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.MediaType;
import java... | UTF-8 | Java | 968 | java | IPokemonsController.java | Java | [] | null | [] | package com.pokemon.go.database.interfaces;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.MediaType;
import java... | 968 | 0.783058 | 0.783058 | 37 | 25.162163 | 24.452396 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837838 | false | false | 1 |
589ce2ccc43375c88d0f847839078ffc8074273d | 8,040,178,828,403 | d2a30b09f4b563236831de505e4ed221230b141b | /src/test/java/com/spring/demo01/Test1.java | 95b2094ca04d14912eef6a53065852db85fa7f3f | [] | no_license | GuntherLiu/JsonUtil | https://github.com/GuntherLiu/JsonUtil | ec020ffae05f85269ce1da93ae7420f26a8c2af0 | c7d25a3352b2969c377396e6db7faa276bd30485 | refs/heads/master | 2020-04-09T07:41:02.965000 | 2018-12-13T08:49:03 | 2018-12-13T08:49:03 | 160,166,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.demo01;
import org.junit.Test;
public class Test1 {
@Test
public void test1(){
Integer i = new Integer(1000);
int i2 = 3;
Object i2o = (Object)i2;
boolean flag = i.getClass().equals(Integer.class);
boolean flag2 = i2o.getClass().equals(I... | UTF-8 | Java | 386 | java | Test1.java | Java | [] | null | [] | package com.spring.demo01;
import org.junit.Test;
public class Test1 {
@Test
public void test1(){
Integer i = new Integer(1000);
int i2 = 3;
Object i2o = (Object)i2;
boolean flag = i.getClass().equals(Integer.class);
boolean flag2 = i2o.getClass().equals(I... | 386 | 0.569948 | 0.531088 | 18 | 19.444445 | 19.085255 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
cbd00ffd8d11b72e2c056a066b1af1c3ee60c940 | 26,250,840,159,265 | e426e92adfb1c29215bb991035ce360d93972eec | /app/src/room/java/com/example/stock/db/StockDatabase.java | a7aece3284093ecabc4ab1816aa8be6cc1945db0 | [] | no_license | errorTime/stockWare | https://github.com/errorTime/stockWare | 640f990d997f2ac04a5717f6e06f0ca8da3bb562 | e67bd7f9971771ce0956ca5ef56ca4c4970e58a4 | refs/heads/master | 2021-05-09T02:06:44.400000 | 2018-02-09T16:45:25 | 2018-02-09T16:45:25 | 119,198,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.stock.db;
import android.arch.persistence.db.SupportSQLiteDatabase;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.arch.persistence.room.migration.Migration;
import android.content.Context;
... | UTF-8 | Java | 1,201 | java | StockDatabase.java | Java | [] | null | [] | package com.example.stock.db;
import android.arch.persistence.db.SupportSQLiteDatabase;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.arch.persistence.room.migration.Migration;
import android.content.Context;
... | 1,201 | 0.70358 | 0.697752 | 36 | 32.361111 | 23.161453 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 1 |
ef006f5f0bc75cdd681431d81e27db98d8e78792 | 9,268,539,469,049 | d036ded6c2f45b26752092dcada2e70a306db6f9 | /src/main/java/com/capgemini/app/bean/Organization.java | f866816a3b94fda1508af99f26c22d9375458718 | [] | no_license | jahnavialapati/firstspringapp | https://github.com/jahnavialapati/firstspringapp | 40c928b1bd3d2bcb292af94d1b124b295930c8ea | 8fea9c811f173011737e0c621875c4fe6af93c6f | refs/heads/master | 2020-04-14T22:54:25.654000 | 2019-01-05T04:52:06 | 2019-01-05T04:52:06 | 164,182,880 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capgemini.app.bean;
import java.time.LocalDate;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
public class Organization {
private int orgId;
private String name;
private Set<String> cities;
private List<String> boardMembers;
private Map<String, String... | UTF-8 | Java | 4,429 | java | Organization.java | Java | [
{
"context": "eturn \"Organization [orgId=\" + orgId + \", name=\" + name + \", cities=\" + cities + \", boardMembers=\"\n\t\t\t\t+ ",
"end": 2044,
"score": 0.811367928981781,
"start": 2040,
"tag": "NAME",
"value": "name"
}
] | null | [] | package com.capgemini.app.bean;
import java.time.LocalDate;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
public class Organization {
private int orgId;
private String name;
private Set<String> cities;
private List<String> boardMembers;
private Map<String, String... | 4,429 | 0.691804 | 0.687514 | 153 | 27.954248 | 22.39641 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.254902 | false | false | 1 |
7f20d1f922af1c308c1ff3f87bb570a375506710 | 3,770,981,287,900 | b5effab7cf302cd321a1eb2584c2101f035aac73 | /SampleProject/src/com/ArmstrongNumber.java | b8bb2d798574cef07889549a0ab08abb30c4638a | [] | no_license | sridhar6/javaquestions | https://github.com/sridhar6/javaquestions | 1ae4c7f36899ec825a6937c62cdb4567997a7b62 | 6f3c4296c2dc2c9a1392a815bc72a0f389fe87bf | refs/heads/master | 2021-01-10T03:26:34.948000 | 2015-10-28T04:45:50 | 2015-10-28T04:45:50 | 45,088,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com;
public class ArmstrongNumber {
public boolean isArmstrongNumber(int number){
int temp=number;
int numberofdigits=String.valueOf(number).length();
int sum=0;
int div=0;
while(temp>0){
div=temp%10;
int j=1;
for(int i=0;i<numberofdigits;i++){
j=j*div;
}sum=sum+j;
temp=temp/10;
}
if(number==sum){
... | UTF-8 | Java | 564 | java | ArmstrongNumber.java | Java | [] | null | [] | package com;
public class ArmstrongNumber {
public boolean isArmstrongNumber(int number){
int temp=number;
int numberofdigits=String.valueOf(number).length();
int sum=0;
int div=0;
while(temp>0){
div=temp%10;
int j=1;
for(int i=0;i<numberofdigits;i++){
j=j*div;
}sum=sum+j;
temp=temp/10;
}
if(number==sum){
... | 564 | 0.707447 | 0.68617 | 39 | 13.461538 | 16.361065 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 1 |
39a93bcce064af07a1bbdc9f85c29b8c49487279 | 18,150,531,851,340 | a48a8477a5c3a4265298a0e8edaf3db0c89a647d | /src/main/java/com/springapp/entity/Scenario.java | a66c05eb07c9936016c9473a6700263e792474f8 | [] | no_license | mendor71/ScriptCreator | https://github.com/mendor71/ScriptCreator | 73963989f21924c52aadc4a9aa17c7ed72a22764 | 90ec916f176db4b5428ee9697ee554c9fa76e66f | refs/heads/master | 2021-09-15T04:15:07.369000 | 2018-05-25T16:14:30 | 2018-05-25T16:14:30 | 115,113,266 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springapp.entity;
import org.springframework.hateoas.ResourceSupport;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "public.scenarios")
public class Scenario extends ResourceSupport {
@Id
@Column(name = "sc_id")
@GeneratedValue(strategy =... | UTF-8 | Java | 2,672 | java | Scenario.java | Java | [] | null | [] | package com.springapp.entity;
import org.springframework.hateoas.ResourceSupport;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "public.scenarios")
public class Scenario extends ResourceSupport {
@Id
@Column(name = "sc_id")
@GeneratedValue(strategy =... | 2,672 | 0.606662 | 0.606662 | 106 | 24.207546 | 24.169886 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386792 | false | false | 1 |
86ccdab747077cd8c32a63d4121ece84dc6d3827 | 2,113,123,960,382 | 1eae2e8e0eadcfb5a9fa9547e39e269c60cf013f | /src/java/br/com/curso/urnaweb/dao/JPAUtil.java | 1b91e8d360aea0ef779d64842e457b2cdc33292a | [] | no_license | mrsuzuki/urnaweb | https://github.com/mrsuzuki/urnaweb | 79926df7adabab6f934416c6580acedba8b025be | d7271a0c426a6299366062bb01211e5ce0f91562 | refs/heads/master | 2015-08-10T10:06:55.842000 | 2014-03-21T22:59:43 | 2014-03-21T22:59:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.curso.urnaweb.dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
* Classe responsável por fazer a conexão com o Banco de Dados
*
*/
public class JPAUtil {
private static final EntityManagerFactory emf = Persistenc... | UTF-8 | Java | 765 | java | JPAUtil.java | Java | [] | null | [] | package br.com.curso.urnaweb.dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
* Classe responsável por fazer a conexão com o Banco de Dados
*
*/
public class JPAUtil {
private static final EntityManagerFactory emf = Persistenc... | 765 | 0.710526 | 0.710526 | 36 | 20.111111 | 23.739065 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
68b0155710975bd0490460de3e8263287f0ceaa6 | 13,477,607,437,493 | 259215065fcefda39b033829839ab7ed3bde09d2 | /src/application/client/MessageEvent.java | fe183dffc865c07eafdbe4a7aab30a69534f68f4 | [] | no_license | Marteeh/ChatSystem | https://github.com/Marteeh/ChatSystem | e305238ef1aa5d22f41bffba4dc91f15aed96e09 | d44f4963e227db774846096ce45bcda11cbacca6 | refs/heads/master | 2020-09-14T11:53:14.305000 | 2020-02-03T17:54:47 | 2020-02-03T17:54:47 | 223,121,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.client;
import application.User;
public class MessageEvent extends GUIEvent {
public final User userFrom;
public final User userTo;
public final String content;
MessageEvent(User userFrom, User userTo, String content) {
this.userFrom = userFrom;
this.userTo = userTo;
this.content = con... | UTF-8 | Java | 331 | java | MessageEvent.java | Java | [] | null | [] | package application.client;
import application.User;
public class MessageEvent extends GUIEvent {
public final User userFrom;
public final User userTo;
public final String content;
MessageEvent(User userFrom, User userTo, String content) {
this.userFrom = userFrom;
this.userTo = userTo;
this.content = con... | 331 | 0.761329 | 0.761329 | 16 | 19.6875 | 17.156336 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 1 |
6687992563fcc796f0375a174cd78db7e4d7e6fc | 22,308,060,137,614 | 0dc7b5884df384709a2704a8bd7995058f039a4b | /tesuto-drools-services/tesuto-drools-common/src/main/java/org/ccctc/common/droolscommon/action/result/ActionResult.java | afcbe26681b29480c29c6afe7956b327ef6c4278 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"EPL-1.0"
] | permissive | apereo-tesuto/tesuto | https://github.com/apereo-tesuto/tesuto | b1672fc2ebbd4b5d4647ee15e3e4285c8e3dc0be | 90ed26311b1baa15cd90d67bb55e7d4c613bdc53 | refs/heads/master | 2021-10-08T01:02:49.098000 | 2021-09-24T21:22:52 | 2021-09-24T21:22:52 | 218,090,150 | 4 | 3 | Apache-2.0 | false | 2021-09-24T21:22:53 | 2019-10-28T16:08:04 | 2020-08-20T18:36:40 | 2021-09-24T21:22:52 | 34,927 | 4 | 1 | 0 | null | false | false | /*******************************************************************************
* Copyright © 2019 by California Community Colleges Chancellor's Office
*
* 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
* o... | UTF-8 | Java | 1,643 | java | ActionResult.java | Java | [] | null | [] | /*******************************************************************************
* Copyright © 2019 by California Community Colleges Chancellor's Office
*
* 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
* o... | 1,643 | 0.623021 | 0.61754 | 54 | 29.407408 | 27.495804 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
bd61a66c42b132c6eda1d16efd09aae93d8b18d1 | 24,807,731,161,051 | 609981dad82c7f59c595f31edf596116644891f9 | /Learning33.java | 7af518a6ca4a45231f63351c11d846ed17f21f94 | [] | no_license | angelfly12138/Java-Programs | https://github.com/angelfly12138/Java-Programs | 31a3a1a4ce4583064713ca285d0a7d5cab943eed | 89854d1370dfc671f33c5cd600db5a8d200b9a58 | refs/heads/master | 2020-12-02T18:31:40.457000 | 2019-01-30T03:13:54 | 2019-01-30T03:13:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.util.Scanner;
public class Learning33
{
public static void main(String args[])
{
Scanner input = new Scanner(System.in);
System.out.println("Enter a phrase with three words in it repeated: ");
String phrase = input.nextLine();
System.out.println("Enter t... | UTF-8 | Java | 942 | java | Learning33.java | Java | [] | null | [] | import java.util.*;
import java.util.Scanner;
public class Learning33
{
public static void main(String args[])
{
Scanner input = new Scanner(System.in);
System.out.println("Enter a phrase with three words in it repeated: ");
String phrase = input.nextLine();
System.out.println("Enter t... | 942 | 0.622081 | 0.609342 | 41 | 21.024391 | 21.578545 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 1 |
e5c5f78ab7aac20b59c68140985da55b3cd9f344 | 25,074,019,084,900 | 30a84c1e0567405b0dbe950596187cb0c807e919 | /app/src/main/java/ru/ifmo/md/exam2/provider/playlist/PlaylistSelection.java | 1fd883388c17691bb6736ab5e7380bd67cca09d4 | [] | no_license | zakharvoit/exam2 | https://github.com/zakharvoit/exam2 | b85df014d81683be0e8d05e045401932e364c0b5 | aeaf88695cf3330c4f7a1c7dca4415c9348b179c | refs/heads/master | 2020-12-31T03:42:13.181000 | 2015-01-23T10:57:52 | 2015-01-23T10:57:52 | 29,720,342 | 0 | 0 | null | true | 2015-01-23T06:42:30 | 2015-01-23T06:42:30 | 2015-01-23T06:28:51 | 2015-01-23T06:28:51 | 0 | 0 | 0 | 0 | null | null | null | /*
* This source file is generated with https://github.com/BoD/android-contentprovider-generator
*/
package ru.ifmo.md.exam2.provider.playlist;
import java.util.Date;
import android.content.ContentResolver;
import android.database.Cursor;
import android.net.Uri;
import ru.ifmo.md.exam2.provider.base.AbstractSelect... | UTF-8 | Java | 2,427 | java | PlaylistSelection.java | Java | [
{
"context": " source file is generated with https://github.com/BoD/android-contentprovider-generator\n */\npackage ru.",
"end": 63,
"score": 0.9994815587997437,
"start": 60,
"tag": "USERNAME",
"value": "BoD"
}
] | null | [] | /*
* This source file is generated with https://github.com/BoD/android-contentprovider-generator
*/
package ru.ifmo.md.exam2.provider.playlist;
import java.util.Date;
import android.content.ContentResolver;
import android.database.Cursor;
import android.net.Uri;
import ru.ifmo.md.exam2.provider.base.AbstractSelect... | 2,427 | 0.688504 | 0.68768 | 73 | 32.246574 | 34.723083 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.616438 | false | false | 1 |
e566a8542b47671037ffda394750df2f6c6b295e | 17,592,186,045,767 | 6980fc504529832e46dfa54126eef8de0c838c1d | /src/ec/edu/ups/ejb/PedidoFacade.java | b81da610529f4abff12aa7b2ce3ce4ec703ce0d8 | [] | no_license | JonathanAtancuri3218/Atancuri-Jonathan-Examen | https://github.com/JonathanAtancuri3218/Atancuri-Jonathan-Examen | 7d449e4bbb6065914a630c0a71f23725b088d333 | 4527add2d2fc89b255969d4e7c09b04f87e30a9d | refs/heads/master | 2023-05-29T08:01:36.882000 | 2021-06-11T16:36:15 | 2021-06-11T16:36:15 | 376,045,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.edu.ups.ejb;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import ec.edu.ups.entidad.Pedido;
public class PedidoFacade extends AbstractFacade<Pedido>{
@PersistenceContext(unitName = "Atancuri-Jonathan-Examen")
private EntityManager e... | UTF-8 | Java | 1,385 | java | PedidoFacade.java | Java | [] | null | [] | package ec.edu.ups.ejb;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import ec.edu.ups.entidad.Pedido;
public class PedidoFacade extends AbstractFacade<Pedido>{
@PersistenceContext(unitName = "Atancuri-Jonathan-Examen")
private EntityManager e... | 1,385 | 0.622383 | 0.622383 | 45 | 29.777779 | 30.718716 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
c9264643cd445f8069466ba55fc6ccff3f083c46 | 36,249,524,028,559 | b2ff914fd4bade30fdc7d606bdc058520578fcad | /OSPIcecap-service/src/main/java/com/osp/icecap/service/persistence/impl/DataCollectionPersistenceImpl.java | 14b8b8e8843d42812692e0e0f975204e2a634375 | [] | no_license | jerryhseo/icecap | https://github.com/jerryhseo/icecap | 7e9f49644569905a435a06f9f4c3575960e4fdcf | 8a6079fc341a1a93829b52cfd7d3e9eed8e73d18 | refs/heads/master | 2022-12-24T15:36:46.268000 | 2020-10-07T10:39:33 | 2020-10-07T10:39:33 | 278,283,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | UTF-8 | Java | 285,760 | java | DataCollectionPersistenceImpl.java | Java | [
{
"context": "ode>portal.properties</code>\n * </p>\n *\n * @author Jerry H. Seo\n * @generated\n */\n@Component(service = DataCollec",
"end": 3097,
"score": 0.9998796582221985,
"start": 3085,
"tag": "NAME",
"value": "Jerry H. Seo"
}
] | null | [] | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | 285,754 | 0.705155 | 0.701155 | 9,763 | 28.269794 | 47.532948 | 615 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.480283 | false | false | 5 |
fd2b79cb07aee03ae6b41e2fe7a1c5a1c6bc2281 | 37,752,762,565,048 | fda4763042bdce31e249b8bc98cfc7ac44e13dc0 | /src/test/java/cc/smartcasual/HashSetFilter.java | 28e7a894f8ceeba62677a43764a29efdc391707e | [] | no_license | danborthwick/BloomFilters | https://github.com/danborthwick/BloomFilters | 5074ffa8d85362f71ccce3fd8acaef6efdd2f04f | 7ad2af53bdb786d88cec66e50ee2483bc7c58d21 | refs/heads/master | 2021-01-13T03:15:08.873000 | 2016-12-29T15:03:13 | 2016-12-29T15:03:13 | 77,611,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.smartcasual;
import cc.smartcasual.filter.SetFilter;
import java.io.Serializable;
import java.util.HashSet;
public class HashSetFilter<T> implements SetFilter<T>, Serializable {
HashSet<T> hashSet = new HashSet<>();
@Override
public void add(T value) {
hashSet.add(value);
}
... | UTF-8 | Java | 505 | java | HashSetFilter.java | Java | [] | null | [] | package cc.smartcasual;
import cc.smartcasual.filter.SetFilter;
import java.io.Serializable;
import java.util.HashSet;
public class HashSetFilter<T> implements SetFilter<T>, Serializable {
HashSet<T> hashSet = new HashSet<>();
@Override
public void add(T value) {
hashSet.add(value);
}
... | 505 | 0.661386 | 0.661386 | 26 | 18.423077 | 17.97257 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 5 |
881009e5f2d1281f931f1b47db12427c8f61683e | 6,382,321,446,655 | f930dcae9eef3e5d3641fb6f57c4960f58ae197f | /src/main/java/com/jjdevine/entity/SportsProduct.java | 88e33bad164d3f38edf077dead797d57d1df7721 | [] | no_license | jjdevine/sky-webapp-jpa | https://github.com/jjdevine/sky-webapp-jpa | 7c2c70eb6d707c21d9e6928b07138d2d59fddeb5 | e9592bfaf9a6fca47c0a4e1759aa8e806302e9e5 | refs/heads/master | 2021-01-10T09:10:32.816000 | 2016-01-24T20:26:47 | 2016-01-24T20:26:47 | 50,306,566 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jjdevine.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Entity class for sports products.
* @author Jonathan
*
*/
@Entity
@Table(name="sports_product")
public class SportsProduct {
/**
* The primary key.
... | UTF-8 | Java | 1,143 | java | SportsProduct.java | Java | [
{
"context": "**\n * Entity class for sports products.\n * @author Jonathan\n *\n */\n@Entity\n@Table(name=\"sports_product\")\npubl",
"end": 218,
"score": 0.9996732473373413,
"start": 210,
"tag": "NAME",
"value": "Jonathan"
}
] | null | [] | package com.jjdevine.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Entity class for sports products.
* @author Jonathan
*
*/
@Entity
@Table(name="sports_product")
public class SportsProduct {
/**
* The primary key.
... | 1,143 | 0.641295 | 0.641295 | 77 | 13.844156 | 13.363125 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961039 | false | false | 5 |
c33f80c364412046ec4c203724a4d62082c3b7be | 1,108,101,577,770 | e90b7949342bcfaa33c8e30360c304dda0e69a0b | /20180303_cw1_menu_wyjscie/przyklad/src/com/infoshareacademy/warsaw/java/command/MenuPrinter.java | bf49defb7f6e677e84f8b9ccbfa2c4d482d9d5b5 | [] | no_license | michalolafmusial/projekty_michal_musial | https://github.com/michalolafmusial/projekty_michal_musial | 780265605a0be73844f3066d3c42a7a68f36d61a | 408bea38b1a090c2ba2684e14428f8e56349b8de | refs/heads/master | 2021-04-26T23:02:38.575000 | 2018-08-06T21:43:17 | 2018-08-06T21:43:17 | 123,921,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infoshareacademy.warsaw.java.command;
class MenuPrinter implements Command {
@Override
public void execute() {
System.out.println("----- Witamy w super wprowadzeniu do Javy -----");
System.out.println("\t1. importy");
System.out.println("\t2. instrukcje warunkowe");
... | UTF-8 | Java | 546 | java | MenuPrinter.java | Java | [] | null | [] | package com.infoshareacademy.warsaw.java.command;
class MenuPrinter implements Command {
@Override
public void execute() {
System.out.println("----- Witamy w super wprowadzeniu do Javy -----");
System.out.println("\t1. importy");
System.out.println("\t2. instrukcje warunkowe");
... | 546 | 0.570642 | 0.561468 | 14 | 37.92857 | 24.949848 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 5 |
26d93f1ba56eb1df22b284b2e877d0ad1aeee9ab | 3,100,966,449,809 | f36c4cc8bacb5195ae5bc27db9f87f487d8b690b | /SpaceStory/src/topview/welt/collision/Kollision.java | 6710c7059f63fa94792dc2b20b374140e0f376e5 | [] | no_license | newHoriz0n/SpaceStory | https://github.com/newHoriz0n/SpaceStory | 220c81da0063c0b5e7e3ca0a3b8bb5ea29f8e937 | 901a1c5e0bc3870d81bd57538490cc56299f2b2a | refs/heads/master | 2020-03-19T10:36:55.749000 | 2018-06-11T08:56:10 | 2018-06-11T08:56:10 | 136,385,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package topview.welt.collision;
import java.util.ArrayList;
import java.util.List;
import topview.pbLib.Koordinate3D;
public class Kollision {
private static boolean computeCollision(Collidable c0, Collidable c1) {
// l_n: Normalenvektor (Verbindung zwischen den beiden Kugelnn)
double l_nx = c1.ge... | ISO-8859-1 | Java | 4,881 | java | Kollision.java | Java | [] | null | [] | package topview.welt.collision;
import java.util.ArrayList;
import java.util.List;
import topview.pbLib.Koordinate3D;
public class Kollision {
private static boolean computeCollision(Collidable c0, Collidable c1) {
// l_n: Normalenvektor (Verbindung zwischen den beiden Kugelnn)
double l_nx = c1.ge... | 4,881 | 0.627926 | 0.590349 | 124 | 37.290321 | 31.719734 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.685484 | false | false | 5 |
d09911436fa87f2c0cf4b9ac2433ce4527fbc90b | 19,146,964,218,683 | f05a9d027a0789775587501ea6fb6f3f0a644362 | /src/main/java/br/com/caelum/cdcreact/controllers/AutorController.java | ee80b8bd6e081205a9375d97dff3d4d8775bb23b | [] | no_license | asouza/cdc-crud-reactor | https://github.com/asouza/cdc-crud-reactor | b99859fd32927132f4757274aee9a1860f8d3555 | 543842c03f816c1da2938e4d854ca60faa993094 | refs/heads/master | 2016-08-23T10:42:10.619000 | 2016-08-03T21:04:45 | 2016-08-03T21:04:45 | 63,979,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.caelum.cdcreact.controllers;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.we... | UTF-8 | Java | 1,110 | java | AutorController.java | Java | [] | null | [] | package br.com.caelum.cdcreact.controllers;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.we... | 1,110 | 0.807207 | 0.804505 | 34 | 31.647058 | 27.661697 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
48f16f0012160bc59400b15f3195dc33ebe860df | 31,439,160,670,352 | 249b121be0fd99b75f0c8705bb034cf67bb6459f | /transport/src/main/java/fr/eql/al35/wsrest/transport/service/TransportIService.java | dd14b48735ac3244fef8d623ee95f988fa753283 | [] | no_license | mathildalandreau/Mathild-A | https://github.com/mathildalandreau/Mathild-A | b3dc6d0e757dcf1f091aa2071beaa1048f93e4a0 | 5b002e94f724ce6a7e83acf31c5820050fd7e693 | refs/heads/main | 2023-06-02T10:41:50.950000 | 2021-06-30T08:58:47 | 2021-06-30T08:58:47 | 378,852,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.eql.al35.wsrest.transport.service;
import java.util.List;
import fr.eql.al35.wsrest.transport.entity.Tarif;
public interface TransportIService {
public List<Tarif> calculateTarifs(Double weight);
}
| UTF-8 | Java | 215 | java | TransportIService.java | Java | [] | null | [] | package fr.eql.al35.wsrest.transport.service;
import java.util.List;
import fr.eql.al35.wsrest.transport.entity.Tarif;
public interface TransportIService {
public List<Tarif> calculateTarifs(Double weight);
}
| 215 | 0.795349 | 0.776744 | 11 | 18.545454 | 21.372725 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
e53d0d52dd44d3c90d4c2f58917f8aed4baf3a4d | 31,344,671,378,285 | f45b64671952890ea5adf5005c431af1e7717f00 | /Jun/src/software1711/niit/MyPractice/multithreading/sxt_vidoes/status/SleepDemo02.java | 5986046e15085d9eaa0d90df7ec335d3b0994da1 | [] | no_license | xajhwj/JAVA | https://github.com/xajhwj/JAVA | 345b4b5c9439bde74940ecbde7132ea99abcddf7 | a06ab0b6bfa358e4361f01a2e68c6fde68fa7af0 | refs/heads/master | 2018-12-21T05:10:33.990000 | 2018-12-20T10:41:31 | 2018-12-20T10:41:31 | 149,795,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package software1711.niit.MyPractice.multithreading.sxt_vidoes.status;
/**
* sleep 模拟网络延时
* @author 笑傲江湖
* 2018-10-05 09:31
*/
public class SleepDemo02 {
public static void main(String[] args){
// 真实角色
Web12306 web12306 = new Web12306();
// 代理角色
Thread t1 = new Thread(web12306,... | UTF-8 | Java | 1,886 | java | SleepDemo02.java | Java | [
{
"context": "xt_vidoes.status;\n\n/**\n * sleep 模拟网络延时\n * @author 笑傲江湖\n * 2018-10-05 09:31\n */\npublic class SleepDemo02 ",
"end": 107,
"score": 0.999860405921936,
"start": 103,
"tag": "NAME",
"value": "笑傲江湖"
}
] | null | [] | package software1711.niit.MyPractice.multithreading.sxt_vidoes.status;
/**
* sleep 模拟网络延时
* @author 笑傲江湖
* 2018-10-05 09:31
*/
public class SleepDemo02 {
public static void main(String[] args){
// 真实角色
Web12306 web12306 = new Web12306();
// 代理角色
Thread t1 = new Thread(web12306,... | 1,886 | 0.49094 | 0.432616 | 78 | 21.641026 | 18.349857 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 10 |
10bf6ee283ff2f7aab19f68515a4d93e48ddfd42 | 16,647,293,269,183 | 4f33efae217b540087f8ae512e708e9a303028db | /Harmony/src/model/ProdottoDAO.java | fb1339e65ec7a47bf42c89c6f4ecb30954893491 | [] | no_license | ETesauro/Harmony | https://github.com/ETesauro/Harmony | 45e9e50abd2e70a52c7079320f47641ba4a91625 | ec3d282fa7dcbc222c066839387579091977b276 | refs/heads/master | 2021-06-20T17:49:10.163000 | 2021-05-26T12:16:44 | 2021-05-26T12:16:44 | 219,159,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import model.Prodotto;
public class ProdottoDAO {
public synchronized Prodotto doRetrieveById(int id)... | UTF-8 | Java | 5,010 | java | ProdottoDAO.java | Java | [] | null | [] | package model;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import model.Prodotto;
public class ProdottoDAO {
public synchronized Prodotto doRetrieveById(int id)... | 5,010 | 0.680239 | 0.673054 | 159 | 30.515724 | 29.365376 | 210 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.383648 | false | false | 10 |
81101e7f03acba05d7b443dd13814d968df48c9c | 14,087,492,774,719 | 4b02c2e6a653eca24c2d12de88a4f202ab7e5b38 | /coldplacespring/src/main/java/com/github/muhin007/coldplacespring/servlets/SignUpServlet.java | 2f91bf99ee803257cc098043d07f80eaf2ebf2dd | [] | no_license | Muhin007/coldplaceweb | https://github.com/Muhin007/coldplaceweb | b2d2f8869aa29662b622a600aa46dc29a489884d | 3add760d2366e16fc1b2008ac7e991843e6bb74b | refs/heads/master | 2020-03-08T20:04:13.573000 | 2018-11-07T12:01:01 | 2018-11-07T12:01:01 | 128,372,430 | 0 | 0 | null | false | 2018-10-24T16:43:35 | 2018-04-06T09:00:16 | 2018-10-03T17:26:37 | 2018-10-24T16:43:35 | 323 | 0 | 0 | 8 | Java | false | null | package com.github.muhin007.coldplacespring.servlets;
import com.github.muhin007.coldplaceweb.PageGenerator;
import com.github.muhin007.coldplaceweb.data.ReadDB;
import com.github.muhin007.coldplaceweb.data.UserProfile;
import com.github.muhin007.coldplaceweb.data.WriteToDB;
import javax.servlet.http.HttpServlet;
imp... | UTF-8 | Java | 3,209 | java | SignUpServlet.java | Java | [
{
"context": "package com.github.muhin007.coldplacespring.servlets;\n\nimport com.github.muhi",
"end": 27,
"score": 0.9986263513565063,
"start": 19,
"tag": "USERNAME",
"value": "muhin007"
},
{
"context": "n007.coldplacespring.servlets;\n\nimport com.github.muhin007.coldplaceweb.PageG... | null | [] | package com.github.muhin007.coldplacespring.servlets;
import com.github.muhin007.coldplaceweb.PageGenerator;
import com.github.muhin007.coldplaceweb.data.ReadDB;
import com.github.muhin007.coldplaceweb.data.UserProfile;
import com.github.muhin007.coldplaceweb.data.WriteToDB;
import javax.servlet.http.HttpServlet;
imp... | 3,209 | 0.537222 | 0.532388 | 71 | 42.704224 | 32.667507 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.830986 | false | false | 10 |
3f31a693995507831217c85974a3fd3cde3ca65c | 14,276,471,320,054 | 14c5e5db1261919a1ef731295b83c91af80625fe | /List of exercise no. 1/Zadanie2.java | 8336eed9bbe8fa216736301abccbc0472a49eeaf | [] | no_license | Heriad/javaExercise | https://github.com/Heriad/javaExercise | 8230af3530c0e0576b3dd4404bbe4e6acc557be4 | 98ae8d270acf8ad056d164b4e8745dc7a92d43b2 | refs/heads/master | 2020-03-17T22:20:21.078000 | 2018-05-22T20:37:38 | 2018-05-22T20:37:38 | 133,999,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Zadanie2{
public static void main(String args[]){
System.out.print("Podaj liczbę: ");
Scanner liczba = new Scanner(System.in);
int a = liczba.nextInt();
if(a % 4 == 0)
{
System.out.print("Wprowadzona liczba jest podzielna przez 4");
}
else
... | UTF-8 | Java | 405 | java | Zadanie2.java | Java | [] | null | [] | import java.util.Scanner;
public class Zadanie2{
public static void main(String args[]){
System.out.print("Podaj liczbę: ");
Scanner liczba = new Scanner(System.in);
int a = liczba.nextInt();
if(a % 4 == 0)
{
System.out.print("Wprowadzona liczba jest podzielna przez 4");
}
else
... | 405 | 0.631188 | 0.618812 | 19 | 19.368422 | 21.484903 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.894737 | false | false | 10 |
9103a31088c516510f55c8fd56fced470cdaab70 | 30,511,447,682,571 | 8d616a577ad129ca2a4e518a51e36f1f63f3a0cb | /drools-spring-v2-app/src/main/java/drools/spring/example/SampleAppController.java | 4a2c562dedfbbc1c228d7a90759cb12a82ede057 | [] | no_license | SimicIlija/SBZ | https://github.com/SimicIlija/SBZ | a4d3440cd45214749c1940494899e64cbdcba932 | c17d2c9a439dc83ec1f53513c8dd323e61dacb89 | refs/heads/master | 2020-03-17T12:08:12.572000 | 2018-06-17T01:22:40 | 2018-06-17T01:22:40 | 133,575,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package drools.spring.example;
import drools.spring.example.model.Symptom;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation... | UTF-8 | Java | 950 | java | SampleAppController.java | Java | [] | null | [] | package drools.spring.example;
import drools.spring.example.model.Symptom;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation... | 950 | 0.790526 | 0.788421 | 27 | 34.185184 | 27.337448 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
88a1f36b58392787ea2c624320417effd73c8362 | 2,482,491,146,392 | 470d9f6628ccb697d4076f9ade82946a95690a54 | /src/_2019_11_29/insufficientBalanceException.java | b7c8334811b29366059c9e95fc9f65c98b885d8d | [] | no_license | kwounsoungmin/Java_Fundamental | https://github.com/kwounsoungmin/Java_Fundamental | 5a7a7fe9ae6f8f6c47263a747abc288785b1326a | 082a17cb0febcecdb14e740d62a2ee1d6db9cab3 | refs/heads/master | 2020-09-16T19:47:40.978000 | 2019-12-20T06:50:09 | 2019-12-20T06:50:09 | 223,335,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _2019_11_29;
public class insufficientBalanceException extends Exception {
public insufficientBalanceException(String mes){
super(mes);
}
}
| UTF-8 | Java | 150 | java | insufficientBalanceException.java | Java | [] | null | [] | package _2019_11_29;
public class insufficientBalanceException extends Exception {
public insufficientBalanceException(String mes){
super(mes);
}
}
| 150 | 0.806667 | 0.753333 | 7 | 20.428572 | 22.833918 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
a621020313c1a7d58dfbc0f53d5a9e1847440a3c | 33,741,263,142,039 | 67e87be3698fdd8852ac1a8712b17794565a6bb5 | /pet-clinic-data/src/main/java/guru/springframwork/sfgpetclinic/services/VisitService.java | 1d6eeade1d9ab96d75cb3a3b36edc46387ae433a | [] | no_license | simi1912/sfg-pet-clinic | https://github.com/simi1912/sfg-pet-clinic | 7d4a786c4d98a723de354325ffff4d00954f443e | 09873c22960915c376022886d03003cd093cce4a | refs/heads/main | 2023-02-16T21:52:53.471000 | 2021-01-16T12:42:13 | 2021-01-16T12:42:13 | 323,108,990 | 1 | 0 | null | false | 2021-01-10T12:37:04 | 2020-12-20T15:56:04 | 2021-01-10T12:07:49 | 2021-01-10T12:37:03 | 459 | 1 | 0 | 9 | Java | false | false | package guru.springframwork.sfgpetclinic.services;
import guru.springframwork.sfgpetclinic.model.Visit;
public interface VisitService extends CrudService<Visit, Long>{
}
| UTF-8 | Java | 172 | java | VisitService.java | Java | [] | null | [] | package guru.springframwork.sfgpetclinic.services;
import guru.springframwork.sfgpetclinic.model.Visit;
public interface VisitService extends CrudService<Visit, Long>{
}
| 172 | 0.843023 | 0.843023 | 6 | 27.666666 | 27.632509 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
69f0bc6114810faba39f3412675dd51fe9ecefb8 | 24,180,665,902,482 | 50f6e25c31f50af89368c6a15af7762077e4fae1 | /user-service/src/main/java/com/user/repo/UserCredentialRepo.java | dd5dd980dba01b82d80985c7988a2e63297fbdf4 | [] | no_license | ArunKumarDas-120/vehicle-maintenance | https://github.com/ArunKumarDas-120/vehicle-maintenance | fc1f4f2fdddfd26f7f4d165bf97efc3b3d6d2272 | 82acd5bcb8f4ed0f36ac280cab10741398c39e35 | refs/heads/master | 2020-07-21T18:44:39.561000 | 2020-01-26T22:36:03 | 2020-01-26T22:36:03 | 206,945,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.user.repo;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import com.user.entity.UserCredential;
@Repo... | UTF-8 | Java | 677 | java | UserCredentialRepo.java | Java | [
{
"context": "d) \")\n public Optional<Integer> signIn(@Param(\"userName\") final String userName, @Param(\"password\") final",
"end": 606,
"score": 0.7838451862335205,
"start": 598,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "al<Integer> signIn(@Param(\"userName\") fi... | null | [] | package com.user.repo;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import com.user.entity.UserCredential;
@Repo... | 677 | 0.797637 | 0.797637 | 17 | 38.823528 | 42.08847 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 10 |
6c7624f1aa470ca7ed4927d3e991d79b8027c54f | 24,180,665,902,539 | 730cbe8f8626434e320bd4c0c5d1b2d1c513b8d1 | /src/test/java/com/udacity/jwdnd/course1/cloudstorage/UserTests.java | c38b96ead7fef98d689bae990ab4459ff47e9d3e | [] | no_license | olucasokarin/SuperDuperDrive | https://github.com/olucasokarin/SuperDuperDrive | f7ad2c8c288c57483f2855b2a6997b633d6f7bee | 839da11b17f098156c28a313ba73d8b5b3c93134 | refs/heads/main | 2023-02-15T11:09:04.189000 | 2021-01-08T04:59:48 | 2021-01-08T04:59:48 | 326,887,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.jwdnd.course1.cloudstorage;
import com.udacity.jwdnd.course1.cloudstorage.pojo.LoginPage;
import com.udacity.jwdnd.course1.cloudstorage.pojo.SignupPage;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.junit.jupiter.api.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDri... | UTF-8 | Java | 2,349 | java | UserTests.java | Java | [
{
"context": "e1.cloudstorage.pojo.SignupPage;\nimport io.github.bonigarcia.wdm.WebDriverManager;\nimport org.junit.jupiter.ap",
"end": 201,
"score": 0.9970258474349976,
"start": 191,
"tag": "USERNAME",
"value": "bonigarcia"
},
{
"context": "ew SignupPage(driver);\n signupPage... | null | [] | package com.udacity.jwdnd.course1.cloudstorage;
import com.udacity.jwdnd.course1.cloudstorage.pojo.LoginPage;
import com.udacity.jwdnd.course1.cloudstorage.pojo.SignupPage;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.junit.jupiter.api.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDri... | 2,363 | 0.659855 | 0.657727 | 77 | 29.506493 | 25.231718 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623377 | false | false | 10 |
d033a12b2bcb1f1f8471d2de70c35e2693390f24 | 24,618,752,562,815 | dc8387bba70b341521188fe03d0739125d9dee3d | /src/nmon/PeakHourCalculator.java | 4588c4c134b53c6fd89a3e2fe7a1d7acbce264c4 | [] | no_license | chenmq1/Test | https://github.com/chenmq1/Test | 613b73ecbdfea9e86cddc585b89e6c12113a94eb | 51418ae451821a629708b211d90259ff02aa6a5f | refs/heads/master | 2021-01-19T14:53:04.039000 | 2015-01-14T03:28:07 | 2015-01-14T03:28:07 | 29,182,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package nmon;
import java.io.File;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.TreeMap;
import java.util.Vector;
import jxl.Workbook;
import jxl.write.Label;
import jxl.write.WritableSheet;
import jxl.write.WritableWorkbook;
import java.sql.*;
/**
* @author minqi
*Dec 21,... | UTF-8 | Java | 3,606 | java | PeakHourCalculator.java | Java | [
{
"context": "itableWorkbook;\n\nimport java.sql.*;\n/**\n * @author minqi\n *Dec 21, 2012\n */\npublic class PeakHourCalculato",
"end": 310,
"score": 0.9993883371353149,
"start": 305,
"tag": "USERNAME",
"value": "minqi"
}
] | null | [] | /**
*
*/
package nmon;
import java.io.File;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.TreeMap;
import java.util.Vector;
import jxl.Workbook;
import jxl.write.Label;
import jxl.write.WritableSheet;
import jxl.write.WritableWorkbook;
import java.sql.*;
/**
* @author minqi
*Dec 21,... | 3,606 | 0.69218 | 0.678591 | 97 | 36.175259 | 49.389679 | 331 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.680412 | false | false | 10 |
0c789750488da00f6bd0ff1955d80c8ffd5db6ea | 16,535,624,160,267 | 3325e29faaa3b432db83246b0f2a6e53727899c2 | /app/src/main/java/io/github/mpao/drawerlayouttemplate/ui/NewsFragment.java | 9e0a886944511a97b4599cff3a0f8530442c3e2e | [] | no_license | mpao/DrawerLayout-Navigation-Template | https://github.com/mpao/DrawerLayout-Navigation-Template | 83111e50702f37a8f427315191db64b710c21ee2 | 9693c17ad6dc11fc9f25beae11f3e43c5792ecb4 | refs/heads/master | 2021-05-01T16:15:06.959000 | 2018-02-11T13:48:38 | 2018-02-11T13:48:38 | 121,049,304 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.mpao.drawerlayouttemplate.ui;
import android.arch.lifecycle.ViewModelProviders;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import io.github.m... | UTF-8 | Java | 1,084 | java | NewsFragment.java | Java | [] | null | [] | package io.github.mpao.drawerlayouttemplate.ui;
import android.arch.lifecycle.ViewModelProviders;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import io.github.m... | 1,084 | 0.776753 | 0.77583 | 32 | 32.875 | 31.451103 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 10 |
80c65fcc35b4f53e74ddb3b0e1a3a9312bc21129 | 2,662,879,771,652 | b8e84b6ab67b5c91af64c8d8747d819ce8a16e71 | /project/src/com/example/library/WebServicePreferencyActivity.java | 2c66ead6ad69e8e76aff562692c4c9fa2fb2299f | [] | no_license | bartosz25/android-library-sample-project | https://github.com/bartosz25/android-library-sample-project | 769eb7964512cf10d4407f205c31bed7a3b9b8e5 | 9803d205b6becab05a411680a8a8cfaeaf9928b7 | refs/heads/master | 2016-09-06T18:35:03.822000 | 2013-05-14T19:14:32 | 2013-05-14T19:14:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.library;
import java.util.Calendar;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTabHost;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.... | ISO-8859-1 | Java | 5,138 | java | WebServicePreferencyActivity.java | Java | [] | null | [] | package com.example.library;
import java.util.Calendar;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTabHost;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.... | 5,138 | 0.718653 | 0.71729 | 137 | 36.496349 | 26.809717 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.335766 | false | false | 10 |
259a4ebdaf95daca4eece86121c8eab39762a1bb | 29,738,353,564,526 | 75c5d4a727251410446973e89dd5aab5ba17e7f5 | /Server/src/application/trajeto/events/AlterarTrajeto.java | f37abcc1f6b78d11deaf5c58823dcceea8959685 | [] | no_license | williamcarril/passeiodecaes | https://github.com/williamcarril/passeiodecaes | a1784ccd7753f49b425e5e90865b181f63cf5b23 | 74c41377000c23907e14b72984ee49928010d077 | refs/heads/master | 2016-09-15T15:27:45.217000 | 2016-01-06T03:08:10 | 2016-01-06T03:08:10 | 32,216,891 | 2 | 1 | null | false | 2016-01-06T03:08:10 | 2015-03-14T14:53:25 | 2015-07-02T14:41:14 | 2016-01-06T03:08:10 | 3,509 | 1 | 0 | 0 | Java | 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 application.trajeto.events;
import java.io.IOException;
import java.util.Calendar;
import java.util.Iterator;
import java.util... | UTF-8 | Java | 4,847 | java | AlterarTrajeto.java | Java | [
{
"context": "er.file.Repository;\n\n/**\n * @todo Tests\n * @author William\n */\npublic class AlterarTrajeto extends SimpleEve",
"end": 673,
"score": 0.9942409992218018,
"start": 666,
"tag": "NAME",
"value": "William"
}
] | 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 application.trajeto.events;
import java.io.IOException;
import java.util.Calendar;
import java.util.Iterator;
import java.util... | 4,847 | 0.486872 | 0.484598 | 124 | 38.008064 | 25.134315 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.629032 | false | false | 10 |
5c859361546c085a0ecbc409982766b1e844dd67 | 29,867,202,642,104 | 263fc689a45846e7cc4d35d0ad493957ea298f06 | /leetcode-cn.com/src/topic/linkedlist/LC876_链表的中间结点.java | 15c995cc8f9b6af1d30b0c10f0bdc44b02e32af4 | [] | no_license | Frank-Tian/Algorithm | https://github.com/Frank-Tian/Algorithm | c33457b9ca5ac411b96727ee23806485e0ce7623 | 55cc5b3f3e07b395fb5d7542b6e759826ec79e2b | refs/heads/main | 2023-04-18T22:01:56.365000 | 2021-05-05T02:10:44 | 2021-05-05T02:10:44 | 358,853,575 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package topic.linkedlist;
import base.ListNode;
public class LC876_链表的中间结点 {
// 快慢指针
public ListNode middleNode1(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (fast != null && fast.next != null) {
fast = fast.next.next;
slow = slow.next;
}
return slow;
}
// 遍历长度
public ListN... | UTF-8 | Java | 641 | java | LC876_链表的中间结点.java | Java | [] | null | [] | package topic.linkedlist;
import base.ListNode;
public class LC876_链表的中间结点 {
// 快慢指针
public ListNode middleNode1(ListNode head) {
ListNode fast = head;
ListNode slow = head;
while (fast != null && fast.next != null) {
fast = fast.next.next;
slow = slow.next;
}
return slow;
}
// 遍历长度
public ListN... | 641 | 0.615385 | 0.600655 | 34 | 16.970589 | 12.640936 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.058824 | false | false | 10 |
e1c430297d972e662f51d2182788e224472f3a4a | 7,962,869,429,277 | 989d3a85ee3385e2ff522fc5ffca0f4afcad12c6 | /src/test/java/ru/sorokinigor/server/requesthandlers/AsyncRequestHandlerTest.java | 9e7bc4f77d1f069d4db9d22d553237aad8f93f7b | [] | no_license | MCMVP/clustering | https://github.com/MCMVP/clustering | 0f6d1e2da318bd2a18d2e6913d7f6a7b740f86fe | 38e6979387164eadd05ebb07524167f5b74bc88c | refs/heads/master | 2016-09-15T20:43:54.347000 | 2015-09-26T21:32:46 | 2015-09-26T21:32:46 | 41,307,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sorokinigor.server.requesthandlers;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import ru.sorokinigor.server.CompletionHandler;
import ru.sorokinigor.server.RequestDescriptor;
import java.util.ArrayList;
import java.util.Collection;
import java.... | UTF-8 | Java | 2,306 | java | AsyncRequestHandlerTest.java | Java | [
{
"context": "rt java.util.function.Function;\n\n/**\n * Created by SorokinI on 08.09.2015.\n */\npublic class AsyncRequestHandl",
"end": 398,
"score": 0.9716131091117859,
"start": 390,
"tag": "USERNAME",
"value": "SorokinI"
}
] | null | [] | package ru.sorokinigor.server.requesthandlers;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import ru.sorokinigor.server.CompletionHandler;
import ru.sorokinigor.server.RequestDescriptor;
import java.util.ArrayList;
import java.util.Collection;
import java.... | 2,306 | 0.594536 | 0.591067 | 68 | 32.911766 | 28.706802 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 10 |
1cfd4637aff731dc0b535dd0cb2e4f5825195fc2 | 4,226,247,867,679 | 311acfdde7fefce2d8d1c307138adf303a089b67 | /example/src/main/java/org/example/designpattern/flyweight/ConnectionPool.java | 2882eb4a67c4b0c5b0445964c2e7155077a4ef5e | [] | no_license | GoggleHe/example | https://github.com/GoggleHe/example | ca122e3d43995c6bfbf1016cb78a93dcafcf20b7 | 9f2e1159cd69bfef0ff6b0dff5b9ff1a2e611c02 | refs/heads/master | 2023-03-10T08:05:08.942000 | 2021-02-03T06:26:13 | 2021-02-03T06:26:13 | 317,778,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.designpattern.flyweight;
import java.util.ArrayList;
import java.util.List;
/**
*
**/
public class ConnectionPool {
private List<Connection> pool = new ArrayList<>();
private int size;
public ConnectionPool(int size) {
this.size = size;
}
public Connection getConn... | UTF-8 | Java | 887 | java | ConnectionPool.java | Java | [] | null | [] | package org.example.designpattern.flyweight;
import java.util.ArrayList;
import java.util.List;
/**
*
**/
public class ConnectionPool {
private List<Connection> pool = new ArrayList<>();
private int size;
public ConnectionPool(int size) {
this.size = size;
}
public Connection getConn... | 887 | 0.537768 | 0.537768 | 37 | 22.972973 | 17.94961 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 10 |
91f08244c6d193ca979ac04e76475231563113e1 | 18,073,222,408,691 | ea9eeba5f9616e0c1f30287c35df0c0bd4b82964 | /languages/Wollokito/source_gen/Wollokito/editor/EditorAspectDescriptorImpl.java | 4d4ceaeb7e68bc63be96a0562ec6f68a1e905377 | [] | no_license | AlvarezAriel/mps-simple-interpreter-example | https://github.com/AlvarezAriel/mps-simple-interpreter-example | 9fc67e8a0efbc7ee31514a59eb984f68e15af38f | 161cc5243d54cd554d1484be7bc9cd126d091309 | refs/heads/master | 2021-01-13T00:50:24.463000 | 2015-11-26T17:32:14 | 2015-11-26T17:32:14 | 46,939,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Wollokito.editor;
/*Generated by MPS */
import jetbrains.mps.nodeEditor.EditorAspectDescriptorBase;
import java.util.Collection;
import jetbrains.mps.openapi.editor.descriptor.ConceptEditor;
import jetbrains.mps.smodel.runtime.ConceptDescriptor;
import java.util.Arrays;
import java.util.Collections;
import je... | UTF-8 | Java | 1,776 | java | EditorAspectDescriptorImpl.java | Java | [] | null | [] | package Wollokito.editor;
/*Generated by MPS */
import jetbrains.mps.nodeEditor.EditorAspectDescriptorBase;
import java.util.Collection;
import jetbrains.mps.openapi.editor.descriptor.ConceptEditor;
import jetbrains.mps.smodel.runtime.ConceptDescriptor;
import java.util.Arrays;
import java.util.Collections;
import je... | 1,776 | 0.788288 | 0.783221 | 37 | 47 | 52.240608 | 247 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72973 | false | false | 10 |
3824c3544e5be4d37a1aaa3d5501a5da7a9a3f29 | 14,937,896,303,854 | 421441cc65900cffd6f65a15a1086a69d0b1c4ab | /src/zq/whu/zhangshangwuda/db/WifiDBUtil.java | d29d1fe1cd62f7a3e377c1868b39b529c3f54105 | [
"Apache-2.0"
] | permissive | Consoar/zhangshangwuda | https://github.com/Consoar/zhangshangwuda | 39c15e87b169d391dd2a7122859b97320849a98e | b9d12cebcfd520d16d0f1b78124b004b22365eff | refs/heads/master | 2021-01-10T20:33:35.963000 | 2014-05-26T10:40:02 | 2014-05-26T10:40:02 | 17,084,318 | 9 | 5 | null | false | 2014-10-05T03:57:36 | 2014-02-22T12:27:15 | 2014-08-21T14:30:08 | 2014-05-26T10:41:21 | 2,941 | 4 | 13 | 1 | Java | null | null | package zq.whu.zhangshangwuda.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
import android.database.sqlite.SQLiteOpenHelper;
public class WifiDBUtil extends SQLiteOpenHelper {
private final static String DATABSE_NAME =... | UTF-8 | Java | 1,101 | java | WifiDBUtil.java | Java | [] | null | [] | package zq.whu.zhangshangwuda.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
import android.database.sqlite.SQLiteOpenHelper;
public class WifiDBUtil extends SQLiteOpenHelper {
private final static String DATABSE_NAME =... | 1,101 | 0.752044 | 0.751135 | 40 | 26.525 | 24.467312 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.675 | false | false | 10 |
fe8a119fc5b3dd1d837fe0dbc9c3032090f5ae3b | 21,990,232,557,116 | 928db3d25f900f82cdc3b39fe95dc4be1bfde5d4 | /src/main/java/com/champak/plus/config/CustomAuthenticationProvider.java | d47739df1bd82941a4e8d423b0596e87cbe77dff | [] | no_license | virusneeraj/ChampakPlusAPI | https://github.com/virusneeraj/ChampakPlusAPI | 85047b16fc47fa770354e64f97ff009efc09b811 | 7f0624e8f549c0f39aff97ae2045e4b388fe694e | refs/heads/master | 2021-06-07T13:06:23.843000 | 2019-11-10T09:01:43 | 2019-11-10T09:01:43 | 147,071,204 | 0 | 0 | null | false | 2021-06-04T01:29:45 | 2018-09-02T09:18:48 | 2019-11-10T09:01:46 | 2021-06-04T01:29:45 | 35 | 0 | 0 | 1 | Java | false | false | package com.champak.plus.config;
import com.champak.plus.util.MyMongoCollections;
import com.mongodb.BasicDBObject;
import com.mongodb.DBObject;
import com.champak.plus.dao.MongoDBDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationProvid... | UTF-8 | Java | 1,968 | java | CustomAuthenticationProvider.java | Java | [
{
"context": ".CASE_INSENSITIVE));\n query.put(\"password\", password);\n\n try {\n mongoDBDao.findOne(M",
"end": 1283,
"score": 0.9981895089149475,
"start": 1275,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "ta from DB exception\", e);\n }\... | null | [] | package com.champak.plus.config;
import com.champak.plus.util.MyMongoCollections;
import com.mongodb.BasicDBObject;
import com.mongodb.DBObject;
import com.champak.plus.dao.MongoDBDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationProvid... | 1,970 | 0.727642 | 0.727642 | 52 | 36.846153 | 27.771309 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634615 | false | false | 10 |
b26d5a2d3fc2f44516a74c246e7f70967fe5959c | 5,781,026,009,305 | 71b70f86a536317841ae0f8a8df35551f4118418 | /scd/src/main/java/com/bcpv/service/impl/LocalidadManagerImpl.java | d169e1c93dba02112b56caf4443c0ae17a0df36a | [] | no_license | LeoBur/ProyectoSCD | https://github.com/LeoBur/ProyectoSCD | 4ea3c0f78b653722591c6eae3a3a407f4a2b944d | 31d20d7835d954eb171c6c2ddb8e33e4b103afa0 | refs/heads/master | 2016-09-08T01:56:31.924000 | 2015-04-01T23:58:11 | 2015-04-01T23:58:11 | 18,351,187 | 0 | 0 | null | false | 2015-04-01T21:05:33 | 2014-04-02T01:43:42 | 2015-04-01T00:25:18 | 2015-04-01T21:05:33 | 100,939 | 0 | 1 | 1 | Java | null | null | package com.bcpv.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.jws.WebService;
import javax.persistence.EntityExistsException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotatio... | UTF-8 | Java | 2,291 | java | LocalidadManagerImpl.java | Java | [] | null | [] | package com.bcpv.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.jws.WebService;
import javax.persistence.EntityExistsException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotatio... | 2,291 | 0.76735 | 0.76735 | 86 | 25.639534 | 25.681824 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.302326 | false | false | 10 |
6d5f83145cd1020a1d157f4af443ec03b808f6b2 | 11,544,872,126,646 | 2ca7dd773756629a3313b58e652ab3eba316ab2a | /java1/src/main/java/kr/ac/sejong/java1/JavaReview2.java | 8518fb0deedc1196308532036eaf83204061c10c | [] | no_license | HongEunho/AppPrograming | https://github.com/HongEunho/AppPrograming | 2299e16baa8b9b712f4371fa617e73e8e12dedbb | 3e4278b98b68f70ae407fef356d7c50a9a37a573 | refs/heads/master | 2021-04-17T23:35:19.551000 | 2020-06-10T09:06:51 | 2020-06-10T09:06:51 | 249,486,023 | 0 | 0 | null | false | 2020-10-13T20:35:38 | 2020-03-23T16:35:46 | 2020-06-10T09:07:08 | 2020-10-13T20:35:37 | 4,101 | 0 | 0 | 1 | Java | false | false | package kr.ac.sejong.java1;
import java.util.Scanner;
public class JavaReview2 {
public static void main(String[] args) {//ctrl+shift+f
// ctrl+space
Scanner scanner = new Scanner(System.in);
System.out.println("10나누기 x 프로그램 : x를 입력하세요");
while(true)
{
int x = scanner.nextInt();
try {
... | UTF-8 | Java | 500 | java | JavaReview2.java | Java | [] | null | [] | package kr.ac.sejong.java1;
import java.util.Scanner;
public class JavaReview2 {
public static void main(String[] args) {//ctrl+shift+f
// ctrl+space
Scanner scanner = new Scanner(System.in);
System.out.println("10나누기 x 프로그램 : x를 입력하세요");
while(true)
{
int x = scanner.nextInt();
try {
... | 500 | 0.606987 | 0.591703 | 24 | 17.083334 | 16.958076 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.958333 | false | false | 10 |
a5f56261d7e50b26629287202feeb014b343434a | 27,015,344,314,735 | 5cd2ff397ace4a77f9c078ca1ed54f059738ddac | /app/src/main/java/com/tjut/mianliao/mycollege/EmployCalenderActivity.java | 50413cfc8b4b6c095f86801bf76555706b171e82 | [] | no_license | wongainia/Mianliao2 | https://github.com/wongainia/Mianliao2 | 31025ce77c68775741ff4ad504a3c3d82450762a | d1a999b990816a5a5a747ad31d7c2eea1ffa7d0d | refs/heads/master | 2022-01-10T20:58:21.758000 | 2019-05-14T22:35:31 | 2019-05-14T22:35:31 | 186,710,163 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tjut.mianliao.mycollege;
import java.util.ArrayList;
import java.util.Calendar;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.LinearLayo... | UTF-8 | Java | 8,335 | java | EmployCalenderActivity.java | Java | [
{
"context": " Job job = new Job();\n job.corpName = \"产品经理\";\n job.categoryName = \"泰聚泰\";\n ",
"end": 2549,
"score": 0.4534228444099426,
"start": 2547,
"tag": "NAME",
"value": "产品"
}
] | null | [] | package com.tjut.mianliao.mycollege;
import java.util.ArrayList;
import java.util.Calendar;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.LinearLayo... | 8,335 | 0.583604 | 0.578916 | 248 | 32.544353 | 25.149353 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.600806 | false | false | 10 |
b6dac25dd9174f8a6bb1b7784f1b5f0144aa7ba4 | 31,327,491,473,547 | 6ab812934a7e9b6cd6028c4cf2295e9ef2cf1e30 | /src/main/java/utils/RandomGenerator.java | 459ed745c8d34f3e062376c0a9aaddfc62fccbaf | [] | no_license | eidrien/economicsCD | https://github.com/eidrien/economicsCD | ee65d8c00b2076062a1501ac57ca75120f9af57f | f6bdc08a8bb6286aa872b6d74ab642a26073ebcb | refs/heads/master | 2021-01-19T17:03:48.852000 | 2017-08-25T12:07:31 | 2017-08-25T12:07:31 | 101,042,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import java.util.Iterator;
import java.util.Random;
import java.util.Set;
import cd.Functionality;
public class RandomGenerator {
protected Random randomGenerator;
public RandomGenerator(){
randomGenerator = new Random();
}
public void setRandomSeed(int seed){
randomGenerator.setSeed(seed)... | UTF-8 | Java | 835 | java | RandomGenerator.java | Java | [] | null | [] | package utils;
import java.util.Iterator;
import java.util.Random;
import java.util.Set;
import cd.Functionality;
public class RandomGenerator {
protected Random randomGenerator;
public RandomGenerator(){
randomGenerator = new Random();
}
public void setRandomSeed(int seed){
randomGenerator.setSeed(seed)... | 835 | 0.747305 | 0.746108 | 39 | 20.410257 | 19.554943 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 10 |
a14739f27c326c962fdee5549fa126b8dc577b56 | 17,059,610,150,211 | c7c7c5d8d4a064e7cfed3c5280d610f3984b5983 | /Koordinator/src/ggTCalculator/CoordinatorPackage/noStarterHolder.java | f1b8c69638e8bf4a53f70bc77aed324e39840123 | [] | no_license | fettlaus/ggTCalculator | https://github.com/fettlaus/ggTCalculator | c6d810dcd8fa968cd7dbcc463198e92f69590fc3 | 66deb381fd3665c70d59ca372849a4a0b31ad5aa | refs/heads/master | 2021-03-12T20:23:12.767000 | 2011-06-03T07:14:55 | 2011-06-03T07:14:55 | 1,837,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ggTCalculator.CoordinatorPackage;
/**
* ggTCalculator/CoordinatorPackage/noStarterHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ggTCalculator.idl
* Donnerstag, 2. Juni 2011 22:33 Uhr UTC
*/
public final class noStarterHolder implements org.omg.CORBA.portable.S... | UTF-8 | Java | 984 | java | noStarterHolder.java | Java | [
{
"context": "table), version \"3.2\"\r\n* from ggTCalculator.idl\r\n* Donnerstag, 2. Juni 2011 22:33 Uhr UTC\r\n*/\r\n\r\npublic final c",
"end": 214,
"score": 0.9995592832565308,
"start": 204,
"tag": "NAME",
"value": "Donnerstag"
}
] | null | [] | package ggTCalculator.CoordinatorPackage;
/**
* ggTCalculator/CoordinatorPackage/noStarterHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ggTCalculator.idl
* Donnerstag, 2. Juni 2011 22:33 Uhr UTC
*/
public final class noStarterHolder implements org.omg.CORBA.portable.S... | 984 | 0.722561 | 0.711382 | 38 | 23.894737 | 28.686867 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.236842 | false | false | 10 |
5cab87c0fc324893115ef5778f640847106f05a7 | 17,059,610,148,952 | 663b748eaa740d3b817f14d8b75420a099cd30b4 | /src/main/java/com/smk/quotebook/model/Members.java | 6ac9dde2cf270b611b24965f9d3527db412bf8c0 | [] | no_license | shin-minkyung/quotebook | https://github.com/shin-minkyung/quotebook | 032d05af0da53cee2672e3e473def9345773a567 | f2de8c1cd28df52e741310a277a6d9ccde73c341 | refs/heads/master | 2020-03-16T01:21:50.785000 | 2018-05-07T13:18:39 | 2018-05-07T13:18:39 | 132,438,385 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smk.quotebook.model;
import java.sql.Timestamp;
public class Members {
private String mid;
private String mname;
private String mpw;
private Timestamp mdate;
private String mphoto;
private String aboutme;
private int mlevel;
private int mpoint;
private int mdrop;
private int melimi;
private Str... | UTF-8 | Java | 2,759 | java | Members.java | Java | [] | null | [] | package com.smk.quotebook.model;
import java.sql.Timestamp;
public class Members {
private String mid;
private String mname;
private String mpw;
private Timestamp mdate;
private String mphoto;
private String aboutme;
private int mlevel;
private int mpoint;
private int mdrop;
private int melimi;
private Str... | 2,759 | 0.667271 | 0.667271 | 173 | 14.947977 | 16.191507 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387283 | false | false | 10 |
a70ca54382717faf2af280240e2a29aa0714191b | 25,520,695,723,742 | b53e4568f07c0a307d00fefdee8aaa175a92f318 | /Java/src/majorityElementII/SolutionQSelect.java | d7c1da250f9c8d8dac6e0e8c1bc7d6c732a03e95 | [] | no_license | Oliver-Ren/Leetcode | https://github.com/Oliver-Ren/Leetcode | 3d3f9f9b84fcb0f9d214a2fbb4209e6943863466 | 068ce6feb091cb79039dca40a212d063af7e932b | refs/heads/master | 2021-01-04T14:21:32.118000 | 2016-01-27T04:57:34 | 2016-01-27T04:57:34 | 29,097,545 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Solution based on the quick select algorithm.
* 0 1/3 2/3 1
* .........cand1........cand2..........
* if there is a candidate, it must cover the 1/3th
* of the 2/3 smallest position in a sorted array.
* Time complexity: O(n) in average case.
* Space complexity: O(1).
* Status: ... | UTF-8 | Java | 2,192 | java | SolutionQSelect.java | Java | [] | null | [] | /**
* Solution based on the quick select algorithm.
* 0 1/3 2/3 1
* .........cand1........cand2..........
* if there is a candidate, it must cover the 1/3th
* of the 2/3 smallest position in a sorted array.
* Time complexity: O(n) in average case.
* Space complexity: O(1).
* Status: ... | 2,192 | 0.422445 | 0.404197 | 82 | 25.719513 | 16.207703 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548781 | false | false | 10 |
0a21c463833c1a43cb97c87407b857ba776fd6c9 | 19,533,511,323,487 | 43099ef6d7192f60d7090722c87418d3be1e3cd7 | /web/src/main/java/com/tms/controller/ui/MainController.java | 998c8d81dcf10949d28f3f955cfccf16ad52580e | [] | no_license | shavrova/test-management-system | https://github.com/shavrova/test-management-system | fd84314d49c5eff5e972399b1162b22882deb9d9 | 7a289aaead9dc12bd4a76e9ab500659fdab6a813 | refs/heads/master | 2020-09-08T18:09:57.568000 | 2020-09-07T15:27:35 | 2020-09-07T15:27:35 | 221,205,842 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tms.controller.ui;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import java.security.Principal;
@Controller
public class MainController {
@GetMapping("/")
public String root() {
return "redirect:user";
}
@GetMapping... | UTF-8 | Java | 614 | java | MainController.java | Java | [
{
"context": "ncipal) {\n if (principal.getName().equals(\"manager\"))\n return \"redirect:admin\";\n e",
"end": 513,
"score": 0.8374826312065125,
"start": 506,
"tag": "USERNAME",
"value": "manager"
}
] | null | [] | package com.tms.controller.ui;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import java.security.Principal;
@Controller
public class MainController {
@GetMapping("/")
public String root() {
return "redirect:user";
}
@GetMapping... | 614 | 0.64658 | 0.64658 | 28 | 20.928572 | 17.707804 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
fce345e58d0d0581ce0415e7215b7edb3046f97f | 6,562,710,044,550 | b8b77b409503aad10373e1ca4142f4f89a747aca | /biolaboratory-core/src/main/java/hu/bioinformatics/biolaboratory/sequence/protein/AminoAcid.java | 2789af226544e8df36bef2dcb35e30a883a23585 | [] | no_license | LordSerius/biolaboratory | https://github.com/LordSerius/biolaboratory | a72034fbe97c06b8e972360650ec77b6a2d23f2e | fe3e671d62b84259feacd406bbcd84bf92da591e | refs/heads/master | 2021-01-09T06:10:43.484000 | 2018-01-13T22:17:07 | 2018-01-13T22:17:07 | 80,934,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.bioinformatics.biolaboratory.sequence.protein;
import com.google.common.collect.Sets;
import hu.bioinformatics.biolaboratory.sequence.SequenceElement;
import hu.bioinformatics.biolaboratory.utils.ArgumentValidator;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import static com.goo... | UTF-8 | Java | 5,101 | java | AminoAcid.java | Java | [
{
"context": "re the building pieces of a protein.\n *\n * @author Attila Radi\n */\npublic enum AminoAcid implements SequenceElem",
"end": 578,
"score": 0.999873161315918,
"start": 567,
"tag": "NAME",
"value": "Attila Radi"
},
{
"context": "han\", \"Trp\", 'W', 186),\n TYROSIN(\"... | null | [] | package hu.bioinformatics.biolaboratory.sequence.protein;
import com.google.common.collect.Sets;
import hu.bioinformatics.biolaboratory.sequence.SequenceElement;
import hu.bioinformatics.biolaboratory.utils.ArgumentValidator;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import static com.goo... | 5,096 | 0.619878 | 0.608116 | 140 | 35.435715 | 26.870113 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.178571 | false | false | 10 |
f4301f75476fc367b19e6ffe9aa2e0ba81473fb9 | 584,115,604,853 | a666ac40ad2c33d130d9d6b06925a5948b25cc6a | /ooad/src/main/java/design_mode/template_mode/TemplateMode.java | 1224f7e80abed1d015ea029937ccbe22025ee98b | [] | no_license | hotenglish/StudyInAction | https://github.com/hotenglish/StudyInAction | e8a46ef963be6a9c506cc4606c96a7433a974c7d | 941d7a254dbbd22976d8110ff5cf0d18166c0462 | refs/heads/master | 2022-12-22T16:04:32.592000 | 2020-06-23T23:30:40 | 2020-06-23T23:30:40 | 137,567,024 | 0 | 0 | null | false | 2022-12-16T07:16:06 | 2018-06-16T08:51:49 | 2020-06-23T23:31:57 | 2022-12-16T07:16:01 | 241,099 | 0 | 0 | 107 | HTML | false | false | package design_mode.template_mode;
abstract class Account
{
protected String accountNumber;
public Account(String accountNumber)
{
this.accountNumber = accountNumber;
}
public final double calculateInterest()
{
double interestRate = doCalculateInterestRate();
... | UTF-8 | Java | 1,708 | java | TemplateMode.java | Java | [] | null | [] | package design_mode.template_mode;
abstract class Account
{
protected String accountNumber;
public Account(String accountNumber)
{
this.accountNumber = accountNumber;
}
public final double calculateInterest()
{
double interestRate = doCalculateInterestRate();
... | 1,708 | 0.635831 | 0.62178 | 79 | 19.620253 | 22.626469 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607595 | false | false | 10 |
2cac36585caed3cf6f27c352e2ac4abe92715c8a | 584,115,601,178 | c87aa5c98194da2af3ccb78e9db637193908ea9f | /WordQuizzle/src/Utente.java | 0d9f281010f977b09a8d0d5d9c9f346f3cf6f0fc | [] | no_license | MartinaTrigilia/WordQuizzle | https://github.com/MartinaTrigilia/WordQuizzle | 52a96bbf3aa95593daaeb046a24d8f3f5b2667ff | e25792a3f41497ed1c390e649129bb620c7e63ab | refs/heads/master | 2023-01-31T18:05:56.961000 | 2020-12-12T19:10:28 | 2020-12-12T19:10:28 | 320,896,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.ArrayList;
import java.util.List;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
public class Utente {
private final String nickUtente;
private final String password;
private int score;
private List<String> friends;
public Utente(String nick,String pw){
... | WINDOWS-1252 | Java | 1,401 | java | Utente.java | Java | [
{
"context": "tente(String nick,String pw){\n \t\n \tpassword=pw;\n \tnickUtente=nick;\n score = 0;\n ",
"end": 339,
"score": 0.9993297457695007,
"start": 337,
"tag": "PASSWORD",
"value": "pw"
},
{
"context": "\", nickUtente);\n PlayerData.put(\"Password\... | null | [] |
import java.util.ArrayList;
import java.util.List;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
public class Utente {
private final String nickUtente;
private final String password;
private int score;
private List<String> friends;
public Utente(String nick,String pw){
... | 1,403 | 0.59 | 0.589286 | 72 | 18.430555 | 16.339136 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 10 |
d315903d783eedbdcd85a6f187c1c6619949371a | 7,765,300,937,718 | d9d26915b60f569cf438bd657d98082bf48e621b | /src/main/java/kaptainwutax/featureutils/loot/entry/LootEntry.java | 0b2bdc8ea880f0b892d2674c5a9427b81afc9ddf | [
"MIT"
] | permissive | KaptainWutax/FeatureUtils | https://github.com/KaptainWutax/FeatureUtils | 42711e63c34c2c8a981c6f25e8bd79a1d64be697 | a271711f58e283547634ca31e466b9b8b0e5d825 | refs/heads/master | 2023-04-25T18:10:33.349000 | 2022-08-17T20:59:19 | 2022-08-17T20:59:19 | 268,331,926 | 30 | 23 | MIT | false | 2023-06-30T21:04:32 | 2020-05-31T17:42:37 | 2023-05-27T13:07:07 | 2022-08-17T20:59:19 | 672 | 26 | 13 | 1 | Java | false | false | package kaptainwutax.featureutils.loot.entry;
import kaptainwutax.featureutils.loot.LootContext;
import kaptainwutax.featureutils.loot.LootGenerator;
import kaptainwutax.featureutils.loot.function.LootFunction;
import kaptainwutax.mcutils.version.MCVersion;
import kaptainwutax.mcutils.version.VersionMap;
import kaptai... | UTF-8 | Java | 1,427 | java | LootEntry.java | Java | [] | null | [] | package kaptainwutax.featureutils.loot.entry;
import kaptainwutax.featureutils.loot.LootContext;
import kaptainwutax.featureutils.loot.LootGenerator;
import kaptainwutax.featureutils.loot.function.LootFunction;
import kaptainwutax.mcutils.version.MCVersion;
import kaptainwutax.mcutils.version.VersionMap;
import kaptai... | 1,427 | 0.779257 | 0.777155 | 57 | 24.035088 | 23.674669 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.298246 | false | false | 10 |
7051a20fed10e269e03182813255d0512830fb30 | 23,682,449,713,845 | 405d2d94951b0286c74ac22403a25f2101dd9f1b | /src/main/java/com/yitong/weixin/front/receive/utils/CF.java | 2f92f436c1e9f3a34fe41fad408a6a7fdb378ee4 | [
"Apache-2.0"
] | permissive | xielina/wechatMBank | https://github.com/xielina/wechatMBank | c721b1ab0460ab4b88782c7b095a5c4a0461e0a6 | 65746f9359eb716bec2311277e5c3c6a8a877492 | refs/heads/master | 2020-12-02T16:29:40.970000 | 2016-03-01T09:53:18 | 2016-03-01T09:53:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yitong.weixin.front.receive.utils;
import com.yitong.weixin.common.utils.PropertiesLoader;
public class CF {
public final static String Text = "text"; //文本消息msgType
public final static String Image = "image"; //图片消息msgType
public final static String Voice = "voice"; //语音和... | UTF-8 | Java | 3,869 | java | CF.java | Java | [] | null | [] | package com.yitong.weixin.front.receive.utils;
import com.yitong.weixin.common.utils.PropertiesLoader;
public class CF {
public final static String Text = "text"; //文本消息msgType
public final static String Image = "image"; //图片消息msgType
public final static String Voice = "voice"; //语音和... | 3,869 | 0.71416 | 0.70771 | 87 | 37.206898 | 28.867569 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.609195 | false | false | 10 |
ef61cba28e278ad386af6c5cdb0427e706dd50cf | 11,175,504,953,634 | c25f2a57a51270d59593b00e93e3961f6704bba0 | /src/exercicioModelo/Cliente.java | 8124452c7aaf2c6c23e0c1c09f33d0c4a41612bd | [] | no_license | LuizCasagrande/devBootCamp | https://github.com/LuizCasagrande/devBootCamp | 8db76365c3918cf37160002b1ddbe33fb73c6299 | 58dc97b2617f3f51ff93b59ac62ccb1d28238d5d | refs/heads/master | 2020-08-30T05:16:22.053000 | 2019-11-04T20:56:20 | 2019-11-04T20:56:20 | 218,274,269 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicioModelo;
import java.util.ArrayList;
import java.util.List;
public class Cliente {
private Long id;
private String nome;
private String cpf;
private List<Endereco> enderecos = new ArrayList<>();
public Long getId() {
return id;
}
public void setId(Long id) {
... | UTF-8 | Java | 1,257 | java | Cliente.java | Java | [
{
"context": "te: \" + id);\n System.out.println(\"Nome: \" + nome);\n System.out.println(\"Cpf: \" + cpf);\n\n ",
"end": 901,
"score": 0.9333059191703796,
"start": 897,
"tag": "NAME",
"value": "nome"
}
] | null | [] | package exercicioModelo;
import java.util.ArrayList;
import java.util.List;
public class Cliente {
private Long id;
private String nome;
private String cpf;
private List<Endereco> enderecos = new ArrayList<>();
public Long getId() {
return id;
}
public void setId(Long id) {
... | 1,257 | 0.566879 | 0.566879 | 57 | 21.052631 | 19.610615 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 10 |
3a93a7630bc7a606023378be38242899879bc9ea | 21,234,318,373,223 | daa50e97b0d3fd0e3bf80f76d90049f47310bc1b | /src/computingSimpleInterest.java | 3d603b9b8b0d2a3799b505c09eb8a5e9a281ea46 | [] | no_license | mad-dejene/Resilient-Coders | https://github.com/mad-dejene/Resilient-Coders | 59979d6f615d11db8233f2837b9ccc846c1152e5 | 163a66744617533009166d19ad545d94b8613666 | refs/heads/master | 2021-01-10T07:48:20.077000 | 2016-02-02T22:42:37 | 2016-02-02T22:42:37 | 50,957,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class computingSimpleInterest {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("Enter the principal: ");
double principal = scan.nextDouble();
System.out.print("Enter the interest: ");
double interest = scan.nextDouble()... | UTF-8 | Java | 727 | java | computingSimpleInterest.java | Java | [] | null | [] | import java.util.Scanner;
public class computingSimpleInterest {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.print("Enter the principal: ");
double principal = scan.nextDouble();
System.out.print("Enter the interest: ");
double interest = scan.nextDouble()... | 727 | 0.685007 | 0.675378 | 24 | 29.291666 | 34.523518 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.916667 | false | false | 10 |
758856e13baed9be4ae943b1f193cd51832e2d83 | 8,297,876,885,119 | 01dc907fd7d86fe9590d611df1029e252c0e36cd | /app/src/main/java/nl/omniex/omniexshopping/ui/app/order/payment/OrderPaymentPresenter.java | 40d704348b06bebe00b43d4eab167112ec3507a3 | [] | no_license | mich994/android-omniex-shopping | https://github.com/mich994/android-omniex-shopping | 8a6b15f3c3285eea4a5f94949535e257a993514e | eee2c4baae15339748585adc2912e704ffdf3991 | refs/heads/master | 2020-03-28T20:51:19.003000 | 2018-10-17T12:16:18 | 2018-10-17T12:16:18 | 149,108,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.omniex.omniexshopping.ui.app.order.payment;
import java.util.ArrayList;
import java.util.HashSet;
import javax.inject.Inject;
import nl.omniex.omniexshopping.data.model.address.Address;
import nl.omniex.omniexshopping.data.repository.AddressRepository;
import nl.omniex.omniexshopping.ui.base.BasePresenter... | UTF-8 | Java | 1,365 | java | OrderPaymentPresenter.java | Java | [] | null | [] | package nl.omniex.omniexshopping.ui.app.order.payment;
import java.util.ArrayList;
import java.util.HashSet;
import javax.inject.Inject;
import nl.omniex.omniexshopping.data.model.address.Address;
import nl.omniex.omniexshopping.data.repository.AddressRepository;
import nl.omniex.omniexshopping.ui.base.BasePresenter... | 1,365 | 0.688645 | 0.688645 | 37 | 35.864864 | 35.715969 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 10 |
74eb8a612363117b204f4a4929f885d14e6b9a37 | 29,970,281,832,326 | 19efd558400c192a60bee320488e34be2ff68573 | /Football_Scores-master/app/src/main/java/barqsoft/footballscores/widget/DetailWidgetRemoteViewsService.java | a601e56538b3e0797937de2260c323836b782c2b | [] | no_license | lokesht/UdacitySuperDuo | https://github.com/lokesht/UdacitySuperDuo | 4e1e336d31d453b344b2e7d55ec1054ac28c6067 | 878def7a9ac6d9cdd9077c7ef360533363d408ca | refs/heads/master | 2021-01-10T08:14:53.410000 | 2016-03-13T14:04:22 | 2016-03-13T14:04:22 | 49,736,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package barqsoft.footballscores.widget;
import android.annotation.TargetApi;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Binder;
import android.os.Build;
import android.util.Log;
import android.widget.AdapterView;
import andro... | UTF-8 | Java | 6,749 | java | DetailWidgetRemoteViewsService.java | Java | [] | null | [] | package barqsoft.footballscores.widget;
import android.annotation.TargetApi;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Binder;
import android.os.Build;
import android.util.Log;
import android.widget.AdapterView;
import andro... | 6,749 | 0.606312 | 0.604534 | 164 | 40.152439 | 30.794479 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658537 | false | false | 10 |
080258b3861648ac9afd8bbe58be9f20c375a99c | 10,264,971,909,191 | a35a0615a94572c15a0cb1fab6c38dd5df65cc8d | /app/src/main/java/com/example/latika/LoginActivity.java | 9917724801c35c883af66bae0ff6646392f8a4c6 | [] | no_license | salsabilarahma/LATIKA | https://github.com/salsabilarahma/LATIKA | 2aa397769d42becef2635507a3887d388562806e | d2efe3de75671418b61195165234ba59c60aef47 | refs/heads/master | 2020-09-16T01:36:37.011000 | 2019-11-23T15:37:15 | 2019-11-23T15:37:15 | 223,610,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.latika;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class LoginActivity extends AppCompatActivity {
Button btLogin;
TextView eUser, ... | UTF-8 | Java | 1,352 | java | LoginActivity.java | Java | [] | null | [] | package com.example.latika;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class LoginActivity extends AppCompatActivity {
Button btLogin;
TextView eUser, ... | 1,352 | 0.638314 | 0.638314 | 41 | 31.975609 | 27.754576 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707317 | false | false | 10 |
883412ddd37e7d622319a377fb63d8aab34ed4a3 | 35,021,163,346,745 | 93b210724d5e1b9a1b2b89c64c12d8582135f2aa | /EliteCSM-new/Applications/netvertex/src/com/elitecore/netvertex/core/serverinstance/ServerInstanceRegistrationProcess.java | 57b8e080b8af8e115bf1c7c29ebf3d2b818f2d50 | [] | no_license | sunilkumarpvns/newbrs | https://github.com/sunilkumarpvns/newbrs | e6b205a41898b25203f34a902d1334a83baafb09 | 38e8c22ea5deaee2e46938970be405a307918ce7 | refs/heads/master | 2021-06-17T08:45:52.964000 | 2019-08-21T02:58:00 | 2019-08-21T02:58:00 | 203,326,404 | 0 | 0 | null | false | 2021-05-12T00:24:10 | 2019-08-20T07:47:41 | 2019-08-21T03:00:28 | 2021-05-12T00:24:10 | 252,939 | 0 | 0 | 10 | Java | false | false | package com.elitecore.netvertex.core.serverinstance;
import com.elitecore.core.systemx.esix.http.HTTPMethodType;
import com.elitecore.core.systemx.esix.http.RemoteMethod;
import com.elitecore.corenetvertex.sm.serverinstance.ConfigurationDatabase;
import com.elitecore.corenetvertex.sm.serverinstance.ServerInstanceRegis... | UTF-8 | Java | 4,974 | java | ServerInstanceRegistrationProcess.java | Java | [] | null | [] | package com.elitecore.netvertex.core.serverinstance;
import com.elitecore.core.systemx.esix.http.HTTPMethodType;
import com.elitecore.core.systemx.esix.http.RemoteMethod;
import com.elitecore.corenetvertex.sm.serverinstance.ConfigurationDatabase;
import com.elitecore.corenetvertex.sm.serverinstance.ServerInstanceRegis... | 4,974 | 0.658022 | 0.658022 | 97 | 50.278351 | 38.109104 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804124 | false | false | 10 |
30c46031de5637e6e4f93ea3985423cd9cfb354e | 31,825,707,721,686 | 981994869bbb01c514956f35324042c4d9bdaf1a | /elasticsearch/quarkus-elasticsearch/src/main/java/com/mycompany/quarkuselasticsearch/rest/MovieResource.java | 8c536c168d4b34fdbd90576173e3e17069298dcb | [] | no_license | abmessaoud/graalvm-quarkus-micronaut-springboot | https://github.com/abmessaoud/graalvm-quarkus-micronaut-springboot | 14afb9ad3eaf7170e560203094297763cdc9652a | b26bbd459f1cc833b5c1a9f08880c0c368ac057a | refs/heads/master | 2023-08-15T22:15:46.816000 | 2021-10-16T10:56:40 | 2021-10-16T10:56:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycompany.quarkuselasticsearch.rest;
import com.mycompany.quarkuselasticsearch.model.Movie;
import com.mycompany.quarkuselasticsearch.rest.dto.CreateMovieRequest;
import com.mycompany.quarkuselasticsearch.rest.dto.SearchMovieResponse;
import com.mycompany.quarkuselasticsearch.service.MovieService;
import ... | UTF-8 | Java | 1,246 | java | MovieResource.java | Java | [] | null | [] | package com.mycompany.quarkuselasticsearch.rest;
import com.mycompany.quarkuselasticsearch.model.Movie;
import com.mycompany.quarkuselasticsearch.rest.dto.CreateMovieRequest;
import com.mycompany.quarkuselasticsearch.rest.dto.SearchMovieResponse;
import com.mycompany.quarkuselasticsearch.service.MovieService;
import ... | 1,246 | 0.771268 | 0.771268 | 38 | 31.789474 | 27.862593 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 10 |
ea06b254e3f87cfe4c13b2d60c2bcc5ae49923b4 | 6,425,271,120,095 | 2a31f87dbdd4777921e1d47962b68a9cda084891 | /user-manager/src/main/java/com/sellercube/usermanager/server/base/entity/PrintType.java | ef307f99a61314451d7d80d893e51e7bf25bfc86 | [] | no_license | JokeyFeng/free-print | https://github.com/JokeyFeng/free-print | 5d7de93db617f62c45ae3784570b0547bb664587 | 4dcd39422c9812097d0e6d64f925cf40efd73916 | refs/heads/master | 2020-03-16T21:06:56.457000 | 2019-04-12T05:51:47 | 2019-04-12T05:51:47 | 132,985,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sellercube.usermanager.server.base.entity;
import java.io.Serializable;
import java.util.Date;
public class PrintType implements Serializable {
private Integer id;
private String typeName;
private Date createTime;
private String creator;
private Date updateTime;
private String... | UTF-8 | Java | 2,397 | java | PrintType.java | Java | [] | null | [] | package com.sellercube.usermanager.server.base.entity;
import java.io.Serializable;
import java.util.Date;
public class PrintType implements Serializable {
private Integer id;
private String typeName;
private Date createTime;
private String creator;
private Date updateTime;
private String... | 2,397 | 0.561535 | 0.561535 | 111 | 20.603603 | 18.941484 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 10 |
7efe724c042e3a047aeccaf4b338278b40083658 | 38,311,108,288,539 | df5a2179368e4e9db2a8a9117e4e6938e5361cb4 | /src/main/java/com/cugb/entity/Video.java | 9de9e2cef773c377eb376fd53b35f8486b84b7df | [] | no_license | JanusV-G/iiMooc | https://github.com/JanusV-G/iiMooc | 6f4d3296cf062e76c2d2941eca102957a32cdf44 | 12639d3c6aaf6ea5d591e98cc6e5fe558cec76bd | refs/heads/master | 2023-04-01T20:01:41.268000 | 2021-04-14T12:28:02 | 2021-04-14T12:28:02 | 357,895,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cugb.entity;
import java.util.Date;
//具体网课表
public class Video {
public Video() {
}
public Video(String video_name, String upload_user_name, String lesson_name, String video_file,
String video_description, Date video_create_time) {
super();
this.video_name = video_name;
this.upload... | GB18030 | Java | 2,443 | java | Video.java | Java | [] | null | [] | package com.cugb.entity;
import java.util.Date;
//具体网课表
public class Video {
public Video() {
}
public Video(String video_name, String upload_user_name, String lesson_name, String video_file,
String video_description, Date video_create_time) {
super();
this.video_name = video_name;
this.upload... | 2,443 | 0.697518 | 0.697518 | 85 | 25.964706 | 21.665613 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.858824 | false | false | 10 |
9fcc42e44e36a288fbda324329516d3c8b9cabe1 | 2,482,491,118,806 | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/org/springframework/objenesis/instantiator/util/UnsafeUtils.java | df0577596636ed491c09bbad80814a7249cf090c | [] | no_license | yanrumei/bullet-zone-server-2.0 | https://github.com/yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172000 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package org.springframework.objenesis.instantiator.util;
/* */
/* */ import java.lang.reflect.Field;
/* */ import org.springframework.objenesis.ObjenesisException;
/* */ import sun.misc.Unsafe;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | UTF-8 | Java | 1,422 | java | UnsafeUtils.java | Java | [
{
"context": "}\n/* */ }\n\n\n/* Location: C:\\Users\\ikatwal\\Downloads\\bullet-zone-server-2.0.jar!\\BOOT-INF\\li",
"end": 1202,
"score": 0.9514358639717102,
"start": 1195,
"tag": "USERNAME",
"value": "ikatwal"
}
] | null | [] | /* */ package org.springframework.objenesis.instantiator.util;
/* */
/* */ import java.lang.reflect.Field;
/* */ import org.springframework.objenesis.ObjenesisException;
/* */ import sun.misc.Unsafe;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | 1,422 | 0.45218 | 0.434599 | 59 | 23.118645 | 27.976433 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.220339 | false | false | 10 |
f939ccc0dbb8fd016fab9b355740df8fa805ce9a | 5,102,421,212,523 | 7cab5ad8b64003c7a45fa50d0c108e8ca8f12d25 | /Item.java | 86b6cc5b3ddcabe512880e5b1a964894f005e24f | [] | no_license | gelaxidiya/final-trpg-v3 | https://github.com/gelaxidiya/final-trpg-v3 | 12d3b4eb23ed66b1d1287caadf4c7d8d8e6bbcb3 | e6006d2b77268f5d85fa158b718c5a2c6313ee01 | refs/heads/master | 2020-06-03T21:43:53.828000 | 2019-06-13T10:38:05 | 2019-06-13T10:38:05 | 191,743,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Item {
String name;
String description;
Entity target;
Entity currentTarget;
int damage;
String changeStat;
int amount;
Item() {
}
Item(String name, String description, Entity target, String changeStat) {
this.name = name;
this.description = description;
this.chang... | UTF-8 | Java | 1,214 | java | Item.java | Java | [] | null | [] | class Item {
String name;
String description;
Entity target;
Entity currentTarget;
int damage;
String changeStat;
int amount;
Item() {
}
Item(String name, String description, Entity target, String changeStat) {
this.name = name;
this.description = description;
this.chang... | 1,214 | 0.519769 | 0.519769 | 51 | 21.843138 | 16.154125 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745098 | false | false | 10 |
673e50f21205714ac86116bafb95e61044ef2f23 | 14,705,968,060,017 | 6c16dd95888d76320ab771d12334b118bb4e2ed7 | /logging/src/main/java/com/raven/logging/repo/AuditLogRepository.java | 638c6ef76aba5395cd13dbc26962d454921c7445 | [] | no_license | paras16jul1991/orderCommonParent | https://github.com/paras16jul1991/orderCommonParent | 26bc38bf4b6d7013ff7d37407a68f2bf4f8b60b4 | 98796c80933ff109af6f471aab9af1211837dcab | refs/heads/main | 2023-04-03T20:15:00.488000 | 2021-04-26T19:30:13 | 2021-04-26T19:30:13 | 360,147,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.raven.logging.repo;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import com.raven.order.model.Order;
@Repository
public interface AuditLogRepository extends MongoRepository<Order, String> {
} | UTF-8 | Java | 279 | java | AuditLogRepository.java | Java | [] | null | [] | package com.raven.logging.repo;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import com.raven.order.model.Order;
@Repository
public interface AuditLogRepository extends MongoRepository<Order, String> {
} | 279 | 0.842294 | 0.842294 | 10 | 27 | 27.720028 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
99d32473bdb8e04b15bccc863f219cc5f3b2483e | 4,690,104,321,778 | c8ac2f8e00e12d080118a62c180244b61d80ab55 | /Assignments/src/Assignment10_1.java | 7ef4cb262fbb1b9705925218cf1b31928e8f6ec1 | [
"MIT"
] | permissive | yashimself/Java | https://github.com/yashimself/Java | 9e6c10f889276c13109140a8c1c4504e4f7630ac | 30a5bbb13c30f4abfe219bed3bc3ba05fb321e3e | refs/heads/master | 2022-10-30T11:10:25.231000 | 2020-06-20T10:33:02 | 2020-06-20T10:33:02 | 254,959,471 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Assignment10_1 extends Thread
{
public void run()
{
System.out.print("Thread will be suspended for 500 milliseconds!");
try
{
sleep(500);
}
catch (InterruptedException e)
{
e.printStackTrace();
}
System.out.println("\nThread is running!");
}
public static voi... | UTF-8 | Java | 417 | java | Assignment10_1.java | Java | [] | null | [] |
public class Assignment10_1 extends Thread
{
public void run()
{
System.out.print("Thread will be suspended for 500 milliseconds!");
try
{
sleep(500);
}
catch (InterruptedException e)
{
e.printStackTrace();
}
System.out.println("\nThread is running!");
}
public static voi... | 417 | 0.618705 | 0.582734 | 23 | 16.043478 | 19.13903 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.695652 | false | false | 10 |
101cb341da5a13ea8976bdb55cefafaca948790f | 24,610,162,677,079 | c8d4108d125db90d2e6e8ff8b06e019b7ea886c4 | /taotao-manager/taotao-manager-service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java | e69735ef599b4bb5d5d3ae9be0ef49df3212862f | [] | no_license | jziver/ssm_demo | https://github.com/jziver/ssm_demo | 53760c47ecdeca8f8032022fc710d4290f1aac77 | 40625a1a1248ca303242f25c2514e4e69a13d057 | refs/heads/master | 2016-06-12T13:50:33.139000 | 2016-05-18T13:18:08 | 2016-05-18T13:18:08 | 59,024,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taotao.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.taotao.common.EUDateResult;
import com.taotao.mapp... | UTF-8 | Java | 995 | java | ItemServiceImpl.java | Java | [] | null | [] | package com.taotao.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.taotao.common.EUDateResult;
import com.taotao.mapp... | 995 | 0.771859 | 0.771859 | 34 | 27.264706 | 20.855679 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 10 |
8595fd81a8c072d313e77dfb18df3ce7fcc5c498 | 16,106,127,420,189 | 40f4fe2c817526e1990d05f43665bb4b92cd45d2 | /app/src/main/java/com/example/tetris/env/TouchPad.java | 77f24c829b77c61b0f856d688229863a52d6a783 | [] | no_license | stjdans/tetris | https://github.com/stjdans/tetris | ba649aeb98ae65c76cda2ea7fd19e397d5b048af | 478917898edc922d0e0a28fd7161010ace5e2f3b | refs/heads/master | 2021-01-19T10:57:42.037000 | 2015-01-15T11:39:51 | 2015-01-15T11:39:51 | 29,001,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tetris.env;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
public class TouchPad {
public static final int NOTTHING = -1;
public static final int LEFT = 0;
public static final int RIGHT = 1;
public static final int BO... | UTF-8 | Java | 1,958 | java | TouchPad.java | Java | [] | null | [] | package com.example.tetris.env;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
public class TouchPad {
public static final int NOTTHING = -1;
public static final int LEFT = 0;
public static final int RIGHT = 1;
public static final int BO... | 1,958 | 0.609295 | 0.576609 | 79 | 23.784811 | 18.431997 | 72 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.405063 | false | false | 10 |
a07a90d8d1ecef6221d527aa892534558cd810c7 | 30,348,238,916,306 | 70beac17427eed8e27c83184f2bf22efafb9d98d | /src/uebung2/Aufgabe2.java | 0baa7b0d64f4040631beccafe32205510aa8232d | [] | no_license | chrisharsch/ADS | https://github.com/chrisharsch/ADS | 2d857d262a2713d4c5d37493abcddd79094c95c9 | e54fa183e12a22f233090789cfe034bc457f4f58 | refs/heads/master | 2021-05-28T04:02:05.711000 | 2013-11-26T20:56:49 | 2013-11-26T20:56:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uebung2;
import java.util.Stack;
public class Aufgabe2 {
public static void main(String[] args) {
System.out.println(rek(10000));
}
public static long rek(long n) {
if (n > 0) {
System.out.println(n);
return n + rek(n - 1);
} else if (n < 0) {
System.out.println(n);
return n + r... | UTF-8 | Java | 389 | java | Aufgabe2.java | Java | [] | null | [] | package uebung2;
import java.util.Stack;
public class Aufgabe2 {
public static void main(String[] args) {
System.out.println(rek(10000));
}
public static long rek(long n) {
if (n > 0) {
System.out.println(n);
return n + rek(n - 1);
} else if (n < 0) {
System.out.println(n);
return n + r... | 389 | 0.586118 | 0.557841 | 27 | 13.407408 | 12.646941 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.703704 | false | false | 10 |
4c30efbf58474a30d04ce536a6fea4025280cb4e | 12,902,081,769,141 | ac7d037d391b52f59b02c7134e7712dbbe9b4e93 | /SharePic/src/com/hts/SharePic/UpdateCheckService.java | 840773c732aef38c2acab0cfb472a074e07e50eb | [] | no_license | Nishadk/sharepic | https://github.com/Nishadk/sharepic | 741c946a68ef8b5ad8ac67cd749dc22228b079e9 | e62ca15d0151ac5246cd4aa636254d8b2e0eb677 | refs/heads/master | 2021-01-13T02:07:05.850000 | 2013-06-28T03:43:10 | 2013-06-28T03:43:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hts.SharePic;
import java.io.IOException;
import java.net.MalformedURLException;
import java.sql.Date;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotat... | UTF-8 | Java | 8,699 | java | UpdateCheckService.java | Java | [
{
"context": "IntentService\r\n{\r\n\tprivate String mAccessToken = \"457548647601301|kWtjZuefJFr9zFETWAZepe7EA8k\";\r\n\tprivate Facebook facebook = new Facebook(getR",
"end": 665,
"score": 0.9758173227310181,
"start": 622,
"tag": "KEY",
"value": "457548647601301|kWtjZuefJFr9zFETWAZepe7EA8k... | null | [] | package com.hts.SharePic;
import java.io.IOException;
import java.net.MalformedURLException;
import java.sql.Date;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotat... | 8,661 | 0.699276 | 0.691574 | 256 | 31.988281 | 23.646894 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.472656 | false | false | 10 |
8950d46806c0857c2cdfb77f20af8a1342b9bdd4 | 23,373,212,065,125 | 0db353541034a03f555e5c88e3d2237469974146 | /src/main/java/com/github/djbamba/service/weather/api/response/Clouds.java | 47184041c095ea534750fef4ec9ea7741b9375d7 | [] | no_license | djbamba/weather-service | https://github.com/djbamba/weather-service | b3015f8b38389ce9040d4e5635681696f544710a | 9741bdc63498d5a2903a226b334c90d24603ee5b | refs/heads/main | 2023-08-27T20:31:04.906000 | 2021-11-08T22:02:59 | 2021-11-08T22:02:59 | 408,613,999 | 0 | 0 | null | false | 2021-11-08T22:02:59 | 2021-09-20T22:07:54 | 2021-10-26T23:52:33 | 2021-11-08T22:02:59 | 4,226 | 0 | 0 | 0 | Java | false | false | package com.github.djbamba.service.weather.api.response;
import com.fasterxml.jackson.annotation.JsonAlias;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
public class Clouds {
//percentage
@JsonAlias("all")
private Double cloudiness;
}
| UTF-8 | Java | 308 | java | Clouds.java | Java | [
{
"context": "package com.github.djbamba.service.weather.api.response;\n\nimport com.fasterx",
"end": 26,
"score": 0.8419522047042847,
"start": 19,
"tag": "USERNAME",
"value": "djbamba"
}
] | null | [] | package com.github.djbamba.service.weather.api.response;
import com.fasterxml.jackson.annotation.JsonAlias;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
public class Clouds {
//percentage
@JsonAlias("all")
private Double cloudiness;
}
| 308 | 0.805195 | 0.805195 | 15 | 19.533333 | 16.272131 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
c1691d6f4af0dbaa657487ec20bd78086566c789 | 2,929,167,732,490 | 1c970ccf67349e2d6684df626cbbd1c166f9365a | /src/vm/game/player/Player.java | 648b427db089db44ebd063342c77d6b837a03aa5 | [] | no_license | victorparmar/vMoney | https://github.com/victorparmar/vMoney | 13f8e45a7f26e3f5a8f7cc07c78eb5defe6550cb | 5810a1bd085b79d3c687c05e6c0d686a3cc23999 | refs/heads/master | 2015-08-06T03:04:34 | 2012-04-18T15:04:24 | 2012-04-18T15:04:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vm.game.player;
public abstract class Player
{
private final String name;
private long cash;
private int location;
protected Player(String name)
{
this.name = name;
this.cash = 500;
}
public String getName()
{
return nam... | UTF-8 | Java | 675 | java | Player.java | Java | [] | null | [] | package vm.game.player;
public abstract class Player
{
private final String name;
private long cash;
private int location;
protected Player(String name)
{
this.name = name;
this.cash = 500;
}
public String getName()
{
return nam... | 675 | 0.494815 | 0.49037 | 41 | 14.463414 | 11.983928 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.268293 | false | false | 10 |
efc8fa684df2a2fe99cac34978856ddc0726fd5e | 10,376,641,029,208 | f5e954d9efb514721cafb8e1997c926821dce74a | /src/niuke/jianzhioffer/ReplaceKongge.java | 1dc10ff7afa42fefa990ba58c6f620ad5f4a1a7c | [] | no_license | fjf3997/algorithm | https://github.com/fjf3997/algorithm | a18b91610b6914b3614422088d34b7a5b13d4787 | 125752f4d9f5dd2971438521c2feb39f12353ec1 | refs/heads/master | 2020-07-07T08:55:34.535000 | 2019-08-20T06:51:38 | 2019-08-20T06:51:38 | 203,309,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package niuke.jianzhioffer;
/**
* 题目描述
* 请实现一个函数,将一个字符串中的每个空格替换成“%20”。
* 例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。
*/
public class ReplaceKongge {
public static void main(String[] args) {
String str = "we are happy";
// System.out.println(str.indexOf(" ",3));
String newStr = rep... | UTF-8 | Java | 1,189 | java | ReplaceKongge.java | Java | [] | null | [] | package niuke.jianzhioffer;
/**
* 题目描述
* 请实现一个函数,将一个字符串中的每个空格替换成“%20”。
* 例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。
*/
public class ReplaceKongge {
public static void main(String[] args) {
String str = "we are happy";
// System.out.println(str.indexOf(" ",3));
String newStr = rep... | 1,189 | 0.494826 | 0.479774 | 38 | 26.973684 | 19.554897 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 10 |
2ff9713ea8c77927ba49c38878e4fb1b74151167 | 7,464,653,189,685 | 374672aeb7ba56ce5047ca2bc9c1381a00512cce | /finans/src/br/com/prosoft/finans/dao/BandeiraCartaoDao.java | 66ac6114cb35e75011886d7918d8d227e76170cd | [] | no_license | acaldas12/prosoft | https://github.com/acaldas12/prosoft | 3285199d6f20b138e75d9c833e6b018694c1d551 | 2d55e16c87f38dd60234d95ee670a85ebb98bc1e | refs/heads/master | 2019-04-03T19:04:19.932000 | 2016-10-03T18:49:37 | 2016-10-03T18:53:26 | 59,117,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.prosoft.finans.dao;
import java.util.ArrayList;
import br.com.caelum.vraptor.ioc.Component;
import br.com.caelum.vraptor.ioc.RequestScoped;
import br.com.prosoft.finans.bean.BandeiraCartao;
@Component
@RequestScoped
public class BandeiraCartaoDao {
private ArrayList<BandeiraCartao> list;
public Ba... | UTF-8 | Java | 671 | java | BandeiraCartaoDao.java | Java | [] | null | [] | package br.com.prosoft.finans.dao;
import java.util.ArrayList;
import br.com.caelum.vraptor.ioc.Component;
import br.com.caelum.vraptor.ioc.RequestScoped;
import br.com.prosoft.finans.bean.BandeiraCartao;
@Component
@RequestScoped
public class BandeiraCartaoDao {
private ArrayList<BandeiraCartao> list;
public Ba... | 671 | 0.739195 | 0.739195 | 29 | 22.137932 | 20.563986 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.344828 | false | false | 10 |
44ba7995ef47f65bc8ab2f9f499c133f092e12ba | 13,993,003,479,779 | de362689457e5d1aa27522c83987f87b8c13040b | /src/ru/job4j/StudentInfo.java | f6ea0c0e17cc3533669383e458ace24d062be88f | [] | no_license | morpheus322/job4j_elementary | https://github.com/morpheus322/job4j_elementary | 2ed29c4a67b7629b8a02e6bf0c150b457f1cead7 | 646ba7802eea36071dd9d6299a7aedc2ade08990 | refs/heads/master | 2023-03-19T07:52:07.761000 | 2021-03-12T09:33:58 | 2021-03-12T09:33:58 | 292,644,711 | 0 | 0 | null | true | 2020-09-03T18:06:58 | 2020-09-03T18:06:58 | 2020-05-26T09:05:22 | 2020-07-10T01:17:55 | 545 | 0 | 0 | 0 | null | false | false | package ru.job4j;
public class StudentInfo {
public static void main(String[] args) {
System.out.println("Aleksandr Kremer");
System.out.println("12.02.1994");
}
}
| UTF-8 | Java | 195 | java | StudentInfo.java | Java | [
{
"context": "ain(String[] args) {\n System.out.println(\"Aleksandr Kremer\");\n System.out.println(\"12.02.1994\");\n ",
"end": 138,
"score": 0.9998674392700195,
"start": 122,
"tag": "NAME",
"value": "Aleksandr Kremer"
}
] | null | [] | package ru.job4j;
public class StudentInfo {
public static void main(String[] args) {
System.out.println("<NAME>");
System.out.println("12.02.1994");
}
}
| 185 | 0.620513 | 0.574359 | 8 | 23.375 | 18.640932 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
a6bb4bb0795fe7f14684679b0845382e5a1eda94 | 25,907,242,760,693 | 7966b5a9b2b49473a73ec67ab5939f567594720c | /GestiondeProjet2/src/main/java/com/fst/demo/models/Projet.java | 81f3339ca40556ede5d908be8534f785255e4fa8 | [] | no_license | oussamaayari/pfa-backend | https://github.com/oussamaayari/pfa-backend | 8df74e794dce67519526ec9d11b0ee9ca8381795 | 0b0448d9dd8f1021e75445ed07ac46836fc6f580 | refs/heads/master | 2022-07-10T14:55:50.700000 | 2020-02-18T10:06:00 | 2020-02-18T10:06:00 | 241,327,365 | 0 | 0 | null | false | 2022-06-21T02:49:17 | 2020-02-18T09:59:00 | 2020-02-18T10:38:33 | 2022-06-21T02:49:13 | 78 | 0 | 0 | 1 | Java | false | false | package com.fst.demo.models;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinCol... | UTF-8 | Java | 2,943 | java | Projet.java | Java | [] | null | [] | package com.fst.demo.models;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinCol... | 2,943 | 0.712878 | 0.712538 | 166 | 16.728916 | 19.007101 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.198795 | false | false | 10 |
e7f4090f8898ac06a2b72e2edb6f52f51df75ee4 | 25,907,242,761,949 | b587d157ec646f38358712029cf23c18b0b8ee0c | /netconnect/src/com/example/netconnect/CheckNetworkActivity.java | b189c93c7f7dd62f1bd28c7d5fc4c20e02bd9f24 | [] | no_license | chautn/A | https://github.com/chautn/A | f828b647747b19e4a4a2b1213c0194cf47cba767 | 1796311428edd2b8a09b89b342b3be0e2022ca76 | refs/heads/master | 2021-01-17T08:00:39.993000 | 2016-07-25T10:59:58 | 2016-07-25T10:59:58 | 35,338,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.netconnect;
import android.app.Activity;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.sip.SipSession.State;
import android.os.Bundle;
import android.widget.LinearLayout;
import android.widget.TextView;
public class Check... | UTF-8 | Java | 1,338 | java | CheckNetworkActivity.java | Java | [] | null | [] | package com.example.netconnect;
import android.app.Activity;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.sip.SipSession.State;
import android.os.Bundle;
import android.widget.LinearLayout;
import android.widget.TextView;
public class Check... | 1,338 | 0.777279 | 0.777279 | 43 | 30.11628 | 24.93919 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72093 | false | false | 10 |
e3b350661678bb19593db94a08a2116fcd596c95 | 31,928,786,910,988 | 66bdcbd3fb721f34e5de086b5ea245bbb5db3c2a | /src/wd_excercise/A22_WindowTitles.java | 2d50b218aa755b27dcc41727b5e7887caa77977f | [] | no_license | vijaybabu07/may2020 | https://github.com/vijaybabu07/may2020 | 2097a59ff29f454676b8620d3ed51cb5900f69ad | 727339869977a862e1396ae6d592e17e3f9d2d8c | refs/heads/master | 2022-07-11T06:17:24.059000 | 2020-05-13T06:14:12 | 2020-05-13T06:14:12 | 263,538,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wd_excercise;
import java.util.ArrayList;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class A22_WindowTitles {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.d... | UTF-8 | Java | 1,294 | java | A22_WindowTitles.java | Java | [] | null | [] | package wd_excercise;
import java.util.ArrayList;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class A22_WindowTitles {
public static void main(String[] args) {
System.setProperty("webdriver.chrome.d... | 1,294 | 0.669243 | 0.663833 | 35 | 34.971428 | 27.820328 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.314286 | false | false | 10 |
2fdca3e06f0747cf0efec86132216a2a3d49da12 | 23,450,521,483,734 | f6511e582cc904af40879064b75ddddf8e5467b8 | /Java/SeleniumExample/src/test/TestWikipedia.java | 15e6c5db3652b0b73e454b8a511a566cb5d8d41e | [] | no_license | burnettk/origin | https://github.com/burnettk/origin | bbc73e166642182d941ed986b1868c7efdb1f48f | bb4e0067227937cf9d0e2595cc63d8527e4a950a | refs/heads/master | 2020-12-24T15:41:10.131000 | 2016-02-29T21:24:51 | 2016-02-29T21:24:51 | 52,836,795 | 0 | 0 | null | true | 2016-03-01T01:01:38 | 2016-03-01T01:01:38 | 2016-02-09T19:19:33 | 2016-02-29T21:25:24 | 111,775 | 0 | 0 | 0 | null | null | null | package test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class TestWikipedia {
public static void main(String[] args) {
// Open new driver
WebDriver driver = new FirefoxDriver();
driver.... | UTF-8 | Java | 870 | java | TestWikipedia.java | Java | [] | null | [] | package test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
public class TestWikipedia {
public static void main(String[] args) {
// Open new driver
WebDriver driver = new FirefoxDriver();
driver.... | 870 | 0.697701 | 0.688506 | 42 | 19.714285 | 16.839983 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 10 |
d0c447382bc1789f60ce2884590dfb04e8860338 | 31,610,959,302,488 | f95500409686a709e731003e3fa01c81ccfeb5d7 | /java_progs/str2.java | b532cc4245641191f16fab2c9a2d0877ba9f6535 | [] | no_license | devutsav/C-Programs | https://github.com/devutsav/C-Programs | 685bc28fa880b8ee4c2123e074195ca95966a242 | 3f6cd434e681e7227d360ccddabcb03d4df1fe7e | refs/heads/master | 2021-05-25T09:33:31.313000 | 2020-07-14T07:25:13 | 2020-07-14T07:25:13 | 68,452,951 | 0 | 0 | null | false | 2017-12-21T18:02:32 | 2016-09-17T13:14:01 | 2017-11-12T14:36:01 | 2017-12-21T18:02:27 | 47 | 0 | 0 | 1 | C | false | null | import java.util.*;
public class str2
{
public static void main(String []args)
{
System.out.println("Enter the sentence");
Scanner in = new Scanner(System.in);
String l=in.nextLine();
System.out.println("Enter the word");
String ll = in.next();
l = l+" ";
... | UTF-8 | Java | 842 | java | str2.java | Java | [] | null | [] | import java.util.*;
public class str2
{
public static void main(String []args)
{
System.out.println("Enter the sentence");
Scanner in = new Scanner(System.in);
String l=in.nextLine();
System.out.println("Enter the word");
String ll = in.next();
l = l+" ";
... | 842 | 0.4038 | 0.401425 | 42 | 19.023809 | 13.495128 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 10 |
2d124a9d0a96618797ad8215c04d4c034e77d2f7 | 13,271,448,953,613 | 012210570915dbe810f629badacf76515462ac7f | /src/test/java/VectorTest.java | 896ca1ac145222872762b61a10bc277dd756bcd5 | [] | no_license | labourel/point | https://github.com/labourel/point | 5caba7806d5c9d9cf155093276f4800278e68892 | 7f23047d720e3fb9605664791e51fc4c797b64ef | refs/heads/master | 2020-03-31T08:17:14.055000 | 2018-10-08T09:27:51 | 2018-10-08T09:27:51 | 152,052,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.number.OrderingComparison.greaterThanOrEqualTo;
import static org.junit.jupiter.api.Assertions.assertEquals;
import s... | UTF-8 | Java | 3,347 | java | VectorTest.java | Java | [
{
"context": "it.jupiter.api.Assertions.fail;\n\n/**\n * Created by Arnaud Labourel on 30/09/2018.\n */\npublic class VectorTest {\n\n ",
"end": 399,
"score": 0.9998923540115356,
"start": 384,
"tag": "NAME",
"value": "Arnaud Labourel"
}
] | null | [] | import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.number.OrderingComparison.greaterThanOrEqualTo;
import static org.junit.jupiter.api.Assertions.assertEquals;
import s... | 3,338 | 0.593423 | 0.566218 | 131 | 24.534351 | 18.289988 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59542 | false | false | 10 |
8934dd135c6938af5e5cca0ca76570aafeacc59b | 13,271,448,955,310 | 4a22e70d5a869cb1f695f96284f249aaa91cb2d1 | /BankingUtill.java | ca0f10c1b6d9621a732dd8eaa0f0e2d2cd9f7795 | [] | no_license | Lakshmi-chowdary-96/Banking-1 | https://github.com/Lakshmi-chowdary-96/Banking-1 | 1391eab5f3105a2685c2a73dd974d403d2cf518d | 632539879e3d80bc669472319aaee2f22d3a03f3 | refs/heads/master | 2020-04-14T05:31:45.341000 | 2019-01-03T14:03:34 | 2019-01-03T14:03:34 | 163,662,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.banking.bankingutill;
import com.cg.banking.beans.Customer;
public class BankingUtill {
private static int Customer_ID_COUNTER=101;
private static int Customer_IDX=0;
public static Customer[] associates=new Customer[10];
public static Customer[] customer;
public static int getCustomer_I... | UTF-8 | Java | 446 | java | BankingUtill.java | Java | [] | null | [] | package com.cg.banking.bankingutill;
import com.cg.banking.beans.Customer;
public class BankingUtill {
private static int Customer_ID_COUNTER=101;
private static int Customer_IDX=0;
public static Customer[] associates=new Customer[10];
public static Customer[] customer;
public static int getCustomer_I... | 446 | 0.726457 | 0.713004 | 18 | 22.777779 | 18.810621 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 10 |
d1d61f92fdb229fdb71adabc8989a02decf124b1 | 6,751,688,655,082 | 92bb33ecc2fccd777e5e1dda469b15ac8caeb14c | /src/auca/library/view/bookView.java | 153fc1adf62e7ea51c1b6b09a5851096b805f679 | [] | no_license | nellyganza/Libray-System-With-RMI | https://github.com/nellyganza/Libray-System-With-RMI | 4eaf5c925bde1881aad44d45a37fb8eed8324c05 | 9818ed031a6b07b65975e95fd68491c151584b03 | refs/heads/master | 2022-12-06T06:55:47.397000 | 2020-08-27T10:34:52 | 2020-08-27T10:34:52 | 266,447,080 | 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 auca.library.view;
import auca.library.Interface.BookCategoryInter;
import auca.library.Interface.BookInter;
import auca.libra... | UTF-8 | Java | 49,979 | java | bookView.java | Java | [
{
"context": ".swing.table.DefaultTableModel;\n\n/**\n *\n * @author NISHIMWE Elyse\n */\npublic class bookView extends javax.swing.JIn",
"end": 923,
"score": 0.999853789806366,
"start": 909,
"tag": "NAME",
"value": "NISHIMWE Elyse"
}
] | 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 auca.library.view;
import auca.library.Interface.BookCategoryInter;
import auca.library.Interface.BookInter;
import auca.libra... | 49,971 | 0.631225 | 0.616939 | 1,015 | 48.240395 | 34.435738 | 344 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.796059 | false | false | 10 |
4c45d4418ab3d966fc986b6fc666469fdc9fdfd3 | 22,273,700,449,060 | d9cbe0104a8fffe935145303ef23c779bf5f04f7 | /android/app/src/main/java/de/hdm/project/billtracker/fragments/CameraFragment.java | 915dae0fbfd2cefe6f5e0a47c86d4be1601ba59c | [
"MIT"
] | permissive | knksknsy/billtracker | https://github.com/knksknsy/billtracker | 162feb5c39e6ce4b9f0f69d1d8bd4545a9a3a012 | 9621b9067658092e8515949c561bd960a92b3b26 | refs/heads/master | 2021-11-22T22:12:49.142000 | 2021-11-07T12:30:49 | 2021-11-07T12:30:49 | 167,814,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.hdm.project.billtracker.fragments;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.IntentFilter;
import androidx.fragment.app.DialogFragment;
import android.content.Intent;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import android.o... | UTF-8 | Java | 10,087 | java | CameraFragment.java | Java | [] | null | [] | package de.hdm.project.billtracker.fragments;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.IntentFilter;
import androidx.fragment.app.DialogFragment;
import android.content.Intent;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import android.o... | 10,087 | 0.636958 | 0.634183 | 315 | 31.022223 | 27.645422 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492063 | false | false | 10 |
cfa86dd621000f34139c5e75aee46e3652164c9d | 27,075,473,834,037 | a669b834682036402aed954287924c3af689d546 | /src/gui/ToolBox.java | 99c67f629f147d32c21b752a80ec78ec7e3ac51f | [] | no_license | neo-take-lucy/leveleditor | https://github.com/neo-take-lucy/leveleditor | 932cdc869039ee5f0249599d8ed29e607e3d1aee | a614ccd1dc53bc1c1bbb157241c405146a913d3e | refs/heads/master | 2023-07-30T03:54:01.320000 | 2021-09-21T14:39:29 | 2021-09-21T14:39:29 | 402,454,447 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import composition.BrushType;
import files.FileManager;
import handler.TerminalHandler;
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.io.File;
/**
* Toolbox... | UTF-8 | Java | 19,369 | java | ToolBox.java | Java | [] | null | [] | package gui;
import composition.BrushType;
import files.FileManager;
import handler.TerminalHandler;
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.io.File;
/**
* Toolbox... | 19,369 | 0.555114 | 0.550674 | 677 | 27.610044 | 24.618658 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.646972 | false | false | 10 |
1006b5deb33db50903c45f1121578762c4138692 | 19,370,302,560,855 | f87df61ff9873ac9f4d496fbdb725eb9edfc100d | /app/src/main/java/com/mediatek/mtklogger/taglog/db/TaglogTable.java | 9d598357773a8631e35ea5f77aa657cabf939cea | [] | no_license | YCole/Alog | https://github.com/YCole/Alog | 24124312aaa2026c41e04cdb17a9c0b33c37bf06 | 6574f942d25196a25e78e9fc572e69fcda983dd2 | refs/heads/master | 2020-03-23T10:09:31.124000 | 2018-07-18T11:55:46 | 2018-07-18T11:55:46 | 141,428,343 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mediatek.mtklogger.taglog.db;
import android.os.Parcel;
import android.os.Parcelable;
/**
* This class is used to record owner info.
*/
public class TaglogTable implements Parcelable {
private int mTaglogId;
private String mTargetfolder;
private String mState;
private String mFileList;
... | UTF-8 | Java | 6,374 | java | TaglogTable.java | Java | [] | null | [] | package com.mediatek.mtklogger.taglog.db;
import android.os.Parcel;
import android.os.Parcelable;
/**
* This class is used to record owner info.
*/
public class TaglogTable implements Parcelable {
private int mTaglogId;
private String mTargetfolder;
private String mState;
private String mFileList;
... | 6,374 | 0.616097 | 0.61594 | 230 | 26.713043 | 21.259787 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53913 | false | false | 10 |
448a97dfcea357d09e9a03ad56b87556045e51e3 | 19,370,302,561,816 | ea14287ee95cb9638c9c3547f7857a30af2b2e66 | /src/main/java/br/com/sysacademico/util/AppContextListener.java | cf0cc7074c0695c74e646b88fc0416ec48769eb9 | [] | no_license | cristianoliveira063/SysAcademico | https://github.com/cristianoliveira063/SysAcademico | 4024812acce0b7c135867d34c4e3ed4934aa6cdf | 125556144327e6ef3b41d9bc78394bf38ca51315 | refs/heads/master | 2016-09-14T04:20:22.169000 | 2016-05-03T01:34:42 | 2016-05-03T01:34:42 | 56,449,261 | 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 br.com.sysacademico.util;
import br.com.sysacademico.validation.NotBlankClientValidationConstraint;
import javax.servl... | UTF-8 | Java | 1,012 | java | AppContextListener.java | Java | [
{
"context": "nValidationMetadataMapper;\r\n\r\n/**\r\n *\r\n * @author 016255421\r\n */\r\n@WebListener\r\npublic class AppContextListen",
"end": 589,
"score": 0.9660234451293945,
"start": 580,
"tag": "USERNAME",
"value": "016255421"
}
] | 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 br.com.sysacademico.util;
import br.com.sysacademico.validation.NotBlankClientValidationConstraint;
import javax.servl... | 1,012 | 0.751976 | 0.743083 | 34 | 27.764706 | 27.844166 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 10 |
246efd265d9ada631636baa39a1f01987a508d1b | 5,712,306,513,746 | 66556388f7ec300f8fb23f795c283e8d98aab863 | /test09/Maker.java | 2ae3f1adcd1fd3d9d62348908a08546a1c3268c5 | [] | no_license | siarhei/ocpjp7 | https://github.com/siarhei/ocpjp7 | de2063d5f9c93e9a40a2a4e85a6bee3b8e38b2f1 | 8e24913d4874fe74ec64eacdf3ec82a7cb11349c | refs/heads/master | 2021-01-21T12:07:54.638000 | 2015-11-04T21:19:19 | 2015-11-04T21:19:19 | 34,564,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
public class Maker {
public static void main(String[] args) {
File dir = new File("dir3");
//File file = new File("dir3", "file3"); //OK
File file = new File(dir, "file3"); //OK
try {
dir.mkdir();
file.createNewFile();
} catch (IOException e) {
e.printStackTrace();
} finally ... | UTF-8 | Java | 369 | java | Maker.java | Java | [] | null | [] | import java.io.*;
public class Maker {
public static void main(String[] args) {
File dir = new File("dir3");
//File file = new File("dir3", "file3"); //OK
File file = new File(dir, "file3"); //OK
try {
dir.mkdir();
file.createNewFile();
} catch (IOException e) {
e.printStackTrace();
} finally ... | 369 | 0.579946 | 0.569106 | 18 | 19.555555 | 14.146936 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.555556 | false | false | 10 |
e18decee5d269782701a46049a4c697883620450 | 5,806,795,849,072 | 1ca6f6e293acda05e8d07e3b24a5ca5224fe5797 | /src/main/java/com/hexad/library/repository/BookRepository.java | bd670fd2ff2721779be10da84cdc20ffe38bd841 | [] | no_license | gouravtiwari489/library | https://github.com/gouravtiwari489/library | 37dd2745a435edbdc55fea038f716a469c340bad | b67f19f62e3058546a4b31a3f5f2c0a25ff73993 | refs/heads/master | 2023-01-28T19:58:46.928000 | 2020-12-09T07:22:13 | 2020-12-09T07:22:13 | 315,876,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hexad.library.repository;
import com.hexad.library.model.Book;
import org.springframework.stereotype.Repository;
import java.util.HashMap;
import java.util.Map;
@Repository
public class BookRepository {
private Map<Integer, Book> bookMap = new HashMap<>();
public Map<Integer, Book> save(Book b... | UTF-8 | Java | 471 | java | BookRepository.java | Java | [] | null | [] | package com.hexad.library.repository;
import com.hexad.library.model.Book;
import org.springframework.stereotype.Repository;
import java.util.HashMap;
import java.util.Map;
@Repository
public class BookRepository {
private Map<Integer, Book> bookMap = new HashMap<>();
public Map<Integer, Book> save(Book b... | 471 | 0.687898 | 0.687898 | 22 | 20.40909 | 18.705029 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 10 |
dce78a35f30cc71f36075ddcef018bd79e8e4c8b | 6,141,803,289,756 | 96e99987e2079ead3377961ec2c7863818fbf3ac | /webshop/src/main/java/richard/forgo/dbs/webshop/domain/MostValuableBasket.java | b5904e32080c20053e5134a430c6182d3df8f1a3 | [] | no_license | Silent947/dbs | https://github.com/Silent947/dbs | 0058cb295b5b1907259aef9ca043e282285b5086 | e0c0485a163b7e5913d309dc8d082d0195f8c9da | refs/heads/master | 2020-05-15T21:56:34.913000 | 2019-05-17T22:02:04 | 2019-05-17T22:02:04 | 182,512,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package richard.forgo.dbs.webshop.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class MostValuableBasket {
private Integer totalPrice;
private String userName;
}
| UTF-8 | Java | 213 | java | MostValuableBasket.java | Java | [] | null | [] | package richard.forgo.dbs.webshop.domain;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class MostValuableBasket {
private Integer totalPrice;
private String userName;
}
| 213 | 0.821596 | 0.821596 | 11 | 18.363636 | 14.156737 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 10 |
70a3d4129271934dd3954f3992ee6f075392438e | 25,383,256,787,396 | 0dfd512a7d84b41c6788967f99acefdb8856d271 | /GuavaPrj/src/guava4/FluentIterablesTestes.java | 78a6f87412a73236f13974f6811e036c8570987a | [] | no_license | SruthiVenkat/Projetos | https://github.com/SruthiVenkat/Projetos | cf7e7ae099613beaa54a1735466915a2d256e133 | 238e2234b7889cad18c04fa8ad1f42a7bbdf57f1 | refs/heads/master | 2023-03-17T05:03:32.724000 | 2015-10-28T20:06:25 | 2015-10-28T20:06:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package guava4;
import java.util.Arrays;
import java.util.List;
import com.google.common.base.Function;
import com.google.common.base.Joiner;
import com.google.common.base.Predicate;
import com.google.common.collect.FluentIterable;
import com.google.common.collect.ImmutableList;
import com.google.common.col... | UTF-8 | Java | 1,989 | java | FluentIterablesTestes.java | Java | [] | null | [] | package guava4;
import java.util.Arrays;
import java.util.List;
import com.google.common.base.Function;
import com.google.common.base.Joiner;
import com.google.common.base.Predicate;
import com.google.common.collect.FluentIterable;
import com.google.common.collect.ImmutableList;
import com.google.common.col... | 1,989 | 0.637004 | 0.620412 | 87 | 20.862068 | 23.465883 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.505747 | false | false | 10 |
5fb481daf6ab7c96d625805b5d5526038037a203 | 16,312,285,848,614 | 973238bc7fa2f929204fbd75ee54a5aa1a34781e | /Revise_GUI/src/MatrixIO/View.java | e04696270279e7bf307ac0d467f941097f03550a | [] | no_license | nguyenvanson9x/JAVA | https://github.com/nguyenvanson9x/JAVA | 00aa60e1611a37f61be7a393f2254899367fb106 | 9b41608015cc23668f57b9cc450ad86cbcffd2b9 | refs/heads/master | 2021-01-20T00:20:26.286000 | 2017-05-31T14:23:52 | 2017-05-31T14:23:52 | 89,112,692 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MatrixIO;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
import javax.swing.border.EmptyBorder;
public class View extends JFrame {
/**
... | UTF-8 | Java | 2,290 | java | View.java | Java | [] | null | [] | package MatrixIO;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
import javax.swing.border.EmptyBorder;
public class View extends JFrame {
/**
... | 2,290 | 0.629435 | 0.613666 | 100 | 20.83 | 18.585508 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.06 | false | false | 10 |
083b3e8827331158d3af35de7c1205c63d516ce4 | 25,091,199,011,635 | 4dc6e0946b3fc7e3c70d9b3d849445ce84ebc558 | /decals-ui/src/com/eduworks/decals/ui/client/util/DsMessage.java | 815c2ce390cd92ce34db8fa753fd878b6e322e6d | [
"Apache-2.0"
] | permissive | alexliu9800/DECALS | https://github.com/alexliu9800/DECALS | 5bb3281a02a4416af78bd69b9a915f5221c8fe0d | 97d428859fae9ab4165fc50d588075a52f8e7d33 | refs/heads/master | 2020-11-29T16:54:08.435000 | 2016-06-02T19:31:40 | 2016-06-02T19:31:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eduworks.decals.ui.client.util;
/**
* Message container class.
*
* @author Eduworks Corporation
*
*/
public class DsMessage {
private String html;
private String closeBtnId;
public DsMessage(String html, String closeBtnId) {
this.html = html;
this.closeBtnId = close... | UTF-8 | Java | 435 | java | DsMessage.java | Java | [] | null | [] | package com.eduworks.decals.ui.client.util;
/**
* Message container class.
*
* @author Eduworks Corporation
*
*/
public class DsMessage {
private String html;
private String closeBtnId;
public DsMessage(String html, String closeBtnId) {
this.html = html;
this.closeBtnId = close... | 435 | 0.664368 | 0.664368 | 22 | 18.772728 | 18.145702 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
640a2a2dbd3adc8574ae5d66e975a3fba5aeb19a | 14,955,076,145,502 | aa95f096ba419de49eeb635b996df4a5b84a8004 | /app/src/main/java/com/abroad/ruianju/adapter/UIShowAdapter.java | e127c5d95db1a8afbb01a54bfd3a7ee361949bd0 | [] | no_license | zhangyubao/RuiAnJu | https://github.com/zhangyubao/RuiAnJu | d36df448f3e2b7894bebf792e0400fb515c3ed7f | b09461dd99ae046caa1cb62d42873ab5ab0a7e4e | refs/heads/master | 2018-02-10T21:25:05.511000 | 2017-04-21T02:53:04 | 2017-04-21T02:53:04 | 62,046,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abroad.ruianju.adapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.abroad.ruianju.R;
import com.abroad.ruianju.db.DBUtils;
import java.util.ArrayList;
import java.util... | UTF-8 | Java | 1,336 | java | UIShowAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by zhangYB on 2016/7/8.\n * <p/>\n * 分享界面背景适配器\n */\npublic clas",
"end": 353,
"score": 0.999436616897583,
"start": 346,
"tag": "USERNAME",
"value": "zhangYB"
}
] | null | [] | package com.abroad.ruianju.adapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.abroad.ruianju.R;
import com.abroad.ruianju.db.DBUtils;
import java.util.ArrayList;
import java.util... | 1,336 | 0.683612 | 0.6783 | 55 | 22.963636 | 21.538095 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472727 | false | false | 14 |
24979a04583329e83dac978f5d2106e8996b0d8e | 7,172,595,404,199 | bbde45a0bca036e1ef039b146a0855650e6cec19 | /src/main/java/org/jahia/modules/visibility/filter/visibilityObjectList.java | 27876cb0fee17918cdd4776f15c0e382c60e6436 | [] | no_license | smonier/visibilityDashboard | https://github.com/smonier/visibilityDashboard | c87158312e4b36b8c486bd29be47f0d1e70c71fa | 218bd4075f55b80938dca4bf89cc2df2ea460d12 | refs/heads/master | 2021-05-16T01:59:41.040000 | 2014-06-27T09:24:59 | 2014-06-27T09:24:59 | 20,476,327 | 0 | 0 | null | false | 2019-10-25T16:31:07 | 2014-06-04T08:47:26 | 2014-06-26T14:10:20 | 2019-10-25T15:18:10 | 40 | 0 | 0 | 0 | CSS | false | false | package org.jahia.modules.visibility.filter;
import org.jahia.services.content.JCRNodeWrapper;
import org.jahia.services.content.JCRSessionFactory;
import org.jahia.services.content.JCRSessionWrapper;
import org.jahia.services.render.RenderContext;
import org.jahia.services.render.Resource;
import org.jahia.services.r... | UTF-8 | Java | 2,909 | java | visibilityObjectList.java | Java | [
{
"context": ".List;\nimport java.util.Locale;\n\n/**\n * Created by smonier on 04/06/14.\n */\npublic class visibilityObjectLis",
"end": 805,
"score": 0.9995669722557068,
"start": 798,
"tag": "USERNAME",
"value": "smonier"
}
] | null | [] | package org.jahia.modules.visibility.filter;
import org.jahia.services.content.JCRNodeWrapper;
import org.jahia.services.content.JCRSessionFactory;
import org.jahia.services.content.JCRSessionWrapper;
import org.jahia.services.render.RenderContext;
import org.jahia.services.render.Resource;
import org.jahia.services.r... | 2,909 | 0.710553 | 0.706772 | 77 | 36.79221 | 38.276279 | 237 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558442 | false | false | 14 |
f05c01e2e1c8fc772b74a10f5cf4629c6cea7d5c | 18,708,877,565,060 | 7e973c3b81498a4c3129a1b8cb639ae389ba9d09 | /src/Rectangle.java | 56b5853fe1ad24b5b60f995772d3a6f46f58a786 | [] | no_license | tomershay100/The-Coins-Game | https://github.com/tomershay100/The-Coins-Game | 2a69a9ac1ef6b8e968c626276668a74be0a0cc7a | 889ed019fc3c7b3223fe86e3c13df59587eb8af9 | refs/heads/master | 2023-03-12T06:34:21.440000 | 2021-02-26T17:52:21 | 2021-02-26T17:52:21 | 288,694,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //323082701
import java.awt.*;
/**
* Geometries.Rectangle Object - each Geometries.Rectangle has a width, a height and a Geometries.Point.
*
* @author Tomer Shay <tomershay100@gmail.com>
* @version 1.0
* @since 2020-04-24
*/
public class Rectangle {
private final double width;
private fin... | UTF-8 | Java | 1,381 | java | Rectangle.java | Java | [
{
"context": ", a height and a Geometries.Point.\r\n *\r\n * @author Tomer Shay <tomershay100@gmail.com>\r\n * @version 1.0\r\n * @si",
"end": 173,
"score": 0.9998713731765747,
"start": 163,
"tag": "NAME",
"value": "Tomer Shay"
},
{
"context": "d a Geometries.Point.\r\n *\r\n * @auth... | null | [] | //323082701
import java.awt.*;
/**
* Geometries.Rectangle Object - each Geometries.Rectangle has a width, a height and a Geometries.Point.
*
* @author <NAME> <<EMAIL>>
* @version 1.0
* @since 2020-04-24
*/
public class Rectangle {
private final double width;
private final double height;
... | 1,362 | 0.583635 | 0.567705 | 59 | 21.440678 | 21.71641 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.220339 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.