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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
491242f00786713e1ada906efb0cf677dcece5cc | 11,613,591,588,296 | 9a0142cc7c4a1ef0fb5c91b1b22cd3a9e2a82e41 | /app/src/main/java/com/androidtutorialshub/loginregister/sql/DatabaseHelper.java | 18d0880ced373faf2665b0d7bf54fc24988ab13b | [] | no_license | NimeshMadusanka/Yaman-Travel-App- | https://github.com/NimeshMadusanka/Yaman-Travel-App- | de4dc6eea743507227142aa37f4825120caf9d05 | bf5a8e5d7e3714e37ae9bcb4a66b9b2d6ff083de | refs/heads/main | 2023-01-09T04:03:49.309000 | 2020-10-22T14:43:18 | 2020-10-22T14:43:18 | 306,367,281 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.androidtutorialshub.loginregister.sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.androidtutorialshub.loginregister.activities.Payment;
impo... | UTF-8 | Java | 14,699 | java | DatabaseHelper.java | Java | [
{
"context": "ivate static final String COLUMN_USER_PASSWORD = \"user_password\";\n\n // create table sql query\n private Stri",
"end": 1174,
"score": 0.9993093013763428,
"start": 1161,
"tag": "PASSWORD",
"value": "user_password"
},
{
"context": "ail());\n contentValues.... | null | [] | package com.androidtutorialshub.loginregister.sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.androidtutorialshub.loginregister.activities.Payment;
impo... | 14,690 | 0.588067 | 0.585618 | 508 | 27.93504 | 26.430746 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612205 | false | false | 7 |
d05ea40a76f669f5268098cb221a89d93e183baf | 23,845,658,483,872 | 66e186e2c108997d66420cc352a9e00d7f4680c5 | /meetup-service/src/main/java/ni/jug/meetup/control/MeetupRepository.java | 83fa37c80742f4692d4904d46dc47427d2a06289 | [] | no_license | armalagon/springboot-land | https://github.com/armalagon/springboot-land | 18e9757e7140afc7d4ae45af75af4fcab57fcb23 | 34107f37c0d245bab49acdfdccfab009cc6e39d4 | refs/heads/master | 2023-03-30T11:15:21.792000 | 2021-03-25T02:35:10 | 2021-03-25T02:51:14 | 348,028,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ni.jug.meetup.control;
import ni.jug.meetup.entity.Meetup;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
public interface MeetupRepository extends CrudRepository<Meetup, Integer> {
@Override
@Query("SELECT DISTINCT m FROM Meetup m LEF... | UTF-8 | Java | 389 | java | MeetupRepository.java | Java | [] | null | [] | package ni.jug.meetup.control;
import ni.jug.meetup.entity.Meetup;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
public interface MeetupRepository extends CrudRepository<Meetup, Integer> {
@Override
@Query("SELECT DISTINCT m FROM Meetup m LEF... | 389 | 0.789203 | 0.789203 | 12 | 31.416666 | 28.534945 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
9d5baef91a086acbb2e2b3e6db26d968872d76a7 | 26,250,840,144,374 | 813fdb378af138a5270ef6a3fd7215eef7cb630a | /base/out/source/base.java | c144a683160d4ed2bdf06e7ba74734450df2abd3 | [] | no_license | caiosimonbreda/p4 | https://github.com/caiosimonbreda/p4 | 0ec382b9bbe3afd0f58048605db132d7cf5c378c | ecfa221c22f48c3936c69d8fcc21bcbea25a22f2 | refs/heads/master | 2020-05-23T02:25:56.724000 | 2019-06-12T03:48:26 | 2019-06-12T03:48:26 | 186,602,987 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import processing.core.*;
import processing.data.*;
import processing.event.*;
import processing.opengl.*;
import controlP5.*;
import java.util.HashMap;
import java.util.ArrayList;
import java.io.File;
import java.io.BufferedReader;
import java.io.PrintWriter;
import java.io.InputStream;
import java.io.Out... | UTF-8 | Java | 9,719 | java | base.java | Java | [] | null | [] | import processing.core.*;
import processing.data.*;
import processing.event.*;
import processing.opengl.*;
import controlP5.*;
import java.util.HashMap;
import java.util.ArrayList;
import java.io.File;
import java.io.BufferedReader;
import java.io.PrintWriter;
import java.io.InputStream;
import java.io.Out... | 9,719 | 0.56158 | 0.507768 | 418 | 22.251196 | 20.789364 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.748804 | false | false | 7 |
be9e96d24d56085a019c1d15c4f41b6ceca96fd0 | 32,882,269,683,819 | 2bf88036ecd6395a4a0a599c8d42f781d60f6700 | /ly-item/ly-item-interface/src/main/java/com/leyou/item/api/SpecificationAPI.java | daeec17a27f230fa04cef1cb737ab20c87cf0357 | [] | no_license | Sakitamdream/leyou | https://github.com/Sakitamdream/leyou | e160a49f6c827220e0b5b1cd0ec0696913c3d966 | 69ce2d97e9eb479ba70f286adbe408dc109340d4 | refs/heads/master | 2021-03-21T18:54:51.302000 | 2020-03-02T09:37:52 | 2020-03-02T09:37:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leyou.item.api;
import com.leyou.item.pojo.SpecGroup;
import com.leyou.item.pojo.SpecParam;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@Reques... | UTF-8 | Java | 777 | java | SpecificationAPI.java | Java | [] | null | [] | package com.leyou.item.api;
import com.leyou.item.pojo.SpecGroup;
import com.leyou.item.pojo.SpecParam;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@Reques... | 777 | 0.746461 | 0.746461 | 21 | 36 | 26.227938 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
535fc3bd99de30b16f1e82b53d677bde9323ae6b | 27,857,157,925,752 | 8a920ff7c94804af96314eb60eca1a2428c0b136 | /ClothersSuperMarketSystem/src/com/lm/service/OrderService.java | aff21c3fae864ef04de778301497122a940dcb0e | [] | no_license | findgalaxy/BaseJava | https://github.com/findgalaxy/BaseJava | 871fdbc3732b415225d826443219f510f9008fde | 3b3b713319163ed7cf42908ee6ae7c5ae3752123 | refs/heads/master | 2020-09-07T09:49:06.907000 | 2019-11-10T04:52:44 | 2019-11-10T04:52:44 | 220,742,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lm.service;
import java.util.List;
import com.lm.bean.Order;
import com.lm.utils.WorkException;
public interface OrderService {
public void buyProducts(Order o)throws WorkException;
public List<Order> list()throws WorkException;
public Order findById(int orderId)throws WorkException;
}
| UTF-8 | Java | 305 | java | OrderService.java | Java | [] | null | [] | package com.lm.service;
import java.util.List;
import com.lm.bean.Order;
import com.lm.utils.WorkException;
public interface OrderService {
public void buyProducts(Order o)throws WorkException;
public List<Order> list()throws WorkException;
public Order findById(int orderId)throws WorkException;
}
| 305 | 0.803279 | 0.803279 | 12 | 24.416666 | 20.13065 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 7 |
a82dc9d0b71bc7642581d57d86979ffa39bdfda6 | 4,715,874,127,720 | 5a2707535632bda28b4960c2fd65137a00549ca8 | /Boolean Loop/GCD.java | bc2b7df9c87a5f1934d6186658ba5e9cc3f0922c | [] | no_license | APCS-ASK2018/School-Projects | https://github.com/APCS-ASK2018/School-Projects | c4c27f59af548bda9bb77db042d6b94bcf3a89a7 | e9d1f01a936c182aba0e466c8ad49300383a72e1 | refs/heads/master | 2020-04-08T23:20:07.487000 | 2019-07-21T16:40:18 | 2019-07-21T16:40:18 | 159,820,549 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class GCD
{
/**
* Euclidian algorithm
* for GCD k
* ak = bk + rk where a > b > r and relative prime to each other
* ==> GCD between ak and bk == GCD between bk and rk
*/
public static int getGCD( int num1, int num2 )
{
if (num1 < num2)
return getGCD(num2... | UTF-8 | Java | 625 | java | GCD.java | Java | [] | null | [] |
public class GCD
{
/**
* Euclidian algorithm
* for GCD k
* ak = bk + rk where a > b > r and relative prime to each other
* ==> GCD between ak and bk == GCD between bk and rk
*/
public static int getGCD( int num1, int num2 )
{
if (num1 < num2)
return getGCD(num2... | 625 | 0.5024 | 0.4672 | 23 | 26.086956 | 24.271854 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 7 |
1227056824e6827737564376cc476e4f39a24bcd | 12,455,405,204,993 | 3b4032ed0c022ec33e40135cdea02e0f7e28b1e6 | /Question4/ParenthChecker.java | 79f8fdc6ac2fbdebbb1900fe8338af9292212f95 | [] | no_license | JacobDavis1999/AvailityHomework | https://github.com/JacobDavis1999/AvailityHomework | 5c2086876323220d3a33dc64a8f2a374b9375cfb | dce32cc6f227f007b9ce8a3f738b012d3b1f610c | refs/heads/main | 2023-05-29T11:12:31.856000 | 2021-06-16T18:33:37 | 2021-06-16T18:33:37 | 376,136,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Scanner;
import java.util.Stack;
public class ParenthChecker {
public static void main(String[] args) {
//Open scanner to detect user input
Scanner userInput = new Scanner(System.in);
//Loop program until user enters E
while(true) {
System.out.println("Please enter the LISP code f... | UTF-8 | Java | 2,113 | java | ParenthChecker.java | Java | [] | null | [] |
import java.util.Scanner;
import java.util.Stack;
public class ParenthChecker {
public static void main(String[] args) {
//Open scanner to detect user input
Scanner userInput = new Scanner(System.in);
//Loop program until user enters E
while(true) {
System.out.println("Please enter the LISP code f... | 2,113 | 0.628017 | 0.62707 | 89 | 22.707865 | 23.671061 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573034 | false | false | 7 |
31884effcb69bc48fa6386ba148fbf616a3c45a3 | 25,950,192,422,782 | 91d2193f1d24438afc01dbdf3b060e58e46e05bb | /LRU.java | a9eeecb260ba7d6a61ecd02097f31e4c3bb9d0fd | [] | no_license | JedBrewer/cache | https://github.com/JedBrewer/cache | ea479f27ab6cc17a829ce56798776796d3e46384 | 42cc69f3445a5f5b7922b031e8f3b96a0555a6c4 | refs/heads/master | 2021-07-11T20:26:07.559000 | 2017-10-11T21:32:48 | 2017-10-11T21:32:48 | 106,610,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.LinkedHashMap;
import java.util.Map;
import java.util.function.Function;
/**
* Created by jed on 11/10/17.
*
* A caching mechanisms that implements a Least Recently Used (LRU) caching scheme using <tt>LinkedHashMap</tt>.
* Because strict limits have been placed on the cache capacity, it had to be ... | UTF-8 | Java | 2,004 | java | LRU.java | Java | [
{
"context": "rt java.util.function.Function;\n\n/**\n * Created by jed on 11/10/17.\n *\n * A caching mechanisms that impl",
"end": 112,
"score": 0.9958180785179138,
"start": 109,
"tag": "USERNAME",
"value": "jed"
}
] | null | [] | import java.util.LinkedHashMap;
import java.util.Map;
import java.util.function.Function;
/**
* Created by jed on 11/10/17.
*
* A caching mechanisms that implements a Least Recently Used (LRU) caching scheme using <tt>LinkedHashMap</tt>.
* Because strict limits have been placed on the cache capacity, it had to be ... | 2,004 | 0.665669 | 0.659182 | 56 | 34.785713 | 33.693851 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589286 | false | false | 7 |
510cda66df156d12d43212b0c4f81470f29fa78a | 32,487,132,627,095 | e44f9fde3ca6ddfcf111c5f24a9f8474fd46e8fc | /src/BattleShips.java | ffe5159592bb62e1743e3d06c3a64122bb699834 | [] | no_license | Jeveger24/BattleShips | https://github.com/Jeveger24/BattleShips | c1e5d20a303cbc147af5cfdb176a562854f0097c | 9e2021043840ca6e9fbce868fb71a567d0728a5d | refs/heads/master | 2020-12-04T21:51:50.757000 | 2020-01-05T12:20:31 | 2020-01-05T12:20:31 | 231,912,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class BattleShips {
public static int[][] board = new int[10][10];
public static int playerNumberShips = 5;
public static int computerNumberShips = 5;
public static void main(String[] args) {
createBoard();
placeShips();
createBoard();
compute... | UTF-8 | Java | 6,145 | java | BattleShips.java | Java | [] | null | [] | import java.util.*;
public class BattleShips {
public static int[][] board = new int[10][10];
public static int playerNumberShips = 5;
public static int computerNumberShips = 5;
public static void main(String[] args) {
createBoard();
placeShips();
createBoard();
compute... | 6,145 | 0.494548 | 0.478112 | 162 | 36.938271 | 23.75692 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660494 | false | false | 7 |
0451561660f146f45dfc131cfd759944adbbd450 | 13,872,744,431,530 | d3642630b471ec4281ebbc1775d2e45f0b3ee82b | /src/main/java/com/ancaiyun/service/MemberExtraDataService.java | 60c801f6086a7533fce604842e8fe5906d0f7cb1 | [] | no_license | luozuyi/reader-server | https://github.com/luozuyi/reader-server | 45c0b3fb34ad0547dd0bf4a80e0e6e84793beaae | 7b66845cf6ff043b06e3264f9c238700a456c83d | refs/heads/master | 2020-03-25T23:14:52.850000 | 2018-11-22T01:56:53 | 2018-11-22T01:56:53 | 144,267,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ancaiyun.service;
import com.ancaiyun.entity.MemberExtraData;
import com.ancaiyun.utils.Result;
public interface MemberExtraDataService {
/**
*审核企业信息是否通过
* @param id 主键id
* @param extraDataStatus 资料审核状态: 0:审核中 1:审核通过 2:审核失败
* @return
*/
Result updateMemberExtraDataStatus(S... | UTF-8 | Java | 596 | java | MemberExtraDataService.java | Java | [] | null | [] | package com.ancaiyun.service;
import com.ancaiyun.entity.MemberExtraData;
import com.ancaiyun.utils.Result;
public interface MemberExtraDataService {
/**
*审核企业信息是否通过
* @param id 主键id
* @param extraDataStatus 资料审核状态: 0:审核中 1:审核通过 2:审核失败
* @return
*/
Result updateMemberExtraDataStatus(S... | 596 | 0.695652 | 0.689723 | 21 | 23.095238 | 21.760393 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 7 |
77baaa1bb3fb756aaef0f93c8c8f1af0ee1c65ad | 16,913,581,276,802 | de752b1dab1d9ed20c44e30ffa1ff887b868d2b0 | /ac/auth-center-server/src/main/java/com/gapache/cloud/auth/server/constant/GrantType.java | eaa51826dcf7f0cf607ee1cd0ca9abf8d9b55792 | [] | no_license | KeKeKuKi/IACAA30 | https://github.com/KeKeKuKi/IACAA30 | 33fc99ba3f1343240fe3fafe82bee01339273b80 | 6f3f6091b2ca6dd92f22b1697c0fbfc7b9b7d371 | refs/heads/main | 2023-04-07T21:18:49.105000 | 2021-04-08T08:41:57 | 2021-04-08T08:41:57 | 352,832,814 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gapache.cloud.auth.server.constant;
/**
* @author HuSen
* @since 2020/7/31 5:06 下午
*/
public enum GrantType {
// 授权码
authorization_code,
// 隐秘
implicit,
// 密码
password,
// 客户端
client_credentials,
// 刷新token
refresh_token
}
| UTF-8 | Java | 307 | java | GrantType.java | Java | [
{
"context": "apache.cloud.auth.server.constant;\n\n/**\n * @author HuSen\n * @since 2020/7/31 5:06 下午\n */\npublic enum Grant",
"end": 69,
"score": 0.8856821060180664,
"start": 64,
"tag": "NAME",
"value": "HuSen"
}
] | null | [] | package com.gapache.cloud.auth.server.constant;
/**
* @author HuSen
* @since 2020/7/31 5:06 下午
*/
public enum GrantType {
// 授权码
authorization_code,
// 隐秘
implicit,
// 密码
password,
// 客户端
client_credentials,
// 刷新token
refresh_token
}
| 307 | 0.594982 | 0.55914 | 18 | 14.5 | 11.056672 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 7 |
a075cb1894faeb14ee785cece8f2fe657f552239 | 19,945,828,192,088 | 20543c8bb78213633cd120b304a90d554158a7f5 | /klient/src/student/hin/no/Rebus_KlientActivity.java | f9126b7458475cbbe70a167ba617f15a8fdd1e9e | [] | no_license | timurgen/rebus-tjener | https://github.com/timurgen/rebus-tjener | 85880ca8cabc525a91f7c52feb69145fa96e43c5 | e789cd028bb1d96f7fc1ffc5e5c21f124dd61ffa | refs/heads/master | 2021-01-19T17:42:19.781000 | 2012-06-06T12:12:40 | 2012-06-06T12:12:40 | 32,140,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package student.hin.no;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Rebus_KlientActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle... | UTF-8 | Java | 1,182 | java | Rebus_KlientActivity.java | Java | [] | null | [] | package student.hin.no;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Rebus_KlientActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle... | 1,182 | 0.72758 | 0.72758 | 38 | 30.131578 | 24.362579 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.447368 | false | false | 7 |
91eeda69c7223e54fd86750f12ada769f988e496 | 8,641,474,203,214 | a8f399e4b0cce869f00d29e4893b6d8251ab0e22 | /src/File_format/Csv2Kml.java | 5433b22513dbddbbec438051a73873e9887d1f8e | [] | no_license | chenAsaraf/Geography | https://github.com/chenAsaraf/Geography | 505cc5cc7a2a2e82469d061afbb796d884d0bd56 | 31459d65c8f985cd3002491691ed8036a9ddc074 | refs/heads/master | 2021-07-18T09:31:06.929000 | 2020-06-07T20:24:01 | 2020-06-07T20:24:01 | 162,918,579 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package File_format;
import java.util.Scanner;
import GIS.GISlayer;
/**
* this class sends a csv file in the url we ask for, to read and then sends it to create a kml for it
* @author Inna and Chen
*
*/
public class Csv2Kml {
private GISlayer g_layer = new GISlayer();
private String path = "";
... | UTF-8 | Java | 853 | java | Csv2Kml.java | Java | [
{
"context": "d then sends it to create a kml for it\r\n * @author Inna and Chen\r\n *\r\n */\r\npublic class Csv2Kml {\r\n\r\n\tpri",
"end": 201,
"score": 0.9996237754821777,
"start": 197,
"tag": "NAME",
"value": "Inna"
},
{
"context": "nds it to create a kml for it\r\n * @author In... | null | [] | package File_format;
import java.util.Scanner;
import GIS.GISlayer;
/**
* this class sends a csv file in the url we ask for, to read and then sends it to create a kml for it
* @author Inna and Chen
*
*/
public class Csv2Kml {
private GISlayer g_layer = new GISlayer();
private String path = "";
... | 853 | 0.671747 | 0.669402 | 30 | 26.5 | 24.205715 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 7 |
51d2901f7b6a8f4d219823ba2ab3b434cac29b96 | 30,219,389,899,423 | c3302fccd6a7d744ce359652cc1bf03d55437124 | /src/com/laowuren/levelup/others/CardComparator.java | 30c27daa65df8859c29974e25d0ab532b2247797 | [] | no_license | Passengerer/LevelUpServer | https://github.com/Passengerer/LevelUpServer | 51ea0f71f07742f1d234ef47dde5d12c507e497c | c73b1eb0980ae32f71cee715fc2fbe554f586bca | refs/heads/master | 2020-12-21T03:03:35.825000 | 2020-02-27T13:07:36 | 2020-02-27T13:07:36 | 236,286,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laowuren.levelup.others;
import java.util.Comparator;
public class CardComparator implements Comparator<Card> {
private Suit zhu;
private Rank rank;
public void setZhu(Card zhuCard) {
this.rank = zhuCard.getRank();
this.zhu = zhuCard.getSuit();
}
@Override
public int compare(Card c1, Card c... | UTF-8 | Java | 1,880 | java | CardComparator.java | Java | [] | null | [] | package com.laowuren.levelup.others;
import java.util.Comparator;
public class CardComparator implements Comparator<Card> {
private Suit zhu;
private Rank rank;
public void setZhu(Card zhuCard) {
this.rank = zhuCard.getRank();
this.zhu = zhuCard.getSuit();
}
@Override
public int compare(Card c1, Card c... | 1,880 | 0.547399 | 0.515029 | 73 | 22.698629 | 19.831264 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.410959 | false | false | 7 |
c35ea9788823ad552c5471980ce215a12c62f997 | 30,219,389,901,533 | adb386b50160914b7f6d02903db1c630b5731c08 | /src/test/java/player/PlayerTest.java | 733330b5d4e356ace23d4919f29bcd8e46430ea6 | [] | no_license | senolmurat/monopoly | https://github.com/senolmurat/monopoly | 402990d50f3e70a7223197880fba28138773840a | c7137099cc92e7d3b1d9166b5e078a30b1214387 | refs/heads/master | 2023-08-19T11:12:17.268000 | 2020-10-31T09:31:01 | 2020-10-31T09:31:01 | 406,420,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package player;
import game_elements.*;
import player.Player;
public class PlayerTest {
private Player[] players;
private Player player;
private boolean isMoving = true;
Board board = new Board(players);
Die die = new Die();
} | UTF-8 | Java | 251 | java | PlayerTest.java | Java | [] | null | [] | package player;
import game_elements.*;
import player.Player;
public class PlayerTest {
private Player[] players;
private Player player;
private boolean isMoving = true;
Board board = new Board(players);
Die die = new Die();
} | 251 | 0.685259 | 0.685259 | 15 | 15.8 | 13.746272 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 7 |
42763ac739a2ba904d8577be06dce0b8c93b07ed | 8,924,942,093,669 | b4e297931236172c6f07ebc721d73969536b9bff | /RentalCar/app/src/main/java/com/soyea/zhidou/rental/mobile/menu/about/widgets/OnCompleteNetWorkReqListener.java | ed29d7a118745ebcfcb43673945c71db4fd012e0 | [] | no_license | RentalCar-Four/RentalCar-Operation-Android | https://github.com/RentalCar-Four/RentalCar-Operation-Android | 8e26f9b32c41c5a8ea1b3392cb118a520de63286 | cdb12d056bce2af432a3b3923a7d3032cc72780b | refs/heads/master | 2020-03-19T09:05:05.395000 | 2018-06-06T12:49:24 | 2018-06-06T12:49:24 | 136,258,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soyea.zhidou.rental.mobile.menu.about.widgets;
public interface OnCompleteNetWorkReqListener {
/**
* 成功
*
* @param resCode
* @param obj
*/
public void onSuccess(int resCode, Object obj, int flag);
/**
* 失败
*
* @param resCode
* @param obj
*/
public void onFail(i... | UTF-8 | Java | 515 | java | OnCompleteNetWorkReqListener.java | Java | [] | null | [] | package com.soyea.zhidou.rental.mobile.menu.about.widgets;
public interface OnCompleteNetWorkReqListener {
/**
* 成功
*
* @param resCode
* @param obj
*/
public void onSuccess(int resCode, Object obj, int flag);
/**
* 失败
*
* @param resCode
* @param obj
*/
public void onFail(i... | 515 | 0.616302 | 0.616302 | 28 | 15.964286 | 20.298632 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 7 |
06be2bc9bc8b084aa8cdbcafb6aed9afd5237e90 | 7,060,926,259,886 | a723094ec4958b067020ddd1529ee5155c300147 | /app/src/androidTest/java/com/chillbox/app/movies/mostplayedmovies/MostPlayedMoviesFragmentTest.java | 2762bbf419d9cca0dd566c100865bbc1cf66fdf2 | [] | no_license | amanbahata/chill | https://github.com/amanbahata/chill | a896568f5ee9a08aa5b107b4e2ff53aef7dcb4a6 | 3dd889d2ebd504fcf257445704aee11f01f3f6f7 | refs/heads/master | 2020-03-17T01:07:34.469000 | 2018-05-12T11:38:35 | 2018-05-12T11:38:35 | 133,140,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chillbox.app.movies.mostplayedmovies;
import android.support.test.espresso.contrib.RecyclerViewActions;
import android.support.test.runner.AndroidJUnit4;
import com.chillbox.app.FragmentTestRule;
import com.example.aman1.myapplication.R;
import org.junit.After;
import org.junit.Before;
import org.junit.R... | UTF-8 | Java | 1,895 | java | MostPlayedMoviesFragmentTest.java | Java | [
{
"context": "chillbox.app.FragmentTestRule;\nimport com.example.aman1.myapplication.R;\n\nimport org.junit.After;\nimport ",
"end": 234,
"score": 0.960257887840271,
"start": 229,
"tag": "USERNAME",
"value": "aman1"
},
{
"context": "so.matcher.ViewMatchers.withId;\n\n/**\n * Created ... | null | [] | package com.chillbox.app.movies.mostplayedmovies;
import android.support.test.espresso.contrib.RecyclerViewActions;
import android.support.test.runner.AndroidJUnit4;
import com.chillbox.app.FragmentTestRule;
import com.example.aman1.myapplication.R;
import org.junit.After;
import org.junit.Before;
import org.junit.R... | 1,895 | 0.753562 | 0.740897 | 60 | 30.6 | 29.047777 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 7 |
f01960aae7f018e4f7961c57e6cd05902d294ad5 | 7,060,926,264,175 | 8c9125e860363b96fa8aa5a483ed2a7b5608e780 | /object_oriented_programming/design/Elevator-Multi3/src/elevatormulti/Direction.java | 492e5709f9318880f50f488b773258af42623920 | [] | no_license | JavieraStephanie/Beihang-University | https://github.com/JavieraStephanie/Beihang-University | 58cb2cb42d694b0b5c69b8dd161659e479b9c414 | 13bdbe8bd48a41f7d80b5d8dc0005b46d0076f5d | refs/heads/master | 2022-04-05T11:34:00.541000 | 2020-02-07T14:35:04 | 2020-02-07T14:35:04 | 183,947,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package elevatormulti;
public enum Direction {
UP,
DOWN,
STILL
}
| UTF-8 | Java | 69 | java | Direction.java | Java | [] | null | [] | package elevatormulti;
public enum Direction {
UP,
DOWN,
STILL
}
| 69 | 0.724638 | 0.724638 | 7 | 8.857142 | 8.887046 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 7 |
269f43064c9e6c01c2867b70458a4a403bbe1293 | 22,565,758,203,459 | 0c59b0bd7a99e8b667f7b4010cd47c018bec921b | /Study/DataStructure/priorityQueue/src/queue/Iqueue.java | 74d8324b51242f68ac5a1b19e4bb1203a9b961a0 | [] | no_license | LeiZhengJohn/Java | https://github.com/LeiZhengJohn/Java | 539a36e7fcbb6d84d5d9ce995f24d85ea61b0c12 | 92c7c92883ae65954c44371bf370cde715c0e860 | refs/heads/master | 2019-07-25T23:31:16.118000 | 2017-11-02T11:50:22 | 2017-11-02T11:50:22 | 85,714,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package queue;
public interface Iqueue {
public boolean isEmpty();
public void offer(PriorityQdata data);
public PriorityQdata poll();
}
| UTF-8 | Java | 141 | java | Iqueue.java | Java | [] | null | [] | package queue;
public interface Iqueue {
public boolean isEmpty();
public void offer(PriorityQdata data);
public PriorityQdata poll();
}
| 141 | 0.765957 | 0.765957 | 7 | 19.142857 | 13.60072 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
688ff1af465f3ab9c581cb940c2c725996416eb9 | 11,141,145,179,628 | 002724cfb29f5147b29e028a9b69206e50d5075d | /src/NoraCommon/src/main/java/org/jp/illg/dstar/routing/service/jptrust/model/StatusPTTOff.java | 9c1e6c91dc07b085a97e92dc07bf14c3a397d73c | [
"MIT"
] | permissive | ahnd38/NoraSeries | https://github.com/ahnd38/NoraSeries | eabfe9ef590811814b7baf6e443b01785b0b3fb3 | 623ef2f8eb4a038ad8230491534814ecd9f6f204 | refs/heads/master | 2023-04-17T10:44:58.197000 | 2021-05-03T04:38:06 | 2021-05-03T04:38:06 | 309,729,704 | 0 | 3 | MIT | false | 2021-05-03T04:38:07 | 2020-11-03T15:31:20 | 2020-11-09T12:24:45 | 2021-05-03T04:38:07 | 19,567 | 0 | 1 | 1 | Java | false | false | package org.jp.illg.dstar.routing.service.jptrust.model;
public class StatusPTTOff extends Status {
public StatusPTTOff() {
super();
}
@Override
public StatusType getStatusType() {
return StatusType.PTTOff;
}
}
| UTF-8 | Java | 224 | java | StatusPTTOff.java | Java | [] | null | [] | package org.jp.illg.dstar.routing.service.jptrust.model;
public class StatusPTTOff extends Status {
public StatusPTTOff() {
super();
}
@Override
public StatusType getStatusType() {
return StatusType.PTTOff;
}
}
| 224 | 0.736607 | 0.736607 | 14 | 15 | 18.047556 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 7 |
538cd98e1ad43d9927a6b23404253018bd29e3fa | 11,141,145,179,244 | 27ef15d4c69a216f6c8ae4fc860a5105f69ac1f1 | /Model/src/org/parsisys/tehranuniversity/library/util/ConnectMSSQLServer.java | 1ab57c1367cee3e594079dee4880ff2c558013b4 | [] | no_license | Mojirsamimi/library-system | https://github.com/Mojirsamimi/library-system | af128ba49445a379d57e47c75fb550f93733867a | aa75831a571b300768d55ad2b5a8c4ced652962a | refs/heads/master | 2021-01-10T16:26:18.381000 | 2016-02-03T07:20:56 | 2016-02-03T07:20:56 | 50,975,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.parsisys.tehranuniversity.library.util;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Types;
public class ConnectMSSQLServer
{
public void dbConnect(String... | UTF-8 | Java | 1,952 | java | ConnectMSSQLServer.java | Java | [
{
"context": "r();\n connServer.dbConnect(\"jdbc:sqlserver://192.168.111.111:1070;databaseName=UtGol;\", \"Libuser\",\n ",
"end": 1877,
"score": 0.9997650980949402,
"start": 1862,
"tag": "IP_ADDRESS",
"value": "192.168.111.111"
}
] | null | [] | package org.parsisys.tehranuniversity.library.util;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Types;
public class ConnectMSSQLServer
{
public void dbConnect(String... | 1,952 | 0.581455 | 0.554303 | 61 | 31 | 21.037827 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.754098 | false | false | 7 |
565005515fe41c4419a437b459471ca187987216 | 51,539,675,456 | 62e2e04d7511e64f65b30dcbdf806e0e44028cbf | /core/src/main/java/com/mfsenterprise/mfscom/website/core/dto/ProfileCalloutDTO.java | 5f6ff61a2888853005958b57a061b8491acd629a | [] | no_license | rakesh-verma/xMxFxS | https://github.com/rakesh-verma/xMxFxS | 5d5e17c1d8021130dceeaa5967ef7138ffc8d79d | 7780b941f92595f7940a1c8a19659ce9712dcf93 | refs/heads/master | 2019-09-25T05:12:06.568000 | 2017-08-03T06:58:09 | 2017-08-03T06:58:09 | 99,200,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mfsenterprise.mfscom.website.core.dto;
import org.apache.commons.lang.StringUtils;
/**
* Profile Callout DTO Class.
*
* @author ngar26
*/
public class ProfileCalloutDTO implements Comparable<ProfileCalloutDTO> {
/** The author id. */
private Integer authorId;
/** author's name. */
private String... | UTF-8 | Java | 4,782 | java | ProfileCalloutDTO.java | Java | [
{
"context": ";\n\n/**\n * Profile Callout DTO Class.\n *\n * @author ngar26\n */\npublic class ProfileCalloutDTO implements Com",
"end": 151,
"score": 0.9995895028114319,
"start": 145,
"tag": "USERNAME",
"value": "ngar26"
}
] | null | [] | package com.mfsenterprise.mfscom.website.core.dto;
import org.apache.commons.lang.StringUtils;
/**
* Profile Callout DTO Class.
*
* @author ngar26
*/
public class ProfileCalloutDTO implements Comparable<ProfileCalloutDTO> {
/** The author id. */
private Integer authorId;
/** author's name. */
private String... | 4,782 | 0.627562 | 0.626307 | 284 | 15.838028 | 15.884325 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.109155 | false | false | 7 |
da1d32b27acff0c851918a98ff93b015ff57f453 | 27,221,502,753,321 | 7c23099374591bc68283712ad4e95f977f8dd0d2 | /com/google/android/gms/internal/om.java | 0debc21723947be7a33e8812405958fb6a4ba5ae | [] | no_license | eFOIA-12/eFOIA | https://github.com/eFOIA-12/eFOIA | 736af184a67de80c209c2719c8119fc260e9fe3e | e9add4119191d68f826981a42fcacdb44982ac89 | refs/heads/master | 2021-01-21T23:33:36.280000 | 2015-07-14T17:47:01 | 2015-07-14T17:47:01 | 38,971,834 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.content.Context;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Looper;
import android.os.RemoteException;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.inter... | UTF-8 | Java | 1,221 | java | om.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.content.Context;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Looper;
import android.os.RemoteException;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.inter... | 1,221 | 0.698608 | 0.678133 | 40 | 28.525 | 27.271769 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725 | false | false | 7 |
0575a8c7a1d9dc11255a96ed0c4eba08dd5dd8b2 | 8,521,215,134,201 | 277c1a17195a98cc8a2e991e6f38bf6d3ceaffff | /src/main/java/de/mwg/web/web/websocket/dto/DeviceAccelerationDTO.java | c9856e44d4b9f49dd728ad944300dbfd5ffad8a5 | [
"MIT"
] | permissive | MoWeg/webRTC-firstTry | https://github.com/MoWeg/webRTC-firstTry | c0ecffd4e122c8fa07a715ae8f7411d883060861 | 8d62f7780eece16a50fd0bf48ed3d9b3210115b9 | refs/heads/master | 2021-01-23T08:20:19.363000 | 2017-12-09T16:29:22 | 2017-12-09T16:29:22 | 86,495,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.mwg.web.web.websocket.dto;
public class DeviceAccelerationDTO {
private double x,y,z;
private int interval;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y) {
this.y = y;
}
public double getZ()... | UTF-8 | Java | 513 | java | DeviceAccelerationDTO.java | Java | [] | null | [] | package de.mwg.web.web.websocket.dto;
public class DeviceAccelerationDTO {
private double x,y,z;
private int interval;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y) {
this.y = y;
}
public double getZ()... | 513 | 0.647173 | 0.647173 | 39 | 12.153846 | 12.676525 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.205128 | false | false | 7 |
8cd6abd3a824095d873bc0cc16b761b719d4928a | 24,970,939,877,295 | eb8bd09bc62164214b762d562f4acb217804a294 | /Mulesoft_SQLITE_JDBC/src/sqlitejdbc/ViewRecords.java | e0a16383e29b7b1ad99fc260b771b7789173bfc5 | [] | no_license | Jahnavi-Redrouthu/mulesoftSqliteJDBC | https://github.com/Jahnavi-Redrouthu/mulesoftSqliteJDBC | c5e1bf2749835993301a753531d0f57bcf8efbe4 | cb2eb12d12f7d0b40997d5f0d5ae3f94d47ae790 | refs/heads/main | 2023-08-24T02:20:44.973000 | 2021-11-03T20:35:17 | 2021-11-03T20:35:17 | 424,364,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sqlitejdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class ViewRecords {
public static void main(String args[])
{
try
{
Connection con=null;
Class.forName("org.sqlite.JDBC");
System.out.println("Class Loaded");
... | UTF-8 | Java | 1,118 | java | ViewRecords.java | Java | [] | null | [] | package sqlitejdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class ViewRecords {
public static void main(String args[])
{
try
{
Connection con=null;
Class.forName("org.sqlite.JDBC");
System.out.println("Class Loaded");
... | 1,118 | 0.653846 | 0.648479 | 41 | 26.268293 | 20.987829 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.878049 | false | false | 7 |
16059bf5b67895f62d70791945d9a285ab0f071c | 28,802,050,687,676 | d9c14c6dfd1c130dfb6920ec8a930535c5f88bb9 | /src/com/company/StudentRecode.java | c10176054e871522c514abc26200d7f7dfbdd79b | [] | no_license | Malaka98/Prototype_Design_Pattern | https://github.com/Malaka98/Prototype_Design_Pattern | 61822b9eef45b3c852fd0620d46b3b1d1b7d8f1a | 07b46814ac68ff418de32d662e0bea7e5d9c40c9 | refs/heads/main | 2023-08-04T02:42:55.811000 | 2021-10-04T18:45:27 | 2021-10-04T18:45:27 | 413,541,182 | 1 | 0 | null | false | 2021-10-04T18:45:28 | 2021-10-04T18:33:45 | 2021-10-04T18:42:52 | 2021-10-04T18:45:27 | 0 | 0 | 0 | 0 | null | false | false | package com.company;
public class StudentRecode implements Prototype {
private final int id;
private final String name;
private final String address;
private final int age;
public StudentRecode(int id, String name, String address, int age) {
this.id = id;
this.name = name;
... | UTF-8 | Java | 648 | java | StudentRecode.java | Java | [
{
"context": "t age) {\n this.id = id;\n this.name = name;\n this.address = address;\n this.age",
"end": 311,
"score": 0.7880260944366455,
"start": 307,
"tag": "NAME",
"value": "name"
}
] | null | [] | package com.company;
public class StudentRecode implements Prototype {
private final int id;
private final String name;
private final String address;
private final int age;
public StudentRecode(int id, String name, String address, int age) {
this.id = id;
this.name = name;
... | 648 | 0.591049 | 0.591049 | 25 | 24.92 | 26.795403 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 7 |
dc478ef1b6559f64f08c9146ab48652744770348 | 28,226,525,082,960 | acf68e74e39d0e6af9b0ea848ea63864d5e7dbbe | /src/main/java/com/gizmo/unusedassets/blocks/ObeySignBlock.java | bf7124b24916ac9b48a558e79cfd6e39f143a504 | [] | no_license | Bananandyyy/Unused-Assets | https://github.com/Bananandyyy/Unused-Assets | 8906a85a85c6b9f549a3593014acb99d2184c6c2 | 7a07a853198f1d57e458c12e4963408ad463e167 | refs/heads/master | 2023-01-13T19:15:47.655000 | 2020-11-22T19:14:54 | 2020-11-22T19:14:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gizmo.unusedassets.blocks;
import net.minecraft.block.StandingSignBlock;
import net.minecraft.block.WoodType;
public class ObeySignBlock extends StandingSignBlock {
public ObeySignBlock(Properties propertiesIn, WoodType woodType) {
super(propertiesIn, woodType);
}
}
| UTF-8 | Java | 291 | java | ObeySignBlock.java | Java | [] | null | [] | package com.gizmo.unusedassets.blocks;
import net.minecraft.block.StandingSignBlock;
import net.minecraft.block.WoodType;
public class ObeySignBlock extends StandingSignBlock {
public ObeySignBlock(Properties propertiesIn, WoodType woodType) {
super(propertiesIn, woodType);
}
}
| 291 | 0.804124 | 0.804124 | 14 | 19.785715 | 23.483059 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 7 |
0f5d34bc58a59884ed4bbd540c9b6e9f1520ce1a | 26,611,617,376,756 | d1557514bbff957ebf9c27ad23cacc54881e9b7f | /app/src/main/java/com/aladdin/like/module/diary/contract/PublishContract.java | 804e45d5d54bc462edc13a62d5a898bd6405f34a | [] | no_license | suifengpiaobo/like | https://github.com/suifengpiaobo/like | 12cdabbad9cd814a157bc6c7638f284dacc489b4 | b9ea016a28280c06cd118462bbf79abdcfd7f638 | refs/heads/master | 2021-01-21T16:44:42.781000 | 2017-06-20T01:06:26 | 2017-06-20T01:06:26 | 89,435,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aladdin.like.module.diary.contract;
import com.aladdin.base.BasePresenter;
import com.aladdin.base.BaseView;
/**
* Description
* Created by zxl on 2017/6/11 下午10:31.
* Email:444288256@qq.com
*/
public interface PublishContract {
interface View extends BaseView {
void publishSuc(String str)... | UTF-8 | Java | 521 | java | PublishContract.java | Java | [
{
"context": "n.base.BaseView;\n\n/**\n * Description\n * Created by zxl on 2017/6/11 下午10:31.\n * Email:444288256@qq.com\n ",
"end": 159,
"score": 0.9994972944259644,
"start": 156,
"tag": "USERNAME",
"value": "zxl"
},
{
"context": "\n * Created by zxl on 2017/6/11 下午10:31.\n * Email... | null | [] | package com.aladdin.like.module.diary.contract;
import com.aladdin.base.BasePresenter;
import com.aladdin.base.BaseView;
/**
* Description
* Created by zxl on 2017/6/11 下午10:31.
* Email:<EMAIL>
*/
public interface PublishContract {
interface View extends BaseView {
void publishSuc(String str);
... | 512 | 0.719536 | 0.680851 | 20 | 24.85 | 23.292219 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 7 |
db153a0ad819415946d2c6a447301f6d9beeea21 | 16,561,393,911,760 | ff9f4acdec7f365153203a625087a1f98c568b3a | /EasyA-Android/src/ca/ualberta/cmput301f14t16/easya/Model/Data/ESSearchResponse.java | 605255fe690f7c2d436eea20dbe58391e2786e6d | [
"MIT"
] | permissive | CMPUT301F14T16/QuestionAppProject | https://github.com/CMPUT301F14T16/QuestionAppProject | cf8417a82d447ea87d0c767e7eadda5df97612b4 | 7ca033402549beebea8d74b08780bcce7a74c756 | refs/heads/master | 2016-09-06T08:37:00.507000 | 2014-12-04T02:12:02 | 2014-12-04T02:12:02 | 24,606,568 | 0 | 2 | null | false | 2014-11-19T22:22:57 | 2014-09-29T18:04:55 | 2014-11-19T22:22:57 | 2014-11-19T22:22:57 | 55,358 | 1 | 1 | 18 | Java | null | null | package ca.ualberta.cmput301f14t16.easya.Model.Data;
import java.util.ArrayList;
import java.util.Collection;
/**
* Used in processing elastic search query responses.
*
* Reference: <a href="https://github.com/rayzhangcl/ESDemo/blob/master/ESDemo/src/ca/ualberta/cs/CMPUT301/chenlei/Hits.java">https://github.com/r... | UTF-8 | Java | 1,039 | java | ESSearchResponse.java | Java | [
{
"context": "es.\n * \n * Reference: <a href=\"https://github.com/rayzhangcl/ESDemo/blob/master/ESDemo/src/ca/ualberta/cs/CMPU",
"end": 226,
"score": 0.9996756911277771,
"start": 216,
"tag": "USERNAME",
"value": "rayzhangcl"
},
{
"context": "cs/CMPUT301/chenlei/Hits.java\">https://g... | null | [] | package ca.ualberta.cmput301f14t16.easya.Model.Data;
import java.util.ArrayList;
import java.util.Collection;
/**
* Used in processing elastic search query responses.
*
* Reference: <a href="https://github.com/rayzhangcl/ESDemo/blob/master/ESDemo/src/ca/ualberta/cs/CMPUT301/chenlei/Hits.java">https://github.com/r... | 1,039 | 0.630414 | 0.612127 | 31 | 32.516129 | 44.998116 | 249 | false | false | 0 | 0 | 0 | 0 | 81 | 0.155919 | 0.580645 | false | false | 7 |
63368c0432b2a750c49d81433e099013b27f22f6 | 11,510,512,366,388 | 68af28e6639d2456d25c4a933dfc96c1fcf8b2a1 | /capture-977r-app/src/main/java/telefonica/aaee/model/condiciones/CondicionTraficoRedInteligente.java | 8004d654cf33b34c025f2629de7b8f61205a6dbd | [] | no_license | jherranzm/informes2014 | https://github.com/jherranzm/informes2014 | 17f2536a0be95e2bea1e2d9d5500f6b8110c8e32 | 42b7f751e4af91ae56b922768221e2f3a3eb8a08 | refs/heads/master | 2016-03-24T09:29:09.518000 | 2014-04-08T15:10:34 | 2014-04-08T15:10:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package telefonica.aaee.model.condiciones;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlRootElement;
/**
* The persistent class for the ttraficori database table.
*
*/
@Entity
@Table(name="ttraficori")
@XmlRootElement(name="condiciontraficoredintelig... | UTF-8 | Java | 3,268 | java | CondicionTraficoRedInteligente.java | Java | [] | null | [] | package telefonica.aaee.model.condiciones;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlRootElement;
/**
* The persistent class for the ttraficori database table.
*
*/
@Entity
@Table(name="ttraficori")
@XmlRootElement(name="condiciontraficoredintelig... | 3,268 | 0.723072 | 0.722766 | 157 | 18.828026 | 18.898043 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038217 | false | false | 7 |
125746f2d8c4c07aa6099584946d32204a9136a0 | 11,510,512,364,948 | 4e6a29b759ef31f870073a711a862ba00c19667e | /SWEN20003/Revision/CustomerComparator.java | bbf3a131e79dd24ca67ac5c654bd21d0a09080fa | [] | no_license | ArmaanMcleod/Education | https://github.com/ArmaanMcleod/Education | a524fb6798619758863e58147831478a78be58f1 | f1304f004687eeab7750917c9f4e3e6e7b01c274 | refs/heads/master | 2021-09-10T16:17:55.087000 | 2018-03-29T05:00:34 | 2018-03-29T05:00:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Comparator;
public class CustomerComparator implements Comparator<Customer> {
public int compare(Customer arg0, Customer arg1) {
return arg0.getWaitTime() - arg1.getWaitTime();
}
} | UTF-8 | Java | 222 | java | CustomerComparator.java | Java | [] | null | [] | import java.util.Comparator;
public class CustomerComparator implements Comparator<Customer> {
public int compare(Customer arg0, Customer arg1) {
return arg0.getWaitTime() - arg1.getWaitTime();
}
} | 222 | 0.707207 | 0.689189 | 8 | 26 | 26.381811 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
a4a5117b23dea723ff5b444f9a1fbb8037375d05 | 7,636,451,866,261 | 745abeaee8572ec6e3749bc950bb5a947730c77b | /study-framework-web/src/main/java/com/dzq/study/web/FrameworkApplication.java | 0576d6492d51cb9bca683f9890d7fdfcbeacb0f5 | [] | no_license | dzqw874396/spring-framework-demo | https://github.com/dzqw874396/spring-framework-demo | 934543b30595ec9591e2ee64294d01d3c7b0ae3d | dd0056de18a7618f9973c0a0b3529d4232f09594 | refs/heads/master | 2023-07-29T16:27:24.984000 | 2021-09-12T13:25:11 | 2021-09-12T13:25:11 | 349,993,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dzq.study.web;
/**
* 描述:
* 包名:com.dzq.study.web
* 版本信息: 版本1.0
* 日期:2021/3/20
* Copyright 三合力通
*/
import de.codecentric.boot.admin.server.config.EnableAdminServer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import java.util... | UTF-8 | Java | 682 | java | FrameworkApplication.java | Java | [
{
"context": "util.ServiceLoader;\n\n/**\n * @describe:\n * @author: dengzq\n * @version:v1.0\n * 2021/3/20 17:16 \n */\n@Spring",
"end": 373,
"score": 0.9995395541191101,
"start": 367,
"tag": "USERNAME",
"value": "dengzq"
}
] | null | [] | package com.dzq.study.web;
/**
* 描述:
* 包名:com.dzq.study.web
* 版本信息: 版本1.0
* 日期:2021/3/20
* Copyright 三合力通
*/
import de.codecentric.boot.admin.server.config.EnableAdminServer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import java.util... | 682 | 0.734568 | 0.700617 | 30 | 20.6 | 21.259665 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 7 |
693d8672d3542357f11564fb915caa056577e499 | 2,568,390,481,738 | 2753f63576dd89d26c96a46df48b1def5e8d335f | /src/model/coord_grasp.java | 8f385ed1c40cde233bf0b2508a9471d7dd3547c8 | [] | no_license | gzavala/Avance_Grasp | https://github.com/gzavala/Avance_Grasp | ede628a74128b6192f32ed18d3deef8d11dcbd0a | 56057a586823ee646e44454ff7a7ddfba1f01a62 | refs/heads/master | 2021-07-08T06:00:59.678000 | 2017-10-03T18:38:52 | 2017-10-03T18:38:52 | 105,476,821 | 0 | 1 | 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 model;
/**
*
* @author GZAVALA
*/
//clase que será usada para tener una copia de las coordenadas leidas del arch... | UTF-8 | Java | 1,579 | java | coord_grasp.java | Java | [
{
"context": "ditor.\r\n */\r\npackage model;\r\n\r\n/**\r\n *\r\n * @author GZAVALA\r\n */\r\n//clase que será usada para tener una copia",
"end": 235,
"score": 0.9994271993637085,
"start": 228,
"tag": "USERNAME",
"value": "GZAVALA"
}
] | 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 model;
/**
*
* @author GZAVALA
*/
//clase que será usada para tener una copia de las coordenadas leidas del arch... | 1,579 | 0.556262 | 0.551812 | 73 | 19.547945 | 24.512251 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39726 | false | false | 7 |
86444bf3ca78c79a086d5f2e9b6cbf9f8481d063 | 30,365,418,804,156 | e9a22fc874d17a441ea05fbd3c3ba224049868d9 | /CST338/DrawDiagram/DrawDiagram.java | 52003de510b137eead79b5ab2ef763107042085f | [] | no_license | AMartinez2/ClassAssignments | https://github.com/AMartinez2/ClassAssignments | e11f146a3b475acfa9dabb0718b12496e3498862 | 16018a85ca567a5858ce88cf5bb14633ffaa8f36 | refs/heads/master | 2017-12-22T08:41:03.620000 | 2017-02-20T18:17:55 | 2017-02-20T18:17:55 | 72,796,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class DrawDiagram {
public static void main(String[] args)
{
Scanner scanner = new Scanner(System.in);
System.out.print("Enter an length: ");
int numStars = scanner.nextInt();
// Error checking
if(numStars < 1)
{
System.out.println("Not a valid input!");
return;
... | UTF-8 | Java | 1,012 | java | DrawDiagram.java | Java | [] | null | [] | import java.util.Scanner;
public class DrawDiagram {
public static void main(String[] args)
{
Scanner scanner = new Scanner(System.in);
System.out.print("Enter an length: ");
int numStars = scanner.nextInt();
// Error checking
if(numStars < 1)
{
System.out.println("Not a valid input!");
return;
... | 1,012 | 0.56917 | 0.560277 | 45 | 21.48889 | 14.881192 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.933333 | false | false | 7 |
a7c071c74772ad5ee178693b9ce49536147e573b | 30,365,418,804,794 | e7b5af040f1a806f4b3e5f7a8771f5cf88a24269 | /src/main/java/com/all4tic/kioqs/dao/ZoneDao.java | 5141c443257e2e237744f4d2cb448b0a5d69dd05 | [] | no_license | gbadabizo/228kioqs | https://github.com/gbadabizo/228kioqs | 5fa701f7ce0ba19c9c79529aa1ebd0012d72e097 | 0c3e0a059bcba9e6c8624b2589e7ef74e9cf9634 | refs/heads/master | 2023-01-21T21:05:54.585000 | 2020-11-15T11:56:00 | 2020-11-15T11:56:00 | 280,169,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.all4tic.kioqs.dao;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.all4tic.kioqs.models.Zone;
@Repository
public interface ZoneDao extends CrudRepository<Zone,Integer> {
List<Zone>findAllByStatus(int status);
... | UTF-8 | Java | 322 | java | ZoneDao.java | Java | [] | null | [] | package com.all4tic.kioqs.dao;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.all4tic.kioqs.models.Zone;
@Repository
public interface ZoneDao extends CrudRepository<Zone,Integer> {
List<Zone>findAllByStatus(int status);
... | 322 | 0.826087 | 0.819876 | 12 | 25.833334 | 22.586254 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 7 |
ca5bca9553307392d61e7bfc4ab76263530e05a1 | 20,186,346,342,339 | a767b253ee4283377d34d674d22b0bff7a2aa492 | /app/src/main/java/com/newland/wstdd/netutils/BaseClient.java | 682b54359ab470fc2a7d3ed63543e79d80c60e35 | [] | no_license | shenbh/WSTDD | https://github.com/shenbh/WSTDD | b271c7eb730a60efd14e12e933677511d0deaf7d | 6d93e22f5d4c4928502483cbd49a82bc879b8759 | refs/heads/master | 2021-07-04T00:27:27.160000 | 2021-06-11T02:43:18 | 2021-06-11T02:43:18 | 122,902,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newland.wstdd.netutils;
public abstract class BaseClient {
protected String requestMessage = "";
protected String responseMessage = "";
public String call(BaseMessage message, Object operation, String id) {
return null;
}
}
| UTF-8 | Java | 276 | java | BaseClient.java | Java | [] | null | [] | package com.newland.wstdd.netutils;
public abstract class BaseClient {
protected String requestMessage = "";
protected String responseMessage = "";
public String call(BaseMessage message, Object operation, String id) {
return null;
}
}
| 276 | 0.67029 | 0.67029 | 12 | 21 | 23.158871 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
aaf1dda2489dafc491b2ca4bd57820bf1e4648fd | 24,378,234,408,012 | 1037319c4b63380783e43f89a7999c210423785e | /src/main/code/wx/pojo/JsApiTicket.java | 06b438d473726b00174e38717b16a18f66309a55 | [] | no_license | Wake-C/wx | https://github.com/Wake-C/wx | 350c9d3851e9a0037c3b1bd928736b151e5a73c9 | 6d7f34981602495cf96787426dd140469a124bd3 | refs/heads/master | 2021-09-18T19:49:50.213000 | 2018-07-19T03:16:05 | 2018-07-19T03:16:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wx.pojo;
/**
* @ClassName: JsApiTicket
* @Description: 公众号用于调用微信JS接口的临时票据
* @author chim
* @date 2016年11月29日
*/
public class JsApiTicket {
private String ticket;
private int expiresin;
public String getTicket() {
return ticket;
}
public void setTicket(String ticket) {
this.ticket = ticket;
}
... | UTF-8 | Java | 490 | java | JsApiTicket.java | Java | [
{
"context": "ket\n * @Description: 公众号用于调用微信JS接口的临时票据\n * @author chim\n * @date 2016年11月29日\n */\npublic class JsApiTicket",
"end": 100,
"score": 0.9981589317321777,
"start": 96,
"tag": "USERNAME",
"value": "chim"
}
] | null | [] | package wx.pojo;
/**
* @ClassName: JsApiTicket
* @Description: 公众号用于调用微信JS接口的临时票据
* @author chim
* @date 2016年11月29日
*/
public class JsApiTicket {
private String ticket;
private int expiresin;
public String getTicket() {
return ticket;
}
public void setTicket(String ticket) {
this.ticket = ticket;
}
... | 490 | 0.705752 | 0.688053 | 29 | 14.586206 | 13.417737 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862069 | false | false | 7 |
744354821107ac318f412e989e52b0cfa0fc1378 | 10,539,849,793,762 | 4d14974742fa2f570fa244568357e111e25c03f1 | /dev-test/apollo-android/generatedJava/fragment/NodeFields.java | 40a812dde96594997cab5e19cc3bcea0899915bc | [
"MIT"
] | permissive | nodkz/graphql-code-generator | https://github.com/nodkz/graphql-code-generator | f716293b33349038bdbf8a50db4212073117752b | b08358f1bcab9d8f555a3bc6f487b41db34ffa43 | refs/heads/master | 2021-01-03T07:14:37.814000 | 2020-03-16T19:52:50 | 2020-03-16T19:52:50 | 239,975,426 | 2 | 0 | MIT | true | 2020-02-12T09:38:10 | 2020-02-12T09:38:09 | 2020-02-12T07:28:35 | 2020-02-12T05:16:45 | 31,328 | 0 | 0 | 0 | null | false | false | package com.app.generated.graphql;
import java.util.Arrays;
import com.apollographql.apollo.api.GraphqlFragment;
import java.util.List;
import java.lang.String;
import java.util.Collections;
import java.lang.Override;
import javax.annotation.Generated;
import com.apollographql.apollo.api.ResponseFieldMapper;
import co... | UTF-8 | Java | 7,201 | java | NodeFields.java | Java | [] | null | [] | package com.app.generated.graphql;
import java.util.Arrays;
import com.apollographql.apollo.api.GraphqlFragment;
import java.util.List;
import java.lang.String;
import java.util.Collections;
import java.lang.Override;
import javax.annotation.Generated;
import com.apollographql.apollo.api.ResponseFieldMapper;
import co... | 7,201 | 0.623386 | 0.615192 | 217 | 32.18433 | 30.959661 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.686636 | false | false | 7 |
0624e016cac68d69d65cb381e4a34221a23c8d21 | 22,857,815,991,803 | 52bcada7e6ccc55adb2896e9960dcc70d7c9942c | /364. Nested List Weight Sum II.java | 200ae892d475a2cc6ac511293ffd23f6086f5ce5 | [] | no_license | RockyYan1994/Algorithm | https://github.com/RockyYan1994/Algorithm | fab75db170ab59446bf478ad2f9b76bd0d8c4b43 | 1d0edb009ec566cc917ee732c5d7b3ac281f3a61 | refs/heads/master | 2021-10-02T18:53:12.273000 | 2018-11-30T08:16:35 | 2018-11-30T08:16:35 | 114,224,825 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*/
//version 1()
/**
* // This is the interface that allows for creating nested lists.
* // You should not implement it, or speculate about its implementation
* public interface NestedInteger {
* // Constructor initializes an empty nested list.
* public NestedInteger();
*
* // Constructor initia... | UTF-8 | Java | 1,736 | java | 364. Nested List Weight Sum II.java | Java | [] | null | [] | /*
*/
//version 1()
/**
* // This is the interface that allows for creating nested lists.
* // You should not implement it, or speculate about its implementation
* public interface NestedInteger {
* // Constructor initializes an empty nested list.
* public NestedInteger();
*
* // Constructor initia... | 1,736 | 0.599078 | 0.59735 | 51 | 33.058823 | 28.093967 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 7 |
b1d61b71cd43fdc03ac018e9d3646c369a368157 | 22,857,815,995,028 | 6df30904c38f52704e2f8daef83d22126c1317ab | /jee/integration workspace/pidev-projectt/src/main/java/ttma/services/impl/GestionEmploi.java | 695d978d3d5d2033abf295b90f6d909f3d681aac | [] | no_license | Upthechallenge/ttmajavaee | https://github.com/Upthechallenge/ttmajavaee | 3a602191fbcafc5d89670357ee2b52c2d42e408e | fdc4e2dbb1bd4dc860d4ed39ff9966b9616a8b59 | refs/heads/master | 2021-01-21T16:57:48.608000 | 2017-02-12T17:12:02 | 2017-02-12T17:12:02 | 81,738,313 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ttma.services.impl;
import java.util.List;
import ttma.services.Interfaces.*;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import ttma.Entities.Timetable;
/**
* Session Bean implementation class Gestion... | UTF-8 | Java | 1,351 | java | GestionEmploi.java | Java | [] | null | [] | package ttma.services.impl;
import java.util.List;
import ttma.services.Interfaces.*;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import ttma.Entities.Timetable;
/**
* Session Bean implementation class Gestion... | 1,351 | 0.710585 | 0.710585 | 75 | 17.013334 | 19.01683 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 7 |
3415577fd3ff01dd348d3a66e30ab38da137ea68 | 29,326,036,735,634 | 870e7737915b5daa567c1d2d7bde3e8d9549cafc | /simulation/Baekjoon2290.java | e3e424f665e7549e583995e899c2561d94af0f2c | [] | no_license | Park-SooYeon/Coding-Test-Practice | https://github.com/Park-SooYeon/Coding-Test-Practice | cb8e76cc3f973f03ff7c2c85eb9c7a231d56918e | e61488cad25dd94e4e3dd4cd71d8cf187a39bf48 | refs/heads/master | 2023-04-03T08:48:27.509000 | 2021-03-25T11:15:00 | 2021-03-25T11:15:00 | 326,591,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package simulation;
/*
문제 출처 : https://www.acmicpc.net/problem/2290
LCD Test
푼 날짜 : 2021-02-14
*/
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.StringTokenizer;
public class Baekjoon... | UTF-8 | Java | 3,818 | java | Baekjoon2290.java | Java | [] | null | [] | package simulation;
/*
문제 출처 : https://www.acmicpc.net/problem/2290
LCD Test
푼 날짜 : 2021-02-14
*/
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.StringTokenizer;
public class Baekjoon... | 3,818 | 0.389666 | 0.372713 | 136 | 26.330883 | 17.616026 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742647 | false | false | 7 |
e782aa3d471bc509fde403f3919876eba5d13fc1 | 22,290,880,312,711 | b639977e84c152553dd9c74bda1ead2d8d0875e9 | /src/main/java/mx/com/gseguros/portal/consultas/service/impl/ConsultasManagerImpl.java | 20364398e84e5f1e873d0eb9e58c066ec49c9b12 | [] | no_license | BiosnetTCS/ice_all | https://github.com/BiosnetTCS/ice_all | a41e6deba3c947e369855ab68cb1c9442a4c6077 | d47f6d9a0f10dd5382b5a8fa6c6072db62cda276 | HEAD | 2018-04-07T16:10:49.031000 | 2017-05-02T15:47:17 | 2017-05-02T15:47:17 | 89,630,581 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.com.gseguros.portal.consultas.service.impl;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.InputStream;
import java.net.ConnectException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java... | UTF-8 | Java | 43,987 | java | ConsultasManagerImpl.java | Java | [] | null | [] | package mx.com.gseguros.portal.consultas.service.impl;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.InputStream;
import java.net.ConnectException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java... | 43,987 | 0.509287 | 0.508105 | 1,172 | 36.532425 | 30.92024 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.869454 | false | false | 7 |
66d0d85c08232149479b3f924ad37f8683cc39ec | 22,462,678,964,376 | c0b37a664fde6a57ae61c4af635e6dea28d7905e | /Helpful dev stuff/AeriesMobilePortal_v1.2.0_apkpure.com_source_from_JADX/com/aeries/mobileportal/dagger/components/DaggerSettingsFragmentComponent.java | 2f0562ecf034887c1c5f764628be7a997c3b0455 | [] | no_license | joshkmartinez/Grades | https://github.com/joshkmartinez/Grades | a21ce8ede1371b9a7af11c4011e965f603c43291 | 53760e47f808780d06c4fbc2f74028a2db8e2942 | refs/heads/master | 2023-01-30T13:23:07.129000 | 2020-12-07T18:20:46 | 2020-12-07T18:20:46 | 131,549,535 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aeries.mobileportal.dagger.components;
import android.content.Context;
import android.support.v4.app.FragmentManager;
import com.aeries.mobileportal.adapters.SettingsViewPagerAdapter;
import com.aeries.mobileportal.dagger.modules.InteractorModule;
import com.aeries.mobileportal.dagger.modules.InteractorMod... | UTF-8 | Java | 6,139 | java | DaggerSettingsFragmentComponent.java | Java | [] | null | [] | package com.aeries.mobileportal.dagger.components;
import android.content.Context;
import android.support.v4.app.FragmentManager;
import com.aeries.mobileportal.adapters.SettingsViewPagerAdapter;
import com.aeries.mobileportal.dagger.modules.InteractorModule;
import com.aeries.mobileportal.dagger.modules.InteractorMod... | 6,139 | 0.753706 | 0.753543 | 119 | 50.588234 | 42.759323 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596639 | false | false | 7 |
170ffdfd33e7df99566e7e067e6ba545be698e70 | 3,977,139,778,481 | afcef40a9e531145556c92d1656eb943ef562568 | /src/main/java/com/it355/demologin/model/Subject.java | 9769c79eab46a583940b1c82ac7f7e9a6ced8a41 | [] | no_license | tixomirx/L06DZ07 | https://github.com/tixomirx/L06DZ07 | 12074f2664fa4fb92d5aa736173f680836ef5c40 | 3f61a130a308d4dd074115de17451cb311a0dbf8 | refs/heads/master | 2017-12-11T12:02:38.739000 | 2017-01-15T17:50:38 | 2017-01-15T17:50:38 | 79,044,170 | 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.it355.demologin.model;
import java.io.Serializable;
/**
*
* @author TihomirPantovic
*/
@SuppressWarnings("serial")
pub... | UTF-8 | Java | 803 | java | Subject.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n *\n * @author TihomirPantovic\n */\n@SuppressWarnings(\"serial\")\npublic class Subj",
"end": 284,
"score": 0.9996963739395142,
"start": 269,
"tag": "NAME",
"value": "TihomirPantovic"
}
] | 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.it355.demologin.model;
import java.io.Serializable;
/**
*
* @author TihomirPantovic
*/
@SuppressWarnings("serial")
pub... | 803 | 0.625156 | 0.62142 | 40 | 19.075001 | 20.417379 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 7 |
2a58f064da7fa0abf8058802ee4baa2c56e730f5 | 8,400,956,056,579 | 09fb46b2d52331f32f9cece0597e8c15388f09e3 | /app/src/main/java/rafakob/gmail/com/yaca/ContactsPresenterImpl.java | ca84d2915e9cb80360a69c058a4a4e2d9ad88bcc | [] | no_license | rafakob/YACA | https://github.com/rafakob/YACA | 24e72c8b3696275f1087ab73c99d492dd2ca8e0a | 75a3f41e380a174b7d757ee0e84a9ed7dc9a9b2d | refs/heads/master | 2015-09-26T10:31:18.760000 | 2015-09-20T20:00:34 | 2015-09-20T20:00:34 | 42,827,338 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rafakob.gmail.com.yaca;
import android.content.Context;
import java.util.List;
public class ContactsPresenterImpl implements ContactsPresenter, OnContactsLoadedListener {
private ContactsView mContactsView;
private ContactsInteractor mContactsInteractor;
private Context mContext;
public Cont... | UTF-8 | Java | 908 | java | ContactsPresenterImpl.java | Java | [] | null | [] | package rafakob.gmail.com.yaca;
import android.content.Context;
import java.util.List;
public class ContactsPresenterImpl implements ContactsPresenter, OnContactsLoadedListener {
private ContactsView mContactsView;
private ContactsInteractor mContactsInteractor;
private Context mContext;
public Cont... | 908 | 0.710352 | 0.710352 | 36 | 24.222221 | 24.414375 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
72412a57baf459e47432f0ea05061fcec8d9548d | 8,117,488,198,279 | b9a62754fe996cc94485016ccb5a2ac1cbf509d5 | /src/Repositories/FolderRepositories.java | 5b1f9d5a7af424082b6c6b4cac887871c7927470 | [] | no_license | TimofeyMilchakov/web_service_to_display_the_tree_of_files | https://github.com/TimofeyMilchakov/web_service_to_display_the_tree_of_files | 5932785d095738efe838936c96ea42ec98c562e8 | 8e595030de7897fe703d3e7f6702a1dbeab7b2f6 | refs/heads/master | 2021-01-19T18:14:30.942000 | 2017-08-26T21:35:53 | 2017-08-26T21:35:53 | 101,118,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Repositories;
import DBTools.HibernateUtil;
import Models.FolderEntity;
import org.hibernate.Session;
import org.hibernate.criterion.Expression;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ttt on 24.08.2017.
*/
public class FolderRepositories {
public static ArrayList<FolderEn... | UTF-8 | Java | 3,103 | java | FolderRepositories.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by ttt on 24.08.2017.\n */\npublic class FolderRepositorie",
"end": 228,
"score": 0.9992204904556274,
"start": 225,
"tag": "USERNAME",
"value": "ttt"
}
] | null | [] | package Repositories;
import DBTools.HibernateUtil;
import Models.FolderEntity;
import org.hibernate.Session;
import org.hibernate.criterion.Expression;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ttt on 24.08.2017.
*/
public class FolderRepositories {
public static ArrayList<FolderEn... | 3,103 | 0.652917 | 0.649694 | 89 | 33.86517 | 23.934927 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595506 | false | false | 7 |
776f7ca959f4a2c8d2cf180e7253a36e473e71f1 | 12,704,513,298,928 | 161bdcc716642fcc46452a2a2261ec8bcccae1bd | /Master/src/java/de/tafelstellwerk/Model/CSpendenarchiv.java | 135cea2ba935349c8d886b082193b1a0d93d6f03 | [] | no_license | Stellwerk/Stellwerk | https://github.com/Stellwerk/Stellwerk | 9877cb07c906ed2aeb6174a58fb7d12cb50acd98 | 2c1c746ffc015159cd910ace48916fa4154df60d | refs/heads/master | 2016-09-05T23:25:29.329000 | 2015-04-02T11:19:53 | 2015-04-02T11:19:53 | 32,321,368 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Für Auswertungen
*/
package de.tafelstellwerk.Model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
/**
* Erstellt Objekte, ... | UTF-8 | Java | 2,526 | java | CSpendenarchiv.java | Java | [
{
"context": "\n * benötigt werden.\n *\n * @version 1.0\n * @author gpaschke\n */\n@Entity\n@Table(name = \"ARCHIV\")\npublic class ",
"end": 436,
"score": 0.9992654919624329,
"start": 428,
"tag": "USERNAME",
"value": "gpaschke"
}
] | null | [] | /*
* Für Auswertungen
*/
package de.tafelstellwerk.Model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
/**
* Erstellt Objekte, ... | 2,526 | 0.615781 | 0.614988 | 123 | 19.504065 | 18.362818 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373984 | false | false | 7 |
0d02233803ec1474aff4c666b88f83c24bc05c68 | 8,452,495,709,790 | e81ae73f375b99562785c2cf5bae6bc3561f7fc3 | /src/main/java/com/sakura/study/dto/Message.java | fd1cdc504c249f029132224d7c2308126804bdfd | [] | no_license | comradeHsu/sakura-server | https://github.com/comradeHsu/sakura-server | a3a52cb8e0832f1ad2b3fbcbb6969a5a8546ff85 | deb35a8c96efbbb9b13b21733981c29c609c1605 | refs/heads/master | 2020-05-21T05:55:52.767000 | 2019-05-23T13:18:49 | 2019-05-23T13:18:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sakura.study.dto;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
public class Message {
private Integer userId;
private Date time;
private Integer type;
private String content;
}
| UTF-8 | Java | 250 | java | Message.java | Java | [] | null | [] | package com.sakura.study.dto;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
public class Message {
private Integer userId;
private Date time;
private Integer type;
private String content;
}
| 250 | 0.724 | 0.724 | 19 | 12.157895 | 11.581578 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 4 |
e35d9b7c1c18c1f6687832cbf53ea9fc22e3fca0 | 28,011,776,709,990 | b83f0c237b9305c9369b4963107039346391611c | /Another/Java/Source Code/API16/src/cn/commandoptionesc/reflect/MethodDemo.java | c21d39794fa92cc40f799ad631136fc309488732 | [] | no_license | 5sf23r/BigData | https://github.com/5sf23r/BigData | 76b6c6769d6b833e98e8568525df2cf3541d7651 | 3ee574bf27401e322605d967b742f86338830cd1 | refs/heads/master | 2021-04-18T00:53:08.834000 | 2021-02-27T07:36:00 | 2021-02-27T07:36:00 | 249,490,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.commandoptionesc.reflect;
import java.lang.reflect.Method;
public class MethodDemo {
public static void main(String[] args) throws NoSuchMethodException {
Class<String> c1z = String.class;
//获取String中charAt(int)方法
Method m = c1z.getDeclaredMethod("charAt",int.class);
... | UTF-8 | Java | 1,038 | java | MethodDemo.java | Java | [] | null | [] | package cn.commandoptionesc.reflect;
import java.lang.reflect.Method;
public class MethodDemo {
public static void main(String[] args) throws NoSuchMethodException {
Class<String> c1z = String.class;
//获取String中charAt(int)方法
Method m = c1z.getDeclaredMethod("charAt",int.class);
... | 1,038 | 0.595388 | 0.592243 | 36 | 25.5 | 22.324003 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 4 |
01cad17233a9d73330a211ef210176887dcaa34b | 25,460,566,130,724 | fe4c53150c0c4cd77de99034bbc32e57bf8c5b4f | /src/main/java/com/ufg/ps/consultoriopsicologia/repositories/PsicologoRepository.java | 21a3a2d9902028d6677d20ab6f6d5a0d327a3d9f | [] | no_license | geovanamm/consultoriopiscicologia | https://github.com/geovanamm/consultoriopiscicologia | 929348bfd1b08cb429ca082694a4aa5ec59fbf1a | bcfeb01e704e354f33c3d50f5426deaad6aa4f69 | refs/heads/master | 2020-04-11T18:38:39.225000 | 2018-12-27T21:56:26 | 2018-12-27T21:56:26 | 162,006,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.ufg.ps.consultoriopsicologia.repositories;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.ufg.ps.consultoriopsicologia.domain.Perfil;
import... | UTF-8 | Java | 548 | java | PsicologoRepository.java | Java | [] | null | [] |
package com.ufg.ps.consultoriopsicologia.repositories;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.ufg.ps.consultoriopsicologia.domain.Perfil;
import... | 548 | 0.841241 | 0.841241 | 17 | 31.17647 | 27.472414 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 4 |
f5d8bbab870f77203e14802c63488090d7a1ed0b | 28,561,532,528,987 | 68eed8e7da3478eb73864b99c66260dd89d60bd4 | /Module/src/main/java/com/example/w/william/module/activity/demo/FragmentActivity.java | 7878be8f2137e116af1e77fd3597d1cb29996251 | [] | no_license | wuwei2015/MyApplication | https://github.com/wuwei2015/MyApplication | eab6630ea37d193180cc196cc4a58f2881584657 | ae46a62a36031ad302d92fee50c18e562fc235c3 | refs/heads/master | 2018-11-16T04:06:11.506000 | 2018-11-15T11:10:44 | 2018-11-15T11:10:44 | 150,222,177 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.w.william.module.activity.demo;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
import android.view.View;
import android.widget.ImageView;
import com.example.w.william.library.base.BaseActivity;
import com.example.w.william.module.R;
import com.example.w.william.module... | UTF-8 | Java | 2,673 | java | FragmentActivity.java | Java | [] | null | [] | package com.example.w.william.module.activity.demo;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
import android.view.View;
import android.widget.ImageView;
import com.example.w.william.library.base.BaseActivity;
import com.example.w.william.module.R;
import com.example.w.william.module... | 2,673 | 0.762015 | 0.753941 | 91 | 27.582418 | 26.872129 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483516 | false | false | 4 |
d1ac27a0ed2d79d73e01f0c38e474d94c32c83f4 | 25,134,148,634,466 | 89d6998a54a8dbf44d695535dd2f8ba6206f8bc5 | /HeDongTaoBiShe/src/main/java/me/HeDongTao/DAO/UserDAO.java | 01a66971b19064ff0ee7cb8781feaab3bf68b55b | [] | no_license | UltraHector/DongTaoGraduateProject | https://github.com/UltraHector/DongTaoGraduateProject | 5042af47251fd48b76a3d67ad1d1603af6590b42 | e2902e7e2e1ea31a080c37a56996e4af15a6ee42 | refs/heads/master | 2015-08-08T03:42:33.698000 | 2013-07-09T07:46:50 | 2013-07-09T07:46:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.HeDongTao.DAO;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import org.springframework.stereotype.Component;
import me.HeDongTao.Entity.User;
import me.HeDongTao.IDAO.IUserDAO;
@Component
public class UserDAO extends DAO<User, Long> implements IUser... | UTF-8 | Java | 794 | java | UserDAO.java | Java | [] | null | [] | package me.HeDongTao.DAO;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import org.springframework.stereotype.Component;
import me.HeDongTao.Entity.User;
import me.HeDongTao.IDAO.IUserDAO;
@Component
public class UserDAO extends DAO<User, Long> implements IUser... | 794 | 0.724181 | 0.721662 | 32 | 23.8125 | 19.587046 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.59375 | false | false | 4 |
bca2fdbe0b72b4f7721955eed35004c81cd2b106 | 16,947,940,969,197 | e7b7fc1c3e3a083db7d0923736649f5d2fd02b85 | /isw-amde-final/src/com/amde/linecredit/domain/exceptions/TooMuchLoansException.java | 4359a6e5988955215e0c5a52876c5384c8eca429 | [] | no_license | sjgamarra/examen-fina-dyp | https://github.com/sjgamarra/examen-fina-dyp | 4ce8eed01dcab613fd18e47ef2ccca3975e7bdc1 | 4d93202fd9b99d370b3e2b560d8435549eb6cb4d | refs/heads/master | 2021-08-16T00:29:51.649000 | 2017-10-14T15:38:00 | 2017-10-14T15:38:00 | 111,219,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amde.linecredit.domain.exceptions;
public class TooMuchLoansException extends Exception {
public TooMuchLoansException() {
super("El cliente presenta demasiadas deudas...");
}
} | UTF-8 | Java | 212 | java | TooMuchLoansException.java | Java | [] | null | [] | package com.amde.linecredit.domain.exceptions;
public class TooMuchLoansException extends Exception {
public TooMuchLoansException() {
super("El cliente presenta demasiadas deudas...");
}
} | 212 | 0.721698 | 0.721698 | 7 | 28.571428 | 23.915668 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
e83d88147a482252bc2f1707faf7f953bfa035e7 | 317,827,603,474 | 48ab0e28045d5812336e53838637bff490297ea4 | /src/main/java/sample/covidportal/model/Bolest.java | a8ac3d51c8ca4f6e1be8c78fe423efcc6fa5f6fb | [] | no_license | msrecec/Srecec-8 | https://github.com/msrecec/Srecec-8 | 3f94bdcf207f86a548267cd3e8460c1b038c255a | 0eb4f4a7e4c83bc9415ccffc8d806fb8934537aa | refs/heads/master | 2023-02-02T04:06:32.476000 | 2020-12-19T16:27:25 | 2020-12-19T16:27:25 | 321,788,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.sample.covidportal.model;
import java.io.Serializable;
import java.util.Objects;
import java.util.Set;
/**
* Služi za definiranje instanci klase Bolest
*
* @author Mislav Srečec
* @version 1.0
*/
public class Bolest extends ImenovaniEntitet implements Serializable {
private Set<Simptom> si... | UTF-8 | Java | 1,723 | java | Bolest.java | Java | [
{
"context": "za definiranje instanci klase Bolest\n *\n * @author Mislav Srečec\n * @version 1.0\n */\n\npublic class Bolest extends ",
"end": 200,
"score": 0.9998595714569092,
"start": 187,
"tag": "NAME",
"value": "Mislav Srečec"
}
] | null | [] | package main.java.sample.covidportal.model;
import java.io.Serializable;
import java.util.Objects;
import java.util.Set;
/**
* Služi za definiranje instanci klase Bolest
*
* @author <NAME>
* @version 1.0
*/
public class Bolest extends ImenovaniEntitet implements Serializable {
private Set<Simptom> simptomi;... | 1,715 | 0.593714 | 0.59255 | 84 | 19.452381 | 19.315306 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27381 | false | false | 4 |
419426591102f1fd85cc0d7d5a849c1d8f81d0a6 | 14,147,622,289,239 | a89736cb48ab7fa11ce04e6b66db98ad494451bf | /m-core/src/test/java/com/meifute/core/data/json/JsonUtilTest.java | fb54addba08096795afea88e6ab2aa25cedb8feb | [] | no_license | Code-God/mft-nm | https://github.com/Code-God/mft-nm | 8a195908cb8f4e84be973b95d9c03250cf5de7fe | a4110e91523b13e2b9d328e21382eeaad55a7788 | refs/heads/master | 2022-12-28T22:32:54.120000 | 2020-10-11T12:46:18 | 2020-10-11T12:46:18 | 303,115,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.meifute.core.data.json;
import com.meifute.core.collection.Pair;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import java.util.Optional;
import static org.junit.jupiter.api.Assertions.*;
/**
* @author wzeng
... | UTF-8 | Java | 1,239 | java | JsonUtilTest.java | Java | [
{
"context": "rg.junit.jupiter.api.Assertions.*;\n\n/**\n * @author wzeng\n * @date 2020/8/8\n * @Description\n */\nclass JsonU",
"end": 318,
"score": 0.9995715618133545,
"start": 313,
"tag": "USERNAME",
"value": "wzeng"
}
] | null | [] | package com.meifute.core.data.json;
import com.meifute.core.collection.Pair;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import java.util.Optional;
import static org.junit.jupiter.api.Assertions.*;
/**
* @author wzeng
... | 1,239 | 0.651332 | 0.634383 | 48 | 24.833334 | 20.28067 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 4 |
57b2c768be1a213de8261638904211fd9daa19ea | 23,579,370,471,353 | 6b3adca87f2e55c40e20d64a4ed7d1ede258f32a | /linden-core/src/main/java/com/xiaomi/linden/lucene/similarity/LindenSimilarity.java | d4c017dcb8c66b0a551cedf547e7975ef8880d61 | [
"Apache-2.0"
] | permissive | XiaoMi/linden | https://github.com/XiaoMi/linden | 19b3147408252c0638479b7eba37987778b7fcf3 | f4e9806704dfb8da484df92711c0aa82a90e93df | refs/heads/master | 2023-04-12T14:39:46.444000 | 2022-04-01T03:31:06 | 2022-04-01T03:31:06 | 76,436,183 | 256 | 57 | Apache-2.0 | false | 2023-04-10T13:48:05 | 2016-12-14T07:38:38 | 2022-06-16T11:06:29 | 2023-04-10T13:48:05 | 4,149 | 231 | 54 | 11 | Java | false | false | // Copyright 2016 Xiaomi, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | UTF-8 | Java | 5,566 | java | LindenSimilarity.java | Java | [] | null | [] | // Copyright 2016 Xiaomi, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 5,566 | 0.700503 | 0.690083 | 170 | 31.741177 | 27.375668 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358824 | false | false | 4 |
c3bb9d6d2a82fc22f6a137fc69e6160b74c86d1a | 16,406,775,084,076 | 87544a15aca5d61ed8138274a96525826e4140be | /src/main/java/lv/javaguru/java2/businesslogic/account/removeaccount/RemoveAccountService.java | a60bceaed083608f32f6a973ac637e10847954ca | [] | no_license | OlegMiroshnikov/eAccounts1 | https://github.com/OlegMiroshnikov/eAccounts1 | 4f7664326666f23b3a6939d8dadec64fb40ec1b1 | fa7c00739cefc8c329ae0b38c8243fb1c835d227 | refs/heads/master | 2020-03-18T21:48:14.474000 | 2018-05-29T13:52:34 | 2018-05-29T13:52:36 | 135,304,313 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.javaguru.java2.businesslogic.account.removeaccount;
import lv.javaguru.java2.dao.AccountDao;
import lv.javaguru.java2.domain.Account;
import lv.javaguru.java2.validators.Error;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springfr... | UTF-8 | Java | 1,029 | java | RemoveAccountService.java | Java | [] | null | [] | package lv.javaguru.java2.businesslogic.account.removeaccount;
import lv.javaguru.java2.dao.AccountDao;
import lv.javaguru.java2.domain.Account;
import lv.javaguru.java2.validators.Error;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springfr... | 1,029 | 0.77551 | 0.770651 | 31 | 32.19355 | 25.978178 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 4 |
17c7e5d906ed14764b9a4c35040e7f29303bd703 | 8,108,898,317,838 | d60ef1e577f686b638113d3aa95f4f5a18d871e1 | /mac-rpc/mac-rpc-core/src/com/boarsoft/rpc/annotation/RpcService.java | b56d5308a9721485914c8cff87c7ce4bbeb272e4 | [
"BSD-3-Clause"
] | permissive | GYWEN/rpc-demo | https://github.com/GYWEN/rpc-demo | 4642158e455da0cdb9a709a893ea30e4653876dc | 9334c753ecae5651554dbcdf90fb299d72a4ca40 | refs/heads/main | 2023-01-21T09:31:00.950000 | 2020-11-29T08:55:37 | 2020-11-29T08:55:37 | 316,910,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boarsoft.rpc.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* @author Mac_J
*
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
... | UTF-8 | Java | 764 | java | RpcService.java | Java | [
{
"context": "t java.lang.annotation.Target;\n\n/**\n * \n * @author Mac_J\n *\n */\n@Documented\n@Retention(RetentionPolicy.RUN",
"end": 264,
"score": 0.9980292320251465,
"start": 259,
"tag": "USERNAME",
"value": "Mac_J"
}
] | null | [] | package com.boarsoft.rpc.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* @author Mac_J
*
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
... | 764 | 0.723822 | 0.713351 | 43 | 16.790697 | 16.057394 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697674 | false | false | 4 |
313d74c7bab7d243e88db2f12e441b0ec7bfa2e4 | 22,797,686,423,639 | de459679ea0dae1757b2cb8cc1f492c16ed9bb94 | /parking_lot/src/main/java/com/akhtar/app/ParkingLotFactory.java | 64258431315ed97e19c587642223cd900332f97b | [] | no_license | akhtarmnnit/MyProjects | https://github.com/akhtarmnnit/MyProjects | f962a571608ae4b7755fca15906a7edd4db8e475 | 300d0607a868a7d561311563063dae4c0c057d2e | refs/heads/master | 2020-03-26T12:05:04.599000 | 2018-08-15T16:14:08 | 2018-08-15T16:14:08 | 144,874,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ParkingLotFactory {
public static ParkingLot getParkingLot(String type, int levels,int slots ){
if("CAR".equalsIgnoreCase(type))
{
return new CarParkingLot(levels,slots);
}
else {
return null;
}
}
} | UTF-8 | Java | 283 | java | ParkingLotFactory.java | Java | [] | null | [] | public class ParkingLotFactory {
public static ParkingLot getParkingLot(String type, int levels,int slots ){
if("CAR".equalsIgnoreCase(type))
{
return new CarParkingLot(levels,slots);
}
else {
return null;
}
}
} | 283 | 0.572438 | 0.572438 | 11 | 24.818182 | 22.826693 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 4 |
ae0bf20820571cb8b0812440b30ac4d11c49c55b | 4,372,276,752,756 | 4b77c104090b4f99e450de6dd205b7955ee5e5ca | /src/main/java/module-info.java | 4e5fbaa3ba1553daa14a13e76cc06cc88ac9f04f | [] | no_license | Rfigueroa2317/space-invaders | https://github.com/Rfigueroa2317/space-invaders | a7722dc5330131af39940276a07875f52fbad223 | eb40cade15c5d14f2c2bfa5ea304529f45848652 | refs/heads/main | 2023-07-14T09:05:27.733000 | 2021-08-22T00:46:19 | 2021-08-22T00:46:19 | 395,164,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | module com.firstpractice.spaceinvaders {
requires javafx.controls;
requires javafx.fxml;
requires org.controlsfx.controls;
requires org.kordamp.bootstrapfx.core;
opens com.firstpractice.spaceinvaders to javafx.fxml;
exports com.firstpractice.spaceinvaders;
} | UTF-8 | Java | 284 | java | module-info.java | Java | [] | null | [] | module com.firstpractice.spaceinvaders {
requires javafx.controls;
requires javafx.fxml;
requires org.controlsfx.controls;
requires org.kordamp.bootstrapfx.core;
opens com.firstpractice.spaceinvaders to javafx.fxml;
exports com.firstpractice.spaceinvaders;
} | 284 | 0.771127 | 0.771127 | 10 | 27.5 | 19.551214 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
e2bfb125d1c0b630a947bc07db28f3fe5045eac0 | 21,019,569,954,940 | 946cc012c3cad93618dd3c4d890ff927397b718b | /src/test/java/junit.java | 1065e00ac219f14b428c644f39dadc3e038a178c | [] | no_license | ybp0118/DaumJunit | https://github.com/ybp0118/DaumJunit | 18c3fd662e6d224f79cec46a24bac764ca29d6f1 | fa505c1bf8ee774e72f13d412e885ee67cb83e73 | refs/heads/master | 2021-01-19T07:53:42.294000 | 2014-10-24T05:56:15 | 2014-10-24T05:56:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import org.junit.Assert;
import org.junit.Test;
/**
* Created by sleepbear on 2014-10-24.
*/
public class junit{
@Test
public void junit() throws Exception {
Assert.assertEquals(1 + 1, 2);
Assert.assertEquals(2 * 3, 6);
}
} | UTF-8 | Java | 256 | java | junit.java | Java | [
{
"context": "Assert;\nimport org.junit.Test;\n\n\n/**\n * Created by sleepbear on 2014-10-24.\n */\npublic class junit{\n @Test\n",
"end": 78,
"score": 0.9995599389076233,
"start": 69,
"tag": "USERNAME",
"value": "sleepbear"
}
] | null | [] |
import org.junit.Assert;
import org.junit.Test;
/**
* Created by sleepbear on 2014-10-24.
*/
public class junit{
@Test
public void junit() throws Exception {
Assert.assertEquals(1 + 1, 2);
Assert.assertEquals(2 * 3, 6);
}
} | 256 | 0.617188 | 0.5625 | 14 | 17.285715 | 15.718182 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
fb2f555fca60d2b0ec01a629c5944f17e57fcf5f | 1,108,101,578,807 | e9329516c655fc8c94463cb6ba099fef6d56da9f | /core/src/main/java/org/lawrencebower/docgen/core/document/component/position/VerticalAlignment.java | 79429c4928ac40471a06e1c9775c0be4d15ce30f | [] | no_license | lawrencebower/docgen | https://github.com/lawrencebower/docgen | 65cd0a20838018aaea9f9f5a97e41542fdf9d6b1 | 717238c140b91915986e882def91ccc23bfa1732 | refs/heads/master | 2021-01-22T06:58:54.158000 | 2017-11-20T16:29:34 | 2017-11-20T16:29:34 | 5,190,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lawrencebower.docgen.core.document.component.position;
import com.lowagie.text.Element;
import org.lawrencebower.docgen.core.exception.DocGenException;
public enum VerticalAlignment {
TOP,
BOTTOM,
MIDDLE;
public static int mapToITextAlignment(VerticalAlignment alignment){
switch (... | UTF-8 | Java | 582 | java | VerticalAlignment.java | Java | [] | null | [] | package org.lawrencebower.docgen.core.document.component.position;
import com.lowagie.text.Element;
import org.lawrencebower.docgen.core.exception.DocGenException;
public enum VerticalAlignment {
TOP,
BOTTOM,
MIDDLE;
public static int mapToITextAlignment(VerticalAlignment alignment){
switch (... | 582 | 0.699313 | 0.699313 | 19 | 29.631578 | 26.420109 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 4 |
16ea8311b5c68ed66c21e9a7a08ac5c878a1f928 | 19,396,072,357,469 | 07cfa40d1e6630541ac5a7bb857ac7d666aa0666 | /app/src/main/java/co/com/fredymosqueralemus/pelucitas/InicioActivity.java | 96d985e54085ce75bc5d92a5a0ab184bf9e7f7b7 | [] | no_license | fmosquera0101/Pelucitas | https://github.com/fmosquera0101/Pelucitas | 736e5abfb4a7acae6db581df56bdd7697a425394 | de6c5e3e31b5bc45fa3bedaa257583a7bec7b0bc | refs/heads/master | 2021-01-09T06:08:35.077000 | 2017-10-05T03:26:15 | 2017-10-05T03:26:15 | 80,923,505 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.fredymosqueralemus.pelucitas;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.v4.app.Fragment;
import ... | UTF-8 | Java | 9,030 | java | InicioActivity.java | Java | [] | null | [] | package co.com.fredymosqueralemus.pelucitas;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.v4.app.Fragment;
import ... | 9,030 | 0.705869 | 0.705316 | 226 | 38.955753 | 35.281143 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526549 | false | false | 4 |
2c06f77f2b02c5918a39ba5d65265123cb1b0ac6 | 8,942,121,973,354 | dd6e336ab6c3b269307845fe75d64604f0f50ba0 | /src/main/java/com/yp/pan/util/EncryptUtil.java | 476fcbb7fa3c523d945f0522be48d450f5107093 | [] | no_license | yplove156/pan-paas-backend | https://github.com/yplove156/pan-paas-backend | b269d865b5ff3db7e17ba40b36e033bb887c3879 | 39c34b1765aa4280b89cc5b2a791b3823cad8c88 | refs/heads/master | 2021-07-13T21:40:41.896000 | 2019-02-19T08:19:17 | 2019-02-19T08:19:17 | 150,928,051 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yp.pan.util;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.springframework.util.StringUtils;
/**
* EncryptUtil class
*
* @author Administrator
* @date 2018/11/17
*/
public class EncryptUtil {
/**
* 加密方式
*/
private final static String METHOD = "md5";
/**
* 散列次数
... | UTF-8 | Java | 935 | java | EncryptUtil.java | Java | [
{
"context": "ringUtils;\n\n/**\n * EncryptUtil class\n *\n * @author Administrator\n * @date 2018/11/17\n */\npublic class EncryptUtil ",
"end": 172,
"score": 0.7253069281578064,
"start": 159,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.yp.pan.util;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.springframework.util.StringUtils;
/**
* EncryptUtil class
*
* @author Administrator
* @date 2018/11/17
*/
public class EncryptUtil {
/**
* 加密方式
*/
private final static String METHOD = "md5";
/**
* 散列次数
... | 935 | 0.578831 | 0.567806 | 41 | 21.121952 | 20.285997 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390244 | false | false | 4 |
6baf5c37ead69537c80311acd391c4a7c5874968 | 26,147,760,963,160 | 3c9d369e2a2d2030dd97d16dbe717fdfe311cace | /Java/TwoStacksWithSingleArray.java | 821e056535e81083b721baab0e83c801e6a28254 | [] | no_license | agent0706/ds_practice | https://github.com/agent0706/ds_practice | 078225f6c4ec953beb31185de1a2a0e09bb04930 | 27f7f1db123fb7d4f57770bb6e7f51c501f277b1 | refs/heads/master | 2023-08-11T01:30:35.461000 | 2021-09-01T06:02:42 | 2021-09-01T06:02:42 | 399,322,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
class Stack {
int top1;
int top2;
int max_size = 10;
int[] arr;
int currentArrayOccupancy;
Stack() {
this.top1 = -1;
this.top2 = 10;
this.arr = new int[10];
this.currentArrayOccupancy = 0;
}
Stack(int size) {
this.top1 = -1;
... | UTF-8 | Java | 2,260 | java | TwoStacksWithSingleArray.java | Java | [] | null | [] | import java.io.*;
class Stack {
int top1;
int top2;
int max_size = 10;
int[] arr;
int currentArrayOccupancy;
Stack() {
this.top1 = -1;
this.top2 = 10;
this.arr = new int[10];
this.currentArrayOccupancy = 0;
}
Stack(int size) {
this.top1 = -1;
... | 2,260 | 0.507965 | 0.478319 | 93 | 23.311829 | 16.427736 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634409 | false | false | 4 |
d655f5b6ada99b5df7735d4decf9a36666aa906f | 9,079,560,878,251 | 17a48f80ed44cc8ce57dc74ffbf561db12846658 | /app/src/main/java/xyz/monkeytong/hongbao/utils/PowerUtil.java | d4e8e097066f0b23af18f78f4bf547a3c84f3764 | [
"MIT"
] | permissive | B0y1n4o4/LuckyMoney | https://github.com/B0y1n4o4/LuckyMoney | 8b9486bc06e20f244271617e4f403e61012fb750 | 01a00f2d19e74a85fab04cc28aed8815f18576c6 | refs/heads/master | 2020-12-03T23:37:37.853000 | 2020-02-06T06:10:15 | 2020-02-06T06:10:15 | 231,524,323 | 15 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.monkeytong.hongbao.utils;
import android.app.KeyguardManager;
import android.content.Context;
import android.os.PowerManager;
/**
* Created by Zhongyi on 1/29/16.
*/
public class PowerUtil {
private PowerManager.WakeLock wakeLock;
private KeyguardManager.KeyguardLock keyguardLock;
// public ... | UTF-8 | Java | 1,234 | java | PowerUtil.java | Java | [
{
"context": "import android.os.PowerManager;\n\n/**\n * Created by Zhongyi on 1/29/16.\n */\npublic class PowerUtil {\n priv",
"end": 165,
"score": 0.9938606023788452,
"start": 158,
"tag": "USERNAME",
"value": "Zhongyi"
}
] | null | [] | package xyz.monkeytong.hongbao.utils;
import android.app.KeyguardManager;
import android.content.Context;
import android.os.PowerManager;
/**
* Created by Zhongyi on 1/29/16.
*/
public class PowerUtil {
private PowerManager.WakeLock wakeLock;
private KeyguardManager.KeyguardLock keyguardLock;
// public ... | 1,234 | 0.627228 | 0.617504 | 41 | 29.097561 | 26.1998 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 4 |
74656c1a549dd9c1359913f3ccc1b720f3f3aa19 | 28,930,899,761,802 | d9fc8a3b8cdf8cce3180abe934216a37b0415218 | /src/main/java/util/T_02_input_string.java | eb6dd2f194eda6d972b6121e04d03f2997f8444b | [] | no_license | qingfeng5/leetcode-for-offer | https://github.com/qingfeng5/leetcode-for-offer | 31e74ebd936b3790d6f9f94072c5f866ffc366de | 486c76b6cd576a4cb8ff7a7bba5298519c16ccf1 | refs/heads/master | 2023-01-03T15:08:10.483000 | 2020-10-30T10:30:47 | 2020-10-30T10:30:47 | 272,171,633 | 2 | 0 | null | false | 2020-10-13T22:47:13 | 2020-06-14T09:35:32 | 2020-09-27T09:31:36 | 2020-10-13T22:47:12 | 4,525 | 1 | 0 | 1 | Java | false | false | package util;
import java.util.Scanner;
/**
* Created by 清风
* 2020/8/24 8:50
*/
public class T_02_input_string {
public static void main(String[] args) {
System.out.println("请输入一个整数:");
Scanner sc=new Scanner(System.in);
//输如一个n,再接着输入n行字符串,
int n = sc.nextInt();
StringBu... | UTF-8 | Java | 677 | java | T_02_input_string.java | Java | [
{
"context": "til;\n\nimport java.util.Scanner;\n\n/**\n * Created by 清风\n * 2020/8/24 8:50\n */\npublic class T_02_input_str",
"end": 62,
"score": 0.8634505867958069,
"start": 60,
"tag": "NAME",
"value": "清风"
}
] | null | [] | package util;
import java.util.Scanner;
/**
* Created by 清风
* 2020/8/24 8:50
*/
public class T_02_input_string {
public static void main(String[] args) {
System.out.println("请输入一个整数:");
Scanner sc=new Scanner(System.in);
//输如一个n,再接着输入n行字符串,
int n = sc.nextInt();
StringBu... | 677 | 0.535188 | 0.512275 | 25 | 23.440001 | 16.984888 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 4 |
dc4b2c5516acf56bc4adaa8910e86e5c8b0c2114 | 28,930,899,763,689 | 423d53a8c75b98ce926f39f48a7b9439c21f92b4 | /src/gaem/SemiInterface.java | 083202d1f6f5e4e861e811ff4bd053318f557f7d | [] | no_license | MichiSers/JavaEx | https://github.com/MichiSers/JavaEx | 2708dbaed3cc3fdd09654d74a89a8a5ae5f68f85 | 12d12307eca7d377dd1b0ca6382953c60536409c | refs/heads/master | 2021-01-10T16:22:52.524000 | 2016-01-27T21:49:56 | 2016-01-27T21:49:56 | 50,241,178 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gaem;
/**
* Created by Michi on 23.01.2016.
*/
public interface SemiInterface {
}
| UTF-8 | Java | 93 | java | SemiInterface.java | Java | [
{
"context": "package gaem;\n\n/**\n * Created by Michi on 23.01.2016.\n */\npublic interface SemiInterface",
"end": 38,
"score": 0.9982338547706604,
"start": 33,
"tag": "NAME",
"value": "Michi"
}
] | null | [] | package gaem;
/**
* Created by Michi on 23.01.2016.
*/
public interface SemiInterface {
}
| 93 | 0.677419 | 0.591398 | 7 | 12.285714 | 13.687474 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
e8feaf024eaa8e57d4b4d59adc674bcddbd4a5b0 | 22,668,837,441,138 | 5a17b46c3a90538be84b8d8ccaf4039b4fd4e184 | /facebook4j-core/src/main/java/facebook4j/api/FQLMethods.java | cd10e3ef3cd6966531dbe8351b1495c506bfbbef | [
"JSON",
"Apache-2.0"
] | permissive | roundrop/facebook4j | https://github.com/roundrop/facebook4j | 89bcc51a58d00ed2f1c80a943baaa7f42a42c790 | 7b64ebf3a80f5a3a7371dd9475d2c37df06fc3ad | refs/heads/develop | 2022-05-24T14:34:19.483000 | 2019-01-04T03:01:19 | 2019-01-04T03:01:19 | 5,610,434 | 269 | 133 | NOASSERTION | false | 2022-03-26T01:50:11 | 2012-08-30T04:26:17 | 2022-03-23T12:21:41 | 2022-03-26T01:41:55 | 3,975 | 327 | 156 | 12 | Java | false | false | /*
* Copyright 2012 Ryuji Yamashita
*
* 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 agree... | UTF-8 | Java | 2,698 | java | FQLMethods.java | Java | [
{
"context": "/*\n * Copyright 2012 Ryuji Yamashita\n *\n * Licensed under the Apache License, Version ",
"end": 36,
"score": 0.9998733401298523,
"start": 21,
"tag": "NAME",
"value": "Ryuji Yamashita"
},
{
"context": "util.Locale;\nimport java.util.Map;\n\n/**\n * @author Ryuji Yamas... | null | [] | /*
* Copyright 2012 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 2,678 | 0.71238 | 0.708302 | 67 | 39.268658 | 37.276531 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.298507 | false | false | 4 |
db1c6bd1e9599a8b6ed89ce650f4c4f5efc3b9bc | 2,697,239,462,092 | e44b13d3c12faf08049bec898f810d3bfe43be82 | /src/test/java/org/jscep/client/verification/CachingCertificateVerifierTest.java | ba0b264dea5ce7242de44500ebf75a35ebee5e67 | [
"MIT"
] | permissive | primetomas/jscep | https://github.com/primetomas/jscep | 2e97105e8d9eebfdfaba3f1f2bfa45ae33d553e2 | 1a3112e11348e76f0f6352888d4c3224d1f80d01 | refs/heads/master | 2021-04-07T19:35:27.814000 | 2020-04-05T15:13:08 | 2020-04-05T15:13:08 | 248,702,408 | 0 | 0 | MIT | true | 2020-03-20T08:17:39 | 2020-03-20T08:17:38 | 2020-02-18T14:36:11 | 2020-03-16T05:54:53 | 8,756 | 0 | 0 | 0 | null | false | false | package org.jscep.client.verification;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.security.cert.X509Certificate;
import org.junit.Test;
publi... | UTF-8 | Java | 1,262 | java | CachingCertificateVerifierTest.java | Java | [] | null | [] | package org.jscep.client.verification;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.security.cert.X509Certificate;
import org.junit.Test;
publi... | 1,262 | 0.733756 | 0.721078 | 40 | 30.549999 | 26.191553 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 4 |
8a2f7fc47c720fa901249a9f35a66292d6773ade | 22,557,168,298,045 | 9de05fdadf6ddc7373ceb9dfd54ef1345acabf41 | /src/main/java/com/easybasic/kaoqin/dao/IUserGroupAndUserDao.java | 522160ef1eb5b8a010baf63c6e6ce1becb1d2017 | [] | no_license | nebula369/NJTech-lab | https://github.com/nebula369/NJTech-lab | 24c043991aebeb81a23031e20b0383a38fb3b3f1 | f967fa6943de80b60f81061c1141e7574e1e1060 | refs/heads/master | 2020-09-12T23:25:45.486000 | 2019-11-19T06:22:21 | 2019-11-19T06:22:21 | 222,589,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.easybasic.kaoqin.dao;
import com.easybasic.kaoqin.model.UserGroupAndUser;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface IUserGroupAndUserDao {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table kq_usergr... | UTF-8 | Java | 1,481 | java | IUserGroupAndUserDao.java | Java | [] | null | [] | package com.easybasic.kaoqin.dao;
import com.easybasic.kaoqin.model.UserGroupAndUser;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface IUserGroupAndUserDao {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table kq_usergr... | 1,481 | 0.702903 | 0.702903 | 49 | 29.244898 | 27.86742 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 4 |
ea3fbb05c7ed999bd1fb46ed5eebab1e10f213fe | 22,557,168,299,800 | e8197b1af3bd5ac99fd19ff5f31a359f80ae7a06 | /src/main/java/io/github/musius/marshal/MarshallerFactoryImpl.java | 07843b30fd0e8158d68269f9ab4e32884c9dedd8 | [] | no_license | musius/reflection-serializer2 | https://github.com/musius/reflection-serializer2 | 82db17a4bb4ef6426e96c928ef5890ab4e711ba5 | 96782d36af0da73cb9df3dd1cbe4e34bd1976e17 | refs/heads/master | 2016-08-04T16:54:37.910000 | 2015-09-12T06:22:57 | 2015-09-12T06:22:57 | 42,221,017 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.musius.marshal;
import com.google.common.collect.Lists;
import java.util.List;
public class MarshallerFactoryImpl implements MarshallerFactory {
List<? extends SimpleMarshallerAwareState> allMarshallers;
SimpleMarshallerAwareState defaultMarshaller;
public MarshallerFactoryImpl() {
... | UTF-8 | Java | 871 | java | MarshallerFactoryImpl.java | Java | [
{
"context": "package io.github.musius.marshal;\n\nimport com.google.common.collect.Lists;",
"end": 24,
"score": 0.9470192790031433,
"start": 18,
"tag": "USERNAME",
"value": "musius"
}
] | null | [] | package io.github.musius.marshal;
import com.google.common.collect.Lists;
import java.util.List;
public class MarshallerFactoryImpl implements MarshallerFactory {
List<? extends SimpleMarshallerAwareState> allMarshallers;
SimpleMarshallerAwareState defaultMarshaller;
public MarshallerFactoryImpl() {
... | 871 | 0.711825 | 0.711825 | 29 | 29.068966 | 26.683239 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 4 |
8af964f25802f91142311811dfcc6f295da8c138 | 893,353,267,283 | 97ab5b4dc61bef414824ad8ad46994ee0dc4fe27 | /app/src/main/java/com/kumaduma/epicseveninfo/Model/Hero/Rarity.java | 3ac9cb72dab9e933da558e7beeaa6f4951428885 | [
"Apache-2.0"
] | permissive | tedahn/Epic-Seven-Journal-Android | https://github.com/tedahn/Epic-Seven-Journal-Android | 2a4952b2d4b4446d4bfd5c8feda47acfbf1ccd2f | 4ccdcde2ae1bce8e232317d9ed0c965bc852ef69 | refs/heads/master | 2020-06-20T22:24:59.057000 | 2019-07-16T21:48:42 | 2019-07-16T21:48:42 | 197,270,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kumaduma.epicseveninfo.Model.Hero;
import com.kumaduma.epicseveninfo.R;
public class Rarity {
public Rarity(){ }
public int getStarId(int rarity){
if (rarity == 1){
return R.drawable.star_one;
} else if (rarity == 2){
return R.drawable.star_two;
} e... | UTF-8 | Java | 590 | java | Rarity.java | Java | [] | null | [] | package com.kumaduma.epicseveninfo.Model.Hero;
import com.kumaduma.epicseveninfo.R;
public class Rarity {
public Rarity(){ }
public int getStarId(int rarity){
if (rarity == 1){
return R.drawable.star_one;
} else if (rarity == 2){
return R.drawable.star_two;
} e... | 590 | 0.530508 | 0.520339 | 23 | 24.652174 | 15.063947 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 4 |
a9281beb59216877ff15f006b01ad0f30c68c23d | 33,844,342,296,452 | b6dffc29d07f385be5a94a76219e4979d08ced9c | /src/grafo/ValidadorNumeroDeLinhas.java | bccf7a499568550f6da382d2eeb011d2bf384949 | [
"Unlicense"
] | permissive | Joao-Arthur/Projeto_Grafos | https://github.com/Joao-Arthur/Projeto_Grafos | 9895d85b97e63ea48817890ad9c0a149ab82a829 | 912af1793c79e0d410e291e5b05df05ff60452d1 | refs/heads/master | 2023-05-03T08:39:26.924000 | 2022-04-21T14:49:45 | 2022-04-21T14:49:45 | 356,945,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grafo;
import util.StringUtil;
public class ValidadorNumeroDeLinhas {
private final String nomeArquivo;
private final TipoLinha tipoLinha;
private final long numeroDeLinhas;
public ValidadorNumeroDeLinhas(final String nomeArquivo, TipoLinha tipoLinha, long numeroDeLinhas) {
this.nomeA... | UTF-8 | Java | 1,608 | java | ValidadorNumeroDeLinhas.java | Java | [] | null | [] | package grafo;
import util.StringUtil;
public class ValidadorNumeroDeLinhas {
private final String nomeArquivo;
private final TipoLinha tipoLinha;
private final long numeroDeLinhas;
public ValidadorNumeroDeLinhas(final String nomeArquivo, TipoLinha tipoLinha, long numeroDeLinhas) {
this.nomeA... | 1,608 | 0.601869 | 0.6 | 50 | 31.1 | 29.537264 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 4 |
9579ad569e3c9ddff120d19c2cbb671f77390ade | 20,151,986,594,012 | 5abe14d1e6151299b630e356a02fcdf2d0821cfe | /src/main/java/gov/us/senate/voting/exception/MinimumVotingTimeException.java | b5e7d0fc617f4353398b3489663f86b7792de250 | [] | no_license | TrainerSandeep/SenateVotingSystem | https://github.com/TrainerSandeep/SenateVotingSystem | d05c2e988a82a0d83f61dade32510764606694cb | e9a696d8d590a1470ea2284db347fa18f5b56a87 | refs/heads/master | 2021-06-02T05:41:47.712000 | 2016-01-31T23:35:38 | 2016-01-31T23:35:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.us.senate.voting.exception;
public class MinimumVotingTimeException extends Exception{
private static final long serialVersionUID = -4954865600488924019L;
public MinimumVotingTimeException(String message) {
super(message);
}
}
| UTF-8 | Java | 247 | java | MinimumVotingTimeException.java | Java | [] | null | [] | package gov.us.senate.voting.exception;
public class MinimumVotingTimeException extends Exception{
private static final long serialVersionUID = -4954865600488924019L;
public MinimumVotingTimeException(String message) {
super(message);
}
}
| 247 | 0.813765 | 0.736842 | 10 | 23.700001 | 26.249001 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
25603ce498b6cbcc42ed6f8564bcd2abab6293f1 | 31,722,628,480,775 | 75c489072527160a23c1287a11e5945cc6b9bc24 | /tlogview/tlogData.java | 9b4d4450d911f137b2e0653bba28ef63e2b7e734 | [] | no_license | dsugiyama/tlog | https://github.com/dsugiyama/tlog | 2100e105007b5f521fd96c893cc9526a1053aa1f | ec42fefb648a3a4708e051f32964950b91d94a00 | refs/heads/master | 2021-01-25T03:48:10.876000 | 2015-10-28T00:59:40 | 2015-10-28T00:59:40 | 39,121,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // $Id: tlogData.java,v 1.1.1.1 2005/06/20 09:56:18 msato Exp $
// $Release$
// $Copyright$
import java.awt.*;
public class tlogData {
final static byte UNDEF = 0; /* undefined */
final static byte END = 1; /* END*/
final static byte START = 2;
final static byte RAW = 3; /* RAW information */
byte type;
... | UTF-8 | Java | 1,720 | java | tlogData.java | Java | [
{
"context": "/ $Id: tlogData.java,v 1.1.1.1 2005/06/20 09:56:18 msato Exp $\n// $Release$\n// $Copyright$\n\nimport java.aw",
"end": 57,
"score": 0.6344279646873474,
"start": 52,
"tag": "USERNAME",
"value": "msato"
}
] | null | [] | // $Id: tlogData.java,v 1.1.1.1 2005/06/20 09:56:18 msato Exp $
// $Release$
// $Copyright$
import java.awt.*;
public class tlogData {
final static byte UNDEF = 0; /* undefined */
final static byte END = 1; /* END*/
final static byte START = 2;
final static byte RAW = 3; /* RAW information */
byte type;
... | 1,720 | 0.631977 | 0.60407 | 70 | 23.542856 | 18.543913 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814286 | false | false | 4 |
43e15e040f872037c75c39ca53318955dd7bccc2 | 5,652,176,994,372 | f95b4c73966860771c2e7ae51d6f36a9903831d9 | /problems/src/nqueen52/Solution.java | 8bf952f5900737aa53094de384e6cf926bcac79f | [] | no_license | wulinan/algorithm | https://github.com/wulinan/algorithm | 78e93c6b82ecc8901538e965197d32cf42861f75 | 60fada80b6e782994e5d4a63f769f0f0f4e366b6 | refs/heads/master | 2021-01-19T02:27:53.281000 | 2016-07-18T04:05:53 | 2016-07-18T04:05:53 | 46,963,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nqueen52;
import java.util.Arrays;
public class Solution {
int num = 0;
public int totalNQueens(int n) {
int[][] place = new int[3][2*n];
search(place,n,0);
return num;
}
public void search(int[][] place,int n,int cur){//cur代表当前行
if(cur==n){
num++;
return;
}
for(... | GB18030 | Java | 611 | java | Solution.java | Java | [] | null | [] | package nqueen52;
import java.util.Arrays;
public class Solution {
int num = 0;
public int totalNQueens(int n) {
int[][] place = new int[3][2*n];
search(place,n,0);
return num;
}
public void search(int[][] place,int n,int cur){//cur代表当前行
if(cur==n){
num++;
return;
}
for(... | 611 | 0.522998 | 0.48552 | 26 | 20.576923 | 20.328405 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.346154 | false | false | 4 |
efad250b5dcb85ca3ea4880a66f29db4a495bc6d | 34,333,968,583,981 | 39a175512fcd22813ccaf29d6572c61a4ff6afb4 | /src/test/java/com/zhentao/cors/example/controller/EmployeeControllerIT.java | d9743585a3af3a9198294439bbf3c4759825e6fd | [] | no_license | lrcry/cors-spring-rest-simple | https://github.com/lrcry/cors-spring-rest-simple | 132b506feaa083380025e2c5b95b90a56040e75c | 65096c9701703f543221b99efccce7f564d2b8f8 | refs/heads/master | 2020-12-27T12:14:22.465000 | 2013-08-26T22:51:21 | 2013-08-26T22:51:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhentao.cors.example.controller;
import static com.jayway.restassured.RestAssured.expect;
import static com.jayway.restassured.RestAssured.given;
import static org.hamcrest.Matchers.containsString;
import org.junit.Test;
public class EmployeeControllerIT {
@Test
public void endpointGetWithUnused... | UTF-8 | Java | 1,788 | java | EmployeeControllerIT.java | Java | [
{
"context": " .body(\"{\\\"id\\\":\\\"100\\\",\\\"name\\\":\\\"Irina\\\"}\").expect().statusCode(204).when()\n ",
"end": 683,
"score": 0.9996703863143921,
"start": 678,
"tag": "NAME",
"value": "Irina"
},
{
"context": " .body(\"{\\\"id\\\":\\\... | null | [] | package com.zhentao.cors.example.controller;
import static com.jayway.restassured.RestAssured.expect;
import static com.jayway.restassured.RestAssured.given;
import static org.hamcrest.Matchers.containsString;
import org.junit.Test;
public class EmployeeControllerIT {
@Test
public void endpointGetWithUnused... | 1,788 | 0.562081 | 0.532998 | 40 | 43.700001 | 40.24065 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 4 |
771debba14e6a7b2a94dd0959e10a37ef9a98b51 | 2,052,994,373,150 | 40c08131c55eeb4e3ea91536358bc6cf3d029c22 | /2128. Remove All Ones With Row and Column Flips.java | 0c3487224029c12077c96a361b6a323564ab0f37 | [] | no_license | xueyaohuang/RoadToCodeFarmer | https://github.com/xueyaohuang/RoadToCodeFarmer | 8840c7761cc48b69c67991aca063762d3c3dfb46 | a08e5bd2dec3e6c38dab5893a324e2dd594f4e82 | refs/heads/master | 2022-08-31T19:33:22.568000 | 2022-08-10T03:10:45 | 2022-08-10T03:10:45 | 139,095,065 | 3 | 5 | null | false | 2021-09-29T06:44:02 | 2018-06-29T03:12:49 | 2021-09-29T06:43:44 | 2021-09-29T06:43:42 | 7,736 | 2 | 5 | 0 | Java | false | false | /*
Basically the "pattern" of each row should be the same, by pattern, I mean following:
001100 and 001100 are the same pattern
001100 and 110011 (the invert of original) are the same pattern
Only in above situation, one matrix can be converted to all zero
*/
class Solution {
public boolean removeOnes(int... | UTF-8 | Java | 1,093 | java | 2128. Remove All Ones With Row and Column Flips.java | Java | [] | null | [] | /*
Basically the "pattern" of each row should be the same, by pattern, I mean following:
001100 and 001100 are the same pattern
001100 and 110011 (the invert of original) are the same pattern
Only in above situation, one matrix can be converted to all zero
*/
class Solution {
public boolean removeOnes(int... | 1,093 | 0.500457 | 0.468435 | 39 | 27.02564 | 22.916222 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 4 |
1b61b76f3ae627ec64bfd80c6244edbe63f94105 | 18,829,136,688,583 | b0fe12c631b4f75f0d9aca298ae868926ccc07a9 | /src/java/HostelMonthlyFeeLedger/Controller/UpdateHostelMonthlyFeeLedgerAgain.java | 2dfc59cad18ce4305423e4c01dc8ddf61a05f4ef | [] | no_license | SantoshSwaraj/ProgressiveHostel | https://github.com/SantoshSwaraj/ProgressiveHostel | 42b3f2d1b7c0f46ece8d67c1c11e7514ba51c9be | 805974434750919e74d8d23c0444ae2088cbb9b0 | refs/heads/master | 2020-03-11T15:52:27.899000 | 2018-05-08T11:49:43 | 2018-05-08T11:49:43 | 130,098,619 | 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 HostelMonthlyFeeLedger.Controller;
import HostelMonthlyFeeLedger.Bean.HostelMonthlyFeeLedgerBean;
import HostelMonthlyFeeLedge... | UTF-8 | Java | 5,050 | java | UpdateHostelMonthlyFeeLedgerAgain.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n *\n * @author mishra\n */\n@WebServlet(name = \"UpdateHostelMonthlyFeeLed",
"end": 753,
"score": 0.9970777630805969,
"start": 747,
"tag": "USERNAME",
"value": "mishra"
}
] | 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 HostelMonthlyFeeLedger.Controller;
import HostelMonthlyFeeLedger.Bean.HostelMonthlyFeeLedgerBean;
import HostelMonthlyFeeLedge... | 5,050 | 0.714059 | 0.713663 | 114 | 43.298244 | 38.114307 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 4 |
a3a28d6af0eb1040e8d2daaee508565703617d7a | 35,562,329,225,318 | 26b11c0e90701be2ef249b9395dcb5f3a06a1ac0 | /src/main/java/com/tanhao/travelbook/dao/HotelMapper.java | a85007f4d26b37c9ad1ef8266c8dd7f759ec30cc | [] | no_license | tanhao1410/TravelBookSystem | https://github.com/tanhao1410/TravelBookSystem | 759138c1cb12d8ab4f3150011c0a60ca676b9cc3 | d28be9a15617289da57b3d0d33991c657c42bba5 | refs/heads/master | 2022-12-22T15:42:17.736000 | 2022-02-15T05:01:18 | 2022-02-15T05:01:18 | 229,741,461 | 4 | 3 | null | false | 2022-12-16T05:01:48 | 2019-12-23T11:44:52 | 2021-12-29T14:53:21 | 2022-12-16T05:01:46 | 487 | 3 | 2 | 7 | Java | false | false | package com.tanhao.travelbook.dao;
import com.github.abel533.mapper.Mapper;
import com.tanhao.travelbook.bean.Flight;
import com.tanhao.travelbook.bean.Hotel;
public interface HotelMapper extends Mapper<Hotel> {
}
| UTF-8 | Java | 216 | java | HotelMapper.java | Java | [
{
"context": "age com.tanhao.travelbook.dao;\n\nimport com.github.abel533.mapper.Mapper;\nimport com.tanhao.travelbook.bean.",
"end": 61,
"score": 0.997925877571106,
"start": 54,
"tag": "USERNAME",
"value": "abel533"
}
] | null | [] | package com.tanhao.travelbook.dao;
import com.github.abel533.mapper.Mapper;
import com.tanhao.travelbook.bean.Flight;
import com.tanhao.travelbook.bean.Hotel;
public interface HotelMapper extends Mapper<Hotel> {
}
| 216 | 0.814815 | 0.800926 | 8 | 26 | 20.414455 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
1e8212456ecdb99c0e2714d1c1f03dee45418e43 | 5,446,018,561,286 | 027a5728e8328b20a27351fde79aaeb70bf4539e | /Spring/mlab-boot/src/main/java/com/mongo/atlas/springboot/groups/controller/GroupsController.java | 9b5a2a424b57b6fa586ee7745d4c669f2dc1e21c | [] | no_license | giopeto/Java | https://github.com/giopeto/Java | ef454011272dd3f77a0c58f0480d4d6ef70002f3 | 38c74032be11e732d3b615a78252e3a7522ddb9a | refs/heads/master | 2021-07-10T09:54:40.226000 | 2020-06-06T19:04:38 | 2020-06-06T19:09:11 | 156,854,914 | 0 | 0 | null | false | 2020-07-02T00:21:51 | 2018-11-09T11:46:41 | 2020-06-06T19:09:23 | 2020-07-02T00:21:49 | 86,537 | 0 | 0 | 7 | JavaScript | false | false | package com.mongo.atlas.springboot.groups.controller;
import com.mongo.atlas.springboot.groups.domain.Groups;
import com.mongo.atlas.springboot.groups.service.GroupsService;
import lombok.NonNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;... | UTF-8 | Java | 1,813 | java | GroupsController.java | Java | [] | null | [] | package com.mongo.atlas.springboot.groups.controller;
import com.mongo.atlas.springboot.groups.domain.Groups;
import com.mongo.atlas.springboot.groups.service.GroupsService;
import lombok.NonNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;... | 1,813 | 0.795918 | 0.795918 | 58 | 30.258621 | 25.954576 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.982759 | false | false | 4 |
1f40ae951523d536970c5ba735e434a55f550a99 | 2,808,908,671,749 | e7c27aa0ce1005e440405884fff606e5e54e7207 | /org.jboss.tools.language-server.messages/src/main/java/org/jboss/tools/lsp/messages/TextDocumentContentChangeEvent.java | 8fda3d07e004716008f14871d07d26c3c8515523 | [] | no_license | xcoulon/test-lang-server | https://github.com/xcoulon/test-lang-server | 12cf88325e20bc5f85df1ab49873f498a0a8f0cc | 97211cd3f02b5d970f42ad6721e944bda677436d | refs/heads/master | 2021-06-10T10:06:43.683000 | 2016-12-12T08:58:20 | 2016-12-12T08:58:20 | 69,965,825 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.jboss.tools.lsp.messages;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
@Generated("org.jsonschema2pojo")
public class TextDocumentContentChangeEvent {
@SerializedName("range")
@Expose
private Range range;
... | UTF-8 | Java | 1,990 | java | TextDocumentContentChangeEvent.java | Java | [] | null | [] |
package org.jboss.tools.lsp.messages;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
@Generated("org.jsonschema2pojo")
public class TextDocumentContentChangeEvent {
@SerializedName("range")
@Expose
private Range range;
... | 1,990 | 0.571859 | 0.571357 | 101 | 18.693069 | 16.947643 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.188119 | false | false | 4 |
d9aa1da419733d116cd686cc4a469295016dcdbd | 25,993,142,101,115 | 12207e0994fc23955b5b399d6a76e03dcaaa730e | /src/main/java/org/logviewer/builder/HomePageResponseBuilder.java | 5f5c4dfd2d1261e76c85d7c67909f6076d1ecb4a | [] | no_license | philipgp/LogViewer | https://github.com/philipgp/LogViewer | e7dbbff3eeaf23295862563384deff2c88d7740a | 776605bc14698c547e39146c2476339a11266193 | refs/heads/master | 2021-01-21T15:27:58.051000 | 2018-08-28T17:42:25 | 2018-08-28T17:42:25 | 91,837,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.logviewer.builder;
import common.SshSession;
import common.config.LogApplicationConfig;
import common.config.LogConfig;
import common.config.LogEnvironment;
import common.config.LogServer;
import org.logviewer.controller.SessionStore;
import org.logviewer.response.homepage.EnvironmentHomePage;
import org.l... | UTF-8 | Java | 3,829 | java | HomePageResponseBuilder.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by philip on 3/6/17.\n */\npublic class HomePageResponseBuild",
"end": 497,
"score": 0.9996018409729004,
"start": 491,
"tag": "USERNAME",
"value": "philip"
}
] | null | [] | package org.logviewer.builder;
import common.SshSession;
import common.config.LogApplicationConfig;
import common.config.LogConfig;
import common.config.LogEnvironment;
import common.config.LogServer;
import org.logviewer.controller.SessionStore;
import org.logviewer.response.homepage.EnvironmentHomePage;
import org.l... | 3,829 | 0.693131 | 0.692087 | 97 | 38.474228 | 30.427568 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546392 | false | false | 4 |
5bfec006a23e327afe88bbccb57a767af6c83327 | 32,899,449,489,455 | 8aca79a566932b6e1feed2199759db756742ffac | /app/src/main/java/io/github/dmitrikudrenko/sample/ui/women/details/GeraltWomanView.java | 03c798fba0814e1fcc5cff3d1dfde212a1378db9 | [
"Apache-2.0"
] | permissive | dmitrikudrenko/MDRXL | https://github.com/dmitrikudrenko/MDRXL | 1ac8c35ce2c20cbd63f7dfd5cafc2e6dccbfedea | c19589439cd94f15074eeed8b859b299367e77be | refs/heads/master | 2021-09-08T12:17:29.019000 | 2018-03-03T22:53:08 | 2018-03-03T22:53:08 | 113,835,426 | 1 | 0 | Apache-2.0 | false | 2018-03-09T14:37:08 | 2017-12-11T08:55:50 | 2018-01-12T12:56:03 | 2018-03-09T13:46:35 | 572 | 1 | 0 | 4 | Java | false | null | package io.github.dmitrikudrenko.sample.ui.women.details;
import android.support.annotation.StringDef;
import com.arellomobile.mvp.viewstate.strategy.SkipStrategy;
import com.arellomobile.mvp.viewstate.strategy.StateStrategyType;
import io.github.dmitrikudrenko.sample.ui.base.LoadingRxView;
import static io.github.dm... | UTF-8 | Java | 860 | java | GeraltWomanView.java | Java | [
{
"context": "package io.github.dmitrikudrenko.sample.ui.women.details;\n\nimport android.support.",
"end": 32,
"score": 0.9995999336242676,
"start": 18,
"tag": "USERNAME",
"value": "dmitrikudrenko"
},
{
"context": "tate.strategy.StateStrategyType;\nimport io.github.dmitrikudrenko.sa... | null | [] | package io.github.dmitrikudrenko.sample.ui.women.details;
import android.support.annotation.StringDef;
import com.arellomobile.mvp.viewstate.strategy.SkipStrategy;
import com.arellomobile.mvp.viewstate.strategy.StateStrategyType;
import io.github.dmitrikudrenko.sample.ui.base.LoadingRxView;
import static io.github.dm... | 860 | 0.752326 | 0.752326 | 27 | 30.851852 | 24.951366 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 4 |
536fc60c629061436303ae1b74a8a5e024f60949 | 6,820,408,123,777 | 778d364cb52e73b89658ffb068efcde1808c5c5c | /Chapter17/exercise14/EncryptedFiles.java | 756f2ab3e2e0dbaee8dc927cd4a8f664d0b3a3a5 | [
"MIT"
] | permissive | oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang | https://github.com/oguzhan2142/IntroductionToJavaProgrammingSolutions-Y.DanielLiang | cd0d3916cc4370e9ae3e7761431c5a6ede665f68 | e2462fb1b94a2efd86fab029c630e3421731d5de | refs/heads/master | 2021-06-26T17:57:03.400000 | 2021-01-26T12:17:38 | 2021-01-26T12:17:38 | 208,146,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercise14;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class EncryptedFiles {
public static void main(String[] args) {
final int encryptionCode = 5;
File source = new File("/Users/oguzhan/Chapter17/src/exercis... | UTF-8 | Java | 850 | java | EncryptedFiles.java | Java | [] | null | [] | package exercise14;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class EncryptedFiles {
public static void main(String[] args) {
final int encryptionCode = 5;
File source = new File("/Users/oguzhan/Chapter17/src/exercis... | 850 | 0.609412 | 0.594118 | 37 | 21.972973 | 26.311529 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 4 |
af6188aa77f782da30897bd891534eb5561d50d5 | 14,370,960,595,707 | 34a3130f049c8994dbb002dcd9b2f77ea74b20fd | /src/main/java/com/xiaoping/service/UserService.java | 8e347cdf64db737d316c65ece709512a9e8556c7 | [
"Apache-2.0"
] | permissive | xiaop1ng/PlayWithSpringBoot | https://github.com/xiaop1ng/PlayWithSpringBoot | d9a21badcbd128e99db6da2f1578c8b0af4b5499 | 9dd09ebfd09217919dfd4441ad0eef03a8bef86d | refs/heads/master | 2023-06-25T00:11:38.947000 | 2021-10-19T15:46:29 | 2021-10-19T15:46:29 | 141,984,995 | 47 | 30 | Apache-2.0 | false | 2023-06-14T22:29:58 | 2018-07-23T08:29:32 | 2023-03-12T15:34:25 | 2023-06-14T22:29:58 | 2,348 | 43 | 27 | 6 | Java | false | false | package com.xiaoping.service;
import com.xiaoping.entity.User;
public interface UserService {
public User register(User user);
public User login(User user);
public User changePwd(User user);
public User changeUserInfo(User user);
public User findByName(String username);
public User findB... | UTF-8 | Java | 345 | java | UserService.java | Java | [] | null | [] | package com.xiaoping.service;
import com.xiaoping.entity.User;
public interface UserService {
public User register(User user);
public User login(User user);
public User changePwd(User user);
public User changeUserInfo(User user);
public User findByName(String username);
public User findB... | 345 | 0.730435 | 0.730435 | 19 | 17.157894 | 18.33967 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 4 |
2a6e93a7185a3f84ab15f8a95e95d61686d3fb86 | 11,132,555,289,315 | 88f464b247325413390d2d803a2ef8eb92ece0fa | /app/src/main/java/com/qa/materialdesign/RecyclerTouchListener.java | a3f6688fa067ed3df84027b9d1a3ae564b1f1555 | [
"Apache-2.0"
] | permissive | ndquyenanh/NavigationDrawerMaterial | https://github.com/ndquyenanh/NavigationDrawerMaterial | c61e8237e4b466a905cd34f42edf36afff490faa | 39435de9d0e0ce79a8ffd96b80b56f0f82999556 | refs/heads/master | 2021-07-09T08:13:51.349000 | 2017-10-08T15:32:09 | 2017-10-08T15:32:09 | 106,187,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qa.materialdesign;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
/**
* Created by sev_user on 15-Apr-15.
*/
public class RecyclerTouchListener implements RecyclerVi... | UTF-8 | Java | 1,685 | java | RecyclerTouchListener.java | Java | [
{
"context": ";\r\nimport android.view.View;\r\n\r\n/**\r\n * Created by sev_user on 15-Apr-15.\r\n */\r\npublic class RecyclerTouchLis",
"end": 243,
"score": 0.9996541738510132,
"start": 235,
"tag": "USERNAME",
"value": "sev_user"
}
] | null | [] | package com.qa.materialdesign;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
/**
* Created by sev_user on 15-Apr-15.
*/
public class RecyclerTouchListener implements RecyclerVi... | 1,685 | 0.642137 | 0.639169 | 54 | 29.203703 | 31.904591 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462963 | false | false | 4 |
1e92b6b05d08d8d26f19fd938281210e5cda1e35 | 5,746,666,291,099 | 288c1343185596282edf053df6507640d3fe294d | /app/src/main/java/com/example/biz_41/Presenter/MainPresenter.java | 93890291f2d3f5cc4a5f878bf42b6eea56bfa2ef | [] | no_license | Karl-Sikorsky/biz_41 | https://github.com/Karl-Sikorsky/biz_41 | 154ac2c7707088f92e316e3512fbc169094fb683 | 10736024a715c1985131ffaf9dad4a702d570a14 | refs/heads/master | 2021-08-24T01:03:11.713000 | 2017-12-07T10:48:46 | 2017-12-07T10:48:46 | 110,707,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.biz_41.Presenter;
import android.content.Context;
import android.os.CountDownTimer;
import android.util.Log;
import com.example.biz_41.Model.retrofit_package.BizGidApi;
import com.example.biz_41.Model.retrofit_package.Company;
import com.example.biz_41.View.AllView;
import com.jakewharton.retrofit... | UTF-8 | Java | 13,973 | java | MainPresenter.java | Java | [
{
"context": "rter.gson.GsonConverterFactory;\n\n/**\n * Created by ПОДАРУНКОВИЙ on 22.08.2017.\n */\n\npublic class MainPresenter im",
"end": 793,
"score": 0.9998656511306763,
"start": 781,
"tag": "NAME",
"value": "ПОДАРУНКОВИЙ"
}
] | null | [] | package com.example.biz_41.Presenter;
import android.content.Context;
import android.os.CountDownTimer;
import android.util.Log;
import com.example.biz_41.Model.retrofit_package.BizGidApi;
import com.example.biz_41.Model.retrofit_package.Company;
import com.example.biz_41.View.AllView;
import com.jakewharton.retrofit... | 13,973 | 0.560175 | 0.555444 | 394 | 34.40863 | 29.882137 | 276 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.690355 | false | false | 4 |
e3ae6ba2b2be07682d683406c6c689681daa60fe | 6,983,616,888,173 | 0cf5f02a59d7e012251f112974feb33f9d02bba6 | /src/main/java/com/cunyun/smsforeign/common/CommonConstants.java | 927045de61deee16d79d125da65fe476bb50326d | [] | no_license | maozhibin/smsforeign | https://github.com/maozhibin/smsforeign | df8fe89605b16926f745b3139987d877912fd1de | 0f6861462c77fa2be51c0afe2a3bb300e9e12d7a | refs/heads/master | 2021-04-26T23:00:04.858000 | 2018-03-27T12:51:43 | 2018-03-27T12:51:43 | 123,911,714 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cunyun.smsforeign.common;
public class CommonConstants {
public static final Integer SMS_COMMON = 1;//文字短信
public static final Integer SMS_VIDEO = 2;//视频短信
//手机运营商号码
public static final String YD = "YD";//移动
public static final String DX = "DX";//电信
public static final String LT... | UTF-8 | Java | 948 | java | CommonConstants.java | Java | [] | null | [] | package com.cunyun.smsforeign.common;
public class CommonConstants {
public static final Integer SMS_COMMON = 1;//文字短信
public static final Integer SMS_VIDEO = 2;//视频短信
//手机运营商号码
public static final String YD = "YD";//移动
public static final String DX = "DX";//电信
public static final String LT... | 948 | 0.682783 | 0.667453 | 27 | 30.407408 | 24.743513 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
d95bc7506c27e51a070e265b30cb41f843310169 | 10,067,403,364,123 | b28b6a45684ebd770f5a000b5de17395ac657a1c | /src/main/java/com/saesol/shop/repository/search/package-info.java | e94f4c9ceaa3eb282a340603cafb5a630dd6d9ce | [] | no_license | saesol/saesol-shop-application | https://github.com/saesol/saesol-shop-application | bd3746591a02d8e76e13773f4560c25e5e359ccd | 4ff6704b727f6e226961395742b244d5dac21a9b | refs/heads/master | 2020-06-19T07:16:42.889000 | 2019-07-12T16:46:13 | 2019-07-12T16:46:13 | 196,613,517 | 0 | 0 | null | false | 2019-11-02T20:24:46 | 2019-07-12T16:46:05 | 2019-07-12T16:46:19 | 2019-11-02T20:24:45 | 131 | 0 | 0 | 1 | Java | false | false | /**
* Spring Data Elasticsearch repositories.
*/
package com.saesol.shop.repository.search;
| UTF-8 | Java | 94 | java | package-info.java | Java | [] | null | [] | /**
* Spring Data Elasticsearch repositories.
*/
package com.saesol.shop.repository.search;
| 94 | 0.755319 | 0.755319 | 4 | 22.5 | 19.5 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
b36fd0639c2574774210c3b94545f4df563e09b3 | 31,748,398,311,437 | 3c5cfe6bffdb3efcfa0cdf638602f0f84ae04eec | /app/src/main/java/com/example/android/sunshine/Activities/SignupActivity.java | bf3dda90d6906c13a4313fb06914d617e2d53fc5 | [
"Apache-2.0"
] | permissive | Ahmedmohllal/SunshineApp | https://github.com/Ahmedmohllal/SunshineApp | 6f3cb1469ff4536b39f5862355eaf041bdb0b771 | f2e933fe25e2ba5d75448cf2d95fe2f291803f88 | refs/heads/master | 2022-12-27T01:45:27.510000 | 2020-10-18T01:30:33 | 2020-10-18T01:30:33 | 296,629,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.sunshine.Activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.an... | UTF-8 | Java | 4,647 | java | SignupActivity.java | Java | [
{
"context": " });\n }\n\n\n private void SignUp(final String firstName, final String lastName, final String email, Strin",
"end": 2260,
"score": 0.9996020197868347,
"start": 2251,
"tag": "NAME",
"value": "firstName"
},
{
"context": "e void SignUp(final String firstName, final... | null | [] | package com.example.android.sunshine.Activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.an... | 4,647 | 0.625565 | 0.624059 | 122 | 37.090164 | 31.338449 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836066 | false | false | 4 |
64cd72ebd32fb58500e0f7dd2461a03047808510 | 20,057,497,314,336 | 066119744d51d024ecadd23d9855c52accff9a7b | /src/main/java/com/bunsan/exam/BunsanExamApplication.java | 5de4bb3b909e49e6d750d839e7f37b63f8809f5b | [] | no_license | faparicioaldo/interview-exercise | https://github.com/faparicioaldo/interview-exercise | 87304d962f3f2f786defe588d090e5ee0201ac28 | 0ad9c1e26105246f2e1333e4a8121d6d30781c26 | refs/heads/main | 2023-06-02T04:01:07.968000 | 2021-06-09T15:00:56 | 2021-06-09T15:00:56 | 373,647,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bunsan.exam;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigu... | UTF-8 | Java | 1,269 | java | BunsanExamApplication.java | Java | [] | null | [] | package com.bunsan.exam;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigu... | 1,269 | 0.754137 | 0.744681 | 38 | 32.394737 | 34.217983 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.447368 | false | false | 4 |
2e9aac96b5c1ec5d6b904e165f73426c84cd7aad | 32,461,362,858,784 | 9dc7be9c3583b3a0ba4fd5674d6d60ba6859617b | /src/picsart/model/conditioner/Conditioner.java | 3aecd414855cc0e2bd923240dc2a727e5944a5db | [] | no_license | Tiko333/BeckendCourseInheritanseProject | https://github.com/Tiko333/BeckendCourseInheritanseProject | 34923f732649865a52803689008c2b8b2182a9b6 | d37054554850a0df54a145abfc5992716b16c15f | refs/heads/master | 2023-02-05T02:56:04.699000 | 2020-12-27T09:09:08 | 2020-12-27T09:09:08 | 312,601,960 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package picsart.model.conditioner;
import picsart.exceptions.conditionerExceptions.*;
import picsart.model.electronics.Electronics;
import picsart.service.StringCheckService;
import java.util.Objects;
public class Conditioner extends Electronics implements ConditionerInterface {
private String type;
private ... | UTF-8 | Java | 4,050 | java | Conditioner.java | Java | [] | null | [] | package picsart.model.conditioner;
import picsart.exceptions.conditionerExceptions.*;
import picsart.model.electronics.Electronics;
import picsart.service.StringCheckService;
import java.util.Objects;
public class Conditioner extends Electronics implements ConditionerInterface {
private String type;
private ... | 4,050 | 0.610864 | 0.610617 | 136 | 28.779411 | 24.756666 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.397059 | false | false | 4 |
5cf4164e0fbf214e48c6c3897a9a1ed2282d4b97 | 5,068,061,465,282 | 6de3e911645356a402ba8c9d9b06728f6f58f0c9 | /WikINT/app/src/main/java/com/example/alexisblervaque/wikint/ModifyAsso.java | b1ff93fdf23f7c59dd1201d5d14cb0405788af30 | [] | no_license | AlexisBlervaque/wikint5 | https://github.com/AlexisBlervaque/wikint5 | 0a9565b573a6bcdc71bef06fbcbf7a9cc72a53ca | 7ac30c6edcc4866bf1b969db8511cb45c30c9657 | refs/heads/master | 2021-05-06T02:42:10.038000 | 2017-12-19T00:51:01 | 2017-12-19T00:51:01 | 114,666,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.alexisblervaque.wikint;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
impor... | UTF-8 | Java | 9,651 | java | ModifyAsso.java | Java | [
{
"context": "package com.example.alexisblervaque.wikint;\n\nimport android.content.Intent;\nimport an",
"end": 35,
"score": 0.9992292523384094,
"start": 20,
"tag": "USERNAME",
"value": "alexisblervaque"
}
] | null | [] | package com.example.alexisblervaque.wikint;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
impor... | 9,651 | 0.611025 | 0.609574 | 233 | 40.420601 | 31.035822 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562232 | false | false | 4 |
873f18f33b43e5a55841af15b106ca2792307dba | 18,519,898,994,417 | 0ea1401f5087c6fbd711ef772c718990ca486a5f | /test/src/util/Graph.java | 26a35b2709bd3b7151a461ab853df29b3d6ef5dd | [] | no_license | jeffzhou791/nirvana | https://github.com/jeffzhou791/nirvana | fc4a6870f722a52edbf82c6e829eb4e43cc99fa6 | b5e85b3a1f4c9b6165fe8a0427605698391a0e11 | refs/heads/master | 2021-12-14T02:54:17.957000 | 2021-12-03T22:21:36 | 2021-12-03T22:21:36 | 29,987,977 | 0 | 0 | null | false | 2021-12-03T22:21:37 | 2015-01-28T20:59:52 | 2015-01-28T21:37:24 | 2021-12-03T22:21:36 | 452 | 0 | 0 | 0 | Java | false | false | package util;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
/**
* Created by Jeff on 1/24/15.
*/
public class Graph {
public static class Node {
public int label;
public List<Edge> edges = new LinkedList<>();
public Node(int label) {
this.lab... | UTF-8 | Java | 1,027 | java | Graph.java | Java | [
{
"context": "kedList;\nimport java.util.List;\n\n/**\n * Created by Jeff on 1/24/15.\n */\npublic class Graph {\n public s",
"end": 118,
"score": 0.999431848526001,
"start": 114,
"tag": "NAME",
"value": "Jeff"
}
] | null | [] | package util;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
/**
* Created by Jeff on 1/24/15.
*/
public class Graph {
public static class Node {
public int label;
public List<Edge> edges = new LinkedList<>();
public Node(int label) {
this.lab... | 1,027 | 0.55112 | 0.54333 | 42 | 23.452381 | 17.330406 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
685ba94bf081ba3fe1bdb7ba2b81baa7cc49f977 | 14,748,917,733,880 | cf623c61d482a3dadf13a4a2026931f32878e358 | /flash4j/src/com/emitrom/flash4j/core/client/events/EventDispatcher.java | 876c0cd406a16895e69e0dbcd3754dd4ac5005ff | [
"Apache-2.0"
] | permissive | jcparrad/Flash4j | https://github.com/jcparrad/Flash4j | 577f9296ec11d09ecd4ad2926222510fd58b7d0a | de1576c85db5c2bdcc1fc5fc94b522c203c41d27 | refs/heads/master | 2018-05-30T10:15:21.697000 | 2013-12-10T15:54:59 | 2013-12-10T15:54:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /************************************************************************
* EventDispatcher.java is part of Flash4j 3.1.0 Copyright 2012 Emitrom LLC
*
* 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... | UTF-8 | Java | 7,416 | java | EventDispatcher.java | Java | [] | null | [] | /************************************************************************
* EventDispatcher.java is part of Flash4j 3.1.0 Copyright 2012 Emitrom LLC
*
* 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... | 7,416 | 0.658576 | 0.654261 | 201 | 35.895523 | 33.030575 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975124 | false | false | 4 |
dca5089dc114f163caac4fc9650dd19c1372ef5b | 2,164,663,521,322 | d9f3323ce7194ad2518bc5ce7262fce712e82363 | /src/main/java/jainterview/sort/BubbleSorter.java | cfb0fbc80a254df2ca304f129a0aae07e742d45a | [] | no_license | DarkNightRequiem/core-java-exercise | https://github.com/DarkNightRequiem/core-java-exercise | 224a234a14c19fba080f48cf443d5fb7f27b0bce | 822d2f718e9e78694fb0138f03c12ddb85088e41 | refs/heads/master | 2018-12-19T04:58:40.871000 | 2018-11-23T09:00:47 | 2018-11-23T09:00:47 | 148,793,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jainterview.sort;
public class BubbleSorter {
public static int[] getNew() {
int[] a= {5,4,9,8,7,6,0,1,3,2};
return a;
}
public static void print(int[] a) {
for(int ele:a) {
System.out.print(ele+" ");
}
System.out.println();
}
/**
* 方法1:将当前位置的元素和其之后的所有元素对比
*/
public... | UTF-8 | Java | 2,310 | java | BubbleSorter.java | Java | [] | null | [] | package jainterview.sort;
public class BubbleSorter {
public static int[] getNew() {
int[] a= {5,4,9,8,7,6,0,1,3,2};
return a;
}
public static void print(int[] a) {
for(int ele:a) {
System.out.print(ele+" ");
}
System.out.println();
}
/**
* 方法1:将当前位置的元素和其之后的所有元素对比
*/
public... | 2,310 | 0.449379 | 0.420726 | 129 | 14.232558 | 12.309013 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.937984 | false | false | 4 |
9ba6b6a7f3ccb26599b4995ba6923e22b8522841 | 18,133,351,986,791 | 24cbf35942c68abf5ceea406b9b53e9aced489fc | /day18/src/com/heima/test/Test1.java | 90eba48a63283531a60c838add83d23e0f5b0a0b | [] | no_license | ice61/LearnJava | https://github.com/ice61/LearnJava | e9ffde83cf0facf5ccb87df4c97c9263ffc6f6e5 | e2b0ee52e84809246420c018fba0ea265a0684e1 | refs/heads/master | 2020-09-22T10:58:17.834000 | 2019-12-01T13:22:09 | 2019-12-01T13:22:09 | 225,164,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heima.test;
import java.util.Comparator;
import java.util.Map;
import java.util.Scanner;
import java.util.Set;
import java.util.TreeMap;
public class Test1 {
public static void main(String[] args) {
String str = new String();
Scanner sc = new Scanner(System.in);
str = sc.nextLine();
char[] arr =... | WINDOWS-1252 | Java | 715 | java | Test1.java | Java | [] | null | [] | package com.heima.test;
import java.util.Comparator;
import java.util.Map;
import java.util.Scanner;
import java.util.Set;
import java.util.TreeMap;
public class Test1 {
public static void main(String[] args) {
String str = new String();
Scanner sc = new Scanner(System.in);
str = sc.nextLine();
char[] arr =... | 715 | 0.635846 | 0.630156 | 31 | 21.67742 | 17.447409 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.16129 | false | false | 4 |
9ba57b797b6e3cef833573df4a2fc2553311c99a | 23,957,327,623,536 | 7852965856eb8dccc839cae9ba444dd1403f4196 | /src/main/java/net/pterodactylus/util/storage/Storage.java | cec069e9d5e1391ccf16253bdd8d8b1639082679 | [] | no_license | Bombe/utils | https://github.com/Bombe/utils | 736ea9705cddbdd87813405e3b457d4232340241 | 34bdf5715414d1e69176e9e8044059849335dcc7 | refs/heads/master | 2021-01-19T01:10:38.194000 | 2019-11-29T09:04:11 | 2019-11-29T09:04:11 | 384,957 | 4 | 9 | null | false | 2020-10-13T09:51:36 | 2009-11-25T08:19:10 | 2020-07-18T04:00:51 | 2020-10-13T09:51:35 | 1,287 | 2 | 7 | 1 | Java | false | false | /*
* utils - Storage.java - Copyright © 2011–2019 David Roden
*
* 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 later version.
*... | UTF-8 | Java | 17,875 | java | Storage.java | Java | [
{
"context": "/*\n * utils - Storage.java - Copyright © 2011–2019 David Roden\n *\n * This program is free software: you can redi",
"end": 62,
"score": 0.9998428225517273,
"start": 51,
"tag": "NAME",
"value": "David Roden"
},
{
"context": "e of the stored object\n * @author <a href=\... | null | [] | /*
* utils - Storage.java - Copyright © 2011–2019 <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 later version.
*
* T... | 17,837 | 0.672574 | 0.668144 | 540 | 32.01852 | 28.306778 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.440741 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.