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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
049f5cb29f8916d79d25b2b7d8d8abd4f67aa469 | 32,899,449,506,522 | ab811d7361b600e6e40ec5fd167806e4d833b70d | /SkunkProject/src/Round.java | 101fe6ae8c01b10f436bfe7a6822f2c0b0a54515 | [] | no_license | BingSun515/tp_2_skunk | https://github.com/BingSun515/tp_2_skunk | 42d0c9b348c28fe34a5488e8ed04589a355603a9 | dc3f8019c2d7eeb9283d6a1bdd1cf82129182f6a | refs/heads/master | 2020-05-16T01:05:37.323000 | 2019-04-25T22:55:36 | 2019-04-25T22:55:36 | 182,595,132 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Iterator;
class Round
{
private ArrayList<Turn> turns;
Round(Turn turn)
{
this.turns = new ArrayList<Turn>();
this.turns.add(turn);
}
Score getScore()
{
Iterator<Turn> turn = this.turns.iterator();
Score nextTurnScore = new Score();
while(turn.hasNext())
... | UTF-8 | Java | 554 | java | Round.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Iterator;
class Round
{
private ArrayList<Turn> turns;
Round(Turn turn)
{
this.turns = new ArrayList<Turn>();
this.turns.add(turn);
}
Score getScore()
{
Iterator<Turn> turn = this.turns.iterator();
Score nextTurnScore = new Score();
while(turn.hasNext())
... | 554 | 0.694946 | 0.694946 | 29 | 18.103449 | 22.696415 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.758621 | false | false | 12 |
3ba56569866abe2ac791930f074438ba563104dc | 9,732,395,960,311 | a412b6db7ae1b67ec73fa7bf363ad895f7b07fe8 | /AirdropAddictWeb/src/main/java/com/airdropaddict/webpage/client/EventService.java | 5d5622bb0091ea6d1cc20b30ee8618134c5bbdf1 | [] | no_license | airdropaddict/webpage | https://github.com/airdropaddict/webpage | e28613ed9b7e2cfeb08922ac0b49e347235c6fd1 | 7532b8711db34504f444926388fc5020c6ab0635 | refs/heads/master | 2021-09-03T13:36:21.947000 | 2018-01-09T12:37:43 | 2018-01-09T12:37:43 | 113,998,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.airdropaddict.webpage.client;
import com.airdropaddict.webpage.shared.EventResultType;
import com.airdropaddict.webpage.shared.data.*;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import java.util.List;
@RemoteServiceRelativePath("e... | UTF-8 | Java | 1,237 | java | EventService.java | Java | [] | null | [] | package com.airdropaddict.webpage.client;
import com.airdropaddict.webpage.shared.EventResultType;
import com.airdropaddict.webpage.shared.data.*;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import java.util.List;
@RemoteServiceRelativePath("e... | 1,237 | 0.804365 | 0.804365 | 30 | 40.233334 | 34.347908 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 12 |
4f8f75344fdcb29eac9e5eaa653edc0a03ecf670 | 5,720,896,445,319 | 451000ed1b02eec544a0781ca3daa84524420fd9 | /java-version/src/main/java/io/github/yfwz100/eleme/hack2015/models/Cart.java | ff9d41f401b3c42cc8760b91c83c687b23628154 | [] | no_license | ele828/eleme-hackathon | https://github.com/ele828/eleme-hackathon | af228a874ee923655d5f69f3b30e0030c43ad575 | 248479518a49dc5131940b006fca12f845ead39c | refs/heads/master | 2021-01-12T19:23:24.398000 | 2018-07-13T05:21:48 | 2018-07-13T05:21:48 | 45,979,692 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.yfwz100.eleme.hack2015.models;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
/**
* Created by Eric on 15/11/12.
*/
public class Cart {
private final int maxSize = 3;
private String cartId;
private List<Food> foods = new ArrayList<>(3);
private User user;... | UTF-8 | Java | 1,210 | java | Cart.java | Java | [
{
"context": "package io.github.yfwz100.eleme.hack2015.models;\n\nimport java.util.ArrayLis",
"end": 25,
"score": 0.9988176226615906,
"start": 18,
"tag": "USERNAME",
"value": "yfwz100"
},
{
"context": "il.List;\nimport java.util.UUID;\n\n/**\n * Created by Eric on 15/11/12.\n */\npub... | null | [] | package io.github.yfwz100.eleme.hack2015.models;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
/**
* Created by Eric on 15/11/12.
*/
public class Cart {
private final int maxSize = 3;
private String cartId;
private List<Food> foods = new ArrayList<>(3);
private User user;... | 1,210 | 0.57438 | 0.561983 | 60 | 19.183332 | 15.804526 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 12 |
0858a0bf95bf9061a86f721664b4e7fe96e6c0a1 | 21,397,527,093,606 | a89089221a6f05d55e3e217c27fc8fb73163a6b5 | /src/main/java/com/example/miss/util/RoleResult.java | 813de9f6a169533a1fefffb07b3aa840f36cd469 | [] | no_license | shendaxia1/springbootDemo | https://github.com/shendaxia1/springbootDemo | c4f000c730c53e25f58f5df1cb9c55621eea7f63 | 31a06bbeeac852b43331d1dfdcf6b14fd2ef6b3d | refs/heads/master | 2020-05-23T20:32:52.701000 | 2019-05-16T02:56:55 | 2019-05-16T02:56:55 | 186,934,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.miss.util;
import java.util.ArrayList;
/**
* userInfo的返回值,包含用户信息和角色信息
*/
public class RoleResult {
private String[] permissions;//用户角色
private String name;//用户真实姓名
private String avatar;//用户头像
private String introduction;//用户介绍
private Boolean success;//用户前端条件判断
private S... | UTF-8 | Java | 1,380 | java | RoleResult.java | Java | [] | null | [] | package com.example.miss.util;
import java.util.ArrayList;
/**
* userInfo的返回值,包含用户信息和角色信息
*/
public class RoleResult {
private String[] permissions;//用户角色
private String name;//用户真实姓名
private String avatar;//用户头像
private String introduction;//用户介绍
private Boolean success;//用户前端条件判断
private S... | 1,380 | 0.630298 | 0.630298 | 63 | 19.222221 | 16.834814 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31746 | false | false | 12 |
b03f5bbf445d1d1e469908ab8893ac9bf676fca1 | 21,397,527,096,628 | 702674cd6456486025a08a9a081a41aff6fdfb09 | /app/src/main/java/com/tsyc/tianshengyoucai/requet/RequestJobHttp.java | 7e8091340f730bf4c2239fe91b69deee5ff09a5b | [] | no_license | yufeilong92/2019-9-12 | https://github.com/yufeilong92/2019-9-12 | b9730b128e6bdf37bc7dd007559e0ec15e4c46ed | ac9c14467ea6e513c057062880da2b193b4eff86 | refs/heads/master | 2020-07-24T12:58:51.588000 | 2019-09-12T02:08:21 | 2019-09-12T02:08:21 | 207,935,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tsyc.tianshengyoucai.requet;
import android.app.Activity;
import android.content.Intent;
import com.lzy.okgo.model.Response;
import com.tsyc.tianshengyoucai.R;
import com.tsyc.tianshengyoucai.net.BaseRequestUtils;
import com.tsyc.tianshengyoucai.net.UrlManager;
import com.tsyc.tianshengyoucai.ui.activity.... | UTF-8 | Java | 51,538 | java | RequestJobHttp.java | Java | [
{
"context": "util.List;\nimport java.util.Map;\n\n/**\n * @Author : YFL is Creating a porject in PC$\n * @Email : yufeilo",
"end": 656,
"score": 0.997974157333374,
"start": 653,
"tag": "USERNAME",
"value": "YFL"
},
{
"context": "or : YFL is Creating a porject in PC$\n * @Email : y... | null | [] | package com.tsyc.tianshengyoucai.requet;
import android.app.Activity;
import android.content.Intent;
import com.lzy.okgo.model.Response;
import com.tsyc.tianshengyoucai.R;
import com.tsyc.tianshengyoucai.net.BaseRequestUtils;
import com.tsyc.tianshengyoucai.net.UrlManager;
import com.tsyc.tianshengyoucai.ui.activity.... | 51,526 | 0.549241 | 0.548649 | 1,343 | 36.758751 | 27.585484 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.751303 | false | false | 12 |
c01a8c2c6fb1c659c470782ca36604dff1aeca6d | 31,756,988,191,656 | 590dd7ccaff61c5fb21469ef88c220be90d7f147 | /src/MergeSort.java | c65f000b6afc9869de3725a83f4700d706220cff | [] | no_license | 310695702/LeetCodeDemo | https://github.com/310695702/LeetCodeDemo | b6a8e1e87348121db7dbc7fd8a6a7cfa85c49560 | 4f3d9daf8f580d2cb15bc90170f0fb625de0f2d7 | refs/heads/master | 2023-09-02T20:50:49.136000 | 2021-04-05T09:54:44 | 2021-04-05T09:54:44 | 354,785,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
//归并排序
public class MergeSort {
private MergeSort(){}
public static <E extends Comparable<E>> void sort(E[] arr){
E[] temp = Arrays.copyOf(arr,arr.length);
sort(arr,0,arr.length-1,0,temp);
}
private static <E extends Comparable<E>> void sort(E[] arr,int l,int ... | UTF-8 | Java | 2,595 | java | MergeSort.java | Java | [] | null | [] | import java.util.Arrays;
//归并排序
public class MergeSort {
private MergeSort(){}
public static <E extends Comparable<E>> void sort(E[] arr){
E[] temp = Arrays.copyOf(arr,arr.length);
sort(arr,0,arr.length-1,0,temp);
}
private static <E extends Comparable<E>> void sort(E[] arr,int l,int ... | 2,595 | 0.463085 | 0.455354 | 78 | 32.166668 | 22.254597 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.102564 | false | false | 12 |
dbd1d792ebc51fb7e82e3c1faf0df3229cb8fbb7 | 22,222,160,803,880 | 295e7e3a67e3e21b05c463d985889d5167c5492e | /design-pattern/01_factory-method-pattern/src/main/java/com/youkol/designpattern/AppRunner.java | 61bd44491a52a0db7d25f8f66b9aef070f2155b8 | [
"Apache-2.0"
] | permissive | jackiea/demo | https://github.com/jackiea/demo | 90a43d1cea19f329fb71a485b8a1e0497891459a | 765ff2b7e1be3fb3127dd7375429c9094c05d253 | refs/heads/main | 2023-03-19T00:29:39.038000 | 2021-03-08T01:14:37 | 2021-03-08T01:14:37 | 313,534,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youkol.designpattern;
import com.youkol.designpattern.factorymethod.ICourse;
import com.youkol.designpattern.factorymethod.JavaCourseFactory;
import com.youkol.designpattern.factorymethod.PythonCourseFactory;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.Application... | UTF-8 | Java | 1,022 | java | AppRunner.java | Java | [] | null | [] | package com.youkol.designpattern;
import com.youkol.designpattern.factorymethod.ICourse;
import com.youkol.designpattern.factorymethod.JavaCourseFactory;
import com.youkol.designpattern.factorymethod.PythonCourseFactory;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.Application... | 1,022 | 0.742661 | 0.742661 | 29 | 34.241379 | 28.304569 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 12 |
e45011974795342e477174917b79e40a4936eb75 | 23,587,960,403,633 | 845b72d1cc30ab1825ce87b1fe556f52b9d6515b | /src/fr/loul/alchemy/use/ClickInventory.java | ca64faad98de8f4da72313f40f68ea6e4115331f | [] | no_license | lbarthon/Alchemy | https://github.com/lbarthon/Alchemy | 5e884bbb9a157dc01020f8c5a1d73db0a8e4aea7 | 418a586fcb3a3f0c0299d569ddbae5e2a9c4346c | refs/heads/master | 2020-03-28T13:11:04.748000 | 2018-09-26T21:52:50 | 2018-09-26T21:52:50 | 148,371,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.loul.alchemy.use;
import fr.loul.alchemy.use.AlchemyUse;
import java.util.ArrayList;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
public class ClickInventory implements Listener {
public s... | ISO-8859-1 | Java | 964 | java | ClickInventory.java | Java | [] | null | [] | package fr.loul.alchemy.use;
import fr.loul.alchemy.use.AlchemyUse;
import java.util.ArrayList;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
public class ClickInventory implements Listener {
public s... | 964 | 0.700624 | 0.700624 | 35 | 26.485714 | 23.040798 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.428571 | false | false | 12 |
9466642f6ae53b8a4f5e211aaf9f9c3fd7e5a831 | 18,519,899,004,240 | 704cb3cb9c7b0878658e3b5ec566853cb77a4d73 | /src/lift/driver/LiftAction.java | 0cf3907f6630c7d334f0d07ea1c587f946b20e8a | [] | no_license | mch35/lift | https://github.com/mch35/lift | db817276b9e55a7ebf562f734172640ad9a8551d | 798f90b67ddcddd267fbbef96a4d7fcf8a6e4693 | refs/heads/master | 2016-09-05T18:30:11.906000 | 2014-01-07T14:32:43 | 2014-01-07T14:32:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lift.driver;
import lift.common.events.LiftEvent;
/** An interface which has abstract method to execute proper
* action after receiving particular event */
public interface LiftAction {
public abstract void execute(LiftEvent e);
}
| UTF-8 | Java | 255 | java | LiftAction.java | Java | [] | null | [] | package lift.driver;
import lift.common.events.LiftEvent;
/** An interface which has abstract method to execute proper
* action after receiving particular event */
public interface LiftAction {
public abstract void execute(LiftEvent e);
}
| 255 | 0.74902 | 0.74902 | 10 | 23.5 | 21.472075 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
162c735d00ccf4a4bf94abb89baa2e7dae069258 | 10,307,921,576,310 | 4cba454a8f5282d0734535b34cadca1672d60219 | /app/src/main/java/com/atproj/garpie/comparators/SessionComparator.java | b37114494ff8163dc69d58acd903409be0383315 | [] | no_license | altkachuk/garpie | https://github.com/altkachuk/garpie | 37ae24718d2a747fce9c5c2f5ce749eeb986c856 | 63908cbae830173d87facaf409e1cce6fc72e56c | refs/heads/master | 2018-12-23T01:18:45.340000 | 2018-09-23T11:09:04 | 2018-09-23T11:09:04 | 149,975,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atproj.garpie.comparators;
import com.atproj.garpie.model.SessionUserVO;
import com.atproj.garpie.model.SessionVO;
import java.util.Comparator;
/**
* Created by andre on 30-Jan-17.
*/
public class SessionComparator implements Comparator<SessionVO> {
public int compare(SessionVO left, SessionVO ri... | UTF-8 | Java | 506 | java | SessionComparator.java | Java | [
{
"context": ";\n\nimport java.util.Comparator;\n\n/**\n * Created by andre on 30-Jan-17.\n */\n\npublic class SessionComparator",
"end": 182,
"score": 0.9581332206726074,
"start": 177,
"tag": "USERNAME",
"value": "andre"
}
] | null | [] | package com.atproj.garpie.comparators;
import com.atproj.garpie.model.SessionUserVO;
import com.atproj.garpie.model.SessionVO;
import java.util.Comparator;
/**
* Created by andre on 30-Jan-17.
*/
public class SessionComparator implements Comparator<SessionVO> {
public int compare(SessionVO left, SessionVO ri... | 506 | 0.626482 | 0.612648 | 23 | 21 | 20.293499 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 12 |
4482de9ec1f16476db67760c234acad77fb51276 | 21,182,778,756,440 | 4716ca5d52ed199a065cb63c221b27bf28c1724d | /src/main/java/edu/cityu/ds/report/serviceImpl/UserServiceImpl.java | 624683cb01a32fcc3093f4b5dfa647abf80e0ea4 | [] | no_license | cityu-ds-hk/report | https://github.com/cityu-ds-hk/report | 5c9d3321948ba434ff52ea1c631e3799210fc62d | 615a7037dd1a932e14849a42ad6b70557dc0fbfa | refs/heads/master | 2020-10-01T18:15:58.326000 | 2019-12-20T13:58:57 | 2019-12-20T13:58:57 | 227,590,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.cityu.ds.report.serviceImpl;
import edu.cityu.ds.report.entity.User;
import edu.cityu.ds.report.exception.EntityNotExistException;
import edu.cityu.ds.report.mapper.MemberMapper;
import edu.cityu.ds.report.mapper.UserMapper;
import edu.cityu.ds.report.service.UserService;
import edu.cityu.ds.report.utils.C... | UTF-8 | Java | 2,008 | java | UserServiceImpl.java | Java | [] | null | [] | package edu.cityu.ds.report.serviceImpl;
import edu.cityu.ds.report.entity.User;
import edu.cityu.ds.report.exception.EntityNotExistException;
import edu.cityu.ds.report.mapper.MemberMapper;
import edu.cityu.ds.report.mapper.UserMapper;
import edu.cityu.ds.report.service.UserService;
import edu.cityu.ds.report.utils.C... | 2,008 | 0.694223 | 0.692729 | 64 | 30.375 | 27.840786 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703125 | false | false | 12 |
e79b34a8dc83d3355c18b869fb1b352d984544d9 | 3,650,722,227,726 | a1e6cb610c88cfa92896a7331da398f9001f0e19 | /Hibernate/src/hibernate/singleton/SingletonDemo.java | af59715609d1f13372279c07faa1c76b99bf8818 | [] | no_license | Phelps-Robert/CIT360_CodeTopics | https://github.com/Phelps-Robert/CIT360_CodeTopics | 9ec4999742a85795b7765cc202db26ed24743017 | bd89edac3ff112855e4712a409715d8f2ce0e32f | refs/heads/master | 2021-01-12T17:57:25.286000 | 2016-11-30T05:13:57 | 2016-11-30T05:13:57 | 71,312,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package hibernate.singleton;
/**
*
* @author RJ
*/
public class SingletonDemo {
public void runSingletonDemo() {
// Singleton Pattern
System.out.println("Singleton Pattern Example:");
Singleton singletonExample = Singleton.getInstance();
singletonExample.demoMethod()... | UTF-8 | Java | 364 | java | SingletonDemo.java | Java | [
{
"context": "ackage hibernate.singleton;\r\n\r\n/**\r\n *\r\n * @author RJ\r\n */\r\npublic class SingletonDemo {\r\n public vo",
"end": 56,
"score": 0.9981433153152466,
"start": 54,
"tag": "USERNAME",
"value": "RJ"
}
] | null | [] |
package hibernate.singleton;
/**
*
* @author RJ
*/
public class SingletonDemo {
public void runSingletonDemo() {
// Singleton Pattern
System.out.println("Singleton Pattern Example:");
Singleton singletonExample = Singleton.getInstance();
singletonExample.demoMethod()... | 364 | 0.618132 | 0.618132 | 15 | 22.133333 | 19.615866 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
c07a1f6ba2672897b1da69633748bdd768558585 | 11,381,663,350,710 | 3e5b86c8ed738874eb2fd47e490ce51181bdbd82 | /emp-mgmt/src/main/java/com/app/emp/services/CustomerService.java | 52f54fd2260b1cff006a1c9ffaa4291b11b939e8 | [] | no_license | TanayaKarmakar/java-project | https://github.com/TanayaKarmakar/java-project | abe07542af9357e812e5937bfe495e87bd5e54ff | 5e4e51cfdb8bc4ffffa968eab854894d44569ff4 | refs/heads/main | 2023-03-29T06:31:10.795000 | 2021-04-06T01:39:28 | 2021-04-06T01:39:28 | 343,000,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.emp.services;
import com.app.emp.bo.Customer;
import com.app.emp.entity.CustomerEntity;
import java.util.List;
public interface CustomerService {
List<Customer> getAllCustomers();
Customer createCustomer(Customer customer);
CustomerEntity getCustomerById(String id);
Customer update... | UTF-8 | Java | 388 | java | CustomerService.java | Java | [] | null | [] | package com.app.emp.services;
import com.app.emp.bo.Customer;
import com.app.emp.entity.CustomerEntity;
import java.util.List;
public interface CustomerService {
List<Customer> getAllCustomers();
Customer createCustomer(Customer customer);
CustomerEntity getCustomerById(String id);
Customer update... | 388 | 0.768041 | 0.768041 | 18 | 20.555555 | 19.215799 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
9fc6f817d3b58a04aa3678bbbfe15756863c0596 | 9,414,568,349,671 | 0e3c3bb4d437ea2cc4676da7a910f492732c9b0d | /src/main/java/com/realdeal/homepageservice/simplyrets/Geo.java | 9b933cdf59ad74b448436a55f9b180e1956a9038 | [] | no_license | sohailshaikh-technoark/home-page-service | https://github.com/sohailshaikh-technoark/home-page-service | a7e7dafb9a13fa3be9633304333c876a816a4db7 | 30abdba72bc6f30ce35f98f702a80234e5da3799 | refs/heads/master | 2023-08-17T23:29:43.751000 | 2020-02-11T14:28:00 | 2020-02-11T14:28:00 | 239,780,363 | 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 com.realdeal.homepageservice.simplyrets;
/**
* @author Admin
*/
public class Geo {
private String county;
private Do... | UTF-8 | Java | 1,708 | java | Geo.java | Java | [
{
"context": "aldeal.homepageservice.simplyrets;\n\n/**\n * @author Admin\n */\npublic class Geo {\n private String county;",
"end": 255,
"score": 0.5900928378105164,
"start": 250,
"tag": "NAME",
"value": "Admin"
}
] | 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 com.realdeal.homepageservice.simplyrets;
/**
* @author Admin
*/
public class Geo {
private String county;
private Do... | 1,708 | 0.56089 | 0.56089 | 90 | 17.977777 | 17.524572 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.211111 | false | false | 12 |
decea778643cd9106c17d712b641f2d78e9e09c0 | 7,679,401,566,078 | b5695905d93af4d942d48054258fe7e0b4e8fe45 | /module/nvt-converter/converter-main/src/main/java/nerve/network/converter/v1/ProposalProcessor.java | a098b23271646674c2a50ae0620e3fd369d4f5da | [
"MIT"
] | permissive | arkDelphi/nerve | https://github.com/arkDelphi/nerve | d4cddb6916e380afff71adc551dc3bbf679cb518 | b0950a2f882e7858db7f75beb4cf12f130f098a3 | refs/heads/master | 2022-04-20T10:22:20.442000 | 2020-04-09T09:20:44 | 2020-04-09T09:20:44 | 255,826,499 | 0 | 1 | MIT | true | 2020-04-15T06:33:21 | 2020-04-15T06:33:20 | 2020-04-15T03:48:44 | 2020-04-09T09:20:52 | 6,463 | 0 | 0 | 0 | null | false | false | /**
* MIT License
* <p>
Copyright (c) 2019-2020 nerve.network
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | UTF-8 | Java | 6,856 | java | ProposalProcessor.java | Java | [
{
"context": ".util.List;\nimport java.util.Map;\n\n/**\n * @author: Chino\n * @date: 2020-02-28\n */\n@Component(\"ProposalV1\")",
"end": 2109,
"score": 0.9450343251228333,
"start": 2104,
"tag": "USERNAME",
"value": "Chino"
}
] | null | [] | /**
* MIT License
* <p>
Copyright (c) 2019-2020 nerve.network
* <p>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to u... | 6,856 | 0.621818 | 0.618117 | 175 | 37.605713 | 27.936234 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.885714 | false | false | 12 |
3c713c0e2d8b91f472479e7053750f875565b786 | 14,714,557,976,063 | e6a4fdf2914d6591e13c7ce050aa4d9c7ea267ce | /app/src/main/java/com/mree/inc/track/util/ReadUtils.java | 67db53f6cf79f82ea36eaca884215c691956078e | [] | no_license | ercane/Simple-Inventory-Track | https://github.com/ercane/Simple-Inventory-Track | 68cc391b1fbd40b38d90f3c8ce24906d2bbdf1b2 | 01fd18ddcf4eefaa07a5f69970aff21bd949f920 | refs/heads/master | 2020-03-18T17:42:27.023000 | 2018-06-04T15:36:19 | 2018-06-04T15:36:19 | 135,045,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mree.inc.track.util;
import android.util.Log;
import com.mree.inc.track.db.persist.Product;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamR... | UTF-8 | Java | 11,724 | java | ReadUtils.java | Java | [] | null | [] | package com.mree.inc.track.util;
import android.util.Log;
import com.mree.inc.track.db.persist.Product;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamR... | 11,724 | 0.453638 | 0.447411 | 327 | 34.850151 | 22.744268 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59633 | false | false | 12 |
aad622ba57889ec033ca5e10b8b4d8c288e015cf | 33,303,176,478,725 | 126e9fad3b94a9dafde23a7ed94bbf17b939c8f1 | /src/main/java/com/zjut/dropshipping/controller/CategoryController.java | afb30ca776be76b08172d6a4001b4ac0c48786fd | [] | no_license | taroballscai/DropShipping | https://github.com/taroballscai/DropShipping | e33f2164f733de545115b7896b8875a693427770 | 05f9969783fc49f9e5ed70860824a174a9000e66 | refs/heads/master | 2022-01-06T21:42:17.142000 | 2019-05-29T08:58:03 | 2019-05-29T08:58:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjut.dropshipping.controller;
import com.zjut.dropshipping.common.ServerResponse;
import com.zjut.dropshipping.service.CategoryService;
import com.zjut.dropshipping.dto.CategoryDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
imp... | UTF-8 | Java | 1,005 | java | CategoryController.java | Java | [
{
"context": "ontroller;\n\nimport java.util.List;\n\n/**\n * @author zjxjwxk\n */\n@RestController\n@RequestMapping(\"/category\")\n",
"end": 551,
"score": 0.9995766878128052,
"start": 544,
"tag": "USERNAME",
"value": "zjxjwxk"
}
] | null | [] | package com.zjut.dropshipping.controller;
import com.zjut.dropshipping.common.ServerResponse;
import com.zjut.dropshipping.service.CategoryService;
import com.zjut.dropshipping.dto.CategoryDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
imp... | 1,005 | 0.793035 | 0.793035 | 33 | 29.454546 | 24.256321 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 12 |
fe1811306a7435d3fdf6620ceb9cca56dad25376 | 231,928,278,458 | d1f48a495ebd8e4452fabb82e86221c4edf6daa0 | /app/src/main/java/com/example/edwardsujono/mathxtrans/search/Search.java | 48b97d01cffad8904f2b8c752bdf9949b08c9aad | [] | no_license | edwardsujono/MathXTrans | https://github.com/edwardsujono/MathXTrans | 05ccb62b6c3ee097644169e7fbea91bf2b7855f2 | c72dfc054fe6d2fc9c9dab1882dc0fb345e0b610 | refs/heads/master | 2021-01-21T14:49:07.838000 | 2017-06-25T05:31:14 | 2017-06-25T05:31:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.edwardsujono.mathxtrans.search;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
import android.support.design.widget.Flo... | UTF-8 | Java | 2,895 | java | Search.java | Java | [
{
"context": "am;\nimport java.util.ArrayList;\n\n/**\n * Created by edwardsujono on 18/5/17.\n */\n\npublic class Search extends Frag",
"end": 839,
"score": 0.998802661895752,
"start": 827,
"tag": "USERNAME",
"value": "edwardsujono"
}
] | null | [] | package com.example.edwardsujono.mathxtrans.search;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
import android.support.design.widget.Flo... | 2,895 | 0.694646 | 0.68981 | 92 | 30.467392 | 26.930849 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597826 | false | false | 12 |
66827649a29583db9a703f8c74554b5884de7479 | 26,371,099,218,495 | f2f566d93f308809ee537546ccf5c60362ca0c84 | /app/src/main/java/com/wrf/simple/TestFragment.java | 9551b825a04b91ec40929f249faef5412fcb9d66 | [] | no_license | 2727607661/WrfBase | https://github.com/2727607661/WrfBase | b54f2d55cb5c679462291479f96b0ac115562eb6 | d604504844dadcec1adf5677f1616dd0ef2f2527 | refs/heads/master | 2021-01-13T00:37:20.581000 | 2016-02-01T08:42:32 | 2016-02-01T08:42:32 | 50,100,005 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wrf.simple;
import android.view.View;
import com.wrf.base.BaseLazyFragment;
import base.wrf.com.wrfbase.R;
/**
* Created by wrf on 2016/1/28.
*/
public class TestFragment extends BaseLazyFragment {
@Override
public int setContentViewId() {
return R.layout.test_fragment;
}
@Ove... | UTF-8 | Java | 525 | java | TestFragment.java | Java | [
{
"context": "\nimport base.wrf.com.wrfbase.R;\n\n/**\n * Created by wrf on 2016/1/28.\n */\npublic class TestFragment exten",
"end": 144,
"score": 0.9995290040969849,
"start": 141,
"tag": "USERNAME",
"value": "wrf"
}
] | null | [] | package com.wrf.simple;
import android.view.View;
import com.wrf.base.BaseLazyFragment;
import base.wrf.com.wrfbase.R;
/**
* Created by wrf on 2016/1/28.
*/
public class TestFragment extends BaseLazyFragment {
@Override
public int setContentViewId() {
return R.layout.test_fragment;
}
@Ove... | 525 | 0.632381 | 0.619048 | 37 | 13.189189 | 14.637674 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.135135 | false | false | 12 |
f3f7ac4c82edd1e64e382d5b0e25b5f4d60e0137 | 26,371,099,221,190 | a4abf702705c00fefa5650c723f571248ade3a40 | /app/src/main/java/com/manager/MainActivity.java | 0ac4cd50342f01653c98c054e2e38ac88969b0a9 | [] | no_license | lexanihrom/passwordManager | https://github.com/lexanihrom/passwordManager | 563d6ac8c82b67ea080036cdf4b188d47bef5c58 | 0b5c7f33f30ed8d8a757a70eec6f2b6074a5af8d | refs/heads/master | 2020-03-25T18:02:37.300000 | 2018-08-13T11:20:21 | 2018-08-13T11:20:21 | 144,010,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manager;
import android.content.Intent;
import android.net.Uri;
import android.os.Environment;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import java.io.File;
import java.io.FileOutputStream... | UTF-8 | Java | 2,996 | java | MainActivity.java | Java | [] | null | [] | package com.manager;
import android.content.Intent;
import android.net.Uri;
import android.os.Environment;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import java.io.File;
import java.io.FileOutputStream... | 2,996 | 0.629506 | 0.626836 | 91 | 31.923077 | 23.431561 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 12 |
23988d5666ac183f324e65763aa3a516f12ba18d | 32,684,701,183,748 | a3ed99cd7f5c6a8f00c043381e548c1212a61473 | /src/main/java/Interfaces/BinaryInterface.java | cab69125ed587e0ef60ead9df4fb521e86c65783 | [] | no_license | remikzu/KonwerterTest | https://github.com/remikzu/KonwerterTest | c68677f4aa0c522bddaa928d7c5ea33f56d308ef | ec2d654f38ff30169d794b0cebdc43948b918a2b | refs/heads/master | 2020-04-24T23:33:13.040000 | 2019-03-02T08:42:41 | 2019-03-02T08:42:41 | 172,348,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interfaces;
/**
* @author Remigiusz Zudzin
*/
public interface BinaryInterface {
public int[] numberToTabConverter(String binaryNumber);
public boolean isBinaryNumberValid(String number);
public int convertBinaryToArabic(String binaryNumber);
}
| UTF-8 | Java | 269 | java | BinaryInterface.java | Java | [
{
"context": "package Interfaces;\n\n/**\n * @author Remigiusz Zudzin\n */\npublic interface BinaryInterface {\n\n publi",
"end": 52,
"score": 0.9998774528503418,
"start": 36,
"tag": "NAME",
"value": "Remigiusz Zudzin"
}
] | null | [] | package Interfaces;
/**
* @author <NAME>
*/
public interface BinaryInterface {
public int[] numberToTabConverter(String binaryNumber);
public boolean isBinaryNumberValid(String number);
public int convertBinaryToArabic(String binaryNumber);
}
| 259 | 0.769517 | 0.769517 | 11 | 23.454546 | 23.305729 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 12 |
38d0a6bb365eeeb7c83957f3fe861ddfd5542068 | 4,698,694,235,601 | b50b77de145c55a07c2efa8321721e6f363c5bc2 | /app/src/main/java/com/example/shobhana/feature3/DriverActivity.java | 59627983db6978d3032239c0df08db045f4a0f87 | [] | no_license | mesh12/SETracker | https://github.com/mesh12/SETracker | 95d6a86e30c42ff9be0622e07e6b9bbdc9e9d69e | 17dfd2520ad2ccf1acdc0bdbd8ce1defa8fa7899 | refs/heads/master | 2020-12-24T18:23:18.820000 | 2016-04-22T14:58:13 | 2016-04-22T14:58:13 | 56,856,831 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shobhana.feature3;
import android.*;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app... | UTF-8 | Java | 5,748 | java | DriverActivity.java | Java | [] | null | [] | package com.example.shobhana.feature3;
import android.*;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app... | 5,748 | 0.584203 | 0.581072 | 195 | 28.476923 | 25.876694 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579487 | false | false | 12 |
62afa1f5eff773ee23c63b8b3b73def20f2e8c76 | 33,775,622,828,133 | 6921ceb21ddeb902648b1cb9761c4d90cb1572a6 | /src/test/java/model/service/TagTest.java | b2c7464ea2709c59604009ad5a918b0ade078249 | [] | no_license | caoyulu/SE-group-90 | https://github.com/caoyulu/SE-group-90 | 274d6dbcee34491a1f5bdaa0de952e1dec930352 | f0ab10d2845e54fb90aa555cea74eb8ff305e6cf | refs/heads/main | 2023-04-13T20:09:49.784000 | 2021-04-15T10:01:22 | 2021-04-15T10:01:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.service;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
/**
* @author :YanBo Zhang
* @date :Created in 2021 2021/4/7 9:29
* @description:
* @modifiedBy By:
* @version :
*/
@FixMethodOrder(value = MethodSorters.NAME_ASCENDING)
public class TagTest {
//
// static DataHou... | UTF-8 | Java | 3,927 | java | TagTest.java | Java | [
{
"context": "org.junit.runners.MethodSorters;\n\n/**\n * @author :YanBo Zhang\n * @date :Created in 2021 2021/4/7 9:29\n * @descr",
"end": 125,
"score": 0.9998663067817688,
"start": 114,
"tag": "NAME",
"value": "YanBo Zhang"
}
] | null | [] | package model.service;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
/**
* @author :<NAME>
* @date :Created in 2021 2021/4/7 9:29
* @description:
* @modifiedBy By:
* @version :
*/
@FixMethodOrder(value = MethodSorters.NAME_ASCENDING)
public class TagTest {
//
// static DataHouse db... | 3,922 | 0.629234 | 0.590272 | 88 | 43.625 | 32.93565 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.056818 | false | false | 12 |
575b64a1a806c6fa0dafe2099cb7593edd47a291 | 35,613,868,821,394 | d80b73b04066ee38e8c755b4d6609f39506458d8 | /src/main/java/com/example/demo/importer2/Q.java | 01df9d49587fdab0baa10e2a024118c5b5a357ae | [] | no_license | 544139212/demo | https://github.com/544139212/demo | b8d88c4dac75897c94b7a600c43b136a75019cf0 | 498b14ed5eeb053560bc0a34d743e0ddfcb35503 | refs/heads/master | 2020-03-27T18:15:44.191000 | 2019-11-18T14:42:16 | 2019-11-18T14:42:16 | 146,909,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.importer2;
public class Q {
}
| UTF-8 | Java | 60 | java | Q.java | Java | [] | null | [] | package com.example.demo.importer2;
public class Q {
}
| 60 | 0.7 | 0.683333 | 4 | 13 | 14.195069 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
5336e9465ee85a6abb59190bef25352d8d08677a | 30,820,685,355,849 | f6550ec956379ccd89d71200a7dc8ac616a8d284 | /YJY/HanDang/app/src/main/java/com/example/yoo/handang/Adapters/PurchaseArrayAdapter.java | b8927ae98f13283f480c909c149d25d1bde667b3 | [] | no_license | yooasd11/HanDang | https://github.com/yooasd11/HanDang | c770a6961209c0a212e25ca6d0f76cd241c0ca67 | 420675966af1415dd28e6159febfd83b1270b237 | refs/heads/master | 2018-01-12T13:38:34.871000 | 2015-12-06T11:50:42 | 2015-12-06T11:50:42 | 45,592,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.yoo.handang.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.android.volley.toolbox.NetworkImageView;
import com.example.yoo.handang.... | UTF-8 | Java | 1,905 | java | PurchaseArrayAdapter.java | Java | [
{
"context": "y;\n\nimport java.util.ArrayList;\n\n/**\n * Created by yoo on 2015-11-21.\n */\n\npublic class PurchaseArrayAda",
"end": 465,
"score": 0.9995934367179871,
"start": 462,
"tag": "USERNAME",
"value": "yoo"
}
] | null | [] | package com.example.yoo.handang.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.android.volley.toolbox.NetworkImageView;
import com.example.yoo.handang.... | 1,905 | 0.683465 | 0.679265 | 64 | 28.78125 | 23.951427 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 12 |
2fcfdfb7661ea14a6a886e30a5b9e3199bac342a | 33,217,277,072,293 | ea41bb76105e3c33ef81831c9886d2531474ac53 | /src/com/company/Enums/PizzaMain.java | 11668f9c40a9e8ac6a60ff150313a0c5c52b8e38 | [] | no_license | yeva126/javaBasic | https://github.com/yeva126/javaBasic | 30255de4d55161a30c3bcb5e3491b5bdc1222abe | e5bbf506c680ac07b3a5ab899fb606b10f60ef1f | refs/heads/master | 2023-05-23T15:55:42.751000 | 2021-06-07T01:54:27 | 2021-06-07T01:54:27 | 350,715,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.Enums;
public class PizzaMain {
public static void main(String[] args) {
Pizza pizza = new Pizza();
pizza.setStatus(Pizza.PizzaStatus.ORDERED);
System.out.println(pizza.getStatus());;
System.out.println(pizza.isDelivered());
System.out.println("=========... | UTF-8 | Java | 799 | java | PizzaMain.java | Java | [] | null | [] | package com.company.Enums;
public class PizzaMain {
public static void main(String[] args) {
Pizza pizza = new Pizza();
pizza.setStatus(Pizza.PizzaStatus.ORDERED);
System.out.println(pizza.getStatus());;
System.out.println(pizza.isDelivered());
System.out.println("=========... | 799 | 0.617158 | 0.606914 | 23 | 32.95652 | 24.454889 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 12 |
de1c41e67cd82d9798b27ac38589f8e528e2d651 | 19,662,360,331,377 | ff1e2e6379d779e82c72de0be938227f29a0db04 | /ImoocActivitiDemos/im04-samples/im04-samples-config/src/test/java/com/imooc/activiti/config/ConfigDBTest.java | af3609fbdf48cacadfd36758168b7a2405aead72 | [] | no_license | zyxstar/ZyActivitiDemos | https://github.com/zyxstar/ZyActivitiDemos | 303e4939c5694b4876f06e5194f6cc4067aa223f | d17c771c4dab050209a0b77dce00a8e968c13084 | refs/heads/master | 2022-07-23T16:25:38.380000 | 2020-05-12T10:59:31 | 2020-05-12T10:59:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.activiti.config;
import java.sql.SQLException;
import org.activiti.engine.ProcessEngine;
import org.activiti.engine.ProcessEngineConfiguration;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 测试数据库配置
* @author zhangyan_g
*
*/
public class ConfigDBTest {
pr... | UTF-8 | Java | 1,793 | java | ConfigDBTest.java | Java | [
{
"context": "rg.slf4j.LoggerFactory;\n\n/**\n * 测试数据库配置\n * @author zhangyan_g\n *\n */\npublic class ConfigDBTest {\n\tprivate stati",
"end": 281,
"score": 0.9996362924575806,
"start": 271,
"tag": "USERNAME",
"value": "zhangyan_g"
}
] | null | [] | package com.imooc.activiti.config;
import java.sql.SQLException;
import org.activiti.engine.ProcessEngine;
import org.activiti.engine.ProcessEngineConfiguration;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 测试数据库配置
* @author zhangyan_g
*
*/
public class ConfigDBTest {
pr... | 1,793 | 0.762742 | 0.755712 | 50 | 33.139999 | 25.43227 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.02 | false | false | 12 |
05443871275e824e8c7ae5e6aac2816cfe57f85d | 9,552,007,312,595 | d1251ceaee20c4c640311a4a56a90319fe4270f5 | /3_module/3_1_4.java | 881c227734705e52afddf2fb22172772665bac22 | [] | no_license | sh00h/JavaOnline | https://github.com/sh00h/JavaOnline | 48b7e347217d19268d965cca970e859c911ffc6e | d11fe836fb4600e27711af5dd932240401df3a4c | refs/heads/master | 2023-01-06T15:08:13.338000 | 2020-11-15T16:13:47 | 2020-11-15T16:13:47 | 313,040,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
public class Main {
public static void main(String[]args){
String str = "I have 22 brothers , 121 sisters, and 32 apples :D";
int n = 0; // кол-во чисел в строке
for (int i = 0; i < str.length(); i++) {
if (Character.isDigit(str.charAt(i))) { // Character... | UTF-8 | Java | 926 | java | 3_1_4.java | Java | [] | null | [] | package com.company;
public class Main {
public static void main(String[]args){
String str = "I have 22 brothers , 121 sisters, and 32 apples :D";
int n = 0; // кол-во чисел в строке
for (int i = 0; i < str.length(); i++) {
if (Character.isDigit(str.charAt(i))) { // Character... | 926 | 0.558376 | 0.544416 | 26 | 29.26923 | 32.36755 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 12 |
6a8da245ee2d058a24929e006dd003739d126dd3 | 14,577,119,047,097 | fb01b4041341da37f3b167f81760d95ceb7b3e0b | /src/NativeBOINC/src/edu/berkeley/boinc/nativeboinc/ClientEvent.java | 2eaa3093ecb4095c35d3816efd6857589b021d20 | [] | no_license | whitemike889/native-boinc-for-android | https://github.com/whitemike889/native-boinc-for-android | b5df71ebfdcf02c8e1626cb00056777b8ee544f2 | 74d6de90217090a56e26c1fc3b8bfc407716464d | refs/heads/master | 2020-06-25T03:16:37.571000 | 2015-02-10T17:29:41 | 2015-02-10T17:29:41 | 199,182,048 | 0 | 0 | null | true | 2019-09-08T09:29:26 | 2019-07-27T15:27:17 | 2019-07-27T15:28:31 | 2019-09-08T09:29:25 | 134,745 | 0 | 0 | 2 | C | false | false | /*
* AndroBOINC - BOINC Manager for Android
* Copyright (C) 2010, Pavol Michalec
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option)... | UTF-8 | Java | 2,704 | java | ClientEvent.java | Java | [
{
"context": "- BOINC Manager for Android\n * Copyright (C) 2010, Pavol Michalec\n * \n * This program is free software: you can red",
"end": 83,
"score": 0.9998682141304016,
"start": 69,
"tag": "NAME",
"value": "Pavol Michalec"
},
{
"context": "ge edu.berkeley.boinc.nativeboinc;\n\n... | null | [] | /*
* AndroBOINC - BOINC Manager for Android
* Copyright (C) 2010, <NAME>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | 2,696 | 0.744083 | 0.723743 | 73 | 36.041096 | 24.914339 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.260274 | false | false | 12 |
268e8ea07c5b98035e3cb1ebbfbdac2b6cb506de | 1,202,590,862,788 | 8168073c01a92ca447962e9596ccea952d43b333 | /JAVA/10_입출력.java | 84f4f2a7eeac8bc7563aa6ec95a7691b43179143 | [] | no_license | ohyeses/study | https://github.com/ohyeses/study | 037b990b05a096ea07456af3d893916e08d06932 | afba994d35f69a7b8a692e8705b4749898c93778 | refs/heads/main | 2023-04-30T12:45:30.017000 | 2021-05-21T08:10:34 | 2021-05-21T08:10:34 | 330,181,983 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Ex05_입출력 {
public static void main(String[] args) {
// 데이터타입 변수명 = new 데이터타입();
Scanner sc = new Scanner(System.in);
//~의 안에 .을
System.out.print("정수 입력 : ");
int number = sc.nextInt();
// 출력문을
// 입력한 정수는 20입니다.
System.out.println("입력한 정수는 "+ number + "입니다."... | UHC | Java | 421 | java | 10_입출력.java | Java | [] | null | [] | import java.util.Scanner;
public class Ex05_입출력 {
public static void main(String[] args) {
// 데이터타입 변수명 = new 데이터타입();
Scanner sc = new Scanner(System.in);
//~의 안에 .을
System.out.print("정수 입력 : ");
int number = sc.nextInt();
// 출력문을
// 입력한 정수는 20입니다.
System.out.println("입력한 정수는 "+ number + "입니다."... | 421 | 0.601824 | 0.589666 | 17 | 18.352942 | 15.788832 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 12 |
65eb866ddc173ebeffd7a3cdb35ac1b1907b81e1 | 27,281,632,322,923 | 8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f | /src/main/java/com/google/devtools/build/skyframe/NodeEntry.java | b17fbfd963eef3b829503472ae9dbc7538c6c616 | [
"Apache-2.0"
] | permissive | bazelbuild/bazel | https://github.com/bazelbuild/bazel | 5896162455f032efc899b8de60aa39b9d2cad4a6 | 171aae3f9c57b41089e25ec61fc84c35baa3079d | refs/heads/master | 2023-08-22T22:52:48.714000 | 2023-08-22T18:01:53 | 2023-08-22T18:01:53 | 20,773,773 | 20,294 | 4,383 | Apache-2.0 | false | 2023-09-14T18:38:44 | 2014-06-12T16:00:38 | 2023-09-14T16:49:53 | 2023-09-14T18:38:43 | 834,634 | 21,350 | 3,861 | 1,797 | Java | false | false | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | UTF-8 | Java | 25,095 | java | NodeEntry.java | Java | [] | null | [] | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | 25,095 | 0.72114 | 0.720462 | 577 | 42.492203 | 39.306999 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327556 | false | false | 12 |
bfa644dc41df4047e071e4c15d9ebd04480ecb96 | 18,562,848,699,402 | 907c9f58cc01fb5981071853993b9ef6a653658e | /Pacman-master/PacMan/src/Pacman_view/SpookView.java | 4aee58ec6175d54aa6aa1a4cb48cf90181687c9a | [] | no_license | thisisjasty/Pacman | https://github.com/thisisjasty/Pacman | 89565c04f5a5e8a7af6ec3dcb7cd32ce12a97431 | 92133404ac9b447145888f11de6697dac711d37e | refs/heads/master | 2020-04-07T13:23:14.806000 | 2018-11-21T13:24:29 | 2018-11-21T13:24:29 | 158,405,376 | 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 Pacman_view;
import javafx.scene.layout.Region;
import Pacman_model.Spook;
import javafx.scene.shape.Circle;
/**
... | UTF-8 | Java | 1,385 | java | SpookView.java | Java | [
{
"context": " javafx.scene.shape.Circle;\r\n\r\n/**\r\n *\r\n * @author Jonas Verding, Axel Reyskens, Anna Vanheusden \r\n */\r\npublic cla",
"end": 348,
"score": 0.9998712539672852,
"start": 335,
"tag": "NAME",
"value": "Jonas Verding"
},
{
"context": "hape.Circle;\r\n\r\n/**\r\n *... | 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 Pacman_view;
import javafx.scene.layout.Region;
import Pacman_model.Spook;
import javafx.scene.shape.Circle;
/**
... | 1,362 | 0.615329 | 0.613883 | 48 | 26.8125 | 23.819334 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
96d42943742bf61086d2ee6d029cbf8030dcbe0b | 32,160,715,157,934 | 3d173dace50e4bd069ea6e8d7baece0d5a1949b0 | /app/src/main/java/com/ststudio/foodship/mainmenu/ui/MainActivity.java | 4e837b035d98161a8562b2693c4e1156f93657b0 | [] | no_license | anhleanh/Food-Ship | https://github.com/anhleanh/Food-Ship | 0d997983df35c989f9effd7b6464d7ec86b23b71 | f10f5cfcd6783ddddbc299c3b50823aba75e20b8 | refs/heads/master | 2021-05-24T04:14:04.514000 | 2016-09-06T08:29:19 | 2016-09-06T08:29:19 | 60,164,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ststudio.foodship.mainmenu.ui;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.GridView;
import com.ststudio.foodship.R;
public class MainActivity extends AppCompatActivity {
GridView cateoryGrid;
@Override
protected... | UTF-8 | Java | 569 | java | MainActivity.java | Java | [] | null | [] | package com.ststudio.foodship.mainmenu.ui;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.GridView;
import com.ststudio.foodship.R;
public class MainActivity extends AppCompatActivity {
GridView cateoryGrid;
@Override
protected... | 569 | 0.734622 | 0.725835 | 23 | 23.73913 | 21.92322 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 12 |
a3915c4f450881611a169e7081a6326753a7e314 | 7,748,121,056,885 | dad06adfeb069ab81b593bd97c3a1858c4c63a95 | /Day0424_IO/src/studentManagement/ReadStuInfo.java | c266d8bd741fee93727444bf4366ae944189598c | [] | no_license | tyface/Bitcamp_Java | https://github.com/tyface/Bitcamp_Java | 859de30d5b55a882471597d84a70babee7c859d3 | 845f5b82b42e26ad18875c6083b6e8ada16fa9ce | refs/heads/master | 2020-03-12T21:00:13.607000 | 2018-04-24T07:52:44 | 2018-04-24T07:52:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package studentManagement;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
public class ReadStuInfo {
private ObjectInputStream in;
private String path = "C:\\Users\\bit\\Desktop\\ryu\\store\\Day0424_IO\... | UTF-8 | Java | 1,061 | java | ReadStuInfo.java | Java | [] | null | [] | package studentManagement;
import java.io.EOFException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
public class ReadStuInfo {
private ObjectInputStream in;
private String path = "C:\\Users\\bit\\Desktop\\ryu\\store\\Day0424_IO\... | 1,061 | 0.647847 | 0.644019 | 54 | 18.351852 | 18.024836 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.148148 | false | false | 12 |
640994886a522187bce0ef527152de9e71bf4ccd | 9,062,381,048,630 | 4c65ece6569a5e62dcf245f488110b4bb89b1bcc | /src/main/java/com/testing/quartz/listener/QuartzUnoListaner.java | 53bea0c5445db0525c43e5ada67640c9c3237d62 | [] | no_license | gtorres04/webQuartz | https://github.com/gtorres04/webQuartz | d4f58fb817f373b23e9431af67eba810f6d438a4 | 63596e25121d8e1f9fcd8629355ea883bbece52c | refs/heads/master | 2020-12-30T12:56:08.240000 | 2017-05-15T19:30:21 | 2017-05-15T19:30:21 | 91,375,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.testing.quartz.listener;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.quartz.JobBuilder;
import org.quartz.JobDetail;
import org.quartz.Scheduler;
import org.quartz.SchedulerException;
import org.quartz.SimpleScheduleBuilder;
import org.quartz... | UTF-8 | Java | 1,543 | java | QuartzUnoListaner.java | Java | [] | null | [] | package com.testing.quartz.listener;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import org.quartz.JobBuilder;
import org.quartz.JobDetail;
import org.quartz.Scheduler;
import org.quartz.SchedulerException;
import org.quartz.SimpleScheduleBuilder;
import org.quartz... | 1,543 | 0.745949 | 0.744005 | 49 | 29.489796 | 26.3246 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.836735 | false | false | 12 |
26ae5af8aa91c91be223154c7efb113ab6ff5b55 | 2,559,800,565,685 | f8a3e4a5512dcd05b6ca7621a78aa8d9f689bdfb | /Java Swing/Image in a label/mainclass.java | 8f3837c499e30203d5c3228d4160a2288ec2f219 | [] | no_license | abhijeets1/JAVA | https://github.com/abhijeets1/JAVA | 12fa578b6a472714309707a61887574df63c45ee | a54f9afad9b011c469fb5fce8bfebb05f9d42fd6 | refs/heads/master | 2023-06-26T04:34:32.332000 | 2021-07-26T08:23:25 | 2021-07-26T08:23:25 | 389,560,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
class mainclass extends JFrame {
mainclass() {
setSize(800, 800);
setVisible(true);
setLayout(new FlowLayout());
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
public static void main(String[] args) {
mainclass mainframe = new mainclass();
ImageIcon img = new ... | UTF-8 | Java | 489 | java | mainclass.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
class mainclass extends JFrame {
mainclass() {
setSize(800, 800);
setVisible(true);
setLayout(new FlowLayout());
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
public static void main(String[] args) {
mainclass mainframe = new mainclass();
ImageIcon img = new ... | 489 | 0.703476 | 0.691207 | 18 | 26.166666 | 18.794947 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 12 |
95d9a5293a83e00381e5b5f1b4b18e85cc9ba40a | 26,276,609,967,092 | af03d855c566b1699fceefc80494c6e65c55da7d | /InGame.java | 5717a3459d3a74633994dea636fd7cf49fa87856 | [] | no_license | hendrikeerikson/KOODILAAGER2017_TEAM2 | https://github.com/hendrikeerikson/KOODILAAGER2017_TEAM2 | bb3678526700f7328c9ed61cdaa06e63a9706791 | deab0eac9cd0a616cb58a48aad73fff513860c3d | refs/heads/master | 2019-01-21T21:28:29.381000 | 2017-03-19T16:12:41 | 2017-03-19T16:12:41 | 85,395,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.newdawn.slick.state.*;
import org.newdawn.slick.*;
import sun.audio.AudioPlayer;
import sun.audio.AudioStream;
import java.io.FileInputStream;
import java.io.InputStream;
public class InGame extends BasicGameState {
int map_height = 50;
int map_width = 50;
int tilesize = 50;
float radius;
... | UTF-8 | Java | 1,522 | java | InGame.java | Java | [] | null | [] | import org.newdawn.slick.state.*;
import org.newdawn.slick.*;
import sun.audio.AudioPlayer;
import sun.audio.AudioStream;
import java.io.FileInputStream;
import java.io.InputStream;
public class InGame extends BasicGameState {
int map_height = 50;
int map_width = 50;
int tilesize = 50;
float radius;
... | 1,522 | 0.653088 | 0.648489 | 61 | 23.967213 | 26.438898 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.967213 | false | false | 12 |
ccc811e253282fb14d8399f6fde0fdd1ab9f672b | 31,593,779,485,021 | 41d7a2735bbf0297882a1c8579a4ea9e210c9d15 | /src/test/java/com/zaneli/qiita/GetNewItemsTest.java | 13d8b9a234f9fc98f165957983511b3f1aeb7cdd | [] | no_license | SatouRyou/qiita4j | https://github.com/SatouRyou/qiita4j | e93348e93e76661ee9f97b632ebf7df404a2b0b0 | 0e519e7440904ec30b4e9e1be279a06174d1bdeb | refs/heads/master | 2020-07-03T09:35:05.762000 | 2016-11-19T02:24:46 | 2016-11-19T02:24:46 | 74,181,459 | 0 | 0 | null | true | 2016-11-19T02:15:56 | 2016-11-19T02:15:56 | 2016-11-15T05:49:11 | 2013-02-17T15:52:42 | 207 | 0 | 0 | 0 | null | null | null | package com.zaneli.qiita;
import static org.apache.http.HttpStatus.SC_BAD_REQUEST;
import static org.apache.http.HttpStatus.SC_OK;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static... | UTF-8 | Java | 8,441 | java | GetNewItemsTest.java | Java | [
{
"context": "user2 = infos[1].getUser();\n assertEquals(\"Dummy User2\", user2.getName());\n assertEquals(\"dummy2\"",
"end": 4779,
"score": 0.8346290588378906,
"start": 4768,
"tag": "USERNAME",
"value": "Dummy User2"
}
] | null | [] | package com.zaneli.qiita;
import static org.apache.http.HttpStatus.SC_BAD_REQUEST;
import static org.apache.http.HttpStatus.SC_OK;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static... | 8,441 | 0.648399 | 0.594436 | 165 | 49.539394 | 25.224926 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.424242 | false | false | 12 |
91aea66c4ba97c588a2f8b0edf6086d8a65e601b | 13,262,859,053,674 | 5a3ef8762c75d62f935bbc5c3107344a08ef9dbb | /app/src/main/java/ma/pharmaconnect/pharmaconnect/Constant.java | 2d8989c8ae5e196bbb71eb9b55f4274d33d2b15e | [] | no_license | mehdimouttaki/pharma-connect-mobile | https://github.com/mehdimouttaki/pharma-connect-mobile | 75179c87aa86545fa6be5539fbd2b4d0f3c2301c | 34c29d93f97a5610b3150ee7c3ac5a1f35b94699 | refs/heads/master | 2023-03-29T13:46:54.175000 | 2021-04-07T12:53:55 | 2021-04-07T12:53:55 | 332,090,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.pharmaconnect.pharmaconnect;
public abstract class Constant {
public static final String BASE_URL = "http://192.168.1.57:8080";
}
| UTF-8 | Java | 146 | java | Constant.java | Java | [
{
"context": " public static final String BASE_URL = \"http://192.168.1.57:8080\";\n}\n",
"end": 136,
"score": 0.9996481537818909,
"start": 124,
"tag": "IP_ADDRESS",
"value": "192.168.1.57"
}
] | null | [] | package ma.pharmaconnect.pharmaconnect;
public abstract class Constant {
public static final String BASE_URL = "http://192.168.1.57:8080";
}
| 146 | 0.746575 | 0.657534 | 5 | 28.200001 | 25.810076 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
326950ec34f74a1d3b413aa4f4653ff274f16f88 | 13,262,859,051,917 | ccd6a8650e72c996cfc4d47f12bf2cf7bf43853a | /src/main/java/com/scott/elastic/constants/Constants.java | de0998983531959b0c4e5b536aed02e7d28f67de | [] | no_license | guodongym/spring-boot-starter-elasticsearch | https://github.com/guodongym/spring-boot-starter-elasticsearch | 7a84e774c185cce1963bd317c01813bd47f01472 | d7722383b516de5d59245c5add2f67600766e48b | refs/heads/master | 2021-06-22T18:06:55.852000 | 2020-10-31T07:50:57 | 2020-10-31T07:50:57 | 188,750,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017 Cognitree Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UTF-8 | Java | 891 | java | Constants.java | Java | [
{
"context": "to configure properties and defaults\n *\n * @author zhaogd\n */\npublic class Constants {\n\n public static f",
"end": 710,
"score": 0.9995525479316711,
"start": 704,
"tag": "USERNAME",
"value": "zhaogd"
}
] | null | [] | /*
* Copyright 2017 Cognitree Technologies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 891 | 0.727273 | 0.713805 | 31 | 27.741936 | 26.439178 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 1 |
12af91a4ea63ba53c891d477d9c35fbed1b0098c | 23,751,169,180,324 | 89de4eed2663e4be4fe2218cfee39f4886838938 | /src/main/java/game/AstClone.java | d0d5362f87d12e7df643759836ca5f1658d1db58 | [] | no_license | diogomont/asteroidsFX | https://github.com/diogomont/asteroidsFX | f230262ea6c38eb62c8dce0454eea58e2a203504 | 04356ebd7556cd1637ff290f45d42585eea709ca | refs/heads/master | 2021-07-22T13:19:14.048000 | 2017-10-31T23:16:48 | 2017-10-31T23:16:48 | 109,060,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.Group;
import javafx.stage.Stage;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.animation.AnimationTimer;
import javafx.scene.paint.Color;
import settings.Settings;
import ... | UTF-8 | Java | 3,615 | java | AstClone.java | Java | [] | null | [] | package game;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.Group;
import javafx.stage.Stage;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.animation.AnimationTimer;
import javafx.scene.paint.Color;
import settings.Settings;
import ... | 3,615 | 0.526694 | 0.520055 | 135 | 25.785185 | 25.936499 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614815 | false | false | 1 |
2124ebcda379f21a01bebc7695846eb1029f80a2 | 12,764,642,837,504 | d5cf8f50ac32aa820e1eda6a2ca4dfcd21bdfaba | /POS-Tagger-NeuralNetwork/src/MainFrame.java | 331fc04cab31374bd110902556a02b95f93092d7 | [] | no_license | alanjoshua/POS-Tagger-NeuralNetwork | https://github.com/alanjoshua/POS-Tagger-NeuralNetwork | bc23e30713ea15b0547550237f1e41e077fcd16a | 07233820862ffc0fe3ccf5f21315ff34790a3688 | refs/heads/master | 2021-01-04T12:16:26.632000 | 2020-02-21T00:56:58 | 2020-02-21T00:56:58 | 240,544,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.image.BufferedImage;
import javax.swing.JFrame;
public class MainFrame extends JFrame {
private BufferedImage img;
public MainFrame(String title,BufferedImage img) {
super(title);
this.img = img;
}
}
| UTF-8 | Java | 231 | java | MainFrame.java | Java | [] | null | [] |
import java.awt.image.BufferedImage;
import javax.swing.JFrame;
public class MainFrame extends JFrame {
private BufferedImage img;
public MainFrame(String title,BufferedImage img) {
super(title);
this.img = img;
}
}
| 231 | 0.74026 | 0.74026 | 13 | 16.615385 | 16.995649 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 1 |
320eca37ab541d9213f3f55fd1c9d8bf2f92b5f1 | 575,525,655,876 | 8487fa277c0e62f0d59fab4a691f4134db191d2a | /app/src/main/java/com/example/ricca/bb8_mindwave/MainActivity.java | 66d478d120a24963eedcadc8e87080020456e085 | [] | no_license | paste94/BB8-Mindwave | https://github.com/paste94/BB8-Mindwave | d845f8804a428744e535531338b74c5bf2fd6f59 | c36244849f519ee9012e4a8e2c7b9de6448e29cb | refs/heads/master | 2021-01-02T09:30:02.912000 | 2019-04-15T10:02:26 | 2019-04-15T10:02:26 | 99,228,611 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ricca.bb8_mindwave;
import android.bluetooth.BluetoothAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.location.LocationManager;
import androi... | UTF-8 | Java | 17,426 | java | MainActivity.java | Java | [
{
"context": "package com.example.ricca.bb8_mindwave;\n\nimport android.bluetooth.Bluetooth",
"end": 25,
"score": 0.9974883794784546,
"start": 20,
"tag": "USERNAME",
"value": "ricca"
}
] | null | [] | package com.example.ricca.bb8_mindwave;
import android.bluetooth.BluetoothAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.location.LocationManager;
import androi... | 17,426 | 0.603753 | 0.600425 | 478 | 35.456066 | 27.923782 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.449791 | false | false | 1 |
24a508329028716ef8e3691e1cafe6ac9bdb71bc | 23,639,500,026,651 | e11ee6804b26c00e0d1653b3db28b4829062f456 | /app/src/main/java/com/shunmai/zryp/ui/userinfo/account/BindPhoneActivity.java | 9c517f5d5dad00eaa5268d78ae9c31bf5fdfbc2c | [] | no_license | Dummyurl/zryp | https://github.com/Dummyurl/zryp | 1f1a0657fb24004b40ceb8a6bf16c4c1d3183f08 | 01a11923b4a5648318a3fa96383da98c3e589ad3 | refs/heads/master | 2020-04-10T21:20:24.447000 | 2018-12-11T05:35:35 | 2018-12-11T05:35:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shunmai.zryp.ui.userinfo.account;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import com.google.gson.Gson;
import com.shunmai.zryp.R;
import com.shunmai.zryp.bean.UserInfoBean;
import com.shunmai.zryp.bea... | UTF-8 | Java | 4,269 | java | BindPhoneActivity.java | Java | [] | null | [] | package com.shunmai.zryp.ui.userinfo.account;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import com.google.gson.Gson;
import com.shunmai.zryp.R;
import com.shunmai.zryp.bean.UserInfoBean;
import com.shunmai.zryp.bea... | 4,269 | 0.633872 | 0.633169 | 96 | 43.46875 | 40.589138 | 228 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770833 | false | false | 1 |
326cc90de5193fa19e7f54d252e47c9194e6772c | 26,723,286,549,773 | f460121840cb71ae054bd7b8328edc0a9458b6b1 | /src/main/java/com/desigin/pattern/filter/Filter.java | 3264f875ced4ce1139f6a957a40316974cef3f0b | [] | no_license | mycup/skan.default.test | https://github.com/mycup/skan.default.test | 95add5852730825be556f436afd9ad7323b57666 | 609aa11b350e1817fdbe80768a74e484afe16e9c | refs/heads/master | 2020-05-16T10:31:30.894000 | 2020-02-11T11:57:17 | 2020-02-11T11:57:17 | 35,586,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.desigin.pattern.filter;
public interface Filter {
public boolean execute(String data);
}
| UTF-8 | Java | 115 | java | Filter.java | Java | [] | null | [] | package com.desigin.pattern.filter;
public interface Filter {
public boolean execute(String data);
}
| 115 | 0.704348 | 0.704348 | 7 | 14.428572 | 16.220421 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
56a86f94ea840fc6d01af55b9d0498cbacb5a361 | 18,597,208,444,968 | da233f2c68bb4f1af20a086eec1494e5b9575e57 | /utils/src/main/java/pl/openrnd/utils/CryptoUtils.java | d6c214109fe9e990addcfe8d1b9af21a4600ef90 | [
"Apache-2.0"
] | permissive | open-rnd/android-utils | https://github.com/open-rnd/android-utils | d57ca23b17f09820b8fa8c878155ba1a4d7adc18 | 2d025ab27d2d5d784a96b8f35427ac721fea031c | refs/heads/master | 2020-05-30T18:32:29.080000 | 2015-03-19T14:47:08 | 2015-03-19T15:17:36 | 32,524,124 | 12 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
*
* 2015 (C) Copyright Open-RnD Sp. z o.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* htt... | UTF-8 | Java | 2,698 | java | CryptoUtils.java | Java | [] | null | [] | /******************************************************************************
*
* 2015 (C) Copyright Open-RnD Sp. z o.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* htt... | 2,698 | 0.571164 | 0.564492 | 82 | 31.902439 | 24.640146 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426829 | false | false | 1 |
bd21c9b556e3358bdf68d1010dfeaba58185470d | 18,597,208,446,891 | 7a3e0a94193b2886025cd4359cfee66fca87d3dc | /src/main/java/com/egen/order/entity/BillingAddress.java | e23ba593ba9fdb77b0da2456f8b948f5fe134066 | [] | no_license | nikith230613/Egen-OrderService | https://github.com/nikith230613/Egen-OrderService | 36fa45f5d71dda933c69547f284bf1f05438a3f6 | 7915b615303f1625d8ced472750e5aa49660aca8 | refs/heads/main | 2023-08-09T03:42:19.901000 | 2021-04-19T16:45:42 | 2021-04-19T16:45:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.egen.order.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Objects;
@Entity
@Table(name = "billing_address")
public class BillingAddress implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long... | UTF-8 | Java | 2,110 | java | BillingAddress.java | Java | [] | null | [] | package com.egen.order.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Objects;
@Entity
@Table(name = "billing_address")
public class BillingAddress implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long... | 2,110 | 0.638389 | 0.637441 | 86 | 23.534883 | 31.246841 | 258 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476744 | false | false | 1 |
6058159d562b94d9b9b4b33d8eadbb6c44b64112 | 16,449,724,788,279 | 5c5f9d9203cd4e293f0388b658bf7517d2dfdda3 | /src/test/java/config/TestCore.java | e7e8f2eb20f796b1b54b7a88752ec89a9937ea06 | [] | no_license | crusaderone/za.co.budinet.carrental | https://github.com/crusaderone/za.co.budinet.carrental | c747e0a15add55c56f0f858a9a509b754040810a | ab0f2c1975b7c7396e3f226c7246e2c55192cd1f | refs/heads/master | 2020-03-25T17:59:25.071000 | 2018-08-08T12:07:48 | 2018-08-08T12:07:48 | 144,007,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package config;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
public class TestCore extends GlobalDriver{
public static Properties Repository = new Properties();
public File f;... | UTF-8 | Java | 4,397 | java | TestCore.java | Java | [] | null | [] | package config;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
public class TestCore extends GlobalDriver{
public static Properties Repository = new Properties();
public File f;... | 4,397 | 0.643393 | 0.640891 | 105 | 40.87619 | 31.186291 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67619 | false | false | 1 |
016c5addefb26e4328d0e202735a13886ac36845 | 24,378,234,404,859 | fd9a86172a273b7ec04cb861d32d5cf31837e916 | /src/mirrormonkey/util/annotations/parsing/ConstructorKeyStatic.java | dc8074fcce505e2b276dfef341f0754d96b1e06f | [] | no_license | jMonkeyEngine-Contributions/mirrormonkey-main | https://github.com/jMonkeyEngine-Contributions/mirrormonkey-main | 8add4dde832b7d530420f43dd8f827fe79d16ca9 | 94ac6874a3d44d6041c4e44a1d23cb986014fa31 | refs/heads/master | 2021-01-10T18:58:49.384000 | 2012-08-19T03:17:20 | 2012-08-19T03:17:20 | 41,590,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2011, 2012, Philipp Christian Loewner
* All rights reserved.
*
* Disclaimer:
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyr... | UTF-8 | Java | 4,218 | java | ConstructorKeyStatic.java | Java | [
{
"context": "/*\n * Copyright (c) 2011, 2012, Philipp Christian Loewner\n * All rights reserved.\n * \n * Disclaimer:\n * Red",
"end": 57,
"score": 0.9998624920845032,
"start": 32,
"tag": "NAME",
"value": "Philipp Christian Loewner"
},
{
"context": "tors with equal\n * parameter lis... | null | [] | /*
* Copyright (c) 2011, 2012, <NAME>
* All rights reserved.
*
* Disclaimer:
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, thi... | 4,180 | 0.730678 | 0.726174 | 122 | 33.581966 | 29.677181 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92623 | false | false | 1 |
5bc010f87ab3598f4c820c1a599ea4e552e95f40 | 14,018,773,293,194 | 79b06caf84a5fed783418b6afdcf172cf02ea5c5 | /app/src/main/java/il/ac/shenkar/cvmatcherapplication/async/DownloadImageTask.java | b84c698d1d08024e58bf668f42b39f047b026a99 | [] | no_license | tom243/CvMatcherApplication | https://github.com/tom243/CvMatcherApplication | 3e215f06c154ae93adc219a86442d755dfeb5030 | b536ca10481b62b106fe090ebc2d333ae1443ea0 | refs/heads/master | 2020-09-14T03:03:31.466000 | 2016-08-31T20:11:17 | 2016-08-31T20:11:17 | 67,070,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package il.ac.shenkar.cvmatcherapplication.async;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.ImageView;
import android.widget.Toast;
import java.io.InputStream;
import il.... | UTF-8 | Java | 1,709 | java | DownloadImageTask.java | Java | [
{
"context": "matcherapplication.utils.Utils;\n\n/**\n * Created by Tomer on 5/30/2016.\n */\npublic class DownloadImageTask ",
"end": 507,
"score": 0.9459446668624878,
"start": 502,
"tag": "USERNAME",
"value": "Tomer"
}
] | null | [] | package il.ac.shenkar.cvmatcherapplication.async;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.ImageView;
import android.widget.Toast;
import java.io.InputStream;
import il.... | 1,709 | 0.713283 | 0.705091 | 51 | 32.509804 | 29.557104 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
19dcf1eff9c610908b3653d22d98d1ea620f34bb | 13,778,255,123,676 | 5de8869bc0fcbd2ba59aadd01d745f448cf26ec4 | /src/com/KinoXP/view/TicketView.java | cfdf263fc1bf61c40e0a4ffd91f49d945923e6a6 | [] | no_license | GirtsZemitis/KinoXP | https://github.com/GirtsZemitis/KinoXP | 6efc01b21793d74794ae87943c55f1b4890b1594 | 8f6613566921ce03ed186ec32b8fcaf347d0d0df | refs/heads/master | 2021-01-17T17:09:53.339000 | 2016-03-11T09:06:59 | 2016-03-11T09:06:59 | 52,342,494 | 0 | 4 | null | false | 2016-03-08T10:59:04 | 2016-02-23T08:14:09 | 2016-02-23T08:14:21 | 2016-03-08T10:59:03 | 21,535 | 0 | 4 | 0 | Java | null | null | package com.KinoXP.view;
import com.KinoXP.controller.AddBookingViewController;
import com.KinoXP.controller.TicketController;
import com.KinoXP.model.Booking;
import com.KinoXP.model.TicketModel;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.geometry.Insets;
import j... | UTF-8 | Java | 12,576 | java | TicketView.java | Java | [
{
"context": "ht;\nimport javafx.stage.Stage;\n\n\n/**\n * Created by Lucia/Paula on 05/03/2016.\n */\npublic class TicketView {\n\n\n ",
"end": 684,
"score": 0.9998443722724915,
"start": 673,
"tag": "NAME",
"value": "Lucia/Paula"
}
] | null | [] | package com.KinoXP.view;
import com.KinoXP.controller.AddBookingViewController;
import com.KinoXP.controller.TicketController;
import com.KinoXP.model.Booking;
import com.KinoXP.model.TicketModel;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.geometry.Insets;
import j... | 12,576 | 0.657522 | 0.647662 | 305 | 40.22295 | 36.017155 | 194 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 1 |
ca90755c3188398349d10074973502d2d4c182bd | 25,228,637,942,603 | 7549aea589160f8051d1419f3e163efb440d3c8a | /src/facade/PopcornPopper.java | 4e6cb5eed88b6cd48588c67d2a060614c5577189 | [] | no_license | selvadurai/DesignPatterns | https://github.com/selvadurai/DesignPatterns | 29b51e2d1a1e8e20b84aad3746734499a878d048 | d2287607e9b54431318a1585c17f64538b113368 | refs/heads/master | 2021-01-01T05:12:46.982000 | 2016-04-28T00:21:16 | 2016-04-28T00:21:16 | 57,257,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package facade;
public class PopcornPopper implements Command {
@Override
public String on() {
return "Popcorn popper On";
}
public String pop(){
return "Make popcorn";
}
@Override
public String off() {
return "Popcorn popper Off";
}
}
| UTF-8 | Java | 264 | java | PopcornPopper.java | Java | [] | null | [] | package facade;
public class PopcornPopper implements Command {
@Override
public String on() {
return "Popcorn popper On";
}
public String pop(){
return "Make popcorn";
}
@Override
public String off() {
return "Popcorn popper Off";
}
}
| 264 | 0.659091 | 0.659091 | 22 | 11 | 12.957974 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 1 |
d3ecdfd9f47eba814e3c225758f29f102bf12d1a | 3,968,549,832,879 | 27f3c2f846d8462cec3c756f9828a89c0b4fd8f9 | /MavenSelenium/src/main/java/com/autostar/tnca/testcases/Master_Test.java | f12a5a8378b516166b2349bc1b1baa0cfdce73b5 | [] | no_license | goldguy86/TNCATestProject | https://github.com/goldguy86/TNCATestProject | c6b956c502ff4bead2006c765b54e26acd719f1f | 37ed4d6f5383248a6ca14584fa3b8e0e78053923 | refs/heads/master | 2021-07-15T11:33:33.538000 | 2019-09-13T15:27:56 | 2019-09-13T15:27:56 | 207,331,331 | 0 | 0 | null | false | 2020-10-13T15:55:18 | 2019-09-09T14:39:32 | 2019-09-13T15:28:07 | 2020-10-13T15:55:16 | 4,627 | 0 | 0 | 1 | HTML | false | false | package com.autostar.tnca.testcases;
import org.testng.annotations.Test;
import com.autostar.selenium.api.base.SeleniumBase;
import com.autostar.tnca.pages.Login_Page;
public class Master_Test extends SeleniumBase {
//public static Master_Page initPageElements;
@Test
public void verifyDateAndTime()... | UTF-8 | Java | 418 | java | Master_Test.java | Java | [] | null | [] | package com.autostar.tnca.testcases;
import org.testng.annotations.Test;
import com.autostar.selenium.api.base.SeleniumBase;
import com.autostar.tnca.pages.Login_Page;
public class Master_Test extends SeleniumBase {
//public static Master_Page initPageElements;
@Test
public void verifyDateAndTime()... | 418 | 0.736842 | 0.736842 | 19 | 20 | 22.403008 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 1 |
45600e9f34bcb148aaa86ba6b53a4f13318fb481 | 3,968,549,830,176 | df2b44b4ad2ccaa6a500314106f6014d5e1ea890 | /src/modelo/ModeloGestionDatosExportar.java | 15f6e1e471a583e2cacbe4396a6c3074d1d36d89 | [] | no_license | llopson/Calcetin-v2 | https://github.com/llopson/Calcetin-v2 | 81de7f43a627291f15109844eee995018eae35e6 | 30dc85cc0de916a99da6c7a57f7e365c053ddec0 | refs/heads/master | 2020-03-30T20:34:38.331000 | 2018-10-04T18:24:53 | 2018-10-04T18:24:53 | 151,594,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo;
import java.io.*;
import javax.swing.JOptionPane;
public class ModeloGestionDatosExportar {
private File archivo;
private FileWriter escribir;
private StringBuilder sb;
private char delimitador = ';';
private String siguienteLinea = System.getProperty("line.separator");
public void exportarFich... | WINDOWS-1250 | Java | 1,177 | java | ModeloGestionDatosExportar.java | Java | [] | null | [] | package modelo;
import java.io.*;
import javax.swing.JOptionPane;
public class ModeloGestionDatosExportar {
private File archivo;
private FileWriter escribir;
private StringBuilder sb;
private char delimitador = ';';
private String siguienteLinea = System.getProperty("line.separator");
public void exportarFich... | 1,177 | 0.677721 | 0.67432 | 41 | 27.682926 | 23.023252 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.97561 | false | false | 1 |
0c5e2968f234c22a1e21496aed36cf9d3e2cd729 | 31,533,649,939,494 | 3e0d6cc5fdffc31c0d19c56c2bf4c558f08354b2 | /temp/src/lxj/ssh2/base/platform/log/service/LogService.java | 1fef0ec650910c48cd3f97cc42f6856762f992f3 | [] | no_license | lixiaojian/demo | https://github.com/lixiaojian/demo | 324b65278738ae5968ca156db168e57004fdf884 | b4b39bc8d838c10af040cbe58ac369866ce820f1 | refs/heads/master | 2016-07-26T09:35:10.804000 | 2013-06-08T05:23:22 | 2013-06-08T05:23:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lxj.ssh2.base.platform.log.service;
import java.util.Date;
import java.util.List;
import lxj.ssh2.base.core.page.PageFilterSet;
import lxj.ssh2.base.core.page.PageInfo;
import lxj.ssh2.base.core.page.PageSortSet;
import lxj.ssh2.base.core.service.BaseService;
import lxj.ssh2.base.platform.log.pojo.LogInfo;
p... | UTF-8 | Java | 927 | java | LogService.java | Java | [] | null | [] | package lxj.ssh2.base.platform.log.service;
import java.util.Date;
import java.util.List;
import lxj.ssh2.base.core.page.PageFilterSet;
import lxj.ssh2.base.core.page.PageInfo;
import lxj.ssh2.base.core.page.PageSortSet;
import lxj.ssh2.base.core.service.BaseService;
import lxj.ssh2.base.platform.log.pojo.LogInfo;
p... | 927 | 0.793959 | 0.787486 | 32 | 27.96875 | 25.793028 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.46875 | false | false | 1 |
dcbf379d326329d69c4253dd856f91ca887688dd | 1,047,972,021,070 | c1bbfffa9e0a32a8d8a30201b6df54267412c1a2 | /杨斯媛/xiaoxiaoyuan_Test/base/BasePrepare.java | 1b66bf721a647c15f715c7c3b8ca23fee1a6c865 | [] | no_license | gaya0214/XiaoxiaoYuan_HuaGuoShan | https://github.com/gaya0214/XiaoxiaoYuan_HuaGuoShan | a62d6097fba48c402ec56ca818b7d998f2644f8b | 248780870f03f54c8897e9f6048a38769b99b167 | refs/heads/master | 2020-05-18T05:21:58.716000 | 2019-06-21T01:20:47 | 2019-06-21T01:20:47 | 184,203,245 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.base
import org.junit.Before;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.seleniumhq.jetty9.util.log.Log;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
import java.io.F... | UTF-8 | Java | 1,825 | java | BasePrepare.java | Java | [
{
"context": "\n capabilities.setCapability(\"deviceName\",\"127.0.0.1:62001\");\n capabilities.setCapability(\"app\"",
"end": 1178,
"score": 0.9996956586837769,
"start": 1169,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": "driver=new AndroidDriver<Element>(... | null | [] | package com.base
import org.junit.Before;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.seleniumhq.jetty9.util.log.Log;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Test;
import java.io.F... | 1,825 | 0.745753 | 0.733151 | 49 | 36.265305 | 23.823994 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836735 | false | false | 1 |
e3e6ac6472ed964a90bc1008ff66d8c350b79058 | 9,139,690,457,208 | fc36858450ef681bc2303d38d3d1d8cf748fe5bc | /src/command/HangupEventCommand.java | 8d13aaaa599c94bfca10ce4a20277c16ab0960e4 | [] | no_license | chandero/AsteriskIntegrator | https://github.com/chandero/AsteriskIntegrator | 5f90436beada26087774e1f3d940a73071fe42b7 | bd1b396010466582298cdd5921e168ea31b5098a | refs/heads/master | 2023-06-21T02:59:39.461000 | 2023-06-14T14:35:03 | 2023-06-14T14:35:03 | 200,116,095 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Source File Name: HangupEventCommand.java
package command;
import command.updaters.HangupEventUpdater;
import exceptions.UpdateDataException;
import org.apache.log4j.Logger;
import org.asteriskjava.manager.event.HangupEvent;
import org.asteriskjava.manager.event.ManagerEvent;
import utils.VtigerConnector;
// Re... | UTF-8 | Java | 1,178 | java | HangupEventCommand.java | Java | [] | null | [] | // Source File Name: HangupEventCommand.java
package command;
import command.updaters.HangupEventUpdater;
import exceptions.UpdateDataException;
import org.apache.log4j.Logger;
import org.asteriskjava.manager.event.HangupEvent;
import org.asteriskjava.manager.event.ManagerEvent;
import utils.VtigerConnector;
// Re... | 1,178 | 0.691002 | 0.690153 | 42 | 27.047619 | 25.565929 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 1 |
642e97416b68782cff8dafe2a00ba4a1e0158aa4 | 25,872,883,040,330 | 198a388ff5f1666d8701924a9ae63445122d0361 | /HackerRank/src/com/leetcode/learningcards/graph/KruskalMST.java | acd5d114764a83cfaf9072d3fe1fe5c8cc4b8a14 | [] | no_license | DhvaniAgola/HackerRank | https://github.com/DhvaniAgola/HackerRank | b4de39dcbb337c6ec0ff9e5a0ee93e85c0e6ab32 | acff2b89ec3ce975e1f5fa50f45f5cf47085acf4 | refs/heads/master | 2022-06-12T00:18:45.056000 | 2022-05-24T12:55:36 | 2022-05-24T12:55:36 | 164,155,334 | 0 | 1 | null | false | 2022-05-24T12:55:36 | 2019-01-04T21:13:54 | 2020-06-21T18:26:33 | 2022-05-24T12:55:36 | 73 | 0 | 1 | 0 | Java | false | false | package com.leetcode.learningcards.graph;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
public class KruskalMST {
static class Edge implements Comparable<Edge> {
int s;
int d;
int w;
Edge(int s, int d, int w) {
this.s = s;
this.d = d;
this.w... | UTF-8 | Java | 2,070 | java | KruskalMST.java | Java | [] | null | [] | package com.leetcode.learningcards.graph;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
public class KruskalMST {
static class Edge implements Comparable<Edge> {
int s;
int d;
int w;
Edge(int s, int d, int w) {
this.s = s;
this.d = d;
this.w... | 2,070 | 0.556522 | 0.531401 | 113 | 17.318584 | 16.006229 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.823009 | false | false | 1 |
78affe5fba63de06833039c0a484eaf730f423e7 | 28,913,719,891,268 | 705655b80d584197d693a7566b64d8f2646a6065 | /src/servlet/GetAnswer4Post.java | 9f3423f510a54b17caf324ed7c5485da85accc0f | [] | no_license | dogbrother/shiwuzhaoling_servlet | https://github.com/dogbrother/shiwuzhaoling_servlet | 5b9a01c8d9f86984f1a0a899f304d96dbb63ee8c | ea13f61082526f6e072e8f3f23ee733ca2bed7ba | refs/heads/master | 2019-06-14T13:13:31.906000 | 2017-07-13T08:21:09 | 2017-07-13T08:21:09 | 97,097,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import service.Answer4PostService;
import service.impl.Answer4PostService... | UTF-8 | Java | 810 | java | GetAnswer4Post.java | Java | [] | null | [] | package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import service.Answer4PostService;
import service.impl.Answer4PostService... | 810 | 0.816049 | 0.808642 | 26 | 30.153847 | 22.51955 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 1 |
a5fab2fdd37883a754b24c0b13519614f45e8670 | 28,913,719,892,098 | 6bc74b4529366e91a635435826653ced70e809d2 | /LINKS_TOXICITY/src/com/cdiscount/majestic/CdiscountLoopingGetNewLostBackLinks.java | 70ab8220786ce41ccb502114965eac3395b6aad7 | [] | no_license | hungtrungthinh/SEO_REPO | https://github.com/hungtrungthinh/SEO_REPO | b2eb964d3ec64e6cdf2609f21ac81c57c6019eba | 2dbb840b03e85c98f1339f60967670dcbc71aacf | refs/heads/master | 2021-05-29T07:37:36.381000 | 2015-05-22T13:44:07 | 2015-05-22T13:44:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cdiscount.majestic;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.TreeSet;
import com.majesticseo.external.rpc.APIService;
import com.majesticseo.extern... | UTF-8 | Java | 4,390 | java | CdiscountLoopingGetNewLostBackLinks.java | Java | [
{
"context": "icseo.com/api_command\";\r\n\r\n\t\t\tString app_api_key=\"322BBDCD5638D138192E9D783EAB5EA0\";\r\n\t\t\tString itemToQuery=\"cdiscount.com\";\r\n\t\t\tAPI",
"end": 1160,
"score": 0.9997534155845642,
"start": 1128,
"tag": "KEY",
"value": "322BBDCD5638D138192E9D783EAB5EA0"
}
] | null | [] | package com.cdiscount.majestic;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.TreeSet;
import com.majesticseo.external.rpc.APIService;
import com.majesticseo.extern... | 4,390 | 0.609795 | 0.597039 | 113 | 36.849556 | 27.365511 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.690265 | false | false | 1 |
cd5ee2ce2a0a6eef4d6ff7d8bb0e821eb4881142 | 39,341,900,476,333 | d3c6f8aca49d57f5a1e85b70cd1fe82fa0d132fb | /src/rmiSC/ServiciosMetodos.java | 18e45e12a88b9a30f14426264c3f4fe82be378b6 | [] | no_license | edgardorito/ServidorRMI | https://github.com/edgardorito/ServidorRMI | dad0784caae51a6af9d835df594c293f515813a3 | 95e428897acb501f514a46673ce6f7d6eae88ff6 | refs/heads/master | 2021-01-19T19:59:56.425000 | 2017-03-02T23:25:38 | 2017-03-02T23:25:38 | 83,734,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rmiSC;
import java.rmi.*;
import java.rmi.server.*;
class ServiciosMetodos extends UnicastRemoteObject implements Servicios {
ServiciosMetodos() throws RemoteException {
}
public String eco(String s) throws RemoteException {
return s.toUpperCase();
}
} | UTF-8 | Java | 295 | java | ServiciosMetodos.java | Java | [] | null | [] | package rmiSC;
import java.rmi.*;
import java.rmi.server.*;
class ServiciosMetodos extends UnicastRemoteObject implements Servicios {
ServiciosMetodos() throws RemoteException {
}
public String eco(String s) throws RemoteException {
return s.toUpperCase();
}
} | 295 | 0.705085 | 0.705085 | 11 | 25 | 23.269176 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 1 |
d310bbcdbd6a35b9630b27adb9d11b5d92204b20 | 36,258,113,960,355 | 60582088f486eb56942f39d8cca6652e967b3822 | /src/congnhanvienthong/entity/qltt/ThongTinNo.java | d102e19b4c0d144e1e2db3ffb368590cced67640 | [] | no_license | ChapCheng/CongNhanVienThong | https://github.com/ChapCheng/CongNhanVienThong | de92e55cb9b3962fe56b99f36c41b79fa2a7ed09 | da3dffe29b7d752447f96eda384fbccdf8a16a55 | refs/heads/master | 2021-01-17T10:17:04.123000 | 2016-07-07T10:02:01 | 2016-07-07T10:02:01 | 59,445,743 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package congnhanvienthong.entity.qltt;
public class ThongTinNo {
private String Thang, Nam, TienNo, ConNo;
public String getThang() {
return Thang;
}
public void setThang(String thang) {
Thang = thang;
}
public String getNam() {
return Nam;
}
public void setNam(String nam) {
Nam = nam;
}
public... | UTF-8 | Java | 953 | java | ThongTinNo.java | Java | [] | null | [] | package congnhanvienthong.entity.qltt;
public class ThongTinNo {
private String Thang, Nam, TienNo, ConNo;
public String getThang() {
return Thang;
}
public void setThang(String thang) {
Thang = thang;
}
public String getNam() {
return Nam;
}
public void setNam(String nam) {
Nam = nam;
}
public... | 953 | 0.608927 | 0.606801 | 56 | 15.803572 | 16.149324 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517857 | false | false | 1 |
6df6be8cf9192eff8f464213bbcb0872005d8e71 | 38,920,993,682,792 | 30c0071b24baadaf62f0686ebc47b78e3c27c2bf | /Java/src/main/java/BID/SWE/Bewegung.java | fc25a48edc09879f969b3017cadffd11bc1af8f2 | [] | no_license | BID-SWE-WS19/exam-michiw2407 | https://github.com/BID-SWE-WS19/exam-michiw2407 | 975c6486ae35526cd5be42c92e0050228e88e112 | ef20d87b9f56cea8243f4809fadb7b028d208c05 | refs/heads/master | 2021-08-07T23:11:16.607000 | 2019-12-12T16:11:55 | 2019-12-12T16:11:55 | 227,374,802 | 0 | 0 | null | false | 2020-10-13T18:08:56 | 2019-12-11T13:40:59 | 2019-12-12T16:12:58 | 2020-10-13T18:08:55 | 22 | 0 | 0 | 1 | Java | false | false | package BID.SWE;
public class Bewegung {
public String Position() {
return "Test";
}
String Move(int x) {
return Integer.toString(x);
}
}
| UTF-8 | Java | 173 | java | Bewegung.java | Java | [] | null | [] | package BID.SWE;
public class Bewegung {
public String Position() {
return "Test";
}
String Move(int x) {
return Integer.toString(x);
}
}
| 173 | 0.566474 | 0.566474 | 12 | 13.416667 | 12.452967 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
2f35475ee911125849fa0110ef03012ad7919646 | 16,544,214,057,594 | d3534f6998e47829a63f5698f4c5956ea88a0f97 | /src/main/java/com/vast8/nettydemo/test/TestMain.java | e96683715b4404230cb8e854cbef66b8f8b0aa07 | [] | no_license | seasun8111/nettydemo | https://github.com/seasun8111/nettydemo | af4581d6b54579c2e1a0d39c946f1b925860f41c | 3372466314b5653739ceef6afbb990b20428a185 | refs/heads/master | 2022-07-08T09:49:28.984000 | 2019-12-27T06:54:26 | 2019-12-27T06:54:26 | 230,390,065 | 0 | 0 | null | false | 2021-06-07T18:39:17 | 2019-12-27T06:54:07 | 2019-12-27T06:54:32 | 2021-06-07T18:39:16 | 15 | 0 | 0 | 2 | Java | false | false | package com.vast8.nettydemo.test;
/**
* @author Dingyuan
* @version 1.0
* @date 2019/10/28 18:08
*/
public class TestMain {
public static void main(String[] args) {
Res res = new Res() ;
Thread t1 = new Thread(new Thead1(res));
Thread t2 = new Thread(new Thead1(res));
t1.sta... | UTF-8 | Java | 356 | java | TestMain.java | Java | [
{
"context": "package com.vast8.nettydemo.test;\n\n/**\n * @author Dingyuan\n * @version 1.0\n * @date 2019/10/28 18:08\n */\npub",
"end": 58,
"score": 0.9989113807678223,
"start": 50,
"tag": "NAME",
"value": "Dingyuan"
}
] | null | [] | package com.vast8.nettydemo.test;
/**
* @author Dingyuan
* @version 1.0
* @date 2019/10/28 18:08
*/
public class TestMain {
public static void main(String[] args) {
Res res = new Res() ;
Thread t1 = new Thread(new Thead1(res));
Thread t2 = new Thread(new Thead1(res));
t1.sta... | 356 | 0.561798 | 0.502809 | 22 | 15.181818 | 16.389122 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 1 |
e1905a47502a7175c0126a57ca2d314c57a366cd | 34,668,976,037,014 | 2b9e7d759daeb6093da6f8c93fd3d9eeaffa02f7 | /src/main/java/ru/sbt/mipt/oop/AlarmTest.java | 1ac0d97486bb4ff02e05e1caadca0291e26a3e7c | [] | no_license | salavatz/smart-home-2018 | https://github.com/salavatz/smart-home-2018 | 7cbd8554101074ffb36793dfa58448403a01ebea | 30ee22ecdc4004fadc3079db5a44074a4ec6d428 | refs/heads/master | 2020-03-30T03:55:02.285000 | 2018-11-22T17:36:55 | 2018-11-22T17:36:55 | 150,714,672 | 2 | 0 | null | true | 2018-09-28T09:09:19 | 2018-09-28T09:09:19 | 2018-09-06T19:34:16 | 2018-09-06T19:34:14 | 6 | 0 | 0 | 0 | null | false | null | package ru.sbt.mipt.oop;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class AlarmTest {
@Test
void changeState() {
Alarm alarm = new Alarm();
alarm... | UTF-8 | Java | 1,502 | java | AlarmTest.java | Java | [] | null | [] | package ru.sbt.mipt.oop;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class AlarmTest {
@Test
void changeState() {
Alarm alarm = new Alarm();
alarm... | 1,502 | 0.627164 | 0.605859 | 54 | 26.833334 | 21.657049 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.703704 | false | false | 1 |
8d3aa44fa22a20f9ce7a5b3f8e2ba84195d34f7b | 35,682,588,306,001 | 3c747bd03525c4899cf3eb13eb9d5d5cdf2b1882 | /Arreglo2.java | 24515f30f4b66d4b4c3b4e82edbf712e18c1fff8 | [
"CC0-1.0"
] | permissive | RachellCasanova/programacion2-20 | https://github.com/RachellCasanova/programacion2-20 | ba2c15c1ca98586c65d760f26c53ffeb2f2f6e18 | ad39975d7298f0841b0001e0f5c4616402d46f55 | refs/heads/master | 2022-12-23T01:10:49.059000 | 2020-09-18T14:48:13 | 2020-09-18T14:48:13 | 297,527,695 | 1 | 0 | null | true | 2020-09-22T03:44:27 | 2020-09-22T03:44:26 | 2020-09-18T14:49:17 | 2020-09-18T14:49:15 | 202 | 0 | 0 | 0 | null | false | false | public class Arreglo2{
public int [] duplicar(int [] arreglo){
int [] copia = new int [arreglo.length];
for (int i = 0 ; i < copia.length; i++){
copia[i] = arreglo[i];
}
return copia;
}
public int modificarPrimitivo(int numero){
numero = numero + 10;
return numero;
}
public void imprimir(int [] ... | UTF-8 | Java | 2,051 | java | Arreglo2.java | Java | [] | null | [] | public class Arreglo2{
public int [] duplicar(int [] arreglo){
int [] copia = new int [arreglo.length];
for (int i = 0 ; i < copia.length; i++){
copia[i] = arreglo[i];
}
return copia;
}
public int modificarPrimitivo(int numero){
numero = numero + 10;
return numero;
}
public void imprimir(int [] ... | 2,051 | 0.693808 | 0.663091 | 76 | 26 | 23.220341 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.236842 | false | false | 1 |
03b3da70ab5c20223b626b839a315520d4aff042 | 21,844,203,733,880 | 51f0575dc96b6e2161da50e26040902649eb48e8 | /src/main/java/com/example/demo/layer3/BusSeatDetailsRepository.java | b62bfec921f24af93d1ed793bc7454ac882587c7 | [] | no_license | NakulSambareLTI/BusReservationProjectBackend | https://github.com/NakulSambareLTI/BusReservationProjectBackend | fc96c9f8e618d4cf1c41205e1ef997754bba20b2 | dd91061ad5aa983fa1b5c6c0030f5df21b5155a7 | refs/heads/main | 2023-07-09T21:07:27.706000 | 2021-08-17T01:24:47 | 2021-08-17T01:24:47 | 397,042,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.layer3;
import java.util.List;
import com.example.demo.layer2.BusJourneyDetails;
import com.example.demo.layer2.BusSeatDetailsNotFoundException;
import com.example.demo.layer2.BusSeatesDetails;
public interface BusSeatDetailsRepository {
List<BusSeatesDetails> selectAllBusSeatesDetails();
... | UTF-8 | Java | 930 | java | BusSeatDetailsRepository.java | Java | [] | null | [] | package com.example.demo.layer3;
import java.util.List;
import com.example.demo.layer2.BusJourneyDetails;
import com.example.demo.layer2.BusSeatDetailsNotFoundException;
import com.example.demo.layer2.BusSeatesDetails;
public interface BusSeatDetailsRepository {
List<BusSeatesDetails> selectAllBusSeatesDetails();
... | 930 | 0.863441 | 0.85914 | 19 | 47.947369 | 37.36657 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.315789 | false | false | 1 |
8e2d4eb86d761b00b0fec7d9cbb0c330aab2697b | 25,022,479,497,731 | 1324dd32cef1320338b0fff6dd555fabcc481a06 | /ExchangeApp.java | 51259ee17fde3c62ba273c6411237f181c4051d6 | [] | no_license | JelenaShalaginova/Revision | https://github.com/JelenaShalaginova/Revision | 203b27ad4793963d095019acd97bbb23f169c335 | 965d06dbdfe08802ec8dd16d1ae6328b0037e1a1 | refs/heads/master | 2022-05-02T17:45:34.536000 | 2020-04-21T10:04:50 | 2020-04-21T10:04:50 | 257,553,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package revision;
import java.util.Scanner;
import java.text.DecimalFormat;
public class ExchangeApp {
public static DecimalFormat dd = new DecimalFormat ("#.##");
public static void main(String[] args) {
//declare local variables
double amount;
double rate;
//declare objects
Scanner sc = new Sca... | UTF-8 | Java | 891 | java | ExchangeApp.java | Java | [] | null | [] | package revision;
import java.util.Scanner;
import java.text.DecimalFormat;
public class ExchangeApp {
public static DecimalFormat dd = new DecimalFormat ("#.##");
public static void main(String[] args) {
//declare local variables
double amount;
double rate;
//declare objects
Scanner sc = new Sca... | 891 | 0.657688 | 0.657688 | 44 | 19.25 | 20.736578 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.909091 | false | false | 1 |
9471f6f44d3aa678ea0dc73304dfc13ed5abe805 | 24,180,665,945,598 | 8b5dc0264ee7df3ce5df9297845d2c45637ad900 | /src/com/jdlovin/Prac2/Demo6.java | 39d445555b2a31c78dd858b442d60f20725a813e | [] | no_license | jdlovin/Java-FSD | https://github.com/jdlovin/Java-FSD | 3909a60896b7640654cf4a734f03cf2263c0b866 | e82919e7ffcf099ba0e7b617cc31224591b59ab1 | refs/heads/main | 2023-07-07T18:10:51.459000 | 2021-08-03T17:59:26 | 2021-08-03T17:59:26 | 390,553,823 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jdlovin.Prac2;
import java.lang.reflect.Array;
import java.util.ArrayList;
public class Demo6 {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<>();
list.add("Tim");
list.add("Rickard");
list.add("Alyssa");
list.add("Megan");
... | UTF-8 | Java | 759 | java | Demo6.java | Java | [
{
"context": "ring> list = new ArrayList<>();\n list.add(\"Tim\");\n list.add(\"Rickard\");\n list.add(",
"end": 230,
"score": 0.9998675584793091,
"start": 227,
"tag": "NAME",
"value": "Tim"
},
{
"context": "t<>();\n list.add(\"Tim\");\n list.add(\"... | null | [] | package com.jdlovin.Prac2;
import java.lang.reflect.Array;
import java.util.ArrayList;
public class Demo6 {
public static void main(String[] args) {
ArrayList<String> list = new ArrayList<>();
list.add("Tim");
list.add("Rickard");
list.add("Alyssa");
list.add("Megan");
... | 759 | 0.575758 | 0.570487 | 35 | 20.685715 | 17.127708 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
5c067e14eaebbdd4a99a859d7dfbb9c61d7aa4ff | 19,894,288,571,355 | d050d6d0bf59817b8832aeeba7afb34cf5b1b7a5 | /src/main/java/ca/sheridancollege/carrental/beans/User.java | a69074e526db0f961d107ee1102e139b8a14fd55 | [] | no_license | desaiaj/CarRental | https://github.com/desaiaj/CarRental | 264132bce5abf5a02c95f7cd74319d45ee3d604a | e19ecb42bc029a79e7d2fde26cdef600c7dc8f30 | refs/heads/master | 2023-04-16T07:29:05.881000 | 2021-04-25T22:55:39 | 2021-04-25T22:55:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.sheridancollege.carrental.beans;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
impor... | UTF-8 | Java | 975 | java | User.java | Java | [
{
"context": "rt lombok.RequiredArgsConstructor;\n\n/**\n * @author bhatt\n *\n */\n@Data\n@NoArgsConstructor\n@AllArgsConstruct",
"end": 546,
"score": 0.9424673914909363,
"start": 541,
"tag": "USERNAME",
"value": "bhatt"
}
] | null | [] | package ca.sheridancollege.carrental.beans;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
impor... | 975 | 0.806154 | 0.806154 | 46 | 20.195652 | 16.514315 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717391 | false | false | 1 |
4c1f3cebe89c4365236a13b24a6c38837107fd4a | 8,237,747,284,226 | ea175d8d30a3c8566ce62fdd66ac4e7fb7935c37 | /server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/OHttpSession.java | 8508e4fbc4aa1b23f81068e012a5303c40b6e9ab | [
"BSD-3-Clause",
"CDDL-1.0",
"Apache-2.0"
] | permissive | orientechnologies/orientdb | https://github.com/orientechnologies/orientdb | a9aa2708e927cfbd8ba479ed1ceabb1979ba9f65 | 7df5ffa9f691ae752a0abdb45ccf93bc8ae8b9a4 | refs/heads/develop | 2023-08-31T12:42:55.842000 | 2023-08-30T13:56:50 | 2023-08-30T13:56:50 | 7,083,240 | 3,932 | 979 | Apache-2.0 | false | 2023-09-11T12:49:58 | 2012-12-09T20:33:47 | 2023-09-10T16:23:29 | 2023-09-11T12:49:56 | 253,324 | 4,633 | 880 | 276 | Java | false | false | /*
*
* * Copyright 2010-2016 OrientDB LTD (http://orientdb.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE... | UTF-8 | Java | 2,555 | java | OHttpSession.java | Java | [
{
"context": "\n/**\n * Handles session information.\n *\n * @author Luca Garulli (l.garulli--(at)--orientdb.com)\n */\npublic class ",
"end": 912,
"score": 0.9998652338981628,
"start": 900,
"tag": "NAME",
"value": "Luca Garulli"
},
{
"context": "\n\n databaseName = iDatabaseName;... | null | [] | /*
*
* * Copyright 2010-2016 OrientDB LTD (http://orientdb.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE... | 2,552 | 0.69589 | 0.691194 | 98 | 25.071428 | 24.541615 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 1 |
77b3f6546d8d5e7f44978f76fe39a8c96a18e5bb | 2,774,548,930,138 | 8c71d5b3beaff0d573e2bae3bba72101b1b7852d | /vlibtour-tour-management/vlibtour-tour-management-entity/src/main/java/vlibtour/vlibtour_tour_management/entity/TourDate.java | 88ce1dee74d6263249ad4cde2ef9bc21b7a27573 | [] | no_license | WindyWay96/VlibTour | https://github.com/WindyWay96/VlibTour | d24f167f2be1baa465d83f7018c311b131b6b4e8 | 6857a2e1b71cab949146ea19f261f38776f8492c | refs/heads/master | 2020-03-29T15:50:03.948000 | 2018-11-11T00:19:59 | 2018-11-11T00:19:59 | 150,082,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vlibtour.vlibtour_tour_management.entity;
import java.sql.Date;
import java.sql.Time;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
impo... | UTF-8 | Java | 1,524 | java | TourDate.java | Java | [] | null | [] | package vlibtour.vlibtour_tour_management.entity;
import java.sql.Date;
import java.sql.Time;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
impo... | 1,524 | 0.713255 | 0.713255 | 80 | 18.0625 | 16.945755 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.05 | false | false | 1 |
b1897ccf6a3590cb8a42d6fee36d33d58798edc0 | 12,567,074,366,209 | a959d66a1ade6f66fff14528870bc25a42ea7bae | /Semester2/Recursion/Recursion.java | 88fb86372b7e9ab70497cb952513296536e2d9a9 | [] | no_license | Bamboo72/2021-Programming-Portfolio | https://github.com/Bamboo72/2021-Programming-Portfolio | de4e874162e7abaa6210645f52a499f45d83be69 | 4cde4e1b0109e1f18f30bc78564b350baf58d261 | refs/heads/main | 2023-05-06T09:54:31.959000 | 2021-05-28T20:59:57 | 2021-05-28T20:59:57 | 366,115,613 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Jacob Schwartz - 3/9/2021
public class Recursion{
static public int traditionalFactorialLoop(int n){
for(int i = n-1; i > 1; i--){
n = n * i;
}
return n;
}
static public int recursiveFactorialLoop(int n){
if(n == 1) {
return 1;
} else {
return n * recursiveFactorialLoo... | UTF-8 | Java | 1,112 | java | Recursion.java | Java | [
{
"context": "// Jacob Schwartz - 3/9/2021\n\npublic class Recursion{\n\n static pub",
"end": 17,
"score": 0.9998272657394409,
"start": 3,
"tag": "NAME",
"value": "Jacob Schwartz"
}
] | null | [] | // <NAME> - 3/9/2021
public class Recursion{
static public int traditionalFactorialLoop(int n){
for(int i = n-1; i > 1; i--){
n = n * i;
}
return n;
}
static public int recursiveFactorialLoop(int n){
if(n == 1) {
return 1;
} else {
return n * recursiveFactorialLoop(n-1);
... | 1,104 | 0.616007 | 0.589029 | 49 | 21.693878 | 19.380407 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 1 |
650b38265e509e5feaba8623a6eb52039090a125 | 2,808,908,677,758 | cd86601aa8f7afb2807a478d2f7492da0f286338 | /proyecto/src/classes/MyVisitor.java | a4fabfb491e50b9cc3d00e980f7ce1a461f97cf0 | [] | no_license | Moimolcp/Proyecto-Lenguajes | https://github.com/Moimolcp/Proyecto-Lenguajes | fffb1f2fd8ad2e4f432d3d833c69f85cd0c6fbb3 | 78d895ce7f298f10f8a6df6b83ffc04e0543ff6e | refs/heads/master | 2020-04-23T12:51:09.991000 | 2019-02-18T05:28:40 | 2019-02-18T05:28:40 | 171,182,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes;
import java.util.HashSet;
import java.util.Set;
import org.antlr.v4.runtime.tree.ParseTree;
import classes.Python3Parser.*;
public class MyVisitor<T> extends Python3BaseVisitor<T> {
public CodeStatistics stats = new CodeStatistics();
public Set<String> set = new HashSet<String>();
@Overrid... | UTF-8 | Java | 2,061 | java | MyVisitor.java | Java | [] | null | [] | package classes;
import java.util.HashSet;
import java.util.Set;
import org.antlr.v4.runtime.tree.ParseTree;
import classes.Python3Parser.*;
public class MyVisitor<T> extends Python3BaseVisitor<T> {
public CodeStatistics stats = new CodeStatistics();
public Set<String> set = new HashSet<String>();
@Overrid... | 2,061 | 0.676371 | 0.672489 | 69 | 28.869566 | 27.043129 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.985507 | false | false | 1 |
ddca90d6ec569d98743174319e72974d6e8b30bf | 24,653,112,335,848 | ef0c039e27f173a3aa4e82ab4e26edc93f9e28e0 | /sdklib/src/main/java/com/android/sdklib/repository/AndroidSdkHandler.java | e9672a6a9feea0e6d858d2a299a760d66e39fa0e | [
"Apache-2.0"
] | permissive | ggaier/android_platform_tools_base | https://github.com/ggaier/android_platform_tools_base | 1091a25aa220665d7eb02481426f4941d0fedd18 | 85c6b73c22cd23c069d94eb19c824d4fb74a5ec9 | refs/heads/master | 2020-09-17T11:33:48.674000 | 2019-11-26T02:43:12 | 2019-11-26T02:43:12 | 224,085,780 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 33,817 | java | AndroidSdkHandler.java | Java | [] | null | [] | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 33,817 | 0.642961 | 0.641926 | 840 | 39.258335 | 32.162403 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460714 | false | false | 1 |
0f73d19098f489068946e3a00c9cb1e1f922d0e9 | 37,271,726,199,494 | d0608b48a43521f5478b122f5318aca90f0ef9ea | /app/src/main/java/com/example/asus1/myappportfolio/MainActivity.java | 1bc8afebe7fe91b907c687ce4a3520dcae40b762 | [] | no_license | sharath1608/Nanodegree_Project0 | https://github.com/sharath1608/Nanodegree_Project0 | 983e48b706b1f61fd3f87a09c0b39d2de3ed2864 | bbfaf335980c00d502f5043b29cd4238b9a7815d | refs/heads/master | 2020-04-25T06:04:17.421000 | 2015-07-22T23:29:55 | 2015-07-22T23:29:55 | 39,476,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asus1.myappportfolio;
import android.content.Context;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import java.util.ArrayList;
... | UTF-8 | Java | 4,649 | java | MainActivity.java | Java | [
{
"context": "package com.example.asus1.myappportfolio;\n\nimport android.content.Context;\n",
"end": 25,
"score": 0.9841594696044922,
"start": 20,
"tag": "USERNAME",
"value": "asus1"
}
] | null | [] | package com.example.asus1.myappportfolio;
import android.content.Context;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import java.util.ArrayList;
... | 4,649 | 0.675414 | 0.674984 | 106 | 42.849056 | 39.151325 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.849057 | false | false | 1 |
ce23c8b75075b78ac21b18eb031e78ebaf953dbd | 19,894,288,578,030 | b225f9ddcd4020c78a89e263796bb3a914060ceb | /calculator-server/src/test/java/zserio/service/rest/java/server/CalculatorServiceServerTests.java | a9adf35baf77b48dddeab2c7af0fc6cc02cdb597 | [
"BSD-3-Clause"
] | permissive | westphal-michael/zserio-service-rest-java | https://github.com/westphal-michael/zserio-service-rest-java | df2d4da5afa314046a49673993375ae503b355f8 | b68c4bfd7efbc90a8dd580adfc5bf5ff3e2412e0 | refs/heads/main | 2023-03-14T14:04:16.546000 | 2021-03-17T07:21:20 | 2021-03-17T07:22:55 | 346,597,527 | 0 | 0 | BSD-3-Clause | true | 2021-03-11T06:11:56 | 2021-03-11T06:11:55 | 2021-03-10T17:52:11 | 2021-03-10T17:52:09 | 1 | 0 | 0 | 0 | null | false | false | package zserio.service.rest.java.server;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBoo... | UTF-8 | Java | 2,401 | java | CalculatorServiceServerTests.java | Java | [] | null | [] | package zserio.service.rest.java.server;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBoo... | 2,401 | 0.744273 | 0.732195 | 64 | 36.515625 | 26.514732 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578125 | false | false | 1 |
fd0b12f4f7d09d475e06f2a4281b401fef05fa0b | 13,700,945,693,382 | c217f5b37265d6f3d235009fd1f9a0701f4a5634 | /Java/cscs221(java)/lab 2 thomas zangari/Sketch/UpButton.java | a6a0aa7e57bdc375e5857ba00ad7820a3e93e5f9 | [] | no_license | insonia78/project | https://github.com/insonia78/project | dee363a20f20b9840f4d044c93eeecebd8bed801 | 1b4d33831cf9012d07bed83e6c8f8f73163680ba | refs/heads/master | 2023-01-22T18:55:01.651000 | 2021-06-04T16:42:09 | 2021-06-04T16:42:09 | 39,981,221 | 0 | 3 | null | false | 2023-01-08T00:25:06 | 2015-07-31T01:57:35 | 2021-06-04T16:44:23 | 2023-01-08T00:25:05 | 339,129 | 0 | 2 | 83 | PHP | false | false |
import wheels.users.*;
public class UpButton extends DrawButton {
public UpButton (int x, int y, Cursor cursor) {
super(x, y, cursor);
}
public java.awt.Point computeNextPoint(java.awt.Point lastPoint) {
return new java.awt.Point(lastPoint.x, lastPoint.y-5);
}
}
| UTF-8 | Java | 301 | java | UpButton.java | Java | [] | null | [] |
import wheels.users.*;
public class UpButton extends DrawButton {
public UpButton (int x, int y, Cursor cursor) {
super(x, y, cursor);
}
public java.awt.Point computeNextPoint(java.awt.Point lastPoint) {
return new java.awt.Point(lastPoint.x, lastPoint.y-5);
}
}
| 301 | 0.654485 | 0.651163 | 11 | 26.181818 | 24.679098 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 1 |
adb49371010f5c44be06071329cd2ff302d3e32c | 18,614,388,268,815 | d06ef84fcda761a484f8142f5091670a93ec103f | /TP_Agenda_PP1-master/agenda/src/main/java/presentacion/vista/VentanaPersona.java | 8c304a3944c1b4318b8de2cef3179789f69a2157 | [] | no_license | EvolutionRX/TP_Agenda_PP1 | https://github.com/EvolutionRX/TP_Agenda_PP1 | f16b78fa1ec4939e276d563f44940efedc3f26c5 | 36d20a2f102b6a28631056a317090cc4e7c8a400 | refs/heads/master | 2023-05-03T22:20:35.849000 | 2021-05-24T14:33:18 | 2021-05-24T14:33:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package presentacion.vista;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import javax.swing.JComboBox;
import java.awt.Color;
import java.util... | ISO-8859-1 | Java | 10,189 | java | VentanaPersona.java | Java | [
{
"context": "ocalidad);\r\n\t\t\r\n\t\tJLabel lblUsuario = new JLabel(\"Usuario\");\r\n\t\tlblUsuario.setBounds(10, 391, 46, 14);\r\n\t\tp",
"end": 5638,
"score": 0.7780080437660217,
"start": 5631,
"tag": "USERNAME",
"value": "Usuario"
}
] | null | [] | package presentacion.vista;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import javax.swing.JComboBox;
import java.awt.Color;
import java.util... | 10,189 | 0.718062 | 0.683274 | 361 | 26.188366 | 20.034264 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.210526 | false | false | 1 |
8832ffdf3248c6927d5125b0cf374b635325f1f8 | 28,011,776,746,199 | 34742e70c5f7c6e58bbf69c0ae96cec5a685d62d | /app/src/main/java/me/pwcong/tankattack/main/entity/BaseEnemy.java | 942d38b67130f8d93a5ed363875d2ee26e7ef2e8 | [] | no_license | pwcong/TankAttack | https://github.com/pwcong/TankAttack | 698da8f64da90545ff13d35c28da22ee38c5a4e7 | 356ce543bdb21693ef7592c318ceb7a948cd3ca2 | refs/heads/master | 2020-06-14T09:41:39.212000 | 2016-12-25T07:44:13 | 2016-12-25T07:44:13 | 75,202,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.pwcong.tankattack.main.entity;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import java.util.Map;
import me.pwcong.tankattack.config.Const;
/**
* Created by Pwcong on 2016/11/30.
*/
public class BaseEnemy extends BaseEntity implements BaseEntity.Behavi... | UTF-8 | Java | 3,921 | java | BaseEnemy.java | Java | [
{
"context": "pwcong.tankattack.config.Const;\n\n/**\n * Created by Pwcong on 2016/11/30.\n */\n\npublic class BaseEnemy extend",
"end": 229,
"score": 0.9996745586395264,
"start": 223,
"tag": "USERNAME",
"value": "Pwcong"
}
] | null | [] | package me.pwcong.tankattack.main.entity;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import java.util.Map;
import me.pwcong.tankattack.config.Const;
/**
* Created by Pwcong on 2016/11/30.
*/
public class BaseEnemy extends BaseEntity implements BaseEntity.Behavi... | 3,921 | 0.532517 | 0.527161 | 176 | 21.27841 | 21.985708 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482955 | false | false | 1 |
d155b26d6a49d47a5311cad64bedbeab228403a8 | 13,752,485,306,988 | 02f09f9c9fd8354515f10fc7949629541b084016 | /kodilla-testing/src/main/java/com/kodilla/testing/TestingMain.java | 495c2e0031e273fdc0dfecb7f6c473b15da928bc | [] | no_license | GrzechPL/Grzegorz-Lastowski-kodilla-java | https://github.com/GrzechPL/Grzegorz-Lastowski-kodilla-java | 9eedebed192a169517c1d3ca2cc562d3c65e0b2b | 1dbb7226839642f2e6c8b746a664495f4f1cbcb0 | refs/heads/master | 2021-01-19T19:56:49.196000 | 2018-01-21T14:48:08 | 2018-01-21T14:48:08 | 101,213,581 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.testing;
import com.kodilla.testing.collection.OddNumbersExterminator;
import java.util.ArrayList;
public class TestingMain {
public static void main(String[] args) {
ArrayList<Integer> unsortedlist = new ArrayList<Integer>();
for(int i=0; i<10;i++){
unsortedlist.... | UTF-8 | Java | 452 | java | TestingMain.java | Java | [] | null | [] | package com.kodilla.testing;
import com.kodilla.testing.collection.OddNumbersExterminator;
import java.util.ArrayList;
public class TestingMain {
public static void main(String[] args) {
ArrayList<Integer> unsortedlist = new ArrayList<Integer>();
for(int i=0; i<10;i++){
unsortedlist.... | 452 | 0.674779 | 0.668142 | 18 | 24.166666 | 23.231325 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
fdd2b1018127a5ed3ddd9b0f439d686ef2538601 | 29,970,281,792,333 | 897dc15e969e5375350ea9d5987653714b88e500 | /src/MessageInterface.java | 3668f642520148b651c2aa0ec0b1e6133cf65f1f | [] | no_license | tweseley/emotional-communication | https://github.com/tweseley/emotional-communication | 21fad2e7b41ef8a470258bef3729ad1f95bbc0f5 | 1a8c7728bc7daf55fc80c277f8253d666a8db356 | refs/heads/master | 2020-07-05T05:22:26.774000 | 2015-04-16T18:02:27 | 2015-04-16T18:02:27 | 32,236,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.time.Instant;
public class MessageInterface {
private int senderID;
private int receivingID;
private String emotion;
private Image image;
private Instant timeStamp;
public void message(int senderID, int receivingID, String emotion, Image image, Instant timeStamp){
... | UTF-8 | Java | 829 | java | MessageInterface.java | Java | [] | null | [] | import java.time.Instant;
public class MessageInterface {
private int senderID;
private int receivingID;
private String emotion;
private Image image;
private Instant timeStamp;
public void message(int senderID, int receivingID, String emotion, Image image, Instant timeStamp){
... | 829 | 0.635706 | 0.635706 | 33 | 24.121212 | 18.51086 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 1 |
b37898280f7647d223df20419463d03c1ff66178 | 14,431,090,117,896 | 49e3890e45b862f745decbd7828842e8a2c0e828 | /src/br/ifba/ads/inf008/model/MapaRGB.java | d3cea564dbce1eaa54c979b9ee3ee6e06bef7e08 | [] | no_license | ReinanS/Orientation-Map | https://github.com/ReinanS/Orientation-Map | a3c24d6e5107eeb7fe0d2c5474e9fe81f3483018 | 15eaa56f7eede95bb347aa428b5c1d70884cde35 | refs/heads/master | 2023-06-15T03:57:06.774000 | 2021-07-09T23:32:08 | 2021-07-09T23:32:08 | 346,810,424 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inf008.model;
public class MapaRGB extends Mapa{
private CorRGB[][] pixels;
public MapaRGB(int altura, int largura, CorRGB[][] mapa) {
this.pixels = mapa;
}
// Caso nenhuma imagem seja passada, ele criará uma imagem em branco
public MapaRGB(int altura, int largura) {
this.pixels = new CorRGB[alt... | UTF-8 | Java | 3,302 | java | MapaRGB.java | Java | [] | null | [] | package inf008.model;
public class MapaRGB extends Mapa{
private CorRGB[][] pixels;
public MapaRGB(int altura, int largura, CorRGB[][] mapa) {
this.pixels = mapa;
}
// Caso nenhuma imagem seja passada, ele criará uma imagem em branco
public MapaRGB(int altura, int largura) {
this.pixels = new CorRGB[alt... | 3,302 | 0.634353 | 0.62678 | 101 | 31.693069 | 28.443707 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.80198 | false | false | 1 |
1c62a8cf22b42321cdc1edb83f2d747a92d6e816 | 11,098,195,546,488 | fd41b64b6cb47a03e10a7c1c2f08af7e9b502963 | /src/controller/GuiaDeRemisionController.java | c8870daf687f9bb0be27d27424915e1357620543 | [] | no_license | DiegoLooo/ProyectoARC-FE | https://github.com/DiegoLooo/ProyectoARC-FE | 93a0e08ac8c84149794a32f74f62ebf2d9d3e882 | 7315205ebc491476cf323855f821ed56caa59519 | refs/heads/master | 2022-12-22T10:36:42.485000 | 2020-09-23T04:50:12 | 2020-09-23T04:50:12 | 293,453,747 | 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 controller;
import dao.GuiaDeRemisionDao;
import entity.GuiaDeRemision;
import java.util.List;
import util.Constante;
/**
*
... | UTF-8 | Java | 2,258 | java | GuiaDeRemisionController.java | Java | [
{
"context": "il.List;\nimport util.Constante;\n\n/**\n *\n * @author ARCRODINPC-06\n */\npublic class GuiaDeRemisionController {\n\n ",
"end": 344,
"score": 0.9985604286193848,
"start": 331,
"tag": "USERNAME",
"value": "ARCRODINPC-06"
}
] | 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 controller;
import dao.GuiaDeRemisionDao;
import entity.GuiaDeRemision;
import java.util.List;
import util.Constante;
/**
*
... | 2,258 | 0.635477 | 0.63459 | 80 | 27.1875 | 27.410351 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 1 |
92bf1674597886d0a4635c4c838103d74ca1b2ec | 8,564,164,818,429 | 4131630e0ae4b2d0189e7132963c9ed845d9085b | /Personal/Linux/main/mgmt_sv/linux/java/com/vzb/indexservice/jobs/UpdateChangeIndexJob.java | 1894a886917db6963abc94efa51ca201d49e57cf | [] | no_license | go2suresh1979/MyRepo | https://github.com/go2suresh1979/MyRepo | 4f0532e388caa15607386f6b4ee1cebddb157c7e | 2adc83aad5659438d4e6fab3889ae166761b8481 | refs/heads/master | 2016-09-06T10:44:57.072000 | 2015-11-27T10:18:34 | 2015-11-27T10:18:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vzb.indexservice.jobs;
import static com.vzb.indexservice.delegate.IndexDelegate.getInstance;
import java.util.Date;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.vzb.indexservice.constants.LuceneConstants;
import com.vzb.indexservice.data.IndexRequest;
... | UTF-8 | Java | 1,348 | java | UpdateChangeIndexJob.java | Java | [
{
"context": "rts the update change index request\n * \n * @author Kannan Renganathan\n * \n */\npublic class UpdateChangeIndexJob {\n p",
"end": 516,
"score": 0.9998729228973389,
"start": 498,
"tag": "NAME",
"value": "Kannan Renganathan"
}
] | null | [] | package com.vzb.indexservice.jobs;
import static com.vzb.indexservice.delegate.IndexDelegate.getInstance;
import java.util.Date;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.vzb.indexservice.constants.LuceneConstants;
import com.vzb.indexservice.data.IndexRequest;
... | 1,336 | 0.754451 | 0.754451 | 40 | 32.700001 | 29.786909 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 1 |
9ad0ebe85f8fa42f8b9d1efc9676db8c873c4662 | 8,117,488,199,039 | 47685195d6f1d10bd37bb8daecae41ddc4578c1a | /SpringCoreDemo8Feb.ManageAccounts/src/main/java/com/java/dto/Account.java | 8228d31c4f4741160d02695ee5ac5902635a85c4 | [] | no_license | payalb/SpringCoreDemo8Feb | https://github.com/payalb/SpringCoreDemo8Feb | 61de88b5e3ea845e1e384800f326165049680356 | a34a89f88f72ae375c032f3fdb035996e1048d3b | refs/heads/master | 2021-10-16T06:48:27.667000 | 2019-02-08T20:05:08 | 2019-02-08T20:05:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.dto;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
//This code would be automatically added at the compile time.
@Getter
@Setter
@ToString
public class Account {
private int accountNumber;
private String holderName;
private float balance;
private AccountType type;
public ... | UTF-8 | Java | 464 | java | Account.java | Java | [] | null | [] | package com.java.dto;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
//This code would be automatically added at the compile time.
@Getter
@Setter
@ToString
public class Account {
private int accountNumber;
private String holderName;
private float balance;
private AccountType type;
public ... | 464 | 0.769397 | 0.769397 | 23 | 19.173914 | 17.459648 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 1 |
07e28be7f08fe9b29519dd640a37b29147feb0f0 | 6,588,479,842,109 | 4c7f218de0b5fe0387a2a97dfc72d0fe1fa80b4f | /src/main/java/com/mysocloud/api/app/model/app/Application.java | 1e22458f8501fa73fa76c3a98355fd5a7ab77e64 | [] | no_license | TaeHyunChi/api.app | https://github.com/TaeHyunChi/api.app | 8a85d122e5fddebf27ae83295a7fa80046c6a194 | 7d40c0f6647a85d461b94cd73410fa8a84be5ef2 | refs/heads/master | 2018-10-25T03:06:14.026000 | 2018-10-17T18:05:41 | 2018-10-17T18:05:41 | 132,847,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mysocloud.api.app.model.app;
import java.io.Serializable;
import java.util.List;
import java.util.Vector;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.mysocloud.api.common.user.UserHelperImpl;
public class Application extends UserHelperImpl implements Serializable, ApplicationI... | UTF-8 | Java | 8,050 | java | Application.java | Java | [] | null | [] | package com.mysocloud.api.app.model.app;
import java.io.Serializable;
import java.util.List;
import java.util.Vector;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.mysocloud.api.common.user.UserHelperImpl;
public class Application extends UserHelperImpl implements Serializable, ApplicationI... | 8,050 | 0.703106 | 0.700248 | 351 | 20.934473 | 18.392328 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.809117 | false | false | 1 |
16b7a55efa034b07d7a7674d3564619d47ab8ae1 | 12,704,513,297,169 | c3a6426063e5e45bef24be995a805a1d521a7789 | /autotest/src/test/java/ru/t_systems/autotest/multilayer/app/Application.java | 1685d0fd6ef04bf85a9c143b02e3e62141e22669 | [] | no_license | Romaffka/autotest | https://github.com/Romaffka/autotest | dc44da9b75b19a6ddfe23fc62b930f714ae245b1 | c56f6e68d04ec71fb04266fa3b09716c26d2f917 | refs/heads/master | 2021-09-03T03:58:45.167000 | 2018-01-05T11:19:14 | 2018-01-05T11:19:14 | 112,945,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.t_systems.autotest.multilayer.app;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import ru.t_systems.autotest.multilayer.pages.MainPage;
import ru.t_systems.autotest.multilayer.pages.ProductPage;
import ru.t_systems.autotest.multilayer.pages.ShoppingCartPage;
public ... | UTF-8 | Java | 780 | java | Application.java | Java | [] | null | [] | package ru.t_systems.autotest.multilayer.app;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import ru.t_systems.autotest.multilayer.pages.MainPage;
import ru.t_systems.autotest.multilayer.pages.ProductPage;
import ru.t_systems.autotest.multilayer.pages.ShoppingCartPage;
public ... | 780 | 0.723077 | 0.723077 | 28 | 26.857143 | 20.521269 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 1 |
720ab867c1b3cec5af3c92f6febf066527a7137b | 13,615,046,396,760 | 1ed4aea8ed5acf9392a915555d96a941ebdc6db8 | /VIATRA_Transformation/psm_meta/generated_files/psm/impl/JClassImpl.java | 2d88c0654098e3f37ff1d884324421684a3d969a | [] | no_license | staszbalazs/PSMToUITransformations | https://github.com/staszbalazs/PSMToUITransformations | 252108eaa77d7c11d96a897b8455ce4fa5904bdf | 70fdcdb98debd15fb25ded41a5d2b75ad30f7e01 | refs/heads/master | 2020-03-26T04:25:50.974000 | 2018-12-06T15:30:22 | 2018-12-06T15:30:22 | 144,503,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package psm.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore... | UTF-8 | Java | 35,813 | java | JClassImpl.java | Java | [] | null | [] | /**
*/
package psm.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore... | 35,813 | 0.683495 | 0.683495 | 1,181 | 29.324301 | 28.528797 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.04403 | false | false | 1 |
9a70adafa59c067d354c6de5bff205b3c715b39d | 14,585,708,970,351 | 668ceba54d1a4f47f5a7cb2425eb3fc6608273b7 | /src/main/java/hackerrank/regex/applications/AlienUsername.java | 1e12049cf3055c47a5681485aa7629c60bf71c07 | [] | no_license | vivekkant/CodingChallenges | https://github.com/vivekkant/CodingChallenges | a2e3dc17608c52982da5ea5b2009d8f1f2364c88 | c5020bb3de8a1524ee0be61cf0ec5ae74d930aac | refs/heads/master | 2023-01-08T04:00:10.425000 | 2023-01-02T06:44:42 | 2023-01-02T06:44:42 | 97,439,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackerrank.regex.applications;
import java.util.Scanner;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class AlienUsername {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int testcases = in.nextInt();
in.nextLine();
Pattern p =... | UTF-8 | Java | 548 | java | AlienUsername.java | Java | [] | null | [] | package hackerrank.regex.applications;
import java.util.Scanner;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class AlienUsername {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int testcases = in.nextInt();
in.nextLine();
Pattern p =... | 548 | 0.625912 | 0.620438 | 23 | 21.826086 | 18.532351 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652174 | false | false | 1 |
732b27a9209ce847e03e585ef78b4f029fa70bb6 | 3,118,146,270,165 | 84b8142d7bd145f9c7132ed016a70006152ad581 | /12-travelling_salesman/Travel.java | 9b6c269cae6508614e688fb0c105b59f3ab8d96d | [] | no_license | chicknmilk/MKS22X-1 | https://github.com/chicknmilk/MKS22X-1 | 45c8663b9acfa3f2f640e62d6c344a66851ab325 | d3a016fb623d818abc6c285dc4c78d628f774250 | refs/heads/main | 2023-03-10T07:04:37.136000 | 2021-02-26T04:19:30 | 2021-02-26T04:19:30 | 342,456,253 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class Travel {
public static void main(String[] args) throws FileNotFoundException {
Scanner in = new Scanner(new File("cities.txt"));
ArrayList<String> cities = new ArrayList<>();
// adds all cities into the ArrayList so that each city has a corresponding index (u... | UTF-8 | Java | 3,661 | java | Travel.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class Travel {
public static void main(String[] args) throws FileNotFoundException {
Scanner in = new Scanner(new File("cities.txt"));
ArrayList<String> cities = new ArrayList<>();
// adds all cities into the ArrayList so that each city has a corresponding index (u... | 3,661 | 0.615952 | 0.596831 | 126 | 28.063492 | 28.537012 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.015873 | false | false | 1 |
877ced97fe3e98c3e79d680c466b4e2660f68e67 | 60,129,545,947 | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/gdanol/gda/com/gensym/gda/dialogs/blocks/gdiRemoteQueueMessage.java | 9ea4c7530bab54dec5d5a10cd5699c71cbe0683d | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | https://github.com/UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559000 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gensym.gda.dialogs.blocks;
import com.gensym.util.Symbol;
import com.gensym.gda.controls.ComboBoxEditor;
public class gdiRemoteQueueMessage extends gdiQueueMessage {
protected ComboBoxEditor g2Process;
protected static final Symbol G2_PROCESS_ = Symbol.intern("G2-PROCESS");
public gdiRemoteQu... | UTF-8 | Java | 628 | java | gdiRemoteQueueMessage.java | Java | [] | null | [] | package com.gensym.gda.dialogs.blocks;
import com.gensym.util.Symbol;
import com.gensym.gda.controls.ComboBoxEditor;
public class gdiRemoteQueueMessage extends gdiQueueMessage {
protected ComboBoxEditor g2Process;
protected static final Symbol G2_PROCESS_ = Symbol.intern("G2-PROCESS");
public gdiRemoteQu... | 628 | 0.694268 | 0.681529 | 24 | 25.208334 | 25.483622 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 1 |
e2fa0c7644bf64499bd58a390ee2550294759979 | 26,199,300,517,953 | 3ccae9178cb168ab6a52fb89c892b949d9ed5f4d | /src/main/java/com/cs/system/entity/UserRoleRelation.java | 5cb7f312a0d85458f4b6bf571d56dbdb736116fa | [] | no_license | cckmit/ycj | https://github.com/cckmit/ycj | 9df3773db5fc2561f63d524b54545ba3bdab4ac3 | e6733e7f00c54f88eefbd83093eb1e2f77ce2127 | refs/heads/master | 2022-05-05T15:43:57.491000 | 2018-03-30T17:25:16 | 2018-03-30T17:25:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cs.system.entity;
import java.util.Date;
import com.cs.mvc.dao.BaseEntity;
public class UserRoleRelation extends BaseEntity{
/**
*
*/
private static final long serialVersionUID = 1L;
private Integer authorizeType;
private String roleId;
private String userId;
private Date crea... | UTF-8 | Java | 969 | java | UserRoleRelation.java | Java | [] | null | [] | package com.cs.system.entity;
import java.util.Date;
import com.cs.mvc.dao.BaseEntity;
public class UserRoleRelation extends BaseEntity{
/**
*
*/
private static final long serialVersionUID = 1L;
private Integer authorizeType;
private String roleId;
private String userId;
private Date crea... | 969 | 0.650155 | 0.649123 | 54 | 16.962963 | 17.522432 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 1 |
a1da59f7cf0e393b19f8498cccaec54592dad85a | 15,161,234,569,324 | d947f2a52245291c9eb784935a68da60f508f2db | /Homework/src/Interface_Homework/Question05/StringStack.java | 9b541e9b98b037ffdb2ee430b3e567f40c71ed46 | [] | no_license | ColossusCMS/Eclipse_Prac | https://github.com/ColossusCMS/Eclipse_Prac | 064755afa996a063aeeb9aeb9b093c62de4685a0 | e40e189c201ce80d9c218467ea29accf6049a67e | refs/heads/master | 2020-05-17T22:23:27.175000 | 2020-01-07T15:44:37 | 2020-01-07T15:44:37 | 183,992,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interface_Homework.Question05;
public class StringStack implements Stack {
private String[] strArr;
private int a;
public StringStack(int a) {
this.strArr = new String[a];
}
public String[] getStrArr() {
return strArr;
}
public int getA() {
return a;
}
@Override
public int length() {
r... | UHC | Java | 882 | java | StringStack.java | Java | [] | null | [] | package Interface_Homework.Question05;
public class StringStack implements Stack {
private String[] strArr;
private int a;
public StringStack(int a) {
this.strArr = new String[a];
}
public String[] getStrArr() {
return strArr;
}
public int getA() {
return a;
}
@Override
public int length() {
r... | 882 | 0.639225 | 0.634383 | 42 | 18.666666 | 18.84355 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.809524 | false | false | 1 |
2421c8278f9d9e25a3ff64aea436c1c053526705 | 28,647,431,878,260 | 07f5d3490e8195b23cb008531c94063e6f308433 | /com.vanderhighway.trbac.verifier/src/main/java/com/vanderhighway/trbac/verifier/PolicyValidatorCLI.java | 071ddcc70d42eef2079a054cba4805ca1b419cf2 | [] | no_license | HansvdLaan/viatra-bug | https://github.com/HansvdLaan/viatra-bug | 8d5dd150aa8d52bb254ac4b13a8f5f6c8550d8bf | 3bcbcd33318032c87d5286d0c307179704cd5925 | refs/heads/master | 2022-10-01T07:11:31.559000 | 2020-06-05T12:53:15 | 2020-06-05T12:53:15 | 269,634,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2010-2015, Zoltan Ujhelyi, Gabor Szarnyas
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-... | UTF-8 | Java | 1,256 | java | PolicyValidatorCLI.java | Java | [
{
"context": "**********************\n * Copyright (c) 2010-2015, Zoltan Ujhelyi, Gabor Szarnyas\n * This program and the accompany",
"end": 123,
"score": 0.9998623132705688,
"start": 109,
"tag": "NAME",
"value": "Zoltan Ujhelyi"
},
{
"context": "******\n * Copyright (c) 2010-2015, Z... | null | [] | /*******************************************************************************
* Copyright (c) 2010-2015, <NAME>, <NAME>
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-v20.html.
*
*... | 1,240 | 0.702229 | 0.691083 | 30 | 40.866665 | 24.692419 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633333 | false | false | 1 |
e898e3fc34f0310a2fd98050b1160b1fa5d52923 | 30,554,397,382,717 | eef45ebc0891a1eb86e51faa1f4370d7d2f9f2f6 | /src/com/butent/bee/client/modules/service/ObjectInvoicesGrid.java | 68af23ff37cd5489aef27df43a64000d0da2a118 | [] | no_license | ebagatavicius/bee | https://github.com/ebagatavicius/bee | 6ae4f0ec4fb2436a3b36bfc774a459331f2ae1fb | f558368a5257687d31913e874a7b24fd4930d11c | refs/heads/master | 2020-06-06T00:18:57.455000 | 2017-12-14T17:12:42 | 2017-12-14T17:12:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.butent.bee.client.modules.service;
import static com.butent.bee.shared.modules.service.ServiceConstants.*;
import com.butent.bee.client.data.Data;
import com.butent.bee.client.data.Provider;
import com.butent.bee.client.event.logical.ParentRowEvent;
import com.butent.bee.client.presenter.GridPresen... | UTF-8 | Java | 3,221 | java | ObjectInvoicesGrid.java | Java | [] | null | [] | package com.butent.bee.client.modules.service;
import static com.butent.bee.shared.modules.service.ServiceConstants.*;
import com.butent.bee.client.data.Data;
import com.butent.bee.client.data.Provider;
import com.butent.bee.client.event.logical.ParentRowEvent;
import com.butent.bee.client.presenter.GridPresen... | 3,221 | 0.70444 | 0.70444 | 110 | 27.281818 | 25.814066 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481818 | false | false | 1 |
59adbca853da95b78ffb934a8b01dc3cccf2798c | 4,569,845,235,383 | 5ad9f5fdc4e0dcf15671b911dfa9e4e0e4a69fde | /src/main/java/com/opticalix/problem_archieved_2017/Jiudu1201.java | c0fb2cac09f48b2e59030c003848b7652eba2b15 | [] | no_license | opticalix/opticalix_algo_practice | https://github.com/opticalix/opticalix_algo_practice | 1dc01ae25cd437d973ae67e97c42e2bed9a9fd70 | f47741793a98b09ee75f1614b644cd4afd97caff | refs/heads/master | 2022-06-16T13:44:46.171000 | 2022-04-25T03:27:31 | 2022-04-25T03:27:31 | 189,854,170 | 0 | 1 | null | false | 2022-05-20T21:08:37 | 2019-06-02T14:08:16 | 2021-10-14T07:45:53 | 2022-05-20T21:08:37 | 145 | 0 | 0 | 2 | Java | false | false | package com.opticalix.problem_archieved_2017;
import java.util.*;
import java.io.*;
/*
* ※ 大水题
* ※※ 小水题
* ※※※ 稍难 数据结构&数学技巧
* ※※※※ 复杂数据结构&贪心&动归
* ※※※※※ 无法AC
*/
/**
* 22:29-23:04
* @author opticalix
*/
@SuppressWarnings("unused")
public class Jiudu1201 {
private static Scanner sc;
private static BufferedRe... | UTF-8 | Java | 3,413 | java | Jiudu1201.java | Java | [
{
"context": "归\n * ※※※※※ 无法AC\n */\n\n/**\n * 22:29-23:04\n * @author opticalix\n */\n@SuppressWarnings(\"unused\")\npublic class Jiud",
"end": 207,
"score": 0.9994125366210938,
"start": 198,
"tag": "USERNAME",
"value": "opticalix"
}
] | null | [] | package com.opticalix.problem_archieved_2017;
import java.util.*;
import java.io.*;
/*
* ※ 大水题
* ※※ 小水题
* ※※※ 稍难 数据结构&数学技巧
* ※※※※ 复杂数据结构&贪心&动归
* ※※※※※ 无法AC
*/
/**
* 22:29-23:04
* @author opticalix
*/
@SuppressWarnings("unused")
public class Jiudu1201 {
private static Scanner sc;
private static BufferedRe... | 3,413 | 0.614367 | 0.606853 | 165 | 19.163637 | 16.224669 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.436364 | false | false | 1 |
ddb54c34319697ce00019078246a15c0ae72ee90 | 3,710,851,814,080 | 80ccf4d98b871a7d21a165b2a1d1f45cea5b629b | /java-project/src/main/java/study/nio/BufferChannelDemo.java | 383b97930152d802525c7025205da2ebb9eb0efd | [] | no_license | sfGit2Hub/LearnJava | https://github.com/sfGit2Hub/LearnJava | b51f74e183a1da80b93ad477cb465ec2e58273a0 | ef5e09f116521f05ff4d77105795f6c18381a539 | refs/heads/master | 2022-12-21T13:52:36.511000 | 2019-07-02T15:08:30 | 2019-07-02T15:08:30 | 73,825,845 | 1 | 0 | null | false | 2022-12-16T10:35:51 | 2016-11-15T15:15:21 | 2020-10-10T03:05:10 | 2022-12-16T10:35:47 | 50,023 | 1 | 0 | 25 | Java | false | false | package study.nio;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* Created by SF on 2018/4/25.
*/
public class BufferChannelDemo {
private static final String FILE_PATH = "log/hello.html";
... | UTF-8 | Java | 1,594 | java | BufferChannelDemo.java | Java | [
{
"context": " java.nio.channels.FileChannel;\n\n/**\n * Created by SF on 2018/4/25.\n */\npublic class BufferChannelDemo ",
"end": 206,
"score": 0.7253628373146057,
"start": 204,
"tag": "USERNAME",
"value": "SF"
}
] | null | [] | package study.nio;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* Created by SF on 2018/4/25.
*/
public class BufferChannelDemo {
private static final String FILE_PATH = "log/hello.html";
... | 1,594 | 0.632371 | 0.620452 | 50 | 30.879999 | 22.84963 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 1 |
d277b4c06eb2a17db4c6624fca7ceaead8ba2dc5 | 13,340,168,449,066 | 30fbe6a53559c9be53c80d64366416a8eac7f2dd | /cbm6m.java | 8587b195c11da7e32506d9642d0703a2fcd094d2 | [] | no_license | viveknarang/InterestingProblems | https://github.com/viveknarang/InterestingProblems | 444ea3eafcc45a1544ff826afb7961684cebe82c | 852d8d131093aab899c8433838c8956a4f5b74c6 | refs/heads/master | 2019-12-23T18:36:31.991000 | 2014-08-27T08:43:43 | 2014-08-27T08:43:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* find the last node in the looped list
*
*
*
**/
public void getLast(Node head) {
Node p = head;
Set<Node> aSet = new HashSet<Node>();
while (true) {
if (aSet.contains(p)) {
System.out.println(p.getData());
break;
}
aSet.add(p);
... | UTF-8 | Java | 352 | java | cbm6m.java | Java | [] | null | [] | /**
* find the last node in the looped list
*
*
*
**/
public void getLast(Node head) {
Node p = head;
Set<Node> aSet = new HashSet<Node>();
while (true) {
if (aSet.contains(p)) {
System.out.println(p.getData());
break;
}
aSet.add(p);
... | 352 | 0.451705 | 0.451705 | 21 | 15.809524 | 14.715134 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
b7b638eb33d5a917992b08029cbbae57423107d1 | 33,646,773,803,123 | 8bfb210c9d7e1d99d754a4f1507aaf94a87208c1 | /Utils/Mikado/src/core/contract/modules/Operation.java | 3d6b226c6f03bdda1db2367053ad223d5bc43632 | [] | no_license | MichalTecl/Xaja | https://github.com/MichalTecl/Xaja | a4819602e0a9b475ea3af615a893e16547cf2484 | 7af55e97a056f8888066de721b917509682167fe | refs/heads/master | 2016-08-07T05:01:24.722000 | 2015-12-01T13:07:24 | 2015-12-01T13:07:24 | 30,174,013 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.contract.modules;
/**
* Created by michal on 26. 5. 2015.
*/
public interface Operation
{
void perform(String[] args) throws Exception;
}
| UTF-8 | Java | 158 | java | Operation.java | Java | [
{
"context": "package core.contract.modules;\n\n/**\n * Created by michal on 26. 5. 2015.\n */\npublic interface Operation\n{\n",
"end": 56,
"score": 0.9926716685295105,
"start": 50,
"tag": "USERNAME",
"value": "michal"
}
] | null | [] | package core.contract.modules;
/**
* Created by michal on 26. 5. 2015.
*/
public interface Operation
{
void perform(String[] args) throws Exception;
}
| 158 | 0.696203 | 0.651899 | 9 | 16.555555 | 17.720741 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.